@charset "utf-8";
/* ==================================================================================
    [vendor.css]
        - external plugins style
================================================================================== */
/* ----------------------------------------------------------------------------------
    bootstrap
---------------------------------------------------------------------------------- */
/* button style */
.btn {
    border-radius: 2px;
}

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

/* 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;
    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;
}
.table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 1px solid #dfdfdf;
}
.table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 1px solid #dfdfdf;
}
.table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 1px solid #dfdfdf;
}

/* form style */
.form-control-static {
    padding-top: 0;
    padding-bottom: 0;
    min-height: 100%;
}
.radio, .checkbox {
    margin-top: 0;
    margin-bottom: 0;
}

/* text */
.text-primary {
    color: #33f;
}
.text-danger {
    color: #f33;
}
.text-success {
    color: #45AC40;
}

/* tooltip */
.tooltip {
    width: 400px;
}
.ion-help-circled {
    cursor: pointer;
}

.dropdown-backdrop {
    display: none !important;
}

/* nav */
.article .nav-justified,
.article .nav-tabs.nav-justified {
    margin: 0 0 30px;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    padding: 12px 10px;
    font-size: 17px;
    color: #767676;
    border-bottom: 1px solid #143e91;
    border-radius: 0;
    background-color: #f7f7f7;
}
.nav-tabs-justified > li > a:hover, .nav-tabs.nav-justified > li > a:hover {
    color: #666;
    border-color: #fafafa;
    border-bottom: 1px solid #143e91;
    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: 800;
    color: #143e91;
    border: 1px solid #143e91;
    border-top-width: 3px;
    border-bottom: 1px solid #fff;
    background-color: #fff;
}

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

/* ----------------------------------------------------------------------------------
    formValidation
---------------------------------------------------------------------------------- */
/* label */
.has-error .title-label {
    color: #a94442;
}

/* ----------------------------------------------------------------------------------
    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;
}


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

    /* nav */
    .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;
        border: 1px solid #143e91;
        border-radius: 2px;
        background-color: #143e91;
    }

}
