/* =============================
   공통영역 PC전용 소스입니다.
   디자인에 맞게 커스텀 가능합니다.
============================= */



/** 공통 레이아웃 **/

body, th, td, input, select, textarea, button {
  font-family:"Inter","Pretendard Variable";
    /* font-family: "Raleway", "Malgun Gothic", "맑은 고딕",Nanum Gothic,"나눔 고딕",AppleGothic,Dotum,'Apple SD Gothic Neo',"돋움",sans-serif; */
  color:#1a1a1a;
}

body{
	min-width: 1280px;
}

#wrap{
	min-width: auto;
}

#container {
    border-top: none;
    margin: 0;
}

.cut_layout,
.cut_lay_pro{
	width: 1060px;
	margin-left: auto;
	margin-right: auto;
}




/** 슬라이드 페이징 공통 스타일 **/

body .slick-dots li {
    /* margin-right: 5px;
    margin-left: 0; */
	vertical-align: top;
}

body .slick-dots li button {
    width: 31px !important;
    height: 3px !important;
    padding: 0 !important;
	background: #fff;
}

body .slick-dots li.slick-active button{
	background: #fff;
}

.slick-arrow{
    width: 28px;
    height: 72px;
    display: block;
    font-size: 0px;
    top: 52%;
}

.slick-prev{
	background: url('/data/icon/slickL_wh.png')no-repeat 50% / cover;
}

.slick-next{
	background: url('/data/icon/slickR_wh.png')no-repeat 50% / cover;
}



/** 공통 상품폼 **/

.goods_list_cont ul li{
    margin: 0 0 228px 0;
}

.item_info_cont{
    padding: 0;
    display: block;
	text-align:center;
}

.goods_list_cont ul li .item_photo_box {
	border:0;
}

.goods_list_cont ul li .item_photo_box,
.goods_list_cont ul li .item_photo_box a {
    width: 100%;
    height: 100%;
    position: relative;
    background-color:#fafbfc;
}

.goods_list_cont ul li .item_photo_box > a > img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.item_tit_box a{
  display:inline-block;
}

.item_tit_box .item_name {
    display: block;
    padding: 1px 0 0 0;
    font-size: 14px;
    color: #1a1a1a;
    line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	word-break: keep-all;
}

.item_tit_box .item_name_explain {
    display: block;
    padding: 0;
    margin-top:23px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    white-space: normal;
}

.item_money_box {
    padding: 8px 0 0 0;
}

.item_money_box del{
  display: inline-block;
  vertical-align: top;
  padding: 0;
}
.item_money_box .item_price{
  display: inline-block;
  vertical-align: top;
	margin:0 2px 0 4px;
  padding: 0;
}

.item_simple_type .item_cont del{
	display: inline-block;
	color:#b6b7b8;
	margin-top:6px;
}

.item_money_box .item_price{
    /* font-weight: 600; */
	color:#1a1a1a;
}

.item_simple_type .item_cont span{
  color: #1a1a1a;
}

.discount-rate{
	position: absolute;
    z-index: 20;
	left: 15px;
    top: 15px;
}

.discount-rate b{
	color:#2d2d2d;
	font-size:15px;
	font-weight:500;
	line-height:1;
}

.color_wrap .color{
	margin: 10px 0;
    width: 100% !important;
    overflow: hidden;
    display: block;
    font-size: 0;
}

.color_wrap .color > div{
	width: 23px;
    height: 3px;
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    margin: 3px 5px 1px 0;
}

.item_link{
    position: absolute;
    right: 15px;
    top: 15px;
	z-index:5;
}

.item_gallery_type ul li .item_photo_box a{
    transition: all 0.4s ease-in-out;
}

/* .item_gallery_type ul li .item_photo_box a > img{
	-webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
    transform:scale(1);
    -webkit-transition:.4s;
    -moz-transition:.4s;
    -ms-transition:.4s;
    -o-transition:.4s;
    transition:.4s;
}

.item_gallery_type ul li .item_photo_box a:hover {
	-webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -ms-transform:scale(1.1);
    -o-transform:scale(1.1);
    transform:scale(1.1);
} */



/** 상단영역 **/

#header_warp {
    width: 100%;
    z-index: 100;
    transition: all 0.7s ease 0s;
}

#header {
	/* padding:10px 0 0; */
}

#header .header_rel {
    position: relative;
    height: 60px;
}

#header .header_top {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    border-bottom: none;
	transition: all .3s;
	-webkit-transition: all .3s;
    z-index: 70;
}

#header .header_top .header_top_cont {
	position:relative;
	width:100%;
}

#header .all_btn {
    position: absolute;
    /* left: 2%;
    top: 20px; */
}

#header .login_nav {
    position: absolute;
    right: 48px;
    top: 24px;
}

#header .h1_logo {
    text-align: center;
    padding: 20px 0;
	display:none;
}

.logo{
  position: relative;
  /* top:-2px; */
}

#header .h1_logo.fix {
	display:block;
}

#header .header_top .login_nav ul li {
	vertical-align:middle;
}

#header .header_top .login_nav ul li a{
    font-size: 13px;
    color: #1a1a1a;
    margin: 0 14px;
    display: block;
    line-height:20px;
}

#header .header_top .login_nav ul li.cart a {
	margin-right:0;
}

#header .header_top .login_nav ul li.cart span{
	display:inline-block;
	background:#3d3d3d;
	border-radius:100%;
	text-align:center;
	width:20px;
	height:20px;
	line-height:20px;
	color:#fff;
	margin-left:3px;
}

#header .header_top ul li.search .btn-search-open {
	background:url(../../wib/img/icon/bk_search_btn.png)no-repeat;
	display:block;
	width:14px;
	height:14px;
}

/* 상단 픽스 */
#header .header_top.fixed {
	position: fixed;
	background: rgb(255,255,255);
	min-width: 800px;
}

#header .header_top.fixed .menu-trigger span{
	background:#3d3d3d;
}

#header .header_top.fixed ul li.search .btn-search-open {
	background:url(../../wib/img/icon/bk_search_btn.png)no-repeat;
	display:block;
	width:14px;
	height:14px;
}

#header .header_top.fixed ul li.cart span{
	background:#3d3d3d;
	color:#fff;
}

#header .header_top.fixed .login_nav ul li a {
	color:#3d3d3d;
}


/* 상품 카테고리 */

#header .gnb{
	/* width:319px; */
	text-align: center;
}

#header .gnb.swiper_off {
	text-align:center
}

#header .gnb.swiper_off .swiper-container,
#header .gnb.swiper_off .depth0 {
	overflow:visible;
}

#header .gnb .swiper-container{
	padding: 0 3rem 0 0;
}

#header .gnb.swiper_off .swiper-container{
	padding:0;
}

#header .gnb.swiper_off .swiper-container > ul {
	display:block;
}

#header .gnb .depth0 > li {
	margin:0 14px;
	width:auto !important;
	text-align:center;
}

#header .gnb .depth0 > li > a{
    font-size: 13px;
    color: #1a1a1a;
    font-weight: 500;
    padding: 0px;
	line-height: 20px;
}
#header .gnb .gnb_menu0 {
	overflow:visible;
}

#header .gnb_left,
#header .gnb_right{
	display: none;
}


/* 상단 중분류 */
#header .gnb .depth1{
    top: 47px;
    width: 342px;
    min-height: 171px;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 4px 0px;
	text-align:left;
}

#header .gnb .depth1 .title a{
	font-weight: bold;
	font-size: 15px;
	color: #575757;
    margin-bottom: 5px;
}

#header .gnb .depth1 > li{
	padding-bottom: 8px;
    position: static;
}

#header .gnb .depth1 > li.title {
	display:none;
}

#header .gnb .depth1 > li > a{
    padding: 0 !important;
	display: inline;
    vertical-align: top;
    font-size: 13px;
    color: #3d3d3d;
	letter-spacing:1px;
	font-weight:500;
	border-bottom: 1px solid transparent;
    -khtml-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#header .gnb .depth1 > li .category-img{
    position: absolute;
    vertical-align: top;
    width: 171px;
    top: 20px;
    right: 20px;
    opacity: 0;
    visibility: hidden;
    -khtml-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

#header .gnb .depth1 > li .category-img img{
	width: 100%;
}

#header .gnb .depth1 li a.active,
#header .gnb .depth1 > li > a:hover{
    background: none;
}

#header .gnb .depth1 > li:hover a{
	color:#3d3d3d;
	border-bottom:1px solid #3d3d3d;
}

#header .gnb .depth1 > li:nth-child(2) .category-img,
#header .gnb .depth1 > li:hover .category-img{
	opacity: 1;
    visibility: visible;
}

#header .gnb .depth2{
	display: none !important;
}

.search-wrap {
	display:none;
	position: fixed;
	top: 50%;
	left: 50%;
	width:395px;
    z-index: 105;
    vertical-align: middle;
    text-align: center;
    transform: translate(-50%,-50%);
}
.search-mask {
	display:none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    z-index: 100;
    background: rgba(255,255,255,0.9);
}
.search-mask.fade-in {
	-webkit-animation: search_fade_in .3s ease both;
	-moz-animation: search_fade_in .3s ease both;
	animation: search_fade_in .3s ease both;
}
.search-mask.fade-out {
	-webkit-animation: search_fade_out .2s ease-out both;
	-moz-animation: search_fade_out .2s ease-out both;
	animation: search_fade_out .2s ease-out both;
}

.search-wrap .search-title {
	text-align:center;
	margin-bottom:45px;
}

.search-wrap .search-title h2 {
	font-weight:600;
	color:#4b4b4b;
	font-size:23px;
	padding-bottom:5px;
}

.search-wrap .search-title p {
	font-size:13px;
	color:#4b4b4b;
}

.search-wrap a.btn-search-close {
	position: absolute;
	top: 25px;
	right: 36px;
	width:21px;
	height:21px;
	opacity: 0;
	visibility: hidden;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
}

.search-wrap a.btn-search-close span {
    display: block;
    width: 21px;
    height: 2px;
    margin-bottom: 5px;
    position: relative;
    background: #3d3d3d;
    z-index: 1;
    -webkit-transform-origin: 4px 0px;
    transform-origin: 4px 0px;
    transition: background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0), background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), opacity 0.55s ease;
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0), background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

.search-wrap.fade-in a.btn-search-close{
	opacity: 1;
	visibility: visible;
}

.search-wrap.fade-in a.btn-search-close span {
	-webkit-transform: rotate(45deg) translate(1px, 0px);
    transform: rotate(45deg) translate(1px, 0px);
}

.search-wrap.fade-in a.btn-search-close span:nth-child(2) {
	-webkit-transform: rotate(-45deg) translate(-2px, 1px);
    transform: rotate(-45deg) translate(-2px, 1px);
}

.search-wrap .search-input-wrap {
	width: 395px;
	display: inline-block;
	position: relative;
	text-align: left;
	border-bottom: 1px solid #3d3d3d;
}

.search-wrap.fade-in .search-input-wrap {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-animation: search_push_text_top .4s ease-out both .25s;
	-moz-animation: search_push_text_top .4s ease-out both .25s;
	animation: search_push_text_top .4s ease-out both .25s;
}

.search-wrap .search-input-wrap #search-form {
	width: calc(100% - 25px);
    border-width: 0px;
    font-size: 14px;
    color: #3d3d3d;
	font-weight:500;
    padding-left: 0;
    background: transparent;
}

.search-wrap .search-input-wrap #btnSearchTop {
	position: absolute;
	top: 0;
	right: 0;
	-khtml-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.search-wrap .search-input-wrap #btnSearchTop:hover {
	transform: rotate(-25deg);
}

.search-wrap .search-input-wrap #search-form::-webkit-input-placeholder {
	color: #222;
}

.search-wrap .search-input-wrap #search-form::-moz-placeholder {
	color: #222;
}

.search-wrap .search-input-wrap #search-form:-ms-input-placeholder {
	color: #222;
}

.search-wrap .search-input-wrap #search-form:-moz-placeholder {
	color: #222;
}

a.m-search{
	display: none;
}

@-webkit-keyframes search_fade_out {
    0% {
        opacity: 1;
        visibility: visible
    }
    100% {
        opacity: 0;
        visibility: hidden
    }
}

@keyframes search_fade_out {
    0% {
        opacity: 1;
        visibility: visible
    }
    100% {
        opacity: 0;
        visibility: hidden
    }
}

@-webkit-keyframes search_fade_in {
    0% {
        opacity: 0;
        visibility: hidden
    }
    100% {
        opacity: 1;
        visibility: visible
    }
}

@keyframes search_fade_in {
    0% {
        opacity: 0;
        visibility: hidden
    }
    100% {
        opacity: 1;
        visibility: visible
    }
}

@-webkit-keyframes search_push_text_top {
    0% {
        opacity: 0;
        -webkit-transform: translateY(60px);
        transform: translateY(60px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes search_push_text_top {
    0% {
        opacity: 0;
        -webkit-transform: translateY(60px);
        transform: translateY(60px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

/* menu effect */
.menu-trigger,
.menu-trigger span {
    display: inline-block;
    /* transition: all .4s; */
    box-sizing: border-box;
}

.menu-trigger {
    position: relative;
    /* width: 17px;
    height: 14px; */
}

.menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #3d3d3d;
    border-radius: 4px;
}

.menu-trigger span:nth-of-type(1) {
    top: 0;
}

.menu-trigger span:nth-of-type(2) {
    top: 6px;
}

.menu-trigger span:nth-of-type(3) {
    bottom: 0;
}

.menu-trigger.type7 span:nth-of-type(1) {
/*
    -webkit-animation : menu-bar07-01 .75s forwards;
    animation : menu-bar07-01 .75s forwards;
*/
}

@-webkit-keyframes menu-bar07-01 {
    0% {
        -webkit-transform : translateY(20px) rotate(45deg);
    }
    50% {
        -webkit-transform : translateY(20px) rotate(0);
    }
    100% {
        -webkit-transform : translateY(0) rotate(0);
    }
}

@keyframes menu-bar07-01 {
    0% {
        transform : translateY(20px) rotate(45deg);
    }
    50% {
        transform : translateY(20px) rotate(0);
    }
    100% {
        transform : translateY(0) rotate(0);
    }
}

.menu-trigger.type7 span:nth-of-type(2) {
/*
    transition : all .25s .25s;
*/
    opacity : 1;
}

.menu-trigger.type7 span:nth-of-type(3) {
/*
    -webkit-animation : menu-bar07-02 .75s forwards;
    animation : menu-bar07-02 .75s forwards;
*/
}

@-webkit-keyframes menu-bar07-02 {
    0% {
        -webkit-transform : translateY(-20px) rotate(-45deg);
    }
    50% {
        -webkit-transform : translateY(-20px) rotate(0);
    }
    100% {
        -webkit-transform : translateY(0) rotate(0);
    }
}

@keyframes menu-bar07-02 {
    0% {
        transform : translateY(-20px) rotate(-45deg);
    }
    50% {
        transform : translateY(-20px) rotate(0);
    }
    100% {
        transform : translateY(0) rotate(0);
    }
}

.menu-trigger.active-7 span:nth-of-type(1) {
    -webkit-animation : active-menu-bar07-01 .75s forwards;
    animation : active-menu-bar07-01 .75s forwards;
	top: -9px;
}

@-webkit-keyframes active-menu-bar07-01 {
    0% {
        -webkit-transform : translateY(0) rotate(0);
    }
    50% {
        -webkit-transform : translateY(20px) rotate(0);
    }
    100% {
        -webkit-transform : translateY(20px) rotate(45deg);
    }
}

@keyframes active-menu-bar07-01 {
    0% {
        transform : translateY(0) rotate(0);
    }
    50% {
        transform : translateY(20px) rotate(0);
    }
    100% {
        transform : translateY(20px) rotate(45deg);
    }
}

.menu-trigger.active-7 span:nth-of-type(2) {
    opacity : 0;
}

.menu-trigger.active-7 span:nth-of-type(3) {
    -webkit-animation : active-menu-bar07-02 .75s forwards;
    animation : active-menu-bar07-02 .75s forwards;
	bottom: -16px;
}

@-webkit-keyframes active-menu-bar07-02 {
    0% {
        -webkit-transform : translateY(0) rotate(0);
    }
    50% {
        -webkit-transform : translateY(-20px) rotate(0);
    }
    100% {
        -webkit-transform : translateY(-20px) rotate(-45deg);
    }
}

@keyframes active-menu-bar07-02 {
    0% {
        transform : translateY(0) rotate(0);
    }
    50% {
        transform : translateY(-20px) rotate(0);
    }
    100% {
        transform : translateY(-20px) rotate(-45deg);
    }
}



/** 좌측사이드 영역 **/

#scroll-left .side-inner {
    position: relative;
    /* margin-top: 2rem; */
    padding-bottom: 4.75rem;
}

#scroll-left .all_btn_close .menu-trigger{
	width:17px;
	height:17px;
}

#scroll-left .side-menu-wrap {
	text-align: left;
	overflow: hidden;
	position: fixed;
	right:auto;
	top: 0;
	z-index: 0;
  padding: 0 48px;
  width: 20%;
	min-width:300px;
	height:100%;
	background-color: #fff;
	transition: all 600ms;
	-webkit-transition: all 600ms;
	-moz-transition: all 600ms;
	-o-transition: all 600ms;
	opacity: 0;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  visibility:hidden;
}


#scroll-left .side-menu-wrap2 {
	text-align: left;
	overflow: hidden;
	position: fixed;
	right:auto;
	top: 0;
  left:calc(20% + 96px);
	z-index: 99;
  padding: 0 48px;
  width: 20%;
	min-width:300px;
	height:100%;
	background-color: #fff;
	transition: all 600ms;
	-webkit-transition: all 600ms;
	-moz-transition: all 600ms;
	-o-transition: all 600ms;
	opacity: 0;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  border-left: 1px solid #dddddd;
  visibility:hidden;
}

.side-menu-close{
  opacity: 0 !important;
  visibility:hidden !important;
}

.side-menu-open{
  opacity: 1 !important;
  visibility:visible !important;
}

.all_btn_close{
  display:none;
}

.side-menu-wrap .side-menu {
	/* padding-top:15%; */
}

.side-menu-wrap .sub_menu_box .depth-one {
}

.side-menu-wrap .sub_menu_box .depth-one > a {
}

.side-menu-wrap .sub_menu_box .depth-one a {
	font-size:13px;
	color:#3d3d3d;
	/* font-weight:700; */
	display:block;
}

.side-menu-wrap .sub_menu_box ul.depth-two-wrap {
}

.side-menu-wrap .sub_menu_box li.depth-two {
}

.side-menu-wrap .sub_menu_box li.depth-two a {
	font-size:13px;
	color:#828282;
	font-weight:500;
	line-height:30px;
}

.side-menu-wrap .sub_menu_box.community {
	padding:40px 0 0;
}

.side-menu-wrap .sub_menu_box.community .depth-one a span{
    font-size: 21px;
    font-weight: 500;
    vertical-align: sub;
}

.side-menu-wrap .sub_menu_box.community	.depth-two-wrap {

}

.side-menu-wrap .sub_menu_box.community	.depth-two-wrap li a {
    text-indent: 10px;
}

.side-mask, .popup-mask{
	display:none;
    left: 0;
	right:0;
    background: rgba(0,0,0,.5);
	transition: opacity .2s;
    position: fixed;
    top: 0;
    min-height: 100vh;
    width: 100%;
    height: 100%;
    cursor: default;
	z-index:50;
}

/* 카테고리 */
.aside {
    position: fixed;
    top: 0;
    left: 0;
    width: 75%;
    height: 100%;
    background: #fff;
    z-index: 101;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}

.aside.on {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.aside .aside-inner {
    padding: 0px 10px;
    overflow: auto;
    position: relative;
    height: 100%;
    -webkit-overflow-scrolling:touch;
}

.aside .aside-logo {
    width: 110px;
    margin: 20px auto 15px;
}

.aside .aside-logo img {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.aside .aside-caption {
    margin: 20px 0;
	word-break: keep-all;
}

.aside .aside-login > a {
    width: 50%;
    box-sizing: border-box;
    line-height: 33px;
    border: 1px solid #dbdbdb;
    font-size: 12px;
}

.aside .aside-login > a.bg {
    border-color: #4c4c4c;
    background: #4c4c4c;
    color: #fff;
}

.aside .aside-quick {
    margin: 15px 0px 15px;
}

.aside .aside-quick ul {
    border: 1px solid #e2e2e2;
}

.aside .aside-quick li {
    width: 33.333%;
    position: relative;
}

.aside .aside-quick li:after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #e2e2e2;
    position: absolute;
    top: 0;
    right: 0;
}

.aside .aside-quick li:last-child:after {
    display: none;
}

.aside .aside-quick li a {
    display: block;
    font-size: 12px;
    color: #333232;
    padding: 49px 0px 18px;
}

.aside .aside-quick li.order a {
    background: url(../img/icon/icon-truck.png) no-repeat center 21px;
    background-size: 29px auto;
}

.aside .aside-quick li.today a {
    background: url(../img/icon/icon-basket.png) no-repeat center 21px;
    background-size: 25px auto;
}

.aside .aside-quick li.wish a {
    background: url(../img/icon/icon-wish.png) no-repeat center 21px;
    background-size: 23px auto;
}

.aside .tab-category .tab-menu li {
    width: 33.333%;
    position: relative;
    box-sizing: border-box;
    border-top: 1px solid #dbdbdb;
    border-left: 1px solid #dbdbdb;
}

.aside .tab-category .tab-menu li:before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #dbdbdb;
    position: absolute;
    top: 0;
    right: -1px;
}

.aside .tab-category .tab-menu li:last-child:before {
    right: 0;
}

.aside .tab-category .tab-menu li:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #dbdbdb;
    position: absolute;
    bottom: 0;
    left: 0;
}

.aside .tab-category .tab-menu li.on:after {
    bottom: -1px;
    background: #fff;
}

.aside .tab-category .tab-menu li a {
    display: block;
    line-height: 35px;
    font-size: 12px;
    background: #f5f5f5;
}

.aside .tab-category .tab-menu li.on a {
    background: #fff;
}

.aside .tab-category .tab-content .content-box {
    display: none;
}

.aside .tab-category .tab-content .content-box.on {
    display: block;
}

#scroll-left .side-menu .prd-cate ul.depth-one-wrap {
    padding-top: 196px;
}

#scroll-left .side-menu .prd-cate ul.depth-one-wrap li {
    position: relative;
    margin-bottom: 20px;
}

#scroll-left .side-menu .prd-cate ul li  a {
    display: block;
	width: calc(100% - 25px);
    line-height: 30px;
}

#scroll-left .side-menu .prd-cate ul.depth-one-wrap > li > a {
    font-size: 23.5px;
    line-height: 36px;
    letter-spacing: -0.39px;
    color:#1a1a1a;
    margin-bottom: 20px;
}
.depth1_list.081 {
	color:#5D8ABC !important;
}
#scroll-left .side-menu .prd-cate ul.depth-one-wrap .category_081 {
	color:#5D8ABC;
}

#scroll-left .side-menu .prd-cate ul.depth-one-wrap li a.no-child {
    width: calc(100% - 3px);
    /* background: url(../../wib/img/icon/icon-arrow-right-g.png) no-repeat right center; */
	background-origin: content-box;
    background-size: 7px auto;
	padding-right:3px;
}

#scroll-left .side-menu .prd-cate ul.depth-one-wrap ul li a.no-child {
}

#scroll-left .side-menu .prd-cate ul.depth-one-wrap li span.arrow {
    position: absolute;
    top: 0;
    right: -10px;
    width: 35px;
    height: 35px;
    display: block;
    background: url(../../wib/img/icon/icon-arrow-down-g.png) no-repeat center;
    background-size: 13px auto;
    -khtml-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#scroll-left .side-menu .prd-cate ul.depth-one-wrap li span.arrow.on {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

#scroll-left .side-menu .prd-cate ul.depth-one-wrap ul {
    display: none;
	margin:0 0 5px;
}

#scroll-left .side-menu .prd-cate ul.depth-one-wrap ul li span.arrow {
}

#scroll-left .side-menu .prd-cate li.depth-two > a {
    text-indent: 0;
}

#scroll-left .side-menu .prd-cate li.depth-three > a {
    text-indent: 20px;
	color:#bbb;
}

#scroll-left.q-open .side-bottom .bottom-inner{
}

#scroll-left .side-bottom {
	display:none;
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
	height: 3rem;
    line-height: 3rem;
    position: fixed;
    bottom: 0;
    left: 0;
    background: #fff;
    border-top: 1px solid #e6e6e6;
	padding: 0 2%;
    width: 15%;
    min-width: 235px;
	z-index:10000;
}

#scroll-left .side-bottom ul li{
	width:25%;
}

#scroll-left .side-bottom ul li a{
    font-size: 12px;
    color: #3d3d3d;
    display: block;
	font-weight:500;
}

#scroll-left .side-bottom ul li.cart span{
	display:inline-block;
	background:#4a4a4a;
	border-radius:100%;
	text-align:center;
	width:20px;
	height:20px;
	line-height:20px;
	color:#fff;
	margin-left:3px;
}



/** 우측 사이드 영역**/

#scroll_right {
	display:none;
}



/** 하단영역 **/

#footer_wrap {
    border-top: none;
  	padding:28px 0 40px;
    background-color:#4d5053;
}

.footer_wrap {
    position: relative;
    width: 100%;
    background: #fff;
}

.footer {
    width: 1310px;
    margin: 0 auto;
    text-align: center;
    font-size: 12px;
    color: #05080f;
}

.footer > ul {
    margin-bottom: 25px;
    font-size: 0;
}

.footer > ul > li {
    display: inline-block;
    width: auto;
	font-size: 12px;
	padding:0 15px;
}

.footer > ul > li a {
	color:#05080f;
}
.footer > ul > li.gb_wrap{
    position: relative;
	cursor: pointer;
}

.footer > ul > li.gb_wrap .gb_select{
    background: #fff url("../../wib/img/icon/icon_select_more.png") right center no-repeat;
    padding-right: 12px;
}

.footer > ul > li.gb_wrap .gb_sub{
    position: absolute;
    background: #fff;
    border: 1px solid #222;
    min-width: 50px;
    text-align: left;
    padding: 5px;
    top: 30px;
    left: 0;
	transition: all 0.35s;
	-webkit-transition: all 0.35s;
	-ms-transition: all 0.35s;
	opacity: 0;
	visibility: hidden;
}

.footer > ul > li.gb_wrap:hover .gb_sub{
    top: 18px;
	opacity: 1;
	visibility: visible;
}

.footer > ul > li.gb_wrap .gb_sub a{
	display: block;
	padding: 3px 0;
}

.footer > ul > li.gb_wrap .gb_sub a:hover{
	font-weight: bold;
	text-decoration: underline;
}

.footer > ul > li:last-of-type {
    margin-right: 0;
}

.footer .info > ul {
    overflow: hidden;
}

.footer .info > ul li {
    display:inline-block;
    margin-right: 20px;
	padding-bottom:4px;
	vertical-align:top;
}

.footer .info a,
.footer .info button{
	color: #05080f;
}

.footer .info > ul li:last-of-type {
    margin-right: 0;
}

.footer .info > ul li span {
    display: inline-block;
    margin-right: 15px;
}

.footer .copy {
    margin-top: 25px;
    color: #05080f;
    font-weight: 500;
}

.footer .copy span {
    color: #49bbf7;
}

.footer .sns_wrap {
	padding-top:30px;
}

.footer .sns_wrap > a {
	display:inline-block;
	margin:0 13px;
}

/** 하단 고정 버튼 **/
a.scroll-top {
	position: fixed;
	bottom: 30px;
	display: none;
	width:43px;
	height:43px;
	position: fixed;
	right:50px;
	/* margin-right:-720px; */
	cursor: pointer;
	z-index:10;
}

.overlay{
  animation: fade-in 300ms ease-out forwards;
  background: rgba(0, 0, 0, .5);
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  display:none;
}

.product_sort{
  appearance: none;
  -webkit-appearance: none;
  border-radius:0;
  width:154px;
  text-indent:4px;
  background:#fff url('../../img/icon/pc.png') no-repeat 97% 45%;
  background-size:14px 7px;
  font-size:14px;
  color:#1a1a1a;
  border:none;
  border-bottom:1px solid #b6b7b8;
  box-sizing:border-box;
  vertical-align:1px;
  margin-right:30px;
  Padding-bottom:4px;
}
.product_sort::-ms-expand{
  display:none;
}

@media(max-width:1500px){
  #scroll-left .side-menu-wrap2{
    left:396px;
  }
}