/* BASIC css start */
.menu_on {height:100%; overflow:hidden;}
.menu_off {height:auto; overflow:initial;}
#header {width:100%;height: 65px;position:relative;z-index: 10;}
#header .header_in {position: absolute;background: #001b46;height: 65px;width: 100%;box-sizing:border-box;-webkit-box-sizing:border-box;top: 0;}

header#header.fixed .header_in {
    top: 0;
    position: fixed;
}


.top_banner {background:#f3eadb;height: 45px;line-height: 45px;position: relative;transition: .3s all;width: 100%;}
.top_banner a {display:block;text-align:center;line-height: 45px;width:100%;height:100%;}
.top_banner h1 {font-size: 14px;color:#001b46;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: 65px;
    padding: 20px 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.left_menu ul li a {
    display: block;
    background: url(/design/waterman01/mb/ham_icon.png) center no-repeat;
    height: 100%;
    width: 100%;
    background-size: 25px;
}


a.main_logo {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    padding: 12px 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: 100%;
}

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

.right_menu ul { overflow:hidden; }

.right_menu ul li {
    width: 25px;
    height: 65px;
    padding: 20px 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/waterman01/mb/cart_icon.png) center no-repeat;background-size: 24px; position:relative;}

.right_menu ul li.cart_open a span#user_basket_quantity {
    position: absolute;
    left: -5px;
    width: 13px;
    height: 13px;
    text-align: center;
    border-radius: 50%;
    background: #fff;
    font-size: 12px;
    line-height: 13px;
    font-weight: 700;
    color: #001b46;
    top: -1px;
}


.search_box {
    height: 55px;
    overflow: hidden;
    padding: 0 17px;
    display: none;
    position: absolute;
    top: 65px;
    width: 100%;
    z-index: 9;
    background: #fff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-bottom:1px solid #001b46;
}

.searchBox {
    float: left;
    height: 55px;
    line-height: 55px;
    width: 84%;
}

.searchBox input {
    height: 55px;
    line-height: 55px;
    margin: 0;
    padding: 0;
    border: none;
    width: 100%;
    outline: none;
    font-size: 15px;
    color: #001b46;
    font-weight: 400;
}

.searchBox input::placeholder { color:#5e5e5e; }

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

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


#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: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    background-color: #fff;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 1001;
    transition: all 0.3s ease-out;
}
aside .asideTop {text-align:center;padding: 60px 0 40px;background: url(/design/waterman01/mb/ham_top_back.jpg) center no-repeat;background-size: cover;   height: 238px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
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 {
    padding: 0 15px;
    padding-bottom:40px;
}

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


.ham_menu_box ul li p {
    font-size: 14px;
    color: #001b46;
    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 #eaeaea;position:relative;}
aside nav li a {display: block;height: 50px;line-height: 50px;padding: 0 0 0 5px;margin-right: 40px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;font-size: 16px;font-weight: 500;color: #001b46;}
aside nav li .colorRed { color:#ff0000 }
aside nav li .fa {position: absolute;top:0;right: 0;width: 50px;text-align: center;height: 50px;line-height: 50px;}
aside nav li > ul {display:none;border-top: 1px solid #eaeaea;padding: 22px 17px;}
aside nav li > ul > li {border-bottom:0px none;/* height: auto; *//* line-height: 1; */margin-bottom: 16px;}
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: #5e5e5e;line-height: 1;height: auto;display: inline-block; padding: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;}
/* //Ä«Å×°í¸® */

/* ÃÖ±Ù º» »óÇ° */
#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: 48.5%;margin-right: 3%;margin-bottom: 50px;box-sizing:border-box;position: relative;}
.list_box .items li:nth-child(2n) { margin-right:0; }
.list_box .items li .thumb {position: relative;width: 100%;}
.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: 20px 0px 0px;text-align:center;}
.list_box .items li .list_shoppingInfo .listName {font-size: 15px;font-weight: 400;color: #001b46;margin-bottom: 10px;letter-spacing: -0.025em;}
.list_box .items li .list_shoppingInfo .listSoldout {font-size: 14px;font-weight: 600;color: #001b46;}
.list_box .items li .list_shoppingInfo .BrandName {font-size: 12px;font-weight: 700;color: #001b46;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: 600;color: #001b46;}
.list_box .items li .list_shoppingInfo .consumer {font-size: 13px;font-weight: 400;color: #5e5e5e;display: block;margin-top: 6px;}
.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;
}

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


.list_box .tit_box h1 {
    font-size: 28px;
    font-weight: 700;
    color: #001b46;
    font-family: 'linotype-didot';
    margin: 0;
    letter-spacing:0.1em;
}


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


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; }
}
/* BASIC css end */

