﻿@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'Nanum Gothic';
    font-style: normal;
    font-weight: 400;
    src: url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.eot);
    src: url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.eot?#iefix) format('embedded-opentype'), url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.woff2) format('woff2'), url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.woff) format('woff'), url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'Nanum Gothic';
    font-style: normal;
    font-weight: 600;
    src: url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Bold.eot);
    src: url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Bold.eot?#iefix) format('embedded-opentype'), url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Bold.woff2) format('woff2'), url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Bold.woff) format('woff'), url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Bold.ttf) format('truetype');
}

@font-face {
    font-family: 'Nanum Gothic';
    font-style: normal;
    font-weight: 800;
    src: url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-ExtraBold.eot);
    src: url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-ExtraBold.eot?#iefix) format('embedded-opentype'), url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-ExtraBold.woff2) format('woff2'), url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-ExtraBold.woff) format('woff'), url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-ExtraBold.ttf) format('truetype');
}

* {
    margin: 0;
    padding: 0;
}

html, body {
    position: relative;
    width: 100%;
    min-width: 320px;
    padding: 0;
    margin: 0;
    font-size: 15px;
}

.skip, caption {
    position: absolute;
    font-size: 0;
    width: 0;
    height: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    background: none;
    overflow: hidden;
    display: none;
}

.Kor {
    ime-mode: active !important;
}

.Eng {
    ime-mode: inactive !important;
}

ul {
    list-style: none;
}

b, strong {
    font-weight: 600;
}


#content:after {
    content: '';
    display: block;
    clear: both;
}

.wrap {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}


/* Title */
.SubTitle {
    position: relative;
    margin: 0 0 14px 0;
    padding: 0 0 0 38px;
    font-weight: 600;
    font-size: 25px;
    line-height: 1.5em;
    color: #10488c;
    *clear: both;
    text-align: left;
    background: url('/main/Common/images/bullet01.png') no-repeat 0 8px;
}

.SmallTitle {
    display: block;
    margin: 0 0 14px 0;
    padding: 6px 0 0 0;
    font-weight: 600;
    font-size: 20px;
    min-height: 24px;
    line-height: 1.5em;
    color: #1270b3;
    position: relative;
    text-align: left;
    *clear: both;
    /* 20230424hph 스타일 수정 */
    /* background: url('/main/Common/images/bullet02.gif') no-repeat 0 0; */
}

.sTitle {
    margin: 0 0 10px;
    padding: 0;
    font-weight: 600;
    font-size: 16px;
    min-height: 20px;
    line-height: 1.5em;
    color: #1270b3;
    position: relative;
    text-align: left;
    clear: both;
}

h4.sTitle > span {
    color: #989898;
    font-weight: normal;
    font-size: 15px;
    padding-left: 8px;
}

/* Badge */
.badge01 {
    background-color: #264592 !important;
}

.badge02 {
    background-color: #5e9a1e !important;
}

.badge03 {
    background-color: #414a5f !important;
}

.badge04 {
    background-color: #de8e1f !important;
}

.badge05 {
    background-color: #e14c4c !important;
}

/* Box Type */
.box {
    display: block;
    margin: 4px 0 30px 0;
    padding: 10px 20px;
    border: 1px solid #dcdcdc;
    background: #f9f9f9;
}

    .box.type1 {
        padding: 30px 0;
        text-align: center;
    }

        .box.type1 strong {
            font-size: 26px;
        }

/* Taxt Type */
.taxt-type01 {
    border-top: 1px dashed #d2cdcd;
    padding-top: 5px;
    margin: 0;
}

/* list */
ul.listStyle01 li, ul.listStyle01 li > p {
    list-style: none;
    margin-top: 8px;
    padding-left: 14px;
}

ul.listStyle01 ul {
    margin-bottom: 10px;
}

ul.listStyle01 > li {
    background: url('/main/Common/images/bullet.gif') no-repeat 2px 10px;
}

    ul.listStyle01 > li > ul > li, ul.listStyle01 > li > p {
        background: url('/main/Common/images/bullet01.gif') no-repeat 2px 10px;
    }

        ul.listStyle01 > li > ul > li > ol > li {
            list-style-type: inherit;
            margin-left: 20px;
            padding-left: 0;
        }

ul.listStyle03 {
}

    ul.listStyle03 > li {
        border-top: 1px dotted #ccc;
        padding: 0.5rem 0.3rem;
        margin: 0.4rem 0;
    }

        ul.listStyle03 > li:first-child {
            border-top: none;
            margin-top: 0;
        }

h4.sTitle + ul {
    margin-left: 14px;
}

ol.listNum li { /* list-style-type:none; */
    margin-top: 8px;
    margin-left: 20px;
}

    ol.listNum li ol {
        margin-bottom: 10px;
    }

        ol.listNum li ol li {
            margin-left: 20px;
        }

/* Memmber list */
.mlist-form {
}

    .mlist-form .mlist-info {
        position: relative;
        text-align: left;
        padding: 10px;
        margin: 0;
        font-size: 12px;
    }

        .mlist-form .mlist-info:after {
            content: '';
            display: block;
            clear: both;
        }

        .mlist-form .mlist-info .img {
            float: left;
            width: 64px;
            height: 64px;
            border-radius: 100px;
            display: block;
            background-position: center;
            background-size: 100%;
        }

            .mlist-form .mlist-info .img:after {
                content: '';
                display: block;
                clear: both;
            }

        .mlist-form .mlist-info .mlist {
            padding: 7px 0 0 80px;
            margin: 0 0 10px 0;
            min-height: 70px;
            position: relative;
        }

            .mlist-form .mlist-info .mlist:after {
                content: '';
                display: block;
                clear: both;
            }

            .mlist-form .mlist-info .mlist li {
                line-height: 1.5em;
            }

                .mlist-form .mlist-info .mlist li > strong {
                    margin-right: 3px;
                }

                .mlist-form .mlist-info .mlist li > a {
                    color: #333;
                }

                    .mlist-form .mlist-info .mlist li > a:hover, .mlist-form .mlist li > a:focus {
                        color: #0c53b4;
                    }

                .mlist-form .mlist-info .mlist li.name {
                    font-size: 13px;
                    font-weight: 600;
                    color: #333;
                    margin-bottom: 4px;
                    letter-spacing: -0.05em;
                }

                    .mlist-form .mlist-info .mlist li.name > strong {
                        font-size: 18px;
                        color: #5d9a1c;
                        font-weight: 800;
                        margin: 0;
                    }

                    .mlist-form .mlist-info .mlist li.name:after {
                    }

                    .mlist-form .mlist-info .mlist li.name > span {
                        color: #8e8f91;
                        font-size: 12px;
                        margin-left: 5px;
                    }

    .mlist-form .box-type02 {
        margin: 0;
        margin-top: 5px;
    }

    .mlist-form .taxt-type01 {
        padding-left: 2px;
    }

    .mlist-form .mlist-info.mlist-detail .mlist {
        min-height: auto;
        margin: 0;
        margin-top: 5px;
        padding-top: 0;
        padding-left: 70px;
    }

        .mlist-form .mlist-info.mlist-detail .mlist:after {
            content: none;
        }

    .mlist-form .mlist-info .img {
        width: 55px;
        height: 55px;
    }

    .mlist-form .mlist-info.mlist-detail .mlist li {
        display: inline-block;
        margin-right: 20px;
    }

        .mlist-form .mlist-info.mlist-detail .mlist li.name {
            display: block;
            margin-right: 0;
        }

    .mlist-form .mlist-info.mlist-detail .box-type02 {
        margin-top: 15px;
        display: block; /* width: 980px; */
    }

/* Info */
.info-non {
    background: transparent url('/main/Common/images/info_none.png') no-repeat 100px center;
    min-height: 95px;
    font-size: 30px;
    line-height: 1.2em;
    text-align: center;
    padding-left: 180px;
    margin: 31px 0;
    color: #555;
}

    .info-non > strong {
        color: #0c53b4;
    }

    .info-non > a {
        display: block;
        font-size: 13px;
        text-decoration: underline;
        color: #888;
    }

        .info-non > a:hover, .info-non > a:focus {
            color: #ff7300;
        }

/* Profile */
.profile-content {
    position: relative;
    background-color: #f7f8f9;
    padding: 10px 20px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    border-image: none;
    border-top: 2px solid #3d4049;
    clear: both;
}

    .profile-content .profile .photo {
        width: 70px;
        height: 70px;
        overflow: hidden;
        -webkit-border-radius: 35px;
        -moz-border-radius: 35px;
        border-radius: 35px;
        position: absolute;
        top: 0px;
        left: 0px;
    }

        .profile-content .profile .photo img {
            height: 100%;
            width: 100%;
        }

    .profile-content .profile {
        background: none;
        padding: 0;
    }

        .profile-content .profile .myinfo {
            padding: 10px 0 0 90px;
            margin: 0;
            position: relative;
        }

            .profile-content .profile .myinfo .name {
                margin: 0 0 4px 0;
                padding: 0;
                font-family: 'Nanum Gothic Bold';
                font-weight: 600;
                font-size: 20px;
                color: #333;
                line-height: 1.25em;
            }

        .profile-content .profile ul {
            margin: 0;
        }

        .profile-content .profile li {
            padding: 0px 0px 0 74px;
            word-break: break-all;
            margin: 0px 0px 5px 0;
            list-style: none;
            color: #555;
            font-size: 12px;
            position: relative;
            min-height: 18px;
            background: url(/main/Common/images/bullet03.gif) no-repeat 0 7px;
        }

        .profile-content .profile ul li span.tit {
            display: inline-block;
            position: absolute;
            top: 0;
            left: 10px;
            width: 60px;
            color: #000;
            font-weight: 600;
        }


/* Link img */
.link-img {
    display: block;
    text-align: center;
}

    .link-img img {
        border: 1px solid #dcdcdc;
        max-width: 100%;
    }

    .link-img span {
        display: block;
        margin-top: 5px;
        color: #555;
    }

    .link-img:hover, .link-img:focus, .link-img:hover span, .link-img:focus span {
        font-weight: 800;
        text-decoration: none;
        color: #0c53b4;
    }


/* Border List */
.border-list {
}

    .border-list .subject {
        display: block;
        width: 100%;
        color: #555;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .border-list a:hover .subject, .border-list a:focus .subject {
        font-weight: 600;
        color: #07408d;
    }

    .border-list .date {
        font-family: tahoma;
        font-size: 12px;
        color: #999;
    }

    .border-list .btn {
    }


/* TAB */
.nav-tabs {
    border-bottom: none;
    background: url(/main/Common/images/nav_tabs_bg.gif) repeat left bottom;
}

    .nav-tabs.nav-justified {
        background: none;
    }

    .nav-tabs > li {
        height: 47px;
    }

    .nav-tabs.nav-justified > li {
        height: auto;
    }

        .nav-tabs > li > a, .nav-tabs.nav-justified > li > a {
            margin-top: 4px;
            margin-left: 0;
            padding: 16px 10px;
            border: #ccc solid 1px;
            line-height: 1em;
            border-radius: 0; /* background: #f5f5f5; */
            color: #777;
            font-size: 16px;
            font-weight: 600;
            box-sizing: border-box;
        }

    .nav-tabs > li > a {
        border-bottom: #0e448d solid 1px;
    }

        .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
            background: #ececec;
            border: #ccc solid 1px;
            border-bottom: transparent;
            color: #0c53b4;
        }

    .nav-tabs.nav-justified > li > a:hover, .nav-tabs.nav-justified > li > a:focus {
        border-bottom: #ccc solid 1px;
    }

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
        display: block;
        cursor: default;
        background: #1e62b5;
        border: 1px solid #10629c;
        border-bottom-color: #fff;
        color: #fff;
    }


.tab-content > .tab-pane {
    padding: 40px 0;
}

.nav-tabs.tab-style {
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    background: none;
}

    .nav-tabs.tab-style li {
        height: 47px;
    }

        .nav-tabs.tab-style li a {
            line-height: 25px;
            padding: 6px 8px;
            font-size: 14px;
            position: relative;
            border: 1px solid #ccc;
            border-radius: 0;
            background-color: #f8f8f8;
            border-bottom-color: #ccc;
            color: #666;
            font-weight: 400;
            margin-top: 0.5rem;
        }

            .nav-tabs.tab-style li.active a, .nav-tabs.tab-style li a:hover, .nav-tabs.tab-style li a:focus {
                border-top: #002148 solid 2px;
                margin-top: 7px;
                background: #fff;
                color: #002148;
                border-left: 1px solid #ccc;
                border-right: 1px solid #ccc;
                font-weight: 600;
            }

    .nav-tabs.tab-style > li.active:first-child > a, .nav-tabs.tab-style > li.active:first-child > a {
        border-left: 1px solid #ccc;
    }

@media (min-width:768px) {
    .nav-tabs.nav-justified > li > a, .nav-tabs.nav-justified > li > a:hover, .nav-tabs.nav-justified > li > a:focus {
        border-left: #f5f5f5 solid 1px; /* border-bottom: #0e448d solid 1px; */
    }

    .nav-tabs.nav-justified > li:first-child > a {
        border-left: #ccc solid 1px;
    }

    .nav-tabs > li.active:first-child > a, .nav-tabs.nav-justified > li.active:first-child > a {
        border-left: #0e448d solid 1px;
    }
}

@media (min-width:992px) {
    .nav-tabs.nav-justified > li.active > a, .nav-tabs.nav-justified > li.active > a:focus, .nav-tabs.nav-justified > li.active > a:hover { /* font-size: 16px; */
        border-bottom: #0e448d solid 1px;
    }
}

/* TAB_sub_wide */
.sub_wide .nav-tabs > li > a, .sub_wide .nav-tabs.nav-justified > li > a {
    padding: 18px 10px;
    font-size: 16px;
}

@media (min-width:992px) {
    .sub_wide .nav-tabs.nav-justified > li.active > a, .sub_wide .nav-tabs.nav-justified > li.active > a:focus, .sub_wide .nav-tabs.nav-justified > li.active > a:hover {
        font-size: 18px;
    }
}

/* pagination */
.pn-wrap {
    text-align: center;
    margin-top: 10px;
}

.pagination {
    margin: 0;
}

    .pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span {
        border-radius: 0;
    }

/* pagination_large */
.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 3px 10px;
    font-size: 13px;
}




/* table */
.table-responsive {
    overflow: auto;
    background-color: #f5f5f5; /* border: 1px solid #ddd; */
    margin-bottom: 5px;
}

.table {
    background: #fff;
    border-top: #3d4049 solid 2px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 0px;
}

    .table > thead > tr > th {
        vertical-align: middle;
        background: #f7f8f9;
        color: #000;
        text-align: center;
        font-weight: 600;
    }

    .table > tbody > tr > th {
        background: #f9f9f9;
        color: #12235a;
        text-align: center;
        font-weight: 600;
    }

    .table > thead > tr > td, .table > thead > tr > th, .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th {
        text-align: center;
        vertical-align: middle; /* word-break: keep-all; */
        padding: 8px 14px;
        line-height: 1.5;
    }

        .table > tbody > tr > td:first-child, .table > tbody > tr > th:first-child, .table > tfoot > tr > td:first-child, .table > tfoot > tr > th:first-child {
            border-left: none;
        }

    .table.table-bordered > thead > tr > th {
        vertical-align: middle;
        color: #000;
        text-align: center;
        border: none;
        border-left: 1px solid #dddddd;
        border-bottom: 2px solid #ddd;
        font-weight: 600;
    }

    .table.table-bordered > tbody > tr > th {
        background: #fafafa;
        color: #073e7e;
        text-align: center;
        font-weight: 600;
    }

    .table.table-bordered > tbody > tr > td, .table.table-bordered > tbody > tr > th, .table.table-bordered > tfoot > tr > td, .table.table-bordered > tfoot > tr > th {
        border-bottom: #ddd solid 1px;
        border-left: #ddd solid 1px;
    }

        .table.table-bordered > tbody > tr > td:first-child, .table.table-bordered > tbody > tr > th:first-child, .table.table-bordered > tfoot > tr > td:first-child, .table.table-bordered > tfoot > tr > th:first-child {
            border-left: none;
        }

.panel .panel-body.panel-table {
    background-color: #eee;
    padding: 0;
}

    .panel .panel-body.panel-table .table-bordered, .panel-table.calendar .calendar-month .table-bordered {
        border-left: none;
    }

        .panel .panel-body.panel-table .table-bordered > tbody > tr > td:first-child, .panel .panel-body.panel-table .table-bordered > thead > tr > th:first-child,
        .panel-table.calendar .calendar-month .table-bordered > thead > tr > th:first-child, .panel-table.calendar .calendar-month > .table-bordered > tbody > tr > td:first-child {
            border-left: none;
        }

.table .listStyle01, .table .listStyle02, .table .listStyle03, .table .listStyle04 {
    margin-bottom: 0;
}

.hline th, .hline td, .hline {
    border-top: #034879 solid 1px !important
}


/* table-sm */
.pannel-sm .form-control {
    height: 26px;
}

.pannel-sm textarea.form-control {
    height: auto;
}

.pannel-sm .btn {
    height: 26px;
    padding: 3px 8px;
}


.table-condensed > thead > tr > td, .table-condensed > thead > tr > th, .table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th {
    padding: 2px 4px;
    font-size: 13px;
}



/** table_responsive **/
.tb_lst {
    position: relative;
    width: 100%;
    max-width: 100%;
}

    .tb_lst table {
        margin-bottom: 0;
    }

        .tb_lst table tbody tr td {
            padding: 8px;
        }

@media all and (max-width:767px) {
    .tb_lst {
        border-top: 2px solid #444;
        border-bottom: 1px solid #444;
    }

        .tb_lst table {
            display: block;
        }

            .tb_lst table thead {
                display: none;
            }

            .tb_lst table tbody {
                display: block;
            }

                .tb_lst table tbody tr {
                    display: block;
                    border-top: 1px solid #999;
                }

                    .tb_lst table tbody tr:first-child {
                        border-top: 0;
                    }

                        .tb_lst table tbody tr:first-child td:first-child {
                            border-top: 0;
                        }

                    .tb_lst table tbody tr:before, .tb_lst table tbody tr:after {
                        content: " ";
                        display: table;
                    }

                    .tb_lst table tbody tr:after {
                        clear: both;
                    }

                    .tb_lst table tbody tr td:before {
                        content: attr(data-th);
                        display: block;
                        position: absolute;
                        top: 0;
                        bottom: 0;
                        left: 0;
                        width: 120px;
                        padding: 10px;
                        border-right: 1px solid #ddd;
                        background-color: #f1f1f1;
                        color: #333;
                        font-weight: 400;
                        text-align: left;
                    }

                    .tb_lst table tbody tr td {
                        display: block;
                        position: relative;
                        float: left;
                        width: 100%;
                        min-height: 44px;
                        padding: 10px 10px 10px 130px;
                        border-left: 0;
                        text-align: left;
                    }
}

@media all and (max-width:1330px) {
    .tb_lst table tbody tr td .form-inline input {
        margin-bottom: 4px;
    }
}


/* ////////////////////////////////////////////////////////////////////////////////////////// */
/* panel */
.panel-heading, .panel-footer {
    line-height: 1em;
}

.panel .Title {
    font-weight: 600;
    font-size: 28px;
    display: block;
    margin: 40px 0;
    color: #333;
}

.panel .panel-body {
    overflow: auto;
}

    .panel .panel-body.bg-default {
        background-color: #f5f5f5;
        text-align: center;
    }

.panel .panel-line {
    border-top: 1px solid #ddd
}

.panel-footer-btn .btn-group .glyphicon {
    top: 3px;
}

.panel.panel-icon {
    border-color: #ddd;
}

    .panel.panel-icon .panel-body {
        padding: 10px;
    }

    .panel.panel-icon .Title {
        font-weight: 600;
        font-size: 20px;
        line-height: 1.5em;
        display: block;
        border-bottom: #ddd dashed 1px;
        padding-bottom: 10px;
        margin: 0 0 5px;
        color: #333;
    }

    .panel.panel-icon .icon {
        margin: 0;
        padding: 15px 0;
    }

        .panel.panel-icon .icon .glyphicon {
            font-size: 48px;
        }

    .panel.panel-icon .icon-img > span {
        display: block;
        width: 80px;
        height: 60px;
        margin: 15px auto 0;
        background-position: center center;
        background-repeat: no-repeat;
    }

    .panel.panel-icon .icon-img .icon-CV {
        background-image: url('/main/Common/images/icon-CV.png')
    }




    .panel.panel-icon .icon-img .icon-edit {
        background-image: url('/main/Common/images/icon-edit.png')
    }

.panel .with-btn {
    min-height: 26px;
    line-height: 26px;
    margin: 0;
    text-align: left;
}

.panel .list-group {
    overflow: hidden;
    overflow-y: auto;
}

/* panel_small */
.pannel-sm .panel-heading, .pannel-sm .panel-footer {
    padding: 10px;
}

.pannel-sm .btn {
    height: 26px;
    padding: 4px;
    font-size: 12px;
}




/* ////////////////////////////////////////////////////////////////////////////////////////// */
/* form */
input[type='file'] {
    height: 26px;
    padding: 1px;
    background: transparent;
}

.form-horizontal td .form-group {
    margin-left: 0px;
    margin-right: 0px;
}

.form-horizontal .control-label {
    padding-top: 4px;
    font-weight: 600;
    font-size: 12px;
}

.form-horizontal .control-text {
    padding-top: 4px;
    font-weight: 400;
}


/* input */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type='date'], input[type='time'], input[type='datetime-local'], input[type='month'] {
        line-height: normal;
    }
}


/* Search Form */
.search-form {
    margin: 0 0 20px 0;
    padding: 10px 10px 3px;
    background: #f7f8f9;
    border: #ddd solid 1px;
    border-top: 2px solid #3d4049;
}

    .search-form .form-group {
        margin-bottom: 5px;
    }

    .search-form .info {
        padding-bottom: 4px;
        font-weight: 600
    }

    .search-form label {
        color: #000;
        margin-right: 7px;
    }

    .search-form .control-label {
        padding-left: 18px;
        margin-bottom: 0;
        background: url('/main/Common/images/bullet03.gif') no-repeat 9px 7px;
        font-weight: 600;
        vertical-align: middle;
    }

    .search-form .control-text {
        color: #555;
        vertical-align: middle;
    }

/* Search Form_small */
.search-form-sm {
    font-size: 14px;
}

    .search-form-sm .form-control {
        height: 26px;
        padding: 4px;
    }

    .search-form-sm .btn {
        height: 26px;
        padding: 4px;
        font-size: 12px;
    }





/* checkbox, radio */
.checkbox-inline, .radio-inline {
    padding-left: 0;
}

.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    padding-top: 3px;
}

.checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
    margin-left: 0;
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    margin-left: 0;
    position: static;
    vertical-align: text-bottom;
}

.checkbox label, .checkbox-inline label, .radio label, .radio-inline label {
    padding-left: 2px;
    margin-right: 7px;
    margin-bottom: 0;
    font-weight: 400 !important;
    color: #555;
}


/* Board Style */
.board-contents img {
    max-width: 100%;
}

.gallery {
    margin: 0;
    overflow: hidden;
}

    .gallery > ul {
        list-style: none;
        margin: 0 -1%;
        padding: 0;
    }

        .gallery > ul > li {
            list-style: none;
            margin: 0 1% 30px;
            padding: 0;
            float: left;
            width: 23%;
        }

            .gallery > ul > li .thumbnail {
                overflow: hidden;
                margin-bottom: 0;
                border-radius: 0;
            }

.caption {
    padding: 5px;
    background: #F7F7F7;
}

    .caption p {
        margin-bottom: 5px;
    }

.view {
    overflow: hidden;
    position: relative;
    text-align: center;
    box-shadow: 1px 1px 2px #e6e6e6;
    cursor: default;
    height: auto;
    max-height: 160px;
}

    .view .mask, .view .content {
        position: absolute;
        width: 100%;
        overflow: hidden;
        top: 0;
        left: 0;
    }

    .view img {
        display: block;
        position: relative;
    }

    .view p {
        font-family: inherit;
        font-style: normal;
        font-size: 12px;
        position: relative;
        color: #fff;
        padding: 0;
        text-align: center;
    }

.view-first img {
    transition: all .2s linear;
}

.view-first .mask {
    opacity: 0;
    background-color: rgba(0,0,0,0.5);
    height: 100%;
    transition: all .4s ease-in-out;
}

.view-first p {
    transform: translateY(100px);
    opacity: 0;
    transition: all .2s linear;
    height: 100%;
    width: 100%;
    display: table;
}

    .view-first p a {
        color: #fff;
        display: table-cell;
        text-decoration: none;
        padding: 20px;
        vertical-align: middle;
        height: 100%;
        width: 100%;
    }

.view-first:hover img {
    transform: scale(1.1);
}

.view-first:hover .mask {
    opacity: 1;
}

.view-first:hover p {
    opacity: 1;
    transform: translateY(0px);
    transition-delay: .1s;
}

.gallery > ul > li .thumbnail .image {
    overflow: hidden;
}

.gallery > ul > li .caption {
    padding: 5px;
    background: #F7F7F7;
}

.gallery .media-heading {
    font-size: 14px;
    font-weight: 600;
    margin: 5px 0;
    padding: 0;
    line-height: 1.25em;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

    .gallery .media-heading a, .webzine .media-heading a {
        font-weight: 600;
    }

    .gallery .media-heading a, .webzine .media-heading a, .webzine p a {
        color: #000;
    }

        .gallery .media-heading a:hover, .gallery .media-heading a:focus, .webzine .media-heading a:hover, .webzine .media-heading a:focus, .webzine p a:hover, .webzine p a:focus {
            color: #0c53b4;
            text-decoration: none
        }

.gallery > ul > li .caption p {
    margin-bottom: 5px;
}

.webzine {
    margin: 0;
}

    .webzine > ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .webzine > ul > li {
            padding: 10px 0 0 0;
            margin: 0;
            border-bottom: #eee solid 1px;
        }

            .webzine > ul > li:last-child {
                border-bottom: none;
            }

    .webzine .media .thumbnail {
        width: 140px;
        height: 90px;
        overflow: hidden;
        border-radius: 0;
    }

        .webzine .media .thumbnail .media-object {
            width: 100%;
            height: 100%;
        }

    .webzine .media .media-heading {
        font-weight: 600;
        margin: 0 0 10px 0;
        padding: 0;
        font-size: 14px;
    }

    .webzine .media-body p {
        font-size: 12px;
        margin-bottom: 5px;
    }

p.summary {
    font-size: 11px;
    color: #ccc;
    margin-bottom: 0;
}

.webzine .media-body p.summary {
    margin-bottom: 20px;
}

p.summary .summary-title {
    color: #999;
    padding: 0 5px
}

.mask p.summary .summary-title {
    color: #ccc;
}

p.summary .summary-title:first-child {
    padding-left: 0
}

p.summary strong {
    color: #666;
    padding-right: 5px
}

.mask p.summary strong {
    color: #fff;
}

p.summary .summary-file {
    margin: 0 2px 5px 0;
    display: inline-block;
}

    p.summary .summary-file a {
        background-color: #eee;
        padding: 2px 5px;
        border-radius: 5px;
        font-size: 12px;
    }

        p.summary .summary-file a:hover, p.summary > .summary-file > a:focus {
            background-color: #ddd;
            text-decoration: none;
            color: #000
        }

        p.summary .summary-file a > .glyphicon {
            font-size: 11px;
            top: 2px
        }

.board-title {
    text-align: left !important;
}

    .board-title a:link {
        color: #000;
    }

    .board-title a:hover, .board-title a:focus {
        color: #0c53b4;
        font-weight: 600;
        text-decoration: none;
    }

    .board-title .comment-num {
        color: #f02801;
        font-weight: 600;
        font-size: 11px;
    }

    .board-title .icons > img {
        margin-left: 2px;
    }

.pager li > a, .pager li > span {
    font-weight: 600;
    font-size: 12px;
}

.comments-heading {
    margin: 0;
    padding: 0;
}

    .comments-heading .badge {
        background-color: #5e9a1e;
    }

ul.messages {
    padding: 0;
    list-style: none;
}

    ul.messages li, .tasks li {
        border-bottom: 1px dotted #e6e6e6;
        padding: 8px 0;
    }

        ul.messages li img.avatar, img.avatar {
            height: 32px;
            width: 32px;
            float: left;
            display: inline-block;
            border-radius: 2px;
            padding: 2px;
            background: #f7f7f7;
            border: 1px solid #e6e6e6;
        }

        ul.messages li .message_date {
            float: right;
            text-align: right;
        }

        ul.messages li .message_wrapper {
            margin-left: 50px;
            margin-right: 40px;
        }

            ul.messages li .message_wrapper .heading {
                font-size: 14px;
                font-weight: 600;
                margin: 0;
                cursor: pointer;
                margin-bottom: 10px;
                line-height: 100%;
            }

            ul.messages li .message_wrapper blockquote {
                padding: 0 10px;
                margin: 0;
                border-left: 5px solid #eee;
            }

            ul.messages li .message_wrapper .heading > span {
                font-size: 11px;
                font-weight: 600;
            }

.panel.comment-write {
    background-color: #eee;
}

    .panel.comment-write textarea {
        margin-bottom: 5px;
    }

ul.comment li {
    padding: 15px 0 !important;
}

    ul.comment li .message_wrapper {
        margin-right: 0;
    }

        ul.comment li .message_wrapper .heading {
            cursor: auto;
        }

        ul.comment li .message_wrapper blockquote {
            font-size: inherit;
        }

        ul.comment li .message_wrapper .comment-btn {
            margin: 0;
            display: inline-block;
            float: right;
        }

        ul.comment li .message_wrapper ul.comment li {
            border-bottom: none;
            border-top: #eee solid 1px;
            margin-top: 15px;
        }

            ul.comment li .message_wrapper ul.comment li:last-child {
                padding-bottom: 0 !important;
            }

        ul.comment li .message_wrapper .comment-write {
            margin-bottom: 0 !important;
        }

/* Text Type */
.text-center {
    text-align: center !important;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

/* Gap */
.xgap {
    height: 80px;
    clear: both
}

.gap {
    height: 50px;
    clear: both
}

.sgap {
    height: 20px;
    clear: both
}

.gapLine {
    border-top: 1px dashed #ccc;
    margin: 17px 0;
}

/* width */
.w5 {
    width: 5%;
}

.w10 {
    width: 10%;
}

.w15 {
    width: 15%;
}

.w20 {
    width: 20%;
}

.w25 {
    width: 25%;
}

.w30 {
    width: 30%;
}

.w35 {
    width: 35%;
    *width: 34.5%;
}

.w40 {
    width: 40%;
}

.w45 {
    width: 45%;
}

.w50 {
    width: 50%;
}

.w55 {
    width: 55%;
}

.w60 {
    width: 60%;
}

.w65 {
    width: 65%;
}

.w70 {
    width: 70%;
}

.w75 {
    width: 75%;
}

.w80 {
    width: 80%;
}

.w85 {
    width: 85%;
}

.w90 {
    width: 90%;
}

.w95 {
    width: 95%;
}

.w100 {
    width: 100%;
}


/* pointcolor */
.c01 {
    color: #000 !important;
}

.c02 {
    color: #666 !important;
}

.c03 {
    color: #999 !important;
}

.c04 {
    color: #10488c !important;
}

.c05 {
    color: #007eb5 !important;
}

.c06 {
    color: #e22828 !important;
}

.c07 {
    color: #fff !important;
}

.text-info {
    color: #4888e2;
}

/* BG */
.bg-point1 {
    background-color: #ea5404 !important;
}

.bg-point2 {
    background-color: #ed9b2b !important;
}

.bg-point3 {
    background-color: #2e968f !important;
}

.bg-point4 {
    background-color: #607ea0 !important;
}


/* font size */
.font11 {
    font-size: 11px !important
}

.font12 {
    font-size: 12px !important
}

.font13 {
    font-size: 13px !important
}

.font14 {
    font-size: 14px !important
}

.font15 {
    font-size: 15px !important
}

.font18 {
    font-size: 18px !important
}

.font20 {
    font-size: 20px !important
}

.font25 {
    font-size: 25px !important
}

.font30 {
    font-size: 30px !important
}

.help-block {
    font-size: smaller;
}

/* MARGINS & PADDINGS */
.p-xxs {
    padding: 5px !important;
}

.p-xs {
    padding: 10px !important;
}

.p-sm {
    padding: 15px !important;
}

.p-m {
    padding: 20px !important;
}

.p-md {
    padding: 25px !important;
}

.p-lg {
    padding: 30px !important;
}

.p-xl {
    padding: 40px !important;
}

.p-w-xxs {
    padding: 0 2px !important;
}

.p-w-xs {
    padding: 0 5px !important;
}

.p-w-sm {
    padding: 0 10px !important;
}

.p-w-m {
    padding: 0 15px !important;
}

.p-w-md {
    padding: 0 20px !important;
}

.p-w-lg {
    padding: 0 25px !important;
}

.p-w-xl {
    padding: 0 35px !important;
}

.p-n {
    padding: 0 !important;
}

.m-xxs {
    margin: 2px 4px !important;
}

.m-xs {
    margin: 5px !important;
}

.m-sm {
    margin: 10px !important;
}

.m {
    margin: 15px !important;
}

.m-md {
    margin: 20px !important;
}

.m-lg {
    margin: 30px !important;
}

.m-xl {
    margin: 50px !important;
}

.m-n {
    margin: 0 !important;
}

.m-l-none {
    margin-left: 0 !important;
}

.m-l-xs {
    margin-left: 5px !important;
}

.m-l-sm {
    margin-left: 10px !important;
}

.m-l {
    margin-left: 15px !important;
}

.m-l-md {
    margin-left: 20px !important;
}

.m-l-lg {
    margin-left: 30px !important;
}

.m-l-xl {
    margin-left: 40px !important;
}

.m-l-n-xxs {
    margin-left: -1px !important;
}

.m-l-n-xs {
    margin-left: -5px !important;
}

.m-l-n-sm {
    margin-left: -10px !important;
}

.m-l-n {
    margin-left: -15px !important;
}

.m-l-n-md {
    margin-left: -20px !important;
}

.m-l-n-lg {
    margin-left: -30px !important;
}

.m-l-n-xl {
    margin-left: -40px !important;
}

.m-t-none {
    margin-top: 0 !important;
}

.m-t-xxs {
    margin-top: 1px !important;
}

.m-t-xs {
    margin-top: 5px !important;
}

.m-t-sm {
    margin-top: 10px !important;
}

.m-t {
    margin-top: 15px !important;
}

.m-t-md {
    margin-top: 20px !important;
}

.m-t-lg {
    margin-top: 30px !important;
}

.m-t-xl {
    margin-top: 40px !important;
}

.m-t-n-xxs {
    margin-top: -1px !important;
}

.m-t-n-xs {
    margin-top: -5px !important;
}

.m-t-n-sm {
    margin-top: -10px !important;
}

.m-t-n {
    margin-top: -15px !important;
}

.m-t-n-md {
    margin-top: -20px !important;
}

.m-t-n-lg {
    margin-top: -30px !important;
}

.m-t-n-xl {
    margin-top: -40px !important;
}

.m-r-none {
    margin-right: 0 !important;
}

.m-r-xxs {
    margin-right: 1px !important;
}

.m-r-xs {
    margin-right: 5px !important;
}

.m-r-sm {
    margin-right: 10px !important;
}

.m-r {
    margin-right: 15px !important;
}

.m-r-md {
    margin-right: 20px !important;
}

.m-r-lg {
    margin-right: 30px !important;
}

.m-r-xl {
    margin-right: 40px !important;
}

.m-r-n-xxs {
    margin-right: -1px !important;
}

.m-r-n-xs {
    margin-right: -5px !important;
}

.m-r-n-sm {
    margin-right: -10px !important;
}

.m-r-n {
    margin-right: -15px !important;
}

.m-r-n-md {
    margin-right: -20px !important;
}

.m-r-n-lg {
    margin-right: -30px !important;
}

.m-r-n-xl {
    margin-right: -40px !important;
}

.m-b-none {
    margin-bottom: 0 !important;
}

.m-b-xxs {
    margin-bottom: 1px !important;
}

.m-b-xs {
    margin-bottom: 5px !important;
}

.m-b-sm {
    margin-bottom: 10px !important;
}

.m-b {
    margin-bottom: 15px !important;
}

.m-b-md {
    margin-bottom: 20px !important;
}

.m-b-lg {
    margin-bottom: 30px !important;
}

.m-b-xl {
    margin-bottom: 40px !important;
}

.m-b-n-xxs {
    margin-bottom: -1px !important;
}

.m-b-n-xs {
    margin-bottom: -5px !important;
}

.m-b-n-sm {
    margin-bottom: -10px !important;
}

.m-b-n {
    margin-bottom: -15px !important;
}

.m-b-n-md {
    margin-bottom: -20px !important;
}

.m-b-n-lg {
    margin-bottom: -30px !important;
}

.m-b-n-xl {
    margin-bottom: -40px !important;
}

.space-15 {
    margin: 15px 0 !important;
}

.space-20 {
    margin: 20px 0 !important;
}

.space-25 {
    margin: 25px 0 !important;
}

.space-30 {
    margin: 30px 0 !important;
}



/****************************** mypage ******************************/
/* lg_category */
.lg_category {
    margin-bottom: 30px;
}

.lg_category {
    margin-bottom: 30px;
}

    .lg_category ul {
        border-top: #5a666b solid 1px;
        border-right: #5a666b solid 1px;
    }

        .lg_category ul li {
            float: left;
            width: 50%;
            margin: 0;
            padding: 0;
            border-left: #5a666b solid 1px;
            border-bottom: #5a666b solid 1px;
            background: #6d787d;
        }

            .lg_category ul li a {
                position: relative;
                display: inline-block;
                padding: 30px 10px 30px 100px;
                width: 100%;
                color: #fff;
                font-size: 16px;
                font-weight: 600;
                opacity: 0.5;
            }

                .lg_category ul li a .ico {
                    display: block;
                    position: absolute;
                    top: 10px;
                    left: 20px;
                    width: 70px;
                    height: 70px;
                    background-image: url(/main/Common/images/lg_category_bg.png);
                    background-repeat: no-repeat;
                    background-position: 0 0;
                }

            .lg_category ul li.ct_2 a .ico {
                background-position: -100px 0;
            }

            .lg_category ul li.ct_3 a .ico {
                background-position: -200px 0;
            }

            .lg_category ul li.ct_4 a .ico {
                background-position: -308px 0;
            }

            .lg_category ul li.ct_5 a .ico {
                background-position: -416px 0;
            }

            .lg_category ul li.ct_6 a .ico {
                background-position: -524px 0;
            }

            .lg_category ul li.ct_7 a .ico {
                background-position: -632px 0;
            }

            .lg_category ul li a:hover, .lg_category ul li a:focus {
                opacity: 1;
                color: #fff;
                background: #5a666b;
                text-decoration: none;
            }

            .lg_category ul li.on a {
                opacity: 1;
                color: #fff;
                background: #266898;
                text-decoration: none;
            }

/* mid_category */
.mid_category h4 {
    padding: 13px;
    border-top: #266898 solid 2px;
    border-bottom: #ccc solid 1px;
    background: #fafafa;
    text-align: center;
    color: #266898;
    font-size: 15px;
}

.mid_category select {
    width: 100%;
}

    .mid_category select option {
        margin: 10px 0;
        padding: 4px 10px;
        color: #595959;
    }

@media (min-width:768px) {
    .lg_category ul {
        display: table;
        width: 100%;
        background: #6d787d;
    }

        .lg_category ul li {
            display: table-cell;
            width: 14.28%;
        }

            .lg_category ul li a {
                padding: 20px 10px;
                text-align: center;
            }

                .lg_category ul li a .ico {
                    position: relative;
                    top: inherit;
                    left: inherit;
                    margin: 0 auto;
                }
}

/* Search Form _section */
.search-form.section_src {
    background: #fff
}

    .search-form.section_src .form-inline {
        border-bottom: #ccc solid 1px
    }

    .search-form.section_src .form-group {
        padding: 12px 0;
    }

        .search-form.section_src .form-group .c_tit {
            float: left;
            margin-top: 4px
        }

        .search-form.section_src .form-group label {
            vertical-align: center
        }

        .search-form.section_src .form-group .ml_space {
            margin-left: 100px;
            margin-top: -2px;
        }

            .search-form.section_src .form-group .ml_space .checkbox-inline {
                margin-top: 4px;
            }

.w_800 {
    width: 100%;
}

.section-result {
    margin: 0 0 30px 0;
    padding: 14px;
    border: #ddd solid 1px;
    border-top: #3d4049 solid 2px;
    background: #f7f8f9;
    text-align: center;
}

    .section-result .result_info strong {
        font-size: 24px;
    }

    .section-result .result_info:after {
        content: '';
        display: block;
        margin: 10px auto;
        width: 1px;
        height: 20px;
        background: #266898
    }

    .section-result span {
        font-size: 14px;
        color: #266898
    }

@media (min-width:768px) {
    .w_800 {
        width: inherit;
        width: 800px !important;
    }

    .section-result {
        text-align: left;
    }

        .section-result .result_info {
            display: inline-block;
        }

        .section-result span {
            margin: 0 10px;
            padding: 0 10px;
            border-left: #ccc solid 1px;
        }

        .section-result .result_info:after {
            display: none;
        }
}

/* matching */
.matching {
    margin: 0 -6px;
    margin-bottom: 20px;
    padding: 0;
}

    .matching div {
        padding: 0 6px;
    }

    .matching .inner_box {
        margin: 0;
        padding: 10px;
        border-radius: 0px;
        border: #eaeaea solid 1px;
        border-top: #3d4049 solid 2px;
        text-align: center;
    }

        .matching .inner_box span {
            vertical-align: middle;
        }

        .matching .inner_box .tit {
            display: inline-block;
            margin: 0 0 4px 0;
            padding: 0 4px;
            font-size: 18px;
            font-weight: 600;
        }

        .matching .inner_box .label {
            display: block;
            margin: 0;
            padding: 10px;
            font-size: 13px;
            vertical-align: middle;
            border-radius: 0;
        }

    .matching.style2 .inner_box .tit {
        margin-bottom: 0;
    }

    .matching.style2 .inner_box span {
        display: inline-block;
        min-width: 50px;
    }

/* matching_sm */
.matching_sm .inner_box .label {
    padding: 6px;
}

.matching_sm .inner_box .tit {
    font-size: 14px;
}


/* login */
.login_modal {
    z-index: 3001;
    min-width: 320px;
}


@media (min-width:768px) {
    .login_modal .modal-dialog {
        margin-top: 120px;
    }

    .login_modal .modal-dialog {
        width: 500px;
    }
}


/* modal */
.modal-dialog .table > thead > tr > td, .modal-dialog .table > thead > tr > th,
.modal-dialog .table > tbody > tr > td, .modal-dialog .table > tbody > tr > th,
.modal-dialog .table > tfoot > tr > td, .modal-dialog .table > tfoot > tr > th {
    word-break: normal;
}