@charset "UTF-8";

/* ------------------------------------------------
** Header(TOP / GNB) / footer base layout
---------------------------------------------------- */

html, body { height: 0; min-height: 100vh}
body {height: 100%; font-size: 0.9375rem; font-family: 'Noto Sans KR', "Helvetica Neue", Helvetica, "돋움", "돋움체", Arial, sans-serif; line-height: 1.6; color: #676767; -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */ -webkit-text-size-adjust: none; font-weight: 400; background: #f8f8f8 }
a {font-size: inherit; color: inherit; text-decoration: none; line-height: inherit;}
a:hover, a:focus {color: inherit;text-decoration: inherit;}

#app {display: flex; flex-flow: column; height: 0; min-height: 100vh;}
header {flex:0 0 auto; }
main {flex:1 0 auto; box-shadow:1px 1px 3px rgba(0, 0, 0, 0.2); background: #fff; padding-bottom: 5rem;}
footer {flex:0 0 auto; background: #89908e; padding:1rem 0; font-size: 0.75rem; color: #dbdbdb;   text-align:center}


/* start: header contents */
header .wrap_header_tool {
    border-bottom: 1px solid #ececec;
    background-color: #fff;
}
.logo_area {
    border-bottom: 1px solid #ececec;
    padding-bottom: 0.5rem;
}

@media screen and (max-width: 767px) {
    header .wrap_header_tool .navbar {
        justify-content: center;
    }
}

header .navbar-toggler {
    position: absolute;
    right: 0;
    font-size: 1.5rem;
    top: -2.125rem;
    z-index: 999;
}

header .navbar-collapse {
    position: relative;
    flex-grow: 0;
}


header  .navbar-collapse .navbar-nav {
    font-size: 1.125rem;
    color: #030608;
    font-weight: 400;
}

header  .navbar-collapse .navbar-nav .nav-item {
    margin: 0 1rem;
}

.navbar .navbar-brand {
    padding-top: 0.25rem;
    margin-right: 2rem;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
    header .navbar-collapse .navbar-nav {
        font-size: 1rem;
    }
}


@media screen and (max-width: 767px) {
    header .navbar-collapse {
        border-top: 1px solid #dee2e6;
        margin-left: 0;
        margin-top: 0.5rem;
        padding-left: 2rem;
    }

    header .navbar-nav .nav-item {
        font-size: 0.9375rem;
    }

    .logo_area {
        border: 0;
        padding-bottom: 0;
    }
}

header .dropdown-item.active,
header .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #5080a2;
}


.header_cnt {text-align: center; height: 170px; background: url(/img/bg-top.jpg) center center no-repeat;}
.header_cnt h2 { font-size: 1.875rem; color: #fff; padding-top: 40px; text-shadow: 1px 1px 6px rgba(0,0,0, 0.45); font-weight: 500; line-height: 1.2}
.header_cnt p {font-size: 1rem; color: #5c2400}

/* End ; header contents */


.contents{padding: 2rem 1rem 0 1rem}

.issn {border-bottom: 1px solid #ddd; height: 3rem; display: flex; justify-content: space-between; font-size: 0.8125rem; background: #fff; margin-top: -3rem;}
.issn-in {line-height: 3rem; padding-left: 0.875rem;}
.issn-in strong {color: #000;}
.issn .route {background: #f9f9f9; margin-right: -15px;}
.issn .route span {display:inline-block;border-right: 1px solid #ddd; line-height: 3rem; padding: 0  0.5rem;}
.issn .route span:first-child {border-left: 1px solid #ddd;}


/* ------------------------------------------------
** index
---------------------------------------------------- */
.rel_site_ban {margin-top: 2rem; align-content: center}
.rel_site_ban > * {padding: 0.5rem; text-align: center;}
.rel_site_ban > * > a {display: block; border: 1px solid #eee; padding:1rem}


 /* ------------------------------------------------
 ** LEFT
 ---------------------------------------------------- */



 /* ------------------------------------------------
 ** Search
 ---------------------------------------------------- */
.search_box {padding: 1rem; background: #f5f9fa; border: 1px solid #d4dde0; margin-bottom: 2rem;}
.search_box .row label {display: flex;}
.search_box .row label strong {min-width: 4.5rem;}
.search_box  button.__main {width: 10rem;}


/* ------------------------------------------------
** PAGE
---------------------------------------------------- */
.wrap_contents {}
.wrap_rule {
    word-break: keep-all;
}
.wrap_rule .tit {
    font-weight: 500;
    color: #000;
    margin-bottom: 0.25rem;
    margin-top: 0.25rem;
}
.wrap_rule .tit.is1 {
    font-size: 1.5rem;
}
.wrap_rule .tit.is2 {
    font-size: 1.25rem;
}
.wrap_rule .tit.is3 {
    font-size: 1rem;
}
.list_rule > li>p {
    display: flex;
    flex-wrap: nowrap;
}
.list_rule > li>p>*:first-child {
    margin-right: 0.325rem;
}

.wrap_article {border-top: 2px solid #333;
}
.wrap_article > .article_items { border-bottom: 1px solid #ddd; padding: 0.875rem}
.wrap_article .main_title {font-size: 1.25rem; font-weight: 500; color: #333; margin-bottom: 0.25rem; line-height: 1.4}
.wrap_article .main_title span {display: block;font-size: 1.125rem; color: #747880; font-weight: 400; padding-top: 0.25rem; padding-bottom: 0.5rem;}

.article_info {
  display: flex;
  justify-content: flex-start;
  align-content: center;
  flex-wrap: wrap;
 margin-bottom: 0.5rem;
}
.article_info .writer { color: #999;}
.article_info .vol { color: #8aada5;}
.article_info .doi { color: #7379a3;}


/* 저널 all list */
.wrap_all_list {}
.wrap_all_list .items_list {display: flex; align-content: center; flex-wrap: wrap}
.wrap_all_list  .items_list > div {margin: 0.5rem 1rem}
.wrap_all_list  .items_list > div.year_title {font-size: 1.375rem; line-height: 2.4rem;  color: #222; font-weight: 500;}
.wrap_all_list  .items_list > div.article  {display: flex;  flex-wrap: wrap}
.wrap_all_list  .items_list > div.article > a {background: #a38d93; color: #fff; font-size: 0.875rem; margin:0 .5rem 0.75rem 0.5rem; line-height: 2.2rem; width: 8rem; text-align: center; border-radius: 1.1rem}

/* ------------------------------------------------
** COMMON
---------------------------------------------------- */
.common_modal .modal-header {font-size: 1.25rem}
.common_modal .title {text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15)}

.tit_section {
    margin-bottom: 1rem;
    color: #111111;
    font-size: 1.125rem;
    font-weight: 500;
}

.tit_section.__fs_big {
    font-size: 1.188rem;
}

.tit_section.__fs_bigger {
    font-size: 1.25rem;
}

.tit_section.__fs_biggest {
    font-size: 1.5rem;
}


/* ------------------------------------------------
 ** 저널 공통 / XML view 상단 유틸, 모달창
 ------------------------------------------------*/

.btn-doi {border: 0; padding:0; display: inline-block; margin-right: 6px; width:120px; height: 36px}
#pnl-doi .btn-doi-1 { background: url(../img/btn-hist.png) 0 0 no-repeat;}
#pnl-doi .btn-doi-2 { background: url(../img/btn-citedBy.png) 0 0 no-repeat;}
.btn-pdf {background: url(../img/btn-pdfDown.png) 0 0 no-repeat;}
#pnl-doi .modal-bg { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,.3); z-index: 10 }
#pnl-doi .modal-doi { display: none; position: fixed; left: calc(50% - 300px); top: calc(50% - 300px); width: 600px; min-height: 300px; max-height: 600px; background: #fff; z-index: 11; padding: 40px; box-shadow: 0px 0px 8px -4px rgba(0,0,0,0.5); }
.ibox-content hr { margin: 40px 0 20px 0 }
.ibox-content h2 { font-size: 18px; color: #333; text-align: center }
.ibox-content h3 { font-size: 14px; color: #666 }
.ibox-content h3 a { color: #337ab7 }
.ibox-content h3 a:hover { color: #23527c }
.ibox-content h4 { font-size: 16px; margin: 20px 0 10px 0; color: #333 }
.ibox-content section table { width: 100%; border-spacing: 0; border-collapse: collapse; }
.ibox-content section table td { font-size: 13px; color: #999; padding: 8px 0; border-top: 1px solid #eee; border-bottom: 1px solid #eee }
.ibox-content section table td:first-child { width: 120px; }
.ibox-content .text-muted { font-size: 13px; color: #999; text-align: center }
.ibox-content .list-inline { margin: 0; padding: 0; text-align: center }
.ibox-content .list-inline li { display: inline-block; font-size: 13px }
.ibox-content .has-opener-only { text-align: center }
.ibox-content .has-opener-only > .btn {background: #bbb; color: #fff;}

/* ------------------------------------------------
 ** media screen~~
 ------------------------------------------------*/

@media screen and (max-width: 767px) {
    .header_cnt {
        height: 130px;
    }
    .header_cnt h2 {
        padding-top: 22px;
        font-size: 1.125rem;
    }

    header .navbar-collapse .navbar-nav {
        margin-top: 2rem;
    }

    header .navbar-collapse .navbar-nav .dropdown-menu {
        margin-right: 1rem;
    }
    .tit_section {
        font-size: 0.875rem;
        margin-bottom: 0.25rem;
    }
    .tit_section.__big {
        font-size: 1rem;
    }
    .tit_section.__biggest {
        font-size: 1.125rem;
    }
    .wrap_article .main_title {
        font-size: 0.9375rem;
    }
    .wrap_article > .article_items {
        padding: 0.75rem 0.25rem;
    }

    .wrap_all_list .items_list > div.year_title {
        font-size: 1rem;
    }
    .wrap_all_list .items_list > div{
        margin: 0 0.5rem 0.5rem 0.25rem;
    }
    .wrap_all_list .items_list > div.article > a {
        font-size: 0.75rem;
        width: 8rem;
    }

    .rel_site_ban {margin-top: 1rem;}
    .rel_site_ban > * {padding: 0.25rem;}

    .route {
        display: none;
    }

    header .navbar-collapse {
        position: fixed;
        top:0;
        right:0;
        margin-top: 0;
        width: 90%;
        min-height: 100%;
        background-color: #fff;
        z-index: 998;
    }
}

@media screen and (max-width: 400px) {
    .wrap_rule {
        word-break: break-all;
    }
    header .navbar-toggler{
        top: -2rem;
    }
}


