﻿@charset "utf-8";

/***********************************************************************************************************************
* layout
***********************************************************************************************************************/
body {
    border-top: 2px solid #00236a;
}

#header {
    border-bottom: 1px solid #3573ef;
    background: #3573ef !important;
}
#header .header-inner {
    border-bottom: 0;
}
.h1-main {
    color: #fefefe;
}
.h1-sub {
    color: #d8f2ff;
}
/*.section h2 {
	margin: 30px 0 10px;
	font-size: 1.2em;
	color: #5d4037;
}*/
.section h3 {
    /*margin: 20px 0 10px;*/
    font-size: 1.2em;
}
#footer address {
    color: #5c6bc0;
}
.container .jumbotron.main-introduce .media img {
    border: 1px solid #dfdfdf;
}
.breadcrumb li.active {
    color: #151d4c;
}
.journal-info ul li {
    color: #d8f2ff;
}
.url a {
    color: #d8f2ff;
}
/***********************************************************************************************************************
* include style
***********************************************************************************************************************/

.utility {
    background: #125aac;
    border-left: 0px solid #1a237e;
    border-right: 0px solid #1a237e;
    border-bottom: 0px solid #1a237e;
}
.utility ul li a {
    color: #fff;
}

/* GNB */
.nav-stacked.nav-tabs li {
    margin: 0 !important;
    border-bottom: 1px solid #eee !important;
}
.nav-stacked.nav-tabs > li > a {
    /*padding: 10px 0 10px 20px !important;*/
    color: #333333 !important;
    background-image: url(/Images/kiee/snb_active.png);
    background-repeat: no-repeat;
    background-position: 165px 10px;
}
.nav-stacked.nav-tabs > li > a:hover,
.nav-stacked.nav-tabs > li > a:focus {
    color: #5c6bc0 !important;
    background-position: 160px 10px;
    background-color: #fff !important;
    outline: none;
}
.nav-stacked.nav-tabs > li.active a {
    color: #113060 !important;
    background-color: #fff !important;
    background-position: 160px 10px;
    outline: none;
}
.nav-stacked.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
    /*color: #8d6e63 !important;*/
    /*background-color: #f0f0f0 !important;*/
}
.nav-stacked.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
    color: #303d9e !important;
}

.gnb-toggle {
    border: 1px solid #9ea7d9;
    background-color: #fafafa;
}
.gnb-toggle .txt {
    color: #1a237e;
}
.gnb-toggle p {
    border: 1px solid #9ea7d9;
    background-color: #e8eaf6;
}
.gnb-toggle p .glyphicon {
    color: #1a237e;
}

/* journal archive */
.journal-toggle {
    border: 1px solid #9ea7d9;
    background-color: #fafafa;
}
.journal-toggle .txt {
    color: #1a237e;
}
.journal-toggle p {
    border: 1px solid #9ea7d9;
    background-color: #e8eaf6;
}
.journal-toggle p .glyphicon {
    color: #1a237e;
}
.journal-panel {
    border-radius: 2px;
}

/* nav-tabs */
.nav.nav-tabs.nav-justified {
    margin: 0 0 30px;
    border-bottom: 0;
}
.nav-tabs.nav-justified > li {
    margin-bottom: -1px !important;
    border: 0 !important;
}
.nav-tabs.nav-justified > li > a {
    height: 50px;
    padding: 20px 0 0 !important;
    line-height: 1.2 !important;
    vertical-align: middle;
    outline: none !important;
    border-bottom: 1px solid #1a237e !important;
}
.nav-tabs.nav-justified > li.active > a {
    font-weight: bold !important;
    color: #1a237e !important;
    border: 1px solid #1a237e !important;
    border-bottom: 1px solid transparent !important;
    background-color: #fff !important;
    border-radius: 5px 5px 0 0 !important;
}

/* Search area */
.form-group {
    margin: 0;
    padding: 0;
}
.form-group.search {
    margin: 0;
    padding: 15px 5px 15px;
    /* border-bottom: 1px solid #eee; */
    background-color: #fff;
    border: 1px solid #3573ef;
    border-radius: 2px;
}
.gnb-search-area,
.sub-search-area {
    margin: 0;
    padding: 0;
    text-align: right;
}
.gnb-search-area .btn,
.sub-search-area .btn {
    margin: 2px 0 0;
    padding: 3px 10px;
    font-size: 12px;
    border-radius: 0;
}
.sub-search-area .btn {
    width: 100%;
}
.gnb-search-area .glyphicon,
.sub-search-area .glyphicon {
    font-size: 12px;
    opacity: 0.8;
}
.gnb-search-area h3 {
    margin: 6px 0 5px;
    font-size: 16px;
    color: #333;
    text-align: left;
}
.gnb-search-area input[type="text"] {
    margin: 0 0 5px;
}
.gnb-search-area input[type="text"]:last-child {
    margin: 0;
}
.sub-search-area {
    margin: 0;
}
#content .well {
    margin: 0 0 20px;
    padding: 8px 5px 8px;
    box-shadow: 0 0 0;
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    background-color: #f7f7f7;
}
#content .well.row > div {
    padding-left: 10px;
    padding-right: 10px;
}
#content .form-control {
    display: block;
    width: 100%;
    height: 28px;
    margin: 0;
    padding: 3px 6px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #303d9e;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
#content .form-control:focus {
    border-color: #303d9e;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}
#content .form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}
#content .form-control:-ms-input-placeholder {
    color: #999;
}
#content .form-control::-webkit-input-placeholder {
    color:#999;
}
#content .form-control[disabled],.form-control[readonly],
#content fieldset[disabled].form-control {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
}
#content textarea.form-control {
    height: auto;
}
#content input[type=search] {
    -webkit-appearance:none;
}
#content select {
    color: #333 !important;
}

#content .form-control-material {
    margin: 0;
    padding: 0;
    color: #009587;
    border: 0;
    background-image: linear-gradient(#009587, #009587), linear-gradient(#d2d2d2, #d2d2d2);
    background-size: 0 2px, 100% 1px;
    background-repeat: no-repeat;
    background-position: center bottom, center calc(100% - 1px);
}

/* Search area */
.gnb-search-area .btn {
    display: block;
    width: 100% !important;
}
#content .well {
    padding: 15px 5px 15px;
    border: 1px solid #3573ef;
    background-color: #fff;
}
#content .form-control {
    border: 1px solid #9ea7d9;
}
.btn-material-indigo-500:not(.btn-link):not(.btn-flat) {
    background-color: #3573ef;
}
.btn-material-cyan-A700:not(.btn-link):not(.btn-flat) {
    background-color: #303d9e;
}

/***********************************************************************************************************************
* common style
***********************************************************************************************************************/
a {
    color: #151d4c;
    transition: all 0.25s;
}
a:hover,
a:focus {
    color: #113060;
}

::selection {
    background:#7986cb;
    color: #FFF;
    text-shadow: none;
}
::-moz-selection {
    background:#7986cb;
    color: #FFF;
    text-shadow: none;
}
::-webkit-selection {
    background:#7986cb;
    color: #FFF;
    text-shadow: none;
}

/***********************************************************************************************************************
* ie8 style
***********************************************************************************************************************/

/* button background color */

.lt-ie9 .btn-material-brown {
    background-color: #5c6bc0;
    color: #fff;
}
.lt-ie9 .btn-material-brown-400 {
    background-color: #7986cb;
    color: #fff;
}
.lt-ie9 .btn-material-brown-500 {
    background-color: #283593;
    color: #fff;
}
.lt-ie9 .btn-material-brown-700 {
    background-color: #1a237e;
    color: #fff;
}

/***********************************************************************************************************************
* Main Page : detail style
***********************************************************************************************************************/

/* current-issue */
.row .doi {
    color: #0074e8;
}

/***********************************************************************************************************************
* Sub Page : common style
***********************************************************************************************************************/
/*about-journal*/
.about-journal-box {
    padding: 20px 30px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.23), 0 3px 10px rgba(0, 0, 0, 0.16);
    border-radius: 2px;
}
.about-journal img {
    border: 1px solid #dfdfdf;
    margin-right: 40px;
    float: left;
}
.about-journal .contents {
    float: left;
}
.about-journal h2 {
    margin: 0 0 10px;
    color: #333 !important;
}
.about-journal .ISO-title {
    color: #767676;
    font-weight: 700;
}
.about-journal ul {
    margin: 0;
}
.about-journal .explain {
    display: inline-block;
}
.about-journal .explain li {
    list-style: none;
    float:left;
    font-size: 13px;
    padding-right: 30px;
    color: #1a237e;
}
.about-journal .explain li:last-child {
    padding-right: 0;
}
.about-journal .explain li .glyphicon {
    padding-right: 5px;
    font-size: 11px;
}
.about-journal .issn {
    margin: 10px 0 0 20px;
}
.about-journal .issn li {
    margin-bottom: 0;
}

/*editorial*/
.online-submission .highlight-blue {
    color: #303d9e;
}
.online-submission .paper-btn-area {
    text-align: center !important;
}
.online-submission .btn-material-indigo-700 {
    background-color: #303d9e !important;
    color: #fff !important;
}

/* section */
.section h2 {
    color: #113060;
}

/* .rdoc-year-menu */
.rdoc-year-menu li.menu li.submenu a:hover{
    color: #1a237e;
}
.rdoc-year-menu li.menu li.submenu a.on{
    color: #1a237e;
}

@media (max-width: 685px) {
    .about-journal img {
        float: none;
        margin-right: 0;
        display: block;
        margin: 0 auto;
    }
    .about-journal .contents {
        padding-top: 20px;
        float: none;
        text-align: center;
    }
    .about-journal .contents p {
        text-align: center !important;
    }
    .about-journal .contents .issn {
        list-style: none;
        margin: 0;
    }
}
.paper-btn-area {
    text-align: center;
}
/***********************************************************************************************************************
* Journal Archive
***********************************************************************************************************************/

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    color: #1a237e;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover,
.pagination > li > span.active {
    border-color: #151d4c;
    background-color: #151d4c;
}

/***********************************************************************************************************************
* Current-issue file color
***********************************************************************************************************************/
:not(.btn-link):not(.btn-flat).btn-material-brown-500 {
    background-color: #3378c1;
}
:not(.btn-link):not(.btn-flat).btn-material-brown-400 {
    background-color: #f52c4a;
}
:not(.btn-link):not(.btn-flat).btn-material-brown-700 {
    background-color: #0ea7a8;
}
:not(.btn-link):not(.btn-flat).btn-material-brown-300 {
    background-color: #e89304;
}

/* ==========================================================================
   modified
   ========================================================================== */
.table-editorial.table th {
    font-weight: 400 !important;
    background-color: #fafafa;
}
.table-editorial.table > tbody > tr > th,
.table-editorial.table > tbody > tr > td {
    padding: 8px 15px !important;
}
.table-styled.table th {
    vertical-align: middle;
    background-color: #fafafa;
}
.table-styled.table td {
    text-align: left !important;
}

/*#header h1 {
    margin: 0;
    padding: 13px 0 0;
}
#header h1 a {
    text-decoration: none;
    font-family: verdana,tahoma,arial,'Malgun Gothic',"Times New Roman",serif;
}
.h1-main {
    float: left;
    margin: 0 13px 0 0;
    padding: 0;
    line-height: 1.1;
    font-size: 46px;
    font-weight: normal;
}
.h1-sub {
    float: left;
    margin: 10px 0 0;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.2;
    color: #767676;
}*/
/*@media (max-width: 640px) {
    #header h1 {
        padding: 10px 0 0;
    }

    .h1-main {
        display: block;
        float: none;
        margin: 0;
        font-size: 24px;
    }

    .h1-sub {
        display: block;
        float: none;
        font-size: 12px;
        line-height: 1;
    }
}*/

/* 설비공학논문집 */
.media-left h3 {
    margin: 0 0 10px;
    font-size: 24px;
    color: #1a237e;
    letter-spacing: -0.5px;
}

/* current issue */
.title-ko {
    display: block;

}
.title-en {
    font-size: 15px;
    font-weight: normal;
}

/* gnb */
#gnb .ko {
    display: block;
    margin: 0 0 1px;
    line-height: 1.1;
    font-size: 15px;
    font-weight: bold;
}
#gnb .en {
    display: block;
    line-height: 1.1;
    font-size: 12px;
}

/* ==========================================================================
   mediaquery
   ========================================================================== */
@media (min-width: 991px) {
    #content .well.row > div {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media (max-width: 990px) {
    #content .well.row > div {
        margin: 0 0 5px;
        padding-left: 5px;
        padding-right: 5px;
    }

    /* Search */
    .form-group.search {
        display: block;
    }
    .form-group.search .form-control-wrapper {
        margin: 0 0 5px;
    }

    /*nav*/
    .nav-stacked.nav-tabs > li > a {
        background-image: none;
    }
    .nav-stacked.nav-tabs > li > a:hover,
    .nav-stacked.nav-tabs > li > a:focus {
        color: #5c6bc0 !important;
        background-color: #fafafa !important;
    }
    .nav-stacked.nav-tabs > li.active a {
        color: #fff !important;
        background-color: #3573ef !important;
    }

}
@media (min-width: 981px) {

}

@media (max-width: 980px) {

}

@media (min-width: 768px) and (max-width: 979px) {


}

@media (max-width: 767px) {

    /* nav-tabs */
    .nav.nav-tabs.nav-justified {
        margin: 0 0 30px;
        border-bottom: 0;
        overflow: hidden;
    }
    .nav-tabs.nav-justified > li {
        width: 48% !important;
        float: left !important;
        margin: 0 0 5px 1% !important;
        border: 0 !important;
    }
    .nav-tabs.nav-justified > li > a {
        height: 55px;
        margin: 0 !important;
        padding: 10px 0 5px !important;
        line-height: 1.2 !important;
        vertical-align: middle;
        border: 1px solid #ccc !important;
        border-radius: 5px !important;
        background-color: #fff !important;
    }
    .nav-tabs.nav-justified > li.active > a {
        font-weight: bold !important;
        color: #1a237e !important;
        border: 1px solid #1a237e !important;
        border-radius: 5px !important;
        background-color: #fff !important;
    }

}

@media (max-width: 640px) {


}

@media (max-width: 480px) {


}

@media (max-width : 320px) and (orientation: portrait){

}

/* ==========================================================================
   common style
   ========================================================================== */
.mg-t0 { margin-top: 0 !important;}
.mg-t10 { margin-top: 10px !important;}
.mg-t20 { margin-top: 20px !important;}
.mg-t30 { margin-top: 30px !important;}
.mg-t40 { margin-top: 40px !important;}
.mg-t50 { margin-top: 50px !important;}
.mg-b0 { margin-bottom: 0 !important;}
.mg-b10 { margin-bottom: 10px !important;}
.mg-b20 { margin-bottom: 20px !important;}
.mg-b30 { margin-bottom: 30px !important;}
.mg-b40 { margin-bottom: 40px !important;}
.mg-b50 { margin-bottom: 50px !important;}