/* BASIC css start */
.dn,.off { display: none !important } 
header nav { display: flex; gap: 73px; align-items: center; margin-left: -27px; } 
body.hidden,html.hidden { overflow: hidden !important } 
body:not(#main) #main-header { box-shadow: 0px 3px 4px 0px #00000012; } 
/* PC 하위 메뉴 기본 숨김 */
.openCate.active { color: #0C8356 } 
.pc-gnb-sub { position: absolute; top: 100%; left: 0; width: 100%; padding: 0; background: #fff; opacity: 0; visibility: hidden; transition: all 0.3s ease; z-index: 99; padding-top: 0; padding-bottom: 45px; } 
.scrolled .pc-gnb-sub { background: rgba(255, 255, 255, 0.95); } 
/* 서브메뉴 전체 영역 (기존 JavaScript open 클래스와 연동) */
.gnb-sub-container { display: none; /* 기본 상태 숨김 */
 width: 100%; background-color: #fff; border-top: 1px solid #eee; padding: 40px 0; } 
.gnb-sub-container.open { display: block; /* 오픈 시 노출 */ } 
/* 중앙 정렬 및 가로 배치 */
.gnb-sub-inner { display: flex; justify-content: center; gap: 130px; margin: 0 auto; } 
/* 기본적으로는 숨김 */
.mobile-gnb-bar { display: none; justify-content: space-around; font-size: 14px; height: 40px; } 
.mobile-gnb-bar a { color: #000; text-decoration: none; font-weight: 500; display: block; font-size: 16px; } 
.sub-menu:has(.half_) { display: flex; justify-content: space-between; } 
.sub-menu li.half_ { width: 48%; } 
/* 모바일 환경(1024px 이하)에서만 표시 */

@media (max-width:1024px){
 .only-pc { display: none !important } 
 .mobile-gnb-bar { display: flex; overflow-x: auto; white-space: nowrap; -webkit-overflow-scrolling: touch; gap: 0; padding: 0; align-items: center; padding-left: 0; width: 100%; } 
 /* 스크롤바 숨기기 (선택 사항: 더 깔끔한 디자인을 위해) */
 .mobile-gnb-bar::-webkit-scrollbar { display: none; } 
 .pc-gnb-sub { display: none; } 
 }
/* 대메뉴 공통 */
.gnb-depth1 { list-style: none; padding: 0; margin: 0; } 
/* 대메뉴 타이틀 (브랜드, 카테고리 등) */
.depth1-title { font-size: 16px; font-weight: bold; color: #000; } 
.gnb-depth1:hover, .depth2-title > a:hover, .depth1-title.active a { color: #008853; /* 시안의 카테고리 초록색 포인트 */ } 
/* 서브메뉴 아이템 스타일 */
.gnb-depth1 .gnb-depth2 li:not(.depth2-title) a { display: block; font-size: 17px; color: #666; text-decoration: none; font-weight: 500; height: 30px; line-height: 30px; letter-spacing: -.03em; } 
.depth2-title { margin-bottom: 0 !important } 
.depth2-title > a { display: block !important; height: 40px !important; line-height: 40px !important; margin-bottom: 0 !important } 
.none-depth2 a { display: block; font-size: 19px; color: #121212; text-decoration: none; font-weight: 600; letter-spacing: -.03em; } 
.none-depth2 li:not(.depth1-title) a { height: 40px; line-height: 40px } 
.none-depth2 li:not(.depth1-title) a:hover { color: #008853; } 
.gnb-depth1 .gnb-depth2 li:not(.depth2-title) a:hover { text-decoration: underline; } 
.gnb-depth1 li.depth1-title a { font-size: 21px; color: #121212; line-height: 1; letter-spacing: -.03em; font-weight: 600; height: 60px; line-height: 60px; cursor: unset; } 
.pc-search-sub .xbtn { display: none } 
.category-wrapper { display: flex; gap: 40px; /* 생활용과 산업용 사이의 간격 */ } 
.gnb-depth2 { list-style: none; padding: 0; margin: 0; } 
/* 생활용, 산업용 소제목 */
.depth2-title,.depth2-title > a { font-size: 19px; font-weight: 600; color: #121212; margin-bottom: 10px; line-height: 1; letter-spacing: -.03em; } 
/* 시안 내 '핸드패드' 초록색 활성화 포인트 */
.gnb-depth2 li.active a { color: #008853; font-weight: 500; } 
.sub-menu-inner { margin: 46px 60px; } 
/* open 클래스가 붙으면 아래로 스르륵 등장 */
.pc-gnb-sub.open { opacity: 1; visibility: visible; } 
@media(max-width:991.98px){
 .only-pc { display: none !important } 
 .only-mo { display: inherit !important; } 
 }
/* 모바일 전용 햄버거 메뉴는 PC에서 아예 숨김 */
@media (min-width:1024px){
 .only-pc { display: inherit !important } 
 .only-mo { display: none !important; } 
 #main-header { position: sticky; /* 스크롤 해도 화면 상단에 박제 */
 top: 0; left: 0; width: 100%; z-index: 1000; /* 다른 본문 콘텐츠보다 무조건 위로 */
 background-color: #fff; /* 배경색이 투명하면 본문과 겹치므로 필수 지정 */}
 .footer-right { } 
 /* 2. 카테고리 서브메뉴와 검색 서브메뉴의 기준점 */
 .pc-gnb-sub, .pc-search-sub { display: none; position: absolute; /* 상위 fixed인 #main-header 기준으로 정렬 */
 top: 100%; /* 헤더의 높이(밑바닥) 바로 아래에 딱 붙음 */
 left: 0; width: 100%; background-color: #ffffff; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05); border-top: 0; z-index: 999; /* 헤더 영역보다는 한 단계 아래 */ } 
 /* 3. 스크립트 활성화 클래스(open) 처리 */
 .pc-gnb-sub.open, .pc-search-sub.open { display: block; } 
 /* 검색 레이어 기본 상태 (숨김) */
 .pc-search-sub { display: none; position: fixed; top: 40px; left: 0; width: 100%; background-color: #ffffff; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05); border-top: 0; z-index: 999; padding: 120px 0; } 
 /* 활성화 되었을 때 */
 .pc-search-sub.active, .pc-search-sub.open { display: block; } 
 /* 내부 콘텐츠 레이아웃 */
 .search-sub-inner { max-width: 1200px; margin: 0 auto; text-align: center; } 
 .search-sub-inner h2 { font-size: 32px; font-weight: 700; margin-bottom: 30px; color: #121212; line-height: 1; } 
 /* 검색창 스타일 */
 .search-input-box { position: relative; max-width: 500px; margin: 0 auto 80px; background-color: #f5f5f5; border-radius: 8px; padding: 0 26px; display: flex; align-items: center; justify-content: space-between; } 
 .search-input-box form { display: flex; align-items: center; justify-content: space-around; width: 100%; } 
 .search-input-box input { width: 100%; height: 64px; border: none; background: transparent; font-size: 16px; outline: none; color: #333; padding: 0; } 
 .search-input-box .search-submit-btn { border: none; background: transparent; cursor: pointer; padding: 0; display: flex; align-items: center; } 
 .search-input-box .search-submit-btn img { width: 20px; height: 20px; } 
 /* 인기 검색어 스타일 */
 .popular-tags p { font-size: 20px; color: #999; font-weight: 500; margin-bottom: 30px; line-height: 1; letter-spacing: -.03em; } 
 .tag-list { display: flex; justify-content: center; gap: 16px; } 
 .tag-item { display: inline-block; padding: 15px 26px; border: 1px solid #ddd; border-radius: 99px; font-size: 16px; color: #999; box-sizing: border-box; text-decoration: none; transition: all 0.2s ease; line-height: 1; font-weight: 400; letter-spacing: -.03em; } 
 .tag-item:hover { background-color: #f5f5f5; color: #333; } 
 .hamburger, .mobile-nav { display: none !important; } 
 }
/* 모바일/태블릿에서는 해당 PC용 검색창을 완전히 숨김 */
@media (max-width:1023px){
 .pc-search-sub { display: none !important; overflow: hidden; width: 0; opacity: 0; /* 투명하게 */
 transition: max-height 0.4s ease-in-out, opacity 0.3s ease-in-out; /* 스르륵 효과 */ } 
 .pc-search-sub.open.is-mobile { display: block !important; opacity: 1; position: fixed; left: 0; top: 0; background: #fff; height: 100vh; width: 100%; z-index: 22222; } 
 .pc-search-sub.open.is-mobile { } 
 .pc-search-sub.open.is-mobile .search-sub-inner { height: 100vh; text-align: center; padding: 0 20px; } 
 .pc-search-sub.open.is-mobile .search-sub-inner h2 { margin-top: 105px; font-weight: 700; font-size: 32px; margin-bottom: 30px; line-height: 1; letter-spacing: -.03em; } 
 .pc-search-sub.open.is-mobile .search-sub-inner .xbtn { display: block !important; position: absolute; right: 20px; top: 20px; } 
 .pc-search-sub.open.is-mobile .search-sub-inner .xbtn img { } 
 .pc-search-sub.open.is-mobile .search-sub-inner .search-input-box { } 
 .pc-search-sub.open.is-mobile .search-sub-inner .search-input-box form { position: relative; } 
 .pc-search-sub.open.is-mobile .search-sub-inner .search-input-box .search-input { height: 56px; background: #F2F2F2; border: 0; width: 100%; padding: 0; } 
 .pc-search-sub.open.is-mobile .search-sub-inner .search-input-box .search-submit-btn { position: absolute; right: 16px; top: 50%; margin-top: -13px; } 
 .pc-search-sub.open.is-mobile .search-sub-inner .search-input-box .search-submit-btn img { } 
 .pc-search-sub.open.is-mobile .search-sub-inner .popular-tags { } 
 .pc-search-sub.open.is-mobile .search-sub-inner .popular-tags p { font-size: 18px; color: #919191; font-weight: 500; letter-spacing: -.02em; line-height: 1; padding: 40px 0 30px; } 
 .pc-search-sub.open.is-mobile .search-sub-inner .popular-tags .tag-list { display: flex; flex-direction: column; gap: 12px; align-items: center } 
 .pc-search-sub.open.is-mobile .search-sub-inner .popular-tags .tag-list .tag-item { border: 1px solid #E3E3E3; border-radius: 99px; height: 46px; line-height: 46px; color: #919191; font-size: 14px; font-weight: 400; width: fit-content; padding: 0 26px; } 
 }
@media (max-width:1110px) { header nav { gap: 40px; } 
 .footer-inner { margin: 0 30px !important; } 
 header { padding: 0 30px !important; } 
 .footer-right { } 
 }
/* TABLET */
@media (max-width:1111px) and (min-width:1024px){
 .products-wrapper .prds-list.gallery { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; } 
 }
/* ── BASE & GENERAL ── */
#skin_preview_wrap { display: none !important; } 
/* ── ANNOUNCEMENT BAR ── */
.announce-bar { background: #0C8356; color: var(--white); font-size: 16px; padding: 8.5px 48px 8.5px 16px; letter-spacing: -0.05em; display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; max-height: 40px; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease; opacity: 1; } 
.announce-bar span { position: relative; display: flex; align-items: center; } 
.announce-bar.hidden { max-height: 0; padding-top: 0; padding-bottom: 0; opacity: 0; pointer-events: none; } 
.announce-bar a { color: var(--gold); text-decoration: none; } 
.announce-close { background: none; border: none; cursor: pointer; color: rgba(255, 255, 255, 0.55); display: flex; align-items: center; justify-content: center; width: 20px; height: 20px; border-radius: 50%; transition: background 0.2s, color 0.2s; flex-shrink: 0; margin-left: 18px; } 
.announce-close:hover { background: rgba(255,255,255,0.12); color: var(--white); } 
.announce-close img { width: 20px; height: 20px; } 
/* ── HEADER ── */
header { position: sticky; top: 0; z-index: 999; background: rgba(255, 255, 255, 0.95); backdrop-filter: blur(12px); border-bottom: 0; padding: 0 60px; display: flex; align-items: center; justify-content: space-between; height: 105px; transition: box-shadow 0.3s; } 
header.scrolled { box-shadow: 0 4px 24px rgba(0,0,0,0.08); } 
.header-inner { width: 100%; display: flex; align-items: center; justify-content: space-between; } 
header .logo { position: relative; display: inline-block; width: 216px; /* 로고 실제 가로 크기에 맞게 수정하세요 */
 height: 50px; /* 로고 실제 세로 크기에 맞게 수정하세요 */
 overflow: hidden; /* 영역 밖으로 나가는 이미지 숨김 */ } 
/* 두 로고 이미지 공통 스타일 */
.logo-img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: contain; opacity: 0; /* 기본적으로 숨김 */ } 
/* 애니메이션 적용 (총 6초 동안 무한 반복) */
.logo-1 { animation: slideDissolve1 9s infinite ease-in-out; } 
.logo-2 { animation: slideDissolve2 9s infinite ease-in-out; } 
/* 첫 번째 로고 애니메이션 (0초~3초 구간 활성화) */
@keyframes slideDissolve1 { 
 0% { transform: translateX(-20px); /* 좌측에서 시작 */
 opacity: 0; } 
 10% { transform: translateX(0); /* 정위치 도착 */
 opacity: 1; /* 선명하게 */ } 
 40% { transform: translateX(0); /* 유지 */
 opacity: 1; } 
 50% { transform: translateX(20px); /* 우측으로 빠짐 */
 opacity: 0; /* 사라짐 */ } 
 100% { transform: translateX(-20px); /* 다음 턴을 위해 좌측 대기 */
 opacity: 0; } 
 }
/* 두 번째 로고 애니메이션 (3초~6초 구간 활성화, 1번과 반대 타이밍) */
@keyframes slideDissolve2 { 
 0% { transform: translateX(-20px); opacity: 0; } 
 50% { transform: translateX(-20px); /* 3초(50%)까지 좌측 대기 */
 opacity: 0; } 
 60% { transform: translateX(0); /* 정위치 도착 */
 opacity: 1; } 
 90% { transform: translateX(0); /* 유지 */
 opacity: 1; } 
 100% { transform: translateX(20px); /* 우측으로 빠짐 */
 opacity: 0; } 
 }
header nav a { position: relative; padding-bottom: 0; font-size: 22px; color: #121212; line-height: 1; letter-spacing: -.03em; font-weight: 700; transition: color 0.2s; } 
.none-depth2 a.dot, header nav a.dot { position: relative } 
.none-depth2 a.dot:hover, header nav a.dot:hover { } 
.none-depth2 a.dot:after, header nav a.dot:after { content: "●"; font-size: 10px; color: #0c8356; position: absolute; left: 106%; top: -5px; } 
header nav a::after { /*
 content: ''; position: absolute; bottom: 0; left: 0; width: 0; height: 1.5px; background: var(--accent); transition: width 0.25s var(--transition); */ } 
header nav a:hover { color: #0C8356 } 
header nav a:hover::after { width: 100%; } 
.header-icons { display: flex; gap: 30px; align-items: center; } 
.header-icons a { background: none; border: none; cursor: pointer; color: var(--black); } 
.header-icons a:first-child { background: #0c8356; color: #fff; padding: 8px 10px; border-radius: 8px; white-space: nowrap; line-height:1;} 
@media (max-width:640px){
    .header-icons a:first-child{ font-size: 13px;}
}
.header-icons a.cart-icon { position: relative; } 
.header-icons a.cart-icon span { position: absolute; background: #121212; width: 22px; height: 22px; line-height: 22px; border-radius: 999px; bottom: -5px; color: #fff; right: -5px; padding: 0; text-align: center; display: flex; align-items: center; font-size: 13px; font-weight: 400; justify-content: center; } 
.header-icons img { width: 25.5px; height: 25.5px; } 
.cart-icon img { width: 27.8px; height: 28.8px; } 
/* ── HAMBURGER (mobile) ── */
/*
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; background: none; border: none; padding: 4px; } 
.hamburger span { display: block; width: 24px; height: 2px; background: var(--black); transition: transform 0.3s, opacity 0.3s; } 
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); } 
.hamburger.open span:nth-child(2) { opacity: 0; } 
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); } 
*/

/* ── MOBILE NAV DRAWER ── */
/* 전체 메뉴창 기본 스타일 */
.mobile-nav { position: fixed; top: 0; right: -100%; width: 100%; height: 100%; gap: 0; background-color: #fff; z-index: 9999; overflow-y: auto; box-sizing: border-box; padding: 24px 20px; transition: right 0.3s ease; font-family: 'Noto Sans KR', sans-serif; } 
.mobile-nav.open { right: 0; } 
/* 상단 헤더 (로고 & X버튼) */
.nav-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 23.5px; width: 100% } 
.nav-header .logo { font-size: 22px; font-weight: 800; color: #000; letter-spacing: -0.5px; } 
.nav-header .xbtn img { width: 15px; height: 15px; display: block; } 
.nav-body { width: 100%; } 
/* 로그인 바 */
.nav-login-bar { width: 100%; display: flex; justify-content: space-between; align-items: center; padding-bottom: 15px; border-bottom: 1px solid #e2e2e2; margin-bottom: 0; } 
.nav-login-bar .welcome-txt { font-size: 15px; color: #121212; font-weight: 400; line-height: 1.4em; } 
.nav-login-bar .login-btn { font-size: 13px; color: #777777; border: 1px solid #ddd; padding: 4px 14px; height: 30px; _width: 67px; border-radius: 999px; text-decoration: none; text-align: center; box-sizing: border-box; font-weight: 400; } 
/* 메뉴 섹션 공통 */
.menu-section { padding: 20px 10px; border-bottom: 1px solid #ddd; } 
.menu-section:last-of-type { border-bottom: none; } 
.menu-title { font-size: 17px; font-weight: 700; color: #121212; margin-bottom: 20px; line-height: 1; } 
.mobile-nav .col-title a,.mobile-nav .menu-title a { color: #121212 } 
.sub-menu li a.dot, .mobile-nav .menu-title a.dot { position: relative } 
.sub-menu li a.dot:after { position: absolute; color: #00A84D; content: "●"; top: -2px; right: -11px; font-size: 5px } 
.mobile-nav .menu-title a.dot:after { position: absolute; color: #00A84D; content: "●"; top: 2px; right: -10px; font-size: 5px; } 
.sub-menu { list-style: none; padding: 0; margin: 0; } 
.sub-menu li { margin-bottom: 10px; } 
.sub-menu li:last-child { margin-bottom: 0; } 
.sub-menu li a { font-size: 14px; font-weight: 500; color: #121212; text-decoration: none; letter-spacing: 0; } 
/* 카테고리 2단 그리드 */
.category-grid { display: flex; justify-content: space-between; } 
.category-grid .sub-menu li a { color: #7f7f7f; } 
.category-grid .grid-col { width: 48%; } 
.col-title { font-size: 14px; font-weight: 600; color: #121212; margin-bottom: 10px; } 
/* 하단 배너 */
.nav-footer-banner { width: 100%; } 
.nav-footer-banner a { text-decoration: none; } 
.banner-box { width: 100%; } 
.banner-box img { width: 100%; } 
.nav-overlay { display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.4); z-index: 998; opacity: 0; transition: opacity 0.3s; } 
.nav-overlay.open { opacity: 1; z-index: 22; } 
/* ── FOOTER (PC/Default) ── */
footer { background: var(--white); padding: 46px 0; border-top: 1px solid #DDDDDD; margin-top: 120px; } 
.footer-inner { max-width: 1800px; margin: 0 60px; display: flex; justify-content: space-between; align-items: flex-start; } 
.footer-left { width: 100%; flex: 1; min-width: 0; } 
.footer-logo { font-size: 30px; font-weight: 900; color: var(--black); letter-spacing: 0.04em; margin-bottom: 30px; line-height: 1; } 
.footer-policy-nav { display: flex; flex-wrap: wrap; gap: 20px; margin-bottom: 30px; align-items: center; } 
.footer-policy-nav a { font-size: 16px; color: #121212; text-decoration: none; font-weight: 500; position: relative; white-space: nowrap; } 
/*
.footer-policy-nav a::after { content: ''; position: absolute; right: 10px; top: 50%; transform: translateY(-50%); width: 1px; height: 11px; background: var(--gray-200); } 
.footer-policy-nav a:last-child::after { display: none; } 
.footer-policy-nav a:hover { text-decoration: underline; } 
*/

.footer-biz-info { display: flex; flex-direction: column; gap: 10px; margin-bottom: 30px; } 
.footer-biz-info p { font-weight: 500; font-size: 14px; color: #666; display: flex; align-items: center; gap: 3px; flex-wrap: wrap; } 
.footer-biz-info p .tit { color: #999999 } 
.footer-btn { font-size: 11px; color: #666666; background: #DDDDDD; border-radius: 3px; height: 24px; border: 0; cursor: pointer; padding: 8px 12px; font-family: var(--font-ko); margin: 0 0 0 4px; transition: background 0.15s; line-height: 1; display: inline-flex; align-items: center; font-weight: 400; letter-spacing: -.03em; } 
.footer-btn:hover { background: var(--gray-200); } 
.footer-escrow { color: #999 !important } 
.footer-copy { font-size: 14px; color: #999; } 
.footer-sns { display: flex; gap: 20px; align-items: center; } 
.footer-sns-btn { display: flex; align-items: center; justify-content: center; } 
.footer-sns-btn svg { width: 18px; height: 18px; } 
.footer-sns-btn:hover { border-color: var(--black); color: var(--black); } 
.footer-sns-btn--blog { padding: 0; overflow: hidden; } 
.footer-sns-btn--blog svg { width: 36px; height: 36px; } 
.footer-right { flex-shrink: 0; text-align: left; min-width: 356px; } 
.footer-contact-label { font-size: 20px; color: #121212; font-weight: 600; margin-bottom: 8px; line-height: 1.4; } 
.footer-tel { display: block; font-size: 24px; font-weight: 600; color: #121212; text-decoration: none; letter-spacing: 0; line-height: 1.6; } 
.footer-email { display: block; font-size: 24px; font-weight: 600; color: #121212; text-decoration: none; margin-bottom: 8px; line-height: 1.6; } 
.footer-hours { font-size: 14px; color: #999; line-height: 1.6; font-weight: 500; letter-spacing: -.02em; margin-bottom: 25px; } 
/* PC/태블릿: 아코디언 숨김 */
.footer-biz-accordion { display: none; } 
/* ── QUICK BAR & SCROLL BTNS ── */
.scroll-btns { position: fixed; right: 60px; bottom: 45.5px; display: flex; flex-direction: column; border-radius: 999px; gap:; overflow: visible !important; z-index: 1100; background: #fff; border: 1px solid #DDDDDD; opacity: 0; pointer-events: none; transition: opacity 0.3s; } 
.scroll-btns.show { opacity: 1; pointer-events: auto; } 
.scroll-btn { width: 40px; height: 40px; border: 0; background: none; cursor: pointer; display: flex; align-items: center; justify-content: center; color: var(--gray-700); transition: background 0.15s, color 0.15s; } 
.scroll-btns .float_kakao { position: absolute; top: -70%; left: -2px; } 
#scrollUp { border-bottom: 1px solid #ddd; } 
#scrollDown { } 
.scroll-btn:hover { box-shadow: 0 2px 8px rgba(0,0,0,0.12); } 
.scroll-btn svg { width: 16px; height: 16px; pointer-events: none; } 
.quick-bar { margin-left: 0; _height: 60px; display: none; flex-direction: row; position: fixed; gap: 0; bottom: 0; left: 0; right: 0; z-index: 1000; background: var(--white); border-top: 0; box-shadow: 0 -4px 20px rgba(0,0,0,0.08); padding: 0 0 env(safe-area-inset-bottom, 0px); transform: translateY(100%); transition: transform 0.35s cubic-bezier(0.25,0.46,0.45,0.94); } 
.quick-bar.visible { transform: translateY(0); } 
.quick-bar > * { display: flex; flex-direction: column; align-items: center; justify-content: center; flex: 1; } 
.quick-item { max-height: 60px; flex: 1; aspect-ratio: 1 / 1; display: flex; flex-direction: column; align-items: center; width: 25%; max-width: 25%; justify-content: center; gap: 6px; text-decoration: none; color: var(--gray-500); transition: color 0.18s, background 0.18s; -webkit-tap-highlight-color: transparent; position: relative; padding: 8.5px 0; box-sizing: border-box; } 
.quick-item:active { background: var(--gray-100); } 
.quick-item.active { color: var(--accent); } 
.quick-item--home .quick-icon { } 
.quick-item--home:active .quick-icon, .quick-item--home.active .quick-icon { } 
.quick-item--home .quick-icon img { width: 20px; height: 20px; } 
.quick-item--home .quick-label { margin-top: 4px; } 
.quick-icon { display: flex; align-items: center; justify-content: center; } 
.quick-icon img { width: 20px; height: 20px; } 
.quick-label { font-size: 12px; font-weight: 500; letter-spacing: 0; line-height: 1; color: #000; } 
/* ── ANIMATE ON SCROLL ── */
.reveal { opacity: 0; transform: translateY(40px); transition: opacity 0.8s var(--transition), transform 0.8s var(--transition); } 
.reveal.visible { opacity: 1; transform: translateY(0); } 
.reveal-delay-1 { transition-delay: 0.1s; } 
.reveal-delay-2 { transition-delay: 0.2s; } 
.reveal-delay-3 { transition-delay: 0.3s; } 
@keyframes fadeUp { to { opacity: 1; transform: translateY(0); } 
 }
/* ─────────────────────────────
 TABLET & MOBILE (≤ 1024px)
───────────────────────────── */
@media (max-width:1024px){
 .partner-section { } 
 header { display: flex; padding: 0 24px; height: 90px; flex-direction: column; } 
 nav { display: flex !important; } 
 .hamburger { display: flex; } 
 .mobile-nav { display: flex; flex-direction: column; align-items: flex-start; } 
 .nav-overlay { display: block; z-index: -1; } 
 /* 후순위 정의된 z-index 반영 */
 .header-icons .search-icon { display: none; } 
 .brand-section { grid-template-columns: 1fr; } 
 .brand-half { min-height: 360px; } 
 .brand-half .brand-info { bottom: 32px; left: 32px; right: 32px; } 
 .brand-divider { display: none; } 
 .stats-grid { grid-template-columns: repeat(2, 1fr); } 
 .stat-item:nth-child(2) { border-right: none; } 
 .stat-item:nth-child(3) { border-top: 1px solid var(--gray-200); } 
 .stat-item:nth-child(4) { border-top: 1px solid var(--gray-200); border-right: none; } 
 .pride-cards { grid-template-columns: 1fr; _max-width: 480px; } 
 .pride-card { _aspect-ratio: 16/9; } 
 /* 1024px 이하의 푸터 공통 패딩 및 레이아웃 */
 footer { padding: 30px 30px calc(80px + env(safe-area-inset-bottom, 0px)); padding-bottom: calc(64px + env(safe-area-inset-bottom, 0px)); /* 퀵바 가림 방지 여백 */ } 
 .footer-inner { margin: 0 0 30px !important; grid-template-columns: 1fr; gap: 32px; flex-direction: column; } 
 .footer-right { width: 100%; padding-top: 24px; border-top: 1px solid var(--gray-200); } 
 .scroll-btns { bottom: calc(72px + env(safe-area-inset-bottom, 0px) + 16px); right: 12px; background: rgba(265, 265, 265, 0.5); z-index: 22222; } 
 }
.scroll-btn { width: 36px; height: 36px; } 
 }
#m_skin_preview_wrap { display: none !important } 
/* ─────────────────────────────
 MOBILE ONLY (≤ 640px)
───────────────────────────── */
@media (max-width:640px){
 .announce-bar { padding-right: 16px; } 
 .announce-bar span { font-size: 13px; } 
 .header-icons a.cart-icon span { width: 20px; height: 20px } 
 .header-inner { height: 56px; padding: 0 16px !important; } 
 header { padding: 0 !important; height: fit-content; display: flex; flex-direction: column; } 
 .logo img { width: 80%; } 
 .header-icons { gap: 12px } 
 section.pad, .pride-section, .partner-section { padding: 72px 20px; } 
 .global-section { padding: 80px 20px; } 
 .stats-section { padding: 60px 20px; } 
 .hero { height: 85vh; } 
 .history-section { padding: 80px 20px; } 
 .brand-half { min-height: 300px; } 
 .brand-half .brand-info { bottom: 24px; left: 24px; right: 24px; } 
 /* 모바일 푸터 전용 스타일 */
 footer { background: var(--white); border-top: 0; padding: 30px 16px calc(80px + env(safe-area-inset-bottom, 0px)); color: var(--black); } 
 .footer-inner { gap: 0; } 
 .footer-bottom { flex-direction: column; align-items: flex-start; } 
 /* 모바일: 우측 연락처 → 상단 이동 및 스타일 변경 */
 .footer-right { width: 100%; min-width: 0; padding-top: 0; border-top: none; padding-bottom: 0; margin-bottom: 0; border-bottom: 0; } 
 .footer-right .footer-contact-label, .footer-right .footer-tel, .footer-right .footer-email, .footer-right .footer-hours { display: none } 
 .footer-contact-label { font-size: 15px; color: #121212; margin-bottom: 0; white-space: nowrap; } 
 .footer-tel { font-size: 16px; font-weight: 600; color: #121212; line-height: 1; } 
 .footer-email { font-size: 16px; font-weight: 600; color: #121212; margin-bottom: 1px; } 
 .footer-hours { font-size: 13px; color: #999; line-height: 1.6; font-weight: 500; } 
 .footer-logo { margin-bottom: 20px; line-height: 1; } 
 .footer-logo img { zoom: 0.8; } 
 /* 모바일: 아코디언 활성화 및 관련 스타일 */
 .footer-biz-accordion { display: block; border-top: 0; border-bottom: 0; margin-bottom: 0; } 
 .footer-biz-accordion:not(.order-) { border: 1px solid #DDDDDD; border-left: 0; border-right: 0; } 
 .footer-biz-accordion.order- { display: flex; gap: 40px; } 
 .footer-contact-right { margin-left: auto; width: 60%; } 
 .footer-biz-pc { display: none; } 
 .footer-biz-toggle { width: 100%; display: flex; justify-content: space-between; align-items: center; background: none; border: none; cursor: pointer; padding: 14px 0; font-family: var(--font-ko); font-size: 16px; font-weight: 600; color: #121212;; } 
 .footer-biz-toggle .toggle-icon { display: flex; align-items: center; justify-content: center; transition: transform 0.3s; } 
 .footer-biz-toggle .toggle-icon svg { width: 16px; height: 16px; stroke: var(--gray-500); } 
 .footer-biz-toggle.open .toggle-icon { transform: rotate(180deg); } 
 .footer-biz-body { overflow: hidden; max-height: 0; transition: max-height 0.35s cubic-bezier(0.4,0,0.2,1); } 
 .footer-biz-body.open { max-height: 500px; } 
 .footer-biz-body-inner { padding-bottom: 10px; } 
 .footer-biz-info { gap: 4px; margin-bottom: 0; } 
 .footer-biz-info p { font-size: 14px; line-height: 1.4; font-weight: 400; } 
 .footer-escrow { margin-bottom: 4px; } 
 .footer-btn { font-size: 12px; color: #666666; line-height: 1.2; font-weight: 300; margin: 0; } 
 .footer-policy-nav { flex-wrap: wrap; border-bottom: none; padding-bottom: 0; margin: 20px 0; } 
 .footer-policy-nav a { font-size: 14px; color: #121212; padding-right: 0; line-height: 1.4em; font-weight: 500; } 
 .footer-copy { font-size: 12px; color: #999999; font-weight: 400; line-height: 1.4; letter-spacing: 0; margin-bottom: 20px; } 
 }

/* BASIC css end */

