/*
========================================================================
RESET
========================================================================
*/

::selection {background:#262626; color:#FFF; text-shadow:none;}
::-moz-selection {background:#262626; color:#FFF; text-shadow:none;}
::-webkit-selection {background:#262626; color:#FFF; text-shadow:none;}

/*
 * Nanum Gothic (Korean) http://www.google.com/fonts/earlyaccess
 */
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.eot);
  src: url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.eot?#iefix) format('embedded-opentype'),
       url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.woff) format('woff'),
       url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 700;
  src: url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Bold.eot);
  src: url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Bold.eot?#iefix) format('embedded-opentype'),
       url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Bold.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Bold.woff) format('woff'),
       url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Bold.ttf) format('truetype');
}


/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v14/UyBMtLsHKBKXelqf4x7VRQ.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v14/1YwB1sO8YE1Lyjf12WNiUA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local('Lato Bold'), local('Lato-Bold'), url(https://fonts.gstatic.com/s/lato/v14/ObQr5XYcoH0WBoUxiaYK3_Y6323mHUZFJMgTvxaG2iE.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local('Lato Bold'), local('Lato-Bold'), url(https://fonts.gstatic.com/s/lato/v14/H2DMvhDLycM56KNuAtbJYA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: local('Lato Black'), local('Lato-Black'), url(https://fonts.gstatic.com/s/lato/v14/R4a6fty3waPci7C44H8AjvY6323mHUZFJMgTvxaG2iE.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: local('Lato Black'), local('Lato-Black'), url(https://fonts.gstatic.com/s/lato/v14/tI4j516nok_GrVf4dhunkg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}


/* tag reset */

html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,img { margin:0; padding:0; }
html { width:100%; height:100%; }
body,code { font:0.75em 'Lato','Nanum Gothic',Arial,Malgun Gothic,Dotum,AppleGothic,sans-serif; color:#000; background:#fff; }
body { min-width:; }
body#popup { min-width:0; }
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; }
input,select,textarea { font-size:100%; font-family:'Lato','Nanum Gothic',Arial,Malgun Gothic,sans-serif; color:#000; vertical-align:middle; }
input[type=radio],
input[type=checkbox] { width:13px; height:13px; border:0; }
input[type=text],
input[type=password] { height:18px; line-height:20px; padding:2px 4px; border:1px solid #d5d5d5; color:#000; font-size:12px; }
input[type=radio] + label, input[type=checkbox] + label { margin:0 4px 0 2px; }
select { height:24px; border:1px solid #d5d5d5; }
textarea { padding:5px 6px; border:1px solid #d5d5d5; line-height:1.5; }
input:-ms-input-placeholder, textarea:-ms-input-placeholder { color:#2b2b2b; }
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color:#2b2b2b; }
input::-moz-placeholder, textarea::-moz-placeholder { color:#2b2b2b; opacity:1; }
legend { visibility:hidden; position:absolute; left:-9999px; top:-9999px; width:0; height:0; line-height:0; }
button { overflow:visible; padding:0; margin:0; border:0; cursor:pointer; }
hr.layout { display:none; }
a { text-decoration:none; color:#000; }
a:hover { text-decoration:underline; }
a:active { text-decoration:none; }
.objHidden { visibility:hidden; position:absolute; left:-1000px; top:-1000px; height:0; width:0; }
table tr.radioType input,
span.noBorder input { border:none !important; width:auto !important; height:auto !important; margin:0 3px 0 0 !important; vertical-align:middle !important; background:none !important; }
#content_CONTAINER table, #bi_inquire_content_CONTAINER table { border:0; margin:0 0 -1px; }
#content_CONTAINER table:before, #bi_inquire_content_CONTAINER table:before { display:none; }
#content_CONTAINER td, #bi_inquire_content_CONTAINER td { width:auto !important; padding:0; }
table.nneditor-table { width:auto !important; }


.gLabel { display:inline-block; }
.gLabel label { margin-right:20px; line-height:22px; }
.fWidthFull input[type=text] { width:100%; height:24px; -webkit-box-sizing:border-box; -moz-webkit-box:border-box; box-sizing:border-box; }
.fWidthFull textarea { width:100%; -webkit-box-sizing:border-box; -moz-webkit-box:border-box; box-sizing:border-box; }

.displaynone { display:none; }

.display-table { display:table; width:100%; height:100%; }
.display-table-cell { display:table-cell; width:100%; height:100%; vertical-align:middle; }


hr, caption, legend {
    display: none;
}


/* global rest
html, body {
    height: 100%;
}
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,
h1, h2, h3, h4, h5, h6, table, 
input, select, textarea, a {
    font-size: 12px;
    line-height: 1.25;
    color: #777;
    font-family: Dotum, AppleGothic, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
img, fieldset,button {
    border:0 none;
}
img {
    vertical-align: top;
}
li {
    list-style: none;
}
hr, caption, legend {
    display: none;
}
a { 
    color: #787878;
    text-decoration: none;
}
a:hover {
}
button {
    overflow: hidden;
    cursor: pointer;
}
button span {
    visibility: hidden;
}
address, em {
    font-style: normal;
}
button, input, select, textarea, a {
    vertical-align: middle;
}
select {
    line-height: 18px;
    height: 18px;
}
input:focus {
    outline: none;
}
table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    word-wrap: break-word;
    word-break: keep-all;
} */
/*
========================================================================
공통 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; }
.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 10px; }
.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-cart { margin-top: 10px; margin-bottom :30px; border-bottom: 1px solid #d8d8d8; }
.table-cart thead th { padding: 9px 0 8px; background-color: #fff; border-bottom:1px solid #d8d8d8; border-top:2px solid #000; font-weight:normal; font-size:11px; }
.table-cart tbody td,
.table-cart tfoot { background: url(/images/d3/modern_simple/common/dot_h1_w10.gif) repeat-x 0 0; }
.table-cart tbody td { padding: 5px 0 5px; }
.table-cart tbody td .thumb { width: 50px; height: 50px; margin-left: auto; margin-right: auto; }
.table-cart tbody td .thumb a,
.table-cart tbody td .thumb img { display:block; width:50px; height:50px; }
.table-cart tbody td .thumb a { font-size: 0; line-height: 0; }
.table-cart tbody td .d-block { padding-bottom: 3px; }
.table-cart tbody tr.nbg td { background-image: none; }
.table-cart tfoot td { padding: 10px 0; font-weight: bold; }
.table-cart tfoot strong { color: #ef3878; }
/* 수량 컨트롤 */
.table-cart .opt-spin { position: relative; width: 36px; height: 20px; margin-left: auto; margin-right: auto; padding-bottom: 3px; }
.table-cart .opt-spin .txt-spin,
.table-cart .opt-spin .btns { float: left; }
.table-cart .opt-spin .txt-spin { width: 22px; height: 18px; padding-right: 2px padding-top: 2px; border: 1px solid #acacac; font-size: 11px; text-align: right; }
.table-cart .opt-spin .btns { width: 12px; height: 20px; margin-top: 3px; }
.table-cart .opt-spin .btns img { overflow: hidden; float: left; text-indent: -999px; background: none; }
/* 주문 - 주문정보 테이블 */
.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; }
/* paging */
.paging { padding-top: 20px; height: 17px; text-align: center; line-height: 0; vertical-align: top; }
.paging li { display: inline;}
.paging li a { overflow: hidden; width: auto; height: 15px; padding: 0 7px; color: #999; cursor: pointer; }
.paging li a:hover,
.paging li.now a { color: #d63448; }
.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; }
/* 현재위치 */
.loc-navi { text-align: right; }
.loc-navi,
.loc-navi a { color: #999; text-transform: capitalize; }
/* 페이지 타이틀 */
/* 타입 1*/
#content .tit-page { position: relative; margin: 50px 0px 30px; padding-bottom:10px; border-bottom:1px solid #d8d8d8; font-weight:bold; }
/* 타입 2 */
#content .tit-page-2 { position: relative; margin:50px 0px 0px; }
#content .tit-page-2 .dsc { letter-spacing: -1px; display: inline-block; padding-top: 2px; margin-left: 30px; color: #9b9b9b; }
#content .tit-page-3 { position: relative; margin:50px 0px 20px; }
/* 상품 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 { 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: 1100px; margin-left: auto; margin-right: auto; }
#contentWrapper { position: relative; }
#contentWrap:after { content: ""; display: block; clear: both; }
#aside,
#content { position: relative; float: left; }
#content { width: 100%; }
 */


#contentWrapper { position:relative; z-index:0; clear:both; margin:0 auto; padding:0; overflow:hidden; }
#contentWrap { margin:0 auto; padding:0; *zoom:1; }
#contentWrap:after { content:""; display:block; clear:both; }
#content { position:relative; z-index:1; width:; padding:230px 0 0; margin:0 auto; max-width:90%; min-height:550px; }
#main #content { padding:0; max-width:100%; }


/* ******************************************************** */




/* 상품 미리보기 레이어 */
#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; font-size:20px; 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:50px 0px 20px; text-align:center; font-size:30px;}
.bbs-tit p { padding-top:10px; font-size:11px; color:#777; }
.bbs-tit2 { padding-bottom:20px; text-align:center; }
.bbs-tit2 p { padding-top:10px; font-size:11px; color:#777; }
.bbs-tit-menu { width:1080px; margin:0 auto; padding:50px 0px; }
.bbs-tit-menu ul { zoom:0; overflow:hidden; }
.bbs-tit-menu li { float:left; padding:0 5px; font-size:13px; }
.bbs-tit-menu2 { margin:50px auto; }
.bbs-tit-menu2 h2 { padding-bottom:20px; }
.bbs-tit-menu2 ul { zoom:0; overflow:hidden; padding-left:70px; }
.bbs-tit-menu2 li { float:left; padding:0 5px; font-size:13px; }
.bbs-tit-menu2 li a { font-size:13px; }
.bbs-tit-menu2 .left { width:380px; padding-top:20px; }
.review_btn { zoom:0; overflow:hidden; width:100%; margin:0 auto; padding:50px 0px; }
.review_btn li { float:left; width:33%; text-align:center; }
/* 검색 */
.bbs-sch { margin-top: 20px; margin-bottom : 10px; text-align: right; }
.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-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;} 
/* 공통으로 쓰는거 */
textarea { width:600px; height:47px; padding:2px; border:1px solid #EDEDED;}        
.input-style { padding:2px; height:14px; line-height:14px; border:1px solid #EDEDED;}

.cont-sub-des { position:relative;}
.cont-sub-des span { margin-right:15px; color:#555;}
.cont-sub-des span em { font-size:11px; color:#9c9c9c;}
.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;}
.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 { padding-left:7px; color:#9d9d9d; background: url('/images/d3/modern_simple/common/bull_join_required.gif') no-repeat 0 50%;}
.com-wrt-box .input-style { margin:0 10px 0 7px; padding:2px; height:14px; line-height:14px; border:1px solid #EDEDED;}
.com-wrt-box .wrt { margin-top:7px;}
.view-link { padding:12px 0;}

/* 게시판 회원 게시글 검색 */
.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: 5px; }
.new-privercy-contract p { font-weight: bold; margin: 0; margin-bottom: 10px; margin-top: 20px; text-align: left; }
.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; border: 1px solid #CCC; height: 60px; background: #FFFFFF; padding: 10px; width: 660px; }
.privercy-agree { margin: 10px 0; }
.privercy-agree label{ margin-right: 10px; }

/*
========================================================================
hot issue common class
========================================================================
*/
/* .item-wrap */
.item-wrap .item-hd { padding:40px 0px 30px 0px; }
.item-wrap .item-info { zoom: 1; overflow: hidden; padding:40px 0px 14px 0px; margin:0 auto 40px; border-bottom:1px solid #e9e9e9; }
.item-wrap .item-info .item-total { float: left; color:#000; }
.item-wrap .item-info .item-total strong { color:#000; }
.item-wrap .item-info .item-order { float: right; margin:0 10px 0 0; }
.item-wrap .item-info .item-order li { float: left; padding-left:18px; }
.item-wrap .item-info .item-order li.nobg { background: none; }
.item-wrap .item-info .item-order li a { }
.item-wrap .item-cont { zoom: 1; overflow: hidden; }
.item-wrap .item-cont:after { content: ""; display: block; clear: both; }
.item-wrap .item-cont .item-list { float: left; width: 263px; height:330px;  padding: 0px 0px 20px 0px; margin:0px 10px 10px 0px; background-color:#fff; border:1px solid #d8d8d8; }
.item-wrap .item-cont .item-list .thumb { width:263px; text-align:center;  }
.item-wrap .item-cont .item-list .thumb img { width: 257px; }
.item-wrap .item-cont .item-list .thumb img { border:3px solid #fff; }
.item-wrap .item-cont .item-list .thumb img:hover { border:3px solid #d8d8d8; }
.item-wrap .item-cont .item-list li { font-size:11px; padding:0px 10px; }
.item-wrap .item-cont .item-list .prd-name { margin:10px 0px 5px; height:17px; line-height:17px; font-weight:bold; color:#000;  }
.item-wrap .item-cont .item-list .prd-price { padding-top:5px; height:17px; line-height:17px; font-weight: bold; color:#000;   }
.item-wrap .item-page { margin-top: 80px; text-align: center; }
.item-wrap .item-page a { padding: 0 5px; }
.item-wrap .item-page a:hover,
.item-wrap .item-page a.now { color: #ec2626; font-weight: bold; letter-spacing: -1px; }
/* .item-wrap2 분류베스트 */
.item-wrap2 { width:1100px; margin:0 auto; }
.item-wrap2 .item-info { zoom: 1; overflow: hidden; padding: 35px 0 10px; border-bottom: 1px solid #ddd; }
.item-wrap2 .item-info .item-total { float: left; padding-left: 20px; }
.item-wrap2 .item-info .item-order { float: right; padding-right: 10px; }
.item-wrap2 .item-info .item-order li { float: left; padding: 0 10px; background: url(/images/d3/hot_issue/common/bull_w1_h7_gray.gif) no-repeat 100% 40%; }
.item-wrap2 .item-info .item-order li.nobg { background: none; }
.item-wrap2 .item-info .item-order li a { font-size: 11px; }
.item-wrap2 .item-cont { zoom: 1; overflow: hidden; }
.item-wrap2 .item-cont:after { content: ""; display: block; clear: both; }
.item-wrap2 .item-cont .item-list { float: left; width: 344px; margin:30px 10px; padding:15px 0px; background-color:#fff; border:1px solid #d8d8d8; }
.item-wrap2 .item-cont .item-list .thumb { width:344px; text-align:center; }
.item-wrap2 .item-cont .item-list .thumb img { width: 245px;}
.item-wrap2 .item-cont .item-list li { font-size:11px; padding:0px 10px; }
.item-wrap2 .item-cont .item-list .prd-name { margin:10px 0px 5px; font-weight:bold; color:#000; }
.item-wrap2 .item-cont .item-list .prd-price { margin-top:10px; font-weight: bold; color:#000; }
.item-wrap2 .item-cont .item-list .photoby { color:#bbb; }
.item-wrap2 .item-page { margin-top: 80px; text-align: center; }
.item-wrap2 .item-page a { padding: 0 5px; }
.item-wrap2 .item-page a:hover,
.item-wrap2 .item-page a.now { color: #ec2626; font-weight: bold; letter-spacing: -1px; }
/* .item-wrap3 메인2x1 */
.item-wrap3 { background-color:#fff; }
.item-wrap3 .item-cont { zoom: 1; overflow: hidden; }
.item-wrap3 .item-cont:after { content: ""; display: block; clear: both; }
.item-wrap3 .item-cont .item-list { float: left; width: 537px; padding:0px; margin:0px 10px 10px 0px; background-color:#fff; border:1px solid #d8d8d8; }
.item-wrap3 .item-cont .item-list .thumb img { width: 531px; }
.item-wrap3 .item-cont .item-list .thumb img { border:3px solid #fff; }
.item-wrap3 .item-cont .item-list .thumb img:hover { border:3px solid #d8d8d8; }
.item-wrap3 .item-cont .item-list li { font-size:11px; padding:0px 10px; }
.item-wrap3 .item-cont .item-list .prd-name { margin:10px 0px 5px; font-weight:bold; color:#000; }
.item-wrap3 .item-cont .item-list .prd-price { margin-top:10px; font-weight: bold; color:#000; }
/* .navi */
/* .item-wrap4 메인3x1 */
.item-wrap4 { background-color:#fff; }
.item-wrap4 .item-cont { zoom: 1; overflow: hidden; }
.item-wrap4 .item-cont:after { content: ""; display: block; clear: both; }
.item-wrap4 .item-cont .item-list { float: left; width: 354px; padding: 0px 0px 20px 0px; margin:0px 10px 10px 0px; background-color:#fff; border:1px solid #d8d8d8; }
.item-wrap4 .item-cont .item-list .thumb img { width: 348px; }
.item-wrap4 .item-cont .item-list .thumb img { border:3px solid #fff; }
.item-wrap4 .item-cont .item-list .thumb img:hover { border:3px solid #d8d8d8; }
.item-wrap4 .item-cont .item-list li { font-size:11px; padding:0px 10px; }
.item-wrap4 .item-cont .item-list .prd-name { margin:10px 0px 5px; font-weight:bold; color:#000; }
.item-wrap4 .item-cont .item-list .prd-price { margin-top:10px; font-weight: bold; color:#000; }
.navi p { text-align: right; }


.page-body-center { text-align:center; }



/* ************************************************************************************ by suhonstudio ************************************************************************************ */



/* ****** */
.fl-left { float:left; }
.fl-right { float:right; }

.fix-left { position:fixed; left:0; top:75px; }

ul.hovermenu {  }
ul.hovermenu li { display:inline-block; position:relative; z-index:10; margin:0 13px; vertical-align:middle; }
ul.hovermenu li:hover { position:relative; z-index:10; }
ul.hovermenu li a { display:inline-block; padding:3px 0; font-size:10px; letter-spacing:0.18em; line-height:1.2em; }
ul.hovermenu li a:hover { padding:3px 0 2px; border-bottom:1px solid #000; transition:0.2s; text-decoration:none; }
ul.hovermenu li .sub { visibility:hidden; opacity:0; transition:0.1s; position:absolute; z-index:111; top:100%; left:50%; margin-left:-75px; width:150px; }
ul.hovermenu li:hover .sub { visibility:visible; display:block; opacity:1; transition:0.2s; }
ul.hovermenu li .sub ul { margin:10px 0 0; padding:10px 0px; background:#fff; text-align:center; }
ul.hovermenu li .sub li { display:block; padding:0; margin:1px 0; }
ul.hovermenu li .sub a { display:inline-block; padding:4px 0; font-size:10px; letter-spacing:0.18em; color:#000; border-bottom:0px solid #fff; line-height:1.2em; text-decoration:none; }
ul.hovermenu li .sub a:hover,
ul.hovermenu li .sub li.selected a { padding:4px 0 3px; color:; border-bottom:1px solid #000; transition:0.2s; }

/**/
.clearfix { content:""; display:block; clear:both; }


/* 타이틀 */
.titleArea { min-height:0px; margin:0px 0 20px; border-bottom:0; text-align:center; }
.titleArea h2 { display:block; padding:0; color:#000; font-size:15px; letter-spacing:0.1em; font-weight:normal; text-transform:uppercase; line-height:1.2em; *zoom:1; }
.titleArea p { display:block;margin:0 ;padding:7px 0 ;font-size:11px;color:#939393;vertical-align:bottom;*display:inline;*zoom:1; }
.titleArea ul { padding:5px 0; color:#939393; line-height:18px; }
.titleArea ul li { padding:0 0 0 9px; background:url("//img.echosting.cafe24.com/skin/base/common/ico_square2.gif") no-repeat 4px 7px; }

/* 게시판 타이틀 */
.xans-board-title .title {min-height:10px;margin:10px 0 20px;padding:0 0 0px;border-bottom:0px solid #e8e8e8;text-align:center;}
.xans-board-title .title h2 { display:block; padding:0; color:#000; font-size:15px; letter-spacing:0.1em; font-weight:normal; text-transform:uppercase; line-height:1.2em; *zoom:1;}
.xans-board-title .title p { display:none; margin:0 0 0 15px; padding:0 ;font-size:11px; color:#939393; vertical-align:bottom; *display:inline;*zoom:1;}
.xans-board-title p.imgArea {margin:0 0 0px;text-align:center;}
.xans-board-title p.imgArea img {max-width:100%;margin:0 0 20px;}
.xans-board-listpackage .boardSort {float:left;margin:0 0 10px;}

.boardCategory { margin:25px auto 0; padding:0 0 30px; font-size:0; line-height:0; text-align:center; overflow:hidden; }
.boardCategory > li { display:inline-block; width:; margin:0 18px 10px; padding:0 0 0 ; font-size:10px; letter-spacing:0.18em; line-height:20px; vertical-align:top; text-transform:uppercase; }
.boardCategory > li:first-child { border-left:0; }
.boardCategory > li > a { padding:0 0 0; font-weight:; color:#000;  }
.boardCategory > li > a:hover { color:#9d9d9d; text-decoration:none; transition:0.6s; }
.boardCategory > li.selected > a { color:#000; text-decoration:underline; }


/* ************************************************************************************ by suhonstudio ************************************************************************************ */

/* 공통 */
.ec-base-product { margin:0px auto 0; max-width:; }
#main .ec-base-product { padding:80px 0 60px; max-width:90%; }

.ec-base-product .title { margin:0 0 50px; }
.ec-base-product .title h2 { font-size:16px; letter-spacing:0.2em; color:#000; font-weight:normal; text-align:center; }
.ec-base-product .title h3 { font-size:12px; letter-spacing:0.2em; color:#000; font-weight:normal; text-align:center; }
.ec-base-product img { vertical-align:middle; }
.ec-base-product a[href^='/product/detail.html'] > img { border:0; }

.ec-base-product .prdList { display:table; width:100%; min-width:756px; margin:0 auto; font-size:0; line-height:0; }
.ec-base-product .prdList > li { display:inline-block; margin:0 0 20px; color:#757575; vertical-align:top; }

.ec-base-product .prdList .chk { display:block; margin:0 0 10px; text-align:center; }
.ec-base-product .prdList .thumbnail { position:relative; margin:0 10px 18px; text-align:center; }
.ec-base-product .prdList .thumbnail a img { width:100%; height:auto; box-sizing:border-box; }
.ec-base-product .prdList .thumbnail a { transition:0.4s; }
.ec-base-product .prdList .thumbnail a:hover { opacity:0.5; }
.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 .description { margin:0 10px; padding:0; font-size:12px; letter-spacing:0.04em; line-height:1.4em; color:#000; text-align:center; }
.ec-base-product .prdList .description .name { display:block; padding:0 ; font-weight:normal; transition:0.4s; }
.ec-base-product .prdList .description .name a { font-size:13px; text-decoration:none; }
.ec-base-product .prdList .description .name .ico { margin:0 0 0 5px; }
.ec-base-product .prdList .description .name .ico img { display:inline-block; }
.ec-base-product .prdList .icon { margin:10px 0 0 ; vertical-align:middle;  text-align:center; }
.ec-base-product .prdList .icon:after { content:""; display:block; clear:both; overflow:hidden; }
.ec-base-product .prdList .description .promotion { float:; display:inline-block; margin:5px 0 0 ; text-align:center; }
.ec-base-product .prdList .description .button { float:; display:inline-block; margin:0; text-align:left;  }
.ec-base-product .prdList .description .button img { cursor:pointer; }
.ec-base-product .prdList .description .button .option { display:inline; position:relative; }
.ec-base-product .prdList .description .mileage { display:block; }
.ec-base-product .prdList .description span.grid { display:block; }

.ec-base-product .prdList .description .button .likeButton { display:inline-block; margin:0 5px; }
.ec-base-product .prdList .description .button .likeButton button { font-family:verdana; color:#9a9a9a; letter-spacing:-1px; background:none; }
.ec-base-product .prdList .description .button .likeButton button img { margin-bottom:0; vertical-align:middle; }
.ec-base-product .prdList .description .button .likeButton button strong {height:16px; vertical-align:middle; }
.ec-base-product .prdList .description .button .likeButton.selected button { color:#353535; }

/* listrecommend */
.ec-base-product.listrecommend { margin:0px 0 20px; padding:0; background:;/* border-top:1px solid #ededed; border-bottom:1px solid #ededed;*/text-align:center; }
.ec-base-product.listrecommend .title { margin:0 0 25px; }
.ec-base-product.listrecommend .title h3{display:inline-block;padding:0;margin:30px auto 0;font-weight:400;font-size:12px;color:#333;letter-spacing:0.1em;text-align:center; }
.ec-base-product.listrecommend .prdList { margin:0 auto 0px; }
.ec-base-product.listrecommend .prdList > li .ico-best { position:absolute; z-index:10; top:0; right:0; display:block; width:40px; height:30px; line-height:30px; background:#333; color:#fff; font-size:10px; letter-spacing:; text-align:center; }

/* 진열방식 */
.ec-base-product ul.grid2 > li { width:50%; }
.ec-base-product ul.grid3 > li { width:33.333%; }
.ec-base-product ul.grid4 > li { width:25%; }
.ec-base-product ul.grid5 > li { width:20%; }

.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; }

/* module="product_ListItem" */
.ec-base-product .spec { margin: 0 0; clear:both; display:block; }
.ec-base-product .spec li { display:block; margin:7px 0 0; text-align:center; }
.ec-base-product .spec li.price { margin:7px 0 0; font-size:11px; }
.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:7px 0 0 0; }
.ec-base-product .spec li .chips { float:left; width:9px; height:9px; margin:0 1px 2px; border:1px solid #e3e3e3; font-size:0; line-height:0; }

/* lookbookList */
.ec-base-product .lookbookList { margin-top:20px; }
.ec-base-product .lookbookList > li { margin-bottom:; }
.ec-base-product .lookbookList .thumbnail {  }

/* portfolio */
.ec-base-product .portfolio { margin-top:20px; }
.ec-base-product .portfolio > li { text-align:left; }
.ec-base-product .portfolio .description { text-align:left; }
.ec-base-product .portfolio .spec li { margin:7px 0 0; text-align:left; }




/* ************************************************************************************ by suhonstudio ************************************************************************************ */


/* 공통 css */
.ec-base-paginate { clear:both; margin:40px 0; text-align:center; font-size:0; line-height:0; color:#000; }
.ec-base-paginate a { display:inline-block; padding:9px 5px; margin:0 3px; font-size:11px; color:#686868; line-height:14px; text-decoration:none; }
.ec-base-paginate a:hover { text-decoration:none; color:#000; }
.ec-base-paginate .prev,
.ec-base-paginate .next,
.ec-base-paginate .first,
.ec-base-paginate .last { padding:8px 4px; font-weight:bold; color:#959595; font-size:11px; }
.ec-base-paginate ol { display:inline-block; margin:0 20px; font-size:0; line-height:0; vertical-align:top; *display:inline; *zoom:1; *margin:0; }
.ec-base-paginate li { display:inline-block; margin:0 3px; font-size:12px; color:#686868; vertical-align:top; *display:inline; *zoom:1; }
.ec-base-paginate li:first-child { margin-left:0; }
.ec-base-paginate img { vertical-align:top; }
.ec-base-paginate li a { display:inline-block; padding:8px 6px; font-size:12px; color:#686868; line-height:14px; }
.ec-base-paginate li a:hover { text-decoration:none; color:#000; }
.ec-base-paginate a.this { font-weight:bold; padding-bottom:7px; border-bottom:1px solid #000; color:#000; }
.ec-base-paginate a.nolink { cursor:default; color:#000; }

/* typeSub */
.ec-base-paginate.typeSub ol { margin:0 15px; vertical-align:middle; color:#000; }
.ec-base-paginate.typeSub li { font-size:11px; border:0; }
.ec-base-paginate.typeSub img { vertical-align:middle; }
.ec-base-paginate.typeSub li a { padding:0 6px 9px; }
.ec-base-paginate.typeSub li a.this { color:#000; padding-bottom:8px; }
.ec-base-paginate.typeSub .first { margin-right:3px; }
.ec-base-paginate.typeSub .last { margin-left:3px; }


/* ************************************************************************************ by suhonstudio ************************************************************************************ */


/* 공통 */
.ec-base-button { padding:10px 0; text-align:center; }
.ec-base-button.justify { position:relative; }
.ec-base-button:after { display:block; content:""; clear:both; }
.ec-base-button .gLeft { float:left; text-align:left; }
.ec-base-button .gRight { float:right; text-align:right; }
.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; }
/* type */
.ec-base-button.typeBorder { margin-top:-1px; padding:10px 0px; border:0px solid #d7d5d5; }
.ec-base-button.typeBG { padding:10px 0px; border:0px solid #d7d5d5; background:; }

/* txtBtn */
.txtBtn a { display:inline-block; padding:0 20px; min-width:110px; height:29px; line-height:29px; font-size:11px; letter-spacing:0.1em; text-align:center; color:#000; text-transform:uppercase; border:1px solid #d2d2d2; text-decoration:none; background:#fff; }
.txtBtn.btnKor a,
.txtBtn .btnKor,
.txtBtn a.mini.btnKor,
.txtBtn.btnKor a.mini { font-size:11px; }
.txtBtn a.mini { font-size:11px; }
.txtBtn a.big { min-width:180px; padding:0 10px; height:33px; line-height:31px; font-size:12px; }
.txtBtn a.small { min-width:96px; padding:0 5px; height:27px; line-height:27px; font-size:11px; }
.txtBtn a.mini { min-width:50px; padding:0 5px; height:21px; line-height:21px; font-size:11px; letter-spacing:0; }
.txtBtn a.gray { background:#bababa; border-color:#bababa; color:#fff; }
.txtBtn a.black { background:#000; border-color:#000; color:#fff; }


/* ************************************************************************************ by suhonstudio ************************************************************************************ */


