:root {
    --main-color: #F3ABB3;
    --sub-color: #f4abb3;
    --sub-color02: #4E70A1;
    --sub-color03: #B1BBD6;
}

.main-color {
    color: var(--main-color);
}

.sub-body img {
    max-width: 100%;
}

.img-center {
    margin: 0 auto;
}

* {
    box-sizing: border-box;
}

/* 공통 레이아웃 */
/* 헤더 */
.header-inner .scr-btn-bx b {
    color: var(--main-color);
}

.header-inner .btn-bx .btn-history {
    border: 3px solid var(--main-color);
}

.header-inner .btn-bx .btn-history:hover {
    background-color: var(--main-color);
}

.header-inner .btn-bx .btn-nav-wrap {
    background-color: var(--main-color);
}

.header-inner .btn-bx .btn-nav-wrap::after {
    background-color: var(--main-color);
}

.header-inner .btn-bx .btn-nav-wrap .btn-nav {
    background-color: var(--main-color);
}

.main #sec01 .sec-inner .card figure figcaption h3 {
    font-size: 18px;
}

/* 나브 */
.nav .nav-header-inner .btn-bx .btn-history {
    border: 3px solid var(--main-color);
}

.nav .nav-header-inner .btn-bx .btn-history:hover {
    background-color: var(--main-color);
}

.nav .nav-header-inner .btn-bx .btn-nav {
    background-color: var(--main-color);
}

.nav-inner .left {
    background-color: #ea6f80;
}

.nav-inner .left .visual img {
    border: 1px solid #fff;
}

.nav-inner .right .lnb h1 b {
    background: #008016;
    background: linear-gradient(to top, #F3ABB3 0%, #DA6A7A 50%, #F3ABB3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-left: 10px;
}

/* 메인 */
#sec01 {
    background: url(../img/main/s1_bg.png);
    background-size: cover;
    background-position: center center;
}

#sec01 .obj-bx {
    z-index: 0;
}

#sec01 .sec-inner {
    gap: 120px;
}

#sec01 .sec-inner .s1-swiper {
    padding-top: 50px;
    box-sizing: border-box;
    padding-left: 30px;
}

#sec01 .s1-swiper-btn {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fbedb4c5;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: none;
}

#sec01 .s1-swiper-btn img {
    filter: brightness(0) saturate(100%) invert(15%) sepia(64%) saturate(5668%) hue-rotate(356deg) brightness(96%) contrast(88%);
}

#sec01 .s1-swiper-prev {
    left: 30px;
    transform: translate(-50%, -50%);
    top: 30%;
}

#sec01 .s1-swiper-next {
    right: 50px;
    transform: translate(50%, -50%);
    top: 30%;
}

#sec01 .sec-inner .card.card01,
#sec01 .sec-inner .card.card03,
#sec01 .sec-inner .card.card05,
#sec01 .sec-inner .card.card07 {
    transform: translateY(-50px) !important;
}

#sec01 .sec-inner .card {
    transform: translateY(0px) !important;
}

#sec01 .sec-inner .card:nth-child(even) {
    transform: translateY(-50px);
}

#sec01 .sec-inner .card figure {
    width: 100%;
    min-height: 485px;
    height: auto;
}

#sec01 .obj-bx .inner .obj01 {
    right: 31%;
    transform: translate(50%, -50%);
}

#sec01 .obj-bx .inner .obj02 {
    max-width: 1850px;
    position: absolute;
    bottom: 0;
    right: 0;
}

#sec01 .obj-bx .inner .ani {
    width: 13%;
}

#sec01 .sec-inner .tit-bx {
    min-width: 600px;
}

#sec01 .sec-inner .tit-bx hgroup h1 .circle {
    background-color: var(--sub-color);
}

#sec01 .sec-inner .tit-bx hgroup h1 {
    color: var(--sub-color);
}

#sec01 .sec-inner .tit-bx hgroup p span {
    color: var(--sub-color);
}

#sec01 .sec-inner .tit-bx .obj {
    filter: invert(67%) sepia(51%) saturate(275%) hue-rotate(305deg) brightness(103%) contrast(91%);
}

#sec01 .sec-inner .card figure figcaption {
    padding: 10px;
}

/* 서브 */
.sec02 .txt-bx .tit02::before {
    background-color: #f4d0d0;
}

.sec02 .txt-bx .tit-marker span {
    background: -webkit-linear-gradient(to top, #f4d0d0 30%, transparent 40%);
    background: linear-gradient(to top, #f4d0d0 30%, transparent 40%);
}

.quize-bx .right .ipt-txt {
    gap: 20px;
}

.form-bx .btn-submit {
    background-color: var(--sub-color02);
}

.form-bx .btn-submit:hover {
    background-color: var(--sub-color03);
}

.sec02 .txt-bx .tag01 {
    background-color: #789dc7;
}

.sec02 .txt-bx .tag06 {
    background-color: var(--sub-color02);
}

.sec02 .txt-bx .btn-link {
    background-color: #a661a4;
}

.sec02 .txt-bx .btn-link:hover {
    background-color: #b680b4;
}

.sec02 .txt-bx .tag03 {
    background-color: #f7b13a;
}

.q-bx .q-tit .inner {
    background-color: #f4d9dc;
}

.q-bx .q-tit .ico {
    filter: invert(55%) sepia(19%) saturate(1403%) hue-rotate(302deg) brightness(94%) contrast(91%);
}

.sec02 .txt-bx .ep {
    filter: invert(86%) sepia(87%) saturate(1937%) hue-rotate(287deg) brightness(103%) contrast(90%);
    ;
}

.sec02 .txt-bx .list-zero .ico {
    filter: invert(45%) sepia(92%) saturate(340%) hue-rotate(81deg) brightness(96%) contrast(90%);
}

.txt-bg01 {
    padding: 40px 20px;
    text-align: center;
    color: #A39284;
}

.custom-table-con {
    width: 100%;
    overflow-x: auto;
}

.custom-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    min-width: 960px;
    color: #674F38;
}

.custom-table thead th {
    background-color: #573D2C;
    color: #ffffff;
    padding: 12px 8px;
    border: 1px solid #d1c7bc;
    font-weight: 700;
}

.custom-table tbody td {
    padding: 10px;
    border: 1px solid #d1c7bc;
    text-align: center;
    line-height: 1.5;
    vertical-align: middle;
}

.txt-flex01 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    color: #674F38;
    padding: 0 20px;
}

.sub .interview-slide .right .preview-item-wrap {
    align-items: stretch;
}

@media screen and (max-width: 1500px) {
    #sec01 .sec-inner .tit-bx {
        min-width: 400px;
    }
}

@media screen and (max-width: 1024px) {
    .header-inner.mo-scr .scr-btn-bx .scr-btn {
        border: 3px solid var(--main-color);
    }

    #sec01 .sec-inner {
        gap: 50px;
        padding-right: 0;
    }

    #sec01 .sec-inner .tit-bx {
        min-width: 380px;
    }

    #sec01 .sec-inner .tit-bx .obj {}

    #sec01 .sec-inner .s1-swiper {
        width: 100%;
    }

    .sec02 .txt-bx .img-wrap>.img-flex .img-flex {
        flex-direction: column;
    }
}

@media screen and (max-width: 768px) {
    #sec01 {
        height: fit-content;
        min-height: fit-content !important;
        max-height: fit-content !important;
        position: relative;
    }

    #sec01 .sec-inner {
        padding-left: 0;
        padding-top: 300px;
    }

    #sec01 .sec-inner .tit-bx {
        padding-left: 20px;
        box-sizing: border-box;
        margin-top: 0;
    }

    #sec01 .sec-inner .s1-swiper {
        padding: 0;
        padding-top: 50px;
        padding-left: 20px;
    }

    #sec01 .s1-swiper .s1-swiper-prev {
        left: 30px;
    }

    #sec01 .s1-swiper .s1-swiper-next {
        right: 30px;
    }

    #sec01 .sec-inner {
        flex-direction: column;
        box-sizing: border-box;
        height: fit-content;
        align-items: start;
        gap: 30px;
    }

    #sec01 .sec-inner .tit-bx {
        margin-top: 0;
    }

    #sec01 .obj-bx .inner .obj01 {
        left: 37%;
    }

    #sec01 .obj-bx .inner .ani {
        width: 30vw;
    }


    #sec01 .sec-inner .tit-bx {
        min-width: 210px;
    }

    #sec01 .sec-inner .tit-bx hgroup h2 {
        font-size: 30px;
    }

    #sec01 .sec-inner .tit-bx hgroup h1 span {
        font-size: 40px;
    }

    #sec01 .sec-inner .tit-bx hgroup h1 .circle {
        font-size: 50px;
        width: 80px;
        height: 80px;
    }

    #sec01 .sec-inner .tit-bx hgroup p {
        font-size: 18px;
    }

    .txt-flex01 {
        flex-direction: column;
        text-align: center;
    }

    #sec01 .obj-bx .inner .obj02.mo {
        display: block !important;
    }
}

@media screen and (max-width: 576px) {
    #sec01 .sec-inner {
        padding-top: 160px;
    }

    .quize-bx .right .ipt-txt {
        flex-direction: column;
        align-items: start;
    }

    #sec01 .sec-inner .card:nth-child(2) {
        margin-left: 0 !important;
    }

    #sec01 .sec-inner .card figure {
        min-height: 300px;
    }

    #sec01 .obj-bx {
        transform: translate(50%, 50%);
        right: 50%;
    }

    .main #sec01 .sec-inner .card figure figcaption h3 {
        font-size: 16px;
    }
}

.custom-table02 {
    width: 100%;
    border-collapse: collapse;
    border-top: 2px solid #333;
    background: #fff;
    table-layout: fixed;
}

.custom-table02 td {
    padding: 15px 10px;
    text-align: center;
    border-bottom: 1px solid #ddd;
    font-size: 15px;
    color: #444;
    line-height: 1.5;
    word-break: keep-all;
}

.custom-table02 td:first-child {
    border-right: 1px solid #ddd;
}

.custom-table02 tr:first-child td {
    font-weight: 700;
    color: #000;
    font-size: 16px;
}

@media screen and (max-width: 768px) {
    .custom-table02 td {
        padding: 12px 5px;
        font-size: 14px;
    }

    .custom-table02 tr:first-child td,
    .custom-table02 tr:last-child td {
        font-size: 15px;
    }
}

.sec02 .sec-inner .txt-bx h2.custom-tit03 {
    font-size: 36px;
    font-weight: 700;
    word-break: keep-all;
    margin-bottom: 20px;
    line-height: 1.4;
}

@media screen and (max-width: 768px) {
    .sec02 .sec-inner .txt-bx h2.custom-tit03 {
        font-size: 30px;
    }

    .paginaition {
        flex-direction: column;
    }

    .paginaition .item,
    .paginaition .item a {
        width: 100%;
    }

    .paginaition .item a {
        position: relative;
        padding: 10px 38px;
    }

    .paginaition .item a .ico {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 10px;
    }

    .paginaition .item a:last-child .ico {
        left: unset;
        right: 10px;
    }
}

@media screen and (max-width: 576px) {
    .sec02 .sec-inner .txt-bx h2.custom-tit03 {
        font-size: 22px;
    }
}

.sec02 .txt-bx .marker {
    background: linear-gradient(to top, #f2e0f5 50%, transparent 20%);
}