/* 헤더 */
.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: 83%;
    right: 55%;
}

.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: 13%;
    right: 65%;
}

@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;
}

.sub .interview-tit {
    position: relative;
    padding-bottom: 10px;
    border-bottom: 7px solid #F8B600;
    margin-bottom: 30px;
}

.sub .q_box,
.sub .a_box {
    display: flex;
    gap: 5px;
}

.sub .news-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}

.sub .news-flex .news-item {
    flex: 1;
    min-width: calc(50% - 15px);
    position: relative;
    padding: 40px 30px 30px;
    border-width: 2px;
    border-style: solid;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
}

.sub .news-flex .news-item .badge {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    padding: 5px 20px;
    border-radius: 15px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    white-space: nowrap;
}

.sub .news-flex .news-item .num-box {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.sub .news-flex .news-item .num-box strong {
    font-size: 48px;
    font-weight: 800;
    margin-right: 2px;
}

.sub .news-flex .news-item h4 {
    color: #000;
    margin: 0 0 10px 0;
}

.sub .news-flex .news-item.yellow {
    border-color: #ffcc00;
}

.sub .news-flex .news-item.yellow .badge {
    background-color: #ffcc00;
}

.sub .news-flex .news-item.yellow .num-box {
    color: #ffcc00;
}

.sub .news-flex .news-item.pink {
    border-color: #ff6666;
}

.sub .news-flex .news-item.pink .badge {
    background-color: #ff6666;
}

.sub .news-flex .news-item.pink .num-box {
    color: #ff6666;
}

.sub .news-flex .news-item.blue {
    border-color: #0099ff;
}

.sub .news-flex .news-item.blue .badge {
    background-color: #0099ff;
}

.sub .news-flex .news-item.blue .num-box {
    color: #0099ff;
}

.sub .news-flex .news-item.green {
    border-color: #00b366;
}

.sub .news-flex .news-item.green .badge {
    background-color: #00b366;
}

.sub .news-flex .news-item.green .num-box {
    color: #00b366;
}

@media (max-width: 768px) {
    .sub .news-flex .news-item {
        min-width: 100%;
    }
}

.sub .news-flex02 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 30px;
    box-sizing: border-box;
}

.sub .news-flex02 .news-item {
    flex: 1;
    min-width: calc(25% - 15px);
    padding: 25px 20px;
    border: 1px solid #dcdcdc;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
    box-sizing: border-box;
    text-align: center;
}

.sub .news-flex02 .title {
    margin: 0 0 6px 0;
}

.sub .news-flex02 .date {
    display: block;
    font-weight: bold;
    color: #c59b48;
    margin-bottom: 15px;
    font-size: 15px;
}

.sub .news-flex02 hr {
    border: 0;
    border-top: 1px solid #bfbfbf;
    margin: 0 0 15px 0;
}

.sub .news-flex02 .list {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.sub .news-flex02 .list li {
    position: relative;
    padding-left: 18px;
    color: #000;
    line-height: 1.5;
    margin-bottom: 8px;
    word-break: keep-all;
}

.sub .news-flex02 .list li::before {
    content: '\2713';
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    color: #000;
    font-weight: bold;
}

@media (max-width: 1024px) {
    .sub .news-flex02 .news-item {
        min-width: calc(50% - 10px);
    }
}

@media (max-width: 600px) {
    .sub .news-flex02 .news-item {
        min-width: 100%;
    }
}

.sub .news-flex03 {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}

.sub .news-flex03 .news-item {
    flex: 1;
    overflow: hidden;
    min-width: calc(33.333% - 17px);
    border-width: 1px;
    border-style: solid;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
}

.sub .news-flex03 .news-item .alt {
    padding: 0 15px 30px;
}

.sub .news-flex03 .title {
    margin: 0 0 8px 0;
    display: flex;
    gap: 10px;
    align-items: center;
}

.sub .news-flex03 .sub-title {
    margin: 0 0 15px 0;
}

.sub .news-flex03 .title img {
    height: 25px;
}

.sub .news-flex03 .news-item.blue {
    border-color: #0070c0;
}

.sub .news-flex03 .news-item.blue .title {
    color: #000;
}

.sub .news-flex03 .news-item.blue .sub-title {
    color: #0070c0;
}

.sub .news-flex03 .news-item.green {
    border-color: #00b050;
}

.sub .news-flex03 .news-item.green .title {
    color: #000;
}

.sub .news-flex03 .news-item.green .sub-title {
    color: #00b050;
}

.sub .news-flex03 .news-item.red {
    border-color: #ff0000;
}

.sub .news-flex03 .news-item.red .title {
    color: #000;
}

.sub .news-flex03 .news-item.red .sub-title {
    color: #ff0000;
}

@media (max-width: 1024px) {
    .sub .news-flex03 .news-item {
        min-width: calc(50% - 13px);
    }
}

@media (max-width: 680px) {
    .sub .news-flex03 .news-item {
        min-width: 100%;
    }
}

.sub .news-last-box {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}

.sub .news-last-box .sub-title {
    color: #c59b48;
    margin: 0 0 12px 0;
    border-bottom: 2px solid #e2d2b5;
    padding-bottom: 5px;
    display: inline-block;
}


.sub .news-last-box .notice-area {
    margin-bottom: 15px;
}

.sub .news-last-box .notice-list {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
}

.sub .news-last-box .notice-list li {
    width: 50%;
    position: relative;
    padding-left: 15px;
    color: #000;
    margin-bottom: 6px;
    box-sizing: border-box;
}

.sub .news-last-box .notice-list li::before {
    content: '-';
    position: absolute;
    left: 0;
    top: 0;
    color: #000;
}

.sub .news-last-box .box-top {
    display: flex;
    gap: 30px;
}

.sub .news-last-box .box-bottom {
    display: flex;
    justify-content: space-between;
    padding-top: 25px;
    gap: 30px;
}

.sub .news-last-box .box-bottom .bottom-txt {
    flex: 1;
}

.sub .news-last-box .box-bottom .bottom-txt p {
    margin-bottom: 6px;
}


@media (max-width: 768px) {
    .sub .news-last-box .notice-list li {
        width: 100%;
    }

    .sub .news-last-box .box-top {
        flex-direction: column;
        gap: 20px;
    }

    .sub .news-last-box .box-bottom {
        flex-direction: column;
        gap: 20px;
    }

    .sub .news-last-box .box-bottom .bottom-side-img {
        align-self: center;
    }
}

.main .sec01 .sec-inner .right .btn-wrap .btn-event04 {
    background-color: #a54ff1;
}

.main .sec01 .sec-inner .right .btn-wrap .btn-event04 span:first-child {
    background-color: #571c8b;
}

.main .sec01 .sec-inner .right .btn-wrap .btn-event04 span:last-child {
    color: #fff;
}

.main .sec01 .sec-inner .right .btn-wrap a {
    height: 65px;
}

.main .sec01 .sec-inner .left .inner hgroup h1 {
    text-shadow: unset;
    color: #000;
}

.main .sec01 .sec-inner .left .inner .img-bx::after {
    background: unset;
}

.main .sec02 .sec-inner .cont .card .img-bx img {
    max-height: 284px;
}

.main .sec01 .sec-inner .left .inner hgroup {
    bottom: 140px;
}

@media screen and (max-width: 768px) {
    .main .sec01 .sec-inner .left {
        height: 70vh;
    }
}