@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
#m_preview_wrap {display:none; }

.newcate_board { text-align: center; font-size: 12px; margin-top: 50px; }
.newcate_board ul { padding-bottom: 20px; }
.newcate_board ul li a { padding: 0 5px; }

.new_Login{ text-align: center; font-size: 12px; }
.new_Login ul { padding-bottom: 30px; }
.new_Login ul li a { padding: 0 5px; }

/* =============================================================================
   ### °øÅëÀû¿ë »çÇ× ½ÃÀÛ
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%/*È­¸éÈ¸Àü½Ã ÆùÆ® °íÁ¤ÇÒ¶§ none*/; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: 'Lato','Nanum gothic',Dotum, AppleGothic, Helvetica, sans-serif; color: #000; }
body { margin: 0; font-size: 1em; line-height: 1.4; min-width:320px}

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }

a { color: #222; text-decoration: none; }
/*
a:visited { color: #551a8b; }
a:hover { color: #06e; }
*/
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 0; }
dfn { font-style: italic; }
hr { display: none; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 0; padding: 0; }
dl { margin: 0; }
dd { margin: 0; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
li {list-style:none; }

img { border: 0;  vertical-align: middle; }

svg:not(:root) { overflow: hidden; }

figure { margin: 0; }
p { margin: 0; }
form { margin: 0; padding: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { overflow: hidden; text-indent: -9999px; width: 0; height: 0; font-size: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; outline: none; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }

body{ font: 100% 'Lato','Nanum gothic',Dotum, AppleGothic, Helvetica, sans-serif; }
.wrapper{ position: relative; width: 100%; }

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: "";  }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }
.dont-scroll { position: fixed; left: 0; top: 0; width: 100%; height: 100%; }

/* =============================================================================
   À¯Æ¿
   ========================================================================== */
.grayBtn {background:#888; color:#fff;display: inline-block; padding: 5px; text-indent: 0; }
.blackBtn {background:#333; color:#fff;display: inline-block; padding: 5px; text-indent: 0; }
.pinkBtn {background:#d2b095; color:#fff;display: inline-block; padding: 5px; text-indent: 0; color:#000; }
.whiteBtn {background:#fff; color:#000;display: inline-block; padding: 5px; text-indent: 0; box-sizing:border-box; border:1px solid #000;  }
.w-100 { width: 100%; }
.style-none { list-style-type: none !important; }
.box-round { -webkit-border-radius: 5px !important; border-radius: 5px !important; -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; }
.box-opacity { opacity: 0.7; filter: alpha(opacity=70); }
.box-gradient-01 {
    background-color: #efefef;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#dcdcdc));
    background-image: -webkit-linear-gradient(top, #efefef, #dcdcdc);
    background-image:    -moz-linear-gradient(top, #efefef, #dcdcdc);
    background-image:      -o-linear-gradient(top, #efefef, #dcdcdc);
    background-image:   linear-gradient(to bottom, #efefef, #dcdcdc);
}
.box-shadow-01 {
  -webkit-box-shadow: 1px 1px 0 0 #9b9a9a;
          box-shadow: 1px 1px 0 0 #9b9a9a;
}
.box-gradient-02 {
    background-color: #898686;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#898686), to(#595858));
    background-image: -webkit-linear-gradient(top, #898686, #595858);
    background-image:    -moz-linear-gradient(top, #898686, #595858);
    background-image:      -o-linear-gradient(top, #898686, #595858);
    background-image:   linear-gradient(to bottom, #898686, #595858);
}
.box-shadow-02 {
  -webkit-box-shadow: 1px 1px 0 0 #ededed;
          box-shadow: 1px 1px 0 0 #ededed;
}
.box-gradient-03 {
    background-color: #e3e3e3;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e3e3e3), to(#cdcdcd));
    background-image: -webkit-linear-gradient(top, #e3e3e3, #cdcdcd);
    background-image:    -moz-linear-gradient(top, #e3e3e3, #cdcdcd);
    background-image:      -o-linear-gradient(top, #e3e3e3, #cdcdcd);
    background-image:   linear-gradient(to bottom, #e3e3e3, #cdcdcd);
}
.box-gradient-04 {
    background-color: #c3c3c3;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#c3c3c3), to(#929292));
    background-image: -webkit-linear-gradient(top, #c3c3c3, #929292);
    background-image:    -moz-linear-gradient(top, #c3c3c3, #929292);
    background-image:      -o-linear-gradient(top, #c3c3c3, #929292);
    background-image:   linear-gradient(to bottom, #c3c3c3, #929292);
}
.box-gradient-05 {
    background-color: #fefefe;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#fdfdfd));
    background-image: -webkit-linear-gradient(top, #fefefe, #fdfdfd);
    background-image:    -moz-linear-gradient(top, #fefefe, #fdfdfd);
    background-image:      -o-linear-gradient(top, #fefefe, #fdfdfd);
    background-image:   linear-gradient(to bottom, #fefefe, #fdfdfd);
}
.box-shadow-03 {
  -webkit-box-shadow: 1px 1px 0 0 #d6d6d6;
          box-shadow: 1px 1px 0 0 #d6d6d6;
}
.txt-input { border: 1px solid #8c8c8c; }
.btn-type-01 { display: inline-block;  padding: 7px 10px; border: 1px solid #ccc; -webkit-border-radius: 3px; border-radius: 3px; -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; }
.btn-type-01 span { color: #777; font-size: .875em; font-weight: bold; }
.btn-type-02 { display: inline-block;  padding: 4px 6px; border: 1px solid #808080; -webkit-border-radius: 3px; border-radius: 3px; -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; }
.btn-type-02 span { color: #fff; font-size: .875em; font-weight: bold; }
.btn-type-03 { display: inline-block;  padding: 7px 8px; border: 1px solid #808080; -webkit-border-radius: 3px; border-radius: 3px; -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; }
.btn-type-03 span { color: #fff; font-size: .875em; font-weight: bold; }
.btn-type-04 { display: inline-block;  padding: 7px 8px; border: 1px solid #808080; -webkit-border-radius: 3px; border-radius: 3px; -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; }
.btn-type-04 span { color: #000; font-size: .875em; font-weight: bold; }
.btn-type-05 { display: inline-block;  padding: 3px 5px; border: 1px solid #8c8c8c; -webkit-border-radius: 3px; border-radius: 3px; -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; }
.btn-type-05 span { color: #777; font-size: .75em; font-weight: bold; }
.btn-type-06 { display: inline-block; text-align: center; background-color: #8b8b8b; border: 1px solid #696969; }
.btn-type-06 span { display: block; width: 100%; height: 100%; border: 1px solid #979797; color: #fff; font-size: .75em; }
.btn-type-07 {
    -webkit-box-shadow: 2px 2px 3px #ccc;
    -moz-box-shadow: 2px 2px 3px #ccc;
    text-shadow: 1px 1px 0 #fff;
    box-shadow: 2px 2px 3px #ccc;
    border: 1px solid #a1a1a1;
    background: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#bfbfbf));
    background: -moz-linear-gradient(top,  #f4f4f4,  #bfbfbf);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#bfbfbf');
    text-align: center;
    -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
}
.btn-type-07 span { color: #777; width: 100%; height: 100%; font-size: .75em; font-weight: bold; }
.btn-type-08 { display: inline-block; line-height: 1; padding: 4px 8px; background-color: #b6b6b6; color: #fff; border: 1px solid #8b8b8b; -webkit-border-radius: 5px; border-radius: 5px; -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; }
.btn-type-08 span { font-size: .875em; font-weight: bold; }
.btn-type-09 { display: inline-block;  padding: 4px 20px 4px 10px; background: #fff url(/images/d3/m_01/bull/arr_h14@2x.gif) no-repeat 90% 50%; background-size: 5.5px 7px; border: 1px solid #8c8c8c; -webkit-border-radius: 3px; border-radius: 3px; -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; color: #777; font-size: .75em; }

.results .more { margin: 10px auto; text-align: center; }
.results .more a { width: 90.3125%;; margin: 0 auto; text-align: center; }
.results .none-data { text-align: center; margin: 15px 0; }
.results .none-data p { margin: 10px 0; font-size: .75em; color: #777; }
table.normal { width: 100%; font-size: .75em; margin-top: 5px; border-top: 1px solid #e1e1e1; border-bottom: 1px solid #e1e1e1; }
table.normal tr { border-bottom: 1px solid #e1e1e1; /*line-height: 34px;*/ }
table.normal th,
table.normal td { text-indent: 5px; text-align: left; padding: 5px 0; position: relative; }
table.normal th { background-color: #d2b095; color:#fff; }
table.normal tfoot td { padding: 4px 0; }
table.normal .txt-input { text-indent: 5px; height: 21px; padding: 3px 0 1px; border: 1px solid #d1d1d1;  }
table.normal .txt-textarea { text-indent: 5px; padding: 3px 0 1px; border: 1px solid #d1d1d1; }
table.normal .f-right { float: right; min-height: 35px; }
table.normal .btn-type-01,
table.normal .btn-type-02 { line-height: 1em; text-indent: 0; padding: 8px 10px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.layer-pop { display: none; position: absolute; left:0; top: 0; z-index: 101; width: 100%; min-height: 100%; background-color: #fff; }
.layer-pop h3 { white-space: nowrap; padding-left: 15px; padding-right: 10%; overflow: hidden; text-overflow: ellipsis; color: #fff; background-color: #a0a0a0; font-size: .875em; margin: 0; min-height: 30px; line-height: 1.5em; padding-top: 7px; }
.layer-pop .btns { margin: 25px 0; padding: 0 15px; }
.layer-pop .btns .btn-type-03,
.layer-pop .btns .btn-type-04 { padding: 7px 20px; }
.layer-pop .btns .f-right { float: right; }
.layer-pop .close { display: block; width: 30px; height: 27px; position: absolute; right: 0; top: 10px; background: #fff url(/images/d3/m_01/bull/btn_del_gray@2x.gif) no-repeat center center; background-size: 11px 11px; text-indent: -9999px; font-size: 0; border-top-left-radius: 5px; border-top-right-radius: 5px; -webkit-border-top-left-radius: 5px; -webkit-border-top-right-radius: 5px; }
/* ±âÁ¸°Íµé */
.bg-stit { position: relative; }
.bg-stit:after { position: absolute; content: ""; background: url(/images/d3/m_01/bull/bg_stit_bull.png) no-repeat; }
/* button type01 */
.btn-type01 button,
.btn-type01 a,
button.btn-type01,
a.btn-type01 {
    font-family: sans-serif, Dotum;
    text-shadow: 1px 1px 0 #fff;
    -webkit-box-shadow: 2px 2px 3px #ccc;
    -moz-box-shadow: 2px 2px 3px #ccc;
    box-shadow: 2px 2px 3px #ccc;
    border: 1px solid #a1a1a1;
    background: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#bfbfbf));
    background: -moz-linear-gradient(top,  #f4f4f4,  #bfbfbf);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#bfbfbf');
}

/* ÁÖ¼ÒÃ£±â ÆË¾÷ - ±âÁ¸°Í */
#addrSearch { z-index: 3; display: none; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #fff;z-index:1000 }
#addrSearch h2,
#addrSearch h3,
#addrSearch h4,
#addrSearch h5,
#addrSearch p { margin: 0; }
#addrSearch .search-container { background: #f6f6f6; padding-bottom: 25px; }
#addrSearch .search-header { background-color: #fff; }
#addrSearch .search-header h2 { padding-left: 40px; padding-bottom: 5px; color: #222; text-shadow: 1px 1px 0 #fff; font-size: .875em; margin-top: 25px; font-weight: bold; }
#addrSearch .search-header h2:after { left: 5px; bottom: 8px; width: 31px; height: 19px; background-position: 0 -77px; }
#addrSearch p.msg01,
#addrSearch p.msg02 { text-align: center; font-size: .75em; }
#addrSearch p.msg01 { margin-left: 10px; color: #3d3d3d; font-weight: bold; }
#addrSearch p.msg02 { font-size: smaller; color: #b2b2b2; }
#addrSearch .btn-close { padding: 0 10px; }
#addrSearch .btn-close a { display: inline-block; text-align: center; line-height: 1.25em; width: 100%; padding: 6px 0; font-weight: bold; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
/* ÀÌÀü ´ÙÀ½ ¹öÆ° */
#addrSearch .btn-ctrl { margin-top: 20px; text-align: right; }
#addrSearch .btn-ctrl a { padding: 3px 10px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
#addrSearch .step-comm { display: none; border-top: 2px solid #cacaca; padding: 20px 20px 30px; }
/* step01 */
#addrSearch #searchStep01 { display: none; }
#addrSearch #searchStep01 .msg02 { margin-top: 5px; }
#addrSearch #searchStep01 .search-form { position: relative; padding-right: 65px; margin-top: 10px; }
#addrSearch #searchStep01 .search-form .keyword { display: block; margin-right: 15px; }
#addrSearch #searchStep01 .search-form .keyword input { padding: 3px 5px; width: 100%; outline: none; vertical-align: top; border: 0 none; -webkit-appearance: none; border: 1px solid #a1a1a1; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
#addrSearch #searchStep01 .search-form .btn-submit {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 26px;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    font-family: sans-serif, Dotum;
    border: 0 none;
    text-shadow: 1px 1px 0 #5a5a5a;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #848584;
    background: -webkit-gradient(linear, left top, left bottom, from(#a0a09f), to(#848584));
    background: -moz-linear-gradient(top,  #a0a09f,  #848584);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#a0a09f', endColorstr='#848584');
}
/* step02 */
#addrSearch #searchStep02 { margin-top: 20px; }
#addrSearch #searchStep02 .addr-list { margin-top: 10px; width: 100%; }
#addrSearch #searchStep02 .btn-next button { padding: 3px 10px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
/* step03 */
#addrSearch #searchStep03  { display: none; }
#addrSearch #searchStep03 .detail-addr { margin-top: 15px; }
#addrSearch #searchStep03 .detail-addr ul.detail-list { padding-bottom: 15px; border-bottom: 1px solid #ccc; }
#addrSearch #searchStep03 .detail-addr .txt-input { border: 1px solid #efefef; padding: 2px 0 0 2px; height: 18px; }
#addrSearch #searchStep03 .detail-addr li { list-style-type: none; font-size: .75em; }
#addrSearch #searchStep03 .detail-addr li span.tit,
#addrSearch #searchStep03 .detail-addr li span.cont { display: block; color: #333; }
#addrSearch #searchStep03 .detail-addr li span.tit { font-weight: bold; }
#addrSearch #searchStep03 .detail-addr li span.cont { margin-left: 60px; position: relative; top: -18px; margin-bottom: -18px; }
/* ¿ìÆí¹øÈ£ */
#addrSearch #searchStep03 .detail-addr li.num .cont input.num-input { width: 50px; }
/* ÁÖ¼Ò */
#addrSearch #searchStep03 .detail-addr li.addr { margin-top: 20px; }
#addrSearch #searchStep03 .detail-addr li.addr .cont input.addr-input { width: 100%; }
#addrSearch #searchStep03 .detail-addr li.addr .cont .addr02 input.addr-input { margin-top: 5px; }
#addrSearch #searchStep03 .btn-input { text-align: right; }
#addrSearch #searchStep03 .btn-input { text-align: right; margin-top: 5px; }
#addrSearch #searchStep03 .btn-input button { padding: 3px 10px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }

.board_title {text-align:center; font-size:17px; font-family:'Nanum gothic', 'Noto serif'; letter-spacing: 1px; font-weight: bold;margin:20px 0 10px; }
.item-search a {font-size:12px; }

/* =============================================================================
   »ó´Ü header.html
   ========================================================================== */
#header-container {     z-index: 10;
    position: relative }
#header-container .wrapper { position:relative;margin-top: 40px; }
#header-container .wrapper div.leftMenu,
#header-container .wrapper div.topSearchBtn { position:absolute; top:30px; }
#header-container .wrapper div.leftMenu img,
#header-container .wrapper div.topSearchBtn img {width:20px; }
#header-container .wrapper div.leftMenu {right:15px; }
#header-container .wrapper div.topSearchBtn {right:15px; }
#header-container .wrapper div.topCartBtn {right:50px; }
#header-container .wrapper div.topMyBtn {right:15px; }
.topLogin {background:#d2b095; overflow:hidden; }
.topLogin li {float:left; text-align:center; width:20%; }
.topLogin li a {color:#fff; display:block; padding:10px 0; font-size:10px; }
.topLogin.basicHeader {background:#d2b095; border-top:0; }
#header-container ul.nav-tabs { overflow:hidden; padding:10px 0;  }
#header-container ul.nav-tabs li {width:20%; float:left; text-align:center; list-style:none; }
#header-container ul.nav-tabs li a {font-size:.7em; color:#acacac; letter-spacing:-1px; }
#header-container ul.nav-tabs div {width:20%; float:left; text-align:center; list-style:none; }
#header-container ul.nav-tabs div a {font-size:.7em; color:#acacac; letter-spacing:-1px; }
#header-container ul.nav-tabs li.active a {font-size:.7em; color:#000; letter-spacing:-1px; border-bottom:1px solid #000;}
#header-container h1 { font-size: 12px; margin: 0; padding: 0; text-align:center;   }
#header-container #logo { width:55%; text-align:left; padding: 31px 0 31px 12px; }
/*#header-container #logo img { width:100%; }*/
#header-container nav { position: absolute; right: 0; text-align: right; }
#header-container nav li { line-height: 23.5px; display: inline-block;  padding-left: 24px; text-align: left; }
#header-container nav li a { color: #999; font-size: .75em; font-weight: bold; margin-left: 7.143%; }
#header-container nav li.cat { background: url(/images/d3/m_01/bull/category@2x.png) no-repeat 0 center; background-size: 23px 23px; width: 70px; }
#header-container nav li.search { background: url(/images/d3/m_01/bull/search@2x.png) no-repeat 0 center; background-size: 23px 23px; width: 40px; }
/* È¨|Àå¹Ù±¸´Ï|°ü½É»óÇ°|·Î±×ÀÎ */
#menu-container .menus ul { border-top: 1px solid #e3e3e3; border-bottom: 1px solid #e3e3e3; background-color: #f2f2f2; padding-left: 3.125%; padding-right: 3.125%; }
#menu-container .menus ul li { float: left; background: url(/images/d3/m_01/bull/menus_li@2x.gif) no-repeat 100% 50%; background-size: 1px 13.5px; height: 34.5px; line-height: 34.5px; text-align: center; width: 25%; }
#menu-container .menus ul li:last-child { background-image: none; }
#menu-container .menus ul li a { color: #000; font-weight: bold; font-size: .75em; }
#menu-container .menus ul li a span { color: #fff; font-size: smaller; background: url(/images/d3/m_01/bull/number_ico.png) no-repeat 0 50%; background-size: 21px 21px; text-align: center; width: 21px; height: 100%; display: inline-block; }
#header-container.show {position:fixed; width:100%; top:0; z-index:9;}
#container.show {margin:104px 0 25px ; }

.swiper-head { 
 z-index: 1000;
    position: fixed;
    width: 100%;
    background: #fff;
    text-align: center;
    transition: all 0.4s;
    top: 0;
   }
.swiper-head .swiper-slide img {width:100%; }

.MK_top_banner { text-align: center; }
.searchBox {background: #d2b095; box-sizing:border-box; padding:17px 15px; overflow:hidden; display:none; position:absolute; width:100%; z-index:6; }
.searchBox form {background:#fff; box-sizing:border-box; position:relative; width:84%; float:left;  }
.searchBox form input#keyword {border:0; width: 100%; padding: 5px 10px 5px 40px; box-sizing: border-box; height:34px; line-height:34px; font-size:11px;  }
.searchBox form a {left:10px; top:4px; position:absolute; }
.searchBox form a img {width:18px; opacity: 0.5;}
.searchBox .searchCloseBtn {float:right; font-size:12px; width:15%; text-align: center; height: 34px; line-height: 34px; color: #000; background: #fff; box-sizing:border-box; border:1px solid #000; }
.searchBox .searchCloseBtn img {height:14px; margin:0 5px 0 0; }
.searchBox.open {display:block; }
.searchBoxBack {position:fixed; top:0; left:0; right:0; bottom:0; background-color:rgba(0,0,0,0.6); display:none; z-index:5;  }

.leftMenuBox { position: fixed; left:-80%;  width: 80%; display:block; -webkit-transition:400ms; -moz-transition:400ms; -ms-transition:400ms; -o-transition:400ms; transition:400ms; 
    z-index:999; overflow-y:auto; visibility: hidden; background:#ffffff; height:100%; overflow-x:hidden; box-sizing:border-box; padding:20px 12px; -webkit-overflow-scrolling: touch; }
.leftMenuBox.open {-webkit-transform: translate(100%, 0); -moz-transform: translate(100%, 0); -ms-transform: translate(100%, 0); -o-transform: translate(100%, 0); transform: translate(100%, 0); visibility: visible; }
body.open {overflow: hidden; position:relative; height:100%; }
html.open {overflow: hidden;  }
html.open #header-container {z-index:2; }
html.open #container {overflow:hidden;  }
body {overflow:auto; }
html {overflow:auto; }
.leftMenuBox .asideLogo {width:70%; margin:0 auto; text-align:center; }
.leftMenuBox .asideLogo img {width:100%; }
.leftMenuBox .leftMy {margin:0 0 5px; overflow: hidden; }
.leftMenuBox .leftMy .leftHi {text-align:center; padding:20px 0 5px; font-size:15px; }
.leftMenuBox .leftMy .leftHi2 {text-align:center; font-size:10px; padding:20px 0 15px; color:#555; letter-spacing: -0.5px; }
.leftMenuBox .leftMy .loginInfo .loginInfoBox {text-align:right; font-size:13px; margin:0 0 5px; }
.leftMenuBox .leftMy .loginInfo .loginInfoBox span {float:left; }
.leftMenuBox .leftMy .loginInfo .loginInfoBox:after {content:''; display:block; clear:both; }
.leftMenuBox .leftMy .loginInfo .loginInfoBox a {font-weight:bold; }
.leftMenuBox .leftMy .leftMyNavi4 {border-top:1px solid #000; margin:10px 0 15px; padding:10px 0 0; }
.leftMenuBox .leftMy .leftMyNavi4 li {width:25%; text-align:center; float:left; }
.leftMenuBox .leftMy .leftMyNavi4 li a {font-size:12px; display:block; border-right:1px solid #b9726b; }
.leftMenuBox .leftMy .leftMyNavi4 li:last-child a {border:0; }
.leftMenuBox .leftMy .leftMyNavi4:after {content:''; display:block; clear:both; }
.leftMenuBox .leftMy .leftLogin {box-sizing:border-box; border:1px solid #000; text-align:center; background:#000; float:left; width:49%; }
.leftMenuBox .leftMy .leftJoin {box-sizing:border-box; border:1px solid #000; text-align:center; background:#fff; float:right; width:49%; }
.leftMenuBox .leftMy .leftLogin a,
.leftMenuBox .leftMy .leftJoin a {font-weight:bold; padding:8px 0; display:block; font-size:13px; }
.leftMenuBox .leftMy .leftLogin a {color:#fff; }
.leftMenuBox .leftMy .leftMyNavi3 { margin:10px 0 0; overflow:hidden;  }
.leftMenuBox .leftMy .leftMyNavi3 li {width:33.3333%; text-align:center; float:left; }
.leftMenuBox .leftMy .leftMyNavi3 li a {font-size:12px; display:block; border-right:1px solid #b9726b; }
.leftMenuBox .leftMy .leftMyNavi3 li:last-child a {border:0; }
.leftMenuBox .tabContaiiner li {padding:10px 0; text-indent:15px; }
.leftMenuBox .tabContaiiner li a {font-size:13px; font-weight:bold; }
.leftMenuBox .leftCopy {text-align:center; border-top:1px solid #000; padding:15px 0 0; margin:20px 0 0; font-size:11px; }
.leftMenuBox .asideSearch {padding:0 0 25px; }
.leftMenuBox .asideSearch .leftSearch {width:100%; border:1px solid #777; border-radius:0; height:30px; line-height:30px; box-sizing:border-box; padding:2px 20px 2px 10px; font-size:13px;  }
.leftMenuBox .asideSearch #asideSearch {position:relative; }
.leftMenuBox .asideSearch a {position:absolute; right:10px; top:3px; }
.leftMenuBox .asideSearch a img {height:18px; opacity:0.8; }

.leftMenuBox .asideBanner { padding:0; margin:20px 0 0; box-sizing:border-box;  }
.leftMenuBox .asideBanner ul {font-size:0; background:#fff; }
.leftMenuBox .asideBanner ul li {display:inline-block; vertical-align:top; width:50%; padding:1px; box-sizing:border-box; }
.leftMenuBox .asideBanner ul li img {width:100%; }

.nav-tabs-justified > li > a { border-bottom: 1px solid #ddd; border-radius: 4px 4px 0 0;  }
.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a: focus, .nav-tabs-justified > .active > a: hover { border-bottom-color: #fff; }
.tab-content > .tab-pane { display: none; }
.tab-content > .active { display: block; }
.nav-tabs.dropdown-menu { margin-top: -1px; border-top-left-radius: 0; border-top-right-radius: 0; }
.navbar { position: relative;min-height: 50px;margin-bottom: 20px;border: 1px solid transparent; }

.leftMenuBack {position:fixed; z-index:998; background-color:rgba(0,0,0,0.6); width:100%; height:100%; display:none; }
.leftMenuBack .leftClose {position:absolute; top:40px; left:80%; margin-left:10px; font-size:13px; text-align:center; color:#000;  }
.leftMenuBack .leftClose img {width:40px; margin:0 0 5px; }

.leftMenuBox .leftMenuTab {overflow:hidden; border-bottom:1px solid #000;  }
.leftMenuBox .leftMenuTab ul li {width:50%; float:left; text-align:center; padding:10px 0; background:#000; border:1px solid #000;  border-bottom:0; box-sizing:border-box; }
.leftMenuBox .leftMenuTab ul li a {color:#ffffff; font-weight:700; vertical-align: middle; }
.leftMenuBox .leftMenuTab ul li.active {background:#fff; border:1px solid #000; border-bottom:0;}
.leftMenuBox .leftMenuTab ul li.active a {color:#000; }
.leftMenuBox .leftMenuTab ul li span {width:18px; height:18px; display: inline-block; vertical-align: middle; margin:0 5px 0 0; }
.leftMenuBox .leftMenuTab ul li.leftCate span {background:url('/design/monobarbie/PL/btn/asideCateBtn.png') no-repeat; background-size:18px 36px; background-position:0 -18px; }
.leftMenuBox .leftMenuTab ul li.leftCate.active span {background-position:0 0; }
.leftMenuBox .leftMenuTab ul li.leftFilter span {background:url('/design/monobarbie/PL/btn/asideFilterBtn.png') no-repeat; background-size:18px 36px; background-position:0 -18px; }
.leftMenuBox .leftMenuTab ul li.leftFilter.active span {background-position:0 0; }

.leftMenuBox .cateMenu img {height:20px; vertical-align: top; margin:0 5px 0 0; }


.fixtodayView {position:fixed; bottom:10%; left:-90%; z-index:999; width:100%; display:inline-block; } 
.fixtodayBtn { display:inline-block; position:relative; z-index:9; width:40px;  background:url(http://www.monobarbie.com/design/monobarbie/images/PL/main/topdayOpenBtn.png) no-repeat; height:97px; padding: 20px 0; background-size: 100%; left:90%; }
.fixtodayBtn span {font-size:11px; font-weight:bold; width:12px; display:block; margin:0 0 0 4px; line-height: 12px; }
.fixtodayBox {
    position: absolute; left:0;  width: 90%; display: inline-block; -webkit-transition:300ms; -moz-transition:300ms; -ms-transition:300ms; -o-transition:300ms; transition:300ms; 
    -webkit-backface-visibility: hidden; -ms-backface-visibility: hidden; backface-visibility: hidden; z-index:8; background-color:rgba(255,255,255,0.9); top:-5px; line-height: 1.2; min-height:90px; 
}
.fixtodayBox .fixtodayClose {position: absolute; right: 5px; width: 8%; text-align:center; background:#000; color:#fff; font-size:20px; font-weight:bold; top:15px; padding:3px 0;}
.fixtodayBox .fixtodayClose span {display:block; font-size:10px; font-weight:normal; }
.fixtodayBox .todayPrd {padding:0 11% 0 9%; }
.fixtodayBox #MS_view_product {margin:15px auto; }
.fixtodayBox #MS_view_product .items ul {margin:0 -0.5% 0 0; }
.fixtodayBox #MS_view_product .items li {width:24.5%; margin:0 0.5% 0 0; }
.todayMore {position:absolute; right:5px; bottom:7px; }
.todayMore a {color:#000; font-size:10px; font-weight:bold;  }
.fixtodayBox.open {-webkit-transform: translate(100%, 0); -moz-transform: translate(100%, 0); -ms-transform: translate(100%, 0); -o-transform: translate(100%, 0); transform: translate(100%, 0); box-shadow:3px 3px 3px #888;}
.todayEmpty {height:90px; }
.todayEmpty p {line-height:90px; }

.fixedTop {width:100%; position:fixed; top:0; width:100%; border-bottom:1px solid #b8b8b8; background:#fff; z-index:9; display:none; height:50px; }
.fixedTop .fixedTopInner {width:100%; margin:0 auto; }
.fixedTop .fixedTopInner .aside,
.fixedTop .fixedTopInner .fixedLogo,
.fixedTop .fixedTopInner .hd-cate { }
.fixedTop .fixedTopInner .fixedSearch {float:right; }
.fixedTop .hd-cate li {float:left; padding: 0 12px; }
.fixedTop .hd-cate li.menuBar {background:url(/design/chgmllub/PL/img/menuBar.gif) no-repeat 100% center; }
.fixedTop .hd-cate li a {color:#777; }
.fixedTop .hd-cate li:hover a {color:#000; }
.fixedTop .fixedhd-search {display:none; position:absolute; right:0; width:240px; height:54px; line-height:54px; background:#fff; border:1px solid #b8b8b8; }
.fixedTop .fixedhd-search input {float:left; }
.fixedTop .fixedhd-search fieldset a input {vertical-align: sub; }
.fixedTop .fixedhd-search fieldset {background:url(/design/chgmllub/PL/img/searchBack.png) no-repeat center; box-sizing: border-box; width:210px; text-align: center; margin: 6px auto; }
.fixedTop .fixedhd-search .MS_search_word { width: 160px; height: 22px; line-height:22px;  border: 1px solid #ccc;  border:0; margin:10px;  color:#999;}
.fixedTop .fixedhd-search a {display:block; margin:13px 0 0; }
.fixedTop .aside {position:relative; top:13px; margin:0 15px 0 0; cursor:pointer; }
.fixedTop .fixedLogo {position:relative; width: 55%; margin: 0 auto; display: block; top:12px; text-align: center; }
.fixedTop .fixedLogo img {height:25px; }
.fixedTop .fixedSearch {width:60px; text-align:center; position:relative; }
.fixedTop .fixedSearch a.searchOpen {padding:17px 0 17px ; display:block; }
.fixedTop .leftMenu {display:inline-block; position:absolute; top:12px; left:15px; }
.fixedTop .topCartBtn  {display:inline-block; position:absolute; top:12px; right:15px; }
.fixedTop .leftMenu img {width:20px; }
.fixedTop .topCartBtn img {width:25px; }
.fixedTop .searchBox {bottom:-65px; }

/* =============================================================================
   »óÇ°¸®½ºÆ®
   ========================================================================== */
.items-wrap { margin-top: 2px; }
.items-wrap h2 { margin: 0; text-align: center; font-size: 12px; height: 34px; line-height: 34px; color:#999999; font-family: 'Roboto Slab', serif;  }
.items-wrap .items { padding: 0; margin: 0; }
.items-wrap .items li { list-style-type: none; font-size: .70em; color: #777; text-align: center; margin-bottom: 10px; }
.items-wrap .items .thumb-img { /*border: 1px solid #e3e3e3;*/ width: 100%;  margin: 0 auto; }
.items-wrap .items .thumb-img img { width: 100%;  max-height: 100%; }
.items-wrap .items .link-view { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.items-wrap .items .link-view a { display: block; overflow: hidden; width: 100%; height: 100%; text-indent: -9999px; }
.items-wrap .toggle-btn { position: absolute; right: 7.5px; top: 5.5px; }
.items-wrap .toggle-btn a { display: block; width: 26.5px; height: 26.5px; text-indent: -9999px;  }
.items-wrap .items[data-open=on] { display: block; }
.items-wrap .items[data-open=off] { display: none; }
.items-wrap .items[data-open=on] + .toggle-btn a { }
.items-wrap .items[data-open=off] + .toggle-btn a { }

/* Å¸ÀÏÇü */
.items-wrap .items[data-type=tile] > li { float: left; position: relative; width: 33.333%; overflow: hidden; }
.items-wrap .items[data-type=tile] .pname { display: none; visibility: hidden; }
.items-wrap .items[data-type=tile] .price { display: none; visibility: hidden; }
.items-wrap .items[data-type=tile] .thumb-img { width: 100%; height: 100%; }
.items-wrap .items[data-type=tile] .thumb-img img { position: absolute; width: auto; min-width: 100%; min-height: 100%; max-height: 100%; left:0; top:0; }
/* °¡·ÎÇü */
.items-wrap .items[data-type=horizontal] > li { position: relative; width: 33.3%; vertical-align:top;display:inline-block;}
.items-wrap .items[data-type=horizontal] .thumb-img { position: relative; overflow: hidden; }
.items-wrap .items[data-type=horizontal] .thumb-img img {  }
.items-wrap .items[data-type=horizontal] .pname { font-weight: normal; height: 17px; margin: 0 10px; white-space: nowrap; overflow: hidden; text-overflow: clip; }
.items-wrap .items[data-type=horizontal] .price-strike { line-height: 15px; font-weight: normal; text-decoration: line-through; }
.items-wrap .items[data-type=horizontal] .price { line-height: 15px; }
/* ¼¼·ÎÇü */
.items-wrap .items[data-type=vertical] > li { position: relative; text-align: left; margin-bottom: 0; padding: 14px 0; border-bottom: 1px solid #e3e3e3; }
.items-wrap .items[data-type=vertical] > li dl { position: relative; margin-left: 5px; min-height: initial; }
.items-wrap .items[data-type=vertical] > li dl:before,
.items-wrap .items[data-type=vertical] > li dl:after { content: ""; display: table; }
.items-wrap .items[data-type=vertical] > li dl:after { clear: both; }
.items-wrap .items[data-type=vertical] .thumb-img { float: left; margin: 0; width: 35%; height: auto; }
.items-wrap .items[data-type=vertical] .thumb-img img { width: 100%; height: auto; max-height: none; }
.items-wrap .items[data-type=vertical] .pname { margin-left: 40%; margin-right: 15px; color: #000; width: auto; border-bottom: 1px solid #aeaeae; padding-bottom: 10px; margin-top: 0; margin-bottom: 10px; }
.items-wrap .items[data-type=vertical] .pname .blue-delivery { padding: 2px 5px; margin-right: 5px; font-size: .75em; background-color: #d1dff9; color: #6278b4; border: 1px solid #b6c4e7; }
.items-wrap .items[data-type=vertical] .pname .red-delivery { padding: 2px 5px; margin-right: 5px; font-size: .75em; background-color: #f6d3d1; color: #956767; border: 1px solid #f1c3c3; }
.items-wrap .items[data-type=vertical] .pname .gray-delivery { padding: 2px 5px; margin-right: 5px; font-size: .75em; background-color: #b6b6b6; color: #000000; border: 1px solid #8b8b8b; }
.items-wrap .items[data-type=vertical] .price-info { margin-left: 40%; }
.items-wrap .items[data-type=vertical] .price-info .btn-type-02 { font-family: 'Courier New'; padding: 5px 7px; }
.items-wrap .items[data-type=vertical] .price-info li { text-align: left; border: none; margin-left: 0; margin: 0; padding: 0; line-height: 1.5em; font-size: 1em; }
.items-wrap .items[data-type=vertical] .price-info .tit { margin-right: 8px; font-size: 1em; }
.items-wrap .items[data-type=vertical] .price-info .original { }
.items-wrap .items[data-type=vertical] .price-info .strike { text-decoration: line-through; }
.items-wrap .items[data-type=vertical] .price-info .discount { color: #000; font-weight: bold; }
.items-wrap .items[data-type=vertical] .price-info .save { }
.items-wrap .items[data-type=vertical] .price-info .review-count em { font-style: normal; font-size: smaller; }
.items-wrap .items[data-type=vertical] .price-info .txt-input { margin-bottom: 5px; text-align: center; line-height: 22px; }
.items-wrap .items[data-type=vertical] .price-info .option {}
.items-wrap .items[data-type=vertical] .price-info .option em { font-style: normal; color: #000; }

.items-wrap .items[data-checkbok=on] .thumb-img {  }
.items-wrap .items[data-checkbok=on] .checkbox {  }
.items-wrap .items[data-checkbok=on] .pname,
.items-wrap .items[data-checkbok=on] .price-info { margin-left: 40%; }
.items-wrap .items[data-checkbok=on] .price-info .txt.inputarea a {width:22px; height:25px; display:inline-block; border:1px solid #ccc; box-sizing:border-box; text-align:center; line-height:25px; }
.items-wrap .items[data-checkbok=on] .price-info .options {width:90%; }
.items-wrap .items[data-checkbok=on] .price-info .options select {width:100%; }

.items-wrap .items[data-checkbok=on] .price-info p .btn_Black { margin:10px 0 0; padding:4px 8px; background:#e4e4e4; border:1px solid #ccc; display: inline-block; }
.items-wrap .items[data-checkbok=on] .pname { width: auto; margin-right: 15px; }
.items-wrap .items[data-checkbok=on] .link-view { left: 30px; width: 90%; }
.items-wrap .items[data-checkbok=off] .link-view,
.items-wrap .items[data-checkbok=off] .checkbox { display: none; visibility: hidden; }

/* =============================================================================
   »ó´Ü °øÅë
   ========================================================================== */
#container { margin-bottom: 25px; }
#container .breadcrumb-cat { padding-left: 10px; height: 25px; line-height: 25px; border-bottom: 1px solid #e3e3e3; }
#container .breadcrumb-cat li { padding-right: 8px; margin-right: 8px; float: left; background: url(/images/d3/m_01/bull/breadcrumb_cat_li@2x.gif) no-repeat center right; background-size: 4.5px 7px; }
#container .breadcrumb-cat li a { color: #999; font-size: .75em; font-weight: bold; font-size:13px; }
#container .breadcrumb-cat li:last-child { background: none; }
#container .title { background-color: #f1f1f1; border-bottom: 1px solid #e1e1e1; border-top: 1px solid #e1e1e1; line-height: 35px; }
#container .title h3 { margin: 0; font-weight: bold; font-size: .875em; text-align: center; }
#container .sub-title { line-height: 24px; border-bottom: 1px solid #e1e1e1; border-top: 1px solid #fff; background-color: #f1f1f1; display:none}
#container .sub-title h4 { color: #919191; text-indent: 30px; margin: 0; font-size: .75em; }
#container .sub-title h4 span { font-size: smaller; }
#container .sub-title h4.pen { background: url(/images/d3/m_01/bull/sub_title_pen@2x.gif) no-repeat 10px center; background-size: 14.5px 15.5px; }
#container .sub-title h4.search { background: url(/images/d3/m_01/bull/sub_title_search@2x.gif) no-repeat 10px center; background-size: 13.5px 14px; }
#container .sub-title h4.wish { background: url(/images/d3/m_01/bull/sub_title_wish@2x.gif) no-repeat 10px center; background-size: 15.5px 14px; }
#container .sub-title h4.login { background: url(/images/d3/m_01/bull/sub_title_login@2x.gif) no-repeat 10px center; background-size: 11px 15.5px; }
#container .sub-title h4.mypage { background: url(/images/d3/m_01/bull/sub_title_mypage@2x.gif) no-repeat 10px center; background-size: 10.5px 16px; }
#container .sub-title h4.basket { background: url(/images/d3/m_01/bull/sub_title_basket@2x.gif) no-repeat 10px center; background-size: 18.5px 18px; }
#container .sub-title h4.order-list { background: url(/images/d3/m_01/bull/sub_title_order_list@2x.gif) no-repeat 10px center; background-size: 19px 17.5px; }
#container .sub-title h4.order { background: url(/images/d3/m_01/bull/sub_title_order@2x.gif) no-repeat 10px center; background-size: 15px 17.5px; }
#container .sub-title h4.category { background: url(/images/d3/m_01/bull/sub_title_category@2x.gif) no-repeat 10px center; background-size: 12px 17px; }
#container .sub-title h4.recent { background: url(/images/d3/m_01/bull/sub_title_recent@2x.gif) no-repeat 10px center; background-size: 14.5px 14px; }
#container .sub-title h4.m2m-board { background: url(/images/d3/m_01/bull/sub_title_m2m_board@2x.gif) no-repeat 10px center; background-size: 15px 17.5px; }
#container .sub-title h4.faq { background: url(/images/d3/m_01/bull/sub_title_faq@2x.gif) no-repeat 10px center; background-size: 15px 17.5px; }
.box-round { -webkit-border-radius: 5px !important; border-radius: 5px !important; -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; }

.topCate {background:#fff; overflow:hidden; border-top:1px solid #000; border-bottom:1px solid #000; }
.topCate ul {border-bottom:1px solid #b2b2b2; overflow: hidden; }
.topCate li {width:20%; text-align:center; float:left; box-sizing:border-box; border-right:1px solid #b2b2b2; }
.topCate ul li:last-child {border:0; }
.topCate ul:last-child {border:0; }
.topCate li a {font-size:10px; color:#000; padding:10px 0; display:block;  }
.topCate.mainCate {bordeR:0; }

/* =============================================================================
   °Ô½ÃÆÇ & ¸®ºä Ãß°¡
   °¡ÀÌµå - °øÅë »ç¿ë guide.html
   ========================================================================== */
div.guide { position: relative; padding: 20px; }
div.guide a { margin: 5px; text-align: center; }
hr.line { display: block; border: 1px solid #bababa; }
input.comm,
textarea.comm { -webkit-appearance: none; border: 1px solid #d6d6d6; padding: 0 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
span.stars { display: inline-block; }
span.stars em { display: block; }
span.stars-white { display: inline-block; }
span.stars-white em { display: block; }
span.stars em.star-1,
span.stars-white em.star-1 { width: 12px; }
span.stars em.star-2,
span.stars-white em.star-2 { width: 24px; }
span.stars em.star-3,
span.stars-white em.star-3 { width: 36px; }
span.stars em.star-4,
span.stars-white em.star-4 { width: 48px; }
span.stars em.star-5,
span.stars-white em.star-5 { width: 60px; }
div.paging-new { position: relative; padding: 15px 0; text-align: center; }
div.paging-new a { text-align: center; display: inline-block; width: 34px; height: 34px; line-height: 34px; color: #727a8b; border: 1px solid #343434; font-size: .75em; font-weight: bold; background-color: #fff; }
div.paging-new a.now { border-color: #343434; background:#343434; color: #ffffff; }
div.paging-new a.prev { width: 50px; text-indent: -9999px; background: #f4f4f4 url(/images/d3/m_01/bull/paging_prev@2x.gif) no-repeat center center; background-size: 9px 13px; }
div.paging-new a.next { width: 50px; text-indent: -9999px; background: #f4f4f4 url(/images/d3/m_01/bull/paging_next@2x.gif) no-repeat center center; background-size: 9px 13px; }

/* =============================================================================
     ¹öÆ°
     ========================================================================== */
  a.btn-dark-h35 {
      display: inline-block; padding-right: 12px; font-size: .75em; color: #fff; height: 35px; line-height: 35px; word-spacing: -1px; text-decoration: none !important; white-space: nowrap;
      border: 1px solid #808080; border-bottom: 1px solid #464646;
      -webkit-border-radius: 3px !important; border-radius: 3px !important; -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
      background-color: #898686;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#898686), to(#595959));
      background-image: -webkit-linear-gradient(top, #898686, #595959);
      background-image:    -moz-linear-gradient(top, #898686, #595959);
      background-image:      -o-linear-gradient(top, #898686, #595959);
      background-image:   linear-gradient(to bottom, #898686, #595959);
  }
  a.btn-dark-h35 span,
  a.btn-dark-h35 strong{ display: block; padding: 1px 6px 0 18px;  }
  
  a.btn-gray-h35 {
      display: inline-block; padding-right: 12px; font-size: .75em; color: #000; height: 35px; line-height: 35px; word-spacing: -1px; text-decoration: none !important; white-space: nowrap;
      border: 1px solid #464646;
      -webkit-border-radius: 3px !important; border-radius: 3px !important; -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
      background-color: #e4e4e4;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#e4e4e4), to(#cdcdcd));
      background-image: -webkit-linear-gradient(top, #e4e4e4, #cdcdcd);
      background-image:    -moz-linear-gradient(top, #e4e4e4, #cdcdcd);
      background-image:      -o-linear-gradient(top, #e4e4e4, #cdcdcd);
      background-image:   linear-gradient(to bottom, #e4e4e4, #cdcdcd);
  }
  a.btn-gray-h35 span,
  a.btn-gray-h35 strong{ display: block; padding: 1px 6px 0 18px;  }
  
  a.btn-gray-h25 {
      display: inline-block; padding-right: 2px; font-size: .75em; color: #000; height: 25px; line-height: 25px; word-spacing: -1px; text-decoration: none !important; white-space: nowrap;
      border: 1px solid #464646;
      -webkit-border-radius: 3px !important; border-radius: 3px !important; -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
      background-color: #e4e4e4;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#e4e4e4), to(#cdcdcd));
      background-image: -webkit-linear-gradient(top, #e4e4e4, #cdcdcd);
      background-image:    -moz-linear-gradient(top, #e4e4e4, #cdcdcd);
      background-image:      -o-linear-gradient(top, #e4e4e4, #cdcdcd);
      background-image:   linear-gradient(to bottom, #e4e4e4, #cdcdcd);
  }
  a.btn-gray-h25 span,
  a.btn-gray-h25 strong{ display: block; padding: 1px 6px 0 8px;  }
  
  a.btn-blue-h24 {
      display: inline-block; padding-right: 18px; font-size: .75em; color: #fff; height: 24px; line-height: 24px; word-spacing: -1px; text-decoration: none !important; white-space: nowrap;
      border: 1px solid #808080; border-bottom: 1px solid #474747;
      -webkit-border-radius: 3px !important; border-radius: 3px !important; -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
      background-color: #a2a7b0;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#a2a7b0), to(#646c7d));
      background-image: -webkit-linear-gradient(top, #a2a7b0, #646c7d);
      background-image:    -moz-linear-gradient(top, #a2a7b0, #646c7d);
      background-image:      -o-linear-gradient(top, #a2a7b0, #646c7d);
      background-image:   linear-gradient(to bottom, #a2a7b0, #646c7d);
  }
  a.btn-blue-h24 span,
  a.btn-blue-h24 strong{ display: block; padding: 1px 6px 0 24px;  }
  
  a.btn-white-h24 {
      display: inline-block; padding-right: 18px; font-size: .75em; color: #777; height: 24px; line-height: 24px; word-spacing: -1px; text-decoration: none !important; white-space: nowrap;
      border: 1px solid #c0c0c0;
      -webkit-border-radius: 3px !important; border-radius: 3px !important; -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
      background-color: #fefefe;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#f1f1f1));
      background-image: -webkit-linear-gradient(top, #fefefe, #f1f1f1);
      background-image:    -moz-linear-gradient(top, #fefefe, #f1f1f1);
      background-image:      -o-linear-gradient(top, #fefefe, #f1f1f1);
      background-image:   linear-gradient(to bottom, #fefefe, #f1f1f1);
  }
  a.btn-white-h24 span,
  a.btn-white-h24 strong{ display: block; padding: 1px 6px 0 24px;  }
  
  a.btn-white-h25 {
      display: inline-block; padding-right: 6px; font-size: .75em; color: #777; height: 25px; line-height: 25px; word-spacing: -1px; text-decoration: none !important; white-space: nowrap;
      border: 1px solid #8c8c8c;
      -webkit-border-radius: 3px !important; border-radius: 3px !important; -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
      background-color: #fff;
  }
  a.btn-white-h25 span,
  a.btn-white-h25 strong{ display: block; padding: 1px 6px 0 12px;  }
  
  a.btn-white-h15 {
      display: inline-block; padding-right: 0; padding-bottom: 3px; font-size: .75em; color: #777; height: 15px; line-height: 15px; word-spacing: -1px; text-decoration: none !important; white-space: nowrap;
      border: 1px solid #8c8c8c;
      -webkit-border-radius: 3px !important; border-radius: 3px !important; -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
      background-color: #fff;
  }
  a.btn-white-h15 span,
  a.btn-white-h15 strong{ display: block; padding: 2px 6px 0 6px;  }
  
  a.btn-gray-h15 {
      display: inline-block; padding-right: 0; padding-bottom: 3px; font-size: .75em; color: #fff; height: 17px; line-height: 17px; word-spacing: -1px; text-decoration: none !important; white-space: nowrap;
      -webkit-border-radius: 3px !important; border-radius: 3px !important; -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
      background-color: #91969f;
  }
  a.btn-gray-h15 span,
  a.btn-gray-h15 strong{ display: block; padding: 2px 6px 0 6px;  }
  
  a.btn-blue-h15 {
      display: inline-block; padding-right: 0; padding-bottom: 3px; font-size: .75em; color: #fff; height: 17px; line-height: 17px; word-spacing: -1px; text-decoration: none !important; white-space: nowrap;
      -webkit-border-radius: 3px !important; border-radius: 3px !important; -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
      background-color: #6ab0e4;
  }
  a.btn-blue-h15 span,
  a.btn-blue-h15 strong{ display: block; padding: 2px 6px 0 6px;  }
  
  a.btn-dark-h15 {
      display: inline-block; padding-right: 0; padding-bottom: 3px; font-size: .75em; color: #fff; height: 17px; line-height: 17px; word-spacing: -1px; text-decoration: none !important; white-space: nowrap;
      -webkit-border-radius: 3px !important; border-radius: 3px !important; -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
      background-color: #7e8593;
  }
  a.btn-dark-h15 span,
  a.btn-dark-h15 strong{ display: block; padding: 2px 6px 0 6px;  }
  
  a.btn-dark-h24 {
      display: inline-block; padding-right: 2px; font-size: .75em; color: #fff; height: 24px; line-height: 24px; word-spacing: -1px; text-decoration: none !important; white-space: nowrap;
      border: 1px solid #727a8b;
      -webkit-border-radius: 3px !important; border-radius: 3px !important; -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
      background-color: #626b7c;
  }
  a.btn-dark-h24 span,
  a.btn-dark-h24 strong{ display: block; padding: 1px 6px 0 8px;  }
  a.btn-dark-h24 img { vertical-align: baseline; }
  
  a.btn-long { display: block; margin: 0 14px 10px; padding-right: 100px; }
  a.btn-long:last-child { margin-bottom: 0; }
  a.btn-long span,
  a.btn-long strong { padding: 1px 6px 0 106px; }
  
  /* =============================================================================
     ¼¿·ºÆ® ¹Ú½º
     ========================================================================== */
  span.customSelect { font-size: .75em; color:#7c7c7c; padding: 0;
      border:1px solid #e7dab0;
      -webkit-border-radius: 3px !important; border-radius: 3px !important; -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
      background-color: #f5f0de;
  }
  .customSelect.custom-blue { color: #000; text-align: left; border: 1px solid #8e95a2; background: #fff url(/images/d3/m_01/bull/custom_select_blue@2x.gif) no-repeat right center; background-size: 17px 24px; }
  .customSelect.custom-blue .customSelectInner { padding: 4px 0 4px 4px; }
  .customSelect.custom-gray { color: #000; text-align: left; border: 1px solid #8e95a2; background: #ededed url(/images/d3/m_01/bull/custom_select_blue@2x.gif) no-repeat right center; background-size: 17px 24px; }
  .customSelect.custom-gray .customSelectInner { padding: 4px 0 4px 4px; }
  .customSelect.custom-white { color: #777; text-align: left; border: 1px solid #8c8c8c; background: #fff url(/images/d3/m_01/bull/custom_select_white@2x.gif) no-repeat right center; background-size: 15px 10px; }
  .customSelect.custom-white .customSelectInner { padding: 4px 0 4px 4px; }
  
  /* =============================================================================
     ºñ°ø°³±Û-ÆË¾÷ popups.html
     ========================================================================== */
  .popups { display: none; background-color: #fff; z-index: 101; }
  .popups .head { position: relative; text-align: center; }
  .popups .head h5 { padding: 10px 0; margin: 0; color: #000; font-size: .75em; font-weight: bold; border-bottom: 1px solid #979797; }
  .popups .head h5 img { vertical-align: top; }
  .popups .head h5.orange { color: #f56e00; }
  .popups .head a.close { position: absolute; top: 10px; right: 14px; display: block; text-indent: -9999px; background: url(/images/d3/m_01/bull/btn_del_gray@2x.gif) no-repeat center center; background-size: 11px 11px; }
  .popups .contents { position: relative; padding: 15px 0; }
  .popups .contents p { text-align: center; font-size: .75em; font-weight: bold; color: #000; }
  .popups .contents .form-wrap { position: relative; padding: 20px; }
  .popups .contents .form-wrap label { display: block; position: absolute; left: 25px; top: 25px; color: #000; font-size: .75em; }
  .popups .contents .form-wrap .wrap { position: relative; padding-left: 60px; padding-right: 60px; }
  .popups .contents .form-wrap .wrap input { width: 100%; height: 25px; }
  .popups .contents .form-wrap a.btn-gray-h25 { position: absolute; top: 20px; right: 20px; }
  .popups .contents .reply { padding: 0 20px; }
  .popups .contents .reply li { list-style-type: none; }
  .popups .contents .reply li dt { font-size: .75em; font-weight: bold; color: #000; }
  .popups .contents .reply li dt span { font-size: smaller; }
  .popups .contents .reply li dd { font-size: .75em; color: #a0a0a0; }
  .popups .contents .form-wrap2 { padding: 5px 0;}
  .popups .contents .form-wrap2 p { position: relative; padding: 0 20px; margin: 5px 0; }
  .popups .contents .form-wrap2 p:first-child { padding-left: 80px; padding-right: 70px; }
  .popups .contents .form-wrap2 p:first-child label { position: absolute; left: 20px; top: 5px; }
  .popups .contents .form-wrap2 p:last-child { padding-right: 70px; }
  .popups .contents .form-wrap2 p:last-child a { position: absolute; top: 0; right: 12px; font-size: 1em; }
  .popups .contents .form-wrap2 input { width: 100%; height: 25px; }
  .popups .contents table { background-color: #f1f1f1; }
  .popups .contents table td { vertical-align: middle; padding: 5px 0; border: 1px solid #979797; text-align: center; font-size: .75em; font-weight: bold; color: #000; }
  .popups .contents table td .w100-wrap {  }
  .popups .contents table td .w100-wrap input { height: 25px; }
  .popups .contents .btns { text-align: center; padding: 10px 0; }

  #addinfo_box tr.add_info_tr { border-bottom : none; }
  
  /* color chip */
  .abcd span {display:inline-block; width:15px; height:2px; border:1px solid #e3e3e3;}

/* =============================================================================
   ### °øÅëÀû¿ë »çÇ× ³¡
   ========================================================================== */