@charset "utf-8";


@import "../css/bootstrap.min.css";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');

/************************************************
*	 			레이아웃 : WRAP					*
************************************************/

*{font-family: 'Noto Sans KR', sans-serif;}

.wrap,
.head_wrap,
.menu_wrap,
.nav_wrap {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
}

.foot_wrap {
    width: 100%;
    margin: 0;
    padding: 20px;
    background-color: #efefef;
    position: relative;
    z-index: 1000;
}

.container {
    width: 100%;
    margin: 30px 0 0;
    padding: 0;
    position: relative;
}






/************************************************
*				헤더 : HEADER					*
************************************************/

#wrap {
    width: 100%;
    margin: 0;
    background-color: #fff;
    position: relative;
}

    #wrap.top_fix_wrap #contents {
        padding-top: 0
    }

#htop {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #d7d7d7;
    position: fixed;
    top: 0;
    z-index: 1000;
}

#wrap.top_fix_wrap #htop {
    position: relative
}

    #wrap.top_fix_wrap #htop.fixed {
        position: fixed
    }

.htop_wrap {
    width: 100%;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0;
    z-index: 1;
}

    .htop_wrap .htop_case {
        width: 100%;
        height: auto;
        margin: 0 auto;
        background: #fff;
        position: relative;
    }

        .htop_wrap .htop_case:after {
            height: 0;
            content: '';
            display: block;
            clear: both;
            visibility: hidden
        }

.top_fix {
    width: 100%;
    margin: 0;
    position: relative;
    display: block;
    z-index: 1000;
}

#htop .htop_wrap,
#htop.fixed .top_fix {
    display: none !important
}

#htop.fixed .htop_wrap {
    display: block !important
}






.header {
    width: 1050px;
    height: 110px;
    margin: 0 auto;
    padding: 0 0 0 25px;
    position: relative;
}

    .header .icon {
        width: 45px;
        height: 45px;
        margin: 32px 0 0;
        padding: 0;
        float: left;
    }

        .header .icon a {
            height: 45px;
            background: url(../images/header/newstong_icon.jpg) no-repeat;
            line-height: 45px;
            display: block;
        }

    .header .logo {
        width: 86px;
        height: 44px;
        margin: 37px 0 0 20px;
        padding: 0;
        float: left;
    }

        .header .logo a {
            height: 44px;
            background: url(../images/header/newstong_logo.png) no-repeat;
            line-height: 44px;
            display: block;
        }

    .header .tmenu {
        width: 400px;
        height: 44px;
        margin: 45px 0 0 50px;
        padding: 0;
        font-size: 18px;
        font-weight: 400;
        float: left;
    }

        .header .tmenu a {
            margin: 0 25px 0 0;
            color: #1a1a1a;
        }

            .header .tmenu a:hover,
            .header .tmenu a.on {
                color: #2e83e0;
            }

    .header .hsearch {
        width: 200px;
        height: 30px;
        margin: 0;
        padding: 0 15px;
        background-color: #eee;
        border-radius: 20px;
        position: absolute;
        top: 41px;
        left: 210px;
    }

        .header .hsearch .hs_input {
            width: 150px;
            height: 30px;
            margin: 0;
            padding: 0;
            border: 0;
            font-size: 11px;
            font-weight: 400;
            line-height: 30px;
            letter-spacing: 0;
            float: left;
        }

            .header .hsearch .hs_input ::-webkit-input-placeholder,
            .header .hsearch .hs_input :-moz-placeholder,
            .header .hsearch .hs_input ::-moz-placeholder,
            .header .hsearch .hs_input :-ms-input-placeholder,
            .header .hsearch .hs_input .formerize-placeholder {
                font-size: 11px;
                color: #999;
            }

        .header .hsearch .hs_btn {
            width: 20px;
            height: 30px;
            margin: 0;
            padding: 0;
            background: url(../images/icon/search.png) no-repeat right 50%;
            border: 0;
            line-height: 30px;
            float: left;
        }




    .header .vod {
        width: 35px;
        height: 35px;
        position: absolute;
        top: 39px;
        right: 121px;
    }

        .header .vod a {
            height: 35px;
            background: url(../images/icon/icon_vod_off.png) no-repeat;
            line-height: 35px;
            display: block;
        }

            .header .vod a:hover {
                height: 35px;
                background: url(../images/icon/icon_vod_on.png) no-repeat;
                line-height: 35px;
                display: block;
            }



    .header .menu_icon_list {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        max-width: 400px;
        float: right;
        margin-top: 40px;
    }

    .header .newsletter {
        height: 35px;
        top: 39px;
    }

        .header .newsletter a {
            height: 35px;
            line-height: 35px;
            display: block;
            font-size: 1.3em;
        }

            .header .newsletter a:hover {
                height: 35px;
                line-height: 35px;
                display: block;
            }

    .header .mynsb {
        height: 35px;
        top: 39px;
    }

        .header .mynsb a {
            height: 35px;
            line-height: 35px;
            display: block;
            font-size: 1.3em;
        }

            .header .mynsb a:hover {
                height: 35px;
                line-height: 35px;
                display: block;
            }

    .header .write {
        height: 35px;
        top: 39px;
    }

        .header .write a {
            height: 35px;
            line-height: 35px;
            display: block;
            font-size: 1.3em;
        }

            .header .write a:hover {
                height: 35px;
                line-height: 35px;
                display: block;
            }

    .header .ssc {
        height: 35px;
        top: 39px;
        z-index: 1000;
    }

        .header .ssc a {
            height: 35px;
            line-height: 35px;
            display: block;
            font-size: 1.3em;
        }

            .header .ssc a:hover {
                height: 35px;
                line-height: 35px;
                display: block;
            }

    .header .setting {
        height: 20px;
        top: 39px;
        z-index: 1000;
    }

        .header .setting a {
            width: 20px;
            height: 20px;
            line-height: 20px;
            display: block;
            background: url(../images/icon/system_icon.png) no-repeat;
            background-size: 20px;
        }

            .header .setting a:hover {
                width: 20px;
                height: 20px;
                line-height: 20px;
                display: block;
                background: url(../images/icon/system_icon_b.png) no-repeat;
                background-size: 20px;
            }


.fix_logo {
    height: 45px;
    font-size: 18px;
    font-weight: 400;
    color: #666;
    line-height: 45px;
    position: relative;
}

    .fix_logo .fl_logo {
        height: 30px;
        margin: -6px 15px 0 0;
    }

    .fix_logo span {
        height: 45px;
        margin-left: 20px;
        font-size: 15px;
        font-weight: 400;
        color: #666;
        line-height: 45px;
        float: right
    }

        .fix_logo span img {
            width: 25px;
            height: 25px;
            margin: 0 3px 3px 0;
        }

        .fix_logo span ul {
            margin: 0;
            padding: 0;
            border: 1px solid #ccc;
            position: absolute;
            right: -5px;
        }

        .fix_logo span li {
            width: 50px;
            height: 45px;
            background-color: #fff;
            text-align: center;
            display: block;
            float: left;
        }

            .fix_logo span li a {
                width: 100%;
                height: 45px;
                text-align: center;
                font-size: 14px;
                color: #333;
                line-height: 45px;
                display: block;
            }

                .fix_logo span li a img {
                    width: 30px;
                    height: 30px;
                }



/*** 메인 메뉴 ***/
.menu_wrap {
    width: 100%;
    height: 45px;
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
}

.menu {
    width: 1050px;
    height: 45px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    z-index: 10;
}

.menu_fix {
    width: 100%;
    height: 110px;
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
}

.menu_f {
    width: 1050px;
    height: 110px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    z-index: 10;
}

    .menu_f .newstitle {
        margin: 10px 0 0;
        padding: 0;
        font-family: "Nanum Gothic";
        font-size: 30px;
        font-weight: 800;
        line-height: 140%;
        position: relative;
    }

    .menu_f .newsdate {
        height: 45px;
        padding: 10px 0;
        text-align: right;
        position: relative;
    }

        .menu_f .newsdate span {
            width: 50%;
            text-align: left;
            float: left;
        }

        .menu_f .newsdate #lblDate {
            text-align: right;
            font-family: "Nanum Gothic";
            font-size: 12px;
            font-weight: 400;
            color: #999;
        }

        .menu_f .newsdate span img {
            width: 20px;
            height: 20px;
            margin-bottom: 12px;
        }

    .menu_f .newsview {
        width: 100%;
        height: 45px;
        margin-top: 10px;
        margin-bottom: 0;
        padding: 0 30px 0 0;
        text-align: left;
        position: relative;
    }

.newsview .nv_tit {
    margin: 10px 0 0;
    padding: 0;
    font-size: 30px;
    font-weight: 600;
    line-height: 30px;
    position: relative;
}

    .newsview .nv_tit .nt_icon {
        height: 28px;
        margin: 2px 5px 0 0;
        padding: 0 10px;
        background-color: #2f5597;
        border-radius: 4px;
        font-size: 16px;
        font-weight: 300;
        color: #fff;
        line-height: 28px;
        vertical-align: top;
        display: inline-block;
    }

.menu_f .newsview .nv_date {
    font-size: 15px;
    color: #777;
}

.menu_f .newsview .nv_info {
    height: 45px;
    line-height: 45px;
    position: absolute;
    right: 20px;
    top: -10px;
}

    .menu_f .newsview .nv_info span {
        margin: 0 0 0 15px;
        font-size: 15px;
    }

    .menu_f .newsview .nv_info img {
        width: 25px;
        height: 25px;
        margin: 0 3px 3px 0;
    }

    .menu_f .newsview .nv_info ul {
        margin: 0;
        padding: 0;
        border: 1px solid #ccc;
        position: absolute;
        right: -5px;
    }

    .menu_f .newsview .nv_info li {
        width: 50px;
        height: 45px;
        background-color: #fff;
        text-align: center;
        display: block;
        float: left;
    }

        .menu_f .newsview .nv_info li a {
            width: 100%;
            height: 45px;
            text-align: center;
            font-size: 14px;
            color: #333;
            line-height: 45px;
            display: block;
        }

            .menu_f .newsview .nv_info li a img {
                width: 30px;
                height: 30px;
            }


.slider_wrap {
    width: 1050px;
    height: 45px;
    text-align: left;
    position: relative;
}

    .slider_wrap .sliderkit {
        text-align: left;
        position: relative;
        overflow: hidden;
    }

        .slider_wrap .sliderkit .sliderkit-nav {
            text-align: center;
            position: absolute;
            z-index: 10;
        }

        .slider_wrap .sliderkit .sliderkit-nav-clip {
            margin: 0 auto;
            position: relative;
        }

            .slider_wrap .sliderkit .sliderkit-nav-clip ul {
                margin: 0;
                padding: 0;
                list-style: none;
                position: relative;
                left: 0;
                top: 0;
            }

                .slider_wrap .sliderkit .sliderkit-nav-clip ul li {
                    float: left;
                    display: block;
                }

                    .slider_wrap .sliderkit .sliderkit-nav-clip ul li a.nav_1th {
                        height: 45px;
                        display: block;
                        overflow: hidden;
                    }

    .slider_wrap #carousel-demo5 {
        width: 1050px;
        height: 1000px;
    }

        .slider_wrap #carousel-demo5 .sliderkit-nav {
            width: 1050px;
            height: 45px;
            padding: 0;
            background: none;
            left: 0;
            top: 0;
        }

        .slider_wrap #carousel-demo5 .sliderkit-nav-clip ul {
            margin: 0;
            padding: 0;
        }

            .slider_wrap #carousel-demo5 .sliderkit-nav-clip ul li {
                width: 94px;
                margin: 0 9px 0 0;
                padding: 0;
                position: relative;
                float: left;
            }

                .slider_wrap #carousel-demo5 .sliderkit-nav-clip ul li a {
                    width: 100%;
                    margin: 0;
                    padding: 0;
                    text-decoration: none;
                    text-align: center;
                    font-size: 15px;
                    letter-spacing: -1px;
                    font-weight: 400;
                    color: #1a1a1a;
                    line-height: 45px;
                    vertical-align: middle;
                    display: block;
                }

                    .slider_wrap #carousel-demo5 .sliderkit-nav-clip ul li a.nav_1th {
                        height: 45px;
                        overflow: hidden;
                    }

                        .slider_wrap #carousel-demo5 .sliderkit-nav-clip ul li a.nav_1th:hover {
                            color: #2e83e0;
                        }

                            .slider_wrap #carousel-demo5 .sliderkit-nav-clip ul li a.nav_1th:hover span.list {
                                display: block !important;
                            }

                .slider_wrap #carousel-demo5 .sliderkit-nav-clip ul li span {
                    width: 100%;
                    height: auto;
                    margin-top: -2px;
                    padding: 0 30px;
                    border-top: 1px solid #d9d9d9;
                    position: absolute;
                    left: 0;
                    float: left;
                    display: none;
                }

            .slider_wrap #carousel-demo5 .sliderkit-nav-clip ul span.list a {
                width: 100%;
                height: 35px;
                text-decoration: none !important;
                background: #fff;
                border-left: 1px solid #d9d9d9;
                border-right: 1px solid #d9d9d9;
                border-bottom: 1px solid #d9d9d9;
                padding: 0;
                font-size: 13px;
                font-weight: 400;
                color: #1a1a1a;
                line-height: 35px;
                text-decoration: none;
                display: block;
                overflow: hidden;
            }

                .slider_wrap #carousel-demo5 .sliderkit-nav-clip ul span.list a:hover {
                    background: #e6e6e6;
                }

            .slider_wrap #carousel-demo5 .sliderkit-nav-clip ul span.list {
                width: 100%;
                height: auto;
                padding: 0;
                text-align: center;
                position: absolute;
                z-index: 10;
                overflow: hidden;
            }

                .slider_wrap #carousel-demo5 .sliderkit-nav-clip ul span.list a.list_last {
                    border-bottom: none;
                }

            .slider_wrap #carousel-demo5 .sliderkit-nav-clip ul li:hover span {
                display: block !important;
            }

            .slider_wrap #carousel-demo5 .sliderkit-nav-clip ul li span a {
                display: inline;
            }

                .slider_wrap #carousel-demo5 .sliderkit-nav-clip ul li span a:hover {
                    text-decoration: underline;
                }

        .slider_wrap #carousel-demo5 .sliderkit-nav .sliderkit-nav-btn {
            position: absolute;
            top: 8px;
        }

            .slider_wrap #carousel-demo5 .sliderkit-nav .sliderkit-nav-btn span {
                display: none;
            }

            .slider_wrap #carousel-demo5 .sliderkit-nav .sliderkit-nav-btn a {
                width: 26px;
                height: 28px;
                display: block;
                background: transparent url("../images/icon/arrows-h-btn.gif") no-repeat 0 0;
            }

        .slider_wrap #carousel-demo5 .sliderkit-nav .sliderkit-nav-prev {
            left: 0;
        }

        .slider_wrap #carousel-demo5 .sliderkit-nav .sliderkit-nav-next {
            right: 0;
        }

        .slider_wrap #carousel-demo5 .sliderkit-nav .sliderkit-nav-prev a {
            background-position: 0 0;
        }

        .slider_wrap #carousel-demo5 .sliderkit-nav .sliderkit-nav-next a {
            background-position: 0 -28px;
        }

        .slider_wrap #carousel-demo5 .sliderkit-nav .sliderkit-nav-prev a:hover,
        .slider_wrap #carousel-demo5 .sliderkit-nav .sliderkit-nav-prev a:focus {
            background-position: -26px 0;
        }

        .slider_wrap #carousel-demo5 .sliderkit-nav .sliderkit-nav-next a:hover,
        .slider_wrap #carousel-demo5 .sliderkit-nav .sliderkit-nav-next a:focus {
            background-position: -26px -28px;
        }

        .slider_wrap #carousel-demo5 .sliderkit-nav .sliderkit-btn-disable a {
            cursor: default;
        }

        .slider_wrap #carousel-demo5 .sliderkit-nav .sliderkit-nav-prev .sliderkit-btn-disable a {
            background-position: -52px 0;
        }

        .slider_wrap #carousel-demo5 .sliderkit-nav .sliderkit-nav-next .sliderkit-btn-disable a {
            background-position: -52px -28px;
        }


    .slider_wrap #carousel-demo6 {
        width: 1050px;
        height: 1000px;
    }

        .slider_wrap #carousel-demo6 .sliderkit-nav {
            width: 1050px !important;
            height: 45px;
            padding: 0;
            background: none;
            left: 0;
            top: 0;
        }

        .slider_wrap #carousel-demo6 .sliderkit-nav-clip ul {
            margin: 0;
            padding: 0;
        }

            .slider_wrap #carousel-demo6 .sliderkit-nav-clip ul li {
                width: 93.6px !important;
                height: 45px !important;
                margin: 0 9px 0 0;
                padding: 0;
                position: relative;
                float: left !important;
            }

                .slider_wrap #carousel-demo6 .sliderkit-nav-clip ul li a {
                    width: 100%;
                    margin: 0;
                    padding: 0;
                    text-decoration: none;
                    text-align: center;
                    font-size: 15px;
                    letter-spacing: -1px;
                    font-weight: 400;
                    color: #1a1a1a;
                    line-height: 45px;
                    vertical-align: middle;
                    display: block;
                }

                    .slider_wrap #carousel-demo6 .sliderkit-nav-clip ul li a.nav_1th {
                        width: 93.6px !important;
                        height: 45px;
                        overflow: hidden;
                    }

                        .slider_wrap #carousel-demo6 .sliderkit-nav-clip ul li a.nav_1th:hover {
                            color: #2e83e0;
                        }

                            .slider_wrap #carousel-demo6 .sliderkit-nav-clip ul li a.nav_1th:hover span.list {
                                display: block !important;
                            }

                .slider_wrap #carousel-demo6 .sliderkit-nav-clip ul li span {
                    width: 100%;
                    height: auto;
                    margin-top: -2px;
                    padding: 0 30px;
                    border-top: 1px solid #d9d9d9;
                    position: absolute;
                    left: 0;
                    float: left;
                    display: none;
                }

            .slider_wrap #carousel-demo6 .sliderkit-nav-clip ul span.list a {
                width: 100%;
                height: 35px;
                text-decoration: none !important;
                background: #fff;
                border-left: 1px solid #d9d9d9;
                border-right: 1px solid #d9d9d9;
                border-bottom: 1px solid #d9d9d9;
                padding: 0;
                font-size: 13px;
                font-weight: 400;
                color: #1a1a1a;
                line-height: 35px;
                text-decoration: none;
                display: block;
                overflow: hidden;
            }

                .slider_wrap #carousel-demo6 .sliderkit-nav-clip ul span.list a:hover {
                    background: #e6e6e6;
                }

            .slider_wrap #carousel-demo6 .sliderkit-nav-clip ul span.list {
                width: 100%;
                height: auto;
                padding: 0;
                text-align: center;
                position: absolute;
                z-index: 10;
                overflow: hidden;
            }

                .slider_wrap #carousel-demo6 .sliderkit-nav-clip ul span.list a.list_last {
                    border-bottom: none;
                }

            .slider_wrap #carousel-demo6 .sliderkit-nav-clip ul li:hover span {
                display: block !important;
            }

            .slider_wrap #carousel-demo6 .sliderkit-nav-clip ul li span a {
                display: inline;
            }

                .slider_wrap #carousel-demo6 .sliderkit-nav-clip ul li span a:hover {
                    text-decoration: underline;
                }

        .slider_wrap #carousel-demo6 .sliderkit-nav .sliderkit-nav-btn {
            position: absolute;
            top: 8px;
        }

            .slider_wrap #carousel-demo6 .sliderkit-nav .sliderkit-nav-btn span {
                display: none;
            }

            .slider_wrap #carousel-demo6 .sliderkit-nav .sliderkit-nav-btn a {
                width: 26px;
                height: 28px;
                display: block;
                background: transparent url("../images/icon/arrows-h-btn.gif") no-repeat 0 0;
            }

        .slider_wrap #carousel-demo6 .sliderkit-nav .sliderkit-nav-prev {
            left: 0;
        }

        .slider_wrap #carousel-demo6 .sliderkit-nav .sliderkit-nav-next {
            right: 0;
        }

        .slider_wrap #carousel-demo6 .sliderkit-nav .sliderkit-nav-prev a {
            background-position: 0 0;
        }

        .slider_wrap #carousel-demo6 .sliderkit-nav .sliderkit-nav-next a {
            background-position: 0 -28px;
        }

        .slider_wrap #carousel-demo6 .sliderkit-nav .sliderkit-nav-prev a:hover,
        .slider_wrap #carousel-demo6 .sliderkit-nav .sliderkit-nav-prev a:focus {
            background-position: -26px 0;
        }

        .slider_wrap #carousel-demo6 .sliderkit-nav .sliderkit-nav-next a:hover,
        .slider_wrap #carousel-demo6 .sliderkit-nav .sliderkit-nav-next a:focus {
            background-position: -26px -28px;
        }

        .slider_wrap #carousel-demo6 .sliderkit-nav .sliderkit-btn-disable a {
            cursor: default;
        }

        .slider_wrap #carousel-demo6 .sliderkit-nav .sliderkit-nav-prev .sliderkit-btn-disable a {
            background-position: -52px 0;
        }

        .slider_wrap #carousel-demo6 .sliderkit-nav .sliderkit-nav-next .sliderkit-btn-disable a {
            background-position: -52px -28px;
        }



/*** 서브 메뉴 ***/
.nav_wrap {
    height: 40px;
    background-color: #eee;
}

.nav {
    width: 1070px;
    height: 40px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    line-height: 40px;
    position: relative;
}

    .nav a {
        font-size: 14px;
        color: 4b4b4b;
    }

        .nav a:hover {
            color: #2e82e0;
        }

    .nav .nprev {
        width: 7px;
        height: 13px;
        margin: 15px 0 0 0;
        padding: 10px;
        background: url(../images/icon/sub_menu_arrow_l.png) no-repeat left 50%;
        line-height: 13px;
    }

    .nav .nnext {
        width: 7px;
        height: 13px;
        margin: 15px 0 0 0;
        padding: 10px;
        background: url(../images/icon/sub_menu_arrow_r.png) no-repeat right 50%;
        ;
        line-height: 13px;
    }

    .nav span {
        margin: 0 20px;
    }


.nav_wrap {
    height: 40px;
    background-color: #eee;
}

.nav {
    width: 1070px;
    height: 40px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    line-height: 40px;
    position: relative;
}

    .nav a {
        font-size: 14px;
        color: 4b4b4b;
    }

        .nav a:hover {
            color: #2e82e0;
        }

    .nav .nprev {
        width: 7px;
        height: 13px;
        margin: 15px 0 0 0;
        padding: 10px;
        background: url(../images/icon/sub_menu_arrow_l.png) no-repeat left 50%;
        line-height: 13px;
    }

    .nav .nnext {
        width: 7px;
        height: 13px;
        margin: 15px 0 0 0;
        padding: 10px;
        background: url(../images/icon/sub_menu_arrow_r.png) no-repeat right 50%;
        ;
        line-height: 13px;
    }

    .nav span {
        margin: 0 20px;
    }






/************************************************
*			메인 콘텐츠 :MAIN CONTAINER			*
************************************************/
/*** MAIN CONTENT ***/
.mcontainer{width:1050px;margin:30px auto 0;padding:0;text-align:left;position:relative;}

.content_l{width:690px;margin:0;padding:0;text-align:left;position:relative;float:left;}
.content_r{width:690px;margin:0;padding:0;text-align:left;position:relative;float:right;}
.content_c{width:1050px;margin:0;padding:0;text-align:left;position:relative;}
.content_s{width:1050px;margin:0 auto;padding:15px 0;text-align:left;position:relative;}

.sider_l{width:330px;margin:0;padding:0;text-align:left;position:relative;float:left;}
.sider_r{width:330px;margin:0;padding:0;text-align:left;position:relative;float:right;}


.skin_1{width:100%;margin:0;padding:0;position:relative;}
.skin_2{width:100%;margin:0;padding:0;position:relative; z-index: 99;}
.skin_3{width:100%;margin:0;padding:0;position:relative;}


.s_case0_1{width:100%;margin:0 auto 25px;position:relative;overflow:hidden;}
.s_thum0_1{height:475px;margin:0;padding:0;background-color:#efefef;text-align:center;position:relative;z-index:1;overflow:hidden;}
.s_thum0_1 .s_table0_1{width:100%;height:475px;display:table;}
.s_thum0_1 .s_cell0_1{height:475px;text-align:center;vertical-align:middle;display:table-cell;}
.s_thum0_1 .s_cell0_1 img{width:100%;/*height:100%;*/}


.s_case1_1{width:100%;margin:0 auto 25px;position:relative;overflow:hidden;}
.s_thum1_1{height:330px;margin:0;padding:0;background-color:#efefef;text-align:center;position:relative;z-index:1;overflow:hidden;}
.s_thum1_1 .s_table1_1{width:100%;height:330px;display:table;}
.s_thum1_1 .s_cell1_1{height:330px;text-align:center;vertical-align:middle;display:table-cell;}
.s_thum1_1 .s_cell1_1 img{width:100%;/*height:100%;*/}


.s_case1_2{width:689px;margin:0 0 23px;position:relative;float:left;overflow:hidden;}
.s_thum1_2{margin:0;padding:0;background-color:#efefef;text-align:center;position:relative;z-index:1;}
.s_thum1_2 .s_table1_2{width:100%;height:349px;display:table;}
.s_thum1_2 .s_cell1_2{height:349px;text-align:center;vertical-align:middle;display:table-cell;}
.s_thum1_2 .s_cell1_2 img{width:100%;/*height:100%;*/}


.s_case1_3{width:689px;margin:0 3px 25px 0;position:relative;float:right;overflow:hidden;}
.s_thum1_3{margin:0;padding:0;background-color:#efefef;text-align:center;position:relative;z-index:1;}
.s_thum1_3 .s_table1_3{width:100%;height:349px;display:table;}
.s_thum1_3 .s_cell1_3{height:349px;text-align:center;vertical-align:middle;display:table-cell;}
.s_thum1_3 .s_cell1_3 img{width:100%;/*height:100%;*/}


.s_case1_4{width:1050px;margin:0 0 24px;border:1px solid #ccc;position:relative;float:left;overflow:hidden;}
.s_thum1_4{width:689px;margin:0;padding:0;background-color:#efefef;text-align:center;position:relative;z-index:1;}
.s_thum1_4 .s_table1_4{width:100%;height:349px;display:table;}
.s_thum1_4 .s_cell1_4{height:349px;text-align:center;vertical-align:middle;display:table-cell;}
.s_thum1_4 .s_cell1_4 img{width:100%;/*height:100%;*/}


.s_tit{
	height:66px;
	padding:0 30px;
	text-align:left;
	font-size:26px;
	color:#fff;
	line-height:33px;
	display:block;
	position:absolute;
	left:0;
	bottom:65px;
	overflow:hidden;
	z-index:10;
}
.s_cop{
	margin:0 30px;
	padding:3px 10px;
	background-color:#d60825;
	font-size:14px;
	font-weight:600;
	color:#fff !important;
	line-height:15px;
	display:block;
	position:absolute;
	left:0;
	bottom:140px;
	overflow:hidden;
	z-index:10;
}
.s_ncop{
	width:35px;
	margin:0;
	padding:5px 0;
	background-color:#d60825;
	text-align:center;
	font-size:14px;
	font-weight:600;
	color:#fff !important;
	line-height:15px;
	display:block;
	position:absolute;
	left:0;
	top:0;
	overflow:hidden;
	z-index:10;
}
.s_tcop{
	margin:0 30px;
	padding:3px 10px;
	background-color:#d60825;
	font-size:14px;
	font-weight:600;
	color:#fff !important;
	line-height:15px;
	display:block;
	position:absolute;
	left:0;
	top:25px;
	overflow:hidden;
	z-index:10;
}
.s_bcop2{
	margin:0 10px;
	padding:3px 10px;
	background-color:#d60825;
	font-size:14px;
	font-weight:600;
	color:#fff !important;
	line-height:15px;
	display:block;
	position:absolute;
	left:0;
	top:175px;
	overflow:hidden;
	z-index:10;
}
.s_bcop3{
	margin:0 10px;
	padding:3px 10px;
	background-color:#d60825;
	font-size:14px;
	font-weight:600;
	color:#fff !important;
	line-height:15px;
	display:block;
	position:absolute;
	left:0;
	top:78px;
	overflow:hidden;
	z-index:10;
}
.s_tit a{color:#fff !important;}
.s_txt{
	padding:0 30px;
	font-size:13px;
	font-weight:400;
	color:#bdbdbd;
	line-height:15px;
	display:block;
	position:absolute;
	bottom:30px;
	overflow:hidden;
	z-index:10;
}
.s_txt span{margin:0 7px;}
.s_txt img{height:12px;}
.s1over{width:100%;height:100px;background:url(../images/fs_t_over.png) repeat-x;opacity:0.7;display:block;position:absolute;left:0;bottom:0;z-index:1;}
.s2over{width:100%;height:185px;background:url(../images/fs_over.png) repeat-x;opacity:0.7;display:block;position:absolute;left:0;bottom:0;z-index:1;}

.s_time1{
	height:30px;
	padding:0 15px;
	background-color:#000;
	border-radius:4px;
	text-align:center;
	font-size:16px;
	color:#fff;
	line-height:30px;
	position:absolute;
	right:10px;
	bottom:20px;
}
.s_time2{
	height:20px;
	padding:0 10px;
	background-color:#000;
	border-radius:4px;
	text-align:center;
	font-size:14px;
	font-weight:400;
	color:#fff;
	line-height:20px;
	position:absolute;
	right:5px;
	bottom:5px;
}
.s_time4{
	height:15px;
	padding:0 10px;
	background-color:#000;
	border-radius:4px;
	text-align:center;
	font-size:12px;
	font-weight:400;
	color:#fff;
	line-height:15px;
	position:absolute;
	right:3px;
	bottom:3px;
}

.vod_btn0{height:475px;position:absolute;left:40%;top:175px;z-index:1000;}
.vod_btn0 img{width:100px;}
.vod_btn1{height:330px;position:absolute;left:40%;top:105px;z-index:1000;}
.vod_btn1 img{width:100px;}
.vod_btn2{height:205px;position:absolute;left:38%;top:60px;z-index:1000;}
.vod_btn2 img{width:80px;}
.vod_btn4{height:105px;position:absolute;left:36%;top:38px;z-index:1000;}
.vod_btn4 img{width:30px;}
.vod_btn5{height:330px;position:absolute;left:40%;top:130px;z-index:1000;}
.vod_btn5 img{width:100px;}
.vod_btn6{height:155px;position:absolute;left:40%;top:45px;z-index:1000;}
.vod_btn6 img{width:70px;}

.vod_bg0{width:100%;height:475px;position:absolute;left:0;top:0;z-index:100;}
.vod_bg1{width:100%;height:330px;position:absolute;left:0;top:0;z-index:100;}
.vod_bg2{width:100%;height:205px;position:absolute;left:0;top:0;z-index:100;}
.vod_bg4{width:100%;height:105px;position:absolute;left:0;top:0;z-index:100;}
.vod_bg5{width:100%;height:155px;position:absolute;left:0;top:0;z-index:100;}


.s_case2{width:100%;position:relative;}
.s_case2 ul{margin:0 0 0 -27px;padding:0;position:relative;}
.s_case2 li{width:331px;height:347px;margin:0 0 25px 27px;padding:0;border:1px solid #d7d7d7;float:left;}
.s_case2 li .s_thum2{margin:0;padding:0;text-align:left;position:relative;z-index:1;}
.s_case2 li .s_thum2 .s_table2{width:100%;height:205px;background-color:#f7f7f7;position:relative;overflow:hidden;}
.s_case2 li .s_thum2 .s_cell2{height:205px;text-align:center;vertical-align:middle;}
.s_case2 li .s_thum2 .s_cell2 img{width:100%;}

.s_case2 li .s_thum2 .s_copy2{padding:30px 20px 15px;position:relative;}
.s_case2 li .s_thum2 .s_copy2 .off{
	margin:0;
	padding:0 10px;
	background-color:#d60825;
	font-size:12px;
	color:#fff;
	line-height:20px;
	position:absolute;
	top:8px;
	display:block;
}
.s_case2 li .s_thum2 .s_copy2 .off img{
	height:100%;
}
.s_case2 li .s_thum2 .s_copy2 a{color:#1a1a1a;}
.s_case2 li .s_thum2 .s_copy2 a:hover{color:#2e82e0;}
.s_case2 li .s_thum2 .s_copy2 b{height:52px;margin:0 0 25px;padding:0;font-size:20px;font-weight:500;line-height:26px;display:block;overflow:hidden;}
.s_case2 li .s_thum2 .s_copy2 b.s_2{height:52px !important;margin:100px 0 130px !important;}
.s_case2 li .s_thum2 .s_copy2 b.s_3{height:78px !important;margin:90px 0 114px !important;}
.s_case2 li .s_thum2 .s_copy2 b.s_4{height:104px !important;margin:78px 0 100px !important;}
.s_case2 li .s_thum2 .s_copy2 p{margin:0;padding:0;font-size:12px;color:#2e82e0;line-height:20px;letter-spacing:-1px;position:relative;display:block;}
.s_case2 li .s_thum2 .s_copy2 p img{height:12px;}
.s_case2 li .s_thum2 .s_copy2 em{margin:0 5px;}
.s_case2 li .s_thum2 .s_copy2 span{height:180px;margin:0 0 25px;font-size:15px;font-weight:400;color:#1a1a1a;line-height:23px;display:block;overflow:hidden;}
.s_case2 li .s_thum2 .s_copy2 .sc2_img{
	width:25px;
	height:25px;
	margin:0 10px 0 0;
	padding:0;
	border:1px solid #ccc;
	border-radius:100%;
	text-align:center;
	line-height:25px;
	float:left;
	overflow:hidden;
}
.s_case2 li .s_thum2 .s_copy2 .sc2_img img{width:auto;height:100%;margin:-5px 0 0;}


.s_case3{width:100%;position:relative;}
.s_case3 ul{margin:0;padding:0;}
.s_case3 li{width:331px;margin:0 0 25px;padding:0;border:1px solid #d7d7d7;list-style:none;position:relative;}
.s_case3 li .s_thum3{margin:0;padding:0;text-align:left;position:relative;z-index:1;}
.s_case3 li .s_thum3 .s_table3{width:100%;height:205px;background-color:#f7f7f7;position:relative;overflow:hidden;}
.s_case3 li .s_thum3 .s_cell3{height:205px;text-align:center;vertical-align:middle;}
.s_case3 li .s_thum3 .s_cell3 img{width:100%;}

.s_case3 li .s_thum3 .s_copy3{padding:14px 20px;position:relative;}
.s_case3 li .s_thum3 .s_copy3 a{color:#1a1a1a;}
.s_case3 li .s_thum3 .s_copy3 a:hover{color:#2e82e0;}
.s_case3 li .s_thum3 .s_copy3 b{height:52px;margin:0 0 25px;padding:0;font-size:20px;font-weight:500;line-height:26px;display:block;overflow:hidden;}
.s_case3 li .s_thum3 .s_copy3 p{margin:0;padding:0;font-size:12px;color:#2e82e0;line-height:20px;letter-spacing:-1px;display:block;}
.s_case3 li .s_thum3 .s_copy3 p img{height:12px;}
.s_case3 li .s_thum3 .s_copy3 em{margin:0 5px;}
.s_case3 li .s_thum3 .s_copy3 span{height:180px;margin:0 0 25px;font-size:15px;font-weight:400;color:#1a1a1a;line-height:23px;display:block;overflow:hidden;}


.s_case4{margin:0 0 25px;padding:12px 15px 0;background-color:#f7f7f7;position:relative;}
.s_case4 ul{margin:0;padding:0;}
.s_case4 li{width:100%;margin:0 0 12px;padding:0 0 12px;border-bottom:1px solid #e8e8e8;position:relative;}
.s_case4 li:last-child{border-bottom:0;}
.s_case4 li .s_thum4{height:108px;margin:0;padding:0;text-align:left;position:relative;z-index:1;}
.s_case4 li .s_thum4 .s_table4{width:105px;height:108px;margin:0 15px 0 0;border:1px solid #d6d6d6;position:relative;float:left;overflow:hidden;}
.s_case4 li .s_thum4 .s_cell4{height:108px;text-align:center;vertical-align:middle;}
.s_case4 li .s_thum4 .s_cell4 img{height:100%;}

.s_case4 li .s_thum4 .s_copy4{margin:15px 0;padding:0;clear:both;}
.s_case4 li .s_thum4 .s_copy4 a{color:#1a1a1a;}
.s_case4 li .s_thum4 .s_copy4 a:hover{color:#2e82e0;}
.s_case4 li .s_thum4 .s_copy4 b{height:46px;margin:0 0 25px;padding:5px 0 0;font-size:15px;font-weight:400;line-height:23px;display:block;overflow:hidden;}
.s_case4 li .s_thum4 .s_copy4 p{margin:0;padding:0;font-size:12px;color:#747474;line-height:16px;letter-spacing:-1px;display:block;}
.s_case4 li .s_thum4 .s_copy4 p img{height:12px;}
.s_case4 li .s_thum4 .s_copy4 em{margin:0 5px;}


.s_case5{width:100%;position:relative;}
.s_case5 ul{margin:0 0 0 -16px;padding:0;position:relative;}
.s_case5 li{width:250px;margin:0 0 15px 16px;padding:0;background-color:#fff;border:1px solid #d7d7d7;float:left;}
.s_case5 li .sc5_n{display:none;}
.s_case5 li:hover .sc5_n{display:block !important;}

.s_case5 li .s_thum5{width:250px;margin:0;padding:0;text-align:left;display:block;position:relative;z-index:1;}
.s_case5 li .s_thum5 .s_table5{width:100%;height:155px;background-color:#f7f7f7;position:relative;overflow:hidden;}
.s_case5 li .s_thum5 .s_cell5{height:155px;text-align:center;vertical-align:middle;}
.s_case5 li .s_thum5 .s_cell5 img{width:100%;}

.s_case5 li .s_thum5 .s_copy5{padding:15px 15px 13px;position:relative;}
.s_case5 li .s_thum5 .s_copy5 .off{
  margin:0;
  padding:0 10px;
  background-color:#d60825;
  font-size:12px;
  color:#fff;
  line-height:20px;
  position:absolute;
  top:8px;
  display:block;
}
.s_case5 li .s_thum5 .s_copy5 a{color:#1a1a1a;}
.s_case5 li .s_thum5 .s_copy5 a:hover{color:#2e82e0;}
.s_case5 li .s_thum5 .s_copy5 b{height:48px;margin:0 0 15px;padding:0;font-size:18px;font-weight:500;line-height:24px;display:block;overflow:hidden;}
.s_case5 li .s_thum5 .s_copy5 b.s_2{height:48px !important;margin:85px 0 85px !important;}
.s_case5 li .s_thum5 .s_copy5 b.s_3{height:70px !important;margin:75px 0 73px !important;}
.s_case5 li .s_thum5 .s_copy5 b.s_4{height:94px !important;margin:63px 0 61px !important;}
.s_case5 li .s_thum5 .s_copy5 p{margin:0;padding:0;font-size:11px;color:#2e82e0;line-height:20px;letter-spacing:-1px;position:relative;display:block;}
.s_case5 li .s_thum5 .s_copy5 p img{height:12px;}
.s_case5 li .s_thum5 .s_copy5 em{margin:0 5px;}
.s_case5 li .s_thum5 .s_copy5 span{height:138px;margin:0 0 17px;font-size:13px;font-weight:400;color:#1a1a1a;line-height:17px;display:block;overflow:hidden;}


.s_case6{margin:0 0 25px;padding:0 15px;background-color:#f7f7f7;position:relative;}
.s_case6 .sc6_tit{
	height:48px;
	margin:0 0 11px;
	padding:0;
	border-bottom:1px solid #ccc;
	font-size:17px;
	font-weight:500;
	line-height:48px;
	position:relative;
}
.s_case6 .sc6_tit span{
	font-size:13px;
	font-weight:400;
	line-height:48px;
	position:absolute;
	right:0;
}
.s_case6 ul{margin:0;padding:0;}
.s_case6 li{width:100%;margin:0 0 26px;padding:0 0 26px;border-bottom:1px solid #e8e8e8;position:relative;}
.s_case6 li:last-child{border-bottom:0;}
.s_case6 li .s_thum6{height:80px;margin:0;padding:0;text-align:left;position:relative;z-index:1;}
.s_case6 li .s_thum6 .s_table6{width:80px;height:80px;margin:0 0 0 15px;border:1px solid #d6d6d6;border-radius:100px;position:relative;float:right;overflow:hidden;}
.s_case6 li .s_thum6 .s_cell6{height:80px;text-align:center;vertical-align:middle;}
.s_case6 li .s_thum6 .s_cell6 img{height:100%;}

.s_case6 li .s_thum6 .s_copy6{margin:15px 0;padding:0;clear:both;}
.s_case6 li .s_thum6 .s_copy6 a{color:#1a1a1a;}
.s_case6 li .s_thum6 .s_copy6 a:hover{color:#2e82e0;}
.s_case6 li .s_thum6 .s_copy6 b{height:63px;margin:0;padding:5px 0 0;font-size:18px;font-weight:400;line-height:21px;display:block;overflow:hidden;}
.s_case6 li .s_thum6 .s_copy6 p{margin:0;padding:0;font-size:12px;color:#747474;line-height:16px;letter-spacing:-1px;display:block;}
.s_case6 li .s_thum6 .s_copy6 p img{height:12px;}
.s_case6 li .s_thum6 .s_copy6 em{margin:0 5px;}


.s_case7{width:100%;position:relative;}
.s_case7 ul{margin:0 0 0 -27px;padding:0;position:relative;}
.s_case7 li{width:331px;margin:0 0 25px 27px;padding:0;border:1px solid #d7d7d7;float:left;}
.s_case7 li .s_thum7{margin:0;padding:0;text-align:left;position:relative;z-index:1;}
.s_case7 li .s_thum7 .s_table7{width:100%;height:205px;background-color:#f7f7f7;position:relative;overflow:hidden;}
.s_case7 li .s_thum7 .s_cell7{height:205px;text-align:center;vertical-align:middle;}
.s_case7 li .s_thum7 .s_cell7 img{width:100%;}

.s_case7 li .s_thum7 .s_copy7{padding:30px 20px 15px;position:relative;}
.s_case7 li .s_thum7 .s_copy7 .off{
  margin:0;
  padding:0 10px;
  background-color:#d60825;
  font-size:12px;
  color:#fff;
  line-height:20px;
  position:absolute;
  top:8px;
  display:block;
}
.s_case7 li .s_thum7 .s_copy7 a{color:#1a1a1a;}
.s_case7 li .s_thum7 .s_copy7 a:hover{color:#2e82e0;}
.s_case7 li .s_thum7 .s_copy7 b{height:52px;margin:0 0 25px;padding:0;font-size:20px;font-weight:500;line-height:26px;display:block;overflow:hidden;}
.s_case7 li .s_thum7 .s_copy7 p{margin:0;padding:0;font-size:12px;color:#2e82e0;line-height:20px;letter-spacing:-1px;position:relative;display:block;}
.s_case7 li .s_thum7 .s_copy7 p img{height:12px;}
.s_case7 li .s_thum7 .s_copy7 em{margin:0 5px;}
.s_case7 li .s_thum7 .s_copy7 span{height:180px;margin:0 0 25px;font-size:15px;font-weight:400;color:#1a1a1a;line-height:23px;display:block;overflow:hidden;}


.s_case8{width:100%;margin:0;padding:0;position:relative;display:block;}
.s_case8 ul{margin:0 0 0 -16px;padding:0;position:relative;}
.s_case8 li{width:161px;margin:0 0 0 16px;padding:0;background-color:#fff;border:1px solid #d7d7d7;float:left;}
.s_case8 li .s_thum8{margin:0;padding:0;text-align:left;position:relative;z-index:1;}
.s_case8 li .s_thum8 .s_table8{width:100%;height:100px;background-color:#f7f7f7;position:relative;overflow:hidden;}
.s_case8 li .s_thum8 .s_cell8{height:100px;text-align:center;vertical-align:middle;}
.s_case8 li .s_thum8 .s_cell8 img{width:100%;}

.s_case8 li .s_thum8 .s_copy8{padding:5px 15px 0;position:relative;}
.s_case8 li .s_thum8 .s_copy8 .off{
  margin:0;
  padding:0 10px;
  background-color:#d60825;
  font-size:12px;
  color:#fff;
  line-height:20px;
  position:absolute;
  top:8px;
  display:block;
}
.s_case8 li .s_thum8 .s_copy8 a{color:#1a1a1a;}
.s_case8 li .s_thum8 .s_copy8 a:hover{color:#2e82e0;}
.s_case8 li .s_thum8 .s_copy8 b{height:48px;margin:0 0 10px;padding:0;font-size:16px;font-weight:500;line-height:24px;display:block;overflow:hidden;}
.s_case8 li .s_thum8 .s_copy8 b.s_2{height:48px !important;margin:50px 0 60px !important;}
.s_case8 li .s_thum8 .s_copy8 b.s_3{height:72px !important;margin:40px 0 46px !important;}
.s_case8 li .s_thum8 .s_copy8 b.s_4{height:96px !important;margin:30px 0 32px !important;}
.s_case8 li .s_thum8 .s_copy8 p{margin:0;padding:0;font-size:11px;color:#2e82e0;line-height:20px;letter-spacing:-1px;position:relative;display:block;}
.s_case8 li .s_thum8 .s_copy8 p img{height:12px;}
.s_case8 li .s_thum8 .s_copy8 em{margin:0 5px;}
.s_case8 li .s_thum8 .s_copy8 span{height:85px;margin:0 0 15px;font-size:13px;font-weight:400;color:#1a1a1a;line-height:17px;display:block;overflow:hidden;}


.s_case9{width:1050px;margin:0 0 24px;border:1px solid #ccc;position:relative;overflow:hidden;}
.s_case9 .s_thum9{width:689px;margin:0;padding:0;background-color:#efefef;text-align:center;position:relative;float:left;z-index:1;}
.s_case9 .s_thum9 .s_table9{width:100%;height:349px;display:table;}
.s_case9 .s_thum9 .s_cell9{height:349px;text-align:center;vertical-align:middle;display:table-cell;}
.s_case9 .s_thum9 .s_cell9 img{width:100%;}
.s_case9 .s_thum9 .bg_b_over{position:absolute;left:0;top:0;}

.s_case9 .s_copy9{width:339px;padding:30px 10px;position:relative;float:right;}
.s_case9 .s_copy9 .off{
	width:40px;
	margin:0 0 10px;
	padding:0 10px;
	background-color:#d60825;
	text-align:center;
	font-size:12px;
	color:#fff;
	line-height:20px;
	display:block;
}
.s_case9 .s_copy9 .off img{height:15px !important;}
.s_case9 .s_copy9 a{color:#1a1a1a;}
.s_case9 .s_copy9 a:hover{color:#2e82e0;}
.s_case9 .s_copy9 b{height:52px;margin:0 0 25px;padding:0;font-size:20px;font-weight:500;line-height:26px;display:block;overflow:hidden;}
.s_case9 .s_copy9 p{margin:0;padding:0;font-size:12px;color:#2e82e0;line-height:20px;letter-spacing:-1px;display:block;}
.s_case9 .s_copy9 p img{width:auto;height:12px;}
.s_case9 .s_copy9 em{margin:0 5px;}
.s_case9 .s_copy9 span{height:180px;margin:0 0 25px;font-size:15px;font-weight:400;color:#1a1a1a;line-height:23px;display:block;overflow:hidden;}
.s_case9 .s_copy9 .sc9_img{
	width:25px;
	height:25px;
	margin:0 10px 0 0;
	padding:0;
	border:1px solid #ccc;
	border-radius:100%;
	text-align:center;
	line-height:25px;
	float:left;
	overflow:hidden;
}
.s_case9 .s_copy9 .sc9_img img{width:auto;height:100%;margin:-5px 0 0;}


.s_case10{margin:0 0 25px;padding:12px 15px 0;background-color:#f7f7f7;position:relative;}
.s_case10 .sc10_tit{height:35px;margin:0 0 10px;text-align:left;font-size:16px;font-weight:500;line-height:35px;position:relative;}
.s_case10 ul{margin:0;padding:0;}
.s_case10 li{width:100px;margin:0 13px;padding:0;position:relative;float:left;}
.s_case10 li .s10_label{
	margin:0;
	padding:0 10px;
	background-color:#d60825;
	font-size:12px;
	color:#fff;
	line-height:20px;
	position:absolute;
	top:8px;
	display:block;
	z-index:1;
}
.s_case10 li .sc10_img{
	width:80px;
	height:80px;
	margin:0 auto;
	padding:0;
	border:2x solid #ccc;
	border-radius:100%;
	text-align:center;
	line-height:25px;
	position:relative;
	overflow:hidden;
}
.s_case10 li .sc10_img img{width:auto;height:100%;}
.s_case10 li .sc10_img.on{border:2px solid #d60825;}

.s_case10 li .s_copy10{margin:0;padding:5px 0 15px;text-align:center;clear:both;}
.s_case10 li .s_copy10 a{color:#1a1a1a;}
.s_case10 li .s_copy10 a:hover{color:#2e82e0;}
.s_case10 li .s_copy10 b{margin:0;padding:0;font-size:13px;font-style:500;color:#2e82e0;line-height:22px;letter-spacing:-1px;display:block;}
.s_case10 li .s_copy10 p{margin:0;padding:0;font-size:12px;color:#747474;line-height:16px;letter-spacing:-1px;display:block;}




.mt_line{
	height:60px;
	margin:0 0 15px;
	text-align:center;
	font-size:24px;
	font-weight:500;
	line-height:60px;
	position:relative;
}
.mt_line a{
	margin:0 30px;
	padding:0px 25px;
	background-color:#2e82e0;
	text-align:center;
	font-size:18px;
	font-weight:500;
	color:#fff;
	line-height:45px;
	display:inline-block;
}
.mt_line a:hover{color:#fff;}



/*** Real Search List ***/
.txt_ad_wrap{width:100%;max-width:330px;height:30px;margin:0 auto;padding:10px 0 0;line-height:20px;position:relative;overflow:hidden;}
.txt_ad_wrap .rw_title{height:20px;margin:0 10px 0 0;padding:0 5px;background:#589ce7;text-align:left;font-size:11px;font-weight:500;color:#fff;line-height:20px;float:left;}
.txt_ad_wrap .newslider-minimal{height:20px;line-height:20px;overflow:hidden;}
.txt_ad_wrap .newslider-minimal .sliderkit-panels{width:100%;float:left;}
.txt_ad_wrap .newslider-minimal .sliderkit-panel{height:20px;font-size:15px;font-weight:400;color:#1a1a1a;line-height:20px;vertical-align:middle;cursor:pointer;position:relative;}
.txt_ad_wrap .newslider-minimal .sliderkit-panel img{margin-top:-2px;vertical-align:middle;line-height:20px;}
.txt_ad_wrap .newslider-minimal .sliderkit-panel a{width:100%;padding:0 3%;text-decoration:none;display:block;float:left;}
.txt_ad_wrap .newslider-minimal .sliderkit-panel a .ricon{vertical-align:middle;}
.sliderkit img {vertical-align:middle;line-height:20px;}

.sp_pop{width:330px;margin:0;padding:10px 15px;background-color:#f6f6f6;position:absolute;display:none;z-index:50;}
.sp_pop ul{width:100%;margin:0;position:relative;}
.sp_pop li{height:30px;font-size:15px;font-weight:400;color:#1a1a1a;line-height:30px;text-decoration:none;}
.sp_pop li img{vertical-align:middle;}
.sp_pop li a{width:100%;padding:0;text-decoration:none;display:block;float:left;}
.sp_pop li .ricon{margin:9px 10px 0 0;vertical-align:middle;float:right;}
.rw_num{margin:0 5px 0 0;font-size:15px;font-weight:500;color:#589ce7;}
.sp_pop li .live{height:15px;vertical-align:middle;}



/*** Banner Area ***/
.c_banner1 {
    width: 100%;
    margin: 0 0 25px;
    text-align: center;
    position: relative;
}



/*** 좌측 사이드 배너 : Left Sider Banner ***/
.sider_l_wrap {
    width: 160px;
    position: absolute;
    left: -145px;
    top: 0;
}

    .sider_l_wrap .srw_bn {
        width: 160px;
        position: relative;
    }

    .sider_l_wrap .srw_vod {
        width: 160px;
        height: 100px;
        margin: 15px 0;
        background-color: #ccc;
        text-align: center;
        line-height: 90px;
        position: relative;
    }



/*** 우측 사이드 배너 : Right Sider Banner ***/
.sider_r_wrap {
    width: 160px;
    position: absolute;
    right: -185px;
    top: 0;
}

    .sider_r_wrap .srw_bn {
        width: 160px;
        position: relative;
    }

    .sider_r_wrap .srw_vod {
        width: 160px;
        height: 100px;
        margin: 15px 0;
        background-color: #ccc;
        text-align: center;
        line-height: 90px;
        position: relative;
    }







/*** 메인상단 배너 : Main Top Banner ***/
.m_t_wrap {
    width: 100%;
    height: 60px;
    margin: 0 0 20px;
    background-color: #f1f1f1;
    position: relative;
}

    .m_t_wrap a {
        width: 500px;
        height: 60px;
        margin: 0 auto;
        display: block;
        position: relative;
    }



/*** 기사본문상단 배너 : Post Top Banner ***/
.s_t_wrap {
    width: 100%;
    height: 60px;
    margin: 0 0 10px;
    background-color: #f1f1f1;
    position: relative;
}

    .s_t_wrap a {
        width: 623px;
        height: 60px;
        margin: 0 auto;
        display: block;
        position: relative;
    }






/************************************************
*				SUB CONTENT						*
************************************************/

.scontent {
    width: 100%;
    max-width: 1280px;
    height: 100%;
    margin: 0 auto 80px;
    padding: 0;
    text-align: left;
    position: relative;
}


.m_section {
    width: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
    color: #333;
    position: relative;
}

    .m_section .ms_nav {
        width: 45px;
        height: 45px;
        background: url(../images/icon/nav_icon.png) no-repeat;
        position: absolute;
        right: 30px;
        top: 30px;
        display: block;
        z-index: 10;
    }

        .m_section .ms_nav a {
            width: 100%;
            height: 45px;
            display: block;
            z-index: 100;
        }

        .m_section .ms_nav ul {
            margin: 0;
            padding: 0;
            position: absolute;
            right: -13px;
        }

        .m_section .ms_nav li {
            width: 80px;
            height: 35px;
            background-color: #fff;
            border-left: 1px solid #ccc;
            border-right: 1px solid #ccc;
            border-bottom: 1px solid #ccc;
            display: block;
        }

            .m_section .ms_nav li a {
                width: 100%;
                height: 35px;
                text-align: center;
                font-size: 14px;
                color: #333;
                line-height: 35px;
                display: block;
            }

.tomatos_ad_wrap {
    width: 100%;
    height: 100px;
    margin-bottom: 20px;
    padding-left: 30px;
    text-align: center;
    position: relative;
    display: block;
}

.newstitle {
    margin: 10px 0 0;
    padding: 0;
    font-family: "Nanum Gothic";
    font-size: 30px;
    font-weight: 800;
    line-height: 140%;
    position: relative;
}

.newsdate {
    height: 45px;
    padding: 10px 0;
    text-align: right;
    position: relative;
}

    .newsdate span {
        width: 50%;
        text-align: left;
        float: left;
    }

    .newsdate #lblDate {
        text-align: right;
        font-family: "Nanum Gothic";
        font-size: 12px;
        font-weight: 400;
        color: #999;
    }

    .newsdate span img {
        width: 20px;
        height: 20px;
        margin-bottom: 12px;
    }

.newshide {
    height: 45px;
    padding: 10px 30px;
    text-align: right;
    position: relative;
}

    .newshide span {
        text-align: left;
        float: left;
    }

    .newshide #lblDate {
        text-align: right;
        font-family: "Nanum Gothic";
        font-size: 12px;
        font-weight: 400;
        color: #999;
    }

    .newshide span img {
        width: 20px;
        height: 20px;
        margin-bottom: 12px;
    }

.newsview {
    width: 100%;
    height: 45px;
    margin-top: 10px;
    margin-bottom: 0;
    padding: 0 30px 0 0;
    text-align: left;
    position: relative;
}

    .newsview .nv_date {
        font-size: 15px;
        color: #777;
    }

    .newsview .nv_info {
        height: 45px;
        line-height: 45px;
        position: absolute;
        right: 20px;
        top: -10px;
    }

        .newsview .nv_info span {
            margin: 0 0 0 15px;
            font-size: 15px;
        }

        .newsview .nv_info img {
            width: 25px;
            height: 25px;
            margin: 0 3px 3px 0;
        }

        .newsview .nv_info ul {
            margin: 0;
            padding: 0;
            border: 1px solid #ccc;
            position: absolute;
            right: -5px;
        }

        .newsview .nv_info li {
            width: 50px;
            height: 45px;
            background-color: #fff;
            text-align: center;
            display: block;
            float: left;
        }

            .newsview .nv_info li a {
                width: 100%;
                height: 45px;
                text-align: center;
                font-size: 14px;
                color: #333;
                line-height: 45px;
                display: block;
            }

                .newsview .nv_info li a img {
                    width: 30px;
                    height: 30px;
                }

        .newsview .nv_info .nicon {
            height: 28px;
            margin: 7px 5px 0 0;
            padding: 0 10px;
            background-color: #999;
            border-radius: 4px;
            color: #fff;
            line-height: 28px;
            display: inline-table;
        }





.flex-container a:hover,
.flex-slider a:hover {
    outline: none;
}

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.flex-pauseplay span {
    text-transform: capitalize;
}

/*** userQnA.htm ***/
.arrowimg {
    height: 20px;
    width: 20px;
}

#container {
    width: 100%;
    margin: 30px auto;
}

.faq li {
    padding: 20px;
}

    .faq li.q {
        background: #fff;
        font-weight: bold;
        font-size: 120%;
        border-bottom: 1px #ddd solid;
        cursor: pointer;
    }

    .faq li.a {
        background: rgb(255, 255, 255);
        display: none;
    }

.rotate {
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}




/* --------------------------------------------
 * BASE STYLES
 * --------------------------------------------*/
.flexslider {
    margin: 0;
    padding: 0;
}

    .flexslider .slides > li {
        -webkit-backface-visibility: hidden;
        position: relative;
        overflow: hidden;
    }

    .flexslider .slides img {
        width: 100%;
        display: block;
    }

    .flexslider .slides:after {
        height: 0;
        line-height: 0;
        display: block;
        clear: both;
        visibility: hidden;
    }

html[xmlns] .flexslider .slides {
    display: block;
}

* html .flexslider .slides {
    height: 1%;
}

.no-js .flexslider .slides > li:first-child {
    display: block;
}

.flexslider {
    height: 475px;
    margin: 0;
    background: #fff;
    position: relative;
    zoom: 1;
}

    .flexslider .slides {
        zoom: 1;
    }

        .flexslider .slides img {
            height: auto;
            -moz-user-select: none;
        }

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.loading .flex-viewport {
    max-height: 300px;
}

.carousel li {
    margin-right: 5px;
}

.flex-direction-nav {

}

    .flex-direction-nav a {
        width: 60px;
        height: 60px;
        margin: -20px 0 0;
        text-decoration: none;
        font-size: 0 !important;
        color: rgba(0, 0, 0, 0.8);
        position: absolute;
        top: 50%;
        z-index: 10;
        display: block;
        overflow: hidden;
        opacity: 1;
        cursor: pointer;
        text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .flex-direction-nav .flex-prev {
        background: url(../images/icon/arrow_prev.png) no-repeat;
        left: 10px;
        top: 45%;
    }

    .flex-direction-nav .flex-next {
        background: url(../images/icon/arrow_next.png) no-repeat;
        text-align: right;
        right: 10px;
        top: 45%;
    }

.flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
}

    .flexslider:hover .flex-direction-nav .flex-prev:hover {
        opacity: 1;
    }

.flexslider:hover .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
}

    .flexslider:hover .flex-direction-nav .flex-next:hover {
        opacity: 1;
    }

.flex-direction-nav .flex-disabled {
    opacity: 1;
    filter: alpha(opacity=100);
    cursor: default;
    z-index: -1;
}

.flex-control-nav {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 20px;
    z-index: 100;
}

    .flex-control-nav li {
        margin: 0 6px;
        display: inline-block;
        zoom: 1;
     
    }

.flex-control-paging li a {
    width: 12px;
    height: 12px;
    background: #000;
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid #f1f1f1;
    cursor: pointer;
    text-indent: -9999px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    display: block;
}

    .flex-control-paging li a:hover {
        background: #f1f1f1;
        background: rgba(241, 241, 241, 1);
        border: 1px solid #f1f1f1;
    }

    .flex-control-paging li a.flex-active {
        background: #f1f1f1;
        background: rgba(241, 241, 241, 1);
        cursor: default;
    }

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}

    .flex-control-thumbs li {
        width: 25%;
        float: left;
        margin: 0;
    }

    .flex-control-thumbs img {
        width: 100%;
        height: auto;
        display: block;
        opacity: .7;
        cursor: pointer;
        -moz-user-select: none;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
    }

        .flex-control-thumbs img:hover {
            opacity: 1;
        }

    .flex-control-thumbs .flex-active {
        opacity: 1;
        cursor: default;
    }

/* --------------------------------------------
 * DEFAULT THEME
 * --------------------------------------------*/
.flexslider .slides .top_img {
    width: 1050px;
    height: 475px;
    text-align: center;
    position: relative;
    opacity: 1;
    z-index: 10;
}

    .flexslider .slides .top_img .tis {
        width: auto !important;
        height: 100% !important;
        margin: 0 auto;
    }

.flexslider .slides .t_close {
    width: 60px;
    height: 60px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 100;
}

    .flexslider .slides .t_close a {
        width: 60px;
        height: 60px;
        display: block;
    }

.main_wrap {
    width: 100%;
    height: 475px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

    .main_wrap .main_bn {
        width: 1050px;
        height: 475px;
        margin: 0;
        padding: 0;
        background-color: #000;
        text-align: center;
        position: absolute;
        top: 0;
        opacity: 0.6;
    }

    .main_wrap .mian_bn .mb_bg {
        width: 100%;
    }

    .main_wrap .flex-direction-nav .flex-prev,
    .main_wrap .flex-direction-nav .flex-next {
        top: 50% !important;
    }



.photo_slidie {
    margin: 0;
    padding: 0;
    position: relative;
}

    .photo_slidie .sliderkit {
        text-align: left;
        position: relative;
        overflow: hidden;
    }

        .photo_slidie .sliderkit img {
            vertical-align: middle;
        }

        .photo_slidie .sliderkit .sliderkit-nav {
            text-align: center;
            position: absolute;
            z-index: 10;
        }

        .photo_slidie .sliderkit .sliderkit-nav-clip {
            margin: 0 auto;
            position: relative;
            overflow: hidden;
        }

            .photo_slidie .sliderkit .sliderkit-nav-clip ul {
                margin: 0;
                padding: 0;
                list-style: none;
                position: relative;
                left: 0;
                top: 0;
            }

                .photo_slidie .sliderkit .sliderkit-nav-clip ul li {
                    float: left;
                }

                    .photo_slidie .sliderkit .sliderkit-nav-clip ul li a {
                        display: block;
                        overflow: hidden;
                    }

        .photo_slidie .sliderkit .sliderkit-panel {
            background-color: #fff;
            position: absolute;
            overflow: hidden;
            z-index: 1;
        }

        .photo_slidie .sliderkit .sliderkit-panel-active {
            z-index: 5;
        }

        .photo_slidie .sliderkit .sliderkit-panel-old {
            z-index: 4;
        }

        .photo_slidie .sliderkit .sliderkit-panel .sliderkit-panel-textbox {
            position: absolute;
            z-index: 1;
        }

        .photo_slidie .sliderkit .sliderkit-panel .sliderkit-panel-text {
            position: absolute;
            top: 0;
            left: 0;
            z-index: 3;
        }

        .photo_slidie .sliderkit .sliderkit-panel .sliderkit-panel-overlay {
            position: absolute;
            top: 0;
            left: 0;
            z-index: 2;
        }

    .photo_slidie .photosgallery-std .sliderkit-panel {
        width: 100%;
        height: 682px;
        top: 0;
        left: 0;
    }

        .photo_slidie .photosgallery-std .sliderkit-panel .t_close {
            width: 60px;
            height: 60px;
            position: absolute;
            right: 10px;
            top: 10px;
            z-index: 1000;
        }

            .photo_slidie .photosgallery-std .sliderkit-panel .t_close a {
                width: 60px;
                height: 60px;
                display: block;
            }

        .photo_slidie .photosgallery-std .sliderkit-panel .top_img {
            width: 1050px;
            height: 475px;
            text-align: center;
            position: relative;
            opacity: 1;
            z-index: 10;
        }

            .photo_slidie .photosgallery-std .sliderkit-panel .top_img .tis {
                width: auto !important;
                height: 100% !important;
                margin: 0 auto;
            }

        .photo_slidie .photosgallery-std .sliderkit-panel .main_bn {
            width: 1050px;
            height: 475px;
            margin: 0;
            padding: 0;
            text-align: center;
            position: absolute;
            top: 0;
            opacity: 0.6;
            overflow: hidden;
        }

        .photo_slidie .photosgallery-std .sliderkit-panel .mian_bn .mb_bg {
            width: 100% !important;
        }

        .photo_slidie .photosgallery-std .sliderkit-panel .m_section {
            width: 100%;
            margin: 0;
            padding: 20px 40px;
            background-color: transparent;
            color: #fff;
            position: absolute;
            left: 0;
            top: 315px;
            z-index: 1000;
        }

        .photo_slidie .photosgallery-std .sliderkit-panel .ms_over {
            width: 100%;
            height: 150px;
            background: #000;
            opacity: 0.5;
            position: absolute;
            left: 0;
            top: 325px;
            display: block;
            z-index: 100;
        }

        .photo_slidie .photosgallery-std .sliderkit-panel .newsview {
            width: 100%;
            height: 45px;
            padding: 0 30px 0 0;
            border-bottom: 0 none;
            text-align: left;
            position: relative;
        }

            .photo_slidie .photosgallery-std .sliderkit-panel .newsview .nv_date {
                font-size: 15px;
                color: #fff;
            }

            .photo_slidie .photosgallery-std .sliderkit-panel .newsview .nv_info {
                height: 45px;
                line-height: 45px;
                position: absolute;
                right: 20px;
                top: -10px;
            }

                .photo_slidie .photosgallery-std .sliderkit-panel .newsview .nv_info span {
                    margin: 0 0 0 15px;
                    display: inline-table;
                }

                .photo_slidie .photosgallery-std .sliderkit-panel .newsview .nv_info img {
                    width: 15px;
                    height: 15px;
                    margin: 0 3px 3px 0;
                    display: inline-block
                }

                .photo_slidie .photosgallery-std .sliderkit-panel .newsview .nv_info ul {
                    margin: 0;
                    padding: 0;
                    border: 1px solid #ccc;
                    position: absolute;
                    right: -5px;
                }

                .photo_slidie .photosgallery-std .sliderkit-panel .newsview .nv_info li {
                    width: 50px;
                    height: 40px;
                    background-color: #fff;
                    text-align: center;
                    display: block;
                    float: left;
                }

                    .photo_slidie .photosgallery-std .sliderkit-panel .newsview .nv_info li a {
                        width: 100%;
                        height: 40px;
                        text-align: center;
                        font-size: 14px;
                        color: #333;
                        line-height: 40px;
                        display: block;
                    }

                        .photo_slidie .photosgallery-std .sliderkit-panel .newsview .nv_info li a img {
                            width: 30px;
                            height: 30px;
                        }


    .photo_slidie .photosgallery-std {
        width: 1050px;
        height: 670px;
        padding: 0 0 5px;
    }

        .photo_slidie .photosgallery-std .sliderkit-nav {
            width: 100%;
            margin: 0;
            padding: 0;
            left: 0;
            bottom: 0;
        }

        .photo_slidie .photosgallery-std .sliderkit-nav-clip ul {
            margin: 0 0 0 -16px;
        }

            .photo_slidie .photosgallery-std .sliderkit-nav-clip ul li {
                width: 161px !important;
                height: 171px !important;
                margin: 0 0 10px 16px;
                padding: 0;
                border: 3px solid #fff;
                display: block;
                float: left;
                overflow: hidden;
            }

                .photo_slidie .photosgallery-std .sliderkit-nav-clip ul li.sliderkit-selected {
                    padding: 0;
                    border: 3px solid #ccc;
                }

                .photo_slidie .photosgallery-std .sliderkit-nav-clip ul li .s_case8 {
                    width: 100%;
                    height: auto;
                    margin: 0;
                    padding: 0;
                    background-color: #fff;
                    border: 1px solid #d7d7d7;
                    position: relative;
                }

                    .photo_slidie .photosgallery-std .sliderkit-nav-clip ul li .s_case8 .s_thum8 {
                        margin: 0;
                        padding: 0;
                        text-align: left;
                        position: relative;
                        z-index: 1;
                    }

                        .photo_slidie .photosgallery-std .sliderkit-nav-clip ul li .s_case8 .s_thum8 .s_table8 {
                            width: 100%;
                            height: 100px;
                            background-color: #f7f7f7;
                            position: relative;
                            overflow: hidden;
                        }

                        .photo_slidie .photosgallery-std .sliderkit-nav-clip ul li .s_case8 .s_thum8 .s_cell8 {
                            height: 100px;
                            text-align: center;
                            vertical-align: middle;
                        }

                            .photo_slidie .photosgallery-std .sliderkit-nav-clip ul li .s_case8 .s_thum8 .s_cell8 img {
                                width: 100%;
                            }

                        .photo_slidie .photosgallery-std .sliderkit-nav-clip ul li .s_case8 .s_thum8 .s_copy8 {
                            padding: 5px 15px 0;
                            position: relative;
                        }

                            .photo_slidie .photosgallery-std .sliderkit-nav-clip ul li .s_case8 .s_thum8 .s_copy8 a {
                                color: #1a1a1a;
                            }

                                .photo_slidie .photosgallery-std .sliderkit-nav-clip ul li .s_case8 .s_thum8 .s_copy8 a:hover {
                                    color: #2e82e0;
                                }

                            .photo_slidie .photosgallery-std .sliderkit-nav-clip ul li .s_case8 .s_thum8 .s_copy8 b {
                                height: 48px;
                                margin: 0 0 10px;
                                padding: 0;
                                font-size: 16px;
                                font-weight: 500;
                                line-height: 24px;
                                display: block;
                                overflow: hidden;
                            }


        .photo_slidie .photosgallery-std .sliderkit-btn {
            position: absolute;
            top: 0;
        }

            .photo_slidie .photosgallery-std .sliderkit-btn span {
                display: none;
            }

        .photo_slidie .photosgallery-std .sliderkit-btn-disable {
            opacity: 1;
            cursor: default;
        }

            .photo_slidie .photosgallery-std .sliderkit-btn-disable a:hover {
                cursor: default;
            }

        .photo_slidie .photosgallery-std .sliderkit-nav .sliderkit-btn a {
            width: 25px;
            height: 195px;
            background: transparent url("../images/icon/arrows-h.png") no-repeat center 0;
            display: block;
        }

        .photo_slidie .photosgallery-std .sliderkit-nav .sliderkit-nav-prev {
            left: 10px;
        }

        .photo_slidie .photosgallery-std .sliderkit-nav .sliderkit-nav-next {
            right: 10px;
        }

        .photo_slidie .photosgallery-std .sliderkit-nav .sliderkit-nav-prev a {
            background-position: 0 center;
        }

        .photo_slidie .photosgallery-std .sliderkit-nav .sliderkit-nav-next a {
            background-position: -25px center;
        }

        .photo_slidie .photosgallery-std .sliderkit-nav .sliderkit-nav-prev a:hover,
        .photo_slidie .photosgallery-std .sliderkit-nav .sliderkit-nav-prev a:focus {
            background-position: 0 center;
        }

        .photo_slidie .photosgallery-std .sliderkit-nav .sliderkit-nav-next a:hover,
        .photo_slidie .photosgallery-std .sliderkit-nav .sliderkit-nav-next a:focus {
            background-position: -25px center;
        }

        .photo_slidie .photosgallery-std .sliderkit-go-btn {
            width: 60px;
            height: 475px;
            position: absolute;
            top: 0;
            z-index: 10;
            display: block !important;
        }

        .photo_slidie .photosgallery-std .sliderkit-go-prev {
            left: 10px;
        }

        .photo_slidie .photosgallery-std .sliderkit-go-next {
            right: 10px;
        }

        .photo_slidie .photosgallery-std .sliderkit-go-btn a {
            width: 60px;
            height: 475px;
            background-repeat: no-repeat;
            background-position: center center;
            cursor: pointer;
            display: block;
        }

        .photo_slidie .photosgallery-std .sliderkit-go-prev a {
            background-image: url("../images/icon/arrow_prev.png");
        }

        .photo_slidie .photosgallery-std .sliderkit-go-next a {
            background-image: url("../images/icon/arrow_next.png");
        }

        .photo_slidie .photosgallery-std .sliderkit-btn-disable a {
            cursor: default;
        }

        .photo_slidie .photosgallery-std .sliderkit-go-btn span {
            display: none;
        }






.viewcase {
    width: 100%;
    max-width: 689px;
    margin: 0 auto 30px;
    padding: 20px 0;
    border-radius: 15px;
    box-shadow: 0 0 4px 4px #c9c9c9;
    position: relative;
}

    .viewcase .vc_thum {
        width: 30%;
        height: 100px;
        margin-right: 2%;
        text-align: center;
        position: relative;
        float: left;
    }

        .viewcase .vc_thum img {
            width: auto;
            height: 100px;
        }

    .viewcase .vc_text {
        width: 65%;
        height: 100px;
        text-align: left;
        position: relative;
        float: left;
    }

        .viewcase .vc_text b {
            height: 75px;
            margin: 0;
            padding: 0;
            font-size: 18px;
            line-height: 25px;
            display: block;
            overflow: hidden;
        }

        .viewcase .vc_text p {
            margin: 0;
            padding: 0;
            font-size: 14px;
            color: #2e82e0;
            line-height: 20px;
            position: absolute;
            bottom: 0;
            display: block;
        }

            .viewcase .vc_text p img {
                height: 14px;
            }

        .viewcase .vc_text em {
            margin: 0 5px;
        }






.viewarea {
    margin: 0;
    padding: 0;
    text-align: left;
    font-family: "Nanum Gothic";
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    position: relative;
}

    .viewarea .vw689 {
        width: 689px !important;
        margin: 0 auto !important;
    }

    .viewarea img {
        margin: 0 auto 30px;
    }

.footArea {
    padding: 0 0 20px;
    position: relative;
}

.imagebox {
    clear: both;
    max-width: 600px;
    height: auto;
    margin: 0 auto !important;
    display: block;
}


.realnews_wrap {
    width: 100%;
    height: 150px;
    position: relative;
    clear: both;
    padding-top: 10px;
}

    .realnews_wrap .rw_title {
        margin: 0px 0 5px;
        padding: 0;
        text-align: left;
    }

        .realnews_wrap .rw_title img {
            margin: 0 0 5px;
        }

    .realnews_wrap ul {
        width: 100%;
        margin: 0 0 0 -2%;
        padding: 0 0 20px 0;
        border: 0;
        list-style: none;
        position: relative;
    }

    .realnews_wrap li {
        width: 48%;
        height: 30px;
        margin: 0 0 0 2%;
        padding: 0;
        text-align: left;
        line-height: 30px;
        float: left;
    }

        .realnews_wrap li span {
            background: #fff;
            margin-left: 3px;
            font-size: 15px;
            font-weight: 600;
            color: #333;
            display: inherit;
        }

        .realnews_wrap li .ricon {
            font-size: 10px;
            font-weight: 400;
            color: #d60825;
            float: right;
        }

        .realnews_wrap li img {
            width: 20px;
            height: 20px;
            margin: 0;
            vertical-align: middle;
        }

        .realnews_wrap li a {
            text-decoration: none;
        }

.news_content {
    margin: 0 0 20px;
    border: 1px solid #ddd;
    position: relative;
    margin-top: 20px;
}

    .news_content .news_left {
        width: 33%;
        border-right: 1px solid #ddd;
        float: left;
    }

    .news_content .news_right {
        width: 33.5%;
        float: right;
    }

    .news_content .news_title {
        height: 30px;
        border-bottom: 1px solid #ddd;
        color: #0092b8;
        line-height: 30px;
        position: relative;
        background: #f5f4f4;
        padding: 2px 15px;
        font-size: 14px;
        color: #333;
        font-weight: 600;
    }

        .news_content .news_title span {
            font-size: 11px;
            color: #999;
            float: right;
        }

            .news_content .news_title span a {
                color: #999;
            }

    .news_content .news_list {
        margin: 0;
        padding: 5px 15px;
    }

        .news_content .news_list ul {
            margin: 0;
            padding: 0;
        }

        .news_content .news_list li {
            height: 25px;
            padding: 0 0 0 7px;
            background: url(http://www.newstong.co.kr/images/bullet_01.gif) no-repeat 0 50%;
            font-size: 13px;
            line-height: 25px;
        }

            .news_content .news_list li a {
                color: #666;
            }

.sub_title {
    position: absolute;
    top: 0px;
    left: 33px;
    width: 159px;
    background: #fcfcfc;
    height: 22px;
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    padding: 4px;
    border-radius: 0 0 5px 5px;
    color: #2c2c2c;
}

.list_wrap {
    overflow-y: scroll;
    max-height: 450px;
    width: 105px;
}

.newsdate1 {
    text-align: center;
}

    .newsdate1 .gb_icon {
        height: 41px;
        margin: 0 2px;
        padding: 0px 3px 2px;
        border: 1px solid #b6b6b6;
        border-radius: 2px;
        background-color: #fbfbfb;
        font-weight: bold;
        line-height: 41px;
        display: inline-block;
    }

        .newsdate1 .gb_icon input {
            width: 33px;
            margin-top: 4px;
            vertical-align: top;
        }

        .newsdate1 .gb_icon .gb_num {
            font-size: 13px;
        }


/* SNS */
.sns_list {
    margin: 20px 0 0;
    padding: 0;
    text-align: center;
    position: relative;
}

    .sns_list a img {
        width: 35px;
        height: auto;
        margin: 0 2px;
    }


/* 추천+비추천 */
.gb_wrap {
    margin: 30px 0 15px;
    text-align: center;
}

    .gb_wrap .gb_case {
        height: 35px;
        margin: 0 8px;
        padding: 0 10px;
        border: 1px solid #b6b6b6;
        font-weight: bold;
        line-height: 35px;
        display: inline-block;
    }

        .gb_wrap .gb_case .gb_icon {
            width: 23px;
            margin: 0 15px 7px 0;
        }

        .gb_wrap .gb_case .gb_txt {
            font-size: 16px;
        }



/************************************************
*			뉴스레터 : newsletter.htm 		*
************************************************/

.newsletter_conts .newsletter_title {
    display: block;
}

    .newsletter_conts .newsletter_title h3 {
        display: block;
        text-align: center;
        font-weight: 700;
    }

    .newsletter_conts .newsletter_title a {
        display: block;
        float: right;
        border: 1px solid #2e82e0;
        background-color: #2e82e0;
        border-radius: 4px;
        padding: 5px 10px;
        color: #fff;
    }

        .newsletter_conts .newsletter_title a:hover {
            display: block;
            float: right;
            border: 1px solid #0b61c4;
            background-color: #0b61c4;
            border-radius: 4px;
            padding: 5px 10px;
            color: #fff;
        }

.newsletter_conts .newsletter_cont {
    display: block;
    width: 100%;
    margin-top: 60px;
    padding: 0 0 50px;
}

    .newsletter_conts .newsletter_cont ul li {
        border-top: 1px solid gray;
        padding: 15px 0 15px 5px;
        font-size: 1.1em;
        font-weight: normal;
    }

        .newsletter_conts .newsletter_cont ul li:last-child {
            border-bottom: 1px solid gray;
        }

/*pagenation*/

.container2 {
    background: #fdfdfd;
    padding: 1rem;
    margin: 3rem auto;
    border-radius: 0.2rem;
    counter-reset: pagination;
    text-align: center;
}

    .container2:after {
        clear: both;
        content: "";
        display: table;
    }

    .container2 ul {
        width: 100%;
    }

.xlarge {
    width: 65rem;
}

.pgn, .pgn li {
    list-style: none;
    display: inline;
    padding-left: 0px;
}

    .pgn li {
        counter-increment: pagination;
    }

        .pgn li:hover a {
            color: #fdfdfd;
            background-color: #1d1f20;
            border: solid 1px #1d1f20;
        }

        .pgn li.active a {
            color: #fdfdfd;
            background-color: #1d1f20;
            border: solid 1px #1d1f20;
        }

        .pgn li:first-child {
            float: left;
            margin-right: 5px;
        }

            .pgn li:first-child a:after {
                content: "<";
            }

        .pgn li:nth-child(2) {
            counter-reset: pagination;
        }

        .pgn li:last-child {
            float: right;
            margin-left: 5px;
        }

            .pgn li:last-child a:after {
                content: ">";
            }

        .pgn li a {
            border: solid 1px #d7d7d7;
            border-radius: 0.2rem;
            color: #7d7d7d;
            text-decoration: none;
            text-transform: uppercase;
            display: inline-block;
            text-align: center;
            padding: 0.5rem 0.9rem;
        }

            /*.pgn li a:after {
                content: " " counter(pagination) " ";
            }*/


/************************************************
*		뉴스레터 디테일 : newsletterView.htm 		*
************************************************/
.newsletterView_conts .newsletterView_title {
    border-bottom: 1px solid #000;
}

    .newsletterView_conts .newsletterView_title h3 {
        display: block;
        font-weight: normal;
        font-size: 1.3em;
    }

.newsletterView_conts .newsletterView_cont {
    margin: 20px auto;
    padding: 20px 0;
    max-width: 700px;
    height: 100%;
}

.line {
    border: 1px solid lightgray;
    display: block;
    width: 50%;
    margin: 20px auto;
}

.nvc_page {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 20px;
}

    .nvc_page .npbtn {
        border: 1px solid #142A64;
        border-radius: 20px;
        width: 150px;
        padding: 5px 0;
        text-align: center;
        margin: 10px 0 30px;
        color: #142A64;
        font-size: 1.2em;
    }

        .nvc_page .npbtn:hover {
            background-color: #142A64;
            border: 1px solid #142A64;
            border-radius: 20px;
            width: 150px;
            padding: 5px 0;
            text-align: center;
            margin: 10px 0 30px;
            color: #fff;
            font-size: 1.2em;
        }

    .nvc_page span {
        font-size: 1.2em;
        margin-bottom: 15px;
    }

        .nvc_page span i {
            margin-right: 10px;
        }

/************************************************
*				필진 : Writer					*
************************************************/

.jour_wrap {
    position: relative;
}

    .jour_wrap ul {
        margin: 0;
        padding: 0;
    }

    .jour_wrap li {
        margin: 0 0 30px;
        padding: 22px 25px;
        background-color: #f7f7f7;
        position: relative;
    }

    .jour_wrap .jw_thum {
        width: 105px;
        height: 105px;
        border: 1px solid #d6d6d6;
        border-radius: 100%;
        position: relative;
        float: left;
        overflow: hidden;
    }

        .jour_wrap .jw_thum img {
            width: 105px;
        }

    .jour_wrap .jw_text {
        width: 605px;
        margin: 0 0 0 30px;
        float: left;
    }

        .jour_wrap .jw_text .jt_tit {
            height: 30px;
            margin: 10px 0 8px;
            font-size: 17px;
            font-weight: 500;
            color: #5e5e5e;
            line-height: 30px;
            letter-spacing: -1px;
        }

            .jour_wrap .jw_text .jt_tit b {
                margin: 0 25px 0 0;
                font-size: 18px;
                font-weight: 600;
                color: #1a1a1a;
            }

            .jour_wrap .jw_text .jt_tit .jt_btn {
                width: 250px;
                height: 85px;
                text-align: right;
                font-size: 16px;
                line-height: 85px;
                position: absolute;
                right: 15px;
                top: 7px;
                display: block;
            }

                .jour_wrap .jw_text .jt_tit .jt_btn .subscription {
                    width: 120px;
                    height: 35px;
                    margin: 25px 0;
                    padding: 0 20px 0 0;
                    background: url(../images/popup/btn_plus.png) no-repeat 80px 50%;
                    border: 1px solid #2e82e0;
                    border-radius: 5px;
                    text-align: center;
                    font-size: 16px;
                    color: #2e82e0;
                    line-height: 35px;
                    float: right;
                    display: block;
                }

                    .jour_wrap .jw_text .jt_tit .jt_btn .subscription:hover,
                    .jour_wrap .jw_text .jt_tit .jt_btn .subscription.on {
                        padding: 0 25px 0 0 !important;
                        background: #2e82e0 url(../images/popup/btn_check.png) no-repeat 78px 50%;
                        border: 1px solid #2e82e0;
                        color: #fff;
                    }

                .jour_wrap .jw_text .jt_tit .jt_btn .jbtn {
                    height: 35px;
                    margin: -10px 0 0 10px;
                    padding: 0 15px;
                    background-color: #585858;
                    text-align: center;
                    font-size: 15px;
                    color: #fff;
                    line-height: 35px;
                    float: right;
                    display: block;
                }

                .jour_wrap .jw_text .jt_tit .jt_btn .jbbtn {
                    height: 35px;
                    margin: -10px 0 0 10px;
                    padding: 0 15px;
                    background-color: #fff;
                    border: 1px solid #2e82e0;
                    border-radius: 4px;
                    text-align: center;
                    font-size: 15px;
                    color: #2e82e0;
                    line-height: 35px;
                    float: right;
                    display: block;
                }

        .jour_wrap .jw_text .jt_cop {
            margin: 0 0 10px;
            font-size: 15px;
            color: #2e82e0;
            font-weight: 400;
            line-height: 20px;
        }

        .jour_wrap .jw_text .jt_txt {
            font-size: 14px;
            color: #666;
            font-weight: 400;
            line-height: 20px;
        }

            .jour_wrap .jw_text .jt_txt img {
                height: 25px;
            }

        .jour_wrap .jw_text span {
            margin: 0 10px;
        }


/* 구독자 + 구독중 + 뉴스카페 필진 구독/편집 */
.jour_wrap2 {
    margin: 0;
    padding: 0;
    position: relative;
}

    .jour_wrap2 ul {
        margin: 0;
        padding: 0;
    }

    .jour_wrap2 li {
        margin: 0;
        padding: 15px 20px;
        border-bottom: 1px solid #d9d9d9;
        position: relative;
    }

    .jour_wrap2 .jw_h {
        width: 46%;
        margin: 0 2%;
        position: relative;
        float: left;
    }

    .jour_wrap2 .jw_thum_l {
        width: 100%;
        height: 70px;
        margin: 0 15px 0 0;
        position: relative;
        display: block;
    }

        .jour_wrap2 .jw_thum_l .jt_timg_l img {
            width: auto;
            height: 70px;
        }

        .jour_wrap2 .jw_thum_l .jt_timg_l {
            margin-right: 15px;
            border: 1px solid #ddd;
            position: relative;
            float: left;
        }

            .jour_wrap2 .jw_thum_l .jt_timg_l span {
                position: absolute;
                right: -5px;
                top: -5px;
                z-index: 1;
            }

                .jour_wrap2 .jw_thum_l .jt_timg_l span a {
                    width: 15px;
                    height: 15px;
                    margin: 0;
                    padding: 0;
                    border-radius: 100%;
                    text-align: center;
                    font-size: 18px;
                    line-height: 12px;
                    color: #fff;
                    display: block;
                }

                .jour_wrap2 .jw_thum_l .jt_timg_l span img {
                    width: 15px;
                    height: 15px;
                }

    .jour_wrap2 .jw_thum2 {
        width: 70px;
        height: 70px;
        margin: 0 15px 0 0;
        position: relative;
        display: block;
        float: left;
    }

        .jour_wrap2 .jw_thum2 .jt_pro,
        .jour_wrap2 .jw_thum2 .jt_pro2 {
            border: 1px solid #ddd;
            background-color: #f3f3f3;
            border-radius: 100%;
            position: relative;
            overflow: hidden;
        }

            .jour_wrap2 .jw_thum2 .jt_pro .jt_img,
            .jour_wrap2 .jw_thum2 .jt_pro2 .jt_img2 {
                width: 100%;
            }

        .jour_wrap2 .jw_thum2 span {
            width: 22px;
            height: 22px;
            text-align: center;
            line-height: 20px;
            display: block;
            position: absolute;
            right: 0;
            bottom: 0;
        }

        .jour_wrap2 .jw_thum2 .jt_timg2 {
            border: 1px solid #ddd;
            position: relative;
            overflow: hidden;
        }

            .jour_wrap2 .jw_thum2 .jt_timg2 img {
                width: 100%;
            }

        .jour_wrap2 .jw_thum2 span img {
            width: 22px;
            vertical-align: middle;
        }

    .jour_wrap2 .jw_head2 {
        height: 40px;
        padding: 0 10px;
        background-color: #f7f7f7;
        border-bottom: 1px solid #d9d9d9;
        font-size: 16px;
        font-weight: 500;
        color: #2e82e0;
        line-height: 40px;
        position: relative;
    }

        .jour_wrap2 .jw_head2 span {
            height: 40px;
            position: absolute;
            right: 10px;
            top: 0;
        }

            .jour_wrap2 .jw_head2 span a {
                margin: 0 5px;
                font-weight: 400;
                color: #1a1a1a;
            }

                .jour_wrap2 .jw_head2 span a:hover,
                .jour_wrap2 .jw_head2 span a.on {
                    color: #2e82e0;
                }

    .jour_wrap2 .jw_text2 .jt_tit2 {
        height: 30px;
        margin: 8px 0 0;
        padding: 0 130px 0 80px;
        font-size: 14px;
        font-weight: 400;
        color: #5e5e5e;
        line-height: 30px;
        letter-spacing: -1px;
        display: block;
    }

        .jour_wrap2 .jw_text2 .jt_tit2 input[type="file"] {
            width: 90%;
            margin: 0 0 10px;
            padding: 0;
            color: #000 !important;
        }

        .jour_wrap2 .jw_text2 .jt_tit2 input[type="submit"] {
            width: 90%;
        }

        .jour_wrap2 .jw_text2 .jt_tit2 b {
            font-size: 18px;
            font-weight: 600;
            color: #1a1a1a;
        }

        .jour_wrap2 .jw_text2 .jt_tit2 img {
            margin: 0 10px;
        }

        .jour_wrap2 .jw_text2 .jt_tit2 .jt_btn2 {
            width: 120px;
            height: 70px;
            font-size: 16px;
            position: absolute;
            right: 20px;
            top: 8px;
            display: block;
        }

            .jour_wrap2 .jw_text2 .jt_tit2 .jt_btn2 .subscription2 {
                width: 120px;
                height: 35px;
                margin: 25px 0;
                padding: 0 20px 0 0;
                background: url(../images/popup/btn_plus.png) no-repeat 80px 50%;
                border: 1px solid #2e82e0;
                border-radius: 5px;
                text-align: center;
                font-size: 16px;
                color: #2e82e0;
                line-height: 35px;
                float: right;
                display: block;
            }

                .jour_wrap2 .jw_text2 .jt_tit2 .jt_btn2 .subscription2:hover,
                .jour_wrap2 .jw_text2 .jt_tit2 .jt_btn2 .subscription2.on {
                    padding: 0 25px 0 0 !important;
                    background: #2e82e0 url(../images/popup/btn_check.png) no-repeat 78px 50%;
                    border: 1px solid #2e82e0;
                    color: #fff;
                }

    .jour_wrap2 .jw_text2 .jt_txt2 {
        padding: 0 200px 0 0;
        font-size: 14px;
        color: #666;
        font-weight: 400;
        line-height: 18px;
        float: left;
    }

    .jour_wrap2 .jw_text2 .jt_cop2 {
        margin: 0;
        padding: 0 200px 0 0;
        font-size: 14px;
        color: #666;
        font-weight: 400;
        line-height: 18px;
        float: left;
    }

    .jour_wrap2 .jw_text2 .jt_scop2 {
        margin: 3px 0 0;
        padding: 0 200px 0 0;
        font-size: 12px;
        color: #2e82e0;
        font-weight: 400;
        line-height: 16px;
        float: left;
    }

        .jour_wrap2 .jw_text2 .jt_scop2 span {
            margin: 0 10px 0 0;
        }


/* 언론사 구독/편집 */
.jour_wrap3 {
    margin: 0;
    padding: 0;
    position: relative;
}

    .jour_wrap3 ul {
        margin: 0;
        padding: 0;
        position: relative;
    }

    .jour_wrap3 li:nth-child(n+2) {
        border-left: 1px solid #d9d9d9;
    }

    .jour_wrap3 li {
        width: 49.5%;
        margin: 0;
        padding: 15px 10px;
        border-bottom: 1px solid #d9d9d9;
        position: relative;
        float: left;
    }

    .jour_wrap3 .jw_thum3 {
        width: 70px;
        height: 70px;
        margin: 0 15px 0 0;
        position: relative;
        float: left;
    }

        .jour_wrap3 .jw_thum3 .jt_pro3 {
            background-color: #f3f3f3;
            border: 1px solid #ddd;
            border-radius: 100%;
            position: relative;
            overflow: hidden;
        }

            .jour_wrap3 .jw_thum3 .jt_pro3 .jt_img3 {
                width: 100%;
            }

        .jour_wrap3 .jw_thum3 span {
            width: 22px;
            height: 22px;
            text-align: center;
            line-height: 20px;
            display: block;
            position: absolute;
            right: 0;
            bottom: 0;
        }

            .jour_wrap3 .jw_thum3 span img {
                width: 22px;
                vertical-align: middle;
            }

    .jour_wrap3 .jw_text3 .jt_tit3 {
        margin: 0;
        padding: 25px 110px 0 75px;
        font-size: 14px;
        font-weight: 400;
        color: #5e5e5e;
        line-height: 20px;
        letter-spacing: -1px;
        display: block;
    }

        .jour_wrap3 .jw_text3 .jt_tit3 b {
            font-size: 18px;
            font-weight: 600;
            color: #1a1a1a;
        }

        .jour_wrap3 .jw_text3 .jt_tit3 img {
            margin: 0 10px;
        }

        .jour_wrap3 .jw_text3 .jt_tit3 .jt_btn3 {
            width: 100px;
            height: 70px;
            font-size: 16px;
            position: absolute;
            right: 10px;
            top: 8px;
            display: block;
        }

            .jour_wrap3 .jw_text3 .jt_tit3 .jt_btn3 .subscription3 {
                width: 100px;
                height: 35px;
                margin: 25px 0;
                padding: 0 20px 0 0;
                background: url(../images/popup/btn_plus.png) no-repeat 70px 50%;
                border: 1px solid #2e82e0;
                border-radius: 5px;
                text-align: center;
                font-size: 16px;
                color: #2e82e0;
                line-height: 35px;
                float: right;
                display: block;
            }

                .jour_wrap3 .jw_text3 .jt_tit3 .jt_btn3 .subscription3:hover,
                .jour_wrap3 .jw_text3 .jt_tit3 .jt_btn3 .subscription3.on {
                    padding: 0 25px 0 0 !important;
                    background: #2e82e0 url(../images/popup/btn_check.png) no-repeat 68px 50%;
                    border: 1px solid #2e82e0;
                    color: #fff;
                }


/* 알림 */
.jour_wrap4 {
    position: relative;
}

    .jour_wrap4 ul {
        margin: 0;
        padding: 0;
    }

    .jour_wrap4 li {
        margin: 0;
        padding: 15px 20px;
        border-bottom: 1px solid #d9d9d9;
        position: relative;
    }

    .jour_wrap4 .jw_thum4 {
        width: 70px;
        height: 70px;
        margin: 0 15px 0 0;
        position: relative;
        float: left;
    }

        .jour_wrap4 .jw_thum4 .jt_pro4 {
            background-color: #f3f3f3;
            border: 1px solid #ddd;
            border-radius: 100%;
            position: relative;
            overflow: hidden;
        }

            .jour_wrap4 .jw_thum4 .jt_pro4 .jt_img4 {
                width: 100%;
            }

        .jour_wrap4 .jw_thum4 span {
            width: 22px;
            height: 22px;
            text-align: center;
            line-height: 20px;
            display: block;
            position: absolute;
            right: 0;
            bottom: 0;
        }

            .jour_wrap4 .jw_thum4 span img {
                width: 22px;
                vertical-align: middle;
            }

    .jour_wrap4 .jw_text4 {
        width: 470px;
        margin: 0;
        float: left;
    }

        .jour_wrap4 .jw_text4 .jt_bit4 {
            height: 70px;
            margin: 0;
            font-size: 17px;
            font-weight: 600;
            line-height: 70px;
            letter-spacing: -1px;
        }

            .jour_wrap4 .jw_text4 .jt_bit4 b span {
                font-size: 14px;
            }

            .jour_wrap4 .jw_text4 .jt_bit4 .jt_btn4 {
                width: 80px;
                height: 70px;
                font-size: 16px;
                font-weight: 400;
                position: absolute;
                right: 15px;
                top: 7px;
                display: block;
            }

                .jour_wrap4 .jw_text4 .jt_bit4 .jt_btn4 .subscription4 {
                    width: 80px;
                    height: 35px;
                    margin: 25px 0;
                    padding: 0 15px 0 0;
                    background: url(../images/popup/btn_plus.png) no-repeat 58px 50%;
                    background-size: 15px 15px;
                    border: 1px solid #2e82e0;
                    border-radius: 5px;
                    text-align: center;
                    font-size: 14px;
                    color: #2e82e0;
                    line-height: 35px;
                    float: right;
                    display: block;
                }

                    .jour_wrap4 .jw_text4 .jt_bit4 .jt_btn4 .subscription4:hover,
                    .jour_wrap4 .jw_text4 .jt_bit4 .jt_btn4 .subscription4.on {
                        padding: 0 20px 0 0 !important;
                        background: #2e82e0 url(../images/popup/btn_check.png) no-repeat 56px 50%;
                        background-size: 15px 15px;
                        border: 1px solid #2e82e0;
                        color: #fff;
                    }

        .jour_wrap4 .jw_text4 .jt_tit4 {
            height: 30px;
            margin: 0 0 10px;
            font-size: 17px;
            font-weight: 600;
            line-height: 30px;
            letter-spacing: -1px;
        }

            .jour_wrap4 .jw_text4 .jt_tit4 b {
                margin: 0 25px 0 0;
                font-size: 18px;
                font-weight: 600;
            }

            .jour_wrap4 .jw_text4 .jt_tit4 .jt_info4 {
                width: 80px;
                height: 80px;
                font-size: 16px;
                position: absolute;
                right: 15px;
                top: 15px;
                display: block;
                overflow: hidden;
            }

                .jour_wrap4 .jw_text4 .jt_tit4 .jt_info4 img {
                    height: 80px;
                }

        .jour_wrap4 .jw_text4 .jt_txt4 {
            font-size: 14px;
            line-height: 22px;
        }

            .jour_wrap4 .jw_text4 .jt_txt4 a {
                color: #555;
            }


/* 브리핑 */
.jour_wrap5 {
    border-top: 1px solid #d9d9d9;
    position: relative;
}

    .jour_wrap5 ul {
        margin: 0;
        padding: 0;
    }

    .jour_wrap5 li {
        width: 1000px;
        margin: 0;
        padding: 15px 20px;
        border-bottom: 1px solid #d9d9d9;
        position: relative;
    }

        .jour_wrap5 li .jw_num5 {
            width: 70px;
            height: 100px;
            margin: 0 15px 0 0;
            text-align: center;
            font-size: 30px;
            font-weight: 700;
            line-height: 100px;
            position: relative;
            float: left;
        }

        .jour_wrap5 li .jw_text5 {
            width: 875px;
            margin: 0;
            padding: 0;
            float: left;
        }

            .jour_wrap5 li .jw_text5.jt5_i {
                width: 660px !important;
            }

            .jour_wrap5 li .jw_text5 .jt_tit5 {
                height: 30px;
                margin: 0 0 10px;
                font-size: 17px;
                font-weight: 600;
                line-height: 30px;
                letter-spacing: -1px;
            }

                .jour_wrap5 li .jw_text5 .jt_tit5 b {
                    margin: 0 25px 0 0;
                    font-size: 18px;
                    font-weight: 600;
                }

            .jour_wrap5 li .jw_text5 .jt_txt5 {
                font-size: 14px;
                line-height: 22px;
            }

                .jour_wrap5 li .jw_text5 .jt_txt5 a {
                    color: #555;
                }

        .jour_wrap5 li .jt_info5 {
            width: 210px;
            height: 135px;
            margin: 0;
            text-align: right;
            font-size: 16px;
            float: right;
            display: block;
            overflow: hidden;
        }

            .jour_wrap5 li .jt_info5 img {
                height: 135px;
            }






/************************************************
*				푸터 : FOOTER					*
************************************************/






/************************************************
*					ETC							*
************************************************/

.xbltit {
    margin: 25px 0;
    text-align: left;
    font-size: 50px;
    line-height: 40px;
    font-weight: 700;
    position: relative;
    display: block;
    z-index: 100;
}

    .xbltit span {
        height: 32px;
        position: absolute;
        right: 0;
        top: 0;
    }

.xbctit {
    margin: 0 0 40px;
    text-align: center;
    font-size: 36px;
    line-height: 50px;
    font-weight: 700;
    color: #333;
    position: relative;
    display: block;
    z-index: 100;
}

    .xbctit span {
        height: 45px;
        position: absolute;
        right: 0;
        top: 0;
    }

    .xbctit .xbc_b_bar {
        width: 100%;
        height: 21px;
        margin: 5px 0;
        background: url(../images/icon/title_blue.png) no-repeat center 0;
        display: block;
    }

    .xbctit .xbc_w_bar {
        width: 100%;
        height: 21px;
        margin: 5px 0;
        background: url(../images/icon/title_white.png) no-repeat center 0;
        display: block;
    }

.xltit {
    margin: 20px 0 15px;
    text-align: left;
    font-size: 28px;
    line-height: 38px;
    font-weight: 700;
    position: relative;
    display: block;
    z-index: 100;
}

    .xltit span {
        height: 32px;
        position: absolute;
        right: 0;
        top: 0;
    }

    .xltit .xl_sel {
        font-size: 14px;
        color: #777;
    }

    .xltit .xl_stxt {
        font-weight: 300;
    }

.xbtit {
    height: 40px;
    margin: 40px 0 15px;
    text-align: left;
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    position: relative;
    display: block;
    z-index: 100;
}

    .xbtit span {
        position: absolute;
        right: 0;
        top: 0;
    }

.xctit {
    margin: 0 0 20px;
    text-align: center;
    font-size: 34px;
    line-height: 45px;
    font-weight: 600;
    color: #333;
    position: relative;
    display: block;
    z-index: 100;
}

    .xctit span {
        height: 45px;
        position: absolute;
        right: 0;
        top: 0;
    }

.xlbtit {
    margin: 0 0 10px;
    text-align: left;
    font-size: 34px;
    line-height: 46px;
    font-weight: 600;
    position: relative;
    display: block;
    z-index: 100;
}

    .xlbtit span {
        height: 34px;
        position: absolute;
        right: 0;
        top: 0;
    }

.xlsbar {
    margin: 0 0 20px;
    padding: 10px 20px;
    background-color: #f6f9ff;
    text-align: left;
    font-size: 25px;
    font-weight: 600;
    color: #749ae5;
    line-height: 40px;
    position: relative;
    display: block;
    z-index: 100;
}

.xlstit {
    margin: 0 0 20px;
    text-align: left;
    font-size: 25px;
    line-height: 40px;
    font-weight: 600;
    position: relative;
    display: block;
    z-index: 100;
}

    .xlstit span {
        height: 40px;
        position: absolute;
        right: 0;
        top: 0;
    }

.xcstit {
    margin: 0 0 20px;
    text-align: center;
    font-size: 25px;
    line-height: 40px;
    font-weight: 500;
    position: relative;
    display: block;
    z-index: 100;
}

    .xcstit span {
        height: 40px;
        position: absolute;
        right: 0;
        top: 0;
    }

.bxltit {
    margin: 0 0 5px;
    text-align: left;
    font-size: 22px;
    font-weight: 500;
    color: #333;
    line-height: 28px;
    position: relative;
    z-index: 100;
}

    .bxltit span {
        height: 30px;
        position: absolute;
        right: 0;
        top: 0;
    }

.bctit {
    margin: 0 0 20px;
    text-align: center;
    font-size: 20px;
    color: #333;
    line-height: 22px;
    position: relative;
    z-index: 100;
}

    .bctit span {
        height: 22px;
        position: absolute;
        right: 0;
        top: 0;
    }

.bltit {
    margin: 0 0 10px;
    text-align: left;
    font-size: 18px;
    font-weight: 500;
    color: #333;
    line-height: 22px;
    position: relative;
    display: block;
    z-index: 100;
}

    .bltit span {
        height: 22px;
        position: absolute;
        right: 0;
        top: 0;
    }

.ltit {
    margin: 0;
    padding: 0 0 25px;
    text-align: left;
    font-size: 18px;
    color: #333;
    line-height: 28px;
    position: relative;
    z-index: 100;
}

    .ltit b {
        width: 75%;
        float: left;
    }

    .ltit span {
        width: 25%;
        text-align: right;
        font-size: 13px;
        font-weight: 400;
        color: #666;
        float: right;
    }

.ctit {
    margin: 0 0 15px;
    text-align: center;
    font-size: 16px;
    color: #333;
    line-height: 22px;
    position: relative;
    z-index: 100;
}

    .ctit span {
        height: 22px;
        position: absolute;
        right: 0;
        top: 0;
    }

.ltxt {
    margin: 0 0 10px;
    text-align: left;
    font-size: 16px;
    color: #555;
    line-height: 30px;
    font-weight: 500;
    position: relative;
    display: block;
}

.stxt {
    margin: 0 0 30px;
    text-align: left;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #888;
    position: relative;
    display: block;
}

.ctxt {
    margin: 0 0 15px;
    text-align: center;
    font-size: 16px;
    color: #879c9c;
    line-height: 30px;
    font-weight: 300;
    position: relative;
    display: block;
}

.sltxt {
    margin: 0 0 30px;
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #333;
    position: relative;
    display: block;
}

    .sltxt b {
        font-size: 18px;
    }

    .sltxt span {
        height: 20px;
        line-height: 20px;
        position: absolute;
        right: 0;
        top: 0;
    }

.sctxt {
    margin: 0 0 30px;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #666;
    position: relative;
    display: block;
}

.slxt {
    margin: 30px 0;
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #666;
    position: relative;
    display: block;
}

.tal {
    text-align: left !important;
}

.tac {
    text-align: center !important;
}

.tar {
    text-align: right !important;
}






/************************************************
*					TABLE						*
************************************************/

.table_type1 {
    width: 100%;
    margin: 0 0 15px;
    border-top: 2px solid #333;
    border-bottom: 2px solid #333;
    font-size: 14px;
}

    .table_type1 caption {
        display: none
    }

    .table_type1 thead td {
        padding: 15px;
        background-color: #fcfcfc;
        border-bottom: 1px solid #c0c0c0;
        font-size: 18px;
        font-weight: 600;
        color: #333;
        line-height: 26px;
    }

    .table_type1 tbody td {
        padding: 15px;
        background-color: #fff;
        font-size: 16px;
        font-weight: 400;
        color: #333;
        line-height: 24px;
    }

.table_type2 {
    width: 100%;
    margin: 0 0 15px;
    font-size: 14px;
}

    .table_type2 caption {
        display: none
    }

    .table_type2 thead td {
        padding: 5px;
        background-color: #dcdcdc;
        font-size: 16px;
        font-weight: 600;
        color: #333;
        line-height: 26px;
    }

    .table_type2 tbody td {
        padding: 15px;
        background-color: #fff;
        border-bottom: 1px solid #e8e8e8;
        font-size: 14px;
        font-weight: 400;
        color: #333;
        line-height: 24px;
    }

        .table_type2 tbody td b {
            font-size: 16px;
        }

    .table_type2 .tc2_1 {
        background-color: #f5f5f5;
    }

    .table_type2 .tc2_2 {
        background-color: #fbfbfb;
    }

.table_type3 {
    width: 100%;
    margin: 0 0 15px;
    font-size: 14px;
}

    .table_type3 caption {
        display: none
    }

    .table_type3 thead td,
    .table_type3 tbody td {
        padding: 25px 15px 0;
        background-color: #fff;
        font-size: 16px;
        font-weight: 500;
        color: #333;
        line-height: 26px;
    }

    .table_type3 ul {
        margin: 8px 0 10px 0;
        padding: 0;
        position: relative;
    }

    .table_type3 li {
        width: 320px;
        margin: 0 40px 0 0;
        padding: 15px;
        background-color: #f9f9f9;
        float: left;
    }

        .table_type3 li b {
            font-size: 20px;
            font-weight: 500;
        }

    .table_type3 .tt3_tit {
        font-size: 20px;
        font-weight: 500;
    }

    .table_type3 .tt3_btn {
        width: 260px;
        height: 50px;
        margin: 0 0 35px;
        background-color: #2a87e4;
        text-align: center;
        color: #fff;
        line-height: 50px;
        display: block;
    }

    .table_type3 label {
        margin: 0;
        font-size: 16px;
        font-weight: 300;
        cursor: pointer;
        display: block;
    }

    .table_type3 input[type="checkbox"] {
        width: 1em;
        margin-right: -2em;
        -moz-appearance: none;
        -webkit-appearance: none;
        -o-appearance: none;
        -ms-appearance: none;
        appearance: none;
        opacity: 0;
        display: block;
        float: left;
        z-index: -1;
    }

        .table_type3 input[type="checkbox"] + label.all {
            width: 95px !important;
            float: right !important;
        }

        .table_type3 input[type="checkbox"] + label.all {
            margin: 10px 0 0 0 !important;
        }

        .table_type3 input[type="checkbox"] + label {
            width: 200px;
            padding: 0;
            text-decoration: none;
            font-size: 10px;
            font-weight: 200;
            color: #666;
            position: relative;
            cursor: pointer;
            display: block;
            float: left;
        }

            .table_type3 input[type="checkbox"] + label b {
                margin: 0 0 0 25px;
                font-size: 16px;
                font-weight: 400;
            }

            .table_type3 input[type="checkbox"] + label:before {
                -moz-osx-font-smoothing: grayscale;
                -webkit-font-smoothing: antialiased;
                text-transform: none !important;
            }

            .table_type3 input[type="checkbox"] + label:before {
                width: 1.8em;
                height: 1.8em;
                margin: 0;
                background: url(../images/icon/check_up.png) no-repeat center 50% !important;
                content: '';
                text-align: center;
                line-height: 1.725em;
                display: inline-block;
                position: absolute;
                left: 0;
                top: 6px;
            }

        .table_type3 input[type="checkbox"]:checked + label:before {
            background: url(../images/icon/check_ov.png) no-repeat center 50% !important;
            content: '';
        }

        .table_type3 input[type="checkbox"]:checked + label {
            color: #333 !important;
        }

        .table_type3 input[type="checkbox"]:focus + label:before {
            color: #333;
        }

.table_type4 {
    width: 100%;
    margin: 0 0 15px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    font-size: 14px;
}

    .table_type4 caption {
        display: none
    }

    .table_type4 thead td {
        padding: 10px;
        background-color: #efefef;
        border-right: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        font-size: 14px;
        font-weight: 400;
        color: #333;
        line-height: 26px;
    }

    .table_type4 tbody td {
        padding: 10px;
        background-color: #fff;
        border-right: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        font-size: 14px;
        font-weight: 400;
        color: #333;
        line-height: 24px;
    }






/************************************************
*			레이어 팝업 : POPUP					*
************************************************/

/* Bootstrap POP */
.modal {
    top: 100px !important;
    z-index: 10000;
}

.modal-content {
    width: 700px;
    padding: 0;
    border: 0 none !important;
    position: relative;
}

.modal-header {
    width: 700px;
    height: 40px;
    margin: 0 auto;
    padding: 0 !important;
    /*background-color:#222;*/
    border: 0 none !important;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    line-height: 40px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
}

    .modal-header .close {
        width: 40px;
        height: 40px;
        font-size: 40px;
        font-weight: 300;
        position: fixed;
        right: -110px;
        top: 25px;
        display: block;
    }

    .modal-header .prev {
        width: 40px;
        height: 40px;
        font-size: 40px;
        font-weight: 300;
        position: fixed;
        left: 10px;
        top: 25px;
        display: block;
        background: none;
        border: none;
    }


.modal-content {
    border-radius: 0 !important;
}

.modal-body {
    padding: 0 !important;
    text-align: left;
    font-size: 14px;
    color: #666;
}

.modal-scr {
    height: 350px;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: scroll;
}

.modal-body .mb_case {
    margin: 0;
    padding: 40px 0 0;
    position: relative;
}

.modal-body .mb_cbit {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    color: #333;
    line-height: 28px;
    display: block;
}

.modal-body .down_case {
    width: 480px;
    margin: 40px 0 0;
    padding: 0;
    text-align: center;
    position: relative;
}

    .modal-body .down_case a:first-child {
        margin-right: 20px;
    }

    .modal-body .down_case a {
        margin: 0;
        float: left;
    }

.modal-footer {
    margin: 20px 0;
    padding: 0 !important;
    border: 0 none !important;
}

    .modal-footer .btn:first-child {
        border-left: 0 none;
    }

    .modal-footer .btn {
        height: 45px;
        margin: 0 !important;
        padding: 0;
        background-color: #e6e6e6;
        border-left: 1px solid #cecece;
        border-radius: 0;
        font-size: 15px;
        line-height: 45px;
        position: relative;
        float: left;
    }

    .modal-footer .btn-normal {
        width: 47%;
        background-color: #ebebeb;
        border-color: #ebebeb;
    }

        .modal-footer .btn-normal:hover,
        .modal-footer .btn-normal:active,
        .modal-footer .btn-normal:focus {
            background-color: #dcdcdc;
            border-color: #dcdcdc;
        }

    .modal-footer .btn-primary {
        width: 47%;
        background-color: #142a65;
        border-color: #142a65;
    }

        .modal-footer .btn-primary:hover,
        .modal-footer .btn-primary:active,
        .modal-footer .btn-primary:focus {
            background-color: #66749b;
            border-color: #66749b;
        }



/* Normal POP */
.mw_popup1, .mw_popup2, .mw_popup3, .mw_popup4 {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    _position: absolute;
    top: 0;
    left: 0;
    z-index: 100000;
}

    .mw_popup1.open, .mw_popup2.open, .mw_popup3.open, .mw_popup4.open {
        display: block
    }

    .mw_popup1 .bg, .mw_popup2 .bg, .mw_popup3 .bg, .mw_popup4 .bg {
        width: 100%;
        height: 100%;
        background: #000;
        opacity: .5;
        filter: alpha(opacity=50);
        position: absolute;
        top: 0;
        left: 0;
    }

#popup1, #popup2, #popup3, #popup4 {
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
    background: #fff;
    position: relative;
    top: 5%;
}

    #popup1.g_popup1 .g_popup1, #popup2.g_popup2 .g_popup2, #popup3.g_popup3 .g_popup3, #popup4.g_popup4 .g_popup4 {
        display: block
    }

    #popup1 .close, #popup2 .close, #popup3 .close, #popup4 .close {
        width: 60px;
        height: 60px;
        padding: 0;
        border: 0;
        background: #c9c9c9 url(../images/icon/close_wbtn.png) no-repeat center 50%;
        text-decoration: none !important;
        line-height: 60px;
        cursor: pointer;
        opacity: 1;
        overflow: visible;
        position: absolute;
        top: 0;
        right: 0;
    }

        #popup1 .close:hover, #popup2 .close:hover, #popup3 .close:hover, #popup4 .close:hover {
            background: #999 url(../images/icon/close_wbtn.png) no-repeat center 50%;
        }

.pop_header {
    width: 100%;
    height: 40px;
    margin: 0;
    padding: 0 10px;
    background: #222;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 40px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
}

#ph_back2 {
    width: 40px !important;
    height: 40px !important;
    background: url(../images/popup/prev.png) no-repeat center 50%;
    position: absolute;
    left: 0;
    top: 0px;
    display: block !important;
    z-index: 100000 !important;
}

.pop_header .ph_back {
    width: 40px !important;
    height: 40px !important;
    background: url(../images/popup/prev.png) no-repeat center 50%;
    position: absolute;
    left: 0;
    top: 0px;
    display: block !important;
    z-index: 100000 !important;
}

.pop_header .ph_close {
    width: 40px;
    height: 40px;
    background: url(../images/popup/close.png) no-repeat center 50%;
    position: absolute;
    right: 0;
    top: 0;
    display: block;
}

.pop_head {
    width: 100%;
    height: 50px;
    margin: 0;
    padding: 0 10px;
    background: #222;
    text-align: center;
    font-size: 20px;
    font-weight: 800;
    color: #fff;
    line-height: 50px;
    position: relative;
    z-index: 1000;
}

    .pop_head .ph_close {
        width: 50px !important;
        height: 50px !important;
        background: #ccc url(../images/icon/close_wbtn.png) no-repeat center 50% !important;
        background-size: 35px !important;
        position: absolute;
        right: 0;
        top: 0;
        display: block;
    }

.pop_vod {
    margin: 0;
    padding: 0;
    position: relative;
}

.pscroll {
    height: 660px;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: scroll;
}

.pscroll2 {
    height: 580px;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: scroll;
}

.pop_mcontant {
    height: 660px;
    margin: 0;
    padding: 0;
    position: relative;
}

    .pop_mcontant .setting {
        margin: 40px 0 0;
        padding: 0;
        background-color: #f1f1f1;
    }

        .pop_mcontant .setting li {
            border-bottom: 1px solid #d9d9d9;
            font-size: 14px;
            font-weight: 400;
            line-height: 20px;
            color: #5e5e5e;
            position: relative;
        }

            .pop_mcontant .setting li a {
                color: #5e5e5e;
            }

            .pop_mcontant .setting li b {
                margin: 0 0 7px;
                font-size: 16px;
                font-weight: 600;
                color: #1a1a1a;
                line-height: 22px;
                display: block;
            }

            .pop_mcontant .setting li a {
                padding: 25px 30px;
                background-color: #fff;
                color: #1a1a1a;
                line-height: 22px;
                display: block;
            }

            .pop_mcontant .setting li p {
                padding: 15px 30px 5px;
                font-size: 16px;
                font-weight: 600;
                color: #2e82e0;
            }

            .pop_mcontant .setting li strong {
                padding: 25px 30px;
                background-color: #fff;
                font-size: 16px;
                font-weight: 600;
                color: #1a1a1a;
                line-height: 44px;
                display: block;
            }

            .pop_mcontant .setting li span {
                height: 44px;
                font-size: 16px;
                font-weight: 600;
                color: #2e82e0;
                line-height: 44px;
                position: absolute;
                right: 30px;
                top: 20px;
            }

                .pop_mcontant .setting li span input[type="button"] {
                    height: 44px;
                    padding: 0 15px;
                    background-color: #2e82e0;
                    border-radius: 4px;
                    color: #fff;
                    line-height: 44px;
                }



.pop_contant2 {
    max-width: 600px;
    margin: 40px auto 10px;
    padding: 20px 25px;
    position: relative;
}

.pop_contant {
    margin: 40px 0 10px;
    padding: 20px 25px;
    position: relative;
}

    .pop_contant .pc_lcase {
        margin: 0 0 30px;
        padding: 15px 10px;
        background: #f0f0f0;
        border: 1px solid #cdcdcd;
        border-radius: 3px;
    }

        .pop_contant .pc_lcase b {
            margin: 0 0 5px;
            font-size: 14px;
            font-weight: 500;
            color: #1a1a1a;
            line-height: 20px;
            display: block;
        }

        .pop_contant .pc_lcase p {
            margin: 0 0 20px;
            font-size: 14px;
            font-weight: 400;
            color: #666;
            line-height: 20px;
            display: block;
        }

    .pop_contant .pc_proc {
        width: 150px;
        height: 30px;
        margin: 25px auto;
        padding: 0;
        position: relative;
    }

        .pop_contant .pc_proc li {
            width: 30px;
            height: 30px;
            margin: 0 10px;
            border-radius: 100%;
            float: left;
        }

.pop_contant2 .pc_ltit {
    margin: 0 0 5px;
    text-align: left;
    font-size: 16px;
    color: #1a1a1a;
    line-height: 24px;
}

.pop_contant .pc_ltit {
    margin: 0 0 5px;
    text-align: left;
    font-size: 16px;
    color: #1a1a1a;
    line-height: 24px;
}

.pop_contant .pc_ltxt {
    margin: 0 0 15px;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    color: #999;
    line-height: 20px;
}

.pop_contant .pc_lit {
    margin: 0;
    padding: 10px;
    background: #f1f1f1;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    color: #666;
    line-height: 20px;
}

.pop_contant .pc_cxit {
    margin: 0 0 5px;
    text-align: center;
    font-size: 28px;
    color: #1a1a1a;
    line-height: 38px;
}

.pop_contant .pc_ctit {
    margin: 0 0 5px;
    text-align: center;
    font-size: 16px;
    color: #1a1a1a;
    line-height: 24px;
}

.pop_contant .pc_ctxt {
    margin: 0 0 15px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #999;
    line-height: 20px;
}

.pop_contant .pc_cxt {
    margin: 0 0 15px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #666;
    line-height: 20px;
}

    .pop_contant .pc_cxt img {
        width: 50px;
        height: auto;
        margin: 0 auto 20px;
        display: block;
    }

.pop_contant .pc_pop {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 10000;
}

    .pop_contant .pc_pop li {
        margin: 10px 0;
        padding: 10px;
        border-bottom: 1px dotted #ccc;
    }

        .pop_contant .pc_pop li .pp_close {
            position: absolute;
            right: 20px;
        }

            .pop_contant .pc_pop li .pp_close img {
                width: 13px;
                height: 13px;
            }

        .pop_contant .pc_pop li .pp_win {
            width: 600px;
            position: absolute;
            left: 0;
            right: 0;
            top: 20%;
            float: left;
        }

            .pop_contant .pc_pop li .pp_win a {
                color: #fff;
            }

        .pop_contant .pc_pop li .pp_txt {
            text-align: left;
            font-size: 16px;
        }

        .pop_contant .pc_pop li .pp_alert {
            width: 70%;
            position: absolute;
            top: 50%;
            left: 15%;
            float: left;
            z-index: 1000;
        }

            .pop_contant .pc_pop li .pp_alert .pa_case {
                background-color: #6799FF;
            }

                .pop_contant .pc_pop li .pp_alert .pa_case b {
                    color: #fff;
                }


/*20220705 추가*/
.pop_contant .pc_title,
.pop_contant2 .pc_title {
    text-align: center;
    display: block;
    font-size: 1.3em;
    font-weight: 600;
}

.pop_contant .pc_title2,
.pop_contant2 .pc_title2 {
    text-align: left;
    display: block;
    font-size: 1.3em;
    font-weight: 600;
    margin: 20px 0;
}

.pop_contant2 .pc_title2 {
    text-align: center;
}

.pop_contant .line2,
.pop_contant2 .line2 {
    border-bottom: 1px solid #000;
    width: 100%;
    display: block;
}

.pop_scontant {
    margin: 40px 0 10px;
    padding: 0;
    position: relative;
}

.btn_wrap {
    margin: 0 0 20px;
    padding: 0 0 15px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 45px;
    position: relative;
}

.btn_wrap2 {
    width: 94%;
    margin: 0 3%;
    padding: 0;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 45px;
    position: fixed;
    left: 0;
    bottom: 15px;
}

.btn_wrap ul {
    margin: 0 0 0 -2%;
    padding: 0;
    position: relative;
}

.btn_wrap li {
    width: 48%;
    height: 45px;
    margin: 0 0 0 2%;
    padding: 0;
    line-height: 45px;
    display: block;
    float: left;
}

    .btn_wrap li a {
        height: 40px;
        margin: 5px 0 0;
        line-height: 40px;
    }

.btn100 {
    width: 100%;
}

.btn50 {
    width: 50%;
}

.btn10 {
    width: 10%;
}

.btn_confirm {
    background: #2e82e0 !important;
    border-radius: 4px;
    color: #fff !important;
    float: left;
    display: block;
}

.btn_close {
    background: #464646 !important;
    border-radius: 4px;
    color: #fff !important;
    float: left;
    display: block;
}

.btn_txt {
    height: 30px;
    padding: 10px 0 0;
    border-top: 1px solid #d6d6d6;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    line-height: 30px;
    position: relative;
}

    .btn_txt p {
        width: 100%;
        text-align: center;
        display: block;
    }

    .btn_txt span {
        height: 30px;
        color: #2e82e0;
        line-height: 30px;
        position: absolute;
        right: 0;
        top: 10px;
    }

        .btn_txt p a,
        .btn_txt span a {
            color: #2e82e0;
        }

    .btn_txt em {
        margin: 0 15px;
    }



.modal_wrap {
    width: 90%;
    position: absolute;
    top: 1%;
    left: 5%;
    float: left;
}

.modal_case {
    height: 566px;
    text-align: left;
    margin-bottom: 0;
    padding-bottom: 0;
}

.modal_ti {
    height: 35px;
    margin-top: 15px;
    border-bottom: 2px solid #478bbc;
    line-height: 35px;
}

    .modal_ti h3 {
        font-size: 18px;
        font-weight: bold;
        color: #478bbc;
    }

.modal_media {
    width: 100%;
    height: 35px;
    margin-top: 6px;
    border-bottom: 1px solid #ccc;
    position: relative;
}

    .modal_media .media {
        width: 80%;
        margin-top: 3px;
        text-align: left;
        font-size: large;
        font-weight: bold;
        line-height: 25px;
        float: left;
    }

    .modal_media .check {
        width: 20%;
        margin-top: -6px;
        text-align: right;
        line-height: 25px;
        float: left;
    }

.media_foot {
    height: 55px;
    margin-top: 0;
    padding: 10px 0 0 0;
    position: relative;
}

    .media_foot .foot_cencle {
        width: 49%;
        padding-top: 3px;
        border-right: 1px solid #ccc;
        text-align: center;
        font-size: 13px;
        float: left;
    }

    .media_foot .foot_save {
        width: 50%;
        padding-top: 3px;
        text-align: center;
        font-size: 13px;
        float: left;
    }



.p_tit {
    height: 30px;
    margin: 30px 0 10px;
    padding: 0;
    font-size: 18px;
    font-weight: 400;
    color: #1a1a1a;
    line-height: 30px;
    position: relative;
}

    .p_tit span {
        height: 30px;
        text-align: right;
        font-size: 13px;
        color: #666;
        line-height: 30px;
        position: absolute;
        right: 0;
        top: 0;
    }

.p_case2 {
    width: 100%;
    position: relative;
}

    .p_case2 ul {
        margin: 0 0 0 -15px;
        padding: 0;
        position: relative;
    }

    .p_case2 li {
        width: 337px;
        height: 265px;
        margin: 0 0 15px 15px;
        padding: 0;
        border: 1px solid #d7d7d7;
        float: left;
    }

        .p_case2 li .p_thum2 {
            margin: 0;
            padding: 0;
            text-align: left;
            position: relative;
            z-index: 1;
        }

            .p_case2 li .p_thum2 .p_table2 {
                width: 100%;
                height: 205px;
                background-color: #f7f7f7;
                position: relative;
                overflow: hidden;
            }

            .p_case2 li .p_thum2 .p_cell2 {
                height: 205px;
                text-align: center;
                vertical-align: middle;
            }

                .p_case2 li .p_thum2 .p_cell2 img {
                    width: 100%;
                }

            .p_case2 li .p_thum2 .p_copy2 {
                padding: 10px;
                position: relative;
            }

                .p_case2 li .p_thum2 .p_copy2 a {
                    color: #1a1a1a;
                }

                    .p_case2 li .p_thum2 .p_copy2 a:hover {
                        color: #2e82e0;
                    }

                .p_case2 li .p_thum2 .p_copy2 b {
                    height: 40px;
                    margin: 0;
                    padding: 0;
                    font-size: 14px;
                    font-weight: 500;
                    line-height: 20px;
                    display: block;
                    overflow: hidden;
                }

                .p_case2 li .p_thum2 .p_copy2 p {
                    margin: 0;
                    padding: 0;
                    font-size: 13px;
                    color: #2e82e0;
                    line-height: 20px;
                    display: block;
                }

            .p_case2 li .p_thum2 .p_text2 {
                padding: 10px;
                position: relative;
            }

.p_time2 {
    height: 20px;
    padding: 0 10px;
    background-color: #000;
    border-radius: 4px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: 20px;
    position: absolute;
    right: 5px;
    bottom: 5px;
}

.vod_pbtn2 {
    height: 205px;
    position: absolute;
    left: 42.5%;
    top: 73px;
    z-index: 1000;
}

    .vod_pbtn2 img {
        width: 60px;
    }

.vod_pbg2 {
    width: 100%;
    height: 205px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
}






/************************************************
*		뉴스카페 로그인 : NewsCafe Login		*
************************************************/

.login_wrap {
    width: 100%;
    margin: 0 auto 300px;
    padding: 0;
    position: relative;
}

    .login_wrap .lw_tit {
        width: 100%;
        margin: 0 0 10px;
        text-align: left;
        font-size: 22px;
        font-weight: 400;
        line-height: 28px;
    }

    .login_wrap .lw_lbit {
        width: 100%;
        margin: 10px 0;
        text-align: left;
        font-size: 15px;
        color: #333;
        font-weight: 600;
    }

    .login_wrap .lw_lsit {
        width: 100%;
        margin: 10px 0 5px;
        text-align: left;
        font-size: 15px;
        color: #333;
        font-weight: 400;
    }

    .login_wrap .lw_lsxt {
        width: 100%;
        margin: 0 0 10px;
        text-align: left;
        font-size: 14px;
        font-weight: 400;
    }

    .login_wrap .lw_chk {
        margin: 0 -10px 10px 0;
        text-align: right;
        font-size: 13px;
        color: #666;
    }

        .login_wrap .lw_chk input[type="checkbox"] + label:before {
            width: 1.4em;
            height: 1.4em;
            left: 3px;
            top: 2px;
        }

    .login_wrap .lw_inp {
        margin: 0;
        padding: 0;
    }

        .login_wrap .lw_inp input[type="checkbox"] + label {
            padding-right: 0 !important;
        }

        .login_wrap .lw_inp input[type="text"], .lw_inp input[type="password"] {
            width: 300px !important;
            height: 40px;
            padding: 0 10px !important;
            border-radius: 0;
            line-height: 40px;
        }

    .login_wrap .lw_btn {
        width: 100%;
        height: 40px;
        margin: 0 0 20px;
        background-color: #2e82e0;
        border: 1px solid #2e82e0;
        border-radius: 4px;
        text-align: center;
        font-size: 15px;
        color: #fff !important;
        line-height: 40px;
        display: block;
    }

    .login_wrap .lw_gbtn {
        width: 100%;
        height: 40px;
        margin: 0 0 20px;
        background-color: #ccc;
        border: 1px solid #999;
        border-radius: 4px;
        text-align: center;
        font-size: 15px;
        color: #333 !important;
        line-height: 40px;
        display: block;
    }

    .login_wrap .lw_bcase {
        height: 45px;
        border-top: 1px solid #e0e0e0;
        text-align: center;
        line-height: 45px;
        position: relative;
    }

        .login_wrap .lw_bcase .pw_btn {
            text-align: right;
            color: #888;
        }

        .login_wrap .lw_bcase span {
            margin: 0 15px;
            color: #e0e0e0;
        }

        .login_wrap .lw_bcase .jn_btn {
            text-align: left;
            color: #888;
        }

    .login_wrap .lw_profile {
        height: 70px;
        margin: 0 0 10px;
        padding: 0;
        position: relative;
    }

        .login_wrap .lw_profile .lp_thum {
            width: 70px;
            height: 70px;
            margin: 0 15px 0 0;
            position: relative;
            float: left;
        }

            .login_wrap .lw_profile .lp_thum .it_pro {
                background-color: #f3f3f3;
                border: 1px solid #ddd;
                border-radius: 100%;
                position: relative;
                overflow: hidden;
            }

                .login_wrap .lw_profile .lp_thum .it_pro .lt_img {
                    width: 100%;
                }

            .login_wrap .lw_profile .lp_thum span {
                width: 22px;
                height: 22px;
                /*background-color:#fff;
	border:1px solid #ddd;
	border-radius:100%;*/
                text-align: center;
                line-height: 20px;
                display: block;
                position: absolute;
                right: 0;
                bottom: 0;
            }

                .login_wrap .lw_profile .lp_thum span img {
                    vertical-align: middle;
                }

        .login_wrap .lw_profile .lp_btn {
            width: 235px;
            height: 40px;
            margin: 15px 0;
            float: left;
        }

            .login_wrap .lw_profile .lp_btn a {
                width: 100%;
                height: 40px;
                background-color: #0082cd;
                text-align: center;
                font-size: 16px;
                font-weight: 400;
                color: #fff;
                line-height: 40px;
                display: block;
            }

    .login_wrap .lw_txtarea {
        margin: 0 0 10px;
        padding: 0;
        position: relative;
    }

    .login_wrap .lw_keyword {
        margin: 0 0 25px;
        padding: 0;
        position: relative;
    }

        .login_wrap .lw_keyword ul {
            margin: 0 0 0 -1%;
            padding: 0;
            position: relative;
        }

        .login_wrap .lw_keyword li {
            width: 10%;
            margin: 0;
            padding: 0;
            text-align: center;
            font-size: 13px;
            font-weight: 400;
            display: block;
            float: left;
        }

            .login_wrap .lw_keyword li.lk_chk {
                margin: 0 0 0 1%;
                padding: 5px 0;
            }

                .login_wrap .lw_keyword li.lk_chk label {
                    margin: 0;
                    font-size: 12px;
                    font-weight: 300;
                    cursor: pointer;
                    display: block;
                }

                .login_wrap .lw_keyword li.lk_chk input[type="checkbox"] {
                    width: 1em;
                    margin-right: -2em;
                    -moz-appearance: none;
                    -webkit-appearance: none;
                    -o-appearance: none;
                    -ms-appearance: none;
                    appearance: none;
                    opacity: 0;
                    display: block;
                    float: left;
                    z-index: -1;
                }

                    .login_wrap .lw_keyword li.lk_chk input[type="checkbox"] + label {
                        width: 100%;
                        height: 30px;
                        padding: 0;
                        background-color: #fff;
                        text-decoration: none;
                        text-align: center;
                        font-size: 13px;
                        font-weight: 400;
                        line-height: 30px;
                        position: relative;
                        cursor: pointer;
                        display: block;
                        float: left;
                    }

                        .login_wrap .lw_keyword li.lk_chk input[type="checkbox"] + label.lbw50 b {
                            font-size: 15px !important;
                        }

                        .login_wrap .lw_keyword li.lk_chk input[type="checkbox"] + label.lbw25 b {
                            font-size: 13px !important;
                        }

                            .login_wrap .lw_keyword li.lk_chk input[type="checkbox"] + label.lbw25 b.lb2 {
                                margin: 6px 0 0;
                                line-height: 18px !important;
                            }

                        .login_wrap .lw_keyword li.lk_chk input[type="checkbox"] + label b {
                            width: 100%;
                            height: 30px;
                            font-size: 13px;
                            font-weight: 400;
                            color: #333;
                            line-height: 30px;
                            position: absolute;
                            left: 0;
                            top: 0;
                        }

                        .login_wrap .lw_keyword li.lk_chk input[type="checkbox"] + label:before {
                            -moz-osx-font-smoothing: grayscale;
                            -webkit-font-smoothing: antialiased;
                            text-transform: none !important;
                        }

                        .login_wrap .lw_keyword li.lk_chk input[type="checkbox"] + label:before {
                            width: 100%;
                            height: 30px;
                            margin: 0;
                            text-align: center;
                            line-height: 30px;
                            display: inline-block
                        }

                    .login_wrap .lw_keyword li.lk_chk input[type="checkbox"]:checked + label:before {
                        background: #0082cd !important;
                        border: 1px solid #d9d9d9;
                    }

                    .login_wrap .lw_keyword li.lk_chk input[type="checkbox"]:checked + label b {
                        color: #fff !important;
                    }

                    .login_wrap .lw_keyword li.lk_chk input[type="checkbox"]:focus + label:before {
                        color: #fff;
                    }

            .login_wrap .lw_keyword li.lk_btn {
                margin: 0 0 5px 1.3%;
                padding: 5px 0;
                background-color: #fff;
                border: 1px solid #d9d9d9;
                color: #2e83e0;
                position: relative;
            }

                .login_wrap .lw_keyword li.lk_btn span {
                    position: absolute;
                    right: -5px;
                    top: -5px;
                    z-index: 1;
                }

                    .login_wrap .lw_keyword li.lk_btn span a {
                        width: 15px;
                        height: 15px;
                        margin: 0;
                        padding: 0;
                        background-color: #9e9e9e;
                        border-radius: 100%;
                        text-align: center;
                        font-size: 18px;
                        line-height: 12px;
                        color: #fff;
                        display: block;
                    }


    /** PW 찾기 **/
    .login_wrap .pw_case {
        margin: 0 0 10px;
        padding: 0;
        position: relative;
    }

        .login_wrap .pw_case .pi_inp {
            width: 530px;
            margin: 0;
            float: left;
        }

            .login_wrap .pw_case .pi_inp input[type="text"],
            .login_wrap .pw_case .pi_inp input[type="password"] {
                width: 100% !important;
                height: 40px;
                padding: 0 10px !important;
                border-radius: 0;
                line-height: 40px;
            }

        .login_wrap .pw_case .pi_btn1,
        .login_wrap .pw_case .pi_btn2 {
            width: 94px;
            height: 40px;
            position: relative;
            float: right;
        }

            .login_wrap .pw_case .pi_btn1 a,
            .login_wrap .pw_case .pi_btn1 .pbb {
                width: 100%;
                height: 40px;
                background-color: #626262;
                border: 1px solid #626262;
                text-align: center;
                color: #fff;
                line-height: 40px;
                float: left;
            }

            .login_wrap .pw_case .pi_btn2 a {
                width: 55px;
                height: 40px;
                background-color: #626262;
                border: 1px solid #626262;
                text-align: center;
                color: #fff;
                line-height: 40px;
                float: left;
            }

            .login_wrap .pw_case .pi_btn2 span {
                width: 38px;
                height: 40px;
                text-align: center;
                font-size: 14px;
                color: #999;
                line-height: 40px;
                float: left;
            }

        .login_wrap .pw_case .pi_inp {
            width: 85%;
            margin: 0;
            float: left;
        }

        .login_wrap .pw_case .pi_btn3 {
            width: 15%;
            height: 40px;
            margin: -5px 0 0;
            position: relative;
            float: right;
        }

            .login_wrap .pw_case .pi_btn3 .pbb1 {
                width: 100%;
                height: 40px;
                padding: 0;
                background-color: #626262;
                border: 1px solid #626262;
                text-align: center;
                color: #fff;
                line-height: 40px;
                float: left;
            }


        /** PW 재설정 **/
        .login_wrap .pw_case .pw_inp {
            width: 265px;
            margin: 0 10px 0 0;
            float: left;
        }

            .login_wrap .pw_case .pw_inp input[type="text"], .login_wrap .pw_case .pw_inp input[type="password"] {
                width: 100% !important;
                height: 40px;
                padding: 0 10px !important;
                border-radius: 0;
                line-height: 40px;
            }

    .login_wrap .pw_chk {
        width: 30px;
        height: 40px;
        margin: 0;
        padding: 0;
        float: right;
    }

        .login_wrap .pw_chk input[type="checkbox"] + label {
            margin: 0;
            padding: 0;
        }

            .login_wrap .pw_chk input[type="checkbox"] + label:before {
                width: 30px;
                height: 40px;
                margin: 0;
                padding: 0;
                border: none;
                content: '';
                background: url(../images/icon/check_icon_ov1.png) center 50% no-repeat;
                text-align: center;
                display: inline-block;
                position: absolute;
                left: 0;
                top: 0;
            }

        .login_wrap .pw_chk input[type="checkbox"]:checked + label:before {
            width: 30px;
            height: 40px;
            margin: 0;
            padding: 0;
            content: '';
            background: url(../images/icon/check_icon_up1.png) center 50% no-repeat;
            display: block;
        }


    /** 회원가입 **/
    .login_wrap .pw_case .lw_inp {
        width: 300px;
        margin: 0 10px 0 0;
        float: left;
    }

        .login_wrap .pw_case .lw_inp input[type="text"] {
            width: 100% !important;
            height: 40px;
            padding: 0 10px !important;
            border-radius: 0;
            line-height: 40px;
        }

    .login_wrap .pw_case .lw_txt {
        margin: 0 0 15px;
        padding: 0px;
        text-align: left;
        font-size: 12px;
        color: #999;
    }

    .login_wrap .pc_case {
        margin: 0 0 25px;
        padding: 10px 15px 2px;
        background-color: #ebebeb;
        border: 1px solid #dcdcdc;
        text-align: left;
        position: relative;
    }

        .login_wrap .pc_case ul {
            margin: 0;
            padding: 0;
        }

        .login_wrap .pc_case li {
            height: 30px;
            position: relative;
            display: block;
        }

            .login_wrap .pc_case li span {
                height: 30px;
                position: absolute;
                right: 10px;
                top: 0;
            }

        .login_wrap .pc_case label {
            padding: 0 0 0 30px;
            font-size: 14px !important;
            color: #666 !important;
        }

            .login_wrap .pc_case label b {
                font-size: 14px !important;
                font-weight: 500;
            }

        .login_wrap .pc_case input[type="checkbox"] + label:before {
            width: 1.4em;
            height: 1.4em;
            background-color: #fff;
            left: 0;
            top: 0;
        }

    .login_wrap .messageCheck {
        width: 30px;
        height: 40px;
        margin: 0;
        padding: 0;
        content: '';
        background: url(../images/icon/check_icon_up1.png) center 50% no-repeat;
        display: block;
        left: 60;
    }

    .login_wrap .messageCancel {
        width: 30px;
        height: 40px;
        margin: 0;
        padding: 0;
        border: none;
        content: '';
        background: url(../images/icon/check_icon_ov1.png) center 50% no-repeat;
        text-align: center;
        display: inline-block;
        position: absolute;
        left: 60;
        top: 0;
    }

.pw_allsel {
    margin: 8px 0 0;
    padding: 8px 0 0;
    position: relative;
}

    .pw_allsel label {
        padding: 7px 0 8px 15px !important;
        font-size: 13px !important;
        font-weight: 400;
        color: #666 !important;
    }

    .pw_allsel input[type="checkbox"] + label:before {
        width: 1.4em;
        height: 1.4em;
        left: -13px;
        top: 8px;
    }

    .pw_allsel span {
        text-align: right;
        font-size: 12px;
        color: #333;
        position: absolute;
        right: 0;
        top: 12px;
    }

        .pw_allsel span a {
            text-decoration: underline !important;
            color: #333;
        }


/** 회원가입 완료 **/
.login_wrap .lw_wbtn {
    width: 100%;
    height: 40px;
    margin: 25px 0;
    text-align: center;
    font-size: 15px;
    position: relative;
}

    .login_wrap .lw_wbtn .lo_gbtn {
        width: 49%;
        height: 40px;
        margin: 0;
        background-color: #626262;
        border: 1px solid #626262;
        border-radius: 4px;
        color: #fff;
        line-height: 40px;
        display: block;
        float: left;
    }

    .login_wrap .lw_wbtn .lo_bbtn {
        width: 49%;
        height: 40px;
        margin: 0;
        background-color: #00a8c8;
        border: 1px solid #00a8c8;
        border-radius: 4px;
        color: #fff;
        line-height: 40px;
        display: block;
        float: right;
    }






/************************************************
*				공지사항 : Notice				*
************************************************/

.notice {
    width: 100%;
    width: 100%;
    margin: -20px 0 0;
    padding: 0;
    position: relative;
    display: inline-block;
}

    .notice dl {
        width: 100%;
        height: 60px;
        margin: 0;
        border-bottom: 1px solid #ccc;
        text-align: center;
        line-height: 60px;
        position: relative;
    }

    .notice dt {
        width: 68%;
        margin: 0 1%;
        padding: 0;
        text-align: left;
        font-size: 15px;
        line-height: 60px;
        float: left;
    }

    .notice dd {
        width: 30%;
        padding: 0;
        text-align: right;
        font-size: 11px;
        color: #aa0000;
        line-height: 60px;
        float: right;
    }






/************************************************
*				동의 : Agreement				*
************************************************/

.agr_wrap {
    width: 100%;
    max-width: 880px;
    margin: 0 auto;
    padding: 30px 10px 10px;
    position: relative;
}

.agr_case {
    width: 100%;
    max-width: 880px;
    margin: 0 auto;
    padding: 40px 50px;
    position: relative;
}

.agr_swrap {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    padding: 30px 25px 10px;
    position: relative;
}

.agr_wrap .agr_xtit {
    margin: 0;
    padding: 15px 0 20px;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    color: #1c1c1c;
    line-height: 30px;
    display: block;
}

.agr_wrap .agr_btit {
    margin: 0;
    padding: 0 0 10px;
    text-align: left;
    font-size: 17px;
    font-weight: 600;
    color: #1c1c1c;
    line-height: 26px;
    display: block;
}

.agr_wrap .agr_tit {
    margin: 0;
    padding: 0 0 5px;
    text-align: left;
    font-size: 15px;
    font-weight: 600;
    color: #1c1c1c;
    line-height: 26px;
    display: block;
}

.agr_wrap .agr_txt {
    margin: 0;
    padding: 0 0 20px;
    text-align: left;
    font-size: 13px;
    font-weight: 400;
    color: #1c1c1c;
    line-height: 20px;
    display: block;
}

.agr_wrap .aw_table {
    width: 100%;
    margin: 0 0 40px;
    padding: 0;
    position: relative;
}

    .agr_wrap .aw_table th {
        padding: 5px;
        background-color: #efefef;
        border: 1px solid #ddd;
        font-size: 12px;
        font-weight: 600;
        color: #1c1c1c;
        line-height: 16px;
    }

    .agr_wrap .aw_table td {
        padding: 5px;
        background-color: #fff;
        border: 1px solid #ddd;
        font-size: 12px;
        font-weight: 400;
        color: #1c1c1c;
        line-height: 16px;
    }

.stb_xbti {
    margin: 20px 0;
    text-align: center;
    font-size: 40px;
    font-weight: 800;
    color: #666;
    line-height: 50px;
    display: block;
}

.stb_xti {
    margin-bottom: 40px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #666;
    line-height: 25px;
    display: block;
}

.stb_bti {
    margin-bottom: 5px;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    line-height: 22px;
    display: block;
}

.stb_ti {
    margin-bottom: 5px;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    color: #666;
    line-height: 20px;
    display: block;
}

.stb_copy {
    margin-bottom: 25px;
    text-align: left;
    font-size: 13px;
    color: #666;
    font-weight: 400;
    line-height: 18px;
    display: block;
}

.stb_txt {
    margin-bottom: 5px;
    padding-left: 15px;
    text-align: left;
    font-size: 13px;
    font-weight: 400;
    color: #666;
    line-height: 18px;
    display: block;
}






/************************************************
*				추가CSS : 2018 10				*
************************************************/

.sw_case {
    margin: 0 0 30px;
    padding: 25px 15px;
    background-color: #f8f8f8;
    border: 1px solid #e4e4e4;
    position: relative;
}

    .sw_case ul {
        margin: 0;
        padding: 0;
    }

    .sw_case li {
        margin: 0 20px 10px 0;
        text-align: center;
        font-size: 20px;
        font-weight: 500;
        color: #f80d0d;
        line-height: 30px;
        display: block;
        float: left;
    }

    .sw_case textarea {
        width: 100%;
        height: 150px;
        background-color: #fff;
        font-size: 24px;
    }

.tw_case {
    margin: 0 0 30px;
    padding: 0;
    position: relative;
}

    .tw_case ul {
        margin: 0;
        padding: 0;
    }

    .tw_case li {
        margin: 0 10px 10px 0;
        padding: 5px 10px;
        background-color: #ededed;
        text-align: center;
        font-size: 20px;
        font-weight: 600;
        color: #222;
        line-height: 30px;
        display: block;
        float: left;
    }

.jw_case {
    margin: 0 0 40px;
    padding: 0;
    position: relative;
}

.jw_inp {
    margin: 0 0 10px;
    padding: 10px 15px 5px;
    border: 1px solid #e5e5e3;
    background-color: #fff;
}

    .jw_inp p {
        margin: 0 0 2px;
        font-size: 13px;
        font-weight: 400;
        color: #999;
        display: block;
    }

    .jw_inp b {
        display: block;
    }

        .jw_inp b input {
            padding: 0;
            border: 0 none;
        }

            .jw_inp b input[type="text"],
            .jw_inp b input[type="password"] {
                height: 30px;
                font-size: 18px;
                color: #02b9ff !important;
                line-height: 30px;
            }

                .jw_inp b input[type="text"]:hover,
                .jw_inp b input[type="password"]:hover,
                .jw_inp b input[type="text"]:focus,
                .jw_inp b input[type="password"]:focus {
                    color: #ccc !important;
                }

        .jw_inp b ::-webkit-input-placeholder,
        .jw_inp b :-moz-placeholder,
        .jw_inp b ::-moz-placeholder,
        .jw_inp b :-ms-input-placeholder,
        .jw_inp b .formerize-placeholder {
            color: #dadada !important;
        }

    .jw_inp:hover {
        background-color: #02b9ff;
    }

        .jw_inp:hover p {
            color: #fff;
        }



.sl_wrap {
    margin: 0;
    padding: 0;
    position: relative;
}

    .sl_wrap .sw_tit {
        margin: 0 0 25px;
        padding: 25px 10px 0;
        letter-spacing: -1px;
        position: relative;
    }

        .sl_wrap .sw_tit span {
            width: 30%;
            text-align: left;
            font-size: 16px;
            color: #333;
            line-height: 24px;
            float: left;
            display: block;
        }

            .sl_wrap .sw_tit span em {
                font-size: 12px;
            }

        .sl_wrap .sw_tit p {
            width: 30%;
            text-align: left;
            font-size: 18px;
            color: #333;
            line-height: 24px;
            float: left;
            display: block;
        }

            .sl_wrap .sw_tit p .swimg {
                width: auto;
                height: 25px;
            }

        .sl_wrap .sw_tit b {
            width: 67%;
            text-align: right;
            font-size: 24px;
            color: #02b9ff;
            line-height: 24px;
            float: right;
            display: block;
        }

            .sl_wrap .sw_tit b em {
                font-size: 20px;
                font-weight: 400;
            }

    .sl_wrap .sw_list {
        margin: 0 0 30px;
        padding: 0;
        border-top: 1px solid #ccc;
        position: relative;
    }

        .sl_wrap .sw_list li:nth-child(2n) {
            background-color: #efefef;
        }

        .sl_wrap .sw_list li {
            margin: 0;
            padding: 0 5%;
            border-bottom: 1px solid #ccc;
            position: relative;
            overflow: hidden;
        }

            .sl_wrap .sw_list li a {
                width: 100%;
                height: 62px;
                display: block;
            }

            .sl_wrap .sw_list li .sl_icon {
                width: 13%;
                padding: 0 0 2px;
                text-align: left;
                line-height: 25px;
                float: left;
            }

                .sl_wrap .sw_list li .sl_icon img {
                    width: 30px;
                    margin: 15px 0 0;
                }

            .sl_wrap .sw_list li .sl_name {
                width: 40%;
                padding: 0 0 2px;
                text-align: left;
                font-size: 15px;
                line-height: 60px;
                letter-spacing: -1px;
                float: left;
            }

                .sl_wrap .sw_list li .sl_name .sn_bnum {
                    margin: 20px 0 0;
                    font-size: 16px;
                    line-height: 20px;
                }

                .sl_wrap .sw_list li .sl_name .sn_num {
                    margin: 13px 0 0;
                    font-size: 14px;
                    line-height: 20px;
                    letter-spacing: -1px;
                    position: relative;
                }

            .sl_wrap .sw_list li .sl_cash {
                width: 40%;
                padding: 0 0 2px;
                text-align: right;
                float: left;
            }

                .sl_wrap .sw_list li .sl_cash .sk_bnum {
                    margin: 20px 0 0;
                    font-size: 16px;
                    line-height: 20px;
                }

                .sl_wrap .sw_list li .sl_cash .sk_num {
                    margin: 13px 0 0;
                    font-size: 14px;
                    line-height: 20px;
                    letter-spacing: -1px;
                    position: relative;
                }

                .sl_wrap .sw_list li .sl_cash .sk_krw {
                    height: 25px;
                    margin: 0 0 5px;
                    padding: 0;
                    border: 0 none;
                    background-color: transparent;
                    font-size: 13px;
                    font-weight: 300;
                    color: #a3a3a3;
                    line-height: 20px;
                    letter-spacing: -1px;
                    position: relative;
                }

            .sl_wrap .sw_list li .sl_more {
                width: 4%;
                height: 60px;
                background: url(../images/icon/c_link2.png) no-repeat right 50%;
                background-size: 15px;
                line-height: 40px;
                position: absolute;
                right: 10px;
                top: 0;
            }



.dw_list {
    margin: 0 0 30px;
    padding: 0;
    border-top: 1px solid #ccc;
    position: relative;
}

    .dw_list li:nth-child(2n) {
        background-color: #efefef;
    }

    .dw_list li {
        margin: 0;
        padding: 0 5%;
        border-bottom: 1px solid #ccc;
        position: relative;
        overflow: hidden;
    }

        .dw_list li a {
            width: 100%;
            height: 90px;
            display: block;
        }

        .dw_list li .dl_icon {
            width: 13%;
            max-width: 50px;
            height: 50px;
            margin: 20px 2% 0 0;
            padding: 0;
            background-color: #efefef;
            border-radius: 100%;
            text-align: left;
            line-height: 50px;
            float: left;
            overflow: hidden;
        }

            .dw_list li .dl_icon img {
                width: 100%;
            }

        .dw_list li .dl_name {
            width: 45%;
            padding: 0 0 2px;
            text-align: left;
            font-size: 15px;
            line-height: 60px;
            letter-spacing: -1px;
            float: left;
        }

            .dw_list li .dl_name .dn_bnum {
                margin: 20px 0 0;
                font-size: 16px;
                line-height: 20px;
            }

            .dw_list li .dl_name .dn_num {
                margin: 13px 0 0;
                font-size: 14px;
                line-height: 20px;
                letter-spacing: -1px;
                position: relative;
            }

        .dw_list li .dl_cash {
            width: 40%;
            padding: 0 0 2px;
            text-align: right;
            float: left;
        }

            .dw_list li .dl_cash .dc_bnum {
                margin: 20px 0 0;
                font-size: 16px;
                line-height: 20px;
            }

            .dw_list li .dl_cash .dc_num {
                margin: 13px 0 0;
                font-size: 16px;
                line-height: 20px;
                letter-spacing: -1px;
                position: relative;
            }

            .dw_list li .dl_cash .dc_krw {
                height: 25px;
                margin: 0 0 5px;
                padding: 0;
                border: 0 none;
                background-color: transparent;
                font-size: 13px;
                font-weight: 300;
                color: #a3a3a3;
                line-height: 20px;
                letter-spacing: -1px;
                position: relative;
            }



.jn_wrap {
    margin: 10px 0 30px;
    padding: 0;
    position: relative;
}

    .jn_wrap ul {
        margin: 0;
        padding: 0;
        border-top: 1px solid #d9d9d9;
    }

    .jn_wrap li:first-child {
        border-bottom: 10px solid #f1f1f1;
    }

    .jn_wrap li {
        padding: 12px 10px;
        border-bottom: 1px solid #e4e4e4;
        background-color: #fff;
        position: relative;
    }

        .jn_wrap li .jw_l {
            width: 82%;
            float: left;
        }

            .jn_wrap li .jw_l input[type="checkbox"] + label {
                margin: 0;
                padding: 0 0 0 30px;
                font-size: 15px;
                font-weight: 400;
                line-height: 45px;
                letter-spacing: -1px;
                display: block;
            }

                .jn_wrap li .jw_l input[type="checkbox"] + label:before {
                    width: 18px;
                    height: 18px;
                    line-height: 18px;
                    left: 0;
                    top: 30%;
                }

            .jn_wrap li .jw_l input[type="checkbox"]:checked + label:before {
                color: #2e82e0;
            }

        .jn_wrap li .jw_r {
            width: 18%;
            float: right;
        }

            .jn_wrap li .jw_r .jr_link {
                width: 100%;
                height: 40px;
                background: url(../images/icon/set_next.png) no-repeat right 65%;
                background-size: 9px;
                display: block;
            }

            .jn_wrap li .jw_r label {
                margin: 6px 0 0;
            }

    .jn_wrap .jw_tit {
        margin: 5px 0 0;
        padding: 5px 10px;
        text-align: left;
        font-size: 16px;
        color: #2e83e0;
    }



.ttc_info {
    height: 20px;
    margin: 0 0 30px;
    padding: 0;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    color: #3f3f3f;
    line-height: 20px;
    vertical-align: middle;
    display: block;
    position: relative;
}

    .ttc_info img {
        width: 25px;
        height: 25px;
        margin: 0 0 0 10px;
    }

.comment {
    margin: 0 5px 0 0;
    float: left;
}

.url_link {
    width: 50px;
    height: 20px;
    margin: 0 5px 0 0;
    padding: 0;
    background-color: #efefef;
    border: 1px solid #ccc;
    border-radius: 3px;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    display: block;
    float: left;
}



.cw_lche {
    margin: 0;
    padding: 0;
    line-height: 40px;
    position: relative;
}

    .cw_lche ul {
        margin: 0;
        padding: 0;
    }

    .cw_lche li {
        margin: 0;
        padding: 10px 0;
        background-color: transparent;
        position: relative;
    }

        .cw_lche li .cl_tit {
            width: 105px;
            text-align: left;
            font-size: 14px;
            font-weight: 400;
            color: #1c1c1c;
            line-height: 30px;
            float: left;
        }

        .cw_lche li .cl_ltit {
            width: 105px;
            text-align: left;
            font-size: 18px;
            font-weight: 600;
            color: #1c1c1c;
            line-height: 30px;
            float: left;
        }

        .cw_lche li .cl_che {
            position: relative;
            float: left;
        }

        .cw_lche li .cl_rtit {
            width: 200px;
            margin: 0 15px 0 0;
            text-align: right;
            font-size: 15px;
            font-weight: 600;
            color: #1c1c1c;
            line-height: 30px;
            float: left;
        }

        .cw_lche li .cl_stit {
            width: 80px;
            margin: 0 15px 0 0;
            text-align: right;
            font-size: 15px;
            font-weight: 600;
            color: #1c1c1c;
            line-height: 30px;
            float: left;
        }

    .cw_lche .lbtn {
        width: 100px;
        margin: 0 15px 0 0;
        padding: 0;
        float: left;
    }

        .cw_lche .lbtn input[type="checkbox"] {
            display: none;
        }

            .cw_lche .lbtn input[type="checkbox"] + label {
                width: 100%;
                height: 30px;
                margin: 0;
                padding: 0;
                text-align: center;
                font-size: 14px !important;
                font-weight: 300;
                line-height: 30px;
                display: block;
            }

                .cw_lche .lbtn input[type="checkbox"] + label b {
                    width: 100%;
                    height: 30px;
                    margin: 0;
                    padding: 0;
                    font-size: 14px !important;
                    font-weight: 300;
                    line-height: 30px;
                    position: absolute;
                    left: 0;
                    top: 0;
                    z-inde: 100;
                }

            .cw_lche .lbtn input[type="checkbox"]:checked + label b {
                color: #fff !important;
            }

            .cw_lche .lbtn input[type="checkbox"] + label:before {
                width: 100%;
                height: 30px;
                margin: 0;
                padding: 0;
                background: none !important;
                border: 1px solid #696969;
                text-align: center;
                color: #696969;
                line-height: 30px;
                top: 0;
            }

            .cw_lche .lbtn input[type="checkbox"]:checked + label:before {
                width: 100%;
                height: 30px;
                background-color: #2e82e0 !important;
                border: 1px solid #2e82e0 !important;
                text-align: center;
            }



.quantity-style {
    width: 100%;
}

.input-group-btn {
    height: 42px;
    line-height: 42px;
}

    .input-group-btn button {
        width: 30px !important;
        margin: -3px 0 0;
    }



.empty_wrap {
    padding: 30px 0 50px;
    font-size: 16px;
    font-weight: 400;
}



/************ 프로필 수정 ************/
.pf_wrap {
    margin: 20px auto 0;
    padding: 0;
    position: relative;
}

    .pf_wrap ul {
        margin: 0;
        padding: 0;
    }

    .pf_wrap li {
        margin: 0;
        padding: 10px;
        border-bottom: 1px solid #d9d9d9;
        position: relative;
    }

.pf_tit {
    width: 20%;
    height: 40px;
    text-align: left;
    font-size: 14px;
    line-height: 40px;
    position: relative;
    float: left;
}

.pf_txt {
    width: 70%;
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 20px;
    display: block;
    float: left;
}

.pf_del {
    width: 10%;
    margin: 0;
    float: right;
}

    .pf_del a {
        height: 40px;
        background: url(../images/icon/m_close.png) right 50% no-repeat;
        background-size: 15px;
        display: block;
    }

.pf_inp,
.pf_sns {
    width: 80%;
    margin: 0;
    float: right;
}

.pf_inp {
    padding: 0;
    font-size: 14px;
    line-height: 40px;
    display: block;
}

.pset {
    margin: 5px 0 0;
    padding: 0;
    font-size: 12px;
    line-height: 14px;
    display: block;
}

.pf_case {
    height: 100px;
    margin: 0 0 15px;
    padding: 0;
    position: relative;
}

    .pf_case .pc_thum {
        width: 25%;
        height: 100px;
        margin: 0 2% 0 0;
        position: relative;
        float: left;
        overflow: hidden;
    }

        .pf_case .pc_thum .pt_pro {
            width: 100px;
            height: 100px;
            background-color: #f3f3f3;
            border: 1px solid #ddd;
            border-radius: 100%;
            position: relative;
            overflow: hidden;
        }

            .pf_case .pc_thum .pt_pro .pt_img {
                width: 100%;
            }

    .pf_case .pc_info {
        width: 73%;
        margin: 0;
        padding: 0;
        float: right;
    }

        .pf_case .pc_info .pc_txt {
            width: 100%;
            height: 30px;
            margin: 15px 0 5px;
            text-align: left;
            font-size: 20px;
            font-weight: 300;
            color: #1c1c1c;
            display: block;
        }

        .pf_case .pc_info .pc_btn {
            width: 130px;
            height: 30px;
            margin: 0;
            padding: 0;
            text-align: left;
        }

            .pf_case .pc_info .pc_btn a {
                width: 100%;
                height: 30px;
                padding: 0 15px;
                background-color: #2d82df;
                text-align: center;
                font-size: 13px;
                font-weight: 500;
                color: #fff;
                line-height: 30px;
                display: block;
            }

.pf_btn {
    margin: 0 0 0 -5% !important;
    padding: 20px 10px 30px !important;
    background-color: #fff;
    position: relative;
}

    .pf_btn .pb_case {
        width: 45%;
        height: 45px;
        margin: 0 0 0 5%;
        float: left;
    }



/************ 거래내역 ************/
.pickr_wrap {
    width: 100%;
    height: 65px;
    margin: 10px 5px;
    padding: 0;
    position: relative;
    z-index: 100;
}

    .pickr_wrap .pw_sel {
        width: 25%;
        height: 40px;
        margin: 0 0 5px;
        padding: 0;
        position: relative;
        float: left;
    }

        .pickr_wrap .pw_sel .select-wrapper {
            height: 40px;
            margin: 0 3% 0 0;
            background-color: #fff;
            background-position: 95% 50%;
        }

        .pickr_wrap .pw_sel select {
            height: 40px;
            padding: 0 5px;
            font-size: 14px;
            line-height: 40px;
        }

    .pickr_wrap .pw_inpsel {
        height: 40px;
        margin: 0;
        padding: 0;
        float: left;
    }

        .pickr_wrap .pw_inpsel .select-wrapper {
            height: 40px;
            background-color: #fff;
            background-position: 95% 50%;
        }

        .pickr_wrap .pw_inpsel select {
            height: 40px;
            padding: 0 5px;
            font-size: 12px;
            line-height: 40px;
        }

        .pickr_wrap .pw_inpsel input[type="text"] {
            background-color: #fff !important;
        }

    .pickr_wrap .pw_st {
        width: 5%;
        height: 40px;
        margin: 0;
        padding: 0;
        text-align: center;
        line-height: 40px;
        float: left;
    }

    .pickr_wrap .pw_pick {
        height: 40px;
        margin: 0;
        padding: 0;
        background-color: #fff;
        float: left;
    }

    .pickr_wrap .pw_sear {
        height: 40px;
        margin: 0 0 0 4%;
        padding: 0;
        background-color: #fff;
        font-size: 14px;
        float: left;
    }

    .pickr_wrap .bd {
        border: 1px solid #cacaca;
    }

        .pickr_wrap .bd input[type="text"] {
            height: 38px;
            padding: 0;
            background: url(../images/icon/calendar_icon1.png) no-repeat 90% 50%;
            background-size: 20px;
            font-size: 14px;
        }

    .pickr_wrap input[type="text"] {
        height: 38px;
        border: 0 none;
    }

    .pickr_wrap input[type="button"] {
        height: 40px;
        margin: 0;
        padding: 0;
        background-color: #2e82e0;
        border-radius: 0;
        font-size: 14px;
        color: #fff;
        line-height: 40px;
    }



/*************************************************
*					DATA PIKER					*
*************************************************/

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */

.pika-single {
    z-index: 9999;
    display: block;
    position: relative;
    color: #262626;
    background: #fff;
}

    /*
clear child float (pika-lendar), using the famous micro clearfix hack
http://nicolasgallagher.com/micro-clearfix-hack/
*/
    .pika-single:before,
    .pika-single:after {
        content: " ";
        display: table;
    }

    .pika-single:after {
        clear: both
    }

.pika-single {
    
}

    .pika-single.is-hidden {
        display: none;
    }

    .pika-single.is-bound {
        position: absolute;
    }

.pika-lendar {
    float: left;
    width: 200px;
    margin: 0;
}

.pika-title {
    padding: 0 10px;
    background-color: #2e82e0;
    border-left: 1px solid #dedede;
    position: relative;
    text-align: center;
}

.pika-label {
    display: inline-block;

    position: relative;
    z-index: 9999;
    overflow: hidden;
    margin: 0;
    padding: 5px 3px;
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    font-weight: bold;
}

.pika-title select {
    cursor: pointer;
    position: absolute;
    z-index: 9998;
    margin: 0;
    left: 0;
    top: 0;
    filter: alpha(opacity=0);
    opacity: 0;
}

.pika-prev,
.pika-next {
    display: block;
    cursor: pointer;
    position: relative;
    outline: none;
    border: 0;
    padding: 0;
    width: 20px;
    height: 30px;
    /* hide text using text-indent trick, using width value (it's enough) */
    text-indent: 20px;
    white-space: nowrap;
    overflow: hidden;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 75% 75%;
    opacity: 1;
   
    top: 10px;
}

    .pika-prev:hover,
    .pika-next:hover {
        opacity: 1;
    }

.pika-prev,
.is-rtl .pika-next {
    float: left;
    background: url(../images/icon/cal_next1.png) no-repeat;
    /*    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==');*/
    left: -5px !important;
   
}

.pika-next,
.is-rtl .pika-prev {
    float: right;
    background: url(../images/icon/cal_prev1.png) no-repeat;
    /*    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=');*/
    right: -10px !important;
    
}

    .pika-prev.is-disabled,
    .pika-next.is-disabled {
        cursor: default;
    }

.pika-select {
    display: inline-block;
 
}

.pika-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border-left: 1px solid #dedede;
}

    .pika-table th,
    .pika-table td {
        width: 14.285714285714286%;
        padding: 0;
    }

    .pika-table th {
        background-color: #2e82e0;
        color: #fff;
        font-size: 12px;
        line-height: 25px;
        text-align: center;
    }

    .pika-table td {
        border-right: 1px solid #dedede;
        border-bottom: 1px solid #dedede;
    }

.pika-button {
    cursor: pointer;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    border: 0;
    margin: 0;
    width: 100%;
    padding: 0;
    color: #242424;
    text-align: center;
    font-size: 12px;
    line-height: 32px;
    background: #fff;
    border: 1px solid #fff;
}

.pika-week {
    font-size: 11px;
    color: #262626;
}

.is-today .pika-button {
    background: #fff;
    border: 1px solid #2e82e0;
    color: #2e82e0;
    font-weight: bold;
}

.is-selected .pika-button,
.has-event .pika-button {
    color: #fff;
    font-weight: bold;
    background: #2e82e0;
    border-radius: 0;
}

.has-event .pika-button {
    background: #fff;
}


.is-disabled .pika-button,
.is-inrange .pika-button {
    background: #fff;
}

.is-startrange .pika-button {
    color: #fff;
    background: #2e82e0;
    box-shadow: none;
}

.is-endrange .pika-button {
    color: #fff;
    background: #2e82e0;
    box-shadow: none;
}

.is-disabled .pika-button {
    background: #fff;
    pointer-events: none;
    cursor: default;
    color: #c2c2c2;
}

.is-outside-current-month .pika-button {
    color: #c2c2c2;
}

.is-selection-disabled {
    pointer-events: none;
    cursor: default;
}

.pika-button:hover,
.pika-row.pick-whole-week:hover .pika-button {
    color: #c71c22;
    border: 1px solid #2e82e0;
    box-shadow: none;
}

/* styling for abbr */
.pika-table abbr {
    border-bottom: none;
    cursor: help;
}



.ft_l {
    float: left !important;
}

.ft_r {
    float: right !important;
}

.ft_l1 ul {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    height: 50px;
}

.ft_l #block9 {
    z-index: 100000;
}




.news_vlist {
    margin: 0 0 30px;
    padding: 0;
    position: relative;
}

    .news_vlist ul {
        margin: 0;
        padding: 0;
    }

    .news_vlist li:nth-child(3n) {
        width: 33.4%;
        margin: 0 0 10px;
        padding: 5px 65px 5px 0;
        border-right: 0 none;
    }

    .news_vlist li {
        width: 33.3%;
        height: 50px;
        marign: 0 2%;
        padding: 5px 65px 5px 20px;
        border-right: 1px solid #ddd;
        font-size: 14px;
        line-height: 20px;
        position: relative;
        overflow: hidden;
        float: left;
    }

        .news_vlist li.nv_txt {
            padding: 5px 20px !important;
        }

        .news_vlist li span {
            height: 40px;
            position: absolute;
            right: 20px;
            top: 5px;
            overflow: hidden;
        }

            .news_vlist li span img {
                width: auto;
                height: 40px;
            }

        .news_vlist li a {
            color: #666;
        }


.mn_case {
    margin: 0 0 30px;
    padding: 5px 10px;
    background-color: #f0f0f0;
    position: relative;
}

.mn_tit {
    width: 100%;
    height: 30px;
    margin: 10px 0 0;
    padding: 0 20px 10px;
    border-bottom: 1px solid #ccc;
    font-size: 18px;
    font-weight: 400;
    color: #1a1a1a;
    line-height: 30px;
    position: relative;
    display: inline-table;
}

    .mn_tit span {
        height: 30px;
        text-align: right;
        font-size: 13px;
        color: #999;
        line-height: 30px;
        position: absolute;
        right: 20px;
        top: 0;
    }

        .mn_tit span a {
            color: #999;
        }

.mn_vlist {
    margin: 0 0 30px;
    padding: 0;
    position: relative;
}

    .mn_vlist ul {
        margin: 0;
        padding: 0;
    }

    .mn_vlist li:nth-child(3n) {
        width: 33.4%;
        border-right: 0 none;
    }

    .mn_vlist li {
        width: 33.3%;
        height: 70px;
        margin: 25px 0 0;
        padding: 0;
        border-right: 1px solid #ddd;
        font-size: 14px;
        line-height: 20px;
        position: relative;
        overflow: hidden;
        float: left;
        display: inline-table;
    }

        .mn_vlist li a {
            color: #666;
        }

        .mn_vlist li b {
            width: 220px;
            height: 70px;
            margin-left: 20px;
            position: relative;
            float: left;
            overflow: hidden;
        }

            .mn_vlist li b p {
                margin: 0;
                padding: 0;
                font-size: 11px;
                color: #2e82e0;
                line-height: 20px;
                letter-spacing: -1px;
                position: absolute;
                left: 0;
                bottom: 0;
                display: block;
            }

                .mn_vlist li b p em {
                    margin: 0 5px;
                }

        .mn_vlist li span {
            height: 70px;
            margin-right: 20px;
            border-radius: 70px;
            float: right;
            overflow: hidden;
        }

            .mn_vlist li span img {
                width: auto;
                height: 70px;
            }






/******* 라이브 일정표 ******/
#mainform {
    width: 100%;
    margin: 0;
    display: block;
}

/*** 슬라이드 버튼 ***/
.loop-tabbox {
    width: 100%;
    margin: 15px 0 0;
    overflow: hidden;
}

.loop-tabzone {
    width: 100%;
    z-index: 999;
    position: relative;
}

.loop-tabholder {
    width: 100%;
    min-width: 320px;
    border-bottom: 1px solid #e7e7e7;
    margin: 0 auto;
    float: left;
    overflow: hidden;
}

.loop-tab:first-child {
    margin-left: 3%;
}

.loop-tab {
    width: 13.5% !important;
    text-align: center;
    float: left;
    cursor: pointer;
}

    .loop-tab a {
        color: #999;
    }

    .loop-tab .loop-inactivetab b,
    .loop-tab b {
        width: 50%;
        max-width: 22px;
        height: 22px;
        margin: 0 auto 5px;
        font-size: 14px;
        font-weight: 400;
        color: #333;
        line-height: 22px;
        display: block;
    }

    .loop-tab .loop-inactivetab p,
    .loop-tab p {
        font-size: 12px;
        display: block;
    }

    .loop-tab .loop-inactivetab a,
    .loop-tab .loop-activetab a:hover b,
    .loop-tab a:hover b,
    .loop-tab a.on b {
        width: 50%;
        max-width: 22px;
        height: 22px;
        margin: 0 auto 5px;
        background-color: #2e83e0;
        border-radius: 100%;
        font-size: 14px;
        color: #fff;
        line-height: 22px;
        display: block;
    }

    .loop-tab .loop-activetab a:hover p,
    .loop-tab a:hover p,
    .loop-tab a.on p {
        color: #2e83e0;
    }

.loop-tabholder > .loop-tab ~ .loop-tab {
    margin-left: 0;
}

.loop-inactivetab {
    background-color: #fff;
}


/*** 슬라이드 케이스 ***/
.loop-contentzone {
    position: relative;
    left: 0;
    overflow: hidden;
}

.loop-content {
    color: #343434;
    background-color: #fff;
    position: relative;
    left: 0;
    display: none;
    z-index: 998;
}

    .loop-content .lc_tit {
        height: 30px;
        padding: 0 10px;
        background-color: #f5f5f5;
        text-align: left;
        font-size: 13px;
        color: #343434;
        line-height: 30px;
    }

    .loop-content .lc_case {
        margin: 0;
        position: relative;
    }

        .loop-content .lc_case li {
            margin: 0;
            padding: 15px 0;
            border-bottom: 1px solid #f6f6f6;
            position: relative;
        }

            .loop-content .lc_case li .lc_time {
                width: 23%;
                margin-top: 6px;
                text-align: center;
                font-size: 18px;
                float: left;
            }

            .loop-content .lc_case li .lc_text {
                width: 62%;
                text-align: left;
                float: left;
            }

                .loop-content .lc_case li .lc_text b {
                    margin: 0 0 3px;
                    font-size: 15px;
                    font-weight: 400;
                    line-height: 20px;
                    display: block;
                }

                    .loop-content .lc_case li .lc_text b img {
                        width: auto;
                        height: 15px;
                    }

                .loop-content .lc_case li .lc_text p {
                    font-size: 12px;
                    color: #969696;
                    line-height: 18px;
                    display: block;
                }

            .loop-content .lc_case li .lc_push {
                width: 15%;
                float: left;
            }

                .loop-content .lc_case li .lc_push input[type="checkbox"] {
                    width: 25px;
                    margin: 0;
                }

                    .loop-content .lc_case li .lc_push input[type="checkbox"] + label {
                        width: 25px;
                        height: 25px;
                        margin: 0;
                        padding: 0;
                        background-size: 25px;
                    }

                        .loop-content .lc_case li .lc_push input[type="checkbox"] + label:before {
                            width: 25px;
                            height: 25px;
                            background: url(../images/icon/schedule_btn_alarm_off.png) 0 0 no-repeat !important;
                            background-size: 21px !important;
                            border: 0 none !important;
                            top: 12px;
                        }

                    .loop-content .lc_case li .lc_push input[type="checkbox"] + label {
                        width: 25px;
                        height: 25px;
                        margin: 0;
                        padding: 0;
                        line-height: 25px;
                        display: block;
                        position: absolute;
                        right: 10px;
                        top: 12px;
                    }

                    .loop-content .lc_case li .lc_push input[type="checkbox"]:checked + label:before {
                        width: 25px;
                        height: 25px;
                        margin: 0;
                        padding: 0;
                        background: url(../images/icon/schedule_btn_alarm_on.png) 0 0 no-repeat !important;
                        background-size: 21px !important;
                        border: 0 none !important;
                        line-height: 25px;
                        display: block;
                        position: absolute;
                        top: 12px;
                    }

.loop-activecontent {
    display: block;
}

.loop-tabstation {
    display: none;
}


/* Start Standard Style */
.loop-standard {
    height: 32px;
}

    .loop-standard .loop-tabholder {
        height: 32px;
    }

    .loop-standard img {
        height: 32px;
        vertical-align: top;
        padding: 0 8px;
    }

    .loop-standard span {
        font-size: 16px;
        line-height: 1;
        padding-right: 8px;
    }


/* Start Metro Style */
.loop-metro {
    height: 60px;
}

    .loop-metro > .loop-tabholder {
        height: 60px;
    }

    .loop-metro .loop-tab {
        height: 60px;
        text-align: center;
        position: relative;
        overflow: hidden;
    }

        .loop-metro .loop-tab > img,
        .loop-metro .loop-tab > i {
            height: 48px;
            position: relative;
            display: block;
            margin: 16px auto 16px auto;
        }

        .loop-metro .loop-tab > i {
            font-size: 48px;
        }

        .loop-metro .loop-tab > span {
            display: block;
            position: relative;
            font-size: 14px;
            line-height: 20px;
            background: #111;
        }

        .loop-metro .loop-tab:hover span {
            top: -20px;
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            -ms-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }

    .loop-metro > .loop-tabctrl {
        height: 80px;
        position: absolute;
        right: 0;
    }


@media screen and (max-width:959px) {
    #mainform {
        width: 100%;
    }

    p > a > img {
        width: 90%;
    }

    .docs {
        margin-left: 20px;
        float: none !important;
        display: inline-block;
    }

    .copyright {
        float: none !important;
        display: block;
        height: auto;
        width: auto;
        line-height: 1;
    }

        .copyright > a {
            height: auto;
            line-height: 1;
            float: none !important;
        }

            .copyright > a > img {
                margin: 0 10px;
                float: none !important;
            }

            .copyright > a > span {
                display: block;
                font-size: 20px;
                margin: 0 10px;
                float: none !important;
            }

            .copyright > a > .brand {
                font-size: 30px;
                margin-right: 0;
                margin: 0 10px;
            }

    .loop-tabbox {
        width: 100%;
    }
}





/******* 뻗치기 실시간 LIVE ******/
.wv_wrap {
    width: 100%;
    height: 430px;
    margin: 0 0 20px;
    padding: 0;
    border: 1px solid #d6d6d6;
    position: relative;
    overflow: hidden;
}

    .wv_wrap .ww_vod {
        width: 680px;
        height: 430px;
        border-right: 1px solid #d6d6d6;
        position: relative;
        float: left;
    }

        .wv_wrap .ww_vod .wv_screen {
            width: 680px;
            height: 430px;
            text-align: center;
            line-height: 430px;
            position: absolute;
            left: 0;
            top: 0;
            z-index: 10;
        }

        .wv_wrap .ww_vod .wv_tab {
            width: 180px;
            height: 30px;
            position: absolute;
            left: 15px;
            top: 15px;
            z-index: 1000;
        }

            .wv_wrap .ww_vod .wv_tab a {
                width: 50%;
                height: 30px;
                background-color: #a6a6a6;
                text-align: center;
                font-size: 14px;
                color: #fff;
                line-height: 30px;
                float: left;
            }

                .wv_wrap .ww_vod .wv_tab a.on {
                    background-color: #c00000;
                }

    .wv_wrap .ww_chat {
        width: 367px;
        height: 430px;
        position: relative;
        float: left;
    }

        .wv_wrap .ww_chat .wc_message {
            width: 100%;
            height: 390px;
            position: relative;
            overflow: hidden;
            overflow-x: hidden;
            overflow-y: scroll;
        }

            .wv_wrap .ww_chat .wc_message ul {
                margin: 20px 0;
                padding: 0;
                position: relative;
            }

            .wv_wrap .ww_chat .wc_message li {
                margin: 5px 10px;
                padding: 7px;
                border: 1px solid #ccc;
                border-radius: 6px;
                font-size: 13px;
                line-height: 18px;
            }

                .wv_wrap .ww_chat .wc_message li b {
                    margin: 0 10px 0 0;
                    font-weight: 700;
                    color: #2e82e0;
                }

        .wv_wrap .ww_chat .wc_input {
            width: 100%;
            height: 40px;
            border-top: 1px solid #d6d6d6;
            position: absolute;
            left: 0;
            bottom: 0;
        }

            .wv_wrap .ww_chat .wc_input .wi_inp {
                width: 75%;
                height: 40px;
                float: left;
            }

                .wv_wrap .ww_chat .wc_input .wi_inp input {
                    height: 40px;
                    padding: 0 10px;
                    border: 0 none;
                    line-height: 40px;
                }

            .wv_wrap .ww_chat .wc_input .wi_btn {
                width: 25%;
                height: 40px;
                background: #2e82e0;
                text-align: center;
                color: #fff;
                line-height: 40px;
                float: left;
            }

                .wv_wrap .ww_chat .wc_input .wi_btn a {
                    color: #fff;
                }





/******* 피드 ******/
.pc_cxt {
    margin: 0 0 15px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #666;
    line-height: 20px;
}

.ud_cbtn_b {
    height: 45px !important;
    margin: 0 auto 30px !important;
    padding: 0;
    background-color: #2d82df !important;
    border-radius: 0 !important;
    text-align: center;
    font-size: 16px;
    color: #fff !important;
    line-height: 45px !important;
    position: relative !important;
    display: block;
}

.ud_cbtn_g {
    height: 45px !important;
    margin: 0 auto 30px !important;
    padding: 0;
    background-color: #9f9f9f !important;
    border-radius: 0 !important;
    text-align: center;
    font-size: 16px;
    color: #fff !important;
    line-height: 45px !important;
    position: relative !important;
    display: block;
}

.fd_lbit {
    width: 100%;
    margin: 10px 0;
    text-align: left;
    font-size: 18px;
    color: #333;
    font-weight: 600;
}

.fd_close {
    width: 18px;
    height: 18px;
    position: absolute;
    right: 7px;
    top: 7px;
    z-index: 10;
}

    .fd_close img {
        width: 100%;
    }


.tab_content {
    width: 100%;
    position: relative;
}

.tab_box {
    width: 100%;
    position: relative;
}

.nw_xcase {
    width: 100%;
    padding: 20px 10px 15px;
    background-color: #fff;
    font-size: 22px;
    font-weight: 500;
    color: #666;
    line-height: 30px;
    position: relative;
}

.nw_tcase {
    width: 100%;
    height: 40px !important;
    padding: 0 10px;
    background-color: #fafafa;
    border-bottom: 1px solid #d9d9d9;
    position: relative;
}

.nw_scase {
    width: 100%;
    height: 40px !important;
    padding: 0 10px;
    background-color: #fff;
    position: relative;
}

.nt_info {
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    position: relative;
    overflow: hidden;
}

    .nt_info span {
        height: 40px;
        position: absolute;
        right: 0;
        top: 0;
    }

    .nt_info .select-wrapper select {
        height: 40px;
        padding: 0 25px;
        font-size: 14px;
        border: 0 none;
        color: #2e82e0;
        line-height: 40px;
    }

.content {
    background: #fff;
}

    .content.s_sw {
        padding: 0 10px;
    }

        .content.s_sw .select-wrapper {
            background: url(../images/icon/category_s_select.png) right 50% no-repeat;
            background-size: 9px 17px
        }

            .content.s_sw .select-wrapper select {
                border: 0 none;
            }

.content_a {
    border-bottom: 1px solid #ddd;
    padding: 0;
    display: flex;
    display: -webkit-flex;
    display: -webkit-box;
    display: block;
    -webkit-align-items: center;
    align-items: center;
}

.tk_wrap {
    margin: 0 0 10px;
    padding: 15px 10px 0;
    position: relative;
}

.tk_theme {
    margin: 0;
    padding: 0;
    position: relative;
}

    .tk_theme li {
        width: 33.3%;
        margin: 0;
        padding: 0;
        text-align: center;
        display: block;
        float: left;
    }

        .tk_theme li.tw_chk {
            margin: 0 0 5px;
            padding: 3px 5px;
        }

            .tk_theme li.tw_chk label {
                margin: 0;
                font-size: 13px;
                font-weight: 300;
                cursor: pointer;
                display: block;
            }

            .tk_theme li.tw_chk input[type="checkbox"] {
                width: 1em;
                margin-right: -2em;
                -moz-appearance: none;
                -webkit-appearance: none;
                -o-appearance: none;
                -ms-appearance: none;
                appearance: none;
                opacity: 0;
                display: block;
                float: left;
                z-index: -1;
            }

                .tk_theme li.tw_chk input[type="checkbox"] + label {
                    width: 100%;
                    height: 40px;
                    padding: 0;
                    background-color: #e6f2ff;
                    border: 1px solid #c8d9ed;
                    text-decoration: none;
                    text-align: center;
                    font-weight: 300;
                    color: #1a1a1a;
                    line-height: 30px;
                    position: relative;
                    cursor: pointer;
                    display: block;
                    float: left;
                }

                    .tk_theme li.tw_chk input[type="checkbox"] + label.lbw50 b {
                        font-size: 15px !important;
                    }

                    .tk_theme li.tw_chk input[type="checkbox"] + label.lbw25 b {
                        font-size: 13px !important;
                    }

                        .tk_theme li.tw_chk input[type="checkbox"] + label.lbw25 b.lb2 {
                            margin: 6px 0 0;
                            line-height: 18px !important;
                        }

                    .tk_theme li.tw_chk input[type="checkbox"] + label b {
                        width: 100%;
                        height: 40px;
                        padding: 4px 0 0;
                        font-weight: 300;
                        line-height: 30px;
                        position: absolute;
                        left: 0;
                        top: 0;
                    }

                    .tk_theme li.tw_chk input[type="checkbox"] + label:before {
                        width: 100%;
                        height: 40px;
                        margin: 0;
                        background: none;
                        text-align: center;
                        line-height: 30px;
                        display: inline-block;
                        -moz-osx-font-smoothing: grayscale;
                        -webkit-font-smoothing: antialiased;
                        text-transform: none !important;
                        top: 0;
                    }

                .tk_theme li.tw_chk input[type="checkbox"]:checked + label:before {
                    background: none !important;
                    background-color: #2d82df !important;
                    border: 1px solid #c8d9ed;
                }

                .tk_theme li.tw_chk input[type="checkbox"]:checked + label b {
                    color: #fff !important;
                }

                .tk_theme li.tw_chk input[type="checkbox"]:focus + label:before {
                    color: #fff;
                }




/******* 브리핑 ******/
.bf_wrap {
    margin: 10px 0;
    padding: 0;
    position: relative;
}

    .bf_wrap ul {
        margin: 0;
        padding: 10px 0 20px;
        background-color: #fff;
        border-bottom: 1px solid #d9d9d9;
    }

    .bf_wrap ol {
        margin: 0;
        padding: 0;
        position: relative;
    }

    .bf_wrap li {
        padding: 5px 10px 0;
        font-size: 16px;
        line-height: 22px;
        position: relative;
    }

        .bf_wrap li p {
            margin: 0 10px 5px;
            ;
            font-size: 14px;
            color: #2d82df;
            display: block;
        }

        .bf_wrap li span {
            margin: 0 10px 0 0;
            color: #2d82df;
        }





/******* 속보 ******/
#zone1 {
    width: 100%;
    padding: 0 0 50px;
    text-align: left;
}

    #zone1.has_scroll {
        width: 100%;
        position: fixed;
        left: auto;
        bottom: 0;
    }

    #zone1 h4.newstitle_h4 {
        width: 100%;
        height: 40px;
        margin-top: 0;
        margin-bottom: 10px;
        padding: 0;
        border-bottom: 1px solid #e4e4e4;
        font-size: 18px;
        font-weight: 600;
    }

.breaking_news_list {
    width: 100%;
    padding: 30px 0;
    border-bottom: 1px solid #ddd;
    position: relative;
}

.b_dot {
    width: 15px;
    height: 15px;
    background: url(../images/icon/b_dot.gif)no-repeat;
    position: absolute;
    top: -8px;
    left: 255px;
    display: inline-block;
}

.breaking_news_list p.date {
    width: 25%;
    font-size: 15px;
    font-weight: 400;
    color: #999;
    letter-spacing: -0.2px;
    float: left;
    overflow: hidden;
}

    .breaking_news_list p.date img {
        height: 12px;
    }

    .breaking_news_list p.date em {
        margin: 0 5px;
    }

.breaking_news_list p.newstit {
    width: 70%;
    margin: 0;
    padding: 0 0 0 5%;
    border-left: 1px solid #4b97f5;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: #222;
    letter-spacing: -0.5px;
    float: left;
    overflow: hidden;
}






/************************************************
*		SIDER  - 2019 08						*
************************************************/

.slide_close {
    width: 32px;
    margin: 0;
    padding: 0;
    background-color: #589ce7;
    border: 1px solid #589ce7;
    border-radius: 4px 0 0 4px;
    text-align: center;
    font-size: 12px;
    display: block;
    cursor: pointer;
    position: fixed;
    right: 0;
    top: 226px;
    z-index: 100;
}

    .slide_close a {
        width: 12px;
        padding: 15px 10px;
        font-size: 14px;
        color: #fff;
        line-height: 17px;
        display: block;
    }

.slide_open {
    width: 32px;
    margin: 0;
    padding: 0;
    background-color: #589ce7;
    border: 1px solid #589ce7;
    border-radius: 4px 0 0 4px;
    text-align: center;
    font-size: 12px;
    display: block;
    cursor: pointer;
    position: fixed;
    right: 247px;
    top: 226px;
    z-index: 1000;
}

    .slide_open a {
        width: 12px;
        padding: 15px 10px;
        color: #fff;
        line-height: 17px;
        display: block;
        font-size: 14px;
    }

        .slide_close a:hover,
        .slide_open a:hover {
            color: #fff;
        }

.sider {
    width: 600px;
    height: 100%;
    position: fixed;
    right: 0;
    top: 226px;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: scroll;
    z-index: 100;
}

.sider_case {
    width: 230px;
    border-left: 1px solid #000;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 0;
}

.sider ul {
    margin: 0;
    padding: 0;
    position: relative;
    right: 0;
}

.sider ol {
    min-height: 1500px;
    margin: 50px 0 0;
    padding: 0;
}

.inp_wrap {
    height: 50px;
    padding: 0;
    background-color: #d1d1d1;
    position: fixed;
    right: 16px;
    top: 226px;
    z-index: 100;
}

.sider .inp_wrap {
    width: 230px;
    height: 50px;
    padding: 8px 10px;
    overflow: hidden;
}

    .sider .inp_wrap .iw_l {
        width: 176px;
        height: 34px;
        margin: 0;
        background-color: #fff;
        float: left
    }

        .sider .inp_wrap .iw_l .g_inp {
            width: 160px;
            height: 34px;
            padding: 0 10px;
            border: 0 !important;
            border-radius: 0 !important;
            text-align: left;
            font-size: 13px;
            color: #a4a4a4;
            line-height: 34px;
            letter-spacing: -1px;
        }

    .sider .inp_wrap .iw_r {
        width: 34px;
        height: 34px;
        float: right;
    }

        .sider .inp_wrap .iw_r a.i_inp {
            width: 34px;
            height: 34px;
            background: #fff url(../images/icon/rs_icon1.png) 50% 50% no-repeat;
            background-size: 15px 15px;
            border: 0 !important;
            border-radius: 0 !important;
            display: block;
        }

.sider ol li {
    height: 50px;
    background-color: #fff;
    border-bottom: 1px solid #e5e5e5;
    line-height: 38px !important;
    position: relative;
    display: block;
}

    .sider ol li .limg {
        width: 36px;
        height: 36px;
        margin: 0;
        padding: 0;
        border: 1px solid #ddd;
        position: absolute;
        left: 10px;
        top: 7px;
        display: block;
    }

        .sider ol li .limg img {
            width: 36px;
            height: 36px;
            vertical-align: top !important;
        }

    .sider ol li .ltxt {
        width: 155px;
        height: 30px;
        margin: 0;
        padding: 0;
        font-size: 14px;
        font-weight: 400;
        letter-spacing: -1px;
        position: absolute;
        left: 55px;
        top: 7px;
        display: block;
    }

        .sider ol li .ltxt b {
            margin: 0 10px 0 0;
            font-size: 15px;
            font-weight: 600;
        }

        .sider ol li .ltxt span {
            float: right;
        }

            .sider ol li .ltxt span a {
                width: 70px;
                height: 25px;
                margin: 5px -10px 0 0;
                border: 1px solid #589ce7;
                border-radius: 4px;
                text-align: center;
                font-size: 13px;
                color: #589ce7;
                line-height: 25px;
                display: block;
                float: right;
            }

                .sider ol li .ltxt span a:hover,
                .sider ol li .ltxt span a.on {
                    background-color: #589ce7;
                    border: 1px solid #589ce7;
                    color: #fff;
                }

    .sider ol li:hover .profile {
        width: 300px;
        display: block;
    }

    .sider ol li .profile {
        width: 300px;
        background-color: #fff;
        border: 1px solid #bbb;
        border-radius: 3px;
        display: none;
        position: relative;
        top: -38px;
        left: -320px;
        z-index: 100000;
    }

        .sider ol li .profile .pro_aw {
            width: 10px;
            height: 20px;
            background: url(../images/icon/pro_pw.png) no-repeat;
            position: absolute;
            right: -10px;
            top: 40%;
        }

        .sider ol li .profile .pro_case {
            padding: 10px 10px 5px;
            position: relative;
        }

            .sider ol li .profile .pro_case .pc_thum {
                width: 55px;
                height: 55px;
                border: 1px solid #cecece;
                overflow: hidden;
                float: left;
            }

                .sider ol li .profile .pro_case .pc_thum img {
                    width: 100%;
                    min-height: 55px;
                }

            .sider ol li .profile .pro_case .pc_text {
                width: 215px;
                float: right;
            }

                .sider ol li .profile .pro_case .pc_text .pt_btit {
                    margin: 0 0 5px;
                    font-size: 16px;
                    font-weight: 700;
                    color: #2785c3;
                    line-height: 18px;
                    display: block;
                }

                .sider ol li .profile .pro_case .pc_text .pt_btxt {
                    height: 34px;
                    font-size: 13px;
                    font-weight: 600;
                    color: #333;
                    line-height: 17px;
                    display: block;
                    overflow: hidden;
                }

        .sider ol li .profile .pt_line {
            width: 100%;
            height: 1px;
            border-bottom: 1px solid #ccc;
            display: block;
        }

        .sider ol li .profile .pt_txt {
            width: 297px;
            margin: 0;
            padding: 7px 10px 10px;
            background-color: #f7f7f7;
            border-top: 1px solid #fff;
            text-align: center;
            font-size: 12px;
            font-weight: 300;
            color: #333;
            line-height: 16px;
            display: block;
        }

            .sider ol li .profile .pt_txt span {
                margin-right: 15px;
            }






/************************************************
*					2019 11						*
************************************************/

.vh800 {
    height: auto;
    min-height: 800px !important;
    padding-bottom: 50px;
}






/************************************************
*					FOOTER						*
************************************************/

.foot_case {
    width: 1050px;
    height: 40px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

    .foot_case .fc_logo {
        height: 20px;
        position: absolute;
        left: 0;
        top: 13px;
    }

        .foot_case .fc_logo img {
            height: 20px;
        }

    .foot_case .fc_nav {
        height: 40px;
        margin: 0;
        padding: 0;
        position: absolute;
        left: 170px;
        top: 3px;
    }

        .foot_case .fc_nav a {
            height: 40px;
            margin-right: 15px;
            color: #666;
            line-height: 40px;
            float: left;
            display: block;
        }

    .foot_case .fc_goo {
        height: 15px;
        position: absolute;
        right: 150px;
        top: 0;
    }

    .foot_case .fc_app {
        height: 15px;
        position: absolute;
        right: 0;
        top: 0;
    }

        .foot_case .fc_goo img,
        .foot_case .fc_app img {
            height: 40px;
        }






/************************************************
*				RESPONSIVE						*
************************************************/

@media all and (max-width:1280px) {
}

@media all and (max-width:1024px) {
}

@media all and (max-width:980px) {
}

@media all and (max-width:768px) {
}

@media all and (max-width:480px) {
}

@media all and (max-width:419px) {
}



/************************************************
*					2023 01						*
************************************************/

/* 스크롤바 숨기기 */
body {
    -ms-overflow-style: none;
}

::-webkit-scrollbar {
    display: none;
}

input::placeholder {
    color: #cccccc;
}

#divToolMain_a {
    height: auto;
}

.pop_contant2 {
    max-width: 440px;
    margin: 70px auto;
    padding: 0;
}

    .pop_contant2 .tl_logo {
        width: 330px;
    }

    .pop_contant2 .pc_title2 {
        margin: 16px 0 80px;
        font-weight: 700;
    }

.tabmenu .nav-tabs {
    width: 260px;
    height: 40px;
    background-color: #dbdbdb;
    border-radius: 36px;
    display: flex;
    justify-content: space-between;
    border-bottom: none !important;
}

.nav-link.active {
    color: #fff !important;
    background-color: #408BE0 !important;
    border: none !important;
    border-radius: 50px;
}

.nav-tabs > li.active > a {
    color: #fff !important;
    background-color: #408BE0 !important;
    border: none !important;
    border-radius: 50px;
}

.nav-tabs > li > a:hover {
    border: none !important;
}

.nav-tabs > li > a {
    width: 130px;
    border: none !important;
    color: #666666;
}

.nav-link {
    background-color: rgba(0,0,0,0) !important;
}

.star_red {
    color: #DD0404;
}

.pc_ltit {
    font-weight: 700;
    margin: 0 0 16px !important;
    padding-left: 30px;
}

.pc_ltxt {
    width: 400px;
    margin: 0 auto;
}

    .pc_ltxt input {
        border-radius: 5px;
    }

/* 팝업 */
.layer-pa {
    position: relative;
}

.layer-popup {
    display: none;
    position: absolute;
    top: -20px;
    right: 0;
    bottom: 0;
    left: 80px;
    z-index: 100;
}

.layer-dialog {
    width: 360px;
    margin: 0 auto;
}

.layer-content {
    padding: 25px 20px;
    font-size: 14px;
    color: #333;
    font-weight: 500;
    line-height: 20px;
    border: 1px solid rgba(152,176,199,0.5);
    border-radius: 5px;
    background-color: rgba(227, 236, 247, 0.8);
}

.layer-popup1 {
    display: none;
    position: absolute;
    top: -36px;
    right: 0;
    bottom: 0;
    left: 225px;
    z-index: 100;
}

.layer-popup2 {
    display: none;
    position: absolute;
    top: -20px;
    right: 0;
    bottom: 0;
    left: 145px;
    z-index: 100;
}

.layer-popup3 {
    display: none;
    position: absolute;
    top: -36px;
    right: 0;
    bottom: 0;
    left: 245px;
    z-index: 100;
}

.layer-popup4 {
    display: none;
    position: absolute;
    top: -36px;
    right: 0;
    bottom: 0;
    left: 175px;
    z-index: 100;
}

.layer-content span {
    display: block;
    font-size: 16px;
    font-weight: 700;
}

.jn_wrap {
    margin: 60px auto;
    width: 400px;
}

    .jn_wrap li {
        padding: 0 !important;
        border-bottom: none !important;
    }

        .jn_wrap li:first-of-type {
            margin-top: 8px;
        }

        .jn_wrap li .jw_l {
            width: 100%;
        }

            .jn_wrap li .jw_l input[type="checkbox"]:checked + label:before {
                border-radius: 0;
                background: url(/images/icon/btn_b_check.png) center 50% no-repeat !important;
                border: 1px solid #2F82E0;
            }

            .jn_wrap li .jw_l input[type="checkbox"] + label {
                letter-spacing: 0;
                font-size: 16px;
                cursor: default;
            }

                .jn_wrap li .jw_l input[type="checkbox"] + label:before {
                    width: 20px;
                    height: 20px;
                    border-radius: 0;
                    background-color: #D9D9D9;
                    ;
                }

.blue {
    text-decoration: underline;
    cursor: pointer;
    display: inline;
    position: static;
    left: auto;
    cursor: pointer;
}

.btn_wrap {
    width: 400px;
    ;
    margin: 0 auto;
}

    .btn_wrap .btn_confirm {
        height: 60px;
        font-size: 18px;
        font-weight: 600;
    }

/* tab1 */
.app_select_list ul {
    display: flex;
    justify-content: space-between;
    width: 400px;
    margin: 0 auto;
}

.app_select_list li {
    width: 128px;
    height: 128px;
    text-align: center;
    border: 1px solid #E3E3E3;
    border-radius: 5px;
    box-sizing: border-box;
}

.app_select_list img {
    width: 72px;
    padding-top: 17px;
}

.app_select_list .app_name {
    font-size: 15px;
    line-height: 100%;
    padding-top: 6px;
}

.app_select_list .app_caution {
    padding-left: 30px;
    font-size: 14px;
    color: #999;
    font-weight: 400;
    margin-top: 8px;
}

.app_select_item {
    opacity: 0.6;
}

    .app_select_item.active {
        box-shadow: 0 0 0 2px #2F82E0;
        opacity: 1;
    }

/* subscribe_a2+a3 */
.tl_logo3 {
    width: 185px;
}

.pc_title3 {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
}

.suc_phnum {
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    margin-top: 50px;
}

.suc_type {
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    margin: 30px 0 60px;
}

.suc_whatapp {
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
}

.suc_email {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    margin-top: 50px;
}

.suc_type2 {
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    margin-top: 8px;
}

#tel_suc .line, #e_suc .line {
    width: 17px;
    margin: 60px auto;
}

.suc_un {
    font-size: 20px;
    font-weight: 400;
    line-height: 29px;
    text-align: center;
    color: #666666;
}

    .suc_un span {
        display: block;
        font-size: 16px;
        font-weight: 400;
        color: #666;
        margin: 30px 0 10px;
    }

.pc_caution {
    padding: 8px 0 0 30px;
    color: #999;
    font-weight: 400;
    line-height: 14px;
    font-size: 14px;
}

.suc_eun {
    color: #2F82E0;
    text-align: center;
    text-decoration: underline;
    font-size: 16px;
    margin: 30px 0 60px;
    cursor: pointer;
    line-height: 23px;
}

#suc_only {
    font-size: 16px;
}

#tel_suc .btn_wrap, #e_suc .btn_wrap {
    padding: 0;
    margin: 0 auto;
}

.letter_before .btn_confirm {
    background-color: #333 !important;
}

/* .modal{overflow: hidden;overflow-y: auto !important;} */
.modal-dialog {
    padding-top: 20% !important;
}

.modal-content {
    text-align: center;
    border-radius: 5px !important;
    width: 304px !important;
    font-size: 18px; /* top: 20%;transform: translateY(-50%) */
    ;
    margin: 0 auto;
    padding: 30px 0;
}

    .modal-content .close {
        float: none;
        color: #2F82E0;
        opacity: 1;
        font-size: 20px;
        margin-top: 24px;
    }

        .modal-content .close:hover {
            color: #2F82E0;
            opacity: 1;
        }


/* subscribe_a5 */
.input_fields_wrap, .input_fields_wrap2 {
    width: 400px;
    margin: 0 auto;
}

.add_fields_wrap, .add_fields_wrap2 {
    width: 400px;
    margin: 0 auto;
    text-align: right;
}

.input_fields_wrap input, .input_fields_wrap2 input {
    border-radius: 5px;
}

.add_field_button, .add_field_button2 {
    width: 120px;
    height: 40px;
    background-color: #2F82E0;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin-top: 16px;
}


/************************************************
*					FOOTER						*
************************************************/

.foot_case {
    width: 1050px;
    height: 40px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

    .foot_case .fc_logo {
        height: 20px;
        position: absolute;
        left: 0;
        top: 13px;
    }

        .foot_case .fc_logo img {
            height: 20px;
        }

    .foot_case .fc_nav {
        height: 40px;
        margin: 0;
        padding: 0;
        position: absolute;
        left: 170px;
        top: 3px;
    }

        .foot_case .fc_nav a {
            height: 40px;
            margin-right: 15px;
            color: #666;
            line-height: 40px;
            float: left;
            display: block;
        }

    .foot_case .fc_goo {
        height: 15px;
        position: absolute;
        right: 150px;
        top: 0;
    }

    .foot_case .fc_app {
        height: 15px;
        position: absolute;
        right: 0;
        top: 0;
    }

        .foot_case .fc_goo img,
        .foot_case .fc_app img {
            height: 40px;
        }





/************************************************
*				RESPONSIVE						*
************************************************/

@media all and (max-width:1280px) {
}

@media all and (max-width:1024px) {
}

@media all and (max-width:980px) {
}

@media all and (max-width:768px) {
}

@media all and (max-width:480px) {
}

@media all and (max-width:419px) {
}

/*20230405 스타일 추가*/
.newsview .nv_info ul{display: flex; border:none;}
.newsview .nv_info li{width:80px;}
.newsview .nv_info li a{color:#909090;}
.newsview .nv_info li a img{width: 25px;height: 25px; margin:0 4px 0 0;}

.v3d_search{display: flex;
align-items: center; padding: 0 20px; max-width: 450px;  background: rgba(203, 203, 203, 0.2);  border-radius: 50px;}
.v3d_search input{position:relative; border:none; font-size: 15px;}
.v3d_search input::after{content:''; background: url(../images/icon/search.png)no-repeat; position:absolute; left: 0; z-index: 100; display: block; width: 16px; height: 16px;}
.v3d_search input::placeholder{font-size: 15px;color:#acacac;}


.v3d_slide_video{width: 100%; max-width: 1050px; overflow: hidden; position:relative; margin:0 auto;}
.wrap_thumb_layout { position: absolute; top: 0; left: 0;  z-index: 2;  margin-left: 0;}
.swiper-container {	width: 100%;height: 100%;/* margin: 20px auto; */}
.wrap_thumb_layout .swiper-container {	margin: 0 auto;}

.swiper-slide-container { text-align: center;    font-size: 18px;   background: #fff;    height:100%;    max-width: 500vw;    margin:auto;    display: -webkit-box;    display: -ms-flexbox;    display: -webkit-flex;    display: flex;    -webkit-box-pack: center;    -ms-flex-pack: center;    -webkit-justify-content: center;    justify-content: center;    -webkit-box-align: center;    -ms-flex-align: center;   -webkit-align-items: center;    align-items: center; cursor:pointer;}

.gallery-thumbs,.gallery-top  {   position: relative; width: 100%; margin-top: 20px;}
.gallery-thumbs .swiper-slide,
.gallery-top   .swiper-slide  {	 width: 100%;	height: 100%;	opacity: 1;	cursor:pointer;}

.gallery-top .swiper-slide p, .gallery-thumbs .swiper-slide p{margin-bottom: 0; 	text-overflow: ellipsis;	overflow: hidden;	word-break: break-word;	display: -webkit-box;	-webkit-line-clamp: 3; 	-webkit-box-orient: vertical; line-height: 1.3em; margin:15px 0 0; font-size: 16px;}

.gallery-top .swiper-slide:hover p,
.gallery-thumbs .swiper-slide:hover p{color:#2e82e0;}
.gallery-top .swiper-slide p.active, .gallery-thumbs .swiper-slide p.active{
	color:#2e82e0;}
.gallery-top .swiper-slide .swiper-slide-container, .gallery-thumbs .swiper-slide .swiper-slide-container{	height: 170px;	}

.gallery-top .swiper-slide .swiper-slide-container img, .gallery-thumbs .swiper-slide .swiper-slide-container img{width: 100%;}




.nv_info ul {	list-style: none;	padding-left: 20px;}
.nv_info li {	overflow: hidden;	display: block;	margin-bottom: 10px;}
input[type=checkbox],input[type=radio] {opacity: 0;	position: absolute;	z-index: 12;	width: 18px;	height: 18px;}

input[type=checkbox]:checked,
input[type=radio]:checked,
input[type=checkbox]:focus,
input[type=radio]:focus {	outline: none !important;}

input[type=checkbox]+.lbl,
input[type=radio]+.lbl {	position: relative;	z-index: 11;	display: inline-block;	margin: 0;	line-height: 20px;	min-height: 14px;	min-width: 14px;font-weight: normal;}

input[type=checkbox]+.lbl.padding-8::before,
input[type=radio]+.lbl.padding-8::before,
input[type=checkbox]:checked+.lbl.padding-8::before,
input[type=radio]:checked+.lbl.padding-8::before {	margin-right: 8px;}

input[type=checkbox]+.lbl{color:#909090;}
input[type=checkbox]:checked+.lbl{color:#3e81da;}
input[type=checkbox]+.lbl::before,
input[type=radio]+.lbl::before {content: "";background: url(../images/icon/u_thumbs-up_g.png) no-repeat;	display: inline-block;	text-align: center;	vertical-align: middle;	height: 25px;	line-height: 25px;	width: 25px;	margin-right: 1px;	margin-top: -5px;}

input[type=checkbox]:checked+.lbl::before,
input[type=radio]:checked+.lbl::before {display: inline-block;	content: "";background: url(../images/icon/u_thumbs-up.png) no-repeat;
text-align: center;	vertical-align: middle;	height: 25px;line-height: 25px;	min-width:25px;	margin-right: 1px;	margin-top: -5px;}



#v3d ,#v3d_reply{width: 1050px; margin:0 auto;position:relative;}
#v3d_prev{ position: absolute;  top: 50%;  left:-60px; width: 30px;  height: 30px; padding:20px;  border-radius:50%;  background: #eee;  }
#v3d_next{    position: absolute;    top: 50%;    right: -60px;    width: 30px;    height: 30px;    padding:20px;  border-radius:50%;
background: #eee;  }
#v3d_prev:after, #v3d_next:after{ font-size: 22px; font-weight: bold;}



/*230423 스타일 추가*/
.jour_wrap .jw_text .jt_tit .jt_btn{line-height: 45px;height: 45px; width: 85px; top: 30px; font-weight: normal;}

.jour_wrap .jw_text .jt_tit .jt_btn a.bw{font-weight: 500;}
.foot_wrap{z-index:999;}

.ua_list_top li{display: flex; justify-content: flex-start; width: 100%;}
.ua_list_top li .ult_l{display:flex; flex-direction: column; margin-right: 12px;}
.ua_list_top li .ult_l p{ border: solid 0.3px #c8c8c8; width:72px; height: 72px; padding:5px; overflow: hidden; font-size: 13px; color:#000; line-height: normal; text-overflow: ellipsis; white-space: normal; display: -webkit-box; -webkit-line-clamp: 3;}
.ua_list_top li .ult_l img{width: 72px;height: 72px; margin-bottom: 10px;}
.ua_list_top li .ult_l svg{width: 31px;height: 16px;  border-radius: 8px;
    background-color: #909090; color:#fff; }

.ua_list_top li .ult_r{display: flex; justify-content: flex-start; flex-direction: column; width: 100%; } 
.ua_list_top li .ult_r .ult_r_tit{font-size: 12px; color:#000; font-weight: bold; margin-bottom: 10px;}
.ua_list_top li .ult_r .ult_r_tit a{font-weight: normal; color:#8c8c8c; font-size: 13px; float:right;}
.ua_list_top li .ult_r .ult_r_txt{font-size: 13px; color:#000; font-weight: normal; }
.ua_list_top li .ult_r .ult_r_txt .urt_b{margin: 0;width: 31px; height: 16px; border:1px solid #000; font-size: 8px; border-radius: 8px; color:#000; padding:0px 8px; line-height: 16px; margin-right: 5px; font-weight: bold;}
.ua_list_top li .ult_r .ult_r_txt .urt_b2{ background: #2d82df;margin: 0;width: 31px; height: 16px; border:1px solid #2d82df; font-size: 8px; border-radius: 8px; color:#fff; padding:0px 8px; line-height: 16px; margin-right: 5px; font-weight: bold;}

.ua_list_top li .ult_r p{color:#bdbdbd; font-size: 10px; font-weight: normal; margin-bottom: 0;}

.ua_list_bottom ul li{display:flex; justify-content: space-between; align-items: center;}
.ua_list_bottom ul li div{display: flex; align-items: center;}
.ua_list_bottom ul li div img{margin-right: 12px; width: 48px; height: 48px; border-radius: 50%;}
.ua_list_bottom ul li div p{margin-bottom: 0;}
.ua_list_bottom ul li div p span{display: block; color:#bdbdbd; font-size: 10px; font-weight: normal;}
.ua_list_bottom ul li button{width: 72px;height: 30px;line-height: 30px; border: 1px solid #c2c2c2;  font-size: 11px; background: #fff;  border-radius: 6px; }
.ua_list_bottom ul li button.btn_active{
    background: #2d82df; color:#fff; border:1px solid #2d82df; }

.text{display: none; width: 100%; margin-top: 10px;}
.text .text_cont{background: #f7f7f7; height: 100px; padding:13px; display: flex; }
.text .text_cont textarea{background: #fff; height: 74px; margin-right: 13px; resize: none;}

.text .text_cont .text_btns{display: flex; flex-direction: column; justify-content: space-between;}
.text .text_cont .text_btns button{border-radius: 0px; width:69px ;height: 32px;}

.text .text_cont .text_btns button.submit{background: #2d82df; color:#fff; border:none; font-size: 11px;}
.text .text_cont .text_btns button.close2{background: #fff; border:1px solid #c2c2c2; color:#000; font-size: 11px; }

.text2,.text3{display: none; width: 100%; margin-top: 10px;}
.text2 .text_cont,.text3 .text_cont{background: #f7f7f7; height: 100px; padding:13px; display: flex; }
.text2 .text_cont textarea,.text3 .text_cont textarea{background: #fff; height: 74px; margin-right: 13px; resize: none;}

.text2 .text_cont .text_btns,
.text3 .text_cont .text_btns{display: flex; flex-direction: column; justify-content: space-between;}
.text2 .text_cont .text_btns button,.text3 .text_cont .text_btns button{border-radius: 0px; width:69px ;height: 32px;}

.text2 .text_cont .text_btns button.submit2,.text3 .text_cont .text_btns button.submit3{background: #2d82df; color:#fff; border:none; font-size: 11px;}
.text2 .text_cont .text_btns button.close3,
.text3 .text_cont .text_btns button.close4{background: #fff; border:1px solid #c2c2c2; color:#000; font-size: 11px; }

div#v3d_next.swiper-button-next::after{display:block;}
div.swiper-button-next::after{display: none;}



/*alert*/
.dimLayer{display: block;width: 100%;background-color: rgba(0, 0, 0, 0.3);position: fixed;left: 0;top: 0px;margin: 0;padding: 0;z-index: 1000;}
#alert_cont, #alert_cont2{width: 400px;height: 120px;border-radius: 10px;padding: 20px 24px;box-sizing: border-box;text-align: center;}
#alert_cont.modal-section, #alert_cont2.modal-section{
    background: #ffffff;box-sizing: border-box;display: none;position: fixed;    top: 50% !important;    left: 50%; transform: translate(-50%, -50%);display: none;z-index: 9999;}
.menu_msg, .menu_msg2{font-size: 14px; margin-bottom:20px;}
#alert_cont .gray_btn, 
#alert_cont2 .gray_btn{width: 90px;background: #ffffff;color: #333;height: 36px;transition: 0.5s;font-size: 14px; margin-right: 10px; border-radius: 8px; border:1px solid #333;}
#alert_cont .pink_btn,
#alert_cont2 .pink_btn2 {width: 90px;background: #2d82df;color: #fff;height: 36px;transition: 0.5s;font-size: 14px;border: 1px solid #2d82df;  border-radius: 8px; }

.sparkling-modal-content{padding:0 !important;}