/*
========================================================================
RESET
========================================================================
*/
@import url(//fonts.googleapis.com/css?family=Lato:400,700,900);
@import url('https://fonts.googleapis.com/css?family=Nunito:200i,300,400,600,700|Work+Sans:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Arimo:400,700');
@font-face{
	font-family:'Nanum Barun Gothic';
	font-style:normal;
	font-weight:700;
	src:url(//cdn.jsdelivr.net/font-nanum/1.0/nanumbarungothic/v1/NanumBarunGothic-Bold.eot);
	src:url(//cdn.jsdelivr.net/font-nanum/1.0/nanumbarungothic/v1/NanumBarunGothic-Bold.eot?#iefix) format('embedded-opentype'),
		url(//cdn.jsdelivr.net/font-nanum/1.0/nanumbarungothic/v1/NanumBarunGothic-Bold.woff) format('woff'),
		url(//cdn.jsdelivr.net/font-nanum/1.0/nanumbarungothic/v1/NanumBarunGothic-Bold.ttf) format('truetype')
}
@font-face{
	font-family:'Nanum Barun Gothic';
	font-style:normal;
	font-weight:400;
	src:url(//cdn.jsdelivr.net/font-nanum/1.0/nanumbarungothic/v1/NanumBarunGothic-Regular.eot);
	src:url(//cdn.jsdelivr.net/font-nanum/1.0/nanumbarungothic/v1/NanumBarunGothic-Regular.eot?#iefix) format('embedded-opentype'),
		url(//cdn.jsdelivr.net/font-nanum/1.0/nanumbarungothic/v1/NanumBarunGothic-Regular.woff) format('woff'),
		url(//cdn.jsdelivr.net/font-nanum/1.0/nanumbarungothic/v1/NanumBarunGothic-Regular.ttf) format('truetype');
}


#preview_wrap{display:none;} 

/* global rest */
html, body {
    height: 100%;
}
html, body, pre,
h1, h2, h3, h4, h5, h6,
dl, dt, dd, ul, li, ol,
th, td, p, blockquote,
form, fieldset, legend,
menu, nav, section, hgroup, article, header, aside, footer,
input, select, textarea, button {
    margin: 0;
    padding: 0;
    font-family:'Nanum Barun Gothic',Malgun Gothic,"¸¼Àº °íµñ",AppleGothic,Dotum,"µ¸¿ò",sans-serif;
}
body,
h1, h2, h3, h4, h5, h6, table,
input, select, textarea, a {
    font-size: 12px;
    line-height: 1.25;
    color: #777;
}
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; }
#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; }
#content { }

/* 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; }
.item-list:after {content: ""; clear: both; display: block; }
.item-list ul{overflow:hidden;}
.item-list .item {float:left;position: relative;width: 260px !important;text-align: center;vertical-align: top;font-size: 12px;margin: 0 20px 0 0 ;}
.item-list .item:nth-child(4n){margin:0;}
.item-list .item .thumb {display: inline-block !important;overflow: hidden;position: relative;text-align: center;vertical-align: middle;}
.item-list .item .thumb img { width: 100%; height: 100%; }
.item-list .item .info {display: block;padding: 20px 0 40px 0;box-sizing: border-box;text-align: center;}
.item-list .item .info li {width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.item-list .item .info li.name1{display: block;word-break: break-all;font-size: 13px;padding: 0;color: #777;font-weight: 400;}
.item-list .item .info li.name2{display:block;padding:0 10px 0 0;color:#a8a8a8;}
.item-list .item .info .price { display:inline-block;padding:0; font-family:'Work Sans', sans-serif; font-size:14px; color:#333; font-weight:400;}
.item-list .item .info .prices{padding:10px 0 0 0;font-family: 'Work Sans', sans-serif;font-size: 14px;color:#333;font-weight:400;}
.item-list .item .info .prices .con{text-decoration: line-through;display: inline-block;margin-right: 5px;font-family: 'Work Sans', sans-serif;font-size: 14px;color: #999;font-weight: 400;}
.item-list .item .info .prices font{}

.item-list .item .thumb .dis {position:absolute; top:0; left:0; display:inline-block;width:40px; height:40px; line-height:40px; text-align:center; font-family:'Work Sans', sans-serif; font-size:15px; color:#fff;background:#333; z-index:2;}
.item-list .item .thumb .dis em{font-size: 12px;}

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



/* 181129 */


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

.clear {*zoom:1;}
.clear:after { clear:both; content:""; display:block;}
.fl { float:left !important;}
.fr { float:right !important;}

.dn {display:none !important;}

.mt5 {margin-top:5px !important;}
.mt10 {margin-top:10px !important;}
.mt15 {margin-top:15px !important;}
.mt20 {margin-top:20px !important;}
.mt25 {margin-top:25px !important;}
.mt30 {margin-top:30px !important;}
.mt40 {margin-top:40px !important;}
.mt45 {margin-top:45px !important;}
.mt50 {margin-top:50px !important;}
.mt55 {margin-top:55px !important;}
.mt60 {margin-top:60px !important;}
.mt65 {margin-top:65px !important;}
.mt70 {margin-top:70px !important;}
.mt75 {margin-top:75px !important;}
.mt80 {margin-top:80px !important;}
.mt90 {margin-top:90px !important;}
.mt100 {margin-top:100px !important;}

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



/* »ó´Ü */
#header .hd_top {border-bottom:solid 1px #ccc;}
#header .hd_top .top_gnb li {float:left;height:35px;}
#header .hd_top .top_gnb li + li {padding-left:20px;}
#header .hd_top .top_fav,
#header .hd_top .top_fav a,
#header .hd_top .top_gnb li a {height:35px; line-height:35px; font-family:'Work Sans','Nanum Barun Gothic',Malgun Gothic,"¸¼Àº °íµñ",AppleGothic,Dotum,"µ¸¿ò",sans-serif; font-size:12px; color:#333;}
#header .hd_top .top_gnb li a span{height:35px; line-height:35px; font-size:0; color:#333333;}
#header .hd_top .top_gnb li a:hover{font-size:0px;}
#header .hd_top .top_gnb li a:hover span{display:block;font-size:12px;}
/* -- */
#header .hd_cont {height:156px; padding-top:15px; box-sizing:border-box;}
#header .hd_cont .logo {text-align:center; height:26px; line-height:26px;margin:10px 0 20px;}
#header .hd_cont .hd_menu {padding:45px 0 10px; box-sizing:border-box;text-align:center;}
#header .hd_cont .hd_menu .gray{color:#777777;}
#header .hd_cont .hd_menu li ul {width:100%; font-size:0; text-align:center;}
#header .hd_cont .hd_menu > ul > li {display:inline-block; padding:0 20px; vertical-align:top;position:relative;height:30px;}
#header .hd_cont .hd_menu > ul > li > a {
    display:inline-block; padding-bottom:2px; 
    font-size:15px; color:#222; font-weight:600; line-height:15px;
}
#header .hd_cont .hd_menu > ul > li.etc_menu > a {color:#777;}
#header .hd_cont .hd_menu > ul > li:hover > a {border-bottom:solid 1px #222;}

#header .hd_cont .hd_menu li ul{display:none;padding:16px 0 15px;border:1px solid #222222;text-align:center;position:absolute;left: 50%;top: 30px;width: 169%;background: #fff;z-index: 10;transform: translate(-50%, 0);}
#header .hd_cont .hd_menu li ul:before{content:"";display:block;background:url('/design/artsand/da_image/depth1_bg.png') no-repeat 0 0;width:10px;height:6px;position:absolute;left:50%;margin-left:-5px;top:-6px;}
#header .hd_cont .hd_menu li ul li{margin:5px 0;}
#header .hd_cont .hd_menu li ul li a{line-height:16px;color:#222222;font-size:13px;display:inline-block;height:16px;box-sizing:border-box;}
#header .hd_cont .hd_menu li ul li:hover a{border-bottom:1px solid #222;}
#header .hd_cont .hd_menu li ul.on{display:block;}

/* -- */
#header .hd_search {background:#eee;}
#header .hd_search .w1100 {height:55px;}
#header .hd_search .w1100 .keyword {
}
#header .hd_search .w1100 .sch{text-align:Center;height:55px;line-height:55px;box-sizing:border-box;}
#header .hd_search .w1100 .sch a{display:inline-block;vertical-align:middle;}
#header .hd_search .w1100 .hd_search_box * {display:inline-block; vertical-align:middle; margin:0 6px;}
#header .hd_search .w1100 input{height:20px; line-height:20px; border:0; outline-style:none; background:transparent;font-family:'Work Sans', sans-serif;text-align:center;font-size:15px; color:#888;width:95px;height:20px;display:inline-block;vertical-align:middle;}




/* ÇÏ´Ü */
#footer {padding-bottom:40px; border-top:solid 1px #222; box-sizing:border-box;}
#footer .ft_cont {padding:35px 0; box-sizing:border-box;}
#footer .ft_cont > * {float:left; display:inline-block;}
#footer .ft_cont h2 {font-family:'Nunito', sans-serif; font-size:30px; line-height:30px; color:#666; font-weight:200;width:250px;overflow:hidden;}
#footer .ft_cont h2 span{display:block;font-size:30px;color:#666;line-height:30px;font-style:italic;}
#footer .ft_cont h2 span + span{margin:15px 0 0 0;}
#footer .ft_cont .ft_cs {margin-left:30px; font-size:11px; color:#777;}
#footer .ft_cont .ft_cs div + div{margin:15px 0 0 0;}
#footer .ft_cont .ft_cs span {display:inline-block; margin:0 5px 0 15px; color:#333; height:30px; line-height:30px;}
#footer .ft_cont .ft_menu {font-size:0;}
#footer .ft_cont .ft_menu li {display:inline-block;}
#footer .ft_cont .ft_menu li + li:before {position:relative; top:15px; display:inline-block; content:""; width:10px; height:1px; margin:0 10px; background:#ccc; vertical-align:top;}
#footer .ft_cont .ft_menu li a {display:inline-block; height:30px; line-height:30px; font-size:11px; color:#888;}
#footer .ft_cont .ft_menu li.on a {color:#333; font-weight:700;}
/* -- */
#footer .ft_info {padding-top:30px; border-top:solid 1px #ccc; text-align:left; box-sizing:border-box;position:relative;}
#footer .ft_info p {margin-bottom:5px; font-size:11px; color:#888;}
#footer .ft_info p span {display:inline-block; color:#666666; font-weight:700;}
#footer .ft_info p span + span {margin:0 4px 0 10px;}
#footer .ft_info .copyr {margin-top:15px; font-size:11px; color:#aaa;}
#footer .ft_info .copyr em {color:#777;}
#footer .ft_info .go_top {display:inline-block; position:absolute; top:30px; right:0;}

#footer .ft_sns{position:absolute;top:70px;left:300px;}
#footer .ft_sns ul{}
#footer .ft_sns ul li{display:inline-block;vertical-align:middle;}
#footer .ft_sns ul li + li{margin-left:8px;}
#footer .ft_sns ul li a{display:block;}


/* ¸ÞÀÎ */
.main_visual{margin:0 0 0 0;position:relative;}
.main_visual .slick-arrow{width:84px;height:22px;position:absolute;top:50%;margin-top:-11px;font-size:0px;z-index:10;outline:none;}
.main_visual .slick-prev{background:url('/design/artsand/da_image/vs_prev.png') no-repeat 0 0;left:0px;}
.main_visual .slick-next{background:url('/design/artsand/da_image/vs_next.png') no-repeat 0 0;right:0px;}
.slick-dots{display:block; position:absolute; bottom:30px; width:100%; margin:0; padding:0; text-align:center;}
.slick-dots li{display:inline-block; position:relative; margin:0 5px; padding:0; cursor:pointer;}
.slick-dots li button{display:block; padding:5px; font-size:0; line-height:0; cursor:pointer; border:0; outline:none; opacity:0.75;width:8px;height:8px;border-radius:100%;background:#aaaaaa;}
.slick-dots li.slick-active button{opacity:1;background:#222222;}
.slick-dots li button {width:7px !important; height:7px !important; padding:0 !important;}
.slick-dots li.slick-active button {width:11px !important; height:11px !important;}

.main_bnr{}
.main_bnr ul{overflow:hidden;}
.main_bnr ul li{float:left;}
.main_bnr ul li + li{margin-left:20px;}

/* -- */
.main_cont .tit {position:relative; margin:150px 0 30px;}
.main_cont .tit:before {position:relative; top:15px; display:inline-block; width:30px; height:1px; margin-right:10px; content:""; background:#333; vertical-align:top;}
.main_cont .tit h2 {display:inline-block; font-family:'Work Sans', sans-serif; font-size:28px; line-height:28px; color:#333; font-weight:300;}
.main_cont .tit a.more {display:inline-block; position:absolute; top:0; right:0;}
/* -- */
.main_cont .prd_wrap {margin-bottom:70px;}
/* -- */
.main_cont .main_collection {background:url('../img/collection_bg_new.png') no-repeat right top;}
.main_cont .main_collection .coll_prd .fl {
    position:relative; width:550px; height:350px; padding:30px 40px; 
    background:url('../img/main_collection_banner.jpg') no-repeat 0 0;
    box-sizing:border-box;
}
.main_cont .main_collection .coll_prd .fl a {position:absolute; display:inline-block; top:0; left:0; width:100%; height:100%;}
.main_cont .main_collection .coll_prd .fl .subject {font-size:28px; color:#333; line-height:1.3;}
.main_cont .main_collection .coll_prd .fl .memo {margin-top:10px; font-size:14px; color:#777;}
.main_cont .main_collection .coll_prd .fl .price {font-family:'Work Sans', sans-serif; font-size:20px; line-height:20px; color:#333;}
.main_cont .main_collection .coll_prd .fl .price:before {display:block; margin:25px 0; width:30px; height:1px; background:#333; content:"";}
/* -- */
.main_cont .main_new .prd_wrap {position:relative;}
.main_cont .main_new .prd_wrap .new_bann {position:absolute; top:0; left:50%; transform:translateX(-50%); z-index:2;}

.main_cont .main_new .item-list .item{width:255px !important;margin:0px;}
.main_cont .main_new .item-list .item + .item{margin-left:570px;}

/* -- */
.main_cont .main_bann {position:relative; width:100%; height:250px; overflow:hidden; box-sizing:border-box;}
.main_cont .main_bann div {position:absolute; top:0;}
.main_cont .main_bann div.bn1 {left:50%; margin-left:-1000px;}
.main_cont .main_bann div.bn2 {left:50%;}
/* -- */
.main_cont .main_instar {padding:20px 0 100px; background:#eee; box-sizing:border-box;}
.main_cont .main_instar .w1100 {background:#eee url('../img/main_instar_bg.png') no-repeat right top;}
.main_cont .main_instar .instar_wrap {position:relative;}
.main_cont .main_instar .instar_wrap .label {
    position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);
    display:inline-block; height:40px; line-height:40px; padding:0 30px; border:solid 1px #222;
    font-family:'Work Sans', sans-serif; font-size:13px; color:#333; text-align:center;
    background:#fff; box-sizing:border-box; letter-spacing:-0.5px; z-index:2;
}
.main_cont .main_instar .instar_wrap ul.instargram {width:1097px; padding:2px 1px 0 1px; font-size:0; text-align:center; background:#fff; box-sizing:border-box;}
.main_cont .main_instar .instar_wrap ul.instargram li {position:relative; display:inline-block; width:217px; height:217px; margin:0 1px 2px;}
.main_cont .main_instar .instar_wrap ul.instargram li a {
    position:absolute; display:inline-block; width:100%; height:100%; top:0; left:0;
    
}
.main_cont .main_instar .instar_wrap ul.instargram li a:hover {
    background:rgba( 51, 51, 51, 0.5 ) url('../img/instar_over.png') no-repeat center center;
}
/* -- */
.slider-banner-511517418 .slick-prev {
	left:0; outline-style:none;
	width:84px; height:22px; background-image:url('../img/vs_prev.png') !important;
}
.slider-banner-511517418 .slick-next {
	right:0; outline-style:none;
	width:84px; height:22px; background-image:url('../img/vs_next.png') !important;
}
.slider-banner-511517418 .slick-dots li button {width:7px !important; height:7px !important; padding:0 !important;}
.slider-banner-511517418 .slick-dots li.slick-active button {width:11px !important; height:11px !important;}






/* ½ºÅ©·Ñ */
.scroll_wrap {display:none;}

/* »óÇ° °øÅë */
.item_tit_box .item_name,
.item_tit_box .item_name_explain {width:100%; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}

/* °¶·¯¸®Çü ±âº» */
.goods_list_cont ul {
    width:1120px; margin-left:-20px; float:none; font-size:0; text-align:left;
}
.goods_list_cont ul li {
    display:inline-block; position:relative; width:260px !important; margin:0 0 0 20px;
    text-align:center; vertical-align:top; font-size:12px;
}
.goods_list_cont ul li .item_cont {padding:0; text-align:center; color:#333;}
.goods_list_cont ul li .item_cont .item_photo_box {border:0;}
.goods_list_cont ul li .item_cont .item_photo_box .discound_rate {
	position:absolute; top:0; left:0; display:inline-block;
	width:40px; height:40px; line-height:40px; text-align:center; font-family:'Work Sans', sans-serif; font-size:15px; color:#fff;
	background:#333; z-index:2;
}
.goods_list_cont ul li .item_cont .item_photo_box .discound_rate em {font-size:12px;}
.goods_list_cont ul li .item_cont .item_info_cont {
	display:block; padding:20px 0 40px 0; box-sizing:border-box; text-align:center;
}
.goods_list_cont ul li .item_cont .item_info_cont .item_tit_box .item_name {padding:0; color:#777; font-weight:400;}
.goods_list_cont ul li .item_cont .item_info_cont .item_money_box del {
	display:inline-block; margin-right:5px;
	 font-family:'Work Sans', sans-serif; font-size:14px; color:#999; font-weight:400;
}
.goods_list_cont ul li .item_cont .item_info_cont .item_money_box .item_price {
	display:inline-block;
	padding:0; font-family:'Work Sans', sans-serif; font-size:14px; color:#333; font-weight:400;
}

/* ÅÇÁø¿­Çü */
.tabs {position:absolute; top:13px; right:0; font-size:0; text-align:right;}
.tabs li {display:inline-block; width:auto !important;}
.tabs li + li {margin-left:40px;}
.tabs li a {font-size:16px; line-height:16px; color:#888;}
.tabs li.active a {
	display:inline-block; padding:0; color:#222; 
	border-bottom:solid 1px #222; font-weight:500;
}

.tab_content{display:none;}


/* -- */
.goods_no_data {text-align:center !important;}

/* ¸ÞÀÎ COLLECTION Áø¿­ */
.main_collection .goods_list_cont ul {
    width:auto; margin:0; float:none; font-size:0; text-align:left;
}
.main_collection .goods_list_cont ul li {
    display:inline-block; position:relative; width:250px !important; margin:0;
    text-align:center; vertical-align:top; font-size:12px;
}
.main_collection .goods_list_cont ul li + li {margin:35px 0 0 30px;}
.main_collection .goods_list_cont ul li .item_cont .item_photo_box {border:solid 1px #ccc; box-sizing:border-box;}
.main_collection .goods_list_cont ul li .item_cont .item_photo_box img {width:250px; height:auto;}

/* ¸ÞÀÎ NEW Áø¿­ */
.main_new .goods_list_cont ul li {width:255px !important;}
.main_new .goods_list_cont ul li + li {margin-left:590px;}
.main_new .goods_list_cont ul li .item_cont .item_photo_box img {width:255px; height:auto;}


/* ºÐ·ù */
.loc_list {position:relative; margin-bottom:35px; padding-bottom:15px; border-bottom:solid 2px #222;}
.loc_list dt {font-size:26px; color:#333; font-weight:700; line-height:1;}
.loc_list dd {position:absolute; top:5px; right:0; color:#000;}
.loc_list dd a {color:#666;}
/* -- */
.list_cate {border-top:2px solid #333; border-bottom:1px solid #ccc; margin-bottom:25px;}
.list_cate ul {margin:14px 0; background:url(../img/sub_cate_bg.gif) repeat-y;}
.list_cate ul li {float:left; width:20%; box-sizing:border-box; padding:0 2%; line-height:26px;}
.list_cate ul li a {display:inline-block; width:100%; height:26px; font-size:13px; color:#888; font-weight:400;}
.list_cate ul li a:hover,
.list_cate ul li.on a {color:#000;}

/*  ÃßÃµ¼ø, ÆÇ¸ÅÀÎ±â¼ø, ³·Àº°¡°Ý¼ø, ³ôÀº°¡°Ý¼ø, »óÇ°Æò¼ø, µî·ÏÀÏ¼ø */
.goods_pick_list {position:relative; border-bottom:none; padding-top:25px; margin-bottom:20px; background:url(../img/sub_dialine.gif) repeat-x;}
.goods_pick_list .pick_list_num {position:absolute; top:27px; left:0; display:block; padding:0 0 0 0; font-size:12px; color:#777; height:20px; line-height:20px;}
.goods_pick_list .pick_list_num strong {font-size:14px; color:#333; font-weight:700;}
.goods_pick_list .pick_list_box {
	height:20px; margin:0 0 0 0; padding:0 0 0 0; border:none;
}
.goods_pick_list .pick_list_box .pick_list {display:inline-block; float:left; padding:5px 0 0 540px;}
.goods_pick_list .pick_list_box .pick_list li {
	display:inline-block; height:18px; line-height:18px; text-align:center; font-size:12px; float:left;
	margin:0 0 0 0; padding:0 10px 0 11px; position:relative;
}
.goods_pick_list .pick_list_box .pick_list li + li {background:url(../img/bg_box_line.gif) no-repeat left 5px;}
.goods_pick_list .pick_list_box .pick_list input {position:absolute; top:3px; left:1px; width:0; z-index:-1;}
.goods_pick_list .pick_list_box .pick_list label {padding:0 0 0 0; background:#ffffff; cursor:pointer;}
.goods_pick_list .pick_list_box .pick_list label.on {color:#000; font-weight:700; background:none;}
/* º¸¿©Áö´Â °¹¼ö(¼¿¸¯Æ® ¹Ú½º) */
.choice_num_view{float:right; padding:0 0 0 0;}
.choice_num_view select{width:120px;}







/* »ó¼¼ */
/* »óÇ° ÀÌ¹ÌÁö Å©°Ô º¸±â */
.item_photo_view_box{width:530px;}
.item_photo_big{width:530px; height:530px; text-align:center; vertical-align:middle; border:0;}
.item_photo_big span{width:530px;}
.item_photo_big img{width:100%; height:100%;}
/* »óÇ° ÀÌ¹ÌÁö ½½¶óÀÌµå */
.item_photo_slide .slider_goods_nav{width:470px;}
/* ÀÛÀº ½½¶óÀÌµå ¹öÆ° */
.item_photo_slide .slick_goods_prev,
.item_photo_slide .slick_goods_next{display:inline-block;}
/* »óÇ° »ó¼¼ ¸®½ºÆ® */
.item_info_box{float:right; position:relative; width:530px;}
/* »óÇ° »ó¼¼ ¸®½ºÆ® ³»¿ë */
.item_detail_tit{background:url(../img/sub_dialine.gif) repeat-x; padding:20px 0 10px 0; border-bottom:1px solid #dbdbdb;}
.item_detail_tit h3{width:473px; font-size:30px; color:#333; font-weight:700; word-break:break-all;}
.item_detail_tit .btn_qa_share_box{position:absolute; bottom:initial; top:30px; right:0px;}
/* »óÇ°»ó¼¼ °øÅë */
.item_detail_list dt{width:90px; margin:0 10px 0 0; font-size:13px; color:#222; font-weight:700; word-wrap:break-word;}
.item_detail_list dd{width:430px;}
/* ÆÇ¸Å°¡ */
.item_price dd{margin:-2px 0 0 0; font-size:18px; color:#333; font-weight:400;}
/* »óÇ° ¼±ÅÃ ³»¿ë*/
.item_choice_list .count {padding:0 5px;}

/* »óÇ° ÃÑ °¡°Ý */
.item_price_cont{text-align:right;}
.item_tatal_box{width:100%;}
.item_tatal_box dl:after {display:block; clear:both; content:"";}
.item_tatal_box dt{float:left;text-align:left;}
.item_tatal_box dd{font-size:16px; width:200px;}
.item_tatal_box dd strong {font-weight:400;}
/* ÃÑ ÇÕ°è±Þ¾× */
.item_tatal_box .total_amount{margin:15px 0 0 0; padding-top:10px; border-top:1px solid #dbdbdb;}
.item_tatal_box .total_amount dt{font-size:16px; font-weight:bold;}
.item_tatal_box .total_amount dd{color:#ab3e55; font-weight:bold;}
.item_tatal_box .total_amount dd strong{font-size:20px; font-weight:700;}
.btn_choice_box{clear:both; width:100%; padding:20px 0 0 0; text-align:right;}
.btn_restock_box{text-align:center;}

/* --------------------------------
    »óÇ°»ó¼¼ ¹öÆ°
-------------------------------- */
.btn_choice_box > div {font-size:0;}
/* Àå¹Ù±¸´Ï,ÂòÇÏ±â °øÅë ¹öÆ° */
.btn_add_cart,
.btn_add_wish{display:inline-block; width:171px; height:66px; line-height:25px; margin:0 8px 0 0; padding:0 0 0; color:#3e3d3c; font-size:16px; border:1px solid #cccccc; background:#ffffff; text-align:center; font-weight:bold; box-sizing:border-box;}
.btn_add_cart:hover,
.btn_add_wish:hover{color:#333333; border:1px solid #bbbbbb;}
.btn_add_cart {background:#666; color:#fff;}
/* ¹Ù·Î±¸¸Å ¹öÆ° */
.btn_add_order,
.btn_add_order_related,
.btn_add_cart_related{display:inline-block; width:171px; height:66px; line-height:25px; margin:0 0 0 0; padding:0 0 0; color:#ffffff; font-size:16px; border:1px solid #ab3e55; background:#ab3e55; text-align:center; font-weight:bold; box-sizing:border-box;}
.btn_add_order:hover,
.btn_add_order_related:hover,
.btn_add_cart_related:hover{border:1px solid #9b344a; background:#9b344a;}

/* »óÇ°»ó¼¼Á¤º¸, ¹è¼Û¾È³», ±³È¯ ¹× ¹ÝÇ°¾È³», »óÇ°ÈÄ±â, »óÇ°¹®ÀÇ */
.item_goods_sec {margin:0 0 0 0;}

/* »óÇ° Á¤º¸³»¿ë ÅÇ */
.item_goods_tab ul{width:100%;}
.item_goods_tab li{width:20%;}
.item_goods_tab li a{background:#fcfcfc;}

/* --------------------------------
    ¹öÆ° º¸Á¤
-------------------------------- */
.btn_goods_search {vertical-align:top;}





/* company */
#content{width:1100px;margin:0 auto;}
#contentWrap{width:1100px;margin:0 auto;}
#contentWrap #aside{width:188px;}
#contentWrap #aside + #content{width: 800px;float:left;}
.navi{height:39px;line-height:39px;border-bottom:1px solid #ededed;}
.navi a{}
.navi span{}
.navi span,
.navi a{display:inline-block;vertical-align:middle;}

.content_sub{width:1100px;margin:0 auto 100px;}
.content_sub .sub_slide{margin:50px 0 34px 0;}
.sub_slide .slick-arrow{width:84px;height:21px;position:absolute;top:50%;margin-top:-11px;font-size:0px;z-index:10;outline:none;}
.sub_slide .slick-prev{background:url('/design/artsand/da_image/sub_slide_prev.png') no-repeat 0 0;left:0px;}
.sub_slide .slick-next{background:url('/design/artsand/da_image/sub_slide_next.png') no-repeat 0 0;right:0px;}
.content_sub .thin_txt{font-size:16px;color:#666666;line-height:200;font-family: 'Work Sans','Nanum Barun Gothic',Malgun Gothic,"¸¼Àº °íµñ",AppleGothic,Dotum,"µ¸¿ò",sans-serif;line-height:24px;display:block;font-weight:100;}
.sub_company{}
.sub_company dl{overflow:hidden;overflow:hidden;}
.sub_company dl + dl{margin-top:105px;}
.sub_company dl dt{float:left;font-size:28px;color:#073e64;line-height:28px;width:350px;}
.sub_company dl dd{float:left;width:750px;}
.sub_company dl dd .txt{font-size:16px;color:#666666;line-height:27px;font-weight:500;display:block;}
.sub_company dl dd .thin_txt{margin-top:34px;padding-top:35px;position:relative;}
.sub_company dl dd .thin_txt:before{content:"";display:block;position:absolute;top:0px;left:0px;width:14px;height:1px;background:#999999;}

.bus_table{width:100%;display:block;}
.bus_table thead{}
.bus_table thead tr{border-top:1px solid #dddddd;border-bottom:1px solid #dddddd}
.bus_table thead tr th{padding:18px 0 19px 39px;font-size:16px;line-height:16px;color:#333333;font-weight:600;}
.bus_table tbody tr{border-bottom:1px solid #dddddd;}
.bus_table tbody tr th,
.bus_table tbody tr td{font-size:14px;color:#666666;line-height:14px;text-align:left;}
.bus_table tbody tr th{padding:20px 0 19px 39px;}
.bus_table tbody tr td{padding:20px 0 19px;}

.history_list {position:relative;margin-top:60px;}
.history_list:after {display:block;position:absolute;left:0;top:0;width: 138px;height:100%;border-right:1px dashed #88c4ee;content:'';}
.history_list .box {position:relative;z-index:1;}
.history_list .box .year {float:left;width:200px;height:50px;background:url('/design/artsand/da_image/history_dot.png') no-repeat 101px  top;font-size:24px;color:#333333;font-weight:700;line-height:20px;font-family:'Lato', sans-serif;}
.history_list .box .list {float:left;width:550px;padding-bottom:62px;}
.history_list .box .list .li {padding-bottom:22px;font-size:14px;color:#888888;line-height:18px;position: relative;padding-left: 35px;}
.history_list .box .list .li span {display:inline-block;width:40px;font-size:14px;color:#333333;font-weight:700;line-height:18px;font-family:'Lato', sans-serif;position: absolute;left: 0px;top: 0px;}
.history_list .box:last-of-type .list {padding-bottom:10px;}

.company_table{width:100%;display:block;border-top:1px solid #ddd;}
.company_table tbody tr{border-bottom:1px solid #dddddd;}
.company_table tbody tr th,
.company_table tbody tr td{font-size:14px;color:#666666;line-height:14px;}
.company_table tbody tr th{padding:19px 0 19px 40px;font-size:16px;color:#333333;font-weight:600;background:#eeeeee;text-align:left;}
.company_table tbody tr td{padding:19px 0 10px 40px;}


/* contri */
.sub_contri{}
.sub_contri dl{overflow:hidden;overflow:hidden;}
.sub_contri dl + dl{margin-top:105px;}
.sub_contri dl dt{float:left;font-size:28px;color:#244a26;line-height:28px;width:350px;}
.sub_contri dl dd{float:left;width:750px;}
.sub_contri dl dd .txt{font-size:16px;color:#666666;line-height:27px;font-weight:500;display:block;}
.sub_contri dl dd .thin_txt{margin-top:34px;padding-top:35px;position:relative;}
.sub_contri dl dd .thin_txt:before{content:"";display:block;position:absolute;top:0px;left:0px;width:14px;height:1px;background:#999999;}

.sub_contri dl dd .contri_li{}
.sub_contri dl dd .contri_li p{font-size:18px;color:#333333;line-height:18px;padding-bottom:18px;margin-bottom:17px;position:relative;}
.sub_contri dl dd .contri_li p strong{}
.sub_contri dl dd .contri_li p:after{content:"";display:block;background:#999;width:14px;height:1px;position:absolute;left:0px;bottom:0px;}
.sub_contri dl dd .contri_li span {font-size:16px;color:#666666;line-height:16px;display:block;}
.sub_contri dl dd .contri_li span + span{margin-top:12px;}

.sub_contri dl dd .contri_li ul li + li{margin-top:50px;}

.sub_contri dl dd .contri_li ul li:nth-child(2n) span{position:relative;padding-left:8px;}
.sub_contri dl dd .contri_li ul li:nth-child(2n) span:before{content:"";display:block;width:2px;height:2px;position:absolute;left:0px;top:50%;margin-top:-2px;background:#666666;}

/* brand */
.brand{text-align:center;}
.brand .logo1{margin:14px 0 57px;font-size:28px;color:#333333;line-height:28px;text-align:center;}
.brand .logo1 img{margin:15px auto 0;display:block;}

.brand .logo2{font-size:16px;color:#666666;text-align:right;width:325px;margin:7px auto 0;padding-left:180px;box-sizing:border-box;position:relative;line-height:26px;}
.brand .logo2 img{position:absolute;left:0px;top:0px;}
.brand .logo2 span{}
.brand .logo2 span.pink{color:#d76969;}
.brand .logo2 span.green{color:#25840b;}
.brand .logo2 span.blue{color:#265e92;}

.brand .txt{font-size:16px;color:#666666;line-height:26px;}
.brand .thin_txt{position:relative;}
.brand .thin_txt:before{content:"";display:block;position:absolute;width:14px;height:1px;left:50%;margin-left:-7px;top:0px;background:#999999;}
.brand .thin_txt b{color:#333333;font-weight:600;}

.brand .logo2 + .thin_txt{margin-top:20px;margin-bottom:95px;padding-top:40px;}
.brand .txt + .thin_txt{margin-top:34px;padding-top:40px;}

.brand02{}
.brand02 .logo1{}
.brand02 .logo1 strong{display:block;font-size:30px;color:#333333;font-family: 'Work Sans','Nanum Barun Gothic',Malgun Gothic,"¸¼Àº °íµñ",AppleGothic,Dotum,"µ¸¿ò",sans-serif;line-height:42px;}
.brand02 .logo1 span{font-size:18px;color:#244a26;display:block;font-family: 'Work Sans','Nanum Barun Gothic',Malgun Gothic,"¸¼Àº °íµñ",AppleGothic,Dotum,"µ¸¿ò",sans-serif;line-height:29px;}


/* cs center */
.cs_menu{overflow:hidden;margin:61px 0 59px;}
.cs_menu li{float:left;width:33.3%;box-sizing:border-box;text-align:center;position:relative;}
.cs_menu li:before{content:"";display:block;position:absolute;left:0px;top:50%;margin-top:-10px;background:#666666;width:1px;height:20px;}
.cs_menu li:last-child:after{content:"";display:block;position:absolute;right:0px;top:50%;margin-top:-10px;background:#666666;width:1px;height:20px;}
.cs_menu li a{box-sizing:border-box;display:block;line-height:40px;font-size:24px;color:#333333;font-weight:500;}
.cs_menu li a img{display:inline-block;vertical-align:middle;margin-right:10px;}

.board_wrap{overflow:hidden;}
.board_wrap .board_box{width:525px;float:left;margin:49px 0 25px;;}
.board_wrap .board_box:nth-child(2n){margin:49px 0 50px 50px;}
.board_wrap .board_box .tit{font-family: 'Work Sans','Nanum Barun Gothic',Malgun Gothic,"¸¼Àº °íµñ",AppleGothic,Dotum,"µ¸¿ò",sans-serif;margin:0 0 6px 0;font-size:24px;color:#333333;display:block;position:relative;border-bottom:2px solid #444444;text-transform: uppercase;font-weight: 500;}
.board_wrap .board_box .tit a{display:block;position:absolute;right:9px;bottom:4px;font-size:12px;color:#333333;line-height:12px;}
.board_wrap .board_box .tit a span{font-size:9px;}
.board_wrap .board_box ul{}
.board_wrap .board_box ul li{line-height:37px;color:#333333;font-size:13px;line-height:37px;padding:0 10px;box-sizing:border-box;border-bottom:1px solid #dddddd;}
.board_wrap .board_box ul li + li{}
.board_wrap .board_box ul li a{display:block;line-height:37px;color:#333333;font-size:13px;line-height:37px;box-sizing:border-box;}

.board_wrap .time{}
.board_wrap .time span{display:block;padding:9px 8px;line-height:22px;color:#333333;}
.board_wrap .time strong{font-family: 'Work Sans','Nanum Barun Gothic',Malgun Gothic,"¸¼Àº °íµñ",AppleGothic,Dotum,"µ¸¿ò",sans-serif;display:block;padding:0 0 0 8px;font-size:30px;line-height:30px;font-weight:500;color:#333333;}

.board_wrap .bank{}
.board_wrap .bank b{display:inlne-block;vertical-align:middle;margin:0 25px;font-weight:500;}








