﻿@charset "utf-8";

/***********************************************************************************************************************
* contents
***********************************************************************************************************************/

/* editor-choice */
#contents .editor-choice {
    position: relative;
    margin: 0 0 30px;
}
#contents .editor-choice span.label-choice {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    padding: 5px 8px;
    text-align: center;
    font-size: 0.938rem;
    color: #fff;
    background-color: #d47c69;
    z-index: 10;
}
#contents .editor-choice .thm-area {
    position: relative;
    float: left;
    width: 285px;
    height: 320px;
    border: 1px solid #dfdfdf;
    border-right: 0;
}
#contents .editor-choice .thm-area img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    padding: 0 25px;
}

#contents .editor-choice .paper-info-area {
    float: left;
    width: 540px;
    height: 320px;
    padding: 30px;
    color: #fff;
    background-color: #7ca286;
}
#contents .editor-choice .paper-info-area .type {
    display: inline-block;
    vertical-align: middle;
    font-size: 0.938rem;
    font-weight: bold;
    color: #ebe6da;
}
#contents .editor-choice .paper-info-area .date {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    font-size: 1rem;
    color: #ebe6da;
}
#contents .editor-choice .paper-info-area a.title-ko {

}
#contents .editor-choice .paper-info-area a.title-en {
    display: block;
    height: 66px;
    line-height: 1.2;
    margin: 20px 0 30px;
    font-size: 1.625rem;
    font-weight: bold;
    color: #fff;
    word-break: break-all;
}
#contents .editor-choice .paper-info-area .author {
    display: block;
    margin: 0 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#contents .editor-choice .paper-info-area .abstract {
    display: block;
    text-align: justify;
    word-break: break-all;
}

/* current-issue */
.current-issue {

}
.current-issue h1 {
    margin: 0 0 10px;
    text-align: center;
    line-height: 3.75rem;
    font-size: 1.5rem;
    font-weight: bold;
    color: #005bac;
    border-top: 1px solid #005bac;
    border-bottom: 1px solid #005bac;
    background: #f5fbff;
}
.current-issue h1 small {
    font-weight: 500;
}
.sub-title.page-header {
    padding: 0 0 10px;
    margin: 0 0 40px;
    font-size: 1.375rem;
    font-weight: bold;
    color: #93630c;
    border-bottom: 1px solid #e0d6c4;
}
.sub-title.page-header h1 {
    font-size: 22px;
	font-weight: bold;
}
.current-issue .page-header .btn-current-issue {
    display: inline-block;
    margin-left: 3px;
    float: right;
    line-height: 18px;
    padding: 5px 10px;
    font-size: 0.75rem;
    color: #333;
    border-radius: 2px;
    border: 1px solid #d7e1e8;
    background-color: #f5fbff;
    transition:0.5s;
}
.current-issue .page-header .btn-current-issue:hover {
    border: 1px solid #d7e1e8;
  background-color: #005bac;
    color:#fff;
}

.current-issue .current-issue-list {
    display: flex;
    flex-flow: column nowrap;
    gap: 44px;
}
.current-issue .current-issue-list .issue {
    display: flex;
    flex-flow: column nowrap;
    gap: 10px;
}
.current-issue .current-issue-list .issue h4.title a {
    display: flex;
    flex-flow: column nowrap;
    gap: 5px;
    
    line-height: 1.4;
    transition: all 0.25s;
}
.current-issue .current-issue-list .issue h4.title .title-ko {
    font-size: 21px;
    font-weight: 900;
    color: #1069BD;
}
.current-issue .current-issue-list .issue h4.title a:hover .title-ko {
    color: #c38a1d;
}
.current-issue .current-issue-list .issue h4.title .title-en {
    line-height: 1.3;
    font-size: 16px;
    font-weight: 400;
    color: #767676;
}
.current-issue .current-issue-list .issue h4.title a:hover .title-en {
    color: #e1ad48;
}
.current-issue .current-issue-list .issue .contents-area {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 30px;

    width: 100%;
}
.current-issue .current-issue-list .issue .thm {
    flex: 0 0 220px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.current-issue .current-issue-list .thm img {
    max-width: 100%;
}
.current-issue .current-issue-list .contents-inner {
    flex: 1 1 576px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 7px;
}
.current-issue .current-issue-list .doi {
    display: block;
    font-size: 13px;
    color: #328fe7;
}
.current-issue .current-issue-list .name {
    display: block;
    font-size: 13px;
    color: #767676;
    word-break: keep-all;
}
.current-issue .current-issue-list .abstract {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-align: justify;
    font-size: 15px;
    word-break: break-all;
}
.current-issue .current-issue-list .tag {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    align-items: center;
    gap: 5px 5px;

    width: 100%;
    margin-top: 5px;
}
.current-issue .current-issue-list .tag > a.btn {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    gap: 5px;

    line-height: 18px;
    margin: 0;
    padding: 5px 10px;
    font-size: 14px;
    color: #333;
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    background-color: #fff;
    transition: all 0.3s;
}
.current-issue .current-issue-list .tag > a:hover {
    background-color: #fafafa;
}
.current-issue .current-issue-list .tag > a.xml {
    color: #fff;
    border: 1px solid #308EF6 !important;
    background-color: #308EF6 !important;
}
.current-issue .current-issue-list .tag > a.xml:hover {
    border: 1px solid #0B78F0 !important;
    background-color: #0B78F0 !important;
}
.current-issue .current-issue-list .tag > a.pdf {
    color: #fff;
    border: 1px solid #ff7373;
    background-color: #ff7373;
}
.current-issue .current-issue-list .tag > a.pdf:hover {
    border: 1px solid #FF1E1E !important;
    background-color: #FF1E1E !important;
}


/***********************************************************************************************************************
* media query style
***********************************************************************************************************************/

@media screen and (max-width:1199px) {

    #container {
        padding: 70px 0 60px;
    }
}