﻿@charset "utf-8";

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/*  For General  */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------- */

/*@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);*/

img {
    border: 0px;
    vertical-align: top;
}

div {
    /*font-size: 12px;*/
    font-family: 'Nanum Gothic', sans-serif;
}

table {
    font-size: 12px;
    font-family: 'Nanum Gothic', sans-serif;
}

/*ul, li {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    line-height: 100%;
}*/

* {
    padding: 0px;
    margin: 0px;
}

BODY {
    color: #434343;
    font-size: 12px;
    font-family: 'Nanum Gothic', sans-serif;
}

input, textarea, select {
    vertical-align: middle;
    font-size: 12px;
    padding: 2px 0;
}

a:link {
    color: #202020;
    text-decoration: none;
}

a:visited {
    color: #202020;
    text-decoration: none;
}

a:active {
    color: #202020;
    text-decoration: none;
}

a:hover {
    color: #333;
    text-decoration: none;
}


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------ */
/*  For Layer   */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------ */

/* Layout (공통) */
.clear {
    display: block;
    float: none;
    clear: both;
    margin: 0px;
    padding: 0px;
}

.clearboth {
    display: inline-block;
    float: none;
    clear: both;
    margin: 0px;
    padding: 0px;
}

/* floating 을 해제하기 위한 클래스 추가, 의미없는 clear만 있는 gabage source 제거 */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
    height: 1px;
}

.clearfix {
    display: block;
}
/* End hide from IE-mac */

.height100 {
    height: 100px;
}

.height90 {
    height: 90px;
}

.height80 {
    height: 80px;
}

.height70 {
    height: 70px;
}

.height60 {
    height: 60px;
}

.height50 {
    height: 50px;
}

.height40 {
    height: 40px;
}

.height30 {
    height: 30px;
}

.height20 {
    height: 20px;
}

.height10 {
    height: 10px;
}

.height5 {
    height: 5px;
}

a.btn_immane {
    display: inline-block;
    padding-right: 4px;
    font-family: 'Nanum Gothic', sans-serif;
    letter-spacing: -2px;
    font-size: 16px;
    background: url(/images/board/bg_btn_default_immane.gif) no-repeat 100% 0;
    color: #333;
    line-height: 26px;
    word-spacing: -1px;
    text-decoration: none !important;
    white-space: nowrap
}

    a.btn_immane span, a.btn_immane strong {
        display: block;
        padding: 9px 22px 7px 24px;
        background: url(/images/board/bg_btn_default_immane.gif) no-repeat
    }

a.btn_big {
    display: inline-block;
    padding-right: 4px;
    background: url(/images/board/bg_btn_default.gif) no-repeat 100% 0;
    color: #333;
    line-height: 26px;
    word-spacing: -1px;
    text-decoration: none !important;
    white-space: nowrap
}

    a.btn_big span, a.btn_big strong {
        display: block;
        padding: 2px 8px 1px 12px;
        background: url(/images/board/bg_btn_default.gif) no-repeat
    }

a.btn_sml {
    display: inline-block;
    padding: 0 4px 0 0;
    background: url(/images/board/bg_btn_default.gif) no-repeat 100% -31px;
    color: #333;
    letter-spacing: -1px;
    word-spacing: -1px;
    text-decoration: none !important;
    white-space: nowrap
}

    a.btn_sml span, a.btn_sml strong {
        display: block;
        padding: 6px 4px 5px 8px;
        background: url(/images/board/bg_btn_default.gif) no-repeat 0 -31px;
    }

a.btn_immane_P {
    display: inline-block;
    padding-right: 4px;
    font-family: 'Nanum Gothic', sans-serif;
    letter-spacing: -2px;
    font-size: 16px;
    background: url(/images/board/bg_btn_default_point_immane.gif) no-repeat 100% 0;
    color: #fff;
    line-height: 26px;
    word-spacing: -1px;
    text-decoration: none !important;
    white-space: nowrap
}

    a.btn_immane_P span, a.btn_immane_P strong {
        display: block;
        padding: 9px 22px 7px 24px;
        background: url(/images/board/bg_btn_default_point_immane.gif) no-repeat
    }

a.btn_big_P {
    display: inline-block;
    padding-right: 4px;
    background: url(/images/board/bg_btn_default_point.gif) no-repeat 100% 0;
    color: #fff;
    line-height: 26px;
    word-spacing: -1px;
    text-decoration: none !important;
    white-space: nowrap
}

    a.btn_big_P span, a.btn_big_P strong {
        display: block;
        padding: 2px 8px 1px 12px;
        background: url(/images/board/bg_btn_default_point.gif) no-repeat;
        color: #fff;
    }

a.btn_sml_P {
    display: inline-block;
    padding: 0 4px 0 0;
    background: url(/images/board/bg_btn_default_point.gif) no-repeat 100% -31px;
    color: #fff;
    letter-spacing: -1px;
    word-spacing: -1px;
    text-decoration: none !important;
    white-space: nowrap;
}

    a.btn_sml_P span, a.btn_sml_P strong {
        display: block;
        padding: 6px 4px 5px 8px;
        background: url(/images/board/bg_btn_default_point.gif) no-repeat 0 -31px;
        color: #fff;
    }

a.btn_link {
    display: inline-block;
    padding-right: 16px;
    background: url(/images/board/bg_btn_link.gif) no-repeat 100% 0;
    font-family: 'Nanum Gothic', sans-serif;
    font-size: 16px;
    color: #676d7a;
    line-height: 26px;
    word-spacing: -1px;
    text-decoration: none !important;
    white-space: nowrap
}

    a.btn_link span, a.btn_link strong {
        display: block;
        padding: 7px 22px 4px 38px;
        background: url(/images/board/bg_btn_link.gif) no-repeat;
        color: #999;
    }

a.btn_link_ov {
    display: inline-block;
    padding-right: 16px;
    background: url(/images/board/bg_btn_link_ov.gif) no-repeat 100% 0;
    font-family: 'Nanum Gothic', sans-serif;
    font-size: 16px;
    color: #fff;
    line-height: 26px;
    word-spacing: -1px;
    text-decoration: none !important;
    white-space: nowrap
}

    a.btn_link_ov span, a.btn_link_ov strong {
        display: block;
        padding: 7px 22px 4px 38px;
        background: url(/images/board/bg_btn_link_ov.gif) no-repeat;
    }

a.btn_social {
    width: 300px;
    text-align: center;
    display: inline-block;
    background: url(/images/board/bg_btn_link.gif) no-repeat 100% 0;
    font-family: 'Nanum Gothic', sans-serif;
    font-size: 16px;
    color: #676d7a;
    word-spacing: -1px;
    text-decoration: none !important;
    white-space: nowrap
}

    a.btn_social span, a.btn_social strong {
        display: block;
        padding: 12px 0 20px 0;
        background: url(/images/board/bg_btn_social.gif) no-repeat;
        color: #999;
    }

a.btn_social_ov {
    width: 300px;
    text-align: center;
    display: inline-block;
    background: url(/images/board/bg_btn_social_ov.gif) no-repeat 100% 0;
    font-family: 'Nanum Gothic', sans-serif;
    font-size: 16px;
    color: #fff;
    word-spacing: -1px;
    text-decoration: none !important;
    white-space: nowrap
}

    a.btn_social_ov span, a.btn_social_ov strong {
        display: block;
        padding: 12px 0 20px 0;
        background: url(/images/bg_btn_social_ov.gif) no-repeat;
    }

a.btn_join {
    display: block;
    padding: 10px 0px 10px 0px;
    text-align: center;
    color: #fff;
    background: #666;
}

a.btn_find {
    display: block;
    padding: 10px 0px 10px 0px;
    text-align: center;
    color: #fff;
    background: #999;
}

a.btn_login {
    display: block;
    padding: 22px 5px 21px 5px;
    width: 54px;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    color: #fff;
    background: #257ed7;
}

a.btn_login1 {
    display: block;
    padding: 20px 5px 19px 5px;
    width: 50px;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    color: #fff;
    background: #257ed7;
}

/* 버튼 */
.btn_both {
    overflow: hidden;
    clear: both;
    width: 100%;
    margin: 16px 0 0 0;
}

    .btn_both .fl {
        float: left
    }

    .btn_both .fr {
        float: right
    }

    .btn_both .fc {
        text-align: center
    }

/* 정렬 */
.align_both {
    overflow: hidden;
    clear: both;
    width: 100%;
}

    .align_both .fl {
        float: left
    }

    .align_both .fr {
        float: right
    }

    .align_both .fc {
        text-align: center
    }

/* 게시판_pagingNew */
.board_paginate {
    padding: 15px 0;
    text-align: center;
}

    .board_paginate * {
        margin: 0;
        padding: 0;
    }

    .board_paginate a,
    .board_paginate strong {
        _position: relative;
        display: inline-block;
        margin: 0 1px;
        padding: 3px 8px 4px 8px;
        color: #333;
        text-decoration: none !important;
        line-height: normal;
        font: bold 11px Tahoma, Serif;
        background: url(/images/board/line_pg4.gif) no-repeat 0 5px;
    }

    .board_paginate strong {
        color: #fff !important;
        background: #007ffe;
        border-radius: 4px;
    }

    .board_paginate a:hover,
    .board_paginate a:active,
    .board_paginate a:focus {
        background: #f7f7f7;
        border-radius: 4px;
    }

    .board_paginate a.pre,
    .board_paginate a.pre_end,
    .board_paginate a.next,
    .board_paginate a.next_end {
        font-size: 11px;
        font-family: 'Nanum Gothic', sans-serif;
    }

    .board_paginate a.pre {
        margin-right: 2px;
        padding: 4px 10px 2px 14px;
        background: url(/images/board/bu_pg4_l1.gif) no-repeat right 4px !important;
    }

    .board_paginate a.pre_end {
        padding: 4px 6px 2px 16px;
        background: url(/images/board/bu_pg4_l2.gif) no-repeat right 4px !important;
    }

    .board_paginate a.next {
        margin-left: 2px;
        padding: 4px 14px 2px 12px;
        background: url(/images/board/bu_pg4_r1.gif) no-repeat left 4px !important;
    }

    .board_paginate a.next_end {
        padding: 4px 16px 2px 6px;
        background: url(/images/board/bu_pg4_r2.gif) no-repeat left 4px !important;
    }

.top_margin {
    margin-top: 10px;
}

.right_margin {
    margin-right: 10px;
}

.bottom_margin {
    margin-bottom: 10px;
}

.left_margin {
    margin-left: 10px;
}

.h_line {
    border-top: 2px solid #dddee0;
}

.board_line {
    border-top: 1px solid #dddee0;
}

.dot_line {
    border-top: 1px dotted #dddee0;
    height: 10px;
    margin-top: 10px;
}

.line {
    clear: both;
    position: relative;
    width: 100%;
    margin: 10px 0;
    border-top: 1px solid #EEE;
}

/* 신청리스트_구매/배송 */
.icon_B {
    color: #06F;
    font-size: 12px;
    margin-right: 2px;
}

.icon_D {
    color: #C00;
    font-size: 12px;
    margin-right: 2px;
}

/* popup (공통) */
#mask {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
    background: #000;
    display: none;
}

#layer .window {
    position: absolute;
    display: none;
    z-index: 999;
}

.modal_close {
    position: absolute;
    right: 0;
    margin: -39px 0 0 0;
}

.ly_pop {
    position: absolute;
    z-index: 10;
    border: 1px solid #454a57;
}

/* Layout (popup) */
#popup_head {
    background: url(/images/popup/title_bg.jpg) repeat-x 0 0;
    font-weight: bold;
    height: 32px;
    letter-spacing: -1px;
    color: #fff;
    font-family: 'Nanum Gothic', sans-serif;
    font-size: 16px;
    padding: 16px 0 0 20px;
}

    #popup_head em {
        background: url(/images/popup/title_bgBar.gif) no-repeat 0 0;
        font-weight: normal;
        letter-spacing: -1px;
        color: #fff;
        font-family: 'Nanum Gothic', sans-serif;
        font-size: 12px;
        font-style: normal;
        padding: 5px 0 0 14px;
        margin-left: 8px;
    }

    #popup_head span {
        position: absolute;
        top: 15px;
        right: 20px;
    }

#popup_warp {
    background: #f7f8fa;
    padding: 20px;
}

#popup_footer {
    background: #f1f1f2;
    border-top: 1px solid #dfdfdf;
    padding: 0 0 20px 0;
}

/* 주소 */
.zipcode_List {
    width: 100%;
    margin: 0px auto;
    height: 227px;
    background: #fff;
    overflow-y: scroll;
    overflow-x: hidden;
    scrollbar-face-color: #F7F7F7;
    scrollbar-shadow-color: #cccccc;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-3dlight-color: #FFFFFF;
    scrollbar-darkshadow-color: #FFFFFF;
    scrollbar-track-color: #FFFFFF;
    scrollbar-arrow-color: #cccccc;
    font-family: 'Nanum Gothic', sans-serif;
}

    .zipcode_List li {
        clear: both;
        line-height: 1.4;
        font-size: 12px;
    }

    .zipcode_List p {
        float: left;
        padding: 7px 0px 5px 0px;
        border-right: 1px solid #cecece;
        border-bottom: 1px solid #cecece;
    }

    .zipcode_List .bg {
        background: #CCC;
        color: #fff;
        font-weight: bold;
        text-align: center;
    }

    .zipcode_List .no {
        width: 78px;
        text-align: center;
    }

    .zipcode_List .address {
        width: 350px;
        padding-left: 5px;
        border-right: none;
    }

    .zipcode_List p a {
        color: #565555;
    }

/* 노데이터 (공통) */
td.noData {
    height: 140px;
    text-align: center;
}


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------ */
/*  인풋박스    */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------ */

/* input */
/*.input_login {
    padding: 4px 5px 0 5px;
    border-top: 1px solid #bcbebc;
    border-left: 1px solid #bcbebc;
    border-bottom: 1px solid #dddfe2;
    border-right: 1px solid #dddfe2;
    color: #333;
    background: #fff;
    height: 16px;
}*/
.input_login {
    width: 200px;
    color: #666;
    border: 2px solid #dedede;
    padding: 3px 6px 0 10px;
    height: 22px;
    margin-bottom: 3px;
}

.input_textarea {
    padding: 3px 5px;
    border-top: 1px solid #c5c5c5;
    border-left: 1px solid #c5c5c5;
    border-right: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    color: #333;
    background: #fff;
    font-size: 12px;
    scrollbar-face-color: #F7F7F7;
    scrollbar-shadow-color: #cccccc;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-3dlight-color: #FFFFFF;
    scrollbar-darkshadow-color: #FFFFFF;
    scrollbar-track-color: #FFFFFF;
    scrollbar-arrow-color: #cccccc;
}

.input_search {
    padding: 3px 3px 2px 5px;
    border: 1px solid #e1e1e1;
}

.input_button {
    padding: 6px 5px 4px 5px;
    border: none;
    background: #ca0202;
    font-weight: bold;
    color: #fff;
    letter-spacing: -1px;
}

.input_box {
    padding: 4px 5px 2px 5px;
    border: 1px solid #cdcdcd;
}

.file_box {
    font-size: 11px;
    font-family: 'Nanum Gothic', sans-serif;
    padding: 2px 2px 1px 2px;
    border: 1px solid #06F;
}

/* input_OVER */
.input_over {
    border: 1px solid #024e9a;
}

/* select */
SPAN.select-type {
    font-family: 'Nanum Gothic', sans-serif;
    padding-right: 6px;
    BORDER-BOTTOM: #cdcdcd 1px solid;
    BORDER-LEFT: #cdcdcd 1px solid;
    LINE-HEIGHT: 1.2;
    DISPLAY: inline-block;
    BACKGROUND: url(/images/board/select_arr.gif) no-repeat 0 0 #fff;
    COLOR: #616161;
    FONT-SIZE: 11px;
    VERTICAL-ALIGN: middle;
    BORDER-TOP: #cdcdcd 1px solid;
    CURSOR: pointer;
    BORDER-RIGHT: #cdcdcd 1px solid;
}

    SPAN.select-type .selected {
        font-family: 'Nanum Gothic', sans-serif;
        PADDING-BOTTOM: 0px;
        LINE-HEIGHT: 20px;
        PADDING-LEFT: 7px;
        PADDING-RIGHT: 0px;
        DISPLAY: inline-block;
        HEIGHT: 20px;
        PADDING-TOP: 0px;
    }

UL.select-type {
    font-family: 'Nanum Gothic', sans-serif;
    padding-right: 6px;
    Z-INDEX: 100;
    BORDER-BOTTOM: #cdcdcd 1px solid;
    POSITION: absolute;
    BORDER-LEFT: #cdcdcd 1px solid;
    LINE-HEIGHT: 1.2;
    BACKGROUND-COLOR: #fff;
    COLOR: #616161;
    MAX-HEIGHT: 255px;
    FONT-SIZE: 11px;
    OVERFLOW: auto;
    BORDER-TOP: #cdcdcd 1px solid;
    CURSOR: pointer;
    BORDER-RIGHT: #cdcdcd 1px solid;
}

    UL.select-type LI {
        font-family: 'Nanum Gothic', sans-serif;
        PADDING-BOTTOM: 3px;
        PADDING-LEFT: 10px;
        PADDING-RIGHT: 0;
        PADDING-TOP: 5px;
    }

        UL.select-type LI.hover {
            width: 95%;
            BACKGROUND-COLOR: #ebebeb;
        }


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------ */
/*  For Layout   */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------ */

/* Layout (header) */
/*#header {
    position: relative;
    width: 1100px;
    margin: 0 auto;
    z-index: 99;
}

    #header .header_wrap {
        position: relative;
        width: 1100px;
        margin: 0 auto;
        height: 98px;
    }

        #header .header_wrap .s_menu {
            position: absolute;
            width: 1100px;
            top: 75px;
            font-size: 12px;
            color: #000;
            font-family: 'Nanum Gothic', sans-serif;
            letter-spacing: -1;
            z-index: 500;
        }

            #header .header_wrap .s_menu ul.menu_L {
                float: left;
            }

                #header .header_wrap .s_menu ul.menu_L li {
                    float: left;
                    background: url(/images/common/h_bar.gif) no-repeat 0 0;
                    margin: 0 10px 0 0;
                    padding: 0 0 0 10px;
                }

                    #header .header_wrap .s_menu ul.menu_L li.none {
                        font-size: 11px;
                        background: none;
                    }

                    #header .header_wrap .s_menu ul.menu_L li .popup_help {
                        position: absolute;
                        top: 30px;
                        margin: 0 0 0 -9px;
                        padding: 24px 20px 44px 20px;
                        background: url(/images/common/bg_topLine_help.gif) no-repeat 0 0 #fff;
                        border-left: 1px solid #000;
                        border-bottom: 1px solid #000;
                        border-right: 1px solid #000;
                        z-index: 99;
                    }

                        #header .header_wrap .s_menu ul.menu_L li .popup_help .help_close {
                            position: absolute;
                            right: 0;
                            bottom: 0;
                        }

                    #header .header_wrap .s_menu ul.menu_L li.ov {
                        font-size: 11px;
                        font-weight: bold;
                        border-left: 1px solid #000;
                        border-top: 1px solid #000;
                        border-right: 1px solid #000;
                        padding: 20px 8px 20px 8px;
                        background: #fff;
                        margin: -20px 0;
                    }

            #header .header_wrap .s_menu ul.menu_R {
                float: right;
            }

                #header .header_wrap .s_menu ul.menu_R li {
                    float: left;
                    font-family: 'Nanum Gothic', sans-serif;
                    font-size: 12px;
                    background: url(/images/common/h_bar.gif) no-repeat 0 0;
                    margin: 0 5px 0 0;
                    padding: 0 0 0 10px;
                    letter-spacing: -1;
                }

                    #header .header_wrap .s_menu ul.menu_R li.none {
                        font-size: 11px;
                        background: none;
                    }

            #header .header_wrap .s_menu ul.menu_L li .popup_help_cont {
                font-weight: normal;
            }

                #header .header_wrap .s_menu ul.menu_L li .popup_help_cont .tit {
                    font-size: 14px;
                    font-weight: bold;
                    font-family: 'Nanum Gothic', sans-serif;
                    background: url(/images/board/icon_dot_black.gif) no-repeat 0 3px;
                    padding-left: 6px;
                    margin: 0 0 12px 0;
                    letter-spacing: -1px;
                }

            #header .header_wrap .s_menu ul.menu_R li .more_menu_list {
                position: absolute;
                width: 100px;
                top: -20px;
                margin: 0 0 0 -15px;
                display: none;
                background: #fff;
                padding: 0 0 10px 0;
                z-index: 99;
            }

            #header .header_wrap .s_menu ul.menu_R li .on.tbar_more_menu .more_menu_list {
                display: block;
                border: 2px solid #000;
            }

            #header .header_wrap .s_menu ul.menu_R li .more_menu_list ul li {
                width: 88px;
                clear: both;
                background: none;
                border-top: 1px solid #eee;
                padding: 10px 0 6px 10px;
            }

                #header .header_wrap .s_menu ul.menu_R li .more_menu_list ul li.fir {
                    margin: 18px 0 17px 13px;
                    border: none;
                    background: none;
                    padding: 0;
                    line-height: 11px;
                }

            #header .header_wrap .s_menu ul.menu_R li .ico_more_menu {
                background: url(/images/common/s_menu_arr.gif) no-repeat 0 0;
                width: 9px;
                height: 9px;
                margin-left: 4px;
                display: inline-block;
            }

        #header .header_wrap .menu_flag {
            position: absolute;
            right: 0px;
            top: 40px;
            z-index: 100;
        }

            #header .header_wrap .menu_flag li {
                float: left;
                padding: 0 5px;
            }

    #header .logo {
        position: absolute;
        top: 15px;
        left: 0;
        z-index: 88;
        width: 100%;
        text-align: center;
    }


    #header .gnb_menu {
        background: #52586a;
        margin-top: 0px;
    }

        #header .gnb_menu .gnb_wrap {
            position: relative;
            margin: 0 auto;
            background: #52586a;
        }

            #header .gnb_menu .gnb_wrap #gnb {
            }

                #header .gnb_menu .gnb_wrap #gnb ul {
                    width: 100%;
                    padding: 0;
                    margin: 0;
                    text-align: center;
                }

                    #header .gnb_menu .gnb_wrap #gnb ul li {
                        float: left;
                        padding: 0;
                        margin: 0;
                        border: 0;
                        list-style: none;
                    }


        /*#gnb {z-index:10; position:relative; width:1098px; height:43px; border:0px; margin:0 auto; background:#52586a;text-align:center;}*/

        /*#header .gnb_menu .gnb_wrap {
            position: relative;
            width: 100%;
            margin: 0 auto;
            height: 60px;
            top: 0px;
            background: #52586a;
        }

            #header .gnb_menu .gnb_wrap #gnb {
                margin: 0 auto;
                background: #52586a;
                height: 60px;
                position: relative;
                right: 0;
                z-index: 40;
            }

                #header .gnb_menu .gnb_wrap #gnb ul {
                    width: 100%;
                    padding-left: 100px;
                    margin: 0 auto;
                }

                    #header .gnb_menu .gnb_wrap #gnb ul li {
                        float: left;
                        padding-top: 0px;
                        font-family: 'Nanum Gothic';
                        margin-top: 0px;
                        border: 0;
                        list-style: none;
                    }

                        #header .gnb_menu .gnb_wrap #gnb ul li a {
                            display: inline-block;
                        }

                        #header .gnb_menu .gnb_wrap #gnb ul li.none {
                            background: none;
                        }

                        #header .gnb_menu .gnb_wrap #gnb ul li a {
                            display: block;
                            padding: 0px 0px 0px 0px;
                        }

                            #header .gnb_menu .gnb_wrap #gnb ul li a.on {
                            }

                        #header .gnb_menu .gnb_wrap #gnb ul li ul li {
                            background: none;
                        }

                        #header .gnb_menu .gnb_wrap #gnb ul li.ex {
                            position: relative;
                            background: url('/images/common/menu_bar.png')no-repeat 0px 22px;
                            width: 150px;
                            font-family: 'Nanum Gothic', sans-serif;
                            text-align: center;
                            font-size: 16px;
                            font-weight: 700;
                            letter-spacing: -1;
                        }

                            #header .gnb_menu .gnb_wrap #gnb ul li.ex a {
                                position: relative;
                                color: white;
                                padding-top: 23px;
                                background: none;
                                display: block;
                                height: 37px;
                            }

                                #header .gnb_menu .gnb_wrap #gnb ul li.ex a:hover {
                                    position: relative;
                                    color: white;
                                    background: #363a48;
                                    display: block;
                                }

                        #header .gnb_menu .gnb_wrap #gnb ul li.ex1 {
                            position: relative;
                            background: url('/images/common/menu_bar.png')no-repeat 0px 22px;
                            width: 190px;
                            font-family: 'Nanum Gothic', sans-serif;
                            text-align: center;
                            font-size: 16px;
                            font-weight: 700;
                            letter-spacing: -1;
                        }

                            #header .gnb_menu .gnb_wrap #gnb ul li.ex1 a {
                                position: relative;
                                color: white;
                                padding-top: 23px;
                                background: none;
                                display: block;
                                height: 37px;
                            }

                                #header .gnb_menu .gnb_wrap #gnb ul li.ex1 a:hover {
                                    position: relative;
                                    color: white;
                                    background: #363a48;
                                    display: block;
                                }

                        #header .gnb_menu .gnb_wrap #gnb ul li.ex div.edge_cen {
                            position: absolute;
                            top: 52px;
                            left: 48%;
                            width: 15px;
                            height: 8px;
                            margin: 2px 0 0 0px;
                            background: url(/images/common/bg_gnb_edge.gif) no-repeat 0 0;
                            border: none;
                            z-index: 39;
                        }

                        #header .gnb_menu .gnb_wrap #gnb ul li.ex div {
                            width: 998px;
                            display: none;
                            position: absolute;
                            margin-top: 0px;
                            background: repeating-linear-gradient( #fff, #f1f1f1 );
                            border-top: 0px solid #fff;
                            border-left: 1px solid #363a48;
                            border-right: 1px solid #363a48;
                            border-bottom: 1px solid #363a48;
                            -moz-border-bottom-left-radius: 4px;
                            -moz-border-bottom-right-radius: 4px;
                            -webkit-border-bottom-left-radius: 4px;
                            -webkit-border-bottom-right-radius: 4px;
                            /*IE9+,FF4+,chrome,Safari5,+opera
                            border-bottom-left-radius: 4px;
                            border-bottom-right-radius: 4px;
                        }

                        #header .gnb_menu .gnb_wrap #gnb ul li.exx {
                            position: relative;
                            width: 170px;
                            background: url('/images/common/menu_bar.png')no-repeat 0px 25px;
                            text-align: center;
                            font-size: 16px;
                            font-weight: 700;
                            letter-spacing: -1;
                        }

                            #header .gnb_menu .gnb_wrap #gnb ul li.exx a {
                                position: relative;
                                color: white;
                                padding-top: 23px;
                                background: #4195b7 url(/images/gnb/gnb_icon.png) no-repeat 15px 22px;
                                display: block;
                                height: 37px;
                            }

                                #header .gnb_menu .gnb_wrap #gnb ul li.exx a:hover {
                                    position: relative;
                                    color: white;
                                    display: block;
                                    background: #4195b7 url(/images/gnb/gnb_icon.png) no-repeat 15px 22px;
                                }

                        #header .gnb_menu .gnb_wrap #gnb ul li.ex div ul {
                            overflow: hidden;
                            float: left;
                            height: 48px;
                        }

                            #header .gnb_menu .gnb_wrap #gnb ul li.ex div ul li {
                                letter-spacing: -1px;
                                float: left;
                                padding: 0px 4px 0 4px;
                            }

                                #header .gnb_menu .gnb_wrap #gnb ul li.ex div ul li.none {
                                    border-top: none;
                                }

                                #header .gnb_menu .gnb_wrap #gnb ul li.ex div ul li.bar {
                                    margin-top: 19px;
                                    font-size: 12px;
                                    color: #d7d9da;
                                    font-weight: none;
                                }

                                #header .gnb_menu .gnb_wrap #gnb ul li.ex div ul li a {
                                    color: #52586a;
                                    font-size: 14px;
                                    font-weight: bold;
                                    display: inline-block;
                                    width: 100%;
                                    margin-right: 5px;
                                    padding: 19px 10px 0px 0px;
                                    text-align: center;
                                    float: left;
                                }

                                    #header .gnb_menu .gnb_wrap #gnb ul li.ex div ul li a:hover {
                                        color: #174788;
                                        width: 100%;
                                        text-align: center;
                                        background: none
                                    }*/


/* Layout (container) */
#container {
    width: 1100px;
    margin: 12px auto;
}

    #container #container_wrap {
        background: #fff;
    }

        #container #container_wrap #sub_sitemap {
            border-bottom: 2px solid #ededef;
            letter-spacing: -1px;
            padding: 16px 20px 12px 20px;
            font-size: 20px;
            font-weight: bold;
            font-family: 'Nanum Gothic', sans-serif;
        }

            #container #container_wrap #sub_sitemap span {
                float: right;
                margin: 8px 0 0 0;
                color: #333;
                font-size: 11px;
                font-family: 'Nanum Gothic', sans-serif;
                font-weight: normal;
                color: #909090;
            }

        #container #container_wrap #content_wrap {
            background: #fff;
            padding: 12px 2px 2px 2px;
        }

.sub_cont {
}


/* Layout (footer) */
/*#footer {
    margin: 0 auto;
    background: #52586a;
    width: 1100px;
    padding-bottom: 20px;
}

    #footer .copyright {
        position: relative;
        width: 1000px;
        margin: 0 auto;
        font-size: 11px;
        color: #949494;
        font-family: 'Nanum Gothic', sans-serif;
        line-height: 16px;
        padding-top: 30px;
    }

        #footer .copyright p.copyright_logo {
            float: left;
        }

        #footer .copyright p.copyright_thegrid {
            position: absolute;
            top: 114px;
            right: 0;
        }

        #footer .copyright ul {
            margin: 0 0 10px 250px;
        }

            #footer .copyright ul.help {
                color: #cacaca;
            }

                #footer .copyright ul.help li {
                    line-height: 20px;
                }

            #footer .copyright ul.service {
                color: #cacaca;
                border-bottom: 1px solid #575757;
                padding-bottom: 10px;
            }

            #footer .copyright ul li {
                line-height: 14px;
            }

                #footer .copyright ul li a {
                    color: #fff;
                    text-decoration: none;
                }

        #footer .copyright p.btn_top {
            position: absolute;
            top: -5px;
            right: 0;
        }

.footBanner {
    width: 1100px;
    margin: 0 auto;
    text-align: center;
    padding: 10px 0;
}

    .footBanner a {
        margin: 10px;
    }*/


/* Layout (quick) */
.quick_menu {
    position: absolute;
    background: #fff;
    border: 1px solid #ddd;
}

    .quick_menu ul.todayGoods {
        text-align: center;
    }

        .quick_menu ul.todayGoods li {
            margin: 6px 0;
        }

            .quick_menu ul.todayGoods li img {
                width: 57px;
                height: 57px;
            }

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------ */
/*  For contents   */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------ */

#topdecks {
    position: absolute;
    margin: 26px 0 0 -12px;
}

#icon_verImg {
    position: fixed;
    z-index: 99;
}

/* layer (over) */
.ly_help {
    position: absolute;
    z-index: 10;
    border: 1px solid #c2c2c5;
    background: #fff;
}

    .ly_help p {
        font-size: 11px;
        font-family: 'Nanum Gothic', sans-serif;
        padding: 8px 10px 6px 10px;
        color: #000;
        line-height: 16px;
        letter-spacing: 0px;
    }

    .ly_help .edge_lgt {
        position: absolute;
        top: 0;
        left: 10px;
        width: 9px;
        height: 6px;
        margin-top: -6px;
        background: url(/images/common/bg_layer_edge.gif) no-repeat 0 0;
        font-size: 0
    }

    .ly_help .edge_cen {
        position: absolute;
        top: 0;
        left: 50%;
        width: 9px;
        height: 6px;
        margin: -6px 0 0 -5px;
        background: url(/images/common/bg_layer_edge.gif) no-repeat 0 0;
        font-size: 0
    }

    .ly_help .edge_rgt {
        position: absolute;
        top: 0;
        right: 3px;
        width: 9px;
        height: 6px;
        margin-top: -6px;
        background: url(/images/common/bg_layer_edge.gif) no-repeat 0 0;
        font-size: 0
    }

/* Layout (main) */
.main_banner {
    position: relative;
    float: left;
    width: 806px;
    height: 379px;
    border: 0px solid #d5d6d7;
    background: #fff;
}

    .main_banner ul {
        width: 806px;
        height: 377px;
    }

    .main_banner .next {
        position: absolute;
        top: 40%;
        right: 0px;
        z-index: 9;
    }

    .main_banner .prev {
        position: absolute;
        top: 40%;
        left: 0px;
        z-index: 9;
    }

.main_banner1 {
    position: relative;
    float: left;
    width: 700px;
    height: 302px;
    border: 0px solid #d5d6d7;
    background: #fff;
}

    .main_banner1 ul {
        width: 700px;
        height: 300px;
    }

    .main_banner1 .next {
        position: absolute;
        top: 40%;
        right: 0px;
        z-index: 9;
    }

    .main_banner1 .prev {
        position: absolute;
        top: 40%;
        left: 0px;
        z-index: 9;
    }

.login_wrap {
    position: relative;
    width: 256px;
    border-bottom: 1px solid #d7d7d7;
    background: #f1f1f1;
    padding: 20px;
    height: 204px;
}

    .login_wrap .tit {
        margin-bottom: 10px;
        font-size: 15px;
        font-weight: bold;
    }

    .login_wrap p {
        background: url(/images/board/icon_dot_black.gif) no-repeat 0 5px;
        padding-left: 8px;
    }

        .login_wrap p span {
            color: #024e9a;
            font-weight: bold;
        }

            .login_wrap p span a {
                color: #024e9a;
                font-weight: bold;
            }

    .login_wrap table span {
        color: #000000;
        font-weight: bold;
        letter-spacing: -1px;
    }

.exChange_Warp {
    position: relative;
    width: 256px;
    height: 118px;
    padding: 14px 20px 0 20px;
    background: #f1f1f1;
}

    .exChange_Warp h3 {
        margin-bottom: 10px;
    }

    .exChange_Warp .day {
        position: absolute;
        top: 13px;
        right: 35px;
        display: block;
        text-align: right;
    }

.exchangeTable {
    font-family: 'Nanum Gothic', sans-serif;
    width: 256px;
    border-top: 1px solid #efefef;
    border-left: 1px solid #efefef;
    font-size: 11px;
    color: #666;
}

    .exchangeTable tr {
    }

        .exchangeTable tr td {
            font-family: 'Nanum Gothic', sans-serif;
            height: 27px;
            padding-right: 10px;
            border-right: 1px solid #efefef;
            border-bottom: 1px solid #efefef;
            color: #F00;
            text-align: right;
            font-weight: bolder;
            background: #fff
        }

        .exchangeTable tr th {
            text-align: left;
            font-weight: normal;
            width: 57px;
            padding-left: 10px;
            background: #fff;
            border-right: 1px solid #efefef;
            border-bottom: 1px solid #efefef;
        }

.app_wrap {
    position: relative;
    float: left;
    width: 375px;
    border-top: 1px solid #d5d6d7;
    border-left: 1px solid #d5d6d7;
    border-right: 1px solid #bcbdbd;
    border-bottom: 1px solid #bcbdbd;
    background: #fff;
}

.mainBoardArea {
    position: relative;
    width: 100%;
    height: 214px;
    margin-bottom: 30px;
}

    .mainBoardArea h3 {
        margin-bottom: 25px;
    }

    .mainBoardArea .more {
        position: absolute;
        top: 5px;
        left: 340px;
        font-size: 11px;
        letter-spacing: -1px;
    }

.mainBoardArea1 {
    position: relative;
    width: 100%;
    height: 214px;
    margin-bottom: 20px;
    margin-top: 20px;
}

    .mainBoardArea1 h3 {
        margin-bottom: 10px;
    }

.mainBoardBox {
    width: 380px;
    float: left;
    overflow: hidden;
}

    .mainBoardBox ul li {
        position: relative;
        width: 100%;
        height: 25px;
        line-height: 25px;
    }

        .mainBoardBox ul li .boardTitle {
            display: block;
            float: left;
            width: 290px;
            height: 25px;
            text-overflow: ellipsis;
            overflow: hidden;
        }

        .mainBoardBox ul li .boardDate {
            display: block;
            float: right;
            width: 80px;
        }

.mainBoardBox1 {
    width: 380px;
    float: left;
    overflow: hidden;
    padding: 10px 0px 0px 20px;
}

    .mainBoardBox1 h3 {
        margin-bottom: 15px;
    }

        .mainBoardBox1 h3 small {
            font-size: 18px;
            letter-spacing: -1px;
            margin-left: 10px;
        }

    .mainBoardBox1 ul li {
        position: relative;
        width: 100%;
        height: 25px;
        line-height: 25px;
    }

        .mainBoardBox1 ul li .boardTitle1 {
            display: block;
            float: left;
            width: 280px;
            height: 25px;
            text-overflow: ellipsis;
            overflow: hidden;
        }

        .mainBoardBox1 ul li .boardDate1 {
            display: block;
            float: right;
            width: 70px;
            font-size: 11px;
            color: #797979;
        }

.main_cs {
    width: 240px;
    height: 135px;
    float: left;
    overflow: hidden;
    border: 1px solid #d5d6d7;
    padding: 20px 10px 15px 20px;
}

    .main_cs ul li {
        position: relative;
        width: 100%;
        height: 25px;
        line-height: 25px;
    }

    .main_cs p {
        line-height: 22px;
    }

        .main_cs p span.telno {
            font-size: 22px;
            font-weight: 700;
            color: #007ffe;
        }

        .main_cs p span.subtit {
            font-size: 15px;
            font-weight: 700;
            color: #000;
        }

.main_cs1 {
    width: 240px;
    float: left;
}

.notice_wrap {
    position: relative;
    float: left;
    width: 375px;
    border-top: 1px solid #d5d6d7;
    border-left: 1px solid #d5d6d7;
    border-right: 1px solid #bcbdbd;
    border-bottom: 1px solid #bcbdbd;
    background: #fff;
}

    .notice_wrap .tit {
        padding: 16px 20px 12px 20px;
    }

        .notice_wrap .tit .btn_more {
            position: absolute;
            top: 20px;
            right: 20px;
        }

        .notice_wrap .tit p {
            float: left;
            background: url(/images/gnb/h_bar.gif) no-repeat 0 0;
            margin: 0 20px 0 0;
            padding: 0 0 0 20px;
        }

            .notice_wrap .tit p.none {
                background: none;
                margin: 0 20px 0 0;
                padding: 0;
            }

    .notice_wrap ul {
        padding: 10px 20px;
    }

        .notice_wrap ul li {
            position: relative;
            padding: 6px 0;
        }

            .notice_wrap ul li span {
                position: absolute;
                color: #b2b2b2;
                top: 5px;
                right: 0;
            }

    .notice_wrap dl {
        margin: 22px 10px 20px 20px;
    }

    .notice_wrap dt {
        float: left;
        margin: 0 10px 0 0;
    }

    .notice_wrap dd {
    }

        .notice_wrap dd p.review_tit {
            font-size: 12px;
            font-weight: bold;
            margin-bottom: 6px;
            overflow: hidden;
            height: 14px;
            line-height: 14px;
        }

        .notice_wrap dd p.review_cont {
            font-family: 'Nanum Gothic', sans-serif;
            font-size: 11px;
            overflow: hidden;
            height: 26px;
            line-height: 14px;
            margin-bottom: 2px;
        }

        .notice_wrap dd p.review_date {
            color: #b2b2b2;
        }

.exchange_wrap {
    position: relative;
    float: left;
    width: 224px;
    border-top: 1px solid #d5d6d7;
    border-left: 1px solid #d5d6d7;
    border-right: 1px solid #bcbdbd;
    border-bottom: 1px solid #bcbdbd;
    background: #fff;
}

    .exchange_wrap .tit {
        padding: 16px 20px 12px 20px;
    }

        .exchange_wrap .tit span {
            position: absolute;
            right: 16px;
            margin-top: 2px;
            font-size: 11px;
            font-family: 'Nanum Gothic', sans-serif;
        }

    .exchange_wrap ul li {
        background: url(/images/main/bg_exchange.gif) repeat-x 0 0;
        height: 25px;
        padding: 14px 0 0 20px;
        font-family: 'Nanum Gothic', sans-serif;
        font-size: 14px;
        font-weight: bold;
    }

        .exchange_wrap ul li span {
            position: absolute;
            color: #da0000;
            right: 20px;
        }

.customer_wrap {
    position: relative;
    float: left;
    width: 335px;
    padding: 30px 20px;
    border-top: 1px solid #d5d6d7;
    border-left: 1px solid #d5d6d7;
    border-right: 1px solid #bcbdbd;
    border-bottom: 1px solid #bcbdbd;
    background: #fff;
}

    .customer_wrap ul li {
        padding: 0 10px;
    }

.invoice_wrap {
    position: relative;
    float: left;
    width: 224px;
    border-top: 1px solid #d5d6d7;
    border-left: 1px solid #d5d6d7;
    border-right: 1px solid #bcbdbd;
    border-bottom: 1px solid #bcbdbd;
    background: #fff;
}

    .invoice_wrap .tit {
        padding: 16px 20px 12px 20px;
    }

    .invoice_wrap ul li {
        padding: 14px 0 10px 20px;
    }

.brand_wrap {
    position: relative;
    border-top: 1px solid #d5d6d7;
    border-left: 1px solid #d5d6d7;
    border-right: 1px solid #bcbdbd;
    border-bottom: 1px solid #bcbdbd;
    background: #fff;
    padding: 14px 0 14px 20px;
}

    .brand_wrap ul li {
        float: left;
        margin: 0 12px 0 0;
    }

.gift_wrap {
    position: relative;
    border-top: 1px solid #d5d6d7;
    border-left: 1px solid #d5d6d7;
    border-right: 1px solid #bcbdbd;
    border-bottom: 1px solid #bcbdbd;
    background: #fff;
}

    .gift_wrap .tit {
        padding: 16px 20px 12px 20px;
    }

        .gift_wrap .tit .btn_more {
            position: absolute;
            top: 20px;
            right: 20px;
        }

        .gift_wrap .tit p {
            float: left;
            background: url(/images/gnb/h_bar.gif) no-repeat 0 0;
            margin: 0 20px 0 0;
            padding: 0 0 0 20px;
        }

            .gift_wrap .tit p.none {
                background: none;
                margin: 0 20px 0 0;
                padding: 0;
            }

    .gift_wrap ul {
        margin: 26px 0 2px 33px;
    }

        .gift_wrap ul li {
            float: left;
            margin: 0 33px 30px 0;
            padding: 0;
        }

            .gift_wrap ul li .thumb_area {
                position: relative;
                width: 288px;
            }

            .gift_wrap ul li .cont {
                color: #000;
                font-weight: bold;
                line-height: 16px;
                padding: 6px 0 0 4px;
            }

                .gift_wrap ul li .cont a {
                    color: #000;
                    font-weight: bold;
                }

.gift_cont {
    position: relative;
}

    .gift_cont ul {
        margin: 0 0 0 24px;
    }

        .gift_cont ul li {
            float: left;
            margin: 24px 24px 30px 0;
            padding: 0;
        }

            .gift_cont ul li .thumb_area {
                position: relative;
                width: 288px;
            }

            .gift_cont ul li .cont {
                color: #000;
                font-weight: bold;
                line-height: 16px;
                padding: 6px 0 0 4px;
            }

                .gift_cont ul li .cont a {
                    color: #000;
                    font-weight: bold;
                }

.shopping_wrap {
    position: relative;
    border-top: 1px solid #d5d6d7;
    border-left: 1px solid #d5d6d7;
    border-right: 1px solid #bcbdbd;
    border-bottom: 1px solid #bcbdbd;
    background: #fff;
}

    .shopping_wrap .tit {
        padding: 16px 20px 12px 20px;
    }

        .shopping_wrap .tit .btn_more {
            position: absolute;
            top: 20px;
            right: 20px;
        }

        .shopping_wrap .tit p {
            float: left;
            background: url(/images/gnb/h_bar.gif) no-repeat 0 0;
            margin: 0 20px 0 0;
            padding: 0 0 0 20px;
        }

            .shopping_wrap .tit p.none {
                background: none;
                margin: 0 20px 0 0;
                padding: 0;
            }

    .shopping_wrap ul {
        margin: 26px 0 2px 33px;
    }

        .shopping_wrap ul li {
            float: left;
            margin: 0 33px 30px 0;
            padding: 0;
        }

            .shopping_wrap ul li .thumb_area {
                position: relative;
            }

                .shopping_wrap ul li .thumb_area span.lpop_srch_frame {
                    position: absolute;
                    left: 0;
                    top: 0;
                    width: 158px;
                    height: 158px;
                    border: 1px solid #f7f7f7;
                }

            .shopping_wrap ul li .cont {
                width: 160px;
                height: 34px;
                color: #414141;
                line-height: 16px;
                overflow: hidden;
                padding: 6px 0 0 0;
                word-break: break-all;
            }

                .shopping_wrap ul li .cont a {
                    color: #414141;
                }

            .shopping_wrap ul li .price {
                margin: 8px 0 8px 0;
                color: #dc0000;
                font-weight: bold;
            }

                .shopping_wrap ul li .price span {
                }

            .shopping_wrap ul li .info {
                color: #95969e;
            }

.shopping_cont {
    position: relative;
}

    .shopping_cont .option_area_head {
        background: #f2f3f3;
        margin: 0 28px 0 28px;
    }

        .shopping_cont .option_area_head ul.category {
            padding: 0;
            margin: 0;
            border-bottom: 1px solid #969aa6;
        }

            .shopping_cont .option_area_head ul.category li {
                float: left;
                width: 92px;
                cursor: pointer;
                padding: 14px 16px 12px 20px;
                background: #f2f3f3;
                border-right: 1px solid #fff;
                color: #969aa6;
            }

                .shopping_cont .option_area_head ul.category li a {
                    text-decoration: none;
                }

                .shopping_cont .option_area_head ul.category li span {
                    font-size: 10px;
                    margin: 0 0 0 6px;
                }

                .shopping_cont .option_area_head ul.category li.over {
                    background: #969aa6;
                    color: #fff;
                    font-weight: bold;
                }

                    .shopping_cont .option_area_head ul.category li.over a {
                        color: #fff;
                        text-decoration: none;
                    }

    .shopping_cont .option_area_opt {
        background: #fcfcfc;
        border: 1px solid #f6f6f7;
        margin: 0 28px 2px 28px;
        padding: 10px;
    }

        .shopping_cont .option_area_opt ul li {
            float: left;
            padding: 0 14px;
            margin: 4px 0 0 0;
            border-left: 1px solid #e5e5e5;
            font-size: 11px;
            font-family: 'Nanum Gothic', sans-serif;
            letter-spacing: -1px;
        }

            .shopping_cont .option_area_opt ul li.none {
                border: none;
            }

            .shopping_cont .option_area_opt ul li.ov {
                font-weight: bold;
                padding-right: 12px;
                background: url(/images/board/bul_arr.gif) no-repeat right 1px;
                margin-right: 16px;
            }

                .shopping_cont .option_area_opt ul li.ov a {
                    font-weight: bold;
                    color: #5f6372;
                }

    .shopping_cont ul.shopping_list {
        margin: 26px 0 2px 28px;
    }

        .shopping_cont ul.shopping_list li {
            float: left;
            margin: 0 26px 40px 0;
            padding: 0;
        }

            .shopping_cont ul.shopping_list li .thumb_area {
                position: relative;
            }

                .shopping_cont ul.shopping_list li .thumb_area span.lpop_srch_frame {
                    position: absolute;
                    left: 0;
                    top: 0;
                    width: 158px;
                    height: 158px;
                    border: 1px solid #f7f7f7;
                }

            .shopping_cont ul.shopping_list li .cont {
                width: 160px;
                height: 34px;
                color: #414141;
                line-height: 16px;
                overflow: hidden;
                padding: 6px 0 0 0;
                word-break: break-all;
            }

                .shopping_cont ul.shopping_list li .cont a {
                    color: #414141;
                }

            .shopping_cont ul.shopping_list li .price {
                margin: 8px 0 8px 0;
                color: #dc0000;
                font-weight: bold;
            }

                .shopping_cont ul.shopping_list li .price span {
                }

            .shopping_cont ul.shopping_list li .info {
                color: #95969e;
            }

/* 쇼핑상세보기 */
.prd_detail_basic {
    position: relative;
    margin: 20px 28px 0 28px;
}

.image_view {
    float: left;
}

    .image_view span.lpop_srch_frame {
        position: absolute;
        left: 0;
        top: 0;
        width: 448px;
        height: 448px;
        border: 1px solid #eee;
    }

.discount_wrap {
    position: absolute;
    right: 16px;
    top: -2px;
    color: #fff;
    font-size: 22px;
    width: 71px;
    height: 76px;
    background: url(/images/shopping/bg_discount.gif) no-repeat 0 0;
    text-align: center;
}

    .discount_wrap span {
        display: inline-block;
        font-size: 36px;
        margin: 4px 0 0 0;
    }

.detail_info {
    float: left;
    background: #fafafa;
    border-top: 1px solid #ededed;
    border-right: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    width: 405px;
    height: 406px;
    padding: 22px 24px 20px 24px;
}

    .detail_info p {
        font-size: 11px;
        font-family: 'Nanum Gothic', sans-serif;
        color: #a3a3a3;
        margin-bottom: 10px;
    }

        .detail_info p.tit {
            font-size: 18px;
            font-family: 'Nanum Gothic', sans-serif;
            letter-spacing: -1px;
            font-weight: bold;
            margin-bottom: 30px;
            color: #333;
        }

        .detail_info p.social_tit {
            width: 340px;
            font-size: 18px;
            font-family: 'Nanum Gothic', sans-serif;
            letter-spacing: -1px;
            font-weight: bold;
            margin-bottom: 30px;
            color: #333;
        }

    .detail_info dl {
        border-bottom: 1px solid #ebebeb;
        margin-bottom: 14px;
    }

    .detail_info dt {
        float: left;
        margin-bottom: 10px;
        width: 90px;
        font-size: 11px;
        font-family: 'Nanum Gothic', sans-serif;
        letter-spacing: -1px;
    }

    .detail_info dd {
        margin-bottom: 10px;
    }

        .detail_info dd.bold {
            font-weight: bold;
        }

    .detail_info dl dd i {
        font-size: 11px;
        font-family: 'Nanum Gothic', sans-serif;
        letter-spacing: -1px;
        font-style: normal;
        margin: 0 0 0 6px;
    }

    .detail_info dl.price {
        border-bottom: 1px solid #ebebeb;
        margin-bottom: 14px;
    }

        .detail_info dl.price dt {
            float: left;
            margin-top: 7px;
            margin-bottom: 7px;
        }

        .detail_info dl.price dd {
            margin-bottom: 10px;
            height: 20px;
        }

            .detail_info dl.price dd span.thm {
                font-size: 20px;
                font-weight: bold;
                color: #8f8f8f;
            }

            .detail_info dl.price dd span.won {
                font-size: 12px;
                color: #8f8f8f;
            }

            .detail_info dl.price dd span.point {
                color: #dc0000;
            }

    .detail_info dl.social_price {
    }

        .detail_info dl.social_price dt {
            width: 0px;
        }

            .detail_info dl.social_price dt span {
                font-size: 36px;
                font-family: tahoma;
            }

        .detail_info dl.social_price dd {
            line-height: 14px;
        }

            .detail_info dl.social_price dd span.o_price {
                margin: 8px 0 8px 4px;
                font-size: 14px;
                font-family: 'Nanum Gothic', sans-serif;
                text-decoration: line-through;
            }

            .detail_info dl.social_price dd span.s_price {
                margin: 8px 0 8px 4px;
                font-size: 38px;
                color: #dc0000;
            }

    .detail_info dl.ea {
        border-bottom: 1px solid #ebebeb;
        margin-bottom: 14px;
        padding-bottom: 10px
    }

        .detail_info dl.ea dt {
            float: left;
            margin-top: 5px;
        }

        .detail_info dl.ea dd {
            margin-bottom: 2px;
        }

            .detail_info dl.ea dd span {
                font-size: 20px;
            }

    .detail_info dl.opt {
        border-bottom: 1px solid #ebebeb;
        margin-bottom: 14px;
        padding-bottom: 10px
    }

        .detail_info dl.opt dt {
            float: left;
            margin-top: 6px;
            margin-bottom: 2px;
        }

        .detail_info dl.opt dd {
            margin-bottom: 2px;
            height: 20px;
        }

.detail_cont {
    padding: 0 28px 14px 28px;
}

.cont_title {
    display: inline-block;
    width: 100%;
    padding: 14px 0 18px 0;
    background: url(/images/shopping/cont_title_bg.jpg) repeat-x bottom left;
}

.cont_cont {
    padding: 16px 0px 26px 0px;
    width: 100%;
    overflow: hidden;
    text-align: center;
}

.cont_delivery_help {
    border: 1px solid #e2e2e2;
    margin: 10px 0 26px 0;
    padding: 6px 20px 20px 20px;
    background: #fcfcfc;
    font-size: 11px;
    font-family: 'Nanum Gothic', sans-serif;
    letter-spacing: -1px;
    line-height: 16px;
}

    .cont_delivery_help dt {
        font-weight: bold;
        margin-top: 14px;
        margin-bottom: 4px;
    }

    .cont_delivery_help dd p {
        background: url(/images/board/bul_black.gif) no-repeat 6px 5px;
        padding-left: 14px;
    }

        .cont_delivery_help dd p span {
            color: #024e9a;
        }

.shopping_appList {
    border: 1px solid #e2e2e2;
    margin: 10px 0 26px 0;
    padding: 6px 20px 20px 20px;
    background: #fcfcfc;
}

    .shopping_appList dt {
        font-weight: bold;
        margin-top: 14px;
        margin-bottom: 4px;
    }

    .shopping_appList dd {
        overflow: hidden;
        position: relative;
        height: 200px;
        overflow-y: scroll;
        border: 1px solid #e2e2e2;
        background: #fff;
        padding: 6px 8px;
        scrollbar-face-color: #F7F7F7;
        scrollbar-shadow-color: #cccccc;
        scrollbar-highlight-color: #FFFFFF;
        scrollbar-3dlight-color: #FFFFFF;
        scrollbar-darkshadow-color: #FFFFFF;
        scrollbar-track-color: #FFFFFF;
        scrollbar-arrow-color: #cccccc;
    }

        .shopping_appList dd p {
            background: url(/images/board/bul_black.gif) no-repeat 6px 7px;
            padding-left: 14px;
            margin: 6px 0;
        }

            .shopping_appList dd p span {
                display: inline-block;
                width: 160px;
            }

.social_time {
    margin: 10px 0 26px 0;
    padding: 6px 20px 20px 20px;
    background: url(/images/shopping/bg_dot.gif);
}

    .social_time dt {
        font-weight: bold;
        margin-top: 14px;
        margin-bottom: 4px;
        font-size: 16px;
        font-family: 'Nanum Gothic', sans-serif;
        color: #000;
    }

    .social_time dd {
        border: 1px solid #e2e2e2;
        background: #fff;
        padding: 16px 0 16px 22px;
        margin: 6px 0;
        font-size: 20px;
        font-family: 'Nanum Gothic', sans-serif;
        font-weight: bold;
    }

.tab_detail {
    position: relative;
}

    .tab_detail .inner {
        clear: both;
        overflow: hidden;
        position: relative;
        width: 100%;
        height: 31px;
        background: url(/images/shopping/sp_hr.gif) repeat-x 0 -50px
    }

    .tab_detail ul {
        background: url(/images/shopping/sp_hr.gif) no-repeat 0 -100px
    }

        .tab_detail ul li {
            float: left;
            margin-right: -1px;
        }

            .tab_detail ul li a {
                display: inline-block;
                letter-spacing: -1px;
                line-height: 32px;
                text-decoration: none;
                cursor: pointer;
                background: url(/images/shopping/sp_hr.gif) no-repeat 0 -150px;
            }

                .tab_detail ul li a span {
                    color: #fff;
                    display: inline-block;
                    padding: 0 21px 0 20px;
                    height: 31px;
                    background: url(/images/shopping/sp_hr.gif) no-repeat 100% -150px
                }

            .tab_detail ul li.on {
                position: relative;
                font-weight: bold;
                background: url(/images/shopping/sp_hr.gif) repeat-x 0 -200px
            }

                .tab_detail ul li.on a {
                    background-position: 0 -250px
                }

                    .tab_detail ul li.on a span {
                        color: #fff;
                        background-position: 100% -250px
                    }

    .tab_detail a.top {
        position: absolute;
        top: 0;
        right: 0;
        width: 60px;
        height: 31px;
        line-height: 31px;
        text-decoration: none;
        text-align: center;
        font-weight: bold;
        font-size: 9px;
        font-family: tahoma;
        background: url(/images/shopping/goods_top_bg.gif) no-repeat;
        color: #fff;
    }

        .tab_detail a.top em {
            font-size: 8px;
            margin: 0 4px 0 0;
        }

    .tab_detail ul li a:hover {
        color: fff;
    }

/* 공동구매 */
.shopping_cont ul.social_list {
    margin: 26px 0 2px 28px;
}

    .shopping_cont ul.social_list li {
        position: relative;
        float: left;
        margin: 0 26px 40px 0;
        padding: 0;
        background: #f9f9fa;
        border: 1px solid #eee;
        padding: 10px;
        cursor: pointer;
    }

        .shopping_cont ul.social_list li.ov {
            position: relative;
            float: left;
            margin: 0 26px 40px 0;
            padding: 0;
            background: #9195a7;
            border: 1px solid #9195a7;
            padding: 10px;
        }

            .shopping_cont ul.social_list li.ov p {
                color: #fff;
            }

                .shopping_cont ul.social_list li.ov p.thumb_area {
                    color: #fff;
                }

                .shopping_cont ul.social_list li.ov p.cont {
                    color: #fff;
                }

                .shopping_cont ul.social_list li.ov p.o_price {
                    color: #fff;
                }

                .shopping_cont ul.social_list li.ov p.s_price {
                    color: #fff;
                }

                .shopping_cont ul.social_list li.ov p.ea {
                    color: #fff;
                }

                    .shopping_cont ul.social_list li.ov p.ea span {
                        color: #fff;
                    }

        .shopping_cont ul.social_list li p.thumb_area {
            position: relative;
        }

        .shopping_cont ul.social_list li p.cont {
            width: 262px;
            height: 42px;
            color: #414141;
            font-size: 18px;
            line-height: 20px;
            overflow: hidden;
            padding: 18px 0 0 0;
            word-break: break-all;
        }

        .shopping_cont ul.social_list li p.o_price {
            margin: 8px 0 8px 0;
            text-decoration: line-through;
        }

        .shopping_cont ul.social_list li p.s_price {
            margin: 8px 0 8px 0;
            font-size: 16px;
            color: #dc0000;
            font-weight: bold;
        }

        .shopping_cont ul.social_list li p.ea {
            position: absolute;
            color: #333;
            right: 10px;
            bottom: 16px;
        }

            .shopping_cont ul.social_list li p.ea span {
                font-weight: bold;
                font-size: 16px;
            }

        .shopping_cont ul.social_list li p.sale_tag {
            position: absolute;
            padding: 24px 10px;
            color: #fff;
            font-size: 16px;
            top: -1px;
            left: -1px;
            background: #dc0000;
            z-index: 1;
        }

            .shopping_cont ul.social_list li p.sale_tag span {
                font-size: 30px;
            }

.shopping_cont ul.social_main li {
    margin: 0 33px 40px 6px;
}

    .shopping_cont ul.social_main li.ov {
        margin: 0 33px 40px 6px;
    }

/* 헤드타이틀 */
.head_tit {
    font-size: 14px;
    font-weight: bold;
    font-family: 'Nanum Gothic', sans-serif;
    background: url(/images/board/icon_dot_black.gif) no-repeat 0 4px;
    padding-left: 8px;
    margin: 0 0 8px 0;
}

.head_tit2 {
    font-size: 14px;
    font-weight: bold;
    font-family: 'Nanum Gothic', sans-serif;
    background: url(/images/board/icon_dot_black.gif) no-repeat 0 4px;
    padding-left: 8px;
    margin: 0 0 8px 0;
}

/* 서브컨텐츠 */
dl.cont_paragraph {
    margin-bottom: 30px;
}

    dl.cont_paragraph dt {
        background: url(/images/cont/bul_blue.gif) no-repeat 0 2px;
        color: #2c2c2c;
        padding: 0 0 10px 16px;
        font-family: 'Nanum Gothic', sans-serif;
        font-size: 14px;
        font-weight: bold;
    }

        dl.cont_paragraph dt b {
            color: #007ac5;
            font-family: 'Nanum Gothic', sans-serif;
            font-size: 14px;
            font-weight: bold;
        }

    dl.cont_paragraph dd {
        margin-left: 16px;
        line-height: 20px;
    }

        dl.cont_paragraph dd b {
            color: #007ac5;
            font-weight: bold
        }

        dl.cont_paragraph dd span {
            color: #007ac5;
        }

dl.cont_bluebox {
    border: 4px solid #393c4b;
    padding: 18px 18px 18px 0;
    background: #fff;
}

    dl.cont_bluebox dt {
        display: inline;
        background: #393c4b;
        padding: 6px 16px 5px 16px;
        color: #fff;
        font-weight: bold;
    }

    dl.cont_bluebox dd {
        padding: 10px 0 0 18px;
        line-height: 18px;
    }

/* 주의사항폼 */
.app_caution {
}

    .app_caution p.tit {
        margin: 0 0 8px 0;
        font-size: 14px;
        font-weight: bold;
        letter-spacing: -1px;
        color: #024e9a;
        font-family: 'Nanum Gothic', sans-serif;
    }

        .app_caution p.tit span {
            margin: 0 0 0 18px;
            font-size: 12px;
            font-weight: normal;
            color: #666;
        }

    .app_caution span.bold {
        margin: 0 0 0 0;
        font-size: 12px;
        font-weight: normal;
        color: #06F;
        font-weight: normal
    }

    .app_caution .contents {
        height: 150px;
        padding: 6px 0px;
        overflow-y: scroll;
        line-height: 18px;
        background: #f7f7f7;
        font-size: 10px;
        scrollbar-face-color: #F7F7F7;
        scrollbar-shadow-color: #cccccc;
        scrollbar-highlight-color: #FFFFFF;
        scrollbar-3dlight-color: #FFFFFF;
        scrollbar-darkshadow-color: #FFFFFF;
        scrollbar-track-color: #f7f7f7;
        scrollbar-arrow-color: #cccccc;
    }

    .app_caution .text_cont {
        line-height: 16px;
        margin: 20px 0 0 0;
    }

    .app_caution p.btn_caution {
        font-size: 12px;
        text-align: right;
        margin: 10px 5px 0 0;
        font-family: 'Nanum Gothic', sans-serif;
    }

/* 탭메뉴 */
.tab_menu {
    position: relative;
    height: 31px;
    background: url(/images/board/tab_menu.gif) repeat-x 0 100%;
    font-size: 11px;
    font-family: 'Nanum Gothic', sans-serif;
}

    .tab_menu ul, .tab_menu ul li {
        margin: 0;
        padding: 0;
    }

        .tab_menu ul li {
            list-style: none;
        }

            .tab_menu ul li, .tab_menu ul li a {
                background: url(/images/board/bg_tab2_off.gif) no-repeat;
            }

        .tab_menu ul li {
            float: left;
            margin-right: -1px;
            line-height: 28px;
        }

            .tab_menu ul li a {
                display: inline-block;
                padding: 3px 14px 1px;
                background-position: 100% 0;
                color: #666;
                text-decoration: none !important
            }

                .tab_menu ul li a:hover {
                    color: #000;
                }

            .tab_menu ul li.on, .tab_menu ul li.on a {
                background-image: url(/images/board/bg_tab2_on.gif);
            }

                .tab_menu ul li.on a {
                    color: #000;
                    font-weight: bold;
                }

/* 안내 테이블 */
.help_wrap table {
    width: 100%;
    border: 1px solid #878f97;
}

    .help_wrap table th {
        color: #052e57;
        background: #f2f4f5;
        border-right: 1px solid #e4e4e4;
        border-bottom: 1px solid #dbdbdb;
        padding: 16px 0 14px 20px;
        letter-spacing: -1px;
        vertical-align: top;
        text-align: left;
    }

    .help_wrap table td {
        background: #f8f9fa;
        padding: 12px 16px 10px 18px;
        border-bottom: 1px solid #dbdbdb;
        color: #333;
    }

        .help_wrap table td p {
            line-height: 18px;
        }

    .help_wrap table img {
        vertical-align: text-bottom;
        margin-left: 6px;
    }

/* 테이블 가로형 */
.table_W {
    width: 100%;
    border: 1px solid #878f97;
    background: #fff;
}

    .table_W th {
        padding: 10px 0 8px 0;
        font-family: 'Nanum Gothic', sans-serif;
        font-size: 11px;
        background: url(/images/board/table_th_bg.gif) repeat-x center bottom;
        border-bottom: 1px solid #dbdbdb;
        border-left: 1px solid #dcdcdc;
        border-right: 1px solid #dcdcdc;
        color: #2c2c2c;
        letter-spacing: -1px;
        font-weight: normal;
    }

        .table_W th.eng {
            letter-spacing: 0px;
        }

        .table_W th img {
            vertical-align: middle;
            margin-left: 6px;
        }

        .table_W th p.btn_Dproduct_del {
            margin-top: 110px;
        }

        .table_W th p.btn_Bproduct_del {
            margin-top: 80px;
        }

        .table_W th p.tit {
            margin-top: 12px;
            text-align: left;
            margin-left: 11px;
        }

            .table_W th p.tit span {
                font-family: Tahoma, Geneva, sans-serif;
                font-size: 16px;
                font-weight: bold;
                margin-left: 2px;
                color: #052e57;
                font-style: italic;
            }

        .table_W th i {
            padding: 0 4px 0 0;
            color: #C00;
            font-weight: bold;
            font-style: normal;
        }

    .table_W td {
        padding: 8px 12px 8px 12px;
        border-bottom: 1px solid #dbdbdb;
        color: #2c2c2c;
        line-height: 18px;
    }

        .table_W td ul li {
            padding: 3px 0;
            color: #2c2c2c;
        }

        .table_W td i {
            display: block;
            clear: both;
            color: #06F;
            font-style: normal;
            letter-spacing: -1px;
        }

        .table_W td p {
            font-family: 'Nanum Gothic', sans-serif;
            font-size: 11px;
        }

        .table_W td.big_text {
            font-size: 12px;
            font-weight: bold;
            font-family: Tahoma, Geneva, sans-serif;
        }

        .table_W td.explain {
            color: #06F;
            padding: 0 0 0 4px;
            display: inline;
        }

/* 테이블 세로형 */
.table_H {
    width: 100%;
    border: 1px solid #878f97;
    background: #fff;
}

    .table_H th {
        padding: 8px 6px 6px 6px;
        font-family: 'Nanum Gothic', sans-serif;
        font-size: 11px;
        background: url(/images/board/table_th_bg.gif) repeat-x center bottom;
        border-bottom: 1px solid #dbdbdb;
        border-left: 1px solid #dcdcdc;
        color: #666;
        letter-spacing: -1px;
        line-height: 16px;
    }

        .table_H th p.bold {
            color: #06F;
        }

        .table_H th p.bold2 {
            color: #C00;
        }

        .table_H th span {
            font-family: Tahoma, Geneva, sans-serif;
            letter-spacing: 0;
        }

        /*장바구니 복사*/
        .table_H th p.cartcopy a {
            color: #06F;
            font-size: 14px;
        }

    .table_H td {
        text-align: center;
        padding: 12px 4px 10px 4px;
        border-bottom: 1px solid #e4e4e4;
        color: #2c2c2c;
        border-left: 1px solid #e4e4e4;
    }

        .table_H td a {
            color: #444959;
            text-decoration: underline;
        }

        .table_H td p {
            overflow: hidden;
            height: 18px;
            line-height: 16px;
        }

            .table_H td p.bold {
                color: #06F;
            }

                .table_H td p.bold a {
                    color: #06F;
                }

            .table_H td p.bold2 {
                color: #C00;
            }

        .table_H td.big_text {
            font-size: 12px;
            font-weight: bold;
            font-family: Tahoma, Geneva, sans-serif;
            padding: 14px 0;
        }

        .table_H td ul.brand_list li {
            position: relative;
            float: left;
            font-family: Tahoma, Geneva, sans-serif;
            font-weight: bold;
            width: 137px;
            text-align: left;
            margin: 0 8px 0 8px;
            border-bottom: 1px solid #f5f5f5;
            padding: 6px 0 6px 6px;
        }

            .table_H td ul.brand_list li.like {
                color: #6d8bd8;
            }

            .table_H td ul.brand_list li a {
                text-decoration: none;
            }

            .table_H td ul.brand_list li.like a {
                color: #6d8bd8;
                text-decoration: none;
            }

            .table_H td ul.brand_list li span {
                position: absolute;
                right: 1px;
            }

/* 테이블 상단검색 */
.slt_section {
    width: 100%;
}

    .slt_section .slt_section_wrap {
        border-top: 1px solid #878f97;
        border-left: 1px solid #878f97;
        border-right: 1px solid #878f97;
        padding: 8px;
    }

/* 테이블 게시판 */
.table_board {
    width: 100%;
    border: 1px solid #878f97;
    background: #fff;
}

    .table_board th {
        padding: 10px 0 8px 0;
        font-family: 'Nanum Gothic', sans-serif;
        font-size: 11px;
        background: url(/images/board/table_th_bg.gif) repeat-x center bottom;
        border-bottom: 1px solid #dbdbdb;
        border-left: 1px solid #dcdcdc;
        color: #666;
        letter-spacing: -1px;
    }

    .table_board td {
        padding: 12px 12px 10px 12px;
        border-bottom: 1px solid #e4e4e4;
        color: #2c2c2c;
        border-left: 1px solid #e4e4e4;
    }

        .table_board td.center {
            text-align: center;
        }

        .table_board td.blue {
            color: #007ffe;
        }

        .table_board td.bold {
            font-weight: bold;
        }

        .table_board td.read {
            color: #848383;
        }
        /* 쪽지함 읽은 글 */
        .table_board td.unread {
            color: #000000;
            font-weight: bold;
        }
        /* 쪽지함 읽은 글 */
        .table_board td .reply {
            color: #007ffe;
            font-size: 12px;
            font-weight: bold;
            padding: 0 0 0 2px;
        }
        /* 쪽지함 읽은 글 */
        .table_board td span {
            padding: 0 0 0 6px;
        }

            .table_board td span img {
                vertical-align: middle;
            }

    .table_board .prod_img {
    }

.table_board_w {
    width: 100%;
    border: 1px solid #878f97;
    background: #fff;
}

    .table_board_w th {
        padding: 10px 0 8px 0;
        background: url(/images/board/table_th_bg.gif) repeat-x center bottom;
        border-bottom: 1px solid #dbdbdb;
        border-left: 1px solid #dcdcdc;
        color: #666;
        letter-spacing: -1px;
    }

        .table_board_w th i {
            padding: 0 4px 0 0;
            color: #C00;
            font-weight: bold;
            font-style: normal;
        }

    .table_board_w td {
        padding: 12px 12px 10px 12px;
        border-bottom: 1px solid #e4e4e4;
        color: #2c2c2c;
        border-left: 1px solid #e4e4e4;
    }

        .table_board_w td p.bold {
            color: #06F;
            font-weight: bold;
        }

            .table_board_w td p.bold a {
                color: #06F;
                font-weight: bold;
                text-decoration: underline
            }


.table_board_v {
    width: 100%;
    border: 1px solid #878f97;
    background: #fff;
}

    .table_board_v th {
        padding: 10px 0 8px 0;
        background: url(/images/board/table_th_bg.gif) repeat-x center bottom;
        border-bottom: 1px solid #dbdbdb;
        border-left: 1px solid #dcdcdc;
        color: #666;
        letter-spacing: -1px;
    }

    .table_board_v td {
        padding: 12px 12px 10px 12px;
        border-bottom: 1px solid #e4e4e4;
        color: #2c2c2c;
        border-left: 1px solid #e4e4e4;
    }

/* 상단안내테이블 */
.table_help {
    width: 100%;
    border-top: 1px solid #878f97;
    background: #fff;
}

    .table_help th {
        padding: 12px 12px 10px 12px;
        font-family: 'Nanum Gothic', sans-serif;
        font-size: 11px;
        background: #fafafa;
        border-bottom: 1px solid #dbdbdb;
        color: #666;
        letter-spacing: -1px;
    }

    .table_help td {
        padding: 12px 12px 10px 12px;
        border-bottom: 1px solid #e4e4e4;
        color: #2c2c2c;
        border-left: 1px solid #e4e4e4;
    }

        .table_help td span.help_text {
            font-size: 11px;
            letter-spacing: -1px;
            color: #024e9a;
            font-family: 'Nanum Gothic', sans-serif;
            display: block;
            float: none;
            clear: both;
            margin-top: 6px;
            font-weight: normal;
        }

        .table_help td.price {
            font-weight: bold;
            font-size: 14px;
            letter-spacing: -1px;
            color: #024e9a;
            font-family: 'Nanum Gothic', sans-serif;
        }

dl.cont_help {
    border: 2px solid #393c4b;
    padding: 7px 18px 18px 0;
}

    dl.cont_help dt {
        display: inline;
        background: #393c4b;
        padding: 6px 16px 6px 16px;
        color: #fff;
        font-weight: bold;
    }

    dl.cont_help dd {
        padding: 20px 0 0 18px;
        line-height: 18px;
        font-weight: normal;
        font-size: 11px;
        letter-spacing: -1px;
        font-family: 'Nanum Gothic', sans-serif;
    }

.table_tax {
    width: 100%;
    border: 1px solid #878f97;
    background: #fff;
}

    .table_tax th {
        padding: 10px 0 8px 0;
        font-family: 'Nanum Gothic', sans-serif;
        font-size: 11px;
        background: url(/images/board/table_th_bg.gif) repeat-x center bottom;
        border-bottom: 1px solid #dbdbdb;
        border-left: 1px solid #dcdcdc;
        color: #666;
        letter-spacing: -1px;
        line-height: 16px;
    }

    .table_tax td {
        text-align: center;
        padding: 12px 6px 10px 6px;
        border-bottom: 1px solid #e4e4e4;
        color: #2c2c2c;
        border-left: 1px solid #e4e4e4;
    }

/* faq */
.dhtmlgoodies_head {
    border-top: 2px solid #464646;
}

.dhtmlgoodies_question {
    font-size: 12px;
    letter-spacing: -1px;
    border-bottom: 1px #dcdcdc solid;
    padding: 12px 8px 10px 8px;
    overflow: hidden;
    cursor: pointer;
}

.dhtmlgoodies_answer {
    font-size: 12px;
    border-bottom: 1px solid #ddd;
    background-color: #fafafa;
    padding: 0px;
    visibility: hidden;
    overflow: hidden;
    position: relative;
}

    .dhtmlgoodies_answer div {
        padding: 16px 24px 16px 36px;
        line-height: 18px;
    }

    .dhtmlgoodies_answer span {
        color: #007ac5;
    }

/* tax Tab_menu */
.customer_tab {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    background: #ecedee;
}

    .customer_tab ul {
        padding: 0;
        margin: 0;
    }

        .customer_tab ul li {
            float: left;
            margin-right: 0px;
            line-height: 26px;
            cursor: pointer;
            background: #ecedee;
            border-top: 1px solid #e5e5e5;
            border-right: 1px solid #e5e5e5;
        }

            .customer_tab ul li span {
                display: inline-block;
                padding: 2px 25px 1px;
                _padding: 3px 25px 0;
                background-position: 100% 0;
                color: #7e7e7e;
                text-decoration: none !important
            }

            .customer_tab ul li.on, .customer_tab ul li.on span {
                background: #5f6372;
                border-top: 1px solid #595f6b;
                border-right: 1px solid #595f6b;
                border-left: 1px solid #595f6b;
                color: #fff;
                font-weight: bold;
            }

                .customer_tab ul li.on span {
                    color: #fff;
                    font-weight: bold;
                }

/* 약관 */
.agree_caution {
    background: #fff;
}

    .agree_caution p.tit {
        margin: 0 0 10px 5px;
        font-size: 16px;
        font-weight: bold;
        letter-spacing: -1px;
        color: #024e9a;
        font-family: 'Nanum Gothic', sans-serif;
    }

        .agree_caution p.tit span {
            margin: 0 0 0 18px;
            font-size: 12px;
            font-weight: normal;
            color: #666;
        }

    .agree_caution .contents {
        height: 240px;
        padding: 0 20px;
        overflow-y: scroll;
        line-height: 18px;
        background: #f7f7f7;
        font-size: 10px;
        scrollbar-face-color: #F7F7F7;
        scrollbar-shadow-color: #cccccc;
        scrollbar-highlight-color: #FFFFFF;
        scrollbar-3dlight-color: #FFFFFF;
        scrollbar-darkshadow-color: #FFFFFF;
        scrollbar-track-color: #f7f7f7;
        scrollbar-arrow-color: #cccccc;
    }

    .agree_caution p.btn_caution {
        font-size: 12px;
        text-align: right;
        margin: 10px 5px 0 0;
        font-family: 'Nanum Gothic', sans-serif;
    }

.agree_caution_contents {
    padding: 0 8px;
    line-height: 18px;
    font-size: 10px;
}

.agree_text {
    line-height: 18px;
    font-family: 'Nanum Gothic', sans-serif;
}

    .agree_text h1 {
        font-size: 12px;
        margin: 26px 0 8px 0;
        color: #000;
    }

    .agree_text h2 {
        font-size: 12px;
        font-weight: normal;
        margin: 6px 0 6px 18px;
    }

    .agree_text h3 {
        font-size: 12px;
        font-weight: normal;
        margin: 2px 0 2px 32px;
        text-indent: -14px;
    }

    .agree_text h4 {
        font-size: 12px;
        font-weight: normal;
        margin: 2px 0 2px 50px;
        text-indent: -18px;
    }

    .agree_text h5 {
        font-size: 12px;
        font-weight: normal;
        margin: 2px 0 2px 74px;
        text-indent: -14px;
    }

/* 장바구니 복사 설명 */
#gallery_box {
    position: relative;
}

    #gallery_box .gallery_view {
        position: relative;
        width: 960px;
        height: 422px;
        margin: 0 auto 10px auto;
        overflow: hidden;
    }

        #gallery_box .gallery_view #scroller {
            width: 960px;
            height: 422px;
            margin: 0 auto;
        }

            #gallery_box .gallery_view #scroller .images {
                width: 3840px;
            }

                #gallery_box .gallery_view #scroller .images li {
                    float: left
                }

        #gallery_box .gallery_view .btn_l {
            position: absolute;
            top: 50%;
            left: 0;
            margin-top: -25px;
        }

        #gallery_box .gallery_view .btn_r {
            position: absolute;
            top: 50%;
            right: 0;
            margin-top: -25px;
        }

    #gallery_box p {
        clear: both;
        font-size: 12px
    }

    #gallery_box .gallery_thumblist {
    }

        #gallery_box .gallery_thumblist .thumbnails {
            width: 960px;
        }

            #gallery_box .gallery_thumblist .thumbnails li {
                float: left;
                background-color: #fff;
                margin: 0 0 0 10px;
                cursor: pointer;
            }

                #gallery_box .gallery_thumblist .thumbnails li.none {
                    margin: 0 0 0 0;
                }

                #gallery_box .gallery_thumblist .thumbnails li img {
                    display: block;
                    opacity: 0.3;
                    filter: alpha(opacity=30);
                }

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------ */
/*  마이페이지   */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------ */

.mypage_member {
    background: #ededef;
    padding: 12px 14px 12px 20px;
    border-radius: 5px;
    font-size: 20px;
    font-family: 'Nanum Gothic', sans-serif;
    color: #373e4f;
}

    .mypage_member span {
        font-weight: bold;
    }

        .mypage_member span a {
            color: #373e4f;
        }

    .mypage_member i {
        float: right;
        margin: 0 0 0 10px;
        background: #fff;
        border-radius: 4px;
        font-size: 12px;
        padding: 6px 12px 5px 30px;
        font-style: normal;
        color: #000;
        font-family: 'Nanum Gothic', sans-serif;
        letter-spacing: -1px;
    }

        .mypage_member i span {
            color: #f54f05;
            margin: 0 0 0 6px;
        }

            .mypage_member i span a {
                color: #f54f05;
            }

        .mypage_member i.giftcard {
            background: url("/images/icon/icon_giftcard.gif") no-repeat 12px 9px #fff;
        }

        .mypage_member i.me {
            background: url("/images/icon/icon_me.gif") no-repeat 11px 7px #fff;
        }

        .mypage_member i.coupon {
            background: url("/images/icon/icon_coupon.gif") no-repeat 12px 6px #fff;
        }

        .mypage_member i.deposit {
            background: url("/images/icon/icon_deposit.gif") no-repeat 12px 7px #fff;
        }

        .mypage_member i.grade {
            background: url("/images/icon/icon_grade.gif") no-repeat 10px 6px #fff;
        }

/* .mypage_member  { background:#ededef; padding:14px 14px 8px 20px; border-radius:5px; font-size:20px;  font-family: 'Nanum Gothic', sans-serif; color:#373e4f; }
.mypage_member span { font-weight:bold; }
.mypage_member span a { color:#373e4f; }
.mypage_member i { float:right; margin:0 0 0 10px; background:#fff; border-radius:4px; font-size:12px; padding:6px 12px 5px 30px; font-style:normal; color:#000;  font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif, "굴림"; letter-spacing:-1px; }
.mypage_member i span { color:#007ac5; margin:0 0 0 6px; }
.mypage_member i span a { color:#007ac5; }
.mypage_member i.giftcard { background:url("/images/icon/icon_giftcard.gif") no-repeat 12px 9px #fff; }
.mypage_member i.me { background:url("/images/icon/icon_me.gif") no-repeat 11px 7px #fff; }
.mypage_member i.coupon { background:url("/images/icon/icon_coupon.gif") no-repeat 12px 6px #fff; }
.mypage_member i.deposit { background:url("/images/icon/icon_deposit.gif") no-repeat 12px 7px #fff; }
.mypage_member i.grade { background:url("/images/icon/icon_grade.gif") no-repeat 10px 6px #fff; } */

.mypage_AllList {
    padding: 24px 0;
}

    .mypage_AllList dl {
    }

    .mypage_AllList dt {
        padding: 0 0 14px 0;
    }

    .mypage_AllList dd {
        float: left;
        height: 84px;
        padding: 12px 40px 0 0;
        background: url("/images/mypage/st_substatus_off.gif") no-repeat 0 0
    }

        .mypage_AllList dd.end {
            width: 124px;
        }

        .mypage_AllList dd.point {
            background: url("/images/mypage/st_substatus_on.gif") no-repeat 0 0;
            color: #fff;
        }

            .mypage_AllList dd.point p.mypage_help {
                color: #fff;
            }

        .mypage_AllList dd p {
            width: 147px;
            margin: 0 0 0 12px;
            font-size: 16px;
            font-family: 'Nanum Gothic', sans-serif;
            font-weight: bold;
            letter-spacing: -1px;
            text-align: left;
        }

            .mypage_AllList dd p.mypage_help {
                margin-top: 8px;
                margin-bottom: 4px;
                font-size: 11px;
                color: #000;
                font-weight: normal;
                letter-spacing: -1px;
                font-family: 'Nanum Gothic', sans-serif;
            }

            .mypage_AllList dd p span.price {
                font-size: 22px;
                font-weight: bold;
                font-family: "Arial", Gadget, sans-serif;
                margin: 0 6px 0 0;
            }

/* .mypage_AllList { background:#fff; border-radius:5px; border:5px solid #ededef; padding:24px 35px; }
.mypage_AllList dl { }
.mypage_AllList dt { padding:0 0 14px 0; }
.mypage_AllList dd { float:left; height:120px; padding:26px 50px 0 0; background:url("/images/mypage/bg_flow.gif") no-repeat 0 0; }
.mypage_AllList dd.point { background:url("/images/mypage/bg_flow_P.gif") no-repeat 0 0; }
.mypage_AllList dd.point p.mypage_help { color:#f6c2b6; }
.mypage_AllList dd p { width:110px; margin:0 0 0 13px; color:#fff; font-size:16px; font-family: 'Nanum Gothic', sans-serif; font-weight:bold;letter-spacing:-1px; text-align:center; }
.mypage_AllList dd p.mypage_help { margin-top:10px;margin-bottom:6px;font-size:11px;color:#000;font-weight:normal;letter-spacing:-1px;font-family: 'Nanum Gothic', sans-serif; }
.mypage_AllList dd p span.price { color:#000; font-size:22px; font-weight:bold; font-family:"Arial", Gadget, sans-serif; margin:0 6px 0 6px; } */

.mypage_table {
    width: 100%;
    border: 1px solid #878f97;
    background: #fff;
}

    .mypage_table th {
        padding: 10px 0 8px 0;
        background: url(/images/board/table_th_bg.gif) repeat-x center bottom;
        border-bottom: 1px solid #dbdbdb;
        border-left: 1px solid #dcdcdc;
        border-right: 1px solid #dcdcdc;
        color: #2c2c2c;
        letter-spacing: -1px;
    }

    .mypage_table td {
        padding: 8px 12px 8px 12px;
        border-bottom: 1px solid #dbdbdb;
        color: #2c2c2c;
        line-height: 18px;
    }

.title_mypage {
    background: url(/images/cont/bul_blue.gif) no-repeat 0 2px;
    color: #2c2c2c;
    padding: 0 0 10px 16px;
    font-family: 'Nanum Gothic', sans-serif;
    font-size: 14px;
    font-weight: bold;
}

.mypage_board {
    float: left;
}

.lastlist_wrap {
    width: 450px;
}

    .lastlist_wrap .tit {
        position: relative;
        padding: 16px 0 12px 4px;
    }

        .lastlist_wrap .tit .btn_more {
            position: absolute;
            top: 20px;
            right: 0px;
        }

    .lastlist_wrap ul {
        margin: 10px 0px;
    }

        .lastlist_wrap ul li {
            position: relative;
            margin: 20px 0;
            padding: 0 10px;
            background: url(/images/board/bul_black.gif) no-repeat 2px 4px;
        }

            .lastlist_wrap ul li p {
                overflow: hidden;
                width: 360px;
                height: 12px;
            }

            .lastlist_wrap ul li span {
                position: absolute;
                color: #b2b2b2;
                top: 0;
                right: 0;
            }

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------ */
/*  합계테이블   */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* 합계테이블_총결제예정금액 */
.sum_buy {
    position: relative;
    z-index: 1;
    background: #fff;
}

    .sum_buy table {
        width: 100%;
        border-top: 2px solid #393939;
        border-bottom: 1px solid #393939;
    }

    .sum_buy th {
        height: 38px;
        text-align: left;
    }

    .sum_buy .price_open {
        background: #f4f4f4 url(/images/cart/tit_sum_price.gif) no-repeat 14px 0;
    }

        .sum_buy .price_open .txt_num {
            display: block;
            padding: 4px 6px 0 0;
            font-size: 11px;
            color: #666;
            text-align: right;
            letter-spacing: -1px;
            font-family: 'Nanum Gothic', sans-serif;
        }

        .sum_buy .price_open .txt_bar {
            padding: 0 5px 0 2px;
            color: #b9b9b9;
        }

    .sum_buy .price_duty {
        background: #f4f4f4 url(/images/cart/tit_duty_price.gif) no-repeat 0 0;
    }

        .sum_buy .price_duty .btn {
            display: block;
            padding-right: 6px;
            text-align: right;
        }

    .sum_buy .price_amount {
        background: #f4f4f4 url(/images/cart/tit_amount.gif) no-repeat 0 0;
    }

    .sum_buy .price_delivery {
        background: #f4f4f4 url(/images/cart/tit_delivery_price.gif) no-repeat 0 0;
    }

    .sum_buy .price_delivery_proc {
        background: #f4f4f4 url(/images/cart/tit_delivery_price_proc.gif) no-repeat 0 0;
    }

    .sum_buy .price_delivery .btn {
        display: block;
        padding-right: 6px;
        text-align: right;
    }

    .sum_buy .price_commission {
        background: #f4f4f4 url(/images/cart/tit_commission_price.gif) no-repeat 0 0;
    }

        .sum_buy .price_commission .btn {
            display: block;
            padding-right: 6px;
            text-align: right;
        }

    .sum_buy .price_deposit {
        background: #f4f4f4 url(/images/cart/tit_deposit_price.gif) no-repeat 0 0;
    }

    .sum_buy .price_total {
        background: #f4f4f4 url(/images/cart/tit_total_price.gif) no-repeat 0 0;
    }

    .sum_buy .price_total_confirm {
        background: #f4f4f4 url(/images/cart/tit_total_price_confirm.gif) no-repeat 0 0;
    }

    .sum_buy td {
        height: 82px;
        border-top: 1px solid #dfdfdf;
        font: bold 24px tahoma;
        text-align: right;
        color: #393939;
    }

        .sum_buy td .txt_won {
            position: relative;
            top: -3px;
            padding: 0 17px 0 2px;
            font-size: 14px;
            font-family: 'Nanum Gothic', sans-serif;
        }

    .sum_buy .num_dc {
        background: url(/images/cart/ico_minus.gif) no-repeat 0 50%;
    }

    .sum_buy .num_deliv {
        background: url(/images/cart/ico_plus.gif) no-repeat 0 50%;
    }

    .sum_buy .num_multiplication {
        background: url(/images/cart/ico_multiplication.gif) no-repeat 0 50%;
    }

    .sum_buy .num_total {
        background: url(/images/cart/ico_total.gif) no-repeat 0 50%;
        color: #d50200;
    }

/* 장바구니 게시판 */
.cart_board {
    width: 100%;
    border: 1px solid #878f97;
    background: #fff;
}

    .cart_board th {
        padding: 10px 0 8px 0;
        font-family: 'Nanum Gothic', sans-serif;
        font-size: 11px;
        background: url(/images/board/table_th_bg.gif) repeat-x center bottom;
        border-bottom: 1px solid #dbdbdb;
        border-left: 1px solid #dcdcdc;
        color: #666;
        letter-spacing: -1px;
    }

    .cart_board td {
        padding: 12px 10px 14px 10px;
        text-align: center;
        border-bottom: 1px solid #e4e4e4;
        color: #2c2c2c;
        border-left: 1px solid #e4e4e4;
    }

        .cart_board td p {
            font-size: 11px;
            font-family: 'Nanum Gothic', sans-serif;
            line-height: 16px;
        }

            .cart_board td p.point {
                font-size: 16px;
                font-family: 'Nanum Gothic', sans-serif;
                font-weight: bold;
                color: #007ac5;
                letter-spacing: -1px;
            }

        .cart_board td span.price {
            font-size: 20px;
            font-family: tahoma;
            font-weight: bold;
            color: #dc0000;
        }

        .cart_board td.bgcolor_gray {
            background: #fafafa;
        }

    .cart_board .prod_img {
        position: absolute;
        width: 80px;
        height: 80px;
    }

    .cart_board td.left {
        text-align: left;
    }

    .cart_board td span.lpop_srch_frame {
        position: absolute;
        width: 78px;
        height: 78px;
        border: 1px solid #f7f7f7;
    }

    .cart_board td.noData {
        height: 140px;
        text-align: center;
        font-size: 14px;
        font-family: 'Nanum Gothic', sans-serif;
    }

    .cart_board ul {
        position: relative;
        margin: 0 0 0 96px;
        line-height: 18px;
    }

        .cart_board ul li.tit {
            font-size: 14px;
            margin: 0 0 12px 0;
        }

        .cart_board ul li.opt {
            background: #f8f8f8;
            border: 1px solid #e9e9e9;
            padding: 8px 10px;
        }

            .cart_board ul li.opt p {
                line-height: 16px;
            }

                .cart_board ul li.opt p span {
                    margin: 0 6px 0 0;
                }

        .cart_board ul.ea_count {
            float: left;
            display: inline-block;
            margin: 0;
            line-height: 18px;
        }

/* 쇼셜 장바구니 게시판 */
.social_cart_board {
    width: 100%;
    border: 1px solid #878f97;
    background: #fff;
}

    .social_cart_board th {
        padding: 10px 0 8px 0;
        font-family: 'Nanum Gothic', sans-serif;
        font-size: 11px;
        background: url(/images/board/table_th_bg.gif) repeat-x center bottom;
        border-bottom: 1px solid #dbdbdb;
        border-left: 1px solid #dcdcdc;
        color: #666;
        letter-spacing: -1px;
    }

    .social_cart_board td {
        font-size: 20px;
        padding: 12px 10px 14px 10px;
        text-align: center;
        border-bottom: 1px solid #e4e4e4;
        color: #2c2c2c;
        border-left: 1px solid #e4e4e4;
        height: 180px;
        vertical-align: top;
    }

        .social_cart_board td p {
            font-size: 11px;
            font-family: 'Nanum Gothic', sans-serif;
            line-height: 16px;
        }

            .social_cart_board td p.point {
                font-size: 16px;
                font-family: 'Nanum Gothic', sans-serif;
                font-weight: bold;
                color: #007ac5;
                letter-spacing: -1px;
            }

        .social_cart_board td span.price {
            font-size: 20px;
            font-family: tahoma;
            font-weight: bold;
            color: #dc0000;
        }

        .social_cart_board td.bgcolor_gray {
            background: #fafafa;
        }

    .social_cart_board .prod_img {
        position: absolute;
        width: 180px;
        height: 180px;
    }

    .social_cart_board td.left {
        text-align: left;
    }

    .social_cart_board td span.lpop_srch_frame {
        position: absolute;
        width: 178px;
        height: 178px;
        border: 1px solid #f7f7f7;
    }

    .social_cart_board td.noData {
        height: 140px;
        text-align: center;
        font-size: 14px;
        font-family: 'Nanum Gothic', sans-serif;
    }

    .social_cart_board ul {
        position: relative;
        margin: 0 0 0 196px;
        line-height: 18px;
    }

        .social_cart_board ul li.tit {
            font-size: 20px;
            margin: 0 0 12px 0;
            line-height: 24px;
        }

        .social_cart_board ul.ea_count {
            float: left;
            display: inline-block;
            margin: 0;
            line-height: 18px;
        }

/* 주문 */
.title_wrap {
    margin: 0 0 8px 0;
    font-size: 18px;
    font-weight: bold;
    font-family: 'Nanum Gothic', sans-serif;
    letter-spacing: -1px;
}

.save_point_wrap {
    position: relative;
    width: 100%;
    border-top: 2px solid #383d4a;
    border-bottom: 1px solid #dddde1;
}

    .save_point_wrap td.sum_won {
        background: #c90202;
        padding: 14px 12px 14px 12px;
        vertical-align: top;
        color: #fff;
    }

    .save_point_wrap td.personal {
        padding: 0 0 14px 0;
        vertical-align: top;
        border-left: 1px solid #dddde1;
    }

.total_won {
    position: relative;
    width: 100%;
}

    .total_won td {
        text-align: left;
        padding: 2px 0;
        border: none;
    }

    .total_won th {
        text-align: right;
        padding: 2px 0;
        border: none;
        color: #fff;
        font-weight: bold;
    }

        .total_won th span {
            font-size: 18px;
        }

.save_point {
    position: relative;
    width: 100%;
}

    .save_point th {
        padding: 3px 12px 0 12px;
        background: #f7f7f7;
        color: #20232c;
        font-weight: normal;
    }

    .save_point td {
        padding: 8px 12px 8px 12px;
        text-align: center;
        height: 21px;
    }

        .save_point td div {
            padding: 4px 0;
        }

        .save_point td.left {
            text-align: left;
        }

        .save_point td .text_input {
            height: 19px;
            text-align: right;
            border-top: 1px solid #c5c5c5;
            border-left: 1px solid #c5c5c5;
            border-right: 1px solid #e9e9e9;
            border-bottom: 1px solid #e9e9e9;
            padding: 0 3px 0 0;
        }

        .save_point td .delivery_input {
            height: 16px;
            border-top: 1px solid #c5c5c5;
            border-left: 1px solid #c5c5c5;
            border-right: 1px solid #e9e9e9;
            border-bottom: 1px solid #e9e9e9;
            padding: 3px 0 0 4px;
        }

        .save_point td i {
            color: #c90202;
            font-weight: bold;
            font-style: normal;
        }

        .save_point td dl.info_msg {
            width: 70%;
            padding: 9px 11px 7px 11px;
            background: #fcfcfc;
            border: 1px solid #eef2ec;
            font-family: 'Nanum Gothic', sans-serif;
            font-size: 11px;
            line-height: 18px;
        }

            .save_point td dl.info_msg dt {
                font-weight: bold;
            }

            .save_point td dl.info_msg dd {
            }

    .save_point th.underline {
        border-bottom: 1px solid #dddde1;
        height: 20px;
    }

    .save_point td.underline {
        border-bottom: 1px solid #dddde1;
        height: 20px;
    }

    .save_point td ul li {
        background: url(/images/board/bul_black.gif) no-repeat 0 5px;
        margin: 0 5px 5px 5px;
        padding: 0 0 0 8px;
        font-size: 11px;
        font-family: 'Nanum Gothic', sans-serif;
        line-height: 14px;
    }

        .save_point td ul li span {
            color: #007ac5;
        }

    .save_point td ul.card li {
        float: left;
        margin: 0 5px 8px 5px;
        background: none;
        padding: 0;
    }

    .save_point td span.sum_won {
        font-size: 16px;
        font-weight: bold;
        color: #c90202;
    }

    .save_point td span.point_won {
        font-size: 16px;
        font-weight: bold;
        color: #024e9a;
    }

/* 쇼핑카테고리 */
.location {
    padding: 0 0 10px 30px;
}

    .location ul li {
        float: left;
        background: url("/images/shopping/bar_location.gif") no-repeat 0 0;
        font-family: 'Nanum Gothic', sans-serif;
        font-size: 14px;
        margin: 0 0 0 18px;
        padding: 0 10px 0 18px;
        letter-spacing: -1px;
        font-weight: bold;
        text-decoration: none;
    }

    .location a {
    }

    .location .none {
        background: none;
        margin: 0;
        padding: 0;
    }

    .location .arr {
        position: absolute;
        font-size: 6px;
        margin: -1px 0 0 6px;
    }

    .location .sub_category {
        position: absolute;
        z-index: 99;
        background: #fff;
        border: 1px solid #333;
    }

        .location .sub_category p {
            border-top: 1px solid #e9e9e9;
            padding: 12px 16px 10px 16px;
            font-weight: normal;
        }

            .location .sub_category p.none {
                border-top: none;
            }

    .location .shop_search_wrap {
        position: absolute;
        right: 28px;
        top: -5px;
    }

ul.help_menu {
    position: absolute;
    margin: -77px 0 0 -138px;
    background: #9195a7;
    padding: 10px 20px;
}

    ul.help_menu li {
        font-size: 12px;
        font-weight: bold;
        color: #fff;
        border-top: 1px solid #d2d5e4;
        letter-spacing: -1px;
        padding: 14px 0;
    }

        ul.help_menu li a {
            color: #fff;
            text-decoration: none;
        }

        ul.help_menu li.none {
            border-top: none;
        }

.foOg {
    font-weight: bold;
    color: blue;
}

.text-danger {
    color: #dc3545 !important;
}

/*콤보박스*/
.custom-combobox {
    position: relative;
    display: inline-block;
}

.custom-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -24px;
    padding: 0;
}

.custom-combobox-input {
    margin: 0;
    padding: 3px 10px;
}


/*로딩*/
.wrap-loading { /*화면 전체를 어둡게 합니다.*/
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.2); /*not in ie */
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#20000000', endColorstr='#20000000'); /* ie */
}

.wrap-loading div { /*로딩 이미지*/
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -21px;
    margin-top: -21px;
}

.display-none { /*감추기*/
    display: none;
}

/* 추가 */
* {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

img {
    vertical-align: top;
}

html {
    width: 100%;
    height: 100%;
}

body {
    /*font-size: 16px;*/
    color: #333;
    font-family: 'Nanum Gothic', sans-serif;
}

h2 {
    position: absolute;
    left: -9999px;
    top: 0;
    width: 0;
    height: 0;
    font-weight: 0;
    font-size: 0;
    overflow: hidden;
    display: none;
    font-size: 0;
}

.wrap {
    margin: 0 auto;
    width: 1100px;
    position: relative;
}

    .wrap:after, ul:after {
        content: "";
        clear: both;
        display: block;
    }

header {
    background-color: #fff;
}

    header h1 {
        text-align: center;
        margin: 10px 0;
    }

    header #flag {
        position: absolute;
        right: 0;
        top: 20px;
    }

        header #flag li {
            float: left;
            margin-left: 10px;
        }

    header #snb {
        position: absolute !important;
        right: 0 !important;
        top: 50px !important;
    }

        header #snb li {
            float: left; 
            margin-left: 20px;
            font-size: 12px;
        }

            header #snb li a {
                color: #333;
            }

    header #gnb {
        background-color: #09163d;
        height: 60px;
        text-align: center;
    }

        header #gnb li {
            display: inline-block;
            margin-right: 30px;
            line-height: 60px;
        }

            header #gnb li:last-child {
                margin-right: 0;
            }

            header #gnb li a {
                color: #fff;
                font-weight: bold;
                padding-bottom: 18px;
            }

                header #gnb li a:link, header #gnb li a:visited {
                    border-bottom: none;
                    transition: 0.2s;
                }

                header #gnb li a:hover, header #gnb li a:active, header #gnb lli a:focus {
                    border-bottom: 2px solid #f00;
                }

#waybill {
    margin: 10px 0;
}

    #waybill div > div {
        float: left;
        width: 550px;
        height: 150px;
        background-color: #eee;
        text-align: center;
        box-sizing: border-box;
        border: 2px solid #ddd;
    }

    #waybill div #search1 {
        border-right: none;
        width: 450px;
    }

    #waybill div #search2 {
        width: 320px;
    }

    #waybill div #search3 {
        width: 330px;
    }

    #waybill div h3 {
        text-align: center;
        padding: 6px 0;
    }
    #waybill div h4 {
        text-align: center;
        padding: 5px 0;
    }

    #waybill div label {
        font-size: 14px;
        margin-left: 10px;
        font-weight: bold;
    }

    #waybill div label input {
        margin-right: 5px;
        position: relative;
        top: 2px;
        margin-bottom: 20px;
    }

    #waybill div #search2 input {
        margin-top: 14px;
    }

    #waybill div #search3 input {
        margin: 5px 0px 5px 0px;
    }

    #waybill div #transnum, #waybill div #transnum2 {
        width: 200px;
        height: 20px;
    }

    #waybill div #transnum3 {
        width: 120px;
        height: 20px;
        vertical-align: initial;
        padding: 0px;
        font-size: 14px
    }

    #waybill div .btn {
        position: relative;
        top: 2px;
        width: 80px;
        height: 24px;
        background-color: #09163d;
        border: none;
        color: #fff;
        font-weight: bold;
    }

    #waybill div .btn:link, #waybill div .btn:visited {
        transition: 0.2s;
    }

    #waybill div .btn:hover, #waybill div .btn:active, #waybill div.btn:focus {
        background-color: #fff;
        color: #09163d;
        box-shadow: 2px 2px 4px #aaa;
    }

#board {
    margin-bottom: 30px;
}

    #board h3 {
        font-size: 16px;
        margin-bottom: 10px;
    }

        #board h3 span {
            color: #f00;
        }

    #board div > div {
        float: left;
        margin-right: 20px;
        margin-left: 20px;
        box-sizing: border-box;
    }

    /*#board div #more img {
        margin-bottom: 10px;
        width: 178px;
        height: 68px;
        margin:4px 50px 50px 4px;
    }

        #board div #more img:hover {
            box-sizing: border-box;
            border: 1px solid #ddd;
        }*/

    #board div #express img:hover, #board div #handling img:hover, #board div #notice img:hover, #board div #return img:hover {
        transition: 0.2s;
        box-shadow: 2px 2px 4px #aaa;
    }


        /*#board div #notice #nt_more {
            font-size: 20px;
            font-weight: bold;
            color: #333;
            position: absolute;
            top: -1px;
            left: 100px;
        }

        #board div #notice ul li {
            font-size: 14px;
        }

            #board div #notice ul li a {
                color: #333;
                display: inline-block;
                width: 290px;
                margin: 0 2px 6px 0;
            }

                #board div #notice ul li a:hover {
                    font-weight: bold;
                }*/

footer {
    height: 150px;
    color: #999;
    font-size: 12px;
}

    footer .wrap {
        height: 150px;
        background-color: #09163d;
    }

    footer img {
        padding: 60px 0 0 50px;
    }

    footer .wrap > div {
        position: absolute;
        left: 250px;
        top: 40px;
    }

    footer div p {
        margin-bottom: 20px;
    }
.hide {
    display: none;
}
.show {
    display: block;
}
.fred {
    color: #ff0000
}

.fblue {
    color: #005ffd
}
.fz_small {
    font-size: small;
}

.selectUl {
    margin:0px 35px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.selectUl li {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    border : 0;
    float: left;
    width: calc(100% / 2);
    text-align: left;
}