﻿@charset "UTF-8";

@font-face {
    font-family: MalgunGothic;
    src: url(/font/MalgunGothic.eot);
}

html, body {
    width: 100%;
    height: 100%;
    /*max-width: 1920px;*/
    /*
    min-width: 1920px;
    */
    /*min-height: 875px;*/
    margin: 0;
    padding: 0;
    /*overflow-x: auto;
    overflow-y: auto;*/
    overflow: auto;
    font-size: 12px;
    font-family: 'Malgun Gothic', sans-serif;
    color: #333333;
    background-color: #e4e3e0;
}


#main_body {
    width: 100%;
    height: 100%;
    /*max-width: 1920px;*/
    /*min-width: 1110px;*/
    min-width: 1160px;
    /*min-height: 975px;*/
    margin: 0;
    padding: 0;
    /*overflow-x: auto;
    overflow-y: auto;*/
    overflow: auto;
    font-size: 12px;
    font-family: 'Malgun Gothic', sans-serif;
    color: #333333;
    background-color: #e4e3e0;
}

::selection {
    background: #00a550;
    color: #fff;
}

img {
    max-width: 100%;
    height: auto
}

canvas {
    -webkit-tap-highlight-color: transparent;
}

.altMsg {
    position: absolute;
    bottom: 50px;
    height: 25px;
    color: #fff;
    font-size: 12px;
    line-height: 25px;
    background-color: #000;
    border-radius: 3px;
    text-align: center;
    z-index: 10;
    width: 180px;
    left: 50%;
    margin-left: -90px;
}
/*====================================== GNB ======================================*/
header {
    width: 120px;
    height: 100%;
    min-height: 900px;
    position: relative;
    float: left;
    background-color: #f7f7f7;
    box-shadow: 10px 0 20px 0 rgba(0,0,0,0.05);
    -webkit-box-shadow: 10px 0 20px 0 rgba(0,0,0,0.05);
    -moz-box-shadow: 10px 0 20px 0 rgba(0,0,0,0.05);
}

    header .logo {
        width: 82px;
        height: 78px;
        margin: 29px 0 0 19px;
        background: url("../img/logo.png") no-repeat;
        background-size: 82px 78px;
        display: block;
    }

    .logo{
        cursor:pointer;
    }

header .date {
    padding-top: 19px;
    height: 73px;
    box-sizing: border-box;
    /*text-align: center;*/
}

    header span {
        font-family: dotum, serif;
        font-weight: bold;
        letter-spacing: -0.5px;
        line-height: 20px;
        cursor: pointer;
    }

.currentname {
    width: 71px;
    font-family: Dotum;
    font-size: 12px;
    letter-spacing: -0.1px;
    text-align: left;
    color: #010101;
}

.currentdate {
    width: 71px;
    font-family: Dotum;
    font-size: 12px;
    letter-spacing: -1.2px;
    text-align: left;
    color: #7d7d7d;
}

.current_info_point {
    width: 6px;
    height: 32px;
    background: #00a550;
    display: inline-block;
}

.current_info {
    display: inline-block;
    margin-left: 12px;
}

.gnb {
    width: 120px;
}

    .gnb .menu {
        width: 120px;
        height: 66px;
        cursor: pointer;
        background: url("../img/menu01_02.jpg") no-repeat;
        background-size: 120px 66px;
        display: block;
    }

.gnb_t .menu_t {
    width: 120px;
    height: 48px;
    cursor: pointer;
    background: url("../img/menu01_02-t.jpg") no-repeat;
    background-size: 120px 48px;
    display: block;
}

.gnb .menu01 {
    background: url("../img/menu01_02.png") no-repeat;
}

.gnb .menu02 {
    background: url("../img/menu02.png") no-repeat;
}

.gnb .menu02_02 {
    background: url("../img/menu02_02.png") no-repeat;
}

.gnb .menu03 {
    background: url("../img/menu03.png") no-repeat;
}

.gnb .menu04 {
    background: url("../img/menu04.png") no-repeat;
}

.gnb .menu05 {
    background: url("../img/menu05.png") no-repeat;
}

.gnb .menu06 {
    background: url("../img/menu06.png") no-repeat;
}

.gnb .menu07 {
    background: url("../img/menu07.png") no-repeat;
}

.gnb .menu08 {
    background: url("../img/menu08.png") no-repeat;
}

.gnb .menu01-on {
    background: url("../img/menu01_02.png") no-repeat !important;
}

.gnb .menu02-on {
    background: url("../img/menu02-on.png") no-repeat;
}

.gnb .menu02_02-on {
    background: url("../img/menu02_02-on.png") no-repeat !important;
}

.gnb .menu03-on {
    background: url("../img/menu03-on.png") no-repeat !important;
}

.gnb .menu04-on {
    background: url("../img/menu04-on.png") no-repeat !important;
}

.gnb .menu05-on {
    background: url("../img/menu05-on.png") no-repeat !important;
}

.gnb .menu06-on {
    background: url("../img/menu06-on.png") no-repeat !important;
}

.gnb .menu07-on {
    background: url("../img/menu07-on.png") no-repeat !important;
}

.gnb .menu08-on {
    background: url("../img/menu08-on.png") no-repeat !important;
}

.gnb .menu01_t {
    background: url("../img/t-menu01_02.png") no-repeat;
}

.gnb .menu02_t {
    background: url("../img/t-menu02.png") no-repeat;
}

.gnb .menu02_02_t {
    background: url("../img/t-menu02_02.png") no-repeat;
}

.gnb .menu03_t {
    background: url("../img/t-menu03.png") no-repeat;
}

.gnb .menu04_t {
    background: url("../img/t-menu04.png") no-repeat;
}

.gnb .menu05_t {
    background: url("../img/t-menu05.png") no-repeat;
}

.gnb .menu06_t {
    background: url("../img/t-menu06.png") no-repeat;
}

.gnb .menu07_t {
    background: url("../img/t-menu07.png") no-repeat;
}

.gnb .menu08_t {
    background: url("../img/t-menu08.png") no-repeat;
}

.gnb .menu10_t {
    background: url("../img/t-menu10.png") no-repeat;
}

.gnb .menu01_t-on {
    background: url("../img/t-menu01_02_on.png") no-repeat !important;
}

.gnb .menu02_t-on {
    background: url("../img/t-menu02_on.png") no-repeat;
}

.gnb .menu02_02_t-on {
    background: url("../img/t-menu02_02_on.png") no-repeat !important;
}

.gnb .menu03_t-on {
    background: url("../img/t-menu03_on.png") no-repeat !important;
}

.gnb .menu04_t-on {
    background: url("../img/t-menu04_on.png") no-repeat !important;
}

.gnb .menu05_t-on {
    background: url("../img/t-menu05_on.png") no-repeat !important;
}

.gnb .menu06_t-on {
    background: url("../img/t-menu06_on.png") no-repeat !important;
}

.gnb .menu07_t-on {
    background: url("../img/t-menu07_on.png") no-repeat !important;
}

.gnb .menu08_t-on {
    background: url("../img/t-menu08_on.png") no-repeat !important;
}

.gnb .gnb-line {
    width: 120px;
    height: 10px;
    background: url("../img/menu-line.png") no-repeat;
    background-size: 120px 10px;
    display: block;
}

.gnb .gnb-line-t {
    width: 120px;
    height: 8px;
    background: url("../img/t-menu-line.png") no-repeat;
    background-size: 120px 8px;
    display: block;
}

.mobile-gnb {
    display: none;
}

.gnb_t {
    display: none;
}

/*====================================== DEFAULT======================================*/



.control-btn {
    position: relative;
    left: 45px;
    bottom: calc(-100% + 210px);
    bottom: -webkit-calc(-100% + 210px);
    width: 40px;
    bottom: 0;
    height: 90%;
    top: 40px;
}

.control-btn-left {
    position: absolute;
    left: 605px;
}

.control-btn div {
    position: absolute;
    bottom: 0;
}

.top {
    position: relative;
    top: 0;
    width: 100%;
    height: 40px;
    background-color: #212330;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.top-menu01 {
    float: left;
    padding-top: 7px;
    padding-left: 20px;
}

    .top-menu01 img {
        float: left;
        cursor: pointer;
    }

.top-menu02 img {
    display: inline-block;
    line-height: 0;
    float: left;
    cursor: pointer;
}

.top .share {
    position: absolute;
    top: 45px;
    /*left: 834px;*/
    right: 12%;
    background: url("../img/share-bg.png") no-repeat;
    width: 121px;
    height: 51px;
    padding: 22px 18px 0 18px;
    box-sizing: border-box;
    display: none;
}

    .top .share img {
        display: block;
        float: left;
        cursor: pointer;
        margin-right: 20px;
    }

        .top .share img:last-child, .top .share-t img:last-child {
            margin-right: 0;
        }

.top .share-dual {
    position: absolute;
    top: 45px;
    left: 700px;
    background: url("../img/share-bg02.png") no-repeat;
    width: 121px;
    height: 51px;
    padding: 22px 10px 0 15px;
    box-sizing: border-box;
    display: none;
}

    .top .share-dual img {
        display: block;
        float: left;
        cursor: pointer;
        margin-right: 20px;
    }

.share_fb {
    margin-right: 26px !important;
}

.share_link {
    margin-right: 0px !important;
}

.top .share-t {
    position: absolute;
    top: 45px;
    /*left: 550px;*/
    background: url("../img/share-bg03.png") no-repeat;
    width: 170px;
    height: 51px;
    padding: 22px 15px 0 15px;
    box-sizing: border-box;
    display: none;
    right: 7%;
}

    .top .share-t img {
        display: block;
        float: left;
        cursor: pointer;
        margin-right: 26px;
    }

/*====================================== CONTENTS ======================================*/
.container {
    /*max-width: 1800px;*/
    height: 100%;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    position: relative;
    overflow: hidden;
    min-height: 900px;
}

.mobile-container {
    display: none;
}
/*.news-detail {display: none; }*/


/* Depth1 Left 지면뉴스 영역 */
.depth1-wrap {
    position: absolute;
    float: left;
    width: 45%;
    height: 100%;
    /*min-height: 860px;*/
    box-sizing: border-box;
}

.depth1 {
    position: relative;
    top: 20px;
    left: 30px;
    width: 565px;
    /*
    width: 87%;
    */
    /*
    height: calc(100% - 40px);
    height: -webkit-calc(100% - 70px);
    */
    height: 895px;
    /**min-height: 860px;*/
    margin-bottom: 10px;
    background-color: white;
    box-shadow: 10px 0 20px 0 rgba(0,0,0,0.05);
    -webkit-box-shadow: 10px 0 20px 0 rgba(0,0,0,0.05);
    -moz-box-shadow: 10px 0 20px 0 rgba(0,0,0,0.05);
    /*overflow-x: hidden;
    overflow-y: scroll;
    height: 890px;
    height: 90%;*/
    /**height: 96%;*/
}

    .depth1 .paper-arr .paperleft {
        position: absolute;
        top: 45%;
        left: 0;
        display: block;
    }

    .depth1 .paper-arr .paperright {
        position: absolute;
        top: 45%;
        right: 0;
        display: block;
    }

    .depth1 .news-paper-left {
        /*width: 100%;*/
        height: 100%;
        /*max-height: 1258px;*/
        vertical-align: middle;
        margin: 0 auto;
        text-align: center;
        padding: 10px 0 10px 0;
        box-sizing: border-box;
        position: relative;
        display: block;
    }

        .depth1 .news-paper-left canvas {
            max-width: 100%;
            height: auto;
            cursor: pointer;
        }


/* Depth2 Right 온라인/지면뉴스 영역 */
.depth2-wrap {
    position: absolute;
    display: inline-block;
    float: left;
    width: 54%;
    height: 100%;
    /*left: 45%;
     min-height: 860px;*/
    left: 37%;
    background: url("../img/content-line.png") #e4e3e0 repeat-y;
}

.paper-wrap {
    position: relative;
    display: inline-block;
    float: left;
    width: 1086px;
    height: 100%;
    min-height: 860px;
}

.depth2 {
    position: relative;
    top: 20px;
    left: 30px;
    width: 88%;
    /*
    height: calc(100% - 70px);
    height: -webkit-calc(100% - 70px);
    */
    height: 895px;
    /* min-height: 1000px;
    margin-bottom: 40px;*/
    background-color: white;
    box-shadow: 10px 0 20px 0 rgba(0,0,0,0.05);
    -webkit-box-shadow: 10px 0 20px 0 rgba(0,0,0,0.05);
    -moz-box-shadow: 10px 0 20px 0 rgba(0,0,0,0.05);
    /*height: 890px;
    height: 90%;*/
    /*height:96%;*/
}

    .depth2 .online-paper {
        width: 100%;
        max-height: 1218px;
        overflow-x: hidden;
        overflow-y: auto;
        padding: 20px;
        box-sizing: border-box;
        text-align: center;
        height: -webkit-calc(100% - 40px);
        height: -moz-calc(100% - 40px);
        height: calc(100% - 40px);
    }

        .depth2 .online-paper canvas {
            vertical-align: middle;
            display: block;
            margin: 0 auto;
            cursor: pointer;
        }


/*.depth2 .online-paper img {
    vertical-align: middle;
    display: block;
    margin: 0 auto;
}*/

.news-paper-right {
    width: 1000px;
    height: calc(100% - 60px);
    max-height: 1218px;
    overflow: hidden;
    padding: 20px 0 20px 0;
    box-sizing: border-box;
}

    .news-paper-right canvas {
        vertical-align: middle;
        display: block;
        margin: 0 auto;
        cursor: pointer;
    }

.imgitem {
    margin: 0 auto;
    display: block;
}

.online_subject {
    font-size: 24px;
    font-weight: bold;
    color: #000000;
    text-align: left;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    padding: 15px 0 15px 0;
}

.online_sub_subject {
    padding: 0 0 15px 3px;
    text-align: left;
}

.online_nct_name {
    /*
    font-size: 14px;
    */
    color: #666666;
    text-align: left;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 19px;
    letter-spacing: normal;
    border-bottom: 1px solid #c1c1c1; /*#d8d8d8*/
    width: 100%;
    padding: 10px 0;
    border-top: 1px solid #c1c1c1; /*#d8d8d8*/
}

.online_content {
    width: 100%;
    word-break: break-word;
    font-size: 17px;
    color: #000000;
    text-align: left;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 27px;
    letter-spacing: -0.3px;
    display: inline-block;
    font-family: '굴림',gulim,Sans-serif;
}

.online_content a { /*jhlee_2021-08-19 추가함 */
    color: #f00;
    font-weight: 600;
    text-decoration: underline;
    cursor: pointer;
}

.online_font {
    width: 70px;
    float: right;
    line-height: 44px;
    margin-top: -6px;
}

.fontsize_s {
    margin-right: 6px;
    width: 30px;
    height: 30px;
}

.online_font a {
    display: inline-block;
    width: 30px;
    height: 30px;
}


/* Depth3 양면보기 */
.container-both {
    max-width: 1260px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
}

.depth3-wrap {
    margin: 0 auto;
    position: relative;
    float: left;
    width: 1260px;
    height: 100%;
    min-height: 860px;
    box-sizing: border-box;
}

.depth3 {
    margin: 0 auto;
    position: relative;
    top: 40px;
    left: 30px;
    width: 1160px;
    height: calc(100% - 80px);
    height: -webkit-calc(100% - 80px);
    /*min-height: 900px;*/
    background-color: white;
    box-shadow: 10px 0 20px 0 rgba(0,0,0,0.05);
    -webkit-box-shadow: 10px 0 20px 0 rgba(0,0,0,0.05);
    -moz-box-shadow: 10px 0 20px 0 rgba(0,0,0,0.05);
    overflow-x: hidden;
}

    .depth3 .paper-arr .paperleft {
        position: absolute;
        top: 45%;
        left: 0;
        display: block;
    }

    .depth3 .paper-arr .paperright {
        position: absolute;
        top: 45%;
        right: 0;
        display: block;
    }

    .depth3 .news-paper {
        width: 100%;
        /*width: 1140px;*/
        height: 100%;
        max-height: 1258px;
        margin: 0 auto;
        text-align: center;
        padding: 20px 0 20px 0;
        box-sizing: border-box;
        position: relative;
        display: block;
    }

        .depth3 .news-paper canvas {
            float: left;
            display: block;
            vertical-align: middle;
            margin: 0 auto;
            cursor: pointer;
            max-width: 100%;
            height: auto;
        }


/*====================================== Window Popup Contents ======================================*/
.window-pop {
    width: 100%;
    min-height: 700px;
}

    .window-pop .top {
        width: 100%;
    }

        .window-pop .top .share {
            position: absolute;
            top: 45px;
            /*left: 929px;
    left: 825px;*/
            right: 13%;
            background: url("../img/share-bg02.png") no-repeat;
            width: 121px;
            height: 51px;
            padding: 22px 18px 0 18px;
            box-sizing: border-box;
            display: none;
        }

    .window-pop .window-pop-ctt {
        width: 98%;
        height: 100%;
        min-height: 645px;
        /*margin: 20px;*/
        padding: 10px 10px 30px 10px;
        overflow: hidden;
        float: left;
    }

.window-pop-ctt img {
    display: block;
    margin: 0 auto;
}

.window-pop .control-btn02 {
    /*left: 0;*/
    position: fixed;
    bottom: 20px;
    right: 15px;
}


/*====================================== Layer Popup Contents ======================================*/
#mask {
    position: fixed;
    z-index: 0;
    background-color: #000;
    display: none;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
}

.layer-bg {
    /*display: none;*/
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    /*background-color: rgba(0,0,0,0.6);
    width: 100%;
    height: 100%;*/
}

.layer_pop {
    width: 580px;
    height: 860px;
    max-height: 860px;
    z-index: 1000;
    /*display: none;*/
    position: fixed;
    left: 0;
    top: 0;
    /* width: 580px;
    height: 860px;
    max-height: 860px;
    min-height: 400px;*/
    background-color: white;
}

.link_pop {
    width: 70%;
    height: 96%;
    z-index: 1000;
    /*display: none;*/
    position: fixed;
    left: 15%;
    top: 0;
    /* width: 580px;
    height: 860px;
    max-height: 860px;
    min-height: 400px;*/
    background-color: white;
}

.swiper-container {
    overflow: auto !important;
}

/*#layer_pop10{display: none;}*/

/*.layer_pop1000{display: none;}*/

.layer_pop_2 {
    width: 600px;
    height: 860px;
    max-height: 860px;
    z-index: 1000;
    /*display: none;*/
    position: fixed;
    left: 0;
    top: 0;
    /* width: 580px;
    height: 860px;
    max-height: 860px;*/
    min-height: 400px;
    background-color: white;
}

/*
#layer_pop7{
	height: 110px !important;
	min-height: 100px !important;
}
*/

.scrap_no_date {
    height: 120px !important;
    min-height: 100px !important;
}

.search_no_data {
    height: 230px !important;
    min-height: 210px !important;
    width: 612px;
}

.search_no_data_layer_pop7 {
    height: 230px !important;
    min-height: 210px !important;
}


.search_no {
    height: 110px !important;
    min-height: 100px !important;
}

.layer_pop .top {
    width: 580px;
}

.layer_pop .paper_info {
    width: 547px;
}

.paper_info {
    width: 547px;
}

.layer_pop .top-menu01 p {
    font-size: 16px;
    color: white;
    line-height: 25px;
    vertical-align: middle;
    font-weight: bold;
    font-family: 'Malgun Gothic', sans-serif;
}

.layer_pop_2 .top {
    width: 600px;
}

.layer_pop_2 .top_search_no {
    width: 612px;
}

.layer_pop_2 .top-menu01 p {
    font-size: 14px;
    color: white;
    line-height: 25px;
    vertical-align: middle;
    font-weight: bold;
    font-family: 'Malgun Gothic', sans-serif;
}

/* page navigation */
.pagination {
    margin: 20px 15px 0;
    font-family: 'Malgun Gothic', sans-serif;
}

    .pagination span {
        /*width: 16px;*/
        margin: 0 8px;
        display: inline-block;
    }

    .pagination a {
        color: #777;
        font-size: 12px;
    }

    .pagination .on {
        color: #333;
        font-weight: bold;
    }

    .pagination .off {
        color: #ccc;
        font-size: 10px;
    }

/* input checkbox style */
.select-all {
    height: 33px;
    line-height: 33px;
    float: left;
    vertical-align: middle;
    padding-left: 20px;
    width: 300px;
}

    .select-all span {
        font-weight: bold;
        color: #666;
    }

.check-wrap {
    display: table; /*inline-block;*/
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 2;
}

    .check-wrap input {
        opacity: 0;
        cursor: pointer;
        left: 0;
        /*width: 17px;*/
        display: none;
    }

        .check-wrap input[id="chkall"] {
            /* width: 17px; */
            margin-right: 20px;
        }

.check-mark {
    position: absolute;
    /*top: 8px;*/
    left: 0;
    height: 16px;
    width: 16px;
    display: block;
    /*background-color: #ddd;*/
    background-image: url("../img/check-box-off.png");
}

.scrap-data-table .check-mark {
    margin-top: 10px;
}


.check-wrap:hover input ~ .check-mark {
    background-color: #ccc;
}

.check-wrap input:checked ~ .check-mark {
    /*background-color: #44444e;*/
    background-image: url("../img/check-box-on.png");
}

.check-mark:after {
    content: "";
    position: absolute;
    display: none;
}

.check-wrap input:checked ~ .check-mark:after {
    display: block;
}

.check-wrap .check-mark:after {
    left: 6px;
    top: 3px;
    width: 4px;
    height: 7px;
    border: solid white;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* Layer Contents - 면정보 */
.layer-ctt {
    width: 547px;
    /*height: 820px;*/
    height: 773px;
    max-height: 820px;
    min-height: 400px;
    margin: 0 auto;
    padding: 20px 0px 40px 20px;
    box-sizing: border-box;
    overflow-y: auto;
    background: #ffffff;
}

    .layer-ctt .news-thumb-row {
        height: 260px;
        margin-bottom: 20px;
    }

        .layer-ctt .news-thumb-row:last-child {
            margin-bottom: 0;
        }

    .layer-ctt .thumb {
        position: relative;
        width: 150px;
        height: 260px;
        border: 1px solid #ccc;
        margin-right: 18px;
        float: left;
        text-align: center;
        overflow: hidden;
    }

        .layer-ctt .thumb:last-child {
            margin-right: 0;
        }

        .layer-ctt .thumb img {
            width: 100%;
            height: 100%;
            cursor: pointer;
        }

    .layer-ctt .pagelist_sel {
        background-color: #000;
        border: 2px solid #00a550;
        width: 148px;
    }

        .layer-ctt .pagelist_sel img {
            /*filter: grayscale(60%) opacity(0.6);*/
            background: #000;
            opacity: 0.6;
            filter: alpha(opacity=70); /*IE하위버전*/
        }

    .layer-ctt .thumb img:after {
        position: absolute;
        display: block;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.5), inset 0 0 100px rgba(0, 0, 0, 0.2);
        background: rgba(0, 255, 0, 0.1); /* 이미지 위로 컬러를 입힘 */
    }

    .layer-ctt .thumb span {
        position: absolute;
        bottom: 0px;
        /* left: 10px; */
        line-height: 26px;
        display: inline-block;
        width: 150px;
        height: 26px;
        /* border-radius: 34px; */
        background-color: rgba(0,0,0,0.8);
        color: #fff;
        text-align: center;
        font-size: 12px;
        font-weight: bold;
        z-index: 1;
    }

#layer_pop9 .control-btn02 {
    /*left: 0;*/
    position: absolute;
    bottom: 20px;
    right: 25px;
}

.layer_sub_top {
    padding: 17px 0 15px 20px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #e4e4e4;
}

    .layer_sub_top img {
        vertical-align: middle;
    }

    .layer_sub_top span {
        font-family: MalgunGothic, Dotum;
        font-size: 14px;
        color: #4b4b4b;
        font-weight: 600;
        vertical-align: middle;
    }


#layer_pop3 {
    display: block;
}

/* 기사상세layer-popup*/
#layer_pop9 {
    width: 860px;
    height: 860px;
    max-height: 860px;
    z-index: 1000;
    /*display: none;*/
    position: fixed;
    left: 0;
    top: 0;
    background-color: white;
}

    #layer_pop9 .top {
        position: relative;
        top: 0;
        width: 100%;
        height: 40px;
        background-color: #212330;
        box-sizing: border-box;
        padding: 0;
        margin: 0;
    }

    #layer_pop9 .layer-ctt {
        width: 860px;
        /*height: 820px;*/
        height: 800px;
        max-height: 860px;
        min-height: 400px;
        margin: 0 auto;
        padding: 10px 30px 20px 30px;
        box-sizing: border-box;
        overflow-x: hidden;
        overflow-y: auto;
        background: #ffffff;
    }
/* Layer Contents - 목차 테이블 */
.list01 {
    padding-bottom: 0;
}

.list02 {
    padding-bottom: 0;
    height: 100%;
    display: none;
}

.layer-ctt button {
    display: block;
    border: none;
    outline: none;
    background-color: #7a7a78;
    color: #fff;
    font-weight: bold;
    padding: 7px 10px;
    cursor: pointer;
    margin-bottom: 20px;
    font-family: 'Malgun Gothic', sans-serif;
}

.list-table {
    width: 100%;
    font-size: 14px;
    font-family: 'Malgun Gothic', sans-serif;
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    border-collapse: separate;
    padding-bottom: 40px;
}

    .list-table th {
        height: 30px;
        background-color: #b2b2b2;
        color: #fff;
        line-height: 30px;
        border-right: 1px solid #fff;
    }

        .list-table th:last-child {
            border-right: 0;
        }

.articlelistbg {
    background-color: #f2f2f2;
}

.list-table td {
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    padding: 9px 0 14px 20px;
    border-bottom: 1px solid #d7d7d7;
    border-left: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    border-collapse: collapse;
    border-spacing: 0;
}

    .list-table td.center {
        text-align: center;
        padding-left: 0;
        vertical-align: middle;
        border-right: 0;
    }

.list-table a.tool-tip {
    position: relative;
    z-index: 888;
}

    .list-table a.tool-tip:hover {
        z-index: 999;
    }

    .list-table a.tool-tip span {
        display: none;
    }

    .list-table a.tool-tip:hover span {
        display: block;
        position: absolute;
        box-sizing: border-box;
        top: 20px;
        left: 10px;
        padding: 10px;
        width: 380px;
        height: 140px;
        border: 1px solid #d7d7d7;
        background-color: #fff;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
        word-wrap: break-word;
        line-height: 21px;
        box-shadow: 7px 7px 7px rgba(0,0,0,0.06);
        -webkit-box-shadow: 7px 7px 7px rgba(0,0,0,0.06);
        -moz-box-shadow: 7px 7px 7px rgba(0,0,0,0.06);
    }

.list-table .txt {
    display: block;
    max-height: 27px;
    height: 27px;
    line-height: 20px;
    padding-right: 10px;
    box-sizing: border-box;
    /*margin-bottom: 10px;*/
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
    color: #9b9b9b;
    line-height: 1.0em;
}

.list-table .txtinfo {
    font-size: 12px;
    color: #9b9b9b;
}

.layer-ctt-list {
    width: 580px;
    /*height: 820px;*/
    height: 773px;
    max-height: 820px;
    min-height: 400px;
    margin: 0 auto;
    padding: 10px 0px 40px 00px;
    box-sizing: border-box;
    overflow-y: auto;
    background: #ffffff;
}

.page_info {
    height: 30px;
    background-color: #b2b2b2;
    color: #fff;
}

    .page_info td {
        padding: 0 0 0 20px;
        height: 30px;
        font-weight: 600;
    }

.articlelist td {
    /*height: 108px;*/
}

.scrap_info {
    color: #f47d13;
}

.article_list_img {
    width: 100px;
    height: 80px;
    float: left;
    margin-right: 20px;
    margin-bottom: 1px;
    /*
    width: 100%;
    height: 122%;
    */
    object-fit: contain;
    border: 1px solid #d7d7d7;
    margin-top: 10px;
}

.article_list_title {
    font-size: 18px;
    font-weight: bold;
    max-height: 19px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    word-break: break-all;
    padding-bottom: 9px;
    padding-top: 1px;
    line-height: 1.4em;
}

.btn_del_sel {
    float: right;
}

/* Layer Contents - 캘린더 */
.calendar-wrap {
    width: 580px;
    height: 455px;
    box-sizing: border-box;
    background: #e3e3df;
}

.calendar-month {
    position: relative;
    width: 580px;
    height: 60px;
    background-color: #f2f2f2;
    vertical-align: middle;
}

    .calendar-month td:nth-child(1) {
        width: auto !important;
    }

    .calendar-month td:nth-child(2) {
        text-align: center;
        font-size: 20px;
        color: #4e4e4e;
        margin: 0 auto;
        /*padding-top: 20px;*/
        box-sizing: border-box;
        vertical-align: middle;
        width: 95% !important;
    }


.calendar-arr {
    width: 580px;
    height: 60px;
    position: absolute;
    top: 20px;
}

.calendar-table {
    /*table-layout: fixed;*/
    margin: 0 auto;
    width: 580px;
    height: 418px;
    background-color: #f2f2f2;
    font-family: 'Malgun Gothic', sans-serif;
    padding: 0;
    border-collapse: collapse;
    border-spacing: 0;
    border-width: 0 !important;
}

    .calendar-table th {
        width: 78px;
        height: 40px;
        background-color: #FFFFFF;
        color: #989898;
        font-size: 14px;
        font-weight: bold;
        vertical-align: middle;
        border-bottom: 1px solid #e3e3df;
        /*
    border-top: 4px solid #e3e3df;
    border-left: 4px solid #e3e3df;
    border-right: 4px solid #e3e3df;
    */
    }

    .calendar-table tr:first-child td:first-child {
        background-color: #e3e3df !important;
    }

.calendar-month tr:first-child td:first-child {
    background-color: #f2f2f2 !important;
}

.calendar-table th:first-child {
    border-left: 0 !important;
}

.calendar-table th:last-child {
    border-right: 0 !important;
}

.calendar-table tr td:first-child {
    border-left: 0 !important;
}

.calendar-table tr td:last-child {
    border-right: 0 !important;
}

.calendar-table tr:nth-child(n+2) td {
    width: 78px;
    height: 70px;
    background-color: #fff;
    /*border: 4px solid #e3e3df;*/
    cursor: pointer;
    text-align: left;
    border-bottom: 1px solid #e3e3df;
}

.calendar-table .on {
    background-color: #00a550;
    color: #fff;
}

    .calendar-table .on p {
        color: #fff;
    }

.calendar-month tr:first-child td:first-child a {
    float: right;
    /*padding-top: 10px;*/
    width: 60px;
    height: 60px;
    line-height: 75px;
}

.calendar-month tr:first-child td:last-child a {
    float: left;
    /*padding-top: 10px;*/
    width: 60px;
    height: 60px;
    line-height: 75px;
}

.calendar-table tr:nth-child(n+2) a {
    padding: 10px 46px 40px 10px;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 18px;
    /*color: #858585;*/
    display: inline-block;
    position: absolute;
    width: 12%;
}

.calendar-table .sat {
    color: #4d93b3;
}

.calendar-table .sun {
    color: #c16161;
}

.calendar-table .txt {
    padding: 36px 0 0 10px;
    font-size: 12px;
    color: #000000;
    vertical-align: text-bottom;
    display: inline-block;
    font-family: MalgunGothic;
    font-weight: bold;
}

.calendar-table .none {
    color: #a34e4e;
}

.calendar-table .calendar_today {
    background-color: #00a550 !important;
}

    .calendar-table .calendar_today a {
        color: #fff !important;
    }

    .calendar-table .calendar_today span {
        color: #fff !important;
    }

/* Layer Contents - 지역 */
.country-ctt {
    width: 580px;
    height: auto;
    /*height: calc(100% - 40px);*/
    margin: 0 auto;
    padding: 50px 60px 0 60px;
    box-sizing: border-box;
    overflow-y: auto;
    background: #ffffff;
}

.country-box {
    width: 33.3%;
    height: 150px;
    float: left;
    margin-bottom: 55px;
}

    .country-box p {
        text-align: center;
        font-size: 14px;
        color: #4b4b4b;
        font-weight: bold;
        padding-top: 10px;
        font-family: 'Malgun Gothic', sans-serif;
    }

    .country-box img:first-child {
        cursor: pointer;
        vertical-align: middle;
        text-align: center;
        display: block;
        margin: 0 auto;
    }

    .country-box img:nth-child(2) {
        display: none;
        cursor: pointer;
        vertical-align: middle;
        text-align: center;
        margin: 0 auto;
        width: 120px;
        height: 120px;
    }
/*
.local_sel{

}
.local_1{
    top: 18%;
    left: 13.1%;
}
.local_5{
    top: 90px;
    left: 230px;
}
.local_4{
    margin-top: -20.8% !important;
    margin-left: 2.8% !important;
} 
.local_7{
    bottom: 85px;
    left: 77px;
}
.local_6{
    bottom: 85px;
    left: 230px;
}
.local_8{
    bottom: 85px;
    right: 77px;
}
*/

.local_sel {
    display: none;
}

/* Layer Contents - 검색 */
.search-area {
    width: 580px;
    height: auto;
    margin: 0 auto;
    padding: 18px 0px 0px 18px;
    box-sizing: border-box;
    display: inline-block;
    font-family: 'Malgun Gothic', sans-serif;
}

.scarp-area {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 20px 0px 9px 18px;
    box-sizing: border-box;
    display: inline-block;
    font-family: 'Malgun Gothic', sans-serif;
}

    .search-area select, .scarp-area select {
        width: 92px;
        height: 36px;
        box-sizing: border-box;
        padding-left: 10px;
        margin-right: 10px;
        border: 1px solid #d7d7d7;
        outline: none;
        color: #666;
        font-family: 'Malgun Gothic', sans-serif;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: url('../img/select-arrow.png') white no-repeat 90% 50%;
        float: left;
        background-size: 10px 10px;
    }

        .search-area select::-ms-expand, .scarp-area select::-ms-expand {
            display: none;
        }

.search:-ms-input-placeholder, .scarp:-ms-input-placeholder {
    color: #a4a4a4;
}

.search-area .search, .scarp-area .search {
    width: 169px;
    text-align: left;
    box-sizing: border-box;
    padding-left: 10px;
    height: 36px;
    /*margin-right: 10px;*/
    border: 1px solid #d7d7d7;
    outline: none;
    font-family: 'Malgun Gothic', sans-serif;
    float: left;
    font-size: 16px;
}

    .search-area .search:focus::-webkit-input-placeholder, .scarp-area .scarp:focus::-webkit-input-placeholder {
        opacity: 0;
    }

    .search-area .search:focus:-moz-placeholder, .scarp-area .scarp:focus:-moz-placeholder {
        opacity: 0;
    }

    .search-area .search:focus::-moz-placeholder, .scarp-area .scarp:focus::-moz-placeholder {
        opacity: 0;
    }

    .search-area .search:focus:-ms-input-placeholder, .scarp-area .scarp:focus:-ms-input-placeholder {
        opacity: 0;
    }

.search-area .search, .scarp-area .search {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

.search-area .search-word { /*width: 82%;*/
}

.search-area button {
    width: 60px;
    height: 30px;
    outline: none;
    -moz-outline-radius: 0;
    text-align: center;
    border: none;
    background: #44444e;
    color: white;
    font-weight: 500;
    cursor: pointer;
    font-family: 'Malgun Gothic', sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    float: left;
}

    .search-area button:hover {
        background-color: #595966;
    }

/* Search contents */
.search-ctt {
    max-height: 820px;
    /*min-height: 400px;*/
    min-height: 75px;
    box-sizing: border-box;
    overflow-y: auto;
    overflow-x: hidden;
    background: #ffffff;
}

.scarp-ctt {
    max-height: 820px;
    min-height: 225px; /*820px;*/
    box-sizing: border-box;
    overflow-y: auto;
    overflow-x: hidden;
    background: #ffffff;
}

    .search-ctt .point, .scarp-ctt .point {
        font-weight: bold;
        color: #00a550;
        font-size: 14px;
    }

.no-data {
    height: auto;
    padding: 20px 20px 35px 20px;
    text-align: center;
    background: #ffffff;
}

    .no-data p {
        line-height: 20px;
    }

.data-list {
    height: auto;
    padding: 0px 0px 30px 0px;
}

.scrap-data-list {
    height: auto;
    padding: 10px 0px 30px 0px;
}

.data-list p {
    /*line-height: 33px;
    float: left;
    font-weight: bold;*/
}

.data-list button {
    display: block;
    border: none;
    outline: none;
    background-color: #7a7a78;
    color: #fff;
    font-weight: bold;
    padding: 7px 10px;
    cursor: pointer;
    margin-bottom: 20px;
    font-family: 'Malgun Gothic', sans-serif;
}

/* Search data Table */
.data-table, .scrap-data-table {
    width: 100%;
    font-family: 'Malgun Gothic', sans-serif;
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    border-collapse: separate;
    border-bottom: 1px solid #d7d7d7;
}

    .data-table th {
        height: 30px;
        background-color: #b2b2b2;
        color: #fff;
        line-height: 30px;
        font-weight: bold;
    }

        .data-table th:last-child {
            border-right: 0;
        }

    .data-table td {
        height: 30px;
        line-height: 30px;
        padding: 10px 10px 14px 20px;
        border-top: 1px solid #d7d7d7;
        /*border-left: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7; */
    }

    .scrap-data-table td {
        height: 30px;
        /*line-height: 30px;*/
        padding: 10px 20px 14px 20px;
        border-top: 1px solid #d7d7d7;
        /*border-left: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;   */
    }

    .data-table .point02, .scrap-data-table .point02 {
        color: #00a550;
        font-weight: bold;
    }

    .data-table .tit {
        padding: 14px 10px 14px 20px;
        /* width: 330px; */
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        word-wrap: break-word;
    }

    .data-table .data-txt {
        padding: 5px 10px 10px 10px;
        margin-bottom: 10px;
        box-sizing: border-box;
        line-height: 20px;
        display: block;
        /*height: 68px;*/
        height: 48px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        word-wrap: normal;
    }

    .scrap-data-table .data-txt {
        padding: 5px 10px 10px 0px;
        margin-bottom: 10px;
        box-sizing: border-box;
        display: block;
        /*height: 68px;*/
        height: 33px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        word-wrap: break-word;
        word-break: break-all;
        line-height: 1.1em;
    }

.search_date {
    padding-left: 20px;
    font-weight: bold;
    line-height: 44px;
}

.search_img_list {
    position: absolute;
    margin: auto;
    min-height: 100%;
    min-width: 100%;
    /* For the following settings we set 100%, but it can be higher if needed 
    See the answer's update */
    left: -100%;
    right: -100%;
    top: -100%;
    bottom: -100%;
    /*
    width: 100px;
    height: 80px;
    float: left;
    margin-right: 20px;
    margin-bottom: 1px;
    z-index: 1;
    position: relative;
    object-fit: contain;
    border: 1px solid #cdcdcd;
    */

    /*width: 100%;
    height: 100%;*/
    /*top: -22px;*/
}

.scrap_img_list {
    width: 100px;
    height: 80px;
    float: left;
    margin-right: 20px;
    margin-bottom: 1px;
    /*top: -4px;*/
    position: relative;
    z-index: 0;
    /*width: 100%;
    height: 100%;*/
    object-fit: contain;
    border: 1px solid #d7d7d7;
    margin-top: 10px;
}


.data-table .txt {
    display: block;
    overflow: hidden;
    /*max-height: 82px;*/
    max-height: 43px;
    line-height: 20px;
    padding-right: 10px;
    box-sizing: border-box;
    /*margin-bottom: 10px;*/
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    word-break: break-all;
    color: #9b9b9b;
    font-size: 13px;
}

.data-txt .txt {
    color: #9b9b9b;
    font-size: 13px;
}

.txtinfo {
    font-size: 12px;
    color: #9b9b9b;
}

.btn_delete01 {
    margin-bottom: 10px;
    padding-left: 183px;
    float: left;
}

.search_no_data .btn_delete01 {
    padding-left: 195px;
}

.btn_delete02 {
    margin-bottom: 10px;
    padding-left: 183px;
    float: left;
    display: none;
}

.search_no_data .btn_delete02 {
    padding-left: 195px;
}

.is_scrap_keword {
    display: none;
}

#scrap_sch_no_data p {
    text-align: center;
    font-size: 13px;
}

.scrap_no_data {
    font-size: 14px;
}

.btn_back {
    float: left;
    padding-right: 5px;
    padding-top: 3px;
    display: none;
}

.btn_search {
    float: left;
}

#layer_info {
    text-align: center;
    width: 200px;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
    background: #000;
    line-height: 30px;
    border-radius: 6px;
    color: #fff;
    opacity: 0.8;
    z-index: 1;
    display: none;
}

.div_info {
    margin-left: auto;
    margin-right: auto;
    /* margin-top: 70px; */
    top: 89%;
    position: absolute;
    width: 100%;
}

/* search/scrap - menu */
#search_region, #scrap_region {
    width: 133px;
}

#search_range, #scrap_range {
    margin-right: 0px;
    width: 100px;
}

.ifr {
    background: #ffffff;
    -webkit-overflow-scrolling: touch;
    overflow: hidden;
    position: relative;
    
    height:100%;
    


    /*
    overflow-x: scroll;
    overflow-y: scroll;
    */
}

.warp_img {
    width: 100px;
    height: 80px;
    overflow: hidden;
    float: left;
    margin-right: 20px;
}


.m_landscape {
    display: none;
}





.calendar_selected {
    pointer-events: none;
}

#layer_mobile_view_mobile_layer_paperviewer {
    width: 100% !important; /*height:auto !important; */
}

.mobile_share_kakao_img {
    width: 17px;
    height: 16px;
}

.mobile_share_facebook_img {
    width: 7px;
    height: 14px;
}

.mobile_share_tweeter_img {
    width: 18px;
    height: 15px;
}

.mobile_share_link_img {
    width: 19px;
    height: 14px;
}

.popOpen, .close_btn, .scrapImg, .scrapImg, .top_share_btn, .top_change_btn {
    width: 40px;
    height: 40px;
}


.m-top-prev-btn, .m-top-next-btn {
    /*
    width: 65px;
    padding-top: 3px;
    */
}


.prev_Article, .next_Article {
    width: 86px;
}

.m-ic-logo {
    /*/width:18px;*/
}

.btn_search {
    width: 36px;
}

.btn-del-dis {
    width: 66px;
}

.btn-del-sel_img {
    width: 16px;
}


.mt10 {
    margin-top: 10px;
}


.search::-webkit-input-placeholder { /* Chrome */
    color: #d7d7d7;
}

.search:-ms-input-placeholder { /* IE 10+ */
    color: #d7d7d7;
}

.search::-moz-placeholder { /* Firefox 19+ */
    color: #d7d7d7;
    opacity: 1;
}

.search:-moz-placeholder { /* Firefox 4 - 18 */
    color: #d7d7d7;
    opacity: 1;
}

.is_scrap_keword {
    margin-left: 25px;
    margin-right: -10px;
}

.select_date {
    background-color: #ececec !important;
}

    .select_date a {
        color: #00a550 !important;
    }

.online_content strong {
    font-weight: bold;
    color: #44444e;
}

.search_img_list_div {
    width: 100px;
    height: 80px;
    overflow: hidden;
    /*margin: 10px;*/
    position: relative;
    float: left;
    margin: 10px 10px 10px 0px;
}

.online_content p {
    text-align: center;
    font-size: 14px;
    margin: 0px 12% 30px 12%;
    font-family: initial;
    line-height: 23px;
}
