@charset 'utf-8';

/*
 * Copyright    :    ONEDAYNET.CO.KR
 * SOLUTION     :    HYSSENCE 3.0
 * Directory    :    pages/css/
 * File         :    hyssence_sub.css
 * SUMMARY      :    스킨 1번 서브
 */





/* ********************************************** *
 * 서브 위치
 * ********************************************** */
.sub_location {text-align:right; position:relative; margin-top:20px; z-index:99}
.sub_location li {list-style:none;}
.sub_location .layout_fix {padding-bottom:10px; border-bottom:1px solid #eee; height:23px;}

/* 위치 */
.sub_location .ctg_box {position:absolute; right:0; top:0; text-align:left; z-index:10;}
.sub_location .ctg_box ul {float:right; margin-right:-10px}
.sub_location .ctg_box li { float:left; position:relative; overflow:hidden; height:23px;}
.sub_location .ctg_box .btn {color:#888; letter-spacing:0px; position:relative; height:23px; line-height:20px; padding:0 10px; margin-left:5px}
.sub_location .ctg_box .btn:hover {text-decoration:underline;}
.sub_location .ctg_box li+ li {background:transparent url('../images/skin/location_arrow.gif') left 6px no-repeat;}

/* 2차 카테고리 */
.sub_location .have_ctg {padding:0 10px 0 15px;}
.sub_location .have_ctg .btn {padding-right:25px; border:1px solid #ddd; margin-left:0; box-sizing:border-box; line-height:18px; text-decoration:none !important; display:block;}
.sub_location .have_ctg .btn:before {content:""; background:transparent url('../images/skin/sub_select.gif') center top no-repeat; width:20px; height:4px; position:absolute; right:0; top:50%; margin-top:-2px}
.sub_location .open_ctg {background:#fff; border:1px solid #aaa; z-index:30; box-sizing:border-box; text-align:left; border-top:0; visibility:hidden}
.sub_location .ctg {white-space:nowrap; display:block; height:23px; line-height:20px; color:#888; letter-spacing:0; padding:0 15px 0 10px; background:#fafafa; font-size:11px;}
.sub_location .ctg+ .ctg {border-top:1px solid #ddd;}
.sub_location .ctg:hover {background:#fff; color:#666;}
.sub_location .have_ctg:hover {overflow:visible; height:auto;}
.sub_location .have_ctg:hover .open_ctg {visibility:visible}
.sub_location .have_ctg:hover .btn {border-color:#aaa;}

/* 상품상세 페이지일때 */
.sub_location.if_view .layout_fix {border-bottom:0;}
.sub_location.if_view .ctg_box {left:0; right:auto}
.sub_location.if_view ul {margin-left:-15px}





/* ********************************************** *
 * 카테고리 : 상단배너
 * ********************************************** */
.sub_visual {overflow:hidden; text-align:center;}
.sub_visual img {max-width:100%;}






/* ********************************************** *
 * 카테고리 : 베스트
 * ********************************************** */
.sub_best {margin-top:40px; text-align:center;}
.sub_best li {list-style:none;}

/* 타이틀 */
.sub_best .best_title {text-align:center; font-size:23px; color:#000; letter-spacing:-0.5px; padding-bottom:15px; border-bottom:1px solid #999; }
.sub_best .best_title strong {color:#000; line-height:1;}

/* 아이템리스트 */
.sub_best .item_list {overflow:hidden;}
.sub_best .item_list ul {margin:0 !important; display:table; width:100%; box-sizing:border-box; table-layout:fixed; overflow:visible}
.sub_best .item_list li {position:relative; border:1px solid #ddd; border-top:0; box-sizing:border-box; display:table-cell; float:none; overflow:visible}

/* 롤링박스 */
.sub_best .rolling_box {overflow:hidden;}

/* 롤링 아이콘 */
.sub_best .rolling_icon {text-align:center; position:relative; margin-top:20px;}
.sub_best .rolling_icon .lineup {display:inline-block; position:relative; height:12px;}
.sub_best .rolling_icon .icon {width:12px; height:12px; float:left; margin:0 6px; background:transparent url('../images/skin/visual_nate.png') left top no-repeat;}
.sub_best .rolling_icon .active {background-position:right top !important;}
.sub_best .rolling_icon .icon:hover {background-position:right bottom;}

/* 롤링 이전다음버튼 */
.sub_best .prevnext {position:absolute; top:-5px; 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 10px; overflow:hidden;}
.sub_best .prevnext .icon {width:7px; height:12px; background:transparent url('../images/skin/md_arrow.gif') left top no-repeat !important;}
.sub_best .prevnext.next .icon {background-position:right top !important;}
.sub_best .prevnext.prev:hover .icon {background-position:left bottom !important;}
.sub_best .prevnext.next:hover .icon {background-position:right bottom !important;}

/* 상품노출 */
.sub_best .item_box {margin:20px 20px 0 20px}
.sub_best .item_box .item_name {font-weight:400; color:#666;}
.sub_best .item_box .info {border:0; padding-right:15px;}
.sub_best .item_list.if_col3 .item_box {margin:25px 25px 0 25px;}
.sub_best .item_list.if_col3 .info { height:80px; padding-left:0px !important;}
.sub_best .item_list.if_col5 .item_box {margin:15px 15px 0 15px;}
.sub_best .item_list.if_col5 .item_box .price {padding-left:0; padding-right:0;}







/* ********************************************** *
 * 카테고리 : 해시태그
 * ********************************************** */
.sub_hash {margin-top:40px}
.sub_hash li {list-style:none;}

/* 타이틀 */
.sub_hash .hash_tit {position:absolute; left:0; top:50%; width:16.66666%; text-align:center; font-size:13px; letter-spacing:-1px; color:#333; margin-top:-17px}

/* 태그목록 */
.sub_hash .hash_box {border:3px solid #eee; position:relative; padding:20px 0px 20px 16.66666%}
.sub_hash .hash_box ul {overflow:hidden;}
.sub_hash .hash_box li { float:left; width:20%; position:relative;}
.sub_hash .hash_box li:before {content:""; position:absolute; left:0; top:0; width:1px; height:500%; background:#eee;}
.sub_hash .hash_box .btn {display:block; padding:3px 20px 5px 15px; color:#888; letter-spacing:-0.5px; overflow:hidden; text-overflow:ellipsis; white-space: nowrap; word-wrap: normal !important; display:block;}
.sub_hash .hash_box .btn:hover {text-decoration:underline;}





/* ********************************************** *
 * 카테고리 : 카테고리명
 * ********************************************** */
.sub_ctg_tit {text-align:center; margin-top:40px;}
.sub_ctg_tit .tit {color:#000; font-size:23px; letter-spacing:-0.5px; line-height:1.15;}






/* ********************************************** *
 * 카테고리 : 메뉴
 * ********************************************** */
.sub_ctg {overflow:hidden; padding-top:20px; }
.sub_ctg .cctg_nav {border-bottom:1px solid #e1e1e1}
.sub_ctg .cctg_nav ul{zoom:1}
.sub_ctg .cctg_nav ul:after{display:block; clear:both; content:''}
.sub_ctg .cctg_nav li {list-style:none; float:left; position:relative; width:210px}
.sub_ctg .cctg_nav li.active,
.sub_ctg .cctg_nav li.selected {z-index:20}

.sub_ctg .cctg_nav .ctg_wrap {position:relative; z-index:10; height:42px; border-top:1px solid #e1e1e1; border-right:1px solid #e1e1e1}
.sub_ctg .cctg_nav .n1 .ctg_wrap {border-left:1px solid #e1e1e1}
.sub_ctg .cctg_nav .ctg_wrap > span {position:absolute; top:-1px; left:-1px; width:100%; height:30px; padding:6px 0; line-height:30px; border:1px solid transparent;}
.sub_ctg .cctg_nav .ctg2 {display:table; overflow:hidden; position:relative; z-index:10; width:100%; max-height:30px; line-height:15px; }
.sub_ctg .cctg_nav .ctg2 em {display:table-cell; vertical-align:middle; height:30px; word-break:break-all; color:#666; padding:0 12px; word-wrap:break-word; word-break:keep-all; white-space:normal;}
.sub_ctg .cctg_nav .ctg2:hover em {text-decoration:underline; color:#000;}
.sub_ctg .cctg_nav .btn_ctrl {display:none; position:absolute; z-index:20; top:0; right:0; width:100%; height:42px; width:30px; background:url('../images/skin/sub_ctg_ar.gif') right center no-repeat; }

.sub_ctg .cctg_nav li.active .ctg_wrap > span,
.sub_ctg .cctg_nav li.selected .ctg_wrap > span {border:1px solid #222;background:#fafafa; display:inline}
.sub_ctg .cctg_nav li.active .ctg_wrap > span {padding-bottom:7px;border-bottom:0}

.sub_ctg .cctg_nav li.n1 .next_box {left:0}
.sub_ctg .cctg_nav li.n2 .next_box {left:-210px}
.sub_ctg .cctg_nav li.n3 ul{left:-420px}
.sub_ctg .cctg_nav li.n4 ul{left:-630px}
.sub_ctg .cctg_nav li.n5 ul{left:-840px}

/* 3차 */
.sub_ctg .cctg_nav .next_box {display:none; overflow:hidden; position:relative; z-index:1; width:1050px; margin-bottom:-1px;padding:17px 0 15px; box-sizing:border-box;}
.sub_ctg .cctg_nav .next_box {border:1px solid #222; background:#fafafa;}
.sub_ctg .cctg_nav .next_box:before{position:absolute;top:0;left:0;width:100%;height:21px;background:#fafafa;content:''}
.sub_ctg .cctg_nav .next_box:after{position:absolute;bottom:0;left:0;z-index:-1;width:100%;height:21px;background:#fafafa;content:''}
.sub_ctg .cctg_nav .next_box li {width:20%; box-sizing:border-box; float:left;}
.sub_ctg .cctg_nav .next_box li:nth-of-type(5)+ li {clear:both}
.sub_ctg .cctg_nav .next_box .ctg3 {display:block;overflow:hidden; margin:0 12px; line-height:26px; color:#666; position:relative;}
.sub_ctg .cctg_nav .next_box .hit .ctg3 {font-weight:600; color:#333; text-decoration:underline}
.sub_ctg .cctg_nav .next_box .ctg3:hover {color:#333; text-decoration:underline}

/* 열렸을때 */
.sub_ctg .cctg_nav li.active .next_box {display:block}
.sub_ctg .cctg_nav li.active .btn_ctrl {background:url('../images/skin/sub_ctg_ar_on.gif') right center no-repeat;}
.sub_ctg .cctg_nav li.active .ctg2 em {font-weight:600; color:#222; }

.sub_ctg .cctg_nav li.if_have_next .btn_ctrl {display:inline-block;}
.sub_ctg .cctg_nav li.if_have_next .ctg2 em {padding-right:5px;}









/* ********************************************** *
 * 서브 상품목록
 * ********************************************** */
.sub_item {margin-top:40px; overflow:hidden; padding-bottom:20px;}
.sub_item li {list-style:none;}








/* ********************************************** *
 * 상품목록 제어
 * ********************************************** */
.item_list_ctrl {border-bottom:1px solid #ddd; margin-bottom:20px; display:inline-block; width:100%; padding-bottom:15px;}
.item_list_ctrl li {list-style:none;}

/* 전체 상품수 */
.item_list_ctrl .total {float:left; color:#666; font-size:13px; letter-spacing:-0.5px; margin-top:9px}
.item_list_ctrl .total strong {font-weight:600; color:#333; letter-spacing:0px;}
.item_list_ctrl .ctrl_right {float:right;}

/* 정렬 */
.item_list_ctrl .range {float:left;}
.item_list_ctrl .range li {float:left; position:relative; padding-left:1px}
.item_list_ctrl .range li+ li:before { content:""; position:absolute; left:0; top:10px; width:1px; height:11px; background:#ddd;}
.item_list_ctrl .range .btn {padding:0px 10px; color:#999; letter-spacing:-1px; height:31px; line-height:28px;}
.item_list_ctrl .range .hit .btn {color:#333;}
.item_list_ctrl .range .btn:hover {text-decoration:underline;}

/* 보기 개수 */
.item_list_ctrl .select {float:left; margin-left:10px}
.item_list_ctrl .this_ctg {position:relative;}
.item_list_ctrl .this_ctg .btn {border:1px solid #ddd; padding:0 30px 0 11px; height:31px; line-height:26px; box-sizing:border-box; color:#999; letter-spacing:-0.5px; position:relative; min-width:110px; cursor:pointer}
.item_list_ctrl .this_ctg .btn:before {content:""; position:absolute; right:10px; top:0; background:transparent url('../images/skin/sub_select.gif') left center no-repeat; width:8px; height:30px;}
.item_list_ctrl .open_ctg {display:none; position:absolute; left:0; top:30px; width:100%; z-index:10; border:1px solid #aaa; box-sizing:border-box;}
.item_list_ctrl .open_ctg .option {display:block; background:#fff; height:30px; line-height:28px; box-sizing:border-box; padding:0 10px; letter-spacing:-0.5px; color:#666;}
.item_list_ctrl .open_ctg .option+ .option {border-top:1px solid #ddd;}
.item_list_ctrl .this_ctg.if_open .btn {border:1px solid #aaa;}
.item_list_ctrl .this_ctg.if_open .open_ctg {display:block}
.item_list_ctrl .open_ctg .option:hover {background:#f5f5f5;}

/* 상품 타입 선택 */
.item_list_ctrl .type {float:left; margin-left:10px}
.item_list_ctrl .type .btn {padding:8px; float:left; border:1px solid #ddd; position:relative;}
.item_list_ctrl .type .btn+ .btn {margin-left:-1px}
.item_list_ctrl .type .btn .on {display:none}
.item_list_ctrl .type .btn .off {display:block}
.item_list_ctrl .type .btn.hit .on {display:block}
.item_list_ctrl .type .btn.hit .off {display:none}
.item_list_ctrl .type .btn:hover {background:#f5f5f5;}











/* ********************************************** *
 * 상품 박스
 * ********************************************** */
.item_box {margin-left:18px; position:relative; margin-top:20px}
.item_box:hover .thumb {border:1px solid #aaa;}
.item_box:hover .item_quick {display:block !important}
.item_box:hover .item_name {text-decoration:underline;}
.item_box.item_soldout {cursor:default}
.item_box.item_soldout .upper_link {display:none;}
.item_box.item_soldout .item_name {text-decoration:none !important}


/* 썸네일 */
.item_box .thumb {background:#fafafa url('../images/skin/none_photo.png') center center no-repeat; 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}

/* 품절 */
.item_box .soldout {position:absolute; left:0; top:0; background:transparent url('../images/skin/black_20.png') left top repeat; 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 { padding:15px; text-align:center; border:1px solid #eee; box-sizing:border-box; border-top:0; position:relative;}
.item_box .info .name_box {height:40px;}
.item_box .info .item_name {color:#333; font-size:13px; letter-spacing:-0.5px; margin-top:-4px; font-weight:600;}
.item_box .info .item_name {overflow:hidden; text-overflow:ellipsis; white-space: nowrap; word-wrap: normal !important; display:block;}
.item_box .info .sub_name {color:#999; letter-spacing:-0.5px; margin-top:5px; line-height:17px; max-height:17px}
.item_box .info .sub_name {overflow:hidden; text-overflow:ellipsis; white-space: nowrap; word-wrap: normal !important; display:block;}

/* 상품가격 */
.item_box .price {margin-top:10px; width:100%; box-sizing:border-box;}
.item_box .price .before {font-size:12px; color:#999; padding:0 3px; position:relative; margin-right:3px; line-height:13px; line-height:12px\0; display:inline-block; margin-bottom:2px}
.item_box .price .before:before {content:""; position:absolute; left:0; top:50%; width:100%; height:1px; background:#999;}
.item_box .price .before .won {font-size:14px; color:#999; line-height:14px; float:left;}
.item_box .price .after {display:inline-block; color:#cd3726; font-size:12px; letter-spacing:-0.5px; font-weight:600; line-height:13px;}
.item_box .price .after .won { color:#cd3726; font-size:15px; line-height:15px; line-height:14px\0; float:left;  letter-spacing:-0.5px;}

/* 간편보기 : 목록아이콘 */
.item_quick {position:absolute; left:50%; bottom:15px; text-align:center; z-index:15; margin-left:-78px; background:#fff; display:none;}
.item_quick {transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out;}
.item_quick .btn {width:40px; height:35px; float:left; border:1px solid #ccc; position:relative; box-sizing:border-box; text-align:center; font-size:0px; padding-top:9px; box-sizing:border-box;}
.item_quick .btn img {float:none; display:inline-block;}
.item_quick .btn+ .btn {margin-left:-1px;}
.item_quick .shape {width:40px; height:36px;}
.item_quick .btn.wish .on{display:none;}
.item_quick .btn.wish.hit .on {display:inline-block;}
.item_quick .btn.wish.hit .off {display:none;}
.item_quick .btn:hover {background-color:#f5f5f5;}

/* 간편보기 : 보기 */
.item_quick_view {position:fixed; left:0; top:0; z-index:10000000000; background:transparent url('../images/skin/white_60.png') left top repeat; width:100%; height:100%; box-sizing:border-box; padding-top:100px; min-height:700px}
.item_quick_view .view_top {width:1050px; border:1px solid #333; background:#fff; overflow-y:auto; height:650px; box-sizing:border-box; overflow-x:hidden; position:absolute; left:50%; top:50%; margin:-325px 0 0 -525px;}
.item_quick_view .layout_fix {padding:50px; box-sizing:border-box;}
.item_quick_view .btn_close {width:30px; height:30px; position:absolute; left:50%; top:50%; background:transparent url('../images/skin/quick_view_close.gif') center center no-repeat; z-index:1000; margin:-365px 0 0 495px;}
.item_quick_view .view_btn li {width:100%;}










/* ********************************************** *
 * 상품 목록 : 박스형
 * ********************************************** */
/* 4 X ∞ */
.item_list {overflow:hidden;}
.item_list ul {margin-left:-18px; margin-top:-20px; overflow:hidden;}
.item_list li {list-style:none; float:left; width:25%;  box-sizing:border-box;}

/* 5 X ∞ */
.item_list.if_col5 ul {margin-left:-20px}
.item_list.if_col5 li {width:20%;}
.item_list.if_col5 .item_box {margin-left:20px}
.item_list.if_col5 .info {padding:15px 10px;}
.item_list.if_col5 .price {}
.item_list.if_col5 .name_box {height:20px;}
.item_list.if_col5 .item_name {font-weight:400; color:#666;}
.item_list.if_col5 .sub_name {display:none}

/* 3 X ∞ */
.item_list.if_col3 li {width:33.3333%;}
.item_list.if_col3 .info {padding:15px 100px 0 15px !important; text-align:left; height:70px;}
.item_list.if_col3 .item_name {font-size:14px; color:#333; font-weight:400;}
.item_list.if_col3 .price {left:auto; right:10px; top:15px; width:auto; margin-top:0 !important; text-align:right; padding:0}
.item_list.if_col3 .price .before {margin-bottom:7px; margin-right:0; float:right;}
.item_list.if_col3 .price .after { margin-right:3px; clear:both; float:right;}

/* 2 X ∞ */
.item_list.if_col2 li {width:50%; padding-left:20px;}
.item_list.if_col2 .item_box {margin-left:0px; overflow:hidden; border-right:1px solid #eee;}
.item_list.if_col2 .item_box:before {content:""; width:100%; height:1px; position:absolute; left:45%; bottom:0; background:#eee; z-index:1}
.item_list.if_col2 .thumb {width:45%; float:left; box-sizing:border-box;}
.item_list.if_col2 .info {width:55%; text-align:left; height:auto; padding:30px !important; border:0; float:right; border-top:1px solid #eee;}
.item_list.if_col2 .sub_name {max-height:85px; margin-top:10px;}
.item_list.if_col2 .price {top:auto; position:static; margin-top:25px;}
.item_list.if_col2 .upper_icon {width:45%;}








/* ********************************************** *
 * 상품 목록 : 리스트형
 * ********************************************** */
.item_list.if_col1 ul {margin-left:0; margin-top:-15px}
.item_list.if_col1 li {float:none; width:100%; border-bottom:1px solid #ddd; overflow:hidden; padding:15px 0px;}

.item_list_box {margin:0px; display:table; width:100%; table-layout:fixed; box-sizing:border-box;}
.item_list_box dl {display:table; width:100%; table-layout:fixed;}
.item_list_box dt {display:table-cell; box-sizing:border-box; vertical-align:middle; width:140px; padding:0px;}
.item_list_box dd {display:table-cell; box-sizing:border-box; vertical-align:middle; padding:0 15px;}
.item_list_box dd.this_review {width:120px;}
.item_list_box dd.this_deliver {width:130px; border-left:1px solid #eee;}
.item_list_box dd.this_price {text-align:right; width:190px; border-left:1px solid #eee; }
.item_list_box dd.this_quick {width:70px;}
.item_list_box dd.this_info {}

.item_list_box .thumb {background:#fafafa url('../images/skin/none_photo.png') center center no-repeat;  box-sizing:border-box; overflow:hidden; position:relative;}
.item_list_box .thumb a {display:block; overflow:hidden; border:1px solid #e6e6e6; box-sizing:border-box;}
.item_list_box .thumb .real_img {overflow:hidden; position:absolute; top:0; left:0; width:100%; height:100%; }
.item_list_box .thumb .real_img img {width:100%; float:left;}
.item_list_box .thumb .fake_img {overflow:hidden;}
.item_list_box .thumb .fake_img img {width:100%; float:left;}

.item_list_box .soldout {position:absolute; left:0; top:0; background:transparent url('../images/skin/black_20.png') left top repeat; width:100%; height:100%; z-index:20}
.item_list_box .soldout .inner {color:#fff; font-size:15px; position:absolute; left:0; top:50%; margin-top:-10px; width:100%; text-align:center; line-height:20px;}

.item_list_box .info {box-sizing:border-box; position:relative; padding-right:30px;}
.item_list_box .info .name_box {position:relative;}
.item_list_box .info .item_name {color:#333; font-size:13px; letter-spacing:-0.5px; margin-top:-4px; font-weight:600;}
.item_list_box .info .item_name {overflow:hidden; text-overflow:ellipsis; white-space: nowrap; word-wrap: normal !important; display:block;}
.item_list_box .info .sub_name {color:#999; letter-spacing:-0.5px; margin-top:7px; line-height:17px; max-height:34px}
.item_list_box .info .sub_name {overflow:hidden; text-overflow:ellipsis; white-space: nowrap; word-wrap: normal !important; display:block;}

.item_list_box .review {text-align:center; box-sizing:border-box;}
.item_list_box .review .mark {background:transparent url('../images/skin/review_star.png') no-repeat; width:63px; height:10px; display:inline-block; }
.item_list_box .review .star {background:transparent url('../images/skin/review_star.png') 0 bottom no-repeat; width:100%; height:100%; float:left;}
.item_list_box .review .num {color:#666; margin-top:6px}

.item_list_box .item_quick {position:static !important; left:0; bottom:0; margin:0px; box-sizing:border-box; overflow:hidden; display:block; width:40px;}
.item_list_box .item_quick .btn {margin:0px; float:none; display:block; border-color:#eee;}
.item_list_box .item_quick .btn+ .btn {margin-top:-1px; margin-left:0}

.item_list_box .deliver {color:#666; line-height:18px; box-sizing:border-box; text-align:center;}
.item_list_box .deliver strong {color:#888; margin-top:5px; display:block; line-height:1.3; font-size:11px;}

.item_list_box .upper_icon {overflow:hidden; margin-top:15px;}
.item_list_box .upper_icon img {width:auto; float:left; margin-right:1px; margin-bottom:1px}

.item_list_box .name_box:hover .item_name {text-decoration:underline !important;}
.item_list_box .thumb:hover a {border-color:#aaa;}

.item_list_box .price {box-sizing:border-box;}
.item_list_box .price .before {font-size:12px; color:#999; padding:0 3px; position:relative; margin-right:3px; line-height:13px; line-height:12px\0; display:inline-block; margin-bottom:2px}
.item_list_box .price .before:before {content:""; position:absolute; left:0; top:50%; width:100%; height:1px; background:#999;}
.item_list_box .price .before .won {font-size:14px; color:#999; line-height:14px; float:left;}
.item_list_box .price .after {display:inline-block; color:#cd3726; font-size:12px; letter-spacing:-0.5px; font-weight:600; line-height:13px;}
.item_list_box .price .after .won { color:#cd3726; font-size:15px; line-height:15px; line-height:14px\0; float:left;  letter-spacing:-0.5px;}
.item_list_box .price .point {color:#666; margin-top:6px}








/* ********************************************** *
 * 상품 상세 : 상단 왼쪽
 * ********************************************** */
.view_section {padding-bottom:20px}
.view_top {margin-top:10px}
.view_top .ul {display:table; width:100%; table-layout:fixed;}
.view_top .li {display:table-cell; vertical-align:top}
.view_top .view_photo {width:472px; box-sizing:border-box;}
.view_top .view_info {padding-left:55px}

/* 썸네일 */
.view_photo {text-align:center;}
.view_photo .rolling_box {width:472px; overflow:hidden;}
.view_photo .thumb {overflow:hidden; border:1px solid #ddd; width:472px; background:#fafafa url('../images/skin/none_photo.png') center center no-repeat; box-sizing:border-box; position:relative;}
.view_photo .thumb .real_img {overflow:hidden; position:absolute; top:0; left:0; width:100%; height:100%; }
.view_photo .thumb .real_img img {width:100%; float:left;}
.view_photo .thumb .fake_img {overflow:hidden;}
.view_photo .thumb .fake_img img {width:100%; float:left;}

/* 롤링썸네일 */
.view_photo .rolling_thumb {overflow:hidden; text-align:center; margin-top:20px; padding-bottom:30px; border-bottom:1px solid #eee;}
.view_photo .rolling_thumb ul {display:inline-block; margin-left:-5px}
.view_photo .rolling_thumb li {list-style:none; float:left; width:70px; height:70px; border:1px solid #ddd; margin-left:5px}
.view_photo .rolling_thumb img {width:100%; float:left;}
.view_photo .rolling_thumb li:hover {border-color:#999;}
.view_photo .rolling_thumb .hit {border:1px solid #666;}

/* 상품평점/sns공유 */
.view_summery {overflow:hidden; padding-top:17px}
.view_summery .score {float:left; padding-left:15px; position:relative;}
.view_summery .score .mark {background:transparent url('../images/skin/view_star.png') no-repeat; width:83px; height:14px; display: inline-block; float:left; margin-right:15px; margin-top:3px}
.view_summery .score .star {background:transparent url('../images/skin/view_star.png') 0 bottom no-repeat; width:100%; height:100%; float:left;}
.view_summery .score .num {color:#333; font-size:14px; font-weight:600; margin-right:10px; float:left; line-height:21px;}
.view_summery .score .total {color:#888;  line-height:21px;}
.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:0; width:1px; height:21px; background:#ddd;}
.view_summery .sns .btn {padding:0 5px; float:left;}
.view_summery .sns .ov {display:none;}
.view_summery .sns .btn:hover .on {display:none}
.view_summery .sns .btn:hover .ov {display:block}

/* 관련태그 */
.view_hash {margin-top:17px; border:3px solid #eee; padding:15px 0}
.view_hash ul {display:table; width:100%; table-layout:fixed;}
.view_hash li {list-style:none; display:table-cell; vertical-align:middle;}
.view_hash li+ li {border-left:1px solid #eee; padding:5px 15px}
.view_hash .title {width:110px; text-align:center; font-size:13px; letter-spacing:-1px; line-height:17px; color:#333;}
.view_hash .btn {float:left; letter-spacing:-0.5px; color:#666; height:20px; line-height:17px; padding:0 5px; margin-left:5px}
.view_hash .btn:hover {text-decoration:underline;}









/* ********************************************** *
 * 상품 상세 : 상단 오른쪽
 * ********************************************** */
/* 상품제목 */
.view_name {border-bottom:1px solid #ccc; padding-bottom:25px}
.view_name .upper_icon {overflow:hidden; margin-bottom:10px}
.view_name .upper_icon img {float:left; margin-right:1px;}
.view_name .title {color:#333; font-size:23px; letter-spacing:-1px; word-wrap:break-word; word-break:keep-all; line-height:32px;}
.view_name .sub_name {color:#888; font-size:13px; letter-spacing:-0.5px; word-wrap:break-word; word-break:keep-all; margin-top:13px; line-height:18px;}

/* 상품정보 */
.view_default {display:table; width:100%; table-layout:fixed; margin-top:12px}
.view_default dl {display:table-row; border-bottom:1px solid #eee;}
.view_default dt {display:table-cell; vertical-align:middle; padding:12px 15px 10px 15px; width:120px; box-sizing:border-box; line-height:1.3;}
.view_default dt {background:transparent url('../images/skin/view_divi.gif') right bottom no-repeat;}
.view_default dd {display:table-cell; vertical-align:middle; padding:12px 15px 10px 20px; color:#666; letter-spacing:-0.5px; line-height:1.3; word-wrap:break-word; word-break:keep-all;}
.view_default .before_price {font-size:13px; line-height:18px; padding:0 3px; position:relative; margin-left:-3px}
.view_default .before_price:before {content:""; position:absolute; left:0; top:50%; width:100%; height:1px; background:#666;}
.view_default .before_price strong {font-size:16px; letter-spacing:0px; float:left; line-height:20px; color:#666;}
.view_default .after_price {font-size:16px; color:#333; font-weight:600; letter-spacing:0px; line-height:23px; margin:-1px 0 1px; float:left;}
.view_default .after_price strong {font-size:19px; float:left; line-height:24px; color:#333;}
.view_default .point {font-size:13px; line-height:22px; padding:0 3px; position:relative; margin-left:-3px; float:left;}
.view_default .point strong {font-size:16px; letter-spacing:0px; float:left; line-height:24px; color:#666;}
.view_default .brand_tx {margin-right:10px; float:left; padding-top:3px; min-height:24px; box-sizing:border-box;}
.view_default .btn_brand {background:#fafafa; border:1px solid #ddd; padding:0 24px 0 10px; position:relative; font-size:11px; color:#666; letter-spacing:-1px; height:24px; line-height:19px; box-sizing:border-box; float:left;}
.view_default .btn_brand:before {content:""; position:absolute; right:10px; top:0; width:4px; height:100%; background:transparent url('../images/skin/view_info_ar.gif') left center no-repeat;}
.view_default .btn_brand:hover {background:#f5f5f5;}
.view_default .btn_coupon {background:#f5f5f5; border:1px solid #ccc; padding:0 28px 0 10px; position:relative; color:#555; letter-spacing:-1px; height:30px; line-height:27px; box-sizing:border-box; float:left;}
.view_default .btn_coupon:before {content:""; position:absolute; right:10px; top:0; width:9px; height:100%; background:transparent url('../images/skin/view_down.gif') center center no-repeat;}
.view_default .btn_coupon:hover {background:#fff; border-color:#999;}
.view_default .point_plus {color:#999; border:1px solid #ddd; letter-spacing:-1px; font-size:11px; padding:0px 10px; margin-left:5px; height:24px; line-height:19px; box-sizing:border-box; cursor:default}
.view_default .point_plus .txt {float:left;}
.view_default .point_plus strong {color:#cd3726; font-weight:600; letter-spacing:0px; margin-left:5px; float:left; line-height:21px;}
.view_default .delivery {display:block;}
.view_default .point_plus.delivery_free {border-color:#f5f5f5; background:#f5f5f5; margin-top:6px; margin-left:-5px;}
.view_default .point_plus.delivery_free strong {margin-left:0px; margin-top:-1px;}


/* 상품쿠폰 */
.view_coupon .coupon_box {position:relative;}
.view_coupon .coupon_name {background:#ff4200; padding:0 10px; color:#fff; letter-spacing:-1px; font-weight:600; float:left; height:24px; line-height:23px; line-height:21px\0;}
.view_coupon .coupon_about {color:#333; font-weight:600; font-size:13px; letter-spacing:0px; float:left; height:24px; line-height:23px; line-height:21px\0; margin-left:5px;}
.view_coupon .open_box {position:absolute; left:50%; top:30px; width:280px; background:#fff; border:1px solid #666; box-sizing:border-box; display:none; z-index:100; box-sizing:border-box; margin-left:-140px;}
.view_coupon .open_box:before {content:""; position:absolute; left:0; top:-15px; width:100%; height:15px; background:transparent url('../images/skin/view_guide_ar.gif') center bottom no-repeat;}
.view_coupon .open_box .tt { color:#333; font-weight:600; letter-spacing:-1px; background:#f5f5f5; padding:10px 15px}
.view_coupon .open_box .txt {padding:10px 15px 15px; color:#888; letter-spacing:-0.5px; word-wrap:break-word; word-break:keep-all; max-height:300px; overflow-y:auto; line-height:1.4;}
.view_coupon .guide {position:relative; float:left; background:transparent url('../images/skin/view_guide.png') center center no-repeat; width:16px; height:24px; margin-left:10px;}
.view_coupon .guide:hover .open_box {display:block;}

/* 옵션 */
.view_option {display:table; width:100%; table-layout:fixed; background:#fafafa;}
.view_option dl {display:table-row;}
.view_option dl+ dl {border-top:1px solid #eee;}
.view_option dt {list-style:none; display:table-cell; vertical-align:middle; width:120px; padding:15px 15px; box-sizing:border-box;}
.view_option dd {list-style:none; display:table-cell; vertical-align:middle; padding:15px 15px; box-sizing:border-box;}
.view_option dd.price {text-align:right; width:120px; padding-left:0px;}
.view_option dd.counter {text-align:right;}

.view_option_color+ .view_option_size {margin-top:10px; border-top:1px solid #eee; padding-top:10px;}
.view_option_size+ .view_option_color {margin-top:10px; border-top:1px solid #eee; padding-top:10px}
.view_option_size+ .view_select {margin-top:10px;}
.view_option_color+ .view_option_color {margin-top:10px; border-top:1px solid #eee; padding-top:10px;}
.view_option_size+ .view_option_size {margin-top:10px; border-top:1px solid #eee; padding-top:10px;}


/* 특수옵션 : 컬러 */
.view_option_color {overflow:hidden;}
.view_option_color.before {border:1px solid #ddd; background:#fff; height:35px; box-sizing:border-box; position:relative;}
.view_option_color.before:before {content:"Color 항목"; position:absolute; left:0; top:0; width:100%; height:33px; line-height:33px; 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; list-style:none; height:35px;}
.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; position:relative; background:#fff; text-align:center;}
.view_option_color label .shape {overflow:hidden; background-repeat:no-repeat; width:35px; height:35px; border:1px solid #fff; box-sizing:border-box; background-size:100%;}
.view_option_color label .shape:before {content:""; width:100%; height:100%; position:absolute; left:0; top:0; z-index:1; background:transparent url('../images/skin/option_color.png') left top no-repeat;}
.view_option_color label input:checked+ .tx {border-color:#333;}
.view_option_color label input:checked+ .tx .shape:before {background-position:right top;}
.view_option_color label.none .tx {border:1px solid rgba(0,0,0,0.1); border-color:rgba(0,0,0,0.3);}
.view_option_color label.none {cursor:not-allowed}
.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:25px; height:25px; position:absolute; left:50%; top:50%; z-index:100; background:transparent url('../images/skin/option_none.gif') center center no-repeat;}
.view_option_color label.none:after {opacity: 0.2; filter: alpha(opacity=20); -ms-filter:alpha(opacity=20); margin:-13px 0 0 -13px;}
.view_option_color .this {color:#999; padding:5px;}



/* 특수옵션 : 사이즈 */
.view_option_size {overflow:hidden;}
.view_option_size.before {border:1px solid #ddd; background:#fff; height:35px; box-sizing:border-box; position:relative;}
.view_option_size.before:before {content:"Size 항목"; position:absolute; left:0; top:0; width:100%; height:33px; line-height:33px; 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; height:35px;}
.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:33px; color:#666; padding:0 8px;}
.view_option_size label input:checked+ .tx {border-color:#333; color:#333;}
.view_option_size label.none {cursor:not-allowed}
.view_option_size label.none:before {content:""; width:100%; height:100%; background:rgba(255,255,255,0.5); 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); display:none;}
.view_option_size .this {color:#999; padding:5px;}


/* 옵션카운터 */
.view_option .counter_box {width:70px; overflow:hidden; display:inline-block;}
.view_option .counter_box .updown_input {float:left; border:1px solid #ccc; background:#fff; width:15px; height:29px; padding:3px 0 6px; text-align:center; width:42px; box-sizing:border-box; border-right:0;}
.view_option .counter_box .updown_input {font-size:13px; color:#000;}
.view_option .counter_box .updown {display:inline-block; width:28px; overflow:hidden; float:right;}
.view_option .counter_box .updown a {display:inline-block; width:26px; height:15px; float:left; border:1px solid #ccc; box-sizing:border-box;}
.view_option .counter_box .updown .btn_up {background:#fff url('../images/skin/count_up.gif') center 4px no-repeat;}
.view_option .counter_box .updown .btn_down {background:#fff url('../images/skin/count_down.gif') center 5px no-repeat; margin-top:-1px}
.view_option .counter_box .updown a:hover {background-color:#f5f5f5;}

/* 옵션가격 */
.view_option .price {color:#000; font-size:12px; letter-spacing:0px; font-weight:600; line-height:14px;}
.view_option .price strong {font-size:14px; float:left; line-height:14px;}

/* 옵션셀렉트 */
.view_select {position:relative; background:#fff; border:1px solid #ccc; text-align:left; cursor:pointer}
.view_select+ .view_select {margin-top:10px;}
.view_select+ .view_option_color {margin-top:10px;}
.view_select+ .view_option_size {margin-top:10px;}
.view_option_color+ .view_select {margin-top:10px;}
.view_select .this {padding:0 60px 0 10px; height:33px; line-height:30px; color:#666; overflow:hidden; text-overflow:ellipsis; white-space: nowrap; word-wrap: normal !important; display:block;}
.view_select .shape {width:40px; height:100%; border-left:1px solid #eee; position:absolute; right:0; top:0; text-align:center; background:transparent url('../images/skin/view_select_ar.gif') center center no-repeat;}
.view_select .open_box {display:none; position:absolute; left:-1px; width:100%; background:#fff; border:1px solid #666; z-index:101; overflow:auto; max-height:250px;}
.view_select .open_box .option {display:block; padding:6px 40px 9px 10px; line-height:16px; border-top:1px solid #ddd; color:#888; letter-spacing:-0.5px; word-wrap:break-word; word-break:keep-all; position:relative;}
.view_select .open_box .option:first-of-type {border:0}
.view_select .open_box .option:hover {background:#f5f5f5; color:#333;}
.view_select .open_box .soldout {position:absolute; right:10px; top:50%; background:#999; color:#fff; padding:0 3px; height:16px; line-height:13px; line-height:12px\0; font-size:11px; letter-spacing:-1px; margin-top:-9px}
.view_select.before {border:1px solid #ddd;}
.view_select.before .this {color:#999;}
.view_select.before:hover {border:1px solid #ddd;}
.view_select.before:hover .open_box {display:none;}
.view_select.before:hover .shape { background:transparent url('../images/skin/view_select_ar.gif') center center no-repeat;}
.view_select:hover {border:1px solid #666; }
.view_select:hover .open_box {display:block;}
.view_select:hover .shape {background:transparent url('../images/skin/view_select_ar_ov.gif') center center no-repeat;}

/* 선택한 옵션 */
.view_option.result {padding:5px 14px; border:1px solid #ddd; border-bottom:0; background:#fff; display:block; box-sizing:border-box;}
.view_option.result dl {display:table; width:100%; table-layout:fixed;}
.view_option.result dt {width:auto !important; letter-spacing:-0.5px;}
.view_option.result dd {padding-left:0px; padding-right:0px;}
.view_option.result dd.price {text-align:right; width:110px;}
.view_option.result dd.delete {width:20px; text-align:right;}
.view_option.result dd.counter {text-align:right; width:90px;}
.view_option.result .add_tag {padding:0 3px; height:16px; line-height:13px; height:15px\0; padding:1px 3px 1px\0; background:#666; color:#fff; font-size:11px; letter-spacing:-1px; margin-top:1px; margin-right:5px; }
.view_option.result .btn_delete {width:15px; height:15px; border:1px solid #ddd; box-sizing:border-box; background:#fff url('../images/skin/result_del.gif') center center no-repeat;}
.view_option.result .btn_delete:hover {background-color:#f5f5f5;}
.view_option.result .updown a {background-color:#fafafa !important;}
.view_option.result .updown a:hover {background-color:#eee !important;}
.view_option.result .if_before {text-align:center; color:#999;}

/* 결제금액계산 */
.view_total {border-top:1px solid #333; overflow:hidden; padding:15px 15px 0}
.view_total .total_tt {float:left; color:#333; font-size:14px; letter-spacing:-0.5px; font-weight:600; line-height:27px;}
.view_total .after_price {font-size:21px; color:#333; font-weight:600; letter-spacing:-0.5px; line-height:24px; float:right;}
.view_total .after_price strong {font-size:27px; 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:20px; border-top:1px solid #333;}



/* 장바구니/구매 버튼 */
.view_btn {padding-right:75px; position:relative; text-align:center; margin-top:40px}
.view_btn ul {margin-left:-10px; display:table; width:100%; box-sizing:border-box; table-layout:fixed;}
.view_btn li {list-style:none; display:table-cell;}
.view_btn .btn {font-size:17px; line-height:50px; height:55px; display:block; font-weight:600; letter-spacing:-1px; box-sizing:border-box; margin-left:10px}
.view_btn .btn_cart {background:#fff; border:1px solid #333; color:#333; }
.view_btn .btn_cart:hover {background:#f5f5f5;}
.view_btn .btn_order {background:#333; border:1px solid #333; color:#fff;}
.view_btn .btn_order:hover {background:#cd3726; border-color:#cd3726;}
.view_btn .btn_wish {border:1px solid #ccc; position:absolute; right:0; top:0; width:66px; background:#fff url('../images/skin/view_wish.png') center center no-repeat; background-size:28px;}
.view_btn .btn_wish:hover { background-color:#fafafa;}
.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:0px; width:214px; z-index:100; height:0; overflow:hidden; border-bottom:1px solid #333;}
.view_btn .how .box {padding:15px 10px; height:120px; border:1px solid #333; background:#fff; box-sizing:border-box; border-bottom:0;}
.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 .btn_soldout {background:#fff; border:1px solid #ccc; cursor:default; color:#999; font-weight:400;}

.view_btn.if_cart_save .how {height:120px; bottom:-1px}












/* ********************************************** *
 * 상품 상세 : 배너
 * ********************************************** */
.view_banner {margin-top:40px; text-align:center;}
.view_banner img {max-width:100%}









/* ********************************************** *
 * 상품 상세 : 관련상품
 * ********************************************** */
.view_relative {text-align:center; margin-top:50px}

/* 타이틀/제어 */
.view_relative .relative_top { overflow:hidden; border-bottom:1px solid #666; margin-bottom:15px; padding-bottom:10px}
.view_relative .relative_top .tt {float:left; color:#333; font-size:23px; 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 .prevnext {border:1px solid #dedede; box-sizing:border-box; float:left;}
.view_relative .prevnext.prev { margin-left:10px}
.view_relative .prevnext.next {margin-left:-1px}
.view_relative .prevnext a {display:block; padding:7px 10px}
.view_relative .prevnext .icon {width:5px; height:10px; background:transparent url('../images/skin/relative_ar.gif') left top no-repeat;}
.view_relative .prevnext.next .icon {background-position:right top;}
.view_relative .prevnext a:hover {background:#f5f5f5;}

/* 상품노출 */
.view_relative .item_list ul {display:inline-block;}
.view_relative .item_list .info {border:0; height:80px;}
.view_relative .item_list .sub_name {display:none;}
.view_relative .item_list .item_name {font-weight:400; color:#666;}








/* ********************************************** *
 * 상품 상세 : 탭메뉴
 * ********************************************** */
.view_tab {margin-top:70px; }
.view_tab .layout_fix {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:bottom; padding-bottom:2px;}
.view_tab .tab_icon { position:absolute; left:0; top:-10px; width:100%; text-align:center;}
.view_tab .tab {background:#fff; display:block; height:52px; line-height:52px; font-size:15px; color:#777; padding:0 10px;}
.view_tab .tab {border-right:1px solid #ccc; border-top:1px solid #ccc; letter-spacing:-0.5px;}
.view_tab li:first-child .tab {border-left:1px solid #ccc; margin:0 !important;}
.view_tab .tab:hover {background:#fafafa; color:#333;}
.view_tab .hit {vertical-align:top; 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; height:53px; line-height:51px;}
.view_tab li:first-child.hit .tab {border-left:1px solid #333 !important}










/* ********************************************** *
 * 상품 상세 : 탭내용
 * ********************************************** */
.view_conts {margin-top:30px}
.view_conts .group_title {color:#333; font-weight:600; font-size:19px; letter-spacing:-1.5px; margin-bottom:15px;}
.view_conts .sub_tit {color:#333; font-weight:600; font-size:17px; letter-spacing:-1.5px;  margin-bottom:10px; position:relative; overflow:hidden;}
.view_detail {overflow:hidden;}

/* 상품정보제공고시 */
.view_notify {overflow:hidden;}
.view_notify table {width:100%; table-layout:fixed;}
.view_notify table th {text-align:left; padding:10px 20px; height:40px; 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;}
.view_notify table td {padding:10px 20px;  border-top:1px solid #ddd; border-bottom:1px solid #ddd; color:#666; }
.view_detail+ .view_notify {margin-top:50px;}
.view_notify+ .view_notify {margin-top:30px;}

/* 배송/교환/반품 안내 */
.view_guide { margin-top:40px;}
.view_guide .sub_tit {border-bottom:1px solid #ddd; padding-bottom:10px;}
.view_guide .add {color:#999; letter-spacing:-0.5px; margin-top:5px; font-size:12px; font-weight:400; position:absolute; right:0; top:0;}
.view_guide .add strong {text-decoration:underline; color:#666;}
.view_guide .txt_box {padding:10px 15px 0; line-height:1.5;}

