@charset 'utf-8';

/*
 * Copyright    :    ONEDAYNET.CO.KR
 * SOLUTION     :    HYSSENCE 3.0
 * Directory    :    pages/css/
 * File         :    hyssence_sub.css
 * SUMMARY      :    (스킨별) 서브공통/서브상품리스트/아이템박스
 */





/* ********************************************** *
 * 서브 위치
 * ********************************************** */
.section {padding-bottom:50px; overflow:hidden;}







/* ********************************************** *
 * 서브 탑(위치)
 * ********************************************** */
.sub_top {}
.sub_top li {list-style:none;}
.sub_top .sub_nav {padding:0 12px; background:#fff; height:40px; border-bottom:1px solid #999; position:relative; box-sizing:border-box;}
.sub_top .sub_nav .li {float:left; display:inline-block; height:40px;}
.sub_top .sub_nav .btn_back {background:transparent url('../images/skin/sub_btn_back.png') left center no-repeat; background-size:22px; width:30px; height:40px;}
.sub_top .sub_nav .btn {height:40px; line-height:42px; font-size:13px; color:#999; position:relative; display:inline-block; letter-spacing:-0.5px;}
.sub_top .sub_nav .li+ .li .btn {padding-right:25px;}
.sub_top .sub_nav .li+ .li .btn:before {content:""; width:25px; height:40px; background:transparent url('../images/skin/sub_top_ic.png') center center no-repeat; background-size:6px; position:absolute; right:0; top:0;}
.sub_top .sub_nav .btn_ctrl {width:30px; height:30px; position:absolute; right:0; top:5px; display:none;}
.sub_top .sub_nav .btn_ctrl {background:transparent url('../images/skin/sub_top_same.png') center center no-repeat; background-size:17px;}
.sub_top .sub_nav .hit .btn {padding-right:30px !important;}
.sub_top .sub_nav .hit .btn {color:#333;}
.sub_top .sub_nav .hit .btn:before {display:none !important;}
.sub_top .sub_nav .hit .btn .btn_ctrl {display:inline-block;}
.sub_top .sub_nav .li:nth-of-type(3).hit .btn {font-weight:600;}

.sub_top .same_ctg {position:absolute; left:0; top:39px; width:100%; background:#333; box-sizing:border-box; z-index:100; display:none;}
.sub_top .same_ctg ul {overflow:hidden; margin-left:-1px;}
.sub_top .same_ctg li {float:left; width:50%; box-sizing:border-box; position:relative;}
.sub_top .same_ctg li:after {content:""; width:1px; height:200%; background:#484848; position:absolute; left:0; top:0;}
.sub_top .same_ctg li:before {content:""; width:300%; height:1px; background:#484848; position:absolute; left:0; top:0;}
.sub_top .same_ctg li:nth-of-type(en) {border-right:0;}
.sub_top .same_ctg li:nth-of-type(2n) {border-right:0;}
.sub_top .same_ctg li:nth-of-type(2n)+ li {clear:both}
.sub_top .same_ctg .ctg2 {display:block; color:#fff; padding:10px 20px;}

.sub_top .sub_nav .if_open .same_ctg {display:block;}
.sub_top .sub_nav .if_open .btn_ctrl {transform: rotate(180deg); -webkit-transform: rotate(180deg);}

.sub_top .ctg3_box {background:#fff; overflow:hidden; clear:both;}
.sub_top .ctg3_box .inner {display:table; width:100%; box-sizing:border-box; table-layout:fixed;}
.sub_top .ctg3_box ul {display:table-row;}
.sub_top .ctg3_box ul:first-of-type li {border-top:0;}
.sub_top .ctg3_box li {display:table-cell; vertical-align:middle; border:1px solid #ddd;}
.sub_top .ctg3_box .hit {background:#f8f8f8;}
.sub_top .ctg3_box .ctg3 {display:block; font-size:12px; text-align:left; padding:10px 10px 8px 10px; line-height:1.2;}
.sub_top .ctg3_box .hit .ctg3 {color:#000;}

.sub_top.if_view {/* overflow:hidden; */}

.sub_top .sub_nav .if_nonext .btn_ctrl  {display:none !important;}

@media screen and (min-width:650px) {
	.sub_top .same_ctg li {width:33.3333%;}
	.sub_top .same_ctg li:nth-of-type(2n)+ li {clear:none}
	.sub_top .same_ctg li:nth-of-type(3n)+ li {clear:both}

}









/* ********************************************** *
 * 카테고리 : 베스트
 * ********************************************** */
.sub_best {padding-top:20px; text-align:center; background:#f8f8f8; clear:both}
.sub_best li {list-style:none;}

/* 타이틀 */
.sub_best .best_title {text-align:center; font-size:19px; color:#cd3726; letter-spacing:-0.5px;}
.sub_best .best_title strong {color:#000;}

/* 롤링박스 */
.sub_best .rolling_box {overflow:hidden; margin-bottom:20px; padding:0 15px;}

/* 롤링 아이콘 */
.sub_best .rolling_icon {text-align:center; position:relative; padding-top:15px; background:#fff; border-top:1px solid #ddd;}
.sub_best .rolling_icon .lineup {display:inline-block; position:relative; height:12px;}
.sub_best .rolling_icon .icon {width:10px; height:10px; float:left; margin:0 5px; background:rgba(51,51,51,0.3); border-radius:100px;}
.sub_best .rolling_icon .active {background:#333;}

/* 롤링 이전다음버튼 */
.sub_best .prevnext {position:absolute; top:-10px; z-index:10; display:none;}
.sub_best .prevnext.prev {left:-35px; }
.sub_best .prevnext.next {right:-35px;}
.sub_best .prevnext a {display:block; padding:5px; overflow:hidden;}
.sub_best .prevnext .icon {width:15px; height:20px; background:transparent url('../images/skin/main_nate_pv.png') center center no-repeat; background-size:8px;}
.sub_best .prevnext.next .icon {background:transparent url('../images/skin/main_nate_nx.png') center center no-repeat; background-size:8px;}

/* 상품노출 */
.sub_best .item_box {margin-top:20px; background:none;}
.sub_best .item_box .item_name {color:#666 !important; -webkit-line-clamp:2 !important; height:30px; line-height:15px; }
.sub_best .item_box .sub_name {display:none !important;}
.sub_best .item_box .info {border:0;}

/* 롤링페이징 */
.sub_best .rolling_nate {text-align:center; margin-top:10px;}
.sub_best .rolling_nate .lineup {border-radius:100px;  border:1px solid #eee; overflow:hidden; box-sizing:border-box; height:25px;}
.sub_best .rolling_nate .pagi {color:#aaa; display:inline-block; float:left; height:25px; line-height:25px;}
.sub_best .rolling_nate .pagi strong {color:#000;}
.sub_best .rolling_nate .btn {width:30px; height:24px; box-sizing:border-box; padding:0px; display:inline-block !important;}
.sub_best .rolling_nate .btn.btn_prev {float:left !important;}
.sub_best .rolling_nate .btn.btn_next {float:right !important}
.sub_best .rolling_nate .btn {display:block; padding:5px; overflow:hidden; background:transparent url('../images/skin/main_nate_pv.png') center center no-repeat; background-size:7px;}
.sub_best .rolling_nate .btn.btn_next {background:transparent url('../images/skin/main_nate_nx.png') center center no-repeat; background-size:7px;}






/* ********************************************** *
 * 카테고리 : 해시태그
 * ********************************************** */
.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 {margin-top:20px; overflow:hidden;}
.sub_item li {list-style:none;}
.sub_item .item_list {padding:0 15px; margin-top:15px;}
.sub_item .item_box .info { border:0; height:75px; text-align:left;}
.sub_item .item_box .price {position:absolute; left:5px; bottom:10px;}
.sub_item .item_box .price .before {width:auto !important;}

@media screen and (max-width:430px) {
	.sub_item .item_box .info {height:90px;}
	.sub_item .if_col2 .info {height:75px;}
}

.c_section .item_list {padding:0px; margin-top:15px;}
.c_section .item_box .info { border:0; height:75px; text-align:left;}
.c_section .item_box .price {position:absolute; left:5px; bottom:10px;}
.c_section .item_box .price .before {width:auto !important;}

@media screen and (max-width:430px) {
	.c_section .item_box .info {height:90px;}
	.c_section .if_col2 .info {height:75px;}
}





/* ********************************************** *
 * 상품목록 제어
 * ********************************************** */
.item_list_ctrl {border:1px solid #e6e6e6; overflow:hidden; border-left:0; border-right:0;}
.item_list_ctrl ul {display:table; width:100%; table-layout:fixed; box-sizing:border-box;}
.item_list_ctrl li {list-style:none; display:table-cell; vertical-align:middle; padding:4px 10px 3px; box-sizing:border-box;}
.item_list_ctrl li+ li {border-left:1px solid #e6e6e6;}

/* 전체 상품수 */
.item_list_ctrl .total {color:#666; font-size:13px; letter-spacing:-0.5px;}
.item_list_ctrl .total strong {font-weight:600; color:#333; letter-spacing:0px;}
.item_list_ctrl .select {width:105px; float:right; margin-right:-10px;}
.item_list_ctrl .select:before {display:none;}
.item_list_ctrl .select select {text-align:right; border-color:#fff}









/* ********************************************** *
 * 상품 박스
 * ********************************************** */
.item_box {margin-left:10px; position:relative; margin-top:10px; background:#fff;}
.item_box.item_soldout .upper_link {display:none;}

/* 썸네일 */
.item_box .thumb {background:#fafafa url('../images/skin/none_photo.png') center center no-repeat; background-size:22px; position:relative; border:1px solid #e6e6e6; box-sizing:border-box; overflow:hidden;}
.item_box .thumb .real_img {overflow:hidden; position:absolute; top:0; left:0; width:100%; height:100%; }
.item_box .thumb .real_img img {width:100%; float:left;}
.item_box .thumb .fake_img {overflow:hidden;}
.item_box .thumb .fake_img img {width:100%; float:left;}

/* 상품아이콘 */
.item_box .upper_icon {position:absolute; left:1px; top:1px; z-index:1}
.item_box .upper_icon img {width:auto; float:left; margin-right:1px; margin-bottom:1px; height:18px;}

/* 품절 */
.item_box .soldout {position:absolute; left:0; top:0; background:rgba(0,0,0,0.25);; width:100%; height:100%; z-index:20}
.item_box .soldout .inner {color:#fff; font-size:18px; position:absolute; left:0; top:50%; margin-top:-14px; width:100%; text-align:center;}

/* 상품이름/설명 */
.item_box .info {text-align:center; border:1px solid #eee; box-sizing:border-box; border-top:0; position:relative; padding:14px 0 5px 0;}
.item_box .info .item_name {color:#333; font-size:12px; letter-spacing:-1px; margin-top:-4px; padding-left:5px; padding-right:5px;}
.item_box .info .item_name {overflow:hidden; text-overflow:ellipsis; -webkit-line-clamp: 1; -webkit-box-orient: vertical; display: -webkit-box;}
.item_box .info .sub_name {color:#999; letter-spacing:-0.5px; margin-top:2px; font-size:12px; padding-left:5px; padding-right:5px;}
.item_box .info .sub_name {overflow:hidden; text-overflow:ellipsis; -webkit-line-clamp: 1; -webkit-box-orient: vertical; display: -webkit-box;}

/* 상품가격 */
.item_box .price {overflow:hidden; box-sizing:border-box; margin-top:10px; display:inline-block !important; text-align:center; position:relative;}
.item_box .price .before {font-size:12px; color:#999; position:relative; line-height:13px; display:inline-block; float:left; margin-right:5px; overflow:hidden;}
.item_box .price .before:before {content:""; position:absolute; left:0; top:50%; width:100%; height:1px; background:#999; margin-top:-2px;}
.item_box .price .before .won {font-size:12px; color:#999; line-height:14px; }
.item_box .price .after {display:inline-block; color:#cd3726; font-size:11px; letter-spacing:-0.5px; font-weight:600; line-height:13px; float:left;}
.item_box .price .after .won { color:#cd3726; font-size:12px; line-height:15px; float:left; letter-spacing:-0.5px; margin-top:-1px;}


@media screen and (max-width:430px) {
	.item_box .price {padding-top:12px;}
	.item_box .price .before {position:absolute; left:0; top:0; width:100%; height:15px; text-align:center; margin-right:0px;}
	.item_box .price .after {float:none; }
}










/* ********************************************** *
 * 상품 목록 : 박스형
 * ********************************************** */
/* 3 X ∞ */
.item_list {overflow:hidden;}
.item_list ul {margin-left:-10px; margin-top:-10px; overflow:hidden;}
.item_list li {list-style:none; float:left; width:33.3333%; box-sizing:border-box;}
.item_list li:nth-of-type(3n)+ li {clear:both}

/* 2 X ∞ */
.item_list.if_col2 li {width:50%;}
.item_list.if_col2 .item_box .price {padding-top:0px;}
.item_list.if_col2 .item_box .price .before {float:left !important; display:inline-block !important; margin-right:5px !important;}
.item_list.if_col2 .item_box .price .after {float:left !important}
.item_list.if_col2 .item_box .price .before {position:relative !important; width:auto !important; float:left !important;}
.item_list.if_col2 li:nth-of-type(2n)+ li {clear:both}
.item_list.if_col2 li:nth-of-type(3n)+ li {clear:none}









/* ********************************************** *
 * 상품 상세 : 상단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:24px; 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:24px; 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:#cd3726; 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 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 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;}
.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:#cd3726; letter-spacing:-1px; line-height:24px; float:right;}
.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;}
.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:55px; 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:#333; border:1px solid #333; 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 .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:#cd3726; color:#fff; font-weight:600; border-color:#cd3726;}

.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:13px; 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:20px;}
.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;}

