/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

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

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.radius-10 {
	position: relative;
	zoom: 1;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    behavior: url(./css/PIE.htc);
}
.radius-5 {
	position: relative;
	zoom: 1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    behavior: url(./css/PIE.htc);
}

body { font-family: "돋움", Dotum, AppleGothic, Tahoma, sans-serif; background: url(../img/background_pt.gif) repeat 0 0; }
#container { position: relative; width: 1108px; margin: 0 auto; }
#header { position: relative; height: 105px; }
#header h1.logo { line-height: 0; margin: 0; margin-left: 34px; margin-top: 15px; width: 133px; height: 75px; background: url(../img/h1_logo.gif) no-repeat 0 0; }
#header h1.logo a { display: block; text-indent: -9999px; width: 100%; height: 100%; }
#header .nav { position: absolute;  left: 514px; top: 1px;}
#header .nav ul { padding: 0; margin: 0; }
#header .nav ul li { height: 27px; line-height: 27px; list-style-type: none; float: left; background-color: #c5bb9c }
#header .nav ul li.first { background: url(../img/header_nav_first_bg.gif) no-repeat 0 0 #c5bb9c; }
#header .nav ul li.last { background: url(../img/header_nav_last_bg.gif) no-repeat 100% 0 #c5bb9c; }
#header .nav ul li span { display: block; padding: 0 5px; background: url(../img/header_nav_span.gif) no-repeat 100% 50%; }
#header .nav ul li.first span { margin-left: 5px; }
#header .nav ul li.last span { margin-right: 5px; }
#header .nav ul li.last span { background-image: none; }
#header .nav ul li a { font-size: 11px; color: #535138; text-decoration: none; }
#header .nav ul li.last a { font-weight: bold; color: #a63c3a; }
#header .gnb { position: absolute; left: 540px; top: 50px; }
#header .gnb ul { padding: 0; margin: 0; }
#header .gnb ul li { list-style-type: none; float: left; }
#header .gnb ul li span { display: block; padding-left: 9px; padding-right: 15px; background: url(../img/header_gnb_span.gif) no-repeat 100% 50%; }
#header .gnb ul li span a { display: block; text-decoration: none; }
#header .gnb ul li.last span { background-image: none; }

.wrap { position: relative; }

#aside { position: absolute; left: 0; top: 0; width: 210px; }

#aside .menus { position: relative; width: 180px; padding: 7px 10px; border: 1px solid #dfdb98; background-color: #f3f2d4; }
#aside .menus h2.tit { margin: 0; padding: 0; line-height: 0; text-align: center; }
#aside .menus ul { position: relative; zoom: 1; overflow: hidden; border: 1px solid #e4e2b7; background-color: #fff; margin: 5px 0 0; padding: 5px; }
#aside .menus ul li { list-style-type: none; height: 28px; line-height: 28px; border-bottom: 1px solid #d6d4d0; }
#aside .menus ul li a { display: block; height: 28px; line-height: 28px; text-decoration: none; padding-left: 7px; }
#aside .menus ul li a { display: block; height: 28px; line-height: 28px; text-decoration: none; padding-left: 7px; }
.lt-ie8 #aside .menus ul li a img { zoom: 1; display: inline; margin-top: 9px; }

#aside .boards { position: relative; width: 198px; height: 202px; margin-top: 15px; margin-left: 2px; background: url(../img/aside_boards_bg.gif) no-repeat 0 0; }
#aside .boards h3 { margin: 0; padding: 0; }
#aside .boards h3 img { margin-top: 18px; margin-left: -2px; }
#aside .boards ul { padding: 0; margin: 20px 0 0 20px; }
#aside .boards ul li { padding-left: 14px; height: 20px; line-height: 20px; list-style-type: none; background: url(../img/asdie_boards_li_bull.gif) no-repeat 0 50%; }
#aside .boards ul li a { display: block; text-decoration: none; font-size: 14px; font-weight: bold; color: #4e4831; }

#aside .customer { position: relative; margin-top: 10px; }
#aside .customer .txt { width: 200px; height: 154px; text-indent: -9999px; font-size: 0; background: url(../img/aside_customer_bg.gif) no-repeat 0 0; }

#aside .banking { position: relative; margin-top: 10px; }
#aside .banking .txt { width: 200px; height: 84px; text-indent: -9999px; font-size: 0; background: url(../img/aside_banking_bg.gif) no-repeat 0 0; }

#aside .delevery { position: relative; margin-top: 10px; }
#aside .delevery .txt { width: 201px; height: 178px; text-indent: -9999px; font-size: 0; background: url(../img/aside_delivery_bg.gif) no-repeat 0 0; }
#aside .delevery a { display: block; text-indent: -9999px; font-size: 0; position: absolute; width: 180px; height: 30px; left: 10px; top: 110px; }

#aside .wonsanji { position: relative; margin-top: 10px; }
#aside .wonsanji .txt { width: 201px; height: 73px; text-indent: -9999px; font-size: 0; background: url(../img/aside_wonsanji_bg.gif) no-repeat 0 0; }

#aside .kakao { position: relative; margin-top: 11px; }
#aside .kakao .txt { width: 201px; height: 76px; text-indent: -9999px; font-size: 0; background: url(../img/aside_kakao_bg.gif) no-repeat 0 0; }

#aside .map { position: relative; margin-top: 11px; }
#aside .map .txt { width: 201px; height: 40px; text-indent: -9999px; font-size: 0; background: url(../img/aside_map_bg.gif) no-repeat 0 0; }
#aside .map a { display: block; text-indent: -9999px; font-size: 0; position: absolute; width: 100%; height: 100%; left: 0; top: 0; }

#main-conts,
.sub-conts { position: relative; margin-left: 210px; }
.sub-conts { min-height: 1170px; height: auto !important; height: 1170px; }
.sub-conts { position: relative; background-color: #fff; }

#main-conts .events { position: relative; width: 658px; }
#main-conts .events .imgs { border-top: 1px solid #dac9a7; border-left: 1px solid #dac9a7; border-right: 1px solid #dac9a7; }
#main-conts .events .imgs p { margin: 0; padding: 0; }
#main-conts .events .imgs p img { width: 100%; height: 254px; }
#main-conts .events .btns { height: 32px; line-height: 32px; background-color: #242323; }
#main-conts .events .btns a { font-size: 12px; font-weight: bold; display: block; color: #fff; float: left; width: 33.333333%; text-align: center; text-decoration: none; }
#main-conts .events .btns a.now { background-color: #ed1f24; }
#main-conts .events .btns a span { display: block; border-right: 1px solid #2a2929; }
#main-conts .events .btns a.last span { border-right: none; }
#main-conts .mans-4 { position: absolute; top: 0; right: 0; }

#main-conts .others-link { position: relative; margin-top: 10px; }
#main-conts .others-link ul { margin: 0; padding: 0 0 0 5px; }
#main-conts .others-link ul li { list-style-type: none; float: left; margin-right: 20px; }
#main-conts .others-link ul li a { display: block; }
#main-conts .others-link ul li.last { margin-right: 0; }

.items-wrap { zoom: 1; overflow: hidden; position: relative; margin-top: 10px; padding: 12px 15px; background-color: #fff; }
.items-wrap h4 { height: 50px; margin: 0; padding: 0; text-indent: -9999px; }
.items-wrap h4.hot-item { background: url(../img/items_h4_hot_item.gif) no-repeat 0 0; }
.items-wrap h4.recommend-item { background: url(../img/items_h4_recommend_item.gif) no-repeat 0 0; }
.items-wrap ul.items { margin: 0; padding: 0; }
.items-wrap ul.items li { list-style-type: none; float: left; width: 25%; }
.items-wrap ul.items li dl { margin: 0; }
.items-wrap ul.items li dl dt { text-align: center; }
.items-wrap ul.items li dl dd { margin: 10px 0 0; text-align: center; }
.items-wrap ul.items li dl dd a { display: block; text-decoration: none; }
.items-wrap ul.items li dl dd span { display: block; font-size: 14px; font-weight: bold; height: 25px; line-height: 25px; }
.items-wrap ul.items li dl dd span.name { color: #080808; }
.items-wrap ul.items li dl dd span.price { color: #790000; }
.items-wrap ul.items li dl dd span.icon {}




.items-wrap1 { zoom: 1; overflow: hidden; position: relative; margin-top: 10px; padding: 12px 15px; background-color: #fff; }
.items-wrap1 h4 { height: 50px; margin: 0; padding: 0; text-indent: -9999px; }
.items-wrap1 h4.hot-item { background: url(/design/bjc155mm/img/items_h4_hot_item.gif) no-repeat 0 0; }
.items-wrap1 h4.recommend-item { background: url(/design/bjc155mm/img/items_h4_recommend_item.gif) no-repeat 0 0; }
.items-wrap1 ul.items { margin: 0; padding: 0; }
.items-wrap1 ul.items li { list-style-type: none; float: left; width: 25%; }
.items-wrap1 ul.items li dl { margin: 0; }
.items-wrap1 ul.items li dl dt { text-align: center; }
.items-wrap1 ul.items li dl dd { margin: 10px 0 0; text-align: center; }
.items-wrap1 ul.items li dl dd a { display: block; text-decoration: none; }
.items-wrap1 ul.items li dl dd span { display: block; font-size: 14px; font-weight: bold; height: 25px; line-height: 25px; }
.items-wrap1 ul.items li dl dd span.name { color: #080808; }
.items-wrap1 ul.items li dl dd span.price { color: #790000; }
.items-wrap1 ul.items li dl dd span.icon {}

.photo-review { position: relative; width: 400px; float: left; margin-top: 10px; padding: 10px 15px; border: 1px solid #d8c8ab; background-color: #efe9d7; }
.photo-review h4 { height: 28px; margin: 0; text-indent: -9999px; background: url(../img/photo_review_h4.gif) no-repeat 5px 0; }
.photo-review a.all-view { display: block; position: absolute; top: 8px; left: 346px; width: 56px; height: 17px; text-indent: -9999px; background: url(../img/all_view_icon.gif) no-repeat 0 0; }
.photo-review ul { margin: 10px 0 0; padding: 0; }
.photo-review ul li { list-style-type: none; float: left; width: 33.333333%; }
.photo-review ul li dl { margin: 0; }
.photo-review ul li dl dt { text-align: center; }
.photo-review ul li dl dd { margin: 0; text-align: center; }
.photo-review ul li dl dd a { font-size: 11px; color: #585342; text-decoration: none; }

.daily { zoom: 1; overflow: hidden; position: relative; width: 420px; float: left; margin-top: 10px; margin-left: 14px; padding: 3px 15px 15px; border: 1px solid #d8c8ab; background-color: #efe9d7; }
.daily h4 { height: 31px; margin: 3px; text-indent: -9999px; background: url(../img/daily_h4.gif) no-repeat 5px 0; }
.daily a.all-view { display: block; position: absolute; top: 10px; left: 360px; width: 56px; height: 17px; text-indent: -9999px; background: url(../img/all_view_icon.gif) no-repeat 0 0; }
.daily dl { zoom: 1; overflow: hidden; margin: 10px 0 0; position: relative; }
.daily dl dt {}
.daily dl dd { margin: 0 0 0 200px; position: absolute; top: 0; left: 0; }
.daily dl dd a { text-decoration: none; }
.daily dl dd span { display: block; color: #585342; }
.daily dl dd span.subj { font-size: 14px; font-weight: bold; }
.daily dl dd span.conts { font-size: 12px; line-height: 15px; zoom: 1; width: 220px; height: 90px; overflow: hidden; }

.products { position: relative; margin-top: 10px; background-color: #fff; }
.products .items-wrap { padding: 15px 40px; }
.products .items-wrap h4 { height: 51px;: }
.products .items-wrap h4.products-1 { background: url(../img/products_h4_01.gif) no-repeat 0 0; }
.products .items-wrap h4.products-2 { background: url(../img/products_h4_02.gif) no-repeat 0 0; }
.products .items-wrap h4.products-3 { background: url(../img/products_h4_03.gif) no-repeat 0 0; }
.products .items-wrap h4.products-4 { background: url(../img/products_h4_04.gif) no-repeat 0 0; }
.products .items-wrap h4.products-5 { background: url(../img/products_h4_05.gif) no-repeat 0 0; }
.products .items-wrap h4.products-6 { background: url(../img/products_h4_06.gif) no-repeat 0 0; }
.products .items-wrap .all-view { display: block; position: absolute; top: 27px; left: 1007px; width: 56px; height: 17px; text-indent: -9999px; background: url(../img/all_view_icon_n.gif) no-repeat 0 0; }
.products .items-wrap .items { margin-top: 10px; }


.products { position: relative; margin-top: 10px; background-color: #fff; }
.products .items-wrap1 { padding: 15px 40px; }
.products .items-wrap1 h4 { height: 51px;: }
.products .items-wrap1 h4.products-1 { background: url(../img/products_h4_01.gif) no-repeat 0 0; }
.products .items-wrap1 h4.products-2 { background: url(../img/products_h4_02.gif) no-repeat 0 0; }
.products .items-wrap1 h4.products-3 { background: url(../img/products_h4_03.gif) no-repeat 0 0; }
.products .items-wrap1 h4.products-4 { background: url(../img/products_h4_04.gif) no-repeat 0 0; }
.products .items-wrap1 h4.products-5 { background: url(../img/products_h4_05.gif) no-repeat 0 0; }
.products .items-wrap1 h4.products-6 { background: url(../img/products_h4_06.gif) no-repeat 0 0; }
.products .items-wrap1 .all-view { display: block; position: absolute; top: 27px; left: 1007px; width: 56px; height: 17px; text-indent: -9999px; background: url(../img/all_view_icon_n.gif) no-repeat 0 0; }
.products .items-wrap1 .items { margin-top: 10px; }


.products .small { width: 514px; float: left; padding-right: 0; }
.products .small .all-view { top: 30px; left: 487px; }
.products .small .items li { width: 50%; }

.products .oth .all-view { left: 478px; }
.products .oth .oth-wrap { zoom: 1; position: relative; margin-top: 10px; width: 491px; height: 250px; overflow: hidden; background: url(../img/oth_wrap_bg.gif) no-repeat 0 0; }
.products .oth .oth-wrap dl { position: relative; margin: 0; }
.products .oth .oth-wrap dl dt { position: relative; zoom: 1; padding: 12px 0; }
.products .oth .oth-wrap dl dt span { display: block; float: left; width: 50%; text-align: center; }
.lt-ie8 .products .oth .oth-wrap dl dt span { width: 49.5%; }
.products .oth .oth-wrap dl dd { margin: 0; text-align: center; }

.bbs-wrap { position: relative; padding: 15px 0; margin-top: 10px; background-color: #fff; zoom: 1; }
.bbs-wrap .bbs { position: relative; float: left; width: 33.333333% }
.bbs-wrap .bbs h4 { height: 28px; text-indent: -9999px; margin: 0; }
.bbs-wrap .notice h4 { background:url(../img/bbs_wrap_notice_h4.gif) no-repeat 50% 0; }
.bbs-wrap .qna h4 { background:url(../img/bbs_wrap_qna_h4.gif) no-repeat 50% 0; }
.bbs-wrap .customer h4 { background:url(../img/bbs_wrap_customer_h4.gif) no-repeat 50% 0; }
.bbs-wrap .bbs a.more { text-indent: -9999px; display: block; position: absolute; left: 271px; top: 0; width: 45px; height: 16px; }
.bbs-wrap .bbs ul { margin: 10px 0 0; }
.bbs-wrap .bbs ul li { position: relative; padding-left: 10px; height: 20px; line-height: 20px; list-style-type: none; background: url(../img/bbs_li_bull.gif) no-repeat 0 50%; }
.bbs-wrap .bbs ul li a { display: inline-block; width: 240px; overflow: hidden; white-space:nowrap; text-overflow:ellipsis; font-size: 12px; color: #585858; text-decoration: none; }
.bbs-wrap .bbs ul li span { display: block; font-size: 12px; color: #8b8b8b; position: absolute; top: -1px; left: 250px; }

.photos-wrap { position: relative; margin-top: 10px; }
.photos-wrap .photos { position: relative; float: left; width: 50%; }
.photos-wrap .photos h4 { margin: 0; height: 30px; text-indent: -9999px; }
.photos-wrap .photos h4.tit-01 { background: url(../img/photos_tit_01.gif) no-repeat 0 0; }
.photos-wrap .photos h4.tit-02 { background: url(../img/photos_tit_02.gif) no-repeat 0 0; }
.photos-wrap .photos ul { margin: 0; padding: 0; }
.photos-wrap .photos ul li { list-style-type: none; float: left; width: 33.333333%; }
.lt-ie8 .photos-wrap .photos ul li { width: 33%; }
.photos-wrap .photos ul li a { background-color: #fff; margin: 5px; border: 1px solid #bdb295;  text-align: center; display: block; }
.photos-wrap .photos h5 { width: 530px; margin: 0 auto; height: 25px; line-height: 25px; text-align: center; color: #111111; background-color: #c2c67a; }

#footer { position: relative; margin-top: 20px; padding: 0px; }
#footer .nav { height: 32px; line-height: 32px; background-color: #363636; }
#footer .nav ul { margin: 0; padding: 0 0 0 20px; }
#footer .nav ul li { list-style-type: none; display: inline-block; float: left; margin-right: 10px; background: url(../img/footer_li_bull.gif) no-repeat 100% 50%; }
#footer .nav ul li a { color: #cdcdcd; text-decoration: none; font-size: 12px; padding-right: 10px; }
#footer .nav ul li.last { background-image: url(../img/footer_li_top.gif); }
#footer .address { position: relative; margin-top: 5px; }
#footer .address .wrap { margin-left: 225px; }
#footer .address p { margin: 0; }
#footer .address p span { color: #151515; font-size: 12px; letter-spacing: -1px; }
#footer .address p.impor { margin-bottom: 5px; }
#footer .address p.impor span { color: #9e0b0f; }
#footer .address .foot-logo { position: absolute; left: 45px; top: 32px; width: 109px; height: 62px; background: url(../img/foot_logo.gif) no-repeat 0 0; }
#footer .address .foot-escro { position: absolute; left: 700px ; top: 10px; width: 223px; height: 85px; background: url(../img/foot_escro.gif) no-repeat 0 0; }

.sub-conts .sub-top { position: relative; }
.sub-conts .sub-top dl { margin: 0; padding: 0; }
.sub-conts .sub-top dl dt {}
.sub-conts .sub-top dl dt img {}
.sub-conts .sub-top dl dd { margin: 0; background-color: #ebebeb; }
.sub-conts .sub-top dl dd ul { margin: 0; padding: 10px 0 10px 30px; }
.sub-conts .sub-top dl dd ul li { list-style-type: none; float: left; margin-right: 10px; padding-right: 10px; background: url(../img/sub_top_li_bull.gif) no-repeat 100% 50%; }
.sub-conts .sub-top dl dd ul li a { font-size: 14px; font-weight: bold; color: #2d2d2d; text-decoration: none; }
.sub-conts .sub-top dl dd ul li.last { background-image: none; }

.sub-conts h4 { height: auto; text-indent: 0; margin-bottom: 10px; }



#terms .page-body { width: 680px; margin: 50px auto 0; }
#terms .new-privercy-contract h3 { font-weight: bold; margin: 0; margin-bottom: 5px;  text-align: left; }
#terms .new-privercy-contract h3.w-normal { font-weight: normal }
#terms .privercy-contract-tap { height:35px; }
#terms .privercy-contract textarea { height: 150px; width: 650px; }
#terms .privercy-agree { margin-bottom: 20px; }
#terms .btn-foot { margin-top: 20px; text-align: center; font-size: 0; line-height: 0; }
#terms .btn-foot a { margin-left: 10px; }

.deliveryfee img {width:811px; height:933px;}








