/* ---------------------- */
/* 2025-07-11 신규작성 */
/* ---------------------- */



/* 헤더 영역 및 배경 그라디언트 */
.header-main {
    position:absolute;
    width:100%;
    z-index:100;
}
.header-sub {
    position:relative;
    width:100%;
    z-index:100;
    border-bottom: 1px solid rgba(0, 133, 119, 0.5);
}
.header-main .bg-top_gradient {
    position:absolute;
    width:100%;
    height:100%;
    background: linear-gradient(to bottom, rgba(0, 133, 119, 0.5) 0%, rgba(87, 110, 108, 0) 50%,  rgba(255, 255, 255, 0) 100%);
    z-index:1;
}
.header-sub .bg-top_gradient {
    background: inherit;
}
.header-in {
    position:relative;
    width:100%;
    max-width:1260px;
    margin:0 auto;
    z-index: 2;
}

/* 회원가입시 2,000원 바로지급! 배너 / 'display:flex' 수정 시 오픈 */
.banner-top {
    position: relative;
    display:none;
    width:104%;
    height:40px;
    left:50%;
    align-items:center;
    background-color: #008577;
    text-align: center;
    font-size:1.2em;
    line-height: 40px;
    color:#fff;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    transform: translateX(-50%);
}
.banner-top a {
    position: relative;
    display: block;
    width: 100%;
    color: #fff;
    margin: 0 auto;
}
.banner-top a p {
    width:100%;
}
.banner-top p {
    position:relative;
    width:100%;
    max-width:1260px;
    margin:0 auto;
    text-align:center;
    color:#fff;
}
.banner-top p button {
    position:absolute;
    display: inline-block;
    right: 1%;
    top: 50%;
    width: 15px;
    height: 15px;
    text-indent: -9999px;
    transform: translateY(-50%);
}
 .banner-top p button::before {
    position: absolute;
    content: "";
    display: block;
    top: 50%;
    width: 15px;
    height: 1px;
    background-color: #eee;
    transform: rotate(45deg) translateY(-50%);
}
.banner-top p button::after {
    position: absolute;
    content: "";
    display: block;
    top: 50%;
    width: 15px;
    height: 1px;
    background-color: #eee;
    transform: rotate(-45deg) translateY(-50%);
}
@media (max-width: 1320px) {
    .banner-top {
        width:100%;
        font-size:1.2em;
        border-bottom-left-radius: 1.6em;
        border-bottom-right-radius: 1.6em;
    }
    .banner-top p button {
        right: 2%;
    }
}
@media (max-width: 768px) {
    .banner-top {
        font-size:1.0em;
    }
     .banner-top p button {
        right: 2.5%;
    }
}


/* .nav-logo : 로고와 검색 그리고 마이페이지, 장바구니 영역  */
.nav-logo {
    display:flex;
    justify-content:space-between;
    align-items:center;
    height:80px;
}
.nav-logo_img {
    padding:0 10px;
}
.nav-logo_img h1 {
    width:155px;
    height:26px;
}
.header-main .nav-logo_img h1 a {
    display:block;
    width: 100%;
    height:100%;
    background: url(/data/images/logo/logo-white.png) no-repeat left/contain;
}
.header-sub .nav-logo_img h1 a {
    display:block;
    width: 100%;
    height:100%;
    background: url(/data/images/logo/logo-color.png) no-repeat left/contain;
}
/* 디자인 코드 */
/* .header-main .style-floating_bar {
    display:flex;
    justify-content: space-between;
    align-items:center;
    box-sizing:border-box;
    border-radius:999px;
    text-align: center;
    background-color:rgba(0, 0, 0, 0.25);
    border:1px solid rgba(0, 0, 0, 0.10);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
} */
/* 리퀴드 글라스 코드 */
.header-main .style-floating_bar {
    display:flex;
    justify-content: space-between;
    align-items:center;
    box-sizing:border-box;
    backdrop-filter: blur(20px) saturate(180%) contrast(120%);
    -webkit-backdrop-filter: blur(20px) saturate(180%) contrast(120%);
    background-color: rgba(0, 0, 0, 0.25);
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.3);
    box-shadow: 0 4px 30px rgba(0,0,0,0.1);
}
.header-sub .style-floating_bar {
    display:flex;
    justify-content: space-between;
    align-items:center;
    box-sizing:border-box;
    border-radius:999px;
    text-align: center;
    background-color:rgba(255, 255, 255, 0.25);
    border:1px solid rgba(0, 0, 0, 0.10);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}
.header-sub .nav-gnb_menu .style-floating_bar {
    display:flex;
    justify-content: space-between;
    align-items:center;
    box-sizing:border-box;
    border-radius:999px;
    text-align: center;
    background-color:#008577;
    border:1px solid rgba(0, 0, 0, 0.10);
}
.nav-search_bar {
    width:355px;
    height:50px;
    padding:20px;
}
.header-main .nav-search_bar button {
    width:19px;
    height:19px;
    background: url(/data/images/icon/icon-search-white.png) no-repeat center/cover;
}
.header-sub .nav-search_bar button {
    width:19px;
    height:19px;
    background: url(/data/images/icon/icon-search-black.png) no-repeat center/cover;
}
.header-main .nav-search_bar input {
    flex: 1;
    border: none;
    background: transparent;
    color: #fff;
    outline: none;
}
.header-sub .nav-search_bar input {
    flex: 1;
    border: none;
    background: transparent;
    color: rgba(0, 0, 0, 0.4);
    outline: none;
}
.header-main .nav-search_bar input::placeholder {
  color: rgba(255, 255, 255, 1);
}
.header-sub .nav-search_bar input::placeholder {
  color: rgba(17, 17, 17, 0.4);
}
.nav-logo nav {
    display:flex;
    justify-content: space-around;
    align-items: center;
    height:100%;
}
.nav-logo nav a {
    display:flex;
    align-items: center;
    width:100%;
    height:100%;
    padding:10px;
    text-indent: -9999px;
}
.nav-logo nav a i {
    display:flex;
    align-items: center;
    width:20px;
    height:20px;
    text-indent: -9999px;
}
.header-main .nav-logo nav .btn-search_bar i {
    background: url(/data/images/icon/icon-search-white.png) no-repeat center/cover;
}
.header-sub .nav-logo nav .btn-search_bar i {
    background: url(/data/images/icon/icon-search-black.png) no-repeat center/cover;
}
.header-main .nav-logo nav .btn-user i {
    background: url(/data/images/icon/icon-user-white.png) no-repeat center/cover;
}
.header-sub .nav-logo nav .btn-user i {
    background: url(/data/images/icon/icon-user-black.png) no-repeat center/cover;
}
.header-main .nav-logo nav .btn-shopping_bag i {
    background: url(/data/images/icon/icon-shopping_bag-white.png) no-repeat center/cover;
}
.header-sub .nav-logo nav .btn-shopping_bag i {
    background: url(/data/images/icon/icon-shopping_bag-black.png) no-repeat center/cover;
}
.nav-logo nav a:first-child {
    display:none;
}
@media (max-width: 768px) {
    .nav-logo {
        height:60px;
    }
    /* 모바일에서의 검색바 위치 및 컬러 변경입니다. */
    .header-main .nav-search_bar {
        position: absolute;
        display: none;
        top: 55%;
        width: 96%;
        left: 50%;
        transform: translateX(-50%);
        z-index: 101;
    }
    .header-sub .nav-search_bar {
        position: absolute;
        display: none;
        top: 50%;
        width: 96%;
        left: 50%;
        transform: translateX(-50%);
        z-index: 101;
    }
     .header-sub .nav-search_bar.style-floating_bar {
        background-color:rgba(0, 0, 0, 0.25);
        border:1px solid rgba(0, 0, 0, 0.10);
        backdrop-filter: blur(16px);
        -webkit-backdrop-filter: blur(16px);
    }
    .header-sub .nav-search_bar input::placeholder {
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
        color: rgba(255, 255, 255, 1);
    }
    .header-sub .nav-search_bar input {
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
        color: rgba(255, 255, 255, 1);
    }
    .header-sub .nav-search_bar button {
        background: url(/data/images/icon/icon-search-white.png) no-repeat center/cover;
    }
    .nav-search_bar.open_search {
        display:flex;
    }
    .nav-logo nav a:first-child {
        display:flex;
    }
}

/* .nav-gnb : 전체메뉴와 GNB 대표메뉴 영역  */
.nav-gnb {
    position:relative;
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:0px;
    font-size:1.3em;
    line-height:1.2em;
}
.nav-gnb div.nav-gnb_wrap {
    display:flex;
    max-width:100%;
    width:fit-content;
}
.nav-gnb ul {
    display:flex;
    height:50px;
    max-width:100%;
    width:fit-content;
    align-items:center;
}

.nav-gnb ul li a {
    display:inline-block;
    height:100%;
    padding:10px;
}
.font-serif {
    font-family: 'Times New Roman', Times, serif;
}

.nav-gnb ul li a.icon-category{
    padding:15px;
    box-sizing: border-box;
}
.nav-gnb ul.nav-gnb_b2b li a {
    display: flex;
    align-items: center;
    padding:10px;
}
.nav-gnb_b2b a i {
    display:flex;
    align-items: center;
    width:20px;
    height:20px;
    margin: 0 5px 5px 0;
}
.header-main .nav-gnb_b2b a i {
    background: url(/data/images/icon/icon-B2B-white.png) no-repeat center/cover;
}
.header-sub .nav-gnb_b2b a i {
    background: url(/data/images/icon/icon-B2B-black.png) no-repeat center/cover;
}
.nav-gnb ul li {
    display:inline-block;
}
.nav-gnb ul.nav-gnb_category {
    width:50px;
}
.nav-gnb ul.nav-gnb_category li a {
    width:100%;
}
.nav-gnb ul.nav-gnb_category li a i {
    display:flex;
    align-items: center;
    width:20px;
    height:20px;
    text-indent: -9999px;
}
.header-main .nav-gnb ul.nav-gnb_category li a i {
    background: url(/data/images/icon/icon-category-white.png) no-repeat center/cover;
}
.header-sub .nav-gnb ul.nav-gnb_category li a i {
    background: url(/data/images/icon/icon-category-black.png) no-repeat center/cover;
}
.nav-gnb ul.nav-gnb_menu {
    display:flex;
}
.nav-gnb ul.nav-gnb_menu > li:first-child > a {
    padding-left:0;
}
.nav-gnb_menu > li > a.active {
    color: #008577 !important;
}
.btn-shopping_bag .cart_cnt2 { 
    position: absolute;
    display: inline-block;
    text-indent: 0;
    vertical-align: top;
    margin-top: -15px;
    right: 2px;
    text-align: center;
    height: 16px;
    padding: 0 5px;
    min-width: 7px;
    border-radius: 10px;
    font-size: 11px;
    line-height: 17px;
    font-weight: 300;
    background: #f00 !important;
    color:#fff;
}


/* 오늘도착의 2Depth 메뉴 플로팅 메뉴 입니다. */
.header-main .nav-gnb .floating_menu,
.header-sub .nav-gnb .floating_menu {
    position:absolute;
    display:none;
    top:45px;
    left:2%;
    padding:15px;
}
.nav-gnb .floating_menu.open_menu {
    display:flex;
}
.nav-gnb .floating_menu > li {
    padding:0 10px;
}
.nav-gnb .floating_menu > li a {
    padding:0px;
}




/* 햄버거 메뉴 오픈 했을 때 카테고리 메뉴 창 / #nav-gnb_open */
#nav-gnb_open {
    position: absolute;
    display:none; /* none<->flex 메뉴 온오프 */
    flex-direction: column;
    top:50px;
    left:15px;
    padding:20px;
    border-radius: 4px;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    background-color:rgba(255, 255, 255, 0.8);
    box-shadow: 0 0px 9px rgba(0, 0, 0, 0.1);
}
#nav-gnb_open .nav-gnb_open_in {
    display: flex;
    flex-direction: column;
    gap:20px;
}
#nav-gnb_open a {
    color:#444347;
}
.btn-nav-gnb_close {
    display:none;      
}

#nav-gnb_open .nav-gnb-wrap {
    display:flex;
    justify-content: space-between;
    gap:10px;
}
#nav-gnb_open .nav-gnb-wrap .nav-gnb-category {
    display:flex;
    flex-direction: column;
    align-items:flex-start;
    height:auto;
    width:150px;
}
#nav-gnb_open .nav-gnb-wrap .nav-gnb-category li {
    width:100%;
}
#nav-gnb_open .nav-gnb-wrap .nav-gnb-category a {
    width:100%;
    padding:0;
    vertical-align: middle;
    font-size:18px;
    font-weight:bold;
    line-height:2.0em;
}

#nav-gnb_open .nav-gnb-wrap .nav-gnb-info {
    display:flex;
    flex-direction: column;
    justify-content: space-between;
    align-items:flex-start;
    height:auto;
}
 #nav-gnb_open .nav-gnb-wrap .nav-gnb-info > span {
    display: none;
}
#nav-gnb_open .nav-gnb-wrap .nav-gnb-info .nav-gnb-menu,
#nav-gnb_open .nav-gnb-wrap .nav-gnb-info .nav-gnb-service {
    display:flex;
    flex-direction: column;
    align-items:flex-start;
    height:auto;
}
#nav-gnb_open .nav-gnb-wrap .nav-gnb-info .nav-gnb-menu {
    width:100%;
}

#nav-gnb_open .nav-gnb-wrap .nav-gnb-info .nav-gnb-menu a {
    width:100%;
    padding:0;
    font-size:14px;
    line-height:30px;
}
#nav-gnb_open .nav-gnb-wrap .nav-gnb-info .nav-gnb-menu br {
    display: none;
}
#nav-gnb_open .nav-gnb-wrap .nav-gnb-info .nav-gnb-menu .cart_cnt2 { 
    display: inline-block;
    width:18px;
    height:18px;
    margin-top:-3px;
    margin-left: 3px;
    border-radius: 10px;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    font-weight: 300;
    vertical-align: middle;
    background: #f00 !important;
    color:#fff;
}
#nav-gnb_open .nav-gnb-wrap .nav-gnb-info .nav-gnb-service {
    display: flex;
    gap:8px;
    padding:4px 0;
}
#nav-gnb_open .nav-gnb-wrap .nav-gnb-info .nav-gnb-service a {
    padding:0;
    font-size:14px;
    line-height:1.0em;
}
#nav-gnb_open .nav-gnb-wrap .nav-gnb-info .nav-gnb-service li:first-child a {
    color:#008577;
}
#nav-gnb_open .nav-gnb-wrap .nav-gnb-info .nav-gnb-service li:first-child a strong {
    font-size:16px;
}
#nav-gnb_open .nav-gnb-wrap .nav-gnb-info .nav-gnb-service li:last-child a {
    display:flex;
    align-items: center;
    gap:6px;
}
#nav-gnb_open .nav-gnb-wrap .nav-gnb-info .nav-gnb-service img {
    width:18px;
}

#nav-gnb_open .nav-gnb-btn_img {
    display: flex;
    width: 100%;
    gap:10px;
    justify-content: space-between;
}
#nav-gnb_open .nav-gnb-btn_img img {
    width:80px;
    zoom:1;

}

@media (max-width: 768px) {
    #wrap.nav-gnb-bg {
        position: fixed;   
        z-index: 9999;
    }
    #nav-gnb_open {
        position:fixed;
        top:0;
        left:0;
        width:100%;
        height:100%;
        gap:16px;
        padding:20px 30px;
        border-radius: 0;
        box-sizing: border-box;
        overflow: auto;
        -webkit-overflow-scrolling: touch; /* iOS 부드러운 스크롤 */
        touch-action: pan-y; /* 수직 스크롤만 허용 */
        overscroll-behavior: contain; /* 부모로 스크롤 이벤트 전파 방지 */
    }
    #nav-gnb_open .nav-gnb_open_in {
        position: relative;
        width:100%;
        height:100%;
        flex-direction: column-reverse;
        justify-content: space-between;
        gap:20px;
        overflow: hidden;
        z-index: 9999;
    }
    .btn-nav-gnb_close {
        display:block;
        text-align:right;
    }
    .btn-nav-gnb_close img {
        width:16px;
        zoom: 1;
    }
    #nav-gnb_open .nav-gnb-wrap {
        position: relative;
        width:100%;
        flex: 1;
        flex-direction: column;
        justify-content: space-between;
        gap:0;
    }
    #nav-gnb_open .nav-gnb-wrap .nav-gnb-info {
        position: relative;
        width:100%;
        height: auto;
        justify-content: flex-end;
        padding:20px 0 0 0;
        margin-top:00px;
        border-top:1px solid rgba(0, 0, 0, 0.1);
        touch-action: manipulation;
        z-index: 10;
    }
    #nav-gnb_open .nav-gnb-wrap .nav-gnb-info .nav-gnb-menu {
        display:block;
        touch-action: manipulation; /* 터치 클릭만 인식, 스크롤 버블링 방지 */
        pointer-events: auto;
    }
    #nav-gnb_open .nav-gnb-wrap .nav-gnb-info .nav-gnb-menu::after {
        content: "";
        clear: left;
        display: block;
    }
    #nav-gnb_open .nav-gnb-wrap .nav-gnb-info .nav-gnb-menu a {
        width:auto;
    }
    #nav-gnb_open .nav-gnb-wrap .nav-gnb-info .nav-gnb-menu br {
        display: block;
    }
    #nav-gnb_open .nav-gnb-wrap .nav-gnb-info a::after {
        display: inline-block;
        content:"";
        clear: both;
        width:2px;
        height:2px;
        margin:0 6px;
        vertical-align: middle;
        border-radius: 4px;
        background-color:#444347;
    }
    #nav-gnb_open .nav-gnb-wrap .nav-gnb-info .nav-gnb-menu a:last-child::after {
        display:none;
    }
    #nav-gnb_open .nav-gnb-wrap .nav-gnb-info a:nth-child(3)::after {
        display:none;
    }
  
    #nav-gnb_open .nav-gnb-wrap .nav-gnb-info .nav-gnb-menu a {
        line-height: 2.0em;
    }
    #nav-gnb_open .nav-gnb-wrap .nav-gnb-info ul.nav-gnb-service li:first-child a:first-child:after {
        display:none;
    }
    #nav-gnb_open .nav-gnb-wrap .nav-gnb-info .nav-gnb-service {
        flex-direction: row;
        align-items: center;
        gap:0;
    }
    #nav-gnb_open .nav-gnb-wrap .nav-gnb-info .nav-gnb-service li:last-child a::after {
        display:none;
    }
     #nav-gnb_open .nav-gnb-wrap .nav-gnb-info .nav-gnb-menu .cart_cnt2 {
        margin-bottom:2px;
        margin-left:0px;
    }
    
    #nav-gnb_open .nav-gnb-wrap .nav-gnb-category {
        position: relative;
        flex: auto;
        width: 100%;
        height:100px;
        /* flex-wrap: wrap; */
        justify-content: space-between;
        /* justify-content: flex-start; */
        padding:0 0 20px 0;
        gap:1.1em;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        touch-action: pan-y;
        overscroll-behavior: contain;
    }
    #nav-gnb_open .nav-gnb-wrap .nav-gnb-category li {
        width:100%;
    }
 
    /* #nav-gnb_open .nav-gnb-wrap .nav-gnb-info > span:first-child {
        position:absolute;
        display: none;
        right:1%;
        top:-55%;
        width:12px;
        height:12px;
        transform:rotate(-135deg);
        border-top:2px solid #000;
        border-left:2px solid #000;
        background-color: transparent;
        opacity: 0.2;
        animation: arrowGlow 2.0s linear 0.0s infinite;
    }
       #nav-gnb_open .nav-gnb-wrap .nav-gnb-info > span {
        position:absolute;
        display: none;
        right:1%;
        top:-45%;
        width:12px;
        height:12px;
        transform:rotate(-135deg);
        border-top:2px solid #000;
        border-left:2px solid #000;
        background-color: transparent;
        opacity: 0.2;
        animation: arrowGlow 2.6s linear 0.0s infinite;
    }
    #nav-gnb_open .nav-gnb-wrap .nav-gnb-info > span:last-of-type {
        position:absolute;
        display: none;
        right:1%;
        top:-35%;
        width:12px;
        height:12px;
        transform:rotate(-135deg);
        border-top:2px solid #000;
        border-left:2px solid #000;
        background-color: transparent;
        opacity: 0.2;
        animation: arrowGlow 3.2s linear 0.0s infinite;
    } */
    #nav-gnb_open .nav-gnb-wrap .nav-gnb-info > i.glow-arrow-move {
        position:absolute;
        display: block;
        right:4%;
        top:-35%;
        width:12px;
        height:12px;
        transform:rotate(-135deg);
        /* transform:rotate(45deg); */
        border-top:2px solid #000;
        border-left:2px solid #000;
        background-color: transparent;
        opacity: 0.8;
        animation: arrowGlow 1.2s ease-in-out infinite;
    }
    @keyframes arrowGlow {
        0%   { opacity: 0.8; top:-35%}
        50%  { opacity: 0.8; top:-50% }
        100% { opacity: 0.8; top:-35% }
    }

    #nav-gnb_open .nav-gnb-wrap .nav-gnb-category li {
        /* padding:8px 0; */
    }
    #nav-gnb_open .nav-gnb-wrap .nav-gnb-category a {
        font-size: 1.3em;
        line-height:1.0em;
    }
}
@media (min-height:725px) {
     /* #nav-gnb_open .nav-gnb-wrap .nav-gnb-category {
        justify-content: space-between;
    } */
     #nav-gnb_open .nav-gnb-wrap .nav-gnb-info > span,
     #nav-gnb_open .nav-gnb-wrap .nav-gnb-info > span:last-of-type,
     #nav-gnb_open .nav-gnb-wrap .nav-gnb-info > span:first-child {
        display: none;
    }
    #nav-gnb_open .nav-gnb-wrap .nav-gnb-info > i.glow-arrow-move {
        display:none;
    }
}


/* 브라우저 창이 너무 작아 졌을 때, 2Depth 메뉴 수정  */
@media (max-width:400px) {
    .header-main .nav-gnb .floating_menu,
    .header-sub .nav-gnb .floating_menu {
        position:absolute;
        flex-wrap: wrap;
        justify-content: space-between;
        top:45px;
        left:50%;
        max-width:inherit;
        width:96%;
        height:auto;
        padding:10px 15px;
        transform:translateX(-50%);
    }
    .nav-gnb .floating_menu > li {
        padding:6px 6px;
    }
    .nav-gnb .floating_menu > li a {
        font-size:13px;
    }
    .nav-gnb ul li a {
        padding:7px;
    }
}

/* 링크 폰트 컬러 화이트 */
.header-main .nav-gnb a,
.header-main .nav-logo a {
    color:#fff;
}
.header-sub .nav-gnb a,
.header-sub .nav-logo a {
    color:#111;
}
.header-sub .nav-gnb .floating_menu a {
    color:#fff;
}

@media (max-width: 768px) {
   .nav-gnb .nav-gnb_b2b {
        display:none;
    }

    /* 모바일 메뉴 4개일 때 */
    .nav-gnb div.nav-gnb_wrap {
        display:flex;
        max-width:inherit;
        width:100%;
    }
    .nav-gnb ul.nav-gnb_menu {
        width:100%;
        justify-content: space-between;
    }

    /* 모바일 메뉴 4개 초과 일때 사용 */
        /* .nav-gnb div.nav-gnb_wrap {
            display:flex;
            max-width:inherit;
            width:100%;
        }
        .nav-gnb ul.nav-gnb_menu {
            display: inline-flex;
            width:100%;
            overflow: auto; 
            -ms-overflow-style: none;  
            scrollbar-width: none; 
            white-space: nowrap;
            justify-content: inherit;
        }
        .nav-gnb ul.nav-gnb_menu li {
            white-space: nowrap;
            cursor: pointer;
        } */

}

/* 브라우저 창이 너무 작아 졌을 때, GNB 메뉴 2줄로 안나오도록 수정. */
@media (max-width: 386px) {
    .nav-gnb div.nav-gnb_wrap {
        display:flex;
        max-width:inherit;
        width:100%;
    }
     .nav-gnb ul.nav-gnb_menu {
        display: inline-flex;
        width:100%;
        overflow: auto; 
        -ms-overflow-style: none;  
        scrollbar-width: none; 
        white-space: nowrap;
        justify-content: inherit;
    }
    .nav-gnb ul.nav-gnb_menu li {
        white-space: nowrap;
        cursor: pointer;
    }
}














/************************************************
 *******************  footer ********************
*************************************************/
.footer25 {
    border-top:1px solid #DDDDDD;
}

.footer25-order {
    display:flex;
    justify-content: space-between;
    width:100%;
    max-width:1260px;
    margin:0 auto;
    padding:50px 0;
    box-sizing: border-box;
}
.footer25-order h5 {
    display: flex;
    align-items: center;
    margin-bottom:6px;
    font-size:1.8em;
    font-weight:600;
    color:#444444;
}
.footer25-order .footer25-order-number {
    display:flex;
    align-items: center;
    margin-bottom:8px;
    font-size:2.6rem;
    font-weight:bold;
    letter-spacing:-1px;
    color:#008577;
}
.footer25-order .footer25-order-number a {
    color:#008577;
}
.footer25-order li:nth-child(2) .footer25-order-number a {
    font-size:2.3rem;
    color:#666;
}

.footer25-order .footer25-order-number img {
    width:98px;
    margin-left:10px;
}
.footer25-order h5 a {
    margin-left:8px;
    padding:4px 8px 1px;
    border:1px solid #666;
    border-radius:6px;
    font-size:11px;
    font-weight:normal;
    color:#666666;
}
.footer25-order h5 span {
    margin-left:8px;
    font-size:12px;
    font-weight:normal;
    color:#666666;
}
.footer25-order > li:nth-child(1) span {
    display:flex;
    margin-bottom:16px;
    font-size:1.2em;
    letter-spacing:-0.5px;
    gap:8px;
    color:#888888;
}
.footer25-order > li:nth-child(1) span i {
    font-style: normal;
}
.footer25-order > li:nth-child(1) ul li {
    display:flex;
    align-items: center;
    gap:16px;
}
.footer25-order > li:nth-child(1) ul li a {
    font-size:1.2em;
    font-weight:bold;
    color:#333;
}
.footer25-order > li:nth-child(1) ul li i {
    display: block;
    width:4px;
    height:4px;
    border-radius: 4px;
    background-color: #333;
}
.footer25-order > li:nth-child(1) ul li a img {
    height:20px;
}
.footer25-order > li:nth-child(2) span {
    display:flex;
    gap:16px;
    margin-top: 16px;
    color:#888;
}
.footer25-order > li:nth-child(2) span img {
    height:18px;
}
.footer25-order > li:nth-child(2) span img:nth-child(2) {
    height:14px;
}

.footer25-order > li:nth-child(3) {
    width:325px;
}
.footer25-order .footer25-account {
    position:relative;
    width:100%;
}
.footer25-order .footer25-account {    
    position: relative;
    width:100%;
    height:46px;
    font-size:1.2em;
    font-weight:bold;
    color:#666;
    border-bottom:2px solid #666;
    cursor: pointer;
}
.select-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width:100%;
    height:100%;
    border-radius: 4px;
}
.account-options {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-top: 5px;
    z-index: 10;
    display: none;
}
.account-option {
    padding: 10px;
    cursor: pointer;
}
.account-option:hover {
    background-color: #f0f0f0;
}

/* 계좌 정보 및 복사 버튼 */
#account-info {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
#copy-btn {
    margin-left: 10px;
    padding: 6px 16px;
    font-size: 1.1em;
    font-weight:bold;
    color: white;
    border: none;
    border-radius: 50px;
    background-color: #008577;
    cursor: pointer;
}
 /* 폰트 스타일 변경 클래스 */
.account-style-changed {
    font-size:1.2em;
    font-weight: bold;
    color: #008577;
}






.footer25-wrap {
    border-top:1px solid #DDDDDD;
    background-color:#F7F7F7;
}
.footer25-fnb {
    position:relative;
    display:flex;
    justify-content: center;
    align-items: center;
    width:100%;
    max-width:1260px;
    margin:0 auto;
    padding:24px 0;
    font-size:1.2em;
    font-weight:bold;
    color:#333;
    box-sizing:border-box;
    border-bottom:1px solid #DDDDDD;
}

.footer25-fnb li {
    position:relative;
    display:flex;
    align-items: center;
    gap:12px;
}
.footer25-fnb li.footer25-fnb-div {
    width:1px;
    height:20px;
    margin:0 48px;
    background-color:#AAAAAA;
}
.footer25-fnb li:last-child::after {
    display:none;
}
.footer25-fnb li:last-child img {
    margin-right:8px;
}
.footer25-fnb li img{
    width:36px;
}






.footer25-info {
    position:relative;
    width:100%;
    max-width:1260px;
    margin:0 auto;
    padding:40px 0;
    font-size:1.1em;
    color:#666;
    box-sizing:border-box;
}
.footer25-info > ul {
    display:flex;
    gap:8px;
}
.footer25-info > div {
    display:flex;
    justify-content: space-between;
    align-items: center;
    padding:24px 0;
    color:#888;
}
.footer25-info > div ul {
    display:flex;
    justify-content: space-between;
    gap:32px;
}
.footer25-info > div ul li {
    display:flex;
    flex-direction: column;
    gap:4px;
}
.footer25-info > div ul li a {
    color:#888;
}
.footer25-info > div ul img {
    height:40px;
    opacity:0.6;
}
.footer25-info > p {
    font-size:12px;
    color:#AAAAAA;
}
/* 정보 구분선 및 줄바꿈 영역 */
.footer25-info > div i {
    font-style: normal;
}
.footer25-info > div br {
    display:none;
}


@media (max-width: 1320px) {

    .footer25-order { /* main-2025.css - 메인 값은 다릅니다. */
        padding:50px 40px;
    }
    .footer25-order h5 {
        font-size:1.6em;
    }
    .footer25-order .footer25-order-number{
        font-size:2.3rem;
    }
    .footer25-order li:nth-child(2) .footer25-order-number a {
        font-size:2.0rem;
    }
    .footer25-order > li:nth-child(2) span{
        margin-top:17px;
    }
    .footer25-fnb { /* main-2025.css - 메인 값은 다릅니다. */
        padding:16px 40px;
    }
    .footer25-info{ /* main-2025.css - 메인 값은 다릅니다. */
        padding:30px 40px;
    }
    .footer25-info > div ul img {
        height:30px;
    }

    .footer25-order > li:nth-child(2) span {
        gap:12px;
    }
    .footer25-order > li:nth-child(2) span img {
        height:15px;
    }

    .footer25-order > li:nth-child(3) {
        width:310px;
    }
}

@media (max-width: 1024px) {
    .footer25-order {
        padding:50px 10px;
    }
    .footer25-fnb {
        padding:16px 10px;
    }
    .footer25-info{
        padding:30px 10px;
    }
}

@media (max-width: 1080px) {

    .footer25-order h5 {
        display:flex;
        align-items: center;
        font-size:1.3em;
    }
    .footer25-order h5 a {
        margin-left:4px;
        padding: 1.8px 3px 1px;
        font-size:9px;
    }
    .footer25-order h5 span {
        font-size:10px;
    }

    .footer25-order .footer25-order-number {
        font-size:1.8rem;
    }
    .footer25-order .footer25-order-number img {
        width:80px;
    }
    .footer25-order li:nth-child(2) .footer25-order-number a {
        font-size:1.5rem;
    }

    
    .footer25-order > li:nth-child(1) {
        width:240px;
    }
    .footer25-order > li:nth-child(3) {
        width:260px;
    }
 

    .footer25-order > li:nth-child(1) span {
        flex-direction: column;;
        font-size:1.1em;
        gap:2px;
    }
    .footer25-order > li:nth-child(1) ul li {
        gap:8px;
    }
    .footer25-order > li:nth-child(1) ul li a {
        font-size:1.1em;
    }
    
    .footer25-order > li:nth-child(2) span {
        gap:6px;
    }
    .footer25-order > li:nth-child(1) span i:nth-child(2) {
        display:none;
    }

    .footer25-order > li:nth-child(2) span {
        margin-top:13px;
    }
    .footer25-order > li:nth-child(2) span img {
        height:14px;
    }
   

    .account-style-changed {
        font-size:1.0em;
    }
    #copy-btn {
        padding:4px 12px 3px;
        font-size:1.0em;
        font-weight:normal;
    }

    .footer25-fnb {
        font-size:1.1em;
    }
    .footer25-fnb li.footer25-fnb-div {
        margin:0 26px;
    }

    .footer25-fnb li img {
        width:30px;
    }

    .footer25-info > div {
        flex-direction: column;
        align-items: flex-start;
        gap:20px;
    }
    .footer25-info > div ul img {
        height:26px;
    }

}


@media (max-width: 800px) {
    ul.footer25-order {
        width: calc(100% - 40px);
        flex-direction: column;
        gap:50px;
    }
    .footer25-order h5 {
        font-size:2.8vw;
    }
    .footer25-order > li:nth-child(1) {
        width:100%;
    }
    .footer25-order .footer25-order-number {
        font-size:6.0vw;
    }

    .footer25-order li:nth-child(2) .footer25-order-number a {
        font-size:5.0vw;
    }
    .footer25-order > li:nth-child(2) span img {
        height:20px;
    }
    .footer25-order > li:nth-child(1) span {
        font-size:2.0vw;
    }
    .footer25-order > li:nth-child(1) ul li a {
        font-size:2.0vw;
    }
    .footer25-order > li:nth-child(1) ul li {
        gap:16px;
    }
    .footer25-order .footer25-order-number img {
        width:120px;
    }
    .footer25-order .footer25-account {
        font-size:2.0vw;
    }
    .footer25-order h5 span {
        font-size:1.6vw;
    }
    .footer25-order h5 a {
        font-size:1.6vw;
        margin-left:8px;
    }
    .account-style-changed {
        font-size:1.8vw;
    }
    .footer25-order > li:nth-child(3) {
        width:310px;
    }

    .footer25-fnb {
        flex-direction: column;
        gap:24px;
        padding:24px 0;
        font-size:2.0vw;
    }
    .footer25-fnb li.footer25-fnb-div {
        width: calc(100% - 40px);
        height:1px;
        background-color: #ddd;
    }
    .footer25-fnb li img {
        width:36px;
    }


    .footer25-wrap .footer25-info {
        width: calc(100% - 40px);
    }
    
}


@media (max-width:500px) {
    .footer25-wrap {
        border-top:0px;
    }
    
    .footer25-order {
        padding:40px 0;
    }
    ul.footer25-order {
        gap:0;
    }
    .footer25-order h5 {
        margin-bottom:0;
        font-size:1.6em;
    }
    .footer25-order h5 a {
        font-size:10px;
    }
    .select-box {
        margin-top:10px;
    }

    .footer25-order .footer25-order-number {
        font-size:10vw;
    }
    .footer25-order .footer25-order-number img {
        width:30%;
    }
    .footer25-order > li:nth-child(1) span {
        font-size:1.2em;
    }
    .footer25-order > li:nth-child(1) ul li a {
        font-size:1.2em;
    }

     .footer25-order > li:nth-child(2) {
        margin:40px 0;
        padding:40px 0;
        border-top:1px solid #DDDDDD;
        border-bottom:1px solid #DDDDDD;
    }

    .footer25-order li:nth-child(2) .footer25-order-number a {
        font-size:1.8rem;
    }
    .footer25-order > li:nth-child(2) span {
        gap:8px;
    }
    .footer25-order > li:nth-child(2) span img {
        height:15px;
    }

    .footer25-order > li:nth-child(3) {
        width:100%;
    }
    .footer25-order h5 span {
        font-size:12px;
    }

    .footer25-order .footer25-account {
        font-size:1.2em;
    }
    .account-style-changed {
        font-size:1.2em;
    }

   
    .footer25-fnb {
        font-size:1.2em;
    }
    
    .footer25-info {
        padding:24px 0;
        font-size:1.0em;
    }
    .footer25-info > ul {
        flex-wrap: wrap;
        gap:6px;
    }
  /* 정보 구분선 및 줄바꿈 영역 */
    .footer25-info > div i.div-i-hide {
        display:none;
    }
    .footer25-info > div br {
        display:block;
    }


}