@charset "UTF-8";

/* *******************************************************************
	공통
******************************************************************* */
/* 컨텐츠 타이틀 */
#contents .article .section h3 {
    font-family: 'S-CoreDream-6Bold';
    font-size: 24px;
    font-weight: bold;
    color: #333;
}
#contents .article .section h4 {
    font-size: 21px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #08b1cd;
}
#contents .article .section p {
    margin: 0 0 20px;
}

#contents .article .section .btn-area {
    padding: 30px 0;
    text-align: center;
}
#contents .article .section .btn-area .btn-go {
    display: inline-block;
    margin: 15px;
    padding: 20px 30px;
    line-height: 1;
    text-align: center;
    font-size: 20px;
    color: #fff;
    background-color: #11cceb;
    transition: all 0.25s;
    border:1px solid #009fb9;
}
#contents .article .section .btn-area .btn-go:hover {
    background-color: #00a6c4;
    border:1px solid #0d7e91;
}


#contents .article .section .btn-area .btn-go.red {
    background-color: #FF424D;
    border:1px solid #de0e1a;
}
#contents .article .section .btn-area .btn-go.red:hover {
    background-color: #de0e1a;
    border:1px solid #be000b;
}

/* 테이블 */
.table-bordered{
    border-top: 3px solid #11cceb !important;
    border-left:none !important;
    border-right:none !important;
}
.table-bordered tr > th{
    background-color: #fafafa;
    text-align: center;
    font-weight: bold;
    font-size: 17px;
}
#contents .table > tbody > tr > td{
    padding:16px 18px;
    font-size: 17px;
}
#contents .table > tbody > tr > td:first-child{
    border-left:none;
}
#contents .table > tbody > tr > td:last-child {
    border-right:none;

}
#contents .table tr > th {
    padding:15px;
    font-size: 17px;
    font-weight: 800;
    color: #000;
}
#contents .table tr > th:first-child{
    border-left:none;
}
#contents .table.tb-th-bold tbody tr > th:first-child{
    border-left:none;
    background-color: #fff;
}
#contents .table tr > th:last-child{
    border-right:none;
}
#contents .table-responsive > .table-bordered > tbody > tr:last-child > td {
    border-bottom:1px solid #ddd ;
}

/*탭 컨텐츠의 탭메뉴 스타일*/
#contents .article .section .tab-custom .tab-bg {
    margin: 0 0 80px;
    padding:0;
}
#contents .article .section .tab-custom .tab-bg .tab-area .button-tab li {
    display:table-cell;
    background-color:#fafafa;
}#contents .article .section .tab-custom .tab-bg .tab-area .button-tab li.active {
    background-color: #11cceb;
}#contents .article .section .tab-custom .tab-bg .tab-area .button-tab li.active a:hover {
    border: 1px solid #11cceb !important;
    background-color: #11cceb;
    color: #fff;
}#contents .article .section .tab-custom .tab-bg .tab-area .button-tab li.active a {
    border: 1px solid #11cceb !important;
    border-radius: 0;
    background-color: #11cceb;
    color: #fff;
    outline: none;
}
#contents .article .section .nav-tabs.button-tab {
    display: table;
    width: 100%;
    table-layout: fixed;
}
#contents .article .section .tab-custom .tab-bg .tab-area .button-tab li a {
    border-radius: 0;
    border:1px solid #eee !important;
    border-right:0 !important;
    margin-bottom: 0;
    font-size: 17px;
    padding: 10px;
}
#contents .article .section .tab-custom .tab-bg .tab-area .button-tab li:last-child a {
    border-right:1px solid #eee !important;
}


#contents .article .section .tab-custom .tab-bg .tab-area .button-tab li a:hover {
    color:#11cceb;
}

/* 다운로드 리스트 */
#contents .article .section .section-list.downloads {
    border-top: 3px solid #11cceb;
}
#contents .article .section .section-list.downloads li {
    float: left;
    overflow: hidden;
    width: 50%;
    margin: 0;
    padding: 30px;
    border-bottom: 1px solid #dfdfdf;
    background: none;
}
#contents .article .section .section-list.downloads.w100 li {
    width: 100%;
    float: none;
}
#contents .article .section .section-list.downloads li p {
    float: left;
    margin: 0;
    line-height: 40px;
}
#contents .article .section .section-list.downloads li .btn-default {
    float: right;
    padding: 8px 10px;
    margin: 0;
}
#contents .article .section .section-list.downloads li .btn-default a {
    color: #08b1cd;
    font-size: 16px;
}

/* *******************************************************************
	학회소개 > 소개
******************************************************************* */
.introduction #contents .article {

}

/* introduction-1 */
.introduction #contents .article .section.introduction-1 {

}
.introduction #contents .article .section.introduction-1 h3 {
    margin: 0 0 140px;
    text-align: right;
    font-size:21px ;
}
.introduction #contents .article .section.introduction-1 .contents-area {
    background-color: #fafafa;
}
.introduction #contents .article .section.introduction-1 .contents-area .inner-wrap {
    position: relative;
    padding: 30px 0;
}
.introduction #contents .article .section.introduction-1 .thm {
    position: absolute;
    left: 0;
    top: -90px;
}
.introduction #contents .article .section.introduction-1 .text-area {
    padding-left: 540px;
}
.introduction #contents .article .section.introduction-1 .text-area > ul {
    color:#11cceb;
}
.introduction #contents .article .section.introduction-1 .text-area > ul > li {
    padding: 0 0 30px 0;
    vertical-align: top;
    font-size: 18px;
    font-weight: 600;
}
.introduction #contents .article .section.introduction-1 .text-area > ul > li > b {
    font-size: 22px;
    font-weight: 800;
    padding-right:7px;
}
.introduction #contents .article .section.introduction-1 .text-area > p {

}
.introduction #contents .article .section.introduction-1 .text-area > p:last-child {
    margin: 0;
}
.introduction #contents .article .section.introduction-1 .text-area > p > strong {
    font-weight: 400;
    color: #FF424D;
}

/* introduction-2 */
.introduction #contents .article .section.introduction-2 {
    position: relative;
    padding: 40px 0 130px;
}
.introduction #contents .article .section.introduction-2 .line {
    position: absolute;
    left: 0;
    top: 80px;
    width: 100%;
    height: 2px;
    background-color: #00BFDF;
}
.introduction #contents .article .section.introduction-2 ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.introduction #contents .article .section.introduction-2 ul > li {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 240px;
}
.introduction #contents .article .section.introduction-2 ul > li > span.num {
    display: block;
    margin: 0 0 5px;
    text-align: center;
    font-size: 24px;
    font-weight: 300;
}
.introduction #contents .article .section.introduction-2 ul > li > p.text-area {
    min-height: 240px;
    padding: 20px 20px 0;
    border-right: 1px dotted #ccc;
}
.introduction #contents .article .section.introduction-2 ul > li:last-child > p.text-area {
    border-right: 0;
}
.introduction #contents .article .section.introduction-2 ul > li > p.text-area > span.title {
    display: block;
    margin: 0 0 20px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
}
.introduction #contents .article .section.introduction-2 ul > li > p.text-area > span.info {
    display: block;
    margin: 0 0 5px;
    line-height: 1.4;
    text-align: center;
    font-size: 17px;
    color: #666;
}

/* introduction-3 */
.introduction #contents .article .section.introduction-3 {
    padding: 90px 0 150px;
    background-color: #fafafa;
}
.introduction #contents .article .section.introduction-3 .contents-area .inner-wrap {
    position: relative;
}
.introduction #contents .article .section.introduction-3 h3 {
    position: relative;
    padding-right: 600px;
    text-align: right;
    line-height: 1.4;
}
.introduction #contents .article .section.introduction-3 h3 span.quotes {
    position: absolute;
    left: 0;
    top: -30px;
    font-size: 77px;
    font-weight: 700;
    color: #ccc;
}
.introduction #contents .article .section.introduction-3 h3 b {
    font-size: 18px;
    font-weight: 700;
    color: #333;
}
.introduction #contents .article .section.introduction-3 .thm {
    position: absolute;
    right: 0;
    top: -180px;
}

/* *******************************************************************
	학회소개 > 연혁
******************************************************************* */
.history #contents .article {

}
.history #contents .article .section.history-1 {
    position:relative;
}

/* 탭 리스트 */
.history #contents .article .section.history-1 dl {
    display: table;
    width: 100%;
    table-layout: fixed;
}
.history #contents .article .section.history-1 dl dd {
    display: table-cell;
    width: 85%;
    vertical-align: bottom;
}
.history #contents .article .section.history-1 dl dt{
    width: 15%;
    text-align: left;
    position: relative;
    top: 14px;
    vertical-align: top;
    left: 35px;
}
.history #contents .article .section.history-1 dl dt .hexagon {
    width: auto;
    position: relative;
    margin: -18px 0 0;
    color: #333333;
    font-size: 25px;
    font-weight: bold;
}
.history #contents .article .section.history-1 dl dt .hexagon:before {
    content: "";
    position: absolute;
    top: -25px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
}
.history #contents .article .section.history-1 dl dt .hexagon:after {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
}

.history #contents .article .section.history-1 dl dd > ul {
    border-left: 5px solid #eeeeee;
    min-height: 140px;
}
.history #contents .article .section.history-1 dl dd > ul > li {
    display: table;
    table-layout: fixed;
    width:100%;
    line-height: 1.2;
    vertical-align: middle;
    padding-bottom: 7px;
}
.history #contents .article .section.history-1 dl dd > ul > li > span {
    display: table-cell;
    width: 30%;
    padding: 0 0 0 81px;
    font-weight: bold;
    color: #333333;
}
.history #contents .article .section.history-1 dl dd > ul > li:first-child > span {
    padding: 0 0 0 80px;
}
.history #contents .article .section.history-1 dl dd > ul > li > ul {
    display: table-cell;
    width: 70%;
}
.history #contents .article .section.history-1 dl dd > ul > li > ul > li {
    padding-left: 50px;
    font-size: 16px;
    font-weight: 400;
}
.history #contents .article .section.history-1 dl dd > ul > li:last-child {
    padding-bottom: 35px;
}
.history #contents .article .section.history-1 dl:last-child dd > ul > li:last-child {
    padding-bottom: 0;
}
.history #contents .article .section.history-1 dl dd > ul > li:first-child::before {
    margin-left: -10px;
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    border: 3px solid #fd414d;
    border-radius: 16px;
    background-color: #fff;
}

/* *******************************************************************
	학회소개 > 역대회장단
******************************************************************* */
.former-chairman #contents .article {

}

.former-chairman #contents .article .section.former-chairman-1 {
    position:relative;
}

.former-chairman #contents .article .section.former-chairman-1 .namecard {
    display: inline-block;
    position: relative;
    width:  calc(50% - 42px);
    background: url(/images/sub/name_card_bg_opacity25.png) 154% 9% no-repeat;
    background-size: 63%;
    margin: 15px;
    padding:16px;
    height: 270px;
    border: 1px solid #eeeeee;
    border-radius: 10px 0 10px 0;
    box-shadow: 2px 2px 7px #eeeeee;
}
.former-chairman #contents .article .section.former-chairman-1 .namecard.long {
    height: 290px;
}
.former-chairman #contents .article .section.former-chairman-1 .namecard .point{
    position: absolute;
    top: 30px;
    left: 0;
    width: 90px;
    height: 40px;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 2;
    text-align: center;
    background: #333;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.former-chairman #contents .article .section.former-chairman-1 .namecard .annotation{
    position: absolute;
    top: 20px;
    right: 20px;
    color: rgb(179 238 249);
    font-size: 42px;
    font-weight:900;
    font-family: NanumSquareNeo;
    letter-spacing: -2px;
}
.former-chairman #contents .article .section.former-chairman-1 .namecard .name{
    padding-top:85px;
    width: 100%;
}
.former-chairman #contents .article .section.former-chairman-1 .namecard .name span:nth-child(2n) {
    display: block;
    width:82%;
    float:left;
    margin-bottom: 14px;
    padding:2px 6px;
    line-height: 1.5;
    letter-spacing : -1px;
}
.former-chairman #contents .article .section.former-chairman-1 .namecard .name .position {
    width: 15%;
    float: left;
    margin-right: 5px;
    margin-bottom: 14px;
    padding:2px 6px;
    line-height: 1.5;
    background-color: #f1f1f1;
    text-align: center;
    border-left: 2px solid #11cceb;
}


/* *******************************************************************
	학회소개 > 조직
******************************************************************* */
.organization #contents .article {

}
.organization #contents .article .section.organization-1 {
    position:relative;
}

/* *******************************************************************
	학회소개 > 사업내용
******************************************************************* */
.business #contents .article {

}
/* business-1  */
.business #contents .article .section.business-1 {
    position:relative;
}
.business #contents .article .section.business-1 .table tbody tr td:last-child{
    text-align:center;
}

/* *******************************************************************
	학회소개 > 정관
******************************************************************* */
.regulation #contents .article {

}

/* regulation-1 */
.regulation #contents .article .section.regulation {
    position:relative;
}
.regulation_date {
    text-align:right;
    margin-bottom: 20px;
}
.regulation_date li{
    font-size: 15px;
    line-height: 1.5;
    font-weight: 300;
    font-family:'Noto Sans KR' ;
}
.regulation #contents .article .section.regulation h3{
    margin:15px 0 10px;
    color: #FF424D;
}
.regulation #contents .article .section.regulation span.title {
    margin-bottom: 15px;
    color: #333;
    font-weight: 800;
}

.section.pages-submission #tab5 h3 {
    margin:40px 0 10px;
    color: #FF424D !important;
}
.pages-submission span.title {
    margin-bottom: 15px;
    color: #333;
    font-weight: 800;
}

/* *******************************************************************
	학회소개 > 찾아오시는길
******************************************************************* */
.office #contents .article {

}
/* office-1 */
.office #contents .article .section.office-1{
    position:relative;
}
.office #contents .article .section.office-1 h3.section-title {
    margin:45px 0 10px;
}

/* *******************************************************************
	입회안내 > 회원가입 안내
******************************************************************* */
.membership #contents .article{

}
/* membership-1 */
.membership #contents .article .section.membership{
    position:relative;
}
#contents .article .section h4.h4-bullet-05 {
    font-family: 'S-CoreDream-6Bold';
    font-size: 24px;
    font-weight: bold;
    color: #333 !important;
    padding-left: 28px;
    line-height: 1.7;
    margin-top: 20px;
    margin-bottom: 10px;
    background: url("/images/bullet/bullet_h4_06.png") 0 11px no-repeat;
}
#contents .article .section h4.h4-bullet-05:first-child {
    margin-top: 0;
}
.membership #contents .article .section.membership h5 {
    margin-bottom: 15px;
}
.membership #contents .article .section.membership .inner-wrap {
    margin-bottom: 50px;
}
    /* *******************************************************************
        논문투고/검색 > 논문투고
    ******************************************************************* */
.paper-submission #contents .article {

}
/* paper-submission-1 */
.paper-submission #contents .article .section.paper-submission-1 {
    position:relative;
}
.paper-submission #contents .article .section.paper-submission-1 .journal-area {
    display: flex;
    justify-content: space-between;
}
.paper-submission #contents .article .section.paper-submission-1 .journal-text {
    width: 60%;
}
.paper-submission #contents .article .section.paper-submission-1 .journal-img {
    width:31%;
    height: 100%;
}

.paper-submission #contents .article .section.paper-submission-1 .highlight {
    display: inline-block;
    padding: 5px 10px;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    color: #ff424d;
    background-color: #ffefef;
    vertical-align: text-top;
}

.paper-submission #contents .article .section.paper-submission-1 .info-box p {
    margin-bottom: 10px;
}
.paper-submission #contents .article .section.paper-submission-1 .info-box p:last-child {
    margin-bottom: 0px;
}

.paper-submission #contents .article .section .journal-info .info-box.blue {
    margin: 0 0 60px;
    border: 1px solid #DBEAFD;
    background-color: #f1fafe;
}

.paper-submission #contents .article .section .btn-area .btn.btn-default {
    background-color: #FFF;
    color:#333;
    border:1px solid #cccccc;
}
.paper-submission #contents .article .section .btn-area .btn.btn-default:hover {
    background-color: #e5e5e5;
    border:1px solid #a6a6a6;
}

/*논문 투고 안내 하단 버튼*/
/*.article .section.paper-submission-1 .btn-download.clearfix {*/
/*    max-width: 370px;*/
/*}*/
.article .section.paper-submission-1 .btn-download .file-con-area {
    width: 250px;
    height: 70px;
}
.article .section.paper-submission-1 .btn-download .file-con-area .title {
    width: 230px;
    line-height: 1.2;
}
.article .section.paper-submission-1 .btn-download .download-icon {
    height: 70px;
}
.article .section.paper-submission-1 .btn-download .download-icon i {
    margin-top:18px;
}
.article .section.paper-submission-1 .btn-download .file-con-area {
    padding-top:20px;
}
#contents .article .section.paper-submission-1 .btn-area {
    display: flex;
    padding: 40px 0;
    justify-content: center;
}
.article .section.paper-submission-1 .btn-download.clearfix {
    max-width: 100%;
    display: flex !important;
    justify-content: center;
}

/*global 변역 스타일 */
/*영문 메인*/
.trans-en .gnb-area dl dt a {
    font-size: 16px;
    line-height: 17px;
    margin-top: 40px;
}
.trans-en .gnb-area dl:nth-child(3) dt a {
    margin-top: 37px !important;
}
.trans-en .gnb-area dl:nth-child(6) dt a {
    margin-top: 50px;
}
/*영문 서브*/
.trans-en .introduction #contents .article .section.introduction-2 ul > li > p.text-area > span.title {
    line-height: 1.2;
}
.trans-en .introduction #contents .article .section.introduction-2 ul > li > p.text-area > span.info {
    font-size: 15px;
}

.trans-en .former-chairman #contents .article .section.former-chairman-1 .namecard .name .position {
    line-height: 1.1;
}
.trans-en .former-chairman #contents .article .section.former-chairman-1 .namecard .name span:nth-child(2n) {
    margin-bottom: 24px;
}
.trans-en .former-chairman #contents .article .section.former-chairman-1 .namecard {
    height: 295px;
    font-size: 14px;
}
.trans-en .former-chairman #contents .article .section.former-chairman-1 .namecard .point {
    width: 110px;
    height: 50px;
    padding: 7px;
    line-height: 1;
    font-size: 17px;
}
.trans-en #contents .article .section .tab-custom .tab-bg .tab-area .button-tab li {
    border: 1px solid #eee !important;
    vertical-align: middle;
}
.trans-en #contents .article .section .tab-custom .tab-bg .tab-area .button-tab li a {
    border: none !important;
    font-size: 17px;
    line-height: 1;
}
.trans-en .board .section .table tbody td {
    font-size: 16px;
}
.trans-en .event-wrap > ul > li > ul.event-info > li .label {
    width: 95px;
}
.trans-en .event-wrap > ul > li > ul.event-info > li .conts {
    width: 790px;
}
.trans-en .snb > li > a {
    font-size: 16px;
}
.trans-en #contents .table tr > th {
    word-break: break-word;
}
.trans-en .main-col2 .academic-events-area .nav-area > ul > li > a {
    font-size: 16px;
}
.trans-en .main-col2 .academic-events-area .nav-area > ul > li.active > a {
    font-size: 19px;
}

.trans-en .introduction #contents .article .section.introduction-3 h3 span.quotes {
    left:-25px;
}

/* 일문 서브*/
.trans-ja .introduction #contents .article .section.introduction-2 ul > li > p.text-area {
    overflow-wrap: break-word;
}
.trans-ja .former-chairman #contents .article .section.former-chairman-1 .namecard .name .position {
    width: 22%;
}
.trans-ja .former-chairman #contents .article .section.former-chairman-1 .namecard .name span:nth-child(2n) {
    width: 76%;
}
.trans-ja .former-chairman #contents .article .section.former-chairman-1 .namecard {
    height: 350px;

}
.trans-ja .former-chairman #contents .article .section.former-chairman-1 .namecard .name span:nth-child(2n){
    line-height: 1.2;
}
.trans-ja .former-chairman #contents .article .section.former-chairman-1 .namecard .name span:nth-child(2n) {
    margin-bottom: 20px;
}
/* 중문 서브*/
