﻿@charset "utf-8";

/*layout*/
#wrapper {
    width: 100%;
    height: 100%;
    overflow-x: auto;
}

/* 헤더, 헤더 내 아이콘 */
.header {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

    .header header {
        overflow: hidden;
    }

.header-search-wrap {
    /*border-bottom: 1px solid #dedede;*/
}

.header-search {
    vertical-align: middle;
    display: flex;
    align-items: center;
    height: 35px;
    width: 100%;
    padding: 0 5px;
    box-sizing: border-box;
}

.snsLinkbutton [class*=btnico] {
    padding: 13px;
    height: 50px;
    width: 50px;
    min-width: 50px;
    box-sizing: border-box;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-position: center center;
}

[class^="banner-ad"] {
    text-align: center !important;
    margin-top: 20px;
}

    [class^="banner-ad"]:before {
        content: '';
        display: block;
        clear: both
    }

.snsLinkbutton .btnico-instagram {
    background-image: url('../images/set5/ico_01_insta.png');
    display: none;
}

.snsLinkbutton .btnico-post_naver {
    background-image: url('../images/set5/ico_02_naver.png');
    display: none;
}

.snsLinkbutton .btnico-facebook {
    background-image: url('../images/set5/ico_03_fcbook.png');
    display: none;
}

.snsLinkbutton .btnico-naverblog {
    background-image: url('../images/set5/ico_05_nvrblog_33.png');
    display: none;
}

.snsLinkbutton .btnico-navertv {
    background-image: url('../images/set5/ico_06_nvrtv_33.png');
    display: none;
}

.snsLinkbutton .btnico-youtube {
    background-image: url('../images/set5/ico_07_youtube_33.png');
    display: none;
}

.snsLinkbutton .btnico-twitter {
    background-image: url('../images/set5/ico_09_twitter_33.png');
    display: none;
}

.snsLinkbutton .btnico-daumblog {
    background-image: url('../images/set5/ico_10_daum_blog_33.png');
    display: none;
}

.snsLinkbutton .btnico-naver_audioclip {
    background-image: url('../images/set5/ico_11_nvr_audioclip_33.png');
    display: none;
}

.snsLinkbutton .btnico-kakaotalk {
    background-image: url('https://developers.kakao.com/assets/img/about/logos/kakaolink/kakaolink_btn_medium.png');
    display: none;
}

.snsLinkbutton .btnico-kakaochannel {
    background-image: url('/images/set5/ico_13_kakaochannel_r_g.png');
    display: none;
}

.snsLinkbutton .btnico-tstory {
    background-image: url('/images/set5/ico_14_tstory_33.png');
    display: none;
}

.weather-area {
    display: none
}

.search-type {
    font-family: Noto Sans KR, 'Noto Sans KR', AppleSDGothicNeo-Regular,'Malgun Gothic','맑은 고딕',dotum,'돋움',sans-serif;
    width: 70px;
    height: 38px;
    padding-left: 4px;
    border: 1px solid #dedede;
    border-radius: 4px;
    position: relative;
    top: -1px;
    right: -3px;
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    box-sizing: border-box;
    text-align: center;
}


.header-search .search-wrap {
    width: 320px;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: auto;
    margin-right: 15px;
}


    .header-search .search-wrap .ip-sch {
        display: none;
    }

        .header-search .search-wrap .ip-sch.on {
            display: block;
        }

    .header-search .search-wrap input[type="text"] {
        width: 220px;
        height: 35px;
        border: 1px solid #dedede;
        box-sizing: border-box;
        font-family: Noto Sans KR, 'Noto Sans KR', AppleSDGothicNeo-Regular,'Malgun Gothic','맑은 고딕',dotum,'돋움',sans-serif;
        font-size: 15px;
        color: #666;
        border-radius: 4px;
    }

.common-nav {
    width: auto;
    margin: 0 auto;
    background-color: #453b75;
    height: 50px;
    max-width: 100%;
}

    .common-nav .topnav {
        position: relative;
        height: 50px;
        width: 100%;
        margin: 0 auto;
    }

.button.btnico-menu {
    position: absolute;
    top: 0;
    left: 0px;
    background-image: url('../images/common/ico_menu_hambur.png');
    z-index: 101;
    text-indent: -9999px;
    height: 50px;
    width: 50px;
    min-width: 50px;
    background-repeat: no-repeat;
    background-position: center center;
}

.btnico-menu.active {
    background-image: url('../images/common/ico_menu_close.png');
}

.sub-layout h3.tit-big {
    margin: 0 0 5px;
    padding-top: 15px;
    clear: both;
}

#divBanner.half {
    margin-top: 10px;
    text-align: center !important;
    float: none;
    display: block;
}

    #divBanner.half + #divBanner.half {
        margin-top: 10px;
        width: 100%;
    }


/*메뉴*/
.topnav-wrap {
    padding-left: 50px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
    white-space: nowrap;
}

    .topnav-wrap ul > li { /*position: relative;*/
        display: inline-block; /*float:left;*/
    }

        .topnav-wrap ul > li > a {
            display: inline-block;
            font-size: 14px;
            padding: 17px 18px;
            color: #fff;
            min-width: 90px;
            box-sizing: border-box;
        }

    .topnav-wrap ul li:hover > a, .topnav-wrap ul li.on > a {
        background-color: #161032;
        color: #fff;
    }

    .topnav-wrap ul li:hover > ul {
        visibility: visible;
    }

    .topnav-wrap ul ul {
        visibility: hidden;
    }

    .topnav-wrap ul > li > ul {
        position: absolute;
        width: 180px;
        border: 1px solid #ececec;
        z-index: 23;
        box-sizing: border-box;
    }

    .topnav-wrap ul li ul li {
        border-top: 1px solid #ececec;
        display: block;
    }

        .topnav-wrap ul li ul li:first-child {
            border-top: none;
        }

        .topnav-wrap ul li ul li a {
            background: #fff;
            display: block;
            padding: 10px 18px;
            width: 180px;
            box-sizing: border-box;
            color: #333
        }

        .topnav-wrap ul li ul li:hover a {
            background: #d0cfd6;
            color: #333;
        }


    .topnav-wrap ul li ul.menu-three-depth {
        left: 100%;
        margin-top: -36px;
        /*display: none;*/
    }

        .topnav-wrap ul li ul.menu-three-depth ul li {
            border-top: 1px solid #d0cfd6;
            display: block;
        }

        .topnav-wrap ul li ul.menu-three-depth a {
            display: block;
            background: #fff !important;
            font-size: 15px;
            font-weight: 400;
        }

        .topnav-wrap ul li ul.menu-three-depth li:hover a {
            background: #f1f2f3 !important;
        }

    .topnav-wrap ul li ul.menu-two-depth li a.ico_depth {
        position: relative;
    }

    .topnav-wrap ul li ul.menu-two-depth .ico_depth:before {
        content: '';
        display: block;
        width: 6px;
        height: 9px;
        background: url('../images/common/arrow_white_right.png') no-repeat 0 center;
        position: absolute;
        top: 15px;
        right: 14px;
    }

/*.menu-two-depth li:first-child{
    padding-top:5px;
}
.menu-two-depth li:last-child{
    padding-bottom:5px;
}*/

/*전체메뉴*/
.topnav-all-wrap {
    position: relative;
    top: -48px;
    width: 100%;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    background-color: #fbfbfb;
    padding: 0 30px 20px 80px;
    height: auto;
    box-sizing: border-box;
    border-bottom: 3px solid #58499e;
    z-index: 100;
    column-gap:18px;
}

    .topnav-all-wrap .menu-one-depth {
        width: 199px;
    }

        .topnav-all-wrap .menu-one-depth > a {
            display: block;
            font-size: 18px;
            font-weight: bold;
            color: #453b75;
            height: 50px;
            border-bottom: 2px solid #58499e;
            line-height: 50px;
        }

    .topnav-all-wrap .menu-two-depth > ul {
        padding-top: 10px;
    }

    .topnav-all-wrap .menu-two-depth li {
        line-height: 24px;
    }

        .topnav-all-wrap .menu-two-depth li a {
            font-size: 14px;
            display: block;
        }

    .topnav-all-wrap .menu-three-depth ul li {
        text-indent: 8px
    }

h3.tit-big {
    font-size: 17px !important;
    font-weight: bold;
    color: #333;
}

.header-md .all-topnav-wrap {
    position: relative;
}

    .header-md .all-topnav-wrap .scroll-y {
        display: none;
        width: 100%;
        overflow-y: scroll;
        height: 500px;
        min-height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 149;
    }

        .header-md .all-topnav-wrap .scroll-y ul.list-all-menu {
            background-color: #545454;
            padding: 50px 10px 12px 10px;
            box-sizing: border-box;
        }

            .header-md .all-topnav-wrap .scroll-y ul.list-all-menu li > a {
                display: block;
                padding: 8px 10px;
                margin-right: 10px;
                font-size: 14px;
                color: #fff;
                background-color: #545454;
                box-sizing: border-box;
            }

            .header-md .all-topnav-wrap .scroll-y ul.list-all-menu > li > a {
                font-weight: bold;
            }

            .header-md .all-topnav-wrap .scroll-y ul.list-all-menu li > a:hover {
                background-color: #fff;
                color: #333;
                font-weight: bold;
            }

            .header-md .all-topnav-wrap .scroll-y ul.list-all-menu li.on > a {
                background-color: #fff;
                color: #333;
                font-weight: bold;
            }

        .header-md .all-topnav-wrap .scroll-y ul ul.footer-md > li > a {
            font-size: 12px;
            color: #888;
        }

    .header-md .all-topnav-wrap .toggle-nav {
        position: absolute;
        top: 17px;
        left: 18px;
        display: block;
        width: 20px;
        height: 15px;
        background-repeat: no-repeat;
        background-position: 0 0;
        background-image: url('../images/mob/btn_hambuger.png');
        background-size: 15px auto;
        text-indent: -9999px;
        z-index: 12;
    }

        .header-md .all-topnav-wrap .toggle-nav.active {
            background-image: url('../images/mob/ico_allmenu_close.png');
            z-index: 150;
        }

    .header-md .all-topnav-wrap .btn-all-view {
        display: none;
        position: absolute;
        top: 6px;
        right: 10px;
        background-color: #3b3b3b;
        color: #fff;
        font-weight: bold;
        display: block;
        padding: 6px 10px;
        letter-spacing: -0.1em;
    }

    .header-md .all-topnav-wrap .menu-two-depth {
        text-indent: 20px;
        display: none;
    }

        .header-md .all-topnav-wrap .menu-two-depth li.on > a {
            background-color: transparent
        }

        .header-md .all-topnav-wrap .menu-two-depth li a {
            padding: 0px 0
        }

        .header-md .all-topnav-wrap .menu-two-depth li a {
            font-size: 12px !important;
        }

    .header-md .all-topnav-wrap .menu-three-depth {
        text-indent: 40px;
        display: none;
    }

.header-top-md {
    padding-top: 10px;
    position: relative;
    border-bottom: 2px solid #dedede;
}

.header-md.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 102;
    background-color: #fff;
}

.header-md.add-translated-fixed {
    position: fixed;
    top: 40px;
    width: 100%;
    z-index: 112;
    background-color: #fff;
}


.header-top-md h1 {
    padding-left: 50px;
    height: 40px
}

    .header-top-md h1 a {
        width: 130px;
        height: auto;
        display: inline-block
    }

        .header-top-md h1 a img {
            max-width: 100%;
        }

/*.header-top-md .login {
    position: absolute;
    top: 21px;
    right: 15px
}*/

.login-wrap-md {
    align-items: center;
    background-color: #ffffff; /* 배경색 (필요에 따라 조정) */
    padding: 0;
    /*border-bottom: 1px solid #ddd;*/ /* 하단 경계선 */
    /*border-top: 1px solid #ddd;*/
    letter-spacing: -.01em;
    word-spacing: .02em;
    font-family: "Pretendard Variable", "Malgun Gothic", "맑은 고딕", Helvetica, Arial, sans-serif;
}

.login-md {
    display: flex;
    justify-content: space-between; /* 가운데 정렬 */
    width: 100%;
    /*gap: 20px;*/
    padding: 5px 10px;
    box-sizing: border-box;
}

.login-pc {
    display: flex;
    justify-content: flex-end;
    gap: 40px;
}

.btnmd-search, .btnico-search,
.btnmd-login, .btnico-login {
    background: none;
    border: none;
    font-size: 14px;
    color: #404040; /* 텍스트 색상 */
    cursor: pointer;
    padding: 0;
    box-sizing: border-box;
    /*text-indent: -9999px;*/
}

    .btnmd-search:hover, .btnico-search:hover,
    .btnmd-login:hover, .btnico-login:hover {
        color: #ff6600; /* 호버 시 색상 (필요에 따라 조정) */
    }

.btnico-search, .btnmd-search {
    display: flex;
    align-items: center;
    background: none;
    border: none;
    font-size: 14px;
    color: #555; /* 텍스트 색상 */
    cursor: pointer;
    padding: 0;
    background-image: url('../images/mob/ico_search_md.png');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px; /* 이미지와 텍스트 간격 */
    background-size: 20px 20px; /* 아이콘 크기 조절 */
    padding-bottom: 2px; /* 상하 정렬 */
}

    .btnico-searc.active, .btnmd-search.active {
        color: #333;
        background-image: url('../images/mob/ico_search_md_active.png');
    }

.search-md-box {
    display: none;
    width: 100%;
    /*background-color: #dedede;*/
    padding: 10px;
    box-sizing: border-box;
    position: relative;
    z-index: 10;
}

    .search-md-box .btn-search {
        position: absolute;
        top: 10px;
        left: calc(100% - 96px);
        background-color: #1375cf;
        width: 42px;
        height: 36px;
        color: #fff;
    }

    .search-md-box input {
        width: calc(100% - 118px);
        box-sizing: border-box;
        border: 1px solid #dedede;
        padding-left: 40px;
        background: #fff url('../images/mob/ico_search_md.png') no-repeat 5px center;
        background-size: 25px auto;
    }

    .search-md-box .btn-search-reset {
        width: 35px;
        height: 33px;
        background: url('../images/mob/ico_search_close.png') no-repeat 0 0;
        background-size: 35px auto;
        text-indent: -9999px;
    }

.board-search-wrap {
    overflow: hidden;
    background-color: #dedede;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .board-search-wrap select {
        width: 23%;
    }

    .board-search-wrap .search-md-box {
        display: block;
        width: 75%;
    }

    .board-search-wrap select {
        width: 25%;
        padding: 5px;
        box-sizing: border-box;
        height: 36px;
        margin-left: 2%;
    }

.border-list-md li {
    overflow: hidden;
    padding: 10px;
    border-bottom: 1px solid #e9e9e9;
}

    .border-list-md li .fl-left {
        width: 80%;
    }

        .border-list-md li .fl-left a {
            font-weight: bold;
            color: #333;
        }

    .border-list-md li .list-date-md {
        margin-top: 5px;
        color: #888;
        font-size: 12px;
    }

    .border-list-md li .fl-right {
        width: 20%;
        text-align: right;
        color: #888
    }

        .border-list-md li .fl-right .ico-reply {
            display: inline-block;
            padding-left: 20px;
            background: url('../images/mob/ico_reply.png') no-repeat left top;
            background-size: 13px 13px;
            vertical-align: middle;
        }

        .border-list-md li .fl-right .view-txt {
            margin-top: 10px;
        }

    .border-list-md li span {
        display: block;
    }

    .border-list-md li:hover {
        background-color: #f6f6f8
    }

.border-list-md .btn-area {
    text-align: right;
    margin-right: 10px;
    margin-top: 10px;
}

    .border-list-md .btn-area a {
        min-width: inherit;
        display: inline-block
    }

.btn-area [class*=btn-blue] {
    min-width: initial
}

.login-search {
    margin-right: 10px
}

    .login-search li {
        display: inline-block;
    }

        .login-search li:first-child {
            margin-right: 10px
        }

        .login-search li a {
            font-weight: bold;
        }

            .login-search li a:hover {
                text-decoration: underline;
            }

.join-step li strong {
    font-size: 12px;
}

.join-wrap .table-form .auto-input-wrap input[type="text"] {
    width: 80%;
}

.join-wrap .table-data {
    border-top: 2px solid #333;
}

    .join-wrap .table-data td .point-color {
        font-size: 12px;
    }

    .join-wrap .table-data td {
        padding: 20px 10px;
    }

    .join-wrap .table-data tr {
        border-bottom: 1px solid #d0d4d6;
    }

    .join-wrap .table-data th {
        background-color: #fafafa;
        border-right: 1px solid #d0d4d6;
        font-weight: bold;
        text-align: left;
        padding-left: 10px;
    }

/*게시판*/
.board-view-wrap {
    padding-top: 30px;
}

.sub-info-txt {
    margin-top: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #d0d4d6;
}

    .sub-info-txt ul {
        overflow: hidden;
    }

        .sub-info-txt ul li {
            font-size: 12px;
            color: #888;
        }

            .sub-info-txt ul li:last-child span {
                margin: 0 5px;
            }

.agree-txt-wrap {
    margin-top: 27px;
}

    .agree-txt-wrap dl {
        margin-top: 30px;
    }

/*푸터*/
.footer {
    padding-bottom: 70px;
    border-top: 1px solid #7d7d7d;
    margin-top: 0px;
}

.footer-list {
    padding-top: 20px;
    padding-left: 15px;
}

    .footer-list li {
        float: left;
        padding-right: 24px;
        position: relative;
        line-height: 1.3rem;
    }

        .footer-list li:after {
            content: '';
            display: inline-block;
            width: 1px;
            height: 13px;
            background-color: #dedede;
            position: absolute;
            top: 2px;
            right: 10px;
        }

.footer-box {
    clear: both;
    position: relative;
    padding: 0 15px;
}

    .footer-box p {
        margin: 20px 0 20px;
    }

        .footer-box p img {
            width: 25%;
        }

.footer-sns {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
}

.footer-area {
    font-size: 12px;
    color: #808080;
    line-height: 1.3rem;
}

    .footer-area .info-list {
        overflow: hidden;
        margin-top: 10px;
    }

        .footer-area .info-list li {
            padding-right: 10px;
            position: relative;
        }

            .footer-area .info-list li a {
                color: #555;
            }

.copyright-box {
    margin-top: 30px;
}

    .copyright-box .tel {
        display: inline-block;
        padding-left: 15px;
        background: url('../images/common/ico_tel.png') no-repeat 0 center;
    }

.sub-container {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.area-banner {
    overflow: hidden;
}

[class^="banner-area"] {
    text-align: center !important;
    margin-bottom: 20px;
}

    [class^="banner-area"]:before {
        content: '';
        display: block;
        clear: both
    }

    [class^="banner-area"] img, [class^="banner-area"] a.half img {
        max-width: 100%;
    }

    [class^="banner-area"] + .banner-area {
        margin-right: 0%;
    }

.cont-article {
    padding: 0 13px;
    margin-bottom: 15px;
}

.cont-article-top {
    background-color: #fdfdfd;
    margin: 0 -15px;
    padding: 20px 15px 0px;
}

.cont-article .tit-area {
    margin-top: 37px;
}

    .cont-article .tit-area .tit-big {
        letter-spacing: -0.1em;
        color: #333;
        font-weight: 500;
        line-height: 1.4;
    }

    .cont-article .tit-area .tit-mid {
        margin-top: 20px;
        font-size: 21px;
        font-weight: 400;
        line-height: 1.6rem;
    }

.cont-article .info-area {
    margin-top: 60px;
}

    .cont-article .info-area .mid-space {
        padding: 0 20px;
    }

.cont-article .sns-area {
    float: right;
    width: 165px;
    margin-top: -22px;
}

    .cont-article .sns-area.bottom {
        position: static;
        padding-top: 15px;
        margin: 15px 0;
        border-top: 1px solid #dedede;
        width: 100%;
        top: initial;
        right: initial;
    }

.cont-article .cont-area {
    margin-top: 0px;
    clear: both;
}

    .cont-article .cont-area .fg-ct .img-delete {
        display: none;
    }

    .cont-article .cont-area iframe {
        max-width: 100%;
    }

    .cont-article .cont-area #divtagImage {
        background: #ffffff !important;
        border: 0;
    }

    .cont-article .cont-area #divtagCaption {
        background: #ffffff !important;
        padding: 5px 10px !important;
        color: #a6a6a6;
        font-size: 13px;
        font-family: HelveticaNeue,AppleSDGothicNeo-Regular,Malgun Gothic,'맑은고딕','돋움',Dotum,sans-serif;
    }

.info-area strong {
    font-size: 13px;
    font-weight: bold;
}

.info-area span {
    font-size: 12px;
    color: #888;
}

.info-area-copyright {
    margin-top: 5px;
    line-height: inherit !important;
}

    .info-area-copyright span {
        font-size: 14px;
        color: #555;
        letter-spacing: -0.02em;
        display: block;
        padding-bottom: 5px;
    }

    .info-area-copyright p {
        margin-top: 7px;
        font-size: 14px;
    }

    .info-area-copyright a {
        text-decoration: none;
        font-size: 12px;
    }

.cont-sub-cont {
    position: relative;
    /*border-top: 1px solid #ccc;*/
    overflow: hidden;
}

    .cont-sub-cont .sns-area {
        top: -35px;
        right: 0;
    }

.cont-top-cont {
    position: relative;
    overflow: hidden;
}

.section-replay {
    position: relative;
    padding-bottom: 0px;
    border-bottom: 1px solid #e5e5e5;
}

    .section-replay span {
        position: absolute;
        font-size: 14px;
        color: #888;
        top: 20px;
        right: 0;
        /*left: 100px;*/
        padding-left: 20px;
        /*border-left: 1px solid #e0e1e3;*/
        line-height: 0.8;
    }

.reply-login {
    text-align: center;
    padding: 12px 0;
    border-top: 2px solid #eaeef0;
    border-bottom: 1px solid #eaeef0;
    margin-bottom: 5px;
    margin-top: 10px;
}

    .reply-login a {
        color: #333;
        border-bottom: 1px solid #333;
        font-weight: bold;
    }

.reply-cont-box {
    padding-top: 10px;
    border-bottom: 1px solid #e6e6e6;
}

    .reply-cont-box.bg-gray {
        padding: 20px 20px 0 20px;
        background-color: #f4f2f1;
        box-sizing: border-box
    }

        .reply-cont-box.bg-gray .security-div2 {
            margin-top: 0
        }

    .reply-cont-box:nth-last-child(1) {
        border-bottom: 0;
    }

.reply-del-pwd {
    width: 95%;
    display: table;
    position: absolute;
    top: 25px;
    right: 0;
    background-color: #f4f2f1;
    border: 1px solid #dedede;
    padding: 10px 0px 10px 20px;
}

    .reply-del-pwd strong {
        padding-right: 5px;
        display: table-cell;
        vertical-align: middle
    }

    .reply-del-pwd .div2 {
        display: table-cell;
        text-align: right;
    }

    .reply-del-pwd .ico-close {
        width: 50px;
        height: 36px;
        background: url('../images/common/ico_reply_close.png') no-repeat center center;
        padding: 0;
        min-width: initial;
        text-indent: -9999px;
    }

    .reply-del-pwd .div2 input[type="password"] {
        width: 47%
    }

.single-reply {
    margin-top: 20px;
}

.sns-area a, .sns-area-bottom a {
    display: inline-block;
    margin-right: -5px;
}

.sns-area-bottom {
    text-align: right;
    padding: 10px 5px 0px 0;
    border-top: 1px solid #ffffff;
    margin-top: 30px;
}

.cont-area > p {
    word-break: break-all;
    /*word-break: keep-all;*/
    word-wrap: break-word;
    line-height: 1.625;
    font-size: 18px;
    padding: 12px 0;
    letter-spacing: -0.02em;
    text-align: justify;
}

    .cont-area > p > a {
        text-decoration: underline;
        color: #6666ff;
    }

.cont-area table > tbody > tr > th {
    border: 1px solid #333;
    padding: 10px 5px;
    line-height: 1.625;
}

.cont-area table > tbody > tr > td {
    border: 1px solid #333;
    padding: 10px 5px;
    line-height: 1.625;
}

.cont-area > div {
    padding-top: 5px;
    line-height: initial;
}

.img-box {
    margin: 10px 0;
    text-align: center;
}

.location-box {
    height: 30px;
    background-color: #453b75;
}

    .location-box .content-title {
        display: inline-block;
        color: #fff;
        padding: 5px 10px 5px 15px;
    }

.location {
    width: auto;
}

    .location ul li {
        display: inline-block;
        padding-right: 5px;
    }

        .location ul li:first-child a {
            width: 40px;
            height: 29px;
            background: #695ca7 url('../images/mob/ico_home_md.png') no-repeat 70% center;
            background-size: 13px auto;
            text-indent: -9999px;
        }

        .location ul li a {
            display: inline-block;
            color: #fff;
            vertical-align: middle;
        }

.cont-sub-cont .section-type1 ul,
.cont-sub-cont .section-type2 ul,
.cont-sub-cont .section-type5 ul {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 5px;
}

    .cont-sub-cont .section-type1 ul li {
        width: 98%;
        box-sizing: border-box;
    }

    .cont-sub-cont .section-type5 ul li {
        width: 49%;
        box-sizing: border-box;
    }

/*.cont-sub-cont [class^="section-type"] {
    margin-top: 20px;
    clear: both;
}

.cont-sub-cont [class^="section-type1"],
.cont-sub-cont [class^="section-type5"] {
    margin-top: 0;
}


[class^="section-type"] ul li:nth-last-child(1) {
    border-bottom: 0;
}

[class^="section-type"].half + [class^="section-type"].half {
    margin-left: 1.5%;
}*/

/*[class^="section-type1"] ul li {
    padding: 10px 15px;
    margin-top: 10px;
    background-color: #fff;
    margin: 10px 3px;
    box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
    border-radius: 8px;
    border-bottom: 1px hidden #fff;
    padding: 0;
    padding-bottom: 1px;
}*/

/*[class^="section-type1"] ul li img {
    position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 170px;
        overflow: hidden;
        object-fit: cover;
        border-radius: 8px 8px 0 0;
}*/

/*[class^="section-type1"] ul li span {*/
    /*padding-top: 5px;*/
    /*display: block;
        font-size: 16px;
        font-weight: 500;
        color: #555;
        margin: 10px 10px 15px;
}*/

/*[class^="section-type1"] ul li div {
        display: none;
    }*/

/*[class^="section-type1"].half {
    overflow: hidden;
    width: 100%;
    display: inline-block;
}

    [class^="section-type1"].half + [class^="section-type3"].half {
        margin-left: 2%;
    }

[class^="section-type2"] ul {
    padding-bottom: 10px;
}

    [class^="section-type2"] ul li {
        padding: 10px 0;
        font-size: 16px;
        width: 100%;
        border-bottom: 1px solid #e5e5e5;
    }

    [class^="section-type2"] ul li div {
        display: none;
    }

[class^="section-type2"].half {
    overflow: hidden;
    display: inline-block;
}

    [class^="section-type2"].half ul li {
        width: 100% !important;
    }

    [class^="section-type2"].half ul li div {
        display: none;
    }

    [class^="section-type2"].half ul li span {
        width: calc(100% - 88px);
        line-height: 1.27;
    }

    [class^="section-type2"].half + [class^="section-type4"].half {
        margin-left: 2%;
    }

[class^="section-type2"] ul li a {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: nowrap;
}

    [class^="section-type2"] ul li a span {
        margin-left: 15px;
        font-size: 16px;
        font-weight: 400;
        color: #555;
    }


    [class^="section-type2"] ul li a img {
        width: 100px;
        min-width: 100px;
        height: 75px;
        object-fit: cover;
        border: 1px solid #ececec;
        border-radius: 8px;
    }*/
/*
        [class^="section-type3"] ul li {
            display: flex;
            border-bottom: 1px solid #dedede;
        }

            [class^="section-type3"] ul li:nth-last-of-type(1) {
                border-bottom: 0;
            }

    [class^="section-type3"].normal-grade ul li div {
        width: 15px;
        margin-right: 11px;
        font-size: 17px;
        font-weight: 700;
        text-align: center;
        color: rgba(0,0,0,.45);
        padding: 9px 0;
    }

    [class^="section-type3"].important-grade ul li div {
        overflow: hidden;
        width: 22px;
        height: 22px;
        margin-top: 10px;
        margin-right: .625rem;
        font-size: .8rem;
        line-height: 1.7em;
        text-align: center;
        color: #fff;
        background-color: #cc0000;
    }

    [class^="section-type3"].important-grade ul li:nth-child(n+4) div {
        color: #777;
        background-color: #fff;
        border: 1px solid rgba(0,0,0,.1);
    }

    [class^="section-type3"].headline-grade ul li div {
        width: 15px;
        margin-right: 11px;
        font-size: 17px;
        font-weight: 700;
        text-align: center;
        color: #e60012;
        padding: 9px 0;
    }

    [class^="section-type3"].headline-grade ul li:nth-child(n+4) div {
        color: rgba(0,0,0,.45);
    }*/

    /*[class^="section-type3"].all-grade ul li div {
        width: 15px;
        margin-right: 11px;
        font-size: 17px;
        font-weight: 700;
        text-align: center;
        padding: 9px 0;
        color: #2a65b1;
    }*/

    /*[class^="section-type3"].all-grade ul li:nth-child(n+4) div {
        color: rgba(0,0,0,.45);
    }

    [class^="section-type3"] ul li a {
        padding: 8px 0;
        display: block;
        overflow: hidden;
        font-size: 16px;
        width: 100%;
    }


        [class^="section-type3"] ul li a img {
            display: none;
            text-align: center;
        }

        [class^="section-type3"] ul li a span {
            color: #555;
            display: block;
            line-height: 1.3rem;
            font-size: 16px;
            font-weight: 500;
            max-height: 42px;
            overflow: hidden;
        }

    [class^="section-type3"] ul li:nth-child(n+4) a span {
        font-weight: 400;
    }

    [class^="section-type3"].half {
        overflow: hidden;
        display: inline-block;
        vertical-align: top;
        width: 100%;
    }

        [class^="section-type3"].half + [class^="section-type1"].half {
            margin-left: 2%;
        }*/



/*[class^="section-type4"] ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 10px;
    margin-bottom: 5px;
}

    [class^="section-type4"] ul li span {
        width: 100%;
        font-size: 16px;
        font-weight: 400;
        color: #555;
        margin-right: 10px;
        overflow: hidden;
    }

    [class^="section-type4"] ul li {
        padding: 10px 0;
        width: 100%;
        border-bottom: 1px solid #dedede;
    }


        [class^="section-type4"] ul li div {
            display: none;
        }

        [class^="section-type4"] ul li a {
            display: flex;
            display: -webkit-box;
            display: -webkit-flex;
            flex-wrap: nowrap;
            flex-direction: row-reverse;
            -webkit-flex-direction: row-reverse;
            justify-content: flex-end;
        }

            [class^="section-type4"] ul li a img {
                width: 100px;
                min-width: 100px;
                height: 75px;
                overflow: hidden;
                object-fit: cover;
                border: 1px solid #ececec;
                border-radius: 8px;
            }*/

/*[class^="section-type4"].half {
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
}

    [class^="section-type4"].half ul li span {
        width: calc(100% - 88px);
    }

    [class^="section-type4"].half ul li {
        width: 100% !important;
    }

        [class^="section-type4"].half ul li div {
            display: none;
        }

    [class^="section-type4"].half + [class^="section-type2"].half {
        margin-left: 2%;
    }*/
/*
[class^="section-type5"] ul li {
    padding: 2%;
    margin-top: 10px;
    width: 46%;
    background-color: #fff;
    margin: 15px 3px 0;
    box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
    border-radius: 8px;
    border-bottom: 1px hidden #fff;
    padding: 0;
}

    [class^="section-type5"] ul li img {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100px;
        overflow: hidden;
        object-fit: cover;
    }

    [class^="section-type5"] ul li span {
        margin: 10px 10px 15px;
        display: block;
        font-size: 0.9375rem;
        font-weight: 500;
        color: #555;
    }

    [class^="section-type5"] ul li div {
        display: none;
    }

[class^="section-type5"].half {
    overflow: hidden;
    width: 100%;
    display: inline-block;
}*/

    /*[class^="section-type5"].half + [class^="section-type3"].half {
        margin-left: 2%;
    }*/


.article-list {
    margin-top: 10px;
    padding: 0 20px;
    background-color: #fafafa;
    border: 1px solid #dedede;
    box-sizing: border-box;
}

    .article-list li ~ li {
        border-top: 1px solid #dedede;
    }

    .article-list li a {
        display: block;
        position: relative;
        padding: 10px 0 10px 15px;
        font-size: 14px;
        font-weight: bold;
    }

        .article-list li a:before {
            content: '';
            display: block;
            width: 4px;
            height: 4px;
            border-radius: 2px;
            background-color: #666;
            position: absolute;
            top: 16px;
            left: 5px;
        }

.input-box-type {
    margin-top: 30px;
}

    .input-box-type.div2 {
        width: 100%;
    }

        .input-box-type.div2 input {
            width: calc(100% - 95px);
        }

.reply-txt {
    position: relative;
}

    .reply-txt .del-txt-box {
        position: absolute;
        top: 0;
        right: 0;
    }

.reply-txt-inner {
    margin-left: 47px;
    margin-top: 32px;
}

.line-txt {
    margin: 5px 0;
}

.line-txt, .del-txt {
    display: block;
    font-size: 12px;
    color: #9a9a9a; /*text-decoration: underline;*/
}

.reply-area {
    margin-top: 1px;
    clear: both;
}

.security-div2 {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    margin: 0px 0 20px;
}

    .security-div2 > div {
    }

        .security-div2 > div:nth-of-type(1) {
            width: 100%;
        }

        .security-div2 > div:nth-of-type(2) {
            width: 55%;
            text-align: right;
        }

        .security-div2 > div:nth-of-type(1) input {
            width: 48%;
        }

        .security-div2 > div:nth-of-type(2) .btn.gray {
            width: 35%;
        }

        .security-div2 > div:nth-of-type(2) input {
            width: 45%
        }

.textarea-box {
    overflow: hidden;
    margin: 15px 0px 0px 0px;
    /*padding-bottom: 10px*/
}

    .textarea-box textarea {
        float: left;
        height: 84px;
        width: calc(100% - 100px);
        box-sizing: border-box;
    }

    .textarea-box .btn {
        float: right;
        height: 86px;
        line-height: 70px;
        border-radius: 10px;
    }

.dot {
    position: relative;
    padding-left: 12px;
    display: inline-block;
    font-size: 12px;
    color: #c6c6c6;
}

    .dot:before {
        content: '';
        width: 2px;
        height: 2px;
        border-radius: 1px;
        background-color: #777;
        position: absolute;
        top: 7px;
        left: 5px;
    }

.banner-area .banner-two {
    overflow: hidden;
}

.desc-txt {
    font-size: 12px;
    color: #888;
    line-height: 1.4;
}

/*pagination*/
.pagination {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    overflow: hidden;
    justify-content: center;
    padding-top: 20px;
}

    .pagination a:nth-child(2) {
        border-top-left-radius: 2px;
        border-bottom-left-radius: 2px;
    }

    .pagination a:nth-child(9) {
        border-top-right-radius: 2px;
        border-bottom-right-radius: 2px;
    }

    .pagination a.prev {
        padding-left: 30px;
        margin-left: 0;
        margin-right: 10px;
        background: url('../images/common/ico_page_prev.png') no-repeat 10px center;
    }

    .pagination a.next {
        padding-right: 30px;
        margin-left: 0;
        margin-left: 10px;
        background: url('../images/common/ico_page_next.png') no-repeat 50px center;
    }

    .pagination a {
        font-size: 12px;
        font-weight: bold;
        line-height: 1.25;
        position: relative;
        display: block;
        padding: 10px 12px;
        text-align: center;
        border: 1px solid #dedede;
        margin-left: -1px;
    }

/*회원가입*/
.agree-box {
    margin-top: 35px;
}

    .agree-box h3 {
        font-size: 16px;
        color: #333;
        font-weight: bold;
    }

.agree-box-inner {
    margin-top: 20px;
    margin-bottom: 12px;
    background-color: #fdfdfd;
    border: 1px solid #dedede;
}

    .agree-box-inner div {
        height: 135px;
        padding: 10px;
        overflow-y: scroll;
    }

        .agree-box-inner div > p {
            color: #8f8f8f;
            line-height: 1.6;
        }

.join-container {
    background: #f1f2f4;
    border: 1px solid #dedede;
    padding-bottom: 100px;
    min-height: 100%;
}

.join-wrap {
    width: 80% !important;
    background-color: #fff;
    padding: 20px;
    border-radius: 3px;
    margin: 20px auto;
    border: 1px solid #dedede;
}

    .join-wrap .fl-left {
        padding: 36px 0 0 30px;
        width: 275px;
        box-sizing: border-box;
    }

        .join-wrap .fl-left span {
            font-size: 16px;
        }

        .join-wrap .fl-left h1 {
            margin: 20px 0 30px 0
        }

        .join-wrap .fl-left h2 {
            font-size: 32px;
            color: #888;
        }

    .join-wrap .fl-right {
        padding: 30px;
        border-left: 1px solid #dedede;
        width: 552px;
        box-sizing: border-box;
    }

.common-left {
    overflow: hidden;
}

    .common-left .title {
        float: right;
        width: 150px;
        height: 45px;
    }

    .common-left .sub-title {
        float: left;
        font-size: 32px;
        color: #888;
    }

    .common-left .sub-title-left {
        display: inline-block;
        vertical-align: middle;
        font-weight: bold;
        margin-top: 20px;
    }

.join-step {
    overflow: hidden;
    margin: 25px 0;
}

    .join-step li {
        float: left;
        margin-right: 15px;
    }

        .join-step li em {
            display: inline-block;
            line-height: 34px;
            width: 34px;
            height: 34px;
            border-radius: 50%;
            background-color: #dedede;
            color: #fff;
            font-weight: bold;
            vertical-align: middle;
            text-align: center;
        }

        .join-step li strong {
            padding-left: 12px;
            color: #dedede;
            color: #dedede;
        }

        .join-step li.on em {
            background-color: #0093ee;
        }

        .join-step li.on strong {
            color: #333 !important;
        }

.join-wrap .table-form .desc-txt-small {
    margin-left: 20px;
    font-size: 12px;
    color: #888;
    margin-top: 5px;
}

.join-result-box {
    background-color: #f1f2f4;
    padding: 30px;
    border-radius: 3px;
    margin-bottom: 30px;
}

    .join-result-box .join-result-tit {
        font-size: 21px;
        font-weight: bold;
        padding: 10px 0 20px 0;
    }

    .join-result-box .join-result-txt {
        border-top: 1px solid #d3d3d5;
        padding-top: 10px;
    }

        .join-result-box .join-result-txt p {
            padding: 10px 0;
            line-height: 1.4;
        }

.join-footer {
    margin-top: 30px;
    text-align: center;
}

.location-box {
    border-bottom: 1px solid #dedede;
    height: 30px;
}

.board-view-wrap {
    padding: 15px;
}

.board-view-txt {
    margin-top: 25px;
}

    .board-view-txt p {
        color: #5d5d5d;
        line-height: 1.6;
    }

.sub-info-txt {
    margin-top: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #d0d4d6;
}

    .sub-info-txt ul {
        overflow: hidden;
    }

        .sub-info-txt ul li {
            font-size: 12px;
            color: #888;
        }

            .sub-info-txt ul li:last-child span {
                margin: 0 5px;
            }

.agree-txt-wrap {
    padding: 15px;
}

    .agree-txt-wrap p:nth-of-type(1) {
        padding-top: 0
    }

    .agree-txt-wrap > p {
        font-size: 15px;
        font-weight: 400;
        padding: 0 0 25px;
        line-height: 1.6;
    }

    .agree-txt-wrap > h1 {
        font-size: 28px;
        font-weight: 400;
        padding: 20px 0;
        line-height: 1.6;
    }

    .agree-txt-wrap > h4 {
        font-size: 18px;
        font-weight: 400;
        padding: 20px 0;
        line-height: 1.6;
    }

    .agree-txt-wrap > h6 {
        font-size: 13px;
        font-weight: 400;
        padding: 10px 0;
        line-height: 1.6;
    }

    .agree-txt-wrap > ol {
        list-style: decimal;
        padding-left: 30px;
    }

    .agree-txt-wrap ol > li {
        position: relative;
        line-height: 1.4;
        padding-bottom: 10px;
        padding-left: 12px;
    }

    .agree-txt-wrap ul > li {
        position: relative;
        line-height: 1.4;
        padding-bottom: 10px;
        padding-left: 12px;
    }


        .agree-txt-wrap ul > li:before {
            content: '';
            display: block;
            width: 4px;
            height: 4px;
            border-radius: 50%;
            background-color: #333;
            position: absolute;
            top: 6px;
            left: 0;
        }
        /*.agree-txt-wrap ul > li > ol > li {display: block;list-style-type: decimal;margin-top: 10px;margin-bottom: 10px;margin-left: 0;margin-right: 0;padding-left: 20px;} */
        .agree-txt-wrap ul > li > ol {
            display: block;
            list-style-type: decimal;
            margin-top: 10px;
            margin-bottom: 10px;
            margin-left: 0;
            margin-right: 0;
            padding-left: 20px;
        }

    .agree-txt-wrap p + ul {
        font-size: 14px;
    }

    .agree-txt-wrap p + p {
        font-size: 16px;
    }

    .agree-txt-wrap table {
        width: 100%;
        margin-bottom: 1rem;
        border-radius: 0;
    }

        .agree-txt-wrap table > tbody {
            background-color: #fefefe;
            border: 1px solid #f1f1f1;
            vertical-align: middle;
        }

        .agree-txt-wrap table tbody > tr {
            border-bottom: 1px solid #f1f1f1;
            background-color: #fefefe;
        }

        .agree-txt-wrap table tbody tr > th {
            width: 30%;
            font-weight: 600;
            padding: .9375rem;
            vertical-align: middle;
        }

        .agree-txt-wrap table tbody tr > td {
            padding: .9375rem;
            font-size: 14px;
            color: rgba(0,0,0,.5);
        }

        .agree-txt-wrap table tbody tr td ul > li {
            position: relative;
            line-height: 1.4;
            padding-bottom: 10px;
            padding-left: 12px;
            font-size: 14px;
        }

    .agree-txt-wrap > h3 {
        font-size: 1.6em;
        color: #561876;
        padding: 20px 0;
    }


.write-infomation {
    margin-top: 20px;
}

.write-infomation-list {
    margin-top: 10px;
}

    .write-infomation-list li ~ li {
        margin-top: 10px;
    }

    .write-infomation-list li input[type="text"] {
        border-radius: 2px;
        border: 1px solid #d1d1d1;
        width: 100%;
    }

    .write-infomation-list li textarea {
        width: calc(100% - 22px);
        font-family: 'AppleSDGothicNeo',AppleGothic,sans-serif;
        color: #666;
        height: 300px
    }

.write-file-add h3 {
    margin-top: 10px;
}

.file-add-box {
    margin-top: 10px;
}

.add-file-list {
    margin-top: 10px;
}

    .add-file-list li {
        display: inline-block;
    }

        .add-file-list li span {
            color: #5d5d5d
        }

        .add-file-list li .btn-del {
            display: inline-block;
            background: url('../images/common/ico_del.png') no-repeat 5px center;
            color: transparent;
            vertical-align: middle;
        }

.file-upload {
    margin-top: 10px;
}

    .file-upload input[type="text"] {
        background-color: transparent;
        width: calc(100% - 104px);
        border: 1px solid #d1d1d1;
    }

    .file-upload input[type="file"] {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0,0,0,0);
        border: 0;
    }

    .file-upload label {
        display: inline-block;
        padding: 10px 20px;
        color: #fff !important;
        font-size: inherit;
        line-height: normal;
        vertical-align: middle;
        background-color: #aeaeae;
        cursor: pointer;
        border: 1px solid #ebebeb;
        border-bottom-color: #e2e2e2;
        border-radius: 4px;
        box-sizing: border-box;
        height: 38px;
    }

.radio-type li {
    display: inline-block;
    position: relative;
}

    .radio-type li ~ li {
        margin-left: 20px;
    }

.list-top-menu {
    width: 100%;
    position: relative;
    /*background-image: url('../images/common/ico_repeat.png') !important;
    right: 0 !important;
    background-repeat: repeat-y;
    background-size: initial !important;*/
}

    /*.list-top-menu:after {
        content: '';
        display: inline-block;
        width: 32px;
        background: url('../images/common/ico_repeat.png') repeat-y;
        background-size: initial !important;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 10;
        height: 42px;
    }*/

    .list-top-menu .tabs {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        background: none;
        border: 0;
        color: #757575;
        cursor: pointer;
        text-align: center;
        transition: all 0.5s;
        margin: 0 30px !important;
    }

        .list-top-menu .tabs > li {
            width: 16.6%;
        }

            .list-top-menu .tabs > li > a {
                color: #666;
                padding: 10px 0 10px 0;
                display: block;
                background: #fff;
                text-align: center;
                text-decoration: none;
                line-height: 20px;
                border-bottom: 2px solid transparent;
                -webkit-transition: all .2s ease-in-out;
                transition: all .2s ease-in-out;
            }

            .list-top-menu .tabs > li.active > a {
                font-weight: bold;
            }

    .list-top-menu .swiper-container-2 {
        margin: 0 auto;
        position: relative;
        overflow: hidden;
        z-index: 1;
    }

        .list-top-menu .swiper-container-2 .swiper-slide {
            background: #fff;
        }

    .list-top-menu .swiper-container {
        margin: 0 auto;
        position: relative;
        overflow: hidden;
        z-index: 1;
        max-width: 1140px;
        border-bottom: 1px solid #ddd;
    }

    .list-top-menu .swiper-slide {
        background-position: center;
        background-size: cover;
    }

    .list-top-menu .swiper-container ul, .swiper-container ul li {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

    .list-top-menu .swiper-container .tabs > li {
        width: 25%;
    }

        .list-top-menu .swiper-container .tabs > li > a, .swiper_block {
            color: #555;
            padding: 10px 0;
            display: block;
            background: #fff;
            text-align: center;
            text-decoration: none;
            font-size: 15px;
            font-weight: bold;
            -webkit-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
            text-overflow: ellipsis;
            word-break: break-all;
            overflow: hidden;
            white-space: nowrap;
        }

    .list-top-menu .swiper-container .tabs .active a {
        color: #155c9e;
    }

    .list-top-menu .swiper-button-next, .swiper-button-prev {
        text-indent: -9999px;
    }

        .list-top-menu .swiper-button-next:focus, .swiper-button-prev:focus {
            outline: none;
        }

    .list-top-menu .swiper-button-prev {
        /*background-image: none !important;*/
        background-image: url('/images/common/outline_chevron_left_black_24dp.png') !important;
        background-color: #fff;
        background-size: initial;
        left: 0;
        width: 45px;
    }

    .list-top-menu .swiper-button-next {
        background-image: url('/images/common/outline_chevron_right_black_24dp.png') !important;
        right: 0 !important;
        background-color: #fff;
        /*background-repeat: repeat-y;*/
        background-size: initial !important;
        width: 45px;
    }

/*.list-top-menu .swiper-button-prev.swiper-button-disabled {
        opacity: 0.35;
    }*/
/*.swiper-slide-inner{border-top:1px solid #ddd;}*/

/*기사뷰 템플릿 1 - 모바일*/
.templete-type1 .reply-txt .del-txt-box a {
    display: inline-block;
}

.templete-type1 .reply-cont-box {
    padding-bottom: 40px;
}

.templete-type1 .reply-txt .del-txt-box .del-txt {
    margin-left: 15px;
    color: #cb5027;
}

.templete-type1 .img-box p {
    margin-top: 10px;
}

/*.templete-type1 .cont-area > p {
    margin-top: 20px;
}*/

.templete-type1 .article-list {
    background-color: transparent;
    border: none;
    padding-left: 0
}

.templete-type1 .line-txt {
    margin: 0;
}
/*타입2 모바일 */
/*.templete-type2 .header-top-md {
    background-color: #4b9be5;
    padding-top: 10px;.header-md .all-topnav-wrap .toggle-nav
    height: 50px;
    box-sizing: border-box;
}

    .templete-type2 .header-top-md.fixed {
        height: 50px;
    }

.templete-type2 .header-md .all-topnav-wrap .toggle-nav {
    top: 8px;
    left: 0;
    display: block;
    width: 32px;
    height: 32px;
    background-image: url(../images/mob/type2/btn_all_hambuger.png);
    background-size: 32px auto;
}

.templete-type2 .header-md h1 {
    padding-left: 36px;
}

.templete-type2 .header-top-md .login {
    top: 10px;
}

    .templete-type2 .header-top-md .login .btnmd-login {
        background-image: url('../images/mob/type2/ico_mypage.png');
    }

    .templete-type2 .header-top-md .login .btnmd-search {
        background-image: url('../images/mob/type2/my_search.png');
        margin-right: 10px;
    }

    .templete-type2 .header-top-md .login [class*=btnmd] {
        width: 32px;
        height: 32px;
        background-size: 32px auto;
    }

.templete-type2 .topnav-wrap ul li:hover > a, .templete-type2 .topnav-wrap ul li.on > a {
    background-color: #2a5680;
    color: #fff
}

.templete-type2 .header-md .all-topnav-wrap .scroll-y ul.list-all-menu {
    background-color: #4b9be5;
}

    .templete-type2 .header-md .all-topnav-wrap .scroll-y ul.list-all-menu li > a {
        background-color: #4b9be5;
    }

.templete-type2 .header-md .all-topnav-wrap .btn-all-view {
    background-color: #3b83c5;
}

.templete-type2 .header-md .all-topnav-wrap .scroll-y ul ul.footer-md > li > a {
    color: #060606
}
*/

/*기사 리스트*/
.cont-article-view .dflex img, .dflex img {
    width: 100px;
    height: 75px;
    object-fit: cover;
}

.cont-article-view {
    background-color: #f8f8f8; /*margin-left:-15px;padding-left:15px;*/
    padding: 15px;
    margin: -20px -15px 10px -15px;
}

    .cont-article-view .dtable {
        padding-bottom: 20px;
        cursor: pointer;
    }

    .cont-article-view .content-title02 {
        padding: 0px 0 15px 0;
    }

.article-txt {
    display: block;
    width: calc(100% - 120px);
}

    .article-txt dt {
        margin-bottom: 5px;
    }

    .article-txt strong {
        display: block;
        font-size: 18px;
        line-height: 1.3;
    }

.article-list-type .article-txt .categoryname {
    display: none;
}

.article-list-type .article-txt .writername {
    display: none;
}

/*.article-txt dd{margin-top: 15px;}*/
.article-txt .ellipsis {
    font-size: 14px;
    margin-top: 8px;
}

.article-txt .contents {
    line-height: 1.3;
    height: 55px;
    overflow: hidden;
}

.sub-txt {
    font-size: 12px;
    color: #5d5d5d;
    margin-top: 5px;
    color: #888
}

.dtable .info-date {
    font-size: 11px;
    text-align: right;
    display: block;
    margin-top: 5px;
}

.date {
    margin-top: 5px;
    font-size: 14px;
    color: #b3b3b3;
}

.article-list-type li {
    padding: 15px 0;
    border-bottom: 1px solid #dedede;
    text-align: left;
    color: #333;
    overflow: hidden;
    cursor: pointer;
}

/* .dash-list{margin-top: 20px;} */
.dot-list > li {
    padding-left: 10px;
    position: relative;
    line-height: 1.3;
    font-size: 16px;
}

    .dot-list > li:before {
        content: '';
        display: block;
        width: 4px;
        height: 4px;
        border-radius: 2px;
        background-color: #555;
        position: absolute;
        top: 5px;
        left: 0
    }

    .dot-list > li ~ li {
        margin-top: 15px;
    }

.copyright-box .newsbridge {
    position: absolute;
    bottom: -20px;
    right: 10px;
}


/* 템플릿 타입 - 2*/
.templete-type1 .common-nav {
    background: transparent;
    border-bottom: 3px solid #5d5d5d;
    border-top: 1px solid #5d5d5d;
}

.templete-type1 .topnav-wrap ul > li > a {
    color: #242424;
}



/**/
/* 템플릿 타입 - 4*/
.templete-type3 .header {
    background-color: #fff;
    height: auto;
}

    .templete-type3 .header header {
        margin: 0 auto;
        /*padding-bottom: 20px;*/
    }


.templete-type3 .common-nav {
    border-bottom: 3px solid #cc5027;
    border-top: none;
    height: 36px;
    /*position: absolute;*/
    background-color: transparent;
    top: 80px;
    width: 100%;
    /*overflow: hidden;*/
}

.templete-type3 .button.btnico-menu {
    background-image: url('../images/main/type3/ico_menu_hambur_bk.png');
    height: 36px;
    width: 37px;
    background-color: transparent;
    min-width: 37px;
}

.templete-type3 .common-nav .topnav {
    background-color: #fff;
    height: 36px;
    /*left: 166px;*/
    margin-left: 0;
}

.templete-type3 .topnav-wrap {
    max-width: 1180px;
    height: 36px;
}

    .templete-type3 .topnav-wrap ul li:hover > a, .templete-type3 .topnav-wrap ul li.on > a {
        background-color: #efefef;
        z-index: 10;
    }

    .templete-type3 .topnav-wrap ul > li > a {
        padding: 8px 18px;
        font-size: 16px;
        color: #242424;
        font-weight: 500;
    }

    .templete-type3 .topnav-wrap ul li ul.menu-two-depth li a.ico_depth {
        font-size: 15px;
        font-weight: 400;
    }



.templete-type3 .topnav-all-wrap {
    top: 4px;
    border-bottom: 3px solid #cc5027;
}

    .templete-type3 .topnav-all-wrap .menu-one-depth:nth-child(1) {
        margin-left: 18px;
    }

    .templete-type3 .topnav-all-wrap .menu-one-depth:nth-child(6) {
        margin-left: 18px;
    }

    .templete-type3 .topnav-all-wrap .menu-one-depth > a {
        color: #242424;
    }

    .templete-type3 .topnav-all-wrap .menu-one-depth > a {
        border-bottom: 2px solid #cc5027;
    }
/*템플릿 4*/



.common-board > .fl-left {
    display: none;
}

.common-board > .fl-right {
    padding: 0 1% 15px;
    width: 98%;
}

    .common-board > .fl-right .content-title02 {
        border-bottom: 2px solid #333;
        padding-bottom: 15px;
    }

.table-board th {
    background-color: #f1f2f4;
    padding: 12px;
    border-bottom: 1px solid #c5c9cd;
    text-align: center;
}

.table-board td {
    padding: 12px 10px;
    border-bottom: 1px solid #c5c9cd;
    text-align: center;
}

.table-search-wrap {
    overflow: hidden;
    margin-top: 30px;
}

    .table-search-wrap .search-part {
        float: left;
    }

        .table-search-wrap .search-part select {
            width: 98px;
            height: 30px;
            font-size: 12px;
        }

        .table-search-wrap .search-part input {
            width: 148px;
            height: 30px;
            margin-left: 5px;
            font-size: 12px;
        }

        .table-search-wrap .search-part a {
            margin-left: 5px;
            display: inline-block;
            vertical-align: middle;
        }

        .table-search-wrap .search-part .btn, .table-search-wrap .btn-area a {
            min-width: inherit;
            display: inline-block;
        }

    .table-search-wrap .btn-area {
        float: right;
    }


.copyright-box .newsbridge img {
    background-image: url(../images/common/badge_nb.png)
}

.templete-type3 .copyright-box .newsbridge img {
    background-image: url(../images/common/badge_nb_white.png)
}

.main-frontboard {
    display: block;
    padding: 0 15px;
}

.front-board-main-list {
    width: 100%;
    margin: 0 auto;
    margin-top: 15px;
}

    .front-board-main-list h3.tit-big {
        margin: 5px 0;
        padding-top: 15px;
        font-weight: 500;
        color: #333;
        clear: both;
    }

    .front-board-main-list ul {
        border-bottom: 1px solid #dedede;
    }

        .front-board-main-list ul li {
            display: flex;
            border-top: 1px solid #dedede
        }

            .front-board-main-list ul li div {
                width: 15px;
                margin-right: 11px;
                font-size: 17px;
                font-weight: 700;
                text-align: center;
                /* color: #e60012; */
                padding: 9px 0;
                color: #2a65b1;
            }

            .front-board-main-list ul li a {
                padding: 10px 0;
                display: block;
                overflow: hidden;
                font-size: 16px;
                width: 100%;
            }

                .front-board-main-list ul li a span {
                    color: #333;
                    display: block;
                    /* line-height: 1.2; */
                    font-size: 14px;
                    font-weight: 400;
                    height: 34px;
                    overflow: hidden;
                }

.inc-badge {
    display: none;
}

@media all and (min-width: 768px) {

    .search-type {
        width: 90px;
        height: 35px;
        top: 0;
    }

    .topnav-wrap ul.menu-one-depth {
        overflow: hidden;
    }

    .location {
        width: 98%;
        margin: 0 auto;
    }

    .location-box {
        height: 40px;
        background-color: transparent;
        padding: 10px 0 23px;
        box-sizing: border-box;
    }

    .location ul {
        overflow: hidden;
    }

        .location ul li {
            position: relative;
            display: inline-block;
            padding-right: 25px;
        }

            .location ul li:before {
                content: '';
                display: block;
                width: 4px;
                height: 4px;
                border-radius: 2px;
                background-color: #777;
                position: absolute;
                top: 10px;
                left: -15px;
            }

            .location ul li a {
                font-size: 14px;
                display: inline-block;
                color: #666;
                height: 21px;
                line-height: 1.3rem;
            }

                .location ul li a.ico_home {
                    width: 11px;
                    height: 15px;
                    line-height: 1rem;
                    background: url('../images/common/ico_home.png') no-repeat 0 0;
                    text-indent: -9999px;
                }

    .banner-ad { /*width:235px;height:200px;background-color:#dedede;*/
        text-align: center;
        padding: 10px 0;
    }

    .banner-ad-area {
        position: absolute;
        /*top: 10px;*/
        width: 235px;
        background-color: #fff;
    }

        .banner-ad-area.left {
            left: -235px;
        }

        .banner-ad-area.right {
            right: -245px;
        }

    .sub-container .sub-layout {
        position: relative;
        width: 100%;
        margin: 0 auto;
    }

        .sub-container .sub-layout > div:before {
            content: '';
            display: block;
            clear: both;
        }

    .sub-layout h3.tit-big {
        font-weight: 500;
        color: #333;
        clear: both;
    }

    .sub-layout div[class^="sidebar"] {
        width: 30%;
        padding: 10px 5px 0 20px;
        box-sizing: border-box;
    }

    .sub-layout > div {
        float: left;
    }

    /*.sidebar-left [class^="section"],
    .sidebar-right [class^="section"] {
        margin: 20px auto 0; 
    }*/

    /*.sidebar-left [class^="section-type4"] ul li,
    .sidebar-right [class^="section-type4"] ul li,
    .banner-ad-area.right [class^="section-type4"] ul li,
    .banner-ad-area.left [class^="section-type4"] ul li {
        width: 100%;
    }*/

    .cont-article {
        padding-bottom: 80px;
        position: relative;
        width: 70%;
        margin: 0 auto;
        float: left;
        padding: 0 28px;
        border-left: 1px solid #dedede;
        border-right: 1px solid #dedede;
        box-sizing: border-box;
    }

        .cont-article .info-area {
            margin-top: 70px;
        }

    .cont-article-top {
        background-color: transparent;
    }

    .cont-article .sns-area-bottom {
        border-top: none;
        right: 0;
        margin-top: 10px;
        /*padding: 0;*/
    }

    .cont-article .tit-area {
        margin-top: 42px;
    }

        .cont-article .tit-area .tit-mid {
            font-size: 21px !important;
            line-height: 2rem;
        }

    .footer {
        width: 100%;
        border-top: 1px solid #e0e0e0;
        margin-top: 10px;
        clear: both;
    }

    .footer-area p ~ p {
        margin-top: 5px;
    }

    .footer footer {
        width: 100%;
        margin: 0 auto;
    }

    .footer-box p img {
        width: auto;
        display: block;
    }

    /*.cont-sub-cont .section-type1 ul li {
        width: 48%;
    }

    .cont-sub-cont .section-type1.half ul li {
        width: 96%;
    }*/


        /*.section-type1 ul li img {
            width: 100%;
            height: 180px;
            object-fit: cover;
            border: 1px solid #ececec;            
        }*/

    /*.cont-article [class^="section-type2"] ul li,
    .cont-article [class^="section-type4"] ul li {
        width: 49%;
    }*/

    /*.cont-sub-cont .section-type5 ul li {
        width: 24%;
    }

        .cont-sub-cont .section-type5 ul li img {
            height: 115px;
        }

    .cont-sub-cont .section-type5.half ul li {
        width: 48%;
    }

    .section-type5 ul {
        display: flex;
        display: -webkit-box;
        display: -webkit-flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding-bottom: 5px;
    }

    .section-type5 ul li img {
        width: 100%;
        height: 100px;
        object-fit: cover;
        border: 1px solid #ececec;
    }


    [class^="banner-area"] a.half {
        width: 100%;
        float: left;
    }

        [class^="banner-area"] a.half:before {
            content: '';
            display: block;
            clear: both;
        }

    [class^="section-type"].half {
        width: 46%;
        margin-left: 0.5%;
        margin-right: 0.5%;
        padding: 0 1%;
    }*/

    /*[class^="section-type2"].half {
        width: 45%;
    }

    [class^="section-type3"].half {
        width: 45%;
    }

    [class^="section-type4"].half {
        width: 45%;
    }

    [class^="section-type5"].half {
        width: 45%;
    }*/

    /*[class^="section-type1"].half + [class^="section-type1"].half,
    [class^="section-type2"].half + [class^="section-type2"].half,
    [class^="section-type3"].half + [class^="section-type3"].half,
    [class^="section-type4"].half + [class^="section-type4"].half,
    [class^="section-type5"].half + [class^="section-type5"].half {
        margin-left: 1.5%;
    }

    [class^="section-type2"] ul li a span {
        display: block;
        font-size: 16px;
        height: 59px;
        margin-left: 10px;
        overflow: hidden;
    }

    [class^="section-type3"] ul li a span {
        font-size: 14px;
        font-weight: 500;
        max-height: 42px;
        overflow: hidden;
    }

    [class^="section-type3"] ul li:nth-child(n+4) a span {
        font-weight: 400;
    }

    [class^="section-type4"] ul li a span {
        font-size: 16px;
        font-weight: 400;
        color: #555;
        height: 59px;
    }


    .cont-sub-cont[class^="section-type4"] ul li, .cont-sub-cont[class^="section-type2"] ul li {
        width: 30%
    }

    .cont-sub-cont[class^="section-type4"] ul {
        flex-wrap: wrap-reverse;
    }*/



    .cont-area > p {
        font-size: 17px;
        color: #000;
    }

    .info-area strong {
        font-size: 16px;
    }

    .security-div2 > div:nth-of-type(1) {
        width: 45%;
    }

    .article-list li a {
        padding: 15px 0 15px 19px;
        font-size: 16px;
    }

        .article-list li a:before {
            top: 22px;
        }

    .reply-del-pwd {
        width: 65%;
    }

        .reply-del-pwd .div2 input[type="password"] {
            width: 60%;
        }

    .info-area-copyright a {
        /*font-size: 12px;*/
    }

    .info-area-copyright span, .info-area-copyright p {
        font-size: 14px;
        letter-spacing: -0.02em;
    }

    .footer-area .info-list li {
        float: left;
    }

        .footer-area .info-list li:after {
            content: '';
            display: block;
            width: 1px;
            height: 12px;
            background-color: #555;
            position: absolute;
            top: 2px;
            right: 5px;
        }

        .footer-area .info-list li:last-child:after {
            background-color: transparent;
        }

    .footer-area .info-list + .info-list {
        margin-top: 10px;
    }

    /*회원가입*/
    .join-wrap {
        width: 600px !important;
    }

    .join-step li strong {
        font-size: 12px;
    }

    .join-wrap .table-form .auto-input-wrap input[type="text"] {
        width: 80%;
    }

    .join-wrap .table-data {
        border-top: 2px solid #333;
    }

        .join-wrap .table-data td .point-color {
            font-size: 12px;
        }

        .join-wrap .table-data td {
            padding: 20px 10px;
        }

        .join-wrap .table-data tr {
            border-bottom: 1px solid #d0d4d6;
        }

        .join-wrap .table-data th {
            background-color: #fafafa;
            border-right: 1px solid #d0d4d6;
            font-weight: bold;
            text-align: left;
            padding-left: 10px;
        }

    /*게시판*/
    .board-view-wrap {
        padding-top: 30px;
    }

    .sub-info-txt {
        margin-top: 25px;
        padding-bottom: 25px;
        border-bottom: 1px solid #d0d4d6;
    }

        .sub-info-txt ul {
            overflow: hidden;
        }

            .sub-info-txt ul li {
                font-size: 12px;
                color: #888;
            }

                .sub-info-txt ul li:last-child span {
                    margin: 0 5px;
                }

    .agree-txt-wrap {
        margin-top: 20px;
    }

        .agree-txt-wrap dl {
            margin-top: 30px;
        }

    .article-list-type .article-txt strong, .article-txt strong {
        font-size: 18px;
    }

    .article-txt .ellipsis {
        text-overflow: initial;
        display: initial;
        overflow: initial;
    }

    .article-list-type .article-txt dd, .article-txt .ellipsis {
        font-size: 14px;
    }

        .article-list-type .article-txt dd.date {
            font-size: 14px;
            margin-top: 10px;
            color: #b3b3b3;
        }

    .sub-txt {
        font-size: 16px;
    }

    .cont-article-view .dtable {
        padding-top: 20px;
        border-top: 1px solid #dedede;
        overflow: hidden;
    }

        .cont-article-view .dtable .ellipsis {
            -webkit-line-clamp: 2;
            height: 120px;
            line-height: 1.5;
        }

        .cont-article-view .dtable .date {
            font-size: 14px;
            margin-top: 10px;
            color: #b3b3b3;
        }

    .cont-article-top .cont-article-view {
    }

    .dot-list li {
        font-size: 16px;
        padding-left: 10px;
        max-height: 60px;
    }

        .dot-list li:before {
            top: 10px;
        }

    .list-top-menu .tabs > li.active > a {
        font-size: 16px;
    }

    /*기사뷰 템플릿 1 - PC*/
    .templete-type1 .sub-layout .sidebar-left h3.tit-big,
    .templete-type1 .sub-layout .sidebar-right h3.tit-big,
    .templete-type1 .sub-layout .banner-ad-area h3.tit-big {
        border-width: 0px 0 2px;
        border-style: solid;
        border-color: #5d5d5d;
        padding: 12px 0;
    }



    .templete-type1 .cont-article .sns-area {
        top: 150px;
    }

    .templete-type1 .location {
        width: 1140px;
        border-bottom: 1px solid #dedede;
        padding-bottom: 18px;
    }

    .templete-type1 .location-box {
        border-bottom: none;
    }

    .templete-type1 .cont-article {
        border: none;
    }

    .templete-type1 .header .header-area h1 {
        display: flex;
        display: -webkit-flex;
        justify-content: center;
    }


    .list-top-menu {
        margin-top: 20px;
        border-top: 1px solid #dedede;
    }

        .list-top-menu .tabs > li.active > a {
            font-size: 18px;
        }

    /*.list-top-menu .tabs > li {
            padding: 0 5%;
        }*/


    [class^="banner-area"] {
        /*display: inline-block;
        float: left;*/
    }

    #divBanner.half {
        float: left;
        width: 50% !important;
        margin-top: 10px;
        margin-bottom: 20px;
    }

        #divBanner.half + #divBanner.half {
            margin-left: 0%;
        }

    .swiper-container .tabs > li > a, .swiper_block {
        font-size: 14px;
    }

    .footer {
        margin-top: 20px;
    }

    .footer-box p {
        margin: 50px 0 20px;
    }

    .copyright-box .newsbridge {
        position: absolute;
        bottom: -40px;
        right: 0;
        padding: 10px;
    }

    .sidebar-left.hidden-md.print-none {
        display: none;
    }

    .sidebar-left.hidden-md.fl-left {
        display: none;
    }

    .common-board-wrap {
        width: 100%;
        max-width: 1390px;
    }

    .common-board {
        width: 100%;
        padding: 30px 2% 50px;
    }

        .common-board > .fl-left {
            display: block;
            margin-top: 76px;
            width: 25%;
        }

        .common-board > .fl-right {
            width: 72%;
        }

            .common-board > .fl-right .content-title02 {
                padding-bottom: 28px;
            }


    .templete-type3 .topnav-wrap ul > li > a {
        min-width: 80px;
    }

    .main-frontboard {
        display: flex;
    }

    .front-board-main-list {
        width: 23%;
        padding: 15px 5px;
    }



    /*기사 제목 상단 텍스트형 기사박스 스타일*/
    .cont-article .section-type3:not(.half) ul {
        display: flex;
        flex-flow: column wrap;
        align-content: space-around;
        justify-content: space-around;
        padding: 0 0 7px;
        max-height: 300px;
        /*border: 1px solid #ececec;*/
    }

        .cont-article .section-type3:not(.half) ul li {
            border-top: 0;
            width: 48%;
            border-bottom: 0;
        }

            .cont-article .section-type3:not(.half) ul li div {
                margin-right: 8px;
                padding: 4px 0;
            }

            .cont-article .section-type3:not(.half) ul li a {
                padding: 4px 0;
            }

                .cont-article .section-type3:not(.half) ul li a span {
                    width: 95%;
                }

    .cont-article .section-type3:not(.half) h3.tit-big {
        padding-bottom: 5px;
    }

    /* //기사 제목 상단 텍스트형 기사박스 스타일 */

    .inc-badge {
        display: block;
        position: absolute;
        right: 0;
    }
}

@media all and (min-width: 1180px) {
    .header-search {
        width: 1180px;
        margin: 0 auto;
    }


    .topnav-wrap {
        width: 1180px;
    }

    .common-nav .topnav {
        width: 1180px;
    }

    .topnav-all-wrap {
        width: 1180px
    }

    .templete-type3 .common-nav .topnav {
        margin: 0 auto;
        /*left: calc(((100% - 1180px) / 2) + 166px);
        max-width: calc(100% - 166px - ((100% - 1180px) / 2));
        margin-left: 0;*/
    }

    .templete-type3 .topnav-wrap {
        max-width: 100%;
        margin-left: 0;
        width: 100%;
    }

    /*[class^="section-type1"] ul li span {
        display: block;
        color: #333;
    }*/

    /*[class^="section-type3"] ul li a span {
        color: #333;
        display: block;
        font-size: 14px;
        font-weight: 500;
        max-height: 42px;
        overflow: hidden;
    }

    [class^="section-type4"] ul li span {
        width: 100%;
    }

    [class^="section-type5"] ul li span {
        padding-top: 5px;
        display: block;
        font-size: 14px;
        font-weight: 400;
        color: #333;
    }*/


    .sub-container .sub-layout {
        width: 100%;
    }

    .location {
        width: 1160px;
    }

    .banner-ad-area.left {
        display: none;
    }

    .banner-ad-area.right {
        display: none;
    }

    .sidebar-left.hidden-md.print-none {
        display: block;
    }

    .sidebar-left.hidden-md.fl-left {
        display: block;
    }

    .sub-layout div[class^="sidebar"] {
        width: 20%;
        min-width:320px;
    }

    .cont-article {
        width: 60%;
    }

    .common-board {
        width: 1180px;
        padding: 30px 50px 50px;
    }

        .common-board > .fl-left {
            width: 250px;
        }

        .common-board > .fl-right {
            width: 780px;
        }

    .footer footer {
        width: 1180px;
    }
}

@media all and (min-width: 1400px) {

    .sub-container .sub-layout {
        width: 1390px;
    }

    .banner-ad-area.left {
        display: block;
    }

    .banner-ad-area.right {
        display: block;
    }

    .sub-layout div[class^="sidebar"] {
        width: 275px;
    }

    .cont-article {
        width: 840px;
    }
}

.updown_area {
    text-align: center;
    clear: both;
    margin-top: 10px;
}

    .updown_area button {
        display: inline-block;
        width: 74px;
        height: 74px;
        border-radius: 74px;
        background: #453b75;
        color: #fff;
    }

        .updown_area button i {
            display: block;
            font-size: 26px;
        }

        .updown_area button span {
            display: block;
            padding-top: 3px;
            font-family: 'arial';
            font-size: 11px;
            font-weight: bold;
            margin-top: 5px;
        }

        .updown_area button.btn_up {
            margin-right: 10px;
            background: #453b75;
        }

            .updown_area button.btn_up:hover {
                background: #574b8c;
            }

        .updown_area button.btn_down {
            background: #b9b9b9;
        }

            .updown_area button.btn_down:hover {
                background: #a0a0a0;
            }

.quick-top {
    width: 74px;
    height: 74px;
    position: fixed;
    right: calc(50% - 450px);
    bottom: 250px;
    background: #111;
    border-radius: 74px;
    text-align: center;
}

    .quick-top a {
        display: inline-block;
        vertical-align: middle;
        color: #fff;
        line-height: 74px;
        font-size: 16px;
    }

/* 기사공유 */
.news-carousel {
    position: relative;
    width: 100%;
    overflow: hidden; /* 슬라이드가 영역안에서 동작 */
}

ul.news-slides {
    transition: transform 1s ease; /*변환 애니메이션 설정 */
}
    ul.news-slides .news-slide {
        flex: 0 0 100%; /* 한 번에 하나씩 보여주기 */
        transition: transform 1s ease; /*변환 애니메이션 설정 */
        box-sizing: border-box;
    }

.article-list-type.box-type-list {
    padding-top: 0;
}

    .article-list-type.box-type-list li span {
        color: #333;
        overflow: hidden;
    }

    .article-list-type.box-type-list li .span-sharetitle {
        width: 80%;
        font-size: 16px;
        height: 20px;
    }

    .article-list-type.box-type-list li .span-shareaccount {
        text-align: right;
        width: 20%;
        font-size: 13px;
        color: #888;
    }

    .article-list-type.box-type-list li .article-txt-mobile {
        width: 100%;
        display: block;
    }

        .article-list-type.box-type-list li .article-txt-mobile.sharetitle {
            max-height: 40px;
            overflow: hidden;
        }

        .article-list-type.box-type-list li .article-txt-mobile .span-shareaccount {
            float: right;
            width: auto;
            margin-top: 3px;
        }

.pagination-bullets {
    text-align: center;
    margin-top: 10px;
}

.pagination-bullet {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background-color: #dedede;
    border-radius: 50%;
    cursor: pointer;
    border: 1px solid #dedede;
}

.pagination-bullet-active {
    width: 40px;
    border-radius: 15px;
    background-color: #ff0000;
}
/* 기사공유 */

@media (max-width: 768px) {
    .translation-links {
        height: 18px !important;
    }

    /*.cont-sub-cont .section-type1 ul li {
        width: 100%;
        background-color: #fff;
        margin: 15px 3px 0;
        box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
        border-radius: 8px;
        border-bottom: 1px hidden #fff;
        padding: 0;
    }

        .cont-sub-cont .section-type1 ul li:nth-child(1) {
            margin-top: 10px;
        }

    .cont-sub-cont .section-type5 ul li {
        width: 48%;
    }*/

    /*[class^="section-type1"] ul li span {
        margin: 10px 15px 15px;
        line-height: 1.4;
        font-size: 18px;
    }*/

    /*[class^="section-type"].half + [class^="section-type"].half {
        margin-left: 2px;
    }*/

/*    [class^="section-type2"] ul li a span {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        text-overflow: ellipsis;
        word-wrap: break-word;
        -webkit-box-orient: vertical;
        font-weight: 400;
        font-size: 17px;
        height: 75%;
        margin-bottom: 5px;
        overflow: hidden;
    }

    [class^="section-type4"] ul li span {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        text-overflow: ellipsis;
        word-wrap: break-word;
        -webkit-box-orient: vertical;
        font-weight: 400;
        font-size: 17px;
        height: 75%;
        margin-bottom: 5px;
        overflow: hidden;
    }*/
}

@media (min-width: 768px) and (max-width: 1171px) {
    .templete-type3 .topnav-wrap ul > li > a {
        min-width: 65px;
        padding: 8px 7px;
    }

    .templete-type3 .common-nav .topnav {
        /*max-width: calc(100% - 166px);*/
        margin-left: 0;
        position: relative;
    }
}

@media (max-width: 1180px) {
    .topnav-wrap ul li ul.menu-three-depth {
        display: none;
    }
}

@media (max-width: 1399px) {
    .cont-area > iframe {
        width: 100%;
    }
}
/* IE11 크로스 브라우징 이미지 비율 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .main-photo-list li a img {
        position: absolute;
        width: auto;
        height: auto;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        min-width: 100%;
    }
}

.tradingview-widget-container .tradingview-widget-copyright {
    display: none;
}

@media (max-width:768px) {
    .cont-article .cont-area table {
        width: 100% !important;
    }
}
