﻿@charset "utf-8";

/***********************************************************************************************************************
* layout
***********************************************************************************************************************/
body {

}

#wrap {

}

#header {

}

#content {

}

#footer {

}

/***********************************************************************************************************************
* Sub Page : common style
***********************************************************************************************************************/

/* article */
.article {

}

/* section */
.section {
	position: relative;
}
.section .pageContent h2 {
    color: #003d6d;
    font-weight: 600;
    font-size: 1.188rem;
}
.contents .breadcrumb {
    display: none;
}
.section p {
	margin: 0;
	line-height: 1.72;
    text-align: justify;
	word-break: break-all;
}
.section h4 {
    margin: 16px 0 2px;
    font-weight: 500;
    color:#a4cd07;

}
.section h5 {
    margin: 16px 0 5px;
    font-weight: 500;
}
.section > .section-list {
    margin: 4px 0 0 20px;
    list-style: auto;
}
.section .section-list li {
    margin: 0 0 4px 15px;
}
.section > .section-list li > ol.section-list {
    margin: 4px 0 10px 10px;
    list-style: none;
}
.section > .section-list.sub-list {
    list-style: none;
}
.section > .section-list.sub-list > li {
    margin-left: 18px;
    text-indent: -18px;
}
.section .section-list li > ol li {
    margin-left: 20px;
    text-indent: -20px;
}
.contents ul.section-list {
    margin: 4px 0 0 20px;
    list-style: disc;
}

.contents .sub-title.page-header {
	padding: 0 0 10px;
	margin: 0 0 40px;
	font-size: 1.375rem;
	font-weight: bold;
	color: #3d504a;
	border-bottom: 1px solid #3d504a;
}
.contents .sub-title.page-header .url {
    display: inline-block;
    float: right;
    font-size: 0.813rem;
    font-weight: 400;
    line-height: 50px;
    color: #555;
}
.contents .sub-title.page-header .url:hover {
    text-decoration: underline !important;
    color: #2374ed;
}
.contents .sub-title.page-header a {
    float:right;
}
.contents .nav-tabs {
	margin: 0 0 40px;
	border: 0;
    background: none;
}
.contents .nav-tabs > li {
    display: inline-block;
	width: 33.333%;
	margin: 0;
    float: left;
}
.contents .nav-tabs > li > a {
	margin: 0;
    padding: 10px 0;
	text-align: center;
	font-size: 0.875rem;
	color: #333 !important;
    border: 1px solid #dfdfdf !important;
	border-radius: 0;
	background-color: #fff !important;
}
.contents .nav-tabs > li:not(:last-child) > a {
    border-right: 0 !important;
}
.contents .nav-tabs > li > a:hover {
    border: 1px solid #dfdfdf !important;
}
.contents .nav-tabs > li:not(:last-child) > a:hover {
    border-right: 0 !important;
}
.contents .nav-tabs > li.active > a,
.contents .nav-tabs > li.active > a:focus,
.contents .nav-tabs > li.active > a:hover {
    cursor: default;
	color: #fff !important;
    border: 1px solid #005bac !important;
	background-color: #005bac !important;
}

.contents .panel-title > a {
	display: block;
	padding: 10px 15px;
	font-weight: bold;
}
.article #kor .panel-title > a {
	font-family: "Nanum Gothic", sans-serif;
}
.article .panel-heading .panel-title > a:hover {
	color: #359b9b;
}
.article .panel-default > .panel-heading {
	padding: 0;
}
.article .panel-default > .panel-heading + .panel-collapse > .panel-body p {
	margin: 0 0 20px;
}
.article .panel-default > .panel-heading + .panel-collapse > .panel-body ol {
	list-style: decimal;
	margin: 0 0 0 15px;
}
.article .panel-default > .panel-heading + .panel-collapse > .panel-body ol li {
	margin: 0 0 10px;
}
.article .panel-default > .panel-heading + .panel-collapse > .panel-body ol li:last-child {
	margin: 0;
}
.article .panel-default > .panel-heading + .panel-collapse > .panel-body p:last-child {
	margin: 0;
}
.article .panel-default > .panel-heading + .panel-collapse > .panel-body a {
	text-decoration: underline !important;
}
.article .panel-default > .panel-heading + .panel-collapse > .panel-body i {
	font-style: italic;
}

.contents .section h2 {
	margin: 40px 0 10px;
	font-size: 1.313rem;
	font-weight: bold;
	color: #005bac;
}
.contents .section h3 {
	margin: 30px 0 4px;
	font-size: 1.063rem;
	font-weight: 600;
	color: #333;
}
.article .section > h3 i {

}
.contents .section h2:first-child {
	margin: 0 0 10px;
}
.contents .tb-list {
	width: 100%;
	border-top: 2px solid #3d504a;
}
.contents .tb-list th {
	padding: 10px 15px;
	text-align: center;
	font-size: 0.938rem;
	font-weight: bold;
    vertical-align: middle;
	border-bottom: 1px solid #dfdfdf;
	background-color: #fafafa;
}
.contents .tb-list td {
	padding: 0 0 0 20px;
	border-bottom: 1px solid #dfdfdf;
    vertical-align: middle;
}

.article ul.list {
	margin: 0 0 0 20px;
	list-style: disc;
}
.article ul.list > li {
	margin: 0 0 10px;
}

ol.list {
	margin: 10px 0 10px 25px;
	list-style: lower-roman;
}
ol.list > li {
	margin: 0 0 10px;
}

.article .none-bullet {
	list-style: none !important;
}

.article ol.list .list-sub {
	margin: 10px 0 0;
}
.article ol.list .list-sub > li {
	margin: 5px 0;
	font-size: 0.813rem;
	color: #447976;
}

.section .btn-area {
	padding: 50px 0;
	text-align: center;
}
.section .btn-area .btn-go {
	display: inline-block;
	padding: 10px 25px;
	text-align: center;
	font-size: 1.125rem;
	color: #fff;
	border-radius: 40px;
	background-color: #be000f;
}
.section .btn-area .btn-go:hover {
	background-color: #cb4949;
}

/***********************************************************************************************************************
* Journal Archive
***********************************************************************************************************************/
.doc-main-list {
	padding-bottom: 0
}
.section .doc-main-list ul {
	margin: 0;
	padding: 0;
}
.doc-main-list .rdoc-year-menu li {
	margin: 0;
	padding: 0 0 5px;
	font-size: 0.75rem;
	list-style: none
}
.doc-main-list .rdoc-year-menu li a {
	display: block;
	width: 100%;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: -0.75px;
}

/* list contents */
.doc-main-list .page-area {
	margin: 0 0 15px;
	padding: 0 0 15px;
}
.doc-main-list .page-num span {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 0.688rem;
	color: white;
	border-radius: 100%;
	background: rgba(0, 0, 0, 0.3);
}
.doc-main-list .page-text {
	margin: 0;
	padding: 0;
}
.doc-main-list .author {
	font-size: 0.75rem;
	color: #767676;
}
.doc-main-list .file {
	display: block;
	/*max-width: 100px;*/
	/*min-width: 95px;*/
	margin: 5px 0;
	padding: 2px 5px;
	font-size: 0.688rem;
	border-radius: 0;
}

/* paging */
.paging{
	text-align: center;
}
.paging ul {
	display: inline-block;
	margin: 30px 0;
}

/* .rdoc-year-menu */
.rdoc-year-menu {
	max-width: 160px;
	min-width: 160px;
	margin: 0;
	padding: 0;
	border: 1px solid #dfdfdf;
	border-bottom: 0;
}
.rdoc-year-menu li.menu{
	padding: 0;
	border-top: 1px solid #fdfdfd;
	border-bottom: 1px solid #eee;
	position: relative;
}
.rdoc-year-menu li.menu .toggle-btn {
	font-weight: normal;
	position: absolute;
	right: 10px;
	color: #666;
}
.rdoc-year-menu li.menu a.title {
	display: block;
	max-width: 158px;
	min-width: 158px;
	height: 28px;
	padding: 0 10px;
	line-height: 28px;
	font-size: 0.875rem;
	color: #333;
	font-weight: normal;
	background-color: #f8f8f8;
}
.rdoc-year-menu li.menu a.title.on {
	font-size: 0.938rem;
	font-weight: bold;
}
.rdoc-year-menu li.menu li.submenu {
	padding: 3px 0 3px 5px;
	border-bottom: 1px solid #f0f0f0;
	background-color: #fff;
}
.rdoc-year-menu li.menu li.submenu a {
	font-size: 0.688rem;
	color: #666;
	padding: 5px 10px;
}
.rdoc-year-menu li.menu li.submenu a:hover {
	color: #d47c69;
}
.rdoc-year-menu li.menu li.submenu a.on {
	color: #d47c69;
}

.hide-list {
	display:none
}

/***********************************************************************************************************************
* 논문집
***********************************************************************************************************************/

/* paper-list */
.listview .page-area > div:first-child {
    display: inline-block;
    width: 12%;
}
.listview .page-area > div:nth-child(2) {
    display: inline-block;
    width: 88%;
    padding-left: 0;
}
.listview .page-area > div:last-child {
    display: block;
    width: 100%
}
.paper-list {
	margin: 10px 0 30px;
}
.paper-list > li {
    margin: 0 0 30px;
    padding: 0 0 30px;
    border-bottom: 1px dashed #eee;
}
.search-list .paper-list > li {
    margin: 0 0 20px;
    padding: 0 0 20px;
}
.paper-list > li:last-child {
    margin: 0 0 30px;
    padding: 0 0 30px;
    border-bottom: 0;
}
.search-list .paper-list > li:last-child {
    margin: 0 0 20px;
    padding: 0 0 20px;
}
.paper-list > li .thm-area {
    float: left;
    width: 245px;
    padding: 0 45px 0 0;
}
.paper-list > li.no-thm .thm-area {
    display: none
}
.paper-list > li .thm-area img {
    max-width: 100%;
}
.paper-list > li .paper-area {
    float: left;
    width: 580px;
}
.paper-list > li.no-thm .paper-area {
    float: none;
    width: 100%;
}
.paper-list > li .paper-area .type {
    display: inline-block;
    vertical-align: middle;
    font-size: 0.938rem;
    font-weight: bold;
    color: #003d6d;
}
.paper-list > li .paper-area .date {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    font-size: 0.938rem;
    color: #999;
}
.paper-list > li .paper-area h4.title {
    display: block;
    line-height: 1.3;
    margin: 10px 0 15px;
}
.doc-main-list .page-text > a {
    margin: 0 0 5px;
	text-align: left;
}
.doc-main-list .page-text > a {
    display: block;
	line-height: 1.4;
    font-size: 1.313rem;
    font-weight: 700;
    color: #3d504a;
    word-break: keep-all;
}
.doc-main-list .page-text > a {
	line-height: 1.5;
    font-size: 0.938rem;
    font-weight: 500;
    word-break: normal;
    color: #333;
}
.doc-main-list .page-text > a:hover {
    text-decoration: underline !important;
}
.search-list .paper-list > li .paper-area h4.title > a sub,
.search-list .paper-list > li .paper-area h4.title > a sup {
    font-size: 10px;
}
.doc-main-list .page-area .author {
    display: block;
    margin: 0 0 8px;
    font-size: 0.813rem;
    color: #767676;
    word-break: keep-all;
}
.paper-list > li .paper-area .doi {
    display: block;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.875rem;
    color: #003d6d;
}
.paper-list > li .paper-area .doi a {
    color: #003d6d;
}
.page-area.row .doi {
    font-size: 0.813rem;
    color: #003d6d;
}
.page-area.row .doi a {
    font-size: 0.75rem;
    color: #003d6d;
}
.paper-list > li .paper-area ul.btn-list {
    margin-top: 20px;
    text-align: right;
}
.listview .page-area .file-area .tag {
    text-align: right;
}
.listview .page-area .file-area .tag > a {
    display: inline-block;
    margin-left: 3px;
}
.listview .page-area .file-area .tag > a {
    margin: 0 0 0 3px;
    padding: 2px 8px;
    font-size: 0.688rem;
    line-height: 18px;
    color: #333;
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    background-color: #f8f5f1;
}
.listview .page-area .file-area .tag > a:hover {
    border: 1px solid #dfdfdf;
    background-color: #fff;
}
.listview .page-area .file-area .tag > a:first-child {
    color: #fff;
    border: 1px solid #ff7373;
    background-color: #ff7373;
}
.listview .page-area .file-area .tag > a:first-child:hover {
    border: 1px solid #ff5959;
    background-color: #ff5959;
}
.listview .page-area .file-area .tag > a > span {
    display: inline-block;
    /*vertical-align: middle;*/
    margin-right: 4px;
    top: 2px;
}
/*.paper-list > li .paper-area ul.btn-list > li > a > span {
    display: inline-block;
    vertical-align: middle;
}*/

/* search-view */
.article.search-view {

}
.article.search-view h3 {
	margin: 0 0 20px;
	line-height: 1.4;
	font-size: 1.313rem;
}
.article.search-view .paper-info-area {
	margin: 0;
	padding: 10px 15px;
	border-radius: 5px;
	background-color: #fafafa;
}
.article.search-view .paper-info-area p {
	margin: 0 0 5px;
	font-size: 0.813rem;
	word-break: keep-all;
}
.article.search-view .paper-info-area p:last-child {
	margin: 0;
}
.section .table.table-striped.detail tbody > tr > th span {
	margin: 30px 0 10px;
	font-size: 0.938rem;
	font-weight: 700;
}
.article.search-view p {
	font-size: 0.875rem;
}
.article.search-view a:hover {
	color: #d67e67;
}
.contents .paper-btn-area .btn {
    display: inline-block;
    line-height: 18px;
    padding: 5px 10px;
    font-size: 0.75rem;
    color: #fff;
    border: 1px solid #ff7373;
    border-radius: 2px;
    background-color: #ff7373;
}
.contents .paper-btn-area .btn:hover {
    border: 1px solid #ff5959;
    background-color: #ff5959;
    box-shadow: initial;
}
.contents .paper-btn-area .btn:hover:not(.btn-link):not(.btn-flat):not(.btn-fab) {
    box-shadow: initial;
}
.article.search-view .btn-area {

}
.article.search-view .btn-area .btn-list {
	display: inline-block;
    line-height: 18px;
    padding: 10px 25px;
    font-size: 1.125rem;
    color: #fff;
    border: 1px solid #3d504a;
    border-radius: 2px;
    background-color: #3d504a;
}
.article.search-view .btn-area .btn-list:hover {
    border: 1px solid #d67e67;
    background-color: #d67e67;
}

/***********************************************************************************************************************
* Archives
***********************************************************************************************************************/
.article.archives {

}
.article.archives > .section > div {
    padding: 0;
}
.article.archives .section > h2 {
	margin: 20px 10px;
}
/* form-control */
#container .search-form h3 {
    display: inline-block;
    margin: 0;
    padding-left: 16px;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 34px;
    float: left;
}
#container .search-form h3 > span {
    padding-right: 5px;
    font-size: 0.75rem;
}
#container .search-form .form-control {
    width: 20% !important;
    height: 34px;
    padding: 6px 12px;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}
/* search-form */
.search-form {
	margin: -20px 0 20px;
	padding: 10px;
	text-align: right;
	background-color: #fafafa;
    border: 1px solid #f1f1f1;
}
.search-form label {
	margin: 0 5px 0 30px;
	font-weight: 500;
}
.search-form input {
	margin-right: 4px;
}
#container .search-form input.btn,
#container .search-form button {
    padding: 6px 12px;
    margin: 0;
	color: #fff;
	background-color: #003d6d;
	transition: all 0.25s;
    border: 1px solid transparent;
    border-radius: 4px;
    text-transform: inherit;
}
#container .search-form input.btn:hover,
#container .search-form button:hover {
	color: #fff;
	background-color: #003258;
    box-shadow: none;
}

/* volume */
.article.archives .doc-main-list > div {
    margin: 0;
}
.article.archives .doc-main-list .rdoc-year-area {
    float: left;
    width: 23%;
    /*width: 190px;*/
    padding: 0 20px 0 0;
}
.article.archives .doc-main-list .list-view-area {
    float: left;
    width: 77%;
}

/* paper-list */
/*.article.archives .paper-list {
	float: left;
    width: 580px;
	margin: 0;
}*/
/*.article.archives .doc-main-list > div > div:last-of-type {
    width: 635px;
}*/
.article.archives .paper-list > li .paper-area {
    float: none;
	width: 100%;
}

/***********************************************************************************************************************
* Instruction to Author
***********************************************************************************************************************/
.article.instruction-to-author {

}
.download-list02 li .btn-download {
    padding: 5px 10px;
    float: right;
    font-size: 0.75rem;
    line-height: 18px;
    color: #333;
    border: 1px solid #d7e1e8;
    border-radius: 2px;
    background-color: #f5fbff;
}
.download-list02 li .btn-download:hover {
    border: 1px solid #dfdfdf;
    background-color: #005bac;
    color:#fff;
}
.section p .btn-download {
    font-weight: 600;
    text-decoration: underline !important;
}

/***********************************************************************************************************************
* editorial-committee
***********************************************************************************************************************/
.article.editorial-committee {

}
.contents .section.editorial h3 {
    margin-top:10px;
}

/***********************************************************************************************************************
* Contact us
***********************************************************************************************************************/
.contents.editorial-office {

}
.contents ul.office-info {
	margin: 20px 0 0 20px;
	list-style: disc;
}
.contents ul.office-info > li {
	margin: 0 0 5px;
}

/***********************************************************************************************************************
* guide-for-editors
***********************************************************************************************************************/
.article.guide-for-editors {

}
.article.guide-for-editors ol.list > li {
	margin: 0 0 20px;
}

/***********************************************************************************************************************
* ethical-regulation
***********************************************************************************************************************/
.section.ethical-regulation {

}

.contents .page-header .small-title {
    display: inline-block;
    margin-left: 5px;
    font-size: 13px;
    letter-spacing: -0.25px;
    font-weight: 400;
}

/*.section p {
    margin: 0 0 0 20px;
}*/

/***********************************************************************************************************************
* online submission
***********************************************************************************************************************/
.contents .section.online-submission h2 {
    margin: 80px 0 10px;
	text-align: center;
}
.contents .section.online-submission h2 span {
    display: block;
    font-size: 1.063rem;
    font-weight: 500;
}
.section.online-submission .btn-area {
    padding-top: 20px;
}
.section.online-submission .btn-area .btn-paper {
	display: inline-block;
    margin-right: 30px;
	padding: 10px 30px;
	text-align: center;
	font-size: 1.125rem;
	color: #fff;
	border-radius: 40px;
	background-color: #2256b7;
}
.section.online-submission .btn-area .btn-paper:hover {
	background-color: #4977cb;
}
.section.online-submission .btn-area .btn-paper.btn-inst {
	background-color: #be000f;
}
.section.online-submission .btn-area .btn-paper.btn-inst:hover {
	background-color: #cb4949;
}
.section .instruction-area table tbody td {
    padding: 10px 0 10px 15px;
}



/***********************************************************************************************************************
* media query style
***********************************************************************************************************************/

@media screen and (max-width:1199px) {
    .aside {
        display: none;
    }
    #container {
        padding: 0 0 60px;
    }
}