﻿html {
    overflow-y: scroll
}
body, html {
    height: 100%;
    font-size: 12px;
    font-family: "Nanum","Arial","sans-serif";
    color: #666;

}
body {
    backface-visibility: hidden;
    background-color: #F1F1F1;
}

a:hover {
    font-weight:bold;
    text-decoration-line:underline;
}

.top-border0 {
    border-top: 0px solid #5F6073;
}
.bottom-line {
    
    border-bottom: 2px solid #5F6073;
}

.wrapper {
    width: 100%;
    display: block;
    border-bottom: 1px solid #C6C8C8;
    height: 35px;
    font-weight: 400;
}
.header {
    width: 100%;
}
.header-top {
    width: 100%;
    background-color: #ffffff;
    border-bottom: 1px solid #C6C8C8;
    box-sizing: border-box;
}
#TopLine {
    width: 1000px;
    margin: auto;
    display: block;
    overflow: hidden;
}


#TopLine > .logo {
    position: relative;
    width: 100px;
    height: 35px;
    float: left;
}
    #TopLine > .logo > a > img {
        position: absolute;
        max-width: 100%;
        max-height: 100%;
        width: 95px;
        height: auto;
        margin: auto;
        margin-left: 0;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }
#TopLine > .comunity-link > ul {
    display: block;
    float: left;
    margin: auto;
    
    height: 35px;
    padding: 0 5px;
}
    #TopLine > .comunity-link > ul li {
        float: left;
        height: 35px;
        line-height: 35px;
        padding: 0 5px;
    }

#TopLine > .top-link > ul {
    display: block;
    float: right;
    margin: auto;
    height: 35px;
    padding: 0 0 5px  0;
    border-right: 1px solid #E8E9E9;
    box-sizing: border-box;
}
    #TopLine > .top-link > ul li {
        float: left;
        line-height: 35px;
        padding: 0 10px;
        border-left: 1px solid #E8E9E9;
    }


.header-center {
    width: 1000px;
    height: 110px;
    margin: auto;
    display: block;
}


    .header-center > .logo {
        position: relative;
        width: 162px;
        height: 110px;
        float: left;
    }
        .header-center > .logo > a > img {
            position: absolute;
            max-width: 100%;
            max-height: 100%;
            height: auto;
            margin: auto;
            margin-left: 0;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
        }

    .header-center > .search {
        position: relative;
        display: block;
        overflow: hidden;
        width: 220px;
        height: 110px;
        margin-left: 15px;
        float: left;
    }
        .header-center > .search > .search-box {
            position: absolute;
            max-width: 100%;
            max-height: 30px;
            height: auto;
            margin: auto;
            margin-left: 0;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            border: 3px solid #F46A35;
            background-color: #ffffff;
            overflow: hidden;
        }
            .header-center > .search > .search-box > form > input[type=text] {
                width: 180px;
                height: 30px;
                border: none;
                padding: 5px;
                box-sizing: border-box;
            }
            .header-center > .search > .search-box > form > img {
                float: right;
                margin-top: -3px;
                margin-right: -3px;
                cursor: pointer;
            }

    .header-center > .ad-right {
        position: relative;
        display: block;
        overflow: hidden;
        float: right;
        width: 590px;
        height: 110px;
    }
        .header-center > .ad-right > img, .header-center > .ad-right > iframe {
            position: absolute;
            max-width: 100%;
            max-height: 110px;
            height: auto;
            margin: auto;
            margin-left: 0;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
        }

        
        .header-navbar {
            height: 80px;
            margin-bottom: 10px;
        }
    .header-navbar > .nav-top {
        background: url(/images/common/bg_menu.gif) repeat-x 0 0;
        height: 45px;
        width: 1000px;
        margin: auto;
        overflow: hidden;
    }
        .header-navbar > .nav-top > ul {
            overflow: hidden;
            width: 1000px;
            height: 45px;
        }

            .header-navbar > .nav-top > ul > li {
                float: left;
                position: relative;
                width: 130px;
                height: 45px;
                background: url('/Images/common/bg_mmenu_line.gif') no-repeat right;
            }

                .header-navbar > .nav-top > ul > li > a > img {
                    position: absolute;
                    max-width: 100%;
                    max-height: 100%;
                    height: auto;
                    margin: auto;
                    top: 0;
                    bottom: 0;
                    left: 0;
                    right: 0;
                }
                

    .header-navbar > .nav-sub {
        background-color: #ffffff;
        border-bottom: 1px solid #D1D2D6;
        height: 35px;
        width: 1000px;
        margin: auto;
        overflow: hidden;
    }
        .header-navbar > .nav-sub > ul {
            overflow: hidden;
            position: absolute;
            display: none;
        }
            .header-navbar > .nav-sub > ul > li {
                float: left;
                line-height: 35px;
                padding: 0 5px;
                margin-right: 10px;
            }

.header-navbar > .nav-sub > ul > li > a:hover {
    font-weight: bold;
    color: black;
    font-size: 11px;
}

#content {
    width: 1000px;
    margin: auto;
    display: block;
    overflow: hidden;
}

#mainView {
    width: 775px;
    float: left;
}

    #mainView .news-box {
        margin-top: 10px;
        overflow: hidden;
        background: #FBFBFB;
    }
        #mainView .news-box .left-box {
            width: 50%;
            float: left;
            border: 1px solid #E5E5E5;
            box-sizing: border-box;
        }
            #mainView .news-box .left-box:last-child {
                width: 50%;
                border-left: 0px;
            }

            #mainView .news-box .left-box > .title {
                display: block;
                color: #333333;
                border-bottom: 1px solid #E5E5E5;
                line-height: 35px;
            }
                #mainView .news-box .left-box > .title > span.title {
                    padding-left: 15px;
                    font-size: 12px;
                    font-weight: 800;
                }
                #mainView .news-box .left-box > .title > a {
                    padding-right: 10px;
                    float: right;
                    font-family: '돋움';
                }

            #mainView .news-box .left-box > .image-list {

                /*border: 1px solid red;*/
                box-sizing: border-box;
            }

                #mainView .news-box .left-box > .image-list > ul {
                    /*border: 1px solid green;*/
                    padding: 5px;
                    box-sizing: border-box;
                    overflow: hidden;
                }
                    #mainView .news-box .left-box > .image-list > ul > li {
                        border: 0px solid black;
                        box-sizing: border-box;
                        float: left;
                        height: 80px;
                        text-overflow: ellipsis;
                        overflow: hidden;
                    }
                        #mainView .news-box .left-box > .image-list > ul > li.thumbnail {
                            width: 32%;
                            box-sizing: border-box;
                            overflow: hidden;
                            margin: 5px;
                            /*background-position: center center;
                            background-repeat: no-repeat;*/
                        }
                            #mainView .news-box .left-box > .image-list > ul > li.thumbnail > a > img {
                                height: 100%;
                                width: 100%;
                                box-sizing: border-box;
                                transform: scale(1);
                                transition: transform 0.5s;
                                object-fit: cover; /* Do not scale the image */
                                object-position: center; /* Center the image within the element */
                            }

                                #mainView .news-box .left-box > .image-list > ul > li.thumbnail > a > img:hover {
                                    overflow: hidden;
                                    transform: scale(1.2);
                                    transition: transform 0.5s;
                                }
                        #mainView .news-box .left-box > .image-list > ul > li.content {
                            width: 65%;
                            padding: 5px;
                            box-sizing: border-box;
                            line-height: 18px;
                            height: 80px;
                            text-overflow: ellipsis;
                            overflow: hidden;
                            color: #999999;
                        }
                            #mainView .news-box .left-box > .image-list > ul > li.content span { display: block; }
                                #mainView .news-box .left-box > .image-list > ul > li.content span:last-child {
                                    height: 50px;
                                    overflow: hidden;
                                    text-overflow: ellipsis;
                                    display: -webkit-box;
                                    -webkit-line-clamp: 3;
                                    -webkit-box-orient: vertical;
                                    font-size: 12px;
                                }
                            #mainView .news-box .left-box > .image-list > ul > li.content .news-title {
                                font-weight: bold;
                                color: #444444;
                                line-height: 16px;
                                font-size: 12px;
                                white-space: nowrap;
                                text-overflow: ellipsis;
                                margin-bottom: 5px;
                                overflow: hidden;
                            }


            #mainView .news-box .left-box > .news-list {
                /*border: 1px solid red;*/
                box-sizing: border-box;
            }
                #mainView .news-box .left-box > .news-list ul {
                    margin: 15px;
                }
#mainView .news-box .left-box > .news-list ul:last-child {
    margin-top: 30px;
}
                    #mainView .news-box .left-box > .news-list ul > li {
                        margin: 5px 15px;
                        line-height: 16px;
                    }
                        #mainView .news-box .left-box > .news-list ul > li > a{
                            color: #444444;

                        }
                        #mainView .news-box .left-box > .news-list ul > li span.online {
                            background: url(/common/img/common/ico_ca_online.gif) no-repeat 0 0;
                            display: block;
                            float: left;
                            width: 30px;
                            height: 15px;
                            font-size: 0;
                            text-indent: -9999px;
                            margin-right: 15px;
                        }
#mainView .news-box .left-box > .news-list ul > li span.mobile {
    background: url(/common/img/common/ico_ca_mobile.gif) no-repeat 0 0;
    display: block;
    float: left;
    width: 30px;
    height: 15px;
    font-size: 0;
    text-indent: -9999px;
    margin-right: 15px;
}
#mainView .news-box .left-box > .news-list ul > li span.con {
    /*position: absolute;
    top: 0;
    left: 0;
    background: url("/common/img/common/ico_ca_con.gif") no-repeat 0 0;
    display: block;
    width: 30px;
    height: 15px;
    font-size: 0;
    text-indent: -9999px;*/
    background: url(/common/img/common/ico_ca_con.gif) no-repeat 0 0;
    display: block;
    float: left;
    width: 30px;
    height: 15px;
    font-size: 0;
    text-indent: -9999px;
    margin-right: 15px;
}

#mainView .news-box .left-box > .news-list ul > li span.etc { 
    background: url(/common/img/common/ico_ca_etc.gif) no-repeat 0 0; 
    display: block;
    float: left;
    width: 30px;
    height: 15px;
    font-size: 0;
    text-indent: -9999px;
    margin-right: 15px;

}
#mainView .news-box .left-box > .news-list ul {}

        #mainView .news-box .left-box-column,
        #mainView .news-box .left-box-hot {
            width: 40%;
            float: left;
            border: 1px solid #E5E5E5;
            box-sizing: border-box;
        }
        #mainView .news-box .left-box-hot {
            width: 60%;
            border-left: 0px;

        }

    #mainView .news-box .left-box-column > .title,
    #mainView .news-box .left-box-hot > .title {
        display: block;
        color: #333333;
        border-bottom: 1px solid #E5E5E5;
        line-height: 35px;
    }
        #mainView .news-box .left-box-column > .title > span.title,
        #mainView .news-box .left-box-hot > .title > span.title {
            padding-left: 15px;
            font-size: 12px;
            font-weight: 800;
        }

        #mainView .news-box .left-box-column > .column {
            height: 250px;
            overflow: hidden;
            box-sizing: border-box;
            position: relative;
        }
            #mainView .news-box .left-box-column > .column > ul {
                overflow: hidden;
                box-sizing: border-box;
                height: 100%;
            }
                #mainView .news-box .left-box-column > .column > ul > li {
                    box-sizing: border-box;
                    height: 100%;
                    overflow: hidden;
                    position: relative;
                    float: left;
                    padding: 10px;
                }
                    #mainView .news-box .left-box-column > .column > ul > li > a > img {
                        /*position: absolute;*/
                        height: 100%;
                        width: 100%;
                        border: 1px solid #dfdfdf;
                        box-sizing: border-box;
                        object-fit: cover; /* Do not scale the image */
                        object-position: center; /* Center the image within the element */
                    }
                    #mainView .news-box .left-box-column > .column > ul > li > .title-box {
                        
                        position: relative;
                        width: 100%;
                        bottom: 50px;
                        height: 50px;
                        background: black;
                        opacity: 0.7;
                        box-sizing: border-box;
                    }
            #mainView .news-box .left-box-column > .column > ul > li > .title-box > span {
                color: white;
                margin: 10px;
                display: block;
                font-size: 12px;
                line-height: 14px;
                float: left;
                width: 75%;
                height: 28px;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                font-weight: normal;

            }

                #mainView .news-box .left-box-column > .column > ul.counter {
                    position: absolute;
                    width: 40px;
                    height: 40px;
                    float: right;
                    right: 20px;
                    bottom: 10px;
                    display: block;
                }
                            #mainView .news-box .left-box-column > .column > ul.counter > li {
                                float: left;
                                color: white;
                                padding: 0px;
                                height: 24px;

                            }

                                #mainView .news-box .left-box-column > .column > ul.counter > li > .arrowleft {
                                    background: url(/common/img/common/btn_controll01_l.gif) no-repeat 0 0;
                                    width: 20px;
                                    height: 17px;
                                    display: block;
                                    
                                }
                                #mainView .news-box .left-box-column > .column > ul.counter > li > .arrowright {
                                    background: url(/common/img/common/btn_controll01_r.gif) no-repeat 0 0;
                                    width: 18px;
                                    height: 17px;
                                    display: block;
                                }
                                #mainView .news-box .left-box-column > .column > ul.counter > li.number {
                                    display: block;
                                    clear: both;
                                    font-weight: bold;
                                    text-align: center;
                                    color: white;
                                    width: 36px;
                                    display: block;
                                }



        #mainView .news-box .left-box-hot > .hot-issue {
            height: 250px;
            box-sizing: border-box;
        } 
        #mainView .news-box .left-box-hot > .hot-issue > .big-image {
            width: 300px;
            height: 230px;
            overflow: hidden;
            float: left;
            margin: 10px;
        }
#mainView .news-box .left-box-hot > .hot-issue > .big-image > a > img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border: 1px solid #dfdfdf;
    box-sizing: border-box;
    object-fit: cover; /* Do not scale the image */
    object-position: center; /* Center the image within the element */
}
            #mainView .news-box .left-box-hot > .hot-issue > .big-image > a > .title-box {
                position: relative;
                background: black;
                width: 100%;
                height: 50px;
                bottom: 50px;
                opacity: 0.7;
                color: white;
                padding: 10px;
                font-size: 12px;
                box-sizing: border-box;
                line-height: 14px;
            }
#mainView .news-box .left-box-hot > .hot-issue > .big-image > a > .title-box > span {
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
    }
    #mainView .news-box .left-box-hot > .hot-issue > ul {
        float: right;
        margin-top: 10px;
        margin-right: 10px;
    }
            #mainView .news-box .left-box-hot > .hot-issue > ul > li {
                width: 130px;
                height: 72px;
                overflow: hidden;
                margin-bottom: 7px;
            }
                #mainView .news-box .left-box-hot > .hot-issue > ul > li:last-child {
                    margin-bottom: 0px;
                }


        #mainView .news-box .left-box-hot > .hot-issue > ul > li > img {
            width: 100%;
            height: 100%;
            overflow: hidden;
            border: 1px solid #dfdfdf;
            box-sizing: border-box;
            object-fit: cover; /* Do not scale the image */
            object-position: center; /* Center the image within the element */
        }

        #column_right {
            float: right;
        }

/* footer */
#footer {
    clear: both;
    margin-top: 10px;
}
#footer{ width:100%;border-top:2px solid #5f6073;min-height:100px; }
#footer:after {content:" ";display:block;clear:both;height:0;visibility:hidden;}
#footer .footmenu_area{background:#fcfcfc;border-bottom:1px solid #e5e5e5;}
#footer .footmenu_area .footmenu_wrap{width:1000px;margin:0 auto;overflow:hidden;min-height:42px;}
#footer .footmenu_area .footmenu_wrap .footmenu{overflow:hidden; margin-top: 12px;}
#footer .footmenu_area .footmenu_wrap .footmenu li{float:left;margin-left:10px;line-height:16px;padding:2px 10px 0 0;border-right:1px solid #e6e6e6;}
#footer .footmenu_area .footmenu_wrap .footmenu li.last{border-right:0;}
#footer .footinfo_area{background:#fff;}
#footer .footinfo_area .footinfo_wrap{position:relative;width:1000px;margin:0 auto;overflow:hidden;min-height:210px;}
#footer .footinfo_area .footinfo_wrap p.logo{position:absolute;top:44px;left:10px;}
#footer .footinfo_area .footinfo_wrap .footer_info{position:absolute;top:23px;left:180px;overflow:hidden;}
#footer .footinfo_area .footinfo_wrap .footer_info dd{float:left;margin-right:100px;font-size:11px;line-height:18px;}
#footer .footinfo_area .footinfo_wrap .footer_info dd a{color:#666;}
#footer .footinfo_area .footinfo_wrap p.copyright{position:absolute;top:115px;left:180px;font-size:11px;line-height:18px;color:#999;}


/* article_view */
.article_view {
    word-break: break-all;
    word-wrap: break-word;
    word-break: keep-all;
    font-size: 17px;
    font-family: 'Nanum Barun Gothic',"돋움", Dotum, AppleGothic;
    color: #444444;
    line-height: 24px;
    min-height: 200px;
    padding: 30px 10px 20px;
    position: relative;
    text-align: justify;
    font-weight: normal;
    /*letter-spacing: 1px;*/
}
    .article_view p {
        margin: 14px 0 14px 0;
    }
.article_view strong {
    font-weight: 800;
    margin-top: 20px;
    margin-bottom: 10px;
    display: block;
}
.subject_box {
            padding-top: 20px;
        }

            .subject_box h1 {
                font-family: 'Nanum Barun Gothic',"돋움", Dotum, AppleGothic;
                font-size: 26px;
                line-height: 28px;
                text-align: center;
                color: #c12424;
                font-weight: bold;
                letter-spacing: -1px;
                margin-top: 10px;
            }

            .subject_box h2 {
                font-family: 'Nanum Barun Gothic',"돋움", Dotum, AppleGothic;
                font-size: 18px;
                line-height: 17px;
                text-align: center;
                font-weight: 200;
                letter-spacing: -1px;
                margin-top: 15px;
                color: #666666;
            }

/* TI Banner */
.TI {
    width: 400px;
    height: 310px;
    position: absolute;
    top: 600px;
    z-index: 999;
    margin-left: 140px;
}
.TI span{
    width : 97%;
    font-weight : bold;
    font-size : 14px;
    color: #121515;
    color: #ffffff;
    padding-top : 7px;
    text-align : right;
    display : inline-block;
    cursor : pointer;
    margin-bottom : -40px;
    position : absolute;
}
.TI img{

    margin-top : 10px;
    top : 0px;
}
.TI object{

    top : 0px;
    margin-top : 5px;
}
    .TI .closeTI {
        margin-top: 10px;
    }

.pager {
    margin-top: 10px;
}