/*-----------------------------------------------------------------*/
/* CSS Table of Contents
/*-----------------------------------------------------------------*/
/*
1. Reset

2. Globalprdimg
2-1. table
2-2. button
2-3. product

3. Layout
3-1. wrapper
3-2. header
3-3. content
3-4. footer

4. Page
4-1. 메인
4-2. 상점
4-3. 회원
4-4. 마이페이지
4-5. 추가페이지

5. ETC

/*-----------------------------------------------------------------*/
/* 1. Reset
/*-----------------------------------------------------------------*/

/* webfont - Lato */
@font-face {
	font-family:'Lato';
	font-weight:400;
	src:url('https://www.hanwooda.com/_skin/hanwooda_251110/img/etc/Lato-Regular.eot');
	src:local(※), url('https://www.hanwooda.com/_skin/hanwooda_251110/img/etc/Lato-Regular.woff') format('woff');
}
@font-face {
	font-family:'Lato';
	font-weight:700;
	src:url('https://www.hanwooda.com/_skin/hanwooda_251110/img/etc/Lato-Bold.eot');
	src:local(※), url('https://www.hanwooda.com/_skin/hanwooda_251110/img/etc/Lato-Bold.woff') format('woff');
}
@font-face {
	font-family:'Lato';
	font-weight:900;
	src:url('https://www.hanwooda.com/_skin/hanwooda_251110/img/etc/Lato-Black.eot');
	src:local(※), url('https://www.hanwooda.com/_skin/hanwooda_251110/img/etc/Lato-Black.woff') format('woff');
}

/* webfont - Noto Sans KR */
@font-face {
	font-family:'Noto Sans KR';
	font-weight:300;
	src:url('https://www.hanwooda.com/_skin/hanwooda_251110/img/etc/NotoSansKR-Light.eot');
	src:local(※), url('https://www.hanwooda.com/_skin/hanwooda_251110/img/etc/NotoSansKR-Light.woff') format('woff');
}
@font-face {
	font-family:'Noto Sans KR';
	font-weight:400;
	src:url('https://www.hanwooda.com/_skin/hanwooda_251110/img/etc/NotoSansKR-Regular.eot');
	src:local(※), url('https://www.hanwooda.com/_skin/hanwooda_251110/img/etc/NotoSansKR-Regular.woff') format('woff');
}
@font-face {
	font-family:'Noto Sans KR';
	font-weight:600;
	src:url('https://www.hanwooda.com/_skin/hanwooda_251110/img/etc/NotoSansKR-Medium.eot');
	src:local(※), url('https://www.hanwooda.com/_skin/hanwooda_251110/img/etc/NotoSansKR-Medium.woff') format('woff');
}
@font-face {
	font-family:'Noto Sans KR';
	font-weight:700;
	src:url('https://www.hanwooda.com/_skin/hanwooda_251110/img/etc/NotoSansKR-Bold.eot');
	src:local(※), url('https://www.hanwooda.com/_skin/hanwooda_251110/img/etc/NotoSansKR-Bold.woff') format('woff');
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {margin:0; padding:0; border:0; outline:0; color:#333; font-family:'Lato', 'Noto Sans KR', Malgun Gothic, '맑은 고딕', AppleGothic, Dotum, '돋움', sans-serif; font-size:12px; line-height:1.6; vertical-align:baseline;}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block;}
body {line-height:1.6;}
ol,
ul,
li {list-style:none;}
blockquote,
q {quotes:none;}
blockquote:before,
blockquote:after,
q:before,
q:after {content:''; content:none;}
table {border-collapse:collapse; border-spacing:0;}
img {vertical-align:top;}
input[type=radio],
input[type=checkbox] {vertical-align:middle;}
input[type=text],
input[type=email],
input[type=password] {vertical-align:top;}
a,
a:hover,
a:active, 
a:focus {text-decoration:none;}
*,
*:before,
*:after {-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;}


/*-----------------------------------------------------------------*/
/* 2. Global
/*-----------------------------------------------------------------*/

.dn {display:none !important;}
.hidden {visibility:hidden; overflow:hidden; width:0 !important; height:0 !important; margin:0 !important; padding:0 !important; font-size:0; line-height:0;}
.tac {text-align:center !important;}
.tal {text-align:left !important;}
.tar {text-align:right !important;}
.empty {padding:100px 0 !important; text-align:center;}
.fl {float:left !important;}
.fr {float:right !important;}
.clear {clear:both;}
.bc {display:block; margin-left:auto; margin-right:auto;}
.p_color {color:#d53838 !important;}
.p_cursor {cursor:pointer;}
.i_info {display:inline-block; position:relative; top:4px; width:16px; height:16px; background:url('https://www.hanwooda.com/_skin/hanwooda_251110/img/common/icon_info.png') no-repeat center; font-style:normal; font-weight:normal; line-height:1;}

/* input 기본 스타일 */
.form_input {height:34px; padding:4px 10px; border:1px solid #dcdcdc; background:#fff; color:#666; font-family:'Lato', 'Noto Sans KR', Malgun Gothic, '맑은 고딕', AppleGothic, Dotum, '돋움', sans-serif; font-size:12px; transition:all .3s ease;}
.form_input:focus {border-color:#000; outline:none !important;}
.form_input.block {width:100% !important;}
.form_input:-ms-input-placeholder {color:#666; font-family:'Lato', 'Noto Sans KR', Malgun Gothic, '맑은 고딕', AppleGothic, Dotum, '돋움', sans-serif;}
.form_input::-webkit-input-placeholder {color:#666; font-family:'Lato', 'Noto Sans KR', Malgun Gothic, '맑은 고딕', AppleGothic, Dotum, '돋움', sans-serif;}
.form_input::-moz-placeholder {color:#666; font-family:'Lato', 'Noto Sans KR', Malgun Gothic, '맑은 고딕', AppleGothic, Dotum, '돋움', sans-serif;}
.form_input.readonly {background:#e0e0e0 !important;}
.form_input.gray {background:#fafafa;}
.form_input.gray:focus {background:#fff;}
textarea.form_input {height:auto;}

/* 셀렉트 */
select {max-width:100%; height:34px; padding:4px 6px; border:1px solid #dcdcdc; background:#fff; color:#666; font:inherit;}
select:focus {border-color:#000; outline:none !important;}

/* 서브 페이지 타이틀 */
h2.subtitle {padding:50px 0 30px; font-size:28px; font-weight:600; text-align:center;}

/* 페이지 내 타이틀 */
h3.title.first {padding-top:0;}
h3.title {padding:30px 0 20px;}

/* 갯수 문단 */
.title_count {position:relative; top:-36px; height:0; color:#999; font-size:11px;}
.title_count strong {color:#343434; font-size:11px;}

/* 상품리스트 수량,정렬선택 */
.total_sort {padding:10px 0 20px; text-align:right;}
.total_sort .sort {}
.total_sort .sort .txt {margin-right:15px; color:#444; font-size:15px; font-weight:600;}
.total_sort .sort select {width:144px; font-size:15px;}

/* 페이징 */
.paging * {vertical-align:middle;}
.paging {margin-top:30px; font-size:0; text-align:center;}
.paging li {display:inline; padding:0 3px; color:#9e9e9e; vertical-align:middle;}
.paging li strong {display:inline-block; width:30px; height:30px; background:#414c62; color:#fff; font-size:15px; font-weight:400; line-height:30px;}
.paging li a {display:inline-block; width:30px; height:30px; background:#fff; color:#6e6e6e; font-size:15px; line-height:30px;}

/* 박스 스타일 - 수량 */
.box_qty {display:inline-block; position:relative; vertical-align:top;}
.box_qty .form_input {width:59px; padding-right:22px;}
.box_qty .btn_ea {position:absolute; right:0; top:0; width:24px; height:34px;}
.box_qty .btn_ea a {display:block; width:24px; height:17px; background-repeat:no-repeat; background-position:center;}
.box_qty .btn_ea a.ea_up {background-image:url('https://www.hanwooda.com/_skin/hanwooda_251110/img/common/bullet_arrow_up.png')}
.box_qty .btn_ea a.ea_down {background-image:url('https://www.hanwooda.com/_skin/hanwooda_251110/img/common/bullet_arrow_down.png')}
.box_qty2 {display:inline-block; position:relative; width:140px; border:1px solid #dfdfdf; vertical-align:top;}
.box_qty2 .form_input {width:100%; height:35px; padding:0; border:0; outline:0; font-size:16px; text-align:center; line-height:35px;}
.box_qty2 a.ea_up,
.box_qty2 a.ea_down {display:block; position:absolute; top:0; width:35px; height:35px; background:no-repeat center #fff;}
.box_qty2 a.ea_up {left:0; background-image:url('https://www.hanwooda.com/_skin/hanwooda_251110/img/common/qty_plus.png');}
.box_qty2 a.ea_down {right:0; background-image:url('https://www.hanwooda.com/_skin/hanwooda_251110/img/common/qty_minus.png');}

/* 컬러칩 리스트 */
.color_option {font-size:0;}
.color_option:after {display:block; clear:both; content:'';}
.color_option li {float:left;}
.color_option li a {display:block; width:17px; height:17px; margin:1px; border:1px solid #fff;}
.color_option li a.selected {border:1px solid #fff; outline:1px solid #ff1111;}
.color_option li a img {width:15px; height:15px;}
.text_option {font-size:0;}
.text_option:after {display:block; clear:both; content:'';}
.text_option li {float:left; text-align:left;}
.text_option li a {overflow:hidden; display:block; height:20px; margin:1px; padding:0 6px; border:1px solid #d8d8d8; line-height:20px; text-align:center;}
.text_option li a.selected {border:1px solid #ff1111;}
.text_option li a.soldout {background:#ff1111; color:#fff;}

/* 하단 줄 */
.underline {display:inline-block; position:relative;}
.underline:after {position:absolute; left:50%; bottom:-3px; width:0; height:1px; background:#333; content:''; transition:all .3s ease;}
.underline:before {position:absolute; right:50%; bottom:-3px; width:0; height:1px; background:#333; content:''; transition:all .3s ease;}
.underline:hover:after,
.underline:hover:before {width:50%;}

/* 애니메이션효과 */
@-webkit-keyframes flash {
	from,
	50%,
	to {
		opacity: 1;
	}
	25%,
	75% {
		opacity: 0;
	}
}
@keyframes flash {
	from,
	50%,
	to {
		opacity: 1;
	}
	25%,
	75% {
		opacity: 0;
	}
}
.flash {-webkit-animation-name:flash; animation-name:flash;}
.animated {-webkit-animation-duration:2.5s; animation-duration:2.5s; -webkit-animation-fill-mode:both; animation-fill-mode:both;}
.animated.infinite {-webkit-animation-iteration-count:infinite; animation-iteration-count:infinite;}

/*-----------------------------------------------------------------*/
/* 2-1. table
/*-----------------------------------------------------------------*/

/* 테이블 스타일 - 가로 */
.tbl_col {table-layout:fixed; clear:both; width:100%; border-collapse:collapse;}
.tbl_col caption {padding-bottom:20px; font-weight:bold; text-align:left;}
.tbl_col > thead > tr > th {padding:15px 0; border-top:1px solid #e0e0e0; border-bottom:1px solid #e0e0e0; font-weight:normal; text-align:center; vertical-align:middle;}
.tbl_col > tbody > tr > td {padding:15px 0; border-bottom:1px solid #e0e0e0; text-align:center; vertical-align:middle;}
.tbl_col > tbody > tr > td * {color:#666;}
.tbl_col > tbody > tr > td img {max-width:100%; height:auto; vertical-align:middle;}
.tbl_col > tbody > tr > td.tal {padding-left:15px !important;}
.tbl_col > tbody > tr > td.img img {width:100px; height:auto;}
.tbl_col > tbody > tr > td.order_number a {font-weight:bold; text-decoration:underline;}

/* 테이블 스타일 - 가로 - 장바구니, 재입고 알림 신청 내역 */
.tbl_col.prd > tbody > tr > td {padding:0;}
.tbl_col.prd > tbody > tr > td.delete_wish a {display:inline-block; position:relative;}
.tbl_col.prd > tbody > tr > td.delete_wish a:first-child:after {position:absolute; right:0; top:8px; width:1px; height:15px; background:#e0e0e0; content:'';}
.tbl_col.prd > tbody > tr > td .btn_edit {display:inline-block; vertical-align:top;}
.tbl_col.prd > tbody > tr > td .btn_edit a {font-size:11px; text-decoration:underline; line-height:35px;}
.tbl_col.prd > tbody > tr > td .btn_delivery {margin:4px 0;}
.tbl_col.prd > tbody > tr > td img {vertical-align:middle;}
.tbl_col.prd > tbody > tr > td .today {padding-top:10px;}
.tbl_col.prd > tbody > tr > td .today > span {display:block; color:#666;}
.tbl_col.prd > tbody > tr > td span.stat1 {color:#111;}
.tbl_col.prd > tbody > tr > td span.stat2 {color:#2591bc;}
.tbl_col.prd > tbody > tr > td span.stat3 {color:#c05b5b;}
.tbl_col.prd > tbody > tr > td span.stat4 {color:#999;}

/* 테이블 스타일 - 가로 - qna, review */
.tbl_col.board * {font-size:14px;}
.tbl_col.board > tbody > tr > td.notice_cnt {padding:0; border:0;}
.tbl_col.board > tbody > tr > td.notice_cnt .notice_cnt_frame {display:none; padding:15px; border-bottom:1px solid #e0e0e0; background:#fafafa; text-align:left; word-break:break-all; word-wrap:break-word;}
.tbl_col.board > tbody > tr > td.subject .prdname {padding-bottom:5px;}
.tbl_col.board > tbody > tr > td.subject img {vertical-align:middle;}
.tbl_col.board > tbody > tr > td .best {display:inline-block; margin-right:5px; padding:3px 5px; background:#f00; color:#fff;}

/* 테이블 스타일 - 세로 */
.tbl_row {table-layout:fixed; width:100%; border-top:1px solid #e0e0e0;}
.tbl_row caption {padding-bottom:20px; font-weight:bold; text-align:left;}
.tbl_row th {padding:15px 0 15px 30px; border-bottom:1px solid #e0e0e0; font-weight:normal; text-align:left; vertical-align:middle;}
.tbl_row td {padding:15px 10px; border-bottom:1px solid #e0e0e0; text-align:left; vertical-align:middle; word-break:break-all; word-wrap:break-word;}

/* 테이블 스타일 - 주문서, 주문상세조회 */
.tbl_order {table-layout:fixed; width:100%; margin:0 auto; border-top:1px solid #e0e0e0;}
.tbl_order caption {padding-bottom:20px; font-weight:bold; text-align:left;}
.tbl_order th {padding:20px; border:1px solid #e0e0e0; border-width:0 1px 1px 0; font-weight:normal; text-align:left; vertical-align:middle;}
.tbl_order td {padding:20px; border-bottom:1px solid #e0e0e0; text-align:left; vertical-align:middle;}
.tbl_order td .form_input {width:260px;}
.tbl_order td .msg {color:#999; font-size:11px;}
.tbl_order td .own_mileage,
.tbl_order td .own_deposit {color:#d53838; line-height:35px;}
.tbl_order td.edit {line-height:30px;}
.tbl_order td.address p {margin-top:10px;}
.tbl_order td.address p:first-child {margin-top:0;}
.tbl_order td.address .zip .form_input {width:158px;}

/* 테이블 스타일 - 주문서, 주문상세조회, 장바구니 */
.tbl_order2 {table-layout:fixed; width:100%; margin:0 auto;}
.tbl_order2 caption {padding-bottom:20px; font-weight:bold; text-align:left;}
.tbl_order2 th {padding:6px 0; font-weight:normal; text-align:left; vertical-align:middle;}
.tbl_order2 td {padding:6px 0; text-align:right; vertical-align:middle;}
.tbl_order2.sale {margin:5px 0; border:1px solid #dcdcdc; border-width:1px 0;}
.tbl_order2 .total td {position:relative;}
.tbl_order2 .total td .view_info {display:none; margin-top:5px;}
.tbl_order2 .total_price,
.tbl_order2 .total_price * {color:#d53838;}

/* 테이블 스타일 - 상품정보고시 */
.tbl_prdinfo {table-layout:fixed; width:100%; border-top:1px solid #333;}
.tbl_prdinfo caption {padding-bottom:20px; font-weight:bold; text-align:left;}
.tbl_prdinfo th {padding:15px 10px 15px 45px; border-bottom:1px solid #ddd; background:#f6f6f6; font-size:14px; font-weight:normal; text-align:left; vertical-align:middle;}
.tbl_prdinfo td {padding:15px 45px; border-bottom:1px solid #ddd; font-size:14px; text-align:left; vertical-align:middle;}

/* 테이블 스타일 - 도체정보 */
.tbl_prdinfo2 {margin-bottom:60px;}
.tbl_prdinfo2 h3 {padding-bottom:10px; font-size:24px; font-weight:400;}
.tbl_prdinfo2 > ul {overflow:hidden; border-top:1px solid #333;}
.tbl_prdinfo2 > ul > li {float:left; width:50%; font-size:0; border-bottom:1px solid #ddd;}
.tbl_prdinfo2 > ul > li span {display:inline-block; height:50px; font-size:14px; line-height:50px;}
.tbl_prdinfo2 > ul > li .title {width:195px; padding:0 45px; background:#f6f6f6;}
.tbl_prdinfo2 > ul > li .content {width:405px; padding:0 30px;}


/*-----------------------------------------------------------------*/
/* 2-2. button
/*-----------------------------------------------------------------*/

/* 버튼스타일 - 기본 */
.box_btn {display:inline-block; text-align:center; vertical-align:top;}
.box_btn > * {display:inline-block; margin:0; padding:8px 12px; border:1px solid #676767; outline:none; background:#666; color:#fff !important; font-size:12px; font-family:'Lato', 'Noto Sans KR', Malgun Gothic, '맑은 고딕', AppleGothic, Dotum, '돋움', sans-serif; font-weight:normal; text-align:center; vertical-align:middle; line-height:1.4; white-space:nowrap; cursor:pointer; -webkit-appearance:none; transition:all .2s ease;}
.box_btn > *:hover,
.box_btn > *:active,
.box_btn > *:focus {background:#333;}

/* 버튼스타일 - 크기 */
.box_btn.small > * {padding:4px 8px;}
.box_btn.large > * {padding:12px 16px; font-size:14px;}
.box_btn.huge > * {padding:16px 20px; font-size:16px;}

/* 버튼스타일 - 가로길이 */
.box_btn.block {display:block;}
.box_btn.block > * {width:100%;}
.box_btn.w50 > * {width:50px;}
.box_btn.w75 > * {width:75px;}
.box_btn.w100 > * {width:100px;}
.box_btn.w125 > * {width:125px;}
.box_btn.w150 > * {width:150px;}
.box_btn.w175 > * {width:175px;}
.box_btn.w195 > * {width:195px;}
.box_btn.w200 > * {width:200px;}
.box_btn.w225 > * {width:225px;}
.box_btn.w250 > * {width:250px;}
.box_btn.w275 > * {width:275px;}
.box_btn.w300 > * {width:300px;}
.box_btn.w325 > * {width:325px;}
.box_btn.w350 > * {width:350px;}

/* 버튼스타일 - 색상 */
.box_btn.white * {border-color:#c3c3c3; background:#fff; color:#666 !important;}
.box_btn.white:hover *,
.box_btn.white:active *,
.box_btn.white:focus * {background:#f5f5f5;}
.box_btn.gray * {border-color:#f5f5f5; background:#f5f5f5; color:#666 !important;}
.box_btn.gray:hover *,
.box_btn.gray:active *,
.box_btn.gray:focus * {background:#dadada;}
.box_btn.gray2 * {border-color:#eee; background:#eee; color:#333 !important;}
.box_btn.gray2:hover *,
.box_btn.gray2:active *,
.box_btn.gray2:focus * {background:#d9d6d6;}
.box_btn.navy * {border-color:#414c62; background:#414c62; color:#fff !important;}
.box_btn.navy:hover *,
.box_btn.navy:active *,
.box_btn.navy:focus * {background:#2e3749;}
.box_btn.black * {border-color:#2d2d2d; background:#2d2d2d; color:#fff !important;}
.box_btn.black:hover *,
.box_btn.black:active *,
.box_btn.black:focus * {background:#2d2d2d;}

/* 버튼스타일 - 텍스트 */
.box_btn.strong * {font-weight:bold;}
.box_btn.mt {margin-top:5px;}


/*-----------------------------------------------------------------*/
/* 2-3. product
/*-----------------------------------------------------------------*/

/* 상품스타일 - 기본 */
.prd_basic {display:inline-block; width:100%; font-size:0; text-align:left !important;}
.prd_basic > li {display:inline-block; padding-bottom:60px; text-align:center; vertical-align:top;}
.prd_basic.col2 > li {width:50%;}
.prd_basic.col3 {width:auto; margin-left:-30px;}
.prd_basic.col3 > li {width:380px; margin-left:30px;}
.prd_basic.col4 > li {width:25%;}
.prd_basic.col5 > li {width:20%;}
.prd_basic .box {position:relative; width:380px; margin:0 auto;}
.prd_basic .box .img {overflow:hidden; position:relative; z-index:1; width:100%; margin:0 auto; border:1px solid #dcdcdc; text-align:center; cursor:pointer;}
.prd_basic .box .img .soldout {display:none;}
.prd_basic .box .img .quick {display:none; position:absolute; top:50%; left:50%; z-index:5; margin:-33.5px 0 0 -77px; font-size:0;}
.prd_basic .box .img .quick li {display:inline-block; margin:0 5px; text-align:center; vertical-align:top;}
.prd_basic .box .img .quick li a {display:block; width:67px; height:67px; background:no-repeat center; text-indent:-9999px;}
.prd_basic .box .img .quick li.wish a {background-image:url('https://www.hanwooda.com/_skin/hanwooda_251110/img/shop/icon_wish2.png');}
.prd_basic .box .img .quick li.cart a {background-image:url('https://www.hanwooda.com/_skin/hanwooda_251110/img/shop/icon_cart2.png');}
.prd_basic .box .img .dimmed {display:none; position:absolute; top:0; left:0; z-index:2; width:100%; height:100%; background:rgba(0,0,0,.5);}
.prd_basic .box.out .img .prdimg {-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=30); opacity:.3;}
.prd_basic .box.out .img .soldout {display:block; position:absolute; left:0; top:50%; z-index:5; width:100%; margin-top:-54px; color:#FF0000; font-size:68px; font-weight:bold; text-align:center; cursor:pointer;} /* 품절시 soldout 출력 */
.prd_basic .box .img:hover .quick,
.prd_basic .box .img:hover .dimmed {display:block;}
.prd_basic .box.out .img:hover .quick,
.prd_basic .box.out .img:hover .dimmed {display:none;}
.prd_basic .box .info {padding:20px 25px 30px; background:#f5f5f5; text-align:left;}
.prd_basic .box .name {padding-bottom:2px;}
.prd_basic .box .name a {font-size:18px;}
.prd_basic .box .price span,
.prd_basic .box .price p {word-break:break-all; word-wrap:break-word;}
.prd_basic .box .price .prc_wrap {overflow:hidden; padding-bottom:20px;}
.prd_basic .box .price .consumer_prc {padding-left:10px; color:#888; font-size:16px; text-decoration:line-through;}
.prd_basic .box .price .basic_prc {color:#444; font-size:20px;}
.prd_basic .box .price .sell {color:#888; font-size:16px;}
.prd_basic .box .price .sell strong {color:inherit; font-size:24px; font-weight:400;}
.prd_basic .box .icon {padding-top:20px;}
.prd_basic .box .icon img {height:33px; margin-right:3px}
.prd_basic .box .basic_prc_per {display: flex; justify-content: center; align-items: center; width: 56px; height: 56px; background-color: red; position: absolute; top: 10px; left: 10px; z-index: 5;}
.prd_basic .box .basic_prc_per > div {color: #fff; text-align: center;}
.prd_basic .box .basic_prc_per * {color: #fff; font-size: 15px; line-height: 20px; letter-spacing: 1px;}
.prd_basic .box .basic_prc_per .num {font-size: 20px; font-weight: 700; letter-spacing: 1px;}
.prd_basic .box .today {display:inline-block; margin:15px auto 0; padding:3px; background-color:#ebebeb;}
.prd_basic .box .today > span {padding-left:5px; color:#666;}
/* 상품스타일 - 기본 - 레이어 */
.prd_basic.mini {width:100%; text-align:center;}
.prd_basic.mini .box .img .prdimg {transition:none;}
.prd_basic.mini .box .img:hover .prdimg {-ms-transform:none; -webkit-transform:none; transform:none;}
.prd_basic.mini .box .img .icon_best {position:absolute; left:10px; top:10px; width:40px; height:40px; border-radius:50%; background:#fff; line-height:40px;}
.prd_basic.mini .box .info {display:none; position:absolute; left:50%; bottom:10px; z-index:5; width:100%; margin-left:-50%; background:transparent; text-align:center;}
.prd_basic.mini .box:hover .info {display:block;}
.prd_basic.mini .box:hover .img .prdimg {-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=30); opacity:.3;}
.prd_basic.mini .box .price .consumer,
.prd_basic.mini .box .summary,
.prd_basic.mini .box .count,
.prd_basic.mini .box .icon,
.prd_basic.mini .box .today {display:none;}
/* 상품스타일 - 기본 - 레이어 - new 5% dc */
.prd_basic.mini.new .box .img,
.prd_basic.mini.new .box .info {width:175px;}
.prd_basic.mini.new .box .info {margin-left:-87.5px;}
/* 상품스타일 - 기본 - 레이어 - 카테고리 추천 */
.prd_basic.mini.best .box .img,
.prd_basic.mini.best .box .info {width:205px;}
.prd_basic.mini.best .box .info {margin-left:-102.5px;}

/* 상품스타일 - 기본 - 슬라이드 */
.prd_basic.slide {display:none;}
.prd_basic.slide.slick-initialized {display:block;}
.prd_basic.slide .slick-prev {position:absolute; left:-44px; top:50%; width:24px; height:88px; margin-top:-44px; background:url('https://www.hanwooda.com/_skin/hanwooda_251110/img/button/slide_prev.png') no-repeat center;}
.prd_basic.slide .slick-next {position:absolute; right:-44px; top:50%; width:24px; height:88px; margin-top:-44px; background:url('https://www.hanwooda.com/_skin/hanwooda_251110/img/button/slide_next.png') no-repeat center;}

/* 상품스타일 - 관심상품 */
.prd_related {table-layout:fixed; clear:both; width:100%; border-top:1px solid #e0e0e0; border-collapse:collapse;}
.prd_related > thead {display:none;}
.prd_related > tbody > tr > td {border-bottom:1px solid #e0e0e0; vertical-align:middle; text-align:center;}
.prd_related > tbody > tr > td.img img {width:120px; height:auto;}
.prd_related > tbody > tr > td.tal,
.prd_related > tbody > tr > td.opt {padding-left:15px; text-align:left;}
.prd_related > tbody > tr > td.opt select {display:block; min-width:130px; margin:5px 0;}
.prd_related > tbody > tr > td .soldout {display:none; color:#d53838;}
.prd_related > tbody > tr > td .soldout.out {display:inline;}
.prd_related > tbody > tr > td .summary {color:#888; font-size:11px;}

/* 상품스타일 - 관련상품 */
.prd_basic.ref {width:auto; margin-left:-15px;}
.prd_basic.ref > li {width:228px; margin-left:15px; padding-bottom:15px;}
.prd_basic.ref .box {width:228px;}
.prd_basic.ref .box .img img {width:100%; height:auto;}
.prd_basic.ref .box .info {padding:15px;}
.prd_basic.ref .box .info .name a,
.prd_basic.ref .box .price .basic_prc {font-size:17px;}
.prd_basic.ref .box .price .sell {font-size:16px;}
.prd_basic.ref .box .price .sell strong {font-size:20px;}
.prd_basic.ref .box .price .icon {display:none;}

/*-----------------------------------------------------------------*/
/* 3. Layout
/*-----------------------------------------------------------------*/

/*-----------------------------------------------------------------*/
/* 3-1. wrapper
/*-----------------------------------------------------------------*/

#wrapper {position:relative; min-width:1200px; text-align:left;}
#container {overflow:hidden;}
.wrap_inner {width:1200px; margin:0 auto;} /* 컨텐츠 사이즈 */


.rand_cpn {display:none; position:fixed; top:300px; right:50px; z-index:9999; width:120px; height:auto; transform:translateY(-50%); cursor:pointer;}
.rand_cpn img {width:100%; height:auto;}

/*-----------------------------------------------------------------*/
/* 3-2. header
/*-----------------------------------------------------------------*/
#header {height:208px;}
#header .fix {position:fixed; top:0; left:0; z-index:50; width:100%; background:#fff;}
#header .gnb {background:#414c62;}
#header .gnb:after {display:block; clear:both; content:'';}
#header .gnb ul {overflow:hidden;}
#header .gnb ul > li {float:left; padding:0 15px;}
#header .gnb ul > li a {display:block; height:35px; color:#fff; font-size:13px; font-weight:300; line-height:34px;}
#header .gnb ul.app_dlv li.app {position:relative; background:url('https://www.hanwooda.com/_skin/hanwooda_251110/img/common/top_app.png') no-repeat left center;}
#header .gnb ul.app_dlv li.adr {position:relative;}
#header .gnb ul.app_dlv li.adr:after {position:absolute; top:50%; left:0; width:1px; height:10px; margin-top:-5px; background:#9399a6; content:'';}
#header .mid_wrap .wrap_inner {position:relative; height:113px;}
#header .mid_wrap h1 {position:absolute; top:50px; left:0; margin-top:-30px;}
#header .mid_wrap .search {width:400px; margin:0 auto; padding-top:30px;}
#header .mid_wrap .search form .box {position:relative; padding-right:40px; text-align:left; border-bottom:2px solid #313131;}
#header .mid_wrap .search form .box .basic_search {height:53px; border:0; background:transparent; font-size:14px;}
#header .mid_wrap .search form .box .btn {position:absolute; right:0; top:12px;}
#header .mid_wrap .icon_menu {overflow:hidden; position:absolute; top:50%; right:0; margin-top:-17px;}
#header .mid_wrap .icon_menu li {float:left; margin-left:35px;}
#header .mid_wrap .icon_menu li a {display:block; height:35px; background:no-repeat bottom center; color:transparent; text-indent:-9999px;}
#header .mid_wrap .icon_menu li.cart a {width:29px; background-image:url('https://www.hanwooda.com/_skin/hanwooda_251110/img/button/hd_cart.png');}
#header .mid_wrap .icon_menu li.my a {width:31px; background-image:url('https://www.hanwooda.com/_skin/hanwooda_251110/img/button/hd_my.png');}
#header .mid_wrap .icon_menu li.order a {width:40px; background-image:url('https://www.hanwooda.com/_skin/hanwooda_251110/img/button/hd_order.png'); background-position:bottom 2px center;}
#header .lnb {position:relative; height:60px; border:1px solid #dcdcdc; border-width:1px 0;}
#header .lnb .wrap_inner {position:relative;}
#header .lnb .all_btn {display:block; position:absolute; top:0; left:0; height:59px; padding-left:32px; background:url('https://www.hanwooda.com/_skin/hanwooda_251110/img/common/all_btn.png') no-repeat left center; font-size:17px; line-height:58px; cursor:pointer;}
#header .lnb .category {font-size:0; text-align:center;}
#header .lnb .category > li {display:inline-block; position:relative; margin:0 30px; text-align:center;}
#header .lnb .category > li.cs {margin-right:0;}
#header .lnb .category > li > a {display:block; height:59px; font-size:17px; line-height:58px;}
#header .lnb .category > li > .depth {overflow:hidden; display:none; position:absolute; top:59px; left:50%; z-index:20; width:570px; height:585px; margin-left:-285px; padding:20px 20px 40px 40px; background:#fff; box-shadow:2px 4px 7px -4px rgba(0,0,0,.5); text-align:left;}
#header .lnb .category > li > .depth2 {width:194px; height:auto; margin-left:-97px; padding:20px 35px 5px 35px;}
#header .lnb .category > li > .depth3 {width:218px; height:auto; margin-left:-109px; padding:20px 35px 5px 35px;}
#header .lnb .category > li > .depth4 {width:154px; height:auto; margin-left:-77px; padding:20px 35px 5px 35px;}
#header .lnb .category > li:hover > .depth {display:block;}
#header .lnb .category > li > .depth .first a {color:#000; font-size:15px; font-weight:600;}
#header .lnb .category > li > .depth .list {float:none; margin-bottom:30px;}
#header .lnb .category > li > .depth .list p {padding-top:9px;}
#header .lnb .category > li > .depth .list p a {color:#888; font-size:14px; letter-spacing:-0.03em;}
#header .lnb .category > li > .depth1 .cate_wrap {overflow:hidden; float:left; width:410px;}
#header .lnb .category > li > .depth1 .cate_wrap1 {width:100px;}
#header .lnb .category > li > .depth1 .cate_wrap .list {float:left; padding-right:50px;}
#header .lnb .category > li > .depth1 .cate_wrap1 .list {padding-right:0;}
#header .lnb .all_category {display:none; position:absolute; top:59px; left:0; z-index:25; width:100%; height:680px; padding:25px 0 35px; background:#fff; box-shadow:2px 4px 7px -4px rgba(0,0,0,.5);}
#header .lnb .all_category .box {display:inline-block; width:478px; margin-right:39px; vertical-align:top;}
#header .lnb .all_category .box2 {width:160px; margin-right:0;}
#header .lnb .all_category h4 {padding-bottom:12px;}
#header .lnb .all_category h4 a {font-size:17px;}
#header .lnb .all_category .depth {overflow:hidden; border-right:1px solid #ededed;}
#header .lnb .all_category .depth h5 {}
#header .lnb .all_category .depth h5 a {font-size:15px;}
#header .lnb .all_category .depth .cate_wrap {overflow:hidden; float:left;}
#header .lnb .all_category .depth .list {float:left; padding-right:37px;}
#header .lnb .all_category .depth .list p {padding-top:10px;}
#header .lnb .all_category .depth .list p a {color:#888; font-size:14px; letter-spacing:-0.03em;}
#header .lnb .all_category .box2 .depth {margin-bottom:20px; border-right:0;}
#header .lnb .all_category .box2 .depth .list {padding-right:0;}


/*-----------------------------------------------------------------*/
/* 3-3. content
/*-----------------------------------------------------------------*/

#cnt {padding-bottom:50px; min-height:500px;}
#cnt .cntbody {width:1200px; margin:0 auto;}

/*-----------------------------------------------------------------*/
/* 3-4. footer
/*-----------------------------------------------------------------*/

#footer {margin-top:50px;}
#footer .quick {padding-bottom:56px; border-top:1px solid #f7f7f7; border-bottom:1px solid #eee;}
#footer .quick .wrap_inner:after {display:block; clear:both; content:'';}
#footer .quick .wrap_inner > div {float:left;}
#footer .quick .wrap_inner > div h4 {padding:74px 0 24px; font-size:14px; font-weight:400;}
#footer .quick .wrap_inner .notice {width:360px;}
#footer .quick .wrap_inner .notice h4 {overflow:hidden; width:195px; margin-bottom:17px; padding:74px 0 17px; border-bottom:1px solid #f9f9f9;}
#footer .quick .wrap_inner .notice h4 .more {float:right; width:11px; height:11px; margin-top:5px; background:url('https://www.hanwooda.com/_skin/hanwooda_251110/img/common/notice_more.png') no-repeat center; color:transparent; text-indent:-9999px;}
#footer .quick .wrap_inner .notice > ul {width:195px;}
#footer .quick .wrap_inner .notice > ul > li {overflow:hidden; position:relative; margin:2px 0; padding-left:10px; text-overflow:ellipsis; white-space:nowrap;}
#footer .quick .wrap_inner .notice > ul > li:after {position:absolute; top:50%; left:0; width:2px; height:2px; margin-top:-1px; background:#1b1b1b; content:'';}
#footer .quick .wrap_inner .notice > ul > li a {color:#a6a6a6; font-size:13px;}
#footer .quick .wrap_inner .cs {width:300px;}
#footer .quick .wrap_inner .cs strong {font-size:24px; font-weight:700;}
#footer .quick .wrap_inner .cs p {margin-top:4px; color:#aaa; font-size:13px; line-height:20px;}
#footer .quick .wrap_inner .bank {width:340px;}
#footer .quick .wrap_inner .bank p {padding-left:36px; color:#a6a6a6;}
#footer .quick .wrap_inner .bank p strong {display:inline-block; width:36px; margin-left:-36px;}
#footer .quick .wrap_inner .bank p span {text-decoration:underline;}
#footer .quick .wrap_inner .return {width:200px;}
#footer .quick .wrap_inner .return dl dt {font-size:13px; font-weight:700;}
#footer .quick .wrap_inner .return dl dd {font-size:13px; font-weight:300; line-height:22px;}
#footer .quick .wrap_inner .return p {margin-top:26px;}
#footer .quick .wrap_inner .return p a {display:inline-block; *display:inline; *zoom:1; position:relative; margin-left:15px;}
#footer .quick .wrap_inner .return p a:first-child {margin-left:0;}
#footer .quick .wrap_inner .return p a:after {display:block; width:100%; height:1px; background:#444; content:'';}
#footer .quick .wrap_inner .share h4 {padding:40px 0 20px;}
#footer .quick .wrap_inner .share ul li {display:inline-block; *display:inline; *zoom:1; margin-left:27px; font-size:0; vertical-align:middle;}
#footer .quick .wrap_inner .share ul li:first-child {margin-left:0;}
#footer .quick .wrap_inner .share ul li a {display:inline-block; *display:inline; *zoom:1; height:19px; background-repeat:no-repeat; background-position:center; color:transparent; font-size:0; vertical-align:middle;}
#footer .quick .wrap_inner .share ul li.insta a {width:19px; background-image:url('https://www.hanwooda.com/_skin/hanwooda_251110/img/common/sns_insta.png');}
#footer .quick .wrap_inner .share ul li.fb a {width:9px; background-image:url('https://www.hanwooda.com/_skin/hanwooda_251110/img/common/sns_fb.png');}
#footer .quick .wrap_inner .share ul li.blog a {width:14px; background-image:url('https://www.hanwooda.com/_skin/hanwooda_251110/img/common/sns_blog.png');}
#footer .quick .wrap_inner .share ul li.story a {width:9px; background-image:url('https://www.hanwooda.com/_skin/hanwooda_251110/img/common/sns_story.png');}
#footer .shopinfo {text-align:center;}
#footer .shopinfo .menu {padding:38px 0 14px; font-size:0;}
#footer .shopinfo .menu li {display:inline-block; *display:inline; *zoom:1;}
#footer .shopinfo .menu li a {display:inline-block; *display:inline; *zoom:1; padding:0 7px; color:#aaa; font-size:13px; font-weight:300;}
#footer .shopinfo .menu li a strong {color:#aaa; font-size:13px; font-weight:700;}
#footer .shopinfo .menu li a strong.company {color:#444;}
#footer .shopinfo .info,
#footer .shopinfo .info * {color:#aaa; font-size:13px; font-weight:300; font-style:normal; line-height:24px;}
#footer .shopinfo .info span {padding-right:13px;}
#footer .shopinfo .info span.last {padding-right:0;}
#footer .shopinfo .copyright,
#footer .shopinfo .copyright * {color:#aaa; font-size:13px;}
#footer .shopinfo .copyright {padding:16px 0 38px;}
#footer .shopinfo .copyright a strong,
#footer .shopinfo .copyright a:hover {color:#3fc0e5;}
/* 화물배송 가능지역 레이어 */
#find_adr_wrap {display:none; position:fixed; top:0; left:0; z-index:50; width:100%; height:100%; background:rgba(0,0,0,.7);}
#find_adr_wrap .find_adr {position:absolute; top:50%; left:50%; width:600px; height:650px; margin:-325px 0 0 -300px; padding:50px; background:#fff;}
#find_adr_wrap .find_adr .inner {position:relative; text-align:center;}
#find_adr_wrap .find_adr .close {display:block; position:absolute; top:-20px; right:-20px; width:17px; height:17px; background:url('https://www.hanwooda.com/_skin/hanwooda_251110/img/button/find_adr_close.png') no-repeat center; color:transparent; text-indent:-9999px; cursor:pointer;}
#find_adr_wrap .find_adr h3 {font-size:26px; font-weight:400; text-align:center;}
#find_adr_wrap .find_adr .address {padding-top:40px; text-align:left;}
#find_adr_wrap .find_adr .address p {}
#find_adr_wrap .find_adr .address p .form_input {margin-bottom:10px; height:40px; border-color:#e5e5e5;}
#find_adr_wrap .find_adr .address p.zip {position:relative; padding-right:110px;}
#find_adr_wrap .find_adr .address p.zip .box_btn {position:absolute; top:0; right:0;}
#find_adr_wrap .find_adr .address p.zip .box_btn * {padding:10px 0 9px; border-color:#c7c7c7; background:#c7c7c7; color:#fff; font-size:14px;}
#find_adr_wrap .find_adr .search {margin:10px 0;}
#find_adr_wrap .find_adr .search * {padding:13px 0; font-size:17px;}
#find_adr_wrap .find_adr .msg {padding-top:25px; font-size:16px;}
#find_adr_wrap .find_adr .msg span {color:#cb0000; font:inherit;}
#find_adr_wrap .find_adr .info {margin-top:40px; padding-top:20px; border-top:1px solid #313131; text-align:left;}
#find_adr_wrap .find_adr .info dt {padding-bottom:15px; color:#444; font-size:20px; font-weight:600;}
#find_adr_wrap .find_adr .info dd {position:relative; padding-left:10px; color:#888; font-size:14px; line-height:1.7;}
#find_adr_wrap .find_adr .info dd:after {position:absolute; top:11px; left:0; width:3px; height:3px; border-radius:100%; background:#313131; content:'';}


/*-----------------------------------------------------------------*/
/* 4. Page
/*-----------------------------------------------------------------*/

/*-----------------------------------------------------------------*/
/* 4-1. 메인
/*-----------------------------------------------------------------*/

#main .visual_main {clear:both; overflow:hidden; position:relative; height:555px;}
#main .visual_main .slide {position:absolute; top:0; left:50%; margin-left:-950px; width:1900px; height:555px;}
#main .visual_main .slide li {width:1900px; height:555px;}
#main .visual_main .prev,
#main .visual_main .next {z-index:30;}
#main .visual_main .prev {position:absolute; top:50%; left:50%; margin:-25px 0 0 -670px; cursor:pointer;}
#main .visual_main .next {position:absolute; top:50%; right:50%;margin:-25px -670px 0 0;  cursor:pointer;}
#main h3.title {padding:70px 0 30px; font-size:32px; text-align:center;}
#main .sale {margin-bottom:40px;}
#main .sale h3.title {padding-top:40px;}

#main .main_auction {padding:50px 0 30px;}
#main .main_auction h4 {position:relative; font-size:32px;}
#main .main_auction h4 a {display:block; position:absolute; top:50%; right:0; width:30px; height:30px; margin-top:-15px; background:url('https://www.hanwooda.com/_skin/hanwooda_251110/img/common/plus_icon.png') no-repeat center; text-indent:-9999px;}
#main .main_auction ul {display:block; width:auto; margin-right:-15px; padding-top:50px; font-size:0;}
#main .main_auction ul > li {display:inline-block; width:33.333%; padding-right:15px; vertical-align:top;}
#main .main_auction ul > li .auction_box .img img {width:100%; height:auto;}
#main .main_auction ul > li .auction_box .info {position:relative; min-height:80px; padding:10px;  text-align:left;}
#main .main_auction ul > li .auction_box .auction_title a {display:block; font-size:18px;}
#main .main_auction ul > li .auction_box .auction_date {color:#aaa; font-size:13px;}

#main .tab_prd {display:none; height:897px; padding-top:80px; background:url('https://www.hanwooda.com/_skin/hanwooda_251110/img/main/tab_prd_bg.jpg') no-repeat center/cover;}
#main .tab_prd .tab {padding-bottom:75px; text-align:center;}
#main .tab_prd .tab li {display:inline-block; position:relative; margin:0 30px; padding:0 10px; font-size:32px; font-weight:600;}
#main .tab_prd .tab li:first-child:after {position:absolute; top:50%; right:-31px; width:1px; height:20px; margin-top:-10px; background:#929292; content:'';}
#main .tab_prd .tab li.on {border-bottom:2px solid #414c62; font-weight:700;}
#main .tab_prd .swiper_prd .swiper-slide {padding:40px;}
#main .tab_prd .swiper_prd .swiper-slide-active {padding:0;}
#main .tab_prd .swiper_prd .prd_basic .box {width:100% !important; background:#fff;}
#main .tab_prd .swiper_prd .prd_basic .box .img img {width:100% !important; height:auto !important;}
#main .tab_prd .swiper_prd .prd_basic .box .info {background:#fff;}
#main .full_info {height:566px; background:url('https://www.hanwooda.com/_skin/hanwooda_251110/img/main/full_info_bg.jpg') no-repeat center/cover; cursor:pointer;}
#main .full_info h3 {padding:68px 0 63px; color:#fff; font-size:60px; font-weight:400; text-align:center; line-height:1;}
#main .full_info h3 span {display:block; padding-bottom:20px; color:inherit; font-size:36px; font-weight:300; line-height:inherit;}
#main .full_info .info_wrap {height:320px; padding-top:85px; background:rgba(0,0,0,0.4);}
#main .full_info .info_wrap ul {font-size:0;}
#main .full_info .info_wrap ul li {display:inline-block; position:relative; width:25%; padding-top:75px; background:no-repeat top center; color:#fff; font-size:19px; font-weight:300; text-align:center; vertical-align:top;}
#main .full_info .info_wrap ul li:after {position:absolute; top:0; left:0; width:1px; height:120px; background:rgba(255,255,255,.13); content:'';}
#main .full_info .info_wrap ul li.bg1 {background-image:url('https://www.hanwooda.com/_skin/hanwooda_251110/img/main/full_txt_bg1.png');}
#main .full_info .info_wrap ul li.bg1:after {display:none;}
#main .full_info .info_wrap ul li.bg2 {background-image:url('https://www.hanwooda.com/_skin/hanwooda_251110/img/main/full_txt_bg2.png');}
#main .full_info .info_wrap ul li.bg3 {background-image:url('https://www.hanwooda.com/_skin/hanwooda_251110/img/main/full_txt_bg3.png');}
#main .full_info .info_wrap ul li.bg4 {background-image:url('https://www.hanwooda.com/_skin/hanwooda_251110/img/main/full_txt_bg4.png');}
#main .brand {text-align:left;}
#main .brand dt {display:inline-block; *display:inline; *zoom:1; position:relative; width:415px; margin-top:111px; padding-left:145px; font-size:20px; font-weight:700; vertical-align:top;}
#main .brand dt:after {display:block; position:absolute; left:0; top:50%; width:115px; height:2px; margin-top:-1px; background:#dadada; content:'';}
#main .brand dd {display:inline-block; *display:inline; *zoom:1; margin-top:60px; font-size:22px; font-weight:300; line-height:40px; vertical-align:top;}


/*-----------------------------------------------------------------*/
/* 4-2. 상점
/*-----------------------------------------------------------------*/

/* 상품목록(/shop/big_section.php) */
#big_section .cate_list {margin-bottom:40px;}
#big_section .cate_list .mid_cate {margin-bottom:25px; text-align:center;}
#big_section .cate_list .mid_cate ul {font-size:0;}
#big_section .cate_list .mid_cate ul > li {display:inline-block; margin:0 25px;}
#big_section .cate_list .mid_cate ul > li a {padding:0 2px 5px; color:#888; font-size:20px;}
#big_section .cate_list .mid_cate ul > li.on a {border-bottom:2px solid #000; color:#444;}
#big_section .cate_list .sml_cate {padding:30px 30px 15px; border:1px solid #e5e5e5;}
#big_section .cate_list .sml_cate .box {position:relative; padding-left:130px;}
#big_section .cate_list .sml_cate .box.grade {padding-top:15px; border-top:1px solid #e5e5e5;}
#big_section .cate_list .sml_cate .box .title {position:absolute; top:0; left:0; display:inline-block; width:120px; font-size:14px;}
#big_section .cate_list .sml_cate .box.grade .title {top:15px;}
#big_section .cate_list .sml_cate .box .list {font-size:0;}
#big_section .cate_list .sml_cate .box .list > li {display:inline-block; width:168px; margin-bottom:15px; vertical-align:top;}
#big_section .cate_list .sml_cate .box .list > li a,
#big_section .cate_list .sml_cate .box .list > li label {color:#808080; font-size:14px;}
#big_section .cate_list .sml_cate .box .list > li label input {margin:0 3px 0 0; vertical-align:middle;}
#big_section .best_area {clear:both; margin-bottom:50px; padding-bottom:50px; border-bottom:1px solid #e0e0e0;}

/* 상품상세페이지(/shop/detail.php) */
#detail {margin-top:50px;}
#detail .wrap_prd {overflow:hidden; position:relative;}
#detail .wrap_prd > .prdimg {float:left; width:600px;}
#detail .wrap_prd > .prdimg .img {overflow:hidden; width:600px; height:486px; border:1px solid #dcdcdc; text-align:center;}
#detail .wrap_prd > .prdimg .img img {max-width:598px; max-height:484px;}
#detail .wrap_prd > .prdimg .addimg {margin-top:10px;}
#detail .wrap_prd > .prdimg .addimg .box_add_slide {overflow:hidden; width:600px;}
#detail .wrap_prd > .prdimg .addimg .add_slide {display:none; width:610px;}
#detail .wrap_prd > .prdimg .addimg .add_slide.slick-initialized {display:block;}
#detail .wrap_prd > .prdimg .addimg .add_slide > div span {display:inline-block; width:115px; height:93px; border:1px solid #dcdcdc;}
#detail .wrap_prd > .prdimg .addimg .add_slide > div span img {width:113px; height:91px;}
#detail .wrap_prd > .prdimg .addimg .add_slide > div span img:hover {-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); opacity: .5;}
#detail .wrap_prd > .prdimg .addimg .add_slide .slick-prev {position:absolute; left:0; top:0; z-index:5; height:92px; background:url('https://www.hanwooda.com/_skin/hanwooda_251110/img/common/bullet_arrow_prev.png') no-repeat center; background-color:rgba(200,200,200,0.5)}
#detail .wrap_prd > .prdimg .addimg .add_slide .slick-next {position:absolute; right:10px; top:0; z-index:5; height:92px; background:url('https://www.hanwooda.com/_skin/hanwooda_251110/img/common/bullet_arrow_next.png') no-repeat center; background-color:rgba(200,200,200,0.5)}
#detail .wrap_prd > .info {float:right; width:522px;}
#detail .wrap_prd > .info .top_info {margin-bottom:20px; padding-bottom:20px; border-bottom:1px solid #dfdfdf;}
#detail .wrap_prd > .info .top_info .code {padding-bottom:5px; color:#444; font-size:14px;}
#detail .wrap_prd > .info .top_info .name {font-size:26px; font-weight:400;}
#detail .wrap_prd > .info .top_info .basic_prc {display: inline-block; color:#888; font-size:22px;}
#detail .wrap_prd > .info .basic_prc_per {display: inline-block; margin-right: 5px; color:#fe0000; font-size:22px; fw700}
#detail .wrap_prd > .info .top_info .icon {padding-top:15px;}
#detail .wrap_prd > .info .top_info .icon img {height:30px; margin:0 0 2px -1px; vertical-align:middle; border:1px solid #cbcbcb; box-sizing:content-box;}
#detail .wrap_prd > .info > .list {width:100%;}
#detail .wrap_prd > .info > .list th {padding:10px 0; color:#333; font-size:16px; font-weight:normal; text-align:left; vertical-align:middle;}
#detail .wrap_prd > .info > .list td {padding:10px 0; color:#333; font-size:16px; text-align:left; vertical-align:middle;}
#detail .wrap_prd > .info > .list td .sell {font-size:24px; font-weight:400;}
#detail .wrap_prd > .info > .list td select {width:130px;}
#detail .wrap_prd > .info > .list td .box_qty .form_input {width:130px;}
#detail .wrap_prd > .info > .list td .coupon {display:inline-block; margin:8px 0 0 5px; padding-right:20px; background:url('https://www.hanwooda.com/_skin/hanwooda_251110/img/shop/download_coupon.png') no-repeat 90% center #676767; cursor:pointer; vertical-align:top;}
#detail .wrap_prd > .info > .list td .coupon strong {display:inline-block; padding:2px 5px; background:#363636; color:#fff; font-size:11px; font-weight:normal; letter-spacing:-1px;}
#detail .wrap_prd > .info > .list .pop_coupon {display:none; position:fixed; left:50%; top:100px; z-index:1001; width:570px; margin-left:-285px; padding:40px; border:1px solid #d9d9d9; background:#fff;}
#detail .wrap_prd > .info > .list .pop_coupon h2 {color:#000; font-size:22px;}
#detail .wrap_prd > .info > .list .pop_coupon .count {margin-top:20px; padding:15px 20px; background:#fafafa;}
#detail .wrap_prd > .info > .list .pop_coupon .list {overflow:auto; max-height:200px; margin-top:10px; border-top:1px solid #e0e0e0;}
#detail .wrap_prd > .info > .list .pop_coupon .list li {position:relative; padding:15px 100px 15px 15px; border-bottom:1px solid #e0e0e0; text-align:left;}
#detail .wrap_prd > .info > .list .pop_coupon .list a {position:absolute; right:15px; top:10px; padding:5px 10px; background:#363636; color:#fff; cursor:pointer;}
#detail .wrap_prd > .info > .list .pop_coupon .close {display:inline-block; position:absolute; right:20px; top:20px; width:21px; height:21px; background:url('https://www.hanwooda.com/_skin/hanwooda_251110/img/button/hd_close.png') no-repeat center; text-indent:-9999px; cursor:pointer;}
#detail .wrap_prd > .info > .list .milage_info {display:inline-block; position:relative;}
#detail .wrap_prd > .info > .list .milage_info .info {display:none; position:absolute; left:20px; top:-8px; z-index:10; width:150px; padding:5px 10px; border:1px solid #dcdcdc; background:#fff;}
#detail .wrap_prd > .info > .list .milage_info:hover .info {display:block;}
#detail .wrap_prd > .info > .summary {margin-top:15px; padding-top:20px; border-top:1px solid #dfdfdf; font-size:16px;}
#detail .wrap_prd > .info > .summary span {display:block; padding-bottom:8px; font:inherit;}
#detail .wrap_prd > .info > .multi_opt {margin-top:20px;}
#detail .wrap_prd > .info > .multi_opt .selected_list > li {position:relative; padding:15px 20px; border-top:1px solid #ebebeb; background:#fafafa;}
#detail .wrap_prd > .info > .multi_opt .selected_list > li .name {display:inline-block; width:270px; word-break:break-all;}
#detail .wrap_prd > .info > .multi_opt .selected_list > li .price {float:right;}
#detail .wrap_prd > .info > .multi_opt .selected_list > li .price span {margin-left:30px;}
#detail .wrap_prd > .info > .multi_opt .selected_list > li .price .del img {margin-top:3px; vertical-align:top;}
#detail .wrap_prd > .info > .multi_opt .selected_list > li .box_qty {position:absolute; left:300px; top:7px;}
#detail .wrap_prd > .info > .multi_opt .opt_total {position:relative; padding:15px 0; border-top:1px solid #ebebeb; border-bottom:1px solid #333; text-align:right;}
#detail .wrap_prd > .info > .multi_opt .opt_total .title {position:absolute; left:0; top:50%; margin-top:-12px; font-size:16px;}
#detail .wrap_prd > .info > .multi_opt .opt_total strong,
#detail .wrap_prd > .info > .multi_opt .opt_total strong * {font-size:24px;}
#detail .wrap_prd > .info > .multi_opt .opt_total .coupon {display:inline-block; margin-right:5px; padding:2px 20px 2px 5px; border:1px solid #c3c3c3; background:url('https://www.hanwooda.com/_skin/hanwooda_251110/img/shop/apply_coupon.png') no-repeat 90% center; font-size:11px; cursor:pointer;}
#detail .wrap_prd > .info > .multi_opt .opt_total .coupon:hover {background-color:#f5f5f5;}
#detail .wrap_prd > .info > .today {margin:20px auto 0; padding:15px; border:1px solid #e5e5e5;}
#detail .wrap_prd > .info > .today > span {color:#666;}
#detail .wrap_prd > .info > .btn {margin-top:40px; font-size:0;}
#detail .wrap_prd > .info > .btn .box_btn {font-size:0;}
#detail .wrap_prd > .info > .btn .box_btn * {padding:14px 5px; font-size:18px;}
#detail .wrap_prd > .info > .btn .buy * {width:212px;}
#detail .wrap_prd > .info > .btn .cart * {width:150px;}
#detail .wrap_prd > .info > .btn .wish * {width:150px; margin:0 5px;}
#detail .wrap_prd > .info > .btn .pay {text-align:right;}
#detail .wrap_prd > .info > .btn .pay > div {margin-top:10px;}
#detail .wrap_info {clear:both; margin-top:110px;}
#detail .wrap_info .title_related {padding-bottom:10px; font-size:24px; font-weight:400;}
#detail .wrap_info .tab_area {margin:100px 0 60px;}
#detail .wrap_info .tab_area > .tab {font-size:0; text-align:center;}
#detail .wrap_info .tab_area > .tab li {display:inline-block; width:325px; height:50px;}
#detail .wrap_info .tab_area > .tab li a {display:block; margin-left:-1px; border:1px solid #ddd; font-size:16px; line-height:50px; cursor:pointer;}
#detail .wrap_info .tab_area > .tab li a.active {border-color:#414c62; background:#414c62; color:#fff;}
#detail .wrap_info .btn_bottom {margin-top:20px; text-align:right;}
#detail .wrap_info .btn_bottom .box_btn * {font-size:14px;}
#detail .wrap_info .detail_info,
#detail .wrap_info .common_info {word-break:break-all;}
#detail .wrap_info .detail_info {margin-bottom:30px;}
#detail .wrap_info .detail_info * {font-family:inherit; font-size:inherit; text-align:inherit; line-height:inherit;}
#detail .wrap_info .detail_info img,
#detail .wrap_info .common_info img {max-width:100%; height:auto; font-size:0; line-height:0;}
#detail .wrap_info .meat_info {margin-bottom:90px; text-align:center;}
#detail .wrap_info .detail_bnr {padding-bottom:80px; text-align:center;}
#detail .wrap_info .detail_bnr img {max-width:100%;}

/* 상품상세페이지 - 개인결제 (/shop/detail_private.php) */
#detail.private .wrap_prd > .info {padding-top:100px; text-align:center;}
#detail.private .wrap_prd > .info > .price .sell,
#detail.private .wrap_prd > .info > .price .sell * {font-size:30px;}
#detail.private .wrap_info {border-top:0;}

/* 퀵프리뷰 - 팝업(/shop/detail_popup.php) */
#detail_pop {position:relative; padding:30px;}
#detail_pop #detail {margin-top:0;}
#detail_pop .close {display:inline-block; position:absolute; right:20px; top:20px; z-index:10; width:21px; height:21px; background:url('https://www.hanwooda.com/_skin/hanwooda_251110/img/button/hd_close.png') no-repeat center; text-indent:-9999px; cursor:pointer;}

/* 상품이미지줌 - 팝업(/shop/zoom.php) */
#zoomimg {text-align:center;}
#zoomimg h2 {padding:10px 60px 10px 20px; background:#676767; color:#fff; font-size:14px; text-align:left;}
#zoomimg .img {margin:40px auto 10px;}
#zoomimg .img img {max-width:500px; max-height:500px;}
#zoomimg .list {width:500px; margin:10px auto 0;}
#zoomimg .list li {float:left; margin:0 0 10px 10px;}
#zoomimg .list li:nth-child(5n+1) {margin-left:0 !important;}
#zoomimg .list li img {max-width:92px; max-height:92px;}
#zoomimg .list:after {display:block; clear:both; content:'';}
#zoomimg .box_btn {position:absolute; right:10px; top:7px;}

/* 상품갯수 - 장바구니(/shop/cart.php), 주문서(/shop/order.php) */
.enterprise {padding-top:30px;}
.enterprise.headY {padding-top:0;}
.enterprise .msg_delivery {padding-bottom:10px;}

/* 장바구니(/shop/cart.php) */
#cart .area_left {float:left; width:63%; margin-top:30px;}
#cart .area_left .msg {margin-top:60px; padding-left:25px;}
#cart .area_left .msg dt {padding-bottom:10px; font-weight:bold;}
#cart .area_left .msg dd {color:#888; font-size:11px; line-height:1.8;}
#cart .area_right {float:right; margin-top:30px;}
#cart .area_right .box {width:360px; padding:40px; background:#f8f8f8;}
#cart .area_right .box.mim {border:1px solid #c3c3c3; background:#fff;}
#cart .area_right .box .box_btn {margin-top:10px;}
#cart .pay {clear:both; text-align:right;}
#cart .pay > div {padding-top:10px;}
/* 장바구니 옵션 변경 */
.cart_change_option {width:480px; padding:40px 50px;}
.cart_change_option h3 {font-size:20px; font-weight:normal;}
.cart_change_option .opt {margin-bottom:15px; padding:5px 0 15px; border-bottom:1px solid #e0e0e0;}
.cart_change_option .opt span {display:inline-block; padding:5px; border-radius:5px; background:#eee; color:#666;}
.cart_change_option table {width:100%; table-layout:fixed;}
.cart_change_option table > thead {display:none;}
.cart_change_option table > tbody > tr > th {padding:5px 0 5px 23px; background:url('https://www.hanwooda.com/_skin/hanwooda_251110/img/common/bullet_check.png') no-repeat 7px center; font-weight:normal; text-align:left; line-height:34px;}
.cart_change_option table > tbody > tr > td {padding:5px; vertical-align:middle;}
.cart_change_option table > tbody > tr > td select {width:100%;}
.cart_change_option table > tbody > tr > td .box_qty {width:100%;}
.cart_change_option .total {position:relative; margin-top:15px; padding:15px 10px; border:1px solid #e0e0e0; border-width:1px 0;}
.cart_change_option .total .price {position:absolute; right:15px; top:8px;}
.cart_change_option .total .price strong {font-size:20px;}
.cart_change_option .btns {margin-top:20px; text-align:center;}
/* 장바구니 입점몰 계산 박스 */
#cart .cart_sum {position:relative; padding:30px 60px; border-bottom:1px solid #dadada; background:#f8f8f8; text-align:right;}
#cart .cart_sum:after {display:block; clear:both; content:'';}
#cart .cart_sum .delivery_msg {position:absolute; left:30px; top:50%; z-index:10; margin-top:-7px; text-align:left; font-weight:bold;}
#cart .cart_sum table {width:25%; float:right;}
#cart .cart_sum table th {padding:5px 0; color:#666; font-weight:normal; text-align:left;}
#cart .cart_sum table td {padding:5px 0; color:#666; text-align:right;}
/* 장바구니 개별상품 쿠폰적용 */
#cart .cart_prc > .after {display:none;}
#cart .cart_prc.is_sale > .before {text-decoration:line-through;}
#cart .cart_prc.is_sale > .after {display:block;}

/* 주문서(/shop/order.php) */
#order:after {display:block; clear:both; content:'';}
#order .guest {padding-bottom:40px;}
#order .guest .agree_guest {padding-bottom:20px;}
#order .guest .box_frame {border:1px solid #ebebeb;}
#order .guest .box_frame iframe {width:100%; height:162px; border:0;}
#order .print_receipt {padding-bottom:10px; text-align:right; line-height:30px;}
#order .ord_info {display:flex;}
#order .ord_info > font{padding:30px 0 0 50px !important;}
#order .ord_info > .area_right .inner {float:right; position:sticky; position:-webkit-sticky; top:30px;}
#order .ord_info > .area_right .box {width:360px; padding:40px; background:#f8f8f8;}
#order .ord_info > .area_right .box .line {margin-top:25px; border-top:1px solid #dfdfdf;}
#order .coupon_list li {position:relative; margin-top:10px; padding-left:25px;}
#order .coupon_list li:first-child {margin-top:0;}
#order .coupon_list li .check {position:absolute; left:0; top:-2px;}
#order .coupon_list li .name {font-weight:bold;}
#order .coupon_list li .content {font-size:11px;}
#order .offcpn #off_cpn_div2,
#order .offcpn #off_cpn_img2 {display:none;}
#order .offcpn #off_cpn_div2 p {margin-bottom:5px;}
#order .offcpn #off_cpn_div2 .offbtn {text-align:right;}
#order .offcpn .box_btn.small a {min-width:89px;}
#order .dlv_chk ul {padding:23px; border:1px solid #e0e0e0; border-width:1px 0; font-size:0;}
#order .dlv_chk ul > li {display:inline-block; margin-right:50px;}
#order .dlv_chk ul > li label {color:#444;}
#order .dlv_chk ul > li label input {margin:0 5px 0 0; vertical-align:middle;}
#order .dlv_chk ul > li .info_wrap {display:inline-block; position:relative;}
#order .dlv_chk ul > li .info_wrap .icon {display:inline-block; width:12px; height:12px; margin-left:4px; border-radius:4px; background:#000; color:#fff; font-size:10px; text-align:center; line-height:12px; vertical-align:middle; cursor:pointer;}
#order .dlv_chk ul > li .info_wrap .info {display:none; position:absolute; left:-81px; top:-85px; z-index:10; width:290px; padding:13px 10px; border:1px solid #dcdcdc; background:#fff; font-weight:300;}
#order .dlv_chk ul > li .info_wrap .info:after {position:absolute; bottom:-7px; left:84px; width:12px; height:7px; background:url('https://www.hanwooda.com/_skin/hanwooda_251110/img/shop/info_arrow.png') no-repeat center; content:'';}
#order .dlv_chk ul > li .info_wrap2 .info {top:-66px;}
#order .dlv_chk ul > li .info_wrap:hover .info {display:block;}
#order .title_delivery h3.title {display:inline-block;}
#order .method > div {position:relative; padding:25px 0 10px 25px;}
#order .method > div > label {position:absolute; left:0; top:0; cursor:pointer;}
#order .method > div .msg_pay {padding:0 !important; color:#999 !important;}
#order .method > div .bank_name {display:none;}
#order .method > div #cash_reg {padding:5px 0 !important;}
#order .method > div #cash_reg span {color:#999 !important;}
#order .method > div select {width:100%; margin-bottom:5px;}
#order .order_cancel_msg {color:#666;}
#order .area_left .info {margin-top:40px; padding-top:20px; text-align:left;}
#order .area_left .info dt {padding-bottom:15px; color:#444; font-size:20px; font-weight:600;}
#order .area_left .info dd {position:relative; padding-left:10px; color:#888; font-size:14px; line-height:1.7;}
#order .area_left .info dd:after {position:absolute; top:11px; left:0; width:3px; height:3px; border-radius:100%; background:#313131; content:'';}
#order #order1 {margin-top:25px; padding-top:25px; border-top:1px solid #dfdfdf;}
#order #order1 > label {display:block; position:relative; padding:15px 15px 15px 40px; background:#e7e7e7; cursor:pointer;}
#order #order1 > label > input {position:absolute; left:15px; top:15px;}
#order #order1 .box_btn {margin-top:10px;}
#order #order2 {display:none; clear:both; margin-top:30px; padding:50px 0; border:1px solid #dedede; text-align:center;}
#order #order2 .total_info {font-size:16px; font-weight:bold;}
#order #order2 .total_info strong,
#order #order2 .total_info strong * {font-size:inherit;}
#order #order2 .msg {padding:23px 0; color:#888;}

/* 주문완료(/shop/order_finish.php) */
#orderfin {width:640px; margin:0 auto; text-align:center;}
#orderfin h3 {padding-bottom:20px; text-align:left;}
#orderfin .box {margin-bottom:30px; padding:40px 80px; background:#f5f5f5;}
#orderfin .info {padding-bottom:30px;}
#orderfin .info .bank {padding-bottom:20px; color:#888;}
#orderfin .info .email {color:#888;}
#orderfin .box_gift .box_btn {margin-top:20px;}
#orderfin .btn {padding-top:20px; text-align:center;}

/* 상품검색(/shop/search_result.php) */
#search_result .re_search {position:relative; height:60px; padding-right:60px; background:#fafafa;}
#search_result .re_search:after {display:inline-block; position:absolute; right:60px; top:17px; width:1px; height:25px; background:#d5d5d5; content:'';}
#search_result .re_search .form_input.search {height:60px; border-color:#fafafa; background:transparent; font-size:14px;}
#search_result .re_search .btn {position:absolute; right:0; top:0; padding:17px;}
#search_result .check {padding:10px 0;}
#search_result .rank {position:relative; z-index:2; width:220px; padding:18px 0;}
#search_result .rank ol {overflow:hidden; position:absolute; right:0; top:0; width:124px; height:45px; border:1px solid #fff; padding:10px 0; background:url('https://www.hanwooda.com/_skin/hanwooda_251110/img/common/arrow_down.png') no-repeat 95% center #fff;}
#search_result .rank ol li {overflow:hidden; padding:5px 8px; text-overflow:ellipsis; white-space:nowrap;}
#search_result .rank ol li span {display:inline-block; width:18px; height:18px; margin-right:5px; border-radius:50%; background:#ebebeb; font-size:11px; font-weight:bold; text-align:center; line-height:18px;}
#search_result .rank ol:hover {height:auto; border:1px solid #dcdcdc; background-image:none;}
#search_result .category {border:1px solid #e0e0e0; background:#fff;}
#search_result .result_cate {overflow:hidden; padding:0 25px; border-top:1px solid #e0e0e0;}
#search_result .result_cate:first-child {border-top:0;}
#search_result .result_cate:after {clear:both;}
#search_result .result_cate .kind {float:left; line-height:38px;}
#search_result .result_cate .list {width:85%; margin-left:15%; text-align:left;}
#search_result .result_cate .list li {overflow:hidden; text-overflow:ellipsis; float:left; width:20%; height:40px; white-space:nowrap; line-height:38px;}
#search_result .result_cate .list li a {color:#777; font-size:11px;}
#search_result .result_cate .list li a.selected {font-weight:bold;}
#search_result .result_cate .list li span {color:#aaa; font-size:11px;}

/* 상품문의 & 상품후기 - 상품정보(/shop/product_review_list.php & /shop/product_qna_list.php) */
#qnarev_list_all > .btn {position:relative; bottom:-30px; height:0;}
#qnarev_list_all > .btn .box_btn {position:absolute; right:0; top:0;}
#qnarev_list_all .board_search {clear:both; text-align:center;}
#qnarev_list_all .board_search form {display:inline-block; margin:30px auto 0; padding:5px; border:1px solid #dcdcdc; text-align:center;}
#qnarev_list_all .board_search select {border:0;}
#qnarev_list_all .board_search input.form_input.search {width:300px; border-width:0 1px;}
#qnarev_list_all .board_search .btn_search {display:inline-block; width:34px; height:34px; border:0; background:url('https://www.hanwooda.com/_skin/hanwooda_251110/img/button/search_s.png') no-repeat center; vertical-align:top; text-indent:-9999px; cursor:pointer;}

/* 상품문의 & 상품후기 & 마이페이지 상품문의 & 마이페이지 상품후기 - 상품정보(/shop/product_review.php & /shop/product_qna.php) */
.qnarev_list .prd {overflow:hidden; position:relative; min-height:150px; padding:40px 50px; margin-bottom:32px; background:#fafbfb; color:#474645;}
.qnarev_list .prd .img {float:left; width:150px;}
.qnarev_list .prd .img img {width:150px; height:auto;}
.qnarev_list .prd .info {float:left; padding-left:40px; text-align:left;}
.qnarev_list .prd .info .name {padding-bottom:20px; font-weight:bold;}
.qnarev_list .prd .info .name img {padding-right:5px; vertical-align:middle;}
.qnarev_list .prd .info ul li {padding:5px 0; color:#666;}
.qnarev_list .prd .info ul li .nprice {text-decoration:line-through;}
.qnarev_list .prd .btn_related {padding-top:20px;}
.qnarev_list .btn {padding-top:20px; text-align:right;}
.qnarev_list .qnarev_cnt {padding:0; border:0;}
.qnarev_list .qnarev_cnt > div {display:none; padding:40px; border-bottom:1px solid #e0e0e0; text-align:left; word-break:break-all; word-wrap:break-word;}
.qnarev_list .qnarev_cnt .attached img {max-width:50% !important; height:auto;}
.qnarev_list .qnarev_cnt .question,
.qnarev_list .qnarev_cnt .answer {position:relative; min-height:40px; padding-left:50px;}
.qnarev_list .qnarev_cnt .question {padding:0 0 20px 50px; border-bottom:1px solid #e5e5e5;}
.qnarev_list .qnarev_cnt .question img {max-width:100%; height:auto;}
.qnarev_list .qnarev_cnt .answer {margin-top:20px;}
.qnarev_list .qnarev_cnt .icon {display:inline-block; position:absolute; left:0; top:0; width:28px; height:28px; border-radius:50%; background:#777474; color:#fff; font-family:'arial'; text-align:center; line-height:28px;}
.qnarev_list .qnarev_cnt .answer .icon {background:#ef6363;}
.qnarev_list .qnarev_cnt .btn {text-align:left;}
.qnarev_list .qnarev_cnt .comment {padding-top:20px;}

/* 상품문의, 상품후기 - 비밀번호 확인 */
#pwbox {padding:40px 0; border:1px solid #e0e0e0; background:#fafafa; text-align:center !important;}
#pwbox h3 {padding-bottom:15px;}
#pwbox p {margin-bottom:20px; color:#888;}
#pwbox .form_input {width:330px; margin-bottom:20px;}

/* 상품문의 & 상품후기 - 쓰기 */
.qnarev_write {width:100%; margin:20px 0; background:#f5f5f5; text-align:center;}
.qnarev_write > div > form {display:inline-block; width:72%; margin:0 auto; padding:40px 0; text-align:left;}
.qnarev_write fieldset > div {position:relative; margin-bottom:10px;}
.qnarev_write fieldset > div:last-child {margin-bottom:0;}
.qnarev_write fieldset > div > label {display:none;}
.qnarev_write fieldset > div.name {min-height:34px; padding-right:100px; line-height:34px; font-weight:bold;}
.qnarev_write fieldset > div.name .form_input {float:left; width:49%;}
.qnarev_write fieldset > div.name .form_input.pw {float:right;}
.qnarev_write fieldset > div.name .check {position:absolute; right:0; top:5px;}
.qnarev_write fieldset > div.name.nopd {padding-right:0;}
.qnarev_write fieldset > div.contents {background:#fff;}
.qnarev_write fieldset > div.grade > label {display:inline-block; vertical-align:middle;}
.qnarev_write fieldset select {width:100%;}
.qnarev_write .btn {padding:20px 0; text-align:center !important;}

/* 상품문의 & 상품후기 - 수정 */
#qnarevmod .modi_pwd,
#qnarevmod .modi_cnt {display:none;}
#qnarevmod .modi_cnt .qnarev_write > form {display:inline-block; width:72%; margin:0 auto; padding:40px 0; text-align:left;}

/* 설문조사(/shop/poll_list.php) */
#poll .subject {padding:15px 30px; border:1px solid #e0e0e0; border-width:1px 0; text-align:left;}
#poll .subject strong {padding-left:40px;}
#poll .box {padding:30px; border-bottom:1px solid #e0e0e0; background:#fbfbfb;}
#poll .box .vote {margin-top:30px; padding:30px; border:1px solid #e0e0e0; background:#fff;}
#poll .box .vote table {width:100%; margin:0 auto; table-layout:fixed;}
#poll .box .vote table > thead {display:none;}
#poll .box .vote table > tbody > tr > td {padding:2px 0;}
#poll .box .vote table > tbody > tr > td .graph {height:5px; background:#b1b1b1;}
#poll .btn {margin:10px 0 40px 0; text-align:right;}
#poll .commentdel {padding:20px 0; border:1px solid #e0e0e0; border-bottom:0; background:#fff; text-align:center;}
#poll .commentdel .msg {padding-top:5px;}

/* 퀵카트 */
.quickcart {position:relative;}
.quickcart > a {display:inline-block; padding:0 10px; color:#666; font-size:11px; line-height:30px;}
.quickcart > a:hover {color:#d53838;}
.quickcart .list {position:absolute; right:0; z-index:20; width:300px; padding:10px; border:1px solid #e0e0e0; background:#fff;}
.quickcart .list .frame {overflow:auto; max-height:300px;}
.quickcart .list .frame table {table-layout:fixed; clear:both; width:100%; border-collapse:collapse;}
.quickcart .list .frame table caption {padding:10px 0; color:#181818; font-weight:bold; text-align:left;}
.quickcart .list .frame table thead {display:none;}
.quickcart .list .frame table td {position:relative; padding:10px 0; border-top:1px solid #e0e0e0; text-align:center; vertical-align:middle;}
.quickcart .list .frame table td.info {padding:0 10px; text-align:left;}
.quickcart .list .frame table td.info .mall {font-size:11px;}
.quickcart .list .frame table td .del {position:absolute; right:0; top:10px;}
.quickcart .list .box_price {padding:10px; border:1px solid #e0e0e0; border-width:1px 0; background:#f8f8f8;}
.quickcart .list .btn > span {margin-top:10px;}

/* 개별상품쿠폰 레이어 */
#prdCouponArea {margin-left:-285px !important;}
#pop_coupon2 {position:relative; width:570px; padding:40px; border:1px solid #d9d9d9; background:#fff;}
#pop_coupon2 h2 {padding-bottom:10px; border-bottom:1px solid #dbdbdb; color:#000; font-size:22px;}
#pop_coupon2 .box {overflow:auto; max-height:400px; margin:-1px 0;}
#pop_coupon2 .box .tbl_col .img img {width:60px; height:auto;}
#pop_coupon2 .box .usable_cpn {padding:8px 0; text-align:left;}
#pop_coupon2 .box .usable_cpn > li {position:relative; padding:2px 60px 2px 0;}
#pop_coupon2 .box .usable_cpn > li > label {display:inline-block; cursor:pointer;}
#pop_coupon2 .box .usable_cpn > li > label > span {color:#df7e7e;}
#pop_coupon2 .box .usable_cpn > li > .expiry {position:absolute; right:0; top:2px; color:#888;}
#pop_coupon2 .btn {padding-top:30px; border-top:1px solid #dbdbdb; text-align:center;}
#pop_coupon2 .close {display:inline-block; position:absolute; right:20px; top:20px; width:21px; height:21px; background:url('https://www.hanwooda.com/_skin/hanwooda_251110/img/button/hd_close.png') no-repeat center; text-indent:-9999px; cursor:pointer;}

/* 재입고 알림 신청 레이어 */
#notify_restock {width:570px; margin-left:-285px !important; padding:40px; border:1px solid #d9d9d9; background-color:#fff;}
#notify_restock .close {display:inline-block; position:absolute; right:20px; top:20px; width:21px; height:21px; background:url('https://www.hanwooda.com/_skin/hanwooda_251110/img/button/hd_close.png') no-repeat center; text-indent:-9999px; cursor:pointer;}
#notify_restock h2 {padding-bottom:10px; border-bottom:1px solid #dbdbdb; color:#000; font-size:22px;}
#notify_restock .tbl_row {margin-top:-1px;}
#notify_restock .tbl_row .opt th,
#notify_restock .tbl_row .opt td {padding-top:8px; padding-bottom:8px; border-bottom:0;}
#notify_restock .tbl_row .phone th,
#notify_restock .tbl_row .phone td {border-top:1px solid #e0e0e0;}
#notify_restock .agree {display:inline-block; margin-top:10px; cursor:pointer;}
#notify_restock .btn {padding-top:20px; text-align:center;}

/* 프로모션 기획전(/shop/promotion.php) */
.speical_group {margin:1px 1px 0 0;}
.speical_group > .menu {margin-bottom:20px; font-size:0;}
.speical_group > .menu > li {display:inline-block; width:25%;}
.speical_group > .menu > li > a {display:block; margin:-1px -1px 0 0; padding:10px; border:1px solid #d2d2d2; color:#666; text-align:center;}
.speical_group > .menu > li > a:hover,
.speical_group > .menu > li > a.active {position:relative; z-index:5; border:1px solid #535353; color:#333; font-weight:bold;}
.speical_group > .intro > .title {position:relative; padding:15px 0; border-bottom:1px solid #d2d2d2;}
.speical_group > .intro > .title > h3 {padding-right:160px; font-size:16px; font-weight:bold;}
.speical_group > .intro > .title > span {position:absolute; right:0; top:50%; margin-top:-12px; color:#666; font-size:14px;}
.speical_group > .intro > .summary {padding:30px 0; border-bottom:1px solid #d2d2d2;}
.speical_group > .box {border-bottom:1px solid #d2d2d2; text-align:center;}
.speical_group > .box > h4 {padding:40px 0 30px; font-size:20px;}
.speical_group > .box > .img {padding-bottom:30px;}


/*-----------------------------------------------------------------*/
/* 4-3. 회원
/*-----------------------------------------------------------------*/

/* 로그인 & 아이디 비밀번호 찾기 & 비밀번호 변경 */
.box_member {width:320px; margin:0 auto;}
.box_member fieldset {position:relative;}
.box_member fieldset.login_field {padding-bottom:30px; border-bottom:1px solid #e0e0e0;}
.box_member fieldset legend {padding:25px 0; font-weight:bold;}
.box_member fieldset .fld {margin-bottom:20px; font-size:0;}
.box_member fieldset .fld label {display:none;}
.box_member fieldset .savessl {margin-bottom:20px;}
.box_member fieldset .savessl label {color:#999; font-size:11px;}
.box_member fieldset .select {position:absolute; right:0; top:23px;}
/* 로그인 & 아이디 비밀번호 찾기 & 비밀번호 변경 - 인풋 기본 스타일 */
.box_member .form_input.member {height:50px; padding:0 10px; border-color:#f5f5f5; background:#f5f5f5;}
.box_member .form_input.member:focus {border-color:#000;}
.box_member .form_input.member.number_first {width:32%;}
.box_member .form_input.member.number {width:33%; margin-left:1%;}
.box_member .find_id_item_2,
.box_member .find_id_item_3,
.box_member .find_pw_item_2,
.box_member .find_pw_item_3 {display:none;}

/* 로그인(/member/login.php) */
#login .guest_order {margin-bottom:30px;}
#login .fail {position:relative; margin-bottom:20px; padding:18px 10px; border-radius:10px; background:#fae4e8; color:#d53838; text-align:center;}
#login .fail:after {position:absolute; left:50%; bottom:-6px; width:0; height:0; margin-left:-8px; border-left:8px solid transparent; border-right:8px solid transparent; border-top:6px solid #fae4e8; content:'';}
#login .simple {padding:30px 0; border-bottom:1px solid #e0e0e0; color:#666; text-align:center;}
#login .simple p {padding-bottom:20px; color:#666;}
#login .simple p strong {font-size:14px;}
#login .simple a {display:inline-block; width:44px; height:44px; margin:0 5px; border-radius:50%; background-repeat:no-repeat; background-position:center; text-indent:-9999px; transition:all .3s ease;}
#login .simple a.naver {background-color:#5ebc67; background-image:url('https://www.hanwooda.com/_skin/hanwooda_251110/img/member/icon_naver.png');}
#login .simple a.naver:hover {border-radius:0; background-color:#519c58;}
#login .simple a.facebook {background-color:#5e85bc; background-image:url('https://www.hanwooda.com/_skin/hanwooda_251110/img/member/icon_facebook.png');}
#login .simple a.facebook:hover {border-radius:0; background-color:#4f709f;}
#login .simple a.kakao {background-color:#f4cf50; background-image:url('https://www.hanwooda.com/_skin/hanwooda_251110/img/member/icon_kakao.png');}
#login .simple a.kakao:hover {border-radius:0; background-color:#ddbc4b;}
#login .simple a.payco {background-color:#e72a2d; background-image:url('https://www.hanwooda.com/_skin/hanwooda_251110/img/member/icon_payco.png');}
#login .simple a.payco:hover {border-radius:0; background-color:#d73a3c;}
#login .simple a.wonder {background-color:#1a1a1c; background-image:url('https://www.hanwooda.com/_skin/hanwooda_251110/img/member/icon_wonder.png');}
#login .simple a.wonder:hover {border-radius:0; background-color:#000;}
#login .simple a.apple {background-color:#1a1a1c; background-image:url('https://www.hanwooda.com/_skin/hanwooda_251110/img/member/icon_apple.png');}
#login .simple a.apple:hover {border-radius:0; background-color:#000;}
#login .joinfind {padding-top:30px;}
#login .joinfind p {position:relative; margin:7px 0; color:#666; font-size:12px;}
#login .joinfind p a {position:absolute; right:0; top:0; text-decoration:underline;}

/* 아이디/비밀번호 찾기 레이어 */
.pop_find_id {position:fixed; left:50%; top:100px; z-index:1001; width:400px; border:1px solid #dcdcdc; margin-left:-200px; background-color:#fff;}
.pop_find_id h1 {height:49px; padding:0 10px; background-color:#676767; color:#fff; font-size:16px; font-weight:normal; line-height:49px;}
.pop_find_id > .box {padding:30px;}
.pop_find_id > .box > h2 {color:#333; font-size:20px; font-weight:normal;}
.pop_find_id > .box > .msg {padding-top:15px;}
.pop_find_id > .box > .input {position:relative; height:50px; margin-top:15px; padding-right:113px; background-color:#f5f5f5;}
.pop_find_id > .box > .input:after {position:absolute; right:113px; top:50%; width:1px; height:22px; margin-top:-11px; background-color:#dbdbdb; content:'';}
.pop_find_id > .box > .input > .input_number {width:100%; height:50px; padding:0 10px; border:0; background-color:transparent;}
.pop_find_id > .box > .input > .btn {position:absolute; right:0; top:0; width:113px; height:50px; border:0; background-color:#f5f5f5; font-weight:bold; cursor:pointer;}
.pop_find_id > .box > .form_input {height:50px; margin-top:10px;}
.pop_find_id > .box > .box_btn {margin-top:20px;}
.pop_find_id > .box > .pop_id_list {padding-top:25px;}
.pop_find_id > .box > .pop_id_list .list {overflow:auto; max-height:100px; margin-top:10px; padding:5px 0; border:1px solid #d2d2d2; border-width:1px 0; background-color:#f5f5f5;}
.pop_find_id > .box > .pop_id_list .list li {position:relative; padding:5px; text-align:left;}
.pop_find_id > .box > .pop_id_list .btn {padding-top:20px; text-align:center;}
.pop_find_id > .box > .close {display:inline-block; position:absolute; right:14px; top:14px; width:21px; height:21px; background:url('https://www.hanwooda.com/_skin/hanwooda_251110/img/button/hd_close.png') no-repeat center; text-indent:-9999px; cursor:pointer;}

/* 비밀번호 변경 */
#modify_pwd .modify_id {padding-bottom:20px; font-size:14px; font-weight:bold;}
#modify_pwd .msg_chgpw {border:1px dashed #000; margin-bottom:20px; padding:10px; text-align:left;}

/* 회원가입 약관동의(/member/join_step1.php) */
#join_agree {width:640px; margin:0 auto; text-align:center;}
#join_agree .check {padding-bottom:17px; text-align:left;}
#join_agree .check label {font-weight:bold; cursor:pointer;}
#join_agree iframe {width:100%; height:222px; margin-bottom:40px; border:1px solid #d9d9d9; background:#fff;}
#join_agree .member_type {padding:20px 0 30px;}
#join_agree .member_type label {margin:0 10px;}
#join_agree .btn {text-align:center;}
#join_agree .simple {padding:30px 0; text-align:center;}
#join_agree .simple a {display:inline-block; width:44px; height:44px; margin:0 5px; border-radius:50%; background-repeat:no-repeat; background-position:center; text-indent:-9999px; transition:all .3s ease;}
#join_agree .simple a.naver {background-color:#5ebc67; background-image:url('https://www.hanwooda.com/_skin/hanwooda_251110/img/member/icon_naver.png');}
#join_agree .simple a.naver:hover {border-radius:0; background-color:#519c58;}
#join_agree .simple a.facebook {background-color:#5e85bc; background-image:url('https://www.hanwooda.com/_skin/hanwooda_251110/img/member/icon_facebook.png');}
#join_agree .simple a.facebook:hover {border-radius:0; background-color:#4f709f;}
#join_agree .simple a.kakao {background-color:#f4cf50; background-image:url('https://www.hanwooda.com/_skin/hanwooda_251110/img/member/icon_kakao.png');}
#join_agree .simple a.kakao:hover {border-radius:0; background-color:#ddbc4b;}
#join_agree .simple a.payco {background-color:#e72a2d; background-image:url('https://www.hanwooda.com/_skin/hanwooda_251110/img/member/icon_payco.png');}
#join_agree .simple a.payco:hover {border-radius:0; background-color:#d73a3c;}
#join_agree .simple a.wonder {background-color:#1a1a1c; background-image:url('https://www.hanwooda.com/_skin/hanwooda_251110/img/member/icon_wonder.png');}
#join_agree .simple a.wonder:hover {border-radius:0; background-color:#000;}
#join_agree .simple a.apple {background-color:#1a1a1c; background-image:url('https://www.hanwooda.com/_skin/hanwooda_251110/img/member/icon_apple.png');}
#join_agree .simple a.apple:hover {border-radius:0; background-color:#000;}
/* 회원가입 정보입력(/member/join_frm.php) */
#join_input {width:640px; margin:0 auto;}
#join_input fieldset {margin:30px 0;}
#join_input fieldset legend {margin-bottom:20px; font-size:12px; font-weight:bold;}
#join_input fieldset .box {padding:50px 46px; background:#fafafa;}
#join_input fieldset .box > div {position:relative; margin-bottom:10px;}
#join_input fieldset .box > div:last-child {margin-bottom:0;}
#join_input fieldset .box > div > label {display:none;}
#join_input fieldset .box .warning {display:none; position:relative; padding:5px; border-radius:5px; background:#fae4e8; color:#d53838;}
#join_input fieldset .box .warning:after {position:absolute; left:15px; top:-6px; width:0; height:0; margin-left:-8px; border-left:6px solid transparent; border-right:6px solid transparent; border-bottom:6px solid #fae4e8; content:'';}
#join_input fieldset .box input:focus+.warning {display:block;}
#join_input fieldset .box .msg,
#join_input fieldset .box .msg * {color:#999; font-size:11px;}
#join_input fieldset .box .addbtn .check {display:inline-block; position:absolute; right:0; top:0; height:34px; padding:0 13px; font-weight:bold; line-height:35px;}
#join_input fieldset .box .addbtn .check:hover {color:#d53838;}
#join_input fieldset .box .addbtn .check:after {position:absolute; left:0; top:6px; width:1px; height:22px; background:#e5e5e5; content:'';}
#join_input fieldset .box .addbtn .middle_address {margin:2px 0;}
#join_input fieldset .box .email .form_input.first {width:35%;}
#join_input fieldset .box .email .form_input.second {width:35%;}
#join_input fieldset .box .email span {margin:0 3px; line-height:35px;}
#join_input fieldset .box .email select {position:absolute; right:0; top:0; width:25%;}
#join_input fieldset .box .birth {position:relative; margin-bottom:10px;}
#join_input fieldset .box .birth > label {display:none;}
#join_input fieldset .box .birth select {width:20%;}
#join_input fieldset .box .birth .sl {position:absolute; right:0; top:5px;}
#join_input fieldset .box .type2 {position:relative; margin-bottom:10px;}
#join_input fieldset .box .type2 > label {display:block; padding-bottom:5px; font-weight:bold;}
#join_input fieldset .box .type2 .select {position:absolute; right:0; top:0;}
#join_input fieldset .box .type2 .select label {margin-left:10px;}
#join_input fieldset .box .line {margin-bottom:30px; padding-bottom:30px; border-bottom:1px solid #dcdcdc;}
/* 회원가입 정보입력 - 기업회원추가입력 */
#join_input fieldset.biz .licensee_num .form_input {width:32%;}
#join_input fieldset.biz .licensee_num .form_input.second {margin:0 2%;}
#join_input fieldset.biz .biz_msg {margin-bottom:5px; font-size:13px;}
/* 회원가입 정보입력 - 추가필드리스트 */
#join_input fieldset.addfd .box > div {margin-bottom:20px;}
#join_input fieldset.addfd .box > div > label {display:block; font-weight:bold;}
/* 회원가입 정보입력 - 버튼 */
#join_input .btn {margin-top:30px; text-align:center;}
/* 회원가입 정보입력 - sns회원가입 */
#join_input.simple fieldset .box .name {position:relative; margin-bottom:10px;}
#join_input.simple fieldset .box .name label {display:none;}
#join_input.simple fieldset .box .type2.line {margin-bottom:0; padding-bottom:0; border-bottom:0;}

/* 회원가입완료(/member/join_step3.php) */
#join_finish {width:640px; margin:0 auto;}
#join_finish h3 {margin-bottom:20px; font-size:13px;}
#join_finish .box {padding:45px 0; border:1px solid #dedede; color:#888; text-align:center; line-height:3;}
#join_finish .box > .agree {width:80%; margin:0 auto; padding:15px; color:#666; background-color:#f0f0f0;}
#join_finish .box > .agree > span {display:block;}
#join_finish .box strong {font-size:14px;}
#join_finish .btn {margin-top:30px; text-align:center;}

/* 정보수정(/member/edit_step1.php), 정보수정완료(/member/edit_step3.php) */
.edit_info .box {padding:60px 0; background-color:#f5f5f5; text-align:center;}
.edit_info .box > .msg {color:#666;}
.edit_info .box > .agree {width:50%; margin:20px auto 0; padding:15px; color:#666; background-color:#fff;}
.edit_info .box > .agree > span {display:block;}
.edit_info .form_input {width:50%; margin-top:15px;}
.edit_info .btn {padding-top:30px; text-align:center;}

/* 우편번호 찾기(/common/zip_search.php) */
.zipcode {width:420px; padding:20px; text-align:center;}
.zipcode h1 {padding-bottom:20px; font-size:20px; font-weight:bold;}
.zipcode .tab {height:32px; text-align:center;}
.zipcode .tab li {float:left; width:50%; vertical-align:bottom;}
.zipcode .tab a {display:block; height:34px; margin:10px 0 0 -1px; border:1px solid #dcdcdc; background:#f8f8f8; color:#181818; line-height:34px;}
.zipcode .tab a.selected {height:44px; margin-top:0; border-bottom:0; background:#fff; font-weight:bold; line-height:49px;}
.zipcode .ex {clear:both; padding:20px 0; color:#666; text-align:left;}
.zipcode .ex span {display:block; color:#888;}
.zipcode .search {position:relative; padding-right:60px;}
.zipcode .search .box_btn {position:absolute; right:0; top:0;}
.zipcode table {table-layout:fixed; width:100%; margin-top:20px; border-top:1px solid #e0e0e0;}
.zipcode table th {font-size:0;}
.zipcode table td {padding:10px 0; border-bottom:1px solid #d7d7d7; color:#888; text-align:center; vertical-align:middle;}
.zipcode table td.addr {text-align:left;}
.zipcode table td font {color:#d53838;}


/*-----------------------------------------------------------------*/
/* 4-4. 마이페이지
/*-----------------------------------------------------------------*/

/* 마이페이지 탭 & 회원정보 */
.tbl_mypage {width:100%; margin-bottom:40px; border:1px solid #d7d7d7;}
.tbl_mypage thead th {padding:16px 0; border-right:1px solid #dadada; border-bottom:1px solid #dadada; color:#181818; font-weight:bold; text-align:center;}
.tbl_mypage tbody td {padding:13px 0 17px 0; border-right:1px solid #dadada; text-align:center;}
.tbl_mypage tbody td ul li {padding:5px 0;}
.tbl_mypage tbody td ul li a { color:#888;}
.tbl_mypage tbody td ul li a:hover {color:#333;}
.tbl_mypage .last {border-right:0;}

/* 마이페이지 공통 박스 */
.box_mp {margin-bottom:30px; padding:30px; background:#f8f8f8; text-align:center; line-height:35px;}
.box_mp:after {display:block; clear:both; content:'';}
.box_mp .have {color:#666;}
.box_mp .have span {display:block; padding-top:5px; color:#333; font-family:'arial'; font-size:24px; font-weight:bold;}

/* 마이페이지 메인(/mypage/mypage.php) */
#mypage .my_info {margin-bottom:40px; background:#f8f8f8;}
#mypage .my_info ul {display:table; margin:0 auto; padding:60px 0;}
#mypage .my_info ul li {display:table-cell; position:relative; width:145px; color:#666; text-align:center;}
#mypage .my_info ul li:after {position:absolute; left:0; top:0; width:1px; height:100%; background:#e5e5e5; content:'';}
#mypage .my_info ul li:first-child:after {display:none;}
#mypage .my_info ul li a {display:block;}
#mypage .my_info ul li span {display:block; height:30px; margin-top:20px; font-size:18px; font-weight:bold;}
#mypage .latest {width:100%; font-size:0;}
#mypage .latest li {display:inline-block; width:12.5%; margin-bottom:10px; text-align:center;}
#mypage .latest li img {width:96%; height:auto;}

/* 주문내역조회(/mypage/order_list.php) */
#order_list > .search {padding:30px; background-color:#f8f8f8; text-align:center;}
#order_list > .search > .date {display:inline-block; font-size:0; vertical-align:top;}
#order_list > .search > .date > span {margin-left:-1px;}
#order_list > .search > .date > span > * {border-color:#dcdcdc;}
#order_list > .search > .date > span.on * {background-color:#fff;}
#order_list > .search > .date_input {display:inline-block; vertical-align:top; line-height:34px;}

/* 주문상세조회(/mypage/order_detail.php) */
#order_detail .stat {padding-bottom:20px; font-size:0; text-align:center;}
#order_detail .stat li {display:inline; padding:0 5px;}
#order_detail .trace {padding-top:20px;}
#order_detail .trace .number {padding-left:10px; line-height:35px;}
#order_detail .area_left {float:left; width:63%;}
#order_detail .area_right {float:right; margin-top:30px;}
#order_detail .area_right .box {width:360px; padding:40px; background:#f8f8f8;}
#order_detail .area_right .box .line {margin-top:25px; border-top:1px solid #dfdfdf;}
#order_detail .total_price {font-size:14px;}
#order_detail .backtolist {padding:30px 0; text-align:center;}

/* 소셜쿠폰(/mypage/sccoupon.php) */
#sccoupon .box_mp .form_input {width:270px; margin-top:20px;}
#sccoupon .btn {text-align:center;}

/* 관심상품(/mypage/wish_list.php) */
#wish_list .btn {padding-top:30px; font-size:0; text-align:left;}
#wish_list .btn .box_btn {margin-right:5px;}
#wish_list .btn .box_btn.fr {margin-right:0;}

/* 1:1문의 내역(/mypage/counsel_list.php & /mypage/order_detail.php) */
#counsel {clear:both;}
#counsel .content {padding:30px; border-bottom:1px solid #aeaeae; text-align:left; word-break:break-all; word-wrap:break-word;}
#counsel .content .question {padding-bottom:25px;}
#counsel .none_style {margin:0 !important; padding:0 !important; border:0 !important;}
#counsel .cnt_hidden {display:none; overflow:hidden; padding:20px; border-bottom:1px solid #d7d7d7;}
#counsel .cnt_hidden .qna_subject {clear:both; float:left; width:10%; padding:10px 0; color:#181818; font-weight:bold; text-align:left; vertical-align:top;}
#counsel .cnt_hidden .qna_cnt {float:left; width:90%; padding:10px 0; text-align:left; vertical-align:top;}
#counsel .btn {padding-top:30px; font-size:0; text-align:left;}
#counsel .btn .box_btn {margin-right:5px;}
#counsel .btn .box_btn.fr {margin-right:0;}

/* 1:1문의 글쓰기(/mypage/counsel_step1.php) */
#counsel_write {width:100%; margin:20px 0; background:#f5f5f5; text-align:center;}
#counsel_write > form {display:inline-block; width:72%; margin:0 auto; padding:40px 0; text-align:left;}
#counsel_write fieldset > table {margin-bottom:-1px;}
#counsel_write fieldset > div {position:relative; margin-bottom:10px; text-align:left;}
#counsel_write fieldset > div:last-child {margin-bottom:0;}
#counsel_write fieldset > div > label {display:none;}
#counsel_write fieldset textarea {height:250px;}
#counsel_write .btn {padding:20px 0; text-align:center !important;}

/* 1:1문의 완료(/mypage/counsel_step2.php) */
#counsel_fin {width:640px; margin:0 auto;}
#counsel_fin h3 {margin-bottom:20px; font-size:13px;}
#counsel_fin .box {padding:80px 0; border:1px solid #dedede; color:#888; font-size:14px; text-align:center; line-height:3;}
#counsel_fin .box strong {font-size:inherit;}
#counsel_fin .btn {margin-top:30px; text-align:center;}

/* 출석체크(/mypage/attend_list.php) */
#attend .date {padding:25px 0; border:1px solid #dbdbdb; border-bottom:0; text-align:center; vertical-align:top;}
#attend .date a {display:inline-block; width:18px; height:18px; border:1px solid #dbdbdb; background-repeat:no-repeat; background-position:center;}
#attend .date a.prev {background-image:url('https://www.hanwooda.com/_skin/hanwooda_251110/img/common/bullet_arrow_prev.png');}
#attend .date a.next {background-image:url('https://www.hanwooda.com/_skin/hanwooda_251110/img/common/bullet_arrow_next.png');}
#attend .date strong {padding:0 5px; color:#040404; font-family:'arial'; font-size:20px; line-height:20px; text-align:center; vertical-align:top;}
#attend #calendar table {width:100%;}
#attend #calendar table thead th {padding:10px 0; border:1px solid #dbdbdb; background:#fbfbfb; color:#666; font-family:'arial'; font-weight:normal; text-align:center;}
#attend #calendar table thead th.sun {color:#d53838;}
#attend #calendar table thead th.sat {color:#7cb4d1;}
#attend #calendar table tbody td {height:100px; padding:10px; border:1px solid #dbdbdb; color:#040404; text-align:left; vertical-align:top;}
#attend #calendar .attenY {background:url('https://www.hanwooda.com/_skin/hanwooda_251110/img/mypage/attend_ok.png') no-repeat center;}
#attend #calendar .attenR {background:url('https://www.hanwooda.com/_skin/hanwooda_251110/img/mypage/attend_today.png') no-repeat center #fbf9ed; font-weight:bold; text-decoration:underline;}
#attend .info {overflow:hidden; padding:30px 50px; border:1px solid #dbdbdb; border-top:0; background:#fbfbfb; text-align:left;}
#attend .info .explain {float:left; text-align:left;}
#attend .info .sum {float:right;}

/* 회원탈퇴(/mypage/withdraw_step1.php), 회원탈퇴완료(/mypage/withdraw_step2.php) */
.withdraw .box {padding:60px 0; background:#f5f5f5; text-align:center;}
.withdraw .msg {margin-bottom:10px; color:#666;}
.withdraw .frame {width:50%; margin:0 auto;}
.withdraw .frame textarea {height:250px; margin-top:10px;}
.withdraw .btn {padding-top:30px; text-align:center;}


/*-----------------------------------------------------------------*/
/* 4-5. 추가페이지
/*-----------------------------------------------------------------*/

/* 이용약관(/content/content.php?cont=uselaw) */
#uselaw > ol > li > dl > dt {padding:30px 0 10px; font-weight:bold;}
#uselaw > ol > li > dl > dd {padding-left:10px; color:#666;}
#uselaw > ol > li > dl > dd > ul,
#uselaw > ol > li > dl > dd > ol {padding-left:10px; color:#666;}

/* 개인정보취급방침(/content/content.php?cont=privacy) */
#privacy > ul > li > dl > dt {padding:30px 0 10px; font-weight:bold;}
#privacy > ul > li > dl > dd {padding-left:10px; color:#666;}
#privacy > ul > li > dl > dd > ul,
#privacy > ul > li > dl > dd > ol {padding-left:10px; color:#666;}

/* 이용안내(/content/content.php?cont=guide) */
#guide .tab {text-align:center;}
#guide .tab li {display:inline;}
#guide .tab li a {padding:0 15px;}
#guide .tab li a:hover {text-decoration:underline;}
#guide > dl > dt {padding:30px 0 10px; font-weight:bold;}
#guide > dl > dd {padding-left:10px; color:#666;}
#guide > dl > dd > ul,
#guide > dl > dd > ol {padding-left:10px; color:#666;}

/* 회사소개(/content/content.php?cont=company) */
#company {text-align:center;}
#company .full_img img {width:100%;}
#company .img {padding:100px 0 130px;}
#company .bg_img {padding:100px 0 170px; background-color:#eee; background-image:url('https://www.hanwooda.com/_skin/hanwooda_251110/img/etc/company_bg.png'); background-repeat:no-repeat; background-position:bottom right;}


/*-----------------------------------------------------------------*/
/* 5. ETC
/*-----------------------------------------------------------------*/

/* 댓글 - 리스트(게시판, 상품리뷰) */
.list_comment {position:relative; text-align:left;}
.list_comment > ul {border:1px solid #e5e5e5; border-top:0;}
.list_comment > ul > li {clear:both; overflow:hidden; padding:15px 30px; border-top:1px solid #e5e5e5; color:#474645; word-break:break-all; word-wrap:break-word;}
.list_comment > ul > li .name {float:left; width:12%;}
.list_comment > ul > li .name a {color:inherit; font-size:inherit;}
.list_comment > ul > li .content {float:left; width:73%;}
.list_comment > ul > li .content.real {display:none;}
.list_comment > ul > li .date {float:right; width:15%; text-align:right;}
.list_comment > ul > li .date span {padding-right:5px; color:#888;}
.list_comment > ul > li .date img {margin-top:3px;}

/* 댓글 - 쓰기(게시판, 상품리뷰) */
.write_comment {overflow:hidden; margin-top:-1px; padding:20px; border:1px solid #e5e5e5; background:#fff;}
.write_comment .user {overflow:auto; padding-bottom:10px; text-align:left;}
.write_comment .user span {float:left; width:50%;}
.write_comment .user span.name {padding-right:5px;}
.write_comment .user span.pw {padding-left:5px;}
.write_comment .inputbox {position:relative; padding-right:70px; border:1px solid #e2e2e2; background:#fafafa; text-align:left;}
.write_comment .inputbox textarea.form_input {height:60px; border:0; border-right:1px solid #e2e2e2;}
.write_comment .inputbox .btn_comment {display:inline-block; position:absolute; right:0; top:0; width:70px; height:100%; text-align:center; border:0; background:#fafafa; font-weight:bold; line-height:100%; cursor:pointer;}

/* 게시판 - 상품연동 - 검색 */
#product_search_frm {background:#fff;}
#product_search_frm .frame {min-height:600px; margin:10px;}
#product_search_frm .frame .search {padding-bottom:10px;}
#product_search_frm .frame .btn {padding:15px 0 10px 0; text-align:center;}

/* 게시판 - 상품연동 - 쓰기 */
.related_prd_write {padding:20px 0;}
.related_prd_write > ul {margin:20px 0;}

/* 게시판 - 상품연동 - 열람 */
.related_prd_view {border-bottom:1px solid #e0e0e0;}
.related_prd_view .title {padding:60px 0 30px; font-size:22px; font-weight:500; text-align:center;}