@charset "utf-8";
/* ==================================================================================
    [vendor.css]
        - external plugins style
================================================================================== */
/* ----------------------------------------------------------------------------------
    bootstrap
---------------------------------------------------------------------------------- */
/* button style */
.btn {
    border-radius: 2px;
}
.btn-xs {
    font-size: 13px;
}
.btn-sm {
    font-size: 15px;
}
.btn-lg {
    padding: 15px 30px;
    font-size: 21px;
    line-height: 1.3333333;
    border-radius: 30px;
}
.btn span {
    display: inline-block;
    vertical-align: middle;
}
.btn ion-icon {
    display: inline-block;
    vertical-align: middle;
    font-size: 19px;
}

/* form style */
.form-control {
    height: 34px;
    border-radius: 2px;
}

.radio {
    padding-left: 10px;
}

/* table style */
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
    padding: 8px 10px;
    line-height: 1.5;
    font-size: 15px;
    vertical-align: middle;
}
.table > thead > tr > th,
.table > thead > tr > td {
    font-size: 15px;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
    border: 1px solid #dfdfdf;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
    border-bottom: 3px double #dfdfdf;
}
.table-bordered > tbody > tr > th {
    font-weight: 400;
}

/* text */
.text-primary {
    color: #33f !important;
}
.text-danger {
    color: #f33 !important;
}

/* modal popup */
.article.schedule .section .modal-header {
    color: #fff;
    background-color: #046AB6;
}
.article.schedule .section .modal-conts {

}
.article.schedule .section .modal-conts .section {
    padding: 20px 10px;
}
.article.schedule .section .modal-conts .section h2.section-title {
    text-align: left;
    font-size: 18px;
}
.article.schedule .section .modal-conts .section .section-list {

}
.article.schedule .section .modal-conts .section .section-list > li {
    margin: 0 0 10px;
    font-size: 15px;
}
.article.schedule .section .modal-conts .section .table-bordered {
    table-layout: initial;
    border-left: 0;
    border-right: 0;
}
.article.schedule .section .modal-conts .section table.table tr:first-child th,
.article.schedule .section .modal-conts .section table.table tr:first-child td {
    border-top: 3px solid #046AB6;
}
.article.schedule .section .modal-conts .section table.table tr th {
    padding: 10px 15px;
    line-height: 1.6;
    text-align: center;
    font-size: 15px;
    border-right: 1px solid #dfdfdf;
    border-left: 0;
    background-color: #fafafa;
}
.article.schedule .section .modal-conts .section table.table tr td {
    padding: 10px 15px;
    line-height: 1.6;
    text-align: center;
    font-size: 15px;
    border-right: 1px solid #dfdfdf;
}
.article.schedule .section .modal-conts .section table.table tr td:nth-child(2) {
    text-align: left;
}
.article.schedule .section .modal-conts .section table.table tr td:last-child {
    border-right: 0;
}

/* ----------------------------------------------------------------------------------
    bxslider
---------------------------------------------------------------------------------- */
.bx-wrapper {
    border: 0;
    background: transparent;
    box-shadow: none;
}

/* ----------------------------------------------------------------------------------
    drawer.js
---------------------------------------------------------------------------------- */
nav .dropdown-backdrop {
    display: none;
}
.drawer-open .drawer-overlay {
    z-index: 10;
}
#nav .drawer-menu-item {
    font-size: 16px;
}
#nav .drawer-dropdown-menu-item {
    padding-left: 20px;
    font-size: 13px;
    color: #767676;
}
#nav .drawer-dropdown-menu-item.active {
    color: #0068B7;
    background-color: #F3FAFE;
    /*color: #2c91e5;*/
    /*background-color: #fff9f9;*/
}

/* ----------------------------------------------------------------------------------
    select2.js
---------------------------------------------------------------------------------- */
.select2-container--default
.select2-selection--single {
    border-radius: 1px !important;
}
.select2-container--default
.select2-selection--single
.select2-selection__rendered {
    font-size: 13px;
    color: #333;
}

/* nav */
.article .nav-justified,
.article .nav-tabs.nav-justified {
    margin: 0 0 60px;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    padding: 20px 10px;
    font-size: 19px;
    color: #767676;
    border-bottom: 1px solid #0167B9;
    border-radius: 0;
    background-color: #f7f7f7;
}
.nav-tabs-justified > li > a:hover, .nav-tabs.nav-justified > li > a:hover {
    color: #767676;
    border-color: #fafafa;
    border-bottom: 1px solid #0167B9;
    background-color: #f0f0f0;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
    font-weight: bold;
    color: #0167B9;
    border: 1px solid #0167B9;
    border-top-width: 3px;
    border-bottom: 1px solid #fff;
    background-color: #fff;
}

/* ----------------------------------------------------------------------------------
    Daum map
---------------------------------------------------------------------------------- */
.root_daum_roughmap {
    width: 100% !important;
}

/***************************************************************************
    반응형 스타일
***************************************************************************/
/* max-width: 768px */
@media only screen
and (max-width: 768px) {

    /* nav */
    .article .nav-justified, .article .nav-tabs.nav-justified {
        margin-bottom: 40px;
    }
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin: 0 0 5px;
        border: 1px solid #dfdfdf;
        border-radius: 2px;
        background-color: #eee;
    }
    .nav-tabs-justified > li > a:hover, .nav-tabs.nav-justified > li > a:hover {
        color: #666;
    }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
        color: #fff !important;
        border: 1px solid #4A8DCB;
        border-radius: 2px;
        background-color: #4A8DCB;
    }
    .nav-justified > li, .nav-tabs.nav-justified > li {
        float: left;
        width: 50%;
    }
    .nav-justified > li, .nav-tabs.nav-justified > li:nth-child(2n) {
        padding-left: 2px;
    }
    .nav-justified > li, .nav-tabs.nav-justified > li:nth-child(2n+1) {
        padding-right: 2px;
    }
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
        padding: 8px 5px;
        font-size: 14px;
    }
    .article .section caption {
        text-align: left !important;
    }

}
