@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/mkinfl/back_ic.svg') 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; display: none;}
.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}

}





/* ********************************************** *
 * 서브 탑(위치) new
 * ********************************************** */
.sub_t_nav {}
.sub_t_nav ul {display: flex; flex-direction: row; justify-content: space-between; align-items: center; padding: 0 5px; box-sizing: border-box;}
.sub_t_nav li {list-style: none;}
.sub_t_nav .btn {padding: 0 15px; box-sizing: border-box;}
.sub_t_nav .tx {font-size: 15px; color: #aaa; font-weight: 500; position: relative; height: 45px; line-height: 45px; white-space: nowrap;}
.sub_t_nav li.hit .btn .tx {color: #000; font-weight: 600;}
.sub_t_nav li.hit .btn .tx:before {content: ''; position: absolute; left: 0; bottom: 4px; width: 100%; height: 3px; background: #000;}





/* ********************************************** *
 * 카테고리 : 베스트
 * ********************************************** */
.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; text-align:left;}
/*.c_section .item_box .price {position:absolute; left:5px; bottom:10px;}*/
.c_section .item_box .price .before {width:auto !important;}






/* ********************************************** *
 * 상품목록 제어
 * ********************************************** */
.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:15px; position:relative; margin-top:30px; 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; overflow:hidden;}
.item_box .thumb {border-radius: 5px; box-sizing: border-box;}
.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; display: none;}
.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:left; position:relative; padding:10px 0 0 0;}
.item_box .info .item_name {color:#000; font-size:13px; letter-spacing:-1px; word-wrap:break-word; word-break:keep-all; white-space:normal;}
.item_box .info .item_name {display: block; display: -webkit-box; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; line-height: 1.3; max-height: 32px;}
.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_list .item_box .info .sub_name {display: none;}

.item_box .info_bt {margin-top: 13px; display: flex; flex-direction: row; justify-content: space-between; align-items: center;}

/* 상품 담기,보유버튼 */
.item_box .info_bt .btn {font-size: 0; padding: 5px; box-sizing: border-box; margin: -5px;}
.item_box .info_bt .btn .img {width: 35px; height: 35px; border-radius: 50%; box-sizing: border-box; background-repeat: no-repeat !important; background-size: 100% !important;}
.item_box .info_bt .btn .img.img_off {background-color: #333; border: 1px solid #333; background-image: url('../images/mkinfl/wish_off.png');}
.item_box .info_bt .btn .img.img_on {background-color: #fff; border: 1px solid #66e2fe; background-image: url('../images/mkinfl/wish_on.png'); display: none;}
.item_box .info_bt .btn.hit .img.img_on {display: block !important;}
.item_box .info_bt .btn.hit .img.img_off {display: none !important;}

/* 상품가격 */
.item_box .price {overflow:hidden; position:relative; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start;}
.item_box .price .before {font-size:12px; color:#999; position:relative; line-height:13px; display:inline-block; float:left; margin-right:5px; overflow:hidden; display: none !important;}
.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: flex; flex-direction: row; justify-content: flex-start; align-items: center; color:#000; white-space: nowrap;}
.item_box .price .after .won {font-size:18px; line-height:1; letter-spacing: 0; font-weight: 500;}
.item_box .price .after .won_t {font-size:14px; letter-spacing: 0; line-height:1; margin-top: 1px;}
.item_box .price .mk_money {display: flex; flex-direction: row; justify-content: flex-start; align-items: center; color:#ee5c5c; margin-top: 8px;}
.item_box .price .mk_money .won {font-size:14px; height: 14px; line-height:14px; letter-spacing: -0.4px; font-weight: 500; margin: 0 0 0 5px; white-space: nowrap;}
.item_box .price .mk_money .won_t {font-size: 12px; letter-spacing: -0.8px; height: 14px; line-height: 15px; white-space: nowrap;}
.item_box .price .mk_money .icon {font-size: 0; width: 9px; margin: -3px 1px 0 5px;}
.item_box .price .mk_money .icon img {width: 100%;}


@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:-15px; margin-top:-30px; overflow:hidden;}
.item_list li {list-style:none; float:left; width:50%; box-sizing:border-box;}
.item_list li:nth-of-type(2n)+ 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:none !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;}









/* ********************************************** *
 * 상품 상세 : 상단1
 * ********************************************** */
.view_top {padding:0 20px; 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_box {display: flex; flex-direction: row; justify-content: space-between; align-items: center; margin-top:15px;}
.view_name .price {overflow:hidden;}
.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_name .mk_money {display: flex; flex-direction: row; justify-content: flex-start; align-items: center; color:#ee5c5c; margin-top: 4px;}
.view_name .mk_money .won {font-size:16px; line-height:1; letter-spacing: -0.4px; font-weight: 500; margin: -1px 0 0 5px; white-space: nowrap;}
.view_name .mk_money .won_t {font-size: 14px; letter-spacing: -0.8px; line-height: 1; white-space: nowrap;}
.view_name .mk_money .icon {font-size: 0; width: 11px; margin: -3px 1px 0 5px;}
.view_name .mk_money .icon img {width: 100%;}

/* 상품정보 */
.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}

.view_top .view_btn {display: none;}

/* 담기 버튼 */
.wish_btn {}
.wish_btn .btn {width: 100%; font-size: 0; box-sizing: border-box; height: 55px; overflow: hidden;}
.wish_btn .btn .tx {width: 100%; font-size: 15px; letter-spacing: -0.4px; color: #fff; text-align: center;}
.wish_btn .btn .tx strong {background-repeat: no-repeat !important; background-position: left center !important; background-size: 14px auto !important; padding-left: 22px;}
.wish_btn .btn .tx strong {display: inline-block; height: 55px; line-height: 57px;}
.wish_btn .btn .tx.off {background-color: #333;}
.wish_btn .btn .tx.off strong {background-image: url('../images/mkinfl/wish_off_ic.svg'); }
.wish_btn .btn .tx.on {background-color: #66e2fe; display: none;}
.wish_btn .btn .tx.on strong {background-image: url('../images/mkinfl/wish_on_ic.svg');}
.wish_btn .btn.hit .tx.on {display: block !important;}
.wish_btn .btn.hit .tx.off {display: none !important;}


/* 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 20px;}
.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;}





/* ********************************************** *
 * 서브 공통
 * ********************************************** */
/* total 갯수 */
.sub_total {margin-top: 10px; display: flex; flex-direction: row; justify-content: flex-start; align-items: center;}
.sub_total.if_half {justify-content: space-between;}
.sub_total .total {font-size: 13px; color: #000; font-weight: 600; letter-spacing: -0.8px;}
.sub_total .total {display: inline-flex; flex-direction: row; justify-content: flex-start; align-items: center; position: relative;}
.sub_total .total+ .total {margin-left: 12px; padding-left: 12px;}
.sub_total .total+ .total:before {content: ''; position: absolute; left: -1px; top: 50%; width: 1px; height: 13px; background: #e5e5e5; margin-top: -6px;}
.sub_total .total strong {font-size: 15px; letter-spacing: 0; color: #66e2fe; margin-left: 5px; height: 15px; line-height: 17px;}
.sub_total .btn_view {font-size: 12px; color: #aaa; letter-spacing: -0.8px; background: transparent url('../images/mkinfl/view_ic.svg') right 5px center no-repeat;}
.sub_total .btn_view {background-size: 5px auto !important; padding: 5px 15px 5px 10px; margin: -5px -5px;}

/* 버튼 */
.sub_write {width: 100%; text-align: center; height: 45px; background: #66e2fe; border: 1px solid #66e2fe; border-radius: 3px; box-sizing: border-box;}
.sub_write .tx {font-size: 15px; color: #fff; font-weight: 500; height: 43px; line-height: 45px; padding-left: 20px;}
.sub_write .tx {background: transparent url('../images/mkinfl/write_ic.svg') left center no-repeat; background-size: 13px auto !important;}

/* 공지 박스 */
.sub_notice {margin-bottom: 10px;}
.sub_notice .tit_box {padding: 15px 20px 13px; box-sizing: border-box; border-radius: 5px 5px 0 0; border: 1px solid #66e2fe; width: 100%;}
.sub_notice .tit_box {background: #66e2fe url('../images/mkinfl/notice_close.svg') right 20px center no-repeat !important; background-size: auto 8px !important;}
.sub_notice .tit_box .tit {font-size: 17px; color: #fff; font-weight: 600; line-height: 1; padding: 2px 0 1px 20px;}
.sub_notice .tit_box .tit {background: transparent url('../images/mkinfl/notice_ic.png') left center no-repeat !important; background-size: auto 18px !important;}
.sub_notice .ct_box {border: 1px solid #66e2fe; border-radius: 0 0 5px 5px; padding: 15px 20px; box-sizing: border-box;}
.sub_notice .ct_box .tx {font-size: 12px; color: #888; line-height: 1.4; word-wrap:break-word; word-break:keep-all; white-space:normal;}
.sub_notice .ct_box .tx+ .tx {margin-top: 10px;}
.sub_notice .ct_box .tx em {display: block;}

.sub_notice.if_open_op_notice .tit_box {border-radius: 5px; background-image: url('../images/mkinfl/notice_open.svg') !important;}
.sub_notice.if_open_op_notice .ct_box {display: none;}




/* ********************************************** *
 * MyShop
 * ********************************************** */
/* 상단 검색 */
.sub_search {position: relative;}
.sub_search .input_search {border:1px solid #eaeaea; width:100%; border-radius: 3px; box-sizing:border-box; background: #f5f5f5;}
.sub_search .input_search {padding-left:10px; padding-right:40px; font-size:14px; height:45px;}
.sub_search .input_search::placeholder {color: #ccc !important;}
.sub_search .input_search::-webkit-input-placeholder {color:#ccc !important;}
.sub_search .input_search:focus {border-color:#000; color:#333; background: #fff;}
.sub_search .input_search:focus+ .btn_search {opacity: 1; filter: alpha(opacity=100);}
.sub_search .input_search.if_ok {border-color:#000; color:#333; background: #fff;}
.sub_search .input_search.if_ok+ .btn_search {opacity: 1; filter: alpha(opacity=100);}
.sub_search .btn_search {position:absolute; right:0; top:0; height:45px; width:40px; background:transparent url('../images/skin/header_search.png') center center no-repeat; z-index:1;}
.sub_search .btn_search {background-size:19px; opacity: 0.15; filter: alpha(opacity=15); cursor: pointer;}

/* 보유상품 리스트 */
.wish_item.my_shop {margin-top: 10px; padding: 0;}
.wish_item.my_shop ul {margin-left: 0;}
.wish_item.my_shop li {width: 100% !important;}
.wish_item.my_shop li+ li {margin-top: 15px; padding-top: 15px; border-top: 1px solid #eaeaea;}
.my_shop .wish_box {margin-left: 0;}
.my_shop .wish_box .check {display: none;}
.my_shop .wish_box .item {display: table; table-layout: fixed; width: 100%;}
.my_shop .wish_box .thumb {display: table-cell; vertical-align: top; width: 100px; border-radius: 5px; border: 0;}
.my_shop .wish_box .info {display: table-cell; vertical-align: top; padding-left: 15px; position: relative;}
.my_shop .wish_box .name_box {position: relative;}
.my_shop .wish_box .item_name {display: block; display: -webkit-box; white-space: normal; -webkit-line-clamp: 2; -webkit-box-orient: vertical; line-height: 1.3; max-height: 32px;}
.my_shop .wish_box .item_name {font-size: 13px; color: #000; letter-spacing: -0.8px; word-wrap:break-word; word-break:keep-all; white-space:normal; padding-right: 5px;}
.my_shop .price {display: flex; flex-direction: row; justify-content: flex-start; align-items: center; flex-flow: wrap; margin-top: 8px;}
.my_shop .price .after {display: flex; flex-direction: row; justify-content: flex-start; align-items: center; color: #000; white-space: nowrap; margin-right: 15px;}
.my_shop .price .after .won {font-size: 16px; font-weight: 500; letter-spacing: 0; height: 15px; line-height: 14px;}
.my_shop .price .after .won_t {font-size: 13px; letter-spacing: 0; height: 15px; line-height: 15px;}
.my_shop .mk_money {display: flex; flex-direction: row; justify-content: flex-start; align-items: center; color:#ee5c5c;}
.my_shop .mk_money .won {font-size:16px; height: 15px; line-height:14px; letter-spacing: -0.4px; font-weight: 500; margin: 0 0 0 5px; white-space: nowrap;}
.my_shop .mk_money .won_t {font-size: 13px; letter-spacing: -0.8px; height: 15px; line-height: 15px; white-space: nowrap;}

.my_shop .btn_box {position: absolute; bottom: 1px; left: 15px; display: flex; flex-direction: row; justify-content: flex-start; align-items: center;}

/* 삭제 버튼 */
.my_shop .del_btn {font-size: 12px; color: #fff; font-weight: 500; letter-spacing: -0.8px; height: 28px; line-height: 28px; white-space: nowrap;}
.my_shop .del_btn {border: 1px solid #ddd; background: #ddd; border-radius: 50px; box-sizing: border-box; padding: 0 12px 0 11px; margin-left: 7px;}

/* 주소복사 버튼 */
.my_shop .copy_btn {}
.my_shop .copy_btn .tx {font-size: 12px; color: #66e2fe; font-weight: 500; letter-spacing: -0.8px; height: 28px; line-height: 28px; white-space: nowrap;}
.my_shop .copy_btn .tx {border: 1px solid #66e2fe; border-radius: 50px; box-sizing: border-box; padding: 0 25px 0 12px;}
.my_shop .copy_btn .tx {background-repeat: no-repeat !important; background-position: right 12px center !important; background-size: 9px auto !important;}
.my_shop .copy_btn .tx.open {background-image: url('../images/mkinfl/addr_cp_open.svg'); background-color: #fff;}
.my_shop .copy_btn .tx.close {background-image: url('../images/mkinfl/addr_cp_close.svg'); background-color: #66e2fe; color: #fff; display: none;}

.my_shop li.if_open_addr_copy .copy_btn .tx.close {display: block !important;}
.my_shop li.if_open_addr_copy .copy_btn .tx.open {display: none !important;}

/* 주소복사 열림 */
.my_shop .addr_copy {margin-top: 10px; background: #f8f8f8; border: 1px solid #eaeaea; border-radius: 5px; box-sizing: border-box; display: none;}
.my_shop .addr_copy .ul {}
.my_shop .addr_copy .ul li {padding: 0; margin: 0;}
.my_shop .addr_copy .ul li+ li {border-top: 1px solid #eaeaea;}
.my_shop .addr_copy .btn {display: table; table-layout: fixed; width: 100%; border-collapse: separate; border-spacing: 10px 5px;}
.my_shop .addr_copy .btn span {display: table-cell; vertical-align: middle; font-size: 12px; letter-spacing: -0.8px; color: #333;}
.my_shop .addr_copy .btn .tit {width: 43px; white-space: nowrap;}
.my_shop .addr_copy .btn .tx {text-overflow: ellipsis; overflow: hidden; white-space: nowrap; opacity: 0.3; filter: alpha(opacity=30);}
.my_shop .addr_copy .btn .copy {width: 22px; white-space: nowrap; letter-spacing: -1px; font-weight: 500; color: #66e2fe;}

.my_shop li.if_open_addr_copy .addr_copy {display: block !important;}






/* ********************************************** *
 * 사용법
 * ********************************************** */
.my_faq {}
.my_faq ul {}
.my_faq li+ li {border-top: 1px solid #eaeaea;}
.my_faq dl {display: flex; flex-direction: row; justify-content: flex-start; align-items: flex-start;}
.my_faq dl.q_box {cursor: pointer; padding: 15px 0 13px;}
.my_faq dt {font-size: 18px; color: #66e2fe; font-weight: 600; line-height: 1; padding-right: 10px; box-sizing: border-box; white-space: nowrap;}
.my_faq dd {text-align: left; width: 100%;}
.my_faq .field {color: #aaa; font-size: 12px; line-height: 1; text-align: left; margin-top: 4px;}
.my_faq .tit {font-size: 15px; color: #333; line-height: 1.3; margin-top: 5px; max-height: 19px; padding-right: 5px;}
.my_faq .tit {display: block; display: -webkit-box; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 1; -webkit-box-orient: vertical;}
.my_faq .board_box {background: #fff; margin-bottom: 15px;}
.my_faq .board_box .editor {padding: 0; color: #888; letter-spacing: -0.8px; line-height: 1.4; word-wrap:break-word; word-break:keep-all; white-space:normal;}
.my_faq .board_box .editor p,
.my_faq .board_box .editor span {word-wrap:break-word; word-break:keep-all; white-space:normal;}
.my_faq .board_box dt {color: #000;}
.my_faq dl.if_open .tit { -webkit-line-clamp: 100; color: #000; font-weight: 500; max-height: none; word-wrap:break-word; word-break:keep-all; white-space:normal;}






/* ********************************************** *
 * 서브 기간검색
 * ********************************************** */
.sub_due {display: table; table-layout: fixed;}
.sub_due .date {display: table-cell; vertical-align: middle;}
.sub_due .input_box {display: table; table-layout: fixed;}
.sub_due .input_box .input {display: table-cell; vertical-align: middle; font-size: 13px; color: #333; letter-spacing: 0; background: #fff; border: 1px solid #e5e5e5; border-radius: 3px;}
.sub_due .input_box .input {height: 45px; line-height: 43px; box-sizing: border-box; width: 90px; text-align: center;}
.sub_due .input_box .dash {display: table-cell; vertical-align: middle; font-size: 14px; color: #333; letter-spacing: 0; width: 20px; text-align: center;}
.sub_due .btn_box {display: table-cell; vertical-align: middle; width: 100px; padding-left: 7px;}
.sub_due .btn {width: 100%; text-align: center; background: #66e2fe; border: 1px solid #66e2fe; border-radius: 3px; box-sizing: border-box;}
.sub_due .btn {font-size: 14px; color: #fff; font-weight: 600; height: 45px; line-height: 45px; letter-spacing: 0;}






/* ********************************************** *
 * My > 나의 Q&A
 * ********************************************** */
.my_qna {margin-top: 10px; border-top: 0;}
.my_qna ul {}
.my_qna li {list-style: none; padding: 0; border-bottom: 0; border-top: 1px solid #eaeaea; position: relative;}
.my_qna .title_box {width: 100%; padding: 13px 0; position: relative;}
.my_qna .date {padding-left: 0; height: 20px; line-height: 22px; position: relative; float: none; color: #aaa;}
.my_qna .title_box .tit {line-height:1.4; color:#333; font-size:14px; overflow:hidden; text-overflow:ellipsis; margin-top: 0; padding-right: 70px;}
.my_qna .title_box .tit {text-overflow:ellipsis; -webkit-line-clamp: 1; -webkit-box-orient: vertical; display: -webkit-box; font-weight: 400; margin-top: 4px;}
.my_qna li.if_open .title_box .tit {-webkit-line-clamp: 100; color: #000; font-weight: 500; word-wrap:break-word; word-break:keep-all; white-space:normal;}
.my_qna .title_box .tit.if_no {color: #999;}
.my_qna .state {position: absolute; top: 50%; font-size: 0; right: 0; margin-top: -20px;}
.my_qna .state .c_tag {background: #eee; border: 1px solid #eee; border-radius: 5px; box-sizing: border-box; color: #bbb !important; line-height: 1.15;}
.my_qna .state .c_tag {padding: 6px 9px 4px; width: 40px; height: 40px;}
.my_qna .state .c_tag.if_ok {background: #fff; border-color: #66e2fe; color: #66e2fe !important;}
.my_qna .state em {display: block;}

.my_qna.c_board_view .c_btnbox li {border: 0; font-size: 0;}

/* 답변 */
.my_qna .view_box {padding: 0; margin: 0 0 15px; background: none;}
.my_qna .view_box .view_txt {margin-top: 0; line-height: 1.4; color: #888; word-wrap:break-word; word-break:keep-all; white-space:normal;}
.my_qna .reply {margin: 0; padding: 20px; border: 0; background: #f5f5f5; border-radius: 20px; box-sizing: border-box; position: relative;}
.my_qna .reply:before {content:""; width:100%; height:18px; background:#fff; border-radius:15px; position:absolute; left:8px; top:0;}
.my_qna .reply .admin {position: relative; height: auto; line-height: 1; padding: 15px 0 0; background: transparent; margin: 0;}
.my_qna .reply .admin .name {font-size: 13px; color: #66e2fe; font-weight: 600; padding-right: 0;}
.my_qna .reply .admin .date_num {font-size: 12px; color: #aaa; margin-left: 5px; font-weight: 400; padding-left: 0; margin-left: 10px;}
.my_qna .reply .admin .date_num:before {display: none;}
.my_qna .reply .admin:after {display: none;}
.my_qna .reply .conts {margin: 10px 0 0; line-height: 1.4; word-wrap:break-word; word-break:keep-all; white-space:normal;}
.my_qna .reply .conts p {word-wrap:break-word; word-break:keep-all; white-space:normal;}
.my_qna .view_box .btn_box {text-align: center; width: 100%; margin-top: 10px;}
.my_qna .view_box .c_btn {float: none; margin: 0;}





/* ********************************************** *
 * MY > 정산금 확인
 * ********************************************** */
.my_pay {}
.my_pay .ul {}
.my_pay li {list-style: none;}
.my_pay .li {padding: 15px 0; border-top: 1px solid #eaeaea; position: relative;}
.my_pay .li:first-of-type {margin-top: 10px;}
.my_pay .li:last-of-type {padding-bottom: 0;}

.my_pay .order_info {display: flex; flex-direction: row; justify-content: flex-start; align-items: center;}
.my_pay .order_info .date {font-size: 12px; color: #aaa; letter-spacing: -0.4px; line-height: 1;}
.my_pay .order_info .num {font-size: 12px; color: #66e2fe; letter-spacing: -0.4px; line-height: 1;}
.my_pay .order_info .num {padding-left: 6px; margin-left: 6px; position: relative;}
.my_pay .order_info .num:before {content: ''; position: absolute; left: 0; top: 0; width: 1px; height: 10px; background: #ddd;}

.my_pay .item_info {position: relative; display: inline-block; max-width: 100%; margin-top: 5px;}
.my_pay .item_info .item_name {font-size: 13px; color: #000;}

.my_pay .price_info {display: flex; flex-direction: row; justify-content: space-between; align-items: center; text-align: right;}
.my_pay .price_info {background: #f8f8f8; border: 1px solid #eee; border-radius: 5px; box-sizing: border-box; margin-top: 5px;}
.my_pay .price_info dl {padding: 13px 10px 11px 0; border-right: 1px solid #eee; box-sizing: border-box;}
.my_pay .price_info dl.total {width: 40%;}
.my_pay .price_info dl.my_total {width: 32%;}
.my_pay .price_info dl.dv_price {width: 28%;}
.my_pay .price_info dl:last-of-type {border-right: 0;}
.my_pay .price_info dt {font-size: 12px; color: #999; letter-spacing: -0.8px; line-height: 1;}
.my_pay .price_info dd {display: flex; flex-direction: row; justify-content: flex-end; align-items: center; margin-top: 5px;}
.my_pay .price_info dl.total dd {color: #ee5c5c;}
.my_pay .price_info dl.my_total dd {color: #4e6bff}
.my_pay .price_info dl.dv_price dd {color: #666;}
.my_pay .price_info dd .won {font-size: 15px; font-weight: 600; height: 15px; line-height: 15px;}
.my_pay .price_info dd .won_t {font-size: 12px; height: 15px; line-height: 15px;}

.my_pay .total_fix {position: fixed; bottom: 0; left: 0; width: 100%; background: #fff; z-index: 1100; padding: 0; margin-top:20px;}
.my_pay .total_fix.if_off:before {content: "";width: 100%;height: 100%;background: #fff;position: absolute;top: -1px;left: 0;}
.my_pay .total_fix {border-top: 1px solid #000; box-sizing: border-box;}
.my_pay .total_fix .price_info {background: none; border-color: transparent; border-top: 0; border-bottom: 0; margin-top: 0;}
.my_pay .total_fix .price_info dl.total dt {color: #ee5c5c;}
.my_pay .total_fix .price_info dl.my_total dt {color: #4e6bff}
.my_pay .total_fix .price_info dl.dv_price dt {color: #666;}

@media screen and (min-width:630px) {
	.my_pay .total_fix {width: 630px; left: 50%; margin-left: -315px;}
}





/* ********************************************** *
 * MY > 주문조회
 * ********************************************** */
.my_pay.if_order {}
.my_pay.if_order .box {display: table; table-layout: fixed; width: 100%;}

.my_pay.if_order .thumb_box {display: table-cell; vertical-align: top; width: 55px; text-align: center;}
.my_pay.if_order .thumb_box .tx {width: 55px; height: 55px; background: #f1f1f1; border: 1px solid #f1f1f1; border-radius: 50%; box-sizing: border-box;}
.my_pay.if_order .thumb_box .tx {font-size: 12px; line-height: 55px; color: #fff;}
.my_pay.if_order .thumb_box .tx.wait {background: #ccc; border-color: #ccc;}
.my_pay.if_order .thumb_box .tx.complete {background: #54b8b7; border-color: #54b8b7;}
.my_pay.if_order .thumb_box .tx.ing {background: #4a78be; border-color: #4a78be;}
.my_pay.if_order .thumb_box .tx.delivery {background: #9d62a8; border-color: #9d62a8;}
.my_pay.if_order .thumb_box .tx.cancel {background: #aaa; border-color: #aaa;}

.my_pay.if_order .info_box {display: table-cell; vertical-align: top; padding-left: 15px;}
.my_pay.if_order .option_info {line-height:1.3; margin-top:3px;}
.my_pay.if_order .option_info li {font-size: 12px; color: #999; line-height: 1.3;}
.my_pay.if_order .price {display: flex; flex-direction: row; justify-content: flex-start; align-items: center; margin-top: 10px;}
.my_pay.if_order .price .won {font-size: 15px; font-weight: 600; height: 15px; line-height: 15px; color: #ee5c5c;}
.my_pay.if_order .price .won_t {font-size: 12px; height: 15px; line-height: 15px; color: #ee5c5c;}






/* ********************************************** *
 * Q&A 문의하기
 * ********************************************** */
.form_title {background: #f3f3f3; padding: 20px 0 15px; text-align: center; margin: 0 -20px;}
.form_title .tit {font-size: 16px; color: #000; font-weight: 600; line-height: 1;}

.form_title+ .c_board_form {border-top: 0;}




/* ********************************************** *
 * Q&A 수정하기
 * ********************************************** */
.c_form .form_cont .del_btn {margin-top: 5px; display: inline-flex; flex-direction: row; align-items: center; justify-content: flex-start; line-height: 1.7;}
.c_form .form_cont .del_btn input[type=checkbox] {margin-top: 0;}

