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

@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);

#m_preview_wrap {display:none;}

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:³ª´®°íµñ, Nanum Gothic, Dotum, sans-serif; color: #222; }
body { margin: 0; font-size: 1em; line-height: 1.4; }

html, body { width:100%; height:100%; }
::-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: Corbel, Nanum Gothic, monospace, sans-serif, Dotum; _font-family: Corbel, Nanum Gothic, monospace, sans-serif, Dotum; 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; -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: Corbel, Nanum Gothic, monospace, sans-serif, Dotum; }
.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: #f5f5f5;
}
.box-gradient-02 {
    background-color: #898686;
}
.box-gradient-03 {
    background-color: #f5f5f5;
}
.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);
}
.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 { background-color: #333; display: inline-block;  padding: 7px 8px; border: 1px solid #333; -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; }
.btn-type-04 { background-color: #f5f5f5; display: inline-block;  padding: 7px 8px; 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-04 span { color: #333; font-size: .875em; }
.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 {
    background-color: #f5f5f5;
    text-shadow: 1px 1px 0 #fff;
    border: 1px solid #ccc;

    text-align: center;
    -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;
}
.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: #f1f1f1; }
table.normal tfoot td { padding: 4px 0; }
table.normal .txt-input { text-indent: 5px; height: 21px; 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: Corbel, Nanum Gothic, monospace, 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: 1em; 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: 1em; }
#addrSearch p.msg01 { margin-left: 10px; color: #3d3d3d; font-weight: bold; }
#addrSearch p.msg02 { font-size: medium; 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: Corbel, Nanum Gothic, monospace, 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: 1em; }
#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-bottom: 1px solid #e3e3e3; font-size: 1em; font-weight: bold; height: 34px; line-height: 34px; padding-left: 10px; }
.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: 8px; }
.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%; left:0; top:0; }
/* °¡·ÎÇü */
.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: #000; width: auto; padding-bottom: 5px; 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: Corbel, Nanum Gothic, monospace, sans-serif, Dotum; 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 { 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 { border-bottom:1px solid #ededed; height: 33px; line-height: 33px;  }
#container .breadcrumb-cat ul { display:table; margin:0 0 0 10px;}
#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;  }
#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: 30px; border-bottom: 1px solid #e1e1e1; border-top: 1px solid #fff; }
#container .sub-title h4 { color: #777; text-indent: 15px; margin: 0; font-size: .75em; }
#container .sub-title h4 span { font-size: smaller; }
.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 #333;
      -webkit-border-radius: 3px !important; border-radius: 3px !important; -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
      background-color: #333;
  }
  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 #ccc;
      -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;
  }
  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 #ccc;
      -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;
  }
  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;
  }
  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;
  }
  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; }

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


/* item-wrap (¸ÞÀÎ»óÇ°) */
.image_border { margin: 7px;}
.product_list_wrap{ width: 100%; margin:0 auto; }

.item-wrap .item-cont { zoom: 1; overflow: hidden; width:100%; min-width:320px; margin-top: 10px; font-size:12px; }
.item-wrap .item-cont:after { content: ""; display: block; clear: both; }
.item-wrap .item-cont .item-list { float: left; width: 33%; text-align: center; }
.item-wrap .item-cont .item-list .thumb { position:relative; margin:0 2px 10px; }
.item-wrap .item-cont .item-list .thumb img { width: 100%; height: auto; }
.item-wrap .item-cont .item-list dd {margin: 2px 0; color:#463e6e; }
.item-wrap .item-cont .item-list .prd-name { margin-top: 5px; font-size: .75em; color:#656565; font-weight: bold;}
.item-wrap .item-cont .item-list .prd-name span.MK-product-icons img { margin-top:-2px;} 
.item-wrap .item-cont .item-list .prd-price { font-weight: normal; font-size:.75em; color:#111;}
.item-wrap .item-cont .item-list .prd-subname {padding:0 5px; font-size:0.750em; }

.paging { padding-top: 10px; padding-bottom:10px; height: 17px; text-align: center; line-height: 0; vertical-align: top; }
.paging li { display: inline;}
.paging li a { overflow: hidden; width: auto; height: 15px; padding: 0 7px; color: #999; cursor: pointer; }
.paging li a:hover,
.paging li.now a { font-weight: bold; letter-spacing: -1px; }
.paging li.first a,
.paging li.prev a,
.paging li.next a,
.paging li.last a { padding: 0 3px; }
.paging li.prev { margin-right: 10px; }
.paging li.next { margin-left: 10px; }

* { -moz-box-sizing: border-box; box-sizing: border-box; margin: 0; padding: 0 }







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

/* 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:"Helvetica Neue", Helvetica, NanumGothic,"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;}
#mask {width:100%; height:100%; position:fixed; top:36px; 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 {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 #ddd; display:inline-block; margin:0 2px;}
.paging a.now {background-color:#3b3b3b; color:#fff; border:1px solid #3b3b3b;}
/* //ÆäÀÌÂ¡ */

/* ÆùÆ® °ü·Ã */
.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:#959595; color:#fff; text-align:center; display:block; border:1px solid #959595; box-sizing: border-box; vertical-align: middle;}
.btn_Grey {width:100%; height:35px; line-height:35px; background-color:#858585; 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-top:30px;}
.btn_moreGray {width:224px; height:35px; line-height: 35px; background-color:#efefef; border:0px none; font-weight:bold; display: block; margin: 0 auto;}
.btn_moreGray span {color:#aaaaaa;}
.btn_moreGray span em {color:#f1191f;}
/* ¹öÆ° °ü·Ã */

/* »óÇ°Áø¿­ */
.list_array {height:52px; 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;}
.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; font-size:0;}
.list_shopping1x li {width:100%; display:inline-block; vertical-align: top; border-top:0px 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:40%; float:center; padding-left:4%; font-size:11px;}
.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; font-size:0;}
.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; font-size:12px;}
.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; font-size:0;}
.list_shopping3x li {width:33.33%; display:inline-block; vertical-align: top;}
.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; font-size:12px;}
.listName {color:#3b3b3b; word-break: break-all;}
.listDiscount {color:#b5b5b5;}
.listPrice {color:#1b1b1b; margin-bottom:4px;}
.listSoldout {color:#D22525; margin-bottom:4px;}
.listReplace {color:#1b1b1b; margin-bottom:4px;}
.listReview {color: #DB2E2E; margin-bottom:4px;}
.listReserve {color:#7d7d7d; font-size:0.917em;}
.listPoint {color:#7d7d7d; font-size:0.917em;}
/* //»óÇ°Áø¿­ */

/* ·Î±×ÀÎ */
.login .caution {margin-bottom:10px;}
.member {padding:0 15px; margin-top: 20px;}
.login #keyboard {text-align:center; margin:0 auto;}
.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;}
.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 .loginBottom {background-color:#ffffff; padding:18px 15px; margin-top:20px;}
.login .loginBottom h4 {background-color:#ffffff; margin-bottom:5px; padding:0; font-weight:bold;}
.login .loginBottom a {font-size:1.167em;}
.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;}



.sns-login { position: relative; margin: 10px 10px 0; }
.sns-login .sns-title img { width: 100%; max-width: 300px; }
.sns-login ul li { position: relative; width: 95%; margin-top: 10px; margin-left: 5px; padding-left: 50px; height: 40px; line-height: 40px; border: 1px solid #E5E5E5; list-style: none; }
.sns-login ul li a { display: block; padding-left: 20px; border-left: 0px solid #dfdfdf; color: #656565; font-size: 1.1em; letter-spacing: -1px; }
.sns-login ul li span { position: absolute; top: 0; left: 0; width: 50px; height: 40px; }
.sns-login ul li.facebook span { background: url(/images/d3/m_01/icon/ico_sns_facebook.gif) no-repeat 50% 50%; background-size: 12px auto; }
.sns-login ul li.naver span { background: url(/images/d3/m_01/icon/ico_sns_naver.gif) no-repeat 50% 50%; background-size: 16px auto; }
.sns-login ul li.kakaotalk span { background: url(/images/d3/m_01/icon/ico_sns_kakaotalk.gif) no-repeat 50% 50%; background-size: 18px auto; }



/* //·Î±×ÀÎ */

#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: 300px; 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;}
/* //ÆË¾÷ */

@media screen and (max-width:319px) {
    .tabletOnly {display:none !important;}
}
@media screen and (min-width:320px) and (max-width:419px) {
    .tabletOnly {display:none !important;}
}
@media screen and (min-width:420px) and (max-width:767px) {
    .tabletOnly {display:none !important;}

    /* »óÇ°Áø¿­ */
    .list_shopping1x li {width:50%;}
    .list_shopping1x li a {padding:10px;}
    .list_shopping1x li:first-child a {padding:10px;}
    .list_shopping1x li:nth-child(2) {border:0px none;}
    .list_shopping2x li {width:50%;}
    .list_shopping3x li {width:25%;}
    /* //»óÇ°Áø¿­ */
    
    /* ´õº¸±â ¹öÆ° */
    .btn_moreGray {width:100px;}
    /* //´õº¸±â ¹öÆ° */
    /* .layer .layer-pop .txt {max-height: 150px;} GÆÐµå¿¡¼­ »çÀÌÁî°¡ ÀÛ°Ô ³ª¿Í¼­ Á¦°ÅÇÔ */
    .layer .layer-pop {margin:20px auto;}
}
@media screen and (min-width:768px) {
    body {font-size:0.813em;}
    .mobileOnly {display:none !important;}

    /* »óÇ°Áø¿­ */
    .list_shopping1x li {width:50%;}
    .list_shopping1x li a {padding:10px;}
    .list_shopping1x li:first-child a {padding:10px;}
    .list_shopping1x li:nth-child(2) {border:0px none;}
    .list_shopping2x ul {padding:0 5px;}
    .list_shopping2x li {width:50%;}
    .list_shopping2x li a {padding:5px;}
    .list_shopping3x ul {padding:0 5px;}
    .list_shopping3x li {width:25%;}
    .list_shopping3x li a {padding:5px;}
    /* //»óÇ°Áø¿­ */
    
    /* ´õº¸±â ¹öÆ° */
    .btn_moreGray {width:335px;}
    /* //´õº¸±â ¹öÆ° */
}

