/* BASIC css start */
.menu_on {height:100%; overflow:hidden;}
.menu_off {height:auto; overflow:initial;}
.header_outer {height: 95px;position: relative;z-index: 25;}
#header {width:100%;height: 96px;z-index: 10;border-bottom: 1px solid #1c1b1b; position: fixed; top:0;transition: .2s all;box-sizing: border-box;-webkit-box-sizing: border-box;}
#header .header_in {background: #fff;height: 55px;width: 100%;box-sizing:border-box;-webkit-box-sizing:border-box;position: relative;}

#header.up { -webkit-transform: translateY(-100%); transform: translateY(-100%); }
.top_banner .search_text span {font-size: 12px;color: #fff;font-weight: 400; letter-spacing:-0.045em;}

.search_text {float: left;}
.search_text img { margin-right:6px; margin-top:-2px ;width: 12px;}
img.open_top_menu {width: 15px;position: absolute;right: 15px;top: 50%;transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); -moz-transform: translateY(-50%);}
img.open_top_menu.open { transform:rotate(180deg);     top: 42%; }  
.top_banner {background:#000;height: 40px;line-height: 40px;position: relative;width: 100%; border-bottom:1px solid #000;padding: 0 15px;overflow: hidden;box-sizing: border-box;-webkit-box-sizing: border-box;}
.top_banner a {display:block;text-align:center;line-height: 45px;width:100%;height:100%;}
.top_banner h1 {font-size: 14px;color:#1c1b1b;font-weight:400;line-height: 47px;}
.top_banner 
.top_banner_close {
    width: 13px;
    height: 13px;
    cursor: pointer;
    position: absolute;
    top: 8px;
    right: 12px;
}

.top_banner .top_banner_close img {
    width: 100%;
    vertical-align: top;
}

.left_menu {
    float: left;
    height: 100%;
}

.left_menu ul li {
    width: 25px;
    height: 55px;
    padding: 17px 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
float: left;}
.left_menu ul li.ham_open {margin-right: 15px;}
.left_menu ul li.ham_open a {
    display: block;
    background: url(/design/surflo/mb/mb_ham_icon.png) center no-repeat;
    height: 100%;
    width: 100%;
    background-size: 21px;
}

.left_menu ul li.ham_open.op a {background: url(/design/surflo/mb/hamburger_x.svg) center no-repeat;background-size: 17px auto;}

.left_menu ul li.store_li { padding: 0;
    width: 40px;
    line-height: 57px; }
.left_menu ul li.store_li a {font-size: 12px;color:#1c1b1b;font-weight:400;}

a.main_logo {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    padding: 19px 0;
    box-sizing: border-box;
    height: 100%;
    position:absolute;
    top:50%;
    left:50%; 
    transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%);  -ms-transform: translate(-50%,-50%);  -o-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%);
}

a.main_logo img {
    height: 17px;
margin-top: -1px;}

.right_menu {
    float: right;
    height: 100%;
}

.right_menu ul { /* overflow:hidden; */ }

.right_menu ul li {
    width: 30px;
    height: 55px;
    padding: 10px 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    float:left;
    margin-left: 20px;
}

.right_menu ul li a {
    display: block;    
    height: 100%;
    width: 100%;
    background-size: 25px;
}

.right_menu ul li.search_open { margin-left:0; }
.right_menu ul li.search_open a {background: url(/design/waterman01/mb/search_icon.png) center no-repeat;background-size: 20px;}

.right_menu ul li.cart_open a {background: url(/design/surflo/pc/basket_icon.svg) center no-repeat;background-size: 16px auto; position:relative;}

.right_menu ul li.cart_open a span#user_basket_quantity {
    position: absolute;
    right: -1px;
    width: 12px;
    height: 12px;
    text-align: center;
    border-radius: 50%;
    background: #1c1b1b;
    font-size: 9px;
    line-height: 12px;
    font-weight: 700;
    color: #fff;
    bottom: 2px;
}
.right_menu ul li.lang_sel {height: 55px;line-height: 59px;padding: 0;position: relative;}

.right_menu ul li.lang_sel .lang_list {display: none;position: absolute;top: 43px;z-index: 16;right: 5px;background: #fff;border: 1px solid #888;}
.right_menu ul li.lang_sel .lang_list li {width: 30px;line-height: 25px;height: 25px;padding: 0;margin: 0;text-align: center;}
.search_box {
    
    overflow: hidden;
    padding: 0 15px;
    display: none;
    position: absolute;
    top: 56px;
    width: 100%;
    z-index: 20;
    background: #fff;
    border-bottom:1px solid #1c1b1b;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    
height: 145px;}
.search_outer {position: absolute;top: 50%;left: 50%;width: calc(100% - 30px);transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%);  -ms-transform: translate(-50%,-50%);  -o-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%);border-bottom: 1px solid #1c1b1b;}
.searchBox {
    float: left;
    height: 45px;
    line-height: 45px;
    width: 95%;
}

.searchBox input {
    height: 40px;
    line-height: 45px;
    margin: 0;
    padding: 0;
    border: none;
    width: 100%;
    outline: none;
    font-size: 14px;
    color: #1c1b1b;
    font-weight: 500;
    letter-spacing: -0.045em;
}

.searchBox input::placeholder { color:#888; }

a.btn_search, a.search_close {
    float: left;
    height: 45px;
    line-height: 45px;
    width: 5%;
    text-align: center;
}

a.btn_search img, a.search_close img {
    width: 100%;
    vertical-align: middle;
    margin-top: -1px;
}
a.btn_search {
    
}

#mask {width:100%; height:100%; position:fixed; top: 95px; left:0; right:0; bottom:0; background-color: rgba(0,0,0,.2); z-index:1000; display:none; opacity:1;}
#mask.open { display:block; }
.up #mask { top:0; }

.back_menu {background: #000;position: absolute;top: 40px; left:0; width:100%; display:none;}
.back_menu .first_box, .back_menu .second_box, .back_menu .third_box {border-bottom: 1px solid #494949;padding: 18px 35px;z-index: 25;}
.back_menu .first_box ul a {display: block;margin: 15px 0;font-size: 12px;font-size: 12px;color: #fff;}

#header .top-pt-01 {position:fixed; top:0; left:0; right:0; z-index:100;}
#header .top-pt-02 {position:fixed; top:0; left:0; right:0; z-index:100;}
#header .headerTop {min-width:275px; text-align:center; padding-right:45px; background-color:#3e4347;}
#header .headerTop a {width:25%; height: 36px; line-height: 36px; background-color:#3e4347; color:#fff; display:inline-block; border-left:1px solid #373737; margin-left:-1px;}
#header .headerTop a .fa {vertical-align:top; position: relative; top:12px;}
#header #menu {width:45px; background-color:#ab3e41; position:absolute; right:0;}
#header #menu .fa {top:5px;}
#header .headerBottom {padding:0 10px; margin-bottom: 20px;}
#header .headerBottom h1 {font-size:2.333em;}
#header .headerBottom .headerBottomLeft {float:left; margin-top: 22px;}
#header .headerBottom .headerBottomRight {float:right; margin-top: 20px;}
#header .headerBottom .headerBottomRight a {margin-left:17px; color:#7d7d7d;}
#header .headerBottom .headerBottomRight a .fa-bookmark-o {color:#f1494d;}
#header .headerBottom .headerBottomRight .cart {position:relative;}
#header .headerBottom .headerBottomRight .cart sup {width:12px; height:12px; background-color:#f1191f; color:#fff; border-radius:6px; position:absolute; top:-12px; right:-5px; text-align: center; line-height: 12px;}
#header .search {height:42px; position:relative; left:0; right:0; background-color:#ab3e41; padding-right:45px; text-align:center; display:none; z-index:10;}
#header .search .searchBox {width:100%;}
#header .search .searchBox input {width:90%; height:30px; border:0px none; margin-top: 6px; padding: 0 5px;}
#header .search .btn_search {width:45px; height:42px; line-height:50px; background-color:#822023; position:absolute; top:0; right:0; color:#fff; text-align:center;}

/* 카테고리 */
aside.open {
    left: 0;
}
aside {
    position: fixed;
    width: 80%;
    height: 100vh;
  height: calc((var(--vh, 1vh) * 100) - 96px);
    top: 96px;
    left: -100%;
    background-color: #fff;
    border-right:1px solid #888;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 1001;
    transition: all 0.3s ease-out;
    box-sizing:border-box;
}

html.up aside { top:0; height: calc(var(--vh, 1vh) * 100); }

aside .asideTop {text-align: left;   height: 45px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
padding: 0 15px;border-bottom: 1px solid #cacaca;overflow: hidden;}
aside .asideTop h1 {
    font-size: 25px;
    color: #e9d9bd;
    font-weight: 300;
    margin-bottom: 25px;
}
.login_go {
    margin-bottom: 25px;
}

.login_go a {
    font-size: 13px;
    color: #e9d9bd;
    font-weight: 400;
}

.login_go a img {
    height: 10px;
    vertical-align: middle;
    margin-top: -4px;
    margin-left: 3px;
}

.join_go {
    width: 50%;
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
    border: 1px solid #e9d9bd;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.join_go a {
    font-size: 15px;
    color: #e9d9bd;
    font-weight: 400;
    display:block;
    line-height:50px;
}

img.ham_close {
    width: 20px;
    position: absolute;
    top: 15px;
    right: 15px;
}
.ham_menu_box {
    padding: 40px 0;
    border-bottom: 2px solid #eaeaea;
}

.ham_menu_box ul {
    overflow: hidden;
}

.ham_menu_box ul li {
    text-align: center;
    float: left;
    width: 25%;
}

.aside_in {
}

.ham_menu_box ul li img {
    width: 65%;
    margin-bottom: 12px;
}


.ham_menu_box ul li p {
    font-size: 14px;
    color: #1c1b1b;
    font-weight: 700;
    letter-spacing: -0.025em;
}

.bottom_ban_div>div {
    width: 100%;
    position: relative;
}

.bottom_ban_div>div img {
    width: 100%;
}

.bottom_ban_div>div .bottom_txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    width: 100%;
    text-align: center;
}

.bottom_txt a {
    margin: 0 auto;
    height: 42px;
    line-height: 42px;
    border: 1px solid #e9d9bd;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: inline-block;
    width: 145px;
    font-size: 14px;
    color: #e9d9bd;
    letter-spacing: 0.05em;
    margin-top: 30px;
}

.bottom_txt h1 {
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    font-family: 'linotype-didot';
    margin: 0;
    letter-spacing: 0.1em;
}

aside nav li {border-bottom: 1px solid #cacaca;position:relative;box-sizing: border-box;-webkit-box-sizing: border-box;}
aside nav li a {display: block;height: 50px;line-height: 52px;padding: 0 15px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;font-size: 14px;font-weight: 400;color: #1c1b1b;}
aside nav li .plus_arr {position: absolute;top:0;right: 0;width: 50px;text-align: center;height: 50px;line-height: 50px;}
aside nav li .plus_arr img { width:15px; }
aside nav li > ul {display:none;padding: 15px;}
aside nav li > ul > li {border-bottom:0px none;/* height: auto; *//* line-height: 1; */margin-bottom: 12px;}
aside nav li > ul > li:first-child {border-top:0px none;}
aside nav li > ul > li a {margin: 0;font-size: 14px;font-weight: 400;color: #1c1b1b;line-height: 1;height: auto;display: block;padding: 2px 0;}
aside nav li > ul > li > ul {border-top:0px none; border-top:1px solid #ccc;}
aside nav li > ul > li > ul > li {border-bottom:0px none;}
aside nav li > ul > li > ul > li a {padding:0 0 0 40px; margin: 0; background-color: #DDDDDD;}
aside .asideBottom {padding:20px 22px;}
aside .asideBottom .tel {color:#ab3e41; font-size:1.333em; font-weight:bold; display: block;}
aside .asideBottom .fa-stack {color:#000; margin-top: -5px;}
aside .asideBottom .copyright {margin-top:10px;}
aside .navCommunity {display:none;}
aside .navMypage {display:none;}

.sns_li {}

.aside_bottom_box {padding: 40px 15px;}

.sns_li ul {
    overflow: hidden;
}

.sns_li ul a {
    float: left;
    width: 6.5%;
    margin-right: 10%;
}

.sns_li ul a img {
    width: 100%;
}


.aside_bottom_menu ul li {
    margin-bottom: 15px;
}

.aside_bottom_menu ul li a {
    font-size: 13px;
    color: #1c1c1b;
}

.aside_bottom_menu ul li a img {
    width: 14%;
    margin-left: 8px;
    margin-top: -4px;
}

.aside_bottom_menu {
    padding-top: 40px;
}


/* //카테고리 */

/* 최근 본 상품 */
#ly_lastView {width:100%; position:absolute; top:36px; left:0; background-color:#fff; z-index:101; padding-bottom:20px; box-shadow: 0 1px 10px #717171; display:none;}
/* //최근 본 상품 */

@media screen and (min-width:768px) {
    #header #menu {width:85px;}
    #header .headerTop {padding-right:85px;}
    #header .search {padding-right:85px;}
    #header .search .searchBox input {width:95%;}
    #header .search .btn_search {width:85px;}
}



/* product_form */
.list_box .items {overflow: hidden;}
.list_box .items li {float:left;width: 50%;box-sizing:border-box;position: relative; border-right: 1px solid #1c1b1b; border-bottom: 1px solid #1c1b1b; overflow: hidden; height:440px;}
.list_box .items li:nth-of-type(2n) { border-right:none; }
.list_box .items li .thumb {position: relative;width: 100%;margin-bottom: 0;height: 75vw;overflow: hidden;}
.list_box .items li .thumb .slick-slide {height: 75vw;overflow: hidden;}
.list_box .items li .thumb .pre_btn { width: 16%; height:16%; position:absolute; bottom:0; right:0; }
.list_box .items li .thumb .pre_btn img { width:100%; }
.list_box .items li .thumb img.listPic { width: 100%; margin: 0 auto; }

.list_box .items li .thumb .sale_circle span {
    position: absolute;
    top: 47%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
}




.list_box .items li .list_shoppingInfo {padding: 10px 15px;text-align:left;position: relative;}
.list_box .items li .list_shoppingInfo .listName {font-size: 16px;font-weight: 400;color: #1c1b1b;margin-bottom: 2px;letter-spacing: -0.025em;height:46px;}
.list_box .items li .list_shoppingInfo .EngName {font-size: 12px;font-weight: 400;letter-spacing: -0.025em;color: #1c1b1b;font-style: italic; height:19px;}
.list_box .items li .list_shoppingInfo .listSoldout {font-size: 14px;font-weight: 600;color: #1c1b1b;}
.list_box .items li .list_shoppingInfo .BrandName {font-size: 12px;font-weight: 700;color: #1c1b1b;margin-bottom: 10px;letter-spacing: 0.2em;}
.list_box.best_new .items li .list_shoppingInfo .listName, .list_box.md_box .items li .list_shoppingInfo .listName { white-space: nowrap; overflow:hidden; text-overflow:ellipsis; }
.list_box .items li .list_shoppingInfo .listPrice {font-size: 14px;font-weight: 500;color: #1c1b1b;display: inline-block;}
.list_box .items li .list_shoppingInfo .consumer {font-size: 13px;font-weight: 400;color: #888;display: inline-block;margin-left: 2px;}
.list_box .items li .list_shoppingInfo .arr { font-size: 14px; font-weight: 400; color:#666; }

.list_box .dis_per {font-size: 14px;color:#a90000;font-weight: 600;margin-right:7px;}

.list_box .items li figure {
    width: 100%;
    box-sizing: border-box;
    margin: 0;
position: relative;}

.list_box .tit_box {
    padding-bottom: 25px;
    text-align: center;
}

.list_box .items li .list_shoppingInfo .name_box { margin-bottom: 20px;}
.list_box .items li .my-wish-list {position: absolute;top: 10px;right: 10px;z-index: 9;}

.list_box .items li .sale_mark {position: absolute;top: 0;left: 0; z-index: 9; background:#000;width: 12vw;height: 12vw;}

.list_box .items li .sale_mark span {color: #fff;font-size: 17px;font-weight: 500;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%);  -ms-transform: translate(-50%,-50%);  -o-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%);line-height: 1;}

.list_box .items li .sale_mark span font {font-size: 14px; font-weight:400;}
.list_box .items li .list_shoppingInfo .EngName br {display: none;}
.list_box .items li .list_shoppingInfo .EngName font {color: #1c1b1b;margin: 0 2px;display: inline-block!important;font-style: normal;}
.list_box .items li .sold_icon {position: absolute;right: 10px;bottom: 15px;font-size: 10px;color: #fff;background: #1c1b1b;padding: 2px 3px;}

.list_box .items li .thumb .slick-track { overflow:hidden; }
.list_box .items li .thumb.black_cover .slick-track:after {content: '';background: rgba(0,0,0,.3);width: 100%;height: 100%;position: absolute;top: 0;left: 0;}




aside nav li .fa img {
    vertical-align: middle;
    width: 15px;
}


aside nav li > ul > li:last-of-type {
    margin-bottom: 0;
}

@media screen and (max-width:360px) {
    .list_box .tit_box h1 { font-size: 23px!important; }
}



.back_menu .second_box>div {margin-bottom: 20px;}

.back_menu .second_box>div p {overflow: hidden;line-height: 1.8;font-size: 11px;color: #fff;}

.back_menu .second_box>div p span {float: left;width: 27%;}

.back_menu .second_box>div p em {float: left;}

.back_menu .second_box>div:last-of-type {margin-bottom: 0;}
.back_menu .third_box h1 { font-size:14px; color: #fff; font-weight:400; letter-spacing:1px; padding-bottom:15px }
.back_menu .third_box ul {overflow: hidden;display: flex;}

.back_menu .third_box ul a {width: 14%;text-align: center;float: left;margin-right: 7.75%;padding: 5px 0;}

.back_menu .third_box ul a img {width: 100%;}
.back_menu .third_box ul a:last-of-type {margin-right: 0;}

aside .asideTop>div {float: left;}

aside .asideTop>div a {display: block;height: 45px;line-height: 47px;margin-right: 15px;color: #1c1b1b;font-size: 12px;font-weight: 700;}


aside nav li > ul > li.sub {
    margin-left: 16px;
}

aside nav li > ul > li.tit {
    margin-top: 24px;
}

aside nav li > ul > li.sub a {
    font-size: 13px;
    color:#646464;
}


.shopbrand { margin-bottom: 52px; position: relative;}
.shopbrand:after {content: '';width: 100%;height: 1px;position: absolute;bottom: 0;left: 0;background: #1c1b1b;}

.mcate:first-of-type ul.width_100_box:after {content: '';width: 0.7px;height: 100%;position: absolute;top: -1px;left: 50%;transform: translateX(-50%); -webkit-transform: translateX(-50%);  -ms-transform:translateX(-50%);  -o-transform: translateX(-50%);  -moz-transform: translateX(-50%);background: #1c1b1b;}
.mcate ul li a { box-sizing:border-box;-webkit-box-sizing:border-box; }

.aside_text {width: 100%;position: absolute;left: 50%;bottom: 24px;transform: translateX(-50%); -webkit-transform: translateX(-50%);  -ms-transform:translateX(-50%);  -o-transform: translateX(-50%);  -moz-transform: translateX(-50%);color: #fff;text-align: center;}
.aside_text h1 {color: #fff;font-size: 14px;font-weight: 400;}
.aside_text span {font-size: 11px;display: inline-block;margin-top: 15px;border-bottom: 1px solid #fff;}
.aside_text p {font-size: 13px;}
/* BASIC css end */

