:root {
    --primary: #b18d4b;
    --eng: "minerva-modern", sans-serif;
}

.header {
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.header .inner .logo a:after {
    background-image: url(/images/logo-c.svg) !important;
}

.header .header_gnb .depth_1>a>span {
    color: #111;
}

.header .gnb .arrow {
    border-right: 1.5px solid #fff;
    border-bottom: 1.5px solid #fff;
}

.header .mobBtn span,
.header .mobBtn::before,
.header .mobBtn::after {
    background: #111;
}

.section-head {
    text-align: center;
    margin-bottom: 60px;
}

.section-head h3 {
    font-size: 32px;
    letter-spacing: 0.05em;
    margin-bottom: 12px;
    font-family: var(--eng);
}

.section-head .sub {
    font-size: 18px;
    margin-bottom: 8px;
    color: #666;
}

.section-head .desc {
    font-size: 16px;
    line-height: 1.6;
    color: #777;
}

#visual {
    margin-top: 100px;
}

.swp_slide2 .swiper-container {
    position: relative;
    height: 85vh;
    overflow: hidden;
    padding: 30px;
    border-radius: 12px;
    margin: 0 60px;
}

.swp_slide2 .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100% !important;
}

/* fraction 구분자 스타일 */
.swp_slide2 .fraction-line {
    display: inline-block;
    width: 1px;
    height: 12px;
    background: #fff;
    margin: 0 8px;
    vertical-align: middle;
    transform: translateY(-2px);
}

.swp_slide2 .swiper-container .swiper-wrapper .swiper-slide .swp_bg {
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    transform: scale(1.2);
    transition: transform 12s;
    z-index: -1;
}

.swp_slide2>.swiper-container>.swiper-wrapper>.swiper-slide.swiper-slide-active>.swp_bg {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}


.swp_slide2 .swp_bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .4;
}

.swp_slide2 .swp_txt {
    display: flex;
    align-items: center;
    /* display:block에서는 무효 */
    justify-content: center;
    /* display:block에서는 무효 */
    text-align: center;
    width: 100%;
    height: 100%;
    position: relative;
    top: 39%;
    transform: translateY(-50%);
    margin: 0 auto;
    max-width: 1660px;
    z-index: 10;
    color: #fff;
}

/*  anim_txt  */
.swp_slide2 .swiper-slide .anim p:nth-child(1) {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.swp_slide2 .swiper-slide-active .anim p:nth-child(1) {
    margin-bottom: 20px;
}

.swp_slide2 .swiper-slide-active .anim p {
    position: relative;
    overflow: hidden;
    color: #fff;
}

.swp_slide2 .swiper-slide .anim p:nth-child(1) .anim_txt {
    font-size: 72px;
    font-weight: 700;
    font-family: var(--eng);
}

.swp_slide2 .swiper-slide .anim p:nth-child(2) .anim_txt {
    font-size: 24px;
    font-weight: 400;

}

.swp_slide2 .swiper-slide-active .anim p:nth-child(1) .anim_txt {
    font-size: 72px;
    font-weight: 700;
}

.swp_slide2 .swiper-slide-active .anim p:nth-child(2) .anim_txt {
    font-size: 24px;
    font-weight: 400;
}

.swp_slide2 .swiper-slide-active .anim p .anim_txt {
    display: block;
    animation: textanimation 1s backwards;
    animation-delay: 400ms;
}

.anim p:nth-child(1) .anim_txt {
    animation-delay: 400ms;
}

.anim p:nth-child(2) .anim_txt {
    animation-delay: 600ms;
}

@keyframes textanimation {
    0% {
        transform: translateY(100%);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}



.swp_slide2 button.auto {
    margin-top: -4px;
}

.swp_slide2 button.auto.swiper-button-play {
    display: none;
}

.swp_slide2 .swiper-progress-bar {
    position: relative;
    z-index: 10;
    width: 160px;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.2);
}

.swp_slide2 .swiper-progress-bar .stick {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #fff;
}

.swp_slide2 button {
    background: inherit;
    border: none;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    overflow: visible;
    cursor: pointer;
    outline: none;
}

.swp_slide2 .swp-navi {
    position: absolute;
    left: 50%;
    bottom: 6%;
    z-index: 1;
    margin: 0;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
}

.swp_slide2 .navi-item {
    display: inline-block;
    margin-right: 12px;
    vertical-align: middle;
}

.swp_slide2 .navi-item:last-child {
    margin-right: 0;
}

.swp_slide2 .swiper-pagination {
    position: inherit !important;
    font-weight: 600;
    font-family: 'Spoqa Han Sans Neo', 'sans-serif';
    color: #fff;
    letter-spacing: 1px;
}

.swp_slide2 .swiper-button-next,
.swp_slide2 .swiper-button-prev {
    position: inherit !important;
    background-image: none !important;
    height: auto !important;
    margin-top: -2px !important;
    width: auto;
}

.swp_slide2 .swiper-button-prev:after,
.swp_slide2 .swiper-rtl .swiper-button-next:after {
    display: none !important;
}

.swp_slide2 .swiper-button-next:after,
.swp_slide2 .swiper-rtl .swiper-button-prev:after {
    display: none !important;
}

.swp_slide2 .navi-prev i,
.swp_slide2 .navi-next i {
    color: #fff;
    font-size: 14px;

}

@media screen and (max-width: 1200px) {


    .swp_slide2 .swiper-slide .swp_txt {
        padding-left: 30px;
    }
}

@media screen and (max-width:1024px) {
    #visual {
        margin-top: 60px;
    }

    .swp_slide2 .swiper-container .swiper-wrapper .swiper-slide .swp_txt h2 {
        font-size: 40px;
    }

    .swp_slide2 .swiper-container .swiper-wrapper .swiper-slide .swp_txt p {
        width: 80%;
        word-break: keep-all;
        line-height: 1.4;
    }
}

@keyframes scroll {
    0% {
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        transform: translate3d(100%, 0, 0);
    }
}

.scr_wrap {
    position: absolute;
    right: 100px;
    bottom: 50px;
    z-index: 10;
}

.scr_wrap .scroll {
    display: flex;
    align-items: center;
    margin: 100px auto;
    width: 97px;
    height: 30px;
    transform: rotate(90deg);
    color: #fff;
}

.scr_wrap .scroll i {
    position: absolute;
    top: 50%;
    left: 80%;
    transform: translateY(-50%);
    width: 80px;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.scr_wrap .scroll i:before {
    display: block;
    content: "";
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    transform: translate3d(0, 0, 0);
    animation-name: scroll;
    animation-duration: 3s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
}

.sec1.signature-program {
    padding: 100px 80px;
}

.sec1.signature-program .program-list {
    display: flex;
    gap: 30px;
    justify-content: space-between;
}

.sec1.signature-program .program-list li {
    flex: 1;
    text-align: center;

}

.sec1.signature-program .program-list li a {
    display: block;
    width: 100%;
    height: 100%;
    transition: all .3s;
}

.sec1.signature-program .program-list li:hover a {
    transform: translateY(-10px);
}

.sec1.signature-program .program-list .thumb {
    width: 100%;
    height: 420px;
    background: #eee;
    /* ← 이미지 넣을 영역 */
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 20px;
}

.sec1.signature-program .program-list .eng {
    font-size: 14px;
    color: #a3a3a3;
    margin-bottom: 4px;
    letter-spacing: 0.04em;
}

.sec1.signature-program .program-list .kor {
    font-size: 18px;
    font-weight: 500;
}

/*  marques  */
.marquee_wrap {
    margin-top: 60px;
}

.marquee_wrap .overh {
    overflow-x: hidden;
}

.marquee_wrap .rolling_inner {
    white-space: nowrap;
    font-family: var(--eng);
    font-weight: 700;
    font-style: normal;
}

.marquee_wrap .rolling_inner .rolling_txt_wrap {
    font-size: 9.5vw;
    display: inline-block;
    color: #F3F3F3;
}

.sec4 {
    padding: 40px 0 0;
    background: url(/images/sec4_bg.jpg) no-repeat;
    background-size: cover !important;
}

.sec4 .inner .dflx {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.sec4 .inner .dflx .left {
    display: flex;
    align-items: center;
}

.sec4 .inner .dflx .left .con .top {
    padding-bottom: 32px;
    margin-bottom: 32px;
    border-bottom: 1px solid rgba(85, 85, 85, 0.3);
}

.sec4 .inner .dflx .left .con .top strong {
    font-size: 20px;
    color: #D5AF7F;
    font-family: "minerva-modern", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.sec4 .inner .dflx .left .con .top h2 {
    font-size: 40px;
    color: #555;
    margin-top: 16px;
    font-weight: 500;
    line-height: 1.3;
}

.sec4 .inner .dflx .left .con .top h2 span {
    color: #D5AF7F;
}

.sec4 .inner .dflx .left .con .bot .name {
    margin-bottom: 32px;
}

.sec4 .inner .dflx .left .con .bot .name h3 {
    font-size: 32px;
    color: #555;
}

.sec4 .inner .dflx .left .con .bot .name h3 span {
    font-size: 15px;
    padding-left: 4px;
    font-weight: 500;
    color: #666;
}

.sec4 .inner .dflx .left .con .bot .bot_df {
    display: flex;
}

.sec4 .inner .dflx .left .con .bot .bot_df .left_bot {
    margin-right: 100px;
}

.sec4 .inner .dflx .left .con .bot ul {
    display: flex;
    flex-direction: column;
}

.sec4 .inner .dflx .left .con .bot ul li {
    display: inline-block;
    position: relative;
    padding-left: 10px;
    color: #666;
}

.sec4 .inner .dflx .left .con .bot ul li:not(:last-child) {
    margin-bottom: 8px;
}

.sec4 .inner .dflx .left .con .bot ul li:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background: #ddd;
}

.sec2.special-points {
    padding: 100px 80px;
}

.sec2.special-points .special-list {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-top: 60px;
}

.sec2.special-points .special-list li {
    flex: 1;
    text-align: center;
}

.sec2.special-points .special-list .thumb {
    width: 100%;
    height: 260px;
    background: #eee;
    border-radius: 8px;
    margin-bottom: 20px;
}

.sec2.special-points .special-list .txt h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
}

.sec2.special-points .special-list .txt p {
    font-size: 15px;
    line-height: 1.6;
    color: #666;
}

.sec3 {
    padding: 120px 0;
    background: #fff;
    position: relative;
    max-width: 1660px;
    margin: 0 auto;
}

.sec3 .sec3_inner {
    max-width: 1400px;
    margin: 0 auto;
}

.sec3 .sec3_title {
    font-size: 48px;
    line-height: 1.15;
    text-align: center;
    margin: 0 0 36px;
    font-weight: 700;
    font-family: var(--eng);
}

.sec3 .sec3_swiper-container {
    padding: 0 64px;
}

.sec3 {
    padding: 120px 0;
    background: #fff;
    position: relative;
    max-width: 1440px;
    margin: 0 auto;
}

.sec3 .sec3_card {
    margin: 0;
}

.sec3 .sec3_img {
    border-radius: 16px;
    overflow: hidden;
    background: #f5f5f5;
}

.sec3 .sec3_img img {
    width: 100%;
    height: 640px;
    object-fit: cover;
    display: block;
}

.sec3 .sec3_caption {
    text-align: center;
    font-size: 22px;
    margin-top: 22px;
    letter-spacing: .04em;
    opacity: 0;
}

.sec3 .swiper-slide-active .sec3_caption {
    opacity: 1;
}

/* nav */
.sec3 .sec3_prev,
.sec3 .sec3_next {
    color: #111;
    width: 44px;
    height: 44px;
}

.sec3 .sec3_prev:after,
.sec3 .sec3_next:after {
    font-size: 22px;
}

/* fraction pagination */
.sec3 .sec3_pagination {
    position: static;
    margin-top: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #666;
}

.sec3 .fraction-line {
    display: inline-block;
    width: 1px;
    height: 12px;
    background: #aaa;
    vertical-align: middle;
}

.sec3 .swiper-button-prev,
.sec3 .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0,22L22,0l2.1,2.1L4.2,22l19.9,19.9L22,44L0,22L0,22L0,22z' fill='%23000000'/%3E%3C/svg%3E");
        left: 10px;
        right: auto;
    }

.sec3 .swiper-button-next,
.sec3 .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27,22L27,22L5,44l-2.1-2.1L22.8,22L2.9,2.1L5,0L27,22L27,22z' fill='%23000000'/%3E%3C/svg%3E");
        right: 10px;
        left: auto;
    }

.sec6 {
    padding: 100px 0;
    background: #A0907E;
}

.sec6 .inner {
    max-width: 1440px;
    margin: 0 auto;
}

.sec6 .inner .dflx {
    display: flex;
    height: 500px;
}

.sec6 .inner .dflx .left,
.sec6 .inner .dflx .right {
    width: 50%;
    height: 100%;
}

.sec6 .inner .dflx>* {
    color: #fff;
}

.sec6 .inner .dflx .left {
    margin-right: 70px;
}

.sec6 .inner .dflx .left .map {
    width: 100%;
    height: 100%;
}

.sec6 .inner .dflx .right .con .top {
    margin-bottom: 32px;
    padding-bottom: 32px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
}

.sec6 .inner .dflx .right .con .top ul li:not(:last-child) {
    margin-bottom: 12px;
}

.sec6 .inner .dflx .right .con .top ul li:nth-child(1) p {
    font-size: 32px;
    display: flex;
    align-items: center;
    font-weight: 600;
    color: #fff;
}

.sec6 .inner .dflx .right .con .top ul li:nth-child(1) p span {
    font-size: 32px;
}

.sec6 .inner .dflx .right .con h2 {
    font-size: 60px;
    margin-bottom: 36px;
    line-height: 1;
    font-family: "minerva-modern", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.sec6 .inner .dflx .right .con .bot ul {
    margin-top: 12px;
}

.sec6 .inner .dflx .right .con .bot ul li {
    display: flex;
}

.sec6 .inner .dflx .right .con .bot ul li .day {
    width: 110px;
}

.sec6 .inner .dflx .right .con .bot ul li:not(:last-child) {
    margin-bottom: 6px;
}

.sec6 .inner .dflx .right .con .btn_link {
    margin-top: 40px;
}

.sec6 .inner .dflx .right .con .btn_link a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 50px;
    text-align: center;
    background: #fff;
    color: #555;
    font-weight: 600;
}

.sec6 .inner .dflx .right .con .btn_link a span {
    padding-right: 6px;
}

.sec6 .inner .dflx .right .con .btn_link a span img {
    width: 16px;
}

.root_daum_roughmap .wrap_controllers,
.root_daum_roughmap .cont {
    display: none !important;
}

/* ✅ 카카오버튼 */
.sec6 .btn-wrap {
    display: flex;
    gap: 8px;
    margin-top: 20px;
}

.sec6 .btn-wrap a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #ffde00;
    padding: 14px 28px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
}

.sec6 .btn-wrap a:nth-child(1) {
    background: #ffde00;
}

.sec6 .btn-wrap a:nth-child(2) {
    background: #17B75E;
    color: #fff;
}

.sec6 .btn-wrap a span {
    display: inline-block;
    transform: translateY(-2px);
}

.sec6 .btn-wrap a span img {
    width: 18px;
}

.sec6 .btn-wrap a:nth-child(1) span img {
    width: 24px;
}

.sec6 .btn-wrap a:nth-child(1) span {
    transform: translateY(0);
}

