/*******************************************************************
   common style
******************************************************************* */
.section {
    padding: 0 0 30px 0;
}
.section h3 {
    padding: 40px 0 20px;
}
.section h3:first-child {
    padding: 0 0 20px;
}
.section h4 {
    color: #1f6ea9;
}
.section h4.sub-title {
    padding: 40px 0 10px;
    font-size: 18px;
    font-weight: bold;
    color: #1f6ea9;
}
.section ul.section-list > li {
    margin: 3px 0;
    padding-left: 15px;
    background: url(/images/bullet/bullet3.gif) left 10px no-repeat;
}
.section ul.section-list2 {
    margin: 0 0 0 15px;
    list-style: square;
}
.section ul.section-list2 > li {
    margin: 3px 0;
}
.section ol.section-list {
    margin: 0 0 0 15px;
    list-style: decimal;
}
.section ol.section-list > li {
    margin: 3px 0;
}
/*#container .section p.thm {*/
/*margin: 0 0 50px;*/
/*}*/
#container .section p {
    margin: 0 0 20px;
    font-size: 15px;
    font-weight: 500;
    text-align: justify;
}
#container .table td {
    vertical-align: middle;
}
#container .btn-area {
    margin: 30px 0;
    text-align: center;
}
#container .btn-area .btn {
    margin: 0 10px;
}

/*highlight-box*/
.highlight-box {
    padding: 20px 25px;
    border: 1px solid #ddf0fa;
    border-radius: 2px;
    background-color: #f1fbff;
}
.highlight-box strong {
    color: #1554b0;
}
.highlight-box ul.disc {
    margin-left: 20px;
}
.highlight-box .box-list li {
    padding-left: 15px;
    background: url("/images/bullet/box-bullet02.gif") no-repeat 0 8px;
}

/*******************************************************************
   sub style
******************************************************************* */
/* 인사말 */
#container .section.greetings ul {
    padding: 10px 15px 10px 30px;
    border: 1px solid #e2f1fe;
    border-radius: 5px;
    background-color: #f2f9ff;
}
#container .section.greetings ul li {
    list-style: disc;
    margin: 5px 0;
    color: #0558a4;
}
#container .section p.chairman {
    margin: 50px 0 0;
    text-align: right;
    /*font-size: 18px;*/
}
#container .section p.chairman .name {
    margin: 0 0 0 20px;
    font-size: 24px;
    font-weight: 700;
}

/*학회소개*/
.introduction-area {
    padding: 40px;
    border: 3px solid #efeeed;
    background: url("/images/bg/intro_bg.png") no-repeat center center;
}

/* 임원명단 */
.board-members .table td img {
    width: 120px;
    /*height: 160px;*/
}

/*연혁*/
.history-area {
    margin-top: 25px;
}
/*.history-area dl {*/
/*display: table;*/
/*width: 100%;*/
/*}*/
/*.history-area dl dt,*/
/*.history-area dl dd {*/
/*display: table-cell;*/
/*}*/
.history-area dl {
    margin-bottom: 0 !important;
}
.history-area dl dt {
    /*width: 20%;*/
    height: 60px;
    padding-top: 20px;
    text-align: left;
    position: relative;
    /*top: 15px;*/
    top: 0;
    vertical-align: top;
    left: 0;
    border-left: 2px dotted #d3d3d3;
    /*left: 20px;*/
}

.history-area dl dt::before {
    display: inline-block;
    margin-left: -7px;
    padding-right: 10px;
    content: "\f21b";
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /*color: #d3d3d3; !* or whatever color you prefer *!*/
    /*font-size: 30px;/* or whatever the bullet size you prefer */
    vertical-align: middle;
}
.history-area dl:nth-child(4n-3) dt:before {
    color: #ef5a0b;
}
.history-area dl:nth-child(4n-2) dt:before {
    color: #ffd500;
}
.history-area dl:nth-child(4n-1) dt:before {
    color: #8fc61d;
}
.history-area dl:nth-child(4n) dt:before {
    color: #2470b6;
}

.history-area dl dt p {
    display: inline-block;
    color: #9c9c9c;
    font-size: 25px !important;
    font-weight: 700;
    margin-bottom: 0 !important;
}
.history-area dl dd {
    /*width: 80%;*/
    /*vertical-align: bottom;*/
    vertical-align: top;
}
.history-area dl dd > ul {
    border-left: 2px dotted #d3d3d3;
    min-height: 130px;
}
.history-area dl:first-child dd > ul {
    min-height: 0;
}
.history-area dl dd > ul > li {
    display: table;
    width: 100%;
    line-height: 30px;
    vertical-align: middle;
    padding-bottom: 5px;
}
.history-area dl dd > ul > li > span {
    display: table-cell;
    padding-left: 20px;
    width: 20%;
    color: #50a7ff;
}
.history-area dl dd > ul > li > ul {
    display: table-cell;
    width: 80%;
}
/*.history-area dl dd > ul > li::before {*/
/*margin-left: -7px;*/
/*padding-right: 10px;*/
/*content: "\f21b";*/
/*display: inline-block;*/
/*font-family: "Ionicons";*/
/*speak: none;*/
/*font-style: normal;*/
/*font-weight: normal;*/
/*font-variant: normal;*/
/*text-transform: none;*/
/*text-rendering: auto;*/
/*line-height: 1;*/
/*-webkit-font-smoothing: antialiased;*/
/*-moz-osx-font-smoothing: grayscale;*/
/*color: #d3d3d3; !* or whatever color you prefer *!*/
/*!*font-size: 30px;!* or whatever the bullet size you prefer *!*!*/
/*line-height: 1;*/
/*vertical-align: middle;*/
/*}*/

/* 오시는 길 */
.map .img-box {

}
.map .img-box img {
    max-width: 840px;
    width: 100%;
    border: 1px solid #e9e9e9;
}

.regulation-list li {
    display: block;
    border-bottom: 1px dotted #dfdfdf;
}
.regulation-list li:after{
    content: '';
    display: block;
    clear: both;
}
.regulation-list li .title {
    margin-bottom: 0 !Important;
    padding: 15px 0 15px 25px;
    float: left;
    font-size: 16px !Important;
    background: url("/images/bullet/bullet_h4_02.png") no-repeat left center;
}
.regulation-list li a {
    margin-top: 13px;
    display: inline-block;
    padding: 2px 8px;
    float: right;
    /*width: 10px;*/
    font-size: 13px;
    border: 1px solid transparent;
    border-radius: 2px;
    box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
    /*background*/
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 47%, rgba(238,238,238,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 47%,rgba(238,238,238,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 47%,rgba(238,238,238,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
}

/* 연구분과 안내 */
#container .research-list {

}
#container .research-list > li {
    float: left;
}
#container .research-list > li:nth-child(1),
#container .research-list > li:nth-child(2),
#container .research-list > li:nth-child(3) {
    width: 33.33333%;
    padding: 0 10px 10px 0;
}
#container .research-list > li:nth-child(3) {
    padding: 0 0 10px;
}
#container .research-list > li:nth-child(4),
#container .research-list > li:nth-child(5),
#container .research-list > li:nth-child(6),
#container .research-list > li:nth-child(7) {
    width: 25%;
    padding: 0 10px 10px 0;
}
#container .research-list > li:nth-child(7) {
    padding: 0 0 10px;
}
#container .research-list > li > a {
    display: block;
    height: 100px;
    padding: 20px 10px;
    color: #fff;
    border-radius: 20px;
    background-color: #002060;
    transition: all 0.25s;
}
#container .research-list > li > a:hover {
    background-color: #034E85;
}
#container .research-list > li > a > .title {
    margin: 0 0 5px;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
}
#container .research-list > li > a > .info {
    display: block;
    line-height: 1.3;
    text-align: center;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: -0.45px;
    word-break: keep-all;
    opacity: 0.75;
}

/* 연구분과위원장 */
#container .research-info-list {

}
#container .research-info-list > li {
    float: left;
    margin-left: -1px;
}
#container .research-info-list > li:nth-child(1),
#container .research-info-list > li:nth-child(2),
#container .research-info-list > li:nth-child(3) {
    width: 33.33333%;
}
#container .research-info-list > li:nth-child(4),
#container .research-info-list > li:nth-child(5),
#container .research-info-list > li:nth-child(6),
#container .research-info-list > li:nth-child(7) {
    width: 25%;
}
#container .research-info-list > li > p.research-title {
    margin: -1px 0 0;
    padding: 7px 10px;
    text-align: center;
    font-weight: bold;
    color: #767676;
    border: 1px solid #dfdfdf;
    background-color: #eee;
}
#container .research-info-list > li > .info-img {
    padding: 20px;
    margin: -1px 0 0;
    text-align: center;
    border: 1px solid #dfdfdf;
}
#container .research-info-list > li > .info-img img {
    display: block;
    width: 120px;
    height: 160px;
    margin: 0 auto 10px;
}
#container .research-info-list > li > .info-img .name {
    display: inline-block;
    text-align: center;
    font-weight: bold;
    color: #000;
}


/*#container .research-info-list > li {*/
/*    float: left;*/
/*    width: 50%;*/
/*    margin: 0 0 20px;*/
/*    padding: 0 20px 0 0;*/
/*}*/
/*#container .research-info-list > li:nth-child(2n) {*/
/*    padding: 0 0 0 20px;*/
/*}*/
/*#container .research-info-list > li > a {*/
/*    position: relative;*/
/*    display: block;*/
/*    height: 130px;*/
/*    padding: 20px;*/
/*    font-size: 15px;*/
/*    color: #333;*/
/*    border: 1px solid #dfdfdf;*/
/*    border-radius: 5px;*/
/*    background-color: #fafafa;*/
/*    transition: all 0.25s;*/
/*}*/
/*#container .research-info-list > li > a:hover {*/
/*    background-color: #fff;*/
/*}*/
/*#container .research-info-list > li > a p.research-title {*/
/*    margin: 0 0 10px;*/
/*    font-size: 19px;*/
/*    font-weight: bold;*/
/*    color: #1f6ea9;*/
/*}*/
/*#container .research-info-list > li > a .info-img {*/
/*    display: inline-block;*/
/*    float: left;*/
/*    margin-right: 15px;*/
/*    border: 1px solid #dfdfdf;*/
/*    border-radius: 3px;*/
/*    overflow: hidden;*/
/*}*/
/*#container .research-info-list > li > a .info-img img {*/
/*    height: 87px;*/
/*}*/
/*#container .research-info-list > li > a .info-text {*/
/*    display: inline-block;*/
/*}*/
/*#container .research-info-list > li > a .info {*/

/*}*/
/*#container .research-info-list > li > a .info .name {*/
/*    display: block;*/
/*}*/
/*#container .research-info-list > li > a .info .name span {*/
/*    margin: 0 0 2px;*/
/*}*/
/*#container .research-info-list > li > a .info .name strong {*/

/*}*/
/*#container .research-info-list > li > a .info .office {*/
/*    display: block;*/
/*}*/
/*#container .research-info-list > li > a i {*/
/*    position: absolute;*/
/*    right: 20px;*/
/*    top: 30px;*/
/*    font-size: 42px;*/
/*    color: rgba(0,0,0,0.15);*/
/*    transition: all 0.25s;*/
/*}*/
/*#container .research-info-list > li > a:hover i {*/
/*    color: rgba(31,110,169,1);*/
/*}*/

/* *******************************************************************
	간행물 안내 : publication_info.vm
******************************************************************* */
.publication-box {
    margin-bottom: 80px;
}
.publications:after {
    content: '';
    display: block;
    clear: both;
}
.publications {
    position: relative;
    padding-bottom: 20px;
    /*border-bottom: 1px solid #fafafa;*/
}
.journal-list-area {
    /*border-top: 1px solid #dfdfdf;*/
}
.publications .thm {
    float: left;
    padding: 0 30px 0 0;
    /*width: ;*/
}
.publications .thm img {
    border: 1px solid #dfdfdf;
}
.publications h4 {
    font-size: 24px;
    font-weight: 700;
    /*padding-bottom: 15px;*/
}
.publications h5 {
    padding: 10px 0;
    font-size: 16px;
    color: #777;
    /*font-weight: 700;*/
}
.publications h4 small {
    display: inline-block;
    margin-left: 20px;
    padding: 5px 10px;
    color: #309ae9;
    border-radius: 2px;
    background-color: #edf6ff;
}
.publications-btn {
    /*padding-top: 20px;*/
    position: absolute;
    bottom: 30px;
    right: 0;
}
/*.publications-btn > li {*/
/*float: left;*/
/*padding-right: 10px;*/
/*}*/
.publications-btn > li.more-info {
    float: right;
    padding-right: 0;
}
.publications-btn:after {
    content: '';
    display: block;
    clear: both;
}
.publications-btn li:last-child {
    padding-right: 0;
}
.descriptions {
    margin-top: 20px;
    padding: 10px;
    border: 5px solid #eee;
}
.descriptions ul {
    margin: 10px 0 0 15px;
    list-style: disc;
}
.publications-btn > li.more-info .more-info-btn {
    width: 200px;
    display: inline-block;
    text-align: center;
    font-size: 13px;
    line-height: 30px;
    /*color: #1578c4;*/
    /*border: 1px solid #ddd;*/
    border: 1px solid #1578c4;
    border-radius: 2px;
    color: #1578c4;
    /*background: -moz-linear-gradient(top, #fefefe 0%, #fbfbfb 49%, #efefef 100%);*/
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(49%,#fbfbfb), color-stop(100%,#efefef));*/
    /*background: -webkit-linear-gradient(top, #fefefe 0%,#fbfbfb 49%,#efefef 100%);*/
    /*background: -o-linear-gradient(top, #fefefe 0%,#fbfbfb 49%,#efefef 100%);*/
    /*background: -ms-linear-gradient(top, #fefefe 0%,#fbfbfb 49%,#efefef 100%);*/
    /*background: linear-gradient(to bottom, #fefefe 0%,#fbfbfb 49%,#efefef 100%);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#efefef',GradientType=0 );*/
    outline: none;
}
.publications-btn > li.more-info .more-info-btn:hover {
    background-color: #1578c4;
    color: #fff;
}

.publications-btn > li.more-info .more-info-btn i {
    padding-left: 20px;
}

.publication-accordian {
    margin-top: 30px;
}

.publication-accordian table caption {
    margin: 0 0 5px;
    color: #333;
}
.publication-accordian table.tb-basic {
    margin-bottom: 0;
    border-bottom: 2px solid #dfdfdf !important;
}

/*-------------------------------------
    학술발표회
--------------------------------------*/
.section.this-conference {

}
.section.this-conference .tb-conf {

}
.section.this-conference .tb-conf th {
    font-size: 15px;
}
.section.this-conference .tb-conf td {
    padding: 15px 5px;
    font-size: 13px;
    border: 1px solid #ccc;
}
.section.this-conference .tb-conf.fs-big td {
    padding: 10px 5px;
    font-size: 15px;
}
.section.this-conference .tb-conf .bold {
    font-weight: bold;
}
.bg-header {
    color: #f55;
    font-weight: bold;
    background-color: #f0f0f0 !important;
}
.bg-fbe5d6 {
    background-color: #fbe5d6 !important;
}
.bg-fff2cc {
    background-color: #fff2cc !important;
}
.bg-dae3f3 {
    background-color: #dae3f3 !important;
}
.bg-f2f2f2 {
    background-color: #f2f2f2 !important;
}
.bg-e9e9e9 {
    color: #333 !important;
    background-color: #e9e9e9 !important;
}
.bg-70ad47 {
    background-color: #70ad47 !important;
}
.bg-f0f7ec {
    background-color: #f0f7ec !important;
}
.text-primary,
.text-info {
    color: #33f !important;
}
.text-danger {
    color: #f33 !important;
}

/*-------------------------------------
    기타간행물
--------------------------------------*/
.book-area {
    position: relative;
    margin: 80px 0 150px;
}
.book-area .thm-area {
    float: left;
    width: 240px;
    margin: 0 50px 0 0;
}
.book-area .thm-area img {
    max-width: 100%;
    box-shadow: 0 5px 12px rgba(0,0,0,0.45);
}
.book-area .con-area {
    float: left;
}
.book-area .con-area h3 {
    padding: 0;
    margin: 0 0 30px;
    font-family: '맑은 고딕',sans-serif;
    letter-spacing: -0.5px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
}
.book-area .con-area h3 a {
    /*color: #3480f1;*/
    color: #333;
}
.book-area .con-area h3 small {
    font-size: 14px;
    color: #767676;
}
.book-area .con-area ul.book-index {

}
.book-area .con-area ul.book-index li {
    margin: 0 0 15px;
    line-height: 20px;
    font-family: '맑은 고딕',sans-serif;
    letter-spacing: -1px;
    font-size: 15px;
    color: #333;
}
.book-area .con-area ul.book-index li .num {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 10px 0 0;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    border-radius: 10px;
    background-color: #593517;
    /*background-color: #3480f1;*/
}
.book-area.year20 .con-area ul.book-index li .num {
    background-color: #2E4079;
}
.book-area .con-area ul.book-index li .special {
    display: inline-block;
    width: 50px;
    height: 20px;
    margin: 0 10px 0 0;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    font-weight: bold;
    color: #282425;
    border-radius: 2px;
    background-color: #ffdd73;
}
.book-area .btn-download {
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
}
.book-area .btn-ebook {
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: -50px;
}

/*------------------
    tab
------------------*/
/*border-top-tab*/
.border-top-tab > li > a, .nav-tabs.nav-justified > li > a {
    /*height: 67px;*/
    color: #888;
    font-size: 16px;
    border-top: 3px solid #fff !important;
}
.tab-research .border-top-tab > li, .tab-research .nav-tabs.nav-justified > li {
    width: 1%;
}
.tab-research .border-top-tab > li > a, .tab-research .nav-tabs.nav-justified > li > a {
    display: table-cell;
    width: calc(100% / 7);
    height: 67px;
    padding: 10px 5px;
    vertical-align: middle;
    font-size: 15px;
}
.border-top-tab > li > a:hover {
    border-radius: 0 !important;
    border-top: 3px solid #dfdfdf !important;
    background-color: #fff !important;
}
.border-top-tab > li.active > a {
    border-radius: 0 !important;
    border-top: 3px solid #4ba5ff !important;
    font-weight: 700;
    color: #333 !important;
    /*color: #0074e8 !important;*/

}
/*-------------------------------------
    법인회원 명단
--------------------------------------*/
#container .section.corporation .table tr > td:first-child {
    text-align: center;
}
/*-------------------------------------
    연구분과안내
--------------------------------------*/
.intro-area .nav-tabs.nav-justified {
    margin: 40px 0 0;
}
.intro-area .nav-tabs.nav-justified > li a {
    /*height: auto;*/
    padding: 10px;
    font-size: 15px;
    color: #767676;
    border: 1px solid transparent !important;
    border-radius: 0;
    background-color: #eeeeee;
}
.intro-area .nav-tabs.nav-justified > li a:hover {
    background-color: #dfdfdf;
}
.intro-area .nav-tabs.nav-justified > li.active a {
    color: #fff;
    border: 1px solid #498ccd;
    background-color: #498ccd;
}
.section .intro-area h4.sub-title {
    padding: 34px 0 16px;
}
.section .intro-area h4 {
    font-size: 21px;
}
.section .intro-area h5 {
    margin: 40px 0 10px;
    padding: 8px 0;
    font-size: 19px;
    color: #498ccd;
    font-weight: 600;
}
.section .intro-area h4 + h5 {
    margin: 20px 0 10px;
}
.section .intro-area .committee-area {
    padding-bottom: 30px;
}
.section .intro-area ul.section-list > li {
    display: table;
    width: 100%;
    line-height: 30px;
    vertical-align: middle;
    background-position-y: 12px;
}
.section .intro-area ul.section-list > li > span:first-child {
    display: table-cell;
    width: 14%;
    color: #50a7ff;
}
.section .intro-area ul.section-list > li > span:last-child {
    display: table-cell;
    width: 86%;
}
.section .intro-area h4 {
    padding: 34px 0 16px;
    font-weight: bold;
    color: #333;
}

.table-research {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}
.table-research tr td {
    padding: 5px 10px;
    text-align: center;
    border: 1px solid #dfdfdf;
}
.table-research tr.highlight td {
    font-weight: bold;
    background-color: #fafafa;
}

/*-------------------------------------
    뉴스레터
--------------------------------------*/
.section.newsletter {

}

#container .section.newsletter .intro {
    position: relative;
    height: 145px;
    margin: 0 0 60px;
    padding: 30px;
    border: 3px solid #D2D9E5;
}
#container .section.newsletter .intro .thm {
    position: absolute;
    left: 35px;
    top: 20px;
    display: block;
    padding: 10px 25px 10px 0;
    border-right: 1px solid #D2D9E5;
}
#container .section.newsletter .intro .thm img {

}
#container .section.newsletter .intro h3 {
    margin: 0 0 15px;
    padding: 0 0 0 160px;
    font-size: 24px;
    font-weight: bold;
}
#container .section.newsletter .intro p {
    margin: 0;
    padding: 0 0 0 160px;
    font-size: 12px;
    letter-spacing: -0.25px;
}
#container .section.newsletter .intro {

}

.section.newsletter .newsletter-list {

}
.section.newsletter .newsletter-list > ul {

}
.section.newsletter .newsletter-list > ul > li {
    float: left;
    width: 260px;
    margin: 0 30px 40px 0;
    box-shadow: 0 2px 4px rgba(0,0,0,0.25);
}
.section.newsletter .newsletter-list > ul > li:nth-child(3n) {
    margin-right: 0;
}
.section.newsletter .newsletter-list > ul > li > .thm {
    display: block;
}
.section.newsletter .newsletter-list > ul > li.ready > .thm {
    border-bottom: 1px solid #f7f7f7;
}
.section.newsletter .newsletter-list > ul > li > .thm img {
    display: block;
    width: 260px;
    height: 146px;
}
.section.newsletter .newsletter-list > ul > li.ready > .thm img {
    height: 240px;
}
.section.newsletter .newsletter-list > ul > li > .info {
    display: block;
    height: 94px;
    padding: 25px 0;
}
.section.newsletter .newsletter-list > ul > li > .info > b {
    display: block;
    margin: 0 0 8px;
    line-height: 1;
    text-align: center;
    font-size: 19px;
    font-weight: bold;
    color: #000;
}
.section.newsletter .newsletter-list > ul > li > .info > small {
    display: block;
    text-align: center;
    line-height: 1;
    font-size: 13px;
    color: #767676;
}
.section.newsletter .newsletter-list > ul > li > a.btn-go {
    position: relative;
    display: block;
    padding: 10px 20px;
    background-color: #1F7CD2;
    transition: all 0.25s;
}
.section.newsletter .newsletter-list > ul > li.ready > a.btn-go {
    background-color: #fff;
}
.section.newsletter .newsletter-list > ul > li > a.btn-go:hover {
    background-color: #1A68AE;
}
.section.newsletter .newsletter-list > ul > li.ready > a.btn-go:hover {
    background-color: #fff;
}
.section.newsletter .newsletter-list > ul > li > a.btn-go > b {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}
.section.newsletter .newsletter-list > ul > li.ready > a.btn-go > b {
    color: #ccc;
}
.section.newsletter .newsletter-list > ul > li > a.btn-go > .icon {
    position: absolute;
    right: 10px;
    top: 10px;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 32px;
    text-align: center;
    border-radius: 30px;
    background-color: rgba(255,255,255,0.75);
    transition: all 0.25s;
}
.section.newsletter .newsletter-list > ul > li.ready > a.btn-go > .icon {
    background-color: #eee;
}
.section.newsletter .newsletter-list > ul > li > a.btn-go:hover > .icon {
    background-color: rgba(255,255,255,1);
}
.section.newsletter .newsletter-list > ul > li.ready > a.btn-go:hover > .icon {
    background-color: #eee;
}
.section.newsletter .newsletter-list > ul > li > a.btn-go > .icon > i {
    font-size: 18px;
    color: #1F7CD2;
}
.section.newsletter .newsletter-list > ul > li.ready > a.btn-go > .icon > i {
    color: #fff;
}

/*------------------
    tb-basic
------------------*/
.tb-basic thead th {
    /*line-height: 1.8 !important;*/
    /*font-size: 17px !important;*/
    text-align: center;
    color: #fff;
    background-color: #498ccd;
    /*border-bottom: 1px solid #ddd !important;*/
    vertical-align: middle !important;
}
.tb-basic tbody th {
    text-align: center;
    background-color: #fafafa;
    vertical-align: middle !important;
}
.research-committee .tb-basic tbody td:first-of-type {
    text-align: center;
}
.tb-basic.tb-vertical tbody th {
    color: #fff;
    background-color: #498ccd;
}

.nav-double .single {
    padding-bottom: 32px;
}

/*map*/
.map-area {
    width: 100%;
    height: 450px;
    margin: 0 0 30px;
}
#marker-title {
    width: 200px;
    height: 40px;
    text-align: center;
}
#marker-title h1 {
    height:40px;
    line-height:40px;
    font-size: 15px;
}

/*준비중 입니다.*/
.uc {
    padding: 45px 0;
    font-size: 25px;
    background-color: #f7f7f7;
    border: 1px solid #eee;
    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;
}


/*******************************************************************
   현안검토위원회 - 탭 스타일
******************************************************************* */
#container .section.issue_board .research-list > li > a {
    height: 65px;
    background-color:#d1d1d1;
}

#container .section.issue_board .research-list > li {
    width: 25%;
    padding: 0 10px 30px 0;
}
#container .section.issue_board .research-list > li:last-child {
    padding: 0 0px 20px 0;
}
#container .section.issue_board .research-list > li.active a {
    background-color: #6fb7ff;
}
#container .section.issue_board td {
    text-align: center;
}

#container .section.issue_board td:last-child {
    text-align: left;
}
#container .section.issue_board h3 {
    font-weight: 600;
    font-size: 17px;
}
#container .section.issue_board h3 small {
    font-size: 15px;
}
/* ~ 767px */
@media screen and (max-width: 767px) {

    /*학회소개*/
    .introduction-area {
        padding: 0;
        border: 0;
        background: url("/images/bg/intro_bg.png") no-repeat center center;
        background-size: 100%;
    }

    /* *******************************************************************
        간행물 안내 : publication_info.vm
    ******************************************************************* */
    .publication-box {
        margin-bottom: 80px;
    }
    .publications {
        position: relative;
        padding-bottom: 20px;
        border-bottom: 1px solid #fafafa;
    }
    .journal-list-area {
        border-top: 1px solid #dfdfdf;
    }
    .publications .thm {
        float: none;
        margin: 0 0 20px;
        padding: 0;
    }
    .publications h4 {
        font-size: 21px;
    }
    .publications-btn {
        position: static;
        margin: 20px 0 0;
    }
    .publications-btn > li.more-info {
        float: none;
    }
    .publications-btn > li.more-info .more-info-btn {
        width: 200px;
        display: inline-block;
        text-align: center;
        font-size: 13px;
        line-height: 30px;
        border: 1px solid #1578c4;
        border-radius: 2px;
        color: #1578c4;
        outline: none;
    }

    .publications-btn > li.more-info .more-info-btn i {
        padding-left: 15px;
    }

    /*-------------------------------------
        연구분과 안내
    --------------------------------------*/
    /* 연구분과 안내 */
    #container .research-list {
        margin-bottom: 20px;
    }
    #container .research-list > li {
        float: none;
    }
    #container .research-list > li:nth-child(1),
    #container .research-list > li:nth-child(2),
    #container .research-list > li:nth-child(3) {
        width: 100%;
        padding: 0 0 5px;
    }
    #container .research-list > li:nth-child(3) {
        padding: 0 0 5px;
    }
    #container .research-list > li:nth-child(4),
    #container .research-list > li:nth-child(5),
    #container .research-list > li:nth-child(6),
    #container .research-list > li:nth-child(7) {
        width: 100%;
        padding: 0 0 5px;
    }
    #container .research-list > li:nth-child(7) {
        padding: 0 0 5px;
    }
    #container .research-list > li > a {
        height: auto;
        padding: 15px;
        border-radius: 15px;
    }
    #container .research-list > li > a > .title {
        margin: 0 0 5px;
        font-size: 15px;
    }
    #container .research-list > li > a > .info br {
        display: none;
    }

    /* 연구분과위원장 */
    #container .research-info-list {

    }
    #container .research-info-list > li {
        float: none;
        margin: 0 0 10px;
    }
    #container .research-info-list > li:nth-child(1),
    #container .research-info-list > li:nth-child(2),
    #container .research-info-list > li:nth-child(3) {
        width: 100%;
    }
    #container .research-info-list > li:nth-child(4),
    #container .research-info-list > li:nth-child(5),
    #container .research-info-list > li:nth-child(6),
    #container .research-info-list > li:nth-child(7) {
        width: 100%;
    }
    #container .research-info-list > li > p.research-title {
        margin: 0;
    }

    /*#container .research-info-list > li {*/
    /*    float: none;*/
    /*    width: 100%;*/
    /*    margin: 0 0 10px;*/
    /*    padding: 0;*/
    /*}*/
    /*#container .research-info-list > li:nth-child(2n) {*/
    /*    padding: 0;*/
    /*}*/
    /*#container .research-info-list > li > a {*/
    /*    height: auto;*/
    /*    padding: 20px 20px 10px;*/
    /*}*/
    /*#container .research-info-list > li > a:hover {*/
    /*    background-color: #fff;*/
    /*}*/
    /*#container .research-info-list > li > a p.research-title {*/
    /*    margin: 0 0 10px;*/
    /*    font-size: 19px;*/
    /*    font-weight: bold;*/
    /*    color: #1f6ea9;*/
    /*}*/
    /*#container .research-info-list > li > a .info {*/

    /*}*/
    /*#container .research-info-list > li > a .info .name {*/
    /*    display: block;*/
    /*}*/
    /*#container .research-info-list > li > a .info .name span {*/
    /*    margin: 0 0 2px;*/
    /*}*/
    /*#container .research-info-list > li > a .info .name strong {*/

    /*}*/
    /*#container .research-info-list > li > a .info .office {*/
    /*    display: block;*/
    /*}*/
    /*#container .research-info-list > li > a i {*/
    /*    position: absolute;*/
    /*    right: 20px;*/
    /*    top: 30px;*/
    /*    font-size: 42px;*/
    /*    color: rgba(0,0,0,0.15);*/
    /*    transition: all 0.25s;*/
    /*}*/
    /*#container .research-info-list > li > a:hover i {*/
    /*    color: rgba(31,110,169,1);*/
    /*}*/

    /*.section .intro-area ul.section-list > li > span:first-child {*/
    /*    width: 22%;*/
    /*}*/
    /*.section .intro-area ul.section-list > li > span:last-child {*/
    /*    width: 78%;*/
    /*}*/

    .tab-research .border-top-tab > li, .tab-research .nav-tabs.nav-justified > li {
        width: 100%;
    }
    .tab-research .border-top-tab > li > a, .tab-research .nav-tabs.nav-justified > li > a br {
        display: none;
    }

    /*-------------------------------------
        기타간행물
    --------------------------------------*/
    .book-area {
        margin-bottom: 0;
    }
    .book-area .thm-area {
        float: none;
        width: 240px;
        margin: 0 auto 40px;
    }
    .book-area .con-area {
        float: none;
    }
    .book-area .con-area h3 {
        margin: 0 0 20px;
        letter-spacing: -0.25px;
        font-size: 21px;
    }
    .book-area .con-area h3 a {
        color: #333;
    }
    .book-area .con-area h3 small {
        font-size: 14px;
        color: #767676;
    }
    .book-area .btn-download,
    .book-area .btn-ebook {
        position: static;
        display: block;
        margin: 30px 0 0;
    }

    /*-------------------------------------
        간행물 검색
    --------------------------------------*/
    #keywordFrm select {
        display: block;
        margin: 0 0 5px;
    }
    #keywordFrm a.text-deco-n {
        display: block;
        margin: 5px 0 0;
    }

    /*-------------------------------------
        뉴스레터
    --------------------------------------*/
    #container .section.newsletter .intro {
        height: auto;
        margin: 0 0 60px;
        padding: 20px;
    }
    #container .section.newsletter .intro .thm {
        position: static;
        display: block;
        width: 97px;
        margin: 0 auto 30px;
        padding: 0;
        border-right: none;
    }
    #container .section.newsletter .intro h3 {
        margin: 0 0 15px;
        padding: 0;
        text-align: center;
    }
    #container .section.newsletter .intro p {
        padding: 0;
        text-align: left;
        font-size: 12px;
        letter-spacing: 0;
    }
    #container .section.newsletter .intro p br {
        display: none;
    }
    .section.newsletter .newsletter-list > ul > li {
        float: none;
        margin: 0 auto 40px;
    }
    .section.newsletter .newsletter-list > ul > li:nth-child(3n) {
        margin-right: auto;
    }

}
