.pan_list_wrap {
    width: 100%;
    height: 46px;
    background-color: #e95b00;
}

.pan_list_wrap .pan_list {
    display: flex;
    padding: 12px 45px;
    align-items: center;
    gap: 30px;
}

.pan_list_wrap .pan_list :is(a, p) {
    font-size: 12px;
    color: white;
    letter-spacing: 1px;
    position: relative;
}

.pan_list_wrap .pan_list :is(a, p) + :is(a, p)::before {
    content: url(../img/pan_arrow.svg);
    width: 15px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -22.5px;
    margin: auto;
}

.top_wrap {
    position: relative;
    margin-top: -11px;
    overflow: hidden;
}

.top_wrap .wave_filter {
    width: 3122px;
    height: 15px;
    mask-image: url(../img/wave_mask.svg);
    -webkit-mask-image: url(../img/wave_mask.svg);
    mask-size: cover;
    -webkit-mask-size: cover;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    background-image: url(../img/head_bg.png);
    background-position: top center;
    background-size: 1600px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.top_wrap .head_block {
    width: 100%;
    background-image: url(../img/head_bg.png);
    background-position: top center;
    background-size: 1600px;
    position: relative;
    padding: 50px 0 60px;
}

.top_wrap .head_block img {
    width: 395px;
    display: block;
    margin: 0 auto;
}

.top_wrap .head_block p {
    font-size: 16px;
    text-align: center;
    color: #e95b00;
    margin-top: 12px;
    letter-spacing: 2px;
    text-indent: 2px;
}

.content_wrap {
    padding: 120px 0 150px;
    background-image: url(../img/bg_white.jpg);
    background-position: top center;
    background-size: 800px;
}
.content_wrap > .contain {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
}
.content_wrap > .contain .ttle {
    font-size: 20px;
    margin-bottom: 50px;
}
.content_wrap > .contain .txt {
    font-size: 16px;
    line-height: 36px;
    margin-bottom: 70px;
}
.content_wrap > .contain > form {
    max-width: 940px;
    margin: 0 auto;
}
form .row {
    margin-bottom: 35px;
}
form .tle {
    display: flex;
    justify-content: space-between;
    padding-bottom: 8px;
}
form .tle > p {
    display: flex;
    align-items: center;
    column-gap: 10px;
}
form .tle > p::before {
    display: inline-block;
    content: "";
    background: #f4b490;
    width: 70px;
    height: 5px;
    margin-top: 5px;
}
form .tle > p {
    font-size: 20px;
}
form .tle > span {
    color: #e95b00;
    letter-spacing: 2px;
    font-size: 14px;
    padding-top: 6px;
    padding-right: 10px;
}
form > .row > input,
form > .row > textarea {
    background: #f2f2f2;
    width: 100%;
    padding: 10px;
    border: 3.5px solid #e6e6e6;
    border-radius: 10px;
}
form > .row > input {
    height: 80px;
}
form > .row > textarea {
    height: 320px;
}
form > .notice {
    display: inline-block;
    font-size: 20px;
    line-height: 35px;
    margin-top: -25px;
    margin-bottom: 35px;
    border-bottom: 1px solid #e95b00;
}

form > .checkbox_row {
    display: flex;
    column-gap: 15px;
    align-items: center;
    margin-bottom: 54px;
}
form > .checkbox_row > input {
    width: 40px;
    height: 40px;
    border: 4.5px solid #b3b3b3;
}
form > .checkbox_row > input:checked {
    background: #e95b00;
}
form > .checkbox_row > label {
    font-size: 20px;
}
form > button {
    background: #e95b00;
    color: white;
    display: block;
    text-align: center;
    width: 48.4%;
    font-size: 28px;
    margin: 0 auto;
    padding: 47px 0;
    border-radius: 12px;
}
a button {
    background: #e95b00;
    color: white;
    display: block;
    text-align: center;
    width: 48.4%;
    font-size: 28px;
    margin: 0 auto;
    padding: 47px 0;
    border-radius: 12px;
}
.content_wrap .contain .htxt {
    font-size: 28px;
    font-weight:600;
    text-align: center;
    margin-bottom: 50px;
}
.content_wrap .contain .btxt {
    font-size: 20x;
    line-height: 36px;
    margin-bottom: 70px;
}
@media screen and (max-width: 1200px) {
    .top_wrap .head_block img {
        width: 316px;
    }
}

@media screen and (max-width: 800px) {
    .content_wrap {
        padding: 80px 0 120px;
    }
    form > button {
        font-size: 24px;
        padding: 20px 0;
    }
    a button {
        font-size: 24px;
        padding: 20px 0;
    }
    form > .row > textarea {
        height: 260px;
    }
    form > .row > input {
        height: 60px;
    }
}

@media screen and (max-width: 600px) {
    .pan_list_wrap .pan_list {
        padding: 12px 5%;
    }

    .top_wrap .head_block {
        padding: 35px 0 40px;
    }

    .top_wrap .head_block img {
        width: 252px;
    }
    .content_wrap {
        padding: 50px 0 120px;
    }
    form .tle > p::before {
        width: 40px;
    }
    form .row {
        margin-bottom: 20px;
    }
    form > .row > input {
        height: 50px;
    }
    form > .notice {
        font-size: 14px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .content_wrap > .contain {
        padding: 0px 15px;
    }
    form .tle > p {
        font-size: 16px;
    }
    form .tle > span {
        letter-spacing: 1px;
        font-size: 12px;
        padding-top: 3px;
        padding-right: 5px;
    }
    .content_wrap > .contain .txt {
        font-size: 13px;
        line-height: 28px;
        margin-bottom: 50px;
    }
    .content_wrap > .contain .ttle {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 40px;
    }
    form > .row > textarea {
        height: 200px;
    }
    form > .checkbox_row > label {
        font-size: 18px;
    }
    form > .checkbox_row > input {
        width: 30px;
        height: 30px;
    }
    form > .checkbox_row {
        column-gap: 10px;
        margin-bottom: 40px;
    }
    form > button {
        font-size: 20px;
        padding: 15px 0;
    }
    a button {
        font-size: 20px;
        padding: 15px 0;
    }
    .content_wrap .contain .htxt {
        font-size: 24px;
        font-weight:600;
        text-align: center;
        margin-bottom: 40px;
    }
    .content_wrap .contain .btxt {
        font-size: 18x;
        line-height: 28px;
        margin-bottom: 70px;
    }
}
