@charset 'utf-8';

/*
 * Copyright    :    ONEDAYNET.CO.KR
 * SOLUTION     :    HYSSENCE 3.0
 * Directory    :    pages/css/
 * File         :    hyssence_sub.css
 * SUMMARY      :    (스킨별) 서브공통/서브상품리스트/아이템박스
 */





/* ********************************************** *
 * 서브 위치
 * ********************************************** */
.section {overflow:hidden;}






/* ********************************************** *
 * 카테고리 : 베스트
 * ********************************************** */
.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:#000; letter-spacing:-0.5px; font-weight:500;}
.sub_best .best_title strong {color:#000;}

/* 롤링박스 */
.sub_best .rolling_box {overflow:hidden; margin-bottom:15px; padding:0 10px;}

/* 롤링 아이콘 */
.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_list {padding:0; margin-top:10px;}
.sub_best .item_list ul {/* margin-top:-10px; margin-left:-10px; */}
.sub_best .item_box {margin-top:10px; background:none; margin-left:10px;}
.sub_best .item_box .item_name {color:#666 !important; -webkit-line-clamp:2 !important; max-height:29px; line-height:15px; }
.sub_best .item_box .sub_name {}
.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;}






/* ********************************************** *
 * 상품목록 제어
 * ********************************************** */
.item_list_ctrl {text-align:right}
.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; box-sizing:border-box;}


/* 전체 상품수 */
.item_list_ctrl .total {color:#333; letter-spacing:-0.5px; text-align: right; font-size:0px; display:inline-block;}
.item_list_ctrl .total .ti {font-weight:600 !important; font-size:13px; height:22px; line-height:22px; display:inline-block; float:left; margin-top:4px; margin-right:10px;}
.item_list_ctrl .total strong {display: inline-block; vertical-align: middle; font-weight:600; color:#333; letter-spacing:0px;}
.item_list_ctrl .total span {}
.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_list_ctrl .total .li_type {display: inline-block; width:40px; height:30px; float:left; overflow:hidden; font-size:0px; text-align:center; box-sizing:border-box; padding-top:3px; position:relative;}
/*.item_list_ctrl .total .li_type+ .li_type:before {content:""; width:1px; height:22px; background:#eee; position:absolute; left:0; top:50%; margin-top:-11px;} */
.item_list_ctrl .total .icon {border:2px solid #ddd; border-radius:3px; background:#fff; box-sizing:border-box; margin:1px;}
.item_list_ctrl .total .icon_wrap {display:inline-block; font-size:0px; width:24px;}

.item_list_ctrl .total .if_col2 .icon {width:10px; height:10px; }
.item_list_ctrl .total .if_col1 .icon {width:22px; height:22px; }

.item_list_ctrl .total .active .icon {border-color:#000;}








/* ********************************************** *
 * 상품 박스
 * ********************************************** */
.item_box {position:relative;}

/* 썸네일 */
.item_box .thumb {background:transparent url('../images/skin/none_photo.png') center center no-repeat; background-size:22px; position:relative; box-sizing:border-box; overflow:hidden; margin:0px !important;}
.item_box .thumb:before {display: none; content:""; width:100%; height:100%; border:1px solid #000; opacity: 0.1; filter: alpha(opacity=10); -ms-filter:alpha(opacity=10); position:absolute; left:0; top:0; z-index:1; box-sizing:border-box;}
.item_box .thumb .real_img {overflow:hidden; position:absolute; top:0; left:0; width:100%; height:100%; box-sizing:border-box; border-radius:10px; overflow:hidden;}
.item_box .thumb .real_img img {width:100%; float:left; border-radius:5px; transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out;}
.item_box .thumb .fake_img {overflow:hidden; }
.item_box .thumb .fake_img img {width:100%; float:left;}

/* 상품아이콘 */
.item_box .upper_icon {position:absolute; left:10px; top:10px; z-index:5}
.item_box .upper_icon img {width:auto; float:left; margin-right:1px; margin-bottom:1px; height:20px;}

/* 품절 */
.item_box .soldout {position:absolute; left:0; top:0; background:rgba(0,0,0,0.25);; width:100%; height:100%; z-index:2}
.item_box .soldout .inner {color:#fff; font-size:14px; position:absolute; left:0; top:50%; margin-top:-11px; width:100%; text-align:center;}

/* 상품이름/설명 */
.item_box .info {text-align:left; box-sizing:border-box; border-top:0; position:relative; height:auto;}
.item_box .info .item_name {color:#333; font-size:15px; letter-spacing:-0.5px; line-height:1.35; word-wrap:break-word; word-break:break-all; white-space:normal; font-weight:500;}
.item_box .info .sub_name {color:#999; letter-spacing:-1px; margin-top:5px; font-size:13px; line-height:13px;}
.item_box .info .sub_name {overflow:hidden; text-overflow:ellipsis; -webkit-line-clamp: 1; -webkit-box-orient: vertical; display: -webkit-box; display:none;}
.item_box .info .item_tag {overflow:hidden; text-overflow:ellipsis; -webkit-line-clamp:1; -webkit-box-orient:vertical; display:-webkit-box; margin-bottom:5px;}
.item_box .info .item_tag strong {display:inline; font-weight:500; color:#999; font-size:13px; margin-right:3px;}

/* 상품가격 */
.item_box .price {width: 100%; overflow:hidden; box-sizing:border-box; display:flex; justify-content: flex-start; align-items: center; flex-direction:row; margin-top: 10px; flex-wrap:wrap}
.item_box .price * {white-space:nowrap}
.item_box .price .percent {display: inline-block; font-size: 16px; font-weight: 500; color: #ff4e00;margin-right: 5px;}
.item_box .price .percent .thin {font-weight: 300;}
.item_box .price .after {display:inline-block; color:#000; font-size:17px; letter-spacing:-1px; font-weight:400; margin-right: 5px;}
.item_box .price .after {display:inline-flex; justify-content: flex-start; align-items: center; flex-direction:row;}
.item_box .price .after .won {letter-spacing:-0.2px; font-weight:600; font-size:1.1em;}
.item_box .price .after .won_tx {font-size: 14px; font-weight: 400;}

.item_box .price .before {display:inline-block; font-size:14px; color:#ccc; position:relative;}
.item_box .price .before {display:inline-flex; justify-content: flex-start; align-items: center; flex-direction:row;  display:none;}
.item_box .price .before .won {letter-spacing:-0.2px; position:relative; float:left; padding:0 1px; font-weight:400; font-size:15px;}
.item_box .price .before .won_tx {font-size: 14px; margin-top:-2px; display:none;}
.item_box .price .before .won:before {content:""; position:absolute; left:0; top:50%; width:100%; height:1px; background:#ccc; margin-top:0;}















/* ********************************************** *
 * 상품 상세 : 상단1
 * ********************************************** */
.view_top {display:flex; justify-content:center; align-items:center; flex-direction:column; text-align:center;}
.view_top .ul {width:250px;}
.view_top li {list-style:none;}
.view_top .sub_hash {padding:0px;}

/* 썸네일 */
.view_photo {text-align:center; box-sizing:border-box; }
.view_photo .photo_box { position:relative; padding:30px 80px;}
.view_photo .photo_box .rolling_box {overflow:hidden;}
.view_photo .photo_box .thumb {overflow:hidden; 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_tit {margin-bottom: 10px; margin-top:15px;}
.view_tit .title {color:#000; font-size:20px; letter-spacing:-1px; line-height:1.3; font-weight: 400; word-wrap:break-word; word-break:keep-all; white-space:normal;}

/* 상품제목 */
.view_name {overflow:hidden; padding-top:20px;}
.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;}
.view_name .item_tag {overflow:hidden; text-overflow:ellipsis; -webkit-line-clamp:1; -webkit-box-orient:vertical; display:-webkit-box; margin-bottom:5px;}
.view_name .item_tag strong {display:inline; font-weight:500; color:#999; font-size:14px; margin-right:3px;}

.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:15px; letter-spacing:-0.5px; margin-left:5px; position:relative; 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:0;}
.view_name .price .after {color:#333; font-size:20px; 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:28px; 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:20px; 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_name .price .per {font-weight:500; font-size:19px; margin-right:10px; color:#ff4e00;}


/* 상품정보 */
.view_default {padding-top:20px; border-top:6px solid #f7f7f7; margin-top:30px;}
.view_default dl {display:table; width:100%; table-layout:fixed; }
.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:6px 10px;}
.view_default dt {width:50px; word-wrap:break-word; word-break:keep-all; font-size:0px; padding:0px; padding-left:15px; }
.view_default dd {color:#666; word-wrap:break-word; word-break:keep-all; font-size:13px; }
.view_default dt img {height:20px;}
.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 {color:#000;}
.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:24px;}
.view_default .point_plus { background:#f5f5f5; padding:5px; box-sizing:border-box; line-height:1; 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; margin-left:5px; }
.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_default .no_delivery {color:#333;}


/* 옵션카운터 */
.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; background:#fff;}
.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:#f0f0f0;}
.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+ .view_option_size {padding-top:10px; border-top:1px solid #eee;}
.view_option_size+ .view_option_color {padding-top:10px; border-top:1px solid #eee;}
.view_option_color+ .view_option_color {padding-top:10px; border-top:1px solid #eee;}
.view_option_size+ .view_option_size {padding-top:10px; border-top:1px solid #eee;}


/* 특수옵션 : 컬러 */
.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; box-sizing:border-box; border:1px solid rgba(0,0,0,0.15);}
.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; width:100%; flex:1; overflow-y:auto; max-height:250px; }
.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:right; margin:10px 35px 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:15px 10px; margin-bottom:auto; height:55px; box-sizing:border-box; width:100%;}
.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:#999; letter-spacing:-1px; line-height:24px; float:right;}
.view_total .after_price strong {font-size:23px; font-weight:600; float:left; line-height:23px; color:#000;}

.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 {position:relative; text-align:center; padding:10px; background:#fff;}
.view_btn ul {display:flex; justify-content:center; align-items:center; flex-direction:row; position:relative; z-index:2; gap:10px}
.view_btn li {list-style:none; flex:1; vertical-align:top}
.view_btn .btn {font-size:16px; line-height:1; height:45px; display:block; letter-spacing:-1px; box-sizing:border-box; font-weight:500; display:flex; justify-content:center; align-items:center; flex-direction:column;}
.view_btn .btn_cart {background:#fff; border:1px solid #333; color:#333; border-right:0;}
.view_btn .btn_order {background:#333; border:1px solid #333; color:#fff !important;}

.view_btn .btn_wish {width:40px; height:40px; box-sizing:border-box; border:1px solid #ccc !important; border-radius:100px; margin:10px;}
.view_btn .btn_wish {transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out;}
.view_btn .btn_wish {background:#ccc url('../images/renew/wish_on.png') center center no-repeat; background-size:20px !important;}
.view_btn .btn_wish.hit {} */

.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; display:none;}
.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_list {padding:0}
.view_relative .item_list ul {margin-left:-10px;}
.view_relative .item_box {margin-left:10px;}
.view_relative .item_box .info {border:0; text-align:left; height:95px;}
.view_relative .item_box .price {}
.view_relative .item_box .sub_name {display:none;}








/* ********************************************** *
 * 상품 상세 : 탭메뉴
 * ********************************************** */
.view_tab {border-top:6px solid #f7f7f7; margin-top:20px; padding-top:10px; border-bottom:1px solid #ddd;}
.view_tab .tab_box {padding: 0;}
.view_tab ul {display:table; width:100%; table-layout:fixed;}
.view_tab li { display:table-cell; text-align:center; position:relative; vertical-align:top; position:relative;}
.view_tab .tab {background:#fff; display:block; font-size:14px; color:#999; font-weight: 400; box-sizing:border-box; letter-spacing: -0.6px; box-sizing: border-box; padding:15px 0;}
.view_tab .tab .tx {line-height:1;}
.view_tab .tab .tx .num {margin-left:3px;}
.view_tab .hit .tab {color:#000; font-weight:500;}
.view_tab .hit:before {content:""; width:100%; height:3px; background:#000; position:absolute; left:0; bottom:-1px;}



@media screen and (max-width:330px) {
	.view_tab .tab {font-size: 12px; letter-spacing: -1px;}
}







/* ********************************************** *
 * 상품 상세 : 탭내용
 * ********************************************** */
.view_conts {}
.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;}








/* ********************************************** *
 * 상품(NEW)
 * ********************************************** */
.item_list_ctrl {}
.item_list_ctrl .rm_layout_fix {display:flex; justify-content: space-between; align-items: center; flex-direction:row; }
.item_list_ctrl .total {padding:0px; display:none !important;}
.item_list_ctrl .total .ti {font-size:15px; display:none !important;}
.item_list_ctrl .all {color:#333; font-size:19px; white-space:nowrap}
.item_list_ctrl .all strong {font-weight:500; display:inline}

.item_list_ctrl .arrange {position:relative; margin-bottom:15px;}
.item_list_ctrl .arrange .this_btn {display:inline-flex; justify-content: flex-end; align-items: center; flex-direction:row; height:35px; color:#888; padding:0 15px; margin-right:-15px;}
.item_list_ctrl .arrange .this_btn strong {flex:1; margin-left:5px; font-size:14px; letter-spacing:-1px; line-height:1;}
.item_list_ctrl .arrange .this_btn svg {height:11px;}
.item_list_ctrl .arrange .open_ar {position:absolute; right:0; top:35px; z-index:100; background:#fff; border-radius:8px; border:1px solid #eee; box-shadow:5px 5px 5px rgba(0,0,0,0.1); visibility:hidden}
.item_list_ctrl .arrange .open_ar {transition: all 0.2s ease-out; -webkit-transition: all 0.2s ease-out; opacity: 0; filter: alpha(opacity=0); -ms-filter:alpha(opacity=0); transform:scale(0.8); -webkit-transform:scale(0.8);}
.item_list_ctrl .arrange .open_ar ul {display:flex; justify-content: stretch; align-items: center; flex-direction:column; padding:10px 0;}
.item_list_ctrl .arrange .open_ar .btn {letter-spacing:-1px; color:#999; font-size:12px; padding:5px 20px; display:block;}
.item_list_ctrl .arrange .open_ar .btn.active {color:#ff0000;}
.item_list_ctrl .arrange.if_open_arg .open_ar {transform:scale(1.0); -webkit-transform:scale(1.0); opacity: 1; filter: alpha(opacity=100); -ms-filter:alpha(opacity=100); visibility:visible}


.item_list {overflow:hidden; padding:0px !important; padding:0 15px;}
.item_list ul {display:flex; justify-content: flex-start; align-items: flex-start; flex-direction:row; flex-wrap:wrap; /* margin:0 -10px; margin-top:-40px; */; gap:30px 0}
.item_list li {width:50%; box-sizing:border-box; list-style:none; padding:0 10px;}
.item_list.if_col1 li {width:100% !important;}

.item_box {}
.item_box .thumb {margin:0px !important; border-radius:5px; overflow:hidden;}
.item_box .ad_icon {position:absolute; left:0; top:0; z-index:2; background:rgba(0,0,0,0.8); color:#fff; padding:5px; font-size:12px; line-height:1;}
.item_box .info {padding:0px; margin-top:15px;}
.item_box .info .item_name {font-size:14px; color:#333;}
.item_box .info .sub_name {font-size:13px; color:#aaa;}
.item_box .info .sub_name.if_ad {margin-top:10px; font-size:14px; line-height:1.3;}

.item_box .thumb {margin:0px !important;}

.c_item_list .item_list li {width:50%;}

.c_none {font-size:14px; margin:100px 0;}


.re_header.if_hide {display:none;}
.c_search .item_list_ctrl {display:none;}




/* **************************************** *
   2차 카테고리 타이틀
 * **************************************** */
.pro_list_top {background:#000; position:relative; display:flex; justify-content: center; align-items: center; flex-direction:column; border-bottom:10px solid #ededed;}
.pro_list_top .ctg2 {display:flex; justify-content: center; align-items: center; flex-direction:column; color:#fff; font-size:21px; font-weight:500; height:90px; box-sizing:border-box; padding:0 85px;}
.pro_list_top .ctg2 strong {text-align:center; line-height:1.3; overflow:hidden; text-overflow:ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; display: -webkit-box;}
.pro_list_top .ctg2_ic {position:absolute; left:15px; top:0; display:flex; justify-content: center; align-items: center; flex-direction:column; height:100%;}
.pro_list_top .ctg2_ic .ic {border-radius:100px; width:55px; height:55px; overflow:hidden; border:2px solid #fff; box-sizing:border-box;}
.pro_list_top .ctg2_ic .ic img {width:100%}
.pro_list_top .ctg2_bck {position:absolute; right:0; top:0; display:flex; justify-content: center; align-items: center; flex-direction:column; height:100%;}
.pro_list_top .ctg2_bck .btn_back {width:50px; height:50px; display:flex; justify-content: center; align-items: center; flex-direction:column;}
.pro_list_top .ctg2_bck .btn_back svg {width:16px;}






/* **************************************** *
   회원가입
 * **************************************** */
.c_section {margin-bottom:0px;}
.c_section li {list-style:none;}

.new_form {}
.new_form li+ li {margin-top:15px;}
.new_form .input_box {position:relative;}
.new_form .input_design {width:100%; border:1px solid #e0e0e0; height:60px; padding:0 15px; font-size:15px; border-radius:8px; box-sizing:border-box;}
.new_form .input_design:focus {background:#fafafa;}
.new_form .input_box.double .input_design:first-of-type {border-radius:8px 8px 0 0;}
.new_form .input_box.double .input_design:last-of-type {border-radius:0 0 8px 8px; border-top:0;}
.new_form .btn {background:#eff0f4; color:#757575; display:flex; justify-content: center; align-items: center; flex-direction:column; position:absolute; right:14px; top:14px;}
.new_form .btn {font-size:13px; letter-spacing:-1px; border:1px solid #e5e5e5; height:32px; width:80px; border-radius:5px; box-sizing:border-box;}


.new_agree {margin-top:40px;}
.new_agree label {width:100%; box-sizing:border-box; margin:0px; display:flex; justify-content: flex-start; align-items: center; flex-direction:row; height:40px; position:relative; margin-right:0px;}
.new_agree label input[type=checkbox] {position:absolute; left:0; top:0; opacity: 0; filter: alpha(opacity=0); -ms-filter:alpha(opacity=0);}
.new_agree label .ic {width:18px; height:18px; border:2px solid #e5e5e5; border-radius:5px; display:flex; justify-content: center; align-items: center; flex-direction:column; margin-right:8px; background:#fff;}
.new_agree label .ic svg {width:12px; fill:#e5e5e5}
.new_agree label strong {display:flex; justify-content: center; align-items: flex-start; flex-direction:column; color:#888; flex:1; font-size:13px; letter-spacing:-1px; height:40px; }
.new_agree label strong {line-height:1.2; padding-right:80px; box-sizing:border-box;}
.new_agree label input:checked+ .ic {background:#474751; border-color:#474751;}
.new_agree label input:checked+ .ic svg {fill:#fff}

.new_agree .agree_de {background:#f9f9f9; border-radius:8px; padding:10px 15px; margin-top:5px;}
.new_agree .btn {color:#666; position:absolute; right:0; top:0; display:flex; justify-content: center; align-items: center; flex-direction:column; height:40px;}
.new_agree .agree_check {position:relative;}
.new_agree .agree_form+ .agree_form {border-top:1px solid #f2f2f2;}
.new_agree .text_box {background:#fff; border:1px solid #eee; padding:0px; border-radius:8px;}
.new_agree .text_box textarea {font-size:11px; line-height:1.2;  padding:10px;}
.new_agree .agree_add_info {background:#fff; margin-top:10px;}
.new_agree .agree_add_info table td,
.new_agree .agree_add_info table th {border:1px solid #e5e5e5; font-size:11px; letter-spacing:-1px; text-align:center; padding:5px;}

.new_member .c_btnbox {margin-top:30px;}
.new_member .c_btn {border-radius:8px; background:#474751 !important; border-color:#474751 !important;}



