@charset 'utf-8';

/*
 * Copyright    :    ONEDAYNET.CO.KR
 * SOLUTION     :    HYSSENCE RE
 * Directory    :    pages/css/
 * File         :    hyssence_sub.css
 * SUMMARY      :    (스킨별) 서브공통/서브상품리스트/아이템박스
 */





/* ********************************************** *
 * 서브 위치
 * ********************************************** */
.section {overflow:hidden;}







/* ********************************************** *
 * 서브 탑(위치)
 * ********************************************** */
.sub_top {}
.sub_top li {list-style:none;}

/* 2차 카테고리 */
.sub_top .ctg2_box {overflow: hidden;}
.sub_top .ctg2_box ul {display: flex; flex-direction: row; justify-content: flex-start; align-items: center; width: max-content;}
.sub_top .ctg2_box ul {padding: 10px 15px 20px 15px; box-sizing: border-box;}
.sub_top .ctg2_box li {flex: none;}
.sub_top .ctg2_box li+ li {margin-left: 5px;}
.sub_top .ctg2_box .ctg2 {font-size: 15px; font-weight: 500; color: #fff; letter-spacing: 0; background: #000; border: 1px solid #000; border-radius: 100px; box-sizing: border-box;}
.sub_top .ctg2_box .ctg2 {height: 40px; display: flex; flex-direction: row; justify-content: center; align-items: center; padding: 0 25px;}
.sub_top .ctg2_box .off .ctg2 {background: #f5f5f5 !important; border-color: #f5f5f5 !important; color: #222;}

/* 3차 카테고리 */
.sub_top .ctg3_box {overflow: hidden; margin-top: -5px;}
.sub_top .ctg3_box ul {display: flex; flex-direction: row; justify-content: flex-start; align-content: stretch; align-items: stretch; flex-wrap: wrap;}
.sub_top .ctg3_box li {flex: none; width: 33.333%; min-height: 40px; position: relative;}
.sub_top .ctg3_box li:before {content: ''; position: absolute; left: 0; top: 0; width: 300%; height: 1px; background: #f2f2f2;}
.sub_top .ctg3_box li:after {content: ''; position: absolute; left: 0; top: 0; width: 1px; height: 300%; background: #f2f2f2;}
.sub_top .ctg3_box li:first-of-type:after {display: none;}
.sub_top .ctg3_box li:nth-of-type(3n)+ li:after {display: none;}
.sub_top .ctg3_box .ctg3 {height: 100%; padding: 10px 15px; box-sizing: border-box; display: flex; flex-direction: row; justify-content: flex-start; align-items: center;}
.sub_top .ctg3_box .ctg3 {font-size: 14px; color: #999; letter-spacing: -0.4px; word-wrap:break-word; word-break:keep-all; white-space:normal;}
.sub_top .ctg3_box .hit .ctg3 {color: #000;}







/* ********************************************** *
 * 카테고리 : 상단배너
 * ********************************************** */
.sub_visual {padding: 0 15px 15px 15px; box-sizing: border-box;}
.sub_visual li {list-style: none;}

/* 기본형 */
.sub_visual .bn_basic {}
.sub_visual .bn_basic ul {}
.sub_visual .bn_basic li {font-size: 0;}
.sub_visual .bn_basic li+ li {margin-top: 10px;}
.sub_visual .bn_basic a {font-size: 0;}
.sub_visual .bn_basic img {width: 100%;}

/* 롤링 박스 */
.sub_visual .bn_rolling {position: relative;}
.sub_visual .rolling_wrap {overflow: hidden;}
.sub_visual .rolling_box {}
.sub_visual .rolling_box .banner {font-size: 0;}
.sub_visual .rolling_box .banner a {font-size: 0;}
.sub_visual .rolling_box .banner img {width: 100%;}

/* 롤링 아이콘 */
.sub_visual .rolling_icon {margin-top: 15px; margin-bottom: 10px;}
.sub_visual .rolling_icon .lineup {display: flex; flex-direction: row; justify-content: center; align-content: center;}
.sub_visual .rolling_icon .icon {padding: 5px 2px; box-sizing: border-box; font-size: 0;}
.sub_visual .rolling_icon .icon+ .icon {margin-left: 1px;}
.sub_visual .rolling_icon .dot {width: 6px; height: 6px; background: #000; border: 1px solid #000; border-radius: 100px; box-sizing: border-box;}
.sub_visual .rolling_icon .dot {opacity: 0.2; filter: alpha(opacity=20); -ms-filter: alpha(opacity=20);}
.sub_visual .rolling_icon .active .dot {opacity: 1; filter: alpha(opacity=100); -ms-filter: alpha(opacity=100);}







/* ********************************************** *
 * 카테고리 : 베스트
 * ********************************************** */
.sub_best {background:#ccc; padding: 40px 15px 15px 15px; box-sizing: border-box;}
.sub_best li {list-style:none;}

/* 타이틀 */
.sub_best .best_title {font-family: 'SBAggroM'; font-size: 30px; color: #fff; letter-spacing: -0.9px; line-height: 1; margin-bottom: 15px;}

/* 롤링박스/상품박스 */
.sub_best .rolling_box {overflow: hidden;}
.sub_best .swiper-wrapper {display: flex; flex-direction: row; justify-content: flex-start; align-content: stretch; align-items: stretch;}
.sub_best .swiper-slide {height: auto;}
.sub_best .item_list {padding: 0;}
.sub_best .item_list ul {height: 100%; margin-left: -3px;}
.sub_best .item_list.if_col2 ul {margin-left: -4px;}
.sub_best .item_list.if_col2 .item_box {margin-left: 4px;}
.sub_best .item_list.if_col1 ul {margin-left: 0;}
.sub_best .item_list.if_col1 .item_box {margin-left: 0;}
.sub_best .item_box {background: #fff; margin-left: 3px;}
.sub_best .item_box:before {display: none;}
.sub_best .item_box .thumb .real_img {background-color: #fff;}
.sub_best .item_box .thumb .fake_img {background-color: #fff;}

/* 롤링 아이콘 */
.sub_best .rolling_icon {margin-top: 15px; margin-bottom: 10px;}
.sub_best .rolling_icon .lineup {display: flex; flex-direction: row; justify-content: center; align-content: center;}
.sub_best .rolling_icon .icon {padding: 5px 2px; box-sizing: border-box; font-size: 0;}
.sub_best .rolling_icon .icon+ .icon {margin-left: 1px;}
.sub_best .rolling_icon .dot {width: 6px; height: 6px; background: #fff; border: 1px solid #fff; border-radius: 100px; box-sizing: border-box;}
.sub_best .rolling_icon .dot {opacity: 0.3; filter: alpha(opacity=30); -ms-filter: alpha(opacity=30);}
.sub_best .rolling_icon .active .dot {opacity: 1; filter: alpha(opacity=100); -ms-filter: alpha(opacity=100);}








/* ********************************************** *
 * 카테고리 : 해시태그
 * ********************************************** */
.sub_hash {margin-top:20px; padding:0 15px;}
.sub_hash li {list-style:none;}

/* 태그목록 */
.sub_hash .hash_box {border:2px solid #eee; position:relative; padding:10px}
.sub_hash .hash_box ul {overflow:hidden;}
.sub_hash .hash_box li {float:left; width:33.3333%; position:relative;}
.sub_hash .hash_box li:before {content:""; position:absolute; left:-5px; top:0; width:1px; height:500%; background:#eee;}
.sub_hash .hash_box .btn {display:block; padding:5px 20px 3px 5px; color:#888; letter-spacing:-0.5px; overflow:hidden; text-overflow:ellipsis; white-space: nowrap; word-wrap: normal !important; font-size:12px;}









/* ********************************************** *
 * 서브 상품목록
 * ********************************************** */
.sub_item {overflow:hidden; border-top: 1px solid #f0f0f0; box-sizing: border-box; position: relative; padding-top: 10px;}
.sub_item:before {content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 10px; background: #f8f8f8;}
.sub_item li {list-style:none;}

.sub_item .item_list {}








/* ********************************************** *
 * 목록 컨트롤러
 * ********************************************** */
.item_list_ctrl {padding: 0 15px 20px 15px; overflow: hidden;}
.item_list_ctrl li {list-style:none;}

/* 토탈수 */
.item_list_ctrl .total {margin-top: 40px; font-family: 'SBAggroM'; font-size: 18px; color: #000; letter-spacing: -0.6px; line-height: 1;}
.item_list_ctrl .total strong {color: #000;}

/* 정렬 */
.item_list_ctrl .range_box {border-top: 1px solid #f2f2f2; box-sizing: border-box; margin-top: 15px; padding-top: 5px;}
.item_list_ctrl .range_box ul {display: flex; flex-direction: row; justify-content: flex-start; align-items: center; margin: 0 -10px;}
.item_list_ctrl .range_box li {flex: none;}
.item_list_ctrl .range_box .opt {font-size: 15px; color: #aaa; letter-spacing: -0.6px; font-weight: 500; line-height: 1; position: relative;}
.item_list_ctrl .range_box .opt {padding: 10px 10px; box-sizing: border-box;}
.item_list_ctrl .range_box .hit .opt {color: #000; font-weight: 600;}
.item_list_ctrl .range_box .hit .opt:before {content: ''; position: absolute; left: 50%; bottom: 1px; width: 4px; height: 4px; margin-left: -2px;}
.item_list_ctrl .range_box .hit .opt:before {background: #000; border: 1px solid #000; border-radius: 100px; box-sizing: border-box;}










/* ********************************************** *
 * 상품 박스
 * ********************************************** */
.item_box {margin-left: 6px; position:relative; border-radius: 3px; height: 100%; overflow: hidden; background: #fff;}
.item_box {display: flex; flex-direction: column; justify-content: flex-start; align-items: stretch;}
.item_box:before {content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; border: 1px solid #eee; border-radius: 3px; box-sizing: border-box; z-index: 1;}

/* 썸네일 */
.item_box .thumb {position:relative; padding: 8px; box-sizing: border-box; flex: none;}
.item_box .thumb .real_img {position:absolute; top:0; left:0; width:100%; height:100%; font-size: 0; padding: 8px; box-sizing: border-box;}
.item_box .thumb .real_img {display: flex; flex-direction: row; justify-content: center; align-items: center; background-color: #fff;}
.item_box .thumb .real_img img {width: 100%; background-repeat: no-repeat !important; background-position: center !important; background-size: contain !important;}
.item_box .thumb .fake_img {width: 100%; font-size: 0; background: transparent url('../images/skin/none_photo.png') center center no-repeat; background-size: 30px auto !important;}
.item_box .thumb .fake_img img {width:100%;}

/* 상품아이콘 */
.item_box .upper_icon {position:absolute; left:5px; top:5px; z-index:6; display: flex; flex-direction: row; justify-content: flex-start; align-items: flex-start; flex-wrap: wrap;}
.item_box .upper_icon img {height: 40px; margin-right: 5px; margin-bottom: 5px;}
.item_box .upper_icon img.if_blink {animation: icon_flash 0.4s ease infinite; -webkit-animation: icon_flash 0.4s ease infinite; opacity: 0.4; filter: alpha(opacity=40); -ms-filter: alpha(opacity=40);}

@-webkit-keyframes icon_flash {
	0% {opacity: 0.4; filter: alpha(opacity=40); -ms-filter: alpha(opacity=40);}
	50% {opacity: 1; filter: alpha(opacity=100); -ms-filter: alpha(opacity=100);}
	0% {opacity: 0.4; filter: alpha(opacity=40); -ms-filter: alpha(opacity=40);}
}
@keyframes icon_flash {
	0% {opacity: 0.4; filter: alpha(opacity=40); -ms-filter: alpha(opacity=40);}
	50% {opacity: 1; filter: alpha(opacity=100); -ms-filter: alpha(opacity=100);}
	0% {opacity: 0.4; filter: alpha(opacity=40); -ms-filter: alpha(opacity=40);}
}

/* 품절 */
.item_box .soldout {position:absolute; left:0; top:0; background:rgba(0,0,0,0.3);; width:100%; height:100%; z-index:10;}
.item_box .soldout {color:#fff; font-size:20px; letter-spacing: -0.5px; font-weight: 500; display: flex; flex-direction: column; justify-content: center; align-items: center;}

/* 상품이름/설명 */
.item_box .info {text-align: center; padding: 0 4px 10px 4px; box-sizing: border-box; margin-top: -10px; position: relative; z-index: 5;}
.item_box .info {flex: auto; display: flex; flex-direction: column; justify-content: flex-start; align-items: center;}
.item_box .info .item_name {font-size: 15px; color: #000; letter-spacing: -0.5px; margin-top: 3px; position: relative; max-width: 100%; overflow: hidden;}
.item_box .info .item_name .tx {max-width: 100%; float: left; line-height:1.25; font-weight:800;}
.item_box .info .item_name .tx {overflow:hidden; text-overflow:ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; display: -webkit-box;}

.item_box .info .item_name .tx.down {display: none;}
.item_box .info .sub_name {font-size: 14px; color: #222; letter-spacing: -0.8px; margin-top: -2px; max-width: 100%; font-weight: 600; position: relative; overflow: hidden;}
.item_box .info .sub_name .tx {white-space: nowrap; text-overflow: ellipsis; overflow: hidden; max-width: 100%; float: left;}
.item_box .info .sub_name .tx.down {display: none;}

/* 상품가격 */
.item_box .price {position: relative; display: inline-block;}
.item_box .price .before {position: absolute; left: 2px; top: -22px; height: 19px; background: rgba(0, 0, 0, 0.95); padding: 0 5px; box-sizing: border-box;}
.item_box .price .before {display: flex; flex-direction: row; justify-content: flex-start; align-items: center;}
.item_box .price .before strong {color:#fff; margin-right:5px; white-space:nowrap; font-weight:600; line-height:1;}
.item_box .price .before .won {position: relative; font-family: 'Manrope'; font-size: 13px; color: #fff; letter-spacing: -0.7px; white-space:nowrap}
.item_box .price .before .won {font-weight: 500; line-height: 1; padding-left: 2px; padding-right: 10px; box-sizing: border-box;}
.item_box .price .before .won:before {content: ''; position: absolute; left: 0; top: 50%; width: 100%; height: 1px; background: #fff; z-index: 1; margin-top: -1px;}
.item_box .price .before .won:after {content: ''; position: absolute; right: -1px; top: 50%; width: 7px; height: 1px; background: #fff; transform: rotate(-45deg); margin-top: 1px;}
.item_box .price .after {white-space: nowrap; position: relative;}
.item_box .price .after .after_in {display: flex; flex-direction: row; justify-content: center; align-items: flex-end;}
.item_box .price .after .after_in.up {position: absolute; left: 0; top: 0; z-index: 1;}
.item_box .price .after .after_in.down .won {-webkit-text-stroke: 6px #fff;}
.item_box .price .after .after_in.down .won_t {-webkit-text-stroke: 4px #fff;}
.item_box .price .after .won {font-family: 'Manrope'; font-size: 27px; color: #fe0909; font-weight: 800; letter-spacing: -3px; line-height: 1;}
.item_box .price .after .won_t {font-size: 13px; color: #fe0909; font-weight: 600; letter-spacing: -1px; line-height: 1; margin-bottom: 4px; margin-left: 2px;}
.item_box .price .percent {display: none;}

/* 장바구니 담기 */
.item_box .cart_box {display: flex; flex-direction: row; justify-content: center; align-items: center; padding: 7px 0 0 0;}
.item_box .cart_box {box-sizing: border-box; margin-top: auto; margin-bottom: -6px; width: 100%; max-width: 150px;}
.item_box .cart_box .select {flex: auto; height: 30px; border: 1px solid #222; border-radius: 3px 0 0 3px; box-sizing: border-box; position: relative; background: #fff; overflow: hidden;}
.item_box .cart_box .select:before {display: none;}
.item_box .cart_box .select select {height: 100%; line-height: 1; padding: 0 15px; font-family: 'Manrope'; font-size: 16px; color: #111;}
.item_box .cart_box .select select {letter-spacing: -0.8px; font-weight: 600; border: 0; position: relative; z-index: 2; cursor: pointer;}
.item_box .cart_box .select .icon {position: absolute; right: 10px; top: 50%; z-index: 1; margin-top: -4px;}
.item_box .cart_box .select .icon {width: 8px; height: 8px; background: transparent url('../images/sub/select_ic.svg') center center no-repeat; background-size: 8px auto !important;}
.item_box .cart_box .btn_cart {flex: none; width: 35px; height: 30px; display: flex; flex-direction: row; justify-content: center; align-items: center;}
.item_box .cart_box .btn_cart {background: #222; border: 1px solid #222; border-radius: 0 3px 3px 0; box-sizing: border-box;}
.item_box .cart_box .btn_cart .ic {font-size: 0;}
.item_box .cart_box .btn_cart img {width: 15px;}
.item_box .cart_box .btn_cart strong {font-size: 14px; color: #fff; letter-spacing: -0.7px; margin-left: 4px; display: none;}

.item_box .cart_box.hit .select {border-color: #fe0909;}
.item_box .cart_box.hit .btn_cart {background: #fe0909; border-color: #fe0909;}

@media screen and (max-width: 500px) {
	.item_box .cart_box {max-width: 100%;}
	.item_list.if_col1 .item_box .cart_box {max-width: 135px;}
}











/* ********************************************** *
 * 상품 목록 : 박스형
 * ********************************************** */
/* 3 X ∞ */
.item_list {padding: 0 15px; box-sizing: border-box;}
.item_list ul {margin-left:-6px; display: flex; flex-direction: row; justify-content: flex-start; align-content: stretch; align-items: stretch; flex-wrap: wrap;}
.item_list li {list-style:none; flex: none; width:33.3333%;}
.item_list li:nth-of-type(3)~ li {margin-top: 6px;}

/* 2 X ∞ */
.item_list.if_col2 ul {margin-left: -8px;}
.item_list.if_col2 li {width:50%;}
.item_list.if_col2 li:nth-of-type(2)~ li {margin-top: 8px;}

.item_list.if_col2 .item_box {margin-left: 8px;}
.item_list.if_col2 .item_box .thumb {padding: 14px;}
.item_list.if_col2 .item_box .thumb .real_img {padding: 14px;}
.item_list.if_col2 .item_box .info {margin-top: -30px; padding-left: 10px; padding-right: 10px;}
.item_list.if_col2 .item_box .cart_box {margin-bottom: 0; padding: 7px 0 0 0;}
.item_list.if_col2 .item_box .cart_box .btn_cart {width: 65px;}
.item_list.if_col2 .item_box .cart_box .btn_cart strong {display: block;}
.item_list.if_col2 .item_box .upper_icon img {height: 45px;}
.item_list.if_col2 .item_box .price .after .won {font-size: 32px;}

/* 1 X ∞ */
.item_list.if_col1 ul {margin-left: 0;}
.item_list.if_col1 li {width:100%;}
.item_list.if_col1 li+ li {margin-top: 10px !important;}

.item_list.if_col1 .item_box {margin-left: 0; flex-direction: row; align-items: center;}
.item_list.if_col1 .item_box .info {margin-top: 0; justify-content: center; align-items: flex-end; position: absolute; right: 0; top: 0; width: 100%; height: 100%; z-index: 5;}
.item_list.if_col1 .item_box .info {padding: 15px 15px 15px 30%; box-sizing: border-box;}
.item_list.if_col1 .item_box .thumb {width: 55%; min-width: 210px; padding: 10px 10px;}
.item_list.if_col1 .item_box .thumb .real_img {background-color: #fff; padding: 10px 10px;}
.item_list.if_col1 .item_box .thumb .fake_img {background-color: #fff;}
.item_list.if_col1 .item_box .cart_box {margin-top: 20px; margin-bottom: 0; padding: 0; order: 4;}
.item_list.if_col1 .item_box .cart_box .btn_cart {width: 65px;}
.item_list.if_col1 .item_box .cart_box .btn_cart strong {display: block;}
.item_list.if_col1 .item_box .price {order: 3; margin-top: 10px;}
.item_list.if_col1 .item_box .price .before {position: relative; top: auto; left: 17px; background: none; padding: 0; margin-bottom: -3px;}
.item_list.if_col1 .item_box .price .before {opacity: 0.5; filter: alpha(opacity=50); -ms-filter: alpha(opacity=50);}
.item_list.if_col1 .item_box .price .before .won {color: #000; font-size: 14px;}
.item_list.if_col1 .item_box .price .before .won:before {background: #000;}
.item_list.if_col1 .item_box .price .before .won:after {background: #000;}
.item_list.if_col1 .item_box .price .after .won {font-size: 37px;}
.item_list.if_col1 .item_box .price .after .won:before {content: '￦'; font-size: 13px; letter-spacing: -1px; font-weight: 900; font-family: 'SUIT'; margin-right: 2px;}
.item_list.if_col1 .item_box .price .after .won_t {display: none;}
.item_list.if_col1 .item_box .info .item_name {font-size: 24px; letter-spacing: -1.2px; padding: 0; order: 1; margin-top:0px; text-align:right; overflow:hidden;}
.item_list.if_col1 .item_box .info .item_name .tx {-webkit-line-clamp: 2; line-height:1.25;}
.item_list.if_col1 .item_box .info .item_name .tx.up {position: absolute; left: 0; top: 0; z-index: 1;}
.item_list.if_col1 .item_box .info .item_name .tx.down {-webkit-text-stroke: 5px #fff; display: -webkit-box;}
.item_list.if_col1 .item_box .info .sub_name {font-size: 19px; font-weight: 500; padding: 0; margin-top: -1px; order: 2;}
.item_list.if_col1 .item_box .info .sub_name .tx.up {position: absolute; left: 0; top: 0; z-index: 1;}
.item_list.if_col1 .item_box .info .sub_name .tx.down {-webkit-text-stroke: 4px #fff; display: block;}
.item_list.if_col1 .item_box .upper_icon img {height: 45px;}










/* ********************************************** *
 * 상품 상세 : 상단1
 * ********************************************** */
.view_top {padding:0 15px; margin-top:15px;}
.view_top li {list-style:none;}
.view_top .view_info {margin-top:15px;}
.view_top .sub_hash {padding:0px;}

/* 썸네일 */
.view_photo {text-align:center; box-sizing:border-box; }
.view_photo .photo_box { padding-left:20%; position:relative;}
.view_photo .photo_box .rolling_box {overflow:hidden;}
.view_photo .photo_box .thumb {overflow:hidden; border:1px solid #ddd; background:#fafafa url('../images/skin/none_photo.png') center center no-repeat; box-sizing:border-box; position:relative; background-size:30px;}
.view_photo .photo_box .thumb .real_img {overflow:hidden; position:absolute; top:0; left:0; width:100%; height:100%; }
.view_photo .photo_box .thumb .real_img img {width:100%; float:left;}
.view_photo .photo_box .thumb .fake_img {overflow:hidden;}
.view_photo .photo_box .thumb .fake_img img {width:100%; float:left;}

/* 롤링썸네일 */
.view_photo .rolling_thumb {overflow:hidden; position:absolute; left:0; top:0; box-sizing:border-box; height:100%; width:20%;}
.view_photo .rolling_thumb li {position:absolute; left:0; top:0; width:100%; height:20%; padding-right:14px; box-sizing:border-box; }
.view_photo .rolling_thumb li:nth-of-type(2) {top:20%}
.view_photo .rolling_thumb li:nth-of-type(3) {top:40%}
.view_photo .rolling_thumb li:nth-of-type(4) {top:60%}
.view_photo .rolling_thumb li:nth-of-type(5) {top:80%}
.view_photo .rolling_thumb .box {position:absolute; left:0; top:0; height:100%; width:100%; background:transparent url('../images/skin/none_photo.png') 37% center no-repeat; background-size:18px;}
.view_photo .rolling_thumb .box:before {content:""; position:absolute; left:0; top:0; width:80%; height:100%; box-sizing:border-box; border:1px solid #ddd; border-top:0; z-index:2;}
.view_photo .rolling_thumb .box:after {content:""; position:absolute; left:0; top:0; width:80%; height:1px; background:#ddd; margin-top:-1px; z-index:1;}
.view_photo .rolling_thumb li:nth-of-type(1) .box:after {margin-top:0px;}
.view_photo .rolling_thumb img {height:100%; width:100%;}
.view_photo .rolling_thumb .box span {position:absolute; left:0; top:0; height:100%; width:80%; box-sizing:border-box; border:5px solid #fff; z-index:1}
.view_photo .rolling_thumb .hit .box:before {border-color:#666}
.view_photo .rolling_thumb .hit .box:after {background:#666; z-index:3}
.view_photo .rolling_thumb .upper_link {width:80%;}
.view_photo .photo_box.if_onlyone {padding-left:0px;}
.view_photo .photo_box.if_onlyone .rolling_thumb {display:none;}


/* 상품제목 */
.view_name {overflow:hidden;}
.view_name .title {color:#333; font-size:18px; letter-spacing:-1px; word-wrap:break-word; line-height:1.3;}
.view_name .sub_name {color:#666; font-size:15px; letter-spacing:-0.5px; word-wrap:break-word; margin-top:10px; line-height:1.3;}
.view_name .price {overflow:hidden; margin-top:15px;}
.view_name .price ul {display:table; box-sizing:border-box;}
.view_name .price li {display:table-cell; vertical-align:middle;}
.view_name .price .before {color:#999; font-size:19px; letter-spacing:-0.5px; margin-right:10px; position:relative; font-weight:300; height:26px; line-height:26px;}
.view_name .price .before:before {content:""; width:100%; height:1px; position:absolute; left:0; top:50%; background:#999; z-index:1; margin-top:-1px;}
.view_name .price .after {color:#333; font-size:19px; letter-spacing:-0.5px; font-weight:600; height:26px; line-height:26px;}
.view_name .price .after em {font-size:18px; font-weight:400;}
.view_name .price .point {overflow:hidden; height:30px; line-height:30px; color:#999; letter-spacing:-0.5px; float:left; margin-left:15px; font-size:13px;}
.view_name .price .point .icon {width:20px; height:20px; text-align:center; line-height:22px; font-weight:600; float:left; font-size:13px; margin:4px 4px 0 0;}
.view_name .price .point .icon {background:#ff4200; color:#fff; border-radius:100px; box-sizing:border-box; }
.view_name .price .point strong {color:#333;}

/* 상품정보 */
.view_default {display:table; width:100%; table-layout:fixed; margin-top:15px; border-top:1px solid #666;}
.view_default dl {display:table-row; border-bottom:1px solid #eee;}
.view_default dt,
.view_default dd {display:table-cell; vertical-align:middle; box-sizing:border-box; line-height:1.35; letter-spacing:-0.5px; padding:9px 10px 6px 10px;}
.view_default dt {width:90px; word-wrap:break-word; word-break:keep-all;}
.view_default dd {color:#666; word-wrap:break-word; word-break:keep-all;}
.view_default .brand_tx {margin-right:10px; float:left; padding-top:3px; min-height:24px; box-sizing:border-box;}
.view_default .btn_brand {font-size:11px; color:#666; letter-spacing:-1px; height:24px; line-height:22px; box-sizing:border-box; float:left; margin-top:-2px;}
.view_default .btn_brand {background:#fafafa; border:1px solid #ddd; padding:0 10px; position:relative; border-radius:100px;}
.view_default .btn_coupon {font-size:12px; color:#666; letter-spacing:-1px; height:30px; line-height:30px; box-sizing:border-box; float:left; margin-top:-2px;}
.view_default .btn_coupon {background:#fff; border:1px solid #ccc; padding:0 20px; position:relative; border-radius:100px;}
.view_default .btn_coupon .tx {background:transparent url('../images/skin/view_down.png') right 9px no-repeat; background-size:9px; padding-right:15px; color:#333;}
.view_default .point {float:left; line-height:24px;}
.view_default .after_price {color:#000; font-size:13px; letter-spacing:-0.5px; font-weight:400; line-height:25px; float:left;}
.view_default .after_price strong {font-size:15px; float:left; font-weight:600; line-height:25px;}
.view_default .point_plus { background:#f5f5f5; padding:0px 5px; height:22px; box-sizing:border-box; line-height:26px; margin-left:5px}
.view_default .point_plus .txt {font-size:11px; font-weight:400 !important;  color:#999; letter-spacing:-1px; float:left; line-height:24px;}
.view_default .point_plus strong {color:#d52027; font-weight:600 !important; letter-spacing:0px; float:left; line-height:24px; margin-left:5px; font-size:11px;}
.view_default .delivery {display:block;}
.view_default .point_plus.delivery_free {border-color:#f5f5f5; background:#f5f5f5; margin-top:6px; margin-left:-5px; height:auto; line-height:1.2; padding:5px; font-size:11px;}
.view_default .point_plus.delivery_free strong {margin-left:0px; margin-top:-1px; display:inline; line-height:1.2;}


/* 옵션카운터 */
.view_counter {overflow:hidden; display:inline-block; text-align:center;}
.view_counter .updown_input {float:left; border:1px solid #ccc; background:#f0f0f0; height:30px; padding:0 5px; text-align:center; width:40px; box-sizing:border-box; color:#333; font-size:13px;}
.view_counter a {display:inline-block; width:35px; height:30px; float:left; border:1px solid #ccc; box-sizing:border-box;}
.view_counter .shape {background:#333; height:1px; width:11px; margin-top:14px; position:relative;}
.view_counter .shape:before {content:""; background:#333; position:absolute; left:5px; top:-5px; width:1px; height:11px;}
.view_counter .btn_up {border-left:0;}
.view_counter .btn_down {border-right:0;}
.view_counter .btn_down .shape:before {display:none;}

/* 상품쿠폰 */
.view_coupon {position:relative; margin-top:-2px; overflow:hidden;}
.view_coupon .coupon_name {background:#ff4200; padding:0 10px; color:#fff; letter-spacing:-0.5px; font-weight:600; float:left; height:22px; line-height:23px;}
.view_coupon .coupon_about {color:#333; font-size:13px; letter-spacing:0px; float:left; height:22px; line-height:22px; margin-left:5px;}

/* 옵션 */
.view_option {background:#fafafa;}
.view_option .select {margin-top:10px;}
.view_option .select select {color:#999;}
.view_option .select.if_selected select {color:#666;}
.view_option dd {padding-bottom:9px; padding-top:0px;}

/* 특수옵션 : 컬러 */
.view_option_color {overflow:hidden; margin-top:10px;}
.view_option_color.before {border:1px solid #ddd; background:#fff; height:33px; box-sizing:border-box; position:relative;}
.view_option_color.before:before {content:"Color 항목"; position:absolute; left:0; top:0; width:100%; height:31px; line-height:31px; color:#999; letter-spacing:0px; box-sizing:border-box; padding:0 10px;}
.view_option_color.before .this {display:none;}
.view_option_color li {float:left;  margin-right:5px;}
.view_option_color label {overflow:hidden; position:relative; width:35px; height:35px; text-align:center; box-sizing:border-box;}
.view_option_color label input {opacity: 0; filter: alpha(opacity=0); -ms-filter:alpha(opacity=0); position:absolute; left:0; top:0;}
.view_option_color label .tx {width:35px; height:35px; box-sizing:border-box; border:1px solid #fff; position:relative; background:#fff; border-radius:100px; text-align:center;}
.view_option_color label .shape {overflow:hidden; background-repeat:no-repeat; background-size:100% !important; width:23px; height:23px; border-radius:100px; margin-top:5px; background-color:#eee}
.view_option_color label input:checked+ .tx {border-color:#999;}
.view_option_color label.none .tx {background:rgba(0,0,0,0.05); border-color:rgba(0,0,0,0.3);;}
.view_option_color label.none:before {content:""; width:100%; height:100%; background:rgba(255,255,255,0.85);; position:absolute; left:0; top:0; z-index:90; border-radius:100px;}
.view_option_color label.none:after {content:""; width:1px; height:35px; background:rgba(0,0,0,0.1); position:absolute; left:17px; top:-0px; z-index:100; transform: rotate(45deg); -webkit-transform: rotate(45deg);}

/* 특수옵션 : 사이즈 */
.view_option_size {overflow:hidden; margin-top:10px; color:#999;}
.view_option_size.before {border:1px solid #ddd; background:#fff; height:33px; box-sizing:border-box; position:relative;}
.view_option_size.before:before {content:"Size 항목"; position:absolute; left:0; top:0; width:100%; height:31px; line-height:31px; color:#999; letter-spacing:0px; box-sizing:border-box; padding:0 10px;}
.view_option_size.before .this {display:none;}
.view_option_size li {float:left; margin-right:5px;}
.view_option_size label {overflow:hidden; position:relative; min-width:35px; height:35px; text-align:center;}
.view_option_size label input {opacity: 0; filter: alpha(opacity=0); -ms-filter:alpha(opacity=0); position:absolute; left:0; top:0;}
.view_option_size label .tx {min-width:35px; height:35px; box-sizing:border-box; border:1px solid #ccc; position:relative; background:#fff; line-height:35px; color:#666; padding:0 5px;}
.view_option_size label input:checked+ .tx {border-color:#000; color:#000;}
.view_option_size label.none:before {content:""; width:100%; height:100%; background:rgba(255,255,255,0.7); position:absolute; left:0; top:0; z-index:100}
.view_option_size label.none:after {content:""; width:1px; height:100px; background:rgba(0,0,0,0.2); position:absolute; left:0; top:-15px; z-index:90; transform: rotate(45deg); -webkit-transform: rotate(45deg);}

/* 선택한 옵션 */
.view_option.result {border:1px solid #eee; border-bottom:0; background:#fff; display:block; box-sizing:border-box; margin-top:-1px;}
.view_option.result dl { padding:10px;}
.view_option.result dl+ dl {border-top:1px solid #eee;}
.view_option.result dt {letter-spacing:-0.5px; font-size:13px; line-height:1.3;}
.view_option.result dd {margin-top:5px; overflow:hidden; position:relative;}
.view_option.result .add_tag {padding:0 6px; height:16px; line-height:18px; background:#666; color:#fff; font-size:11px; letter-spacing:-1px; float:left; margin-right:5px;}
.view_option.result .btn_delete {width:26px; height:26px; border:1px solid #ddd; border-radius:100px; box-sizing:border-box; }
.view_option.result .btn_delete {position:absolute; right:0; top:3px; background:#fff url('../images/skin/result_del.png') center center no-repeat; background-size:8px;}
.view_option.result .updown a {background-color:#fafafa !important;}
.view_option.result .view_counter {float:left;}
.view_option.result .price {color:#000; font-size:14px; letter-spacing:0px; font-weight:400; line-height:14px; float:left; margin:10px 0 0 10px;}
.view_option.result .price strong {font-size:15px; float:left; line-height:14px; font-weight:600;}
.view_option.result .if_before {text-align:center; color:#999; font-size:12px;}


/* 결제금액계산 */
.view_total {border-top:1px solid #333; overflow:hidden; padding:20px 10px 0; margin-top:-1px;}
.view_total .total_tt {float:left; color:#333; font-size:15px; letter-spacing:-0.5px; line-height:27px;}
.view_total .after_price {font-size:21px; color:#d52027; letter-spacing:-1px; line-height:29px; float:right; padding-bottom:2px;}
.view_total .after_price strong {font-size:27px; font-weight:600; float:left; line-height:27px}

.view_total_error {text-align:center; color:#999; font-weight:400; display:block; border:1px solid #ddd; border-top:0; padding:15px; border-top:1px solid #333; font-size:13px;}


/* 장바구니/구매 버튼 */
.view_btn {padding-right:65px; position:relative; text-align:center; margin-top:20px;}
.view_btn ul {overflow:hidden; display:table; width:100%; box-sizing:border-box; table-layout:fixed; }
.view_btn li {list-style:none; display:table-cell; vertical-align:top}
.view_btn .btn {font-size:19px; line-height:51px; height:55px; display:block; letter-spacing:-1px; box-sizing:border-box;}
.view_btn .btn_cart {background:#fff; border:1px solid #ccc; color:#333; border-right:0;}
.view_btn .btn_order {background:#d52027; border:1px solid #d52027; color:#fff;}
.view_btn .btn_wish {border:1px solid #ccc; position:absolute; right:0; top:0; width:65px; background:#fff url('../images/skin/view_wish.png') center center no-repeat; background-size:25px !important; border-left:0;}
.view_btn .btn_wish.hit {background:#fff url('../images/skin/view_wish_on.png') center center no-repeat;}
.view_btn .btn_soldout {border:1px solid #ccc; font-weight:400; color:#999; font-size:15px; font-weight:300;}

.view_btn .how {position:absolute; left:0; bottom:55px; width:100%; z-index:100; height:0; overflow:hidden; }
.view_btn .how .box {padding:15px 10px; height:120px; border:1px solid #333; background:#fff; box-sizing:border-box; border-bottom:1px solid #333;}
.view_btn .how {transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out;}
.view_btn .how .tip {margin-bottom:15px; color:#333; font-weight:600;}
.view_btn .how ul {display:table; width:100%; box-sizing:border-box; table-layout:fixed; margin:0px; border-collapse:separate; border-spacing:10px 0;}
.view_btn .how li {display:table-cell; float:none; height:35px; line-height:35px;}
.view_btn .how .btn2 {display:block; color:#333; background:#fff; letter-spacing:-0.5px; border:1px solid #ccc;}
.view_btn .how .btn2.go_cart {background:#333; color:#fff; font-weight:600; border-color:#333;}

.view_btn.if_cart_save .how {height:120px; bottom:54px}


/* sns공유 */
.view_summery {overflow:hidden; margin-top:30px; padding:0 15px; margin-bottom:-10px;}
.view_summery .tit {float:left; color:#333; font-size:15px; line-height:28px; height:25px;}
.view_summery .sns {float:right;}
.view_summery .sns li {list-style:none; float:left; position:relative; margin-left:1px}
.view_summery .sns li+ li:before {content:""; position:absolute; left:-1px; top:3px; width:1px; height:20px; background:#ddd;}
.view_summery .sns .btn {padding:0 10px; float:left; height:25px; box-sizing:border-box; padding-top:3px; text-align:center; width:40px;}
.view_summery .sns img {height:18px;}







/* ********************************************** *
 * 상품 상세 : 배너
 * ********************************************** */
.view_banner {margin-top:20px; text-align:center; padding:0 15px;}
.view_banner img {max-width:100%}





/* ********************************************** *
 * 상품 상세 : 관련상품
 * ********************************************** */
.view_relative {text-align:center; margin-top:20px; border-top:1px solid #666; padding:0 15px;}

/* 타이틀/제어 */
.view_relative .relative_top { overflow:hidden; padding-bottom:10px; margin-top:20px; position:relative;}
.view_relative .relative_top .tt {float:left; color:#333; font-size:19px; letter-spacing:-1.5px;}
.view_relative .relative_top .rolling_nate {float:right; margin-top:7px}
.view_relative .relative_top .num {color:#999; font-size:15px; letter-spacing:0.5px; float:left; height:26px; line-height:26px;}
.view_relative .relative_top .num strong {color:#333;}

.view_relative .rolling_icon {position:absolute; right:0; bottom:15px; text-align:center; z-index:11;}
.view_relative .rolling_icon .lineup {display:inline-block; overflow:hidden;}
.view_relative .rolling_icon .icon {width:10px; height:10px; float:left; margin:0 3px; background:#ddd; border-radius:100px;}
.view_relative .rolling_icon .active {background:#666;}

/* 상품노출 */
.view_relative .item_box .info {border:0; text-align:left;}
/* .view_relative .item_box .price {margin-left:5px; margin-right:5px; margin-top:5px;}
.view_relative .item_box .sub_name {display:none;} */








/* ********************************************** *
 * 상품 상세 : 탭메뉴
 * ********************************************** */
.view_tab {margin-top:30px; }
.view_tab .tab_box {border-bottom:1px solid #333; height:53px;}
.view_tab ul {display:table; width:100%; table-layout:fixed;}
.view_tab li { display:table-cell; text-align:center; min-width:110px; position:relative; vertical-align:top;}
.view_tab .tab {background:#fff; display:block; height:53px; font-size:13px; color:#777; box-sizing:border-box;}
.view_tab .tab {border-right:1px solid #ccc; border-top:1px solid #ccc; letter-spacing:-0.5px;}
.view_tab .tab .tx {margin-top:10px; line-height:1.2;}
.view_tab li:first-child .tab {border-left:0 !important; margin:0 !important;}
.view_tab li:first-child .tx {margin-top:17px;}
.view_tab li:last-child .tab {border-right:0 !important; }
.view_tab .hit {padding-bottom:0px !important;}
.view_tab .hit .tab {background:#fff; border-right:1px solid #333; border-top:1px solid #333; border-left:1px solid #333; margin-left:-1px; color:#333;}
.view_tab .hit .tab:before {content:""; width:100%; background:#fff; position:absolute; left:0; bottom:-1px; height:2px; box-sizing:border-box;}
.view_tab .hit .tab:after {content:""; width:100%; box-sizing:border-box; height:2px; border-right:1px solid #333; position:absolute; left:0; bottom:-1px;}
.view_tab li:last-child .tab:after {display:none !important}







/* ********************************************** *
 * 상품 상세 : 탭내용
 * ********************************************** */
.view_conts {padding:15px;}
.view_conts .group_title {color:#333; font-size:19px; letter-spacing:-1px; margin-bottom:5px;}
.view_conts .sub_tit {color:#333; font-size:19px; letter-spacing:-1px;  margin-bottom:5px; position:relative; overflow:hidden;}
.view_conts img {max-width:100%}
.view_detail {overflow:hidden;}

/* 상품정보제공고시 */
.view_notify {overflow:hidden; }
.view_notify .table_box {border:1px solid #ccc; overflow:hidden;}
.view_notify table {width:100%; table-layout:fixed; margin:-1px 0;}
.view_notify table th {text-align:left; padding:8px 15px; border-top:1px solid #ddd; border-bottom:1px solid #ddd; background:#f5f5f5; font-weight:400; color:#666; letter-spacing:-0.5px; box-sizing:border-box; width:130px;}
.view_notify table td {padding:8px 15px;  border-top:1px solid #ddd; border-bottom:1px solid #ddd; color:#666; }
.view_detail+ .view_notify {margin-top:20px;}
.view_notify+ .view_notify {margin-top:30px;}

/* 배송/교환/반품 안내 */
.view_guide { margin-top:30px;}
.view_guide .sub_tit {border-bottom:1px solid #ccc; padding-bottom:8px;}
.view_guide .add {color:#999; letter-spacing:-0.5px; margin-top:5px; font-size:12px; font-weight:400; display:block;}
.view_guide .add strong {text-decoration:underline; color:#666;}
.view_guide .txt_box {margin-top:10px; line-height:1.3;}

