@charset "utf-8";

html {
    scroll-behavior: auto !important;
}

main {
    width: 100%;
    position: relative;
}

/* 텍스트 떨림(서브픽셀 재래스터) 방지 */
.sec1_title_area,
.sec2_txt_group,
.sec3_txt_area,
.sec4_txt_group,
.sec5_txt_area,
.sec5_info,
.sec6_head,
.sec7_inner {
    transform: translateZ(0);
    backface-visibility: hidden;
}

/*:root {
    --header-h: 100px;
    --header-h-mo: 60px;
}*/

/* section 공통 */
.section {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

/* section 공통 애니메이션 초기 상태 */
.fade_item,
.slide_up_item,
.aos_item,
.sec3_desc {
    opacity: 0;
}

/* ==========================================================
   SECTION 1
========================================================== */
.sec1 {
    position: relative;
    overflow: hidden;
    background: #fff;
}

.sec1_video_wrap {
    position: absolute;
    inset: 0;
}

.sec1_video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*.sec1_dim {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,.15), rgba(0,0,0,.45));
}*/

/* ==========================================================
   SECTION 2
========================================================== */
.sec2#mobile {
    display: none;
}

.sec2 {
    background: url("/images/main/section02_back.jpg") no-repeat center center / cover;
    box-sizing: border-box;
    padding: calc(var(--header-h) + 80px) 0 80px;
}

.sec2_inner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0;
    gap: clamp(40px, 6vw, 100px);
    position: relative;
}

.sec2_img_group {
    position: relative;
    flex: 0 0 44%;
    height: 100%;
    max-height: 806px;
    display: flex;
    align-items: flex-end;
    gap: 40px;
    padding-left: 80px;
}

.sec2_img {
    overflow: hidden;
}

.sec2_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.15);
}

.sec2_img1 {
    height: 100%;
    max-height: 806px;
    aspect-ratio: 578 / 806;
    max-width: 100%;
    z-index: 1;
}

.sec2_img2 {
    height: 61%;
    max-height: 490px;
    aspect-ratio: 350 / 490;
    z-index: 2;
    overflow: hidden;
}

.sec2_img img {
    clip-path: inset(100% 0 0 0);
    transition: clip-path 1.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.sec2_img.is_reveal img {
    clip-path: inset(0 0 0 0);
}

.sec2_txt_top {
    position: absolute;
    top: 60px;
    left: 58%;
    transform: translateX(-50%);
}

.sec2_title {
    font-size: clamp(30px, 2.6vw, 42px);
    font-weight: 400;
    line-height: 1.4;
    color: #2D2D2D;
}

.sec2_sub {
    margin-top: 14px;
    font-size: var(--f16);
    text-align: right;
    color: #363636;
    letter-spacing: .04em;
}

.sec2_txt_group {
    flex: 0 0 40%;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 6% 0 0 0;
}

.sec2_desc {
    margin-top: clamp(30px, 4vh, 60px);
    padding-top: 32px;
}

.sec2_desc_tit {
    display: block;
    font-size: 20px;
    text-align: left;
    color: #2D2D2D;
    margin-bottom: 16px;
    letter-spacing: .08em;
}

.sec2_desc p {
    color: #636363;
    text-align: left;
    line-height: 26px;
    font-size: var(--f14);
}

.split_txt .char {
    display: inline-block;
}

/* ==========================================================
   SECTION 3
========================================================== */
.sec3 {
    position: relative;
    overflow: hidden;
}

/*.sec3_video_wrap {
    position: absolute;
    inset: 0;
}

.sec3_video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.1);
}*/

.sec3_img {
    width: 100%;
    height: 100%;
    background: url("/images/main/section03_img01.jpg") no-repeat center center / cover;
}

.sec3_txt_area {
    position: absolute;
    left: 8vw;
    top: calc(var(--header-h) + 80px);
    color: #fff;
    z-index: 2;
}

.sec3_title {
    font-size: 28px;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: .02em;
}

.sec3_sub {
    margin-top: 20px;
    font-size: 16px;
}

.sec3_sub.mobile {
    display: none;
}

.sec3_desc {
    width: 1px;
    height: 95px;
    background: #fff;
    margin-top: 50px;
}

/* ==========================================================
   SECTION 4
========================================================== */
.sec4 {
    background: rgba(244, 238, 228, 0.4);
    padding-top: calc(var(--header-h) + 40px);
}

.sec4_inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 60px;
    height: 100%;
    padding: 0 0 0 8vw;
    position: relative;
}

.sec4_txt_group {
    flex: 0 0 40%;
    padding-top: 150px;
    color: #2D2D2D;
}

.sec4_eyebrow {
    font-size: 24px;
    letter-spacing: .25em;
    text-transform: uppercase;
}

.sec4_title {
    margin-top: 22px;
    font-size: 36px;
    font-weight: 500;
    line-height: 1.45;
}

.sec4_desc {
    margin-top: 28px;
    font-size: 18px;
    line-height: 1.5;
    color: #717171;
}

.sec4_more {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 44px;
    font-size: 18px;
    letter-spacing: .1em;
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid #1c1c1c;
    padding-bottom: 6px;
    transition: color .3s, border-color .3s;
}

.sec4_more:hover {
    color: #b5a06a;
    border-color: #b5a06a;
}

.sec4_more .arrow {
    transition: transform .3s;
}

.sec4_more:hover .arrow {
    transform: translateX(6px);
}

.sec4_inner .ic_mark {
    position: absolute;
    bottom: 95px;
    left: 50%;
    transform: translateX(-50%);
    width: 250px;
    height: 140px;
}

/* --- 텍스트 slideUp --- */
.sec4 .slide_up_item {
    transform: translateY(40px);
}

.sec4.start .slide_up_item {
    animation: slideUp 1s ease forwards;
}

.sec4.start .slide_up_item:nth-child(1) { animation-delay: 0s; }
.sec4.start .slide_up_item:nth-child(2) { animation-delay: .12s; }
.sec4.start .slide_up_item:nth-child(3) { animation-delay: .24s; }
.sec4.start .slide_up_item:nth-child(4) { animation-delay: .36s; }

@keyframes slideUp {
    from { opacity: 0; transform: translateY(40px); }
    to   { opacity: 1; transform: translateY(0); }
}

.visual_list {
    flex: 1;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
    padding-bottom: 50px;
}

.visual_img {
    position: relative;
    overflow: hidden;
    height: 100%;
    max-height: 895px;
    aspect-ratio: 974 / 895;
    width: auto;
    max-width: min(974px, 100%);
}

.visual_img:nth-child(2) {
    margin-top: 60px;
}

.visual_img:nth-child(3) {
    margin-top: 120px;
}

.visual_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    clip-path: inset(100% 0 0 0);
    transform: scale(1.2);
}

.sec4.start .visual_img img {
    animation: imgReveal 1.2s ease forwards;
}

@keyframes imgReveal {
    from {
        clip-path: inset(100% 0 0 0);
        transform: scale(1.2);
    }
    to {
        clip-path: inset(0 0 0 0);
        transform: scale(1);
    }
}


/* ==========================================================
   SECTION 5
========================================================== */
.sec5 {
    position: relative;
    overflow: hidden;
    background: #0e1a12;
    height: 100vh;
    width: 100%;
    aspect-ratio: 1920 / 1080;
    padding: 0;
}

.sec5_bg {
    position: absolute;
    inset: 0;
}

.sec5_bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sec5_dim {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,.55), rgba(0,0,0,.1) 50%);
}

.sec5_txt_area {
    position: absolute;
    left: 8vw;
    bottom: 14vh;
    color: #fff;
    z-index: 2;
}

.sec5_title {
    font-size: 28px;
    line-height: 1.5;
    letter-spacing: .02em;
}

.sec5_sub {
    margin-top: 16px;
    font-size: 16px;
}

.sec5_info {
    position: absolute;
    right: 5vw;
    bottom: 5vh;
    display: flex;
    flex-direction: column;
    gap: 20px;
    z-index: 2;
    padding: 30px 55px;
    box-sizing: border-box;
    background: rgba(217, 217, 217, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.sec5_info a {
    color: #fff;
    text-align: left;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 15px;
    border-bottom: 1px solid #fff;
    display: flex;
    justify-content: space-between;
    gap: 0 10px;
}

.aos_item {
    transform: translateY(50px);
}


/* ==========================================================
   SECTION 6
========================================================== */
.sec6 {
    height: auto;
    background: #fdfcf9;
    padding: calc(var(--header-h) + 115px) 0 80px;
}
.sec6_head {
    text-align: center;
}
.sec6_title {
    font-size: 32px;
    font-weight: 400;
    color: #1c1c1c;
    letter-spacing: .02em;
}
.sec6_sub {
    display: block;
    margin-top: 28px;
    font-size: 14px;
    font-weight: 600;
    color: #333;
}
.sec6_desc {
    margin-top: 10px;
    font-size: 13px;
    color: #777;
    line-height: 1.7;
}
.sec6_gallery {
    position: relative;
    margin-top: 70px;
    padding: 0 0 60px;
}

.sec6_band {
    position: absolute;
    left: 0;
    right: 0;
    top: 42%;
    bottom: 0;
    background: #17726b;
}
/* --- Swiper 슬라이더 --- */
.sec6_swiper {
    position: relative;
    overflow: visible;
    padding: 0 6vw;
    z-index: 1;
}
.sec6_swiper .swiper-wrapper {
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}
.sec6_slide {
    overflow: hidden;
}
.sec6_slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: default;
}

.sec6_slide.slide_type1 { width: 24%; height: 530px; margin-top: 60px; }
.sec6_slide.slide_type2 { width: 31%; height: 280px; margin-top: 110px; }
.sec6_slide.slide_type3 { width: 28%; height: 530px; margin-top: 30px; }
.sec6_slide.slide_type4 { width: 21%; height: 530px; margin-top: 40px; }
.sec6_slide.slide_type5 { width: 25%; height: 355px; margin-top: 40px; }

/* ==========================================================
   SECTION 7
========================================================== */
.sec7 {
    height: auto;
    background: #FBF8F4;
    padding: 80px 8vw;
}

.sec7_label {
    font-size: 24px;
    font-weight: 500;
    color: #2D2D2D;
}

.notice_nav {
    display: none;
    gap: 14px;
}

.notice_swiper {
    margin-top: 34px;
}

.notice_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 46px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.notice_item {
    height: auto;
}

.notice_item a {
    display: block;
}

.notice_card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 230px;
    background: #FBF8F4;
    text-align: center;
    position: relative;
    padding: 20px 30px;
}

.notice_card::before {
    content: "";
    width: 25%;
    height: 4px;
    background: #C8AC7A;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.notice_card::after {
    content: "";
    width: 100%;
    height: 4px;
    background: var(--main-color);
    position: absolute;
    bottom: 0;
    left: 0;
}

.notice_item a:hover .notice_card {
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

.notice_card_tit {
    font-size: 32px;
    line-height: 1.4;
    color: #2D2D2D;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.notice_txt {
    display: flex;
    flex-direction: column;
    gap: 10px 0;
    margin-top: 20px;
}

.notice_name {
    font-size: 18px;
    color: #2D2D2D;
}

.notice_date {
    font-size: 14px;
    color: #2D2D2D;
}

/* 메인 팝업 */
.main-pop-wrap {
    position: fixed;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px;
    gap: 10px;
}

.main-pop {
    position: relative;
    width: 100%;
    max-width: 1160px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.pop-swiper {
    position: relative;
    width: 100%;
}

.main-pop-wrap .swiper-wrapper:has(.swiper-slide:only-child) {
    justify-content: center;
}

.pop-swiper .swiper-slide {
    position: relative;
}

.pop-swiper .swiper-slide a {
    display: block;
}

.pop-swiper .swiper-slide img {
    width: 100%;
    overflow: hidden;
}

.main-pop .swiper-btn-prev,
.main-pop .swiper-btn-next {
    cursor: pointer;
}

.btn-pop-close {
    width: 100%;
    max-width: 1140px;
    text-align: right;
}

.btn-pop-close button {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-weight: 400;
    font-size: var(--f18);
}

.btn-pop-close button.close {
    margin-left: 30px;
}

.swiper-button-lock {
    display: block !important;
}

.main-pop.count-1 {
    max-width: 290px;
}

.main-pop.count-2 {
    max-width: 580px;
}

.main-pop.count-3 {
    max-width: 870px;
}


/* ==========================================================
   mobile
========================================================== */
@media (max-width: 1024px) {
    /* ==========================================================
       common
    ========================================================== */
    .sec2_title,
    .sec3_title,
    .sec4_title,
    .sec5_title {
        font-size: 20px;
        line-height: 1.5;
    }

    /* ==========================================================
       SECTION 1
    ========================================================== */
    .sec1_title {
        font-size: 28px;
    }

    /* ==========================================================
       SECTION 2
    ========================================================== */
    .sec2#mobile {
        display: block;
        height: auto;
        min-height: 100vh;
    }

    .sec2#pc {
        display: none;
    }

    .sec2 {
        padding: 50px 10px 40px 10px;
    }

    .sec2_inner {
        display: block;
        height: auto;
    }

    .sec2#mobile .sec2_inner {
        display: block;
        height: auto;
    }

    .sec2#mobile .sec2_txt_top {
        position: static;
        transform: none;
        width: 100%;
    }

    .sec2#mobile .sec2_title {
        font-size: 23px;
        line-height: 1.2;
        color: #2d2d2d;
    }

    .sec2#mobile .sec2_sub {
        margin-top: 15px;
        font-size: 13px;
        text-align: left;
        color: #363636;
    }

    /*.sec2#mobile .sec2_img {
        position: relative;
        width: 100%;
        height: auto;
        max-height: none;
        overflow: hidden;
    }

    .sec2#mobile .sec2_img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: 1;
    }

    .sec2#mobile .sec2_img::after {
        display: none;
    }

    .sec2#mobile .sec2_img {
        overflow: visible;
    }*/

    .sec2#mobile .sec2_img {
        position: relative;
        width: 100%;
        height: auto;
        max-height: none;
        overflow: hidden;
    }

    .sec2#mobile .sec2_img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .sec2#mobile .sec2_img1 {
        aspect-ratio: 578 / 806;
        margin-top: 35px;
    }

    .sec2#mobile .sec2_img2 {
        width: 100%;
        aspect-ratio: 350 / 490;
        margin-top: 35px;
    }

    .sec2#mobile .sec2_txt_group {
        display: block;
        width: 100%;
        padding: 0;
        margin-top: 35px;
    }

    .sec2#mobile .sec2_desc {
        margin-top: 0;
        padding-top: 0;
    }

    .sec2#mobile .sec2_desc_tit {
        display: block;
        font-size: 18px;
        text-align: left;
        color: #2d2d2d;
    }

    .sec2#mobile .sec2_desc span {
        color: #838383;
        font-size: 13px;
        display: block;
        margin: 15px 0;
        line-height: 20px;
    }

    .sec2#mobile .sec2_desc p {
        font-size: 12px;
        line-height: 1.5;
        text-align: left;
        color: #636363;
    }

    /* ==========================================================
       SECTION 3
    ========================================================== */
    .sec3_txt_area {
        left: 6vw;
        right: 6vw;
    }

    .sec3_img {
        background: url("/images/main/section03_img01_mo.jpg") no-repeat center center / cover;
    }

    .sec3_sub {
        font-size: 12px;
        line-height: 22px;
    }

    .sec3_sub.pc {
        display: none;
    }

    .sec3_sub.mobile {
        display: block;
    }

    .sec3_desc {
        height: 50px;
        margin-top: 30px;
    }

    /* ==========================================================
       SECTION 4
    ========================================================== */
    .sec4 {
        padding: 60px 0;
        overflow: hidden;
        height: auto;
        min-height: 100vh;
    }

    .sec4_inner {
        flex-direction: column;
        align-items: stretch;
        gap: 80px 0;
        padding: 0 10px;
        box-sizing: border-box;
    }

    .sec4_txt_group {
        flex: none;
        width: 100%;
        padding-top: 0;
    }

    .sec4_eyebrow {
        font-size: 14px;
    }

    .sec4_title {
        font-size: 24px;
    }

    .sec4_desc {
        font-size: 12px;
    }

    .sec4_more {
        font-size: 14px;
    }

    .visual_list {
        width: 100%;
        height: auto;
        padding-bottom: 0;
        box-sizing: border-box;
    }

    .visual_img {
        width: 100%;
        max-width: 100%;
        height: auto;
        max-height: none;
        aspect-ratio: 974 / 895;
        box-sizing: border-box;
    }

    .sec4_inner .ic_mark {
        right: 0;
        left: unset;
        top: 205px;
        transform: none;
        width: 140px;
        height: 80px;
    }

    /* ==========================================================
       SECTION 5
    ========================================================== */
    .sec5 {
        padding: 45px 25px;
    }

    .sec5_txt_area {
        bottom: unset;
        top: 45px;
        left: 6vw;
        right: 6vw;
    }

    .sec5_title {
        font-size: 18px;
        line-height: 25px;
    }

    .sec5_sub {
        font-size: 14px;
        line-height: 20px;
    }

    .sec5_info {
        display: flex;
        flex-direction: column;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        gap: 10px 0;
        width: 100%;
        max-width: 325px;
    }

    .sec5_info a {
        font-weight: 400;
    }

    /* ==========================================================
       SECTION 6
    ========================================================== */
    .sec6 {
        padding: 60px 0;
    }

    .sec6_head {
        padding: 0 25px;
    }

    .sec6_title {
        font-size: 24px;
        line-height: 35px;
        word-break: keep-all;
    }

    .sec6_sub {
        font-size: 14px;
        font-weight: 600;
    }

    .sec6_desc {
        font-size: 14px;
    }

    .sec6_swiper {
        padding: 0 25px;
    }

    .sec6_slide {
        width: 62%;
    }

    .sec6_slide.slide_type1,
    .sec6_slide.slide_type3,
    .sec6_slide.slide_type4 {
        width: auto;
        height: 350px;
        margin-top: 0;
    }

    .sec6_slide.slide_type2 {
        width: auto;
        height: 200px;
        margin-top: 0;
    }

    /* ==========================================================
       SECTION 7
    ========================================================== */
    .sec7 {
        padding: 60px 10px;
        background: #fff;
    }

    .sec7_label {
        font-size: 18px;
        display: flex;
        justify-content: space-between;
    }

    .notice_nav {
        display: flex;
        justify-content: flex-end;
        gap: 0 12px;
    }

    .notice_nav button {
        width: 17px;
        height: 24px;
        background-size: 100%;
    }

    .notice_nav button.notice_prev {
        background: url("/images/section7_slide_prev.svg") no-repeat center center / cover;
    }

    .notice_nav button.notice_next {
        background: url("/images/section7_slide_next.svg") no-repeat center center / cover;
    }

    .notice_card {
        padding: 30px;
    }

    .notice_card_tit {
        font-size: 20px;
    }

    .notice_list {
        display: flex;
        width: 100%;
        gap: 0;
    }

    .notice_item {
        width: 100%;
        flex: 0 0 auto;
    }

    .btn-pop-close button {
      font-size: 14px;
    }
}

/* 모션 최소화 환경 대응 */
@media (prefers-reduced-motion: reduce) {
    .fade_item,
    .slide_up_item,
    .aos_item,
    .sec3_desc,
    .visual_img img,
    .split_txt .char {
        opacity: 1 !important;
        transform: none !important;
        animation: none !important;
    }

    .visual_img img {
        clip-path: none !important;
        transform: none !important;
        animation: none !important;
    }
}
