/* BASIC css start */
/* BASIC css start */
/* BASIC css start */
/* BASIC css start */
mainHeader/*header 공통*/
:root{
    --mainHeaderHeight:13.333vw;
    --mainColor:#000;
}

body{
    padding-top:var(--mainHeaderHeight);
}

header,
header *,
.bottomQuickBar,
.bottomQuickBar *,
.allMenuWrap,mainHeader
.allMenuWrap *
{
    box-sizing:border-box;
}

.fixedShow{ display:none; }
.fixedHide{ display:block; }
.fixed .fixedShow{ display:block; }
.fixed .fixedHide{ display:none; }







.onmeHead-block {
    display: none;
    height: 87px;
}
.onmeHead-block.no-block {
    height: 0;
}
#onmeHead {
    display: block;
    position: relative;
    width: 100%;
    z-index: 1000;
}
#onmeHead.default-main,
#onmeHead.default-timesale {
    position: absolute;
    top: 0;
}
#onmeHead.fixed {
    position: fixed;
    height:90px;
    top: 0;
}

#onmeHead > #header {
    background-color: #ffffff;
    padding: 16px 0 15px 0;
    margin: 0;
    z-index: 1010;
    width: 100%;
    top: 0;
    left: 0;
    border-bottom: 1px #E9E9E9 solid;
    height: 51px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
}
#onmeHead.default-main > #header,
#onmeHead.default-timesale > #header {
    background: transparent;
    border-bottom: 0;
}
#onmeHead.fixed > #header {
    background: rgb(256, 256, 256);
    border-bottom: 1px #E9E9E9 solid;
}

#onmeHead > #header .site-title {
    width: 105px;
    height: 23px;
    background-image: url("/design/theonme/logo/theonme_logo2.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0;
}
#onmeHead.default-main > #header .site-title {  
    background-image: url("/design/theonme/logo/logo_white.png");
}
#onmeHead.default-timesale > #header .site-title {
    background-image: url("/design/theonme/logo/logo_black.png");
}
#onmeHead.fixed > #header .site-title {
    background-image: url("/design/theonme/logo/logo_black.png");
}

#onmeHead > #header a {
    display: block;
    position: absolute;
    width: 19px;
    height: 20px;
}

#onmeHead > #header a.btn-menu {
    background-image: url("/design/theonme/mimg/m_icon_menu.png");
    background-size: 19px 20px;
    left: 15px;
}
#onmeHead > #header a.btn-search {
    background-image: url("/design/theonme/mimg/m_icon_search.png");
    background-size: 19px 20px;
    left: 51px;
}
#onmeHead > #header a.btn-cart {
    background-image: url("/design/theonme/mimg/m_icon_bag.png");
    background-size: 19px 20px;
    right: 51px;
}
#onmeHead > #header a.btn-mypage {
    background-image: url("/design/theonme/mimg/m_icon_my.png");
    background-size: 19px 20px;
    right: 15px;
}
#onmeHead > #header a.btn-mypage-login {
    background-image: url("/design/theonme/mimg/m_icon_mylo_01.png");
    background-size: 19px 20px;
    right: 15px;
}
#onmeHead.default-main > #header a.btn-menu {
    background-image: url("/design/theonme/mimg/m_icon_menu_w.png");
}
#onmeHead.default-main > #header a.btn-search {
    background-image: url("/design/theonme/mimg/m_icon_search_w.png");
}
#onmeHead.default-main > #header a.btn-cart {
    background-image: url("/design/theonme/mimg/m_icon_bag_w.png");
}
#onmeHead.default-main > #header a.btn-mypage {
    background-image: url("/design/theonme/mimg/m_icon_my_w.png");
}
#onmeHead.default-main > #header a.btn-mypage-login {
    background-image: url("/design/theonme/mimg/m_icon_mylo_w.png");
}
#onmeHead.fixed > #header a.btn-menu,
#onmeHead.default-timesale > #header a.btn-menu {
    background-image: url("/design/theonme/mimg/m_icon_menu.png");
}
#onmeHead.fixed > #header a.btn-search,
#onmeHead.default-timesale > #header a.btn-search {
    background-image: url("/design/theonme/mimg/m_icon_search.png");
}
#onmeHead.fixed > #header a.btn-cart,
#onmeHead.default-timesale > #header a.btn-cart {
    background-image: url("/design/theonme/mimg/m_icon_bag.png");
}
#onmeHead.fixed > #header a.btn-mypage,
#onmeHead.default-timesale > #header a.btn-mypage {
    background-image: url("/design/theonme/mimg/m_icon_my.png");
}
#onmeHead.fixed > #header a.btn-mypage-login,
#onmeHead.default-timesale > #header a.btn-mypage-login {
    background-image: url("/design/theonme/mimg/m_icon_mylo_01.png");
}
#onmeHead > #header .badge-cart-count {
    width: 15px;
    height: 15px;
    background-color:#fe8ca5;
    border-radius: 50%;
    position: absolute;
    top: -7px;
    right: -7px;
    padding: 0;
    margin: 0;
    text-align: center;
}
#onmeHead > #header .badge-cart-count > span {
    font-size: 9px;
    color: #fff; 
    position: relative; 
    padding: 0; 
    margin: 0; 
    display: block;
    line-height: 15px;
}
#onmeHead.default-main > #header .badge-cart-count {
    background-color: #ffffff;
}
#onmeHead.default-main > #header .badge-cart-count > span {
    color: #000000;
}
#onmeHead.fixed > #header .badge-cart-count,
#onmeHead.timesale > #header .badge-cart-count {
    background-color: #fe8ca5;
}
#onmeHead.fixed > #header .badge-cart-count > span,
#onmeHead.timesale > #header .badge-cart-count > span {
    color: #ffffff;
}

/* 2015.08.07/gue : styleonme korea mobile | header layout */
#header.cloned{
    display: none;
}
#header.scrolling{
    display: block;
    position: fixed;
    z-index: 1000;
    opacity:0.9;
}

/* #my-header ul li { */
#header ul li {
    float: left;
    padding: 0;
    background-position: center right;
    text-align: center;
    height: 23px;
    line-height: 1.8;
}

#header ul li a {
    color: #959a93;
    font-size: 11px;
    font-weight: bold;
}

#header a .ic-search {
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin-bottom: 3px;
}


/* 2015.08.09/gue : styleonme korea mobile | header layout > search bar */
#search-area {
    display: none;
    width: 100%;
    overflow: hidden;
    background: #fffffd;
    padding: 5px 0;
    border-bottom: 1px #d4dbd3 solid;
    height: 26px;
    z-index: 1000;
}

#search-area .search-input {
/*     width: 77%; */
/*     margin: 0px 5px; */
/*     padding: 0px 5px; */
    width: 96%;
    margin: 0px 2%;
    padding: 0px 2%;
    height: 24px;
    border: 1px solid #ededed;
    font-size: 10px;
    color:#b2b2b2;
}

#search-area .search-bt {
    float: right;
    width: 14%;
    max-width: 60px;
    margin-right: 5px;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    background: #ffb1b1;
    padding: 0px 5px;
    height: 32px;
}

#search-area a {
     position: absolute;
     top: 9px;
     right: 12px;
}

/* 2015.08.08/gue : styleonme korea mobile | overlay bt */
#quick-menu {
    position: fixed;
    right: 10px;
    z-index: 201;
}

#onmeHead.default-main > #top_menu_area,
#onmeHead.default-timesale > #top_menu_area {
    display: none;
}

#onmeHead.fixed > #top_menu_area {
    display: flex;
}

.quick-menu-item {
    background: rgba(0, 0, 0, .5);
    border: 1px solid rgba(0, 0, 0, .1);
    margin: 0px 0px 0px 0px;
    text-align: center;
    vertical-align: middle;
    font-size:0;
    opacity: .7;filter: alpha(opacity=70)
}

.quick-menu-item a {
    color: #fff;
}

.quick-menu-item.wish {
    width: 40px;
    height: 30px;
    background: none;
    border: none;
}
 
#search-area {
    position: relative;
    display: none;
    width: 100%;
    overflow: hidden;
    background: #fffffd;
    padding: 5px 0;
    border-bottom: 1px #d4dbd3 solid;
    height: 40px;
    z-index: 1000;
}

#search-area #keyword {/*     width: 77%; *//*     margin: 0px 5px; *//*     padding: 0px 5px; */width: 96%;margin: 0 2% 0 2%;padding: 0px 2%;height: 30px;border: 1px solid #ededed;font-size: 13px;font-weight: bold;color:#000;}

#search-area .search-bt {
    float: right;
    width: 14%;
    max-width: 60px;
    margin-right: 5px;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    background: #ffb1b1;
    padding: 0px 5px;
    height: 32px;
}

#search-area a {
     position: absolute;
     top: 12px;
     right: 12px;
}
 
 
 
 
 


#lnb-dimmed-layer { 
  position: fixed;
  left: 0px;
  top: 0;
  right: 0px;
  bottom: 0px;
  z-index: 1002;
  background: rgba(0, 0, 0, 0.7);
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    opacity: 0;
    visibility: hidden;
}
#lnb-dimmed-layer.active {
    opacity: 1;
    visibility: visible;}

#wrap {
  overflow: hidden;
  position: relative;
  min-height: 100%;
  width: 100%;
}

html.expand #wrap {
  height: 100%;
}

html.expand #container { 
}

html.expand #lnb {
  overflow-x: hidden;
    left: 0;
}

#container {
  position: relative;
  /*overflow-x: hidden;*/
  /*overflow-y: auto;*/
  background-color: #fff;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  /*-webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;*/
}

#lnb {
  z-index: 1006;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms; 
  visibility: hidden;
    position: fixed;
    left: -100%;
  top: 0px;
  bottom: 0;
  overflow: auto;
  overflow-x: hidden;
  min-width: 225px;
  width: 82%;
  font-size: 11px;
  background-color: #f9f9f9;
  color: #232323;
}

#lnb #lnb_top_sns {
  width: 100%;
  text-align: center;
  padding: 18px 0 15px 0;
  line-height: 30px;
  height: 30px;
  margin-bottom: 10px;
}
#lnb #lnb_top_sns img {
  width: 30px;
  height: 30px;
  margin-right: 6px;
}
#lnb #lnb_top_sns a:last-child img {
  margin-right: 0px;
}
#lnb #lnb_logout_message {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #232323;
}
#lnb #lnb_message {
  text-align: center;
  font-size: 11px;
  line-height: 11px;
  letter-spacing: -1px;
  font-weight: bold;
  color: #b7b7b7;
  padding: 11px 0 14px 0;
}
#lnb #left_menu_button {
  padding: 0px 18px 50px 18px;
  height: 26px;
}
#lnb #left_menu_button ul {
  font-size: 0;
}
#lnb #left_menu_button li {
  text-align: center;
  width: 50%;
  height: 30px;
  display: inline-block;
  line-height: 30px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
}
#lnb .lnb_button {
  display: block;
  margin-right: 2px;
  border: 1px solid #232323;
  color: #232323;
  font-size: 12px;
}
#lnb .lnb_pink_bg {
  background-color: #ffa9aa;
}
#lnb .lnb_black_bg {
  background-color: #232323;
}
#lnb .lnb_white_font {
  color: #ffffff;
}
#lnb .lnb_font_red {
  color: #ff3977;
}
#lnb .lnb_font_pink {
  color: #fe7692;
}
#lnb .lnb_font_green {
  color: #3eb55a;
}
#lnb .lnb_tab_area {
  padding: 0 18px 0 18px;
  margin-bottom: 30px;
}
#lnb .lnb_tab {
  width: 100%;
  margin-bottom: 20px;
}
#lnb .lnb_tab td {
  font-size: 13px;
  font-weight: bold;
  color: #232323;
  width: 50%;
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  height: 25px;
  padding-top: 2px;
}
#lnb .lnb_menu_list {
  line-height: 35px;
}
#lnb .lnb_menu_list li {
  position: relative;
}
#lnb .lnb_menu_list li a {
  display: block;
  word-wrap: break-word;
  padding: 0 3px 0 25px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
}
#lnb .lnb_menu_list .lnb_count {
  position: absolute;
  top: 7px;
  left: 12px;
  border: 1px solid #ea88a5;
  background-color: #ea88a5;
  border-radius: 7px;
  padding: 0 2px;
  text-indent: initial;
  line-height: 1;
  color: #fff;
  font-size: 7px;
}
#lnb .lnb_menu_block_title {
  color: #232323;
  border-bottom: 1px solid #232323;
  line-height: 25px;
  height: 25px;
  margin: 40px 0 20px 0;
  padding-left: 25px;
  text-align: left;
  letter-spacing: 1px;
  font-size: 13px;
  font-weight: bold;
}
#lnb .lnb_menu_list .lnb_menu_icon_13 {
  background: url(/design/styleonme0/mimg/3cart-.png) no-repeat;
  background-position: left center;
  background-size: 20px;
}
#lnb .lnb_menu_list .lnb_menu_icon_14 {
  background: url(/design/styleonme0/mimg/add_wishlist.png) no-repeat;
  background-position: left center;
  background-size: 20px;
}
#lnb #lnb_top_menu {
  font-size: 0;
  border-bottom: 1px solid #e1e1e1;
}
#lnb #lnb_top_menu a {
  text-align: center;
  width: 20%;
  display: inline-block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 0 10px;
  border-left: 1px solid #e1e1e1;
  height: 70px;
}

#lnb #lnb_top_menu a:first-child {
  border-left: 0;
}

#lnb #lnb_top_menu a span {
  display: block;
  font-size: 10px;
  line-height: 12px;
}
#lnb #lnb_top_title {
  margin-top: 10px;
  padding: 21px 0 0 0;
}
#lnb #lnb_top_title h1 {
  text-align: center;
}
#lnb #lnb_top_title h1 a {
  font-size: 16px;
  color: #232323;
  line-height: 16px;
  height: 16px;
  display: inline-block;
}
#lnb #lnb_link_site {
  text-align: center;
  font-size: 10px;
  line-height: 10px;
  margin-top: 8px;
}
#lnb #lnb_link_site span {
}
#lnb #lnb_link_site span a {
  font-size: 11px;
  line-height: 17px;
  height: 17px;
  display: inline-block;
  color: #232323;
}
#lnb #lnb_after_login {
  height: 100px;
  text-align: center;
  box-sizing: border-box;
}
#lnb #lnb_after_login .lnb_login_info {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #898989;
}
#lnb #lnb_after_login .lnb_point_info {
  line-height: 11px;
  font-size: 11px;
  letter-spacing: -1px;
  font-weight: bold;
  color: #232323;
  padding: 11px 0 14px 0;
}
#lnb #lnb_top_menu span {
  position: relative;
}

.lnb_new {
  /** default **/
  z-index: -1;
  visibility: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0;
  overflow: auto;
  overflow-x: hidden;
  min-width: 225px;
  width: 82%;
  font-size: 11px;
  color: #232323;
  background-color: white !important;
}
.lnb_new div {
  box-sizing: border-box;
}
.lnb-top-lang {
  padding: 10px 20px;
  display: flex;

  font-size: 0;
}

.lnb-top-lang a + a {
  padding-left: 5px;
}

.lnb_after_login {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2px 0 12px;
  font-size: 11px;
  color: #898989;
}
.lnb_after_login img {
  margin: 0 10px;
  height: 9px;
}
 
.lnb_before_login {
  padding-top: 15px;
}
.lnb_logout_message {
  font-size: 11px;
  color: #1b1b1b;
  text-align: left;
  padding: 0 20px;
}
.lnb_message {
  padding: 2px 20px 8px;
  font-size: 11px;
  color: #898989;
  text-align: left;
}
.left_menu_button ul {
  display: flex;
  flex-direction: column;
  padding: 0 20px;
  font-size: 12px;
}
/* .left_menu_button ul a {
  flex: 1;
} */
.left_menu_button ul a + a {
  margin-top: 3px;
}
.lnb-btn-join {
  height: 30px;
  color: #ffffff;
  background-color: #212121;
  font-size: 11px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lnb-btn-login {
  height: 30px;
  color: #000000;
  background-color: #e1e1e1;
  /* border: 1px solid #e1e1e1; */
  font-size: 11px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-lnb-menu {
  padding: 21px 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.btn-lnb-menu a {
  display: flex;
  justify-content: center;
  align-items: center;
  /* flex: 1 1 auto; */
  height: 60px;
}
.btn-lnb-menu div.separator {
  padding-bottom: 12px;
}

.btn-lnb-menu a div {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.btn-lnb-menu div p {
  font-size: 10px;
  padding-top: 5px;
  color: #232323;
}
.lbl-cate {
  font-size: 13px;
  color: #232323;
  font-weight: bold;
  padding: 35px 20px 0;
}
.lbl-cate.h-30 {
  padding-top: 30px;
}

.lbl-center-container {
  padding: 40px 20px 0;
}
.lbl-bank-container {
  padding: 17px 20px 10px;
}
.lbl-center {
  font-size: 13px;
  color: #232323;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 1px solid #e1e1e1;
  font-weight: bold;
}
.lbl-phone {
  padding: 10px 20px 10px;
  font-weight: bold;
  font-size: 17px;
  color: red;
  letter-spacing: 2px;
}
.lbl-center-info {
  padding: 0 20px 3px;
  /* font-weight: bold; */
  font-size: 11px;
  color: #232323;
}

.cate-container {
  padding: 9px 20px 0;
}

.cate-list {
  /* margin: 12px 10px 0; */
  display: flex;
  flex-wrap: wrap;
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-color: #e1e1e1;
}
.cate-list a {
  width: 50%;
  height: 40px;
  box-sizing: border-box;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #e1e1e1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cate-list a div {
  font-size: 13px;
}

.cate-list .txt-new5 {
  color: #d51212;
}

.cate-list .txt-232323 {
  color: #232323;
}

.special-cate a {
  height: 50px;
  font-size: 12px;
  font-weight: bold;
}

.special-cate a div {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* .common-cate a div {
  display: flex;
  align-items: center;
  flex: 1;
}
.common-cate div ul {
  padding: 0 7px;
  display: flex;
  flex: 1;
  font-size: 12px;
  color: #232323;
}
.common-cate div ul li:first-child {
  flex-grow: 1;
} */
.common-cate a div {
  display: flex;
  align-items: center;
  flex: 1;
}
.common-cate div ul {
  padding: 0 10px;
  display: flex;
  flex: 1;
  font-size: 12px;
  color: #232323;
}

.btn-call-container {
  padding: 18px 20px 5px;
}

.btn-call-center {
  height: 40px;
  font-size: 12px;
  color: #fff;
  background-color: #232323;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-qna-container {
  padding: 0 20px 5px;
}

.btn-product-qna {
  height: 40px;
  font-size: 12px;
  color: #232323;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #e1e1e1;
}

.lbl-mem-info {
  padding-top: 11px;
  font-size: 11px;
  color: #1b1b1b;
  font-weight: bold;
  text-align: center;
}
  
 
 
 
/* BASIC css end */


/* BASIC css end */


/* BASIC css end */


/* BASIC css end */

