@charset "utf-8";
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
}
* {
    margin:0;
    padding:0;
    box-sizing: border-box;
}
ul,
li {
    list-style: none;
}
a {
    text-decoration: none;
    color:#777777;
    letter-spacing: -0.45px;
}
/* 전체 페이지에서 가로 스크롤 방지 */
html, body {
    overflow-x: hidden; /* 가로 스크롤 숨기기 */
    width: 100%; /* body 너비 100% */
}
body {
    font-family: 'Montserrat', 'Noto Sans KR', 'Malgun Gothic', 'Dotum', 'AppleGothic', sans-serif;
    font-weight: 500;
    text-transform: none;
    color: #777777;
    letter-spacing: -0.45px;
    background-size: cover;
    line-height: 1.5;
}
h1 {
    line-height: 1.5;
    font-weight: 600;
}
h3 {
    margin-bottom: 0;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #777;
    line-height: 1.5;
}
span {
    
}
/* common */
.container {
    max-width: 1470px;
    margin: 0 auto;
    /* border: 1px solid var(--purple); */
}
.clearfix {
    display: block;
    clear: both;
    content: '';
}
/* container 반응형 */
@media screen and (max-width:1400px){
    .container {
        max-width: 1370px;
    }
}
.wrap {
    /* width: 100%;
    height: 1400px;
    margin:0 auto;
    border:1px solid yellow; */
}
/* ========== top 배너 영역========== */
.top-banner {
    position: relative;
    /* top: 0;
    left: 50%; */
    width: 100%;
    height: 50px;
    /* transform: translateX(-50%); */
}
.top-banner .sw-banner {
    width: 100%;
    height: 50px;
    position: relative;
}
.top-banner .swiper-slide {
    width: 100%;
    height: 100%;
}
.top-banner .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
}
.top-banner .swiper-slide .sw-slide01 {
    background: url('../images/banner_pc_0614.png')no-repeat center;
}
.top-banner .swiper-slide .sw-slide02 {
    background: url('../images/banner_pc_0726.png')no-repeat center;
}
.sw-banner .swiper-slide .sw-slide01 i {
    display: block;
    width: 100%;
    padding-top: 50%;
}
.sw-banner .button-up {
    position: absolute;
    top: 10px;
    right: 1%;
    z-index: 999;
}
.sw-banner .swiper-slide .button-up a {
    color: #777777;
    letter-spacing: -0.45px;
    display: block;
}
.sw-banner .swiper-slide .button-up a img {

}
.sw-banner .slide-navs {
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    list-style-type: none;
    z-index: 9999;
}
.sw-banner .slide-navs li {
    float: left;
    background: url('../images/slide-bg.png') no-repeat scroll 0 0 transparent;
    height: 12px;
    width: 10px;
    margin-right: 4px;
    cursor: pointer;
}
.sw-banner .slide-navs li.current {
    width: 20px;
    background: url('../images/slide-bg-active.png') no-repeat scroll 0 0 transparent;

}
/* 탑배너 반응형 */
@media screen and (max-width:768px) {
    .top-banner .swiper-slide .sw-slide01 {
        background: url('../images/banner_mo_0614.png') #ffffff;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
    }
    .top-banner .swiper-slide .sw-slide02 {
        background: url('../images/banner_mo_0726.png') #ffffff;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
    }
}

/* ======== 헤더영역 ======= */
.header {
    border-bottom: 1px solid #dcdcdc;
    background-color: #fff;
    transition: height .4s ease, opacity .3s ease;
}
.header-bottom {}
.header-bottom .container {
    max-width: 1470px;
    height: 80px;
    margin: 0 auto;
    position: relative;
    /* border-bottom: 1px solid #666; */
}
.header-bottom .container .logo {
    width: 111px;
    height: 42px;
    padding-top: 20px;
}
.header-bottom .container .logo .standard-logo {
    background: url('../images/logo_new.png')no-repeat center;
    width: 111px;
    height: 42px;
    display: block;
    color: #000;
}
.header-bottom .container .primary-menu-trigger {
    opacity: 0;
    visibility: hidden;
    position: absolute;
}

.header-bottom .container .menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 0%;
    left: 0px;
    height: 75px;
  
}
.header.sticky {
    position: fixed;
    top:0;
    left: 0;
    background-color: #fff;
    z-index: 99999;
    width: 100%;
    overflow-x: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.header-bottom .container .menu .menu-nav {
    display: flex;
    /* justify-content: space-between;
    align-items: center; */
    /* flex-wrap: wrap; */
    /* width: 630px; */
    height: 75px;
    align-items: center;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    position: relative;
    left: -60px;
}

.menu .menu-nav> li {
    margin-left: 60px;
    position: relative;
    height: 100%;
}
.menu .menu-nav> li> a {   
    position: relative;
    top:50%;
    left: 0;
    display: block;
    transform: translateY(-50%);
    font-family: 'Montserrat';
    font-weight: 400;
    text-transform: none;
    font-size: 14px;
    line-height: 14px;
    color: #777777;
    letter-spacing: -0.45px;
    z-index:10;
    padding: 30px 0;
}

.menu .menu-nav li .menu-submenu {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    width: 140px;
    padding: 84px 0 40px 0;
    background-color: #fff;    
    text-align: center;    
    box-shadow: 0 10px 20px rgba(0, 0, 0, .05);
    
}
.menu .menu-nav li .menu-submenu> li {
    background-color: #fff;
    text-align: center;
    margin-top: 30px;
}
.menu .menu-nav li .menu-submenu> li:first-child{
    margin-top: 0;
}
.menu .menu-nav li .menu-submenu li a {
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    /* color: #777777;
    letter-spacing: -0.45px; */
}
.menu-nav> li:hover .menu-submenu {
    opacity: 1;
    visibility: visible;
    z-index: 5;
}
.menu-nav li a .menu-submenu> li a {
    /* color: #777777;
    letter-spacing: -0.45px; */
}
.header .menu-nav li a:hover {
    color: #ffc107;
}
.header-bottom .container .btn-icon {
    display: flex;
    position: relative;
    align-items: center;
    height: 75px;
    /* top: 2px; */
    right: -25px;
    cursor: pointer;
}
.header-bottom .container .btn-icon .top-serch .show-hide {
    transition: color .3s ease-in-out;
}
.fadeIn {
    animation-name: fadeIn;
}
.container .btn-icon li {
    /* width: 24px;
    height: 24px; */
    margin-right: 35px;
    margin-top: -2px;
}
.container .btn-icon li a {
    width: 24px;
    height: 24px;
    /* margin-right: 35px;
    margin-top: -2px; */
    transition: color .3s ease-in-out;
}
.container .btn-icon li a i {
    position: relative;
    top: 2px;
    left: 2px;
    display: inline-block;
    width: 24px;
    height: 24px;
}
.container .menu .btn-icon li a .btn-serch {
    background: url('../images/btn_search.png') center center no-repeat;
    position: relative;
}

.toggle-serch {
    display: none;
    /* display: block; */
    position: absolute;
    top: 47px;
    right: -20px;
    width: 330px;
    border: solid 1px #f1f1f1;
    border-radius: 4px;
    background: #fff;
    margin: 20px;
    padding: 10px;
    z-index: 9999;
    cursor: pointer;
}
.toggle-serch.active{
    /* display: none; */
    display: block;
    position: absolute;
    top: 47px;
    right: -20px;
    width: 330px;
    border: solid 1px #f1f1f1;
    border-radius: 4px;
    background: #fff;
    margin: 20px;
    padding: 10px;
    z-index: 9999;
    cursor: pointer;
}
.toggle-serch form {
    opacity: 1;
    z-index: 100;
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    padding: 0 15px;
    margin: 0;
    top: 0;
    left: 0;
}
.toggle-serch form input {
    background-color: transparent !important;
    padding: 0px;
    border-bottom: 0px !important;
    box-shadow: none !important;
    pointer-events: auto;
    height: auto;
}
.toggle-serch a {
    position: relative;
    /* width: 14px; */
    /* height: 14px; */
    /* font-size: 14px; */
    line-height: 20px;
    text-align: center;
    color: #333;
    transition: color .3s ease-in-out;
    float: left;
    margin-right: 4px;
    margin-bottom: 4px;
    border: 1px solid #E5E5E5;
    border-radius: 2px;
}
.toggle-serch #serchform {
    
}
.toggle-serch #serchform #banner-action {}
.toggle-serch #serchform #serch_box {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 200;
    padding: 12px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 5px 5px 15px 0px rgba(170, 170, 170, .4);
}
.toggle-serch #serchform #serch_box .serch-box {
    padding: 5px 0px;
}
.toggle-serch #serchform .serch-box h4 {
    font-size: 13px;
    letter-spacing: 2px;
    font-weight: 600;
}
.toggle-serch #serchform .serch-box .close {
    text-shadow: none !important;
    opacity: 1 !important;
    font-weight: 700;
    line-height: 1;
    float: right;
}
.toggle-serch #serchform .serch-box button:hover {
    color: #333;
}
.toggle-serch #serchform .serch-box button {
    position: absolute;
    top: 6px;
    right: 7px;
    font-size: 11px;
    border: 1px solid #f1f1f1;
    padding: 1px 3px;
    background: #333;
    color: #fff;
    cursor: pointer;
    font-family: inherit;
    width: 15px;
    height: 17px;
    line-height: 13px;
    font-weight: 500;
}
    
.toggle-serch #serchform fieldset {
    border: none;
    vertical-align: top;
}
.toggle-serch #serchform fieldset legend {
    visibility: hidden;
    position: absolute;
    left: -9999px;
    top: -9999px;
    width: 0;
    height: 0;
    line-height: 0;
    display: block;
    max-width: 100%;
    font-size: 1.5rem;
}
.toggle-serch #serchform fieldset .serchform {
    position: relative;
    margin: 7px 0px;
    border-bottom: 1px solid #ccc;
    background-size: 20px 20px;
}
.toggle-serch #serchform fieldset .serchform #keyword {
    width: 90%;
    height: 31px;
    padding: 0;
    border: 0;
    border-bottom: 0px !important;
    text-indent: 10px;
    line-height: 32px;
    font-size: 12px;
    color: #7c8389;
    background: #fff;
}
.toggle-serch #serchform fieldset .serchform .serch-icon {
    position: absolute;
    right: 10px;
    top: 5px;
    width: 21px;
    /* height: 21px; */
    margin: 0;
    cursor: pointer;
}
.toggle-serch #serchform .popular {
    font-size: 11px;
    position: relative;
    padding-bottom: 0.5rem !important;
}
.toggle-serch #serchform .serch-list {
    background: #f8f8f8;
    margin-bottom: -2px;
}
.toggle-serch #serchform .serch-list a {
    display: inline-block !important;
    padding: 3px 7px 3px 7px;
    font-size: 13px !important;
    width: auto !important;
    height: auto !important;
    
}
.container .btn-icon li a .btn-cart {
    background: url('../images/ico-cart.png') center center no-repeat;
}
.container .btn-icon li a .btn-user {
    background: url('../images/ico-user.png') center center no-repeat;
}
.container .btn-icon li a .btn-login {
    background: url('../images/ico-login.png') center center no-repeat;
}
.container .btn-icon li a img {
    /* position: absolute;
    top: 2px;
    left: 2px; */
    width: 24px;
    height: 24px;
    transition: opacity .3s ease;
}

/* header 반응형 */
/* 최소넓이(min-width) */
/* breakepoint 최소넓이 1160px */
@media screen and (min-width:1161px) {
    .header-bottom .container .menu {
        float: left;
        display: flex;
        width: calc(100% - 30px);
        padding-top: 0px;
        padding-left: 180px;
        justify-content: space-between;
    }
}
@media screen and (min-width:1361px) {
    .header-bottom .container .menu {
        width: calc(100% - 50px) !important;
    }
    .header-bottom .container .btn-icon {
        height: 70px;
        top: 2px;
    }   
}

/* 최대넓이(max-width) */
/* breakepoint 최대넓이 1360px */
@media screen and (max-width:1360px) {
    .menu .menu-nav> li {
        margin-left: 35px;
    }
    .menu .menu-nav> li:first-child {
        margin-left: 60px;
    }
}
/* breakepoint 최대넓이 1160px */
@media screen and (max-width:1160px){
    .header-bottom .container .menu .menu-nav {
        display: none;
    }
    .menu .menu-nav> li {
        position: relative;
        float: left;
        z-index: 1;
    }
    .menu .menu-nav> li> a {   
        display: block;
        padding: 30px 0;
        font-family: 'Montserrat';
        font-weight: 400;
        text-transform: none;
        font-size: 14px;
        line-height: 14px;
    }
    .menu .menu-nav> li:last-child {
        width: 40px;
    }
    .header-bottom .container .primary-menu-trigger {
        background: url('../images/btn-menu-line.png') center center no-repeat;
        overflow: hidden;
        left: 30px;
        top: 15px;
        width: 40px;
        height: 40px;
        margin: 0;
        background-size: 25px;
        opacity: 1;
        visibility: visible;
        /* text-indent: -9999px;
        pointer-events: auto;
        z-index: 10;
        transition: none !important; */
    }
    .header-bottom .container .logo {
        position: static;
        height: auto;
        margin: 0 auto;
    }
    .header-bottom .container .logo .standard-logo {
        background: url('../images/logo_new.png')no-repeat left center;
        display: block;
        width: 111px;
        height: 42px;
        overflow: hidden;
    }
    .header-bottom .container .menu {
        position: absolute;
        top: 0%;
        left: 0;
        height: 80px;
        width: calc(100% - 25px);
    }
    .header-bottom .container .btn-icon {
        position: absolute;
        /* right: 30px;
        top: 25px; */
    }
    .header-bottom .container .btn-icon li:last-child {
       display: none;
    
    }
}
/* breakepoint 768px */
@media screen and (max-width:768px){
    .header-bottom .container {
        height: 70px;
    }
    
    .header-bottom .container .primary-menu-trigger {
        left: 20px;
        top: 15px;
        width: 40px;
        height: 40px;
        background-size: 25px;
    }
    .header-bottom .container .logo {
        width: 104px;
        padding-top: 15px !important;
    }
    .header-bottom .container .logo .standard-logo {
        width: 111px;
        height: 42px;
        background-image: url('../images/logo_new_m.png');
        background-size: 111px 42px;
    }
    .header-bottom .container .menu {
        position: absolute;
        top: 0%;
        left: 0;
        height: 70px;
        width: calc(100% - 34px);
        text-align: center;
    }
    
    /* .header-bottom .container .btn-icon {
        position: absolute; */
    
    .container .btn-icon li {
        /* width: 24px;
        height: 24px; */
        margin-right: 14px;
        margin-top: -2px;
        width: 20px;
        height: 20px;
    }
    .container .btn-icon li a i {
        position: relative;
        top: 2px;
        left: 2px;
        display: inline-block;
        width: 20px;
        height: 20px;
    }
    .container .menu .btn-icon li a .btn-serch {
        background-image: url('../images/btn_search_m.png');
        background-size: 20px auto;
    }
    .container .menu .btn-icon li a .btn-cart {
        background-image: url('../images/ico-cart-m.png');
        background-size: 20px auto;
    }
    .container .menu .btn-icon li a .btn-user {
        background-image: url('../images/ico-user-m.png');
        background-size: 17px 18px;
    }
   
    
   
}
    


/* =========== 메인영역 ========== */
/* 비주얼영역 */
.visual {
    width: 100%;
    height: 910px;
    /* background-color: red */

}
.visual .sw-visual {
    width: 100%;
    height: 100%;
    position: relative;
}
.visual .swiper-slide {
    width: 100%;
    height: 100%;
}
.visual .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
}
.visual .sw-visual .sw-slide01 {
    background: url('../images/MAIN BANNER_2024_MAIN_PC.png')no-repeat center;
    width: 100%;
    position: relative;
    z-index: -999;
}
.visual .sw-visual .sw-slide01 i {
    display: block;
    width: 100%;
    padding-top: 50%;
}
.visual .sw-visual .swiper-slide .sw-slide02 {
    background: url('../images/MAIN BANNER_2024_BABY_PC.png')no-repeat center;
    width: 100%;
}
.visual .sw-visual .swiper-slide .sw-slide03 {
    background: url('../images/MAIN\ BANNER_2024_KIDSANDFAMILY_PC.png')no-repeat center;
    width: 100%;
}
.visual .sw-visual .swiper-slide .sw-slide04 {
    background: url('../images//MAIN\ BANNER_2024_GIFTS_PC.png')no-repeat center;
    width: 100%;
}
.visual .sw-visual .swiper-slide .sw-slide02 i {}
.visual .sw-visual .swiper-slide .intro {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;

}
.visual .sw-visual .swiper-slide .intro .intro-sec{   
    /* position: absolute;
    bottom: 122px;
    left: 50%;
    transform: translate(-50%);
    text-align: center; */
    position: relative;
}
.visual .sw-visual .swiper-slide .intro .intro-sec h3 {
    font-family: 'Montserrat';
    font-weight: 400;
    color: #777777;
    font-size: 24px;
    line-height: 1.5;
}
.visual .sw-visual .swiper-slide .intro .intro-sec span {
    display: block;
    font-size: 20px;
    color: #777777;
    font-weight: 500;
    line-height: 30px;
    padding-bottom: 10px;
}
.visual .sw-visual .swiper-slide .intro .intro-sec strong {
    display: block;
    font-size: 30px;  
    font-weight: 600;
    padding-bottom: 20px;
}
.swiper-slide .intro .main-btn {
    width: 120px;
    text-align: center;
    margin: 25px auto;
}
.swiper-slide .intro .main-btn .more {
    display: block;
    width: 100%;
    background: #ffcc00;
    color: #fff;
    font-family: 'Montserrat';
    font-size: 20px;
    font-weight: 600;
    line-height: 55px;
    /* position: absolute; */
    top: 0;
    left: 0;
}
.visual .sw-visual .swiper-pagination {
    /* top:60%; */
    /* bottom: 37.65%; */
    bottom: 345px !important;
    max-width: 1238px;
    left: 50%;
    transform: translateX(-50%);
    transition: .3s opacity;
    position: absolute;
    text-align: center;
}
.swiper-pagination span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    background-color: #fff;
    opacity: 1;
}

.swiper-pagination span.swiper-pagination-bullet-active {
    background-color: var(--yellow);
    border-color: var(--yellow);
}
/* pagination 반응형 */
@media screen and (min-width: 768px) and (max-width: 1160.98px){
    .visual .sw-visual .swiper-pagination {
        bottom: 345px !important;
    }
}
/* 최대크기 breakepoint - 1370px */
@media screen and (max-width:1370px) {
    .visual .sw-visual .swiper-pagination {
        bottom: 340px !important;
    }
}
@media screen and (max-width:767.98px) {
    .visual .sw-visual .swiper-pagination {
        bottom: 320px !important;
    }
}
@media screen and (max-width:640px) {
    .visual .sw-visual .swiper-pagination {
        bottom: 240px !important;
    }
}
@media screen and (max-width:576px) {
    .visual .sw-visual .swiper-pagination {
        bottom: 240px !important;
    }
}
@media screen and (max-width:498px) {
    .visual .sw-visual .swiper-pagination {
        bottom: 220px !important;
    }
}
@media screen and (max-width:390px) {
    .visual .sw-visual .swiper-pagination {
        bottom: 220px !important;
    }
}
    
/* 비주얼 슬라이드 반응형 */
/* breakepoint - 1370px */
@media screen and (max-width:1370px) {
    .visual .sw-visual .swiper-slide {
        text-align: center;
    }
}
/* breakepoint - 768px */
@media screen and (max-width:768px) {
    .visual {
        width: 100%;
        height: 1100px !important;
    }
    .visual .sw-visual .swiper-slide .sw-slide01 {
        background: url('../images/MAIN\ BANNER_2024_MAIN_ＭＯ.png')no-repeat center;
        background-size: cover;
        /* width: 100%; */
    }
    .visual .sw-visual .swiper-slide .sw-slide02 {
        /* background: url('../images/MAIN BANNER_2024_BABY_ＭＯ.png') 
        #ffffff;
        background-size: cover;
        width: 100%; */

        background: url('../images/MAIN\ BANNER_2024_BABY_ＭＯ.png') #ffffff no-repeat center;
        background-size: cover;
    }
    .visual .sw-visual .swiper-slide .sw-slide03 {
        background: url('../images/MAIN\ BANNER_2024_KIDSANDFAMILY_ＭＯ.png')no-repeat center;
        background-size: cover;
        /* width: 100%; */
    }
    .visual .sw-visual .swiper-slide .sw-slide04 {
        background: url('../images//MAIN\ BANNER_2024_GIFTS_ＭＯ.png')no-repeat center;
        background-size: cover;
        /* width: 100%; */
    }
    .visual .sw-visual .swiper-slide .intro {
        min-width: 300px;
        bottom: 10px;
    }
    .visual .sw-visual .swiper-slide .intro .intro-sec h3 {
        font-size: 20px;
    }
    .visual .sw-visual .swiper-slide .intro .intro-sec h3 strong {
        font-size: 25px;
        line-height: 1;
    }
    .visual .sw-visual .swiper-slide .intro .intro-sec span {
        font-size: 15px;
        line-height: 25px;
    }
    .swiper-slide .intro .main-btn {
        width: 100px;
        margin: 5px auto 25px;
    }
    .swiper-slide .intro .main-btn .more {
        display: block;
        width: 100%;
        background: #ffcc00;
        color: #fff;
        font-family: 'Montserrat';
        font-weight: 600;
        /* position: absolute; */
        top: 0;
        left: 0;
        font-size: 17px;
        line-height: 45px;
    }
   
}
/* breake-point: 640px */
@media screen and (max-width:640px) {
    .visual {
        height: 850px !important;
    }
}
/* breake-point: 576px */
@media screen and (max-width:576px) {
    .visual {
        height: 750px !important;
    }
}
/* breake-point: 498px */
@media screen and (max-width:498px) {
    .visual {
        height: 680px !important;
    }
}
/* breake-point: 430px */
@media screen and (max-width:430px) {
    .visual {
        height: 680px !important;
    }
}
/* breake-point: 390px */
@media screen and (max-width:390px) {
    .visual {
        height: 650px !important;
    }
}

/* 브랜드스토리 */
.brand {
    width: 100%;
    height: 350px;
    margin-top: 0;
    background: url('../images/main_sec13_bg.png')no-repeat center;
    background-size: auto 350px;
}
.brand .container {
    position: relative;
}
.brand .container .brand-intro {
    position: relative;
    left: 50%;
    width: 1320px;
    transform: translateX(-50%);
    padding-top: 70px;
    padding-left: 80px;
}
.brand .container .brand .brand-sec {
    float: left;
    width: 100%;
    padding-left: 80px;
    padding-top: 60px;
}

.brand .brand-intro h1 {
    font-size: 28px;
    font-weight: 600;
    color: #777777;
    padding-bottom: 5px;
}
.brand .brand-intro strong {
    display: block;
    padding-bottom: 25px;
    font-size: 18px;
    font-weight: 600;
    color: #777777;
}
.brand .brand-intro p {
    margin-top: 0px;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    letter-spacing: -1px;
    color: #777777;
}
.brand .brand-intro a {
    display: inline-block;
    height: 50px;
    margin-top: 10px;
    padding: 0 60px 0 50px;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    color: #777777;
    line-height: 50px;
    border: 1px solid #9b9b9b;
    background-image: url('../images/icon_arrow.png');
    background-repeat: no-repeat;
    background-position: 145px center;
}

/* brand-story 반응형 */
@media screen and (max-width:768px){
    .brand {
        width: 100%;
        height: auto;
        margin-top: 25px;
        background:#fbf8f3 url('../images//main_sec13_m_bg.png')no-repeat top center;
        background-size: auto 100%;
    }
    .brand .container {
       position: relative;
       padding: 0 !important;
    }
    .brand .container .brand-intro {
        height: auto;
        margin-top: 0px;
        left: auto;
        width: 100%;
        transform: translateX(0);
        text-align: center;
        overflow: hidden;
        position: relative;
        padding: 0;
        padding-top: 20px;
    }
    .brand .container .brand .brand-sec {
        float: none;
        width: 100%;
        padding-left: 0;
    }
    .brand .brand-intro h1 {
        font-size: 24px;
    }
    .brand .brand-intro strong {
        font-size: 16px;
        line-height: 23px;
    }
    .brand .brand-intro p {
        padding-top: 10em;
    }
    .brand .brand-intro a {
        display: inline-block;
        height: 40px;
        margin-top: 20px;
        margin-bottom: 20px;
        padding: 0 30px 0 20px;
        font-size: 16px;
        line-height: 40px;
        background-position: 100px center;
    }
}

/* best product 영역 */
.special .container .special-imgbox .sun-cushion {
    display: none;
}
/* best product 반응형 */
@media screen and (max-width:768px) {
    .special .container .special-imgbox .sun-cushion {
        display: block;
    }
    .special .container .special-imgbox .disappear {
        display: none;
    }
}


/* product 영역 */
.product {
    max-width: 1470px;
    margin: 50px auto;

}
.product .container {
    height: 683px;
}
.product .container .product-name {
    margin-bottom: 20px;
    text-align: center;
    color:#777777;
}
.product .container .product-name h3 {
    font-size: 28px;
    margin-bottom: 0;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #777;
}
.product .container .product-name span {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
}
.product .container .product-more {
    font-size: 16px;
    font-weight: 300;
    color: #777777;
    text-align: right;
    padding: 0 10px;
    margin-bottom: 20px;
}
.product .container .product-more a {
    letter-spacing: -0.45px;
}
.product .container .baby-items {
    width: 100%;
}
.product .container .baby-items .baby-list {
    width: 100%;
    display: flex;
    /* padding: 0 8px; */
}
.product .container .baby-items .baby-list> li {
    width: calc(100% / 4);
    padding: 0 8px;
}
.product .container .baby-items .baby-list li img {
    width: 100%;
    object-fit: cover;
}
.product .container .baby-items .baby-list li .baby-sublist {
    width: 100%;
    /* background-color: red; */
    padding: 0 10px 0;
    white-space: wrap;
}

.baby-items .baby-list li .baby-sublist li {
    text-align: center;
}
.baby-items .baby-list li .baby-sublist .desc {
    font-size: 14px;
    height: 37px;
}
.baby-items .baby-list li .baby-sublist li p {
    padding: 0px;
    line-height: 20px;
    height: 30px;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 5px;
    font-family: 'Montserrat';
    font-weight: 400;
    text-transform: none;
    color:#777;
}

/* 프리미엄 배너 영역 */
.premium {
    width: 100%;
    height: 437px;
    background: url('../images/main_sec05_bg.png')no-repeat center;
    background-size: auto 437px;
}
.premium .container {
    position: relative;
}
.premium .container .premium-intro {
    /* height: 437px;
    width: 1320px;
    padding-left: 80px;
    padding-top: 60px;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-50%); */
    position: relative;
    left: 50%;
    width: 1320px;
    transform: translateX(-50%);
    padding-top: 70px;
    padding-left: 80px;
}
.premium .container .premium-desc {
    font-family: 'Montserrat';
    font-weight: 400;
    text-transform: none;
}
.premium .container .premium-desc h1 {
    font-size: 28px;
    font-weight: 600;
    color: #777777;
    padding-bottom: 5px;
    font-family: 'Montserrat';
}
.premium .container .premium-desc strong {
    display: block;
    padding-bottom: 25px;
    font-size: 18px;
    font-weight: 600;
    color: #777777;
    font-family: 'Montserrat';
}
.premium .container .premium-desc p {
    margin-top: 0px;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    letter-spacing: -1px;
    color: #777777;
}
.premium .container .premium-icon {
    margin: 30px 0 0 0;
}
.premium .container .premium-icon img {}
.premium .premium-intro> a {
    display: inline-block;
    height: 50px;
    margin-top: 10px;
    padding: 0 60px 0 50px;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    color: #777777;
    line-height: 50px;
    border: 1px solid #9b9b9b;
    background-image: url(/images/icon_arrow.png);
    background-repeat: no-repeat;
    background-position: 145px center;
}

/* 프리미엄 반응형 */
@media screen and (max-width:768px) {
    .premium {
        width: 100%;
        height: auto;
        margin-top: 0px;
        background: #fbf8f3 url('../images/main_sec05_m_bg.png') top center no-repeat;
        background-size: auto 100%;
    }
    .premium .container {
        position: relative;
      
    }
    .premium .container .premium-intro {
        height: auto;
        margin-top: 0px;
        left: auto;
        width: 100%;
        transform: translateX(0);
        text-align: center;
        overflow: hidden;
        padding: 0 !important;
    }
    .premium .container .premium-desc {
        font-family: 'Montserrat';
        font-weight: 400;
        text-transform: none;
        padding-top: 20px;
    }
    .premium .container .premium-desc h1 {
        font-size: 24px;
    }
    .premium .container .premium-desc strong {
        font-size: 16px;
        line-height: 23px;
    }
    .premium .container .premium-desc p {
        padding-top: 10em;
    }
    .premium .container .premium-icon {
        margin: 10px 0 0 0;
    }
    .premium .container .premium-icon img {
        height: 50px;
    }
    .premium .premium-intro> a {
        display: inline-block;
        height: 40px;
        margin-top: 20px;
        margin-bottom: 20px;
        padding: 0 30px 0 20px;
        font-size: 16px;
        line-height: 40px;
        background-position: 100px center;
    }
    
}


/* 스페셜 상품 영역 */
.special {
    padding: 50px 0;
}
.special .container {}
.special .container .special-name {
    margin-bottom: 20px;
    text-align: center;
}
.special .container .special-name h3{
    font-size: 28px;
    margin-bottom: 0;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #777;
    padding: 0;
}
.special .container .special-name span{
    font-size: 18px;
    display: block;
    margin-top: 0px;
    font-weight: 400;
    color: #777;
}

.special .container .special-more {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #777777;
    text-align: right;
    padding: 0 10px;
}
.special .container .special-more a {
    
}

.special .container .special-imgbox {}
.special .container .special-imgbox ul {
    display: flex;
    flex-wrap: wrap;
}
.special .container .special-imgbox ul li {
    width: 25%; 
    padding: 0 8px;
}
.special .container .special-imgbox ul li img {
    width:100%; 
}
.special .container .special-desc {
    min-height: 190px;
    text-align: center;
    line-height: 18px;
}
.special .container .special-desc .intro {
    padding: 0px;
    line-height: 20px;
    height: 30px;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 5px;
}
.special .container .special-desc p {
    font-size: 14px;
    color: #9b9b9b;
}
.special .container .special-desc p a {}
.special .container .special-desc p a span {
    font-size: 18px !important;
    color: #9b9b9b !important;
    line-height: 24px;
    font-weight: 700;
}
.special .container .special-desc .explain {
    min-height: 60px;
    display: block;
}
.special .container .special-desc .price {
    font-size: 18px;
    color: #777777;
    font-weight: bold;
    margin-bottom: 2px;
}
.special .container .special-desc .origin-price {
    font-size: 14px !important;
    font-weight: 300 !important;
    color: #9b9b9b !important;
    text-decoration: line-through;
}
/* 스페셜 상품 반응형 */
@media screen and (max-width:991px) {
    .special .container .special-imgbox ul {
        width: 100%;
    }
    .special .container .special-imgbox ul li {
        width: 50%; 
    }
    .special .container .special-imgbox {
        width: 100%;
        flex-wrap: wrap;
    }
    .special .container .special-imgbox ul li img {
        width:100%; 
    }
}
/* breakepoint - 768px */
@media screen and (max-width:768px) {
    .special .container .special-imgbox ul {
        width: 100%;
    }
    .special .container .special-imgbox ul li {
        /* flex: 0 0 50%; */
        width:100%;
    }
    .special .container .special-imgbox {
        width: 100%;
        flex-wrap: wrap;
    }
    .special .container .special-name h3{
        font-size: 22px !important;
    }
    .special .container .special-name span{
        font-size: 16px;
    }
    .special .container .special-imgbox ul #second {
        order: 2;
    }
    .special .container .special-imgbox ul #first {
        order: 1;
    }

    
}

/* ingredient 영역 */
.ingredient {
    width: 100%;
    height: 348px;
    margin-top: 0px;
    background: url('../images/main_sec09_bg.png') center center no-repeat;
    background-size: auto 348px;
}
.ingredient .container {}
.ingredient .container .intro-sec {
    position: relative;
    left: 50%;
    width: 1320px;
    transform: translateX(-50%);
    padding-top: 70px;
    padding-left: 80px;
}
.ingredient .container .intro-sec h1 {
    font-size: 28px;
    font-weight: 600;
    color: #777777;
    padding-bottom: 5px;
}
.ingredient .container .intro-sec strong {
    display: block;
    padding-bottom: 25px;
    font-size: 18px;
    font-weight: 600;
    color: #777777;
}
.ingredient .container .intro-sec p {
    margin-top: 0px;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    letter-spacing: -1px;
    color: #777777;
}
.ingredient .container .intro-sec .appear {
    display: none;
}
.ingredient .container .intro-sec a {
    display: inline-block;
    height: 50px;
    margin-top: 10px;
    padding: 0 60px 0 50px;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    color: #777777;
    line-height: 50px;
    border: 1px solid #9b9b9b;
    background-image: url('../images/icon_arrow.png');
    background-repeat: no-repeat;
    background-position: 190px center;
}


/* ingredient 반응형 */
@media screen and (max-width:768px) {
    .ingredient {
        width: 100%;
        height: auto;
        margin-top: 0px;
        background: #fbf8f3 url('../images/main_sec09_m_bg.png') top center no-repeat;
        background-size: auto 100%;
    }
    .ingredient .container {
        position: relative;
    }
    .ingredient .container .intro-sec {
        padding: 0 !important;
        height: auto;
        margin-top: 0px;
        left: auto;
        width: 100%;
        transform: translateX(0);
        text-align: center;
        overflow: hidden;
    }
    .ingredient .container .intro-sec .appear {
        display: block;
    }
    .ingredient .container .intro-sec .disappear {
        display: none;
    }
    .ingredient .container .intro-sec h1 {
        padding-top: 20px;
        width: 100%;
        padding-left: 0;
        font-size: 24px;
    }
    .ingredient .container .intro-sec strong {
        display: block;
        padding-bottom: 25px;
        font-size: 16px;
        line-height: 23px;
    }
    .ingredient .container .intro-sec p {
        padding-top: 15em;
    }
    .ingredient .container .intro-sec a {
        background-position: 150px center;
        display: inline-block;
        height: 40px;
        margin-top: 20px;
        margin-bottom: 20px;
        padding: 0 30px 0 20px;
        font-size: 16px;
        line-height: 40px;
    }
}

/* ========= 푸터영역 ========= */
.footer {}
/* footer-top */
.footer-top {
    overflow: hidden;
    background-color: #ffffff;
    border-top: 1px solid #dcdcdc !important;
}
.footer-top .container {}
.footer-top .container .footer-menu {
    display: flex;
    width: 770px;
    margin: 0 auto;
    padding: 25px 0px 30px;
    /* color: #777777; */
}
.footer-top .container .footer-menu> li {
    margin-right: 30px;
    position: relative;
    display: inline-block;
    width: 100px;
    z-index: 1;
    vertical-align: top;
}
/* 기본 #shop 색상 */
.shop-menu {
    transition: color 0.3s ease; /* 색상 변화에 부드러운 트랜지션 효과 */
}

/* .shop hover 시 .shop-menu의 색상 변경 */
.shop:hover .shop-menu {
    color: #f9cf42 !important; /* hover 시 .shop-menu 색상 변경 */
}
.about:hover .about-menu {
    color: #f9cf42 !important;
}
.trust:hover .trust-menu {
    color: #f9cf42 !important;
}
.benefits:hover .benefits-menu {
    color: #f9cf42 !important;
}
.footer-top .container .footer-menu li a:hover {
    color: #f9cf42;
}

.footer-top .container .footer-menu> li> a {
    display: block;
    padding: 10px 0 15px 0;
    font-family: 'Montserrat';
    font-weight: 600;
    text-transform: none;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: -0.05px;
    text-align: left;
    color: #777777;
    transition: all 0.1s;
}

.footer-menu li .footer-top-list {
    width: 100px;
    text-align: left;
}
.footer-menu li .footer-top-list li {
    margin-bottom: 15px;
}
.footer-menu li .footer-top-list li a {
    font-size: 12px;
    color: #777777;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.05px;
    display: block;
}


/* footer-top 반응형 */
/* breake point 768px */
@media screen and (max-width:768px) {
    .footer-top .container .footer-menu {
        padding: 20px 20px;
        overflow: hidden;
        width: 100%;
        margin: 0 auto;
        flex-wrap: wrap;
    }
    .footer-top .container .footer-menu> li {
        margin-right: 40px;
    }
}
/* breake point 576px */
@media screen and (max-width:576px) {
    .footer-top .container {
        width: 100% !important;
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
}
/* breake point 498px */
@media screen and (max-width:498px) {
    .footer-top .container .footer-menu> li {
        margin-right: 0;
    }
}

/* footer-mid */
.footer-mid {
    background-color: #f3f3f3;
    border-top: 1px solid #dcdcdc !important;
    border-bottom: 1px solid #dcdcdc !important;
    padding: 35px 0px 15px;
    position: relative;
    display: block;
}
.footer-mid .container {}
.footer-mid .container .footer-info {
    padding-top: 0;
    width: 777px;
    margin: 0 auto;
    position: relative;
    /* border: 2px solid red; */
    display: inline-block;
    /* position: relative; */
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.footer-mid .container .footer-info li {
    margin-right: 40px;
    float: left;
    font-size: 12px;
    margin-bottom: 15px;
    display: flex;
    line-height: 1;
}
.footer-mid .container .footer-info .wrap {
    margin-right: 200px;
}    
.footer-mid .container .footer-info .sns {
    position: absolute;
    right: 0;
    bottom: 15px;
    line-height: 1.5;
    font-size: 0.875rem;
}
.footer-mid .container .footer-info .sns .instagram {
    display: block;
    width: 155px;
    padding-left: 34px;
    font-size: 16px;
    font-family: 'Quicksand';
    line-height: 30px;
    font-weight: 600;
    background: url('../images/ico_insta.png') no-repeat;
    color: #777777;
    letter-spacing: -0.45px;
}

.footer-mid .container .footer-info li span {
    padding-right: 20px;
    color: #7e868c;
    display: block;
}
.footer-mid .container .footer-info li strong {
    font-weight: normal;
}

/* ====== footer-mid 반응형====== */
@media screen and (max-width:768px) {
    .footer-mid {
        padding: 0;
    }
    .footer-mid .container {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .footer-mid .container .footer-info-wrap{
        padding: 30px 0 30px 0;
    }
    .footer-mid .container .footer-info {
        padding-top: 0px;
        width: 100%;
    }
    .footer-mid .container .footer-info .wrap {
        margin-right: 40px;
    }   
    .footer-mid .container .footer-info li {
        float: none;
        position: relative;
        margin-top: 0;
        padding-left: 130px;
        line-height: 25px;
        margin-bottom: 0px;
        margin-right: 40px;
    }
    .footer-mid .container .footer-info li span {
        position: absolute;
        left: 0;
        top: 0;
        width: 130px;
        padding-right: 0;
    }
    .footer-mid .container .footer-info li strong {
        font-weight: normal;
    }
    .footer-mid .container .footer-info .sns {
        position: static;
        margin-top: 20px;
    }
    .footer-mid .container .footer-info .sns .instagram {
        float: right;
    }
}

/* footer-bottom */
.footer-bottom {
    background-color: #e5e5e5;
}
.footer-bottom .container {
    /* position: relative;
    display: flex;
    justify-content: space-between;
    display: block;
    overflow: hidden;
    width: 777px;
    margin: 0 auto;
    padding: 22px 0;
    font-family: 'Montserrat';
    font-size: 12px;
    font-weight: 400; */
}
.footer-bottom .container .copyright {
    display: block;
    overflow: hidden;
    width: 777px;
    margin: 0 auto;
    padding: 22px 0;
    font-family: 'Montserrat';
    font-size: 12px;
    font-weight: 400;
    position: relative;
}
.footer-bottom .container ul {
    /* display: flex;
    justify-content: space-between; */
}
.footer-bottom .container .copyright-in {
    float: left;
    font-family: 'Montserrat';
    font-size: 12px;
    font-weight: 400;
}
.footer-bottom .container .copyright-in li {
    
}
.footer-bottom .container .copyright-in li span {
    font-weight: 600;
}

.footer-bottom .container .policy {
    float: right;
}
.footer-bottom .container .policy li {
    display: inline-flex;
    margin: 0 10px;
}
.footer-bottom .container .policy li a {
    font-size: 12px;
    font-family: 'Montserrat';
    font-weight: 400;
    line-height: 1;
}

/* footer-bottom 반응형 */
@media screen and (max-width:768px) {
    .footer-bottom {
        background-color: #e5e5e5;
    }
    .footer-bottom .container .copyright {
        width: 100%;
    }
    .footer-bottom .container .copyright-in {
        float: none;
        padding-bottom: 15px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .footer-bottom .container .policy {
        float: none;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
}
.clearfix::before {
    display: block;
    clear: both;
    content: '';
}
/* go-top 버튼 기본 스타일 */
#gotop {
    display: block;
    right: 30px;
    bottom: 50px !important;
    border-radius: 50%;
    position: fixed;
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.3);
    font-size: 20px;
    line-height: 36px;
    text-align: center;
    color: #FFF;
    top: auto;
    left: auto;
    cursor: pointer;
    opacity: 0; /* 기본적으로 숨김 */
    pointer-events: none; /* 클릭 불가능 */
    transition: opacity 0.5s ease-in-out; /* opacity 변화에 애니메이션 추가 */
}

/* go-top 버튼 hover 효과 */
#gotop.icon-angle-up:hover {
    background-color: #DD101A;
}
.icon-angle-up {
    background: url('../images/chevron_right.png');
    background-position: center center;
    background-repeat: no-repeat;
    transform: rotate(-90deg); /* 90도 회전 */
    background-size: 24px 24px;
}




 
