.clear {clear:both; height:0; visibility:hidden; font-size:0; line-height:0;}

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


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: Arial,Dotum,sans-serif, Dotum; color: #444; text-decoration:none;}
body { margin: 0; font-size: 1em; line-height: 1.4; }

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

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

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 0; }
dfn { font-style: italic; }
hr { display: none; }
ins { background: #ff9;  text-decoration: none; }
mark { background: #ff0;  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; }

img { border: 0; -ms-interpolation-mode: bicubic; 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% Helvetica, Helvetica Neue, Arial; }
.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: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }
.dont-scroll { position: fixed; left: 0; top: 0; width: 100%; height: 100%; }

/* =============================================================================
   À¯Æ¿
   ========================================================================== */
.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 {  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; }

.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; }
table.normal tr { /*border-bottom: 0px 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: #f1f1f1; }
table.normal tfoot td { padding: 4px 0; }
table.normal .txt-input { text-indent: 5px; height: 18px; padding: 3px 0 1px; border: 1px solid #d1d1d1; /*-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; */}
table.normal .txt-textarea { text-indent: 5px; padding: 3px 0 1px; border: 1px solid #d1d1d1; /*-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; */}
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; }
#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: 0;margin-top: 10px;}
#addrSearch #searchStep01 .search-form fieldset{width: 100%;}
#addrSearch #searchStep01 .search-form .keyword {display: inline-block;margin-right: 0px;width: calc(100% - 115px);vertical-align: bottom;}
#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%; margin-bottom:20px; }
#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; }

/* =============================================================================
   »óÇ°¸®½ºÆ®
   ========================================================================== */
.items-wrap { margin-top: 2px; }
.items-wrap h2 { margin: 0; border-top: 1px solid #e3e3e3; border-bottom: 1px solid #e3e3e3; font-size: 0.8125em; font-weight: bold; height: 34px; line-height: 34px; padding-left: 21px; background: #f2f2f2 url(/images/d3/m_01/bull/items_h2@2x.gif) no-repeat 7.5px 50%; background-size: 10.5px 13px; }
.items-wrap .items { padding: 0; margin: 0; }
.items-wrap .items li { list-style-type: none; font-size: .875em; color: #777; font-weight: bold; text-align: center; margin-bottom: 0px; }
.items-wrap .items .thumb-img { /*border: 1px solid #e3e3e3;*/ width: 100%; height: 125px; margin: 0 auto; }
.items-wrap .items .thumb-img img { width: 100%; height: auto; 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 { background: url(/images/d3/m_01/btn/item_toggle_btn_on@2x.gif) no-repeat 0 0; background-size: 26.5px 26.5px; }
.items-wrap .items[data-open=off] + .toggle-btn a { background: url(/images/d3/m_01/btn/item_toggle_btn_off@2x.gif) no-repeat 0 0; background-size: 26.5px 26.5px; }
/* Å¸ÀÏÇü */
.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%; }
/* °¡·ÎÇü */
.items-wrap .items[data-type=horizontal] > li { float: left; position: relative; width: 33.333%; }
.items-wrap .items[data-type=horizontal] .thumb-img { position: relative; overflow: hidden; }
.items-wrap .items[data-type=horizontal] .thumb-img img { position: absolute; top: 0; left: 0; max-height: 100%; }
.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; font-weight: bold; }
/* ¼¼·ÎÇü */
.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: 95px; 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: 105px; margin-right: 15px; color: #555; width: auto;  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: 105px; }
.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-family:µ¸¿ò;font-size:11px; font-weight:normal;}
.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 {  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;  }

.items-wrap .items[data-checkbok=on] .thumb-img { margin-left: 30px; }
.items-wrap .items[data-checkbok=on] .checkbox { position: absolute; top: 0; left: 5px; }
.items-wrap .items[data-checkbok=on] .pname,
.items-wrap .items[data-checkbok=on] .price-info { margin-left: 135px; }
.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 {height:35px; line-height: 35px; border-bottom: 1px solid #e3e3e3; text-align:center; }
#container .breadcrumb-cat a { padding-left:25px;background:url('/design/nways/onedesign/mobile/icon_cate.png') 0px 0px no-repeat;background-size:16px; color: #999;font-size:0.8em; font-weight: bold;text-transform:uppercase; font-family:arial;}
#container .breadcrumb-cat li:last-child { background: none; }
/*
#container .title { background-color: #f1f1f1;   line-height: 50px; }
#container .title h3 { margin: 0; font-weight: bold; font-size: .875em; text-align: center; }
*/
#container .title {margin:20px auto; text-align:center;}
#container .title h3 {text-transform:uppercase; color:#000; font-family:arimo; font-size:14px; font-weight:bold; text-align:center; padding:5px 0px; display:inline-block; border:1px solid #000; width:50%; margin:0 auto;}

#container .sub-title { line-height: 30px; border-bottom: 1px solid #e1e1e1; border-top: 1px solid #fff; background-color: #f1f1f1; }
#container .sub-title h4 { color: #919191; text-indent: 30px; margin: 0; font-family:arial,³ª´® °íµñ;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; }
/* =============================================================================
   °Ô½ÃÆÇ & ¸®ºä Ãß°¡
   °¡ÀÌµå - °øÅë »ç¿ë 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 #a9afbb; font-size: .75em; font-weight: bold; background-color: #fff; }
div.paging-new a.now { border-color: #239cdc; color: #239cdc; }
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);
	  */
	  display:block; background:#000; color:#FFF; font-weight:bold; text-align:center; line-height:35px; height:35px; font-size:13px; margin-top:30px;
  }
  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;  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);
	  */
	  display:block; background:#f3f3f3; color:#000; font-weight:bold; text-align:center; line-height:35px; height:35px; font-size:13px; margin-top:5px; border:1px solid #c2c2c2;
  }
  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;  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: #ea7187;
  }
  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; text-align:center; padding-right:106px; }
  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 {  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 {  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;  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;  }
  .popups .contents .form-wrap { position: relative; padding: 20px; }
  .popups .contents .form-wrap label { display: block; position: absolute; left: 25px; top: 25px;  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;  }
  .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;  }
  .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; }

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





.item-wrap {width:100%;}
.item-wrap ul {list-style:none;padding:0;margin:0;}
.item-wrap .item {width:95%;margin:0 5px;text-align:center;font-size:.75em;color:#555;}
.item-wrap .item .prd-thumb img {width:90%;margin-bottom:5px;}
.item-wrap .item .prd-name {;}
.item-wrap .item .prd-price {padding-top:5px;color:#000;font-weight:bold;margin-bottom:15px;}
.items-wrap .items .soldout { padding:0 0 5px; clear:both; width:100%; margin:0 auto; text-align:center; }
.items-wrap .items .soldout img { width:90%; }

.item-wrap .titles {text-align:center; clear:both; margin:15px auto; }
.item-wrap .titles span {display:inline-block; clear:both; border-bottom:1px solid #bdbdbd; margin:15px auto; font-family:arimo; font-size:13px; letter-spacing:2.3px; color:#000;}
.item-wrap .titles img {height:16px;padding-bottom:3px;}




.icon .pink { padding: 2px 2px; color: #fff; font-size: 1em; background-color: #ec8399; -webkit-border-radius: 3px !important; border-radius: 3px !important; -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; }








/*ÇÎÅ©*/
.bt_pink {  padding: 8px 0px;border: 1px solid #fb9eb4; -webkit-border-radius: 5px;color:#fff;
border-radius: 5px; -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
    background-color: #f9b5c5;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f9b5c5), to(#fc86a2));
    background-image: -webkit-linear-gradient(top, #f9b5c5, #fc86a2);
    background-image:    -moz-linear-gradient(top, #f9b5c5, #fc86a2);
    background-image:      -o-linear-gradient(top, #f9b5c5, #fc86a2);
    background-image:   linear-gradient(to bottom, #f9b5c5, #fc86a2);
display: block; margin: 0 0 10px; text-align:center;font-weight:bold;width:90%;margin:0 auto 10px auto;}

/*ºí·ç*/
.bt_blue {  padding: 8px 0px;border: 1px solid #8fc1e1; -webkit-border-radius: 5px;color:#fff;
border-radius: 5px; -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
    background-color: #8fc1e1;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#8fc1e1), to(#74add1));
    background-image: -webkit-linear-gradient(top, #8fc1e1, #74add1);
    background-image:    -moz-linear-gradient(top, #8fc1e1, #74add1);
    background-image:      -o-linear-gradient(top, #8fc1e1, #74add1);
    background-image:   linear-gradient(to bottom, #8fc1e1, #74add1);
display: block; margin: 0 0 10px; text-align:center;font-weight:bold;width:90%;margin:0 auto 10px auto;}

/*±×·¹ÀÌ*/
.bt_gray {  padding: 8px 0px;border: 1px solid #c9c9c9; -webkit-border-radius: 5px;color:#fff;
border-radius: 5px; -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
    background-color: #c9c9c9;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#c9c9c9), to(#c9c9c9));
    background-image: -webkit-linear-gradient(top, #c9c9c9, #c9c9c9);
    background-image:    -moz-linear-gradient(top, #c9c9c9, #c9c9c9);
    background-image:      -o-linear-gradient(top, #c9c9c9, #c9c9c9);
    background-image:   linear-gradient(to bottom, #c9c9c9, #c9c9c9);
display: block; margin: 0 0 10px; text-align:center;font-weight:bold;width:90%;margin:0 auto 10px auto;}










@charset "euc-kr";
#m_preview_wrap {display:none;} /* ¹Ì¸®º¸±â ¼û±â±â */

.clearfix:after {content:""; display:block; clear:both; height:0; visibility:hidden;}
.clearfix {*zoom:1;}

#container {padding:0 5px;}


.tit_img {text-align:center; padding:30px 0 5px 0;}
.tit_img img {height:10px;}

/* base */
* {-webkit-text-size-adjust:none;}
body {position:relative;font-size:0.75em;line-height:1.417em;color:#3b3b3b;-webkit-text-size-adjust:none;}
body,input,textarea,select,button,table{font-family:'Nanum Gothic', "Helvetica Neue", Helvetica, "Malgun Gothic",Dotum,Gulim,sans-serif}
body,p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,table,th,td,form,fieldset,legend,input,textarea,button,select,figure{margin:0;padding:0}
h1, h2, h3, h4, h5, h6 {font-weight:normal; font-size:100%; word-break: break-all;}
ul, ol, li {list-style:none;}
fieldset, img {border:none;}
img {vertical-align:top;}
hr, button img {display:none;}
form, fieldset, legend, label {margin:0; padding:0;}
fieldset{border:0 none;}
fieldset legend {position:absolute; visibility:hidden; overflow:hidden; width:0; height:0; margin:0; padding:0; font:0/0 Arial;}
em,address{font-style:normal;}
input,textarea,select,button,table{font-size:inherit;font-family:inherit;line-height:inherit;color:#3b3b3b;}
label { cursor:pointer; }
table {border-collapse: collapse; border-spacing: 0;}
/* //base */

/* cross */
* html input { margin:-1px 0; }
*:first-child+html input { margin:-1px 0; }
input.checkbox { width:13px; height:13px; margin-top:-4px; vertical-align:middle;}
/* //cross */

/* a-style */
a {color:#3b3b3b; text-decoration:none;}
a:hover, a:active {text-decoration:none;}
/* //a-style */

/* °øÅë */
address, article, aside, figure, footer, header, hgroup, menu, nav, section {display:block;}
caption {font-size:0; height:0;}
input[type="text"], input[type="date"], input[type="tel"], input[type="number"], input[type="email"], input[type="password"], select {height:35px; border:1px solid #bbb; vertical-align: middle; padding-left:10px; box-sizing: border-box; -webkit-border-radius:0; border-radius: 0;}
input[type="radio"], input[type="checkbox"] {vertical-align: middle;}
textarea {border:1px solid #bbb; vertical-align: middle; box-sizing:border-box; background-color:#fff; padding:10px; -webkit-border-radius:0; border-radius:0;}
.clearFix {position:relative; overflow:hidden; zoom:1;}
.bold {font-weight:bold;}
.response100 {width:100%;}
.location {padding:0 10px; margin-bottom:8px;}
.h_title {-border-top:1px solid #464646; -border-bottom:1px solid #464646; -padding:6px 10px;}
.h_title h3 {font-weight:bold;  padding:30px 0 5px 15px;}
.h_title h3 img {height:10px;}
#mask {width:100%; height:100%; position:fixed; top:0px; left:0; right:0; bottom:0; background-color:#3c3c3c; z-index:1000; display:none; opacity:0.8;}
.none-data {text-align: center; margin: 20px 0;}
.none-data img {margin-bottom:10px;}
.pd10 {padding:0 10px;}
.fr {float:right !important;}
.fl {float:left !important;}
.txt-input1 {width:100% !important;}
.txt-input2 {width:46% !important;}
.txt-input3 {width:29% !important;}
.txt-input4 {width:20% !important;}
.txt-area1 {width:100% !important;}
.mt5 {margin-top:5px;}
.page_location {display:none; padding:5px 5px;}
.page_location li {float:left;}
.page_location li::after {content: ">"; margin: 0 7px;}
.page_location li:last-child::after {content: ""; margin:0;}
.h_layerTitle {height:35px; line-height:35px; background-color:#f2f2f2; padding:0 10px; margin-bottom:10px;}
.h_layerTitle h3 {font-weight:bold;}
.h_layerTitle .fa-times {float:right; margin-top: 5px;}
.MK-product-icons img {padding:0 2px;}
/* //°øÅë */

/* ÆäÀÌÂ¡ */
.paging {text-align:center; margin:26px 0;}
.paging a {width:30px; height:30px; line-height:30px; background-color:#fff; border:1px solid #e1e1e1; display:inline-block; margin:0 2px;}
.paging a.now {background-color:#9dc2d4; color:#fff; border:1px solid #FFF;}
/* //ÆäÀÌÂ¡ */

/* ÆùÆ® °ü·Ã */
.color_1984f1 {color:#1984f1 !important;} /* Blue */
.color_f1191f {color:#f1191f !important;} /* Red */
.color_a63f42 {color:#a63f42 !important;} /* DarkRed */
.bgc077fe2 {background-color:#077fe2; color:#fff; padding:2px 5px; margin-right: 5px;}
.bgc464644 {background-color:#464644; color:#fff; padding:2px 5px; margin-right: 5px;}
.caution {color:#f1191f; text-align:center; font-size:0.917em;}
.ico_new {color: #ffffff; background-color: #ff8400; font-weight:bold; padding:1px 5px;}
.ico_hit {color: #ffffff; background-color: #f1191f; font-weight:bold; padding:1px 5px;}
/* //ÆùÆ® °ü·Ã */

/* ¹öÆ° °ü·Ã */
.btn_White {width:100%; height:35px; line-height:35px; background-color:#fff; text-align:center; display:block; border:1px solid #c6c6c6; box-sizing: border-box; vertical-align: middle;}
.btn_Black {width:100%; height:35px; line-height:35px; background-color:#393939; color:#fff; text-align:center; display:block; border:1px solid #393939; box-sizing: border-box; vertical-align: middle;}
.btn_Red {width:100%; height:40px; line-height:40px; background-color:#333; color:#fff; text-align:center; display:block; -border:1px solid #ab3e41; box-sizing: border-box; vertical-align: middle;}
.btn_Grey {width:100%; height:35px; line-height:35px; background-color:#464646; color:#fff; text-align:center; display:block; border:1px solid #858585; box-sizing: border-box; vertical-align: middle;}
.fixButtonR {position:relative; padding-right:120px;}
.fixButton {width:115px; position:absolute; top:0; right:0;}
.more {text-align:center; -width:100%; margin:30px 5px 0 5px; border-top:0px solid #252525;}

.btn_moreGray {border:0; width:150px; padding-right:20px; height:30px; display: block; margin:0 auto; background:url(http://www.whosgirl.co.kr/design/nways/mobile/more.gif) no-repeat right center #333333; color:#FFF; letter-spacing:2.3px; font-family:arimo; font-size:11px; line-height:30px;}
.btn_moreGray img {display:block; width:47px; height:24px; }
.btn_moreGray span {color:#aaaaaa;}
.btn_moreGray span em {color:#f1191f;}
/* ¹öÆ° °ü·Ã */

/* »óÇ°Áø¿­ */
.list_array {height:45px; -border-bottom:1px solid #4a4a4a; -border-top:1px solid #c7c7c7; padding:0 8px; -margin-bottom: 20px;}
.list_array .list_arrayLeft {float:left; margin-top:12px;}
.list_array .list_arrayLeft select {height:28px;}
.list_array .list_arrayRight {float:right; margin-top:12px; width: 70px;}
.list_array .list_arrayRight img {margin-left:10px;}
.list_shopping1x {text-align:center;}
.list_shopping1x ul {width:100%; display:table; table-layout: fixed; box-sizing: border-box; text-align:left;}
.list_shopping1x li {width:100%; display:inline-block; vertical-align: top; border-top:1px solid #d9d9d9;}
.list_shopping1x li a {display: block; padding:18px 4px; position:relative; overflow:hidden; zoom:1;}
.list_shopping1x li:first-child {border:0px none;}
.list_shopping1x li:first-child a {padding:0 4px 18px 4px;}
.list_shopping1x li img.listPic {width:50%; float:left;}
.list_shopping1x .list_shoppingInfo {width:46%; float:left; padding-left:4%;}
.list_shopping2x {text-align:center;}
.list_shopping2x ul {width:100%; display:table; table-layout: fixed; box-sizing: border-box; padding:0 2px;  text-align:left;}
.list_shopping2x li {width:50%; display:inline-block; vertical-align: top; text-align:left;}
.list_shopping2x li a {display: block; padding:0 2px 18px 2px;}
.list_shopping2x li img.listPic {width:100%;}
.list_shopping2x .list_shoppingInfo {margin-top:10px; text-align:center;}
.list_shopping3x {text-align:center;}
.list_shopping3x ul {width:100%; display:table; table-layout: fixed; box-sizing: border-box; padding:0 2px; text-align:left;}
.list_shopping3x li {width:32.55%; display:inline-block; vertical-align: top; margin-bottom:10px;}
.list_shopping3x li a {display: block; padding:2px;}
.list_shopping3x li img.listPic {width:100%;}
.list_shopping3x .list_shoppingInfo {margin-top:10px; text-align:center;}

.list_shopping9x {text-align:center;}
.list_shopping9x div > ul {width:100%; display:table; table-layout: fixed; box-sizing: border-box; padding:0 0px; text-align:left;}
.list_shopping9x ul > li {width:33.333%; display:inline-block; vertical-align: top; margin-bottom:10px;}
.list_shopping9x ul > li a {display: block; padding:2px;}
.list_shopping9x ul > li img.listPic {width:100%;}
.list_shopping9x .list_shoppingInfo {margin-top:10px; text-align:center;}

.list_shopping2x h3, .list_shopping3x h3 {text-align:center; margin-top:30px;}
.list_shopping2x h3 span, .list_shopping3x h3 span {text-transform:uppercase; display:inline-block; clear:both; border-bottom:1px solid #bdbdbd; margin:15px auto; font-family:arimo; font-size:13px; letter-spacing:2.3px; color:#000;}
.listName {color:#555; word-break: break-all; font-size:11px;}
.listDiscount {color:#b5b5b5; font-size:11px;}
.listPrice {color:#8d8d8d;font-size:11px; -font-weight:bold;}
.listReview {color: #DB2E2E; margin-bottom:4px; font-size:11px;}
.listReserve {display:none; color:#7d7d7d; font-size:0.917em; font-size:11px;}
.listPoint {display:none; color:#7d7d7d; font-size:0.917em; font-size:11px;}
/* //»óÇ°Áø¿­ */

/* ·Î±×ÀÎ */
.login .caution {margin-bottom:10px;}
.member {padding:0 15px; margin-top: 10px;}
.login #keyboard {text-align:center; margin:0 auto; display:none;}
.login #keyboard p {text-align:right; margin-bottom:12px;}
.login #keyboard img {display:none; width:100%;}
.login .loginInput {margin-top:18px;}
.login .loginInput input {width:100%; display:block; margin-bottom:10px;}
.login .loginCheck {margin-top:10px; text-align:center; font-size:11px;}
.login .loginCheck label {margin-right:12px;}
.login .loginCheck label input {vertical-align: middle;}
.login .loginMiddle .btn_Red {font-size:1.167em; margin:10px 0;}
.login .loginMiddle .btn_White {font-size:1.167em;}
.login .loginMiddle span {font-family:arimo; letter-spacing:1px; color:#000;}
.login .loginBottom {-background-color:#eaeaea; padding:0px 15px; margin-top:10px;}
.login .loginBottom h4 {background-color:#eaeaea; margin-bottom:5px; padding:0; font-weight:bold;}
.login .loginBottom a {font-size:13px;}
.login .loginBottom a.btn_Black {margin-top:16px;}
.login .loginBottom a.btn_Black:last-child {margin-top:10px;}
.login .loginBottom a.btn_White {margin-top:10px;}
/* //·Î±×ÀÎ */

#check_auth {padding:15px 0;}
#check_auth .head {text-align:center; color:#f46b00; margin-bottom:10px;}
#check_auth .contents table {margin:0 auto;}
#check_auth .contents table td {padding:5px 0;}
#check_auth .contents table td input {width:100% !important; height:35px !important; margin-bottom:0 !important;}

/* ·¹ÀÌ¾îÆË¾÷ */
.layer {width: 100%; min-height: 100%; z-index: 3; position: fixed; left: 0; top: 0; background:rgba(60,60,60,0.8);}
.layer .layer-pop {width:90%; background-color: #fff; position: relative; box-shadow: 0px 1px 10px #494949; margin:80px auto;}
.layer .layer-pop h3  {background-color: #efefef; height: 36px; line-height: 36px; font-weight: bold; padding: 0 10px; }
.layer .layer-pop .txt {max-height: 500px;overflow-y: auto;padding:10px;}
.layer .layer-pop .close {width:45px; height:36px; color:#fff; line-height: 42px; position:absolute; top:0; right:0;  background-color: #4f4f4f; text-align: center;}
body #comment_password {border-radius:0 !important; font-size:1em;}
body #comment_password .head {background-color: #efefef; height: 36px; line-height: 36px; font-weight: bold; text-align:left !important; padding: 0 10px;}
body #comment_password .head h5 {border-bottom:0px none !important; font-size:1em !important; padding:0 !important;}
body #comment_password .head a.close {width:45px; height:36px; color:#fff; line-height: 42px; top:0 !important; right:0 !important; text-align: center;}
body #comment_password .contents p {font-size:1em !important; font-weight:normal;}
body #comment_password .contents .form-wrap2 input {height: 35px;}
body #comment_password .contents .form-wrap2 p:last-child a {display:block; background-color: #393939; color:#fff; position:initial !important; padding:10px 0; margin-top: 10px;}
/* //·¹ÀÌ¾îÆË¾÷ */

/* ÆË¾÷ */
.popup .pop h3  {background-color: #efefef; height: 36px; line-height: 36px; font-weight: bold; padding: 0 10px; }
.popup .pop .txt {padding:10px;}
.popup .pop .close {width:45px; height:36px; color:#fff; line-height: 42px; position:absolute; top:0; right:0;  background-color: #4f4f4f; text-align: center;}
#passimg {width: 90%; background-color: #fff; top:50%; left: 0; right: 0; margin: 0 auto; text-align: center; padding: 20px 0; box-shadow: 0 1px 10px #717171;}
#passimg .head {color:#f26c09;}
#passimg .btns {padding:0 10px; margin-top: 10px;}
#passimg .btns a {display:block; background-color: #393939; color:#fff; padding:10px 0;}
/* //ÆË¾÷ */




.page_tit {margin:20px auto; text-align:center;}
.page_tit span {text-transform:uppercase; color:#000; font-family:arimo; font-size:14px; font-weight:bold; text-align:center; padding:5px 20px; display:inline-block; border:1px solid #000;}

.h_title {margin:20px auto; text-align:center;}
.h_title h3 {text-transform:uppercase; color:#000; font-family:arimo; font-size:14px; font-weight:bold; text-align:center; padding:5px 0px; display:inline-block; border:1px solid #000; width:50%; margin:0 auto; letter-spacing:1.5px;}