/*
========================================================================
RESET
========================================================================
*/
/* global rest */
html, body { 
 height: 100% !important;
}
/*body { background:#fbdbc6;}*/
/*body { background:#fae3d4;}*/
body { background:#fae3d4;}


html, body, pre,
h1, h2, h3, h4, h5, h6,
dl, dt, dd, ul, li, ol,
th, td, p, blockquote,
form, fieldset, legend,
menu, nav, section, hgroup, article, header, aside, footer,
input, select, textarea, button { 
 margin: 0;
 padding: 0;
}

body,code { font-family:'Nunito Sans', 'Noto Sans KR', sans-serif; color:#564e42; line-height:20px; font-size:13px; font-weight:300;}
input,select,textarea,button { font-family:'Nunito Sans', 'Noto Sans KR', sans-serif; color:#564e42; line-height:35px; font-size:13px; font-weight:300; vertical-align:middle; border:0; background:#faf1ea;}

li { list-style:none;}
img,fieldset { border:none; vertical-align:top;}
table { width:100%; border:0; border-spacing:0; border-collapse:collapse;}
caption { display:none;}
th,td { border:0; vertical-align:top;}


img, fieldset,button { 
 border:0 none;
}
img { 
 vertical-align: top;
}
li { 
 list-style: none;
}
hr, caption, legend { 
 display: none;
}
a { 
 text-decoration:none; cursor:pointer; display:inline-block; vertical-align:middle; color:#564e42;
}
a:hover { text-decoration:none;}
a:active { text-decoration:none;}
button { 
 overflow: hidden;
 cursor: pointer;
}
button span { 
 visibility: hidden;
}
address, em { 
 font-style: normal;
}
button, input, select, textarea, a { 
 vertical-align: middle;
}
select { 
min-width: 100px;
 height: 35px;padding-left:10px;
 box-sizing: border-box;
}
input:focus { 
 outline: none;
}
table { 
 width: 100%;
 border-collapse: collapse;
 border-spacing: 0;
 table-layout: fixed;
 word-wrap: break-word;
 word-break: keep-all;
}


.review_form_message_field{
border:1px solid #e9cdba;
}



/* 크롬 인풋 포커스시 파란테두리 */ 
*:focus { outline:none;}



/*
========================================================================
공통 class
========================================================================
*/
/* image replace, hidden text */
.ir *,
.blind { z-index:-1; position: absolute; display: block; left: 0; top: 0; overflow: hidden; visibility: hidden; width: 0; height: 0; text-indent: -9999px; }
/* block, inline */
.d-block { display: block;}
.d-inline { display: inline;}
/* form */
.txt-right { text-align: right; }
/*
.txt-input1 { padding: 2px 0 0 2px; height: 17px; line-height: 17px; border: 1px solid #e2e9ef; border-top: 1px solid #aaadb2; }
.txt-input2 { padding: 2px 0 0 2px; height: 17px; line-height: 17px; border: 1px solid #dcdcdc; }
.MS_input_txt { margin-right:5px; padding: 2px 0 0 2px; line-height: 17px; border: 1px solid #dcdcdc; }
*/
input[type=text], input[type=password] { 
 height: 35px;
 line-height: 35px;
 color: #564e42;
 font-size: 13px;
 box-sizing: border-box;padding-left:10px;min-width:180px;
}
.txt-disabled { background-color: #f6f6f6; }
.chk-rdo { width: 13px; height: 13px; vertical-align: middle; }
.txt-area1 { overflow-y: scroll; padding: 2px 0 0 2px; line-height: 17px; border: 1px solid #e2e9ef; border-top: 1px solid #aaadb2; }
/* file add trick */
.file-wrap { display: inline-block; overflow: hidden; position: relative; height: 23px; width: 280px; vertical-align: middle; background: url(/images/btn/h20_trick_fileadd.gif) no-repeat right 0; }
.file-wrap .file-txt { float: left; border: 0 none; height: 18px; font-size: 12px; line-height: 18px; width: 198px; border: 1px solid #ccc; }
.file-wrap .file-trick { cursor: pointer; position: absolute; right: 0px; top: 0; right: 0; width: 100px; height: 20px; background: none; border: 0 none; opacity: 0; filter: alpha(opacity=0); }
/* font-color */
.fc-red { color: #bd101b; }
.fc-blue { color: #2c6b9e; }
.MS_option_price { color: #FF3C00; }
/* bold */
.bold { font-weight: bold; }
/* float clear */
.clear { zoom: 1;}
.clear:after { content: ""; display: block; clear: both;}
/* margin */
.mr-5 { margin-right: 5px;}
.mr-10 { margin-right: 10px; }
.mr-15 { margin-right: 15px; }
.mr-20 { margin-right: 20px; }
.ml-5 { margin-left: 5px; }
.ml-10 { margin-left: 10px; }
.ml-15 { margin-left: 15px; }
.ml-20 { margin-left: 20px; }
.mt-5 { margin-top: 5px; }
.mt-10 { margin-top: 10px; }
.mt-15 { margin-top: 15px; }
.mt-20 { margin-top: 20px; }
.mb-5 { margin-bottom: 5px; }
.mb-10 { margin-bottom: 10px; }
.mb-15 { margin-bottom: 15px; }
.mb-20 { margin-bottom: 20px; }
/* padding */
.pr-5 { padding-right: 5px; }
.pr-10 { padding-right: 10px; }
.pr-15 { padding-right: 15px; }
.pr-20 { padding-right: 20px; }
.pl-5 { padding-left: 5px; }
.pl-10 { padding-left: 10px; }
.pl-15 { padding-left: 15px; }
.pl-20 { padding-left: 20px; }
.pl-30 { padding-left: 30px; }
.pt-5 { padding-top: 5px; }
.pt-10 { padding-top: 10px; }
.pt-15 { padding-top: 15px; }
.pt-20 { padding-top: 20px; }
.pb-5 { padding-bottom: 5px; }
.pb-10 { padding-bottom: 10px; }
.pb-15 { padding-bottom: 15px; }
.pb-20 { padding-bottom: 20px; }
/* table */
table img { vertical-align: middle; }
.tb-bold { font-weight: bold; }
.tb-left,
.tb-center,
.tb-right { padding: 0 0; }
.tb-btn { padding: 0; }
.tb-left { text-align: left; }
.tb-center { text-align: center; }
.tb-right { text-align: right; }
.tb-label-r5 label { margin-right: 5px; }
.tb-label-r10 label { margin-right: 10px; }
.tb-label-r10 label.last,
.tb-label-r5 label.last { margin-right: 0; }
/* table-type-1 */
.table-type-1 { border-top: 1px solid #b7b7b7; border-bottom: 1px solid #b7b7b7; }
.table-type-1 th,
.table-type-1 td { padding: 8px 0 8px; background: url(/images/d3/modern_simple/common/dot_h1_w10.gif) repeat-x 0 bottom; }
.table-type-1 tr.nbg th,
.table-type-1 tr.nbg td { background-image: none; }
.table-type-1 tr.bg th,
.table-type-1 tr.bg td { background-color: #f8f8f8; }
.table-type-1 th { font-weight: normal; }
/* table-type-2 */
.table-type-2 { border-top: 1px solid #b7b7b7; border-bottom: 1px solid #b7b7b7; }
.table-type-2 th,
.table-type-2 td { padding: 8px 0 8px; background: url(/images/d3/modern_simple/common/dot_h1_w10.gif) repeat-x 0 bottom; }
.table-type-2 th { font-weight: normal; }
.table-type-2 tr.nbg th,
.table-type-2 tr.nbg td { background-image: none; }
/* 상품리스트 (메인/검색/상품리스트) */
.prd-list { margin-top: 10px; }
.prd-list table td { border: 0; vertical-align: top; }
.prd-list table .tb-center { padding: 0 10px; }
.prd-list table .info { padding: 5px 0; }
.prd-list .thumb { width: 196px; height: 196px; margin-left: auto; margin-right: auto; font-size:0; line-height: 0; border: 2px solid #f2f4f3; }
.prd-list .thumb a,
.prd-list .thumb img { display: block; width: 100%; height: 100%; }
.prd-list .dsc { margin-top: 15px; font-weight: bold; }
.prd-list .price { margin-top: 5px; font-weight: bold; color: #333; }

/* 주문 - 주문정보 테이블 */
.table-order-info { margin-top: 10px; border-top: 1px solid #b7b7b7; border-bottom: 1px solid #b7b7b7; }
.table-order-info tbody th,
.table-order-info tbody td { padding: 8px 0 7px; background: url(/images/d3/modern_simple/common/dot_h1_w10.gif) repeat-x 0 0; }
.table-order-info tbody th { letter-spacing: -1px; background-color: #ededed; }
.table-order-info tbody th .d-block { font-weight: normal; letter-spacing: 0; }
.table-order-info tbody tr.nbg th,
.table-order-info tbody tr.nbg td { background-image: none; }
/* 마이페이지 디자인 타입2 테이블 리스트, 타이틀 */
.tit-tb-list { margin-top: 30px; font-size: 12px; color: #5f5f5f; padding-left: 10px; background: url(/images/d3/modern_simple/common/bull_h3_sqr_gray.gif) no-repeat 0 45%; }
.table-d2-list { border-top: 2px solid #cdcdcd; border-bottom: 1px solid #cdcdcd; }
.table-d2-list thead th { padding: 6px 0; background-color: #ededed; border-bottom: 2px solid #cdcdcd; }
.table-d2-list tbody td { padding: 6px 0 5px; border-bottom: 1px solid #e3e3e3; }
/* 마이페이지 디자인 타입2 테이블 뷰 */
.table-d2-view { margin-top: 5px; border: 2px solid #cdcdcd; border-bottom: 1px solid #cdcdcd; }
.table-d2-view th, 
.table-d2-view td { padding: 6px 0 5px; border-bottom: 1px solid #cdcdcd; }
.table-d2-view th { font-weight: bold; border-right: 1px solid #e3e3e3; background-color: #ededed; }

/* 현재위치 */
.loc-navi { text-align: right; }
.loc-navi,
.loc-navi a { color: #999; text-transform: capitalize; }
/* 페이지 타이틀 */
/* 타입 1*/
#content .tit-page { position: relative; margin-top: 20px; font-size: 0; line-height:0; padding-bottom: 12px; border-bottom: 1px solid #d0d0d0; }
#content .tit-page .dsc { position: absolute; right: 0px; top: 15px; font-size: 11px; color: #a5a5a5; letter-spacing: -1px; }
#content .tit-page .dsc em { color:#333; }
/* 타입 2 */
#content .tit-page-2 { position: relative; margin-top: 15px; padding-bottom: 6px; border-bottom: 1px solid #d0d0d0; }
#content .tit-page-2 .dsc { letter-spacing: -1px; display: inline-block; padding-top: 2px; margin-left: 30px; color: #9b9b9b; }
/* 상품 total/정렬 */
.total-sort { zoom: 1; overflow: hidden; padding-bottom: 5px; border-bottom: 1px solid #e5e5e5; }
/* total */
.total-sort .total { float: left; width: auto; }
.total-sort .total dt,
.total-sort .total dd { display: inline; }
.total-sort .total dd { font-weight: bold; }
.total-sort .total dt { text-transform: capitalize; }
/* sort */
.total-sort .sort { float: right; width: auto; display: inline; margin-right: 20px; }
.total-sort .sort li,
.total-sort .sort li a { float: left; width: auto; }
.total-sort .sort li { display: inline; margin-left: 10px; }
/* 게시판 총게시글,PAGE */
.total-page { zoom: 1; overflow: hidden; }
.total-page .total { float: left; width: auto; }
.total-page .page { float: right; width: auto;}
/* 회원 등급 표시 */
/* 타입 1 */
.mem-lvl { zoom: 1; overflow: hidden; padding: 15px 50px 15px 180px; background-color: #ededed; }
.mem-lvl .lvl-img,
.mem-lvl p { position: relative; float: left; }
.mem-lvl .lvl-img { left: -120px; margin-right: -120px; width: 120px; }
.mem-lvl p { width: 100%; padding-top: 10px; line-height: 16px; }
.mem-lvl p em { color: #be101a; font-weight: bold; }
.mem-lvl span.MS_group_reserve_msg,
.mem-lvl span.MS_group_dc_msg { 
 color:#F26622;
}
/* 타입 2 */
.mem-lvl-2 { zoom: 1; overflow: hidden; padding: 15px 50px 15px 150px; border: 5px solid #ededed; }
.mem-lvl-2 .lvl-img,
.mem-lvl-2 p { position: relative; float: left; }
.mem-lvl-2 .lvl-img { left: -130px; margin-right: -130px; width: 120px; border-right: 1px solid #ededed; }
.mem-lvl-2 p { width: 100%; padding-top: 10px; line-height: 16px; }
.mem-lvl-2 p em { color: #be101a; font-weight: bold; }
.mem-lvl-2 span.MS_group_reserve_msg,
.mem-lvl-2 span.MS_group_dc_msg { 
 color:#F26622;
}

/* 마이페이지 상단 메시지 박스 */
.t-box-msg { display:none;padding: 10px 20px; border: 5px solid #ededed; }
.t-box-msg strong { color: #0178d3; }

/*
========================================================================
공통 - 레이어
========================================================================
*/
/*
========================================================================
공통 - 레아웃
========================================================================
*/
/* z-index */
#layerWrap { z-index: 1; }
/* layout */
#header,
#layerWrap,
#contentWrap,
#ftLink .link,
#footer { position: relative; width:1200px; margin-left: auto; margin-right: auto; }
#contentWrapper { position: relative; }
#contentWrap:after { content: ""; display: block; clear: both; }
#aside,
#content { position: relative; }
#content { width: 1200px; }

/* 상품 미리보기 레이어 */
#detailpage { position: absolute; top: 100px; display: block; width: 640px; padding: 10px 10px 40px; border: 3px solid #93a4b3; background-color: #fff; }
#detailpage .loc { zoom: 1; overflow: hidden; }
#detailpage .loc span { float: right; width: auto; }
/*
#detailpage .loc span { float: right; width: auto; padding-left: 10px; background: url(/images/d3/modern_simple/common/bull_h5_arow_blue.gif) no-repeat 0 6px; }
*/
#detailpage .hd { 
 margin-top: 10px; padding: 5px 10px 5px 30px; border: 1px solid #becbd7; background: #e0e6ec url(/images/d3/modern_simple/common/bull_h11_sqr_arow.gif) no-repeat 10px 10px;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
}
#detailpage .hd h2 { font-weight: bold; font-size: 16px; color: #666; }
#detailpage .detail { zoom: 1; overflow: hidden; margin-top: 20px; padding-left: 300px; }
#detailpage .thumb-wrap,
#detailpage .txt-wrap { position: relative; float: left; }
#detailpage .close-layer { position: absolute; right: 0px; bottom: 0px; _bottom: -1px; }
/* thumb-wrap */
#detailpage .thumb-wrap { width: 300px; left: -300px; margin-right: -300px; text-align: center; }
#detailpage .thumb-wrap .btns { margin-top: 10px; font-size: 0; line-height: 0;}
#detailpage .thumb-wrap .btns a { margin-left: 5px; }
#detailpage .thumb-wrap .thumb img { width: 250px; }
/* txt-wrap */
#detailpage .txt-wrap { width: 100%; }
#detailpage .txt-wrap .ptit { font-weight: bold; font-size: 14px; color: #333; border-bottom:2px solid #ccc; }
#detailpage .txt-wrap .opt { margin-top: 5px; }
#detailpage .txt-wrap .opt li { padding: 3px 0; }
#detailpage .txt-wrap .opt li.s-price { color: #a00000; }
#detailpage .txt-wrap .f-btns { margin-top: 10px; padding-top: 10px; border-top: 1px solid #ccc; font-size: 0; line-height: 0; }
#detailpage .txt-wrap .f-btns a { margin-right: 5px; }
/* opt-spin */
#detailpage .opt-spin { display: inline-block; position: relative; width: 36px; height: 20px; }
#detailpage .opt-spin .txt-spin { width: 22px; height: 18px; padding-right: 2px padding-top: 2px; border: 1px solid #acacac; font-size: 11px; text-align: right; }
#detailpage .opt-spin .btns { position:absolute; left: 35px; top:0px; width: 12px; height: 20px; }
#detailpage .opt-spin .btns img { overflow: hidden; float: left; text-indent: -999px; background: none; }
#detailpage .thumb-wrap .btns { margin-top: 10px; font-size: 0; line-height: 0;}
#detailpage .thumb-wrap .btns a { margin-left: 5px; }

/* 게시판 공통 - 일반, 겔러리, 컨텐츠링크, 자료실, 미니홈피, 방명록, 동영상 */
/* 상단 */
.bbs-hd { padding: 0px 0 20px; background: url(/images/d3/modern_simple/common/dot_bbs_hd.gif) repeat-x 0 bottom; }
.bbs-hd .link { text-align: center; font-size: 0; line-height: 0; }
.bbs-hd .link li { display: inline; }
.bbs-hd .link li a { padding: 0 8px; color: #9c9c9c; letter-spacing: -0.5px; background: url(/images/d3/modern_simple/common/bull_bbs_hd_link.gif) no-repeat left 50%; }
.bbs-hd .link li.last a { background-image: none; }
/* 타이틀 */
.bbs-tit { margin-bottom: 30px; margin-top: 20px; text-align: center; }
.bbs-tit .braket { padding: 0 15px; font-weight: bold; color: #cfcfcf; font-size: 14px; vertical-align: middle; }
.bbs-tit em { margin-left: 10px; font-size: 11px; color: #898989;}
/* 검색 */
.bbs-sch { margin:0 auto; text-align: left; }
.bbs-sch label { margin-right: 10px; }
.bbs-sch .key-wrap { font-size: 0; line-height: 0; }
.bbs-sch .key-wrap,
.bbs-sch .keyword,
.bbs-sch img { vertical-align: middle; }
.bbs-sch .keyword { width: 125px; height: 14px; padding: 2px 0 0 2px; margin-right: 3px; line-height: 14px; border: 1px solid #ededed; }
.bbs-sch .key-wrap input[type=text] { margin-right: 6px;
 width: 200px;
 border: 1px solid #e5c4ae;
 background: transparent;
}
/* 게시판 글쓰기, 목록 이동 링크 */
.bbs-link { font-size: 0; line-height: 0; }
.bbs-link a { display: inline-block; padding: 0 5px; font-size: 11px; line-height: 14px; color: #9b9b9b; background: url('/images/d3/modern_simple/common/bull_bbs_hd_link.gif') no-repeat left 45%; }
.bbs-link a.write { padding-left: 23px; background: url(/images/d3/modern_simple/common/icon_bbs_write_link.gif) no-repeat 0 45%; }
/* 게시판 글쓰기, 목록 이동 링크 */
.bbs-link a.none { background: url('');}
.bbs-link span { font-size:11px; color:#555; line-height:14px;}
/* 게시판 한줄공지 */
.bbs-online-notice { margin-top: 10px; margin-bottom: -10px; padding: 7px 10px; color: #9d9d9d; border-top: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5; }
/* 게시판 타입 - 리스트 */
.bbs-table-list { margin-top: 5px; }
.bbs-table-list thead th,
.bbs-table-list tbody td { padding: 6px 0;} 
.bbs-table-list thead th { color: #9d9d9d; font-weight: bold; font-size: 11px; border-top: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5; }
.bbs-table-list tbody td { background: url('/images/d3/modern_simple/common/dot_bbs_list.gif') repeat-x 0 bottom;}
/* 게시판 타입 - 보기 */
.bbs-table-view { margin-top: 10px; }
.bbs-table-view thead th,
.bbs-table-view tbody td { padding: 6px 0;} 
.bbs-table-view thead th { color: #9d9d9d; font-weight: bold; font-size: 11px; border-top: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5; }
.bbs-table-view tbody td.line { background: url('/images/d3/modern_simple/common/dot_bbs_list.gif') repeat-x 0 bottom;}
.bbs-table-view .btn-dwn { margin-top:15px;}

/* 미니홈피, 방명록 게시글 뷰 */
/* 상단 */
.visit-vhd { margin-top: 10px; border-top: 1px solid #e5e5e5; }
.visit-vhd th,
.visit-vhd td { padding: 3px 0; border-bottom: 1px solid #e5e5e5; font-family: Dotum; } 
.visit-vhd .tb-left { padding: 0 3px; }
.visit-vhd td .tb-no { color: #9c9c9c; }
.visit-vhd td .tb-ctrl,
.visit-vhd td .tb-ctrl a { font-size: 11px; color: #9c9c9c; }
/* 내용*/
.visit-vcont { background: url('/images/d3/modern_simple/common/dot_bbs_list.gif') repeat-x 0 bottom; }
.visit-vcont th,
.visit-vcont td { padding: 6px 0; border-bottom: 1px solid #e5e5e5;} 
.visit-vcont th { font-weight: normal; font-family: Dotum; color: #9d9d9d; }
.visit-vcont tr.no-line th,
.visit-vcont tr.no-line td { padding-bottom: 0; border-bottom: 0; }
.visit-vcont tr.dot-line th,
.visit-vcont tr.dot-line td { padding-top: 2px; border-bottom: 1px dotted #e5e5e5; }
.visit-vcont tr.info td .tb-left { padding-left: 0; color: #555;}
.visit-vcont .tb-left { padding: 0 3px; }
.visit-vcont td .tb-cont { padding: 5px 0; min-height: 250px; _height: 250px; }
.visit-vcont td .tb-cont img { max-width: 100%; }
/* 코멘트 */
.visit-vcmt th,
.visit-vcmt td { padding: 6px 0; vertical-align: top; border-bottom: 1px solid #e5e5e5; }
.visit-vcmt th { color: #c5c5c5; }
.visit-vcmt .tb-tit { font-weight: bold; background: url('/images/d3/modern_simple/common/bull_bbs_hd_link.gif') repeat-y right 0; }
.visit-vcmt td .tb-txt { min-height: 30px; _height: 30px; padding-left: 10px; color: #555; }
.visit-vcmt td .date,
.visit-vcmt td .ctrl { display: block; font-size: 11px; }
.visit-vcmt td .date { color: #555; }
.visit-vcmt td .ctrl { margin-top: 5px; }
.visit-vcmt td .ctrl a { margin-left: 2px; margin-right: 2px; color: #999; font-size: 11px; }
/* 작성 */
.vist-vcmt-reg { margin-top: 10px; border-bottom: 1px solid #e5e5e5; }
.vist-vcmt-reg th,
.vist-vcmt-reg td ,#comment_reply_input th { padding: 6px 0;}
.vist-vcmt-reg th ,#comment_reply_input th { font-weight: normal; color: #9d9d9d; font-family: Dotum; }
.vist-vcmt-reg .tb-left ,#comment_reply_input .tb-left { padding: 0 3px; }
.vist-vcmt-reg th .tb-left { padding-left: 10px; background: url('/images/d3/modern_simple/common/bull_join_required.gif') no-repeat 0 45%; }
/* 게시판 타입 - 쓰기 */
.bbs-table-write { margin-top:10px;}
.bbs-table-write tbody th,
.bbs-table-write tbody td { padding:6px 0; border-top:1px solid #e5e5e5; border-bottom:1px solid #e5e5e5; color:#9d9d9d; font-weight:normal; font-size:11px;} 
/* 게시판 타입 - 비밀번호찾기 */
.bbs-table-pwd { margin-top:25px;}
.bbs-table-pwd table { width:260px; margin-left:auto; margin-right:auto;}
.bbs-table-pwd tbody th,
.bbs-table-pwd tbody td { padding:6px 0; border-top:1px solid #e5e5e5; border-bottom:1px solid #e5e5e5; color:#9d9d9d; font-weight:normal; font-size:11px;vertical-align:middle;} 
/* 공통으로 쓰는거 */
textarea { width: 700px;
 height: 100px;
 padding: 13px;
 border: 1px solid #EDEDED;
 box-sizing: border-box;;} 
.input-style { padding:2px; height:14px; line-height:14px; border:1px solid #EDEDED;}

.cont-sub-des { position:relative;}
.cont-sub-des span { margin-right:14px; ;}
.cont-sub-des span em { font-size:14px; ;}
.cont-sub-des .hit { position:absolute; top:15px; right:0;}
.cont-sub-des .hit span { margin-right:0;}

.comment-box { border-bottom:2px solid #e5e5e5;}
.ec-base-table.typeWrite .comment-box td { padding:60px;}
.bbs-table-view .comment-box td { padding-bottom:20px; border-top:1px solid #e5e5e5; vertical-align:top;}
.comment-box .com-name { margin-right:8px; padding:0 8px; background: url('/images/d3/modern_simple/common/bull_bbs_hd_link.gif') repeat-y 100% 0; font-weight:bold; color:#c5c5c5;}
.bbs-table-view td.com-wrt-box { border:0;}
.com-wrt-box label { color:#9d9d9d;margin:10px; ;}
.com-wrt-box label:first-child { margin-left:0;}
.com-wrt-box .wrt { margin:14px 0;}

.com-wrt-box input[type=text],
.com-wrt-box input[type=password] { margin-left:7px;}

body #comment_password { position: absolute;
 display: none;
 ;width:auto;
 border: 1px solid #ada9a5;
 padding: 16px;
 background: #fbf9f5;
 z-index: 6;
 min-height: 35px;}
body #comment_password input { margin:0 10px;}
.view-link { padding:12px 0;}




/* 게시판 상품 */

/* 상품정보 */
.prd-tinfo { display: table;table-layout: fixed;padding: 40px;width: 100%;box-sizing: border-box;border: 1px solid #e8e0d7;margin: 0 0 20px;}
.prd-tinfo dt { display: table-cell;width: 130px;vertical-align: middle;}
.prd-tinfo dt img { width:100%;}
.prd-tinfo dd { display: table-cell;padding-left: 40px;vertical-align: middle;}
.prd-tinfo dd .name a { margin: 15px 0 10px;font-size: 17px;font-weight: 400;display:block;}
.prd-tinfo dd li { display:block;}

.ec-base-table td a.board_prdname { display: inline-block;
 padding-right: 10px;
 font-size: 13px;
 color: #c5b5b1;
 vertical-align: middle;}



/* 게시판 회원 게시글 검색 */
.search_id { background: none repeat scroll 0 0 #FFFFFF; border: 1px solid #DADADA; display: block; padding: 3px; position: absolute; width: 90px; }

/* 개인정보보호정책 동의 */
.new-privercy-contract { text-align: left; padding:30px 0px; }
.new-privercy-contract .new-privercy-contract { padding:0;}
.new-privercy-contract p { font-weight: normal;
 margin: 0;
 font-size: 17px;
 padding-top: 10px;
 padding-bottom: 20px;;}
.privercy-contract-tap { position: relative; height:40px; }
.privercy-contract-tap ul { list-style: none; margin: 0; padding: 0; position: absolute; bottom: -1px; *bottom: -2px; }
.privercy-contract-tap li { border: 1px solid #ccc; border-right: none; background: #F4F4F4; float:left; display: inline-block; }
.privercy-contract-tap li a { display: block; padding: 10px 10px; text-decoration: none; }
.privercy-contract-tap li.end { border-right: 1px solid #ccc; }
.privercy-contract-tap li.sel { background: #FFFFFF; border-bottom: 1px solid #FFFFFF; }
.privercy-contract { clear: both; }
.privercy-contract textarea { clear: both; height: 60px; background: #faf1ea; padding: 25px; width: 660px; }
.privercy-agree { margin: 10px 0; }
.privercy-agree label { margin-right: 10px; }


/* 개인정보 */
.new-privercy-contract .ec-base-table.typeWrite table { margin:0 !important;}
.new-privercy-contract .ec-base-table.typeWrite th { background: #faf1ea;
 padding: 13px 0;
 text-align: center;
 border-right: 1px solid #e8e0d7;
 font-size: 13px;}
.new-privercy-contract .ec-base-table.typeWrite td { padding: 15px 10px;
 border-right: 1px solid #e8e0d7;
 text-align: center;
 font-size: 14px;;}

.new-privercy-contract .ec-base-table.typeWrite + div { margin:22px 0 !important;}







<!-- ##### 원디자인 퓨어 ##### -->


/*====================================================================*/
/******************************** layout ******************************/
/*====================================================================*/

#wrap { width:100%; min-width:1300px; position:relative;}
#contentWrap { width:100%; margin:0 auto;}
#contentWrap > #content { width:100%; min-width:1300px; max-width:1500px; margin:0 auto; min-height:600px; position:relative; right:0; /*padding-top:160px;*/ }
#contentWrap > #content:after { content:""; display:block; clear:both;}
.narrow { width:1200px; margin:0 auto;}

/* 드래그 */
::selection { color:#312e2c; background:#bdafa6;}


/* 타이틀 */
.titleArea { position:relative;padding:50px 0 35px;}
.titleArea h2 { display:inline-block; vertical-align:text-bottom; font-size:25px; line-height:30px; font-weight:300; letter-spacing:-1px;}
.titleArea h3 { text-align:center; line-height:50px; margin:50px 0 30px; font-size:19px; letter-spacing:-0.5px; font-weight:400;}
.titleArea p { display:inline-block; vertical-align:text-bottom; position:relative; margin-left:20px; color:#b7b0a9; font-size:15px; font-weight:300; letter-spacing:-0.3px;}
.titleArea ul { padding:5px 0; color:#939393; line-height:18px; }
.titleArea ul li { position:relative; padding:0 0 0 9px; }
.titleArea ul li:before { display:block; position: absolute; top:50%; left:0; content:""; width:2px; height:2px; margin:-2px 0 0 0; background:#939393; }


/* 탐색경로바 */
.path { overflow: hidden;line-height: 36px;margin: 0;z-index: 9;position: absolute;right: 5px;top: 50px;}
.xans-board .path { margin:0 5px 0 0;}
.path span { overflow:hidden; position:absolute; width:0; height:0; white-space:nowrap; text-indent:100%; }
.path ol { float:right; font-size:0; line-height:0; letter-spacing:0;}
.path li { display:inline-block; vertical-align:middle; padding-left:14px; margin-left:10px; color:#796d5e; background:url("//img.echosting.cafe24.com/skin/base/layout/ico_path.gif") no-repeat 0 14px; font-size:15px; line-height:36px;}
.path li:first-child { background:none; }
.path li a { color:#796d5e; font-weight:200; letter-spacing:-0.3px;}
.path li strong,
.path li strong a { font-weight:400;}





/* paging */
.paging { padding:30px 0 70px;text-align: center; vertical-align: top; }
.paging .paging { padding:0;}
.paging li { display:inline-block;}
.paging li a { display: block;
 width: 24px;
 padding: 9px 0;
 font-size: 13px;
 font-weight: 600;
 color: #b7b0a9;
 line-height: 14px;
 font-family: 'Nunito Sans','Noto Sans KR',sans-serif; }
.paging li.now a { font-weight: 700;
 color: #5d544b; }
.paging li.first a,
.paging li.prev a,
.paging li.next a,
.paging li.last a { padding: 0 3px; }
.paging li.prev { margin-right: 10px; }
.paging li.next { margin-left: 10px; }


/*====================================================================*/
/**************************** ec-base-product**************************/
/*====================================================================*/

.ec-base-product { margin:22px 0 0; }
.ec-base-product .title { margin:0 0 30px; }
.ec-base-product .title h2 { font-weight:normal; font-size:20px; color:#2e2e2e; text-align:center; }
.ec-base-product .title h3 { font-weight:normal; font-size:17px; color:#796d5e; text-align:left; font-weight:300;}
.ec-base-product .title h3 span { font-size:21px;}
.ec-base-product img { vertical-align:middle; }
.ec-base-product a[href^='/product/detail.html'] > img { border:1px solid #ececec; }

/* .ec-base-product .prdList > li { position:relative; display:inline-block; margin:20px 0 20px; border: 1px solid #e8e0d7; box-sizing:border-box; color:#73665c; vertical-align:top; padding:0 0 38px 0;cursor:pointer; -webkit-transition: 0.3s ease-in-out;-moz-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;} */
.ec-base-product .prdList > li { position:relative; display:inline-block; margin:20px 0 20px; vertical-align:top; padding:0 0 38px 0;cursor:pointer; -webkit-transition: 0.3s ease-in-out;-moz-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;}


/* .ec-base-product .prdList > li:hover { background:#e8e0d7;} */
.ec-base-product .prdList > li:hover { background:#fcdfcc;}

.ec-base-product .prdList > li:hover .thumbnail .prdImg { visibility:hidden; opacity:0;}
.ec-base-product .prdList > li:hover .thumbnail .prdSmall { visibility:visible; opacity:1;}

.ec-base-product .prdList > li.soldOut .thumbnail, .ec-base-product .prdList > li.soldOut .description { opacity:0.6;}
.ec-base-product .prdList .soldWrap { position:absolute; top:0; left:0; width:100%; height:100%; z-index:17; box-sizing: border-box; background: rgb(232,224,215,0.5); cursor:pointer;}
.ec-base-product .prdList .soldWrap .soldTable { text-align:center; width:100%; height:100%; display:table;}
.ec-base-product .prdList .soldWrap .soldText { display:table-cell; vertical-align:middle; font-size:25px; font-weight:800; line-height:34px; letter-spacing:-0.5px; padding:20px 0;}
.ec-base-product .prdList .soldWrap .soldText span { border-radius: 100%;color: #635034;}
.ec-base-product .prdList .icon { vertical-align:middle; position:absolute; right:0; top:0;padding:8px;}
.ec-base-product .prdList .icon .promotion img { display:none;}
.ec-base-product .prdList .button { display:none; float:right; margin:0 0 4px; }
.ec-base-product .prdList .chk { position:absolute; top:-10px; left:0; right:0; display:block; margin:0 0 10px; }
.ec-base-product .prdList .thumbnail { position:relative; text-align:center; }
.ec-base-product .prdList .thumbnail a img { width:100%; box-sizing:border-box; }
.ec-base-product .prdList .thumbnail .prdImg { position:relative;-webkit-transition: 0.3s ease-in-out;-moz-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;}
.ec-base-product .prdList .thumbnail .prdSmall { position:absolute; top:0; left:0; visibility:hidden;opacity:0;-webkit-transition: 0.3s ease-in-out;-moz-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;}
.ec-base-product .prdList .thumbnail .wish { position:absolute; right:3px; bottom:4px; z-index:1; cursor:pointer; }
.ec-base-product .prdList .thumbnail .prdIcon { position:absolute; top:0; left:0; width:100%; height:100%; background-repeat:no-repeat; }
.ec-base-product .prdList .thumbnail .icon:after { content:""; display:block; clear:both; }
.ec-base-product .prdList .thumbnail .promotion { float:left; text-align:left; }
.ec-base-product .prdList .thumbnail .button img { margin:0 2px 0 0; cursor:pointer; }
.ec-base-product .prdList .thumbnail .button .option { display:inline; position:relative; }
.ec-base-product .prdList .thumbnail .button .likeButton { display:inline-block; margin:0 5px; }
.ec-base-product .prdList .thumbnail .button .likeButton button { font-family:verdana; color:#9a9a9a; letter-spacing:-1px; background:none; }
.ec-base-product .prdList .thumbnail .button .likeButton button img { margin:0; vertical-align:middle; }
.ec-base-product .prdList .thumbnail .button .likeButton button strong { height:16px; vertical-align:middle; }
.ec-base-product .prdList .thumbnail .button .likeButton.selected button { color:#564e42; }

.ec-base-product .prdList .description { position:relative; margin:0 auto; padding:0; font-size:12px; line-height:18px; text-align:left; padding: 25px 25px 10px; }
.ec-base-product .prdList .description .name { display:block; padding-bottom:17px; text-align:center; }
.ec-base-product .prdList .description .name a { letter-spacing:-0.3px; font-weight:300;font-size:16px;color:#564e42;}
.ec-base-product .prdList .description .mileage { display:block; }
.ec-base-product .prdList .description span.grid { display:block; }
.ec-base-product .prdList .description .prd-consumer { text-decoration:line-through;padding-bottom:8px;font-size: 16px;color: #8e7f6f;display:none;}
.ec-base-product .prdList .description .prd-price { font-size: 16px;color: #8e7f6f;}

.ec-base-product .prdList .description .prd-subname { line-height:23px;display:none;}


/* grid */
.ec-base-product > ul { font-size:0; line-height:0; letter-spacing:0;}
.ec-base-product ul.grid2 > li { width:50%; }

.ec-base-product ul.grid3 > li { width:calc(33.33% - 2.2%); margin:0 3% 9% 0; }
.ec-base-product ul.grid3 > li:nth-child(3n) { margin-right:0%; }

.ec-base-product ul.grid4 > li { width:calc(25% - 1.2%); margin:0 1.5% 1.5% 0; }
.ec-base-product ul.grid4 > li:nth-child(4n) { margin-right:0%; }

.ec-base-product ul.grid5 > li { width:19.2%; margin:0 1% 1% 0; }
.ec-base-product ul.grid5 > li:nth-child(5n) { margin-right:0%; }

.ec-base-product ul.grid3 > li .color { max-width:230px; }
.ec-base-product ul.grid4 > li .color { max-width:190px; }
.ec-base-product ul.grid5 > li .color { max-width:130px; }
 /* right display */
 .ec-base-product ul.grid2 li:after { content:""; display:block; clear:both; }
 .ec-base-product ul.grid2 li .thumbnail { float:left; width:220px; text-align:left; margin:0; }
 .ec-base-product ul.grid2 li .description { float:left; width:247px; padding:0 20px; }
 .ec-base-product ul.grid2 li .description .chk { position:static; text-align:left; }

/* module="product_ListItem" */
.ec-base-product .spec { margin:0; font-size:0; line-height:0; letter-spacing:0;text-align:center;}
.ec-base-product .spec li { text-align:center;line-height:24px;font-size:13px;line-height:15px;}
.ec-base-product .spec li em { margin-right:10px; font-weight:400; color:#b78758;}
.ec-base-product .spec li.subName { }
.ec-base-product .spec li.subName br { display:none;}
.ec-base-product .spec li.customPrice, 
.ec-base-product .spec li.price { display:inline-block; vertical-align:middle; margin-right:8px;}
.ec-base-product .spec li.price { line-height:15px; font-weight:400;}
.ec-base-product .spec li .title { font-weight:normal; vertical-align:top; }
.ec-base-product .spec li .title span { vertical-align:top; }
.ec-base-product .spec li .color { overflow:hidden; display:inline-block; margin:3px 0 0 0; }
.ec-base-product .spec li .chips { float:left; width:10px; height:10px; margin:0 2px 2px 0; border:1px solid #e3e3e3; font-size:0; line-height:0; }
.ec-base-product .spec li.prd-icon {margin-top:22px;}
.ec-base-product .spec li.prd-icon img {height:12px;display: inline-block;margin:0 2px;}
.ec-base-product .discountPeriod { display:inline-block; z-index:10; position:relative; width:55px; height:19px; vertical-align:middle; }
.ec-base-product .layerDiscountPeriod { left:50%; top:26px; width:247px; margin:0 0 0 -124px; }
.ec-base-product .layerDiscountPeriod strong.title { display:block; margin:0 0 12px; padding:0 35px 0 0; font-weight:bold; color:#2e2e2e; }
.ec-base-product .layerDiscountPeriod .content p { margin:2px 0 0; font-size:11px; line-height:16px; color:#73665c; letter-spacing:-1px; }
.ec-base-product .layerDiscountPeriod .content p strong { font-weight:normal; font-size:12px; color:#2e2e2e; }
.ec-base-product .layerDiscountPeriod .content p strong span { font-size:11px; }

.ec-base-product .prdList .shippingFee { position:relative; display:inline-block; }
.ec-base-product .prdList .shippingFee .button { display:inline-block; float:none; }
.ec-base-product .prdList .shippingFee .ec-base-tooltip { z-index:11; display:block; margin:0 0 0 -170px; width:360px; }
.ec-base-product .prdList .shippingFee .ec-base-tooltip table th { width:40px; }
.ec-base-product .prdList .shippingFee .ec-base-tooltip table th,
.ec-base-product .prdList .shippingFee .ec-base-tooltip table td { padding:7px 10px 8px 10px; }








/*====================================================================*/
/**************************** ec-base-table **************************/
/*====================================================================*/



.ec-base-table table { position:relative; margin:30px 0 0; border:1px solid #e8e0d7; border-bottom:0; line-height:20px; color:#73665c; font-size:14px; letter-spacing:-0.3px;}
.ec-base-table.gLayoutFixed table { table-layout:fixed; }
.ec-base-table.gLayoutFixed .gLayoutAuto table { table-layout:auto; }
.ec-base-table table table { margin-top:30px;}
.ec-base-table th,
.ec-base-table td { padding:30px 0; vertical-align:middle; border-bottom:1px solid #e8e0d7; font-weight:400; word-break:break-all; word-wrap:break-word;}
.ec-base-table th { font-size:15px;}
.ec-base-table td { padding:18px 0; font-size:14px;}
.ec-base-table td a { font-size:14px; color:#73665c;}
.ec-base-table td a.btnSubmit { color:#fbf9f5;}
.ec-base-table td strong { font-weight:500;}
.ec-base-table td.clear { }

.ec-base-table tr.noti td { background:#f7f3ee}
/* horizontal */
 /* typeWrite */
 	.ec-base-table.typeWrite th,
 .ec-base-table.typeWrite td { padding:18px; }
 .ec-base-table.typeWrite img { max-width:100% !important; height:auto !important;/* margin-bottom:30px*/}

/* vertical */
 /* typeList */
 .ec-base-table.typeList table { }
 .ec-base-table.typeList table:before { display:none; }
 .ec-base-table.typeList tfoot td { padding:30px; background:#f7f3ee; }
 .ec-base-table .message { border-bottom:1px solid #e8e0d7; padding:100px 0; text-align:center; color:#7b7773; font-weight:200; font-size:17px;}
 .ec-base-table table + .message { }
 .ec-base-table table td.message { padding:50px 0; }
 .ec-base-table .scroll .message { border:0; }
 /* scroll */
 .ec-base-table.typeList .head td { padding:20px 0; border-bottom:1px solid #e8e0d7; vertical-align:middle; text-align:center; background:#f7f3ee; font-weight:300;}
 .ec-base-table.typeList .head td:first-child { border-left:0; }
 .ec-base-table.typeList .scroll { position:relative; overflow-x:hidden; overflow-y:scroll; max-height:185px; min-height:100px; border:1px solid #e8e0d7; border-top-width:0; border-bottom-width:0; }
 .ec-base-table.typeList .scroll table { border:0; margin:0; }
 .ec-base-table.typeList .scroll table:before { display:none; }
 .ec-base-table.typeList .scroll .message { font-size:14px;}
 /* thead - blind */
 .ec-base-table thead.blind,
 .ec-base-table thead.blind th { display:none; }
 .ec-base-table thead.blind + tbody tr:first-child th,
 .ec-base-table thead.blind + tbody tr:first-child td { border-top-width:0; }
 /* Line */
 .ec-base-table.typeList.gLine table { border-width:0; border-bottom-width:1px; }

/* common */
 /* border, background style none */
 .ec-base-table.typeClear table:before { display:none; }
 .ec-base-table.typeClear table,
 .ec-base-table.typeClear th,
 .ec-base-table.typeClear td { border:0 none; background:none; }
 .ec-base-table.typeClear th { font-weight:bold; }
 /* align */
 .ec-base-table .left { text-align:left; }
 .ec-base-table .center { text-align:center; }
 .ec-base-table .right { text-align:right; }
 .ec-base-table.typeList .center td,
 .ec-base-table.typeList td.center { padding-left:0; padding-right:0; }
 .ec-base-table.typeList .center td.left { padding-left:10px; vertical-align:middle;}
 .ec-base-table.typeList .center td.right { padding-right:10px; }
 .ec-base-table .top th, .ec-base-table th.top,
 .ec-base-table .top td, .ec-base-table td.top { vertical-align:top; }
 .ec-base-table .middle th, .ec-base-table th.middle,
 .ec-base-table .middle td, .ec-base-table td.middle { vertical-align:middle; }
 /* form */
 .ec-base-table img { vertical-align:middle; }






/*====================================================================*/
/***************************** ec-base-box **************************/
/*====================================================================*/

/* base */
.ec-base-box { }
.ec-base-box.gHalf { position:relative; padding:20px 0; }
.ec-base-box.gHalf:before { position:absolute; top:0; left:50%; display:block; content:""; width:1px; height:100%; background-color:#e8e0d7; }
.ec-base-box.typeBg { background-color:#f7f3ee; }
.ec-base-box.typeThin { border-width:1px; border-color:#e8e0d7; }
.ec-base-box.typeThin h3.boxTitle { margin:0 0 20px; font-size:20px; text-align:center; }
.ec-base-box.typeThinBg { box-sizing:border-box; border-width:1px; border-color:#e8e0d7; background-color:#f7f3ee; }
.ec-base-box.center { text-align:center; }
 /* 약관 */
 .ec-base-box.typeThinBg > .agree { padding:80px; border:1px solid #e8e0d7; color:#b7b0a9;}
 .ec-base-box.typeThinBg > .agree p { padding:0 0 30px; line-height:24px;}

/* typeMember */
.ec-base-box.typeMember { border:1px solid #e8e0d7; }
.ec-base-box.typeMember .information { font-size:0; line-height:0; letter-spacing:0;}
.ec-base-box.typeMember .information > .title,
.ec-base-box.typeMember .information > .description { display:inline-block; vertical-align:middle; font-size:14px; line-height:24px; letter-spacing:-0.3px; font-weight:300;}
.ec-base-box.typeMember .information > .title { width:200px; line-height:150px; text-align:center; border-right:1px solid #e8e0d7; background:#f7f3ee; margin:0;}
.ec-base-box.typeMember .information > .thumbnail img { max-width:100%; }
.ec-base-box.typeMember .information .description { padding-left:50px;}
.ec-base-box.typeMember .information .description .member strong { font-size:17px; font-weight:400;}
.ec-base-box.typeMember .information .description .member p strong { font-size:17px; font-weight:400;}
 .ec-base-box.typeMember.gMessage { border-width:1px; border-color:#e8e0d7; }
.ec-base-box .message { display:block; padding:10px 0 10px 0; text-align:center; border-bottom:1px solid #e8e7e7; }

/* typeProduct */
.ec-base-box.typeProduct { display:table; table-layout:fixed; padding:40px; width:100%; box-sizing:border-box; border:1px solid #e8e0d7; margin:0 0 20px;}
.ec-base-box.typeProduct .thumbnail, .ec-base-box.typeProduct .information { display:table-cell; vertical-align:middle; }
.ec-base-box.typeProduct .thumbnail { width:130px; }
.ec-base-box.typeProduct .thumbnail img { max-width:130px;}
.ec-base-box.typeProduct .information { padding-left:40px; }
.ec-base-box.typeProduct .information .icon_img { display:none; margin:0 1px 0 0; }
.ec-base-box.typeProduct .information h3 { margin:15px 0 10px; font-size:17px; font-weight:400; }
.ec-base-box.typeProduct .information .price { margin-bottom:20px; font-size:13px; font-weight:400;}
.ec-base-box.typeProduct .information .button { }





/*====================================================================*/
/**************************** ec-base-button ************************/
/*====================================================================*/



/* button */
 [class^='btnNormal'], a[class^='btnNormal'],
 [class^='btnSubmit'], a[class^='btnSubmit'],
 [class^='btnEm'], a[class^='btnEm'],
 [class^='btnBasic'], a[class^='btnBasic'] { display:inline-block; box-sizing:border-box; padding:0 11px; height:35px; line-height:35px; border:1px solid transparent; font-size:13px; font-weight:300; text-decoration:none; vertical-align:middle; letter-spacing:-0.3px; color:#4e4c4a; text-align:center; white-space:nowrap; -webkit-transition: 0.2s ease-in-out; -moz-transition: 0.2s ease-in-out; -o-transition: 0.2s ease-in-out; transition: 0.2s ease-in-out;}

 [class^='btnNormal'], a[class^='btnNormal'],
 [class^='btnBasic'], a[class^='btnBasic'] { background-color:transparent; border:1px solid #e8e0d7;}
 [class^='btnSubmit'], a[class^='btnSubmit'] { color:#fbf9f5; background-color:#5d544b;}
 [class^='btnEm'], a[class^='btnEm'] { background-color:#e5c4ae;}

 [class^='btnNormal']:not(.disabled):hover,
	[class^='btnBasic']:not(.disabled):hover { }
 [class^='btnSubmit']:not(.disabled):hover { background-color:#7d7368; }
 [class^='btnEm']:not(.disabled):hover { background-color:#d4cdc7; }
 [class^='btnNormal'].disabled { border-color:#e3e3e3; color:#73665c; }
 [class^='btnSubmit'].disabled { background-color:#9297a2; color:#f0f0f0; }
 [class^='btnEm'].disabled { background-color:#b5b6b9; color:#f0f0f0; }
 [class^='btnBasic'].disabled { color:#73665c; }
 /* size */
 [class^='btn'].sizeS { height:40px; line-height:40px;}
 [class^='btn'].sizeM { padding:10px 16px; }
 [class^='btn'].sizeL { padding:14px 16px; height:auto; font-size:18px; font-weight:400; }
 /* width Fix */
 [class^='btn'][class*='Fix'] { width:65px; word-break:keep-all; word-wrap:break-word; }
 [class^='btn'][class*='Fix'].sizeS { width:100px; }
 [class^='btn'][class*='Fix'].sizeM { width:200px; height:60px; line-height:60px; padding:0; font-size:16px; font-weight:400;}
 [class^='btn'][class*='Fix'].sizeL { width:270px; height:70px; line-height:70px; padding:0; font-size:16px; font-weight:400; }
 
/* icon button */
 a.btnLink { color:#222; }
 a.btnLink:hover { text-decoration:none; -webkit-box-shadow:0 1px 0 0 #222; -moz-box-shadow:0 1px 0 0 #222; box-shadow:0 1px 0 0 #222; }
 a.btnLink:after { content:""; display:inline-block; margin:-2px -2px 0 3px; vertical-align:middle; border:0 0 0 10px; border-style:solid; border-color:transparent transparent transparent #77797d; }
 [class^='btn'] i { display:none \0/IE8; }
 [class^='btn'] .icoArrow { display:inline-block; width:3px; height:3px; margin:-2px 1px 0 1px; border:2px solid #77797d; border-width:0 2px 2px 0; vertical-align:middle;
 transform:rotate(-45deg); -webkit-transform: rotate(-45deg); -moz-transform:rotate(-45deg); -ms-transform:rotate(-45deg); -o-transform:rotate(-45deg);
 }
 [class^='btnSubmit'] .icoArrow,
 [class^='btnEm'] .icoArrow { border-color:#f0f0f0; }
 [class^='btn'] .icoDelete { position:relative; overflow:hidden; display:inline-block; width:10px; height:10px; margin:-2px 2px 0 0; vertical-align:middle; -webkit-transform:rotate(45deg); transform:rotate(45deg); }
 [class^='btn'] .icoDelete:before { content:""; position:absolute; top:0; right:4px; width:2px; height:10px; background:#77797d; }
 [class^='btn'] .icoDelete:after { content:""; position:absolute; top:4px; right:0; width:10px; height:2px; background:#77797d; }
 [class^='btnSubmit'] .icoDelete:before, [class^='btnSubmit'] .icoDelete:after,
 [class^='btnEm'] .icoDelete:before, [class^='btnEm'] .icoDelete:after { background:#f0f0f0; }
 [class^='btn'] .icoAdd, [class^='btn'] .icoRemove { position:relative; overflow:hidden; display:inline-block; width:8px; height:8px; margin:-2px 2px 0 0; vertical-align:middle; }
 [class^='btn'] .icoAdd:before, [class^='btn'] .icoAdd:after, [class^='btn'] .icoRemove:before { content:""; position:absolute; top:50%; left:50%; width:8px; height:8px; border-radius:2px; background:#77797d; }
 [class^='btn'] .icoAdd:before, [class^='btn'] .icoRemove:before { height:2px; margin:-1px 0 0 -4px; }
 [class^='btn'] .icoAdd:after { width:2px; margin:-4px 0 0 -1px; }
 [class^='btn'] img { margin:-2px 1px 0; vertical-align:middle; }
 
 /* unique */
 .btnLogin, a.btnLogin { display:inline-block; box-sizing:border-box; width:100% !important; height:55px; line-height:55px; text-align:center; font-size:14px; text-decoration:none; font-weight:400; }
 .btnAgree, a.btnAgree { display:inline-block; box-sizing:border-box; width:80px; height:50px; line-height:50px; border:1px solid #d1d1d1; border-radius:2px; text-align:center; font-size:12px; font-weight:bold; color:#222; text-decoration:none; background-color:#fff; }
	[class^='btnLogin']:not(.disabled):hover { 
 background-color: #7d7368;
}
 .btnAgree:hover { background-color:#f3f3f3; }
 .btnToggle { display:inline-block; font-size:0; line-height:0; }
 .btnToggle button { display:inline-block; box-sizing:border-box; border:1px solid #d1d1d1; margin:0 -1px 0 0; padding:0 7px; height:24px; line-height:24px; text-align:center; font-size:12px; outline:0; text-decoration:none; color:#222; background:#fff; }
 .btnToggle button:first-child { border-radius:2px 0 0 2px; }
 .btnToggle button:last-child { border-radius:0 2px 2px 0; }
 .btnToggle button.selected { position:relative; border:1px solid #84868b; color:#fff; background:#84868b; }
 
/* ec-base-button */
.ec-base-button { display:table;width:100%;margin:20px 0 50px;padding:0;text-align:right;;}

.ec-base-button > ul { display:table-cell;font-size:0;line-height:0;}
.ec-base-button .left { text-align:left;}
.ec-base-button .right { text-align:right;}
.ec-base-button .right a { margin-left: 6px;}
.ec-base-button .left a { margin-right: 6px;}
.ec-base-button.justify { position:relative; }
.ec-base-button:after { display:block; content:""; clear:both; }
.ec-base-button .gLeft { float:left; text-align:left; font-size:0; line-height:0; letter-spacing:0; }
.ec-base-button .gLeft > span,
.ec-base-button .gLeft > a { margin-right:6px;}
.ec-base-button .gRight { float:right; text-align:right; font-size:0; line-height:0; letter-spacing:0; }
.ec-base-button .gRight > span,
.ec-base-button .gRight > a { margin-left:6px; }
.ec-base-button.justify .gLeft { position:absolute; left:0; }
.ec-base-button.justify .gRight { position:absolute; right:0; }
.ec-base-button .text { margin:0 6px 0 10px; color:#353535; line-height:24px; font-size:13px; vertical-align:middle; font-weight:200;}
 /* type */
 .ec-base-button.typeBorder { margin-top:-1px; padding:20px 0px; }
 .ec-base-button.typeBG { padding:30px 0px; border-top:1px solid #e8e0d7;}
 /* gColumn */
 .ec-base-button[class*="gColumn"] { margin:0 auto; display:-webkit-flex; display:-moz-flex; display:-ms-flex; display:flex; -webkit-justify-content:center; -moz-justify-content:center; -ms-justify-content:center; justify-content:center; }
 .ec-base-button[class*="gColumn"]:after { display:none; }
 .ec-base-button[class*="gColumn"] [class^='btn'] { margin:0 4px; padding-left:8px; padding-right:8px; word-break:keep-all; word-wrap:break-word; white-space:normal; -webkit-flex:1; -moz-flex:1; -ms-flex:1; flex:1; display:-webkit-flex; display:-moz-flex; display:-ms-flex; display:flex; -webkit-align-items:center; -moz-align-items:center; -ms-align-items:center; align-items:center; -webkit-justify-content:center; -moz-justify-content:center; -ms-justify-content:center; justify-content:center; }
 .ec-base-button[class*="gColumn"] [class^='btn'][class*='Fix'] { -webkit-flex:none; -moz-flex:none; -ms-flex:none; flex:none; }
 /* gFlex */
 .ec-base-button[class*="gColumn"] .gFlex2 { -webkit-flex:2; -moz-flex:2; -ms-flex:2; flex:2; }
 .ec-base-button[class*="gColumn"] .gFlex3 { -webkit-flex:3; -moz-flex:3; -ms-flex:3; flex:3; }
 .ec-base-button[class*="gColumn"] .gFlex4 { -webkit-flex:4; -moz-flex:4; -ms-flex:4; flex:4; }





/***** ec-base-tab ******/


.ec-base-tab { position:relative; }
.ec-base-tab .menu { 
 margin:0 0 20px; 
 box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box;
}
.ec-base-tab .menu:after { content:""; display:block; clear:both; }
.ec-base-tab .menu { font-size:0; line-height:0; letter-spacing:0; text-align:center;}
.ec-base-tab .menu li { display:inline-block; padding:18px; vertical-align:bottom;}
.ec-base-tab .menu li a { display:block; font-size:15px; line-height:20px; color:#d9af93; text-decoration:none; outline:0; text-align:center; font-weight:300; letter-spacing:-0.3px;}
.ec-base-tab .menu li.selected a { font-weight:400; font-size:19px; color:#564e42; letter-spacing:-0.5px;}
.ec-base-tab > .right { position:absolute; top:8px; right:10px; line-height:24px; color:#909090; }
 /* grid (2~7) */
 .ec-base-tab[class*="grid"] .menu { display:table; table-layout:fixed; width:100%; }
 .ec-base-tab[class*="grid"] .menu li { float:none; display:table-cell; vertical-align:middle; }
 .ec-base-tab[class*="grid"] .menu li a { display:inline-block; width:100%; min-width:0; margin:0; padding:11px 0; border:0; }
 .ec-base-tab[class*="grid"] .menu li.selected { }
 .ec-base-tab[class*="grid"] .menu li:first-child.selected { right:0; }
 .ec-base-tab[class*="grid"] .menu li.selected a { position:static; background:none; }
 .ec-base-tab.grid2 .menu li { width:50.5%; }
 .ec-base-tab.grid3 .menu li { width:34%; }
 .ec-base-tab.grid4 .menu li { width:25.5%; }
 .ec-base-tab.grid5 .menu li { width:20.5%; }
 .ec-base-tab.grid6 .menu li { width:17%; }
 .ec-base-tab.grid7 .menu li { width:14.8%; width:15% \0/; }
 .ec-base-tab.grid7 .menu li:first-child { width:13% \0/; }






/**** 장바구니 ****/
.ec-base-table.cart .thumb { width:100px;margin:0 auto;}
.ec-base-table.cart .thumb img { width:100%;height:auto;}
.ec-base-table.cart .item { padding-left:30px;} 
.ec-base-table.cart .item a { color: #73665c; font-size: 15px;letter-spacing: -0.3px;font-weight: 500;}
.ec-base-table.cart .opt-spin { display:inline-block;}
.ec-base-table.cart .btnChcek a { width: 100px;margin: 2px 0;font-size: 13px;}
.ec-base-table.cart .btnOption { font-size: 10px !important;height: 26px;line-height: 26px;padding: 0 9px;margin-top: 8px;}
.ec-base-table.cart .tb-opt { margin: 5px 0 0;color: #73665c;line-height: 16px;font-weight: 300;}

/* ec-base-qty */
.ec-base-qty { position:relative; display:inline-block; width:55px; text-align:left; }
.ec-base-qty input[type="text"] { min-width:30px;width:30px; height:25px; background:transparent; border:1px solid #e8e0d7; font-size:12px; text-align:center; padding:0; line-height:25px; }
.ec-base-qty + a.btnNormal { font-size:13px; width:50px;}
.ec-base-qty .up { position:absolute; left:29px; top:0; }
.ec-base-qty .down { position:absolute; left:29px; bottom:0; }

 .btnQuan { font-size: 12px !important;
 height: 26px;
 line-height: 26px;
 padding: 0 9px;
 margin-top: 0;
 line-height: 25px !important;
 height: 25px !important;}



.ico_mustFill { display:inline-block;margin:0 5px;vertical-align:top !important;}


