﻿@charset "utf-8";
/*@import url('//fonts.googleapis.com/earlyaccess/notosanskr.css');*/

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 100;
  src: local('Noto Sans KR Thin'),
       local('NotoSansKR-Thin'), 
       url(../fonts/NotoSansKr/NotoSansKR-Thin.woff2) format('woff2'),
       url(../fonts/NotoSansKr/NotoSansKR-Thin.woff) format('woff'),
       url(../fonts/NotoSansKr/NotoSansKR-Thin.otf) format('opentype');
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 300;
  src: local('Noto Sans KR Light'), 
       local('NotoSansKR-Light'),
       url(../fonts/NotoSansKr/NotoSansKR-Light.woff2) format('woff2'),
       url(../fonts/NotoSansKr/NotoSansKR-Light.woff) format('woff'),
       url(../fonts/NotoSansKr/NotoSansKR-Light.otf) format('opentype');
}

@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 400;
   src: local('Noto Sans KR Regular'), 
        local('NotoSansKR-Regular'),
        url(../fonts/NotoSansKr/NotoSansKR-Regular.woff2) format('woff2'),
        url(../fonts/NotoSansKr/NotoSansKR-Regular.woff) format('woff'),
        url(../fonts/NotoSansKr/NotoSansKR-Regular.otf) format('opentype');
}

@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 500;
   src: local('Noto Sans KR Medium'), 
        local('NotoSansKR-Medium'), 
        url(../fonts/NotoSansKr/NotoSansKR-Medium.woff2) format('woff2'),
        url(../fonts/NotoSansKr/NotoSansKR-Medium.woff) format('woff'),
        url(../fonts/NotoSansKr/NotoSansKR-Medium.otf) format('opentype');
}

@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 700;
   src: local('Noto Sans KR Bold'), 
        local('NotoSansKR-Bold'),
        url(../fonts/NotoSansKr/NotoSansKR-Bold.woff2) format('woff2'),
        url(../fonts/NotoSansKr/NotoSansKR-Bold.woff) format('woff'),
        url(../fonts/NotoSansKr/NotoSansKR-Bold.otf) format('opentype');
}

@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 900;
   src: local('Noto Sans KR Black'), 
        local('NotoSansKR-Black'),
        url(../fonts/NotoSansKr/NotoSansKR-Black.woff2) format('woff2'),
        url(../fonts/NotoSansKr/NotoSansKR-Black.woff) format('woff'),
        url(../fonts/NotoSansKR-Black.eot) format('opentype');
}

html {
    height: 100%;
    width: 100%;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strong, sub, sup, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
em{
    font-style:italic;
}

body {
    font-family: Noto Sans KR, 'Noto Sans KR', AppleSDGothicNeo-Regular,'Malgun Gothic','맑은 고딕',dotum,'돋움',sans-serif;
    width: 100%;
    height: 100%;
    color: #555;
    line-height: 1.2;
    font-size: 14px;
}

b{
    font-weight:bold;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

img {
    vertical-align: middle;
    max-width: 100%;
}

strong {
    font-weight: bold;
}

strong.softname {
    font-weight: 400;
    color: #adadad;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #666;
}

    a:hover {
        text-decoration: none;
    }

button {
    cursor: pointer;
    border: none;
    text-align: center;
    display: inline-block;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed; /* 셀 너비 균등하게 */
}

th, td {
    border: 1px solid #333;
    padding: 8px;
    text-align: center;
    vertical-align: middle;
    word-break: keep-all; /* 단어 끊김 방지 */
    font-size: 14px;
}

input[type="check-box"], input[type="radio"] {
    -webkit-appearance: none;
}

input, button, select, textarea {
    display: inline-block;
    vertical-align: middle;
    word-break: break-all;
    word-wrap: break-word;
}

    input[type="text"], input[type="password"] {
        border: 1px solid #888888;
        border-radius: 2px;
        padding: 6px 10px;
        height: 36px;
        line-height: 36px;
        box-sizing: border-box;
    }

textarea {
    border: 1px solid #888888;
    border-radius: 2px;
    padding: 10px;
}

input::placeholder,
input::-webkit-input-placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder,
input:-moz-placeholder {
    color: #a2a2a2;
    font-family: '맑은 고딕','Malgun Gothic';
}

.hide {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    font-size: 0px;
    line-height: 0;
    color: transparent;
    overflow: hidden;
}

/*.hidden-md {
    display: none;
}*/

.fl-left {
    float: left;
}

.fl-right {
    float: right;
}

.fw-bold {
    font-weight: bold !important;
}

.fw-normal {
    font-weight: normal !important;
}

.mt5 {
    margin-top: 5px !important;
    line-height: 1.3rem;
}

.mt10 {
    margin-top: 10px !important;
    line-height: 1.6rem;
}

.mt15 {
    margin-top: 15px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt25 {
    margin-top: 25px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.bdt {
    border-top: 1px solid #dedede;
}

.bdn {
    border-top: none !important;
}

.ovh {
    overflow: hidden !important;
}

.w80 {
    width: 80% !important;
}

.w60 {
    width: 60% !important;
}

.w50 {
    width: 50% !important;
}

.w30 {
    width: 30% !important;
}

.tac {
    text-align: center !important;
}

.tar {
    text-align: right !important;
}

.tal {
    text-align: left !important;
}

.point-color {
    color: #f00 !important;
}

.purple {
    color: #5945bd !important;
}

.lightblue {
    color: #0e81ec !important;
}

.bgpurple {
    background-color: #5945bd !important;
}

.bgbrown {
    background-color: #7d3a18 !important;
}

.bglightblue {
    background-color: #13a5cf !important;
}


/*font-size*/
.txt-tall {
    font-size: 18px;
}

.txt-large {
    font-size: 60px;
    ;
}

.tit-big {
    font-size: 25px;
}

.tit-mid {
    font-size: 16px !important;
    color: #333;
}

.tit-small {
    font-size: 12px !important
}

.eiltxt {
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    width: 94%;
    overflow: hidden;
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
}

.content-title {
    font-size: 14px;
    color: #5d5d5d;
    font-weight: bold;
}

.content-title01 {
    font-size: 16px;
    font-weight: bold;
}

.content-title02 {
    font-size: 18px;
    font-weight: bold;
    padding: 15px 0 0 5px;
}

.btn {
    padding: 10px;
    height: 36px;
    box-sizing: border-box;
    border-radius: 2px;
    min-width: 89px;
    color: #fff;
}

    .btn.btn-default {
        background-color: #453b75;
        color: #fff;
        font-weight: bold;
    }

    .btn.gray {
        background-color: #959595;
    }

[class*=btn-blue] {
    min-width: 130px;
    height: 37px;
    font-weight: bold;
    font-size: 14px;
    padding: 0 15px;
}

.btn-blue {
    border: 1px solid #0093ee;
    background: #fff;
    color: #0093ee;
}

.btn-gray {
    background: #dedede;
    border: 1px solid #dedede;
    color: #5d5d5d !important;
}

.btn-dark-gray {
    background: #666666;
}

.btn.btn-blue-active {
    background-color: #453b75;
    color: #fff;
    cursor: pointer;
}

.btn-small {
    height: 30px;
    padding: 0 17px !important;
    line-height: 30px;
    font-size: 12px;
}

.btn-medium {
    height: 38px !important;
    min-width: initial;
    font-size: 12px
}

.btn-auto-width {
    width: auto !important;
    padding: 0 30px;
}

.btn-wrap {
    margin-top: 45px;
    text-align: center;
}

    .btn-wrap.div02 button:nth-of-type(1) {
        margin-right: 20px;
    }

.btn-wrap-left {
    text-align: left;
}

.more-btn {
    text-align: center;
    padding: 13px 0;
    border-width: 0px 0 2px;
    border-style: solid;
    border-color: #dedede;
    font-size: 16px;
    display: inline-block;
    width: 100%;
    background: transparent;
    font-family: malgun gothic, sans-serif;
}

.w100p {
    width: 100% !important;
}

/*form*/
.form-wrap input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    height: 0;
    width: 0;
}

.check-box label {
    padding-left: 30px;
    vertical-align: middle;
}

    .check-box label:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        height: 20px;
        width: 20px;
        border-radius: 3px;
        background: #fff;
        border: 1px solid #dedede;
    }

.check-box input[type="checkbox"]:checked + label:before {
    background: #0093ee url('../images/common/ico_checked.png')
}

.check-box {
    position: relative;
}

.form-wrap .check-box + .check-box {
    margin-top: 18px;
}

input[type="password"] + input[type="password"] {
    margin-top: 10px;
}

input[type="radio"] + label {
    padding-left: 20px;
    width: 17px;
    height: 17px;
    background: url('../images/common/ico_radio.png') no-repeat 0 0;
}

input[type="radio"]:checked + label {
    background-position: bottom left;
}

input[type="radio"] {
    width: 17px;
    height: 17px;
    position: absolute;
    top: -1px;
    left: -1px;
    opacity: 0;
}

.table-form {
    width: 100%;
}

    .table-form td {
        padding: 8px 10px;
        border:0;
    }

.join-wrap .table-form input[type="text"], .join-wrap .table-form input[type="password"] {
    width: 100%;
    border: 1px solid #dedede;
    box-sizing: border-box;
    padding: 10px;
    height: 40px;
}

.board-search-wrap {
    background-color: #fff;
}

.img-box {
    display: block;
}

.dtable {
    width: 100%;
    overflow: hidden;
}

    .dtable img {
        float: left;
        width: 100px;
        height: 75px;
        margin-right: 15px;
        border: 0.5px solid #dedede;
    }

    .dtable .article-txt { 
        float:right;
    }

        .dtable .article-txt dl dt {
            font-size: 13px;
        }

    .dtable span {
        clear: both;
        display: block;
    }

.cont-article.fl-left {
    float: initial;
}


/*전체메뉴*/
.topnav-all-wrap {
    position: relative;
    top: -48px;
    width: 1182px;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    background-color: #f1f2f4;
    padding: 0 30px 0 80px;
    height: auto;
    box-sizing: border-box;
    border-bottom: 3px solid #58499e;
    z-index: 9;
}

    .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: 18px;
    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: 11;
    }

        .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: 18px;
        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')
        }

    .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: 13px;
}

    .header-top-md h1 {
        padding-left: 40px;
        height: 35px
    }

        .header-top-md h1 a {
            width: 95px;
            height: 17px;
            display: inline-block
        }

            .header-top-md h1 a img {
                max-width: 100%;
            }

    .header-top-md .login {
        position: absolute;
        top: 13px;
        right: 15px
    }

        .header-top-md .login [class*=btnmd] {
            border: none;
            background-color: transparent;
            width: 25px;
            height: 25px;
            box-sizing: border-box;
            background-repeat: no-repeat;
            background-position: 0 0;
            background-size: 25px auto;
            text-indent: -9999px;
        }

        .header-top-md .login .btnmd-login {
            margin-right: 15px;
            background-image: url('../images/mob/ico_user_md.png');
        }

        .header-top-md .login .btnmd-search {
            background-image: url('../images/mob/ico_search_md.png');
        }

            .header-top-md .login .btnmd-search.active {
                background-image: url('../images/mob/ico_search_md_active.png');
            }

.header-area {
    padding-left: 10px;
    width: 100%;
    padding: 15px 0 20px;
    margin:0 auto;
    position:relative;
    
}

.header-area h1 {
    /*text-align:center;*/
}

.search-md-box {
    display: none;
    width: 100%;
    background-color: #dedede;
    padding: 10px;
    box-sizing: border-box;
}

    .search-md-box input {
        width: calc(100% - 45px);
        box-sizing: border-box;
        border: none;
        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;
    }


@media all and (min-width: 768px) {
    .tit-big {
        font-size: 32px !important;
    }

    .tit-mid {
        font-size: 16px !important;
    }

    .hidden-xl {
        display: none !important;
    }

    .btn-medium {
        font-size: 14px !important;
    }

    .common-board-wrap {
        width: 1390px;
        margin: 0px auto;
        padding: 30px 0;
    }

    .common-board {
        width: 1180px;
        margin: 0 auto;
        background: #ffffff;
        overflow: hidden; /*border: 1px solid #dedede;*/
        border-radius: 3px;
        padding: 30px 50px 50px;
        box-sizing: border-box;
    }

        .common-board > .fl-left {
            margin-top: 60px;
            width: 250px;
        }

            .common-board > .fl-left .lnb-left {
                border-top: 2px solid #333;
            }

                .common-board > .fl-left .lnb-left li {
                    border-bottom: 1px solid #dedede;
                    padding: 2px 0
                }

                    .common-board > .fl-left .lnb-left li.on {
                        background: #f1f2f4
                    }

                        .common-board > .fl-left .lnb-left li.on a {
                            font-weight: bold;
                        }

                    .common-board > .fl-left .lnb-left li a, .common-board .fl-left .side-menu a {
                        display: block;
                        padding-left: 20px;
                        font-size: 16px;
                        line-height: 38px;
                        color: #333;
                    }

            .common-board > .fl-left .side-menu a {
                font-size: 12px;
                line-height: 30px;
                color: #888;
            }

        .common-board > .fl-right {
            width: 780px;
        }

            .common-board > .fl-right .content-title02 {
                border-bottom: 2px solid #333;
                padding-bottom: 28px;
            }

    .table-board td {
        padding: 12px 10px;
        border-bottom: 1px solid #c5c9cd;
        text-align: center;
    }

    .table-board th {
        background-color: #f1f2f4;
        padding: 12px;
        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;
        }

    .content-title01 {
        font-size: 21px;
        color: #333;
    }

    .content-title02 {
        font-size: 28px;
        color: #828282;
        font-weight: bold;
    }

    .content-title03 {
        font-size: 16px;
        color: #333;
        font-weight: bold;
    }

    .cont-article-view {
        background-color: #fff !important;
    }

    .dtable img {
        width: 160px;
        height: 120px;
        /*padding-right: 15px;*/
    }

    .dtable .article-txt { 
        width:calc(100% - 180px);
    }
}

@media all and (max-width: 767px) {
    .hidden-md{display:none;width:0;height:0;opacity:0;visibility: collapse;}
}


@media all and (min-width: 1180px) {

    .header-area {
        width: 1180px;
    }
}