﻿@charset "utf-8";

/*
    contents-area, contents-title
*/
.contents-area {
    float: left;
    width: 900px;
    min-height: 720px;
    padding: 40px 0 80px 60px;

}
.contents-title {
    margin: 0;
    padding: 0 0 43px;
    /*margin: 0;*/
    line-height: 1.1;
    font-size: 28px;
    font-weight: 800;
    border-bottom: 0px solid #eee;
}
.contents-title small {
    display: block;
    margin: 10px 0 0;
    font-size: 14.5px;
}
/*
    section
*/
/*본문스타일: 기본*/
.section .mobile-hidden {
    display: block;
}
.section .highlight-blue {
    color: #385194 !important;
}
.section {
    position: relative;
    letter-spacing: 0;
    word-break: keep-all;
    font-family: 'NanumSquareNeo', 'Noto Sans KR', Arial, 'Nanum Gothic', '맑은 고딕', 'Nanum Barun Gothic', 'Noto Sans KR', 'Malgun Gothic', 'Nanum Gothic', Dotum, Gulim, sans-serif;
    font-size: 14.5px;
    line-height: 1.6;
    font-weight: 400;
    color: #333;
}
.section h4.conts-title {
    position: relative;
    font-family: 'NanumSquareNeo', 'Noto Sans KR', Arial, 'Nanum Gothic', '맑은 고딕', 'Nanum Barun Gothic', 'Malgun Gothic', 'Nanum Gothic', Dotum, Gulim, sans-serif;
    font-size: 21px;
    font-weight: 800;
    margin: 40px 0 15px 0;
    padding: 7px 0 0;
}
.section h4.conts-title:first-child {
    margin-top: 25px;
}
.section h4.conts-title:before{
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    width: 42px;
    height: 4px;
    background: url(/images/bullet/h3_bul.png);
}
.section h4.conts-title i {
    padding-right: 8px;
    color: #195992;
    font-weight: 700;
}
.section h4.conts-title small {
    margin: 0 0 0 15px;
    font-size: 14.5px;
    color: #195992;
    font-weight: 500;
}
.section h5.conts-semi-title {
    margin-top: 40px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
}
.section h5.conts-semi-title.first {
    margin-top: 0;
    font-size: 16px;
    font-weight: 700;
}
.section h5.conts-semi-title i {
    vertical-align: middle;
    padding-right: 10px;
    font-size: 18px;
    color: #158038;
}
.section .sub-title-colored {
    font-size: 16px;
    font-weight: 700;
    color: #195992;
    margin: 30px 0 5px 0;
}
.section h5.sub-title-bullet {
    font-size: 14.5px;
    margin: 10px 0 5px;
    padding-left: 15px !important;
    background: url("/images/bullet/bullet_h4_02.png") left center no-repeat;
}

/*highlight-box*/
.highlight-box {
    padding: 20px;
    border: 1px solid #ddf0fa;
    border-radius: 2px;
    background-color: #f1fbff;
}
.highlight-box strong {
    font-size: 24px;
    color: #1554b0;
}
.highlight-box .box-list li {
    padding-left: 15px;
}

.article .section p {
    margin: 0 0 20px;
    font-weight: 400;
    text-align: justify;
    word-break: break-word;
}
/*.section strong {*/
/*font-weight: 400;*/
/*}*/
.indent-01{
    padding-left: 35px !important;
}
.indent-02{
    padding-left: 25px !important;
}
.indent-03{
    padding-left: 15px !important;
}

/*indent*/
.indent p,
.indent table,
.indent ul{
    margin-left: 30px;
}
/*sup*/
.section sup {font-size:10px;}

/*btn*/
.btn-area:after {
    content: '';
    display: block;
    clear: both;
}
.btn-area {
    *zoom:1;
    margin: 10px 0 30px;
}
.btn-area02 {
    margin: 10px 0 10px;
    text-align: right;
}
/*ul*/
ul.disc li {
    padding-left: 8px;
    margin-left: 7px;
    line-height: 1.6;
    background: url("/images/bullet/bullet_main_list_3x3.png") left 10px no-repeat;
}
ul.disc li ul.no-disc li {
    padding: 0;
    line-height: 1.5 !important;
    font-size: 14.5px !important;
}
ul.no-disc li,
ul.disc li.no-disc {
    background: none !important;
}
ol {
    padding-left: 15px;
}
ol li {
    list-style: decimal;
    padding-left: 5px;
}

.btn {
    border-radius: 2px;
}

ul.decimal li {
    padding-left: 2px;
    margin-left: 25px;
    line-height: 1.6;
    list-style: decimal;
}

/*download box*/
/* 다운로드 리스트 */
.download-list02 {
    /*padding-left: 0 !important;*/
    margin-top: 30px !important;
    padding: 5px 10px;
    list-style: none;
    border: 3px solid #a5bdf8;
}
.download-list02 li {
    width: 100%;
    padding-left: 5px;
    line-height: 35px;
    border-bottom: 1px dashed #ddd;
    /*background: url("/assets/images/bullet/square.png") left 10px no-repeat;*/
}
.download-list02 li:last-child {
    border-bottom: 0;
}
.download-list02 li:after {
    content: '';
    display: block;
    clear: both;
}
.download-list02 li a.btn {
    float: right;
    margin-top: 5px;
    display: inline-block;
    width: 100px;
    line-height: 23px;
    font-size: 13px;
    text-align: center;
    text-decoration: none;
    border-radius: 2px;
}
.download-list02 li a.btn-download {
    float: right;
    margin-top: 5px;
    display: inline-block;
    width: 100px;
    line-height: 23px;
    font-size: 13px;
    text-align: center;
    text-decoration: none;
    color: #333;
    border: 1px solid #ddd;
    border-radius: 2px;

    background: -moz-linear-gradient(top,  #fefefe 0%, #fbfbfb 49%, #efefef 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(49%,#fbfbfb), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fefefe 0%,#fbfbfb 49%,#efefef 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fefefe 0%,#fbfbfb 49%,#efefef 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fefefe 0%,#fbfbfb 49%,#efefef 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fefefe 0%,#fbfbfb 49%,#efefef 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#efefef',GradientType=0 ); /* IE6-8 */
}

.download-list02 .btn-download i,
.download-list02 li a.btn i {
    padding-right: 8px;
}
i.pdf {
    color: #ff3f39 !important;
}
i.hwp {
    color: #49bffd !important;
}
i.zip {
    /*color: #eaa752;*/
    color: #3c497e !important;
}
i.share {
    color: #1554b0 !important;
}
i.e-book {
    color: #49bffd !important;
}

.more-info {
    margin: 10px 0 0 !important;
    text-align: justify;
    font-size: 14.5px;
    line-height: 1.5;
}

.text-primary {
    color: #33f !important;
}
.text-danger {
    color: #f33 !important;
}

/* bullet */
.ion-android-arrow-dropright-circle {
    color: #ccc;
    font-size: 20px;
    margin-right: 5px;
}
/*.section ul.disc {*/
/*list-style: disc;*/
/*padding-left: 20px;*/
/*}*/

/*준비중 입니다.*/
.uc {
    padding: 45px 0;
    font-size: 25px;
    background-color: #fafafa;
    /*border: 1px solid #dfdfdf;*/
    border-radius: 2px;
    color: #bbb;
    text-align: center;
    vertical-align: middle;
}
.uc i {
    font-size: 33px;
    padding-right: 15px;
    vertical-align: middle;
}
.uc .uc-strong {
    color: #767676;
}

.bd-r1 {
    border-right: 1px solid #dfdfdf !important;
}

/* *******************************************************************
    sub-spot
******************************************************************* */
#sub-spot {
    display: none;
    width: 100%;
    overflow: visible !important;
    background: #011d37 url("/images/sub/bg_sub_spot.jpg") center top no-repeat;
    background-size: 2000px 150px;
}
#sub-spot .innerwrap {
    height: 150px;
    overflow: visible !important;
}
/*#sub-spot .innerwrap.subspot01 { background: url("/images/bg/sub_spot01.png") no-repeat right bottom; }*/
/*#sub-spot .innerwrap.subspot02 { background: url("/images/bg/sub_spot02.png") no-repeat right 13px; }*/
/*#sub-spot .innerwrap.subspot03 { background: url("/images/bg/sub_spot03.png") no-repeat right 13px; }*/
/*#sub-spot .innerwrap.subspot04 { background: url("/images/bg/sub_spot04.png") no-repeat right 13px; }*/
/*#sub-spot .innerwrap.subspot05 { background: url("/images/bg/sub_spot05.png") no-repeat right 13px; }*/
/*#sub-spot .innerwrap.subspot06 { background: url("/images/bg/sub_spot06.png") no-repeat right 13px; }*/
#sub-spot h2 {
    /*padding: 35px 0 15px 0;*/
    padding: 35px 0 5px 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    color: #333;
}
#sub-spot h2 small {
    display: block;
    margin: 5px 0 10px;
    font-size: 16px;
    font-weight: 700;
    color: #333;
}
#sub-spot p {
    font-size: 13px;
    line-height: 1.4;
    color: #767676;
}

/* *******************************************************************
	breadcrumb-area
******************************************************************* */
.breadcrumb-area {
    height: 41px;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    background-color: #f5f8fc;
}
.breadcrumb-area.sticky {
    position: fixed;
    top: 100px;
    width: 100%;
    border-top: 0;
    background-color: #fafafa;
    /*box-shadow: 0 1px 3px rgba(0,0,0,0.15);*/
    z-index: 5;
}

/* home */
.breadcrumb-area li.home {
    float: left;
    width: 70px;
}
.breadcrumb-area li.home a {
    display: block;
    height: 39px;
    line-height: 40px;
    text-align: center;
    font-size: 14.5px;
    color: #333;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    background-color: #fff;
}
.breadcrumb-area li.home a:hover {
    color: #1554b0;
    background-color: #edf6ff;
}

/* selectbox */
.breadcrumb-area li.selectbox {
    position: relative;
    float: left;
    display: inline-block;
    width: auto;
    height: 39px;
    padding: 0 15px;
    line-height: 39px;
    font-size: 13px;
    font-weight: 500;
    color: #a4a4a4;
    /*border-right: 1px solid #dfdfdf;*/
    /*background-color: #fff;*/
}
.breadcrumb-area li.selectbox.depth3 {
    color: #767676;
    /*border-right: 1px solid #dfdfdf;*/
}
.breadcrumb-area li.arrow {
    position: relative;
    float: left;
    display: inline-block;
    width: auto;
    height: 38px;
    padding: 0 5px;
    line-height: 38px;
    font-size: 14.5px;
    color: #ccc;
    /*background-color: #fff;*/
}
.breadcrumb-area li.selectbox .current i {
    position: absolute;
    top: 1px;
    right: 15px;
    font-size: 20px;
    color: #666;
    cursor: pointer;
}
.breadcrumb-area li.selectbox > ul {
    display: none;
    width: 100%;
    background-color: #fff;
}

/* quick-link */
.breadcrumb-area li.quick-link {
    position: relative;
    float: right;
    width: 207px;
    height: 39px;
    padding-left: 15px;
    line-height: 38px;
    font-size: 14.5px;
    font-weight: 500;
    color: #666;
    border-left: 1px solid #dfdfdf;
    border-right: 0;
    background-color: #fff;
    cursor: pointer;
}
.breadcrumb-area li.quick-link .current i {
    position: absolute;
    top: 1px;
    right: 15px;
    font-size: 20px;
    color: #666;
    cursor: pointer;
}
.breadcrumb-area li.quick-link ul {
    display: none;
    position: absolute;
    left: -1px;
    top: 39px;
    width: 208px;
    margin: 0;
    padding: 0;
    border: 1px solid #4f5867;
    background-color: #fff;
    z-index: 100;
}
.breadcrumb-area li.quick-link ul li a {
    display: block;
    width: 100%;
    height: 34px;
    line-height: 34px;
    padding: 0 10px;
    font-size: 13px;
    background-color: #fff;
}
.breadcrumb-area li.quick-link ul li a:hover {
    color: #1554b0;
    background-color: #f1f9fe;
}

/* print */
.breadcrumb-area li.btn-print {
    float: right;
    width: 60px;
}
.breadcrumb-area li.btn-print a {
    display: block;
    height: 38px;
    line-height: 40px;
    text-align: center;
    font-size: 14.5px;
    color: #333;
    border-left: 1px solid #dfdfdf;
    background-color: #fff;
}
.breadcrumb-area li.btn-print a:hover {
    color: #1554b0;
    background-color: #edf6ff;
}

/* print */
.breadcrumb-area li.btn-totop {
    float: right;
    width: 60px;
}
.breadcrumb-area li.btn-totop a {
    display: block;
    height: 39px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    color: #333;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    background-color: #fff;
}
.breadcrumb-area li.btn-totop a:hover {
    color: #1554b0;
    background-color: #edf6ff;
}

/* *******************************************************************
	snb
******************************************************************* */
.snb-area {
    float: left;
    width: 200px;
    padding: 40px 0 80px;
}
.snb-title {
    height: 73px;
    border-bottom: 1px solid #e7e7e7;
}
.snb-title strong {
    display: block;
    margin: 0 0 10px;
    padding-left: 15px;
    font-family: 'NanumSquareNeo', 'Noto Sans KR', 'Nanum Gothic', 'Nanum Barun Gothic', sans-serif;
    font-size: 26px;
    font-weight: 400;
    color: #333;
}
.snb-title small {
    display: block;
    margin: 0 0 10px;
    padding-left: 18px;
    font-family: 'NanumSquareNeo', 'Noto Sans KR', Arial, 'Nanum Gothic', 'Nanum Barun Gothic', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #bbb;
    letter-spacing: 0;
}

/* snb */
.snb {
    border-top: 3px solid #f4f4f4;
}
.snb > li {
    position: relative;
}
.snb > li > a {
    display: block;
    height: 50px;
    line-height: 50px;
    padding-left: 15px;
    font-size: 14.5px;
    color: #333;
    border-bottom: 1px solid #eee;
    /*border-bottom: 1px solid #eee;*/
    background-color: #fff;
    transition: all 0.25s;
}
.snb > li > a:hover {
    color: #385194;
    background-color: #edf6ff;
}
.snb > li.active > a {
    font-weight: 800;
    color: #fff;
    background-color: #385194;
}
.snb > li > a > i {
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 18px;
}
.snb > li > ul {
    display: none;
    padding: 5px 0;
    border-bottom: 1px solid #eee;
    background-color: #fdfdfd;
}
.snb > li > ul > li {
    margin: 0;
    padding: 0 5px 0 15px;
}
.snb > li > ul > li > a {
    display: block;
    height: auto;
    line-height: 1.5;
    padding: 10px 0;
    font-size: 14.5px;
    font-weight: 400;
    color: #999;
    letter-spacing: -0.45px;
    border-bottom: 1px dotted #dfdfdf;
    background-color: #fdfdfd;
}
.snb.committee > li > ul > li > a {
    /*min-height: 57px;*/
    word-break: keep-all;
}
.snb.committee > li > ul > li > a.single {
    /*padding-top: 20px;*/
}
.snb > li > ul > li:last-child > a {
    border-bottom: 0;
}
.snb > li > ul > li > a:hover {
    color: #385194;
}
.snb > li > ul > li.active > a {
    font-weight: 800;
    color: #385194;
}

/* *******************************************************************
    학회안내 - 인사말
******************************************************************* */
.greeting p {
    margin: 0 0 20px;
    font-size: 14.5px;
    word-break: break-all;
}
.greeting p.thm {
    float: left;
    margin: 0 15px 15px 0;
}
/*.greeting-img .txt {*/
/*    padding-left: 280px;*/
/*}*/
.greeting p.chairman {
    text-align: right;
}
.greeting p.chairman .organ {
    display: block;
    margin: 0 0 0 10px;
}
.greeting p.chairman .name {
    display: block;
}
.greeting p.chairman b {
    margin: 0 0 0 10px;
    text-align: right;
    font-size: 24px;
    font-weight: 800;
}

/* *******************************************************************
    학회안내 - 창립취지문
******************************************************************* */
.article.foundation {

}
.article.foundation .section p {
    font-size: 14.5px;
}
.article.foundation .foundation-list {
    margin-top: 30px;
}
.article.foundation .foundation-list > li {
    overflow: hidden;
    margin: 0 0 15px;
}
.article.foundation .foundation-list > li > span.num {
    float: left;
    display: inline-block;
    width: 100px;
    height: 90px;
    line-height: 90px;
    margin: 0;
    text-align: center;
    font-size: 18px;
    font-weight: 800;
    color: #fff;
    border-radius: 0 0 0 20px;
    background: #50a7ff url(/images/bg/main_quick_bg03.png) left top no-repeat;
    background-size: 100px;
}
.article.foundation .foundation-list > li > p {
    height: 90px;
    margin: 0;
    padding: 20px 20px 0 120px;
    font-weight: 400;
    border-radius: 0 20px 0 20px;
    background-color: #f8f9fc;
}

/* *******************************************************************
    학회안내 - 임원명단 - 조직 스타일1
******************************************************************* */
/*.article.board-members {*/

/*}*/

/*!* 조직 *!*/
/*.article.board-members .organ-area {*/
/*    margin-top: 50px;*/
/*}*/

/*!* 조직 - 총회 *!*/
/*.article.board-members .organ-area .general-meeting {*/
/*    position: relative;*/
/*    padding-bottom: 30px;*/
/*    text-align: center;*/
/*}*/
/*.article.board-members .organ-area .general-meeting:after {*/
/*    position: absolute;*/
/*    left: 50%;*/
/*    bottom: 0;*/
/*    content: '';*/
/*    width: 2px;*/
/*    height: 30px;*/
/*    margin-left: -1px;*/
/*    background-color: #eee;*/
/*}*/
/*.article.board-members .organ-area .general-meeting .title {*/
/*    display: inline-block;*/
/*    width: 240px;*/
/*    padding: 5px 0;*/
/*    text-align: center;*/
/*    font-size: 21px;*/
/*    color: #fff;*/
/*    border-radius: 2px;*/
/*    background-color: #06378e;*/
/*}*/

/*!* 조직 - 회장 *!*/
/*.article.board-members .organ-area .chairman {*/
/*    position: relative;*/
/*    width: 240px;*/
/*    margin: 0 auto;*/
/*    padding-bottom: 40px;*/
/*    text-align: center;*/
/*}*/
/*.article.board-members .organ-area .chairman:after {*/
/*    position: absolute;*/
/*    left: 50%;*/
/*    bottom: 0;*/
/*    content: '';*/
/*    width: 2px;*/
/*    height: 40px;*/
/*    margin-left: -1px;*/
/*    background-color: #eee;*/
/*}*/
/*.article.board-members .organ-area .chairman .title {*/
/*    display: block;*/
/*    margin: 0;*/
/*    padding: 5px 0;*/
/*    text-align: center;*/
/*    font-size: 21px;*/
/*    color: #fff;*/
/*    border-radius: 2px 2px 0 0;*/
/*    background-color: #f29441;*/
/*}*/
/*.article.board-members .organ-area .chairman .info-area {*/
/*    position: relative;*/
/*    padding: 20px;*/
/*    border: 1px solid #eee;*/
/*    border-top: 0;*/
/*}*/
/*.article.board-members .organ-area .chairman .thm {*/
/*    display: block;*/
/*    width: 180px;*/
/*    height: 180px;*/
/*    margin: 0 auto 10px;*/
/*    border-radius: 180px;*/
/*    background-color: #eee;*/
/*}*/
/*.article.board-members .organ-area .chairman .info {*/
/*    margin: 0;*/
/*    text-align: center;*/
/*}*/
/*.article.board-members .organ-area .chairman .info b {*/
/*    display: block;*/
/*    margin: 0;*/
/*    font-size: 18px;*/
/*    font-weight: 800;*/
/*}*/
/*.article.board-members .organ-area .chairman .info small {*/
/*    display: block;*/
/*    font-size: 14.5px;*/
/*}*/

/*!* 조직 - 부회장 *!*/
/*.article.board-members .organ-area .vice-chairman {*/
/*    position: relative;*/
/*    width: 100%;*/
/*    margin: 0 auto;*/
/*    padding-bottom: 40px;*/
/*    text-align: center;*/
/*}*/
/*.article.board-members .organ-area .vice-chairman:after {*/
/*    position: absolute;*/
/*    left: 50%;*/
/*    bottom: 0;*/
/*    content: '';*/
/*    width: 2px;*/
/*    height: 40px;*/
/*    margin-left: -1px;*/
/*    background-color: #eee;*/
/*}*/
/*.article.board-members .organ-area .vice-chairman .title {*/
/*    display: block;*/
/*    margin: 0;*/
/*    padding: 5px 0;*/
/*    text-align: center;*/
/*    font-size: 21px;*/
/*    color: #fff;*/
/*    border-radius: 2px 2px 0 0;*/
/*    background-color: #494a9c;*/
/*}*/
/*.article.board-members .organ-area .vice-chairman .info-area {*/
/*    position: relative;*/
/*    padding: 20px 20px 0;*/
/*    border: 1px solid #eee;*/
/*    border-top: 0;*/
/*}*/
/*.article.board-members .organ-area .vice-chairman .info-area ul {*/

/*}*/
/*.article.board-members .organ-area .vice-chairman .info-area ul li {*/
/*    float: left;*/
/*    width: 144px;*/
/*    margin-right: 20px;*/
/*    margin-bottom: 20px;*/
/*}*/
/*.article.board-members .organ-area .vice-chairman .info-area ul li:nth-child(4n) {*/
/*    width: 143px;*/
/*}*/
/*.article.board-members .organ-area .vice-chairman .info-area ul li:nth-child(5n) {*/
/*    width: 143px;*/
/*    margin-right: 0;*/
/*}*/
/*.article.board-members .organ-area .vice-chairman .info-area ul li:nth-child(5n) {*/
/*    margin-right: 0;*/
/*}*/
/*.article.board-members .organ-area .vice-chairman .thm {*/
/*    display: block;*/
/*    width: 120px;*/
/*    height: 120px;*/
/*    margin: 0 auto 10px;*/
/*    border-radius: 120px;*/
/*    background-color: #eee;*/
/*}*/
/*.article.board-members .organ-area .vice-chairman .info {*/
/*    margin: 0;*/
/*    text-align: center;*/
/*}*/
/*.article.board-members .organ-area .vice-chairman .info b {*/
/*    display: block;*/
/*    margin: 0;*/
/*    font-size: 14.5px;*/
/*    font-weight: 800;*/
/*}*/
/*.article.board-members .organ-area .vice-chairman .info small {*/
/*    display: block;*/
/*    line-height: 1.4;*/
/*    font-size: 13px;*/
/*}*/

/*!* 조직 - 이사 *!*/
/*.article.board-members .organ-area .director {*/
/*    position: relative;*/
/*    width: 100%;*/
/*    margin: 0 auto;*/
/*    padding-bottom: 20px;*/
/*    text-align: center;*/
/*}*/
/*.article.board-members .organ-area .director .title {*/
/*    display: block;*/
/*    margin: 0;*/
/*    padding: 5px 0;*/
/*    text-align: center;*/
/*    font-size: 21px;*/
/*    color: #fff;*/
/*    border-radius: 2px 2px 0 0;*/
/*    background-color: #50a7ff;*/
/*}*/
/*.article.board-members .organ-area .director .info-area {*/
/*    position: relative;*/
/*    padding: 20px 20px 15px;*/
/*    border: 1px solid #eee;*/
/*    border-top: 0;*/
/*}*/
/*.article.board-members .organ-area .director .info-area ul {*/

/*}*/
/*.article.board-members .organ-area .director .info-area ul li {*/
/*    float: left;*/
/*    width: 33.33333%;*/
/*    margin-bottom: 5px;*/
/*}*/
/*.article.board-members .organ-area .director .info {*/
/*    margin: 0;*/
/*    text-align: left;*/
/*}*/
/*.article.board-members .organ-area .director .info b {*/
/*    display: inline-block;*/
/*    margin: 0;*/
/*    font-size: 14.5px;*/
/*    font-weight: 800;*/
/*}*/
/*.article.board-members .organ-area .director .info small {*/
/*    display: inline-block;*/
/*    margin-left: 5px;*/
/*    line-height: 1.4;*/
/*    letter-spacing: -0.45px;*/
/*    font-size: 12px;*/
/*}*/

/*!* 조직 - 감사 *!*/
/*.article.board-members .organ-area .auditor {*/
/*    position: relative;*/
/*    width: 100%;*/
/*    margin: 0 auto;*/
/*    padding-bottom: 20px;*/
/*    text-align: center;*/
/*}*/
/*.article.board-members .organ-area .auditor .title {*/
/*    display: block;*/
/*    margin: 0;*/
/*    padding: 5px 0;*/
/*    text-align: center;*/
/*    font-size: 21px;*/
/*    color: #fff;*/
/*    border-radius: 2px 2px 0 0;*/
/*    background-color: #0ba3a4;*/
/*}*/
/*.article.board-members .organ-area .auditor .info-area {*/
/*    position: relative;*/
/*    padding: 20px 20px 15px;*/
/*    border: 1px solid #eee;*/
/*    border-top: 0;*/
/*}*/
/*.article.board-members .organ-area .auditor .info-area ul {*/

/*}*/
/*.article.board-members .organ-area .auditor .info-area ul li {*/
/*    float: left;*/
/*    width: 33.33333%;*/
/*    margin-bottom: 5px;*/
/*}*/
/*.article.board-members .organ-area .auditor .info {*/
/*    margin: 0;*/
/*    text-align: left;*/
/*}*/
/*.article.board-members .organ-area .auditor .info b {*/
/*    display: inline-block;*/
/*    margin: 0;*/
/*    font-size: 14.5px;*/
/*    font-weight: 800;*/
/*}*/
/*.article.board-members .organ-area .auditor .info small {*/
/*    display: inline-block;*/
/*    margin-left: 5px;*/
/*    line-height: 1.4;*/
/*    letter-spacing: -0.45px;*/
/*    font-size: 12px;*/
/*}*/

/*!* 조직 - 고문 *!*/
/*.article.board-members .organ-area .advisor {*/
/*    position: relative;*/
/*    width: 100%;*/
/*    margin: 0 auto;*/
/*    padding-bottom: 40px;*/
/*    text-align: center;*/
/*}*/
/*.article.board-members .organ-area .advisor .title {*/
/*    display: block;*/
/*    margin: 0;*/
/*    padding: 5px 0;*/
/*    text-align: center;*/
/*    font-size: 21px;*/
/*    color: #fff;*/
/*    border-radius: 2px 2px 0 0;*/
/*    background-color: #0ba3a4;*/
/*}*/
/*.article.board-members .organ-area .advisor .info-area {*/
/*    position: relative;*/
/*    padding: 20px 20px 15px;*/
/*    border: 1px solid #eee;*/
/*    border-top: 0;*/
/*}*/
/*.article.board-members .organ-area .advisor .info-area ul {*/

/*}*/
/*.article.board-members .organ-area .advisor .info-area ul li {*/
/*    float: left;*/
/*    width: 33.33333%;*/
/*    margin-bottom: 5px;*/
/*}*/
/*.article.board-members .organ-area .advisor .info {*/
/*    margin: 0;*/
/*    text-align: left;*/
/*}*/
/*.article.board-members .organ-area .advisor .info b {*/
/*    display: inline-block;*/
/*    margin: 0;*/
/*    font-size: 14.5px;*/
/*    font-weight: 800;*/
/*}*/
/*.article.board-members .organ-area .advisor .info small {*/
/*    display: inline-block;*/
/*    margin-left: 5px;*/
/*    line-height: 1.4;*/
/*    letter-spacing: -0.45px;*/
/*    font-size: 12px;*/
/*}*/

/* *******************************************************************
    학회안내 - 임원명단 - 조직 스타일2
******************************************************************* */
.article.board-members {

}
.article.board-members .organ-area .info b span.word2 { /* 이름이 외자일 경우 */
    display: inline-block;
    width: 13px;
}
.article.board-members .section h4.conts-title {
    display: inline-block;
    margin-bottom: 20px;
}

/* 조직 */
.article.board-members .organ-area {

}

/* 조직 - 회장 */
.board-members-two{
    float:left;
}
.board-members-two:first-child{
    width:340px;
}
.board-members-two:nth-child(2){
    width:500px;
}
.article.board-members .organ-area .chairman {
    position: relative;
    margin: 0 0 50px;
    padding: 0 0 0 15px;

}
.article.board-members .organ-area .chairman{

}

.article.board-members .organ-area .chairman .thm {
    display: block;
    width: 120px;
    height: 120px;
    margin: 0 0 10px;
}
.article.board-members .organ-area .chairman .thm img {
    max-width: 100%;
    border-radius: 180px;
    background-color: #eee;
}
.article.board-members .organ-area .chairman .info {
    width: 120px;
    margin: 0;
    text-align: center;
}
.article.board-members .organ-area .chairman .info b {
    display: block;
    margin: 0;
    font-size: 14.5px;
    font-weight: 800;
}
.article.board-members .organ-area .chairman .info small {
    display: block;
    font-size: 13px;
}

/* 조직 - 부회장 */
.article.board-members .organ-area .vice-chairman {
    position: relative;
    width: 100%;
    margin: 0 0 50px;
}
.article.board-members .organ-area .vice-chairman .info-area ul {

}
.article.board-members .organ-area .vice-chairman .info-area ul li {
    float: left;
    width: 152px;
    margin-right: 20px;
    margin-bottom: 20px;
}
.article.board-members .organ-area .vice-chairman .info-area ul li:nth-child(5n) {
    margin-right: 0;
}
.article.board-members .organ-area .vice-chairman .thm {
    display: block;
    width: 120px;
    height: 120px;
    margin: 0 auto 10px;
    border-radius: 120px;
    background-color: #eee;
}
.article.board-members .organ-area .vice-chairman .info {
    margin: 0;
    text-align: center;
}
.article.board-members .organ-area .vice-chairman .info b {
    display: block;
    margin: 0;
    font-size: 14.5px;
    font-weight: 800;
}
.article.board-members .organ-area .vice-chairman .info small {
    display: block;
    line-height: 1.4;
    font-size: 13px;
}

/* 조직 - 이사 */
.article.board-members .organ-area .director {
    position: relative;
    width: 100%;
    margin: 0 0 30px;
    padding-bottom: 20px;
}
.article.board-members .organ-area .director .info-area ul {

}
.article.board-members .organ-area .director .info-area ul li {
    float: left;
    width: 33.33333%;
    margin-bottom: 2px;
}
.article.board-members .organ-area .director .info {
    margin: 0;
    text-align: left;
}
.article.board-members .organ-area .director .info b {
    display: inline-block;
    margin: 0;
    font-size: 14.5px;
    font-weight: 800;
}
.article.board-members .organ-area .director .info small {
    display: inline-block;
    margin-left: 5px;
    line-height: 1.4;
    letter-spacing: -0.45px;
    font-size: 13px;
}

/* 조직 - 감사 */
.article.board-members .organ-area .auditor {
    position: relative;
    width: 100%;
    margin: 0 0 50px;
    padding-bottom: 20px;
}
.article.board-members .organ-area .auditor .info-area ul {

}
.article.board-members .organ-area .auditor .info-area ul li {
    float: left;
    width: 33.33333%;
    margin-bottom: 2px;
}
.article.board-members .organ-area .auditor .info {
    margin: 0;
    text-align: left;
}
.article.board-members .organ-area .auditor .info b {
    display: inline-block;
    margin: 0;
    font-size: 14.5px;
    font-weight: 800;
}
.article.board-members .organ-area .auditor .info small {
    display: inline-block;
    margin-left: 5px;
    line-height: 1.4;
    letter-spacing: -0.45px;
    font-size: 13px;
}

/* 조직 - 고문 */
.article.board-members .organ-area .advisor {
    position: relative;
    width: 100%;
    margin: 0;
}
.article.board-members .organ-area .advisor .info-area ul {

}
.article.board-members .organ-area .advisor .info-area ul li {
    float: left;
    width: 33.33333%;
    margin-bottom: 2px;
}
.article.board-members .organ-area .advisor .info {
    margin: 0;
    text-align: left;
}
.article.board-members .organ-area .advisor .info b {
    display: inline-block;
    margin: 0;
    font-size: 14.5px;
    font-weight: 800;
}
.article.board-members .organ-area .advisor .info small {
    display: inline-block;
    margin-left: 5px;
    line-height: 1.4;
    letter-spacing: -0.45px;
    font-size: 13px;
}

/* *******************************************************************
    학회안내 - 임원명단 - 지회
******************************************************************* */
.article.board-members .branch-area {

}
.article.board-members .branch-area p {
    text-align: justify;
    word-break: break-all;
    margin: 0;
    font-size: 14.5px;
}
.article.board-members .branch-area .branch-wrap {
    margin: 0 0 40px;
}

/* 사진 */
.article.board-members .branch-area .pic-area {
    float: left;
    width: 120px;
}
.article.board-members .branch-area .pic-area .thm {
    position: relative;
    display: block;
    overflow: hidden;
    width: 120px;
}
.article.board-members .branch-area .pic-area .thm img {
    width: 120px;
}

/* 리스트 */
.article.board-members .branch-area .list-area {
    float: left;
    width: 720px;
    padding: 0 0 0 30px;
}
.article.board-members .branch-area .list-area table {
    width: 100%;
    border-top: 1px solid #366fe2;
}
.article.board-members .branch-area .list-area table th {
    width: 100px;
    padding: 5px 20px;
    font-weight: 800;
    font-size: 14.5px;
    text-align: center;
    border-bottom: 1px solid #dfdfdf;
    background-color: #f8fafe;
}
.article.board-members .branch-area .list-area table td {
    width: 570px;
    padding: 5px 20px;
    font-weight: 800;
    border-bottom: 1px solid #dfdfdf;
}
.article.board-members .branch-area .list-area table td ul {
    overflow: hidden;
}
.article.board-members .branch-area .list-area table td ul li {
    float: left;
    width: 50%;
    margin: 1px 0;
    line-height: 1.3;
}
.article.board-members .branch-area .list-area table td ul li b {
    /*letter-spacing: 2px;*/
}
.article.board-members .branch-area .list-area table td ul li small {
    margin-left: 7px;
    font-size: 13px;
    font-weight: 400;
}

/* *******************************************************************
    학회안내 - 임원명단 - 위원회
******************************************************************* */
.article.board-members .committee-area {
    margin: 0 0 40px;
}

/* 서브탭 */
.article.board-members .committee-area .nav-tabs.nav-justified {
    margin: 40px 0 0;
}
.article.board-members .committee-area .nav-tabs.nav-justified > li a {
    padding: 10px;
    font-size: 14.5px;
    color: #767676;
    border: 1px solid transparent !important;
    border-radius: 0;
    background-color: #eeeeee;
}
.article.board-members .committee-area .nav-tabs.nav-justified > li a:hover {
    background-color: #dfdfdf;
}
.article.board-members .committee-area .nav-tabs.nav-justified > li.active a {
    color: #fff;
    border: 1px solid #385194;
    background-color: #385194;
}


/* 내용 */
.article.board-members .committee-area .branch-wrap:first-child {
    margin: 50px 0;
    padding: 0;
}
.article.board-members .committee-area .branch-wrap {
    margin: 30px 0 50px;
    padding: 0;
}
.article.board-members .committee-area .branch-wrap h5 {
    float: left;
    width: 140px;
    margin: -5px 0 10px;
    padding: 0 20px 0 0;
    line-height: 1.3;
    text-align: right;
    letter-spacing: -0.45px;
    font-size: 17px;
    font-weight: 800;
    color: #06378e;
}

/* 사진 */
.article.board-members .committee-area .pic-area {
    position: relative;
    float: left;
    width: 120px;
}
.article.board-members .committee-area .pic-area .thm {
    display: none;
    overflow: hidden;
    width: 120px;
}
.article.board-members .committee-area .pic-area .thm img {
    width: 120px;
}

/* 리스트 */
.article.board-members .committee-area .list-area {
    position: relative;
    float: left;
    width: 700px;
    padding: 0;
}
.article.board-members .committee-area .list-area table {
    width: 100%;
    border-top: 1px solid #366fe2;
}
.article.board-members .committee-area .list-area table th {
    width: 100px;
    padding: 5px 20px;
    font-size: 14.5px;
    font-weight: 800;
    text-align: center;
    border-bottom: 1px solid #dfdfdf;
    background-color: #f8fafe;
}
.article.board-members .committee-area .list-area table tr:first-child th {
    font-size: 14.5px;
}
.article.board-members .committee-area .list-area table td {
    width: 570px;
    padding: 5px 20px;
    font-weight: 400;
    border-bottom: 1px solid #dfdfdf;
}
.article.board-members .committee-area .list-area table tr:first-child th,
.article.board-members .committee-area .list-area table tr:first-child td {
    font-weight: 800;
}
.article.board-members .committee-area .list-area table td ul {
    overflow: hidden;
}
.article.board-members .committee-area .list-area table td ul li {
    float: left;
    width: 50%;
    margin: 0;
    line-height: 1.4;
}
.article.board-members .committee-area .list-area table td ul li b {
    font-weight: 700;
    /*letter-spacing: 2px;*/
}
.article.board-members .committee-area .list-area table td ul li small {
    margin-left: 7px;
    font-size: 14.5px;
    font-weight: 400;
}
.article.board-members .committee-area .list-area table tr:first-child td ul li small {
    /*font-weight: 500;*/
}

/* 이름 외자일 경우 */
span.wide {
    display: inline-block;
    width: 16px;
}

/* 다운로드 */
.download-area {
    padding: 10px 0 0;
    text-align: right;
}
.article.board-members .committee-area .download-area {
    display: none;
}
.download-area a {
    display: inline-block;
    padding: 3px 8px 5px;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    border-radius: 2px;
    background-color: #06378e;
}
.download-area a:hover {
    background-color: #ff5b5b;
}
.download-area a i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.download-area a span {
    display: inline-block;
    vertical-align: middle;
}

/* table type2*/
.article.board-committee .tb-basic.tb-list {
    width: 840px;
    /*margin: 50px auto;*/
}
.article.board-committee .tb-basic.tb-list thead th {
    font-weight: 800;
    text-align: center;
    vertical-align: middle;
    font-size: 14.5px;
    border: 1px solid #dfdfdf !important;
    /*border-top: 1px solid #366fe2 !important;*/
    border-top: 1px solid #366fe2 !important;
    border-bottom: 1px solid #dfdfdf !important;
    border-left: 0 !important;
    background-color: #f8fafe;
}
.article.board-committee .tb-basic.tb-list thead th:last-child {
    border-right: 0 !important;
}
.article.board-committee .tb-basic.tb-list tr:first-child th,
.article.board-committee .tb-basic.tb-list tr:first-child td {
    border-top: 1px solid #366fe2 !important;
}
.article.board-committee .tb-basic.tb-list tbody tr th {
    padding: 7px 17px;
    text-align: center;
    font-size: 14.5px;
    font-weight: bold !important;
    color: #203A7B;
    vertical-align: middle;
    line-height: 1.8;
    border: 1px solid #dfdfdf !important;
    border-left: 0 !important;
    background-color: #fbfbfb !important;
}
.article.board-committee .tb-basic.tb-list td {
    padding: 7px 20px;
    text-align: left;
    font-size: 14.5px;
    vertical-align: middle;
    line-height: 1.8;
    font-weight: normal;
    border: 1px solid #dfdfdf !important;
    border-right: 0 !important;
}
.article.board-committee .tb-basic.tb-list td small {
    font-size: 13px;
}
.article.board-committee .tb-basic.tb-list td b {
    margin-right: 5px;
    font-weight: 800;
}

/* *******************************************************************
    학회안내 - 역대회장 : 스타일1
******************************************************************* */
/*.section.former-chairman {*/
/*    padding-top: 10px;*/
/*}*/
/*.section.former-chairman .member-area {*/

/*}*/
/*.section.former-chairman .member-area dl.member-card {*/
/*    float: left;*/
/*    width: 400px;*/
/*    height: 200px;*/
/*    margin: 0 0 30px;*/
/*    border: 1px solid #eee;*/
/*    border-top: 2px solid #0b3290;*/
/*}*/
/*.section.former-chairman .member-area dl.member-card:nth-child(2n) {*/
/*    margin-left: 20px;*/
/*}*/
/*.section.former-chairman .member-area dl.member-card:nth-child(2n+1) {*/
/*    overflow: hidden;*/
/*    margin-right: 20px;*/
/*}*/
/*.section.former-chairman .member-area dl.member-card dt {*/
/*    float: left;*/
/*    width: 160px;*/
/*    height: 200px;*/
/*    padding: 20px;*/
/*}*/
/*.section.former-chairman .member-area dl.member-card dt img {*/
/*    display: block;*/
/*    width: 120px;*/
/*    height: 160px;*/
/*}*/
/*.section.former-chairman .member-area dl.member-card dd {*/
/*    float: left;*/
/*    width: 238px;*/
/*    height: 200px;*/
/*    background-color: #f8fafe;*/
/*}*/
/*.section.former-chairman .member-area dl.member-card dd > ul {*/
/*    padding: 20px;*/
/*}*/
/*.section.former-chairman .member-area dl.member-card dd > ul > li.title {*/
/*    margin: 0 0 20px;*/
/*    font-size: 14.5px;*/
/*    color: #0b3290;*/
/*}*/
/*.section.former-chairman .member-area dl.member-card dd > ul > li.title strong {*/
/*    margin-right: 10px;*/
/*    font-size: 14.5px;*/
/*}*/
/*.section.former-chairman .member-area dl.member-card dd > ul > li.name {*/
/*    font-size: 14.5px;*/
/*}*/
/*.section.former-chairman .member-area dl.member-card dd > ul > li.name strong {*/
/*    font-size: 18px;*/
/*    font-weight: 800;*/
/*}*/
/*.section.former-chairman .member-area dl.member-card dd > ul > li.btn-area {*/
/*    padding-top: 30px;*/
/*    text-align: right;*/
/*}*/
/*.section.former-chairman .member-area dl.member-card dd > ul > li > a.btn-organ {*/
/*    display: inline-block;*/
/*    padding: 3px 10px;*/
/*    text-align: center;*/
/*    font-size: 11px;*/
/*    color: #fff;*/
/*    border-radius: 2px;*/
/*    background-color: #06378e;*/
/*    cursor: pointer;*/
/*}*/
/*.section.former-chairman .member-area dl.member-card dd > ul > li > a.btn-organ:hover {*/
/*    background-color: #ff5b5b;*/
/*}*/
/*.section.former-chairman .member-area dl.member-card dd > ul > li > a.btn-organ i {*/
/*    display: inline-block;*/
/*    vertical-align: middle;*/
/*    margin-right: 5px;*/
/*}*/

/* *******************************************************************
    학회안내 - 역대회장 : 스타일2
******************************************************************* */
.section.former-chairman {

}
.section.former-chairman .member-area {

}
.section.former-chairman .member-area dl.member-card {
    float: left;
    width: 180px;
    height: auto;
    margin: 0 40px 30px 0;
}
.section.former-chairman .member-area dl.member-card:nth-child(4n) {
    margin-right: 0;
}
.section.former-chairman .member-area dl.member-card .title {
    display: block;
    margin: 0;
    padding: 8px 0 6px;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    color: #333;
    background-color: #f5f8fc;
}
.section.former-chairman .member-area dl.member-card .title strong {
    display: block;
    margin: 0 0 3px;
    line-height: 1.1;
    font-size: 19px;
    color: #333;
}
.section.former-chairman .member-area dl.member-card dt {

}
.section.former-chairman .member-area dl.member-card dt img {
    display: block;
    width: 180px;
    margin: 0 auto;
}
.section.former-chairman .member-area dl.member-card dd {

}
.section.former-chairman .member-area dl.member-card dd > ul {
    padding: 10px 0;
    text-align: center;
}
.section.former-chairman .member-area dl.member-card dd > ul > li.name {
    line-height: 1.3;
    font-size: 14.5px;
    font-weight: 500;
}
.section.former-chairman .member-area dl.member-card dd > ul > li.name strong {
    display: inline-block;
    margin: 0 0 7px;
    font-size: 18px;
    font-weight: 800;
}

/* *******************************************************************
    학회안내 - 학회연혁
******************************************************************* */
/*연혁*/
.section.history {

}

/*button-tab*/
.tab-custom .tab-bg {
    margin: 0 0 40px;
    padding: 5px;
    background-color: #f7f7f7;
}
.tab-custom .tab-bg .tab-area {
    background-color: #fff;
}
.nav-tabs.button-tab {
    border: 0;
}
.tab-custom .tab-bg .tab-area .button-tab.history-tab li {
    width: 33.333%;
}
.tab-custom .tab-bg .tab-area .button-tab.tab-num-2 li,
.tab-custom .tab-bg .tab-area .button-tab.submission-tab li {
    width: 50%;
}
.tab-custom .tab-bg .tab-area .button-tab li a {
    margin-right: 0;
    display: block;
    text-align: center;
    border: 1px solid transparent !important;
    outline: none;
    font-size: 18px;
    font-weight: 800;
    color: #767676;
}
.tab-custom .tab-bg .tab-area .button-tab li a:hover {
    border-radius: 0;
    background-color: #f5f8fc;
    outline: none;
}
.tab-custom .tab-bg .tab-area .button-tab li.active a {
    border: 1px solid transparent !important;
    border-radius: 0;
    background-color: #50a7ff;
    color: #fff;
    outline: none;
}
.tab-custom .tab-bg .tab-area .button-tab li.active a:hover {
    border: 1px solid transparent !important;
    outline: none;
}
.tab-custom .tab-bg .tab-area .go-list a {
    background-color: #edf6ff;
    border-radius: 0;
    color: #1554b0;
}
.tab-custom .tab-bg .tab-area .go-list a:hover {
    background-color: #edf6ff !important;
    border-radius: 0;
    color: #385194 !important;
}

.nav-tabs.button-tab.double-tab > li > a {
    height: 58px;
    padding-top: 16px;
}
.nav-tabs.button-tab.double-tab > li > a.double {
    padding: 5px 15px;
    /*padding-top: 5px;*/
}
.nav-tabs.button-tab.double-tab > li > a.double span {
    display: block;
}
.nav-tabs.button-tab > li.none {
    background-color: #fafafa;
    height: 46.2834px;
}

.nav-tabs.button-tab.double-tab > li.none {
    background-color: #fafafa;
    /*height: 65px;*/
    height: 58px;
}


/* 연혁 리스트 */
.section.history dl {
    display: table;
    width: 100%;
}
.section.history dl dt,
.section.history dl dd {
    display: table-cell;
}
.section.history dl dt {
    width: 15%;
    text-align: left;
    position: relative;
    top: 14px;
    vertical-align: top;
    left: 20px;
}
.section.history dl dd {
    width: 85%;
    vertical-align: bottom;
}

/*!* background *!*/
/*.section.history dl:nth-child(11) dt .hexagon {*/
/*    background-color: #c5e3fc;*/
/*}*/
/*.section.history dl:nth-child(10) dt .hexagon {*/
/*    background-color: #acd8fb;*/
/*}*/
/*.section.history dl:nth-child(9) dt .hexagon {*/
/*    background-color: #88c6f9;*/
/*}*/
/*.section.history dl:nth-child(8) dt .hexagon {*/
/*    background-color: #64B5F6;*/
/*}*/
/*.section.history dl:nth-child(7) dt .hexagon {*/
/*    background-color: #64B5F6;*/
/*}*/
/*.section.history dl:nth-child(6) dt .hexagon {*/
/*    background-color: #42A5F5;*/
/*}*/
/*.section.history dl:nth-child(5) dt .hexagon {*/
/*    background-color: #2196F3;*/
/*}*/
/*.section.history dl:nth-child(4) dt .hexagon {*/
/*    background-color: #1E88E5;*/
/*}*/
/*.section.history dl:nth-child(3) dt .hexagon {*/
/*    background-color: #1976D2;*/
/*}*/
/*.section.history dl:nth-child(2) dt .hexagon {*/
/*    background-color: #1565C0;*/
/*}*/
/*.section.history dl:nth-child(1) dt .hexagon {*/
/*    background-color: #385194;*/
/*}*/

/*!* border-bottom *!*/
/*.section.history dl:nth-child(11) dt .hexagon:before {*/
/*    border-bottom: 25px solid #c5e3fc;*/
/*}*/
/*.section.history dl:nth-child(10) dt .hexagon:before {*/
/*    border-bottom: 25px solid #acd8fb;*/
/*}*/
/*.section.history dl:nth-child(9) dt .hexagon:before {*/
/*    border-bottom: 25px solid #88c6f9;*/
/*}*/
/*.section.history dl:nth-child(8) dt .hexagon:before {*/
/*    border-bottom: 25px solid #64B5F6;*/
/*}*/
/*.section.history dl:nth-child(7) dt .hexagon:before {*/
/*    border-bottom: 25px solid #64B5F6;*/
/*}*/
/*.section.history dl:nth-child(6) dt .hexagon:before {*/
/*    border-bottom: 25px solid #42A5F5;*/
/*}*/
/*.section.history dl:nth-child(5) dt .hexagon:before {*/
/*    border-bottom: 25px solid #2196F3;*/
/*}*/
/*.section.history dl:nth-child(4) dt .hexagon:before {*/
/*    border-bottom: 25px solid #1E88E5;*/
/*}*/
/*.section.history dl:nth-child(3) dt .hexagon:before {*/
/*    border-bottom: 25px solid #1976D2;*/
/*}*/
/*.section.history dl:nth-child(2) dt .hexagon:before {*/
/*    border-bottom: 25px solid #1565C0;*/
/*}*/
/*.section.history dl:nth-child(1) dt .hexagon:before {*/
/*    border-bottom: 25px solid #385194;*/
/*}*/


/*!* border-top *!*/
/*.section.history dl:nth-child(11) dt .hexagon:after {*/
/*    border-top: 25px solid #c5e3fc;*/
/*}*/
/*.section.history dl:nth-child(10) dt .hexagon:after {*/
/*    border-top: 25px solid #acd8fb;*/
/*}*/
/*.section.history dl:nth-child(9) dt .hexagon:after {*/
/*    border-top: 25px solid #88c6f9;*/
/*}*/
/*.section.history dl:nth-child(8) dt .hexagon:after {*/
/*    border-top: 25px solid #64B5F6;*/
/*}*/
/*.section.history dl:nth-child(7) dt .hexagon:after {*/
/*    border-top: 25px solid #64B5F6;*/
/*}*/
/*.section.history dl:nth-child(6) dt .hexagon:after {*/
/*    border-top: 25px solid #42A5F5;*/
/*}*/
/*.section.history dl:nth-child(5) dt .hexagon:after {*/
/*    border-top: 25px solid #2196F3;*/
/*}*/
/*.section.history dl:nth-child(4) dt .hexagon:after {*/
/*    border-top: 25px solid #1E88E5;*/
/*}*/
/*.section.history dl:nth-child(3) dt .hexagon:after {*/
/*    border-top: 25px solid #1976D2;*/
/*}*/
/*.section.history dl:nth-child(2) dt .hexagon:after {*/
/*    border-top: 25px solid #1565C0;*/
/*}*/
/*.section.history dl:nth-child(1) dt .hexagon:after {*/
/*    border-top: 25px solid #385194;*/
/*}*/


.section.history dl dt .hexagon {
    width: auto;
    /*height: 55px;*/
    /*line-height: 55px;*/
    position: relative;
    margin: -15px 0 0;
    color: #385194;
    font-size: 21px;
    font-weight: 800;
    /*background-color: inherit;*/
    /*background-image: url("/images");*/
}
.section.history 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;
    /*border-bottom: 25px solid inherit;*/
}
.section.history 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;
    /*border-top: 25px solid inherit;*/
}
.section.history dl dd > ul {
    border-left: 5px solid #eeeeee;
    min-height: 120px;
}

.section.history dl dd > ul > li {
    display: table;
    width: 100%;
    line-height: 1.5;
    vertical-align: middle;
    padding-bottom: 10px;
}
.section.history dl dd > ul > li:last-child {
    padding-bottom: 40px;
}
.section.history dl:last-child dd > ul > li:last-child {
    padding-bottom: 0;
}
.section.history dl dd > ul > li > span {
    display: table-cell;
    width: 20%;
    padding: 0 0 0 21px;
    font-weight: 800;
    color: #385194;
}
.section.history dl dd > ul > li:first-child > span {
    padding: 0 0 0 15px;
}
.section.history dl dd > ul > li:first-child > ul > li {
    margin-left: -4px;
}
.section.history dl dd > ul > li > ul {
    display: table-cell;
    width: 80%;
}
.section.history dl dd > ul > li > ul > li {
    padding-left: 15px;
    font-size: 14.5px;
    font-weight: 400;
}
.section.history dl dd > ul > li:first-child::before {
    margin-left: -10px;
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    border: 3px solid #4f6ebc;
    border-radius: 16px;
    background-color: #fff;
}

/* *******************************************************************
    학회안내 - 정관
******************************************************************* */
.article.regulation {
    padding-top: 0;
}
.article.regulation .panel-default > .panel-heading {
    background-color: #f7f7f7;
}
.article.regulation .panel-default > .panel-heading:hover {
    border-color: #dee4f3;
    background-color: #eef1f9;
}
.article.regulation .panel-title a {
    position: relative;
    display: block;
    font-weight: 800;
}
.article.regulation .panel-title a:hover {
    color: #0b3290;
}
.article.regulation .panel-title a i {
    position: absolute;
    right: 0;
    top: -6px;
    font-size: 22px;
    color: #d0d0d0;
    transition: all 0.25s;
}
.article.regulation .panel-title a:hover i {
    color: #0b3290;
}

.article.regulation .panel-body.date ul {
    list-style: disc;
    padding-left: 25px;
}
.article.regulation .panel-body.date ul li {
    float: left;
    width: 33.33333%;
}
.article.regulation .panel-body h6 {
    margin: 20px 0 10px;
    font-weight: 800;
}
.article.regulation .panel-body h6:first-child {
    margin-top: 0;
}
.article.regulation .panel-body ul.depth1 {

}
.article.regulation .panel-body ul.depth1 li {
    font-size: 14px;
}

/* *******************************************************************
    지회 / 위원회
******************************************************************* */
.tb-basic.tb-list {

}
.tb-basic.tb-list th {
    padding: 5px;
    font-size: 14.5px;
    font-weight: 800;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #dfdfdf !important;
    background-color: #f7f7f7;
}
.tb-basic.tb-list thead th {
    border-left: 0;
}
.tb-basic.tb-list thead th:last-child {
    border-right: 0;
}
.tb-basic.tb-list td {
    border: 1px solid #dfdfdf !important;
}
.tb-basic.tb-list tr td:first-child.text-center {
    vertical-align: middle;
    font-size: 14.5px;
    font-weight: 800;
}
.tb-basic.tb-list td ul {

}
.tb-basic.tb-list td ul li {
    margin: 0 0 10px;
}
.tb-basic.tb-list td ul li:last-child {
    margin: 0;
}
.tb-basic.tb-list td ul li span {
    display: inline-block;
    /*width: 100px;*/
    /*font-weight: 800;*/
    color: #385194;
}
.tb-basic.tb-list td ul li strong {

}

/* *******************************************************************
    학회상
******************************************************************* */
.article.awards {

}
.article.awards p.info {
    text-align: justify;
    word-break: break-all;
    margin: 0;
    font-size: 14.5px;
}

.article.awards .tb-basic.tb-list {

}
.article.awards .tb-basic.tb-list thead th {
    font-weight: 800;
    text-align: center;
    vertical-align: middle;
    font-size: 14.5px;
    border: 1px solid #dfdfdf !important;
    /*border-top: 1px solid #366fe2 !important;*/
    border-top: 1px solid #366fe2 !important;
    border-bottom: 1px solid #dfdfdf !important;
    border-left: 0 !important;
    background-color: #f8fafe;
}
.article.awards .tb-basic.tb-list thead th:last-child {
    border-right: 0 !important;
}
.article.awards .tb-basic.tb-list tbody th {
    border-left: 0 !important;
    background-color: #fbfbfb !important;
}
.article.awards .tb-basic.tb-list td {
    border: 1px solid #dfdfdf !important;
    border-left: 0 !important;
}
.article.awards .tb-basic.tb-list td:last-child {
    border-right: 0 !important;
}
.article.awards .tb-basic.tb-list tbody tr th {
    background-color: #fff;
}
.article.awards .tb-basic.tb-list tbody tr th.text-center {
    vertical-align: middle;
    font-size: 14.5px;
    font-weight: 800;
    background-color: #fcfdfe;
}
.article.awards .tb-basic.tb-list td {
    padding: 5px 15px;
    vertical-align: middle;
    font-size: 14.5px;
}
.article.awards .tb-basic.tb-list td ul {
    overflow: hidden;
}
.article.awards .tb-basic.tb-list td ul li {
    float: left;
    width: 50%;
    margin: 2px 0;
    font-size: 14.5px;
}
.article.awards .tb-basic.tb-list td.subConts ul li {
    float: none;
    width: 100%;
}
.article.awards .tb-basic.tb-list td strong,
.article.awards .tb-basic.tb-list td ul li strong {
    display: inline-block;
    font-weight: 500;
    font-size: 14.5px;
}
.article.awards .tb-basic.tb-list tr td:first-child.text-center {
    font-weight: 400;
    font-size: 14.5px;
}

/* *******************************************************************
    사무국 - 직원안내
******************************************************************* */
.article.office {
    margin-top: -10px;
}
.article.office .tb-basic.tb-list {
    margin-top: 10px;
}
.article.office .tb-basic.tb-list thead th {
    font-weight: 800;
    text-align: center;
    vertical-align: middle;
    font-size: 14.5px;
    border: 1px solid #dfdfdf !important;
    /*border-top: 1px solid #366fe2 !important;*/
    border-top: 1px solid #366fe2 !important;
    border-bottom: 1px solid #dfdfdf !important;
    border-left: 0 !important;
    background-color: #f8fafe;
}
.article.office .tb-basic.tb-list thead th:last-child {
    border-right: 0 !important;
}
.article.office .tb-basic.tb-list tr:first-child th,
.article.office .tb-basic.tb-list tr:first-child td {
    border-top: 1px solid #366fe2 !important;
}
.article.office .tb-basic.tb-list td {
    padding: 15px 0;
    text-align: center;
    vertical-align: middle;
    line-height: 1.8;
    font-weight: normal;
    border: 1px solid #dfdfdf !important;
    border-right: 0 !important;
}
.article.office .tb-basic.tb-list tbody tr th {
    padding: 15px 0 15px 20px;
    text-align: center;
    font-size: 14.5px;
    font-weight: normal !important;
    vertical-align: middle;
    line-height: 1.8;
    border: 1px solid #dfdfdf !important;
    border-left: 0 !important;
    background-color: #fbfbfb !important;
}
.article.office .tb-basic.tb-list tbody tr th.text-center {
    vertical-align: middle;
    font-size: 14.5px;
    font-weight: 800;
    background-color: #fcfdfe;
}
.article.office .tb-basic.tb-list td ul {

}
.article.office .tb-basic.tb-list td ul li {
    margin: 0 0 10px;
}
.article.office .tb-basic.tb-list td ul li:last-child {
    margin: 0;
}
.article.office .tb-basic.tb-list td ul li strong {
    display: inline-block;
    font-weight: 800;
    font-size: 14.5px;
}

/* *******************************************************************
    사무국 - 오시는길
******************************************************************* */
.article.map {

}

.article.map .transportation {
    margin: 0 0 30px;
}
.article.map .transportation > li:nth-child(1)  {
    float: left;
    width: 460px;
}
.article.map .transportation > li:nth-child(1) > dl {
    width: 380px;
    padding-right: 25px;
}
.article.map .transportation > li:nth-child(2) {
    float: left;
    width: 380px;
}
.article.map .transportation > li:nth-child(2) > dl {
    width: 300px;
    padding-left: 25px;
}
.article.map .transportation > li > span {
    float: left;
    display: block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 48px;
    border: 2px solid #ccc;
    border-radius: 40px;
}
.article.map .transportation > li:nth-child(1) > span {
    border-color: #25a931;
}
.article.map .transportation > li:nth-child(2) > span {
    border-color: #de4552;
}
.article.map .transportation > li:nth-child(1) > span > i {
    color: #25a931;
}
.article.map .transportation > li:nth-child(2) > span > i {
    color: #de4552;
}
.article.map .transportation > li > dl {
    float: left;
    padding-left: 20px;
}
.article.map .transportation > li > dl > dt {
    margin: 0 0 7px;
    font-weight: 800;
}
.article.map .transportation > li > dl > dd {

}

.btn-navigation .naver-map {
    display: inline-block;
    height: 22px;
    margin-right: 30px;
    padding-left: 32px;
    background: url(/images/sub/naver-map.png) left top no-repeat;
}
.btn-navigation .kakao-map {
    display: inline-block;
    height: 22px;
    padding-left: 32px;
    background: url(/images/sub/kakao-map.png) left top no-repeat;
}

.bus-info li {
    display: block;
    height: 23px;
}
.bus-info li:first-child {
    padding-left: 80px;
    background: url(/images/sub/bus_01.png) left top no-repeat;
}
.bus-info li:nth-child(2) {
    padding-left: 95px;
    background: url(/images/sub/bus_02.png) left top no-repeat;
}
.bus-info li:nth-child(3) {
    padding-left: 85px;
    background: url(/images/sub/bus_03.png) left top no-repeat;
}
.bus-info li:nth-child(4) {
    padding-left: 80px;
    background: url(/images/sub/bus_04.png) left top no-repeat;
}
.subway-info > li {
    display: block;
}

/* *******************************************************************
    회원 - 회원종류
******************************************************************* */
.article.members {

}
.article.members .tb-basic.tb-list thead th {
    font-weight: 800;
    text-align: center;
    vertical-align: middle;
    font-size: 14.5px;
    border: 1px solid #dfdfdf !important;
    /*border-top: 1px solid #366fe2 !important;*/
    border-top: 1px solid #366fe2 !important;
    border-bottom: 1px solid #dfdfdf !important;
    border-left: 0 !important;
    background-color: #f8fafe;
}
.article.members .tb-basic.tb-list thead th:last-child {
    border-right: 0 !important;
}
.article.members .tb-basic.tb-list td {
    padding: 5px 15px;
    vertical-align: middle;
    font-size: 14.5px;
    border: 1px solid #dfdfdf !important;
    border-left: 0 !important;
}
.article.members .tb-basic.tb-list td:last-child {
    border-right: 0 !important;
}
.article.members .tb-basic.tb-list td.bd-r1 {
    border-right: 1px solid #dfdfdf !important;
}
.article.members .tb-basic.tb-list tbody th {
    border-left: 0 !important;
    background-color: #fbfbfb !important;
}
.article.members .tb-basic.tb-list tbody tr th.text-center {
    vertical-align: middle;
    font-size: 14.5px;
    font-weight: 800;
    background-color: #fcfdfe;
}
.article.awards .tb-basic.tb-list tr td:first-child.text-center {
    font-weight: 400;
    font-size: 14.5px;
}
.article.members .tb-basic.tb-list td ul {

}
.article.members .tb-basic.tb-list td ul li {
    margin: 0;
}
.article.members .tb-basic.tb-list td ul li:last-child {
    margin: 0;
}
.article.members .tb-basic.tb-list td ul li strong {
    display: inline-block;
    font-weight: 800;
    font-size: 14.5px;
}

/* *******************************************************************
    회원 - 회원종류
******************************************************************* */
.article.guide-payment {

}
.article.guide-payment .tb-basic.tb-list thead th {
    font-weight: 800;
    text-align: center;
    vertical-align: middle;
    font-size: 14.5px;
    border: 1px solid #dfdfdf !important;
    /*border-top: 1px solid #366fe2 !important;*/
    border-top: 1px solid #366fe2 !important;
    border-bottom: 1px solid #dfdfdf !important;
    border-left: 0 !important;
    background-color: #f8fafe;
}
.article.guide-payment .tb-basic.tb-list thead th:last-child {
    border-right: 0 !important;
}
.article.guide-payment .tb-basic.tb-list td {
    padding: 5px 15px;
    vertical-align: middle;
    font-size: 14.5px;
    border: 1px solid #dfdfdf !important;
    border-left: 0 !important;
}
.article.guide-payment .tb-basic.tb-list td:last-child {
    border-right: 0 !important;
}
.article.guide-payment .tb-basic.tb-list tbody th {
    border-left: 0 !important;
    background-color: #fbfbfb !important;
}
.article.guide-payment .tb-basic.tb-list tbody tr th.text-center {
    vertical-align: middle;
    font-size: 14.5px;
    font-weight: 800;
    background-color: #fcfdfe;
}
.article.awards .tb-basic.tb-list tr td:first-child.text-center {
    font-weight: 400;
    font-size: 14.5px;
}
.article.guide-payment .tb-basic.tb-list td ul {

}
.article.guide-payment .tb-basic.tb-list td ul li {
    margin: 0;
}
.article.guide-payment .tb-basic.tb-list td ul li:last-child {
    margin: 0;
}
.article.guide-payment .tb-basic.tb-list td ul li strong {
    display: inline-block;
    font-weight: 800;
    font-size: 14.5px;
}

/* *******************************************************************
    간행물 - 학회지 - 원고모집, 광고
******************************************************************* */
.article.academic-journal-info {

}
.article.academic-journal-info p {
    text-align: justify;
    font-size: 14.5px;
}
.article.academic-journal-info .tb-basic.tb-list {

}
.article.academic-journal-info .tb-basic.tb-list thead th {
    font-weight: 800;
    text-align: center;
    vertical-align: middle;
    font-size: 14.5px;
    border: 1px solid #dfdfdf !important;
    /*border-top: 1px solid #366fe2 !important;*/
    border-top: 1px solid #366fe2 !important;
    border-bottom: 1px solid #dfdfdf !important;
    border-left: 0 !important;
    background-color: #f8fafe;
}
.article.academic-journal-info .tb-basic.tb-list thead th:last-child {
    border-right: 0 !important;
}
.article.academic-journal-info .tb-basic.tb-list thead th.bd-r1:last-child {
    border-right: 1px solid #dfdfdf !important;
}
.article.academic-journal-info .tb-basic.tb-list tbody tr:first-child th,
.article.academic-journal-info .tb-basic.tb-list tbody tr:first-child td {
    border-top: 1px solid #366fe2 !important;
}
.article.academic-journal-info .tb-basic.tb-list tbody th {
    border-left: 0 !important;
    background-color: #f8fafe !important;
}
.article.academic-journal-info .tb-basic.tb-list.type2 tbody th {
    background-color: #fbfbfb !important;
}
.article.academic-journal-info .tb-basic.tb-list td {
    border: 1px solid #dfdfdf !important;
    border-left: 0 !important;
}
.article.academic-journal-info .tb-basic.tb-list td:last-child {
    border-right: 0 !important;
}
.article.academic-journal-info .tb-basic.tb-list td.bd-r1:last-child {
    border-right: 1px solid #dfdfdf !important;
}
.article.academic-journal-info .tb-basic.tb-list tbody tr th {
    background-color: #fff;
}
.article.academic-journal-info .tb-basic.tb-list tbody tr th.text-center {
    vertical-align: middle;
    font-size: 14.5px;
    font-weight: 800;
    background-color: #fcfdfe;
}
.article.academic-journal-info .tb-basic.tb-list td {
    padding: 5px 15px;
    vertical-align: middle;
    font-size: 14.5px;
}
.article.academic-journal-info .tb-basic.tb-list td ul {
    overflow: hidden;
}
.article.academic-journal-info .tb-basic.tb-list td ul li {
    width: 100%;
    margin: 0;
    font-size: 14.5px;
}
.article.academic-journal-info .tb-basic.tb-list td.subConts ul li {
    float: none;
    width: 100%;
}
.article.academic-journal-info .tb-basic.tb-list td strong,
.article.academic-journal-info .tb-basic.tb-list td ul li strong {
    display: inline-block;
    font-weight: 400;
    font-size: 14.5px;
}
.article.academic-journal-info .tb-basic.tb-list tr td:first-child.text-center {
    font-weight: 400;
    font-size: 14.5px;
}
/* 파일 다운로드 */
.article.academic-journal-info .intro-box {
    padding: 15px 20px;
    margin : 30px 0;
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    background: #f8fafe;
}
.article.academic-journal-info .btn-download.clearfix {
    position: relative;
    display: inline-block !important;
    max-width: 340px;
    margin: 0 10px;
    transition: all 0.25s;
}
.article.academic-journal-info .btn-download .download-icon {
    float: left;
    display: inline-block;
    width: 50px;
    height: 55px;
    margin: 0;
    border: 1px solid #ddd;
    border-right: 0;
    border-radius: 4px 0 0 4px;
    background-color: #fff;
}
.article.academic-journal-info .btn-download .download-icon i {
    margin-top: 10px;
    font-size: 30px;
    color: #999;
    transition: all 0.25s;
}
.article.academic-journal-info .btn-download .download-icon i.hwp {
    color: #009ad7;
}
.article.academic-journal-info .btn-download .file-con-area {
    float: left;
    display: inline-block;
    width: 210px;
    height: 55px;
    margin: 0;
    padding: 10px 10px 10px 0;
    text-align: left;
    border: 1px solid #ddd;
    border-left: 0;
    border-radius: 0 4px 4px 0;
    background-color: #fff;
}
.article.academic-journal-info .btn-download .file-con-area .title {
    display: block;
    width: 170px;
    padding-bottom: 2px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 1;
    text-align: left;
    vertical-align: middle;
    font-size: 14.5px;
    font-weight: normal;
    color: #333;
}
.article.academic-journal-info .btn-download .file-con-area .file-info-area {
    margin: 0 0 5px;
    line-height: 1.1;
}
.article.academic-journal-info .btn-download .file-con-area .file-info-area .file-etc {
    display: inline-block;
    font-size: 11px;
    color: #999;
}
.article.academic-journal-info .btn-download .file-con-area .btn-inner {
    position: absolute;
    top: 15px;
    right: 10px;
    display: block;
    width: 28px;
    height: 24px;
    line-height: 22px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 2px;
    background-color: #f4f4f4;
}
.article.academic-journal-info .btn-download .file-con-area .btn-inner .fa-cloud-download {
    color: #4281ff;
}

/* *******************************************************************
    국문논문 투고안내
******************************************************************* */
.article.submission-info {

}
.article.submission-info .publications .thm {
    float: left;
    width: 160px;
    margin: 0;
    padding: 0;
}
.article.submission-info .publications .thm img {
    border: 1px solid #dfdfdf;
}
.article.submission-info .publications .info {
    float: left;
    width: 680px;
    padding: 0 0 0 30px;
}
.article.submission-info .publications h4 {
    margin: 0 0 20px;
}
.article.submission-info .publications h4 strong {
    display: block;
    font-size: 21px;
    font-weight: 800;
    color: #06378e;
}
.article.submission-info .publications h4 small {
    display: block;
    font-size: 14.5px;
    font-weight: 400;
    color: #06378e;
}
.article.submission-info .publications .info ul.disc > li strong {
    margin-right: 5px;
}

.article.submission-info .tb-basic.tb-list {

}
.article.submission-info .tb-basic.tb-list thead th {
    font-weight: 800;
    text-align: center;
    vertical-align: middle;
    font-size: 14.5px;
    border: 1px solid #dfdfdf !important;
    /*border-top: 1px solid #366fe2 !important;*/
    border-top: 1px solid #366fe2 !important;
    border-bottom: 1px solid #dfdfdf !important;
    border-left: 0 !important;
    background-color: #f8fafe;
}
.article.submission-info .tb-basic.tb-list thead th:last-child {
    border-right: 0 !important;
}
.article.submission-info .tb-basic.tb-list tbody tr:first-child th,
.article.submission-info .tb-basic.tb-list tbody tr:first-child td {
    border-top: 1px solid #366fe2 !important;
}
.article.submission-info .tb-basic.tb-list tbody th {
    border-left: 0 !important;
    background-color: #f8fafe !important;
}
.article.submission-info .tb-basic.tb-list.type2 tbody th {
    background-color: #fbfbfb !important;
}
.article.submission-info .tb-basic.tb-list td {
    border: 1px solid #dfdfdf !important;
    border-left: 0 !important;
}
.article.submission-info .tb-basic.tb-list td:last-child {
    border-right: 0 !important;
}
.article.submission-info .tb-basic.tb-list tbody tr th {
    background-color: #fff;
}
.article.submission-info .tb-basic.tb-list tbody tr th.text-center {
    vertical-align: middle;
    font-size: 14.5px;
    font-weight: 800;
    background-color: #fcfdfe;
}
.article.submission-info .tb-basic.tb-list td {
    padding: 5px 15px;
    vertical-align: middle;
    font-size: 14.5px;
}
.article.submission-info .tb-basic.tb-list td ul {
    overflow: hidden;
}
.article.submission-info .tb-basic.tb-list td ul li {
    width: 100%;
    margin: 0;
    font-size: 14.5px;
}
.article.submission-info .tb-basic.tb-list td.subConts ul li {
    float: none;
    width: 100%;
}
.article.submission-info .tb-basic.tb-list td strong,
.article.submission-info .tb-basic.tb-list td ul li strong {
    display: inline-block;
    font-weight: 500;
    font-size: 14.5px;
}
.article.submission-info .tb-basic.tb-list tr td:first-child.text-center {
    font-weight: 400;
    font-size: 14.5px;
}
.article.submission-info .old {
    padding: 10px 0 15px;
    border-radius: 2px;
    background-color: #f0f0f0;
}
.article.submission-info h5.paper-title {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 5px;
    margin-right: 30px;
    font-size: 14.5px;
    font-weight: 700;
    color: #666;
}

/* *******************************************************************
    학술지 - 논문집
******************************************************************* */
.journal-box {
    position: relative;
    margin-bottom: 30px;
}
.journal-box .img {
    width: 120px;
}
.journal-box .img img {
    max-width: 100%;
    border: 1px solid #eee;
}
.journal-box .text {
    float: left;
    margin-left: 30px;
}
.journal-box .text .journal-title {
    /*padding-top: 40px;*/
    /*padding-bottom: 20px;*/
    margin: 0 0 10px;
    line-height: 1;
    font-size: 24px;
    font-weight: 500;
}
.journal-box .text .journal-eng {
    /*padding-top: 40px;*/
    width: 550px;
    margin: 0 0 30px;
    font-size: 13px;
    font-weight: 400;
    color: #777;
}
.journals .text,
.journals .text p {
    font-size: 13px;
}
.journals .text .tag {
    position: absolute;
    right: 0;
    bottom: 0;
}
.journals .text .tag .btn {
    border-radius: 2px;
    margin: 0 0 0 5px;
}

.journals .download-group .down-form {
    line-height: 1.2;
    margin-bottom: 2px;
    margin-top: 2px;
}
.journals .download-group .down-form .text {
    font-size: 14.5px;
}
.journals .nav-tabs.nav-justified a {
    font-size: 18px;
    font-weight: 800;
}

.academic .text .tag {
    position: absolute;
    right: 0;
    bottom: 0;
}

.popup-contents {
    display: none;
    position: absolute;
    /*top: 200px;*/
    left:50%;
    margin-left: -200px;
    z-index: 200;
    background: #fff;
    -webkit-box-shadow: 5px 5px 6px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 5px 5px 6px 0px rgba(0,0,0,0.3);
    box-shadow: 5px 5px 6px 0px rgba(0,0,0,0.3);
}
.popup-contents .inner {
    position: relative;
    width: 400px;
    height: 180px;
    border:1px solid #ddd;
    border-top: 4px solid #0086bd;
    /*background: orange;*/
}
.popup-contents .inner p {
    font-size: 14.5px;
    text-align: center;
}
.popup-contents .inner p.text {
    margin : 0 0 10px;
    padding-top: 15px;
    line-height: 1.2;
}
.popup-contents .inner .btn-area {
    position: relative;
    /*top: 100%;*/
    margin: 0;
    padding: 15px 0;
    text-align: center;
    border-bottom: 1px solid #dfdfdf;
}
.popup-contents .inner .btn-area .btn {
    float: none;
}
.popup-contents .inner p.button {
    position: relative;
    /*top: 100%;*/
}

.search-area .panel-default {
    border: 0;
    background-color: #f8fafe;
}

/* *******************************************************************
    간행물 - 학술대회 논문집
******************************************************************* */
.border-box {
    padding: 30px 20px;
    font-size: 18px;
    font-weight: 700;
    color: #9da5aa;
    text-align: center;
    border: 1px solid #ddd;
    background: #fafafa;
}

/* *******************************************************************
    간행물 - 발행저서
******************************************************************* */
.more {
    margin-top: 20px;
    text-align: right;
    color: #3287d2;
}

.book .book_cover dt {
    float: left;
}
.book .book_cover dt img {
    width: 120px;
}
.book .book_cover dd {
    float: left;
    /*padding: 42px 15px;*/
    padding-bottom: 20px;
    width: 570px;
    margin-left: 20px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.book .book_cover dd ul {
    padding-top: 10px;
}
.book .book_cover dd ul li {
    font-size: 14.5px;
    line-height: 2;
}
.book-contents {
    margin-top: 10px;
}
.book-contents .left-area {
    float: left;
    margin-right: -1px;
    width: 500px;
    padding-right: 20px;
    border-right: 1px solid #eee;
}
.book-contents .right-area {
    float: left;
    width: 200px;
    padding-left: 20px;
    border-left: 1px solid #eee;
}
.personal-info .career {
    list-style-type: '-';
}
.personal-info {
    margin-bottom: 30px;
}
.personal-info:last-child {
    margin-bottom: 10px;
}
.personal-info dt {
    /*float: left;*/
}

.personal-info dd {
    text-align: left;
    font-size: 11px;
    /*float: left;*/
    /*padding-left: 30px;*/
}
.personal-info dt img {
    width: 50px;
}
.personal-info dt p {
    width: 50px;
    padding: 2px 0;
    text-align: center;
}

/* *******************************************************************
    간행물 > 출판물 > 전문서적
******************************************************************* */
.article.etc-publications {

}
.article.etc-publications .publications-wrap {
    margin: 0 0 60px;
}

/* 사진 */
.article.etc-publications .pic-area {
    float: left;
    width: 200px;
}
.article.etc-publications .pic-area .thm {
    position: relative;
    display: block;
    width: 200px;
    text-align: center;
}
.article.etc-publications .pic-area .thm.shadow img {
    box-shadow: 1px 2px 4px rgba(0,0,0,0.45);
}

/* 리스트 */
.article.etc-publications .list-area {
    float: left;
    width: 640px;
    padding: 0 0 0 20px;
}
.article.etc-publications .list-area table {
    width: 100%;
    border-top: 1px solid #366fe2;
}
.article.etc-publications .list-area table th {
    width: 90px;
    padding: 5px 10px;
    font-weight: 800;
    font-size: 14.5px;
    text-align: center;
    border-bottom: 1px solid #dfdfdf;
    background-color: #f8fafe;
}
.article.etc-publications .list-area table td {
    width: 530px;
    padding: 5px 0 5px 10px;
    font-weight: normal;
    border-bottom: 1px solid #dfdfdf;
}
.article.etc-publications .list-area table td ul {
    overflow: hidden;
}
.article.etc-publications .list-area table td ul li {
    width: 100%;
    margin: 1px 0;
    line-height: 1.3;
}
.article.etc-publications .list-area table td ul li b {
    /*letter-spacing: 2px;*/
}
.article.etc-publications .list-area table td ul li small {
    margin-left: 7px;
    font-size: 14.5px;
    font-weight: 400;
}
.article.etc-publications .list-area table td ul li a.pdf {
    padding: 2px 0 2px 23px;
    font-size: 12px;
    font-weight: normal;
    color: #1f67a6;
    vertical-align: middle;
    background: url(../images/icon/pdf.png) left 50% no-repeat;
}
.article.etc-publications .list-area table td ul li a.pdf + i {
    font-size: 12px;
}

/* *******************************************************************
    정기행사 - 공통
******************************************************************* */
.article.event .info {
    text-align: justify;
    word-break: break-all;
    margin: 0 0 50px;
    font-size: 14.5px;
}
.article.event .event-list {

}
.article.event .event-list > li {
    margin: 0 0 50px;
}
.article.event .event-list > li > .thm {
    float: left;
    display: block;
    width: 160px;
    background-color: #eee;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.25);
}
.article.event .event-list > li > .thm.ready {
    width: 160px;
    height: 223px;
    padding-top: 80px;
    text-align: center;
    font-size: 14.5px;
    color: #bbb;
    border: 1px solid #eee;
    background-color: #fafafa;
    /*box-shadow: 0px 1px 3px rgba(0,0,0,0.25);*/
}
.article.event .event-list > li > .thm > img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
.article.event .event-list > li > .info-area {
    position: relative;
    float: left;
    width: 680px;
    padding-left: 30px;
}
.article.event .event-list > li > .info-area h3 {
    margin: 0 0 20px;
    line-height: 1;
    font-size: 19px;
    font-weight: 800;
    color: #06378e;
}
.article.event .event-list > li > .info-area h3 .label {
    display: inline-block;
    margin: -4px 10px 0 0;
    padding: 5px 7px;
    vertical-align: middle;
    font-size: 13px;
    border-radius: 2px;
    background-color: #f8984c;
}
.article.event .event-list > li > .info-area h3 .label.label-danger {
    background-color: #d43f3a;
}
.article.event .event-list > li > .info-area .tb-info {
    table-layout: fixed;
    width: 100%;
}
.article.event .event-list > li > .info-area .tb-info th {
    padding: 2px;
    text-align: center;
    font-size: 14.5px;
    font-weight: 800;
    background-color: #f8fafe;
}
.article.event .event-list > li > .info-area .tb-info td {
    padding: 2px 0 2px 10px;
    font-size: 14.5px;
}
.article.event .event-list > li > .info-area .tb-info td ul.disc {

}
.article.event .event-list > li > .info-area .tb-info td ul.disc li {
    margin: 0;
}
.article.event .event-list > li > .info-area .tb-info tr.divide td {
    height: 5px;
    padding: 0;
    line-height: 1;
    font-size: 0;
}
.article.event .event-list > li > .info-area .btn-area {
    margin: 0;
    padding: 15px 0 0;
    text-align: right;
}
.article.event .event-list > li > .info-area .btn-area a {
    display: inline-block;
    margin-left: 10px;
    min-width: 100px;
    padding: 4px 10px;
    text-align: center;
    font-size: 13px;
    border: 1px solid #dfdfdf;
    border-radius: 2px;
}
.article.event .event-list > li > .info-area .btn-area a.highlight {
    color: #fff;
    border: 1px solid #06378e;
    background-color: #06378e;
}
.article.event .event-list > li > .info-area .btn-area a.highlight:hover {
    color: #fff;
    border: 1px solid #D33E3D;
    background-color: #D33E3D;
}
.article.event .event-list > li > .info-area .btn-area a:hover {
    color: #fff;
    border: 1px solid #06378e;
    background-color: #06378e;
}
.article.event .event-list > li > .info-area .btn-area a i {
    margin-left: 5px;
}

/* *******************************************************************
    정기행사 - 정기학술발표대회
******************************************************************* */
.article.kicem-conference {

}


/* *******************************************************************
    정기행사 - 전국대학생학술발표대회
******************************************************************* */
.article.student-conference {

}
.article.event.student-conference .event-list > li > .info-area h3 {
    margin: 0 0 71px;
}

/* *******************************************************************
    정기행사 - 국제학술발표대회
******************************************************************* */
.article.international-conference {

}
.article.event.international-conference .event-list > li > .info-area h3 {
    margin: 0 0 75px;
}
.article.event.international-conference .event-list > li > .thm {
    overflow: hidden;
    height: 226px;
    line-height: 226px;
    background-color: #fff;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.25);
}
.article.event.international-conference .event-list > li > .thm > img {

}

/* *******************************************************************
    정기행사 - K-CEM 리더스멤버십
******************************************************************* */
.article.kcem-membership {

}
.article.event.kcem-membership .event-list > li > h3 {
    margin: 0 0 15px;
    line-height: 1;
    font-size: 21px;
    font-weight: 800;
    color: #06378e;
}
.article.event.kcem-membership .event-list > li > .thm {
    float: none;
    margin: 0 0 15px;
}
.article.event.kcem-membership .event-list > li > .info-area {
    float: none;
    width: 100%;
    padding: 0;
}
.article.event.kcem-membership .event-list > li > .info-area .tb-info td ul.disc li strong {
    margin-right: 10px;
    font-weight: normal;
}

/* *******************************************************************
	학회주요일정 : major_schedule.vm
******************************************************************* */
.article.major-schedule {

}
.article.major-schedule .fc-row.fc-widget-header table {

}
.fc-head-container.fc-widget-header,
.fc-day-header.fc-widget-header.fc-sun,
.fc-day-header.fc-widget-header.fc-sat {
    border-top: 2px solid #385194;
    background-color: #f8fafe !important;
}
.fc-row.fc-widget-header table thead tr th {
    padding: 10px 0;
}
.article.major-schedule .fc-basic-view .fc-day-number,
.article.major-schedule .fc-basic-view .fc-week-number {
    padding: 0 4px;
    font-size: 13px;
}

/* 토요일 */
.article.major-schedule .fc-sat {
    /*background-color: #f3f8fc;*/
}
.article.major-schedule .fc-sat .fc-day-number {
    color: #2e78bf;
}

/* 일요일 */
.article.major-schedule .fc-sun {
    /*background-color: #fff4f2;*/
}
.article.major-schedule .fc-sun .fc-day-number {
    color: #c62a00;
}

/* 이벤트 */
.article.major-schedule .fc-event {
    margin-top: 2px;
    border-radius: 2px;
    cursor: pointer;
}

/* *******************************************************************
    Table - css
******************************************************************* */
.tb-custom-basic th {
    text-align: center;
    font-weight: 700;
    vertical-align: middle !important;
}
.tb-custom-basic td {
    background: #fafafa;
}

.tb-custom-thleft th {
    text-align: left;
    padding-left: 20px!important;
    font-weight: 700;
    vertical-align: middle !important;
}
.tb-custom-thleft td {
    background: #fafafa;
}

/* *******************************************************************
    etc - css
******************************************************************* */
.ready-page {
    width: 100%;
    text-align :center;
    font-size: 18px;
    font-weight: 800;
    color: #aaa;
    padding: 50px;
    border: 1px solid #f0f0f0;
    background-color: #f7f7f7;
}



/* *******************************************************************
    임시 스타일
******************************************************************* */
.organTable {
    width: 100%;
}
.organTable td {
    padding: 3px 5px;
}

/* *******************************************************************
    브로슈어
******************************************************************* */
.article .section .brochure{
    margin-top:80px;
}
.article .section .brochure li{
    float:left;
}
.article .section .brochure li:nth-child(2){
    margin-left: 60px;
    margin-right: 60px;
}
.article .section .brochure li img{
    box-shadow: 5px 5px 5px rgba(63, 63, 63, 0.5);
}
.article .section .brochure li p{
    margin-top:20px;
    font-size: 17px;
    font-weight: 800;
    text-align: center;
}
