/*
========================================================================
RESET
========================================================================
*/
/* global rest */

.chocotube {margin-top:50px; width:950px; height:534px;}
.calebInform {width:700px;margin:0 auto;padding-left:64px;margin-top:-100px;}
.calebInform span {display:flex;margin:3px 0;padding:5px;text-align:left;font-family:"Malgun Gothic", "Noto Sans";font-size:14px;}
.calebInform span p {width:110px;flex-shrink:0;}

.calebInform table {margin:20px 0; width:90% !important;border:solid 1px #e9ecef;}
.calebInform table tr td {padding:5px;font-family:"Malgun Gothic", "Noto Sans";font-size:14px;}
.calebInform table tr:first-child {font-weight:bold;}
.calebInform table tr:nth-child(odd) {background-color:#f7f7f7;}
.calebInform table tr td:first-child {width:120px;}


html, body {
    height: 100%;
}
html, body, pre,
h1, h2, h3, h4, h5, h6,
dl, dt, dd, ul, li, ol,
th, td, p, blockquote,
form, fieldset, legend,
menu, nav, section, hgroup, article, header, aside, footer,
input, select, textarea, button {
    margin: 0;
    padding: 0;
}
body,
h1, h2, h3, h4, h5, h6, table,
input, select, textarea, a {
    font-size: 12px;
    line-height: 1.25;
    color: #777;
    font-family:Dotum, AppleGothic, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
img, fieldset,button {
    border:0 none;
}
img {
    vertical-align: top;


}
li {
    list-style: none;
}
hr, caption, legend {
    display: none;
}
a { 
    color: #787878;
    text-decoration: none;
}
a:hover {
}
button {
    overflow: hidden;
    cursor: pointer;
}
button span {
    visibility: hidden;
}
address, em {
    font-style: normal;
}
button, input, select, textarea, a {
    vertical-align: middle;
}
select {
    line-height: 18px;
    height: 18px;
}
input:focus {
    outline: none;
}
table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    word-wrap: break-word;
    word-break: keep-all;
}
/*
========================================================================
°øÅë class
========================================================================
*/
/* image replace, hidden text */
.ir *,
.blind { z-index:-1; position: absolute; display: block; left: 0; top: 0; overflow: hidden; visibility: hidden; width: 0; height: 0; text-indent: -9999px; }
/* block, inline */
.d-block { display: block;}
.d-inline { display: inline;}
/* form */
.txt-right { text-align: right; }
.txt-input1 { padding: 2px 0 0 2px; height: 17px; line-height: 17px; border: 1px solid #e2e9ef; border-top: 1px solid #aaadb2; }
.txt-input2 { padding: 2px 0 0 2px; height: 17px; line-height: 17px; border: 1px solid #dcdcdc; }
/*.MS_input_txt { margin-right:5px; padding: 2px 0 0 2px; line-height: 17px; border: 1px solid #dcdcdc; }*/
.txt-disabled { background-color: #f6f6f6; }
.chk-rdo { width: 13px; height: 13px; vertical-align: middle; }
.txt-area1 { overflow-y: scroll; padding: 2px 0 0 2px; line-height: 17px; border: 1px solid #e2e9ef; border-top: 1px solid #aaadb2; }
/* file add trick */
.file-wrap { display: inline-block; overflow: hidden; position: relative; height: 23px; width: 280px; vertical-align: middle; background: url(/images/btn/h20_trick_fileadd.gif) no-repeat right 0; }
.file-wrap .file-txt { float: left; border: 0 none; height: 18px; font-size: 12px; line-height: 18px; width: 198px; border: 1px solid #ccc; }
.file-wrap .file-trick { cursor: pointer; position: absolute; right: 0px; top: 0; right: 0; width: 100px; height: 20px; background: none; border: 0 none; opacity: 0; filter: alpha(opacity=0); }
/* font-color */
.fc-red { color: #bd101b; }
.fc-blue { color: #2c6b9e; }
.MS_option_price { color: #FF3C00; }
/* bold */
.bold { font-weight: bold; }
/* float clear */
.clear {zoom: 1;}
.clear:after {content: ""; display: block; clear: both;}
/* margin */
.mr-5 { margin-right: 5px;}
.mr-10 { margin-right: 10px; }
.mr-15 { margin-right: 15px; }
.mr-20 { margin-right: 20px; }
.ml-5 { margin-left: 5px; }
.ml-10 { margin-left: 10px; }
.ml-15 { margin-left: 15px; }
.ml-20 { margin-left: 20px; }
.mt-5 { margin-top: 5px; }
.mt-10 { margin-top: 10px; }
.mt-15 { margin-top: 15px; }
.mt-20 { margin-top: 20px; }
.mb-5 { margin-bottom: 5px; }
.mb-10 { margin-bottom: 10px; }
.mb-15 { margin-bottom: 15px; }
.mb-20 { margin-bottom: 20px; }
/* padding */
.pr-5 { padding-right: 5px; }
.pr-10 { padding-right: 10px; }
.pr-15 { padding-right: 15px; }
.pr-20 { padding-right: 20px; }
.pl-5 { padding-left: 5px; }
.pl-10 { padding-left: 10px; }
.pl-15 { padding-left: 15px; }
.pl-20 { padding-left: 20px; }
.pl-30 { padding-left: 30px; }
.pt-5 { padding-top: 5px; }
.pt-10 { padding-top: 10px; }
.pt-15 { padding-top: 15px; }
.pt-20 { padding-top: 20px; }
.pb-5 { padding-bottom: 5px; }
.pb-10 { padding-bottom: 10px; }
.pb-15 { padding-bottom: 15px; }
.pb-20 { padding-bottom: 20px; }
/* table */
table img { vertical-align: middle; }
.tb-bold { font-weight: bold; }
.tb-left,
.tb-center,
.tb-right { padding: 0 10px;}
.tb-btn { padding: 0; }
.tb-left { text-align: left; }
.tb-center { text-align: center; }
.tb-right { text-align: left; }
.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 { color: #d63448; }
.paging li.first a,
.paging li.prev a,
.paging li.next a,
.paging li.last a { padding: 0 3px; }
.paging li.prev { margin-right: 10px; }
.paging li.next { margin-left: 10px; }
/* ÇöÀçÀ§Ä¡ */
.loc-navi { text-align: right; }
.loc-navi,
.loc-navi a { color: #999; text-transform: capitalize; }
/* ÆäÀÌÁö Å¸ÀÌÆ² */
/* Å¸ÀÔ 1*/
#content .tit-page { position: relative; margin-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; }

/* ¸¶ÀÌÆäÀÌÁö Æ÷ÀÎÆ® ÀÌ¹ÌÁö */
.pimg { padding: 10px 20px; }

/*
========================================================================
°øÅë - ·¹ÀÌ¾î
========================================================================
*/
/*
========================================================================
°øÅë - ·¹¾Æ¿ô
========================================================================
*/
/* z-index */
#layerWrap { z-index: 1; }
/* layout */
#header,
#layerWrap,
#contentWrap,
#ftLink .link,
#footer { position: relative; width: 1160px; margin-left: auto; margin-right: auto; }
#contentWrapper { position: relative; }
#contentWrap:after { content: ""; display: block; clear: both; }
#aside,
#content { position: relative; float: left; }
#content { width: 100%; min-height:1000px; }
#contentWrap{padding-top:12px;}

/* »óÇ° ¹Ì¸®º¸±â ·¹ÀÌ¾î */
#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.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:17px;}
.bbs-link span a {margin-top:5px;}
/* °Ô½ÃÆÇ ÇÑÁÙ°øÁö */
.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-bottom:1px solid #e5e5e5; color:#9d9d9d; font-weight:normal; font-size:11px;} 
/* °øÅëÀ¸·Î ¾²´Â°Å */
textarea { width:600px; height:47px; padding:2px; border:1px solid #EDEDED;}        
.input-style { padding:2px; height:14px; line-height:14px; border:1px solid #EDEDED;}

.cont-sub-des { position:relative;}
.cont-sub-des span { margin-right:15px; color:#555;}
.cont-sub-des span em { font-size:11px; color:#9c9c9c;}
.cont-sub-des .hit { position:absolute; top:15px; right:0;}
.cont-sub-des .hit span { margin-right:0;}

.comment-box { border-bottom:2px solid #e5e5e5;}
.bbs-table-view .comment-box td { padding-bottom:20px; border-top:1px solid #e5e5e5; vertical-align:top;}

.comment-box .com-name { margin-right:8px; padding:0 8px; background: url('/images/d3/modern_simple/common/bull_bbs_hd_link.gif') repeat-y 100% 0; font-weight:bold; color:#c5c5c5;}
.bbs-table-view td.com-wrt-box { border:0;}
.com-wrt-box label { padding-left:7px; color:#9d9d9d; background: url('/images/d3/modern_simple/common/bull_join_required.gif') no-repeat 0 50%;}
.com-wrt-box .input-style { margin:0 10px 0 7px; padding:2px; height:14px; line-height:14px; border:1px solid #EDEDED;}
.com-wrt-box .wrt { margin-top:7px;}
.view-link { padding:12px 0;}

/* °Ô½ÃÆÇ È¸¿ø °Ô½Ã±Û °Ë»ö */
.search_id { background: none repeat scroll 0 0 #FFFFFF; border: 1px solid #DADADA; display: block; padding: 3px; position: absolute; width: 90px; }

/* °³ÀÎÁ¤º¸º¸È£Á¤Ã¥ µ¿ÀÇ */
.new-privercy-contract { text-align: left; padding: 5px; }
.new-privercy-contract p { font-weight: bold; margin: 0; margin-bottom: 10px; margin-top: 20px; text-align: left; }
.privercy-contract-tap { position: relative; height:40px; }
.privercy-contract-tap ul { list-style: none; margin: 0; padding: 0; position: absolute; bottom: -1px; *bottom: -2px; }
.privercy-contract-tap li { border: 1px solid #ccc; border-right: none; background: #F4F4F4; float:left; display: inline-block; }
.privercy-contract-tap li a { display: block; padding: 10px 10px; text-decoration: none; }
.privercy-contract-tap li.end { border-right: 1px solid #ccc; }
.privercy-contract-tap li.sel { background: #FFFFFF; border-bottom: 1px solid #FFFFFF; }
.privercy-contract { clear: both; }
.privercy-contract textarea { clear: both; border: 1px solid #CCC; height: 60px; background: #FFFFFF; padding: 10px; width: 660px; }
.privercy-agree { margin: 10px 0; }
.privercy-agree label{ margin-right: 10px; }

/*
========================================================================
hot issue common class
========================================================================
*/
/* .item-wrap */
.item-wrap .item-hd { margin: 80px 0 40px 0; background: url(/images/d3/hot_issue/common/bd_line_gray.gif) repeat-x 0 60%; }
.item-wrap .nbg { background: none; text-align: center; }
.item-wrap .item-info { zoom: 1; overflow: hidden; padding: 35px 0 10px; border-bottom: 1px solid #ddd; }
.item-wrap .item-info .item-total { float: left; padding-left: 20px; }
.item-wrap .item-info .item-order { float: right; padding-right: 10px; }
.item-wrap .item-info .item-order li { float: left; padding: 0 10px; background: url(/images/d3/hot_issue/common/bull_w1_h7_gray.gif) no-repeat 100% 40%; }
.item-wrap .item-info .item-order li.nobg { background: none; }
.item-wrap .item-info .item-order li a { font-size: 11px; }
.item-wrap .item-cont { zoom: 1; overflow: hidden; margin-top: 10px; }
.item-wrap .item-cont:after { content: ""; display: block; clear: both; }
.item-wrap .item-cont .item-list { float: left; width: 280px; margin: 10px 0; text-align: center; }
.item-wrap .item-cont .item-list .thumb img { width: 200px; height: 200px; }
.item-wrap .item-cont .item-list li { margin-top: 5px; }
.item-wrap .item-cont .item-list .prd-price { font-weight: bold; }
.item-wrap .item-page { margin-top: 80px; text-align: center; }
.item-wrap .item-page a { padding: 0 5px; }
.item-wrap .item-page a:hover,
.item-wrap .item-page a.now { color: #ec2626; font-weight: bold; letter-spacing: -1px; }
/* .navi */
.navi p { text-align: right; }




/*:::::::::::::::::::::::::::::::             2014-08-26 DESIGNWIB            :::::::::::::::::::::::::::::::::::*/
/*::::::::::::::::::::::::::::::: º»»çÀÌÆ®¿¡ »ç¿ëµÈ ÀÌ¹ÌÁö´Â ¹«´Ü µµ¿ë º¹»ç¿ëÀ» ±ÝÁöÇÕ´Ï´Ù.:::::::::::::::::::::::::::::::::::*/
/*¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ãreset¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã*/
/*body{min-width:1520px;}*/
/*¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ãie8pngÃ³¸®¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã*/
#MAKESHOPLY0,
#MAKESHOPLY1,
#MAKESHOPLY2,
#MAKESHOPLY3,
#MAKESHOPLY4,
#MAKESHOPLY5,
#MAKESHOPLY6,
#MAKESHOPLY7,
#MAKESHOPLY8,
#MAKESHOPLY9,
#MAKESHOPLY10,
#MAKESHOPLY11,
#MAKESHOPLY12,
#MAKESHOPLY13,
#MAKESHOPLY14,
#MAKESHOPLY15,
#MAKESHOPLY16,
#MAKESHOPLY17,
#MAKESHOPLY18,
#MAKESHOPLY19,
#MAKESHOPLY20{z-index:99999999999999999!important;}
.iefix{
 /* IE hack */
  background:none\9; /* Targets IE only */
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader();
}  
.clear_fix{
    clear:both;
    overflow: hidden;
    height:0px;
    line-height: 0px;
    float:none;

}

.mg_t7{margin-top:7px!important;}
.mg_t10{margin-top:17px!important;}
.mg_t17{margin-top:17px!important;}
.mg_t20{margin-top:20px!important;}
.mg_t35{margin-top:35px!important;}
.mg_t40{margin-top:40px!important;}
.mg_t44{margin-top:44px!important;}
.mg_r5{margin-right:5px!important;}
.mg_r10{margin-right:10px!important;}
.mg_b10{margin-bottom:10px!important;}
.mg_b15{margin-bottom:15px!important;}
.mg_b18{margin-bottom:18px!important;}
.mg_b21{margin-bottom:21px!important;}

.pd_l15{padding-left:15px!important;}
.pd_l21{padding-left:21px!important;}


.pd_t10{padding-top:10px!important;}
.pd_t20{padding-top:20px!important;}
.pd_t30{padding-top:30px!important;}

.pd_b5{padding-bottom:5px!important;}
.pd_b10{padding-bottom:10px!important;}
.pd_b20{padding-bottom:20px!important;}
.pd_b30{padding-bottom:30px!important;}

/***¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã »ó´Ü ·¹ÀÌ¾Æ¿ô ¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã***/
.header_wib{height:218px; min-height: 218px;}
.header_wib,.header_wib .top_menu_wrap,.top_logo_slider_bico,.top_cate_wrap{width:100%;}

.header_wib .top_menu_wrap .top_menu_wrap_cont{width:1160px; margin:0 auto; }
    .top_menu{width:360px; height:40px; float:right; margin-top:42px;}
    .top_menu .realtime_board{width:192px; height:40px; float:left; margin-top:7px;}
    .top_menu .sch_wrap{width:168px; height:26px; margin-top:7px; font-size:0px; word-spacing: 0px; letter-spacing: 0px; float: right;}
    .top_menu .sch_wrap::after{content: "."; display: block; height: 0px; line-height: 0px; clear: both;}
    .top_menu .sch_wrap > div{display: inline-block; *display: inline;}
    .top_menu .sch_wrap .inp_form{width:139px;float: left; height:26px;  background: url(/design/satria/autumn/renew2014/img/top/t_sch_bg.gif) no-repeat 0 0;}
    .top_menu .sch_wrap .inp_form input{width:100%; height: 24px; border:0px; margin-left:1px; margin-top:1px; text-indent: 5px;}
    .top_menu .sch_wrap .inp_btn{width:29px;float: left;}

.header_wib .top_menu_wrap .top_menu_wrap_cont .top_menu_c{font-size:0px;letter-spacing: 0px;word-spacing: 0px; float:right; height:40px;}
    .header_wib .top_menu_wrap .top_menu_wrap_cont .top_menu_c > div{display: inline-block; *display: inline; background: url(/design/satria/autumn/renew2014/img/top/t_menu_bar.gif) no-repeat right 16px;}
    .header_wib .top_menu_wrap .top_menu_wrap_cont .top_menu_c > div.lstc{background: none!important;}
    .header_wib .top_menu_wrap .top_menu_wrap_cont .top_menu_c > div.lstc img{ position: relative;top:-2px;}
    .header_wib .top_menu_wrap .top_menu_wrap_cont .top_menu_c > div.lstc a{padding-right:0px!important;}
    .header_wib .top_menu_wrap .top_menu_wrap_cont .top_menu_c > div img{ vertical-align: middle;}
    .header_wib .top_menu_wrap .top_menu_wrap_cont .top_menu_c > div a{font-size:11px;font-family: 'Dotum'; color:#6e6e6e; height:40px;line-height:4.1; display: block; padding:0px 6px;}


.header_wib .top_logo_slider_bico .top_logo_slider_bico_cont{ width:1160px; height:94px; margin:0 auto; /*overflow:hidden; 20140922 À§Ä¡ÀÌµ¿À¸·Î ÁÖ¼®Ã³¸®*/ position: relative; z-index: 999999;}
    .header_wib .top_logo_slider_bico .top_logo_slider_bico_cont .top_slider{ width:238px; height:86px; position: relative;z-index: 5; margin-top:8px; float:left;}
    .header_wib .top_logo_slider_bico .top_logo_slider_bico_cont .top_slider .top_slider_cont{width:238px; height:86px; overflow: hidden;}
    .header_wib .top_logo_slider_bico .top_logo_slider_bico_cont .top_slider .top_slider_btn .top_slider_lbtn{position: absolute;top:0px;left:0px; z-index:6;}
    .header_wib .top_logo_slider_bico .top_logo_slider_bico_cont .top_slider .top_slider_btn .top_slider_rbtn{position: absolute;top:0px;right:0px;z-index:6;}
    .top_eicon{ float:left; width:222px; margin-top:11px;}
    .header_wib .top_logo_slider_bico .top_logo_slider_bico_cont .logo{position: absolute;top:2px;left:50%;margin-left: -112.5px; z-index:10;}

.header_wib .top_cate_wrap{border-top:2px solid #49BBF7;}
    .header_wib .top_cate_wrap .topc_cate_cont{ width:1160px;  margin:0 auto; font-size: 0px; letter-spacing: 0px; word-spacing: 0px;}
    .header_wib .top_cate_wrap .topc_cate_cont > div{display: inline-block; *display: inline; vertical-align: top; height:40px; background: url(/design/satria/autumn/renew2014/img/top/top_cate_bar.gif) no-repeat 100% 14px;}
    .header_wib .top_cate_wrap .topc_cate_cont > div > a{display: inline-block; padding:0px 26px; padding-top:15px; padding-bottom:12px;}
    .header_wib .top_cate_wrap .topc_cate_cont > div.ftc{width:200px; height:40px;}
    .header_wib .top_cate_wrap .topc_cate_cont > div.ftc > a{padding:0px; padding-top:16px; padding-bottom:12px; font-size: 11px; color:#4d4c4c; font-family: 'Gulim'; font-weight: normal; width:200px; text-align: center;}

    .header_wib .top_cate_wrap .topc_cate_cont > div.sdc a{padding-left:22px;}
    .header_wib .top_cate_wrap .topc_cate_cont > div.lstc{background: none!important;}
    .header_wib .top_cate_wrap .topc_cate_cont > div.lstc a{ padding-right:40px;}
    .header_wib .top_cate_wrap .top_gra_line{width:100%; height:16px; background: url(/design/satria/autumn/renew2014/img/top/top_gra_line.png) repeat-x 0 0;position: absolute;top: 218px;z-index: 200;}


/**¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã ¼­ºêÄ«Å×°í¸®CSS ¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã**/
.header_wib .top_cate_wrap .topc_cate_cont .scate{ position: absolute; left:0px; top:177px; z-index:9999; width:100%; height:42px; background: #49BBF7; display: none;}
    .header_wib .top_cate_wrap .topc_cate_cont .actv{ display: block;}
    .header_wib .top_cate_wrap .topc_cate_cont .actv_imp{background-color: #49BBF7;}
    .actv_onz{text-decoration: none;}/**¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã ¼­ºêÀÎ½Ä  ¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã**/
    .bg_on{background-color: #49BBF7;}
    .header_wib .top_cate_wrap .topc_cate_cont .actv_impt{display: block!important; z-index:9995!important;}
    .header_wib .top_cate_wrap .topc_cate_cont .scate .scate_cont{ width:1160px; height: 42px; margin:0 auto; font-size: 13px; font-weight: bold; font-family:'Dotum'; color:#ddd;}
    .header_wib .scate .scate_cont .scate_m{font-size: 0px;letter-spacing: 0px; word-spacing: 0px;float:left;}
    .header_wib .scate .scate_cont .scate_m > ul > li{ display: inline-block; *display: inline; height:40px; line-height: 4.1;}
    .header_wib .scate .scate_cont .scate_m > ul > li > a{display: block; /*¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ãwidth:100%;¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã*/ padding:13.5px 11px;}
    .header_wib .scate .scate_cont .scate_m .ftc{width:182px; text-align: center; padding-right:10px;padding-left:7px;}
    .header_wib .scate .scate_cont .scate_m .ftc a{padding:13.5px 0px!important;}
    .header_wib .scate .scate_cont .scate_m .ftb{padding-left:580px; important;}
    .header_wib .scate .scate_cont .pcat01{padding-left:205px;}
    .header_wib .scate .scate_cont .pcat02{padding-left:289px;}
    .header_wib .scate .scate_cont .pcat03{padding-left:421px;}
    .header_wib .scate .scate_cont .pcat04{padding-left:540px;}
    .header_wib .scate .scate_cont .pcat05{padding-left:290px;}
    .header_wib .scate .scate_cont .pcat06{padding-left:530px;}
    .header_wib .scate .scate_cont .pcat07{padding-left:615px;}
    .header_wib .scate .scate_cont .pcat08{padding-left:454px;}
    .header_wib .scate .scate_cont .pcat09{padding-left:327px;}
    
    .header_wib .scate_notice { float:right; margin-top:14px; height: 16px; line-height: 16px;}
    .header_wib .scate_notice .notice_tit{width:73px; height: 16px; line-height: 16px; float:left;}
    .header_wib .scate_notice .notice_b_t {height: 12px; width: 189px; line-height: 12px; overflow: hidden; float: left; margin-left: 6px; margin-top: 2px;}
    .header_wib .scate_notice .notice_b_t > div{ width:189px; height:16px;}
    .header_wib .scate_notice .notice_b_t > div a{font-size: 11px; line-height: 16px; padding:0px; margin-right:0px; font-weight: normal!important; font-family: 'Gulim'; color:#fff;}
    



/**¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã ¸ÞÀÎ CSS ¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã**/
.main_section01_cover{width:100%; overflow: hidden; background: url(/design/satria/autumn/renew2014/img/main/center_bg.gif) repeat-x 0 0;}/**³»ºÎ ÇÇµå¹é ¹Ý¿µ Ãß°¡ ·¹ÀÌ¾î */
.main_section01{width:1160px; height:600px; position: relative; z-index: 10; margin:0 auto;}
.main_section01 .main_slider_wrap{width:2000px; position: absolute; top:0px;}
    .main_section01 .main_slider_wrap .mslider{position: relative; z-index: 10;}
    .main_section01 .main_slider_wrap .mslider .link_loc a{display: block; width:100%; height:600px;}
    .main_section01 .main_slider_wrap .mslider .link_loc{ width:1160px; height:600px; position: absolute;top:0px;  background:#fff; opacity:0;filter: alpha(opacity=0); /* IE 5-7*/-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE8*/}










    .main_section01 .main_slider_wrap .main_slider_nav{font-size: 0px; word-spacing: 0px; letter-spacing: 0px; width:300px; position: absolute; top: 560px; z-index: 12; left:490px;}
    .main_section01 .main_slider_wrap .main_slider_nav div{width:5px; height:5px; margin:0 7px; display: inline-block; *display: inline;  cursor: pointer;border-radius:100%;background:#fff;opacity:0.8;}
    .main_section01 .main_slider_wrap .main_slider_nav div.activeSlide{width:14px; height:14px;position:relative;top:4px;}




    .main_section01 .main_slider_lbanwrap{position: absolute; top:0px; right:358px; z-index: 11;}
    .main_section01 .main_slider_lban{width:516px; height:553px; position: relative; z-index: 5;}
    .main_section01 .main_slider_lban a.box01{position: absolute; top:0px; left: 0px; z-index: 6; display: block; width:225px; height:553px;background:#fff; opacity:0;filter: alpha(opacity=0); /* IE 5-7*/-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE8*/
}
    .main_section01 .main_slider_lban a.box02{position: absolute; top:0px; right: 62px; z-index: 6; display: block; width:225px; height:553px;background:#fff; opacity:0;filter: alpha(opacity=0); /* IE 5-7*/-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE8*/}

    .main_section01:after{content: "."; clear: both; float:none; font-size: 0px; height: 0px; line-height: 0px;}

.main_section02{width:1160px; height:420px; overflow: hidden; margin-top:34px;}
    .main_section02:after{content: "."; clear: both; float:none; font-size: 0px; height: 0px; line-height: 0px;}
    .main_section02 .best_t_item_wrap{width:310px; height: 418px; overflow: hidden; position: relative; z-index: 5; float: left;}
    .main_section02 .best_t_item_wrap .best_t_item_wrap_tit{ border-bottom:0px solid #ffffff; padding-bottom:7px; padding-top:8px;}
    .main_section02 .best_r_item{width:310px; height:385px; z-index: 5;}
    .main_section02 .best_r_item > div{width:310px; height:385px;}
    .main_section02 .best_r_item_nav{width:60px; position: absolute; top:9px; right: 0px; z-index: 10; font-size: 0px; word-spacing: 0px; letter-spacing: 0px;} 
    .main_section02 .best_r_item_nav a{width:12px;margin:0px 4px; height:12px; text-indent: 999999px; overflow: hidden; display: inline-block; *display: inline; background: url(/design/satria/autumn/renew2014/img/main/best_r_item_nav_off.png) no-repeat 0 0;}
    .main_section02 .best_r_item_nav a.activeSlide{background: url(/design/satria/autumn/renew2014/img/main/best_r_item_nav_on.png) no-repeat 0 0;}

    .main_section02 .main_slider_wrap2{width:816px; height:384px; overflow: hidden; position: relative; z-index: 5; border-bottom: 1px solid #3fa8a3; float: right; margin-top:34px;}
    .main_section02 .main_slider_wrap2 .main_slider2{width:816px; height:384px; overflow: hidden;}
    .main_section02 .main_slider_wrap2 .main_slider2 > div{width:816px; height:384px; overflow: hidden;}
    .main_section02 .main_slider_wrap2 .main_slider_nav2{font-size: 0px; word-spacing: 0px; letter-spacing: 0px; width:816px; position: absolute; bottom: 0px; left: 0px; z-index: 10;}
    .main_section02 .main_slider_wrap2 .main_slider_nav2 div{width:162px; height:30px; margin-right:1px; display: inline-block; *display: inline; background: url(/design/satria/autumn/renew2014/img/main/main_slider_nav2_off.png) 0 0; cursor: pointer;}
    .main_section02 .main_slider_wrap2 .main_slider_nav2 div a{width:100%; height:100%; display: block; text-align: center; line-height: 2.7; color:#4a4a4a; font-size: 11px; font-family: 'Dotum';}
    .main_section02 .main_slider_wrap2 .main_slider_nav2 div.activeSlide{background: url(/design/satria/autumn/renew2014/img/main/main_slider_nav2_on.png) 0 0;}
    .main_section02 .main_slider_wrap2 .main_slider_nav2 div.activeSlide a{color:#fff; font-size: 11px; font-family: 'Dotum';}
    .main_section02 .main_slider_wrap2 .main_slider_nav2 .lstc{margin-right:0px!important; width:164px!important;}
    
    .main_section02:after{content: "."; clear: both; float:none; font-size: 0px; height: 0px; line-height: 0px;}

.main_section03{width:1160px; height:438px; overflow: hidden; margin-top:43px; margin-bottom:50px;}
    .main_section03 .week_slider_wrap{width:842px; height:259px; overflow:hidden; position: relative; z-index: 5; border:1px solid #dcdcdc; float: left;}
    .main_section03 .week_slider_wrap .week_tit{margin:15px 0 7px 21px;}
    .main_section03 .week_slider{width:812px; height:206px; background: url(/design/satria/autumn/renew2014/img/main/week_bg.jpg) 0 0 no-repeat; margin-left:15px;}
    .main_section03 .week_slider .week_move_ban{width:823px; height:206px; font-size: 0px; letter-spacing: 0px; word-spacing: 0px;}
    .main_section03 .week_slider .week_move_ban > div{display: none; }
    

    .main_section03 .week_slider .week_move_ban{position:absolute;top:80px;left:50%;}
    .main_section03 .week_slider .week_move_ban > div{display:none; display: inline-block; #display: inline;}
    .main_section03 .week_slider .week_move_ban .wmove_ban01{width:224px;}
    .main_section03 .week_slider .week_move_ban .wmove_ban02{width:196px;}
    .main_section03 .week_slider .week_move_ban .wmove_ban03{width:195px;}
    .main_section03 .week_slider .week_move_ban .wmove_ban04{width:195px;}
    .main_section03 .week_slider_wrap .week_nav{font-size: 0px; letter-spacing: 0px; word-spacing: 0px; position: absolute; top:16px; right:15px; z-index: 6; height: 12px; line-height: 12px;}
    .main_section03 .week_slider_wrap .week_nav > div{width:20px; height:12px;  line-height: 14px; background:#c6c6c6; text-align: center; cursor: pointer; display: inline-block; *display: inline; font-size: 11px; font-family: 'Dotum'; color:#fff; margin-left:1px;}
    .main_section03 .week_slider_wrap .week_nav > div.activeSlide{background:#90d5fa;}

    .main_section03 .week_best_btm_sleder_wrap{width:842px; height:176px; overflow: hidden; position: relative; z-index: 5; border:1px solid #dcdcdc; border-top:0px;}
    .main_section03 .week_best_btm_sleder_wrap .week_best_btm_slider{width:621px; height:144px; overflow: hidden; position: absolute; top:16px; right:15px; z-index: 5;}
    .main_section03 .week_best_btm_sleder_wrap .week_best_btm_slider > div{width:621px; height:144px; overflow: hidden;}
    .main_section03 .week_best_btm_sleder_wrap .week_best_btm_nav{position: absolute; top:16px; left:15px; z-index: 6;}
    .main_section03 .week_best_btm_sleder_wrap .week_best_btm_nav > div{width:195px; height:32px; background: url(/design/satria/autumn/renew2014/img/main/week_btm_nav_off.png) no-repeat 0 0; font-size: 12px; color: #767676; text-align: center; text-indent: -5px; line-height: 2.7; margin-bottom:5px; cursor: pointer;}
    .main_section03 .week_best_btm_sleder_wrap .week_best_btm_nav > div.activeSlide{background: url(/design/satria/autumn/renew2014/img/main/week_btm_nav_on.png) no-repeat 0 0; font-size: 12px; font-weight: bold; color: #fff; letter-spacing: -1px; text-align: center; text-indent: -5px; line-height: 2.7;}
    .main_section03 .week_r_ban{width:315px; height:436px; border:1px solid #dcdcdc; border-left:0px; float:right;}

    .main_section03:after{content: "."; clear: both; float:none; font-size: 0px; height: 0px; line-height: 0px;}





.main_sectionSP1{width:1160px; height:1150px; overflow: hidden; margin-bottom:10px;margin-top:43px;}
    .main_sectionSP1 .choco_sp1_tit{margin-top: :50px; margin-bottom:14px;}
    .main_sectionSP1 ul{position:relative;height:1128px margin-top: :50px; margin-bottom:14px;}
    .main_sectionSP1 ul li{position:absolute;width:385px;top:0;left:0}
    .main_sectionSP1 ul li.prod_02{left:387px}
    .main_sectionSP1 ul li.prod_03{left:774px}
    .main_sectionSP1 ul li.prod_04{top:387px}
    .main_sectionSP1 ul li.prod_05{top:742px;left:387px}
    .main_sectionSP1 ul li.prod_06{top:387px;left:774px}
    .main_sectionSP1 ul li a .over{display:none;z-index:1;position:absolute;width:100%;height:100%;}
    .main_sectionSP1 ul li a img{width:385px}
    .main_sectionSP1 ul li a:hover .over{display:block}
    .main_sectionSP1 ul li.prod_02 .over,
    .main_sectionSP1 ul li.prod_04 .over,
    .main_sectionSP1 ul li.prod_05 .over{}
    .main_sectionSP1:after{content: "."; clear: both; float:none; font-size: 0px; height: 0px; line-height: 0px;}













.main_section04{width:1160px; margin-bottom:65px;margin-top:43px;}
    .main_section04 .choco_hit_tit{margin-top: :50px; margin-bottom:14px;}
    .main_section04 .choco_hit_item_wrap{width:1160px; height:462px; position: relative; z-index: 5;}
    .main_section04 .choco_hit_item_wrap .choco_hit_item_cont{width:462px; height:462px; overflow: hidden; position: absolute; top:0px; left:465px; z-index: 6;}
    .main_section04 .choco_hit_item_wrap .choco_hit_item_cont > div img{width:462px; height:462px;}
    .main_section04 .choco_hit_item_wrap .choco_hit_nav{position: absolute; top: 0px; left:0px; z-index: 7;}
    .main_section04 .choco_hit_item_wrap .choco_hit_nav > div{width:228px; height: 228px; margin-right:10px; position: absolute; z-index:5; cursor: pointer;}
    .main_section04 .choco_hit_item_wrap .choco_hit_nav > div > div{position: relative; z-index: 5; background: #fff;}
    .main_section04 .choco_hit_item_wrap .choco_hit_nav > div > div img{width:100%;}
    .main_section04 .choco_hit_item_wrap .choco_hit_nav .chdv0{left:0px;}
    .main_section04 .choco_hit_item_wrap .choco_hit_nav .chdv1{left:233px;}
    .main_section04 .choco_hit_item_wrap .choco_hit_nav .chdv2{left:931px;}
    .main_section04 .choco_hit_item_wrap .choco_hit_nav .chdv3{left:0px; top:235px;}
    .main_section04 .choco_hit_item_wrap .choco_hit_nav .chdv4{left:233px; top:235px;}
    .main_section04 .choco_hit_item_wrap .choco_hit_nav .chdv5{left:931px; top:235px;}
    .main_section04 .choco_hit_item_wrap .choco_hit_nav .hit_icon{position:absolute; top:0px; left:0px; z-index:9;}
    .main_section04 .choco_hit_item_wrap .choco_hit_nav .hit_icon img{width:auto!important; height:auto!important;}
    .main_section04:after{content: "."; clear: both; float:none; font-size: 0px; height: 0px; line-height: 0px;}


.main_section05{width:1160px; height:369px; position: relative; z-index: 10; background: url(/design/satria/autumn/renew2014/img/main/trd_btm_line.gif) 0 bottom repeat-x;}
    .main_section05 .trd_slider_tit_line{ width:1160px; height:26px; position: absolute; top:0px; left:0px; z-index:5; border-bottom:1px solid #d1d1d1;}
    .main_section05 .trd_slider_wrap{position: absolute; top:0px; left:0px; z-index: 6; width:465px; height:368px;}
    .main_section05 .trd_slider_wrap .trd_slider{width:465px; height:368px; overflow: hidden;}
    .main_section05 .trd_slider_wrap .trd_slider > div{width:465px; height:368px; overflow: hidden;}
    .main_section05 .trd_slider_wrap .trd_slider_nav{position: absolute;top:45px;left:20px; z-index:7; font-size: 0px; letter-spacing: 0px; word-spacing: 0px;} 
    .main_section05 .trd_slider_wrap .trd_slider_nav > div{width:51px; height:51px; border:1px solid #c5c5c5; display: inline-block; *display: inline; margin:0px 5px; cursor: pointer;}
    .main_section05 .trd_slider_wrap .trd_slider_nav .trd_nav0{background:url(/design/satria/autumn/renew2014/img/main/trd_nav_01_off.jpg) no-repeat 0 0;}
    .main_section05 .trd_slider_wrap .trd_slider_nav .trd_nav1{background:url(/design/satria/autumn/renew2014/img/main/trd_nav_02_off.jpg) no-repeat 0 0;}
    .main_section05 .trd_slider_wrap .trd_slider_nav .trd_nav2{background:url(/design/satria/autumn/renew2014/img/main/trd_nav_03_off.jpg) no-repeat 0 0;}

    .main_section05 .trd_slider_wrap .trd_slider_nav .trd_nav0_hover{background:url(/design/satria/autumn/renew2014/img/main/trd_nav_01_on.jpg) no-repeat 0 0;}
    .main_section05 .trd_slider_wrap .trd_slider_nav .trd_nav1_hover{background:url(/design/satria/autumn/renew2014/img/main/trd_nav_02_on.jpg) no-repeat 0 0;}
    .main_section05 .trd_slider_wrap .trd_slider_nav .trd_nav2_hover{background:url(/design/satria/autumn/renew2014/img/main/trd_nav_03_on.jpg) no-repeat 0 0;}

    .main_section05 .trd_prod_wrap{width:695px; margin-top:35px; float:right;}
    .main_section05 .trd_prod_wrap .trd_cont{width:346px; height:166px; overflow: hidden; float:left;}
    .main_section05 .trd_prod_wrap .trd_cont .trd_item{width:160px; height:160px; overflow: hidden; float:left;}
    .main_section05 .trd_prod_wrap .trd_cont .trd_item img{width:160px; height:160px;}
    .main_section05 .trd_prod_wrap .trd_cont .trd_spac{width:157px; float:right; padding-left:13px; padding-top:25px;}
    .main_section05 .trd_prod_wrap .trd_cont .trd_spac .prd_name{margin-bottom:11px;}
    .main_section05 .trd_prod_wrap .trd_cont .trd_spac .prd_name a{font-family: 'Dotum'; font-size: 14px; color:#606060; font-weight: bold;}
    .main_section05 .trd_prod_wrap .trd_cont .trd_spac .prd_sub_name{width:136px; margin-bottom:13px;}
    .main_section05 .trd_prod_wrap .trd_cont .trd_spac .prd_sub_name a{font-family: 'Dotum'; font-size: 11px; color:#999897;}
    .main_section05 .trd_prod_wrap .trd_cont .trd_spac .prd_price .cprice{color:#999897;  font-size:14px; font-weight: bold; display: inline-block; *display: inline; margin-right:5px;}
    .main_section05 .trd_prod_wrap .trd_cont .trd_spac .prd_price .price_d{color:#999897;  font-size:14px; font-weight: bold; display: inline-block; *display: inline; margin-right:5px;}
    
    .main_section05 .trd_prod_wrap .trd_cont .trd_spac .prd_price .dprice{color:#49BBF7; font-size:14px; font-weight: bold;}
    .main_section05 .trd_prod_wrap .trd_cont .trd_spac .prd_price .price{color:#49BBF7; font-size:14px; font-weight: bold;}
    .main_section05 .prod_reivew{text-align:left;}
    .main_section05:after{content: "."; clear: both; float:none; font-size: 0px; height: 0px; line-height: 0px;}    


.main_section06{width:1160px; overflow: hidden; margin-top:116px;}
    .main_section06 .new_arrival_tit{padding-bottom:12px; border-bottom:1px solid #d1d1d1; width:100%; margin-bottom:29px;}
    .main_section06 .prod_wrap{width:102%; padding-left:20px;}
    .main_section06 .prod_wrap .pord_cont{width:260px; max-height:530px; height:530px; overflow: hidden; float:left; margin-right:25px;}
    .main_section06 .prod_wrap .pord_cont .prod_item{width:260px; height:350px; overflow: hidden; margin-bottom:12px;}
    .main_section06 .prod_wrap .pord_cont .prod_item img{width:260px; overflow: hidden;}
    .main_section06 .prod_wrap .pord_cont .prod_spac{width:260px; text-align:center;}
    .main_section06 .prod_wrap .pord_cont .prod_spac .prd_name{width:260px; font-size:14px; font-weight: bold; font-family: 'Dotum'; color:#606060; margin-bottom:11px;}
    .main_section06 .prod_wrap .pord_cont .prod_spac .prd_sub_name{width:260px; font-size:11px; font-family: 'Dotum'; color:#999897; margin-bottom: 15px;}
    .main_section06 .prod_wrap .pord_cont .prod_spac .prd_sub_name a{font-size:11px; font-family: 'Dotum'; color:#999897;}
    .main_section06 .prod_wrap .pord_cont .prod_spac .prd_price .cprice{font-size:14px; font-family: 'Dotum'; color:#999897; font-weight:bold; display: inline-block; *display: inline; margin-right:5px;}
    .main_section06 .prod_wrap .pord_cont .prod_spac .prd_price .price_d{font-size:14px; font-family: 'Dotum'; color:#999897; font-weight:bold; display: inline-block; *display: inline; margin-right:5px;}

    .main_section06 .prod_wrap .pord_cont .prod_spac .prd_price .dprice{font-size:14px; font-family: 'Dotum'; color:#49BBF7; font-weight: bold;}
    .main_section06 .prod_wrap .pord_cont .prod_spac .prd_price .price{font-size:14px; font-family: 'Dotum'; color:#49BBF7; font-weight: bold;}
    .main_section06:after{content: "."; clear: both; float:none; font-size: 0px; height: 0px; line-height: 0px;}


.center_ban{margin-top:70px; margin-bottom:10px;}
.center_ban_1{margin-top:20px; margin-bottom:70px;}



.main_section07{width:1160px; overflow: hidden; margin-top:116px;}
    .main_section07 .mdpick_tit{padding-bottom:12px; border-bottom:1px solid #d1d1d1; width:100%; margin-bottom:29px;}
    .main_section07 .prod_wrap{width:102%; padding-left:20px;}
    .main_section07 .prod_wrap .pord_cont{width:260px; max-height:530px; height:530px; overflow: hidden; float:left; margin-right:25px;}
    .main_section07 .prod_wrap .pord_cont .prod_item{width:260px; height:350px; overflow: hidden; margin-bottom:12px;}
    .main_section07 .prod_wrap .pord_cont .prod_item img{width:260px; overflow: hidden;}
    .main_section07 .prod_wrap .pord_cont .prod_spac{width:260px; text-align:center;}
    .main_section07 .prod_wrap .pord_cont .prod_spac .prd_name{width:260px; font-size:14px; font-weight: bold; font-family: 'Dotum'; color:#606060; margin-bottom:11px;}
    .main_section07 .prod_wrap .pord_cont .prod_spac .prd_sub_name{width:260px; font-size:11px; font-family: 'Dotum'; color:#999897; margin-bottom: 15px;}
    .main_section07 .prod_wrap .pord_cont .prod_spac .prd_sub_name a{font-size:11px; font-family: 'Dotum'; color:#999897;}
    .main_section07 .prod_wrap .pord_cont .prod_spac .prd_price .cprice{font-size:14px; font-family: 'Dotum'; color:#999897; font-weight:bold; display: inline-block; *display: inline; margin-right:5px;}
    .main_section07 .prod_wrap .pord_cont .prod_spac .prd_price .price_d{font-size:14px; font-family: 'Dotum'; color:#999897; font-weight:bold; display: inline-block; *display: inline; margin-right:5px;}

    .main_section07 .prod_wrap .pord_cont .prod_spac .prd_price .dprice{font-size:14px; font-family: 'Dotum'; color:#49BBF7; font-weight: bold;}
    .main_section07 .prod_wrap .pord_cont .prod_spac .prd_price .price{font-size:14px; font-family: 'Dotum'; color:#49BBF7; font-weight: bold;}
    .main_section07:after{content: "."; clear: both; float:none; font-size: 0px; height: 0px; line-height: 0px;}



.main_section08{width:1160px; height:475px; overflow:hidden; position: relative; z-index: 10; margin-top:62px;}
    .main_section08 .best_summer_tit{position: absolute;top:60px; z-index:11;}
    .main_section08 .caroufredsel_wrapper{height:475px!important; width:1080px!important; margin-left:40px!important;}
    .main_section08 .carou_fred_cont{height:445px!important;}
    .main_section08 .carou_fred_cont > div{float:left;}
    .main_section08 .carou_fred_cont .carou_item{position: relative; z-index: 9; padding:15px;}
    .main_section08 .carou_fred_cont .carou_item > div{position: absolute; top:125px; right:0px; z-index: 10;}
    .main_section08 .carou_fred_cont .carou_item .item_class{position: relative; z-index: 9;}
    .main_section08 .carou_fred_cont .carou_item .item_tex .dress_sub_tit{margin:15px 0px;}

    
    .main_section08 .carousel_nav_prev{position: absolute; z-index: 10; right:-8px; top:195px;}
    .main_section08 .carousel_nav_next{position: absolute; z-index: 10; left:-8px; top:195px;}
    .main_section08:after{content: "."; clear: both; float:none; font-size: 0px; height: 0px; line-height: 0px;}


.main_section09{width:1160px; overflow: hidden; margin-top:59px;}
    .main_section09 .acc_tit{padding-bottom:12px; border-bottom:1px solid #d1d1d1; width:100%; margin-bottom:29px;}
    .main_section09 .prod_wrap{width:102%; padding-left:20px;}
    .main_section09 .prod_wrap .pord_cont{width:260px; max-height:530px; height:530px; overflow: hidden; float:left; margin-right:25px;}
    .main_section09 .prod_wrap .pord_cont .prod_item{width:260px; height:350px; overflow: hidden; margin-bottom:12px;}
    .main_section09 .prod_wrap .pord_cont .prod_item img{width:260px; overflow: hidden;}
    .main_section09 .prod_wrap .pord_cont .prod_spac{width:260px; text-align:center;}
    .main_section09 .prod_wrap .pord_cont .prod_spac .prd_name{width:260px; font-size:14px; font-weight: bold; font-family: 'Dotum'; color:#606060; margin-bottom:11px;}
    .main_section09 .prod_wrap .pord_cont .prod_spac .prd_sub_name{width:260px; font-size:11px; font-family: 'Dotum'; color:#999897; margin-bottom: 15px;}
    .main_section09 .prod_wrap .pord_cont .prod_spac .prd_sub_name a{font-size:11px; font-family: 'Dotum'; color:#999897;}
    .main_section09 .prod_wrap .pord_cont .prod_spac .prd_price .cprice{font-size:14px; font-family: 'Dotum'; color:#999897; font-weight:bold; display: inline-block; *display: inline; margin-right:5px;}
    .main_section09 .prod_wrap .pord_cont .prod_spac .prd_price .price_d{font-size:14px; font-family: 'Dotum'; color:#999897; font-weight:bold; display: inline-block; *display: inline; margin-right:5px;}

    .main_section09 .prod_wrap .pord_cont .prod_spac .prd_price .dprice{font-size:14px; font-family: 'Dotum'; color:#49BBF7; font-weight: bold;}
    .main_section09 .prod_wrap .pord_cont .prod_spac .prd_price .price{font-size:14px; font-family: 'Dotum'; color:#49BBF7; font-weight: bold;}
    .main_section09:after{content: "."; clear: both; float:none; font-size: 0px; height: 0px; line-height: 0px;}

.main_section10{width:1160px; height:288px; overflow: hidden; margin-top:120px;}
    .main_section10 .m_btm_slider{width:863px; height:288px; position: relative; z-index: 10; float:left;}
    .main_section10 .m_btm_slider .m_btm_slider_cont{width:604px; height:286px; border:1px solid #dfdfdf; position: absolute; top:0px; right: 1px;}
    .main_section10 .m_btm_slider .m_btm_slider_cont > div{width:604px; height:286px; overflow: hidden;}
    .main_section10 .m_btm_slider .m_btm_slider_nav > div{width:263px; height:97px; position: absolute; top:0px; left:0px; z-index: 9; cursor: pointer;}
    .main_section10 .m_btm_slider .m_btm_slider_nav a{display:block; width:100%; height:100%;}
    .main_section10 .m_btm_slider .m_btm_slider_nav{ position: relative; top:0px; left:0px; z-index:10;}
    .main_section10 .m_btm_slider .m_btm_slider_nav .btm_nav0{background:url(/design/satria/autumn/renew2014/img/main/m_btm_roll_nav01_off.png) no-repeat 0 0; top:0px;}
    .main_section10 .m_btm_slider .m_btm_slider_nav .btm_nav1{background:url(/design/satria/autumn/renew2014/img/main/m_btm_roll_nav02_off.png) no-repeat 0 0; top:96px;}
    .main_section10 .m_btm_slider .m_btm_slider_nav .btm_nav2{background:url(/design/satria/autumn/renew2014/img/main/m_btm_roll_nav03_off.png) no-repeat 0 0; top:191px;}


    .main_section10 .m_btm_slider .m_btm_slider_nav .btm_nav0_hover {background:url(/design/satria/renew2014/img/main/m_btm_roll_nav01_on.png) no-repeat 0 0; z-index:10; top:0px;}
    .main_section10 .m_btm_slider .m_btm_slider_nav .btm_nav1_hover {background:url(/design/satria/renew2014/img/main/m_btm_roll_nav02_on.png) no-repeat 0 0; z-index:10; top:96px;}
    .main_section10 .m_btm_slider .m_btm_slider_nav .btm_nav2_hover {background:url(/design/satria/renew2014/img/main/m_btm_roll_nav03_on.png) no-repeat 0 0; z-index:10; top:191px;}
    
    .main_section10 .review_board{width:272px; height:293px; overflow: hidden; float: right;}
    .main_section10 .review_board .review_board_tit{width:272px; overflow: hidden; height:20px; border-bottom:1px solid #b2b2b2; margin-bottom:18px;}
    .main_section10 .review_board .review_board_tit .review_board_tit01{float:left;}
    .main_section10 .review_board .review_board_tit .review_board_tit02{float:right; text-align: right;}
    .main_section10 .review_board .board_form .co_board_cont{width:260px; height:113px; padding-left:12px; border-bottom: 1px solid #f2f2f2; padding-bottom: 9px; margin-bottom: 9px;}
    .main_section10 .review_board .board_form .co_board_cont .co_board{width:111px; height:113px; overflow: hidden; float:left;}
    .main_section10 .review_board .board_form .co_board_cont .co_board img{width:111px; height:113px;}
    .main_section10 .review_board .board_form .co_board_cont .co_board_spac {width: 114px;height: 113px;overflow: hidden;float: right;padding-left: 17px;padding-right: 17px;}
    .main_section10 .review_board .board_form .co_board_cont .co_board_spac .co_board_subj{margin-top:6px; margin-bottom:8px;}
    .main_section10 .review_board .board_form .co_board_cont .co_board_spac .co_board_subj a{font-size:11px; font-weight: bold; font-family: 'Dotum'; color:#6f7070;}
    .main_section10 .review_board .board_form .co_board_cont .co_board_spac .co_board_content{margin-bottom:17px;}
    .main_section10 .review_board .board_form .co_board_cont .co_board_spac .co_board_content a{font-size:11px;  font-family: 'Dotum'; color:#6f7070;}







.footer_wib{width:100%; text-align: center; overflow: hidden; margin-top:62px; padding-bottom:52px;}
    .footer_wib .copys{width:1160px; overflow:hidden; margin:0 auto; margin-top:19px;}
    .footer_wib .copys .btm_logo{width:269px; float:left; padding-top:60px; text-align: center;}
    .footer_wib .copys .btm_copy_info{width:863px; float:right; text-align: left; border-left:1px solid #ccc; padding-left:27px;}
    .footer_wib .copys .btm_copy_info .btm_menus{font-size: 0px; letter-spacing: 0px; word-spacing: 0px; padding-top:13px; padding-bottom:10px;}
    .footer_wib .copys .btm_copy_info .btm_menus > a{display: inline-block; *display: inline; margin-right:16px;}
    

    .footer_wib .copys .btm_copy_info .copy_infos .copy_info01{font-size: 12px; font-weight: normal; color:#919191;}
    .footer_wib .copys .btm_copy_info .copy_infos .copy_info01 a{font-size: 12px; font-weight: normal; color:#919191;}

    .footer_wib .copys .btm_copy_info .copy_infos .copy_info02{font-size: 12px; font-weight: normal; color:#595959;}
    .footer_wib .copys .btm_copy_info .copy_infos .copy_info02 a{font-size: 12px; font-weight: normal; color:#595959;}

    .footer_wib .cs_wrap{width:1160px; height:109px; margin:0 auto; position: relative; background: url(/design/satria/renew2014/img/btm/cs_bg.jpg) no-repeat 0 0;}
    .footer_wib .cs_wrap .cs_info{position: absolute; top:24px; left:47px;}
    .footer_wib .cs_wrap .sns{position: absolute; top:20px; left:420px;}
    .footer_wib .cs_wrap .sns img{margin-left:4px;}
    .footer_wib .cs_wrap .q_menu{position: absolute; top:25px; right:80px; font-size:0px; letter-spacing: 0px; word-spacing: 0px;}
    .footer_wib .cs_wrap .q_menu a{*display: inline; display: inline-block; margin-left:50px;}
    .footer_wib .cs_wrap .q_menu a:hover img{opacity: 0.5; filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true',sizingMethod='crop')";}

    .footer_wib .foot_m_tit{width:1160px; margin:0 auto; height:14px; position: relative; margin-bottom:5px;}
    .footer_wib .cs_tit{position: absolute;top:0px; left:0px;}
    .footer_wib .q_tit{position: absolute;top:0px; left:600px;}




/**¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã ¸®½ºÆ® ÆäÀÌÁö CSS ¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã**/

/**¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã ¸®½ºÆ® ÆäÀÌÁö ³×ºñ°ÔÀÌ¼Ç ¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã**/
.loc_nav_wrap{width:1160px; text-align: left;}
.loc_nav_wrap .loc_nav{padding:15px 0;}
.loc_nav_wrap .loc_nav a{color:#3e3e3e; font-size: 13px;     font-family: "Malgun Gothic", "Noto Sans";}

/**¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã ÆäÀÌÂ¡CSS ¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã**/
.pageing{width:100%; text-align: center;}



/**¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã ¸®½ºÒÒ ÆäÀÌÁö »óÇ°CSS ¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã**/
.list_section01{width:1160px; height:660px; position: relative; z-index: 5;}
.list_section01 .list_item_cont{width:660px; height:660px; position: absolute;top:0px;left:250px; z-index: 5;}
    .list_section01 .list_item_cont .prod_wrap .pord_cont{width:660px; height:660px; overflow: hidden;}
    .list_section01 .list_item_cont .prod_wrap .pord_cont .prod_cont_wrap{position: relative; z-index: 5;}/** ±âÁ¸ÄÚµù¿¡ Ãß°¡µÈ wrap **/
    .list_section01 .list_item_cont .prod_wrap .pord_cont .prod_item{position: relative; z-index: 5;}
    .list_section01 .list_item_cont .prod_wrap .pord_cont .prod_item img{width:660px; height:660px;}    
    
    .list_section01 .list_item_cont .prod_wrap .pord_cont .prod_spac{position: absolute; bottom:-150px; width: 660px; height: 150px; left:0px; z-index:6; opacity: 0;}
    .list_section01 .list_item_cont .prod_wrap .pord_cont .prod_spac .prd_name{width:254px; margin:0 auto; margin-top:40px; text-align: center; font-size: 14px; font-weight: bold; font-family: 'Dotum'; color:#343434;}
    .list_section01 .list_item_cont .prod_wrap .pord_cont .prod_spac .prd_name a{font-size: 14px; font-weight: bold; font-family: 'Dotum'; color:#343434;}
   
    .list_section01 .list_item_cont .prod_wrap .pord_cont .prod_spac .prd_sub_name{width:254px; margin:0 auto; text-align: center; font-size:11px; font-family: 'Dotum'; color:#717171; margin-bottom: 15px;}
    .list_section01 .list_item_cont .prod_wrap .pord_cont .prod_spac .prd_sub_name a{font-size:11px; font-family: 'Dotum'; color:#717171;}
    .list_section01 .list_item_cont .prod_wrap .pord_cont .prod_spac .prd_price{width:254px; margin:0 auto; text-align: center;}
    .list_section01 .list_item_cont .prod_wrap .pord_cont .prod_spac .prd_price .cprice{font-size:14px; font-family: 'Dotum'; color:#717171; font-weight:bold; display: inline-block; *display: inline; margin-right:5px;}
    .list_section01 .list_item_cont .prod_wrap .pord_cont .prod_spac .prd_price .price_d{font-size:14px; font-family: 'Dotum'; color:#717171; font-weight:bold; display: inline-block; *display: inline; margin-right:5px;}

    .list_section01 .list_item_cont .prod_wrap .pord_cont .prod_spac .prd_price .dprice{font-size:14px; font-family: 'Dotum'; color:#49BBF7; font-weight: bold;}
    .list_section01 .list_item_cont .prod_wrap .pord_cont .prod_spac .prd_price .price{font-size:14px; font-family: 'Dotum'; color:#49BBF7; font-weight: bold;}

    .list_section01 .list_item_cont .prod_wrap .pord_cont .prod_spac .prod_spac_cont{opacity: 0.7; background: #fff; position: absolute; top:0px; left:0px; z-index: -1; width:660px; height: 150px;}



    .list_section01 .list_nav{width: 1160px; position: relative; z-index: 5;}
    .list_section01 .list_nav .prod_wrap{width:1160px; position: absolute; top:0px; left:0px; z-index: 6;}
    .list_section01 .list_nav .prod_wrap .pord_cont{width:215px; height:215px; overflow: hidden;}
    .list_section01 .list_nav .prod_wrap .pord_cont .prod_cont_wrap{position: relative; z-index: 5;}/** ±âÁ¸ÄÚµù¿¡ Ãß°¡µÈ wrap **/
    .list_section01 .list_nav .prod_wrap .pord_cont .prod_item{position: relative; z-index: 5;}
    .list_section01 .list_nav .prod_wrap .pord_cont .prod_item img{width:215px; height:215px;border:1px solid #efefef;}
    .list_section01 .list_nav .prod_wrap .pord_cont .prod_item .mdc_ico{position: absolute; top:0px; left:0px; z-index: 6;}
    .list_section01 .list_nav .prod_wrap .pord_cont .prod_item .mdc_ico img{width:auto!important; height:auto!important; border: 0px;}

    .list_section01 .list_nav .prod_wrap .pord_cont .prod_spac{position: absolute; top:0; width: 215px; height: 215px; left:0px; z-index:6; opacity: 0;}
    .list_section01 .list_nav .prod_wrap .pord_cont .prod_spac .prd_name{width:138px; margin:0 auto; margin-top:95px; text-align: center; font-size: 14px; font-weight: bold; font-family: 'Dotum'; color:#343434;}
    .list_section01 .list_nav .prod_wrap .pord_cont .prod_spac .prd_name a{font-size: 14px; font-weight: bold; font-family: 'Dotum'; color:#343434;}
   
    .list_section01 .list_nav .prod_wrap .pord_cont .prod_spac .prd_sub_name{width:138px; margin:0 auto; text-align: center; font-size:11px; font-family: 'Dotum'; color:#717171; margin-bottom: 15px;}
    .list_section01 .list_nav .prod_wrap .pord_cont .prod_spac .prd_sub_name a{font-size:11px; font-family: 'Dotum'; color:#717171;}
    .list_section01 .list_nav .prod_wrap .pord_cont .prod_spac .prd_price{width:138px; margin:0 auto; text-align: center;}
    .list_section01 .list_nav .prod_wrap .pord_cont .prod_spac .prd_price .cprice{font-size:14px; font-family: 'Dotum'; color:#717171; font-weight:bold; display: inline-block; *display: inline; margin-right:5px;}
    .list_section01 .list_nav .prod_wrap .pord_cont .prod_spac .prd_price .price_d{font-size:14px; font-family: 'Dotum'; color:#717171; font-weight:bold; display: inline-block; *display: inline; margin-right:5px;}

    .list_section01 .list_nav .prod_wrap .pord_cont .prod_spac .prd_price .dprice{font-size:14px; font-family: 'Dotum'; color:#49BBF7; font-weight: bold;}
    .list_section01 .list_nav .prod_wrap .pord_cont .prod_spac .prd_price .price{font-size:14px; font-family: 'Dotum'; color:#49BBF7; font-weight: bold;}

    .list_section01 .list_nav .prod_wrap .pord_cont .prod_spac .prod_spac_cont{background: #fff; position: absolute; top:0px; left:0px; z-index: -1; width:215px; height: 215px;}
    .list_section01 .list_nav .prod_wrap .list_thumb0{position: absolute; top:0px; left:0px;}
    .list_section01 .list_nav .prod_wrap .list_thumb1{position: absolute; top:223px; left:0px;}
    .list_section01 .list_nav .prod_wrap .list_thumb2{position: absolute; top:445px; left:0px;}
    .list_section01 .list_nav .prod_wrap .list_thumb3{position: absolute; top:0px; right:0px;}
    .list_section01 .list_nav .prod_wrap .list_thumb4{position: absolute; top:223px; right:0px;}
    .list_section01 .list_nav .prod_wrap .list_thumb5{position: absolute; top:445px; right:0px;}




.list_section02{width:1150px; overflow: hidden; margin-top:59px; border:5px solid #dfdfdf; margin-bottom:54px;}
    .list_section02 .week_tit{padding-left:20px; text-align: left; width:100%;padding-top:24px; padding-bottom: 24px;}    
    .list_section02 .prod_wrap{width:1144px; padding-left:15px; }
    .list_section02 .prod_wrap .pord_cont{width:260px; max-height:530px; height:530px; overflow: hidden; float:left; margin-right:25px;}
    .list_section02 .prod_wrap .pord_cont .prod_item{width:260px; height:350px; overflow: hidden; margin-bottom:12px;}
    .list_section02 .prod_wrap .pord_cont .prod_item img{width:260px; overflow: hidden;}
    .list_section02 .prod_wrap .pord_cont .prod_spac{width:260px; text-align:center;}
    .list_section02 .prod_wrap .pord_cont .prod_spac .prd_name{width:260px; font-size:14px; font-weight: bold; font-family: 'Dotum'; color:#606060; margin-bottom:11px;}
    .list_section02 .prod_wrap .pord_cont .prod_spac .prd_sub_name{width:260px; font-size:11px; font-family: 'Dotum'; color:#999897; margin-bottom: 15px;}
    .list_section02 .prod_wrap .pord_cont .prod_spac .prd_sub_name a{font-size:11px; font-family: 'Dotum'; color:#999897;}
    .list_section02 .prod_wrap .pord_cont .prod_spac .prd_price .cprice{font-size:14px; font-family: 'Dotum'; color:#999897; font-weight:bold; display: inline-block; *display: inline; margin-right:5px;}
    .list_section02 .prod_wrap .pord_cont .prod_spac .prd_price .price_d{font-size:14px; font-family: 'Dotum'; color:#999897; font-weight:bold; display: inline-block; *display: inline; margin-right:5px;}

    .list_section02 .prod_wrap .pord_cont .prod_spac .prd_price .dprice{font-size:14px; font-family: 'Dotum'; color:#49BBF7; font-weight: bold;}
    .list_section02 .prod_wrap .pord_cont .prod_spac .prd_price .price{font-size:14px; font-family: 'Dotum'; color:#49BBF7; font-weight: bold;}
    .list_section02:after{content: "."; clear: both; float:none; font-size: 0px; height: 0px; line-height: 0px;}




.prod_tit{margin-top:47px; margin-bottom:8px;}
.srot_viewtype{width:1160px; overflow: hidden; border-top:1px solid #717171;}
    .srot_viewtype .view_type{font-size: 0px; letter-spacing: 0px; word-spacing: 0px; float: left; margin-top:9px;}
    .srot_viewtype .view_type > div{display: inline-block; *display: inline; cursor: pointer; margin-right:32px;}
    .srot_viewtype .sort_cont{ float: right; text-align: right; font-size: 0px; letter-spacing: 0px; word-spacing: 0px;}
    .srot_viewtype .sort_cont > a{display: inline-block; *display: inline;margin-left:2px;}


.sub_name_list{width:1160px; overflow: hidden; border-top:2px solid #22C9FE; border-bottom:2px solid #dadada; margin-top:30px;}
    .sub_name_list .sub_name_list_cont{width:102%; min-height: 35px; margin:8px 0px;}
    .sub_name_list .sub_name_list_cont .this_cate{font-size:12px; color:#3a3a3a; font-weight: bold; width:224px; float:left; text-align: center;}
    .sub_name_list .sub_name_list_cont .this_cate a{font-size:12px; color:#3a3a3a; font-weight: bold; width:224px; line-height: 2.7;}
    .sub_name_list .sub_name_list_cont .sub_cate_list{width:900px; border-left:1px solid #dfdfdf; min-height: 35px; float:left; font-size: 0px; letter-spacing: 0px; word-spacing: 0px; padding-left:37px;}
    .sub_name_list .sub_name_list_cont .sub_cate_list > a{display: inline-block; *display: inline; margin-right:42px; line-height: 2.7;}



/***¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã »ó¼¼ ¿À¹ö¶óÀÌµå css ¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã***/
#productDetail .thumb-info .thumb{width:660px!important;}    
#productDetail .thumb-info .thumb img{width:660px!important;}
#productDetail .thumb-info .info .table-opt .opt-spin { position: relative; width: 44px!important; height: 15px!important; border: 1px solid #acacac;}
#productDetail .thumb-info .info .table-opt .opt-spin .btns {width: 11px!important;height: 15px!important; border-left: 1px solid #aaa;}
#productDetail .thumb-info .info .table-opt th > div{padding:0px!important;text-indent: 11px!important;}

#productDetail .thumb-info .info .name{color:#1c1c1c; font-size: 15px; font-weight: bold; font-family: 'Dotum'; text-indent: 11px;}
#productDetail .thumb-info .info .subname{color:#767676; font-size: 12px; font-family: 'Dotum'; padding-left: 11px; padding-top:12px; padding-bottom:20px; width:320px;}


#productDetail .thumb-info .info .table-opt{margin-top:15px!important;}
#productDetail .thumb-info .info{width:470px!important; margin-left:31px;}

#productDetail .thumb-info .info .table-opt td .tprice{display: inline-block; *display: inline; font-family: 'Myriad Pro'; font-size: 22px; color:#000; }
#productDetail .thumb-info .info .table-opt td .price_ids{font-family: 'Myriad Pro'; font-size: 22px; color:#000; }
#productDetail .thumb-info .info .table-opt td .dprice{font-size:16px; color:#a9a9a9; font-family: 'Myriad Pro'; }
#productDetail .thumb-info .info .table-opt th{font-size: 11px;padding: 15px 0 15px!important;}
#productDetail .thumb-info .info .table-opt .f2bg{background: #f2f2f2;}
#productDetail .thumb-info .info .prod_namez{position: relative; z-index: 5; border-bottom:1px solid #d5d5d5; }
#productDetail .thumb-info .info .prod_namez .det_left_btn{position: absolute; top:22px; right:67px;}
#productDetail .thumb-info .info .prod_namez .det_right_btn{position: absolute; top:22px; right:40px;}
#productDetail .thumb-info .info .table-opt .sns_p{padding-bottom:25px!important; border-bottom:1px solid #d5d5d5;}
#productDetail .thumb-info .info .prd-btns{margin-top:27px!important;}
#productDetail .thumb-info .info .prd-btns{font-size: 0px; letter-spacing: 0px; word-spacing: 0px;}
#productDetail .thumb-info .info .prd-btns a{margin:0px!important; display: inline-block; *display: inline}
#productDetail .thumb-info .info .prd-btns .buy_now{margin-bottom:12px;}
#productDetail .thumb-info .info .sns_buy{margin-top:30px;}
#productDetail .thumb-info .info .sns_buy span{display: inline-block; *display: inline;}
#productDetail .thumb-info .info .sns_buy .daum_buy{margin-right:26px;}
#productDetail .page-body {margin-top: 9px!important;}

/**¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã »ó¼¼ ½º¸¶Æ® °ü·Ã»óÇ° ¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã**/
.rel_section02{width:1158px; overflow: hidden; margin-top:59px; border:1px solid #dbdbdb; background: #f6f6f6;}
    .rel_section02 .smart_rel_tit{padding-bottom:24px; width:100%; text-align:center; padding-top:23px;}
    .rel_section02 .prod_wrap{width:102%; padding-left:20px;}
    .rel_section02 .prod_wrap .pord_cont{width:203px; max-height:397px; height:397px; overflow: hidden; float:left; margin-right:25px;}
    .rel_section02 .prod_wrap .pord_cont .prod_item{width:203px; height:272px; overflow: hidden; margin-bottom:12px;}
    .rel_section02 .prod_wrap .pord_cont .prod_item img{width:203px; overflow: hidden;}
    .rel_section02 .prod_wrap .pord_cont .prod_spac{width:150px; text-align:center; margin:0 auto;}
    .rel_section02 .prod_wrap .pord_cont .prod_spac .prd_name{width:140px; font-size:14px; font-weight: bold; font-family: 'Dotum'; color:#606060; margin-bottom:11px;}
    .rel_section02 .prod_wrap .pord_cont .prod_spac .prd_sub_name{width:140px; font-size:11px; font-family: 'Dotum'; color:#999897; margin-bottom: 15px;}
    .rel_section02 .prod_wrap .pord_cont .prod_spac .prd_sub_name a{font-size:11px; font-family: 'Dotum'; color:#999897;}
    .rel_section02 .prod_wrap .pord_cont .prod_spac .prd_price .cprice{font-size:14px; font-family: 'Dotum'; color:#999897; font-weight:bold; display: inline-block; *display: inline; margin-right:5px;}
    .rel_section02 .prod_wrap .pord_cont .prod_spac .prd_price .price_d{font-size:14px; font-family: 'Dotum'; color:#999897; font-weight:bold; display: inline-block; *display: inline; margin-right:5px;}

    .rel_section02 .prod_wrap .pord_cont .prod_spac .prd_price .dprice{font-size:14px; font-family: 'Dotum'; color:#49BBF7; font-weight: bold;}
    .rel_section02 .prod_wrap .pord_cont .prod_spac .prd_price .price{font-size:14px; font-family: 'Dotum'; color:#49BBF7; font-weight: bold;}
    .rel_section02:after{content: "."; clear: both; float:none; font-size: 0px; height: 0px; line-height: 0px;}


#productDetail .page-body .title_tab{margin-top:54px; margin-bottom:30px; width:1160px; overflow: hidden; position: relative; font-size: 0px; letter-spacing: 0px; word-spacing: 0px; }
#productDetail .page-body .title_tab > div{width:138px; height:40px; border:2px solid #d8d8d8; display: inline-block; *display: inline; margin-right:-2px;position: relative;z-index: 5;}
#productDetail .page-body .title_tab > div.on{position: relative; z-index:10; border:2px solid #49BBF7; border-bottom:2px solid #fff;}
#productDetail .page-body .title_tab > div a{font-weight:bold; font-size:12px; font-family: 'Dotum'; color :#949494; display: block; text-align: center; line-height: 3.4; background-color: #F8F8F8;}
#productDetail .page-body .title_tab > div.on a{font-weight:bold; font-size:12px; font-family: 'Dotum'; color :#51BCF7; background-color: #fff;}
#productDetail .page-body .title_tab > div.det_tab_dumm_line{border:0px; left:0px; width:1160px; height:2px; background: #49BBF7; position: absolute; bottom: 0px; z-index: 6!important;}


/**¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã °ü·Ã»óÇ°  ¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã**/
.flat_f_wrap{width:1160px; height:102px; overflow: hidden; border-bottom: 1px solid #d9d9d9; padding-top:16px;}
.flat_f_wrap > div{float:left; text-align: center; position: relative; z-index: 10;}

.flat_f_wrap:after{clear: both; content: ""; height: 0px; line-height: 0px; float: none;}
.flat_f01{width:96px; text-align: center;}
.flat_f01 img{width:66px;}

.flat_f02{width:364px;}

.flat_f02 a {font-size:12px; font-family: 'Gulim'; color:#5a5a5a;}
.flat_f03{width:121px;}
.flat_f04{width:106px;}
.flat_f05{width:247px;}
.flat_f05 .vert_l{font-size: 0px; letter-spacing: 0px; word-spacing: 0px;}
.flat_f05 .vert_l > div > div{display: inline-block; *display: inline; font-size: 11px;}
.flat_f05 .vert_l .redtit{width:55px; text-align: left;}
.flat_f06{width:143px; position: relative; z-index:5;}
.flat_f06 .btn-up{position: absolute; top:0px; z-index: 6;}
.flat_f06 .btn-dw{position: absolute; bottom:-6px; z-index: 6;}
.flat_f07{width:83px;}

.flat_f_wrap > div > div{position: absolute; top:50%; width:100%; text-align: center;}
.flat_f_wrap .redprod_wrap{margin-bottom:3px;}

.flat_ft_wrap{width:1160px; height:31px; background: #f7f7f7; overflow: hidden; border-top:1px solid #979696; border-bottom:1px solid #d7d7d7;}
.flat_ft_wrap >div{text-align: center; float: left; font-weight: bold; font-size:12px; color:#7c7c7c; font-family: 'Dotum'; line-height: 2.5;}
.flat_f01_t{width:96px;}
.flat_f02_t{width:364px;}
.flat_f03_t{width:121px;}
.flat_f04_t{width:106px;}
.flat_f05_t{width:247px;}
.flat_f06_t{width:143px;}
.flat_f07_t{width:83px;}



#productDetail .review-write{border-top:0px!important;}
#productDetail .photo_wrap{background: #f8f8f8;}
#productDetail .review-write .t_inp1{width:1160px; font-size: 0px; letter-spacing: 0px; word-spacing: 0px;}
#productDetail .review-write .t_inp1 > div{display: inline-block; *display: inline; font-size: 12px;}
#productDetail .review-write .t_inp1 .name_inp{width:31px;}
#productDetail .review-write .t_inp1 .name_inp_cont{width:152px;}
#productDetail .review-write .t_inp1 .name_inp_cont input{width:150px; height:23px; border:1px solid #dadada;}
#productDetail .review-write .t_inp1 .attach_inp{width:70px;}
#productDetail .review-write .t_inp1 .attach_inp{text-indent:39px;}
#productDetail .review-write .t_inp1 .attach_inp_cont{width:240px;}
#productDetail .review-write .t_inp1 .attach_inp_cont input{width:150px; height:23px; border:1px solid #dadada;}
#productDetail .review-write .t_inp1 .sc_inp{width:65px; text-indent: 30px;}
#productDetail .review-write .t_inp1 .sc_inp_cont{width: 270px;}

#productDetail .review-write .t_inp2{width:1160px; margin-top:10px; font-size: 0px; letter-spacing: 0px; word-spacing: 0px;}
#productDetail .review-write .t_inp2 > div{display: inline-block; *display: inline; font-size: 12px;}

#productDetail .review-write .t_inp2 .cont_inp{width: 31px;}

#productDetail textarea.MS_review_content_box{width:929px; height:70px; border:1px solid #dadada;}
#productDetail .photo_wrap{padding:31px 0px 31px 34px; margin-top: 10px;}
#productDetail .table-slide{border-top: 1px solid #979696!important; position: relative; z-index: 10;}
#productDetail .table-slide thead th{font-weight: bold!important; color:#4d4d4d; font-size: 12px; font-family: 'Dotum'; background: #f7f7f7;}
#productDetail .table-slide tbody td{background: url(/design/satria/autumn/renew2014/img/view/board_lines.gif) repeat-x 0 0!important;}
#productDetail .paging li a:hover, .paging li.now a{color:#4d4d4d!important; font-size: 12px; font-weight: bold; font-family: 'Gulim';}
#productDetail .board-btns{position: relative; z-index: 5;}
#productDetail .board-btns .btn_rev_more{position: absolute; top:15px; right: 0px; z-index: 6;}
#productDetail .board-btns img{padding:0px!important;}


#productDetail .wbtn{position: absolute; bottom:-44px; right: 122px;}
#productDetail .ltbtn{position: absolute; bottom:-44px; right:0px;}

#productDetail .wbtn2{position: absolute; bottom:7px; right: 122px;}
#productDetail .ltbtn2{position: absolute; bottom:7px; right:0px;}

#productDetail .page-body #dtop04{margin-top:80px!important;}
#productDetail .page-body #dtop05{margin-top:120px!important;}
#productDetail .qna-list{margin-bottom:100px!important;}


/**¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã °Ë»ö°á°úÈ­¸é CSS ¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã**/
.sch_p_wrap{ width:1158px; height:123px; border:1px solid #e8e8e8; background: #f6f6f6;}
    .sch_p_wrap .sch_p_cont{width:1055px; overflow:hidden; margin-top:34px; margin-left:65px;}
    .sch_p_wrap .sch_p_cont .sch_text00{float:left;}
    .sch_p_wrap .sch_p_cont .sch_p_f1 .sch_p_text01{width:150px; height:20px; line-height: 1.7; text-align: right; padding-right:5px; font-weight: bold; font-size:12px; color:#4d4d4d; }
    .sch_p_wrap .sch_p_cont .sch_p_f1{width:350px; overflow: hidden; float:left; margin-left:55px;}
    .sch_p_wrap .sch_p_cont .sch_p_f1 > div{float:left;}
    .sch_p_wrap .sch_p_cont .sch_p_f1 .sch_p_inp01 input{width:191px; height:18px; border:1px solid #dbdfe6; border-top:1px solid #abadb4; line-height: 1.2;}

    .sch_p_wrap .sch_p_cont .sch_p_f2 {width:327px; overflow: hidden; float:left; margin-right:15px;}
    .sch_p_wrap .sch_p_cont .sch_p_f2 >div {float:left;}

    .sch_p_wrap .sch_p_cont .sch_p_f2 .sch_p_text02{width:78px; height:20px; line-height: 1.7; text-align: right; padding-right:5px; font-weight: bold; font-size:12px; color:#4d4d4d;}
    .sch_p_wrap .sch_p_cont .sch_p_f2 .sch_p_inp02 input{width:108px; height:18px; border:1px solid #dbdfe6; border-top:1px solid #abadb4; line-height: 1.2;}
    .sch_p_wrap .sch_p_cont .sch_p_f2 .sch_p_inp03 input{width:115px; height:18px; border:1px solid #dbdfe6; border-top:1px solid #abadb4; line-height: 1.2;}
    .sch_p_wrap .sch_p_cont .sch_p_f2 .sch_p_inp04 input{width:240px; height:18px; border:1px solid #dbdfe6; border-top:1px solid #abadb4; line-height: 1.2;}



/**¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã È¸¿ø°¡ÀÔ/¼öÁ¤ CSS ¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã¢Ã**/
.join_us_content{width:975px; margin:0 auto;}
.j_tit_wrap{width:975px; overflow: hidden; margin-top:83px;}
.j_tit_wrap .j_tit01{float:left; text-align: left;}
.j_tit_wrap .j_tit02{float:right; text-align: right;}


/** ¢Ã¢ÃÈ¸¿ø°¡ÀÔ/¼öÁ¤ ¿À¹ö¶óÀÌµå¢Ã¢Ã **/
#personInfo{margin-bottom:0px!important; margin-top:8px!important;}
#personInfo .person-tb{border-top:2px solid #898989!important;}
#personInfo .person-tb th {height: 38px!important; letter-spacing: -1px;vertical-align: middle;border-right: 1px solid #dedede; background: #f9f9f9; font-size:12px; color:#686868; font-family: 'Dotum'; font-weight: normal;}
#personInfo .person-tb th, #personInfo .person-tb td {border: 0px!important;}
#join .btn-area{text-align: right!important; margin-top:20px!important;}

/************************************************************* JIN *************************************************************/
/** COMMON **/
.clear-fix{*zoom:1;}
.clear-fix:after{clear: both; display: block; content:'';}
.pagination{display: inline-block;}
.pagination li{float: left; width: 28px; height: 28px; border: 1px solid #d8d8d8; text-align: center; border-right-width: 0;}
.pagination li span,.pagination li a{display: block; line-height: 28px;}
.pagination li span{background-color: #f6f6f6; font-weight: bold;}
 .pagination li.first a,.pagination li.prev a,.pagination li.next a,.pagination li.last a{display: block; width: 7px; height: 12px; background: url('/design/satria/renew2014/img/boards/board_sprite_arrow.png') no-repeat; margin: 8px 12px;}
.pagination li.first a{width: 11px; background-position: -14px 0; margin: 8px 11px;}
.pagination li.last a{width: 11px; background-position: -25px 0; margin: 8px 11px;}
.pagination li.prev a{background-position: 0 0;}
.pagination li.next a{background-position: -7px 0;}

/** METHOD KEY **/
.posR{position:relative;}
.posA{position:absolute;}
.flL{float:left;}
.flR{float:right;}
.dB{display:block;}
.dIB{display:inline-block;}
.dN{display:none;}
.taR{text-align: right;}
.taC{text-align: center;}
.taL{text-align: left;}
.bdN{border: 0!important;}

/** MAIN **/
.joinReserveMsg{display: none; position: absolute; z-index: 100; top:35px; left:0; width: 174px; height: 28px; background: url('/design/satria/autumn/renew2014/img/main/join_reserve_msg2.gif') no-repeat;}
.initLine{background: none!important;}
.threedepthCategoryListWrapper{display: none; position: absolute; top:42px; left:0; width: 200px; height: 350px; z-index:300;}
.threedepthCategoryListWrapper .threeDepthWrap{z-index:250; position: absolute; top:0; left:0; width: 200px; height: 350px;}
.threedepthCategoryListWrapper .threeDepthWrap ul,.threedepthCategoryListWrapper .threeDepthWrap > div{margin: 15px 0 0 20px;}
.threedepthCategoryListWrapper .threeDepthWrap > div{margin-top:10px;}
.threedepthCategoryListWrapper .threeDepthWrap ul li{padding-bottom: 8px;}
.threedepthCategoryListWrapper .threeDepthWrap > div p{line-height: 20px; font-size: 12px; color:#464646; font-family: 'Dotum'; text-indent: 3px; font-weight: normal;}
.threedepthCategoryListWrapper .bg{z-index: 200; position: absolute; top:0; left:0; width: 200px; height: 350px; background-color: #fff; opacity: 0.85; filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=85);}
/** LOGIN **/
.titleContainer{margin-top: 26px;}
.titleContainer h1{float: left;}
.titleContainer .line{float: left; display: block; width: 1155px; height: 1px; border-bottom: 1px dotted #b8d0d1; margin: 14.5px 0; padding-left: 5px;}
.loginWrap{width: 928px; height: 530px; margin: 85px auto 80px auto;}
#loginContainer > div{float: left; width: 50%; padding: 0; margin: 0;}
#loginContainer .loginBox{background-color: #ffffff; height: 530px;}
#InputDL{padding: 29px 32px;}
#InputDL2{padding: 29px 24px 29px 40px;}
#InputDL dt h2{padding-bottom: 40px;}
#InputDL2 dt h2{padding-bottom: 40px;}
#InputDL dd{padding-left: 0px;}
#InputDL2 dd{padding-left: 0px;}
#InputDL .securityP{padding-top: 40px; height: 25px; line-height: 25px;}
#InputDL .securityP span{font-family: 'Gulim'; font-size: 12px;}
.infoBoxWrap{padding-bottom:27px;}
.infoBoxWrap > div{float: left;}
.infoBoxWrap input{width: 390px; height: 42px; border: 1px solid #cfcfcf; text-indent: 10px; font-family: 'Dotum'; font-size: 13px; line-height: 25px;}
.infoBoxWrap .MS_login_id,.infoBoxWrap .MS_input_txt{margin-bottom: 13px;}
.infoBoxWrap .MS_login_pw,.infoBoxWrap .MS_input_txt_last{margin-bottom: 13px;}
.infoBoxWrap .btn-mlog{margin-bottom: 13px;}
.infoBoxWrap .successMsgBox p{line-height: 20px; color:#000;}
.secondWrap{padding-bottom: 15px 0; }
.secondWrap p{line-height: 20px; height: 20px; padding-left: 130px; color:#818181; font-family: 'Dotum'; font-size: 11px; padding-top: 5px; letter-spacing: -0.5px;}
.secondP{margin-top: 80px;}
#SNSContainer > div{float: right; width: 100%; padding: 0; margin: 0;}
#SNSContainer .SNSBox{background-color: #ffffff; height: 500px; border-left: 1px solid #cccccc;}
.SNSBoxWrap{padding-bottom:27px;}
.SNSBoxWrap > div{float: left;}
.SNSBoxWrap .btn-mlog{margin-bottom: 40px;}

.nonmemberWrap{width:928px; height:150px; margin: 22px auto 58px auto; }
#nonmemberContainer{width:80%; height:150px; text-align:center; margin-left:10%; margin-top:70px; background-color: #f6f6f6;}
#nonmemberContainer h2 {padding:20px 0;}
#nonmemberContainer .nonInfoBox{}
#nonmemberContainer .nonInfoBox input{width: 217px; height: 26px; border: 1px solid #cfcfcf; text-indent: 10px; font-family: 'Dotum'; font-size: 13px; line-height: 26px;}
#nonmemberContainer .nonBuyP{height: 29px; line-height: 29px;}

/** MYPAGE **/
#aside h1{margin-bottom: 5px;}
#aside dl{border: 1px solid #d0d0d0; border-bottom-width:0;}
#aside dt{height: 50px; background-color: #FCFCFC; border-bottom: 1px dotted #d7d7d7;}
#aside dt img{padding: 16px 0 16px 15px;}
#aside dd ul li{padding-bottom: 12px; height: 18px; line-height: 18px; background:url('/design/satria/autumn/renew2014/img/mypage/one_bullet.png') no-repeat 10% 30% ; padding-left: 30px;}
#aside dd ul li:first-child{padding-top: 10px; background-position: 10% 50%;}
#aside .lastDL{border-bottom-width: 1px; margin-bottom: 10px;}

.mypageLoc{height: 15px; line-height: 15px; padding: 7.5px 0;}
.mypageContentsWrap{margin-bottom: 5px;}
.mypageContentsWrap > div{float: left; background-color: #f5f5f5; border: 1px solid #dfdfdf;}
.mypageContentsWrap .mypageLeftContainer{width: 608px; height: 193px; margin-right: 8px;}
.mypageLeftContainer > div,.mypageLeftContainer > dl{float: left;}
.mypageLeftContainer > dl{margin-top: 40px; padding-left: 10px;}
.mypageLeftContainer > dl dt{height: 20px; line-height: 20px;}
.mypageLeftContainer > dl dd{margin-top: 30px;}
.mypageLeftContainer > dl dd p{line-height: 22px; height: 22px;}
.mypageLeftContainer .levelIcoWrap{width: 202px; height: 193px; text-align: center;}
.mypageLeftContainer .levelIcoWrap img{max-width:160px; margin: 39px 0;}
.mypageContentsWrap .mypageRightContainer{width:325px; height: 193px;}
.RighInfoWrap{padding: 40px 50px 50px 35px;}
.mypageRightContainer .RighInfoWrap table tr th{text-align: right;}
.mypageRightContainer .RighInfoWrap table tr td{text-align: right;}
.contentsTitle{height: 20px; line-height: 20px; padding: 20px 0 10px 0; border-bottom: 1px solid #dddddd;}
.contentsTitle img{vertical-align: bottom;}
.wishListWrap{width: 101%; min-height: 410px;}
.emptyMsg{padding: 195px 0; text-align: center;}
.wishContainer{width: 100%; overflow: hidden;}
.wishProduct{width: 25%; padding-right: 1%; min-height: 410px; float:left;}
.wishProduct dt{margin: 10px 0; text-align: center;}
.wishProduct dt a img{width: 210px; /*height: 295px;*/}
.wishProduct dd .wishName{color:#606060; font-size: 14px; font-family: 'Dotum'; font-weight: bold; text-align: center;}
.wishProduct dd .wishSubname{width: 150px; color:#999897; font-size: 11px; font-family: 'Dotum'; text-align: center; margin: 0 auto; padding: 10px 0;}
.wishProduct dd .wishPrice{color:#49BBF7; font-size: 14px; font-family: 'Dotum'; font-weight: bold; text-align: center;}
.orderContainer table thead tr,.levelContainer table thead tr{background-color: #f3f3f3; height: 31px; border-top: 1px solid #c4c4c4;}
.orderContainer table tbody tr{height: 38px; border-bottom: 1px solid #e4e4e4;}
.levelContainer table tbody tr{text-align: center; height: 65px; border-bottom: 1px solid #e4e4e4;}
.levelContainer table tbody tr img{width: 60px; height: 50px;}

/* MYPAGE COMMON */
.mypageTitle{margin-top: 30px;}
.mypageTitle h1{float: left;}
.mypageTitle .line{float: left; display: block; width: 690px; height: 1px; border-bottom:1px dotted #b8d0d1; margin: 14.5px 0 14.5px 20px;}
.commonMypageMsg{line-height: 20px; height: 20px; text-align: left; margin: 25px 0 5px 0;}
.selP{text-align: right; padding: 10px 0;}

/* MYPAGE - ORDER LIST */
.orderListContainerWrap table thead tr{background-color: #f3f3f3; height: 31px; border-top: 1px solid #c4c4c4; border-bottom: 1px solid #e4e4e4;}
.orderListContainerWrap table tbody tr{height: 38px; border-bottom: 1px solid #e4e4e4;}
#content .foot-dsc li{color:#B8B8B8; line-height: 18px; font-size: 12px; font-family: 'Gulim';}

/* MYPAGE - COUPON LIST */
.couponListWrap table thead tr{background-color: #f3f3f3; height: 31px; border-top: 1px solid #c4c4c4; border-bottom: 1px solid #e4e4e4;}
.couponListWrap table tbody tr{height: 38px; border-bottom: 1px solid #e4e4e4;}
#content .use-dsc li{color:#B8B8B8; line-height: 20px; font-size: 12px; font-family: 'Gulim';}
#content .use-dsc li dl dd{padding-left: 10px;}

/* MYPAGE - RESERVE */
.presentWrap{margin-bottom: 70px;}
.presentWrap table tr{height: 38px; border: 1px solid #e4e4e4; border-left-width: 0; border-right-width: 0;}
.presentWrap .presentPriceWrap{float: right; width: 120px; height: 18px; padding: 2px; background-color: #f6f6f6; font-family: 'Gulim'; font-size: 12px; color:#959595; text-align: right; margin-right: 20px;}
.presentWrap .presentPriceWrap span{margin-right: 10px; line-height: 20px; font-weight: bold;}
.reserveCotaninerWrap table thead tr{background-color: #f3f3f3; height: 31px; border-top: 1px solid #c4c4c4; border-bottom: 1px solid #e4e4e4;}
.reserveCotaninerWrap table tbody tr{height: 38px; border-bottom: 1px solid #e4e4e4;}

/* MYPAGE - TODAY */
.todayContainerWrap table thead tr{background-color: #f3f3f3; height: 31px; border-top: 1px solid #c4c4c4; border-bottom: 1px solid #e4e4e4;}
.todayContainerWrap table tbody tr{height: 38px; border-bottom: 1px solid #e4e4e4;}
.todayContainerWrap .MS_input_txt{width: 50%; text-align: center;}

/* MYPAGE - WISH LIST */
.wishContainerWrap table thead tr{background-color: #f3f3f3; height: 31px; border-top: 1px solid #c4c4c4; border-bottom: 1px solid #e4e4e4;}
.wishContainerWrap table tbody tr{height: 38px; border-bottom: 1px solid #e4e4e4;}
.wishContainerWrap .txt-input2{width: 50%; text-align: center;}

/* MYPAGE - MYBOARD */
.myboardWrap table thead tr{background-color: #f3f3f3; height: 31px; border-top: 1px solid #c4c4c4; border-bottom: 1px solid #e4e4e4;}
.myboardWrap table tbody tr{height: 38px; border-bottom: 1px solid #e4e4e4;}

/* MYPAGE - DELETE SECEDE */
.deleteWrap p{line-height: 20px; color:#B5B5B5; font-family: 'Gulim'; font-size: 12px;}
.deleteWrap p:first-child{margin: 25px 0 15px 0;}
.deleteContainerWrap table tr{height:240px; border: 1px solid #c4c4c4; border-left-width: 0; border-right-width: 0;}]
.deleteContainerWrap table tr td #reason{width: 100%; height: 210px; border: 1px solid #d6d6d6;}

/* ORDER PAGE */
.bank_msg{padding: 10px 0;}
.bank_msg p{line-height: 20px; text-indent: 15px;}
.best50_wrap{border-bottom: 2px solid #717171; padding-bottom:8px;}

/* BOARDS - COMMON FIX */
.pwd-link{margin-top: 20px;}
.bbs-table-pwd { margin:150px 0;}
.bbs-table-pwd table { width:388px; 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;} 
.comment-box{border-bottom: 0!important;}
#comment_list_0{background-color: #f2f2f2; border: 1px solid #e3e3e3; padding:30px 10px;}
.bbs-table-view .comment-box td{border: 0 none!important; vertical-align: middle; padding: 0!important;}
#comment_list_0 .loopCommentTr{margin: 10px 0;padding:10px 0;}
#comment_list_0 .loopCommentTr p{margin: 10px 0;padding:10px 0;}
#bbsData{margin-top: 30px; font-family: 'Dotum'; font-size: 12px;}
.bbs-tit{width: 100%; height: 120px; margin-bottom: 30px; text-align: center; }
.chocobbs-tit{width: 100%; height: 100%; margin-bottom: 30px; text-align: center; }
.bbsTitle > p{float: left;}
.bbsTitle > div{float: right;}
.bbsKitWrap ul{width: 350px; height: 30px; line-height: 30px;}
.bbsKitWrap ul li{float: left; padding: 0 5px;}
.bbsKitWrap ul li span{padding-left: 5px;}
.bbsKitWrap .MS_input_txt{width: 103px; height: 18px; border: 1px solid #e7e8ec; border-top-width: 2px;}
.bbsContentsWrap table thead tr{background-color: #f3f3f3; height: 31px; border-top: 1px solid #c4c4c4; border-bottom: 1px solid #e4e4e4;}
.bbsContentsWrap table tbody tr{height: 38px; border-bottom: 1px solid #e4e4e4;}
.bbsContentsWrap2 table thead tr{background-color: #f3f3f3; height: 31px; border-top: 1px solid #c4c4c4; border-bottom: 1px solid #e4e4e4;}
.bbsContentsWrap2 table tbody tr{height: 68px; border-bottom: 1px solid #e4e4e4;}
.shippingContentsWrap table thead tr{background-color: #f3f3f3; height: 31px; border-top: 1px solid #c4c4c4; border-bottom: 1px solid #e4e4e4;}
.shippingContentsWrap table tbody tr{height: 38px; border-bottom: 1px solid #e4e4e4;}
.shippingWriteContainerWrap table{border: 1px solid #e4e4e4; border-left-width: 0; border-right-width: 0;}
.shippingWriteContainerWrap table thead tr{background-color: #f3f3f3; height: 31px; border-top: 1px solid #c4c4c4; border-bottom: 1px solid #e4e4e4;}
.shippingWriteContainerWrap table th{background-color: #f6f6f6;}
.shippingWriteContainerWrap table td{padding:5px 0 5px 10px;}
.shippingWriteContainerWrap table tbody tr{height: 38px; border-bottom: 1px solid #e4e4e4;}
.shippingWriteContainerWrap #content{width: 100%!important; min-height: 170px!important; resize:none;}
.shippingViewContainerWrap table{border-top: 1px solid #e4e4e4;}
.shippingViewContainerWrap table tbody th{background-color: #f6f6f6; height: 31px; border-bottom: 1px solid #e4e4e4;}
.shippingViewContainerWrap table tbody tr{height: 38px; border-bottom: 1px solid #e4e4e4;}
.shippingViewContainerWrap .textAreaViewWrap{height: 160px;}
.boardWriteFormWrap{min-height: 545px; border: 1px solid #dedede; border-left-width: 0; border-right-width: 0;}
.boardWriteFormWrap table tr{height: 32px;}
.boardFormTextArea{height: 365px!important;}
.boardFormTextArea .TextAreaItem #MS_text_content{width: 100%; height: 355px; resize:none;}
.boardFormTextArea .TextAreaItem  iframe{width: 100%; height: 355px;}
#addinfo_text{display: block; height: 32px; line-height: 32px; text-indent: 10px;}
.addinfo_title{width: 90px; text-align: center;}
.bbs-link a { display: inline-block; padding: 0 5px; font-size: 11px; line-height: 14px; color: #9b9b9b; float: left;}
.viewBoardWrap{padding: 35px 10px;}
.bbs-table-view > table > tbody > tr th{background-color: #f6f6f6;}
.bbs-table-view > table > tbody > tr{height: 32px; border: 1px solid #dedede; border-left-width: 0; border-right-width: 0;}
.bbs-table-view > table > tbody > tr .boardViewTopTd{text-indent: 20px;border-left: 1px solid #dedede;}
.comment-box > tr{min-height: 47px;}
.commentContainerWrap{padding:15px 0 14px 0; border-bottom: 1px solid #e3e3e3;}
.commentContainerWrap table tr{height: 32px;}
.commentContainerWrap table tr td{vertical-align: middle;}
.commentContainerWrap .input-style2{border: 1px solid #e9e9e9; border-top-color: #afafaf;}
.commentContainerWrap textarea{width: 720px; height: 60px; border: 1px solid #e9e9e9; border-top-color: #afafaf; resize:none; overflow-y:scroll; padding: 5px;}

/*ETC PAGE */
.icoListWrap,.pagTit,.pagTitMsg{text-align: center;}
.pagTit{margin: 65px 0 15px 0;}
.icoListWrap{margin: 75px 0;}
.appTable{width: 975px!important;border-top: 2px solid #c4c4c4; border-bottom: 1px solid #d6d6d6; margin: 80px auto;}
.appTable tr{text-align: center; height: 45px; border-bottom: 1px solid #d6d6d6;}
.appTable thead tr th{font-size: 14px;}
.appTable thead tr{background-color: #f7f7f7;}
/* FAQ PAGE */
.faqSearchContainer{margin-top: 20px; height: 93px; background-color: #f3f3f3; border-top: 2px solid #49BBF7;}
.faqSearchContainer h4{float: left; margin: 28px; padding-left: 95px;}
.faqSearchContainer .searchBoxWrapper{float: left; height: 23px; line-height: 23px; margin: 35px 0;}
.faqSearchContainer .MS_input_select {width: 135px; height: 21px; border: 1px solid #7f9db9;}
.faqSearchContainer #faqSearch{width: 260px; height: 19px; border: 1px solid #e2e8ef; border-top-color: #abadb3;}
.middleCategoryList{margin-top: 20px; padding:10px 0;}
.middleCategoryList li{float: left;}
.middleCategoryList li:first-child a{padding-right: 15px; padding-left: 0;}
.middleCategoryList li a{padding:0 15px; border-right: 1px solid #d5d5d5;}
#faqTable table{border-top: 2px solid #898989; border-bottom: 1px solid #898989;}
#faqTable table tr{height: 40px; line-height: 40px; border-bottom: 1px dotted #cdcdcd; cursor:pointer;}
#faqTable table tr dl dt{float: left; width: 65px; text-align: center;}
#faqTable table tr dl dt img{vertical-align: top;}
#faqTable table tr dl dd{float: left; width: 880px; line-height: 20px;}
.quickContentsWrapper{margin: 20px 0; width: 947px; height: 449px; background: url('/design/satria/renew2014/img/etc/quick_bg.png') no-repeat;}
.quickAnchorListWrap{padding:40px 0 21px 0;}
.quickAnchorListWrap ul li{float: left; width: 24%; border-right:1px solid #ececec; text-align: center; margin-bottom: 28px;}
.tb-slide{padding: 10px 0;}

/* REVIEW BOARD */
.reviewContentsWrap table thead tr{background-color: #f3f3f3; height: 31px; border-top: 1px solid #c4c4c4; border-bottom: 1px solid #e4e4e4;}
.reviewContentsWrap table tbody tr{height: 69px; border-bottom: 1px solid #e4e4e4;}
.reviewContentsWrap .reviewTrList{background-color: #f9f9f9;}
.reviewContentsWrap .reviewReply{text-align: left; padding: 15px 0 15px 120px; }
.reviewContentsWrap .productWrap p{line-height: 20px;}
.reviewBannerContainerWrapper{height: 490px; margin-bottom: 50px; background-color: #f4f4f4; padding: 15px;}
.reviewBannerContainerWrapper > div{float: left; width: 457px; height: 245px;}
.reviewBannerContainerWrapper .bannerReviewListBox1{border-right: 1px solid #e0e0e0;}
.reviewBannerContainerWrapper .bannerReviewListBox2{border-bottom: 1px solid #e0e0e0;}
.reviewBannerContainerWrapper .bannerReviewListBox4{border-left: 1px solid #e0e0e0;}
.reviewBannerContainerWrapper .bannerReviewListBox3{border-top: 1px solid #e0e0e0;}

/* BANNER SIZE */
#leftBannerContainer{position: absolute; top:0; left:0; width: 137px; padding: 10px 5px; z-index:9999;}
#rightBannerContainer{position: absolute; top:0 !important; right:0; width: 132px; padding: 10px 5px; z-index:9999;}
#rightBannerContainer ul > li{padding: 7px 0; text-align: center;}
#rightBannerContainer .weekBox{width: 127px; height: 127px; background:url('/design/satria/autumn/renew2014/img/banner/leftbanner_bg.png') no-repeat; margin: 20px auto;}
.weekBox > div{padding:17px 0 5px 0;}
#rightBannerContainer .todayBannerWrapper{width: 130px; border: 1px solid #d5d5d5;border-bottom-width: 0;}
.todayBannerWrapper > ul > li{background-color: #f6f6f6; border-bottom: 1px solid #d5d5d5;}
.todayBannerWrapper > ul > li.todayWrapper{padding-bottom: 0px; min-height: 15px; border-bottom: 1px solid #d5d5d5; background-color: #fff;}
.timeSaleInputBox{width:114px; height:23px; background-color:#242424;color:#fff; margin: 0 7.5px; text-align: center; border-width: 0; letter-spacing:-1px; padding-top: 2px;}
#todayWrap{display: none;}
#BeeConRban  img{margin-bottom: 5px;}
#today a img{width: 104px!important;}
/*JOIN SUCCESS COMPLETE */
.successContainerWrap{width: 611px; height: 414px; background-color: #f5f5f5; margin: 170px auto;}
.successContainerWrap h1{text-align: center; padding: 120px 0 20px 0;}
.successContainerWrap .bigMsg{padding-bottom: 35px;}
.successContainerWrap p{text-align: center;}
.successContainerWrap ul{padding-top:35px; width:265px; margin: 0 auto;}
.successContainerWrap ul li{float: left; padding: 0 4px;}

/* EVENT BOARD */
.eventBoardWrapper table thead tr{background-color: #f3f3f3; height: 31px; border-top: 1px solid #c4c4c4; border-bottom: 1px solid #e4e4e4;}
.eventBoardWrapper table tbody tr{height: 38px; border-bottom: 1px solid #e4e4e4;}
.eventBoardContentWrapper{width: 945px; overflow: hidden; padding-top: 25px; border-top: 2px solid #727272; margin-top: 3px;}
#eventList{width: 970px;}
#eventList li{float: left; width: 460px; height: 150px; margin:0 20px 28px 0; border: 1px solid #d8d8d8;}
#eventList li > a{display: block; width: 190px; height: 150px; float: left; border-right: 1px solid #d8d8d8; overflow: hidden;}
#eventList li > a > img{width: 100%;}
#eventList li > dl{float: left; width: 220px; margin: 25px 0  0 25px;}
#eventList li .subjectMsg{padding: 17px 0 28px 0; max-width: 220px; height: 32px; overflow: hidden;}

/* BEST 50 CATEGORY PAGE */
.bestProductWrap{border: 5px solid #6ac5f4; width:1160px; height: 573px; overflow: hidden;}
.bestProductWrap .prod_item img{width: 260px; height: 350px;}
.bestProductWrap .prod_wrap > div{float: left; width: 33.3333%; text-align: center; padding-top: 35px;}
.bestProductWrap .prd_name{margin: 30px 0 15px 0;}
.bestProductWrap .prd_name a{font-family: 'Dotum'; font-size: 14px; font-weight: bold;}
.bestProductWrap .prd_sub_name {width: 200px; margin: 0 auto; line-height: 20px;}
.bestProductWrap .prd_sub_name a{font-family: 'Dotum'; font-size: 11px; color:#999897;}
.bestProductWrap .price{font-family: 'Dotum'; font-size: 14px; color:#49BBF7; font-weight: bold;}
.productBestIco{position: absolute; top:0; left:5px; width: 50px; height: 46px; z-index:100; display: block; background: url('/design/satria/autumn/renew2014/img/best50/best_ico.png') no-repeat;}
.productCount{position: absolute; padding: 20px 17px; color:#fff; font-weight:bold; font-size:16px; }
.ProductBestIcoBig{position: absolute; top:20px; left:25px; width: 85px; height: 84px;}
.top_down_btm{position:fixed; bottom:0px; right:0px; z-index:99999999}
#detailImage{width:100%; text-align:center;}

.prd_icon{margin-bottom: 5px;}

/* GENERAL CATEGORY PAGE */
.genProductWrap{border: 3px solid #6ac5f4; width:1160px; height: 1220px; overflow: hidden;}
.genProductWrap .title{margin: 30px 361px;}
.genProductWrap .prod_item{position: relative; z-index: 5;}
.genProductWrap .prod_item img{width: 260px; height: 350px;}
.genProductWrap .prod_wrap > div{float: left; width: 33.3333%; max-height:530px; height:530px; overflow: hidden; text-align: center; overflow: hidden; padding-top: 10px;}
.genProductWrap .prd_name{margin: 30px 0 15px 0;}
.genProductWrap .prd_name a{font-family: 'Dotum'; font-size: 14px; font-weight: bold;}
.genProductWrap .prd_sub_name {width: 200px; margin: 0 auto; line-height: 10px;}
.genProductWrap .prd_sub_name a{font-family: 'Dotum'; font-size: 11px; color:#999897;}
.genProductWrap .prd_price{font-family: 'Dotum'; font-size: 14px; color:#49BBF7; font-weight: bold; margin-top: 12px;}
.genProductWrap .prd_price .cprice{font-size:14px; font-family: 'Dotum'; color:#999897; font-weight:bold; display: inline-block; *display: inline; margin-right:5px;}
.genProductWrap .prd_price .price_d{font-size:14px; font-family: 'Dotum'; color:#999897; font-weight:bold; display: inline-block; *display: inline; margin-right:5px;}
.genProductWrap .prd_price .dprice{font-size:14px; font-family: 'Dotum'; color:#49BBF7; font-weight: bold;}
.genProductWrap .prd_price .price{font-size:14px; font-family: 'Dotum'; color:#49BBF7; font-weight: bold;}
.genProductWrap .prod_item .productBestIco{position: absolute; top:0px; left:63px; z-index: 6; background: url('/design/satria/autumn/renew2014/img/list/mdc_ico.png') no-repeat;}
.productCount{position: absolute; padding: 20px 17px; color:#fff; font-weight:bold; font-size:16px; }
.ProductBestIcoBig{position: absolute; top:20px; left:25px; width: 85px; height: 84px;}
.top_down_btm{position:fixed; bottom:0px; right:0px; z-index:99999999}
#detailImage{width:100%; text-align:center;}
#detailImage img{margin:130px 0px;}
.prd_icon{margin-bottom: 5px;}


/* CHOCOAL STORE */
.choco_list{width: 945px; position: relative;}
.choco_list .title{padding: 8px 0; background: #f5f5f5; font-weight: bold; font-size: 25px; line-height: 30px; color: #666; letter-spacing: -1px; text-align: center; font-family: 'Malgun Gothic','¸¼Àº °íµñ',sans-serif;}
.choco_list li{position: relative; border-top: 1px solid #e3e3e3; padding: 0;}
.choco_list li:first-child{border-top: 0 none;}
.choco_list .chocoal_dl{position: relative; min-height: 360px; padding: 18px 70px 18px 440px; line-height: 40px; color: #666;}
.choco_list .chocoal_dl .choco_prod{position: relative; padding-top: 120px;}
.choco_list .chocoal_dl .choco_prod dt{margin-top: 10px; font-size: 23px; letter-spacing: -1px; color: #636566; line-height: 23px; font-family: 'Malgun Gothic','¸¼Àº °íµñ',sans-serif;}
.choco_list .chocoal_dl .choco_prod .choco_dd{margin-top: 10px;}
.choco_list .chocoal_dl .choco_prod .choco_dd .choco_price{font-weight: bold; font-size: 26px; color: #222; font-family: Times New Roman;}
.choco_list .chocoal_dl .choco_prod .choco_dd .choco_tx{font-weight: bold; font-size: 20px; color: #222; font-family: 'Malgun Gothic','¸¼Àº °íµñ',sans-serif;}
.choco_list .chocoal_dl .choco_prod .exp_dd{margin-top: 4px; font-size: 15px; color: #222; font-family: 'Malgun Gothic','¸¼Àº °íµñ',sans-serif; line-height: 23px;}
.choco_list .chocoal_dl .img{position: absolute; top: 50%; left: 20px; margin-top: -180px; text-align: center;}
.choco_list .chocoal_dl .img .img_area{display: inline-block; position: relative; background-size: 100% 100%;}
.choco_list .mi_call {font-weight: bold; font-size: 15px; color: #222; font-family: Times New Roman; text-align: center; display: inline-block; position: absolute; left: 390px; top: 50%; z-index: 30; width: 20px; height: 20px; margin-top: -7px; border: 5px solid #fff; border-top-left-radius: 20px; border-top-right-radius: 20px; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; background: #ff9641;}




/* VIEW PAGE */
.sns_p a{padding-right:3px;}

/* by calebflow */
.attach {text-align:center; margin-bottom:30px; }
.adWrapper { width:950px;margin-left:290px;margin-top:-170px; }
.mdImg { width:90px;float:left;padding:7px 0; }
.mdAdvice { width:800px;display:inline-block;text-align:left;padding:5px 0 0 80px;line-height:25px;border-left:solid gray 3px; font-size:14px; color:#293136;font-weight:bold; font-family:"Nanum Gothic";}
.mdAdvices { width:400px;margin:0 auto; display:inline-block;text-align:left;padding:5px 0 0 80px;line-height:25px; font-size:14px; color:#293136; font-weight:bold;font-family:"Nanum Gothic";}
.adWrappers { margin-top:-170px; }
.colorcheck {text-align:center; margin-bottom:30px; font:±¼¸²; font-size:11px: color:#adadad; }
/************************************************************* END *************************************************************/
/**20141119**/
.prod_reivew{width:100%; text-align:center; padding-bottom:5px;}
.pointz{color:brown!important}
.cont_po{color:brown!important}
.cont_po font{color:brown!important}
/**20141124 **/
.prd_name .soldout{font-size:12px!important;}





.cre {color:#e70014;}
.cor {color:#f7b500;}
.cbr {color:#4f1219;}
.cyl {color:#abcd05;}
.csb {color:#45afe9;}

#privateAdvice {display:none;}

#review-board-list .boardList li dd .bl_name img {
  width:20px;
  height:20px;
}

#simpleLogin {
margin-top:50px;
}
#simpleLogin .sns-login p img {
margin:20px 0;
}



