.banner1 {width: calc(100% - 3rem);margin: 1.5rem;}




.input_wrap {
    margin:1.5rem;
}
.input_wrap li {
    margin-bottom:1.5rem;
    font-size: 1.6rem;
    font-weight: 500;
}
.input_wrap h2 {
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: .8rem;
}
.switch-field {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 1rem;
}
.switch-field input:checked + label {
    background-color: #5968a8;
    box-shadow: none;
    color:#fff;
}
.switch-field input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;

}
.switch-field label {
    border: 1px solid #d9dada;
    background-color: #f3f3f3;
    color: rgba(0, 0, 0, 0.6);
    font-size: 1.4rem;
    line-height: 1;
    text-align: center;
    padding: 1.2rem .8rem;
    margin-right: -1px;
    width: calc(100% / 3);
    border: 1px solid rgba(0, 0, 0, 0.2);
    transition: all 0.1s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height:1.2;
    border-bottom: none;
}
.switch-field label:nth-last-of-type(1),
.switch-field label:nth-last-of-type(2),
.switch-field label:nth-last-of-type(3) {
    border-bottom: 1px solid #d9dada;
}
.switch-field label:first-of-type {
    border-radius: .2rem 0 0 .2rem;
}
.switch-field label:last-of-type {
    border-radius: 0 .2rem .2rem 0;
}
.switch-field label:hover {
    cursor: pointer;
}
.essential::after {
    content: "* 필수값입니다.";
    font-size: 1.2rem;
    font-weight: 500;
    margin-left: .5rem;
    color: red;
}
label {
    font-size: 1.6rem;
    font-weight: 500;
    position: relative;
}
input[type="text"], input[type="number"], input[type='date'] {
    border-radius: .3rem;
    border: 1px solid #e0e0e0;
    padding: .4rem 1rem;
    font-size: 1.6rem;
    width: fit-content;
    min-width: 30%;
}
#searchBtn {
    font-size:1.6rem;
    font-weight:500;
    color: #fff;
    border-radius:.3rem;
    padding:1.5rem .8rem;
    width: 100%;
    margin-bottom: 2rem;
    background-color:#07315b;
    border:1px solid rgba(0, 0, 0, 0.2);
}



