/* 헤더 */
.main-body .header .logo-wrap .logo,
.main-body .header .logo-wrap .btn-select {
    /* -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1); */
}

.main-body .header-inner .btn-nav span {
    /* background-color: #fff; */
}

.main-body .header.on .header-inner .btn-nav span {
    background-color: #000;
}

.main-body .header.on .logo-wrap .logo,
.main-body .header.on .logo-wrap .btn-select {
    -webkit-filter: unset;
    filter: unset;
}

.header-inner .logo-wrap .logo p {
    font-weight: 400;
}

.main-body .header.active .logo-wrap .logo,
.main-body .header.active .logo-wrap .btn-select {
    filter: unset;
}

.main-body .header.active .header-inner .btn-nav span {
    background-color: #000;
}

/* 메인 */
/* .main .sec04 .sec-inner .cont {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: unset;
}

*/
.main .sec04 .sec-inner .cont {
    grid-template-columns: repeat(4, 1fr);
}

.main .sec04 .sec-inner .cont .cell01 {
    grid-area: 1 / 1 / 2 / 2;
}

.main .sec04 .sec-inner .cont .cell02 {
    grid-area: 1 / 2 / 2 / 3;
}

.main .sec04 .sec-inner .cont .cell03 {
    grid-area: 2 / 1 / 3 / 2;
}

.main .sec04 .sec-inner .cont .cell04 {
    grid-area: 2 / 2 / 3 / 3;
}

.main .sec04 .sec-inner .cont .cell05 {
    grid-area: 1 / 3 / 3 / 5;
}

@media screen and (max-width: 768px) {
    .main .sec04 .sec-inner .cont {
        grid-template-columns: unset;
    }

    .main .sec04 .sec-inner .cont .cell01 {
        grid-area: 1 / 1 / 2 / 2;
    }

    .main .sec04 .sec-inner .cont .cell02 {
        grid-area: 1 / 2 / 2 / 3;
    }

    .main .sec04 .sec-inner .cont .cell03 {
        grid-area: 2 / 1 / 3 / 2;
    }

    .main .sec04 .sec-inner .cont .cell04 {
        grid-area: 2 / 2 / 3 / 3;
    }

    .main .sec04 .sec-inner .cont .cell05 {
        grid-area: 3 / 1 / 5 / 3;
    }
}

.main .sec01 .sec-inner .right {
    display: flex;
    flex-direction: column;
}

.main .sec01 .sec-inner .right .btn-wrap {
    display: flex;
    justify-content: center;
    flex: 1;
    flex-direction: column;
}


.main .sec03 .btn-swiper {
    cursor: pointer;
}

/* 서브 */
.sub .tit-flex {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.sub .tit-flex h4 {
    margin-bottom: 0 !important;
}

.sub .tit-flex .num {
    display: flex;
    min-width: 37px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    aspect-ratio: 1/1;
    padding: 10px;
    color: #fff;
    flex-shrink: 0;
    background-color: #F6AB00;
}

.sub .sec02 .tit-wrap h1 small {
    font-size: 0.9em;
}

.sub .sec02 .txt-bx .sub-number {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #A86D5C;
    color: #fff;
    border-radius: 8px;
    aspect-ratio: 1/1;
    flex-shrink: 0;
    height: 30px;
}

.sec02 .txt-bx .quiz-img-wrap .quiz-img .btn-chk01 {
    bottom: 59%;
    right: 43%;
}

.sec02 .txt-bx .quiz-img-wrap .quiz-img .btn-chk02 {
    bottom: 30%;
    right: 45%;
}

.sec02 .txt-bx .quiz-img-wrap .quiz-img .btn-chk03 {
    bottom: 16%;
    right: 31%;
}

@media screen and (max-width: 1024px) {
    /* .main .sec04 .sec-inner .cont {
        grid-template-columns: 1fr 1fr;
    }

    .main .sec04 .sec-inner .cont .cell {
        grid-area: unset !important;
    } */

    .main-body .header .btn-nav span {
        background-color: #fff;

    }

    .main-body .header.on .btn-nav span,
    .main-body .header.active .btn-nav span {
        background-color: #000;

    }

    .main-body .header.on .logo-wrap,
    .main-body .header.active .logo-wrap {
        filter: unset;

    }
}

@media screen and (max-width: 576px) {
    .main .sec02 .sec-inner .cont .card {
        min-height: 330px;
    }
}

.main .sec-inner .card h4 {
    font-size: 20px;
}

@media screen and (max-width: 576px) {
    .main .sec-inner .card h4 {
        font-size: 16px;
    }

    .main .sec-inner .card p {
        font-size: 14px;
    }
}

.sub .flex-col768 {
    display: flex;
    gap: 12px;
}

@media screen and (max-width: 768px) {
    .sub .flex-col768 {
        flex-direction: column;
        gap: 0;
        margin-bottom: 10px;
    }

    .sub .tit-flex {
        flex-direction: column;
        align-items: flex-start;
    }
}

.sub .info-flex-box03 {
    display: flex;
    width: 100%;
    gap: 30px;
    margin: 0 auto;
}

.sub .info-flex-box03 .info-item {
    display: inline-block;
    width: calc(33.333% - 20px);
    background-color: #fafbfd;
    border: 2px solid #0056b3;
    border-radius: 16px;
    padding: 25px 15px;
    text-align: center !important;
    margin-bottom: unset !important;
}

.sub .info-flex-box03 .info-item .title {
    display: inline-block;
    color: #000000;
    padding-bottom: 8px;
    margin-bottom: 15px;
    border-bottom: 2px solid #7cb5ec;
}

.sub .info-flex-box03 .info-item .content {
    display: block;
    line-height: 1.4;
    color: #333333;
    font-weight: 400;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .sub .info-flex-box03 {
        flex-wrap: wrap;
    }

    .sub .info-flex-box03 .info-item {
        display: block;
        width: 100%;
        padding: 20px 15px;
    }

}

.sub .sec02 .txt-bx .tit.border-tit {
    overflow: hidden;
}

.sub .sec02 .txt-bx .tit.border-tit span {
    position: relative;
}

.sub .sec02 .txt-bx .tit.border-tit span::after {
    content: '';
    position: absolute;
    width: 100vw;
    left: calc(100% + 10px);
    top: 50%;
    transform: translateY(-50%);
    height: 1px;
    background-color: #282828;
}