﻿@font-face {
    font-family: 'TmonMonsori';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/TmonMonsori.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-text-size-adjust: none;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

html {
    height: 100%;
}

html, body {
    font-family: Malgun Gothic,맑은고딕,굴림,돋움,Dotum,sans-serif;
    font-size: 12px;
    color: #111;
    -webkit-font-smoothing: antialiased;
    line-height: 1;
    background-color: #999;
}

body {
    padding-top: 1px;
    /*background-image: url('/Image/background-pattern.png');*/
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
    background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
    height: 100%;
}

a {
    color: #303030;
    text-decoration: none;
    cursor: pointer;
}

    a:hover {
        text-decoration: none;
    }

    a:focus {
        z-index: 1;
        /*outline: 1px solid black;*/
        text-decoration: none;
    }

    a:active {
        outline: none;
    }

ul, ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

footer, header, nav, div {
    display: block;
}


.reportBtn {
    background: url('../Image/ico_bell.png') no-repeat 14px center / 20px;
    width: 80px !important;
    padding-left: 18px !important;
}

.reportBtn2 {
    background: url('../Image/ico_bell_b.png') no-repeat 0px center / 13px;
    width: 36px;
    text-align: right;
}

/* 헤더영역 */
.header_wrap_top {
    position: relative;
    width: 100%;
    min-width: 1280px;
    z-index: 98;
    height: 80px;
    font-size: 12px;
    color: #ffffff;
    font-weight: bold;
    padding-top: 10px;
}

    .header_wrap_top .nav_header_top {
        position: relative;
        width: 1280px;
        margin: 0 auto;
        padding: 0 15px;
    }

    .header_wrap_top .sns {
        position: absolute;
        left: 50%;
        margin-left: 487px;
        top: 5px;
    }

    .header_wrap_top .notice_icon {
        position: absolute;
        left: 50%;
        margin-left: -385px;
        top: 14px;
        font-size: 13px;
        color: #ffa400;
    }


    .header_wrap_top .notice {
        margin: 0px;
        padding: 0px;
        position: absolute;
        left: 50%;
        margin-left: -360px;
        top: 5px;
        width: 600px;
        height: 30px;
        overflow: hidden;
        font-size: 13px;
        color: #ffa400;
    }

        .header_wrap_top .notice .rolling {
            margin: 0px;
            padding: 0px;
            position: relative;
            width: 100%;
            height: auto;
            line-height: 30px;
        }

            .header_wrap_top .notice .rolling a {
                color: #fff;
            }

.header_wrap {
    width: 100%;
    min-width: 1280px;
    z-index: 98;
    height: 44px;
    background-color: #222222;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
}

.nav_header {
    position: relative;
    width: 1280px;
    margin: 0 auto;
    padding: 0 15px;
    color: white;
}

.header_logo {
    position: relative;
    float: left;
    font-size: 22px;
    width: 160px;
    height: 44px;
    padding: 8px 4px;
    margin: 0;
}

.header_menu .menu_box:hover {
    font-weight: bold;
    color: #ffa400;
}

.header_menu .menu_box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    padding-left: 30px;
    padding-right: 30px;
    height: 44px;
    float: left;
    font-size: 13px;
    color: #fff;
    border-right: 1px;
}

.header_menu .menu_box_last {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1px;
    height: 44px;
    float: left;
    border-right: 1px;
}

.header_menu a {
    border: 1px solid #666;
    border-width: 0 1px 0 1px;
}

.search {
    height: 44px;
    padding: 7px 0;
    float: right;
}

    .search .search_input {
        color: #fff;
        width: 145px;
        height: 30px;
        padding: 4px 8px;
        border: 0;
        border-radius: 0 1px 1px 0;
        background-color: rgba(255,255,255,0.1);
        float: right;
    }

    .search .search_button {
        font-size: 16px;
        width: 35px;
        height: 30px;
        color: #ccc;
        border-radius: 1px 0 0 1px;
        background-color: rgba(255,255,255,0.1);
        float: right;
    }

.nav_container {
    position: relative;
    display: flex;
    width: 1280px;
    min-width: 1280px;
    padding: 0 15px;
    margin: 15px auto 0;
}

.snb {
    position: relative;
    width: 145px;
    min-width: 145px;
    margin: 0 15px 0 0;
}

.side_nav {
    width: 100%;
    border-radius: 1px;
    overflow: hidden;
}

    .side_nav .navmenu {
        margin-bottom: 10px;
        overflow: hidden;
        background-color: #ffffff;
        font-size: 12px;
        border: 1px solid #555;
    }

    .side_nav a.menu-group {
        background-color: #FAFAFA;
        font-weight: 500;
        color: #111;
        margin: 5px 0;
        border-top: 1px solid #F1F1F1;
    }

        .side_nav a.menu-group.all {
            color: #fff;
            padding: 7px 10px;
            margin: 0;
            background-color: #516B82;
            border: 0;
        }

        .side_nav a.menu-group.comm {
            color: #fff;
            padding: 7px 10px;
            margin: 0;
            background-color: #516B82;
            border: 0;
        }

        .side_nav a.menu-group.coupon {
            color: #fff;
            padding: 7px 10px;
            margin: 0;
            background-color: #4185d9;
            border: 0;
        }



    .side_nav .menu-list {
        margin: 0;
        height: 30px;
        border-bottom: 1px solid #e2e2e2;
    }

        .side_nav .menu-list:hover {
            font-weight: bold;
        }

        .side_nav .menu-list i {
            width: 15px;
        }

    .side_nav .menu-line {
        display: flex;
        padding: 0;
        margin: 0;
        border-bottom: 1px solid #e2e2e2;
    }

    .side_nav a.menu-list-type {
        font-weight: bold;
        display: inline-block;
        float: left;
        width: 77%;
        color: #555555;
        padding: 7px 5px 5px 10px;
    }

    .side_nav .menu-list-type:hover {
        padding-left: 13px;
        color: #ffa400;
    }

    .side_nav .menu-list-review {
        display: inline-block;
        float: right;
        width: 23%;
        color: #2b546c;
        text-align: center;
        padding: 7px 0px 5px 0px;
    }

        .side_nav .menu-list-review span {
            font-size: 12px;
            background-color: #a7a7a7;
            border-radius: 3px;
            color: white;
            padding: 2px;
        }

            .side_nav .menu-list-review span:hover {
                background-color: #ffa400;
            }

    .side_nav ul {
        margin-top: -5px;
        padding-left: 1px;
    }

    .side_nav a {
        display: flex;
        align-items: center;
        width: 100%;
        height: 30px;
        padding: 6px 8px;
    }

.content_main {
    position: relative;
    width: 895px;
}

    .content_main .contents_main {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 15px;
    }

        .content_main .contents_main .title {
            color: #555;
            width: 100%;
            padding: 10px;
            background-color: white;
            font-size: 13px;
            margin: 0px;
        }

        .content_main .contents_main .shop_list {
            color: #555;
            width: 100%;
            padding: 10px;
            background-color: white;
            font-size: 13px;
            margin-bottom: 15px;
        }


.section_list {
    position: relative;
    width: 443px;
    padding: 15px 23px 13px;
    margin: 0 0 9px 0;
    background-color: #fff;
    box-shadow: 0 0 1px 0 rgba(0,0,0,0.1);
    border: 2px solid #6f6f6f;
}

    .section_list .section_title {
        display: block;
        font-size: 17px;
        letter-spacing: -0.5px;
        padding: 5px 0 15px;
        margin: 0 0 5px 0;
        border-bottom: 1px solid rgba(0,0,0,0.15);
    }

    .section_list .list_item {
        height: auto;
        border: 0;
    }

        .section_list .list_item .list_title {
            padding: 4px 0;
        }

            .section_list .list_item .list_title .list_subject {
                top: 0;
                max-width: 340px;
                line-height: 17px;
            }

                .section_list .list_item .list_title .list_subject .shortname {
                    display: inline-block;
                    color: #fff;
                    min-width: 40px;
                    font-size: 11px;
                    text-align: center;
                    padding: 0 3px;
                    border: 0;
                    border-radius: 1px;
                    background-color: #999;
                }

.list_item {
    position: relative;
    display: table;
    width: 100%;
    border-bottom: 1px solid #E2E2E2;
    border-right: 1px solid #E2E2E2;
}

    .list_item .list_title {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        padding: 9px 0;
        font-size: 12px;
    }

        .list_item .list_title .list_reply {
            position: relative;
            top: 1px;
            font-size: 11px;
            color: #F7683A;
            padding: 0 5px;
        }

        .list_item .list_title .list_subject {
            display: inline-block;
            align-items: center;
            position: relative;
            top: 1px;
            float: left;
            max-width: 480px;
            line-height: 18px;
            word-break: break-all;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            margin: 0 5px 0 0;
        }

.aside {
    width: 180px;
    margin: 0 0 0 15px;
}

.side_notice {
    width: 180px;
    height: auto;
    padding: 10px 5px 10px 5px;
    margin: 10px 0 1px 0;
    background-color: #e03535;
    border: 1px solid #ffffff;
}

    .side_notice a {
        color: #fff;
        font-weight: bold;
    }

.side_shop_master {
    width: 180px;
    height: auto;
    padding: 10px 10px 10px 10px;
    margin: 10px 0 1px 0;
    background-color: #fff;
    border: 3px solid red;
}

    .side_shop_master .shop_modify {
        display: inline-block;
        font-weight: bold;
        padding-bottom: 15px;
    }

    .side_shop_master .shop_expiredt {
        display: inline-block;
        font-weight: bold;
        line-height: 150%;
    }

    .side_shop_master img {
        max-width: 100%;
        margin-bottom: 10px;
        border: 1px solid #555;
    }

.side_account {
    width: 180px;
    height: 115px;
    padding: 10px;
    margin: 0 0 1px 0;
    border-radius: 1px 1px 0 0;
    background-color: #fff;
}

    .side_account .line1 {
        width: 1px;
        height: 25px;
        position: absolute;
        border-right: 1px solid #cccccc;
        margin-top: 65px;
        margin-left: 50px;
    }

    .side_account .line2 {
        width: 1px;
        height: 25px;
        position: absolute;
        border-right: 1px solid #cccccc;
        margin-top: 65px;
        margin-left: 117px;
    }

    .side_account .input_id,
    .side_account .input_pw {
        width: 100%;
        height: 30px;
        padding: 5px;
        border-radius: 1px 1px 0 0;
    }

    .side_account .input_pw {
        border-top: 0;
        border-radius: 0 0 1px 1px;
    }

    .side_account .account_submit {
        display: block;
        align-items: center;
        justify-content: space-between;
        margin: 5px 0;
        line-height: 130%;
    }

        .side_account .account_submit i {
            margin: 2px 0px 0px 2px;
        }

        .side_account .account_submit .button_login {
            color: #fff;
            font-weight: 500;
            width: 60px;
            height: 25px;
            border-radius: 1px;
            background-color: #516B82;
            float: right;
        }

        .side_account .account_submit .nickname {
            display: block;
            padding-top: 2px;
            padding-left: 21px;
            height: 18px;
            font-weight: 500;
        }

        .side_account .account_submit .point {
            display: block;
            margin: 10px;
            height: 18px;
            font-weight: 500;
            text-align: center;
            cursor: pointer;
        }

        .side_account .account_submit .setting {
            float: left;
            width: 32px;
            height: 32px;
            margin-left: 5px;
            margin-right: 32px;
            cursor: pointer;
            font-size: 27px;
        }

        .side_account .account_submit .mail {
            float: left;
            width: 32px;
            height: 32px;
            padding: 0;
            cursor: pointer;
            font-size: 30px;
        }

        .side_account .account_submit .mail_cnt {
            float: left;
            width: 20px;
            height: 20px;
            padding: 2px 0;
            margin: -3px 1px 1px -10px;
            border-radius: 30px;
            font-size: 15px;
            font-weight: bold;
            background: #e03535;
            color: #fff;
            text-align: center;
        }

        .side_account .account_submit .logout {
            float: right;
            width: 32px;
            height: 32px;
            padding: 0;
            cursor: pointer;
            font-size: 30px;
        }

.side_aaa {
    height: auto;
    border: 2px solid #eee;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .side_aaa img {
        display: block; /* 이미지 하단에 생기는 이상한 공백 없애기 https://junistory.blogspot.com/2017/07/blog-post_25.html */
        max-width: 100%;
    }

.shop_menu {
    margin-top: 15px;
    padding: 15px;
    background-color: #fff;
    border: 5px solid #cdcdcf;
    line-height: 120%;
}

    .shop_menu .type {
        display: flex;
        color: #666;
    }

        .shop_menu .type .cate {
            padding: 1px 7px 1px 7px;
            background-color: #aeaeae;
            color: #fff;
            border-radius: 55px;
            margin-right: 7px;
        }

        .shop_menu .type .region {
            padding: 1px 7px 1px 7px;
            background-color: #aeaeae;
            color: #fff;
            border-radius: 55px;
        }

    .shop_menu .name {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 15px 0 15px 0;
        color: #0087fa;
        font-size: 20px;
        font-weight: bold;
        border-bottom: 1px solid rgba(0,0,0,0.15);
        margin-bottom: 10px;
    }

    .shop_menu .link_shop {
        display: flex;
        padding: 7px;
        font-weight: 600;
        color: #5e5e5e;
    }

    .shop_menu .link {
        display: flex;
        padding: 7px;
        font-weight: 600;
        font-size: 13px;
        color: #5e5e5e;
    }



.footer_wrap {
    position: relative;
    z-index: 1;
    clear: both;
    width: 100%;
    min-width: 1280px;
    margin: 15px 0 0 0;
    background-color: #444;
}

    .footer_wrap .area_terms {
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 8px 0;
        background-color: #fff;
        display: none;
    }

        .footer_wrap .area_terms .at_item {
            font-size: 12px;
            font-weight: 500;
            color: #666;
            padding: 0 20px;
            border-right: 1px solid #E2E2E2;
        }

        .footer_wrap .area_terms .at_item_end {
            font-size: 12px;
            font-weight: 500;
            color: #666;
            padding: 0 20px;
        }

    .footer_wrap .area_company {
        font-size: 11px;
        color: #fff;
        font-weight: 500;
        font-family: tahoma,Helvetica,sans-serif;
        text-align: center;
        width: 100%;
        padding: 20px 0 30px;
    }

    .footer_wrap h1 {
        display: inline-block;
        position: relative;
        font-size: 12px;
        color: #fff;
        font-family: tahoma,Helvetica,sans-serif;
        text-align: center;
        width: 100%;
        padding: 20px 0 30px;
    }



.list_main {
    display: inline-block;
    position: relative;
    width: 895px;
    min-height: 1200px;
    padding: 15px 23px;
    border-radius: 1px 0 0 1px;
    background-color: #fff;
}

    .list_main .h2_title {
        display: inline-block;
        width: 100%;
        font-size: 12px;
        text-align: right;
        margin-bottom: 10px;
    }

    .list_main .banner {
        text-align: center;
    }

        .list_main .banner img {
            border-radius: 5px;
        }

    .list_main .button1 {
        color: #fff;
        float: right;
        font-weight: 500;
        width: 80px;
        height: 29px;
        border-radius: 1px;
        background-color: #516B82;
        margin-top: 30px;
        margin-left: 5px;
    }


/* good Tab */
.boxBest {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 12px;
    padding-bottom: 15px;
    border: 1px solid #999;
    border-right: 2px solid #999;
    border-bottom: 2px solid #999;
}

    .boxBest .setopTab .tab {
        width: 100%;
        height: 43px;
        border-bottom: 1px solid #e2e2e2;
    }

        .boxBest .setopTab .tab li {
            float: left;
            width: 20%;
            height: 43px;
            font-size: 12px;
            color: #515151;
            letter-spacing: -1px;
            text-align: center;
            line-height: 40px;
        }

            .boxBest .setopTab .tab li a {
                float: left;
                width: 100%;
                height: 100%;
                color: #515151;
                border-right: 1px solid #e2e2e2;
            }

                .boxBest .setopTab .tab li a:hover {
                    float: left;
                    width: 100%;
                    height: 100%;
                    color: #1f1f1f;
                    font-weight: bold;
                    border-bottom: 1px solid #FFF;
                    border-left: 0px solid #e2e2e2;
                    background: url(/image/arrow_tab.gif) no-repeat center bottom;
                }

            .boxBest .setopTab .tab li.on a {
                float: left;
                width: 100%;
                height: 100%;
                color: #1f1f1f;
                font-weight: bold;
                border-bottom: 1px solid #FFF;
                border-left: 0px solid #e2e2e2;
                border-right: 1px solid #e2e2e2;
                background: url(/image/arrow_tab.gif) no-repeat center bottom;
            }

    .boxBest .secon .bbs_ranking {
        width: 100%;
        height: 125px;
        margin-top: 11px;
        margin-left: 6px;
    }

        .boxBest .secon .bbs_ranking .box_num {
            display: inline-block;
            position: relative;
            width: 20px;
            text-align: center;
            color: #FFF;
            font-size: 12px;
            line-height: 160%;
            background-color: #ffa400;
            margin-left: 0px;
            margin-right: 5px;
            padding: 0px;
            border-radius: 50px;
        }

        .boxBest .secon .bbs_ranking .bbLeft {
            float: left;
            width: 49%;
        }

        .boxBest .secon .bbs_ranking .bbRight {
            float: left;
            width: 49%;
        }

        .boxBest .secon .bbs_ranking li {
            display: block;
            line-height: 26px;
        }

            .boxBest .secon .bbs_ranking li:hover {
                border-bottom: 1px solid #efefef;
            }



.list_category {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
}

    .list_category .category_item {
        font-size: 13px;
        min-width: 101px;
        height: 30px;
        padding-top: 7px;
        margin-right: 5px;
        margin-bottom: 5px;
        border: 1px solid rgba(0, 0, 0, 0.1);
        border-radius: 2px;
    }

    .list_category .category_item_on {
        border: 2px solid #5b90fe;
    }

    .list_category.category_item_off {
    }

    .list_category .category_item:hover {
        font-weight: bold;
        background-color: rgba(137, 192, 232, 0.5);
    }

    .list_category .category_item a {
        display: block;
        width: 100%;
        height: 100%;
        text-align: center;
    }


.list_category2_on {
    border: 2px solid #ffa400;
}

.list_category2_off {
}

.list_category2 {
    display: inline-block;
    align-items: center;
    width: 12%;
    align-items: center;
    padding: 6px;
    border-radius: 5px;
    margin-bottom: 25px;
}

    .list_category2:hover {
        background-color: rgba(255, 156, 0, 0.5);
    }

    .list_category2 img {
        width: 100%;
    }

    .list_category2 .category_name {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 30px;
        overflow: hidden;
        margin-right: 15px;
        font-size: 15px;
        font-weight: bold;
        color: #222;
    }


.list_shop_header {
    width: 100%;
    margin: 0px;
    border-bottom: 2px solid #232f3e;
}



.content_layout {
    display: inline-block;
    position: relative;
    width: 895px;
    min-height: 1200px;
    padding: 15px 23px;
    background-color: #fff;
}

    .content_layout .banner {
        width: 100%;
        text-align: center;
        margin-bottom: 5px;
    }

        .content_layout .banner img {
            border-radius: 5px;
        }


.list_shop {
    display: inline-block;
    width: 24%;
    padding: 0px;
    margin-bottom: 15px;
    margin-left: 3px;
    margin-right: 2px;
    border-right: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
    cursor: pointer;
}

    .list_shop .shop_subject {
        display: block;
        font-size: 12px;
        overflow: hidden;
    }

        .list_shop .shop_subject .shop_type {
            height: 20px;
            line-height: 120%;
            color: #555;
            margin: 5px 0 3px 0;
            padding-top: 3px;
            font-size: 12px;
        }

            .list_shop .shop_subject .shop_type .cate {
                padding: 1px 4px 1px 1px;
                background-color: #5d9ce1;
                font-size: 15px;
                padding: 3px;
                padding-left: 7px;
                padding-right: 7px;
                color: #fff;
            }

            .list_shop .shop_subject .shop_type .region {
                padding: 1px 4px 1px 1px;
                background-color: #24bbd0;
                font-size: 15px;
                padding: 3px;
                padding-left: 7px;
                padding-right: 7px;
                color: #fff;
            }

        .list_shop .shop_subject .shop_name {
            font-family: 'TmonMonsori';
            text-align: center;
            font-size: 24px;
            font-weight: 600;
            width: 100%;
            height: 26px;
            padding-top: 3px;
            color: #777;
            margin-top: 9px;
            margin-bottom: 9px;
            white-space: nowrap;
            overflow: hidden;
        }

.list_shop_banner {
    display: inline-block;
    align-items: center;
    width: 24%;
    align-items: center;
    padding: 0px;
    margin-bottom: 15px;
    margin-left: 3px;
    margin-right: 2px;
    cursor: pointer;
}

    .list_shop_banner .shop_img {
        /*display: flex;*/
        align-items: baseline;
        border: 1px solid #cecece;
        justify-content: center;
        width: 100%;
        overflow: hidden;
    }

        .list_shop_banner .shop_img a{
            display: block;
            height: 71px;
        }


        .list_shop_banner .shop_img img {
            display: block;
            padding-bottom: 0px;
        }


.list_shop_box {
    display: inline-block;
    align-items: center;
    width: 24%;
    align-items: center;
    padding: 0px;
    margin-bottom: 15px;
    margin-left: 3px;
    margin-right: 2px;
    cursor: pointer;
}

    .list_shop_box .shop_img {
        display: flex;
        align-items: baseline;
        border: 3px solid #cecece;
        justify-content: center;
        width: 100%;
        height: 250px;
        overflow: hidden;
    }

    .list_shop_box .shop_subject {
        display: block;
        font-size: 12px;
        overflow: hidden;
        height: 125px;
    }

        .list_shop_box .shop_subject .shop_type {
            height: 20px;
            line-height: 120%;
            color: #555;
            margin: 5px 0 3px 0;
            padding-top: 3px;
            font-size: 12px;
        }

            .list_shop_box .shop_subject .shop_type .cate {
                padding: 1px 4px 1px 1px;
                background-color: #5d9ce1;
                font-size: 15px;
                padding: 3px;
                padding-left: 7px;
                padding-right: 7px;
                color: #fff;
            }

            .list_shop_box .shop_subject .shop_type .region {
                padding: 1px 4px 1px 1px;
                background-color: #24bbd0;
                font-size: 15px;
                padding: 3px;
                padding-left: 7px;
                padding-right: 7px;
                color: #fff;
            }

        .list_shop_box .shop_subject .shop_name {
            font-family: 'TmonMonsori';
            text-align: center;
            font-size: 24px;
            font-weight: 600;
            width: 100%;
            height: 26px;
            padding-top: 3px;
            color: #ED3845;
            margin-top: 9px;
            margin-bottom: 9px;
            white-space: nowrap;
            overflow: hidden;
        }

        .list_shop_box .shop_subject .shop_etc {
            text-align: left;
            margin-top: 5px;
            padding: 1px 1px 10px 1px;
            font-size: 13px;
        }

            .list_shop_box .shop_subject .shop_etc .phone {
                font-family: 'TmonMonsori';
                font-size: 13px;
                font-weight: bold;
                color: #666;
                overflow: hidden;
            }

            .list_shop_box .shop_subject .shop_etc .comment {
                background-color: #e25a00;
                padding: 5px;
                font-size: 11px;
                font-weight: bold;
                color: #ffffff;
            }

            .list_shop_box .shop_subject .shop_etc .review {
                background-color: #3c3c3c;
                padding: 2px 5px 2px 5px;
                font-size: 11px;
                font-weight: bold;
                color: #ffffff;
                margin-right: 30px;
            }

        .list_shop_box .shop_subject .shop_tag {
            font-size: 11px;
            border-bottom: 2px dotted #d4d4d4;
            padding-bottom: 5px;
            font-weight: bold;
            color: #1441f3;
            word-break: break-all;
            white-space: nowrap;
            overflow: hidden;
        }

.list_shop_box2 {
    background-color: #fff;
    display: inline-block;
    align-items: center;
    width: 23.9%;
    align-items: center;
    border: 3px solid #cdcdcf;
    border-radius: 5px;
    padding: 2px;
    margin-bottom: 10px;
    margin-left: 3px;
    margin-right: 2px;
    cursor: pointer;
}

    .list_shop_box2 img {
        display: block; /* 이미지 하단에 생기는 이상한 공백 없애기 https://junistory.blogspot.com/2017/07/blog-post_25.html */
        border-radius: 3px;
    }

.list_shop_box3 {
    background-color: #fff;
    display: inline-block;
    align-items: center;
    width: 23.9%;
    align-items: center;
    border: 3px solid #cdcdcf;
    border-radius: 10px;
    padding: 4px;
    margin-bottom: 15px;
    margin-left: 3px;
    margin-right: 2px;
    cursor: pointer;
}

    .list_shop_box3:hover {
        border: 3px solid #ffa400;
    }

    .list_shop_box3 .shop_img {
        display: flex;
        align-items: baseline;
        justify-content: center;
        width: 100%;
        height: 188px;
        overflow: hidden;
        margin-right: 15px;
        border-radius: 10px;
    }

    .list_shop_box3 .shop_subject {
        display: block;
        font-size: 12px;
        overflow: hidden;
        height: 115px;
    }

        .list_shop_box3 .shop_subject .shop_type {
            height: 20px;
            line-height: 120%;
            color: #555;
            margin: 3px 0 3px 0;
            padding: 7px;
            font-size: 12px;
        }

            .list_shop_box3 .shop_subject .shop_type .cate {
                padding: 1px 4px 1px 4px;
                background-color: #5d9ce1;
                color: #fff;
                border-radius: 55px;
            }

            .list_shop_box3 .shop_subject .shop_type .region {
                padding: 1px 4px 1px 4px;
                background-color: #24bbd0;
                color: #fff;
                border-radius: 55px;
            }

        .list_shop_box3 .shop_subject .shop_name {
            text-align: center;
            font-size: 20px;
            font-weight: 600;
            width: 100%;
            height: 20px;
            padding-top: 1px;
            color: #a51b0d;
            margin-top: 13px;
            overflow: hidden;
        }

        .list_shop_box3 .shop_subject .shop_phone {
            display: block;
            text-align: center;
            font-size: 14px;
            font-weight: bold;
            margin-top: 7px;
            padding-bottom: 5px;
            border-bottom: 1px solid #cdcdcf;
        }

        .list_shop_box3 .shop_subject .shop_etc {
            text-align: right;
            margin-top: 7px;
            padding: 1px 1px 1px 1px;
            font-size: 15px;
            font-weight: bold;
        }

            .list_shop_box3 .shop_subject .shop_etc .comment {
                background-color: #ffa400;
                padding: 3px 5px 3px 5px;
                border-radius: 3px;
            }

            .list_shop_box3 .shop_subject .shop_etc .review {
                background-color: #ffa400;
                padding: 3px 5px 3px 5px;
                border-radius: 3px;
            }

.list_shop_list2 {
    position: relative;
    display: table;
    width: 100%;
    height: 35px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

    .list_shop_list2:hover {
        position: relative;
        display: table;
        width: 100%;
        background-color: rgba(0,0,0,0.05);
    }

    .list_shop_list2 .shop_name {
        display: flex;
        align-items: center;
        justify-content: center;
        float: left;
        width: 140px;
        height: 33px;
        overflow: hidden;
        font-size: 15px;
        color: rgba(67, 74, 87, 0.90);
        font-weight: bold;
        text-shadow: rgba(0, 0, 0, 0.3) 0px 3px 3px, rgba(0, 0, 0, 0.1) 5px 5px 5px, rgba(0, 0, 0, 0.1) 0px 2px 2px;
    }

    .list_shop_list2 .shop_detail {
        display: block;
        float: left;
        width: 830px;
        font-size: 12px;
        padding: 6px;
    }

        .list_shop_list2 .shop_detail .subject {
            display: block;
            width: 100%;
            padding: 5px;
            word-break: break-all;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
        }

            .list_shop_list2 .shop_detail .subject .cate2 {
                background-color: #5b90fe;
                border-radius: 2px;
                padding: 3px 3px 3px 3px;
                margin-right: 3px;
                color: white;
            }

            .list_shop_list2 .shop_detail .subject .name {
                background-color: #e9e9e9;
                border-radius: 2px;
                padding: 2px 5px 2px 5px;
                margin-right: 15px;
                color: #525252;
                font-weight: bold;
                border: 1px solid #d1d1d1;
            }


.shop_detail_contents {
    display: block;
    position: relative;
    background-color: #fff;
    width: 100%;
    min-height: 1000px;
    float: left;
    margin-top: 0px;
}

    .shop_detail_contents .button1 {
        color: #fff;
        float: right;
        font-weight: 500;
        width: 60px;
        height: 29px;
        border-radius: 1px;
        background-color: #516B82;
        margin-left: 5px;
    }

    .shop_detail_contents .shop_name {
        width: 100%;
        height: auto;
        font-size: 40px;
        font-weight: bold;
        justify-content: center;
        display: flex;
        color: #0087fa;
        margin-top: 20px;
        margin-bottom: 20px;
        padding: 10px;
        border-bottom: 1px solid #dbdbdb;
    }

    .shop_detail_contents .shop_subject {
        width: 100%;
        height: auto;
        font-size: 15px;
        font-weight: bold;
        display: flex;
        line-height: 160%;
        margin-bottom: 50px;
        padding: 10px;
        border-bottom: 1px solid #dbdbdb;
        word-break: break-all;
        text-overflow: ellipsis;
    }

    .shop_detail_contents .shop_contents {
        padding-bottom: 50px;
        text-align: center;
        width: 100%;
        font-size: 14px;
        line-height: 170%;
    }

        .shop_detail_contents .shop_contents img {
            max-width: 100%;
        }

        .shop_detail_contents .shop_contents video {
            max-width: 100%;
        }

        .shop_detail_contents .shop_contents .coupon {
            width: 100%;
            border: 3px solid #ffa400;
            border-radius: 10px;
            padding: 50px;
            margin-top: 50px;
            margin-bottom: 50px;
            font-size: 15px;
            font-weight: bold;
            text-align: left;
            line-height: 200%;
        }

            .shop_detail_contents .shop_contents .coupon .buy {
                width: 100%;
                text-align: center;
                margin-top: 50px;
                line-height: 500%;
            }

                .shop_detail_contents .shop_contents .coupon .buy span {
                    color: red;
                }

                .shop_detail_contents .shop_contents .coupon .buy .btn_buy {
                    width: 300px;
                    font-size: 15px;
                    font-weight: bold;
                    border: 2px solid #555;
                    background-color: #666;
                    color: #fff;
                    padding: 10px;
                    margin-left: 50px;
                }

/* 게시판 관련 */
.bbs_view {
}

    .bbs_view .button1 {
        color: #fff;
        float: right;
        font-weight: 500;
        width: 60px;
        height: 29px;
        border-radius: 1px;
        background-color: #516B82;
        margin-left: 5px;
    }

    .bbs_view .section_title {
        display: block;
        font-size: 17px;
        letter-spacing: -0.5px;
        padding: 5px 0 15px;
        margin: 0 0 15px 0;
        border-bottom: 1px solid rgba(0,0,0,0.15);
    }

    .bbs_view .subject {
        display: block;
        font-size: 22px;
        letter-spacing: -0.5px;
        padding: 25px 5px 15px 5px;
        margin: 0px 0 10px 0;
        border-bottom: 2px solid #516b82;
        line-height: 170%;
    }

    .bbs_view .nickname {
        display: block;
        font-size: 14px;
        letter-spacing: -0.5px;
        padding-left: 5px;
    }

    .bbs_view .article_info {
        float: right;
        font-size: 14px;
        padding-right: 10px;
        margin-right: 5px;
    }

    .bbs_view .contents {
        display: block;
        font-size: 14px;
        padding: 50px 7px 70px 7px;
        line-height: 220%;
        min-height: 400px;
    }

        .bbs_view .contents img {
            display: block;
            max-width: 100%;
        }

        .bbs_view .contents video {
            max-width: 100%;
        }

        .bbs_view .contents div {
            max-width: 100%;
        }

        .bbs_view .contents table {
            max-width: 100%;
        }

        .bbs_view .contents span {
            max-width: 100%;
        }

        .bbs_view .contents p {
            max-width: 100%;
        }

        .bbs_view .contents .good {
            width: 100%;
            text-align: center;
            margin-top: 100px;
            color: #5B91FC;
            font-weight: bold;
            font-size: 14px;
        }

            .bbs_view .contents .good .recomm_member {
                display: inline-block;
                margin-top: 5px;
                padding: 10px;
                width: auto;
                border-top: 2px dotted #cdcdcf;
            }

.bbs_list {
}

    .bbs_list a:hover {
        font-weight: bold;
        color: #393939;
    }

    .bbs_list .button1 {
        color: #fff;
        float: right;
        font-weight: 500;
        width: 60px;
        height: 29px;
        border-radius: 1px;
        background-color: #516B82;
    }

    .bbs_list .section_title {
        display: block;
        font-size: 17px;
        letter-spacing: -0.5px;
        padding: 5px 0 15px;
        margin: 0 0 15px 0;
        border-bottom: 1px solid rgba(0,0,0,0.15);
    }

    .bbs_list .bbs_item_header {
        width: 100%;
        border-bottom: 2px solid #232f3e;
        height: 30px;
    }

        .bbs_list .bbs_item_header a {
            font-size: 15px;
            padding: 3px 7px 3px 7px;
            border: 1px solid #1d65e6;
            background-color: #3c90f7;
            border-radius: 3px;
            color: #fff;
            margin-right: 3px;
        }

        .bbs_list .bbs_item_header select {
            box-sizing: border-box;
            height: 30px;
            border: 1px solid #cdcdcf;
            padding-left: 10px;
            margin-bottom: 5px;
            font-size: 15px;
            width: 120px;
        }


    .bbs_list .bbs_item {
        position: relative;
        display: table;
        width: 100%;
        height: 35px;
        border-bottom: 1px solid #dbdbdb;
    }

        .bbs_list .bbs_item .list_title {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            padding: 9px 0;
            font-size: 12px;
            display: table-cell;
            vertical-align: middle;
        }

            .bbs_list .bbs_item .list_title .review_shopname {
                width: 100%;
                display: block;
                margin-bottom: 5px;
                color: #999999;
            }

            .bbs_list .bbs_item .list_title .cat {
                display: inline-block;
                align-items: center;
                float: left;
                margin: 0 15px 0 1px;
                font-weight: 600;
                color: #ff6b49;
                font-size: 11px;
            }

            .bbs_list .bbs_item .list_title .list_subject {
                display: inline-block;
                align-items: center;
                position: relative;
                top: 1px;
                float: left;
                max-width: 480px;
                line-height: 18px;
                word-break: break-all;
                text-overflow: ellipsis;
                white-space: nowrap;
                overflow: hidden;
                margin: 0 5px 0 10px;
                color: #000000;
                font-size: 12px;
            }

            .bbs_list .bbs_item .list_title .list_reply {
                position: relative;
                top: 1px;
                font-size: 12px;
                font-weight: bold;
                color: #e90000;
                padding: 0 10px;
            }

            .bbs_list .bbs_item .list_title .image {
                float: left;
                position: relative;
                top: 3px;
                width: 16px;
                height: 15px;
                background-image: url('/image/icon_image.png');
            }

        .bbs_list .bbs_item .list_author {
            position: relative;
            width: 110px;
            margin: 0 10px;
            text-align: center;
            display: table-cell;
            vertical-align: middle;
            overflow: hidden;
        }

        .bbs_list .bbs_item .list_hit,
        .bbs_list .bbs_item .list_date {
            width: 80px;
            text-align: center;
            color: #666;
            display: table-cell;
            vertical-align: middle;
        }

            .bbs_list .bbs_item .list_hit .hit,
            .bbs_list .bbs_item .list_date .date {
                display: flex;
                align-items: center;
                justify-content: center;
                height: 17px;
                font-weight: 500;
                text-overflow: ellipsis;
                white-space: nowrap;
                border-left: 1px solid #E2E2E2;
                font-size: 11px;
            }

                .bbs_list .bbs_item .list_hit .hit .good {
                    color: red;
                    font-weight: bold;
                    padding-left: 3px;
                }

    .bbs_list .bbs_item_toon {
        display: inline-block;
        width: 24.7%;
        height: 250px;
        padding: 10px;
        margin-bottom: 15px;
    }

        .bbs_list .bbs_item_toon .toon_img {
            display: flex;
            align-items: baseline;
            justify-content: center;
            width: 100%;
            height: 220px;
            overflow: hidden;
            margin-right: 15px;
            border-radius: 3px;
        }

        .bbs_list .bbs_item_toon .toon_subject {
            display: block;
            font-size: 14px;
            overflow: hidden;
            height: auto;
            text-align: center;
            padding: 5px;
            width: 100%;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

    .bbs_list .bbs_item_youtube {
        display: inline-block;
        width: 24.2%;
        height: 150px;
        padding: 10px;
        margin-bottom: 15px;
    }

        .bbs_list .bbs_item_youtube .youtube_img {
            display: flex;
            align-items: baseline;
            justify-content: center;
            width: 100%;
            height: 107px;
            overflow: hidden;
            margin-right: 15px;
            border-radius: 1px;
        }

        .bbs_list .bbs_item_youtube .youtube_subject {
            display: block;
            font-size: 14px;
            overflow: hidden;
            height: auto;
            text-align: center;
            padding: 5px;
            width: 100%;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

    .bbs_list .bbs_search {
        display: flex;
        margin-top: 20px;
    }

        .bbs_list .bbs_search select {
            box-sizing: border-box;
            height: 27px;
            border: 1px solid #cdcdcf;
            padding-left: 10px;
            font-size: 14px;
            width: 100px;
        }

        .bbs_list .bbs_search input {
            box-sizing: border-box;
            height: 27px;
            border: 1px solid #cdcdcf;
            padding-left: 10px;
            margin-left: -1px;
            font-size: 14px;
            width: 150px;
        }

        .bbs_list .bbs_search .search_button {
            box-sizing: border-box;
            height: 27px;
            border: 1px solid #cdcdcf;
            margin-left: -1px;
            font-size: 14px;
            width: 70px;
        }

.bbs_write {
}

    .bbs_write .section_title {
        display: block;
        font-size: 17px;
        letter-spacing: -0.5px;
        padding: 5px 0 15px;
        margin: 0 0 15px 0;
        border-bottom: 1px solid rgba(0,0,0,0.15);
    }

    .bbs_write .item_group {
        margin-bottom: 15px;
    }

    .bbs_write input {
        box-sizing: border-box;
        height: 35px;
        border: 1px solid #cdcdcf;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 15px;
        width: 100%;
        margin-top: 3px;
    }

    .bbs_write select {
        box-sizing: border-box;
        height: 35px;
        border: 1px solid #cdcdcf;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 15px;
        width: 100%;
        margin-top: 3px;
    }

    .bbs_write .button1 {
        color: #fff;
        float: right;
        font-weight: 500;
        width: 60px;
        height: 29px;
        border-radius: 1px;
        background-color: #516B82;
    }

    .bbs_write .button2 {
        position: relative;
        color: #fff;
        font-weight: 500;
        width: 60px;
        height: 34px;
        border-radius: 1px;
        background-color: #516B82;
    }

.shop_write {
}

    .shop_write .item_group {
        margin-bottom: 15px;
    }

    .shop_write input {
        box-sizing: border-box;
        height: 35px;
        border: 1px solid #cdcdcf;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 15px;
        width: 100%;
        margin-top: 3px;
    }

    .shop_write select {
        box-sizing: border-box;
        height: 35px;
        border: 1px solid #cdcdcf;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 15px;
        width: 100%;
        margin-top: 3px;
    }

    .shop_write .button1 {
        color: #fff;
        float: right;
        font-weight: 500;
        width: 60px;
        height: 29px;
        border-radius: 1px;
        background-color: #516B82;
    }

    .shop_write .section_title {
        display: block;
        font-size: 17px;
        letter-spacing: -0.5px;
        padding: 5px 0 15px;
        margin: 0 0 15px 0;
        border-bottom: 1px solid rgba(0,0,0,0.15);
    }

.chulsuk {
    text-align: center;
    font-size: 17px;
    padding-top: 50px;
    padding-left: 0px;
}

    .chulsuk .point {
        color: #c81616;
        font-size: 70px;
        font-weight: bold;
    }



.comment {
    display: block;
    position: relative;
    padding: 0;
    line-height: 170%;
    margin-top: 30px;
    margin-bottom: 30px;
}

    .comment .comment_row {
        padding: 0;
        position: relative;
        margin: 0 0 5px 0;
        border-radius: 1px;
    }

    .comment .comment_info {
        display: block;
        padding: 2px 10px;
        background-color: #E2E2E2;
        border-radius: 1px;
        height: 27px;
        padding-top: 5px;
    }

        .comment .comment_info .writer {
            display: flex;
            float: left;
            font-size: 13px;
            cursor: pointer;
        }

        .comment .comment_info .date {
            display: block;
            float: right;
            margin-left: 10px;
            font-size: 11px;
            cursor: pointer;
        }

        .comment .comment_info .reply_button {
            float: right;
            margin-left: 10px;
            font-size: 11px;
            cursor: pointer;
        }

    .comment .comment_content {
        min-height: 35px;
        font-size: 13px;
        word-break: break-all;
        word-wrap: break-word;
        padding: 8px 10px;
    }

        .comment .comment_content .nick {
            color: #888;
            margin-right: 10px;
        }

        .comment .comment_content p {
            color: #888;
            font-size: 8pt;
            margin-top: 10px;
        }

    .comment .by-author, .by-author.re {
        border-left: 2px solid #2d8ee0;
        background: rgba(240,173,78,0.05);
    }

    .comment .comment_row.re {
        margin: 0 0 5px 30px;
    }

        .comment .comment_row.re:before {
            content: '';
            position: absolute;
            display: inline-block;
            left: -18px;
            width: 16px;
            height: 16px;
            border: 1px solid #ccc;
            border-width: 0 0 1px 1px;
        }

    .comment .by-author .comment_info,
    .comment .by-author.re .comment_info {
        background-color: rgba(0, 169, 255, 0.30);
    }

    .comment .add-comment {
        position: relative;
        padding: 15px;
        height: 125px;
        background-color: #F1F1F1;
        margin-top: 30px;
    }

    .comment .wrapper {
        float: left;
        width: calc(100% - 110px);
        height: 77px;
        border: 1px solid #37475A;
        background-color: #fff;
    }

        .comment .wrapper textarea {
            width: 100%;
            height: 100%;
            border: 0;
            background-color: #fff;
            padding: 15px;
            line-height: 150%;
            font-family: 'Nanum Gothic',Malgun Gothic,맑은고딕,굴림,돋움,Dotum,sans-serif;
            font-size: 12px;
        }

    .comment .comment-submit {
        display: table-cell;
        color: #fff;
        float: left;
        width: 110px;
        height: 77px;
        font-size: 13px;
        vertical-align: middle;
        background-color: #37475A;
        border: 1px solid #37475A;
        border-left: 0;
    }




/* 페이징 */
.paging {
    padding-top: 10px;
    margin-top: 100px;
    margin-bottom: 40px;
    text-align: center;
}

    .paging a,
    .paging strong {
        display: inline-block;
        margin-right: 1px;
        padding: 7px 7px 7px 7px;
        font-size: 14px;
        border: 1px solid #d4d4d4;
        min-width: 40px;
    }

    .paging a {
        color: #888;
        text-decoration: none;
    }

    .paging strong {
        color: #fff;
        border: 1px solid #5e5e5e;
        background: #5e5e5e;
    }

    .paging a:hover {
        color: #fff;
        border: 1px solid #cdcdcf;
        background: #cdcdcf;
    }






/* 회원가입 */
.member_join_logo {
    position: relative;
    width: 100%;
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    padding: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.member {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .member .box {
        width: 500px;
        padding: 30px;
        background-color: #fff;
        border: 1px solid #d8d8d8;
        margin: 10px 10px 10px 10px;
    }

        .member .box input {
            box-sizing: border-box;
            height: 35px;
            border: 1px solid #cdcdcf;
            padding-left: 10px;
            padding-right: 10px;
            font-size: 15px;
            width: 100%;
            margin-top: 3px;
        }

        .member .box .input_id {
            width: 100%;
            height: 50px;
            padding: 15px;
            border: 1px solid #d8d8d8;
        }

        .member .box .input_pw {
            width: 100%;
            height: 50px;
            padding: 15px;
            border-left: 1px solid #d8d8d8;
            border-right: 1px solid #d8d8d8;
            border-bottom: 1px solid #d8d8d8;
        }

        .member .box .section_title {
            display: block;
            font-size: 17px;
            letter-spacing: -0.5px;
            padding: 5px 0 15px;
            margin: 0 0 5px 0;
            border-bottom: 1px solid rgba(0,0,0,0.15);
        }

        .member .box .item_group {
            margin-bottom: 10px;
        }

        .member .box .button1 {
            color: #fff;
            font-weight: 500;
            width: 100%;
            height: 50px;
            border-radius: 1px;
            background-color: #516B82;
        }

.member_login {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .member_login .box {
        width: 500px;
        padding: 30px;
        background-color: #fff;
        border: 1px solid #d8d8d8;
        margin: 10px 10px 5px 10px;
    }

        .member_login .box input {
            border: 0;
        }

        .member_login .box .input_id {
            width: 100%;
            height: 50px;
            padding: 15px;
            border: 1px solid #d8d8d8;
        }

        .member_login .box .input_pw {
            width: 100%;
            height: 50px;
            padding: 15px;
            border-left: 1px solid #d8d8d8;
            border-right: 1px solid #d8d8d8;
            border-bottom: 1px solid #d8d8d8;
        }

        .member_login .box .section_title {
            display: block;
            font-size: 17px;
            letter-spacing: -0.5px;
            padding: 5px 0 15px;
            margin: 0 0 5px 0;
            border-bottom: 1px solid rgba(0,0,0,0.15);
        }

        .member_login .box .item_group {
            margin-bottom: 10px;
        }

        .member_login .box .button1 {
            color: #fff;
            font-weight: 500;
            width: 100%;
            height: 50px;
            border-radius: 1px;
            background-color: #516B82;
        }

.note_list {
}

    .note_list .section_title {
        display: block;
        font-size: 17px;
        letter-spacing: -0.5px;
        padding: 5px 0 15px;
        margin: 0 0 5px 0;
        border-bottom: 1px solid rgba(0,0,0,0.15);
    }


    .note_list .button1 {
        color: #fff;
        float: right;
        font-weight: 500;
        width: 60px;
        height: 29px;
        border-radius: 1px;
        background-color: #516B82;
        margin-top: 25px;
        margin-left: 5px;
    }

    .note_list .box {
        display: block;
        float: left;
        font-size: 14px;
        border: 1px solid rgba(0,0,0,0.15);
        margin-top: 15px;
        margin-right: -1px;
        padding: 10px 50px 10px 50px;
    }

    .note_list .on {
        background-color: #ffa400;
        font-weight: bold;
    }

    .note_list .list {
    }

        .note_list .list .item {
            display: flex;
            width: 100%;
            border-bottom: 1px solid rgba(0,0,0,0.1);
        }

            .note_list .list .item .item1 {
                display: flex;
                align-items: center;
                justify-content: center;
                float: left;
                width: 35px;
                height: 35px;
                font-size: 12px;
                padding: 3px;
            }

            .note_list .list .item .item2 {
                display: flex;
                align-items: center;
                justify-content: flex-start;
                float: left;
                width: 120px;
                height: 35px;
                font-size: 12px;
                padding: 3px;
            }

            .note_list .list .item .item3 {
                display: flex;
                align-items: center;
                justify-content: flex-start;
                float: left;
                width: 510px;
                height: 35px;
                font-size: 12px;
                padding: 3px;
            }

            .note_list .list .item .item4 {
                display: flex;
                align-items: center;
                justify-content: center;
                float: left;
                width: 50px;
                height: 35px;
                font-size: 12px;
                padding: 3px;
            }

            .note_list .list .item .item5 {
                display: flex;
                align-items: center;
                justify-content: center;
                float: left;
                width: 130px;
                height: 35px;
                font-size: 12px;
                padding: 3px;
            }


.note_view {
}

    .note_view .header {
        display: block;
        width: 100%;
        height: 50px;
        background-color: #232F3E;
    }

        .note_view .header .title {
            display: block;
            float: left;
            width: 100%;
            font-size: 13px;
            padding-top: 5px;
            padding-left: 10px;
            line-height: 140%;
        }

            .note_view .header .title .label {
                font-weight: 600;
                color: #FFC107;
            }

            .note_view .header .title .label2 {
                color: #fff;
            }

        .note_view .header .button_close {
            display: block;
            position: absolute;
            left: 88%;
            width: 30px;
            height: 30px;
            background-image: url(/Image/icon_close.png);
            background-size: contain;
            margin: 8px;
        }

    .note_view .content {
        display: block;
        height: 500px;
        background-color: #fff;
        padding: 20px;
        line-height: 140%;
        font-size: 14px;
        color: #373737;
        overflow-y: scroll;
    }

    .note_view .content_textbox {
        width: 100%;
        height: 500px;
        border: 0;
        font-size: 14px;
        line-height: 140%;
        color: #373737;
        padding: 20px;
        font-family: "Roboto","Noto Sans KR","Nanum Gothic",Malgun Gothic,맑은고딕,굴림,돋움,Dotum,sans-serif;
    }

    .note_view .btn_area {
        display: block;
        padding: 13px;
        text-align: center;
    }

        .note_view .btn_area .button1 {
            color: #fff;
            font-weight: 500;
            width: 80px;
            height: 29px;
            border-radius: 1px;
            background-color: #516B82;
            margin-left: 5px;
        }


.member_modify {
    display: inline-block;
    position: relative;
    width: 895px;
    min-height: 1200px;
    padding: 15px 23px;
    border-radius: 1px 0 0 1px;
    background-color: #fff;
}

    .member_modify .section_title {
        display: block;
        font-size: 17px;
        letter-spacing: -0.5px;
        padding: 5px 0 15px;
        margin: 0 0 5px 0;
        border-bottom: 1px solid rgba(0,0,0,0.15);
    }

    .member_modify input {
        box-sizing: border-box;
        height: 35px;
        border: 1px solid #cdcdcf;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 15px;
        width: 100%;
        margin-top: 3px;
    }

    .member_modify .item_group {
        margin-bottom: 15px;
    }

    .member_modify .button1 {
        color: #fff;
        float: right;
        font-weight: 500;
        width: 100px;
        height: 29px;
        border-radius: 1px;
        background-color: #516B82;
        margin-top: 25px;
        margin-left: 5px;
    }

    .member_modify .box {
        display: block;
        float: left;
        font-size: 14px;
        border: 1px solid rgba(0,0,0,0.15);
        margin-top: 15px;
        margin-right: -1px;
        padding: 10px 50px 10px 50px;
    }

    .member_modify .on {
        background-color: #ffa400;
        font-weight: bold;
    }

.mypage_box {
    display: block;
    float: left;
    font-size: 14px;
    border: 1px solid rgba(0,0,0,0.15);
    margin-top: 15px;
    margin-right: -1px;
    padding: 10px 50px 10px 50px;
}

.mypage_box_on {
    background-color: #ffa400;
    font-weight: bold;
}

.section_title {
    display: block;
    font-size: 17px;
    letter-spacing: -0.5px;
    padding: 5px 0 15px;
    margin: 0 0 5px 0;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}

.member_point {
    display: inline-block;
    position: relative;
    width: 895px;
    min-height: 1200px;
    padding: 15px 23px;
    border-radius: 1px 0 0 1px;
    background-color: #fff;
}

    .member_point .list .item {
        display: flex;
        width: 100%;
        border-bottom: 1px solid rgba(0,0,0,0.1);
    }

        .member_point .list .item .item3 {
            display: flex;
            align-items: center;
            justify-content: flex-start;
            float: left;
            width: 498px;
            height: 35px;
            font-size: 12px;
            padding: 3px;
            padding-left: 20px;
        }

        .member_point .list .item .item4 {
            display: flex;
            align-items: center;
            justify-content: center;
            float: left;
            width: 150px;
            height: 35px;
            font-size: 12px;
            padding: 3px;
        }

        .member_point .list .item .item5 {
            display: flex;
            align-items: center;
            justify-content: center;
            float: left;
            width: 200px;
            height: 35px;
            font-size: 12px;
            padding: 3px;
        }

.mypage_bbs {
    display: inline-block;
    position: relative;
    width: 895px;
    min-height: 1200px;
    padding: 15px 23px;
    border-radius: 1px 0 0 1px;
    background-color: #fff;
}

    .mypage_bbs .list .item {
        position: relative;
        display: table;
        width: 100%;
        height: 35px;
        border-bottom: 1px solid #dbdbdb;
        font-size: 13px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

        .mypage_bbs .list .item .subject {
            padding: 9px 0;
            display: table-cell;
            vertical-align: middle;
            width: 550px;
            height: 35px;
            padding: 3px;
            padding-left: 20px;
        }

            .mypage_bbs .list .item .subject a {
                display: inline-block;
                width: 550px;
                word-break: break-all;
                text-overflow: ellipsis;
                white-space: nowrap;
                overflow: hidden;
                padding: 7px 0px 7px 0px;
            }

            .mypage_bbs .list .item .subject .tname {
                background-color: #dc2f2f;
                color: #fff;
                font-weight: bold;
                font-size: 12px;
                padding: 2px 5px 2px 5px;
                border-radius: 3px;
            }

            .mypage_bbs .list .item .subject .p1 {
                display: inline-block;
                font-size: 12px;
                color: #777;
                padding-left: 10px;
                line-height: 160%;
            }

            .mypage_bbs .list .item .subject .p2 {
                display: inline-block;
                width: 500px;
                font-size: 12px;
                color: #aaa;
            }

            .mypage_bbs .list .item .subject .del {
                font-size: 11px;
                color: red;
            }

        .mypage_bbs .list .item .type {
            padding: 9px 0px 9px 5px;
            display: table-cell;
            vertical-align: middle;
            width: 100px;
        }

        .mypage_bbs .list .item .date {
            padding: 9px 0;
            display: table-cell;
            vertical-align: middle;
            width: 170px;
        }





/* FAQ */
.faq {
    border-bottom: 0px solid #ddd;
    margin: 1em 0;
}

    .faq .faqHeader {
        position: relative;
        zoom: 1
    }

        .faq .faqHeader .showAll {
            position: absolute;
            bottom: 0;
            right: 0;
            border: 0;
            padding: 0;
            overflow: visible;
            background: none;
            cursor: pointer
        }

    .faq .faqBody {
        margin: 0;
        padding: 0
    }

        .faq .faqBody .article {
            list-style: none;
            background-color: #fff;
            border: 1px solid #666;
            margin-bottom: 5px;
        }

    .faq .q {
        margin: 0;
        padding-left: 10px;
    }

        .faq .q a {
            display: block;
            text-align: left;
            background: url("/image/faq_q.png") no-repeat 0 0;
            padding: 0 0 0 35px;
            font-size: 15px;
            color: #5e5e5e;
            font-weight: bold;
            line-height: 27px;
            cursor: pointer;
            margin: 10px 0 !important;
        }

            .faq .q a:hover, .faq .q a:active, .faq .q a:focus {
            }

    .faq .a {
        background: #f8f8f8 url("/image/faq_a.png") no-repeat 40px 10px;
        padding: 10px 75px 10px 75px;
        font-size: 13px;
        color: #444444;
        line-height: 22px;
        border-top: 1px solid #bdbdbd;
        margin: 5px 0 0 0;
    }






.a_torrent {
    display: inline-block;
    width: 100%;
    padding: 5px;
    margin-bottom: 10px;
    text-align: center;
    background-color: #13b552;
    color: white;
}

.a_magnet {
    display: inline-block;
    width: 100%;
    padding: 5px;
    margin-bottom: 10px;
    text-align: center;
    background-color: #4b9611;
    color: white;
}

.btn_top {
    display: none;
    position: fixed;
    left: 50%;
    margin-left: 445px;
    bottom: 115px;
    z-index: 9999;
}

    .btn_top span {
        display: inline-block;
        width: 50px;
        height: 50px;
        padding: 25px 1px 1px 1px;
        color: #fff;
        text-align: center;
        margin-top: 35px !important;
        background: url(/image/icon_gototop.png) no-repeat;
        background-size: cover;
        cursor: pointer;
        border-radius: 50px;
    }

.g_nickname {
    display: flex;
    align-items: center;
    max-width: 95px;
    padding-left: 21px;
    height: 18px;
    font-weight: 500;
    white-space: nowrap;
    cursor: pointer;
}

.g_nickname_recomm {
    float: right;
    padding-right: 10px;
    font-weight: 500;
    cursor: pointer;
    color: #555;
    width: 100px;
    white-space: nowrap;
    overflow: hidden;
}

.display_none {
    display: none;
}

hr {
    border: 0;
    height: 1px;
    background: #E2E2E2;
    margin: 20px 0 20px 0;
}

h2 {
    display: block;
    font-size: 1.5em;
    -webkit-margin-before: 0.83em;
    -webkit-margin-after: 0.83em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}

select {
    border: 1px solid rgba(0,0,0,0.15);
    outline: none;
    -webkit-appearance: none;
}

input[type="text"], input[type="password"], input[type="search"] {
    border: 1px solid rgba(0,0,0,0.15);
    outline: none;
    -webkit-appearance: none;
}

button {
    border: none;
    outline: none;
    overflow: visible;
    margin: 0;
    padding: 0;
    background-color: transparent;
    cursor: pointer;
}

input[type="submit"] {
    border: none;
    outline: none;
    overflow: visible;
    margin: 0;
    padding: 0;
    background-color: transparent;
    cursor: pointer;
}

.tooltiptext {
    position: absolute;
    font-size: 12px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    padding: 3px 5px;
    border-radius: 2px;
    background-color: rgba(0,0,0,0.5);
}

.input_checkbox {
    display: flex;
    align-items: center;
}

    .input_checkbox input {
        width: 20px;
        box-sizing: border-box;
        border: 1px solid #cdcdcf;
        font-size: 13px;
    }

    .input_checkbox label {
        font-size: 15px;
    }

label {
    position: relative;
}
