@import url(//fonts.googleapis.com/css?family=Montserrat:400,500,600,700);
@import url(//fonts.googleapis.com/earlyaccess/nanumpenscript.css);
@import url(//fonts.googleapis.com/css?family=Lato:400,900,700,300,100);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,600,700,800,300);
@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);
@import url(//fonts.googleapis.com/css?family=Noto+Sans:400,700);
/* font-family: 'Noto Sans KR'; */ 
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 100; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) format('woff2'), 
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) format('woff'), 
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf) format('opentype'); 
} 
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 300; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format('woff2'), 
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format('woff'), 
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format('opentype'); 
} 
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 400; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype'); 
 } 
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 500; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format('opentype'); 
 } 
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 700; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format('woff2'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format('woff'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format('opentype'); 
 } 
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 900; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2) format('woff2'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff) format('woff'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf) format('opentype'); 
 } 
/***  ***/
.ff_nanum, .ff_nanum a, .ff_nanum a:hover {font-family: 'Nanum Gothic';}
.ff_nanumB, .ff_nanumB a, .ff_nanumB a:hover {font-family: 'Nanum GothicB';}
.ff_nanumEB, .ff_nanumEB a, .ff_nanumEB a:hover {font-family: 'Nanum GothicEB';}
.ff_open, .ff_open a, .ff_open a:hover {font-family: 'Open Sans';}
.ff_notoKr, .ff_notoKr:hover, .ff_notoKr a, .ff_notoKr a:hover {font-family: 'Noto Sans KR';}
.ff_noto, .ff_noto a, .ff_noto a:hover {font-family: 'Noto Sans';}
.ff_mont {font-family: 'Montserrat';}
.ff_lato {font-family: 'Lato', sans-serif;} 
.ff_nanum_s {font-family: 'Nanum Pen Script', cursive;}
.ff_mont {font-family: 'Montserrat', sans-serif;}

/* COMMON */
.fl {float:left;}
.fr {float:right;}

/*
========================================================================
RESET
========================================================================
*/
/* global rest */
html, body {
    height: 100%;
    line-height:1.4;
}
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;
    color: #777;
    font-family: 'Noto Sans KR', 'Nanum Gothic', 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: unset;
}
select {
    line-height: 18px;
    height: 18px;
}
input:focus {
    outline: none;
}
table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: auto;
    word-wrap: break-word;
    word-break: keep-all;
}
input, select {
    outline:none;'Noto Sans KR', 'Nanum Gothic', Dotum, AppleGothic, Helvetica, sans-serif;
    font-family:Malgun Gothic,'맑은 고딕',Helvetica,AppleGothic,dotum,'돋음',sans-serif;
    color:#848684;
}
#wrap {min-width: 1100px;}
/*
========================================================================
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: 20px; margin-bottom :40px; border-bottom: 1px solid #b7b7b7; }
.table-cart thead th { padding: 7px 0 6px; background-color: #ededed; }
.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: 3px 0 3px; padding: 10px;}
.table-cart tbody td .thumb { width: 50px; height: 50px; margin-left: auto; margin-right: auto; font-siez: 0; line-height: 0; border: 2px solid #f6f6f6; }
.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; padding:10px; height: 40px;}
.table-cart tfoot td { padding: 10px 0; font-weight: bold; }
.table-cart tfoot strong { color: #be101a; }
/*  */
.table-cart .opt-spin { position: relative; width: 50px; height: 20px; margin-left: 10px; margin-right: auto; padding-bottom: 7px; }
.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: 0px; padding-top: 1px; border: 1px solid #acacac; font-size: 11px; text-align: right; }
.table-cart .opt-spin .btns { width: 12px; height: 20px; margin-top: 3px; padding-left:5px;}
.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; }
/*  */
.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; }
/* */
.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; padding: 0 7px; color: #999; cursor: pointer; }
.paging li a:hover,
.paging li.now a { font-weight: bold; letter-spacing: -1px; }
.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; }
/* */
/* */
#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; }
/*  */
#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-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; }
/* */
.total-page { zoom: 1; overflow: hidden; }
.total-page .total { float: left; width: auto; }
.total-page .page { float: right; width: auto;}
/*  */
/*  */
.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;
}
/*  */
.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:900px; margin-left: auto; margin-right: auto; }
#contentWrapper { position: relative;padding-top:17px; }
#contentWrap:after { content: ""; display: block; clear: both; }
#aside,
#content { position: relative; float: left; }
#content { width: 703px; }

/* */
#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; margin-top:10px;}
.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-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%; float:rignt; }
/* */
.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; }

/* style_code layout */
#contentWrap { zoom: 1; overflow: hidden; width: 1100px; }
#content { width: 885px;}

/* style_code common class */
.line-hd { border-bottom: 1px solid #bbb; }
.item-hd { position: relative; width: 100%; margin-top: 30px; padding-bottom: 5px; }
.item-hd .tit { zoom: 1; overflow: hidden; }
.item-hd .tit dt,
.item-hd .tit dd { float: left; }
.item-hd .tit dt { padding-left: 40px; background: url(/images/d3/style_code/common/bul_hd_h10.gif) no-repeat 0 45%; }
.item-hd .tit dd { padding: 10px 0 0 10px; color: #b8b8b8; font-size: 11px; font-weight: bold; }
.item-hd .odr { position: absolute; top: 5px; right: -10px; width: 210px; }
.item-hd .odr ul { zoom: 1; overflow: hidden; }
.item-hd .odr li { float: left; margin-right: 10px; }
.item-hd .odr li a { color: #777; font-size: 11px; line-height: 1.5; }
.item-hd .btn { position: absolute; top: -5px; right: 0; width: 186px; text-align: right; }
.item-list { zoom: 1; overflow: hidden; padding: 0 10px 20px; }
.item-list:after { content: ""; clear: both; display: block; }
.item-list .item { float: left; width: 260px; margin-top: 10px; text-align: center; }
.item-list .item .thumb { margin: 0 auto 20px; width: 240px; height: 300px; }
.item-list .item .thumb img { width: 100%; height: 100%; }
.item-list .item .info { width: 240px; margin: 0 auto; }
.item-list .item .info li { margin-bottom: 5px; color: #7b7b7b;}
.item-list .item .info .price { display: inline-block; padding-left: 4px; color: #94b09f; font-weight: bold; }
.item-page { margin: 60px 0; text-align: center; }
.item-page a { padding: 0 4px; color: #666; }
.item-page a:hover,
.item-page a.now { font-weight: bold; letter-spacing: -1px; }
.item-none { margin: 20px 0; text-align: center; }



/* CUSTOM NAVIGATION */
.navi {
	text-align: right; 
	height:20px;
	line-height:20px;
	padding:30px 0 9px;
	font-size:0;
	border-bottom:solid 2px #333;
}
.navi h2 {
	position:absolute;
	top:30px;
	left:0;
	font-size:18px;
	line-height:19px;
	font-weight:500;
	color:#333;
}
.navi a {
	color:#666;
	font-size:12px;
	background:url(/design/jasonmd/da_image/locate_arr.png) no-repeat center left;
	padding-left:18px;
	margin-left:10px;
	display:inline-block;
	vertical-align:middle;
	line-height:20px;
	height:20px;
}
.navi a:first-child {
	display:inline-block;*display:inline;_display:inline;zoom:1;
	width:9px;
	height:9px;
	text-indent:9999px;
	background:url(/design/jasonmd/da_image/locate_home.png) no-repeat #229da4;
	padding:0;
}

#listTop .navi,
#productDetail .navi {
	border-bottom:0;
	position: relative;
    padding-top:30px;
}

.w1100 {
    width:1100px;
    margin:0 auto;
}



/* margin padding */
.mt_6 {margin-top:6px !important;}
.mt_7 {margin-top:7px !important;}
.mt_20 {margin-top:20px !important;}
.mt_30 {margin-top:30px !important;}
.ml_5 {margin-left:5px !important;}
.mr_5 {margin-right:5px !important;}
.mt_100 {margin-top:100px !important;}

.pt_10 {padding-bottom:10px !important;}
.pt_20 {padding-bottom:20px !important;}
.pr_20 {padding-right:20px !important;}
.pb_3 {padding-bottom:3px !important;}
.pb_20 {padding-bottom:20px !important;}
.pl_0 {padding-left:0px !important;}
.pl_20 {padding-left:20px !important;}



/* PAGER */
.paging {
	text-align: center;
    padding-top : 20px;
    margin-top:50px;
    background-color: #f5f5f5;
    border: solid 1px #d3d3d3;
}
.paging a {
	display:inline-block;*display:inline;_display:inline;zoom:1;
	width:35px;
	height:33px;
	line-height:33px;
	color:#666;
	background-color:#f5f5f5;
	border-left:0;
	font-size:12px;
	letter-spacing:-0.010em;
	border-right:solid 1px #d3d3d3;
    margin-top:-17px;
}

.paging a:hover,
.paging a.now {
	background-color:#4c4c4c;
	color:#fff;
}
.paging a.next {
	text-indent:-9999px;
	background:url(/design/jasonmd/da_image/pager_next.gif) no-repeat center #f5f5f5;
}
.paging a.prev {
	text-indent:-9999px;
	background:url(http://d4-0550.d4.makeshop.co.kr/design/d4-0550/2016img/pager_prev.gif) no-repeat center #f5f5f5;
}
.paging a.last {
	text-indent:-9999px;
	background:url(/design/jasonmd/da_image/pager_last.gif) no-repeat center #f5f5f5;
}
.paging a.first {
	text-indent:-9999px;
	background:url(/design/jasonmd/da_image/pager_first.gif) no-repeat center #f5f5f5;
}
.item-none { margin: 20px 0; text-align: center; }





/* PRODUCT TYPE B */
.prd_type_b {
	margin-top:46px;
}
.prd_type_b .prd_tit {
	margin-bottom:36px;
}
.prd_type_b .item-list {
	margin-left:-15px;
    overflow:visible;
}
.prd_type_b .item-list .item {
    position:relative;
    top:0;
	width:208px;
    float:left;
	margin-left:15px;
	margin-bottom:40px;
    transition:all .3s ease 0s;
}
.prd_type_b .item-list .item:hover {
    top:-5px;
}
.prd_type_b .item-list .item .thumb {
	width:208px;
	height:auto;
	margin:0;
	padding-bottom:13px;
}
.prd_type_b .item-list .item .thumb img {
	width:208px;
}
.prd_type_b .item-list .item .info {
	width:100%;
}
.prd_type_b .item-list .item .info li {
	text-align:left;
}

.prd_type_b .item-list .item .info li.name {
	color:#333;
	font-size:13px;
	letter-spacing:-0.050em;
	padding-bottom:9px;
	border-bottom:solid 1px #ccc;
    text-overflow:ellipsis; 
    overflow:hidden;
    height: 3.6em; 
}
.prd_type_b .item-list .item .info li.subname {
	padding:7px 0 1px;
    margin:0;
	color:#aaa;
    text-overflow:ellipsis; 
    overflow:hidden;
    height: 3.6em; 
	font-weight:400;
	line-height:15px;
}
.prd_type_b .item-list .item .info li .price {
	padding:0;
	color:#f00000;
	font-size:13px;
	letter-spacing:-0.020em;
	font-weight:400;
	margin-bottom:6px;
}
.prd_type_b .item-list .item .info li .price em {
	color:#f00000;
	font-size:16px;
	font-weight:600;
}
.prd_type_b .item-list .item .info li del {
	margin-right:11px;
	text-decoration:line-through;
	
}
.prd_type_b .item-list .item .info li img {
	margin-right:5px;
}


/* CUSTOM HEADER */
#header {position:relative;width:100%;z-index:3000;margin-bottom:17px;}
/* GNB */
#header #hd_gnb {width:100%;height:35px;line-height:35px;background-color:#efefef;}
#header #hd_gnb dl {width:1100px;margin:0 auto;text-align:right;font-size:0;}
#header #hd_gnb dl a {font-size:12px;color:#666;letter-spacing:-0.030em;}
#header #hd_gnb dl dt {width:65px;display:inline-block;*display:inline;_display:inline;float:left;text-align:left;}
#header #hd_gnb dl dt a {color:#505050;}
#header #hd_gnb dl dd {display:inline-block;*display:inline;_display:inline;padding-left:14px;margin-left:10px;background:url(/design/jasonmd/da_image/gnb_line.gif) no-repeat center left;background-size:1px 10px;}
#header #hd_gnb dl dd em {color:#505050;}
#header #hd_gnb dl dt + dd {background:none;}
/* LNB */
#header #hd_lnb {}
#header #hd_lnb .hd_lnb_inner {position:relative;width:1100px;margin:0 auto;}
#header #hd_lnb h1.hd_logo {position:absolute;top:7px;left:0;}
#header #hd_lnb #hd_lnb_nav {position:relative;height:47px;background-color:#229da4;border-bottom:solid 3px #2590c8;}
#header #hd_lnb #hd_lnb_nav #hd_lnb_drop_menu {position:absolute;top:0;left:0;z-index:100;}
#header #hd_lnb #hd_lnb_nav #hd_lnb_drop_menu a.hd_menu {display:block;width:55px;height:50px;background:url(/design/jasonmd/da_image/btn_lnb_drop.gif) no-repeat;text-indent:-9999px;}
#header #hd_lnb #hd_lnb_nav ul {position:absolute;top:0;left:3%;width:100%;height:47px;margin:0 auto;padding-right:40px;}
#header #hd_lnb #hd_lnb_nav li {height:47px;line-height:44px;text-align:center;padding:0 65px; float:left;}
#header #hd_lnb #hd_lnb_nav li:first-child {background:none;}
#header #hd_lnb #hd_lnb_nav li:nth-of-type(11) {padding-right:0;}
#header #hd_lnb #hd_lnb_nav li:nth-of-type(n+11) + li {display:none;}

#header #hd_lnb #hd_lnb_nav li:last-child{padding-left:22px;padding-right:0px;}

#header #hd_lnb #hd_lnb_nav li a {font-size:18px;letter-spacing:-0.050em;color:#fff;font-weight:500;vertical-align:middle;}
#header #hd_lnb #hd_lnb_nav li a:hover {color:#515462;}
#header #hd_lnb #hd_lnb_opt_link {position:absolute;top:47px;right:0;overflow:hidden;}
#header #hd_lnb #hd_lnb_opt_link li {margin-left:20px;float:left;}
#header #hd_lnb #hd_lnb_opt_link li a {font-size:14px;color:#333;font-family: 'Montserrat', sans-serif;letter-spacing:-0.050em;vertical-align:middle;font-weight: 600;}
#header #hd_lnb #hd_lnb_opt_link li.hd_icon_best {padding-left:24px;background:url(/design/jasonmd/da_image/opt_icon_01.gif) no-repeat left center;}
#header #hd_lnb #hd_lnb_opt_link li.hd_icon_new {padding-left:22px;margin-left:16px;background:url(/design/jasonmd/da_image/opt_icon_02.gif) no-repeat left center;}
#header #hd_lnb #hd_lnb_opt_link li.hd_icon_event {padding-left:19px;background:url(/design/jasonmd/da_image/opt_icon_03.gif) no-repeat left center;}
#header #hd_lnb #hd_lnb_opt_link li.hd_icon_review {padding-left:23px;background:url(/design/jasonmd/da_image/opt_icon_04.gif) no-repeat left center;}

/* SEARCH */
.hd_sch {width:349px;margin:0 auto;padding:33px 0 35px;}
.hd_sch input.MS_search_word {width:300px;height:39px;line-height:39px;border:solid 3px #229da4;border-right:0;padding:0;margin:0;text-indent:1em;font-size:12px;float:left;}
.hd_sch fieldset a {float:left;}


/*rignt 샘플신청 탭 메뉴 */
.hd_right1 {float: right; width: 133px; position:absolute; top: 42px; right: 230px; vertical-align: middle;}
.hd_right2 {float: right; width: 133px; position:absolute; top: 42px; right: 80px; vertical-align: middle;}
.hd_right3 {float: right; width: 133px; position:absolute; top: 33px; right: 230px; vertical-align: middle;}
.hd_right4 {float: right; width: 133px; position:absolute; top: 33px; right: 135px; vertical-align: middle;}


/* DROP DOWN MENU */
.hd_drop_down_wrap {display:none;position:absolute !important;top:49px;left:0;width:100%;background-color:#fff;border-bottom:solid 2px #229da4;z-index:9000;}
.hd_drop_down_wrap .hd_btn_close {position:absolute;bottom:-45px;;left:50%;margin-left:-114px;width:229px;height:43px;line-height:39px;text-align:left;text-indent:103px;color:#fff;font-size:22px;font-weight:bold;font-family: 'Lato', sans-serif;background:url(/design/jasonmd/da_image/drop_btn_close.png) no-repeat;background-position:75px 50%;background-color:#229da4;}
.hd_drop_down_wrap .hd_lnb_inner:first-child {padding-top:19px;}
.hd_drop_down_wrap .hd_lnb_inner {width:1100px !important;background:url(/design/jasonmd/da_image/drop_down_line.gif);background-position:-14px 0px;overflow:hidden;}
.hd_drop_down_wrap .hd_drop_list{overflow:hidden;}
.hd_drop_down_wrap dl {width:196px;padding-bottom:34px;margin-left:15px;padding-left:14px;border-left:solid 1px #d3d3d3;float:left;}
.hd_drop_down_wrap dl:first-child {margin-left:0;padding-left:0;border-left:0;}
.hd_drop_down_wrap dl.hd_h_fix {height:auto;}
.hd_drop_down_wrap dl dt {margin:0px;padding:0 0 13px 0;}
.hd_drop_down_wrap dl dd {margin:0 20px;text-align:left;}
.hd_drop_down_wrap dl:first-child dd {margin:0;}
.hd_drop_down_wrap dl dd a {font-size:12px;color:#666;line-height:23px;}
.hd_drop_down_wrap dl dt a {display:block;height:36px;line-height:36px;text-align:center;background-color:#f5f5f5;border:solid 2px #f5f5f5;color:#333;font-size:13px;}
.hd_drop_down_wrap dl:hover dt a {background-color:#229da4;border:solid 2px #229da4;color:#fff;}
.hd_drop_down_wrap dl dd:hover a {color:#229da4;}

/* ACTION BANNER */
.hd_act_bnr_wrap {position:fixed;left:20px;bottom:20px;z-index:1000;display:none;}
.hd_act_bnr_wrap .hd_act_layer {display:none;position:absolute;top:-210px;;left:151px;width:372px;}
.hd_act_bnr_wrap .hd_act_layer .hd_act_layer_top {width:372px;height:14px;background:url(/design/jasonmdn/da_image/act_bg_top.png) no-repeat;}
.hd_act_bnr_wrap .hd_act_layer .hd_act_layer_bottom {width:372px;height:14px;background:url(/design/jasonmd/da_image/act_bg_bot.png) no-repeat;}
.hd_act_bnr_wrap .hd_act_layer .hd_act_layer_cont {width:372px;padding-bottom:10px;background:url(/design/jasonmd/da_image/act_bg_line.png) repeat-y;}
.hd_act_bnr_wrap .hd_act_layer .hd_act_layer_cont h2 {position:absolute;top:-140px;left:0;width:100%;text-align:center;}
.hd_act_bnr_wrap .hd_act_layer .hd_act_layer_cont h3 {font-size:30px;color:#333;letter-spacing:-0.050em;text-align:center;padding:100px 0 10px;}
.hd_act_bnr_wrap .hd_act_layer .hd_act_layer_cont h3 em {color:#e24950;font-weight:500;}
.hd_act_bnr_wrap .hd_act_layer .hd_act_layer_cont p {text-align:center;font-size:13px;line-height:17px;color:#666;letter-spacing:-0.050em;width:320px;margin:0 auto;}
.hd_act_bnr_wrap .hd_act_layer .hd_act_layer_cont a.hd_buy {display:block;border:solid 2px #444;width:126px;height:36px;line-height:36px;margin:0 auto;color:#333;font-size:12px;letter-spacing:-0.050em;font-weight:500;background:url(/design/jasonmd/da_image/act_bg_arr.png) no-repeat;background-position:93px 15px;text-indent:20px;margin-top:20px;text-align:left;}
.hd_act_bnr_wrap .hd_act_layer .hd_act_layer_cont a.hd_close {position:absolute;top:25px;right:25px;width:29px;height:28px;background:url(/design/jasonmd/da_image/act_bg_close.png) no-repeat;}

/* QUICK MENU */
#hd_aside_quick {position:fixed;top:0;right:-50px;z-index:9000;background-color:#fff;width:108px;height:100%;border-left:solid 1px #ccc;}
#hd_aside_quick.hd_open {right:0px;}
#hd_aside_quick ul {position:relative;top:20%;border-bottom:solid 1px #ccc;}
#hd_aside_quick ul li {position:relative;border-top:solid 1px #ccc;height:58px;line-height:58px;text-indent:50px;text-align:left;}
#hd_aside_quick ul li a {display:block;height:100%;color:#444;font-size:12px;letter-spacing:-0.030em;}
#hd_aside_quick ul li a em {position:absolute;top:28px;left:24px;width:18px;height:18px;line-height:18px;display:block;text-indent:0;font-size:11px;color:#fff;letter-spacing:-0.050em;font-weight:600;text-align:center;}
#hd_aside_quick ul li.hd_cart {background:url(/design/jasonmd/da_image/quick_cart.gif) no-repeat;background-position:14px 50%;}
#hd_aside_quick ul li.hd_coupon {background:url(/design/jasonmd/da_image/quick_coupon.gif) no-repeat;background-position:18px 65%;}
#hd_aside_quick ul li.hd_today {background:url(/design/jasonmd/da_image/quick_today.gif) no-repeat;background-position:20px 65%;}
#hd_aside_quick ul li.talk {background: url(/design/jasonmd/10587/es_php/m/main/35.gif) no-repeat; background-position: 15px 65%;background-size: 25%; background-position-y: 15px;}
#hd_aside_quick .hd_quick_btn {position:absolute;top:50%;margin-top:-24px;left:-23px;width:22px;height:48px;border:solid 1px #ccc;border-right:0;background-color:#fff;background:url(/design/jasonmd/da_image/quick_open.gif) no-repeat center;background-color:#fff;}
#hd_aside_quick.hd_open .hd_quick_btn {background:url(/design/jasonmd/da_image/quick_close.gif) no-repeat center;background-color:#fff;}
#hd_aside_quick .hd_quick_top {position:absolute;bottom:0;left:0;width:58px;height:60px;background:url(/design/jasonmd/da_image/quick_btn_top.png) no-repeat center;background-color:#229da4;text-indent:-9999px;}
#hd_aside_quick.hd_open .hd_quick_top {width:100%;height:40px;line-height:40px;font-size:15px;color:#fff;font-weight:bold;text-indent:50px;background:url(/design/jasonmd/da_image/quick_top_open.png) no-repeat;background-position:22px 50%;background-color:#229da4;text-align:left;}
#hd_aside_quick ul li a > span {display:none;}
#hd_aside_quick.hd_open ul li a > span {display:block;line-height:59px;}

/* FOOTER */
#footer {border-top:solid 1px #ccc;margin-top:78px; width:100%;}
.ft_inner {width:1100px; margin:0 auto;}
.ft_top {overflow:hidden;}
.ft_top > div {height: 190px; padding: 33px 29px;border-left:solid 1px #ccc; float:left; box-sizing: border-box;}
.ft_top > div h2 {font-size:18px; color:#333;letter-spacing:-0.050em; margin:0px 0 20px; font-weight:400;}
.ft_info,
.ft_bank {width:290px;}
.ft_top div dl {position:relative; margin-bottom:25px;}
.ft_top div dl dt {font-size:18px;line-height: 1;color:#333; letter-spacing:-0.050em; font-weight: 500;}
.ft_top div dl dd {}
.ft_top div dl dd p.tit {font-size:26px;line-height: 1;letter-spacing:-0.060em;margin: 20px 0 14px;font-weight: 600;color:#333;font-family: 'Montserrat','Noto Sans KR', sans-serif;}
.ft_top div dl dd p.tel {color:#000;}
.ft_top div dl dd p.cont {width: 100%;line-height: 15px;overflow:hidden;}
.ft_top div dl dd p.cont strong {display:block;font-size:15px;line-height:1;font-weight: 500;color:#333;margin-top:2px;margin-bottom:14px;}
.ft_top div dl dd p.cont em {display:block;color:#333;font-size:12px;line-height: 17px;width: 34px;font-weight: 600;float:left;font-family: 'Montserrat','Noto Sans KR', sans-serif;}
.ft_top div dl dd p.cont span {display:block;width: calc(100% - 34px);color:#666;font-size:12px;line-height: 17px;float:left;font-weight:300;}
.ft_top div.ft_bank dl dd p.cont em {width: 42px;}
.ft_top div.ft_bank dl dd p.cont span {display:block;width: calc(100% - 42px);}
.ft_bnr_wrap {width:335px;}
.ft_bnr_wrap img {border:solid 1px #ccc;}
.ft_link_wrap {border-right:solid 1px #ccc;width: 520px;}
.ft_link_wrap ul {width: 100%;border:solid 1px #ccc;border-left:0;border-top:0;overflow:hidden;}
.ft_link_wrap li {width: 33.3%;height:42px;line-height:42px;text-align:left;text-indent:60px;border-left:solid 1px #ccc;border-top:solid 1px #ccc;float:left;box-sizing: border-box;}
.ft_link_wrap li a {display:block;height:42px;line-height:42px;color:#666;font-size:12px;letter-spacing:-0.050em;}
.ft_link_wrap li.ft_icon_01 {background:url(/design/jasonmd/da_image/foot_icon_01.gif) no-repeat;background-position:22px 50%;}
.ft_link_wrap li.ft_icon_02 {background:url(/design/jasonmd/da_image/foot_icon_02.gif) no-repeat;background-position:25px 50%;}
.ft_link_wrap li.ft_icon_03 {background:url(/design/jasonmd/da_image/foot_icon_03.gif) no-repeat;background-position:22px 50%;}
.ft_link_wrap li.ft_icon_04 {background:url(/design/jasonmd/da_image/foot_icon_04.gif) no-repeat;background-position:23px 50%;}
.ft_link_wrap li.ft_icon_05 {background:url(/design/jasonmd/da_image/foot_icon_05.gif) no-repeat;background-position:22px 50%;}
.ft_link_wrap li.ft_icon_06 {background:url(/design/jasonmd/da_image/foot_icon_06.gif) no-repeat;background-position:25px 50%;}
/* FOOT NAV */
.ft_nav {width:100%;border-top:solid 1px #ccc;border-bottom: solid 2px #229da4;}
.ft_nav ul {overflow:hidden;}
.ft_nav ul li {margin-left:19px;padding-left:19px;float:left;background:url(/design/jasonmd/da_image/foot_nav_line.gif) no-repeat center left;background-size:1px 10px;}
.ft_nav ul li.point a {color:#f6b700;}
.ft_nav ul li a {display:block;height:44px;line-height:44px;color:#444;font-size:13px;letter-spacing:-0.050em;}
.ft_nav ul li a strong {font-weight:400;color:#000;}
.ft_nav ul li:first-child {margin-left:0px;padding-left:0px;background:none;}
/* ADDRESS */
.address {position:relative;background-color:#fafafa;}
.address > div {position:relative;height:142px;}
.address h1 {position:absolute;top:40px;left:0;}
.address .dot {position:relative;top:0px;display:inline-block;*display:inline;_display:inline;background:url(/design/jasonmd/da_image/address_line.gif) no-repeat left center;background-size:1px 10px;width:1px;height:10px;margin:0 7px;}
.address address {padding: 31px 0 0 180px;line-height:22px;color:#666;}
.address address a {vertical-align:top;}
.address p.copy {padding: 0px 0 0 0px;color:#888;}

.ft_opt_msg {background-color:#444;height:45px;line-height:45px;}
.ft_opt_msg p {width:1100px;margin:0 auto;color:#fff;font-size:12px;}
.ft_opt_msg p span {-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; /* IE 8 */filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40); /* IE 7 and olders */opacity: .4; margin-left:25px;}



/* CUSTOM MAIN */
.main {width:100% !important;}
/* MAIN TOP */
.main_sec_main_top {position:relative;width:1100px;height:auto;margin: 0 auto 33px;}
.main_slide {width:1100px;border:solid 1px #ccc;border-bottom:0;float:left;box-sizing: border-box;}
.main_slide .bx-viewport {font-size:0;}
.main_slide ul li a {font-size:0;}
.main_slide #bx-pager {border-top:solid 1px #ccc; width: 100%; display:flex;}
.main_slide #bx-pager a {display:block;width: 50%;height:48px;line-height:48px;text-align:center;float:left;border-bottom:solid 1px #ccc;font-size:13px;color:#666;letter-spacing:-0.050em;}
.main_slide #bx-pager a span {display:block;background:url(/design/jasonmd/da_image/slide_line.gif) no-repeat center left;background-size:1px 14px;}
.main_slide #bx-pager a:first-child span {background:none;}
.main_slide #bx-pager a.active {height:46px;line-height:48px;border-bottom:solid 3px #229da4;background:url(/design/jasonmd/da_image/main_bnr_bul.gif) no-repeat center bottom;color:#222;}

/* PRODUCT SLIDE */
.main_prd_slide {position:relative;width:264px;height:318px;background-color: #c1c1c1;border:solid 1px #ccc;margin:0 0 12px 12px;float:left;}
.main_prd_slide h2 {position:absolute;top:20px;width:100%;z-index:50;text-align:center;font-size:20px;color:#fff;letter-spacing:-0.050em;}
.main_prd_slide .bx-viewport {height:100% !important;}
.main_prd_slide ul.prd_type_b {margin-top:66px;}
.main_prd_slide ul li {}
.main_prd_slide ul li dt {width: 165px;height: 165px;margin:0 auto;border-radius:100%;background: #fff;overflow: hidden;position: relative;z-index: 1;}
.main_prd_slide ul li dt img {width: calc(100% - 20px);margin: 0 auto;text-align: center;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}
.main_prd_slide ul li dd {text-align:center;margin-top:20px;}
.main_prd_slide ul li dd .name {font-size: 12px;line-height: 1.5;font-weight: 400;color: #fff;}
.main_prd_slide ul li dd .price {font-size:14px;line-height:1.5;font-weight:400;color:#fff;}
.main_prd_slide ul li dd .price em {font-size:18px;font-weight:600;color:#fff;padding-top:9px;}
.main_prd_slide .bx-controls-direction a {position: absolute;width: 14px;height: 21px;top: 43%;text-indent:-9999px;}
.main_prd_slide .bx-controls-direction a.bx-prev {left:0;background:url(/design/jasonmd/da_image/prd_slide_prev.png) no-repeat;background-size:14px 21px !important;left:14px !important;}
.main_prd_slide .bx-controls-direction a.bx-next {right:0;background:url(/design/jasonmd/da_image/prd_slide_next.png) no-repeat;background-size:14px 21px !important;right:14px !important;}
.swiper-button-prev,
.swiper-button-next {width:14px !important;height:21px;text-indent:-9999px;margin-top:-22px !important;}
.swiper-button-prev {background:url(/design/jasonmd/da_image/prd_slide_prev.png) no-repeat;background-size:14px 21px !important;left:14px !important;}
.swiper-button-next {background:url(/design/jasonmd/da_image/prd_slide_next.png) no-repeat;background-size:14px 21px !important;right:14px !important;}
.main_opt_bner {width:264px;height:146px;margin:0 0 0px 12px;border:solid 1px #ccc;float:left;font-size: 0;}
.main_opt_bner a {font-size:0;}

/* CUSTOM PRODUCT LIST */
.prd_list .item-list {padding:0;}
.prd_list .prd_tit {position:relative; margin-bottom:19px;}
.prd_list .prd_tit span {display:block;text-align:center;font-size:32px;line-height:36px;color:#333;letter-spacing:-0.040em;font-family: 'Montserrat', sans-serif;background:url(/design/jasonmdn/da_image/prd_tit_a.png) no-repeat 0 12px;font-weight:600;}
.prd_list .prd_tit span em {display:inline-block;*display:inline;_display:inline;padding:0 30px;background-color:#fff;font-weight: 600;}
.prd_list .prd_tit a {display:block;width:68px;height:16px;position:absolute;top:12px;right:0px;text-align:center;line-height:16px;font-size:13px;color:#333;letter-spacing:-0.030em;}
/* PRODUCT TYPE A */
.prd_type_a {background:url(/design/jasonmd/da_image/main_spr_bg.gif);padding:31px 0 35px;float:left; position:relative; top:20px;}
.prd_type_a .item-list {margin-left:0px;*zoom:1;}
.prd_type_a .item-list:after {clear:both;content:"";display:block;text-overflow:ellipsis; overflow:hidden;}
.prd_type_a .item-list .item {position:relative;width:264px;height: 357px;border:solid 1px #d3d3d3;background-color:#fff;margin-left:12px;float:left;}
.prd_type_a .item-list .item:first-child {margin-left:0px;  }
.prd_type_a .item-list .item .thumb {width:216px;height: 212px;margin:24px 24px 12px;border: 1px solid #E9E9E9;position: relative;overflow: hidden;}
.prd_type_a .item-list .item .thumb img {display:block;width: 100%;height: auto;margin:0 auto;position: absolute;left:50%;top:50%;transform:translate(-50%, -50%);}
.prd_type_a .item-list .item .info {width:auto;text-align:left;}
.prd_type_a .item-list .item .info li {width:200px;line-height:16px;padding:0 0 9px 0;margin:0 24px;color: #888;font-size:13px;height: 25px;font-weight:500;overflow:-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.prd_type_a .item-list .item .info li .price {color:#333;font-size:13px;padding:0;margin-top:5px;}
.prd_type_a .item-list .item .info li .price em {font-size:16px;}
.prd_type_a .item-list .item .info li del {color:#888;font-size:13px;font-weight:400;margin-right:8px;}
.prd_type_a .item-list .item .info li.icon {position:absolute;bottom:0;left:0;width:218px;height:38px;line-height:38px;border-top:solid 1px #d3d3d3;margin:0;margin-top:15px;padding:0 26px 0 20px;}
.prd_type_a .item-list .item .info li.icon .MK-product-icons img {vertical-align:top;margin-right:7px;margin-top:12px;}
.prd_type_a .item-list .item .info li.icon .btn-overlay-show {position:absolute;top:12px;right:25px;}
.prd_type_a .item-list .item .info li.icon .btn-overlay-show img {width:16px;height:15px;}
.prd_type_a .item-list .item:hover,
.prd_type_a .item-list .item:hover .info li.icon {border-color:#ffcc66;}

/* PRODUCT TAP ITEM */
.prd_tap_list {padding:44px 0 50px;}
.prd_tap_list .prd_tit {margin-bottom:23px;}
.cate_nav {overflow:hidden;height:52px;margin:18px 0 12px;}
.cate_nav dd {width:157px;text-align:center;float:left;font-size:14px;letter-spacing:-0.050em;color:#555;cursor:pointer;background:url(/design/jasonmd/da_image/tap_line.gif) no-repeat;background-position:2px 15px;background-size:1px 14px;}
.cate_nav dd > div {padding:2px;height:36px;line-height:34px;}
.cate_nav dd:hover,
.cate_nav dd.tap {background:none;}
.cate_nav dd:hover > div,
.cate_nav dd.tap > div {border:solid 2px #ffcc66;height:36px;line-height:35px;padding:0;}
.cate_nav dd:hover + dd,
.cate_nav dd.tap + dd {background:none;}
.cate_nav dd:hover span,
.cate_nav dd.tap span {display:block;background:url(/design/jasonmd/da_image/main_cate_arr.gif) no-repeat center bottom;padding-bottom:13px;color:#ffcc66;}
.cate_nav dt + dd {background:none;}
.prd_tap_item {border:solid 1px #ccc;overflow:hidden;}
.prd_tap_item ul { position:relative;padding:20px 20px 18px;margin-top:0px;}
.prd_tap_item ul.fl {border-right:solid 1px #ccc;}
.prd_tap_item ul.fr {border-left:solid 1px #ccc;padding-left:19px;}
.prd_tap_item ul li {position:relative;width:226px;height:210px;margin-top:20px;overflow:hidden;text-align:center;}
.prd_tap_item ul li.top {position:absolute;top:2px;left:286px;width:529px;height:440px;}
.prd_tap_item ul li.top + li,
.prd_tap_item ul.fr li:first-child  {margin-top:0;}
.prd_tap_item ul li.top dl img {/*width:529px;height:440px;*/width:400px;margin-top:22px;}
.prd_tap_item ul li dl dt {position:absolute;top:0;left:0;width:45px;height:45px;line-height:45px;text-align:center;color:#fff;font-size:18px;font-family: 'Montserrat', sans-serif;background-color:#888;}
.prd_tap_item ul li dl dd span {display:none;position:absolute;bottom:0;left:0;background:url(/design/jasonmd/da_image/dot_ap_p60.png);color:#fff;letter-spacing:-0.050em;font-size:13px;line-height:18px;text-align:center;padding:10px 0px;width:100%;}
.prd_tap_item ul li.top dl span {padding:20px 0;}
.prd_tap_item ul li dl img {width:100%;height:auto;}
.prd_tap_item ul li:hover dl dd span {display:block;}
.prd_tap_item ul li.top dl dt,
.prd_tap_item ul li:hover dl dt {background-color:#229da4;}
/*  */
#prdSearch .prd_type_b,
#prdBrand .prd_type_b {margin-top:10px;}
#prdSearch .item-list,
#prdBrand .item-list {padding-left:0;padding-right:0;}
#listTop .best-wrap .item {border:1px #d3d3d3 solid;}
#listTop .best-wrap .item .thumb .item_best_tit {margin:-1px -1px 0 -1px;}
#listTop .best-wrap .item-list .item .info li {width:100%;line-height:16px;margin:0;color:#333;font-size:13px; font-weight:400; text-overflow:ellipsis; overflow:hidden; height: 3.6em; }
#listTop .best-wrap .item-list .item .info li del {color:#7b7b7b;}
#listTop .best-wrap .item-list .item .info li .price {color:#333;font-size:13px;padding:0;margin-top:5px;}
#listTop .best-wrap .item-list .item .info li .price em {font-size:16px;}
#listTop .best-wrap .item-list .item .info li.icon {height:25px;line-height:25px;margin-top:15px;padding:0;}
#listTop .best-wrap .item-list .item .info li.icon .MK-product-icons img {vertical-align:top;margin-right:5px;margin-top:0;}

/* MID BANNER  */
.main_mid_bnr_wrap {width:1100px;margin:0 auto;font-size:0;}
.main_mid_bnr_wrap a img {margin-left:12px;}
.main_mid_bnr_wrap a:first-child img {margin-left:0;}

#todayWrap { z-index: 2; width: 94px; ;}
#todayWrap .hd { width: 74px; height: 15px; line-height: 17px; padding-left: 4px; background-color: #c8c8c8; color: #fff; font-size: 12px; font-weight: bold; ;}
#todayWrap .list { padding: 10px; border: 1px solid #cbcbcb; background-color: #fff; ;}
#todayWrap .list .thumb { width: 70px; height: 70px; padding: 5px 0; ;}
#todayWrap .list .thumb img { width: 100%; height: 100%; border: 1px solid #ededed; ;}
#todayWrap .list .gotop { height: 6px height: 6px;; padding-top: 10px; text-align: center; ;}

#header {margin-bottom:0 !important;}

#content div.item-display ul li {width:273px;}
#content div.item-display ul li div.space .MK-product-icons {padding:0;}

/* CUSTOM LIST */
#listTop {background-color:#f5f5f5;margin-bottom:40px;}
#listTop .best-wrap {padding-bottom:30px;}
#listTop .best-wrap .item-list {padding:0;}
#listTop .best-wrap .item {width: 343px;margin-top:0px;margin-left:34px;text-align: center;background-color:#fff;float: left;border: 0;box-sizing: border-box;}
#listTop .best-wrap .item:first-child {margin-left:0;}
#listTop .best-wrap .item .thumb { position: relative; width:344px;margin:0;border:0;}
#listTop .best-wrap .item .thumb a {display:block;width: 341px;border:solid 1px #d3d3d3;border-bottom:0;}
#listTop .best-wrap .item dd  {border:solid 1px #d3d3d3;border-top:0;text-align:left;font-size:12px;color:#666;box-sizing: border-box;}
#listTop .best-wrap .item dd .info {width: 273px;padding-bottom:19px;}
#listTop .best-wrap .item .thumb a img {width:281px;border:solid 1px #d3d3d3;margin:29px 0 17px;}

#listTop .best-wrap .item .thumb .item_best_tit {width:344px;height:30px;line-height:30px;text-align:center;background:url(/design/jasonmd/da_image/list_best_tit.png) no-repeat #5b5b5b;font-size:17px;font-weight:600;color:#fff;font-family: 'Lato', sans-serif;}
#listTop .best-wrap .item .thumb .item_best_tit.top {background:url(/design/jasonmdn/da_image/list_best_tit.png) no-repeat #f6b700;}



#listAisde {width:153px;border:solid 1px #333;padding:20px;margin-right:40px;float:left;}
#listAisde dt,
#listAisde dt a {display:block;font-size:16px;font-weight:500;line-height:17px;color:#333;border-bottom:solid 2px #333;padding-bottom:5px;margin-bottom:4px;}
#listAisde dd {margin-bottom:7px;}
#listAisde dd a {color:#444;font-size:12px;line-height:19px;}
#listAisde dd a:hover {color:#f6b700;}

#prdBrand {width:865px;float:left;}

/** LIST SORT **/
.list_sort_wrap {padding-bottom:12px;margin-bottom:23px;border-bottom:solid 1px #444;}
.list_sort_wrap .tit {font-size:15px;line-height:18px;font-weight:500;color:#222;}
.list_sort_wrap .tit em {color:#f6b700;}
.list_sort_wrap .odr {position:absolute;top:0;right:0;}
.list_sort_wrap .odr li {float:left;}
.list_sort_wrap .odr li a {font-size:12px;line-height:18px;font-weight:normal;color:#666;background:url(/design/jasonmd/da_image/list_sort_line.gif) no-repeat center left;margin-left:7px;padding-left:7px;}
.list_sort_wrap .odr li:first-child a {background:none;}






.item-list { zoom: 1; overflow: hidden; padding:0px 0px 30px;}
.item-list:after { content: ""; clear: both; display: block; ;}

.item-list .item { width:199px;margin-left:23px;margin-bottom:7px;float:left;}
.item-list .item:first-child {margin-left:0;}
.item-list .item .thumb { margin: 0 auto 14px; width:197px; height:auto; border:solid 1px #d3d3d3;}
.item-list .item .thumb img { width: 100%; height: 100%;}
.item-list .item .info {width:197px;margin:0 auto;}
.item-list .item .info li {line-height:18px;}
.MK-product-icons {display:block;padding-bottom:5px;}
.MK-product-icons img {margin-right:3px;}
.item-list .item .info li a {font-size:12px;line-height:18px;color:#666;}
.item-list .item .info .price { display: inline-block; color:#222; font-weight: bold; margin:0;padding:0;}

.prd_type_b .item-list { overflow: hidden !important; padding:0px 0px 0px;margin:0 !important;}
.prd_type_b .item-list .item {width:205px !important;}
.prd_type_b .item-list .item .thumb {border:0 !important;}


#aside { float: left; width: 188px; margin-right: 12px; ;}
#aside .menu { margin-bottom: 30px; ;}
#aside .shop-cate, 
#aside .community { margin-bottom: 30px; border-top: 1px solid #c8c8c8; border-bottom: 1px solid #c8c8c8; ;}
#aside .snb { margin-top: 1px; border-top: 1px solid #c8c8c8; ;}
#aside .snb li { padding: 5px 0; word-wrap: break-word; ;}
#aside .snb li a { display: inline-block; width: 178px; padding-left: 10px; font-size: 14px; ;}
#aside .snb li a:hover { color: #a8baaf; ;}
#aside .hd { width: 130px; height: 15px; line-height: 17px; padding-left: 8px; background-color: #c8c8c8; color: #fff; font-size: 13px; font-weight: bold; ;}
#aside .snb-cs { padding: 15px 10px 10px; border: 1px solid #c8c8c8; ;}
#aside .snb-cs li { padding-bottom: 5px; ;}
#aside .snb-cs em { display: inline-block; font-weight: bold; letter-spacing: -1px; ;}
#aside .snb-cs .phone { color: #6f8979; font-size: 14px; letter-spacing: -1px; ;}
#aside .snb-cs .work,
#aside .snb-cs .bank { color: #949494; font-size: 11px; ;}
#aside .snb-cs .line { height: 25px; background: url(/images/d3/modern_simple/aside_info_dot.gif) repeat-x 0 10px; ;}

/* CUSTOM DETAIL */
.common_opt_msg {margin:14px 0 25px;}
.common_opt_msg dt {color:#333;font-size:13px;line-height:24px;margin-bottom:3px;font-weight:500;}
.common_opt_msg dd {font-size:12px;line-height:24px;color:#666;}

.detail_tap_list {;}
.detail_tap_list ul {overflow:hidden;}
.detail_tap_list li {width:20%;float:left;}
.detail_tap_list li a {display:block;height:39px;line-height:39px;background-color:#fcfcfc;border:solid 1px #d3d3d3;	border-left:0;color:#666;font-size:13px;font-weight:500;text-align:center;}
.detail_tap_list li:first-child a {border-left:solid 1px #d3d3d3;}
.detail_tap_list li.tap a {height:38px;line-height:39px;background-color:#fff;border-top:solid 2px #4c4c4c;border-bottom:solid 1px #fff;color:#222;}
#productDetail .page-body { margin-bottom: 50px; ;}
/* */
#productDetail .thumb-info {border-top:solid 1px #333;border-bottom:solid 1px #d3d3d3;zoom: 1; overflow: hidden;}
#productDetail .thumb-info:after { content: ""; display: block; clear: both; ;}

/*  */
#productDetail .thumb-info {width:100%;position: relative;}
#productDetail .thumb-info .thumb-wrap {display:table-cell;vertical-align:middle;width: 548px;padding: 0;/* float: left; */position: absolute;top: 50%;transform: translateY(-50%);box-sizing: border-box;}
#productDetail .thumb-info .thumb { margin: 0 auto; width:408px;text-align:center;}
#productDetail .thumb-info .thumb img {display: block; max-width:100%;width:100%;height:auto;/*border: 1px solid #d3d3d3;*/ margin:0 auto;}
#productDetail .thumb-info .thumb .zoomPad {width:100% !important;}
#productDetail .thumb-info .m_thumb {width: 100%;margin:0 auto;margin-top:12px;overflow:hidden;text-align: center;}
#productDetail .thumb-info .m_thumb img {width:70px !important;margin-left:12px;border:solid 1px #d3d3d3;/* float:left; */}
#productDetail .thumb-info .m_thumb img:first-child {margin-left:0;}
/*  */
#productDetail .thumb-info .info { float: right;width:551px;min-height:551px;border-left:solid 1px #d3d3d3;}
#productDetail .thumb-info .info .all_price {text-align:right;vertical-align:middle;}
#productDetail .thumb-info .info .all_price .tit {display:inline-block;color:#444;font-size:13px;vertical-align:middle;margin-right:10px;}
#productDetail .thumb-info .info .all_price .price {display:inline-block;font-size:20px !important;;vertical-align:middle;}
#productDetail .thumb-info .info .all_price .price #pricevalue {vertical-align:top;}
#productDetail .thumb-info .info .tit-prd {color:#333;font-size:18px;line-height:26px;font-weight: bold; background-color:#fafafa;padding:24px 29px 32px;}
#productDetail .thumb-info .info .tit-prd .subname {display:block;font-size:14px;font-weight:400;color:#666;}
#productDetail .thumb-info .info .info_top {padding-bottom:17px;background-color:#fafafa;}
#productDetail .thumb-info .info .info_top th,
#productDetail .thumb-info .info .info_top td {height:35px;}
#productDetail .thumb-info .info .info_top th { width:205px;font-size:13px;color:#222;text-align:left;text-indent:29px;font-weight:500;}

#productDetail .thumb-info .info .info_opt th,
#productDetail .thumb-info .info .info_opt td {height:50px;padding:0;}
#productDetail .thumb-info .info .info_opt th {width:205px;font-size:13px;color:#222;text-align:left;text-indent:29px;font-weight:500;}
#productDetail .thumb-info .thumb-ctrl { clear: both; padding-top: 20px; text-align: center; ;}
#productDetail .thumb-info .thumb-ctrl a { color: #7b7b7b; font-size: 11px; ;}
#productDetail .thumb-info .thumb-ctrl a img { vertical-align: middle; margin-right: 5px; ;}
#productDetail .thumb-info .thumb-ctrl a:hover { text-decoration: underline; ;}
/*  */
#productDetail .thumb-info .info .table-opt .price { color: #229da4; font-weight:500; font-size:18px;}
/*  */
#goods_amount { float: left; width: 32px; border: 0; ;}
#productDetail .thumb-info .info .table-opt .opt-spin { position: relative; width: 52px; height: 15px; border: 1px solid #acacac; ;}
#productDetail .thumb-info .info .table-opt .opt-spin .txt-spin,
#productDetail .thumb-info .info .table-opt .opt-spin .btns { float: left; ;}
#productDetail .thumb-info .info .table-opt .opt-spin .txt-spin { width: 41px; height: 13px; padding-left: 2px padding-top: 2px; border: 0; font-size: 11px; ;}
#productDetail .thumb-info .info .table-opt .opt-spin .btns { width: 19px; height: 15px; border-left: 1px solid #aaa; ;}
#productDetail .thumb-info .info .table-opt .opt-spin .btns a { overflow: hidden; float: left; width: 100%; height: 7px; text-indent: -999px; background: none; ;}
#productDetail .thumb-info .info .table-opt .opt-spin .btns a.btn-up { border-bottom: 1px solid #aaa; background: url(/images/d3/modern_simple/btn/btn_h5_spin_up.gif) no-repeat 50% 2px; ;}
#productDetail .thumb-info .info .table-opt .opt-spin .btns a.btn-dw { background: url(/images/d3/modern_simple/btn/btn_h5_spin_dw.gif) no-repeat 50% 2px; ;}
#productDetail .soldout,
#productDetail .prd-btns { padding-top: 20px; text-align: center; padding-bottom:76px;}
#productDetail .soldout { font-weight: bold; ;}
#productDetail .prd-btns { font-size: 0; text-align:right;}
#productDetail .prd-btns a {display:inline-block;*display:inline;_display:inline; zoom:1;font-size:16px;font-weight:500;color:#fff;margin-left:5px;text-align:center;}
#productDetail .prd-btns a:first-child {margin-left:0;}
#productDetail .prd-btns a.detail_btn_buy {width:251px;height:55px;line-height:55px;text-align:center;background-color:#229da4;}
#productDetail .prd-btns a.detail_btn_cart {width:130px;height:55px;line-height:55px;text-align:center;background-color:#828282;}
#productDetail .prd-btns a.detail_btn_wish {width:129px;height:53px;line-height:53px;text-align:center;background:url(/design/jasonmd/da_image/detail_wish_icon.png) no-repeat 17px 50%;background-color:#fff;border:solid 1px #828282;color:#666;text-align:left;text-indent:39px;}

/*  */
#productDetail .thumb-info .info .table-opt .opt-wrap { width: 100%;}
#productDetail .thumb-info .info .table-opt .opt-wrap .tit {margin-bottom: 5px; padding-left: 10px; display:none;}
#productDetail .thumb-info .info .table-opt .opt-wrap dl {overflow: hidden;width: 100%;}
#productDetail .thumb-info .info .table-opt .opt-wrap dt { width: 205px;color:#222;text-align:left;text-indent:29px;height:50px;line-height:50px;font-size:13px;font-weight:500;float: left;}
#productDetail .thumb-info .info .table-opt .opt-wrap dd { width: 346px;height:50px;line-height:50px;float: left;}
#productDetail .thumb-info .info .table-opt .opt-wrap .sel-btn { padding-left: 10px; text-align: center; ;}
#productDetail .thumb-info .info .table-opt .opt-wrap select { width:170px; height:30px; border: 1px solid #ddd; ;}
#productDetail .thumb-info .info .table-opt .opt-wrap .opt-btns {position: relative; width:97px; height:27px;margin-top:12px;}
#productDetail .thumb-info .info .table-opt .opt-wrap .opt-btns input { position:absolute; top:0; left:27px;padding-right:9px;width:34px;height:25px;text-align:right;border:1px solid #c9c9c9; border-left:0;border-right:0;}
#productDetail .thumb-info .info .table-opt .opt-wrap .opt-btns .btn-up {position: absolute; top: 0; right: 0;}
#productDetail .thumb-info .info .table-opt .opt-wrap .opt-btns .btn-dw {position: absolute; top: 0; left: 0;}
#productDetail .thumb-info .info .table-opt .opt-wrap dl .opt-count select {display:inline-block; *display:inline; _display:inline; zoom:1; width: 180px; vertical-align:middle;}
#productDetail .thumb-info .info .table-opt .opt-wrap dl .opt-count .opt-btns {width:97px; margin-left: 5px; margin-top:0;display:inline-block; *display:inline; _display:inline; zoom:1;vertical-align:middle;}
/*  */
#productDetail .prd-detail table { table-layout: auto; ;}
#productDetail .prd-detail { margin-top: 15px; width: 100%;overflow: hidden; ;}
#productDetail .prd-detail img { max-width: 100%; ;}
/*  */
#productDetail .prd-list { margin-top: 0px; ;}
#productDetail .prd-list th { padding: 10px 0; border-bottom: 1px solid #ddd; font-weight: normal; font-size: 11px; ;}
#productDetail .prd-list td { padding: 5px 0; border-bottom: 1px solid #ddd; vertical-align: middle; ;}
#productDetail .prd-list .thumb { width: 50px; height: 50px; ;}
#productDetail .prd-list .prd-amount { position: relative; width: 52px; height: 15px; border: 1px solid #aaa; ;}
#productDetail .prd-list .prd-amount input { width: 32px; height: 15px; border: 0; ;}
#productDetail .prd-list .prd-amount .btns { float: left; width: 19px; height: 15px; border-left: 1px solid #aaa; ;}
#productDetail .prd-list .prd-amount .btns a { overflow: hidden; float: left; width: 100%; height: 7px; text-indent: -999px; background: none; ;}
#productDetail .prd-list .prd-amount .btns a.btn-up { border-bottom: 1px solid #aaa; background: url(/images/d3/modern_simple/btn/btn_h5_spin_up.gif) no-repeat 50% 2px; ;}
#productDetail .prd-list .prd-amount .btns a.btn-dw { background: url(/images/d3/modern_simple/btn/btn_h5_spin_dw.gif) no-repeat 50% 2px; ;}
#productDetail .related-allbasket { width: 100%; padding-top: 10px; text-align: right; ;}
/* review-write */
#productDetail .review-write { border:solid 1px #d3d3d3;padding:19px 0;margin:30px 0;}
#productDetail .review-write th,
#productDetail .review-write td { padding: 5px 0; ;}
#productDetail .review-write th { font-weight: normal; text-align:left;text-indent:48px;font-size:12px;color:#000;}
#productDetail .review-write .frm-w input {width: 148px; height: 18px; line-height: 18px; border: 1px solid #d3d3d3;}
#productDetail .review_textarea {position:relative;}
#productDetail .review_score {position:absolute;top:8px;right:190px;	
;}
#productDetail textarea.MS_review_content_box { width:791px;height: 58px; padding:0;border: 1px solid #d3d3d3;}
#productDetail .comment_write {position:absolute;top:0;right:50px;display:block;width:130px;height:60px;line-height:60px;text-align:center;background-color:#ffcc66;font-size:15px;color:#fff;font-weight:500;}
.custom_detail_btn {/*position:absolute;right:0;bottom:0;
*/margin-top:20px;text-align:right;}
.custom_detail_btn a {display:inline-block;*display:inline;_display:inline;zoom:1;margin-left:10px;width:70px;height:30px;line-height:30px;text-align:center;color:#fff;font-size:13px;font-weight:500;}
.custom_detail_btn .btn_a {background-color:#229da4;}
.custom_detail_btn .btn_b {background-color:#8d8d8d;}

/*  */
#productDetail .table-slide {position:relative;}
#productDetail .table-slide th,
#productDetail .table-slide td { padding: 9px 0;  cursor: pointer;}
#productDetail .table-slide th { font-size: 12px; font-weight:500;color:#666;border-top: 1px solid #d3d3d3;border-bottom: 1px solid #d3d3d3;}
#productDetail .table-slide td {border-top:dotted 1px #d7d7d7;}

#productDetail .qna-list th {background-color:#fcfcfc;}
#productDetail .table-slide tr.cnt { display: none; ;}
#productDetail .table-slide tr.cnt td { cursor: default; ;}
#productDetail .table-slide tr.nbg td { background-image: none; ;}
#productDetail .table-slide tr.ndata td { border-bottom: 1px solid #ddd; ;}
#productDetail .table-slide tr.reply .tb-txt { padding-left: 30px; background: url(/images/d3/modern_simple/common/bull_reply.gif) no-repeat 10px 0; ;}
/* review-list */
#productDetail .review-list .bg { padding-top: 35px; border-top: 1px solid #ddd; ;}
/* qna board */
/* item-hd */
#productDetail .item-hd { margin-top: 80px; ;}
#productDetail .item-hd h2 { line-height: 0; font-size: 0; padding-left: 10px; ;}

/* ******************  ******************** */
.MK_not_choice { color: red; ;}
.MK_optAddWrap,
.MK_optAddWrap * { margin: 0; padding: 0; ;}
.MK_optAddWrap { color: #666; font-size: 11px; line-height: 13px; border-top:solid 1px #d3d3d3;min-height:50px;margin-top:10px;}
.MK_optAddWrap li { list-style: none; ;}
/*  */
#MK_optAddList { overflow: hidden; *zoom: 1; ;}
#MK_optAddList li { float: left; width: 100%; margin-top: 5px; ;}
#MK_optAddList .MK_tit,
#MK_optAddList .MK_div,
#MK_optAddList .MK_st { float: left; ;}
#MK_optAddList .MK_tit,
#MK_optAddList .MK_div { font-size: 11px; line-height: 16px; ;}
#MK_optAddList .MK_tit { width: 65px; margin-right: 5px; ;}
#MK_optAddList .MK_div { width: 5px; text-align: center; ;}
#MK_optAddList .MK_st { width: 205px; ;}
#MK_optAddList .MK_st .MK_btn-add { cursor: pointer; ;}
#MK_optAddList .MK_st select { margin-left: 5px; width: 195px; height: 18px; ;}
/*  */
#MK_optAddListPP { overflow: hidden; *zoom: 1; ;}
#MK_optAddListPP .MK_tit,
#MK_optAddListPP .MK_st { float: left; width: auto; ;}
#MK_optAddListPP .MK_tit { margin-right: 5px; margin-top: 3px; ;}
/*  */
#MK_innerOptWrap { margin-top:0px; ;}
#MK_innerOptWrap #MK_innerOptScroll.limit { position: relative; height: 150px; overflow-y: auto; ;}
#MK_innerOptWrap .MK_inner-opt-cm li { *zoom: 1; position: relative; background-color:#fafafa; font-size:13px; color:#222; font-weight:500; padding:15px 0; border-bottom:solid 1px #d3d3d3; padding-left:30px;z-index:0;}
#MK_innerOptWrap .MK_inner-opt-cm li .MK_qty-ctrl,
#MK_innerOptWrap .MK_inner-opt-cm li .MK_price,
#MK_innerOptWrap .MK_inner-opt-cm li .MK_btn-del { position: absolute;}
#MK_innerOptWrap .MK_inner-opt-cm li .MK_p-name,
#MK_innerOptWrap .MK_inner-opt-cm li .MK_qty-ctrl,
#MK_innerOptWrap .MK_inner-opt-cm li .MK_price,
#MK_innerOptWrap .MK_inner-opt-cm li .MK_btn-del { display: block;}
#MK_innerOptWrap .MK_inner-opt-cm li .MK_price { right:47px; top: 18px; color:#1f2022; font-size:13px;font-weight:500;}
#MK_innerOptWrap .MK_inner-opt-cm li .MK_btn-del { right:20px; top:17px; width:17px;height:17px;background:url(/design/jasonmd/da_image/btn_comment_del.gif) no-repeat;}
#MK_innerOptWrap .MK_inner-opt-cm li .MK_btn-del img {display:none;}
#MK_innerOptWrap .MK_inner-opt-cm li .MK_qty-ctrl > input { width:34px;height:25px;border:solid 1px #c9c9c9;margin-left:26px;padding-right:10px;}
/*  (color, size )*/
.MK_optAddWrap .MK_inner-opt-cm li .MK_txt_uinput { width: 200px; ;}
/*  */
#MK_innerOptWrap #MK_innerOpt_01 li .MK_p-name { margin-right:230px; line-height:15px; } 
#MK_innerOptWrap #MK_innerOpt_01 li .MK_qty-ctrl { width:97px; top:11px; *top: 2px; right:121px; ;}
#MK_innerOptWrap #MK_innerOpt_01 li .MK_qty-ctrl input.MK_count { width: 30px; height: 16px; line-height: 16px; padding: 2px 0 0 2px; ;}
#MK_innerOptWrap #MK_innerOpt_01 li .MK_qty-ctrl a { position: absolute; right: 0px; font-size: 0; line-height: 0; ;}
#MK_innerOptWrap #MK_innerOpt_01 li .MK_qty-ctrl a img { vertical-align: top; ;}
#MK_innerOptWrap #MK_innerOpt_01 li .MK_qty-ctrl a.MK_btn-up { top:0px; right:0;display:block;width:27px;height:27px;background:url(/design/jasonmd/da_image/detail_cnt_up.gif) no-repeat;}
#MK_innerOptWrap #MK_innerOpt_01 li .MK_qty-ctrl a.MK_btn-dw { top:0px; left:0;display:block;width:27px;height:27px;background:url(/design/jasonmd/da_image/detail_cnt_dw.gif) no-repeat;}
#MK_innerOptWrap #MK_innerOpt_01 li .MK_qty-ctrl a.MK_btn-up img,
#MK_innerOptWrap #MK_innerOpt_01 li .MK_qty-ctrl a.MK_btn-dw img {display:none;}
/*  */
#MK_innerOptWrap #MK_innerOpt_02 li .MK_p-name { margin-right: 140px; ;}
#MK_innerOptWrap #MK_innerOpt_02 li .MK_qty-ctrl { width:97px; top:11px; *top: 2px; right:121px; ;}
#MK_innerOptWrap #MK_innerOpt_02 li .MK_qty-ctrl input.MK_count { width: 30px; height: 16px; line-height: 16px; padding: 2px 0 0 2px; ;}
#MK_innerOptWrap #MK_innerOpt_02 li .MK_qty-ctrl a { position: absolute; right: 0px; font-size: 0; line-height: 0; ;}
#MK_innerOptWrap #MK_innerOpt_02 li .MK_qty-ctrl a img { vertical-align: top; ;}
#MK_innerOptWrap #MK_innerOpt_02 li .MK_qty-ctrl a.MK_btn-up { top:0px; right:0;display:block;width:27px;height:27px;background:url(/design/jasonmd/da_image/detail_cnt_up.gif) no-repeat;}
#MK_innerOptWrap #MK_innerOpt_02 li .MK_qty-ctrl a.MK_btn-dw { top:0px; left:0;display:block;width:27px;height:27px;background:url(/design/jasonmd/da_image/detail_cnt_dw.gif) no-repeat;}
#MK_innerOptWrap #MK_innerOpt_02 li .MK_qty-ctrl a.MK_btn-up img,
#MK_innerOptWrap #MK_innerOpt_02 li .MK_qty-ctrl a.MK_btn-dw img {display:none;}
/*  */
#MK_innerOptTotal { padding: 10px 5px; font-size: 12px; color: #333; text-align: right; ;}
#MK_innerOptTotal .MK_txt-total {color:#444;font-size:13px;vertical-align:middle;margin-right:10px;}
#MK_innerOptTotal .MK_txt-won { color: #229da4; font-weight: bold; font-size:20px;vertical-align:middle;}
#MK_innerOptTotal .MK_total { color: #229da4; font-weight: bold; font-size:20px;vertical-align:middle;}
/*  */
#sorivu { position: relative; margin-top: 20px; ;}
/*  */
#productWrap { margin: 10px 0; ;}
#productWrap h3.tb-tit { margin-bottom: 10px; text-align: left; ;}
#productWrap table { width: 100%; font-size: 12px; border-collapse: collapse; border-width: 1px 0 1px 0; border-color: #b4b4b4; border-style: solid; table-layout: fixed; ;}
#productWrap table th { border-right: 1px solid #e0e0e0; border-bottom: 1px solid #e0e0e0; background-color: #f8f8f8; color: #3b3b3d; text-align: left; padding: 10px 0 10px 15px; ;}
#productWrap table td { color: #8b8b8b; border-bottom: 1px solid #e0e0e0; word-break: break-all; text-align: left; padding: 10px 0 10px 17px; ;}
/*// CUSTOM DETAIL //*/

.MK-product-icons img {margin-left:3px;}


.prd_type_b .item-list {overflow:hidden;padding:0 !important;}



#prdSearch { position: relative; margin-left:20px;}
#prdSearch .item-hd { margin-top: 0; ;}
#prdSearch .line-hd { margin-top: 30px; ;}
#prdSearch .sch-frm { border: 1px solid #ebebeb; background: #f8f8f8 url(/images/d3/style_code/common/bg_search_for_product_h90.gif) no-repeat 40px 20px; ;}
#prdSearch .sch-tbl { margin: 30px 0 15px 180px; ;}
#prdSearch .sch-tbl th, 
#prdSearch .sch-tbl td { padding-bottom: 10px; ;}
#prdSearch .sch-tbl th .tb-left, 
#prdSearch .sch-tbl td .tb-left { padding-right: 0; ;}
#prdSearch .sch-tbl th { color: #888; font-weight: normal; ;}
#prdSearch .sch-tbl .input-keyword,
#prdSearch .sch-tbl .input-price { padding: 1px; margin-right: 0; ;}
#prdSearch .sch-tbl .input-keyword { width: 140px; ;}
#prdSearch .sch-tbl .input-price { width: 61px; ;}

#productDetail .item-wrap .hashtag { padding: 5px; text-align: left; ;}
#productDetail .item-wrap .hashtag span { display: inline-block; word-break: break-all; background:#f3f3f3; margin-right: 5px; margin-bottom: 5px; padding-top: 5px;  ;}
#productDetail .item-wrap .hashtag span a { color: #656565; font-size: 14px; ;}
#productDetail .item-wrap .hashtag span a:hover { color: #f75258; ;}

#productDetail .prd_type_b {margin-top:20px !important;}

#productDetail .prd_type_b .item-list {padding:0 0 20px 0px !important;}

#productDetail .prd_type_b .item-list .item,
#productDetail .prd_type_b .item-list .item .thumb,
#productDetail .prd_type_b .item-list .item img {width:183px !important;}

/** LIST SORT **/
.list_sort_wrap {position:relative;padding-bottom:12px;margin-bottom:23px;border-bottom:solid 1px #444;margin-top:20px;}
.list_sort_wrap .tit {font-size:15px;line-height:18px;font-weight:500;color:#222;}
.list_sort_wrap .tit em {color:#000000; font-weight:700;}
.list_sort_wrap .odr {position:absolute;top:0;right:0;}
.list_sort_wrap .odr li {float:left;}
.list_sort_wrap .odr li a {font-size:12px;line-height:18px;font-weight:normal;color:#666;background:url(/design/jasonmd/da_image/list_sort_line.gif) no-repeat center left;margin-left:7px;padding-left:7px;}
.list_sort_wrap .odr li:first-child a {background:none;}



#basketpage {left:50% !important;top:330px !important;}


