@charset "UTF-8";

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

html, body { height: 0; min-height: 100vh}
body {height: 100%; font-size: 0.875rem; font-family: 'Noto Sans KR', "Helvetica Neue", Helvetica, Arial, sans-serif; line-height: 1.7; color: #4c4c4c; -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: #858aa0; padding:1rem 0; font-size: 0.875rem; color: #e1e6f3; text-align:center; font-weight: 300;}


/* 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 .mobile_brand {
    display: none;
}

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

header .navbar-collapse {
    position: relative;
}


header  .navbar-collapse .navbar-nav {
    font-size: 1rem;
    color: #2a2a2a;
    font-weight: 500;
    width: 100%;
    justify-content: space-between;
}

header  .navbar-collapse .navbar-nav > * + * {
    margin-left: 1.125rem;
}

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

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


.header_cnt {text-align: center; height: 190px; background: url(/img/bg-top.jpg) center center no-repeat; display: flex; flex-direction: column; justify-content: center}
.header_cnt h2 { font-size: 2rem; color: #fff;  text-shadow: 1px 1px 6px rgba(0,0,0, 0.45); font-weight: 500; line-height: 1.2; margin-top: -2rem;}
.header_cnt p {font-size: 1rem; color: #313170}

/* 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 {
    font-size: 1rem;
    word-break: break-all;
    text-align: justify;
}

.card_editor {
    margin-bottom: 1rem;
}

.card_editor >.row > div {
    margin-bottom: 1rem;
}


.card_editor .card-body .name {
    color: #000;
    font-weight: 500;
    margin-bottom: 0.25rem;
    font-size: 1.125rem;
}

.card_editor .card-body .card-text {
    font-weight: 300;
    font-size: 0.875rem;
}

.to_submission {
    background-color: #e7ecef;
    color: #272970;
    font-size: 1.25rem;
    font-weight: 500;
    padding: 0.75rem 1rem;
    border: 1px solid #a4b2bd;
}

.wrap_history .year {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    height: 2.875rem;
    background-color: #2874bb;
    color: #fff;
    font-weight: 500;
    font-size: 1.125rem;
}

/* 규정 컨텐츠 */
.wrap_rule {
    word-break: break-word;
}
.wrap_rule .dis_inb > div {
    display: inline-block;
}
.wrap_rule .tit {
    color: #222;
    font-weight: 500;
}
.wrap_rule .tit.is1 {
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
}
.wrap_rule .tit.is2 {
    font-size: 1.125rem;
}
.wrap_rule .tit.is3 {
    font-size: 1rem;
}
.wrap_rule .tit.is4 {
    font-size: 1rem;
    font-weight: 400;
}
.wrap_rule .tit span {
    font-weight: 400;
    color: #444;
}

.wrap_rule p {
    margin-bottom: 0;
}
.wrap_rule .section {
    margin-bottom: 1.5rem;
}
.wrap_rule .article {
    margin-bottom: 0.875rem;
}
.wrap_rule .list_rule {
    padding-left: 0.75rem;
}
.wrap_rule .list_rule li {
    display: flex;
    width: 100%;
	word-break:keep-all;
}
.wrap_rule .list_rule li > span:first-child, .wrap_rule .list_rule li.block  .d-flex > span:first-child {
    padding-right: 0.5rem;
    white-space: nowrap;
}



.wrap_rule .box_ex {
    border: 1px dotted #444b4e;
    padding: 0.5rem;
    color: #84868e;
    margin-bottom: 0.25rem;
    background-color: #f8f8f8;
}


.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: flexfc_point-start;
  align-content: center;
  flex-wrap: wrap;
 margin-bottom: 0.5rem;
}
.article_info .writer { color: #999;}
.article_info .vol { color: #878b42;}
.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.5rem; line-height: 2.4rem;  color: #152c85; font-weight: 700; margin-right: 1rem; margin-left: 1rem; padding-top: 0.25rem;}
.wrap_all_list .items_list > div.article  {display: flex;  flex-wrap: wrap}
.wrap_all_list .items_list > div.article > a { color: #2874bb; font-size: 0.875rem; margin:0.25rem 0.5rem; line-height: 2.4rem; width: 8.5rem; text-align: center; border: 1px solid #567278; border-radius: 1.2rem; transition: all 0.3s}
.wrap_all_list .items_list > div.article > a:hover {color: #fff; background-color: #2874bb;}

/* ------------------------------------------------
** 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 {
        font-size: 1.125rem;
    }

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

    header .mobile_brand {
        z-index: 999;
        position: absolute;
        display: block;
        left:1rem;
        top: 1rem;
        width: 70%;
    }

    header .navbar-collapse .navbar-nav {
        margin-top: 5rem;
        border-top: 1px solid #eee;
        padding-left: 2rem;
        padding-top: 0.5rem;
    }

    header  .navbar-collapse .navbar-nav > * + * {
        margin-left: 0;
    }

    header  .navbar-collapse .navbar-nav  .dropdown-toggle {
        font-size: 1.25rem;
        padding-bottom: 0;
    }

    header  .navbar-collapse .navbar-nav  .dropdown-toggle:after {
        display:none;
    }

    header  .navbar-collapse .navbar-nav  .dropdown-menu {
        display: block;
        margin: 0;
        border: 0;
        padding: 0;
    }
    header  .navbar-collapse .navbar-nav  .dropdown-menu .dropdown-item {
        padding: 0.125rem 0.75rem;
    }

    header  .navbar-collapse .navbar-nav .nav-item {
        margin-bottom: 1rem;
    }
    header .navbar-toggler > .toggle_menu {
        position: absolute;
        right: 0.5rem;
        width: 1.625rem;
        height: 1.625rem;
        text-align: center;
    }
    header .navbar-toggler > .toggle_menu .bar {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: inherit;
        height: 2px;
        background: #000;
        transition: transform .3s ease-out .1s;
    }
    header .navbar-toggler[aria-expanded='false'] > .toggle_menu .bar:nth-child(1) {
        top: -3px;
        transform-origin: left;
    }
    header .navbar-toggler[aria-expanded='false'] > .toggle_menu .bar:nth-child(2) {
        top: 6px;
    }
    header .navbar-toggler[aria-expanded='false'] > .toggle_menu .bar:nth-child(3) {
        top: 6px;
    }
    header .navbar-toggler[aria-expanded='false'] > .toggle_menu .bar:nth-child(4) {
        top: 15px;
        transform-origin: right;
    }

    header .navbar-toggler[aria-expanded='true'] {
        position: absolute;
        top:-0.5rem;
        right: -1rem;
    }

    header .navbar-toggler[aria-expanded='true'] > .toggle_menu {
        top: 1rem;
        right: 1rem;
        z-index: 999;
    }
    header .navbar-toggler[aria-expanded='true'] > .toggle_menu .bar {
        background: #000;
    }
    header .navbar-toggler[aria-expanded='true'] > .toggle_menu .bar:nth-child(1) {
        transform: scaleX(0);
    }
    header .navbar-toggler[aria-expanded='true'] > .toggle_menu .bar:nth-child(2) {
        transform: rotate(-45deg);
    }
    header .navbar-toggler[aria-expanded='true'] > .toggle_menu .bar:nth-child(3) {
        transform: rotate(-135deg);
    }
    header .navbar-toggler[aria-expanded='true'] > .toggle_menu .bar:nth-child(4) {
        transform: scaleX(0);
    }

    .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;
    }
    .to_submission {
        font-size: 1.0325rem;
    }
}

@media screen and (max-width: 480px) {
    .container {
        padding-left: 0.25rem;
        padding-right: 0.25rem;
    }
    .wrap_rule {
        word-break: break-all;
    }
    .wrap_header_tool .brand {
        width: 70%
    }

    .double_box > .inner {
        padding: 0.875rem;
    }
    .double_box > .inner > .px-2 {
        padding: 0 !important;
    }

    .to_submission {
        font-size: 1rem;
        padding: 0.5rem;
    }
}



.hide-text {
    position: absolute;
    clip: rect(1px);
    clip: rect(1px, 1px, 1px, 1px);
}


.tit_bar:before {
    position: absolute;
    top: 8px;
    left: 0;
    width: 9px;
    height: 9px;
    background: #ffcc33;
    content: '';
	}

	.tit_bar:after {
    position: absolute;
    top: 12px;
    left: 3px;
    width: 9px;
    height: 9px;
    background: #f9da7e;
    content: '';

	}

	
	.country_wrap .inner > div .tit_bar {
    width: 20rem;
}

.tit_bar {
    position: relative;
    font-size: 1.125rem;
    font-weight: 500;
    color: #3d5089;
    padding-left: 1.0625rem;
	   
}


@media screen and (min-width: 1200px) {
	.country_wrap.inner > div {display: flex; display:flex}
	.country_wrap.inner > div .tit_bar { width: 34rem;}
	.country_wrap.inner > div .pl-3 {width: 100%;}
}
.marking {
    display: inline-block;
    padding: 0 0.375rem;
    background: #374676;
    color: #fff;
    font-weight: 500;
}

.box-helper {margin-top:0}
.box-helper .btn-citation {
    display: inline-block;
    background-color: #d9e1ed;
    color: #444;
    text-shadow: 1px 1px 0 #fff;
    line-height: 33px;
    padding: 0 15px;
    border-radius: 2px;
    border: 1px solid #a0a8ba;
    color: #306187;
}

.box-helper .int-num {
    background-color: transparent;
    padding: 0;
    border: 0;
    width: 25px;
    font-weight: 500;
    color: #000;
}

.box-citation-view {
    display: none;
    position: absolute;
    top: 34px;
    left: -80px;
    width: 500px;
    background-color: #f6f6f6;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.35);
    z-index: 99;
}

/* ------------------------------------------------
*	ref	인용지수 추가
------------------------------------------------ */
.box-helper {
 position: relative;
 padding: 15px 4px;
}

.box-helper .btn-citation {
 display: inline-block;
 background-color: #d9e1ed;
 color: #444;
 text-shadow: 1px 1px 0 #fff;
 line-height: 33px;
 padding: 0 15px;
 border-radius: 2px;
 border: 1px solid #a0a8ba;
 color: #306187;
 text-decoration: none;
}

.box-helper .int-num {
 background-color: transparent;
 padding: 0;
 border: 0;
 width: 25px;
 font-weight: 500;
 color: #000;
}

.box-citation-view {
 display: none;
 position: absolute;
 top: 34px;
 left: -80px;
 width: 500px;
 background-color: #f6f6f6;
 box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.35);
 z-index: 99;
}

.box-citation-view .title {
 padding: 16px 15px;
 border-bottom: 1px solid #cecece;
 font-size: 16px;
 font-weight: 500;
 color: #000;
}

.box-citation-view a.close {
 position: absolute;
 top: 15px;
 right: 15px;
 color: #121212 !important;
 font-size: 14px;
 text-shadow: 1px 1px 0 #fff;
}

.box-citation-view .list {
 padding: 0 15px 15px;
 height: 400px;
 overflow-y: auto;
}

.box-citation-view .list li {
 display: flex;
 flex-direction: row;
 align-items: center;
 padding: 5px 0;
 border-top: 1px solid #ddd;
 margin-bottom: 10px;
}

.box-citation-view .list li:first-child {
 border-top: 0;
}

.box-citation-view .list li .num {
 padding-right:15px;
}

<div style="position: absolute; top: 0; left: 0;">w</div>