/* ===================
    공통영역 PC 전용 소스
   =================== */


#container {
    border-top: none;
    margin: 0;
}

/* 레이아웃 사이즈 */

.location_wrap 
.location_cont,
.gnb, 
.header_top_cont, 
.header_search_cont, 
.main_goods_cont, 
.sub_content, 
.content_info, 
.foot_list ul, 
.foot_cont, 
.foot_certify,
.cut_layout,
.cut_lay_pro{
	width: 1280px;
	margin-left: auto;
	margin-right: auto;
}

.m-search,
.aside,
.m_mainslider{
	display: none;
}

#header, 
#footer_wrap {
    position: relative;
    background: #fff;
    z-index: 10;
}

#footer_wrap,
#container {
    position: relative;
}

/* 메인 상단 컨텐츠 */

.only-main-wrap {
    display: none;
}

/* 상단 */

#header {
    position: relative;
    width: 100%;
    height: 116px;
    z-index: 999;
}

#header .header_search_cont {
    width: auto;
    height: 100%;
    margin: 0px 160px;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;    
}

#header .header_search {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 116px;
    border: none;
	min-width:1450px;
}

#header .header_search.fixed {
    position: fixed;
	background:#fff;
}

#header .h1_logo {
    margin: 0px 49px 0px 71px;
    padding: 0;
    line-height: 117px;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;    
}

#header .h1_logo img {
    vertical-align: middle;
}

#header ul.depth-one-wrap,
#header .right-nav>ul>li {
    margin-right: 36px;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#header .right-nav>ul>li:last-child {
    margin-right: 0px;
}

#header ul.depth-one-wrap li.depth-one {
    position: relative;
}

#header ul.depth-one-wrap li.depth-one>a,
#header .right-nav>ul>li>a {
    font-size: 16px;
    color: #1e1e1e;
    display: block;
    line-height: 116px;
    padding: 0;
    font-weight: normal;
    position: relative;
}

#header ul.depth-one-wrap li.depth-one>a:after,
#header .right-nav>ul>li.hover>a:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 44px;
    width: 0;
    height: 1px;
    background: #1e1e1e;
    -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;    
}

#header ul.depth-one-wrap li.depth-one:hover>a:after,
#header .right-nav>ul>li.hover:hover>a:after {
    width: 100%;
    left: 0;
}

#header ul.depth-one-wrap li.depth-one span.arrow {
    display: none;
}

#header ul.depth-one-wrap li.depth-one ul {
    position: absolute;
    border: 1px solid #dbdbdb;
    background: #fff;
    top: 102px;
    left: -23px;
/*    min-width: 144px;*/
    min-width: 180px;
    box-sizing: border-box;
    padding: 14px 0px;
    opacity: 0;
    visibility: hidden;
    -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 ul.depth-one-wrap li.depth-one:hover ul.depth-two-wrap {
    opacity: 1;
    visibility: visible;
    top: 92px;
}

#header ul.depth-two-wrap li a {
    font-size: 15px;
    color: #5f5f5f;
    display: block;
    line-height: 38px;
    padding: 0px 0px 0px 22px;
    -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 ul.depth-two-wrap li:hover>a {
    background: unset;
    color: #5f5f5f;
    transform: translateX(10px);
    opacity: .6;
}

#header ul.depth-one-wrap li.depth-two ul.depth-three-wrap {
    top: 0px;
    left: 90%;
}

#header ul.depth-one-wrap li.depth-two:hover ul.depth-three-wrap {
    opacity: 1;
    visibility: visible;
    top: -15px;
}

#header ul.depth-one-wrap li.depth-three ul.depth-four-wrap {
    top: 0px;
    left: 90%;
}

#header ul.depth-one-wrap li.depth-three:hover ul.depth-four-wrap {
    opacity: 1;
    visibility: visible;
    top: -15px;
}

#header .right-nav>ul>li {
	vertical-align:middle;
}

#header .right-nav>ul>li a.cart span {
    display: inline-block;
    vertical-align: middle;
    width: 23px;
    height: 23px;
    line-height: 23px;
    border-radius: 50%;
    text-align: center;
    background: #181818;
    color: #fff;
    font-weight: 100;
    margin-left: 4px;
    position: relative;
    bottom: 1px;
}

#header .right-nav>ul>li a.search {
    font-size: 0;
    background: url(../img/icon/icon_sch.png) no-repeat center;
    width: 24px;
	height:24px;
	background-size:24px 24px;
}

/* 사이드메뉴 */

.aside-bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
	background: rgba(255,255,255,.8);
	opacity: 0;
	visibility: hidden;
}

.aside-bg.on {
	opacity: 1;
	visibility: visible;
}

a.btn-side-close {
	position: absolute;
	top: 32px;
	right: 9px;
	display: block;
	z-index: 21;
	width: 45px;
	height: 45px;
	background: #fff;
	border-radius: 50%;
	font-size: 0;
	opacity: 0;
	background: url(../img/icon/icon-x-s.png) no-repeat center;
	background-size: 17px auto;
}

.aside {
	position: fixed;
	top: 0;
	left: 0;
	width: 270px;
	height: 100%;
	background: #1b1b1b;
	z-index: 100;
	left: -270px;
}

.aside .aside-inner {
	padding: 50px 27px 0px;
	overflow: auto;
	position: relative;
	top: 10px;
	height: 100%;
	box-sizing: border-box;
	-webkit-overflow-scrolling:touch;
	opacity: 0;
}

.aside .nav-box {
	margin-bottom: 35px;
}

.aside .title h2,
.aside ul.depth-one-wrap li.depth-one>a {
	font-size: 16px;
	color: #fff;
	display: block;
	font-weight: 500;
	line-height: 30px;
	margin-bottom: 10px;
	padding: 0;
}

.aside ul.depth-one-wrap li.depth-two li {
	padding-left: 12px;
}

.aside .nav-category li a,
#wrap .aside ul.depth-one-wrap li.depth-two a {
	display: block;
	font-size: 16px;
	color: rgba(255,255,255,.8);
	font-weight: 300;
	line-height: 34px;
	margin: 0;
	padding: 0px;
}

#wrap .aside ul.depth-one-wrap li.depth-two a:hover {
	background: unset;
}

#wrap .aside ul.depth-three-wrap {
	padding-bottom: 7px;
}

#wrap .aside ul.depth-one-wrap li.depth-three>a {
	opacity: .8;
}

#wrap .aside ul.depth-one-wrap li.depth-four>a {
	color: rgba(156,156,156,.8);
}

.aside .tab-category ul.depth-one-wrap li a.no-child {
	width: 100%;
	background: url(../img/icon/icon-arrow-right-g.png) no-repeat calc(100% - 3px) center;
	background-size: 7px auto;
	box-sizing: border-box;
}

.aside ul.depth-one-wrap li span.arrow {
	position: absolute;
	top: 0;
	right: -10px;
	width: 30px;
	height: 30px;
	display: block;
	background: url(../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;
}

.aside ul.depth-one-wrap ul {
	display: none;
}

.aside ul.depth-two-wrap li span.arrow {
	height: 34px;
}

.aside ul.depth-one-wrap li span.arrow.on {
	right: -11px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.aside .tab-category ul.depth-one-wrap ul {
	display: none;
}

.aside .tab-category li.depth-two > a {
	text-indent: 20px;
}

.aside .tab-category li.depth-three > a {
	text-indent: 40px;
}

.m-side,
.m-search,
.aside,
.m_mainslider{
	display: block;
}

.top-slide-banner-wrap .mobile-slide-banner .slick-dots,
.top-slide-banner-wrap a.btn-close{
	top: 10px;
}

.top-slide-banner-wrap .check-box,
.top-slide-banner-wrap.line-banner > .slick-dots{
	display: none !important;
}

.top-slide-banner-wrap a.btn-close img{
	width: 14px;
}

a.m-side,
a.m-search{
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -13.5px;
}

a.m-side img{
	height: 27px;
}

a.m-search {
	right: 10px;
	left: auto;
	width: 27px;
	height: 27px;
	background-image: url('../../wib/img/icon/m_icon_sch.png') ;
	font-size: 0;
	background-size: 100%;
}

a.m-search.on {
	background-image: url('../../wib/img/icon/icon_close_big.png');
}

a.m-side {
	display: block;
	width: 23px;
	text-align: center;
	height: 50px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -25px;
}

a.m-side span {
	display: block;
	width: 23px;
	height: 2px;
	background: #000;
	position: absolute;
	left: 50%;
	margin-left: -11.5px;
}

a.m-side span:nth-of-type(1) {
	top: 35%;
}

a.m-side span:nth-of-type(2) {
	top: 50%;
	margin-top: -1px;
}

a.m-side span:nth-of-type(3) {
	top: 59%;
}

a.m-search {
	display: block;
	width: 50px;
	height: 33px;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -16.5px;
	background: url(/data/skin/front/moment/img/common/btn/btn_top_search.png) no-repeat center;
	display: none;
}

/* 검색 레이어 */

.search-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.8);
    z-index: 110;
    opacity: 0;
    visibility: hidden;
}

.search-wrap.on {
    opacity: 1;
    visibility: visible;
}

.search-wrap a.btn-close {
    display: block;
    width: 33px;
    height: 32px;
    position: absolute;
    top: 37px;
    right: 44px;
    font-size: 0;
    background: url(../img/icon/icon-x.png) no-repeat;
    opacity: 0;
    visibility: hidden;    
}

.search-wrap.on a.btn-close {
    opacity: 1;
    visibility: visible;
    top: 47px;
    transition-delay: .2s;
}

.search-wrap fieldset {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -26px 0px 0px -461.5px;
    opacity: 0;
    visibility: hidden;
}

.search-wrap.on fieldset {
    margin-top: -36px;
    opacity: 1;
    visibility: visible;
    transition-delay: .2s;
}

.search-wrap legend {
    display: none;
}

.search-wrap #search_form {
    width: 923px;
    height: 72px;
    line-height: 72px;
    border: none;
    border-bottom: 3px solid #272727;
    background: transparent;
    text-indent: 15px;
    font-size: 25px;
    color: #1c1c1c;
    font-weight: 100;
}

.search-wrap #btnSearchTop {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -15px;
}

.search-wrap .search_cont {
    position: absolute;
    display: none !important;
}

.item_photo_box a img{
	width: 100%;
}

/* 하단 */

#footer_wrap {
    border: none;
}

#footer {
    margin: 0;
    padding: 0;
}

#footer .notice-feed-wrap {
    background: #f9f9f9;
}

#footer .notice-feed-wrap h4.title {
    font-size: 16px;
    color: #1b1b1b;
    line-height: 49px;
    width: 80px;
    font-weight: normal;
}

#footer .notice-feed-wrap .feeds {
    width: calc(100% - 140px);
}

#footer .notice-feed-wrap .feeds ul {
    text-align: left;
}

#footer .notice-feed-wrap .feeds span {
    display: none;
}

#footer .notice-feed-wrap .feeds li a {
    font-size: 14px;
    color: #505050;
    display: block;
    line-height: 49px;
}

#footer .notice-feed-wrap a.more-link {
    font-size: 15px;
    color: #1e1e1e;
    display: block;
    line-height: 49px;
}

#footer .footer-summary-wrap {
    padding: 50px 0px;
    border-bottom: 1px solid #e1e1e1;
}

#footer .footer-summary-wrap .cs-center {
    width: 317px;
}

#footer .footer-summary-wrap .delivery {
    width: 285px;
}

#footer .footer-summary-wrap .bank-info {
    width: 349px;
}

#footer .footer-summary-wrap .policy {
    width: 215px;
}

#footer .footer-summary-wrap .summary-box h3.title {
    font-size: 15px;
    color: #1e1e1e;
    line-height: 1;
    margin-bottom: 25px;
    font-weight: normal;
}

#footer .footer-summary-wrap .summary-box p,
#footer .footer-summary-wrap .summary-box li a {
    font-size: 14px;
    color: #8f8f8f;
    display: block;
    line-height: 23px;
}

#footer .footer-summary-wrap .summary-box a.tel {
    font-size: 25px;
    color: #1e1e1e;
    font-weight: normal;
    line-height: 1;
    display: block;
    margin-bottom: 10px;
}

#footer .footer-summary-wrap .summary-box h4.sub-title {
    font-size: 14px;
    color: #1e1e1e;
    font-weight: 500;
    margin-bottom: 13px;
}

#footer .footer-summary-wrap .summary-box a.shipping-search {
    border-bottom: 1px solid #999;
    display: inline-block;
    color: #8f8f8f;
    font-size: 14px;
    margin-top: 3px;
}

#footer .footer-summary-wrap .summary-box .banking-go {
    width: 165px;
    box-sizing: border-box;
    border: 1px solid #d2d2d2;
    cursor: pointer;
    margin-top: 12px;
}

#footer .footer-summary-wrap .summary-box .banking-go span {
    font-size: 13px;
    color: #7f7f7f;
    display: block;
    line-height: 39px;
    text-indent: 12px;
}

#footer .footer-summary-wrap .summary-box .banking-go span.arrow {
    display: block;
    width: 12px;
    height: 39px;
    font-size: 0;
    position: absolute;
    top: 0;
    right: 13px;
    text-indent: 0px;
    background: url(../img/icon/icon-arrow-down.png) no-repeat center;
}

#footer .footer-summary-wrap .summary-box .banking-go:hover span.arrow {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

#footer .footer-summary-wrap .summary-box .banking-go ul.bank-list {
    position: absolute;
    top: 37px;
    left: -1px;
    width: 100%;
    background: #fff;
    border: 1px solid #d2d2d2;
    border-top: 0px;
    z-index: 1;
    padding: 10px 0px;
    opacity: 0;
    visibility: hidden;
}

#footer .footer-summary-wrap .summary-box .banking-go:hover ul.bank-list {
    top: 27px;
    opacity: 1;
    visibility: visible;
}

#footer .footer-summary-wrap .summary-box .banking-go ul.bank-list li a {
    font-size: 13px;
    color: #7f7f7f;
    display: block;
    line-height: 31px;
    text-indent: 12px;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#footer .footer-summary-wrap .summary-box .banking-go ul.bank-list li a:hover {
    opacity: .6;
}

#footer .footer-summary-wrap .social.summary-box li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 25px;
}

#footer .footer-summary-wrap .social.summary-box li:last-child {
    margin-right: 0;
}

#footer .footer-info-wrap {
    padding: 50px 0px;
}

#footer .footer-info-wrap p {
    font-size: 13px;
    color: #1b1b1b;
    line-height: 24px;
}

#footer .footer-info-wrap p span {
    margin-right: 13px;
}

#footer .btn_licensee_info{
    color: #111;
    font-size: 11px;
    border-bottom: none;
}

#footer .footer-info-wrap p.copyright {
    color: #959595;
    margin-top: 15px;
}

#footer .footer-info-wrap p.copyright strong {
    color: #25b4ff;
    font-weight: normal;
}

#footer .foot_certify {
    display: none;
}

/* 공통 상품폼 */

.goods_list_cont .item-wrap .item{
    /* margin: 0 0 8% 0; 
    width: 411px !important;*/
    margin-right: 22px;
}

.item_info_cont{
    padding: 10px 0 0 0;
    display: block;
}

.goods_list_cont .item-wrap .item .item_photo_box,
.goods_list_cont .item-wrap .item .item_photo_box a {
    width: 100%;
}

.goods_list_cont .item-wrap .item .item_photo_box > a > img {
    width: 100%;
    height: auto;
}

.item_tit_box .item_name {
    display: block;
    padding: 4px 0 0 0;
    font-size: 17px;
    color: #333;
    font-weight: 400;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.item_tit_box .item_name_explain {
    display: block;
    padding: 5px 10px 0 0px;
    color: #828282;
    font-size: 13px;
    line-height: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.item_money_box {
    padding: 15px 0 0 0;
}

.item_money_box del,
.item_money_box .item_price{
    display: inline-block;
    vertical-align: top;
	margin-right: 8px;
    padding: 0;
    font-size: 17px;
    font-weight: 600;
}

.item_money_box del{
	font-weight: normal;
}

.discount-rate{
    position: absolute;
    width: 50px;
    height: 50px;
    background: #333232;
    border-radius: 50%;
    z-index: 1;
    color: #fff;
    font-size: 15px;
    line-height: 51px;
    font-weight: normal;
    top: 15px;
    left: 25px;
	transition: all 0.35s;
	-webkit-transition: all 0.35s;
	-ms-transition: all 0.35s;
    text-align: center;
	border: 1px solid #555;
    box-sizing: border-box;
}

.discount-rate b{
	font-weight: normal;
}

.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;
}

.basic-product .goods_list_cont ul li {
    margin: 0px 0px 70px;
}

.basic-product .goods_list_cont ul li .item_photo_box {
    overflow: hidden;
    border: none;
}

.basic-product .goods_list_cont ul li .item_photo_box img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;    
}

.basic-product .goods_list_cont ul li:hover .item_photo_box img {
    -webkit-transform: scale(1.12);
    -ms-transform: scale(1.12);
    transform: scale(1.12);
}

.basic-product .goods_list_cont ul li .item_cont {
    padding: 0;
}

.item_tit_box .item_name {
    padding: 0;
    margin-bottom: 8px;
    font-size: 18px;
    color: #1e1e1e;
    font-weight: normal;
}

.item_money_box {
    font-size: 0;
    padding: 0;
} 

.item_money_box del {
    display: inline-block;
    vertical-align: middle;
    font-size: 17px;
    color: #acacac;
    margin-right: 10px;
}

.item_money_box .item_price {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    color: #1e1e1e;
    font-weight: normal;
    padding: 0;
}

.item_money_box span.krw {
    font-size: 16px;
}

.item_money_box del span.krw {
    display: none;
}

.item_basket_type .item_link {
    display: block;
    background-color: unset;
    height: auto;
    width: 38px;
    top: 11px;
    right: 11px;
    left: auto;
    bottom: auto;
}

.item_basket_type .item_link button {
    position: absolute;
    right: -10px;
    font-size: 0;    
    width: 38px;
    height: 38px;
    margin-bottom: 5px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;    
}

.item_basket_type .item_link img {
    display: none;
}

.item_basket_type .item_link button.btn_basket_get {
    background: url(../img/btn/btn-like.png) no-repeat;
    top: 0;
}

.item_basket_type .item_link button.btn_basket_cart {
    background: url(../img/btn/btn-cart.png) no-repeat;
    top: 43px;
    transition-delay: 0.1s;
}

.item_basket_type .item_link button.btn_basket_view {
    background: url(../img/btn/btn-search.png) no-repeat;
    top: 86px;
    transition-delay: 0.2s;
}

.basic-product .goods_list_cont ul li:hover .item_link button {
    right: 0;
    opacity: 1;
    visibility: visible;
}

#layerDim {
    display: none !important;
}

/* 검색페이지 상품폼 */
.goods_search_cont .goods_list_cont ul li {
	width:33.33% !important;
	margin: 0 0 8% 0;
}

.goods_search_cont .goods_list_cont ul li:nth-of-type(3n) {
	margin-right:auto;
}

/* 우측 윙 */

.scroll_wrap {
    left: auto;
    width: 100%;
    margin: 0;
    top: 16px;
    z-index: 98;
}

#scroll_right,
#scroll_right.ban_fixed{
    width: 106px;
    right: 160px;
    margin-right: 0;
    top: 200px !important;
    position: fixed;
	display: block !important;
    opacity: 1 !important;
    visibility: visible;
}

.scroll-container {
    border: 1px solid #dfdfdf;
    border-top-color: #1e1e1e;
    background: #fff;   
    padding-top: 13px;
}

.scroll-nav:after {
    content: "";
    display: block;
    margin: 10px auto;
    width: 27px;
    height: 1px;
    background: #dfdfdf;
}

.scroll-nav li a {
    font-size: 16px;
    color: #1e1e1e;
    display: block;
    text-align: center;
    line-height: 34px;
}

.scroll_right_cont {
    padding: 0px 15px 18px;
    min-width: unset;
    background: #fff;
    float: none;
	min-width:auto;
}

.scroll_right_cont h4 {
    font-size: 16px;
    color: #737373;
    font-weight: normal;
}

.scroll_right_cont ul {
    padding-top: 6px;
}

.scroll_right_cont li,
.scroll_right_cont .photo {
    width: 74px;
    height: 87px;
    margin: 0;
    padding: 0;
    border: none;
}

.scroll_right_cont li {
    margin-bottom: 5px;
}

.scroll_right_cont .src_box {
    height: 81px;
}

.scroll_right_cont .scr_paging {
    width: auto;
    padding-top: 5px;
}

.scroll_right_cont .scr_paging button:focus {
    outline: none;
}

.scroll_right_cont .scr_paging button:first-child {
    margin-right: -1px;
}

.scroll_right_cont .scr_paging span {
    display: none;
}

#scroll_right .btn_scroll_top {
    text-align: center;
    font-size: 14px;
    color: #1e1e1e;
    position: fixed;
    bottom: 50px;
    width: 106px;
}

#scroll_right .btn_scroll_top img {
    display: block;
    margin: 0 auto 7px;
}