/* BASIC css start */
header *{
    -webkit-box-sizing:border-box;
       -moz-box-sizing:border-box;
            box-sizing:border-box;
}

.headerTopBanner ul li a{
    display:block;
    width:100%;
    line-height:35px;
    font-size:12px;
    color:#fff;
    text-align:center;
    background:#07554c;
}

header .headerTop{
    position:relative;
    padding:10px 15px;
}

header .headerTop img{
    display:block;
    width:100%;
}

header .headerTop .header-allMenu-wrap .openAllMenu{
    display:block;
    width:26px;
    margin:6px 0;
}

header .headerTop .header-logo-wrap a{
    display:block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width:100px;
}

header .headerTop .header-basket-icon{
    position:relative;
    display:block;
    width:25px;
    margin:3px 0;
}

header .headerTop .header-basket-icon .basketCount{
    position:absolute;
    bottom:-5px;
    right:-5px;
    font-size:10px;
    line-height:12px;
    color:#fff;
    background:#131418;
    padding:2px 5px;
    border-radius:20px;
}

header .headerMid{
    padding:10px 15px;
}

header .headerMid .header-search-wrap{
    position:relative;
}

header .headerMid .header-search-wrap input{
    display:block;
    width:100%;
    height:38px;
    padding-left:15px;
    border:1px solid #000;
    border-radius:20px;
    font-size:12px;
}

header .headerMid .header-search-wrap a.btn_search{
    display:block;
    position:absolute;
    top:9px;
    right:15px;
    width:20px;
}

header .headerMid .header-search-wrap a.btn_search img{
    display:block;
    width:100%;
}

header .headerBottom{
    padding-bottom:10px;
    border-bottom:1px solid #e5e5e5;
}

header .headerBottom .header-gnb ul li{
    width:auto;
}

header .headerBottom .header-gnb ul li a{
    display:block;
    line-height:35px;
    font-size:15px;
    padding:0 15px;
}

header .headerBottom .header-gnb ul li:last-child a{
    padding-right:30px;
}

/*슬림 띠 배너*/
.headerTopBanner .headerSlimBanner .swiper-button-next,
.headerTopBanner .headerSlimBanner .swiper-button-prev{
    color:#fff;
    background:none;
}

.headerTopBanner .headerSlimBanner .swiper-button-next:after,
.headerTopBanner .headerSlimBanner .swiper-button-prev:after{
    font-size:12px;
}

.headerTopBanner .headerSlimBanner .swiper-button-next,
.headerTopBanner .headerSlimBanner .swiper-rtl .swiper-button-prev{
    right:0;
}

.headerTopBanner .headerSlimBanner .swiper-button-prev,
.headerTopBanner .headerSlimBanner .swiper-rtl .swiper-button-next{
    left:0;
}

/*햄버거 메뉴*/
.allMenuWrap{
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:#fff;
    overflow-y:auto;
    
    z-index:999;
}

.allMenuWrap .allMenuHeader{
    padding:15px;
    border-bottom:3px solid #f5f5f5;
}

.allMenuWrap .allMenuHeader .AMH-LogoWrap{
    padding-bottom:10px;
}

.allMenuWrap .allMenuHeader .AMH-LogoWrap .allMenuLogo{
    width:100px;
}

.allMenuWrap .allMenuHeader .AMH-LogoWrap .allMenuLogo img{
    display:block;
    width:100%;
}

.allMenuWrap .allMenuHeader .AMH-LogoWrap .allMenuCloseBtn{
    width:21px;
    margin-top:5px;
}

.allMenuWrap .allMenuHeader .AMH-LogoWrap .allMenuCloseBtn img{
    display:block;
    width:100%;
}

.allMenuWrap .allMenuHeader .AMH-LinkPool{
    padding:20px 0;
}

.allMenuWrap .allMenuHeader .AMH-LinkPool ul li{
    width:60px;
    margin-right: calc((100% - 240px)/3);
    text-align:center;
}

.allMenuWrap .allMenuHeader .AMH-LinkPool ul li:nth-child(4){
    margin-right:0;
}

.allMenuWrap .allMenuHeader .AMH-LinkPool ul li img{
    display:inline-block;
    height:26px;
}

.allMenuWrap .allMenuHeader .AMH-LinkPool ul li span{
    display:block;
    margin-top:10px;
    font-size:13px;
    font-weight:500;
}

.allMenuWrap .allMenuHeader .AMH-Search{
    position:relative;
    padding-bottom:10px;
}

.allMenuWrap .allMenuHeader .AMH-Search .MS_search_word{
    display: block;
    width: 100%;
    height: 38px;
    padding-left: 15px;
    border: 1px solid #000;
    border-radius: 20px;
}

.allMenuWrap .allMenuHeader .AMH-Search a.btn_search {
    display: block;
    position: absolute;
    top: 9px;
    right: 15px;
    width: 20px;
}

.allMenuWrap .allMenuHeader .AMH-Search a.btn_search img{
    display:block;
    width:100%;
}

.allMenuWrap .allMenuTab{
    border-bottom:3px solid #f5f5f5;
}

.allMenuWrap .allMenuTab .allMenuTabBtn a{
    display:block;
    width:50%;
    line-height:47px;
    font-size:16px;
    font-weight:500;
    text-align:center;
    color:#8f8f8f;
    border-bottom:1px solid #eaeaea;
}

.allMenuWrap .allMenuTab .allMenuTabBtn a.active{
    color:#000;
    border-bottom:1px solid #000;
}

.allMenuWrap .allMenuTab .allMenuTabCon .allMenuCate{
    padding:10px 0;
}

.allMenuWrap .allMenuTab .allMenuTabCon .allMenuCate li.depth-1{
    position:relative;
}

.allMenuWrap .allMenuTab .allMenuTabCon .allMenuCate li.depth-1 a{
    display:block;
    font-size:16px;
    line-height:50px;
    padding:0 15px;
    color:#282828;
}

.allMenuWrap .allMenuTab .allMenuTabCon .allMenuCate li.depth-1 span.fa{
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 20px;
    color: #606060;
}

.allMenuWrap .allMenuTab .allMenuTabCon .allMenuCate li.depth-1 ul{
    display:none;
}

.allMenuWrap .allMenuTab .allMenuTabCon .allMenuCate li.depth-2 a{
    display:block;
    font-size:14px;
    color:#6f6f6f;
    line-height:35px;
    padding:0 15px 0 30px;
}

.allMenuWrap .allMenuTab .allMenuBrand{
    display:none;
}

.allMenuWrap .allMenuTab .allMenuBrand .brandAllViewTabBtn{
    border-right:1px solid #efefef;
    height:400px;
    overflow-y:auto;
}

.allMenuWrap .allMenuTab .allMenuBrand .brandAllViewTabBtn a{
    display:block;
    width:59px;
    line-height:47px;
    font-size:18px;
    font-weight:500;
    text-align:center;
}

.allMenuWrap .allMenuTab .allMenuBrand .brandAllViewTabCon{
    width:calc(100% - 60px);
    height:400px;
    overflow-y:auto;
}

.allMenuWrap .allMenuTab .allMenuBrand .brandAllViewTabCon .brandAllViewListBox p{
    line-height:47px;
    font-size:18px;
    font-weight:600;
    padding-left:20px;
    background:#f5f5f5;
}

.allMenuWrap .allMenuTab .allMenuBrand .brandAllViewTabCon .brandAllViewListBox ul{
    padding:5px 0; 
}

.allMenuWrap .allMenuTab .allMenuBrand .brandAllViewTabCon .brandAllViewListBox li a{
    line-height:35px;
    font-size:14px;
    padding-left:20px;
    color:#282828;
}

.allMenuWrap .allMenuFooter .AMF-Tit{
    padding:30px 0 15px;
    font-size:21px;
    color:#000;
    font-family: 'Montserrat', sans-serif;
}

.allMenuWrap .allMenuFooter .AMF-MdPick,
.allMenuWrap .allMenuFooter .AMF-CsCenter{
    padding:0 15px;
}

.allMenuWrap .allMenuFooter .AMF-MdPick iframe{
    width:100%;
    height:130px;
}

.allMenuWrap .allMenuFooter .AMF-CsCenter-Con{
    position:relative;
    padding-left:60px;
    margin-bottom:20px;
    min-height:45px;
}

.allMenuWrap .allMenuFooter .AMF-CsCenter-Con .imgWrap{
    position:absolute;
    width:45px;
    top:0;
    left:0;
}

.allMenuWrap .allMenuFooter .AMF-CsCenter-Con .imgWrap img{
    display:block;
    width:100%;
}

.allMenuWrap .allMenuFooter .AMF-CsCenter-Con .textWrap strong{
    display:block;
    margin:2px 0 0;
    font-size:21px;
    line-height:25px;
    font-weight:600;
    letter-spacing:2px;
    color:#ffb300;
    font-family: 'Montserrat', sans-serif;
}

.allMenuWrap .allMenuFooter .AMF-CsCenter-Con .textWrap span{
    display:block;
    font-size:12px;
    line-height:15px;
    color:#666;
}

.allMenuWrap .allMenuFooter .AMF-LinkPool{
    border-top:1px solid #efefef;
}

.allMenuWrap .allMenuFooter .AMF-LinkPool *{
    box-sizing:border-box;
}

.allMenuWrap .allMenuFooter .AMF-LinkPool a{
    display:block;
    width:33.333%;
    font-size:14px;
    text-align:center;
    line-height:40px;
    border-right:1px solid #efefef;
    border-bottom:1px solid #efefef;
}

.allMenuWrap .allMenuFooter .AMF-LinkPool a:nth-child(3n){
    border-right:none;
}

.allMenuWrap .allMenuFooter .AMF-Copy{
    text-align:center;
    font-size:12px;
    color:#aaaaaa;
    line-height:50px;
    font-weight:300;
}
/* BASIC css end */

