
/* == main_sec == */
.main_sec {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
    --main-padding: 60px;
    padding: 0;
}
.main_sec video {
    width: 100%;
    height: 100%;
    background: var(--gray-300);
}
.main_sec .container {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0; left: 0;
}
.main-content {
    position: absolute;
    bottom: var(--main-padding);
    right: var(--main-padding);
    display: flex;
    flex-direction: column;
    align-items: end;
}
.main-logo {
    width: auto;
    height: 24px;
    opacity: 0.5;
}
.main-title {
    font-size: 6vw;
    font-family: var(--ft-serif);
    font-weight: var(--medium);
    color: white;
    opacity: 0.5;
    backdrop-filter: blur(4px);
}
.scroll_indicator {
    position: absolute;
    left: var(--main-padding);
    top: 50%;
    transform: translateX(-50%) rotate(90deg);
    display: flex;
    align-items: center;
    gap: 20px;
}
.scroll_indicator-text {
    color: white;
    font-size: var(--ft14);
}
.scroll_indicator-line {
    height: 2px;
    width: 50px;
    background: #ffffff40;
    overflow: hidden;
}
.scroll_indicator-line::after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    transform: translateX(-100%);
    background: linear-gradient(to right, transparent, white);
    animation: flow 1.5s linear infinite;
}
@keyframes flow {
    from {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(100%);
    }
}

.video-controls {
    position: absolute;
    bottom: var(--main-padding);
    left: var(--main-padding);
}
.video-controls button {
    font-size: var(--t6);
    color: white;
    display: none;
    align-items: center;
    gap: 20px;
}
.video-controls button.active {
    display: flex;
}
.video-controls button .icon {
    width: var(--icon-btn);
    height: auto;
    aspect-ratio: 1;
    border: 1px solid var(--gray-200);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.video-controls button .icon img {
    width: 24px;
    height: 24px;
    aspect-ratio: 1;
}

/* ===== section 공통 ===== */
.sec-title {
    font-size: var(--ft56);
    font-family: var(--ft-serif);
    font-weight: var(--medium);
}
.sec-sub_title {
    margin-top: 40px;
    font-size: var(--ft20);
    color: var(--ft-sub);
}

/* ===== search_sec ===== */
.search_sec {
    padding: var(--sec-gap) 0;
}
.search_sec .sec-header {
    margin-bottom: 50px;
}
.search_sec-frm {
    float: right;
}
.search_sec .input_box {
    width:  450px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border-bottom: 1px solid var(--gray-600);
    padding: 0 20px;
}
.search_sec .input_box .search-input {
    font-size: var(--d1);
    flex: 1 0 0;
}
.search_sec .input_box .search-btn {
    width: var(--icon-btn);
    height: var(--icon-btn);
    flex-shrink: 0;
    background: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.search_sec .input_box .search-btn .icon {
    width: 20px;
    height: 20px;
}


/* ==== title_sec ==== */
.title_sec {
    text-align: center;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.title_sec .sec-title {
    width: fit-content;
    margin: 0 auto;
}
#titleSecDrawTxt {
    width: 320px;
}
#titleSecDrawTxt svg {
    width: 100%;
    height: auto;
}
#titleSecDrawTxt path {
    stroke: var(--ft-main);
    fill: transparent;
    stroke-linecap: round;
}

.title_sec .deco-wrap {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
    pointer-events: none;    
}
.title_sec .deco-item {
    width: 76px;
    height: auto;
    position: relative;
    mask: url('/images/deco_mask.png') no-repeat center / 0%;
    -webkit-mask: url('/images/deco_mask.png') no-repeat center / 0%;
    transition: mask-size 2s ease-out;
}
.title_sec .deco-item.active {
    mask-size: 150%;
}
.title_sec .deco-item::after {
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.title_sec .deco_1 {
    position: absolute;
    top: 30%;
    left: 28%;
    transform: rotate(-30deg);
}

.title_sec .deco_2 {
    position: absolute;
    top: 80%;
    right: 34%;
    transform: rotate(30deg);
}
.title_sec .deco_3 {
    position: absolute;
    top: 30.6%;
    right: 14%;
}
.title_sec .deco_4 {
    position: absolute;
    top: 53%;
    left: 6.4%;
    transform: rotate(-110deg);
}
.title_sec .deco_1::after {
    background-color: rgb(9, 99, 134);
    mask: url('/images/deco_f_1.svg') no-repeat center / cover;
}
.title_sec .deco_2::after {
    background-color: rgba(173, 88, 166, 0.541);
    mask: url('/images/deco_f_2.svg') no-repeat center / cover;
}
.title_sec .deco_3::after {
    background-color: rgb(245, 197, 41);
    mask: url('/images/deco_f_3.svg') no-repeat center / cover;
}
.title_sec .deco_4::after {
    background-color: rgb(182, 77, 51);
    mask: url('/images/deco_f_4.svg') no-repeat center / cover;
}

/* ==== facility_sec ==== */
.facility_sec_1 {
    height: 200vh;
}
.facility_sec_1 .sticky {
    position: sticky;
    height: 100vh;
    padding: 60px 0;
    top: 0;
}
.facility_sec_1 .sec-header {
    text-align: center;
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.facility_sec_1 .sec-title{
    color: white;
}
.m_fluid_bg {
    display: none;
}

.fluid_bg {
    filter: brightness(1);
    transition: filter .5s ease;
    width: 100%;
    height: 100%;
}
.fluid_bg.dark {
    filter: brightness(0.4);
}
.fluid_bg-quad {    
    display: grid;
    grid-template-columns: repeat(4, 1fr);    
    gap: 0;   
}
.fluid_bg .quad-item {
    width: 100%;
    height: 0;
    flex: 0 0 25vw;
    border-bottom-right-radius: calc(100vw / 4 / 2);
    background-image: url('/images/visual_2.png');
    background-size: 400% auto;
    background-position-y: 0%;
    background-repeat: no-repeat;
    overflow: hidden;
    transition: all 1s ease;
}
.fluid_bg.active .quad-item {
    border-bottom-right-radius: 0;
    height: 100%;
}
.fluid_bg .q1 {
    transition-delay: 0;
    background-position-x: 0;
}
.fluid_bg .q2 {
    transition-delay: 0.1s;
    background-position-x: 33.333%;
}
.fluid_bg .q3 {
    transition-delay: 0.2s;
    background-position-x: 66.666%;
}
.fluid_bg .q4 {
    transition-delay: 0.3s;
    background-position-x: 100%;
}

.facility_sec_2 {
    padding-top: var(--sec-gap);
    padding-bottom: var(--sec-gap);
}
.facility_sec_2 .sec-sub_title {
    font-size: var(--ft22);
    margin-top: 0;
}
.facility_sec_2 .con-wrap {
    display: flex;
    justify-content: space-between;
    gap: calc(var(--con-gap) * 2);
}
.facility_sec_2 .con-wrap li {
    flex: 1 0 0;
    cursor: pointer;
}
.facility_sec_2 .con-wrap li:first-child {
    margin-top: calc(var(--con-gap) * 2);
}
.facility_sec_2 .con-img {
    width: 100%;
    aspect-ratio: 1;
    background: var(--img);
    border-radius: var(--border-radius);
    overflow: hidden;
}
.facility_sec_2 .con-text_box {
    margin-top: 40px;
}
.facility_sec_2 .con-title {
    font-family: var(--ft-serif);
    font-size: var(--t3);
    font-weight: var(--medium);
    text-align: center;
    margin-bottom: 30px;
}
.facility_sec_2 .con-desc {
    font-size: var(--d1);
    text-align: center;
    color: var(--ft-sub);
    margin-bottom: 50px;
}
.facility_sec_2 .btn-link {
    margin: 0 auto;
}


/* ==== skyletter_sec ==== */
.skyletter_sec {
    height: auto;
}
.skyletter_sec_1 {
    height: 350vh;
    mask: linear-gradient(to bottom, transparent, white 10%, white 90%, transparent);
    -webkit-mask: linear-gradient(to bottom, transparent, white 10%, white 90%, transparent);
}
/* .skyletter_sec_1::before,
.skyletter_sec_1::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 300px;
    z-index: 1;
}
.skyletter_sec_1::before {
    top: 0;
    background: linear-gradient(to bottom, white, transparent);
}
.skyletter_sec_1::after {
    bottom: 0;
    background: linear-gradient(to top, white, transparent);
} */
.skyletter_sec_1 .sticky {
    position: sticky;
    top: 0;
    width: 100%;
    height: 100vh;
    display: flex
;
    align-items: center;
    justify-content: center;
}
.skyletter_sec_1 .sec-bg {
    width: 100%;
    height: 100%;
    background: var(--img);
    position: absolute;
    top: 0;
    left: 0;
    filter: brightness(0.5);
}
.skyletter_sec_1 .sec-header {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--con-gap);
}
.skyletter_sec_1 .sec-title {
    color: var(--gray-100);
    justify-content: center;    
}


.skyletter_sec_1 .sec-title p {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
    text-align: center;
}
.skyletter_sec_1 .sec-title .line {
    width: 0;
    max-width: 500px;
    height: 1px;
    display: block;
    background: var(--gray-100);
    flex-shrink: 0;
    transition: width 2s ease;
}

.skyletter_sec .btn-link {
    width: fit-content;
    color: white;
    opacity: 0;
    transform: translateY(50px);
    transition: opacity .8s .5s ease, transform 1s .5s ease;
}
.skyletter_sec_1.active .up {
    opacity: 1;
    transform: translateY(0);
}


.letter_bubble-wrap {
    width: 100%;
    height: 150vh;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 20px;
    position: relative;
    overflow: hidden;
}

.letter_bubble {
    opacity: 0;
    width: fit-content;
    height: fit-content;
    padding: 14px 24px;
    border-radius: 9999px;
    background: #ffffff40;
    backdrop-filter: blur(10px);
    transform: scale(0.8);
    transform-origin: center bottom;
    filter: drop-shadow(0 12px 20px #00000025);
    position: absolute;
}
.lb_1 {
    left: 14%;
    top: 20%;
}
.lb_2 {
    left: 38.5%;
    top: 40%;
}
.lb_3 {
    right: 20%;
    top: 4%;
}
.lb_4 {
    left: 10%;
    top: 50%;
}
.lb_5 {
    right: 10%;
    top: 64%;
}
.lb_6 {
    left: 34.5%;
    bottom: 0;
}
.lb_7 {
    left: 14%;
    top: 76%;
}

.letter_bubble p {
    color: white;
    font-size: var(--d1);
}

.skyletter_sec_2 {
    background: var(--gray-600);
    padding-bottom: var(--sec-gap);
}
.skyletter_sec_2::before {
    content: '';
    display: block;
    width: 100%;
    height: 300px;
    background: linear-gradient(to bottom, transparent, var(--gray-600));
    transform: translateY(-100%);
}
.skyletter_sec_2 .sec-title {
    color: white;
    text-align: center;
    margin-bottom: var(--con-gap);
}
.letter_info-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: var(--con-gap);
}
.letter_info-item {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    background: #ffffff05;
    padding: 40px;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    transition: background .5s ease;
}

.letter_info-item .con-title {
    font-size: var(--ft22);
    color: var(--gray-100);
    font-weight: var(--medium);
    transition: color .5s ease;
    margin-bottom: 20px;
}
.letter_info-item .con-desc {
    font-size: var(--ft16);
    color: var(--gray-200);
    font-weight: var(--light);
    transition: color .5s ease;
    opacity: 0.9;
}
.letter_info-item .icon {
    width: 100px;
    height: auto;
    aspect-ratio: 1;
    filter: invert(1);
    opacity: 0.2;
    transform: scale(0.8);
    transform-origin: 100% 0%;
    transition: opacity .5s ease, filter .5s ease, transform .5s ease;
}

.letter_info-item:hover {
    background: #ffffff;
}
.letter_info-item:hover .con-title {
    color: var(--ft-main);
}

.letter_info-item:hover .con-desc {
    color: var(--ft-sub);
}
.letter_info-item:hover .icon {
    opacity: 1;
    filter: invert(0);
    transform: scale(1);
}

.skyletter_sec_2 .btn-text {
    color: white;
}

/* gallery_sec */
.gallery_sec {
    padding-top: var(--sec-gap);
    height: 300vh;
}
.gallery_sec .inner {
    position: sticky;
    top: 0;
}
.gallery_sec .sec-title,
.gallery_sec .sec-sub_title {
    text-align: center;
}

.gallery_wrap {
    margin-top: 100px;
    overflow: hidden;
}
.gallery_swiper {
    overflow: visible;
}
.gallery-item {
    width: 450px;
    height: auto;
    aspect-ratio: 1.2 / 1;
    background-color: var(--img);
    transition: transform .5s ease;
}
.gallery-img {
    width: 100%;
    height: 100%;
}

/* .swiper-slide.gallery-item.swiper-slide-prev {
    transform: perspective(800px) rotateY(25deg) translateX(-10%) scale(1);
}
.swiper-slide.gallery-item.swiper-slide-next {
    transform: perspective(800px) rotateY(-40deg) translateX(10%) scale(1);
}
.swiper-slide.gallery-item.swiper-slide-active {
    transform: perspective(800px) rotateY(-0) translateX(0) scale(1.2);
}
 */

.gallery_sec .deco_text-sec {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.gallery_sec .deco_text {
    width: fit-content;
    font-size: 11vw;
    color: var(--primary);
    opacity: 0.3;
    font-family: var(--ft-serif);
    transform: translateX(-100%);
}


/* ==== notice_sec ==== */
.flower_sec {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.flower_sec .inner {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}
.flower_bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none; /* 클릭 막기 */
}
.flower_sec .sec-title { 
    display: flex;
    justify-content: center;
    opacity: 0;
    letter-spacing: .4ch;
    transition: all 1s ease;
    text-align: center;
}
 
.flower_sec .deco_center {
    /* scale: 1; */
    width: 260px;
    height: auto;
    transform: rotate(5deg) scale(0);
    opacity: 0;
    position: absolute;
    pointer-events: none;
    /* transition: all .5s ease-out; */
}
.flower_sec.active .split {
    gap: 0;
}

.flower_sec.active .sec-title {
    opacity: 1;
    letter-spacing: 0;
}
/* .flower_sec.active .deco_center {
    opacity: 0.6;
    transform: rotate(-30deg) scale(1);
    transition-delay: 0.5s;
} */
.flower_item {
    position:absolute;
    width: 74px;
    height: auto;
    pointer-events:none;
    opacity:0;
    transition:transform 1.5s ease, opacity 1.5s ease;

}

/* ==== notice_sec ==== */
.notice_sec {
    padding-top: var(--con-gap);
}
.notice_sec .inner {
    display: grid;
    grid-template-columns: 1fr 33.333%;
    gap: var(--con-gap);
}
.notice_sec .sec_header {
    grid-column: 1 / 2;
    display: flex;
    align-items: end;
    justify-content: space-between;
}
.notice_sec .btn-link {
    width: fit-content;
}
.notice_sec .sec-content {
    width: 100%;
    min-width: 0;
    grid-row: 2;
}
.notice_sec .notice-title {
     font-size: var(--ft22);
     font-weight: var(--medium);
     text-overflow: ellipsis;
     width: 100%;
     overflow: hidden;
     text-wrap: nowrap;
     white-space: nowrap;
}
.notice-date {
    font-size: var(--d1);
    color: var(--gray-400);
}
.notice-list_texttype {
    border-top: 1px solid var(--primary-300);
}
.notice-list_texttype .notice-item {
    width: 100%;
    min-width: 0; 
    border-bottom: 1px solid var(--primary-300);
}
.notice-list_texttype .notice-item a {
    padding: 50px 40px;
}
.notice-list_texttype .notice-title {
    margin-bottom: 20px;
}
.notice-list_imgtype .notice-item:first-child {
    margin-bottom: 100px;
}
.notice-list_imgtype .notice-title {
    margin-bottom: 16px;
}
.notice-thumbnail {
    width: 100%;
    height: 200px;
    background: var(--img);
    margin-bottom: 30px;
}

/* ==== location_sec ==== */
.location_sec {
    padding: calc(var(--sec-gap) / 2) 0 var(--sec-gap);
    margin-top: var(--sec-gap);
    background: var(--primary-200);
    border-top-right-radius: 40px;
    border-top-left-radius: 40px;
    margin-bottom: -40px;
}
.location_sec .inner {
    display: flex;
}

.location_sec .sec-l {
    width: 100%;
    flex: 0 0 50%;
    height: auto;
    aspect-ratio: 1;
    padding-left: 40px;
}
.location-map {
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: all 1s ease;
    background: var(--primary-100);
    position: relative;
    background: url('/images/map.png') no-repeat center / cover;
    border-radius: 40px;
}
.location-map .map_pin {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.location-map .map_pin-main {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.location-map .map_pin-main .pin_img {
    width:  clamp(44px, 4vw, 76px);
    height:  auto;
}

.location-map .map_pin-sub .pin_img {
    width: clamp(20px, 2vw, 40px);
    height: auto;
}
.map_pin .pin_name {
    text-align: center;
    font-weight: var(--medium);
    color: var(--point);
    font-size: var(--ft18);
}
.map_pin-main .pin_name {
    font-size: var(--ft22);
    font-weight: var(--semi-bold);
}

.pin-1 {
    top: 14%;
    left: 24%;
}
.pin-2 {
    top: 34%;
    left: 81%;
}
.pin-3 {
    top: 53%;
    left: 66%;
}
.pin-4 {
    top: 74%;
    left: 65%;
}
.pin-5 {
    top: 71%;
    left: 46%;
}
.pin-6 {
    top: 76%;
    left: 21%;
}
.location_sec .sec-r {
    flex: 1 0 50%;
    padding: var(--con-gap) 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.location_sec .sticky {
    position: sticky;
    top: var(--con-gap);
    text-align: center;
}
.location_sec .sec-header {
    margin-bottom: var(--con-gap);
}

.location-list dt {
    font-size: var(--t6);
    color: var(--ft-sub);
    margin-bottom: 16px;
}
.location-list dd {
    font-size: var(--t5);
    color: var(--ft-main);
    margin-bottom: 40px;
}
.location-list dd:last-child {
    margin-bottom: 0;
}


/* ========= main popup ========= */
/* ----------------popup------------------- */
.popup_wrap {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    display: none;
    opacity: 0;
    transition: opacity .5s ease;
}
.popup_wrap.show {
    display: flex;
    opacity: 1;
}

.popup_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.popup_box {
    width: 100%;
    max-width: 1500px;
    position: relative;
}

.popup_con {
    width: fit-content;
    max-width: 1240px;
    margin: 0 auto;
    text-align: center;
}
.swiper-button-lock.swiper-btn {
    display: none;
}
.popup_img {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1.25;
    display: block;
    border-radius: 8px;
}
.popup_con:has(.no-swiper) .swiper-btn {
    display: none;
}
.no-swiper .swiper-wrapper {
    gap: 20px;
}
.no-swiper .popup_img {
    width: 100%;
    max-width: 400px;
}
.popup_bot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px;
}
.popup_bot .checkbox {
    cursor: pointer;
}

.popup_bot .popup_close-today {
    font-size: var(--ft16);
    color: white;
    padding-bottom: 4px;
    border-bottom: 1px solid white;
}
.popup_bot .popup_close-today:hover {
    opacity: .8;
}


.popup_bot .popup_close {
    padding: 5px 10px;
    font-size: var(--ft16);
    display: flex;
    align-items: center;
    gap: 10px;
    transition: background .3s ease;
    border-radius: 99px;
    color: white;
}
.popup_close .icon {
    display: inline-block;
    filter: invert(1);
}
.popup_bot .popup_close:hover {
    background: #ffffff3b;
}

.popup_swiper-pagination {
   color: white;
   text-align: right;
   max-width: 1280px;
   margin: 0 auto;
   position: relative;
   font-size: var(--ft18);
}


.popup_box .swiper-prev, 
.popup_box .swiper-next {
    background: #ffffff20;
    backdrop-filter: blur(4px);
    opacity: 1;
}
.popup_box .swiper-prev::after, 
.popup_box .swiper-next::after {
    background: white;
}

@media screen and (max-width:1500px) {
    .popup_box {
        max-width: 1000px;
    }
    .popup_con {
        max-width: 840px;
    }
}
@media screen and (max-width:1200px) {
    .main_sec {
        --main-padding: 40px;
        aspect-ratio: 1;
        height: auto;
    }
    .main-logo {
        width: 80%;
        height: auto;
    }
    .m_fluid_bg {
        display: block;
        width: 100%;
        height: 100%;
        border-radius: var(--border-radius);
        overflow: hidden;
        clip-path: inset(0 0 100% 0);
        transition: clip-path 1s ease;
    }
    .m_fluid_bg img {
        object-position: 80%;
    }
    .m_fluid_bg.active {
        clip-path: inset(0 0 0 0);
    }
    
    .facility_sec_1 .sticky {
        padding: 40px 0;
    }
    .fluid_bg-quad {
        display: none;
    }
}
@media screen and (max-width:960px) {
    .popup_box {
        max-width: 600px;
    }
    .popup_con {
        max-width: 400px;
        width: 90%;
    }

    .sec-title {
        font-size: var(--ft46);
    }
    .main-logo {
        width: 35vw;
    }
    

    /* title_sec */
    #titleSecDrawTxt {
        max-width: 240px;
        width: 50vw;
    }
    #titleSecDrawTxt path {
        fill: #000;
    }
    .title_sec .deco-item {
        width: 6vw;
        min-width: 40px;
    }


    /* facility_sec */
    .facility_sec_1 {
        height: auto;
    }
    .facility_sec_1 .sticky {
        position: static;
        height: auto;
        aspect-ratio: 2 / 1;
        padding: 0;
    }
    .facility_sec_1 .sec-header {
        height: auto;
        margin-top: ca;
    }
    .facility_sec_1 .sec-title {
        color: var(--ft-main);
        margin-top: var(--con-gap);
    }
    .facility_sec_2 .con-wrap {
        justify-content: space-around;
        gap: 40px;
        flex-wrap: wrap;
    }
    .facility_sec_2 .con-wrap li {
        width: calc(50% - var(--con-gap));
        flex: unset;
        min-width: 300px;
    }
    /* letter_sec */
    .letter_bubble {
        padding: 8px 16px;
    }
    .letter_bubble p {
        font-size: var(--ft16);
        white-space: nowrap;
    }
    .lb_1 {
        left: 5%;
    }
    .lb_2 {
        left: 38.5%;
    }
    .lb_3 {
        right: 7%;
    }
    .lb_4 {
        left: 10%;
    }
    .lb_5 {
        right: 8%;
    }
    .lb_6 {
        left: 34.5%;
    }
    .lb_7 {
        left: 4%;
    }

    /* flower_sec */    
    .flower_sec .sec-title,
    .flower_sec.active .sec-title {
        opacity: 1;
        letter-spacing: 0;
    }
    .flower_sec.active .sec-title {
        opacity: 1;
        letter-spacing: 0;
    }

    /* notice_sec */
    .notice_sec .inner {
        grid-template-columns: 1fr;
    }
    .notice_sec .sec-content {
        grid-row: unset;
    }
    .notice_sec .sec-content.sec-r {
        grid-row: 2;
    }
   
    .notice-list_imgtype {
        display: flex;
        width: 100%;
        gap: var(--con-gap) 20px;
        flex-wrap: wrap;
    }
    .notice-list_imgtype .notice-item:first-child {
        margin-bottom: 0;
    }
    .notice-list_imgtype .notice-item {
        width: 100%;
        flex: 1 0 0;
        min-width: 200px;
    }
    .notice-list_texttype .notice-item a {
        padding: 34px 20px;
    }
   .notice-list_imgtype .notice-title,
    .notice-list_texttype .notice-title {
        margin-bottom: 10px;
    }


    /* location_sec */
    .location_sec .inner {
        flex-direction: column-reverse;
    }
    .location_sec .sec-r {
        padding: 0 0 var(--con-gap) 0;
        text-align: center;
    }
    .location-list dt {
        margin-bottom: 10px;
    }
    .location-list dd {
        margin-bottom: 30px;
    }
    .location-map {
        aspect-ratio: unset;
    }
    .location_sec .sec-l {
        padding-left: 0;
    }
    .location-map .map_pin-main .pin_img {
        width: clamp(50px, 8vw, 76px);
    }
    .location-map .map_pin-sub .pin_img {
        width: clamp(20px, 4vw, 40px);
    }
}
@media screen and (max-width:700px) {
    .facility_sec_1 {
        padding: 0;
    }
    .facility_sec_1 .sticky {
        aspect-ratio: 1;
    }
    .m_fluid_bg {
        border-radius: 0;
    }
    .facility_sec_1 .sec-title {
        margin-top: calc(var(--con-gap) * 2);
    }
    .facility_sec_2 {
        padding-top: 0;
    }
    .facility_sec_2 .sec-sub_title {
        margin-top: 20px;
        text-align: center;
    }
    .facility_sec_2 .con-wrap {
        flex-direction: column;
        align-items: center;
        gap: calc(var(--con-gap) * 2);
    }
    .facility_sec_2 .con-wrap li {
        width: 60%;
    }
    .facility_sec_2 .con-title {
        font-size: var(--ft32);
        margin-bottom: 20px;
    }
    .facility_sec_2 .con-desc {
        margin-bottom: 30px;
    }
}
@media screen and (max-width:600px) {
    .notice-list_texttype .notice-item a {
        padding: 24px 10px;
    }
    .scroll_indicator {
        display: none;
    }
}
@media screen and (max-width:500px) {
    .sec-title {
        font-size: var(--ft32);
    }
    .facility_sec_2 .con-title {
        font-size: var(--ft28);
    }
    .facility_sec_2 .sec-sub_title {
        font-size: var(--ft18);
    }
    .facility_sec_2 .con-wrap {
        padding: 0 20px;
    }
    .facility_sec_2 .con-wrap li {
        width: 100%;
        min-width: unset;
    }
    
    .title_sec {
        height: auto;
        padding: var(--sec-gap) 0;
    }
    .flower_sec .inner {
        height: calc(var(--vh) * 100);
    }
    .flower_sec .deco_center {
        width: 50vw;
    }
    .location_sec {
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
    }
    .location-map {
        border-radius: 20px;
    }
    
}