@charset "UTF-8";

.hd_tp{ background: #f1f5f8; }
.hd_tp .hd_btn a, .hd_tp .hd_btn p { font-weight: 500; font-size: 1.6rem;  color: var(--color-gray-70);}


.gnb_row > li > a {font-weight: 600; font-size: 2rem; color: var(--color-gray-90);}

.gnb_row > li{padding: 0 60px; }
.gnb_row > li, .snb_box {min-width: 205px; }
.gnb_row > li:nth-child(3), .snb_box:nth-child(3) {min-width: 190px;}
.gnb_row > li:nth-child(4), .snb_box:nth-child(4) {min-width: 237px;}
.gnb_row > li:nth-child(5), .snb_box:nth-child(5) {min-width: 242px;}

#banner { margin-top: 0px; }


.form_not_wrap {
    padding: 30px;
    border-radius: 10px;
    border: 1px solid #D7E1EA;
    background: #F8FAFC;
}


.form_notice {
    display: flex;
    gap: 28px;
}


.check_list {
    position: relative;
    width: 100%;
    padding: 24px;
    border-radius: 10px;
    border: 1px solid #D8D8D8;
}

.check_list.check_all {
    margin-top: 16px;
    background-color: #F8F8F8;
    border: 1px solid #F8F8F8;
}

.check_list + .check_list {
    margin-top: 16px;
}

.check_list input {
    position: absolute;
    top: -9999px;
    left: -9999px;
}

.check_list input + label {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 18px;
    color: #222;
}

.check_list.check_all input + label {
    font-weight: 700;
}

.check_list input + label::before {
    content: "";
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    border-radius: 4px;
    border: 1px solid #DDD;
    background-color: #FFF;
}

.check_list input:checked + label::before {
    border: 1px solid #3375D2;
    background: #3375D2 url(../../img/renew/sub_2025/icon-check.svg) no-repeat center;
}


