@charset "UTF-8";

@property --border-angle {
    syntax: "<angle>";
    inherits: true;
    initial-value: 0turn;
}

@keyframes form-border-spin {
    to { --border-angle: 1turn; }
}

body {position: relative;}

.wrap {width: 100%; max-width: 1550px; margin: 0 auto; padding: 0 20px;}

@media(max-width: 768px) {
    .wrap {padding: 0 15px;}
}


/* ----- 스킵메뉴 ----- */
.skipMenu {position: absolute; top:0; left:0; z-index: 1001; width:100%;}
.skipMenu a {display: block; overflow-x: hidden; overflow-y: hidden; position: relative; width: 100%; height: 0; text-align: center; pointer-events: none;}
.skipMenu a:focus {height: auto; padding: 6px 0; background:#000; color:#fff; font-size: 16px; outline: none !important; pointer-events: auto;}

@media (max-width: 1200px) {
    .skipMenu {display: none;}
}
/* @media(max-width: 768px) {
    .skipMenu a:focus {padding: 4px 0; font-size: 15px;}
} */


/* ----- 헤더 ----- */
header * {color: #fff;}
header {width: 100%; background-color: transparent; position: fixed; top: 0; left: 0; z-index: 1200; transition: background-color 0.3s ease-in-out, backdrop-filter 0.3s ease-in-out, -webkit-backdrop-filter 0.3s ease-in-out, border-radius 0.3s ease-in-out;}
header .wrap {max-width: 1550px;}

html.is-search-open {overflow: hidden;}

header.gnb-open {background-color: #fff;}
header.gnb-open * {color: #202020;}
header.gnb-open .header-top {border-bottom-color: transparent;}

/* 모바일 메뉴 열렸을 때 헤더에 배경을 깔아서 뒤로 스크롤되는 메뉴 리스트와 겹쳐 보이지 않게 함 (모바일 메뉴와 같은 톤의 어두운 배경) */
header.mo-open {background-color: rgba(3, 10, 30, 0.75); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);}
header.mo-open .header-top {border-bottom-color: transparent;}

/* PC 사이트맵(#sitemap)이 열려있는 동안 - header는 사이트맵보다 z-index가 위라서, 로고/gnb 메뉴만 숨기면
   Close 버튼(.header-top .sitemap)만 자연스럽게 사이트맵 위에 남아 보임 */
header.so-open {background-color: transparent; backdrop-filter: none; -webkit-backdrop-filter: none; border-bottom-color: transparent;}
header.so-open .header-top .logo,
header.so-open .header-top .gnb {opacity: 0; pointer-events: none; transition: opacity 0.2s ease-in-out;}

/* 스크롤 시 헤더 (배경 흰색 전환 + 아래로 그림자) */
header.scroll-on {background-color: #fff; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);}
header.scroll-on * {color: #1F1F1F;}
header.scroll-on .header-top {border-bottom-color: transparent;}

header.scroll-on .header-top .logo a img.logo-w,
header.gnb-open .header-top .logo a img.logo-w {opacity: 0; pointer-events: none;}
header.scroll-on .header-top .logo a img.logo-c,
header.gnb-open .header-top .logo a img.logo-c {opacity: 1; pointer-events: auto;}

/* header-top */
.header-top {border-bottom: 1px solid rgba(255, 255, 255, 0.5); transition: border-color 0.3s ease-in-out;}
.header-top .wrap {height: 100px; display: flex; align-items: center; justify-content: space-between; gap: 40px;}

.header-top .logo a {display: flex; align-items: center; justify-content: flex-start; position: relative;}
.header-top .logo a img {display: block; width: 280px; height: auto; object-fit: contain; transition: opacity 0.25s ease-in-out;}
.header-top .logo a img.logo-c {opacity: 0; position: absolute; left: 0; top: 0; pointer-events: none;}

/* 햄버거 버튼 */
.header-top .sitemap {display: flex; align-items: center; gap: 10px; position: relative; z-index: 1100; flex-shrink: 0; background: none; border: 0; padding: 0; cursor: pointer; transition: 0.3s ease-in-out;}
.header-top .sitemap .icon {width: 34px; height: 24px; position: relative; flex-shrink: 0;}
.header-top .sitemap .icon .bar {display: block; position: absolute; left: 0; height: 3px; border-radius: 2px; transition: 0.3s ease-in-out;}
.header-top .sitemap .icon .bar1 {top: 0; width: 100%; background-color: #0173F6;}
.header-top .sitemap .icon .bar2 {top: 50%; right: 0; left: auto; width: 55%; margin-top: -1.5px; background-color: #fff;}
.header-top .sitemap .icon .bar3 {bottom: 0; width: 100%; background-color: #fff;}
.header-top .sitemap .txt {font-family: 'Outfit SemiBold'; font-size: 17px; color: #fff; opacity: 0; transition: 0.2s ease-in-out; white-space: nowrap;}

header.scroll-on .header-top .sitemap .icon .bar2,
header.scroll-on .header-top .sitemap .icon .bar3,
header.gnb-open .header-top .sitemap .icon .bar2,
header.gnb-open .header-top .sitemap .icon .bar3 {background-color: #202020;}

.header-top .sitemap.is-open .icon .bar1 {top: 50%; margin-top: -1.5px; transform: rotate(45deg); background-color: #0173F6;}
.header-top .sitemap.is-open .icon .bar2 {opacity: 0;}
.header-top .sitemap.is-open .icon .bar3 {bottom: 50%; margin-bottom: -1.5px; transform: rotate(-45deg); background-color: #fff;}
.header-top .sitemap.is-open .txt {opacity: 1;}


/* gnb (메뉴) */
.header-top .gnb {flex: 1; height: 100%;}
.header-top .gnb .gnb-list {width: 100%; height: 100%; display: flex; align-items: center; justify-content: flex-end; gap: 0;}
.header-top .gnb .gnb-list > li {height: 100%; position: relative;}
.header-top .gnb .gnb-list > li > a {width: 100%; height: 100%; padding: 0 30px; font-family: 'Outfit SemiBold'; font-size: 22px; text-align: center; display: flex; align-items: center; justify-content: center; position: relative; transition: 0.2s ease-in-out;}
.header-top .gnb .gnb-list > li > a > span.notranslate {font-family: 'Paperlogy ExtraBold';}
.header-top .gnb .gnb-list > li:hover > a {color: var(--color-primary);}
.header-top .gnb .gnb-list > li > a::before {content: ''; width: 0; height: 4px; background-color: var(--color-primary); position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); transition: 0.2s ease-in-out;}
.header-top .gnb .gnb-list > li:hover > a::before {width: 100%;}
.header-top .gnb .gnb-list > li:focus-within > a {color: var(--color-primary);}
.header-top .gnb .gnb-list > li:focus-within > a::before {width: 100%;}

/* gnb depth02 (서브메뉴 드롭다운) */
.header-top .gnb .gnb-list > li > ul.depth02 {opacity: 0; visibility: hidden; position: absolute; top: 100%; left: 0; width: 100%; box-sizing: border-box; padding: 18px 15px; margin: 0; background: #fff; box-shadow: 0px 5px 24.3px 2.7px rgb(0 0 0 / 9%); border-radius: 0 0 16px 16px; transform: translateY(8px); transition: 0.2s ease-in-out; z-index: 10;}
.header-top .gnb .gnb-list > li:hover > ul.depth02,
.header-top .gnb .gnb-list > li:focus-within > ul.depth02 {opacity: 1; visibility: visible; transform: translateY(0);}
.header-top .gnb .gnb-list > li > ul.depth02 > li + li {margin-top: 4px;}
.header-top .gnb .gnb-list > li > ul.depth02 > li > a {display: block; padding: 9px 12px; font-size: 18px; color: #333; text-align: center; word-break: keep-all; border-radius: 8px; transition: 0.15s ease-in-out;}
.header-top .gnb .gnb-list > li > ul.depth02 > li > a:hover {color: var(--color-primary);}

@media (max-width: 1400px) {
    .header-top .gnb .gnb-list > li > a {font-size: 20px; padding: 0 20px;}
}
@media (max-width: 1200px) {
    .header-top {border-color: #fff;}
    .header-top .wrap {height: 80px;}

    .header-top .logo a img {width: 200px; height: 33px;}

    .header-top .gnb {display: none;}
}
@media (max-width: 768px) {
    .header-top .wrap {height: 60px;}
}


/* ----- 사이트 맵 (전체메뉴) ----- */
html.sitemap-lock, body.sitemap-lock{overflow: hidden;}

#sitemap{display: flex; visibility: hidden; pointer-events: none; position: fixed; inset: 0; z-index: 1000; transform: translateX(100%); transition: transform 0.5s cubic-bezier(.4,0,.2,1), visibility 0s linear 0.5s;}
#sitemap.is-open{visibility: visible; pointer-events: auto; transform: translateX(0); transition: transform 0.5s cubic-bezier(.4,0,.2,1);}

#sitemap .bg{position: absolute; inset: 0; z-index: -1; background: rgba(3, 10, 30, 0.75); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); opacity: 0; transition: opacity 0.5s ease-in-out;}
#sitemap.is-open .bg{opacity: 1;}

#sitemap .inner{display: flex; width: 100%; height: 100%;}

/* 왼쪽: 메뉴 리스트 (hover 시 텍스트가 위로 밀려 올라가며 교체) - 우측 정렬 */
#sitemap .fl{flex: 1; display: flex; flex-direction: column; align-items: flex-end; justify-content: center; padding: 60px 90px; overflow-y: auto;}
#sitemap .fl .menu{display: flex; flex-direction: column; align-items: flex-end; gap: 4px;}
#sitemap .fl .menu .menu-item{display: flex; flex-direction: column; align-items: flex-end;}
#sitemap .fl .menu .menu-item > a{display: block; overflow: hidden; height: 76px; text-align: right;}
#sitemap .fl .menu .menu-item > a p{margin: 0; height: 76px; line-height: 76px; font-family: 'Outfit Bold'; font-size: 55px; color: #fff; white-space: nowrap; transition: margin-top 0.3s ease-in-out, color 0.3s ease-in-out;}
#sitemap .fl .menu .menu-item:hover > a p:first-child{margin-top: -76px; color: var(--color-primary);}
#sitemap .fl .menu .menu-item:hover > a p:last-child{color: var(--color-primary);}
#sitemap .fl .menu .menu-item .depth02{display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 6px 24px; max-height: 0; opacity: 0; overflow: hidden; transition: 0.3s ease-in-out;}
#sitemap .fl .menu .menu-item:hover .depth02{max-height: 120px; opacity: 1; margin-bottom: 14px;}
#sitemap .fl .menu .menu-item .depth02 li a{font-size: 30px; font-weight: 400; color: rgba(255,255,255,0.55); transition: 0.2s ease-in-out;}
#sitemap .fl .menu .menu-item .depth02 li a:hover{color: #fff;}

/* 오른쪽: 브랜드 컬러 패널 (로고 + 태그라인 + 연락처) */
#sitemap .fr{flex: 0 0 400px; width: 400px; display: flex; flex-direction: column; justify-content: flex-end; padding: 50px; background: var(--color-primary-dark);}
#sitemap .fr .logo{display: flex; justify-content: center; width: 100%; margin-bottom: 22px;}
#sitemap .fr .logo img{display: block; width: 270px; height: auto;}
#sitemap .fr .tagline{display: flex; flex-direction: column; align-items: center; font-family: 'Outfit SemiBold'; font-size: 18px; line-height: 1.8; letter-spacing: 0.06em; text-align: center; text-transform: uppercase; margin-bottom: 28px; word-break: keep-all;}
/* header 밖으로 이동하면서 header * {color:#fff} 상속이 끊겨서 직접 흰색 지정 (기존 .line span 규칙은 실제 마크업(중첩 span 없음)과 안 맞아 적용되지 않던 죽은 코드였음) */
#sitemap .fr .tagline .line{display: block; color: rgba(255, 255, 255, 0.85); opacity: 0; position: relative;}
@keyframes tagline-fade {
    from {opacity: 0;}
    to {opacity: 1;}
}
#sitemap.is-open .fr .tagline .line{animation: tagline-fade 0.5s ease-in-out forwards;}
#sitemap.is-open .fr .tagline .line:nth-child(2){animation-delay: 0.1s;}
#sitemap .fr .fb{padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.2);}
#sitemap .fr .fb .info{display: grid; gap: 18px;}
#sitemap .fr .fb .info p{display: grid; gap: 4px;}
#sitemap .fr .fb .info p b{font-size: 18px; font-weight: 500; color: rgba(255,255,255,0.6);}
#sitemap .fr .fb .info p b font{padding: 0 4px; font-weight: 300; color: rgba(255,255,255,0.4);}
#sitemap .fr .fb .info p span{font-size: 16px; font-weight: 400; color: #fff; line-height: 1.5; word-break: keep-all;}

@media (max-width: 1400px) {
    #sitemap .fl{padding: 50px 60px;}
    #sitemap .fl .menu .menu-item > a{height: 48px;}
    #sitemap .fl .menu .menu-item > a p{height: 48px; line-height: 48px; font-size: 34px;}
    #sitemap .fl .menu .menu-item:hover > a p:first-child{margin-top: -48px;}
    #sitemap .fr{flex-basis: 320px; width: 320px; padding: 40px;}
    #sitemap .fr .tagline{font-size: 19px;}
}
@media (max-width: 1200px) {
    #sitemap .inner{ flex-direction: column; overflow-y: auto; }

    #sitemap .fl{ flex: none; align-items: flex-start; justify-content: flex-start; padding: 100px 30px 40px; }
    #sitemap .fl .menu{ align-items: flex-start; }
    #sitemap .fl .menu .menu-item{ align-items: flex-start; }
    #sitemap .fl .menu .menu-item > a{ height: 54px; text-align: left; }
    #sitemap .fl .menu .menu-item > a p{ height: 54px; line-height: 54px; font-size: 30px; }
    #sitemap .fl .menu .menu-item:hover > a p:first-child{ margin-top: -54px; }
    #sitemap .fl .menu .menu-item .depth02{ justify-content: flex-start; gap: 5px 20px; }
    #sitemap .fl .menu .menu-item:hover .depth02{ max-height: 100px; }
    #sitemap .fl .menu .menu-item .depth02 li a{ font-size: 20px; }

    #sitemap .fr{ flex: none; width: 100%; padding: 40px 30px; }
    #sitemap .fr .logo{ margin-bottom: 16px; }
    #sitemap .fr .logo img{ width: 200px; }
    #sitemap .fr .tagline{ font-size: 15px; margin-bottom: 20px; }
    #sitemap .fr .fb{ padding-top: 20px; }
    #sitemap .fr .fb .info{ gap: 14px; }
    #sitemap .fr .fb .info p b{ font-size: 15px; }
    #sitemap .fr .fb .info p span{ font-size: 14px; }
}
@media (max-width: 768px) {
    #sitemap .fl{ padding: 90px 20px 30px; }
    #sitemap .fl .menu .menu-item > a{ height: 46px; }
    #sitemap .fl .menu .menu-item > a p{ height: 46px; line-height: 46px; font-size: 26px; }
    #sitemap .fl .menu .menu-item:hover > a p:first-child{ margin-top: -46px; }
    #sitemap .fl .menu .menu-item .depth02 li a{ font-size: 18px; }

    #sitemap .fr{ padding: 30px 20px; }
    #sitemap .fr .logo img{ width: 160px; }
    #sitemap .fr .tagline{ font-size: 14px; margin-bottom: 16px; }
}
@media (max-width: 500px) {
    #sitemap .fl{ padding: 80px 16px 30px; }
    #sitemap .fl .menu .menu-item > a{ height: 42px; }
    #sitemap .fl .menu .menu-item > a p{ height: 42px; line-height: 42px; font-size: 24px; }
    #sitemap .fl .menu .menu-item:hover > a p:first-child{ margin-top: -42px; }

    #sitemap .fr{ padding: 24px 16px; }
    #sitemap .fr .logo img{ width: 140px; }
    #sitemap .fr .fb .info p b{ font-size: 14px; }
    #sitemap .fr .fb .info p span{ font-size: 13px; }
}


/* ----- 모바일 메뉴 (햄버거 메뉴) - sitemap과 동일한 fl/fr 구조 ----- */
/* html.gnb-lock, body.gnb-lock {overflow: hidden;} */
.gnb-dim {display: none; position: fixed; inset: 0; background: rgba(3, 10, 30, 0.75); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); opacity: 0; visibility: hidden; pointer-events: none; transition: opacity 0.5s ease-in-out; z-index: 1090;}
.gnb-dim.is-open {opacity: 1; visibility: visible; pointer-events: auto;}

#gnb-mo {display: none; position: fixed; inset: 0; z-index: 1095; width: 100%; height: 100%; transform: translateX(100%); transition: transform 0.5s cubic-bezier(.4,0,.2,1);}
#gnb-mo.is-open {transform: translateX(0);}

#gnb-mo .inner{display: flex; flex-direction: column; width: 100%; height: 100%; overflow-y: auto;}

/* 위: 메뉴 리스트 (hover 시 텍스트가 위로 밀려 올라가며 교체) */
#gnb-mo .fl{flex: none; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; padding: 100px 30px 40px; background: rgba(3, 10, 30, 0.75); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);}
#gnb-mo .fl .menu{display: flex; flex-direction: column; align-items: flex-start; gap: 4px;}
#gnb-mo .fl .menu .menu-item{display: flex; flex-direction: column; align-items: flex-start;}
#gnb-mo .fl .menu .menu-item > a{display: block; overflow: hidden; height: 54px; text-align: left;}
#gnb-mo .fl .menu .menu-item > a p{margin: 0; height: 54px; line-height: 54px; font-family: 'Outfit Bold'; font-size: 30px; color: #fff; white-space: nowrap; transition: margin-top 0.3s ease-in-out, color 0.3s ease-in-out;}
#gnb-mo .fl .menu .menu-item:hover > a p:first-child{margin-top: -54px; color: var(--color-primary);}
#gnb-mo .fl .menu .menu-item:hover > a p:last-child{color: var(--color-primary);}
#gnb-mo .fl .menu .menu-item .depth02{display: flex; flex-wrap: wrap; justify-content: flex-start; gap: 5px 20px; max-height: 0; opacity: 0; overflow: hidden; transition: 0.3s ease-in-out;}
#gnb-mo .fl .menu .menu-item:hover .depth02{max-height: 100px; opacity: 1; margin-bottom: 14px;}
#gnb-mo .fl .menu .menu-item .depth02 li a{font-size: 20px; font-weight: 400; color: rgba(255,255,255,0.55); transition: 0.2s ease-in-out;}
#gnb-mo .fl .menu .menu-item .depth02 li a:hover{color: #fff;}

/* 아래: 브랜드 컬러 패널 (로고 + 태그라인 + 연락처) */
#gnb-mo .fr{flex: none; width: 100%; display: flex; flex-direction: column; padding: 40px 30px; background: var(--color-primary-dark);}
#gnb-mo .fr .logo{display: flex; margin-bottom: 16px;}
#gnb-mo .fr .logo img{display: block; width: 200px; height: auto;}
#gnb-mo .fr .tagline{font-family: 'Outfit SemiBold'; font-size: 15px; line-height: 1.8; letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 20px; word-break: keep-all;}
#gnb-mo .fr .tagline .line{display: block; color: rgba(255,255,255,0.7);}
#gnb-mo .fr .fb{padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.2);}
#gnb-mo .fr .fb .info{display: grid; gap: 14px;}
#gnb-mo .fr .fb .info p{display: grid; gap: 4px;}
#gnb-mo .fr .fb .info p b{font-size: 15px; font-weight: 500; color: rgba(255,255,255,0.6);}
#gnb-mo .fr .fb .info p b font{padding: 0 4px; font-weight: 300; color: rgba(255,255,255,0.4);}
#gnb-mo .fr .fb .info p span{font-size: 14px; font-weight: 400; color: #fff; line-height: 1.5; word-break: keep-all;}

@media (max-width: 1200px) {
    .gnb-dim{display:block;}

    #gnb-mo{display:block; transform: translateX(100%);}
    #gnb-mo.is-open{transform: translateX(0);}
}
@media (max-width: 768px) {
    #gnb-mo .fl{ padding: 90px 20px 30px; }
    #gnb-mo .fl .menu .menu-item > a{ height: 46px; }
    #gnb-mo .fl .menu .menu-item > a p{ height: 46px; line-height: 46px; font-size: 26px; }
    #gnb-mo .fl .menu .menu-item:hover > a p:first-child{ margin-top: -46px; }
    #gnb-mo .fl .menu .menu-item .depth02 li a{ font-size: 18px; }

    #gnb-mo .fr{ padding: 30px 20px; }
    #gnb-mo .fr .logo img{ width: 160px; }
    #gnb-mo .fr .tagline{ font-size: 14px; margin-bottom: 16px; }
}
@media (max-width: 500px) {
    #gnb-mo .fl{ padding: 80px 16px 30px; }
    #gnb-mo .fl .menu .menu-item > a{ height: 42px; }
    #gnb-mo .fl .menu .menu-item > a p{ height: 42px; line-height: 42px; font-size: 24px; }
    #gnb-mo .fl .menu .menu-item:hover > a p:first-child{ margin-top: -42px; }

    #gnb-mo .fr{ padding: 24px 16px; }
    #gnb-mo .fr .logo img{ width: 140px; }
    #gnb-mo .fr .fb .info p b{ font-size: 14px; }
    #gnb-mo .fr .fb .info p span{ font-size: 13px; }
}


/* ----- 푸터 ----- */
footer {position: relative; z-index: 120;}
/* footer-top 배너 (현재 미사용) */
.footer-top {background-color: #fff; border-top: 1px solid #e2e2e2;}
.footer-top .banner {display: flex; padding: 30px 0;}

.banner-control {display: flex; align-items: center; gap: 20px; width: 200px; flex: 1;}
.banner-control span {font-family: 'Paperlogy SemiBold'; font-size: 23px;}

.banner-control .banner-btn-wrap {display: flex; align-items: center; justify-content: center; gap: 8px;}
.banner-control .banner-btn {position: relative; display: flex; align-items: center; justify-content: center;}
.banner-control .banner-btn::before {content: ''; font-family: 'bootstrap-icons'; font-size: 16px; font-weight: bold; }
.banner-control .banner-prev::before {content: '\F284';}
.banner-control .banner-toggle::before {font-size: 20px;}
.banner-control .pause::before {content: '\F4C4';}
.banner-control .play::before {content: '\F4F4'; position: relative; left: 1px;}
.banner-control .banner-next::before {content: '\F285';}

.banner-swiper {width: calc(100% - 200px);}
.banner-swiper .swiper-slide {display: flex; align-items: center; justify-content: center;}
.banner-swiper .swiper-slide a {width: 100%; height: 50px; display: flex; align-items: center; justify-content: center;}
.banner-swiper .swiper-slide a img {width: 100%; height: 100%; max-width: 160px; max-height: 45px; object-fit: contain;}

/* footer 카드 (남색, 좌우 여백을 두고 상단만 라운드) */
.footer {position: relative; overflow: hidden; margin: 0 24px; background-color: #031038; border-radius: 32px 32px 0 0; padding: 50px 0;}

/* 노면 + 바퀴 모션 캔버스. 카드 전체를 덮어서 로고/주소 뒤로 지나가는 느낌을 줌 */
#footerMotion {position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; z-index: 0;}

/* 캔버스 위로 실제 콘텐츠가 보이도록 */
.footer > *:not(#footerMotion) {position: relative; z-index: 1;}

.footer-info-row {display: flex; align-items: center; justify-content: space-between; gap: 30px; flex-wrap: wrap;}

.footer-contact {flex: 1; min-width: 0;}

/* 주소/전화/이메일을 한 줄로 나란히, 그 아래 copyright */
.footer-contact-list {display: flex; flex-wrap: wrap; align-items: baseline; gap: 8px 28px; margin-bottom: 12px;}
.footer-contact-list li {display: flex; align-items: baseline; gap: 8px;}
.footer-contact-list li b {font-size: 17px; font-weight: 700; letter-spacing: 0.02em; text-transform: uppercase; color: rgba(255, 255, 255, 0.55); flex-shrink: 0;}
.footer-contact-list li span {font-size: 17px; color: rgba(255, 255, 255, 0.85); line-height: 1.5; word-break: keep-all;}
.footer-contact-list li span a {color: rgba(255, 255, 255, 0.85);}

.footer-copyright {font-size: 14px; color: rgba(255, 255, 255, 0.4);}

.footer-logo {flex-shrink: 0; display: flex; flex-direction: column; align-items: flex-end; gap: 16px;}
.footer-logo img {display: block; width: 200px; height: auto;}

@media (max-width: 1200px) {
    .footer-top .banner {padding: 15px 0;}
    .banner-control {width: 170px;}
    .banner-control span {font-size: 20px;}
    .banner-control .banner-btn::before {font-size: 14px;}
    .banner-control .banner-toggle::before {font-size: 16px;}
    .banner-swiper {width: calc(100% - 170px);}
    .banner-swiper .swiper-slide a img {max-width: 140px; max-height: 34px;}

    .footer {padding: 60px 0 65px;}
    .footer-logo img {width: 180px;}
}
@media (max-width: 1024px) {
    .footer {margin: 0 16px; border-radius: 24px 24px 0 0;}
    .footer-info-row {align-items: flex-start;}
    .footer-logo img {width: 160px;}
}
@media (max-width: 768px) {
    .banner-control {gap: 15px; width: 150px;}
    .banner-control .banner-btn-wrap {gap: 5px;}

    .banner-swiper {width: calc(100% - 150px);}

    .footer {margin: 0 12px; padding: 45px 0 40px;}

    /* 모바일: 로고 → 주소/이메일(각각 라벨-값 세로 배치) → 구분선 → copyright 순으로 전부 가운데 정렬 */
    .footer-info-row {flex-direction: column; align-items: center; gap: 0; text-align: center;}
    .footer-logo {order: -1; align-items: center; margin-bottom: 28px;}
    .footer-logo img {width: 150px;}
    .footer-contact {width: 100%;}
    .footer-contact-list {flex-direction: column; align-items: center; gap: 20px; margin-bottom: 24px;}
    .footer-contact-list li {flex-direction: column; align-items: center; gap: 6px;}
    .footer-contact-list li b {font-size: 14px;}
    .footer-contact-list li span {font-size: 14px;}
    .footer-copyright {width: 100%; font-size: 12px; text-align: center; padding-top: 20px; border-top: 1px solid rgba(255, 255, 255, 0.15);}
}
@media (max-width: 500px) {
    .footer-top .banner {flex-direction: column; gap: 12px;}
    .banner-control {width: 100%; justify-content: center;}

    .banner-swiper {width: 100%;}
}


/* ----- 플로팅 메뉴 ----- */
.floating {position: fixed; top: 0; right: 0; width: 0; height: 0; right: 50px; pointer-events: none; z-index: 500; opacity: 0; visibility: hidden; transition: 0.3s ease-in-out; display: flex; flex-direction: column; align-items: flex-end; gap: 20px;}
.floating.is-show {opacity: 1; visibility: visible;}

.floating ul {display: flex; flex-direction: column; align-items: center; gap: 35px; position: fixed; top: 50%; right: 50px; transform: translateY(-50%); pointer-events: auto;}
.floating ul li a {display: flex; flex-direction: column; align-items: center; row-gap: 8px; position: static; background: none; backdrop-filter: none; border: 0; border-radius: 0; padding: 0;}
.floating ul li a::before {content: ''; display: block; width: 8px; height: 8px; box-sizing: border-box; border-radius: 50%; border: 2px solid #E4E4E4; background-color: transparent; transition: 0.2s ease-in-out;}
.floating ul li a span {display: none; font-size: 16px; font-weight: 700; font-style: italic; letter-spacing: -0.03em; color: #333333; writing-mode: vertical-rl; text-orientation: mixed;}
.floating ul.color-w li a span {color: #fff;}

.floating ul li.on a span {display: inline;}
.floating ul li.on a::before {border-color: var(--color-primary); background-color: #fff;}

/* 가운데 원 + 그 주위를 도는 점선 링. 링과 화살표를 형제 요소로 분리해서 링만 회전하고 화살표는 고정되게 함.
   나타날 때(.floating.is-show) 아래에서 위로 살짝 올라오도록 transform도 같이 트랜지션 */
.floating .go-top {width: 65px; height: 65px; display: flex; align-items: center; justify-content: center; border-radius: 50%; box-shadow: 0 10px 10px #6d6d6d30; position: fixed; right: 50px; bottom: 40px; pointer-events: auto; transform: translateY(24px); transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);}
.floating.is-show .go-top {transform: translateY(0);}
.floating .go-top .go-top-ring {position: absolute; inset: 0; box-sizing: border-box; border-radius: 50%; padding: 3px; background-color: #001B52; background-clip: content-box; border: 2px dashed #1A62E5; animation: goTopSpin 8s linear infinite;}
.floating .go-top .go-top-arrow {position: relative; z-index: 1; width: 20px; height: 20px; transition: transform 0.3s ease;}

@keyframes goTopSpin {
    100% {transform: rotate(360deg);}
}

.floating .go-top:hover .go-top-ring {animation-duration: 2s;}
.floating .go-top:hover .go-top-arrow {transform: translateY(-4px);}

@media (prefers-reduced-motion: reduce) {
    .floating .go-top .go-top-ring {animation: none;}
}

@media (max-width: 1200px) {
    .floating ul {display: none;}
}
@media (max-width: 768px) {
    .floating .go-top {width: 50px; height: 50px;}
    .floating .go-top .go-top-arrow {width: 16px; height: 16px;}
}
