@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(http://fonts.googleapis.com/earlyaccess/nanumpenscript.css);
@import url(https://fonts.googleapis.com/css?family=Lato:400,900,700,300,100);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800,300);
@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);
@import url(https://fonts.googleapis.com/css?family=Noto+Sans:400,700);
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
/*나눔고딕 폰트설정 시작*/
@font-face {font-family:nanum; src:url(images/NanumGothic.eot);}
@font-face {font-family:nanumEB; src:url(images/NanumGothicExtraBold.eot);}
/*400 Regular*/
@font-face { font-family: 'Nanum Gothic'; font-style: normal; font-weight: 400;
  src: url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Regular.eot);
  src: url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Regular.eot?#iefix) format('embedded-opentype'),
       url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Regular.woff2) format('woff2'),
       url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Regular.woff) format('woff'),
       url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Regular.ttf) format('truetype');}
/*700 Bold*/
@font-face {font-family: 'Nanum GothicB'; font-style: normal; font-weight: 700;
  src: url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Bold.eot);
  src: url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Bold.eot?#iefix) format('embedded-opentype'),
       url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Bold.woff2) format('woff2'),
       url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Bold.woff) format('woff'),
       url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Bold.ttf) format('truetype');}
/*800 Extrabold*/
@font-face { font-family: 'Nanum GothicEB'; font-style: normal; font-weight: 800;
  src: url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-ExtraBold.eot);
  src: url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-ExtraBold.eot?#iefix) format('embedded-opentype'),
       url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-ExtraBold.woff2) format('woff2'),
       url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-ExtraBold.woff) format('woff'),
       url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-ExtraBold.ttf) format('truetype');}
/*나눔고딕 폰트설정 끝*/

/*** 폰트 패밀리 ***/
.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%;
}
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: '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: 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 #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; }
.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; }
.table-cart tfoot td { padding: 10px 0; font-weight: bold; }
.table-cart tfoot strong { color: #be101a; }
/* 수량 컨트롤 */
.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 { 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; }
/* 페이지 타이틀 */
/* 타입 1*/
#content .tit-page { position: relative; margin-top: 20px; font-size: 0; line-height:0; padding-bottom: 12px; border-bottom: 1px solid #d0d0d0; }
#content .tit-page .dsc { position: absolute; right: 0px; top: 15px; font-size: 11px; color: #a5a5a5; letter-spacing: -1px; }
#content .tit-page .dsc em { color:#333; }
/* 타입 2 */
#content .tit-page-2 { position: relative; margin-top: 15px; padding-bottom: 6px; border-bottom: 1px solid #d0d0d0; }
#content .tit-page-2 .dsc { letter-spacing: -1px; display: inline-block; padding-top: 2px; margin-left: 30px; color: #9b9b9b; }
/* 상품 total/정렬 */
.total-sort { zoom: 1; overflow: hidden; padding-bottom: 5px; border-bottom: 1px solid #e5e5e5; }
/* total */
.total-sort .total { float: left; width: auto; }
.total-sort .total dt,
.total-sort .total dd { display: inline; }
.total-sort .total dd { font-weight: bold; }
.total-sort .total dt { text-transform: capitalize; }
/* sort */
.total-sort .sort { float: right; width: auto; display: inline; margin-right: 20px; }
.total-sort .sort li,
.total-sort .sort li a { float: left; width: auto; }
.total-sort .sort li { display: inline; margin-left: 10px; }
/* 게시판 총게시글,PAGE */
.total-page { zoom: 1; overflow: hidden; }
.total-page .total { float: left; width: auto; }
.total-page .page { float: right; width: auto;}
/* 회원 등급 표시 */
/* 타입 1 */
.mem-lvl { zoom: 1; overflow: hidden; padding: 15px 50px 15px 180px; background-color: #ededed; }
.mem-lvl .lvl-img,
.mem-lvl p { position: relative; float: left; }
.mem-lvl .lvl-img { left: -120px; margin-right: -120px; width: 120px; }
.mem-lvl p { width: 100%; padding-top: 10px; line-height: 16px; }
.mem-lvl p em { color: #be101a; font-weight: bold; }
.mem-lvl span.MS_group_reserve_msg,
.mem-lvl span.MS_group_dc_msg {
    color:#F26622;
}
/* 타입 2 */
.mem-lvl-2 { zoom: 1; overflow: hidden; padding: 15px 50px 15px 150px; border: 5px solid #ededed; }
.mem-lvl-2 .lvl-img,
.mem-lvl-2 p { position: relative; float: left; }
.mem-lvl-2 .lvl-img { left: -130px; margin-right: -130px; width: 120px; border-right: 1px solid #ededed; }
.mem-lvl-2 p { width: 100%; padding-top: 10px; line-height: 16px; }
.mem-lvl-2 p em { color: #be101a; font-weight: bold; }
.mem-lvl-2 span.MS_group_reserve_msg,
.mem-lvl-2 span.MS_group_dc_msg {
    color:#F26622;
}

/* 마이페이지 상단 메시지 박스 */
.t-box-msg { 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; margin-left: auto; margin-right: auto; }
#contentWrapper { position: relative; }
#contentWrap:after { content: ""; display: block; clear: both; }
#aside,
#content { position: relative; float: left; }
#content { }

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

/* 게시판 공통 - 일반, 겔러리, 컨텐츠링크, 자료실, 미니홈피, 방명록, 동영상 */
/* 상단 */
.bbs-hd { padding: 0px 0 20px; background: url(/images/d3/modern_simple/common/dot_bbs_hd.gif) repeat-x 0 bottom; }
.bbs-hd .link { text-align: center; font-size: 0; line-height: 0; }
.bbs-hd .link li { display: inline; }
.bbs-hd .link li a { padding: 0 8px; color: #9c9c9c; letter-spacing: -0.5px; background: url(/images/d3/modern_simple/common/bull_bbs_hd_link.gif) no-repeat left 50%; }
.bbs-hd .link li.last a { background-image: none; }
/* 타이틀 */
.bbs-tit { margin-bottom: 30px; margin-top: 20px; text-align: center; }
.bbs-tit .braket { padding: 0 15px; font-weight: bold; color: #cfcfcf; font-size: 14px; vertical-align: middle; }
.bbs-tit em { margin-left: 10px; font-size: 11px; color: #898989;}
/* 검색 */
.bbs-sch { margin-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; }

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

/* 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; }

/* 미리보기 팝업 */
#preview_wrap {display:none;}

/*** 간격 조절 ***/
.mt_10 {margin-top:10px !important;}
.mt_20 {margin-top:20px !important;}
.mt_30 {margin-top:30px !important;}
.mt_35 {margin-top:35px !important;}
.mt_40 {margin-top:40px !important;}
.mt_50 {margin-top:50px !important;}
.mt_56 {margin-top:56px !important;}
.mt_60 {margin-top:60px !important;}
.mt_70 {margin-top:70px !important;}
.mt_76 {margin-top:76px !important;}
.mt_100 {margin-top:100px !important;}
.mb_0 {margin-bottom:0px !important;}
.mb_20 {margin-bottom:20px !important;}
.mb_25 {margin-bottom:25px !important;}
.mb_30 {margin-bottom:30px !important;}
.mb_40 {margin-bottom:35px !important;}/* .step_box 다음에 .sub_title 이 올 경우 간격 벌어짐 수정 */
.mr_0 {margin-right:0 !important;}
.mr_5 {margin-right:5px !important;}
.mr_5p {margin-right:5% !important;}
.mr_6p {margin-right:6% !important;}
.mr_15 {margin-right:15px !important;}
.mr_10 {margin-right:10px !important;}
.mt_-16 {margin-top:-16px !important;}
.ml_0 {margin-left:0 !important;}
.ml_10 {margin-left:10px !important;}
.ml_20 {margin-left:20px !important;}
.mlr_5 {margin-left:5px !important;margin-right:5px !important;}
.ml_40 {margin-left:40px !important;}

.pt_0 {padding-top:0px !important;}
.pt_8 {padding-top:8px !important;}
.pt_10 {padding-top:10px !important;}/* .box_form th, .box_form td에 간격 조절 */
.pt_13 {padding-top:13px !important;}
.pt_15 {padding-top:15px !important;}
.pt_16 {padding-top:16px !important;}
.pt_20 {padding-top:20px !important;}
.pt_25 {padding-top:25px !important;}
.pt_30 {padding-top:30px !important;}
.pt_35 {padding-top:35px !important;}
.pt_38 {padding-top:38px !important;}
.pt_40 {padding-top:40px !important;}
.pt_45 {padding-top:45px !important;}
.pt_50 {padding-top:50px !important;}/* .sub_info_box 다음에 .btn_wrap 이 올 경우 간격 벌어짐 수정 */
.pt_60 {padding-top:60px !important;}/* .table_typeB 다음에 .btn_wrap 이 올 경우 간격 벌어짐 수정 */
.pr_0 {padding-right:0px !important;}
.pl_0 {padding-left:0px !important;}
.pl_15 {padding-left:15px !important;}
.pl_20 {padding-left:20px !important;}
.pl_30 {padding-left:30px !important;}
.pl_40 {padding-left:40px !important;}
.pb_0 {padding-bottom:0px !important;}
.pb_5 {padding-bottom:5px !important;}
.pb_16 {padding-bottom:16px !important;}
.pb_20 {padding-bottom:20px !important;}
.pb_25 {padding-bottom:25px !important;}
.pb_54 {padding-bottom:54px !important;}


/* PAGER */
.item-page {
	margin:0px 0; 
	text-align: center;
	font-size:0;
	background-color:#f5f5f5;
	border:solid 1px #d3d3d3;
}
.item-page 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;
}
.item-page a:first-child {
	border-left:solid 1px #d3d3d3;
}
.item-page a:hover,
.item-page a.now {
	background-color:#4c4c4c;
	color:#fff;
}
.item-page a.next {
	text-indent:-9999px;
	background:url(/design/bizcook/images/da_image/pager_next.gif) no-repeat center #f5f5f5;
}
.item-page a.prev {
	text-indent:-9999px;
	background:url(/design/bizcook/images/da_image/pager_prev.gif) no-repeat center #f5f5f5;
}
.item-page a.last {
	text-indent:-9999px;
	background:url(/design/bizcook/images/da_image/pager_last.gif) no-repeat center #f5f5f5;
}
.item-page a.first {
	text-indent:-9999px;
	background:url(/design/bizcook/images/da_image/pager_first.gif) no-repeat center #f5f5f5;
}
.item-none { margin: 20px 0; text-align: center; }





/* CUSTOM LAYOUT */
#content {
	position:relative;
	width:1100px;
	margin:0 auto;
}
.w_custom {width:1100px;margin:0 auto;text-align:left;}
.box_border {box-sizing:border-box;}

/* 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 {
	display:inline-block;*display:inline;_display:inline;zoom:1;
    color:#666;
	font-size:12px;
	background:url(/design/bizcook/images/da_image/locate_arr.png) no-repeat center left;
	padding-left:18px;
	margin-left:8px;
}
.navi a:first-child {
	display:inline-block;*display:inline;_display:inline;zoom:1;
	width:9px;
	height:9px;
	text-indent:9999px;
	background:url(/design/bizcook/images/da_image/locate_home.png) no-repeat #00b0a6;
	padding:0;
}
#listTop .navi a:first-child {
	display:inline-block;*display:inline;_display:inline;zoom:1;
	width:9px;
	height:9px;
	text-indent:9999px;
	background:url(/design/bizcook/images/da_image/locate_home_list.png) no-repeat #00b0a6;
	padding:0;
}

#listTop .navi,
#productDetail .navi {
	border-bottom:0;
}


/* CUSTOM LIST */
#listTop {
    margin:0;
	margin-bottom:40px;
    text-align:center;
}
#listTop .best-wrap {
	padding-bottom:30px;
}
#listTop .best-wrap .item-list {
	padding:0;
}
#listTop .best-wrap .item {
	width:344px; 
	margin-top:0px; 
	margin-left:34px;
	text-align: center; 
	background-color:#fff;
	float: left; 
}
#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:342px;
	border-bottom:0;
}
#listTop .best-wrap .item dd  {
	text-align:left;
	font-size:12px;
	color:#666;
}
#listTop .best-wrap .item dd .info {
	width:283px;
	padding-bottom:19px;
    margin:0 auto;
}
#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/bizcook/images/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/bizcook/images/da_image/list_best_tit.png) no-repeat #00b0a6;
}



#listAisde {
	width:153px;
	border:solid 1px #333;
	padding:20px;
	margin-right:28px;
	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:14px;
}
#listAisde dd {
	margin-bottom:7px;
}
#listAisde dd a {
	color:#444;
	font-size:12px;
	line-height:19px;
}
#listAisde dd a:hover {
	color:#00b0a6;
}

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

/** LIST SORT **/
.list_txt {font-size:15px; line-height:17px; padding:0 0 13px 0; font-family:Arial, 'Nanum GothicB', sans-serif; color: #222222;margin-top:-2px;}
.list_txt span,
.list_txt span a{color: #00b0a6;font-weight:500;}

.sort_box{line-height:34px; height:34px; position:relative;width:100%;border-bottom:1px #444 solid;margin-bottom:30px;}
.sort_box a{display:block; width:124px; background:#f4f4f4; line-height:33px; height:33px; text-align:center; color:#444; font-size:12px; border:1px solid #ccc; margin-right:-1px; float:left; border-bottom-color:#444;margin-bottom:-1px;z-index:1;}
.sort_box a.ov {background:#fff;border:1px #444 solid;border-bottom:1px #fff solid;width:124px;margin-left:-1px;margin-right:-1px;z-index:5;}
.sort_box a.ov_n {border-left:1px #444 solid;}






/* 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;
    background:url(/design/d4-0551/2016img/bg_1x1_d3d3d3.gif) repeat-y 49.7% 0;
}
#productDetail .thumb-info:after { content: ""; display: block; clear: both; text-align:center;}

/* 섬네일 */
#productDetail .thumb-info .thumb-wrap { 
	width:49.7%;
	padding:60px 0px 58px 0;
	float: left;
    margin:0;
    text-align:center;
}
#productDetail .thumb-info .thumb { 
	margin: 0 auto;
    width:74%;
    text-align:Center;
}
#productDetail .thumb-info .thumb img {
	display: block; 
	max-width:100%;
	border: 1px solid #d3d3d3; 
	margin:0;
    width:100%;
}
#productDetail .thumb-info .m_thumb {
	width:74%;
	margin:0 auto;
	margin-top:7px;
	overflow:hidden;
}
#productDetail .thumb-info .m_thumb span {
    border:solid 1px #d3d3d3;
    width:18.4% !important;
	margin-right:2%;
    margin-top:5px;
	float:left;
}
#productDetail .thumb-info .m_thumb img {
	width:100%;height:auto;
}
/* 상품옵션 정보 */
#productDetail .thumb-info .info { 
	float: right;
	width:50.2%;
}
#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 .MK-product-icons {
    display:inline-block;line-height:26px;
}
#productDetail .thumb-info .info .tit-prd .MK-product-icons img {
    margin-left:5px;vertical-align:middle;margin-bottom:3px;
}
#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: #00b0a6; 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:#00b0a6;
}
#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/bizcook/images/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%;
    position:relative;
}
#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 dd .basic_option {
    border:1px solid #c9c9c9;
    height:30px;
    line-height:30px;
    padding:0;
    text-indent:5px;
    width:70%;
}
#productDetail .thumb-info .info .table-opt .opt-wrap .sel-btn {position:absolute;right:5%;bottom:8px;height:30px;line-height:30px;width:60px;margin:0;padding:0;overflow:hidden;}
#productDetail .thumb-info .info .table-opt .opt-wrap .sel-btn a {line-height:18px;background:#828282;color:#fff;font-size:12px;width:60px;text-align:center;display:inline-block;margin:0;padding:5px 0 7px 0;}
#productDetail .thumb-info .info .table-opt .opt-wrap select { width:70%; 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:#00b0a6;
	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:#00b0a6;
}
.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,
#productDetail .review-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; }
/* 옵션선택PP */
#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;
}
#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/d4-0551/2016img/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:18px; }
#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/d4-0551/2016img/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/d4-0551/2016img/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/d4-0551/2016img/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/d4-0551/2016img/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 { margin-top:10px; 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: #00b0a6; font-weight: bold; 
	font-size:20px;
	vertical-align:middle;
}
#MK_innerOptTotal .MK_total { 
	color: #00b0a6; 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 //*/








/* CUSTOM HEADER */
#header {
	position:relative;
	width:100%;
	z-index:3000;
    margin-bottom:17px;
}
/* GNB */
#header #gnb {
	width:100%;
	height:35px;
	line-height:35px;
	background-color:#efefef;
}
#header #gnb dl {
	width:1100px;
	margin:0 auto;
	text-align:right;
	font-size:0;
}
#header #gnb dl a {
	font-size:12px;
	color:#666;
	letter-spacing:-0.030em;
}
#header #gnb dl dt {
	width:60px;
	display:inline-block;*display:inline;_display:inline;
	float:left;
	text-align:left;
}
#header #gnb dl dt a {
	color:#00b0a6;
}
#header #gnb dl dd {
	display:inline-block;*display:inline;_display:inline;
	padding-left:14px;
	margin-left:10px;
	background:url(/design/bizcook/images/da_image/gnb_line.gif) no-repeat center left;
	background-size:1px 10px;
}
#header #gnb dl dd em {
	color:#00b0a6;
}
#header #gnb dl dt + dd {
	background:none;
}
/* LNB */
#header #lnb {}
#header #lnb .lnb_inner {
	position:relative;
	width:1100px;
	margin:0 auto;
}
#header #lnb h1.logo {
	position:absolute;
	top:32px;
	left:0;
}
#header #lnb #lnb_nav {
	position:relative;
    width:100%;
	height:47px;
	background-color:#00b0a6;
	border-bottom:solid 3px #008e86;
}
#header #lnb #lnb_nav #lnb_drop_menu {
	position:absolute;
	top:0;
	left:0;
	z-index:100;
}
#header #lnb #lnb_nav #lnb_drop_menu a.menu {
	display:block;
	width:55px;
	height:50px;
	background:url(/design/bizcook/images/da_image/btn_lnb_drop.gif) no-repeat;
	text-indent:-9999px;
}
#header #lnb #lnb_nav ul {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:47px;
	margin:0 auto;
	padding-left:66px;
}
#header #lnb #lnb_nav li {
	height:47px;
	line-height:45px;
	text-align:center;
	padding:0 20px;
	background:url(/design/bizcook/images/da_image/lnb_line.gif) no-repeat center left;
	background-size:2px 14px;
	float:left;
}
#header #lnb #lnb_nav li:first-child {
	background:none;
	padding-right:22px;
}
#header #lnb #lnb_nav li:first-child + li {
	padding-left:22px;
	padding-right:22px;
}
#header #lnb #lnb_nav li:first-child + li + li {
	padding-left:22px;
	padding-right:22px;
}
#header #lnb #lnb_nav li:first-child + li + li + li + li {
	padding-left:22px;
	padding-right:22px;
}
#header #lnb #lnb_nav li:first-child + li + li + li + li +li {
	padding-left:22px;
	padding-right:22px;
}
#header #lnb #lnb_nav li:first-child + li + li + li + li + li + li {
	padding-left:22px;
	padding-right:22px;
}
#header #lnb #lnb_nav li:first-child + li + li + li + li + li + li + li{
	padding-left:22px;
	padding-right:22px;
}
#header #lnb #lnb_nav li a {
	font-size:13px;
	letter-spacing:-0.050em;
	color:#fff;
	font-weight:500;
}
#header #lnb #lnb_nav li a:hover {
color:#1a2c5e;
}
#header #lnb #lnb_opt_link {
	position:absolute;
	top:48px;
	right:0;
	overflow:hidden;
}
#header #lnb #lnb_opt_link li {
	margin-left:20px;
	float:left;
}
#header #lnb #lnb_opt_link li a {
	display:block;
	font-size:14px;
	line-height:18px;
	color:#333;
	font-family: 'Montserrat', sans-serif;
	letter-spacing:-0.050em;
}
#header #lnb #lnb_opt_link li.icon_best {
	padding-left:24px;
	background:url(/design/bizcook/images/da_image/opt_icon_01.gif) no-repeat left center;
}
#header #lnb #lnb_opt_link li.icon_new {
	padding-left:22px;
	margin-left:16px;
	background:url(/design/bizcook/images/da_image/opt_icon_02.gif) no-repeat left center;
}
#header #lnb #lnb_opt_link li.icon_event {
	padding-left:19px;
	background:url(/design/bizcook/images/da_image/opt_icon_03.gif) no-repeat left center;
}
#header #lnb #lnb_opt_link li.icon_review {
	padding-left:23px;
	background:url(/design/bizcook/images/da_image/opt_icon_04.gif) no-repeat left center;
}
/* SEARCH */
.sch {
	width:349px;
	margin:0 auto;
	padding:33px 0 35px;
}
.sch input.MS_search_word {
	width:300px;
	height:39px;
	line-height:39px;
	border:solid 3px #1a2c5e;
	border-right:0;
	padding:0;
	margin:0;
	text-indent:1em;
	float:left;
}
.sch fieldset a {
	float:left;
}
/* DROP DOWN MENU */
.drop_down_wrap {
	display:none;
	position:absolute;
	top:50px;
	left:0;
	width:100%;
	background-color:#fff;
	border-bottom:solid 2px #00b0a6;
	z-index:3000;
}
.drop_down_wrap .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/bizcook/images/da_image/drop_btn_close.png) no-repeat;
	background-position:75px 50%;
	background-color:#00b0a6;
}
.drop_down_wrap .lnb_inner {
	width:1099px !important;
	background:url(/design/bizcook/images/da_image/drop_down_line.gif) top left;
	overflow:hidden;
	padding-top:20px;
}
.drop_down_wrap dl {
	width:220px;
	padding-bottom:36px;
	float:left;
}
.drop_down_wrap dl:nth-child(5n+1) {content:""; clear:both; float:left;}
.drop_down_wrap dl.h_fix {
	height:310px;
}
.drop_down_wrap dl dt {
	margin:0 15px;
	padding:0 0 20px 0;
}
.drop_down_wrap dl dd {
	margin:0 15px;
	text-align:left;
}
.drop_down_wrap dl dd a {
	font-size:12px;
	color:#666;
	line-height:23px;
}
.drop_down_wrap dl dt a {
	display:block;
	height:40px;
	line-height:40px;
	text-align:center;
	background-color:#f5f5f5;
	color:#333;
	font-size:13px;
}
.drop_down_wrap dl:hover dt a {
	background-color:#00b0a6;
	color:#fff;
}
.drop_down_wrap dl dd:hover a {
	color:#00b0a6;
}
.drop_down_wrap dl:first-child,
.drop_down_wrap dl:first-child + dl + dl + dl + dl + dl {
	width:219px;
}
.drop_down_wrap dl:first-child dt,
.drop_down_wrap dl:first-child dd,
.drop_down_wrap dl:first-child + dl + dl + dl + dl + dl > dt,
.drop_down_wrap dl:first-child + dl + dl + dl + dl + dl > dd {
	margin-left:0;
}













/* CUSTOM MAIN */
.main {
	width:100% !important;
}
/* MAIN TOP */
.sec_main_top {
	position:relative;
	width:1100px;
	height:480px;
	margin:0 auto;
	margin-bottom:33px;
}
.main_slide {
	width:820px;
	border:solid 1px #ccc;
	border-bottom:0;
	float:left;
}
.main_slide #bx-pager {
	border-top:solid 1px #ccc;
}
.main_slide #bx-pager a {
	display:block;
	width:205px;
	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/d4-0551/2016img/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 #00b0a6;
	background:url(/design/d4-0551/2016img/main_bnr_bul.gif) no-repeat center bottom;
	color:#00b0a6;
}

/* MAIN BNR */
.main_bnr {padding-bottom:33px;}
.main_bnr ul {width: 1023px;}
.main_bnr ul li {width: calc(33.333% - 7px);float: left;}
.main_bnr ul li + li {margin-left:10px;font-size:0;}
.main_bnr ul li a {font-size:0;}
.main_bnr ul li img {width:100%;vertical-align:middle;}


/* PRODUCT SLIDE */
.prd_slide {
	position:relative;
	width:264px;
	height:318px;
	background-color:#ffd006;
	border:solid 1px #ccc;
	margin:0 0 12px 12px;
	float:left;
}
.prd_slide h2 {
	position:absolute;
	top:20px;
	width:100%;
	z-index:500;
	text-align:center;
	font-size:20px;
	color:#333;
	letter-spacing:-0.050em;
}
.swiper-button-prev,
.swiper-button-next {
	width:14px !important;
	height:21px;
	text-indent:-9999px;
	margin-top:-22px !important;
}
.swiper-button-prev {
	background:url(/design/d4-0551/2016img/prd_slide_prev.png) no-repeat;
	background-size:14px 21px !important;
	left:14px !important;
}
.swiper-button-next {
	background:url(/design/d4-0551/2016img/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;
}
/* CUSTOM PRODUCT LIST */
.prd_list {
	width:1100px;
	margin:0 auto;
}
.prd_list .item-list {
	padding:0;
}
.prd_list .prd_tit {
	position:relative; 
	margin-bottom:7px;
}
.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/bizcook/images/da_image/prd_tit_a.png) no-repeat 0 12px;
}
.prd_list .prd_tit span em {
	display:inline-block;
	*display:inline;
	_display:inline;
	padding:0 30px;
	background-color:#fff;
}
.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/bizcook/images/da_image/main_spr_bg.gif);
	padding:31px 0 35px;
}
.prd_type_a .item-list {
	margin-left:0px;*zoom:1;
}
.prd_type_a .item-list:after {clear:both;content:"";display:block;}
.prd_type_a .item-list .item {
	position:relative;
	width:264px;
	height:358px;
	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:auto;
	margin:24px 24px 10px;
}
.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 13px 0;
	margin:0 24px;
	color:#333;
	font-size:13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight:400;
}
.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.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:5px;
	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:#00b0a6;
}
/* PRODUCT TYPE B */
.prd_type_b {
	margin-top:46px;
}
.prd_type_b .prd_tit {
	margin-bottom:12px;
}
.prd_type_b .item-list {
	margin-left:-15px;
}
.prd_type_b .item-list .item {
	width:208px;
    float:left;
	margin-left:15px;
	margin-bottom:9px;
}
.prd_type_b .item-list .item .thumb {
	width:208px;
	height:auto;
	margin:0;
	padding-bottom:18px;
}
.prd_type_b .item-list .item .thumb img {
	width:200px;
}
.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:10px;
	border-bottom:solid 1px #ccc;
overflow: hidden;
			text-overflow: ellipsis;
			white-space: nowrap;
}
.prd_type_b .item-list .item .info li.subname {
	padding:5px 0 2px;
	color:#aaa;
	font-weight:400;
	margin-bottom:1px;
}
.prd_type_b .item-list .item .info li .price {
	padding:0;
	color:#333;
	font-size:16px;
	letter-spacing:-0.020em;
	font-weight:600;
	margin-bottom:6px;
}
.prd_type_b .item-list .item .info li img {
	margin-right:5px;
}
/* PRODUCT TAP ITEM */
.prd_tap_list {
	padding:45px 0 40px;	
}
.prd_tap_list .prd_tit {
	margin-bottom:24px;
}
.cate_nav {
	overflow:hidden;
	height:52px;
	margin:18px 0 12px;
}
.cate_nav dd {
	width:137px;
	text-align:center;
	float:left;
	font-size:14px;
	letter-spacing:-0.050em;
	color:#555;
	cursor:pointer;
	background:url(/design/bizcook/images/da_image/tap_line.gif) no-repeat center left;
	background-size:1px 14px;
}
.cate_nav dt + dd {
	width:137px;
}
.cate_nav dd > div {
	padding:2px;
	height:36px;
	line-height:36px;
}
.cate_nav dd:hover,
.cate_nav dd.tap {
	background:none;
}
.cate_nav dd:hover > div,
.cate_nav dd.tap > div {
	border:solid 2px #00b0a6;	
	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/bizcook/images/da_image/main_cate_arr.gif) no-repeat center bottom;
	padding-bottom:13px;
	color:#00b0a6;
}
.cate_nav dt + dd {
	background:none;
}
.prd_tap_item {
	border:solid 1px #ccc;
	overflow:hidden;
}
.prd_tap_item ul { 
	position:relative;
	padding:19px;
	margin-top:0px;
}
.prd_tap_item ul.fl {
	border-right:solid 1px #ccc;
}
.prd_tap_item ul.fr {
	border-left:solid 1px #ccc;
}
.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:0px;
	left:284px;
	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:100%;
}
.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/bizcook/images/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:#00b0a6;
}
/* 분류 상품 */
#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;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight:400;
    
}
#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  */
.mid_bnr_wrap {
	width:1100px;
	margin:0 auto;
	font-size:0;
}
.mid_bnr_wrap a img {
	margin-left:12px;
}
.mid_bnr_wrap a:first-child img {
	margin-left:0;
} 
/* FOOTER */
#footer {
	border-top:solid 1px #ccc;
	margin-top:46px;
}
.foot_inner {
	width:1100px;
	margin:0 auto;
}
.foot_top {
	overflow:hidden;
}
.foot_top > div {
	height:171px;
	padding:23px 30px 37px;
	padding-right:0;
	border-left:solid 1px #ccc;
	float:left;
}
.foot_top > div h2 {
	font-size:18px;
	color:#333;
	letter-spacing:-0.050em;
	margin:5px 0 21px;
}
.foot_info {
	width:335px;
}
.foot_info dl {
	position:relative;
	margin-bottom:25px;
}
.foot_info dl dt {
	position:absolute;
	top:5px;
	left:0;
	font-size:18px;
	color:#333;
	letter-spacing:-0.050em;
}
.foot_info dl dd {
	padding-left:95px;
}
.foot_info dl dd p.tit {
	font-size:26px;
	letter-spacing:-0.030em;
	margin-bottom:8px;
	color:#333;
	font-family: 'Montserrat','Noto Sans KR', sans-serif;
}
.foot_info dl dd p.tel {
	color:#00b0a6;
}
.foot_info dl dd p.cont {
	width:205px;
	line-height:17px;
	overflow:hidden;
}
.foot_info dl dd p.cont em {
	display:block;
	color:#333;
	font-size:12px;
	width:38px;
	float:left;
	font-family: 'Montserrat','Noto Sans KR', sans-serif;
}
.foot_info dl dd p.cont span {
	display:block;
	width:160px;
	color:#666;
	font-size:12px;
	float:left;
	font-weight:300;
}
.foot_bnr_wrap {
	width:335px;
}
.foot_bnr_wrap img {
	border:solid 1px #ccc;
}
.foot_link_wrap {
	padding-right:25px !important;
	border-right:solid 1px #ccc;
}
.foot_link_wrap ul {
	width:310px;
	border:solid 1px #ccc;
	border-left:0;
	border-top:0;
	overflow:hidden;
}
.foot_link_wrap li {
	width:154px;
	height:42px;
	line-height:42px;
	text-align:left;
	text-indent:60px;
	border-left:solid 1px #ccc;
	border-top:solid 1px #ccc;
	float:left;
}
.foot_link_wrap li a {
	display:block;
	height:42px;
	line-height:42px;
	color:#666;
	font-size:12px;
	letter-spacing:-0.050em;
}
.foot_link_wrap li.foot_icon_01 {
	background:url(/design/bizcook/images/da_image/foot_icon_01.gif) no-repeat;
	background-position:22px 50%;
}
.foot_link_wrap li.foot_icon_02 {
	background:url(/design/bizcook/images/da_image/foot_icon_02.gif) no-repeat;
	background-position:25px 50%;
}
.foot_link_wrap li.foot_icon_03 {
	background:url(/design/bizcook/images/da_image/foot_icon_03.gif) no-repeat;
	background-position:22px 50%;
}
.foot_link_wrap li.foot_icon_04 {
	background:url(/design/bizcook/images/da_image/foot_icon_04.gif) no-repeat;
	background-position:23px 50%;
}
.foot_link_wrap li.foot_icon_05 {
	background:url(/design/bizcook/images/da_image/foot_icon_05.gif) no-repeat;
	background-position:22px 50%;
}
.foot_link_wrap li.foot_icon_06 {
	background:url(/design/bizcook/images/da_image/foot_icon_06.gif) no-repeat;
	background-position:25px 50%;
}
/* FOOT NAV */
.foot_nav {
	width:100%;
	border-top:solid 1px #ccc;
	border-bottom:solid 2px #00b0a6;
}
.foot_nav ul {
	overflow:hidden;
}
.foot_nav ul li {
	margin-left:19px;
	padding-left:19px;
	float:left;
	background:url(/design/bizcook/images/da_image/foot_nav_line.gif) no-repeat center left;
	background-size:1px 10px;
}
.foot_nav ul li.point a {
	color:#00b0a6;
}
.foot_nav ul li a {
	display:block;
	height:44px;
	line-height:44px;
	color:#444;
	font-size:13px;
	letter-spacing:-0.050em;
}
.foot_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/bizcook/images/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 270px;
	line-height:22px;
	color:#666;
}
.address p.copy {
	padding:10px 0 0 270px;
	color:#888;
}

.foot_opt_msg {
	background-color:#444;
	height:45px;
	line-height:45px;
}
.foot_opt_msg p {
	width:1100px;
	margin:0 auto;
	color:#fff;
	font-size:12px;
}
.foot_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;
}



/* ACTION BANNER */
.act_bnr_wrap {
	position:fixed;
	left:10px;
	bottom:10px;
	z-index:99;
}
.act_bnr_wrap .act_layer {
	display:none;
	position:absolute;
	top:-130px;;
	left:151px;
	width:372px;
}
.act_bnr_wrap .act_layer .act_layer_top {
	width:372px;
	height:14px;
	background:url(/design/bizcook/images/da_image/act_bg_top.png) no-repeat;	
}
.act_bnr_wrap .act_layer .act_layer_bottom {
	width:372px;
	height:14px;
	background:url(/design/bizcook/images/da_image/act_bg_bot.png) no-repeat;	
}
.act_bnr_wrap .act_layer .act_layer_cont {
	width:372px;
	padding-bottom:10px;
	background:url(/design/bizcook/images/da_image/act_bg_line.png) repeat-y;
}
.act_bnr_wrap .act_layer .act_layer_cont h2 {
	position:absolute;
	top:-260px;
	left:0;
	width:100%;
	text-align:center;
}
.act_bnr_wrap .act_layer .act_layer_cont h3 {
	font-size:30px;
	color:#333;
	letter-spacing:-0.050em;
	text-align:center;
	padding:100px 0 10px;
}
.act_bnr_wrap .act_layer .act_layer_cont h3 em {
	color:#00b0a6;
	font-weight:500;
}
.act_bnr_wrap .act_layer .act_layer_cont p {
	text-align:center;
	font-size:13px;
	line-height:17px;
	color:#666;
	letter-spacing:-0.050em;
	width:260px;
	margin:0 auto;
}
.act_bnr_wrap .act_layer .act_layer_cont a.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/bizcook/images/da_image/act_bg_arr.png) no-repeat;
	background-position:93px 15px;
	text-indent:20px;
	margin-top:20px;
}
.act_bnr_wrap .act_layer .act_layer_cont a.close {
	position:absolute;
	top:25px;
	right:25px;
	width:29px;
	height:28px;
	background:url(/design/bizcook/images/da_image/act_bg_close.png) no-repeat;
}



/* QUICK MENU */
#quick {
	position:fixed;
	top:0;
	right:-50px;
	z-index:9000;
	background-color:#fff;
	width:108px;
	height:100%;
	border-left:solid 1px #ccc;
}
#quick.open {
	right:0px;
}
#quick ul {
	position:relative;
	top:20%;
	border-bottom:solid 1px #ccc;
}
#quick ul li {
	position:relative;
	border-top:solid 1px #ccc;
	height:58px;
	line-height:58px;
	text-indent:50px;
}
#quick ul li a {
	color:#444;
	font-size:12px;
	letter-spacing:-0.030em;
}
#quick ul li a em {
	position:absolute;
	top:29px;
	left:26px;
	width:18px;
	height:18px;
	display:block;
	text-indent:0;
	font-size:11px;
	color:#fff;
	letter-spacing:-0.050em;
	font-weight:600;
	text-align:center;
}
#quick ul li.cart {
	background:url(/design/bizcook/images/da_image/quick_cart.gif) no-repeat;
	background-position:15px 50%;
}
#quick ul li.coupon {
	background:url(/design/bizcook/images/da_image/quick_coupon.gif) no-repeat;
	background-position:15px 50%;
}
#quick ul li.today {
	background:url(/design/bizcook/images/da_image/quick_today.gif) no-repeat;
	background-position:15px 50%;
}
#quick .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/bizcook/images/da_image/quick_open.gif) no-repeat center;
	background-color:#fff;
}
#quick.open .quick_btn {
	background:url(/design/bizcook/images/da_image/quick_close.gif) no-repeat center;
	background-color:#fff;
}
#quick .quick_top {
	position:absolute;
	bottom:0;
	left:0;
	width:58px;
	height:60px;
	background:url(/design/bizcook/images/da_image/quick_btn_top.png) no-repeat center;
	background-color:#00b0a6;
	text-indent:-9999px;
}
#quick.open .quick_top {
	width:100%;
	height:40px;
	line-height:40px;
	font-size:15px;
	color:#fff;
	font-weight:bold;
	text-indent:50px;
	background:url(/design/bizcook/images/da_image/quick_top_open.png) no-repeat;
	background-position:22px 50%;
	background-color:#00b0a6;
}
#quick ul li a > span {
	display:none;
}
#quick.open ul li a > span {
	display:block;
	line-height:59px;
}

/* 마이페이지 본문 크기 설정 */
.my_cont {width:900px !important;}