﻿@charset "utf-8";

/***********************************************************************************************************************
* layout
***********************************************************************************************************************/
body {
    border-top: 2px solid #1a237e;
}

#header {
    border-bottom: 1px solid #283593;
}

#footer address {
    color: #5c6bc0;
}

.main-title {
    padding: 20px 50px 0;
    text-align: center;
    font-size: 26px;
    letter-spacing: -0.25px;
}

    .main-title small {
        display: block;
        padding: 50px 0 30px;
        font-size: 18px;
        color: #333;
        letter-spacing: 0;
    }

h1.sub-title {
    margin: 80px 0 50px;
    text-align: center;
    font-size: 24px;
}

/***********************************************************************************************************************
* include style
***********************************************************************************************************************/

.utility {
    border-left: 1px solid #1a237e;
    border-right: 1px solid #1a237e;
    border-bottom: 1px solid #1a237e;
}

/* GNB */
.nav-tabs > li > a {
    color: #1a237e !important;
}

    .nav-tabs > li > a:hover,
    .nav-tabs > li > a:focus {
        color: #5c6bc0 !important;
    }

.nav-tabs > li.active a {
    background-color: #1a237e !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;
        }

/* nav-tabs */
.nav.nav-tabs.nav-justified {
    margin: 0 0 30px;
    border-bottom: 0;
}

.nav-tabs.nav-justified > li {
    margin-bottom: -1px !important;
    vertical-align: middle;
    border: 0 !important;
}

    .nav-tabs.nav-justified > li > a {
        height: 80px;
        padding: 20px 0 0 !important;
        line-height: 1.2 !important;
        vertical-align: middle;
        font-size: 17px;
        font-weight: bold !important;
        color: #8493E6 !important;
        outline: none !important;
        border-bottom: 1px solid #1a237e !important;
    }
    .nav-tabs.nav-justified > li#page2 > a {
        padding: 32px 0 0 !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: 10px 0;
        border-bottom: 1px solid #eee;
        background-color: #f7f7f7;
    }

.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: 13px;
        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: 3px;
    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: #009587;
    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: #009587;
        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 {
    border: 1px solid #9ea7d9;
    background-color: #e8eaf6;
}

#content .form-control {
    border: 1px solid #9ea7d9;
}

/***********************************************************************************************************************
* common style
***********************************************************************************************************************/
a {
    color: #1a237e;
}

    a:hover {
        color: #5b68dd;
    }

.section a {
    color: #6378f1;
    transition: all 0.25s;
}

    .section a:hover,
    .section a:focus {
        color: #5b68dd;
    }

::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;
}

#content p a, #content td a {
    word-break: break-all;
}

/***********************************************************************************************************************
* 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: #5c6bc0;
}

.main-intro {
    position: relative;
    margin: 0 0 40px;
    padding: 20px 30px;
    border: 2px solid #1a237e;
    border-radius: 5px;
}

    .main-intro h4 {
        margin: 0 0 15px;
        font-size: 28px;
    }

    .main-intro h5 {
        margin: 0 0 20px;
        line-height: 1.3;
        letter-spacing: -0.25px;
        font-size: 15px;
        font-weight: 500;
        color: #767676;
    }

    .main-intro p {
        margin: 0;
    }

.btn-online-submission {
    position: absolute;
    right: 15px;
    bottom: 5px;
    display: inline-block;
}

/***********************************************************************************************************************
* Sub Page : common style
***********************************************************************************************************************/

/* section */
.section h1 {
    margin: 60px 0 0;
    font-size: 30px;
    color: #1a237e;
}

.section h2 {
    margin: 60px 0 15px;
    color: #1780E8;
}
.section h1 + h2 {
    margin: 40px 0 15px;
}

.section h3 {
    margin: 40px 0 7px;
    font-size: 18px;
}

.section h4 {
    margin: 30px 0 7px;
    font-size: 15px;
    font-weight: bold;
    color: #74B3F1;
}

.section samp {
    background-color: #eee;
}

/* .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;
}

/* About Journal */
.table-area {
    overflow: hidden;
}

    .table-area .thm {
        float: right;
        width: 90px;
        margin-left: 30px;
        margin-top: 0;
    }

    .table-area .tb-about-journal {
        float: left;
        width: 825px;
        border-top: 2px solid #1a237e;
        border-collapse: collapse;
    }

        .table-area .tb-about-journal.w100 {
            float: none;
            width: 100%;
            border-top: 2px solid #1a237e;
            border-collapse: collapse;
        }

        .table-area .tb-about-journal th,
        .table-area .tb-about-journal td {
            padding: 7px 20px;
            text-align: left !important;
            word-break: break-all;
            white-space: normal;
            border-bottom: 1px solid #dfdfdf;
        }

        .table-area .tb-about-journal th {
            text-align: right !important;
            background-color: #fafafa;
        }

        .table-area .tb-about-journal td {
        }

/* Instruction */
.thm {
    margin: 20px 0;
    text-align: center !important;
}

    .thm img {
        max-width: 100%;
    }

/* Editorial */
.editorial {
}

    .editorial .table {
        table-layout: fixed;
    }

    .editorial th,
    .editorial td {
        vertical-align: middle !important;
        white-space: normal !important;
    }

    .editorial .name {
        display: block;
        margin: 0 0 10px;
        font-size: 18px;
    }

    .editorial .field {
        display: block;
        font-size: 13px;
        font-weight: normal;
        color: #5F6BDE;
    }

    .editorial .sosok {
        display: block;
        padding: 3px 0 1px;
    }

    .editorial .table.type2 .name {
        display: inline-block;
        vertical-align: middle;
        margin: 0;
    }

    .editorial .info {
        display: block;
    }

    .editorial .flag {
        float: left;
        display: block;
        margin-right: 10px;
    }

    .editorial .table.type2 .flag {
        float: none;
        display: inline-block;
        vertical-align: middle;
        margin: 0 0 0 10px;
    }

    .editorial .flag img {
        height: 32px;
        border: 1px solid #dfdfdf;
    }

    .editorial .country {
        display: block;
        line-height: 1.4;
        font-size: 12px;
        font-weight: normal;
    }

    .editorial .more-info {
        margin: 20px 0 50px;
    }

        .editorial .more-info .info-txt {
            float: left;
            width: 417px;
            margin-right: 30px;
        }

            .editorial .more-info .info-txt ul {
                margin: 0;
                padding: 20px 40px;
                background-color: #fafafa;
            }

                .editorial .more-info .info-txt ul li {
                    margin: 10px 0;
                }

        .editorial .more-info .info-map {
            float: left;
            width: 498px;
        }

            .editorial .more-info .info-map img {
                max-width: 100%;
            }

a.email {
    display: block;
    margin: 3px 0;
    font-size: 12px;
    color: #40c4f4;
}

a.homepage {
    display: block;
    margin: 3px 0;
    font-size: 12px;
    color: #767676;
}
/* orcid ID */
a.orcid {
    display: inline-block;
    width: 19px;
    height: 19px;
    line-height: 19px;
    margin: 0 0 0 5px;
    padding-left: 1px;
    text-align: center;
    font-size: 11px;
    color: #fff !important;
    text-decoration: none !important;
    vertical-align: middle;
    border-radius: 50%;
    background-color: #8bbe3b;
}

a.orcid:hover {
    color: #fff;
    text-decoration: none;
    background-color: #a6cf67;
}

/* editorial board */
.section ul.edi-list {
    display: table;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid #dfdfdf;
}
.section ul.edi-list > li {
    display: table-row;
    margin: 0;
    padding: 0;
    list-style: none;
}
.s/*ection ul.edi-list > li:first-child {
    background-color: #EEF4FB;
}
.section ul.edi-list > li:last-child {
    background-color: #fff !important;
}*/
.section ul.edi-list > li > b.flag-small {
    display: table-cell;
    width: 50px;
    padding: 10px;
    text-align: center;
    border-bottom: 1px solid #dfdfdf;
}
.section ul.edi-list > li > b.flag-small img {
    display: inline-block;
    width: 32px;
    border: 1px solid #dfdfdf;
}
.section ul.edi-list > li > strong {
    display: table-cell;
    width: 240px;
    padding: 10px;
    border-bottom: 1px solid #dfdfdf;
}
.section ul.edi-list > li > span {
    display: table-cell;
    padding: 10px;
    border-bottom: 1px solid #dfdfdf;
}
.section ul.edi-list > li a.orcid {
    display: inline-block;
    width: 19px;
    height: 19px;
    line-height: 19px;
    margin: 0 0 0 5px;
    padding-left: 1px;
    text-align: center;
    font-size: 11px;
    color: #fff !important;
    text-decoration: none !important;
    vertical-align: middle;
    border-radius: 50%;
    background-color: #8bbe3b;
}

.section ul.edi-list > li a.orcid:hover {
    color: #fff;
    text-decoration: none;
    background-color: #a6cf67;
}

/***********************************************************************************************************************
* 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: #1a237e;
    background-color: #1a237e;
}

/***********************************************************************************************************************
* 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
   ========================================================================== */
/* logo */
#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 {
    display: none;
    float: left;
    margin: 0 13px 0 0;
    padding: 0;
    line-height: 1.1;
    font-size: 46px;
    font-weight: normal;
}

.h1-sub {
    float: left;
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.75px;
    color: #19277b;
}

@media (max-width: 640px) {
    /**********************
	* Common 
	**********************/
    /* header */
    #header h1 {
        padding: 10px 0 0;
    }

    .h1-main {
        display: none;
        float: none;
        margin: 0;
        font-size: 24px;
    }

    .h1-sub {
        display: block;
        float: none;
        padding: 10px 0 2px;
        letter-spacing: -1px;
        font-size: 13px;
    }
}

/* 설비공학논문집 */
.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: none;
    margin: 0 0 1px;
    line-height: 1.1;
    font-size: 15px;
    font-weight: bold;
}

#gnb .en {
    display: block;
    line-height: 1.3;
    font-family: Arial,sans-serif;
    font-size: 16px;
    letter-spacing: -0.25px;
}

#gnb .nav > li > a,
#gnb .nav > li > a:hover {
    padding: 15px 10px !important;
    font-weight: bold;
}

/*detail-style*/
.iframe-pdf {
    margin: 30px 0 0;
}

.download-list02 {
    margin-left: 0 !important;
    /*margin-top: 30px;
	padding: 10px 20px !important;
	list-style: none;
	border: 5px solid #ccc;*/
}

    .download-list02.box {
        margin: 10px 0 0 !important;
        padding: 5px 10px;
        border: 4px solid #ddd;
    }

    .download-list02 li {
        list-style: none;
        width: 100%;
        padding: 5px;
        line-height: 35px;
        border-bottom: 1px dashed #ddd;
        /* background: url("/assets/images/bullet/square.png") left 10px no-repeat; */
    }
    .download-list02 li:last-child {
        border-bottom: 0;
    }

    .download-list02.box li {
        line-height: 30px;
        margin-bottom: 0;
        font-size: 15px;
        font-weight: bold;
    }

    .download-list02 li:after {
        content: '';
        display: block;
        clear: both;
    }

    .download-list02 li i {
        margin-right: 5px;
        color: #19277b;
    }

    .download-list02 li a {
        float: right;
        margin-top: 5px;
        display: inline-block;
        width: 100px;
        line-height: 23px;
        font-size: 13px;
        text-align: center;
        text-decoration: none;
        color: #333;
        border: 1px solid #ddd;
        border-radius: 2px;
        background: -moz-linear-gradient(top, #fefefe 0%, #fbfbfb 49%, #efefef 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(49%,#fbfbfb), color-stop(100%,#efefef));
        background: -webkit-linear-gradient(top, #fefefe 0%,#fbfbfb 49%,#efefef 100%);
        background: -o-linear-gradient(top, #fefefe 0%,#fbfbfb 49%,#efefef 100%);
        background: -ms-linear-gradient(top, #fefefe 0%,#fbfbfb 49%,#efefef 100%);
        background: linear-gradient(to bottom, #fefefe 0%,#fbfbfb 49%,#efefef 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#efefef',GradientType=0 );
    }

    .download-list02 li a {
        margin-top: 2px;
    }


/* ==========================================================================
   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;
        }
}

@media (min-width: 981px) {
}

@media (max-width: 980px) {
}

@media (min-width: 768px) and (max-width: 979px) {
}

@media (max-width: 767px) {

    .btn-online-submission {
        position: static;
        display: block;
    }

    /* 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;
            font-size: 13px;
            border: 1px solid #ccc !important;
            border-radius: 5px !important;
            background-color: #fff !important;
        }
        .nav-tabs.nav-justified > li#page2 > a {
            padding: 20px 0 5px !important;
            font-size: 13px;
        }

        .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;
        }

    /* About Journal */
    .table-area .thm {
        float: none;
        width: 90px;
        margin: 20px auto 30px;
    }

    .table-area .tb-about-journal {
        float: none;
        width: 100%;
    }

    /* Editorial Board */
    .editorial .more-info .info-txt {
        float: none;
        width: 100%;
        margin: 0 0 20px;
    }

        .editorial .more-info .info-txt ul {
            padding: 10px 20px;
        }

            .editorial .more-info .info-txt ul li {
                margin: 5px 0;
            }

    .editorial .more-info .info-map {
        float: none;
        width: 100%;
    }
}

@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;
}
