﻿@charset "utf-8";
/* *******************************************************************
	common
******************************************************************* */
#contents {
    float: left;
    width: 900px;
    min-height: 720px;
    padding: 50px 0 80px 60px;
}
#contents h2 {
    /*margin: 0 0 40px;*/
    padding: 0 0 40px;
    /*margin: 0;*/
    line-height: 1.1;
    font-size: 34px;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
}
#contents .section.major-schedule h2 {
    padding: 0;
    /*margin: 0;*/
    font-size: 28px;
    font-weight: 600;
    border-bottom: 0;
}
#contents .section {
    /*margin: 40px 0 0 0;*/
    line-height: 1.6;
    font-size: 15px;
    font-weight: 400;
}
#contents .section:first-child {
    margin-top: 0;
}
#contents .section h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}
#contents .section p.paragraph {
    margin: 0 0 20px;
}

#contents .contents {
    position: relative;
    padding-top: 40px;
    border-top: 3px solid #f4f4f4;
}

/* quick-menu */
.contents .quick-menu {
    position: absolute;
    right: -200px;
    top: 0;
}

/*준비중 입니다.*/
.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;
}

/* *******************************************************************
	include
******************************************************************* */
.section h4:first-child {
    margin-top: 0;
}
.section h4 {
    padding-left: 24px;
    line-height: 1.7;
    font-size: 19px;
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 10px;
    background: url("/images/bullet/bullet_h4_06.png") 0 8px no-repeat;
}
.section h4:first-child {
    margin-top: 0;
}
.section h4 small {
    display: block;
    font-size: 15px;
    color: #2268c5;
}
.section h5:first-child {
    margin-top: 0;
}
.section h5 {
    margin-top: 50px;
    margin-bottom: 10px;
    font-size: 16px;
    /*font-weight: 600;*/
    color: #1578c4;
}
.section h4 + h5 {
    margin-top: 20px;
}
.section h6:first-child {
    margin: 0;
}
.section h6 {
    font-size: 16px;
    font-weight: 600;
    margin: 20px 0 10px 0;
}

/* .btn-area */
.btn-area {
    padding: 20px 0;
    text-align: center;
}
.btn-area .btn {
    margin: 0 10px;
}

/* *******************************************************************
    sub-spot
******************************************************************* */
#sub-spot {
    width: 100%;
    overflow: visible !important;
    background: #021d38 url("/eng/images/sub/bg_sub_spot_eng.jpg") center top no-repeat;
    background-size: 1600px 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: 600;
    line-height: 1;
    color: #333;
}
#sub-spot h2 small {
    display: block;
    margin: 5px 0 10px;
    font-size: 16px;
    font-weight: 600;
    color: #333;
}
#sub-spot p {
    font-size: 13px;
    line-height: 1.4;
    color: #767676;
}

/* *******************************************************************
	breadcrumb-area
******************************************************************* */
.breadcrumb-area {
    height: 40px;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    background-color: #fafafa;
}
.breadcrumb-area.sticky {
    position: fixed;
    top: 52px;
    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: 38px;
    line-height: 40px;
    text-align: center;
    font-size: 15px;
    color: #333;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    background-color: #fff;
}
.breadcrumb-area li.home a:hover {
    color: #1578c4;
    background-color: #edf6ff;
}

/* selectbox */
.breadcrumb-area li.selectbox {
    position: relative;
    float: left;
    display: inline-block;
    width: auto;
    height: 38px;
    padding: 0 15px;
    line-height: 38px;
    font-size: 13px;
    font-weight: 300;
    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: 15px;
    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: 38px;
    padding-left: 15px;
    line-height: 38px;
    font-size: 15px;
    font-weight: 300;
    color: #666;
    border-left: 1px solid #dfdfdf;
    border-right: 0;
    background-color: #f4f4f4;
    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: 38px;
    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: 14px;
    background-color: #fff;
}
.breadcrumb-area li.quick-link ul li a:hover {
    color: #1578c4;
    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: 16px;
    color: #333;
    border-left: 1px solid #dfdfdf;
    background-color: #fff;
}
.breadcrumb-area li.btn-print a:hover {
    color: #1578c4;
    background-color: #edf6ff;
}

/* print */
.breadcrumb-area li.btn-totop {
    float: right;
    width: 60px;
}
.breadcrumb-area li.btn-totop a {
    display: block;
    height: 38px;
    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: #1578c4;
    background-color: #edf6ff;
}

/* *******************************************************************
	snb
******************************************************************* */
.snb-area {
    float: left;
    width: 200px;
    padding: 50px 0 80px;
}
.snb-title {
    height: 78px;
    border-bottom: 1px solid #ddd;
}
.snb-title strong {
    display: block;
    margin: 0 0 15px;
    padding-left: 15px;
    padding-top: 5px;
    line-height: 1.3;
    font-size: 26px;
    font-weight: 400;
    color: #333;
}
.snb-title.multi strong {
    padding-top: 5px;
    line-height: 1.3;
    font-size: 22px;
    letter-spacing: -0.75px;
}
.snb-title small {
    display: none;
    margin: 0 0 10px;
    padding-left: 15px;
    font-size: 12px;
    font-weight: 300;
    color: #999;
    text-transform: uppercase;
}

/* 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: 15px;
    color: #333;
    border-bottom: 1px solid #eee;
    /*border-bottom: 1px solid #eee;*/
    background-color: #fff;
    transition: all 0.25s;
}
.snb > li.multi > a {
    height: auto;
    line-height: 1.3;
    padding: 15px 0 15px 15px;
}
.snb > li > a:hover {
    color: #1578c4;
    background-color: #edf6ff;
}
.snb > li.active > a {
    font-weight: 500;
    color: #fff;
    background-color: #195691;
}
.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: 14px;
    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: #1578c4;
}
.snb > li > ul > li.active > a {
    font-weight: 600;
    color: #1578c4;
}

/* *******************************************************************
	common
******************************************************************* */

/*tab02*/
.tab-customized.nav-tabs > li > a {
    color: #999;
    /*border-bottom: 1px solid #dfdfdf;*/
    border-radius: 0;
    font-size: 18px;
    font-weight: 400;
}
.tab-customized.nav-tabs > li > a:hover {
    /*color: #147ac5;*/
    color: #777;
    border-bottom: none;
    border-color: #fafafa #fafafa #ddd;
    background-color: #fafafa;
}
.tab-customized.nav-tabs > li.active > a,
.tab-customized.nav-tabs > li.active > a:hover,
.tab-customized.nav-tabs > li.active > a:focus {
    color: #1578c4;
    cursor: default;
    outline: none;
    /*background-color: #f6fbff;*/
    /*background-color: #fff;*/
    border: 1px solid #dfdfdf;
    border-top: 3px solid #1578c4;
    border-bottom-color: transparent;
    background-color: #fff;
}
.nav-tabs > li > a:active {
    outline: none;
}
.tab-pane {
    padding-top: 30px;
}


/*button-tab*/
.tab-custom .tab-bg {
    padding: 6px 5px;
    background-color: #f7f7f7;
    /*background-image: url("/images/sub/backup/acade2_1_bg.png");*/
}
.tab-custom .tab-bg .tab-area {
    background-color: #fff;
}
.nav-tabs.button-tab {
    border-bottom: 0 solid #ddd
}
.tab-custom .tab-bg .tab-area .button-tab li {
    width: 33.333%;
    /*width: 25%;*/
    /*border-right: 1px solid #fafafa;*/
    /*border-top: 1px solid #fafafa;*/
}
.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: 15px;
    font-weight: 500;
}
.tab-custom .tab-bg .tab-area .button-tab li a:hover {
    border-radius: 0;
    background-color: #fafafa;
    outline: none;
}
.tab-custom .tab-bg .tab-area .button-tab li.active a {
    border: 1px solid transparent !important;
    border-radius: 0;
    background-color: #45a5c6;
    color: #fff;
    /*background-color: #edf6ff;*/
    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: #1578c4;
}
.tab-custom .tab-bg .tab-area .go-list a:hover {
    background-color: #edf6ff !important;
    border-radius: 0;
    color: #1578c4 !important;
}

/*.nav-tabs.button-tab.double-tab > li > a {*/
/*height: 65px;*/
/*padding-top: 20px;*/
/*!*font-size: 15px !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;
}

/*btn*/
a.top-btn {
    width: 200px;
    display: inline-block;
    text-align: center;
    font-size: 13px;
    line-height: 30px;
    color: #1578c4;
    border: 1px solid #1578c4;
    /*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 *!*/
    outline: none;

    /*border: 10px solid #f7f7f7;*/
    /*background-color: #edf6ff;*/
}

a.top-btn:hover {
    background-color: #1578c4;
    color: #fff;
}

.board-members .thm-area {
    margin: 50px 0;
}
.board-members img {
    display: inline-block;
    max-width: 100%;
    width: 97px;
    height: 127px;
}
.board-members sup {
    font-size: 11px;
    font-weight: 400;
}


/*table*/
.tb-basic {
    border-top: 2px solid #1578c4;
}
.tb-basic th {
    background-color: #fafafa;
    font-weight: 500;
    text-align: center;
    vertical-align: middle !important;
}
.tb-basic thead th {
    font-weight: 600;
    background-color: #f1f9fe;
    border-bottom: 3px double #dfdfdf !important;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    vertical-align: middle;
}

/* 연간 계획 */
.section.annual-plan {
    position: relative;
}
.section.annual-plan h4.year-select {
    /*position: absolute;*/
    /*left: 0;*/
    /*top: 86px;*/
    margin: 0;
    padding: 0 0 20px;
    text-align: center;
    background: none;
}
.section.annual-plan h4.year-select i {
    vertical-align: middle;
    font-size: 24px;
    color: #000;
}
.section.annual-plan h4.year-select a.disable i,
.section.annual-plan h4.year-select a.disable:hover i {
    color: #ccc !important;
}
.section.annual-plan h4.year-select .year {
    display: inline-block;
    padding: 0 20px;
    vertical-align: middle;
    font-size: 24px;
}
.section.annual-plan h4.year-select {

}
.section.annual-plan h4.year-select i {
    margin: 0 10px;
    vertical-align: middle;
}

/* tb-annual */
.tb-annual {
    border-top: 2px solid #1578c4;
    border-bottom: 1px solid #dfdfdf;
}
.tb-annual .col1 { width: 60px; }
.tb-annual .col2 { width: 150px; }
.tb-annual .col3 { width: 80px; }
.tb-annual .col4 { width: auto; }
.tb-annual .col5 { width: 80px; }

.tb-annual caption {
    padding: 0 0 5px;
    text-align: right;
}
.tb-annual th {
    padding: 15px 10px !important;
    font-weight: 600;
    text-align: center;
    vertical-align: middle !important;
    background-color: #f3fafe;
}
.tb-annual thead th {
    border-bottom: 3px double #dfdfdf !important;
    background-color: #f4f4f4;
}
.tb-annual tbody th {
    border-right: 1px solid #dfdfdf;
}
.tb-annual tbody td {
    padding: 15px 10px !important;
    font-size: 13px;
}
.tb-annual tbody td .label-divide {
    display: inline-block;
    width: 50px;
    padding: 2px 3px;
    font-size: 12px;
    color: #fff;
    border-radius: 2px 2px 0 0;
    background-color: #1578c4;
}
.tb-annual tbody tr:last-child td {
    border-bottom: 1px solid #ddd;
}
.tb-annual tbody td .label-divide.international {
    background-color: #ff4057;
}
.tb-annual tbody td .label-host {
    display: inline-block;
    width: 50px;
    padding: 2px 3px;
    font-size: 12px;
    color: #333;
    border-radius: 0 0 2px 2px;
    border: 1px solid #dfdfdf;
    border-top: 0;
    background-color: #fff;
}
/*.tb-annual tbody td .label-host.type-m { background-color: #cf7679; }*/
/*!*.tb-annual tbody td .label-host.type-m h4 span { background-color: #e68387; }*!*/
/*.tb-annual tbody td .label-host.type-a { background-color: #d29a82; }*/
/*!*.tb-annual tbody td .label-host.type-a h4 span { background-color: #eaab91; }*!*/
/*.tb-annual tbody td .label-host.type-b { background-color: #d2b854; }*/
/*!*.tb-annual tbody td .label-host.type-b h4 span { background-color: #eacd5d; }*!*/
/*.tb-annual tbody td .label-host.type-c { background-color: #66bd85; }*/
/*!*.tb-annual tbody td .label-host.type-c h4 span { background-color: #72d294; }*!*/
/*.tb-annual tbody td .label-host.type-d { background-color: #7b9fc2; }*/
/*!*.tb-annual tbody td .label-host.type-d h4 span { background-color: #89b1d8; }*!*/
/*.tb-annual tbody td .label-host.type-e { background-color: #727fa0; }*/
/*!*.tb-annual tbody td .label-host.type-e h4 span { background-color: #7e8db2; }*!*/
/*.tb-annual tbody td .label-host.type-f { background-color: #8780b5; }*/
/*!*.tb-annual tbody td .label-host.type-f h4 span { background-color: #968fca; }*!*/

.tb-annual tbody td .date {
    font-size: 14px;
}
.tb-annual tbody td .name {
    display: block;
    margin: 0 0 3px;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
}
.tb-annual tbody td .place {
    display: block;
    text-align: left;
    font-size: 14px;
}
.tb-annual tbody td .status {
    font-size: 14px;
    color: #1578c4;
}

/*.tb-annual tbody tr.complete {*/
/*background-color: #f7f7f7;*/
/*}*/
/*.tb-annual tbody tr.complete td .label-divide {*/
/*background-color: #999;*/
/*}*/
/*.tb-annual tbody tr.complete td .date,*/
/*.tb-annual tbody tr.complete td .name,*/
/*.tb-annual tbody tr.complete td .place {*/
/*color: #999;*/
/*}*/
/*.tb-annual tbody tr.complete td .status {*/
/*color: #999;*/
/*}*/

/* tb-last-events */
.tb-last-events {
    border-top: 2px solid #1578c4;
    border-bottom: 1px solid #dfdfdf;
}
.tb-last-events th {
    padding: 15px 10px !important;
    font-weight: 600;
    text-align: center;
    vertical-align: middle !important;
    background-color: #f3fafe;
}
.tb-last-events thead th {
    border-bottom: 3px double #dfdfdf !important;
    background-color: #f4f4f4;
}
.tb-last-events tbody th {
    border-right: 1px solid #dfdfdf;
}
.tb-last-events tbody td {
    padding: 15px 10px !important;
    text-align: left;
    line-height: 1.6 !important;
    font-size: 13px;
}
.tb-last-events tbody td .label-divide {
    display: inline-block;
    width: 50px;
    margin: 0 auto;
    padding: 2px 3px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    border-radius: 2px 2px 0 0;
    background-color: #1578c4;
}
.tb-last-events tbody td .label-divide.international {
    background-color: #ff4057;
}
.tb-last-events tbody td .label-host {
    display: inline-block;
    width: 50px;
    margin: 0 auto;
    padding: 2px 3px;
    text-align: center;
    font-size: 12px;
    color: #333;
    border-radius: 0 0 2px 2px;
    border: 1px solid #dfdfdf;
    border-top: 0;
    background-color: #fff;
}
/*.tb-last-events tbody td .label-host.type-m { background-color: #cf7679; }*/
/*!*.tb-last-events tbody td .label-host.type-m h4 span { background-color: #e68387; }*!*/
/*.tb-last-events tbody td .label-host.type-a { background-color: #d29a82; }*/
/*!*.tb-last-events tbody td .label-host.type-a h4 span { background-color: #eaab91; }*!*/
/*.tb-last-events tbody td .label-host.type-b { background-color: #d2b854; }*/
/*!*.tb-last-events tbody td .label-host.type-b h4 span { background-color: #eacd5d; }*!*/
/*.tb-last-events tbody td .label-host.type-c { background-color: #66bd85; }*/
/*!*.tb-last-events tbody td .label-host.type-c h4 span { background-color: #72d294; }*!*/
/*.tb-last-events tbody td .label-host.type-d { background-color: #7b9fc2; }*/
/*!*.tb-last-events tbody td .label-host.type-d h4 span { background-color: #89b1d8; }*!*/
/*.tb-last-events tbody td .label-host.type-e { background-color: #727fa0; }*/
/*!*.tb-last-events tbody td .label-host.type-e h4 span { background-color: #7e8db2; }*!*/
/*.tb-last-events tbody td .label-host.type-f { background-color: #8780b5; }*/
/*!*.tb-last-events tbody td .label-host.type-f h4 span { background-color: #968fca; }*!*/

.tb-last-events tbody td .date {
    font-size: 14px;
}
.tb-last-events tbody td.name {
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    vertical-align: middle;
}
.tb-last-events tbody td .place {
    display: block;
    text-align: left;
    font-size: 14px;
}
.tb-last-events tbody td .status {
    font-size: 14px;
    color: #1578c4;
}

.tb-last-events tbody tr.complete {
    background-color: #f7f7f7;
}
.tb-last-events tbody tr.complete td .label-divide {
    background-color: #999;
}
.tb-last-events tbody tr.complete td .date,
.tb-last-events tbody tr.complete td .name,
.tb-last-events tbody tr.complete td .place {
    color: #999;
}
.tb-last-events tbody tr.complete td .status {
    color: #999;
}

/* 다운로드 리스트 */
.download-list02 {
    /*padding-left: 0 !important;*/
    margin-top: 30px;
    padding: 10px 20px;
    list-style: none;
    border: 5px solid #ecf6ff;
}
.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 {
    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 {
    padding-right: 10px;
}
i.pdf {
    color: #ff3f39;
}
i.hwp {
    color: #49bffd;
}
i.zip {
    /*color: #eaa752;*/
    color: #3c497e;
}
i.share {
    color: #1554b0;
}
i.e-book {
    color: #49bffd;
}

/*highlight-box*/
.highlight-box {
    padding: 20px 25px;
    border: 1px solid #ddf0fa;
    border-radius: 2px;
    background-color: #f1fbff;
}
.highlight-box strong {
    font-size: 24px;
    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;
}


.text-danger {
    color: #f33;
}
.text-primary {
    color: #1578c4;
}

/*list-style*/
ul.disc {
    list-style: disc;
}
ul.depth1 {
    padding-left: 15px;
}
ul.list-hyphen li {
    position: relative;
    margin-left: 10px;
}
ul.list-hyphen li:before {
    position: absolute;
    top: 0;
    left: -10px;
    content: '-';
}

ol.list-decimal {
    margin-left: 20px;
    list-style: decimal;
}

/*contents-box*/
.contents-box {
    margin: 5px;
    padding: 10px 15px;
    background-color: #fafafa;
}
.contents-box table,
.contents-box table td {
    background-color: #fff;
}
.contents-box table th {
    background-color: #f5fafe;
}
.contents-box > li {
    margin: 8px 0 8px 25px;
    list-style: disc;
}
.contents-box > li > ul li {
    padding-left: 10px;
    text-indent: -10px;
}
.contents-box.number-list > li {
    margin-left: 0;
    list-style: none;
}
.contents-box.date-list > li:after {
    content: '';
    display: block;
    clear: both;
}
.contents-box.date-list > li {
    display: block;
}
.contents-box.date-list > li span:first-child {
    float: left;
}
.contents-box.date-list > li span:last-child {
    float: right;
}

ul.list-disc {
    list-style: disc;
    margin: 5px 0 5px 20px;
}
ul.list-disc li {
    margin: 2px 0;
}



/* *******************************************************************
	인사말
******************************************************************* */
/*greeting*/
.section.greeting p {
    margin: 0 0 20px;
    text-align: justify;
    font-weight: 300;
}
.section.greeting ul.section-list {
    margin: 0 0 40px;
}
.section.greeting ul.section-list > li {
    margin: 0 0 15px 18px;
    padding-left: 15px;
    text-align: justify;
    background: url(/images/bullet/bullet4.png) left 10px no-repeat;
}
.section.greeting .thm {
    float: left;
    margin: 0 40px 10px 0;
}
.section.greeting .thm img {
    position: relative;
    top: 5px;
    display: block;
}
.section.greeting p.title {
    margin: 0 0 15px;
    font-size: 18px;
    font-weight: 600;
    color: #10379e;
}
.section.greeting p strong {
    /*display: inline-block;*/
    /*margin: 0 0 10px;*/
    line-height: 1.4;
    /*font-size: 18px;*/
    font-weight: 400;
    color: #1578c4;
}
.section.greeting p.chairman {
    margin-top: 50px;
    margin-bottom: 10px;
    text-align: right;
    font-size: 16px;
}
.section.greeting p.chairman strong {
    display: block;
    margin-left: 10px;
    text-align: right;
    vertical-align: middle;
    font-size: 18px;
    font-weight: 500;
    color: #333;
}
.section.greeting p.chairman-sign {
    text-align: right;
}
.section.greeting p.email {
    text-align: right;
}
.section.greeting p.email a {
    font-family: 'Roboto', Arial, 'Trebuchet MS', Tahoma, Verdana, sans-serif;
    font-size: 18px;
    font-style: italic;
    font-weight: 600;
    color: #333;
}

/* *******************************************************************
	학회소개
******************************************************************* */
/*greeting*/
.section.introduction p {
    margin: 0 0 20px;
    text-align: justify;
    font-weight: 300;
}
.section.introduction .thm {
    margin: 0 0 30px;
}
.section.introduction p.title {
    font-size: 18px;
    font-weight: 600;
    color: #10379e;
}
.section.introduction p strong {
    /*display: inline-block;*/
    /*margin: 0 0 10px;*/
    line-height: 1.4;
    /*font-size: 18px;*/
    font-weight: 400;
    color: #1578c4;
}
.section.introduction p.chairman {
    margin-top: 50px;
    margin-bottom: 0;
    text-align: right;
    font-size: 18px;
}
.section.introduction .ci-area {
    padding: 50px 0;
    text-align: center;
}
.section.introduction .ci-area p {
    margin: 0 0 40px;
    text-align: center;
}
.section.introduction .ci-area p.info {
    line-height: 1.8;
    font-size: 21px;
    font-weight: 600;
    color: #333;
}

/*개요*/
.icon-list li {
    float: left;
    margin-top: 40px;
    display: inline-block;
    width: 25%;
    text-align: center;
}
.icon-list li span {
    padding-top: 15px;
    /*color: #1578c4;*/
    /*font-size: 14px;*/
    display: block;
}

/*연혁*/
.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 dt {
    width: 20%;
    text-align: center;
    position: relative;
    top: 15px;
    vertical-align: top;
    left: 20px;
}
.history-area dl dd {
    width: 80%;
    vertical-align: bottom;
}

/*background*/
.history-area dl:nth-child(27) dt .hexagon {
    background-color: #64B5F6;
}
.history-area dl:nth-child(26) dt .hexagon {
    background-color: #42A5F5;
}
.history-area dl:nth-child(25) dt .hexagon {
    background-color: #2196F3;
}
.history-area dl:nth-child(24) dt .hexagon {
    background-color: #1E88E5;
}
.history-area dl:nth-child(23) dt .hexagon {
    background-color: #1976D2;
}
.history-area dl:nth-child(22) dt .hexagon {
    background-color: #1565C0;
}
.history-area dl:nth-child(21) dt .hexagon {
    background-color: #0D47A1;
}
.history-area dl:nth-child(20) dt .hexagon {
    background-color: #304FFE;
}
.history-area dl:nth-child(19) dt .hexagon {
    background-color: #3D5AFE;
}
.history-area dl:nth-child(18) dt .hexagon {
    background-color: #536DFE;
}
.history-area dl:nth-child(17) dt .hexagon {
    background-color: #7986CB;
}
.history-area dl:nth-child(16) dt .hexagon {
    background-color: #5C6BC0;
}
.history-area dl:nth-child(15) dt .hexagon {
    background-color: #3F51B5;
}
.history-area dl:nth-child(14) dt .hexagon {
    background-color: #3949AB;
}
.history-area dl:nth-child(13) dt .hexagon {
    background-color: #303F9F;
}
.history-area dl:nth-child(12) dt .hexagon {
    background-color: #283593;
}
.history-area dl:nth-child(11) dt .hexagon {
    background-color: #1A237E;
}
.history-area dl:nth-child(10) dt .hexagon {
    background-color: #6200EA;
}
.history-area dl:nth-child(9) dt .hexagon {
    background-color: #651FFF;
}
.history-area dl:nth-child(8) dt .hexagon {
    background-color: #7C4DFF;
}
.history-area dl:nth-child(7) dt .hexagon {
    background-color: #B388FF;
}
.history-area dl:nth-child(6) dt .hexagon {
    background-color: #D1C4E9;
}
.history-area dl:nth-child(5) dt .hexagon {
    background-color: #B39DDB;
}
.history-area dl:nth-child(4) dt .hexagon {
    background-color: #9575CD;
}
.history-area dl:nth-child(3) dt .hexagon {
    background-color: #7E57C2;
}
.history-area dl:nth-child(2) dt .hexagon {
    background-color: #673AB7;
}
.history-area dl:nth-child(1) dt .hexagon {
    background-color: #5E35B1;
}

/*border1*/
.history-area dl:nth-child(27) dt .hexagon:before {
    border-bottom: 25px solid #64B5F6;
}
.history-area dl:nth-child(26) dt .hexagon:before {
    border-bottom: 25px solid #42A5F5;
}
.history-area dl:nth-child(25) dt .hexagon:before {
    border-bottom: 25px solid #2196F3;
}
.history-area dl:nth-child(24) dt .hexagon:before {
    border-bottom: 25px solid #1E88E5;
}
.history-area dl:nth-child(23) dt .hexagon:before {
    border-bottom: 25px solid #1976D2;
}
.history-area dl:nth-child(22) dt .hexagon:before {
    border-bottom: 25px solid #1565C0;
}
.history-area dl:nth-child(21) dt .hexagon:before {
    border-bottom: 25px solid #0D47A1;
}
.history-area dl:nth-child(20) dt .hexagon:before {
    border-bottom: 25px solid #304FFE;
}
.history-area dl:nth-child(19) dt .hexagon:before {
    border-bottom: 25px solid #3D5AFE;
}
.history-area dl:nth-child(18) dt .hexagon:before {
    border-bottom: 25px solid #536DFE;
}
.history-area dl:nth-child(17) dt .hexagon:before {
    border-bottom: 25px solid #7986CB;
}
.history-area dl:nth-child(16) dt .hexagon:before {
    border-bottom: 25px solid #5C6BC0;
}
.history-area dl:nth-child(15) dt .hexagon:before {
    border-bottom: 25px solid #3F51B5;
}
.history-area dl:nth-child(14) dt .hexagon:before {
    border-bottom: 25px solid #3949AB;
}
.history-area dl:nth-child(13) dt .hexagon:before {
    border-bottom: 25px solid #303F9F;
}
.history-area dl:nth-child(12) dt .hexagon:before {
    border-bottom: 25px solid #283593;
}
.history-area dl:nth-child(11) dt .hexagon:before {
    border-bottom: 25px solid #1A237E;
}
.history-area dl:nth-child(10) dt .hexagon:before {
    border-bottom: 25px solid #6200EA;
}
.history-area dl:nth-child(9) dt .hexagon:before {
    border-bottom: 25px solid #651FFF;
}
.history-area dl:nth-child(8) dt .hexagon:before {
    border-bottom: 25px solid #7C4DFF;
}
.history-area dl:nth-child(7) dt .hexagon:before {
    border-bottom: 25px solid #B388FF;
}
.history-area dl:nth-child(6) dt .hexagon:before {
    border-bottom: 25px solid #D1C4E9;
}
.history-area dl:nth-child(5) dt .hexagon:before {
    border-bottom: 25px solid #B39DDB;
}
.history-area dl:nth-child(4) dt .hexagon:before {
    border-bottom: 25px solid #9575CD;
}
.history-area dl:nth-child(3) dt .hexagon:before {
    border-bottom: 25px solid #7E57C2;
}
.history-area dl:nth-child(2) dt .hexagon:before {
    border-bottom: 25px solid #673AB7;
}
.history-area dl:nth-child(1) dt .hexagon:before {
    border-bottom: 25px solid #5E35B1;
}


/*border2*/
.history-area dl:nth-child(27) dt .hexagon:after {
    border-top: 25px solid #64B5F6;
}
.history-area dl:nth-child(26) dt .hexagon:after {
    border-top: 25px solid #42A5F5;
}
.history-area dl:nth-child(25) dt .hexagon:after {
    border-top: 25px solid #2196F3;
}
.history-area dl:nth-child(24) dt .hexagon:after {
    border-top: 25px solid #1E88E5;
}
.history-area dl:nth-child(23) dt .hexagon:after {
    border-top: 25px solid #1976D2;
}
.history-area dl:nth-child(22) dt .hexagon:after {
    border-top: 25px solid #1565C0;
}
.history-area dl:nth-child(21) dt .hexagon:after {
    border-top: 25px solid #0D47A1;
}
.history-area dl:nth-child(20) dt .hexagon:after {
    border-top: 25px solid #304FFE;
}
.history-area dl:nth-child(19) dt .hexagon:after {
    border-top: 25px solid #3D5AFE;
}
.history-area dl:nth-child(18) dt .hexagon:after {
    border-top: 25px solid #536DFE;
}
.history-area dl:nth-child(17) dt .hexagon:after {
    border-top: 25px solid #7986CB;
}
.history-area dl:nth-child(16) dt .hexagon:after {
    border-top: 25px solid #5C6BC0;
}
.history-area dl:nth-child(15) dt .hexagon:after {
    border-top: 25px solid #3F51B5;
}
.history-area dl:nth-child(14) dt .hexagon:after {
    border-top: 25px solid #3949AB;
}
.history-area dl:nth-child(13) dt .hexagon:after {
    border-top: 25px solid #303F9F;
}
.history-area dl:nth-child(12) dt .hexagon:after {
    border-top: 25px solid #283593;
}
.history-area dl:nth-child(11) dt .hexagon:after {
    border-top: 25px solid #1A237E;
}
.history-area dl:nth-child(10) dt .hexagon:after {
    border-top: 25px solid #6200EA;
}
.history-area dl:nth-child(9) dt .hexagon:after {
    border-top: 25px solid #651FFF;
}
.history-area dl:nth-child(8) dt .hexagon:after {
    border-top: 25px solid #7C4DFF;
}
.history-area dl:nth-child(7) dt .hexagon:after {
    border-top: 25px solid #B388FF;
}
.history-area dl:nth-child(6) dt .hexagon:after {
    border-top: 25px solid #D1C4E9;
}
.history-area dl:nth-child(5) dt .hexagon:after {
    border-top: 25px solid #B39DDB;
}
.history-area dl:nth-child(4) dt .hexagon:after {
    border-top: 25px solid #9575CD;
}
.history-area dl:nth-child(3) dt .hexagon:after {
    border-top: 25px solid #7E57C2;
}
.history-area dl:nth-child(2) dt .hexagon:after {
    border-top: 25px solid #673AB7;
}
.history-area dl:nth-child(1) dt .hexagon:after {
    border-top: 25px solid #5E35B1;
}


.history-area dl dt .hexagon {
    width: 100px;
    height: 55px;
    line-height: 55px;
    position: relative;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    background-color: inherit;
    /*background-image: url("/images");*/
}
.history-area 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;*/
}
.history-area 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;*/
}
.history-area dl dd > ul {
    border-left: 2px solid #d3d3d3;
    min-height: 130px;
}

.history-area dl dd > ul > li {
    display: table;
    width: 100%;
    line-height: 30px;
    vertical-align: middle;
    padding-bottom: 20px;
}
.history-area dl dd > ul > li > span {
    display: table-cell;
    width: 20%;
    color: #45a5c6;
}
.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 *!*/
    vertical-align: middle;
}


/*역대회장*/
.past-presidents-list .ppl {
    display: table;
    padding: 0 8px 40px;
    float: left;
    width: 25%;
    text-align: center;
    height: 250px;
}
.past-presidents-list .ppl .picture {
    display: table-row;
}
.past-presidents-list .ppl .picture span {
    display: table-cell;
    height: 165px;
    vertical-align: bottom;
}
.past-presidents-list .ppl h1 {
    display: table-row;
}
.past-presidents-list .ppl h1 span {
    display: table-cell;
    height: 60px;
    font-size: 15px;
    font-weight: 600;
    vertical-align: middle;
    border-bottom: 2px solid #dfdfdf;
}
.past-presidents-list .ppl .year {
    display: table-row;
}
.past-presidents-list .ppl .year span {
    display: table-cell;
    height: 55px;
    vertical-align: middle;
}

/*국내학술활동*/
.journal-list-area {
    padding-top: 30px;
    text-align: center;
}
.journal-list-area li img {
    max-width: 100%;
    border: 1px solid #eee;
}
.journal-list-area li {
    float: left;
    width: 127px;
    margin-right: 15px;
}
.journal-list-area li:last-child {
    margin-right: 0;
}
.oversea_activity .inter_act_list {
    display: table;
    width: 100%;
}
.oversea_activity .inter_act_list li {
    width: 100%;
    display: table-row;
}
.oversea_activity .inter_act_list li:last-child {
    border-bottom: 1px solid #dddddd;
}
.oversea_activity .inter_act_list li .date {
    display: table-cell;
    width: 20%;
    color: #1578c4;
    font-weight: 600;
    background-color: #fafafa;
    vertical-align: middle;
    padding: 0 15px 0 15px;
    border-top: 1px solid #dfdfdf;
}
.oversea_activity .inter_act_list li .txt {
    display: table-cell;
    width: 80%;
    vertical-align: middle;
    padding: 10px 0 10px 15px;
    border-top: 1px solid #dfdfdf;
}
.oversea_activity .inter_act_list li:last-child .date,
.oversea_activity .inter_act_list li:last-child .txt {
    border-bottom: 1px solid #dfdfdf;
}
/*tab*/
/*.small-tab > nav-tabs > li > a,*/
.small-tab .nav-tabs > li.active > a,
.small-tab .nav-tabs > li.active > a:hover,
.small-tab .nav-tabs > li.active > a:focus {
    border-radius: 0;
    color: #fff;
    cursor: default;
    background-color: #57b2e7;
    border: 0 solid transparent;
    /*border-bottom-color: transparent;*/
}
.small-tab .nav-tabs > li {
    margin-bottom: -1px;
}
.small-tab .nav-tabs > li > a {
    margin-right: 0;
    line-height: 1.42857143;
    border: 0 solid transparent;
    border-radius: 0;
    min-width: 128px;
    text-align: center;
}
.small-tab .nav-tabs {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}





/*.journal-list-area ul:after {*/
/*content: '';*/
/*display: block;*/
/*clear: both;*/
/*}*/

/*사무국안내*/
.section.office h4 {
    margin-top: 30px;
}
.staff {
    display: table;
    width: 100%;
    border-bottom: 1px solid #dfdfdf;
}
.staff dt, .staff dd {
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
}
.staff dt {
    width: 20%;
    background-color: #f7f7f7;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    border-top: 1px solid #dfdfdf;
}
.staff dt b {
    margin: 0 5px 0 0;
}
.staff dd {
    width: 80%;
    font-size: 15px;
    color: #666666;
    border-top: 1px solid #dfdfdf;
}
.staff dd ul li a i {
    padding-right: 10px;
}

/*역대회장*/

.past-presidents-list .ppl .picture img {
    width: 124px;
    height: 150px;
}



/*.past-presidents-list .ppl .picture {*/
/*display: table-row;*/
/*height: 165px;*/
/*}*/
/*.past-presidents-list .ppl img {*/
/*display: table-cell;*/
/*vertical-align: bottom;*/
/*}*/
/*.past-presidents-list .ppl h1 {*/
/*display: table-row;*/
/*!*background-color: #D2BE8F;*!*/
/*!*color: #fff;*!*/
/*}*/
/*.past-presidents-list .ppl h1 span {*/
/*display: table-cell;*/
/*height: 55px;*/
/*vertical-align: middle;*/
/*font-size: 15px;*/
/*font-weight: 600;*/
/*border-bottom: 3px solid #D2BE8F;*/
/*}*/
/*.past-presidents-list .ppl .year {*/
/*display: table-row;*/
/*height: 48px;*/
/*}*/
/*.past-presidents-list .ppl .year span {*/
/*display: table-cell;*/
/*vertical-align: middle;*/
/*}*/


/*.ci-area*/
.ci-area {
    text-align: center;
}
.ci-area p {
    text-align: center;
    margin: 0 0 30px;
}
.ci-logo li {
    float: left;
}

/* *******************************************************************
	간행물 안내 : publication_info.vm
******************************************************************* */
.publication-box {
    margin-bottom: 80px;
}
.publications:after {
    content: '';
    display: block;
    clear: both;
}
.publications .thm {
    float: left;
    padding: 0 30px 0 0;
    /*width: ;*/
}
.publications .thm img {
    border: 1px solid #dfdfdf;
}
.publications h4 {
    font-size: 18px;
    font-weight: 600;
    /*padding-bottom: 15px;*/
}
.publications h4 small {
    display: inline-block;
    margin-left: 20px;
    padding: 5px 10px;
    color: #309ae9;
    border-radius: 2px;
    background-color: #edf6ff;
}
.publications-btn {
    /*padding-top: 82px;*/
    padding-top: 20px;
}
.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: 105px;
    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;
}
/*modal-popup*/
.modal-content h5 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
    color: #333;
}
.close {
    margin-top: -25px !important;
}
.site-base.modal-open {
    padding-right: 0 !important;
}

.library iframe {
    width: 100% !important;
    min-height: 1600px !important;
    padding: 30px;
    border: 5px solid #eee;
}

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

/* *******************************************************************
	투고심사안내
******************************************************************* */
.section.publication-info .old {
    padding: 10px 0 15px;
    border-radius: 2px;
    background-color: #f0f0f0;
}
.section h5.paper-title {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 5px;
    margin-right: 30px;
    font-size: 16px;
    font-weight: 600;
    color: #666;
}

/* *******************************************************************
	용어표준 목록
******************************************************************* */
.section.magnetics-term {

}
.section.magnetics-term table.dataTable {

}
.section.magnetics-term table.dataTable thead .sorting {
    border-top: 2px solid #3280cd;
}
.section.magnetics-term #words_filter {
    margin: 0 0 5px;
}

/* *******************************************************************
	광고게재
******************************************************************* */
.section.ad {

}
.section.ad .list-decimal > li {
    margin: 0 0 20px;
}

/* *******************************************************************
	단행본 : book.vm
******************************************************************* */
.step_box_wrap {position:relative; width:100%; display:inline-block;}
.step_box_wrap > .step_box {position:relative; float:left; width:216px; height:216px; background:url('/images/sub/bg_step.png') 0 0 no-repeat; text-align:center;}
.step_box_wrap > .step_box > dt {font-size:24px; font-weight:bold; color:#1578c4; margin:20px 0 5px 0;}
.step_box_wrap > .step_box > dd {width:180px; letter-spacing:-1px; margin:0 auto; line-height:1.4em; margin-bottom:10px; font-size: 13px;}
.step_box_wrap > .step_box > dd > ul > li{font-size:12px; line-height:1.4em; letter-spacing:0;}
.step_box_wrap .step_next{float:left; width:16px; padding:0 30px; height:25px; margin-top:100px;
    background:url('/images/sub/step_next.png') center 0 no-repeat;
}

/* step-list */
.step-list {
    margin: 0 0 40px;
}
.step-list > li {
    display: inline-block;
    width: 230px;
    height: 230px;
    padding: 20px 15px;
    text-align: center;
    vertical-align: middle;
    font-size: 13px;
    letter-spacing: -0.25px;
    border: 1px solid #dfdfdf;
    border-radius: 100%;
    background-color: #eee;
}
.step-list > li.divide {
    display: inline-block;
    content: '';
    width: 16px;
    height: 25px;
    margin: 0 25px;
    padding: 0;
    vertical-align: middle;
    border: 0;
    background: url(/images/sub/step_next.png) left top no-repeat;
}
.step-list > li b {
    display: block;
    margin: 0 0 10px;
    font-size: 24px;
    color: #1578c4;
}
.step-list > li p {
    margin: 0 0 10px;
    font-size: 13px;
}
.step-list > li ul li {
    margin: 0;
    line-height: 1.3;
}
.step-list > li a.btn {
    display: block;
    margin: 30px;
}
.step-list > li a.btn i {
    margin: 0 8px 0 0;
}
/*오시는 길*/
.komag-map .map_info {}
.komag-map .map_info .highlight-box {
    margin: 20px 0;
}
.komag-map .map_info .highlight-box ul {
    margin: 0;
}
/*.map_info dl {margin-bottom:30px;}*/
.komag-map .map_info  dl dt{ font-size:18px; color:#1578c4; margin-bottom:10px; }
.komag-map .map_info  dl dd{ font-size:13px; }
.komag-map .map_info  ul{ margin-bottom:30px; }
.komag-map .map_info  ul li{margin-bottom:5px; }
.komag-map .map_info  ul li span{font-weight:bold; }
.komag-map .map_img {  }
.komag-map .map_img .map-btn {
    margin: 0 0 20px;
    text-align: right;
}
.komag-map .map_img .map-btn li {
    display: inline-block;
    margin: 0 0 0 10px;
}
.komag-map .map_img .map-btn li a {
    display: block;
    padding: 5px 15px 5px 40px;
    border: 1px solid #dfdfdf;
    border-radius: 2px;
}
.komag-map .map_img .map-btn li.btn-navermap a {
    background: url(/images/sub/map_icon_naver.png) 5px 5px no-repeat;
}
.komag-map .map_img .map-btn li.btn-kakaomap a {
    background: url(/images/sub/map_icon_kakao.png) 5px 5px no-repeat;
}
.komag-map .map_img .map-btn li.btn-navermap a:hover {
    color: #23d352;
    border: 1px solid #23d352;
}
.komag-map .map_img .map-btn li.btn-kakaomap a:hover {
    color: #fbe03b;
    border: 1px solid #fbe03b;
}
.komag-map .map_img  dl{
    width: 100%;
    clear:both; display:inline-block;
    /*padding:30px 20px 20px 30px; border:1px solid #c2c2c2;*/
}
.komag-map .map_img  dl.case_subway,
.komag-map .map_img  dl.case_bus {
    padding: 10px 20px;
    border: 1px solid #f0f0f0;
    background-color: #fafafa;
}
.komag-map .map_img  dl dt {
    display: block;
    margin: 0 0 5px;
    font-weight: 600;
}
.komag-map .map_img  dl dt i {
    margin-right: 5px;
}
.komag-map .map_img  dl dd {
    text-align:left;
    margin: 0 0 20px;
    color: #163e99;
}
.komag-map .map_img  dl dd:last-child {
    margin: 0;
}
.komag-map .map_img  dl dd span.ar{font-weight:bold;}

.komag-map .map-area  {
    width: 100%;
    height: 400px;
    margin: 0 0 30px;
}
.komag-map #marker-title  {
    width: 200px;
    height: 40px;
}
.komag-map #marker-title  h1 {
    height:40px;
    line-height:40px;
    font-size: 15px;
}
.komag-map .ar-enter {
    /*padding-left: 105px;*/
}

.section.komag-map ul.office-info {
    margin: 20px 0 0 20px;
    list-style: disc;
}
.section.komag-map ul.office-info > li {
    margin: 0 0 5px;
}

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

}
.section.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 #49586d;
    background-color: #f2f5f8 !important;
}
.fc-row.fc-widget-header table thead tr th {
    padding: 10px 0;
}

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

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

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


/* *******************************************************************
	회원센터
******************************************************************* */
.list-page p {
    margin-bottom: 10px;
}
.list-page ul li {
    padding-left: 15px;
    text-indent: -15px;
}

.three-column {
    /*list-style: none;*/
    -moz-column-count: 3;
    -moz-column-gap: 0;
    -moz-column-fill: balance;
    -webkit-column-count: 3;
    -webkit-column-gap: 0;
    -webkit-column-fill: balance;
    column-count: 3;
    column-gap: 0;
    column-fill: balance;
    list-style-position: inside;
    padding: 25px 30px;
    border: 3px solid #f7f7f7;
}
.three-column li {
    line-height: 2;
}

.tb-user-search td {
    text-align: center;
    border-bottom: 1px solid #ddd !important;
}


/* *******************************************************************
	제휴사업
******************************************************************* */
.affilication td li {
    line-height: 1.5;
}
.affilication td > ul {
    padding: 10px 0 10px 10px;
}
.affilication td > ul > li {
    font-weight: 600;
    padding-bottom: 15px;
    /*background: url("/images/bullet/bullet_main_board.png") no-repeat 0 8px;*/
}
.affilication td > ul > li:last-child {
    padding-bottom: 0;
}
.affilication td > ul > li > ul {
    padding: 0 0 0 20px;
}
.affilication td > ul > li > ul > li {
    font-weight: 500;
    text-indent: -10px;
}
.affilication td p.star {
    padding: 0 0 10px 40px;
    text-indent: -20px;
}

/* *******************************************************************
	계산서신청
******************************************************************* */
.ol-list li{
    padding-left: 15px;
    text-indent: -15px;
    padding-bottom: 10px;
}


/* *******************************************************************
	정관
******************************************************************* */
#contents .section.komag-regulations {

}
#contents .section.komag-regulations h3 {
    margin: 80px 0 50px;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
}
#contents .section.komag-regulations h4 {
    margin: 60px 0 10px;
    padding: 0;
    text-align: center;
    background: none;
}
#contents .section.komag-regulations h5 {
    margin: 20px 0 5px;
    font-size: 15px;
    font-weight: 600;
}
#contents .section.komag-regulations > p {
    margin: 0 0 10px;
    font-size: 15px;
}
#contents .section.komag-regulations > ol {
    list-style: decimal;
    margin: 0 0 0 18px;
}
#contents .section.komag-regulations > ol > li {

}
#contents .section.komag-regulations > ol > li > ul {

}
#contents .section.komag-regulations > ol > li > ul > li {

}



/*정관*/
.komag-regulations .con_KOMAGABI01{position:relative;}
.komag-regulations .con_KOMAGABI01 .btn_set3{position:absolute; top:0; right:0;}
.komag-regulations .con_KOMAGABI01 .notice_line_box5{
    /*margin-top:20px; */
    *zoom:1;
}
.komag-regulations .con_KOMAGABI01 .notice_line_box5:after{content:""; display:block; clear:both;}
.komag-regulations .con_KOMAGABI01 .notice_line_box5 > ul{float:left; width:33.33%;  padding:10px 10px 10px 25px; list-style: disc !important;}
.komag-regulations .con_KOMAGABI01 .notice_line_box5 > ul li {
    line-height: 1.95;
}


/* 버튼 */
.komag-regulations .btnSubmit {cursor:pointer; margin-top:-1px; border:0px; display:inline-block; padding-left:30px; padding-right:40px; height:34px; margin-right:-1px; line-height:34px; *line-height:33px; font-size:15px; color:#fff; letter-spacing:-1px; background:url('/images/sub/backup/bg_btnList2.png') right 0 no-repeat;}
.komag-regulations .btn01 {cursor:pointer; margin-top:-1px; border:0px; display:inline-block; padding-left:30px; padding-right:30px; height:34px; margin-right:-1px; line-height:34px; *line-height:33px; font-size:15px; color:#fff; letter-spacing:-1px; background:url('/images/sub/backup/bg_btnList2.png') 0 0 no-repeat;}

.komag-regulations a.btn_set2 {display:inline-block; background:url('/images/sub/backup/bg_btnList2.png') 0 0 no-repeat; padding-left:10px}
.komag-regulations a.btn_set2:first-child {margin-left:0;}
.komag-regulations a.btn_set2 span {display:inline-block; padding-right:10px; height:34px; margin-right:-1px; line-height:34px; *line-height:33px; font-size:15px; color:#fff; letter-spacing:-1px;
    /*background:url('/images/sub/backup/bg_btnList2.png') right 0 no-repeat;*/
}
.komag-regulations a.btn_set2.bbs span {padding-right:30px; padding-left:15px; height:34px; line-height:34px; *line-height:33px; font-size:13px;}
.komag-regulations a.btn_set2.bbs2 span {padding-right:20px; padding-left:5px; height:34px; line-height:34px; *line-height:33px; font-size:13px;}
.komag-regulations a.btn_set2.goto span {padding-right:25px; height:34px; line-height:34px; *line-height:33px; font-size:13px;}
.komag-regulations a.btn_set2.event span {padding-right:55px; padding-left:45px; height:29px; line-height:28px; *line-height:28px; font-size:13px;}
.komag-regulations a.btn_set2.wide span {padding-right:80px; padding-left:80px;}
.komag-regulations a.btn_set2.full {padding-left:30px;  }
.komag-regulations a.btn_set2.full span {
    /*width:713px; */
    width: 810px;
    color:#444444; height:40px; line-height:38px; *line-height:36px; }
.komag-regulations a.btn_set2.plus {padding-left:26px; }
.komag-regulations a.btn_set2.plus span {padding-right:15px; color:#444444;}
.komag-regulations a.btn_set2.btnbl1.goto {background-position:0% 0;}
.komag-regulations a.btn_set2.btnbl1.goto span {background-position:100% 0; line-height:32px;}
.komag-regulations a.btn_set2.btnwh1.goto {background-position:0% -40px;}
.komag-regulations a.btn_set2.btnwh1.goto span {background-position:100% -40px; line-height:32px; color:#444444;}
.komag-regulations a.btn_set2.event.ev_cate01 {background-position:0% -80px;}
.komag-regulations a.btn_set2.event.ev_cate01 span {background-position:100% -80px; line-height:28px; color:#1578c4;}
.komag-regulations a.btn_set2.event.ev_cate02 {background-position:0% -120px;}
.komag-regulations a.btn_set2.event.ev_cate02 span {background-position:100% -120px; line-height:28px; color:#444444;}
.komag-regulations a.btn_set2.btnbl2 {background-position:0% -160px;}
.komag-regulations a.btn_set2.btnbl2 span {background-position:100% -160px; line-height:32px;}
.komag-regulations a.btn_set2.btnbl3 {background-position:0% -200px;}
.komag-regulations a.btn_set2.btnbl3 span {background-position:100% -200px; line-height:32px;}
.komag-regulations a.btn_set2.btnbl4 {background-position:0% -600px;}
.komag-regulations a.btn_set2.btnbl4 span {background-position:100% -600px; line-height:32px;}
.komag-regulations a.btn_set2.naver {background-position:0% -640px; padding-left:35px;}
.komag-regulations a.btn_set2.naver span {background-position:100% -640px; line-height:32px; color:#444444;}
.komag-regulations a.btn_set2.daum {background-position:0% -680px; padding-left:35px;}
.komag-regulations a.btn_set2.daum span {background-position:100% -680px; line-height:32px; color:#444444;}
.komag-regulations a.btn_set2.google {background-position:0% -720px; padding-left:35px;}
.komag-regulations a.btn_set2.google span {background-position:100% -720px; line-height:32px; color:#444444;}
.komag-regulations a.btn_set2.btnPlus {background-position:0% -240px;}
.komag-regulations a.btn_set2.btnPlus span {background-position:100% -240px; line-height:32px;}
.komag-regulations a.btn_set2.btnMinus {background-position:0% -280px;}
.komag-regulations a.btn_set2.btnMinus span {background-position:100% -280px; line-height:32px;}
.komag-regulations a.btn_set2.btnTop {background-position:0% -320px;}
.komag-regulations a.btn_set2.btnTop span {background-position:100% -320px; line-height:32px; color:#444444; padding-right:28px;}
.komag-regulations a.btn_set2.ethicsOff {background-position:0% -360px;}
.komag-regulations a.btn_set2.ethicsOff span {background-position:100% -400px; line-height:36px; color:#444444;}
.komag-regulations a.btn_set2.ethicsOn {background-position:0% -440px;}
.komag-regulations a.btn_set2.ethicsOn span {background-position:100% -480px; line-height:40px; color:#444444;}
.komag-regulations a.btn_set2.toggleOff {background-position:0% -360px;}
.komag-regulations a.btn_set2.toggleOff span {background-position:100% -400px; line-height:36px; color:#444444;}
.komag-regulations a.btn_set2.toggleOn {background-position:0% -440px;}
.komag-regulations a.btn_set2.toggleOn span {background-position:100% -480px; line-height:40px; color:#444444;}

.komag-regulations .tg_wrap > .tg_txt > dl {
    margin-bottom: 10px;
}
.komag-regulations .tg_wrap > .tg_txt > dl > dd {
    /*margin-right: 7px;*/
    border: 1px solid #ccc;
    padding: 15px 30px 25px 30px;
    background: #f7f7f7;
    /*background: #f8f8f8;*/
    display: none;
    line-height: 1.6em;
}


/* *******************************************************************
	FAQ
******************************************************************* */
.komag-faq .tabMenuWrap  {}
.komag-faq .tabMenuTitA  {margin-bottom:25px;}
.komag-faq .tabMenuTitA  {height:41px; border-bottom:1px solid #dadada;}
.komag-faq .tabMenuTitA  ul {*zoom:1;}
.komag-faq .tabMenuTitA  ul:after {content:""; display:block; clear:both;}
.komag-faq .tabMenuTitA  ul li {float:left; width:160px; height:40px; border-top:1px solid #dadada; border-right:1px solid #dadada; background:#f8f8f8;}
.komag-faq .tabMenuTitA .size6 ul li {width:123px;}
.komag-faq .tabMenuTitA  ul li:first-child {border-left:1px solid #dadada;}
.komag-faq .tabMenuTitA  ul li a {display:block; height:40px; text-align:center;}
.komag-faq .tabMenuTitA  ul li a span {font-size:13px; line-height:40px; font-weight:bold; color:#686868;}
.komag-faq .tabMenuTitA  ul li.on {border-top:2px solid #2786cf; background:#fff;}
.komag-faq .tabMenuTitA  ul li.on a {}
.komag-faq .tabMenuTitA  ul li.on a span {}
.komag-faq .tabMenuTitA  {height:41px; border-bottom:1px solid #dadada;}
.komag-faq .tabMenuTitA .changeCont ul {*zoom:1;}
.komag-faq .tabMenuTitA .changeCont ul:after {content:""; display:block; clear:both;}
.komag-faq .tabMenuTitA .changeCont ul li {float:left; width:160px; height:40px; border-top:1px solid #dadada; border-right:1px solid #dadada; background:#f8f8f8;}
.komag-faq .tabMenuTitA .changeCont ul li:first-child {border-left:1px solid #dadada;}
.komag-faq .tabMenuTitA .changeCont ul li a {display:block; height:40px; text-align:center;}
.komag-faq .tabMenuTitA .changeCont ul li a span {font-size:13px; line-height:40px; font-weight:bold; color:#686868;}
.komag-faq .tabMenuTitA .changeCont ul li.on {border-top:2px solid #2786cf; background:#fff;}
.komag-faq .tabMenuTitA .changeCont ul li.on a {}
.komag-faq .tabMenuTitA .changeCont ul li.on a span {}
.komag-faq .tabMenuWrap  .tabCont {}
.komag-faq .tabMenuWrap  .tabCont > li {display:none;}
.komag-faq .tabMenuWrap  .tabCont > li:first-child {display:block;}

.komag-faq .tabMenuTitB .changeSubCont.rowTwo {height:117px;}
.komag-faq .tabMenuTitB .changeSubCont.rowTwo > ul > li > ul {border-bottom:1px solid #dadada; top:42px;}
.komag-faq .tabMenuTitB .changeSubCont.rowTwo > ul > li > ul.twoRow {border-bottom:2px solid #dadada; top:79px;}
.komag-faq .tabMenuTitB .changeSubCont.commission {height:154px;}
.komag-faq .tabMenuTitB .changeSubCont.commission > ul > li > ul {border-bottom:1px solid #dadada; top:42px;}
.komag-faq .tabMenuTitB .changeSubCont.commission > ul > li > ul.twoRow {border-bottom:1px solid #dadada; top:79px;}
.komag-faq .tabMenuTitB .changeSubCont.commission > ul > li > ul.lastRow {border-bottom:2px solid #dadada; top:116px;}
.komag-faq .tabMenuTitB .changeSubCont.commission > ul > li > ul > li {width:124px; text-align:center;}
.komag-faq .tabMenuTitB .changeSubCont.commission > ul > li > ul > li > a {display:block;}
.komag-faq .tabMenuTitB .changeSubCont.commission > ul > li > ul > li > a > span {display:block; padding:0;}

/* 자주묻는 질문 */
.komag-faq .faq_list  {border-top:2px solid #2786cf; border-bottom:1px solid #dadada;}
.komag-faq .faq_list  > li {}
.komag-faq .faq_list  > li > dl {}
.komag-faq .faq_list  > li > dl > dt {border-bottom:1px solid #dadada; background:url('/images/sub/bg_faq_tit.png') center right no-repeat;}
.komag-faq .faq_list  > li.on > dl > dt {background:url('/images/sub/bg_faq_tit_on.png')  center right no-repeat;}
.komag-faq .faq_list  > li > dl > dt a {display:block; padding:13px 0 13px 0;}
.komag-faq .faq_list  > li > dl > dt a span {display:inline-block; font-size:15px; color:#444444;}
.komag-faq .faq_list  > li > dl > dt a span.faqNum {width:55px; text-align:center;}
.komag-faq .faq_list  > li > dl > dt a span.faqCate {width:140px; text-align:center;}
.komag-faq .faq_list  > li > dl > dt a span.faqTit {width:500px; text-align:left;}
.komag-faq .faq_list  > li > dl > dd {display:none; padding:15px 15px 15px 145px; border-bottom:1px solid #dadada; background:url('/images/sub/bg_faq_answer.png') #f5f5f5 38px 15px no-repeat;}
.komag-faq .faq_list  > li > dl > dd .answer_cont {min-height:47px;}

.komag-faq .table-style-one {
    width: 100%;
}
.komag-faq .table-style-one th {
    padding: 5px;
    text-align: center;
    font-size: 13px;
    letter-spacing: -0.5px;
    border: 1px solid #dfdfdf;
    background-color: #f0f8fd;
}
.komag-faq .table-style-one td {
    padding: 5px;
    font-size: 13px;
    border: 1px solid #dfdfdf;
    background-color: #fff;
}

.last-event-list {
    text-align: center;
    vertical-align: middle;
}
.last-event-list a.btn-go {
    display: inline-block;
    font-size: 24px;
    padding: 10px 8px 10px 8px;
}

/* 자기학총서 */
.thm-cover {
    padding: 30px 0 0;
    text-align: center;
}
.thm-cover img {
    box-shadow: 0px 4px 8px rgba(0,0,0,0.25);
}




/* *******************************************************************
	분과위원회
******************************************************************* */
#contents .section.committee {

}
#contents .section.committee h3 {
    font-size: 28px;
    font-weight: 500;
    color: #1578c4;
}
#contents .section.committee p {
    margin: 0 0 20px;
    text-align: justify;
}


/* *******************************************************************
    포상
******************************************************************* */
#contents .section.awards {

}
#contents .section.awards h4 {
    margin: 60px 0 20px;
}
#contents .section.awards h4 b {
    font-weight: normal;
    font-size: 18px;
}
#contents .section.awards h4:first-child {
    margin: 0 0 20px;
}
#contents .section.awards h5 {
    margin: 30px 0 10px;
    font-weight: 600;
    font-size: 17px;
}
#contents .section.awards th,
#contents .section.awards td {
    font-size: 14px;
    /*letter-spacing: -0.45px;*/
    word-break: keep-all;
}
#contents .section.awards .more-info {
    font-size: 14px;
    color: #55f;
}

/* *******************************************************************
	기부금
******************************************************************* */
#contents .section.contribution {

}
#contents .section.contribution p {
    margin: 0 0 20px;
}
#contents .section.contribution ol {
    margin: 0 0 20px 20px;
    list-style: decimal;
}
#contents .section.contribution ol li {
    margin: 0 0 5px;
}
#contents .section.contribution ol li:last-child {
    margin: 0;
}
#contents .section.contribution small {
    display: block;
    margin-top: 3px;
    font-size: 13px;
}
#contents .section.contribution .highlight-box ul {
    margin: 0 0 20px 0;
}
#contents .section.contribution .highlight-box ul li {
    margin: 0 0 8px 0;
    font-weight: 600;
}
#contents .section.contribution .highlight-box ul li:last-child {
    margin: 0;
}
#contents .section.contribution .highlight-box ul > li > span.num {
    display: inline-block;
    width: 19px;
    height: 19px;
    line-height: 20px;
    margin-right: 8px;
    text-align: center;
    font-size: 12px;
    font-weight: normal;
    color: #fff;
    border-radius: 18px;
    background-color: #1179f0;
}

/* *******************************************************************
    회원현황
******************************************************************* */
#contents .section.membership {

}

/* 특별회원 */
#contents .section.membership .special-member {

}
#contents .section.membership .special-member h3 {
    position: relative;
    width: 200px;
    height: 42px;
    line-height: 42px;
    margin: 30px 0 0;
    padding: 0 20px;
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    background-color: #274f95;
}
#contents .section.membership .special-member h3 span {
    position: absolute;
    right: -42px;
    bottom: 0;
    display: inline-block;
    width: 0px;
    height: 0px;
    border-top: 42px solid none;
    border-bottom: 42px solid #274f95;
    border-right: 42px solid transparent;
}
#contents .section.membership .special-member h3.diamond {
    background-color: #274f95;
}
#contents .section.membership .special-member h3.diamond span {
    border-bottom: 42px solid #274f95;
}
#contents .section.membership .special-member h3.platinum {
    background-color: #419bd7;
}
#contents .section.membership .special-member h3.platinum span {
    border-bottom: 42px solid #419bd7;
}
#contents .section.membership .special-member h3.gold {
    background-color: #e09812;
}
#contents .section.membership .special-member h3.gold span {
    border-bottom: 42px solid #e09812;
}
#contents .section.membership .special-member h3.silver {
    background-color: #a8a8a8;
}
#contents .section.membership .special-member h3.silver span {
    border-bottom: 42px solid #a8a8a8;
}
#contents .section.membership .special-member .table {
    margin: 0 0 60px;
    border-top: 0;
}
#contents .section.membership .special-member .table th {
    padding: 20px;
    font-size: 15px;
    font-weight: 600;
    border: 1px solid #dfdfdf;
    background-color: #fafafa;
}
#contents .section.membership .special-member .table td {
    padding: 20px;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #dfdfdf;
}

/* *******************************************************************
    역대회장, 역대회장단
******************************************************************* */
#contents .section.former-chairman {

}
#contents .section.former-chairman .table tr td:nth-child(2) {
    font-family: Arial,'Malgun Gothic', dotum, sans-serif;
}

/* 역대회장 */
#contents .section.former-chairman #tab01 {

}
#contents .section.former-chairman #tab01 ul.chairman-list {

}
#contents .section.former-chairman #tab01 ul.chairman-list li {
    float: left;
    width: 50%;
    min-height: 240px;
}
#contents .section.former-chairman #tab01 ul.chairman-list li.h260 {
    min-height: 260px;
}
#contents .section.former-chairman #tab01 ul.chairman-list li.h280 {
    min-height: 280px;
}
#contents .section.former-chairman #tab01 ul.chairman-list li.h300 {
    min-height: 300px;
}
#contents .section.former-chairman #tab01 ul.chairman-list li.h320 {
    min-height: 320px;
}
#contents .section.former-chairman #tab01 ul.chairman-list li:nth-child(2n+1) {
    padding-right: 15px;
}
#contents .section.former-chairman #tab01 ul.chairman-list li:nth-child(2n) {
    padding-left: 15px;
}
#contents .section.former-chairman #tab01 {

}
#contents .section.former-chairman #tab01 .tb-chairman {
    width: 100%;
}
#contents .section.former-chairman #tab01 .tb-chairman th {
    height: 26px;
    line-height: 26px;
    padding: 0 5px;
    text-align: center;
    font-size: 12px;
    border: 1px solid #dfdfdf;
    background-color: #fafafa;
}
#contents .section.former-chairman #tab01 .tb-chairman td {
    padding: 3px 5px;
    font-size: 12px;
    letter-spacing: -0.45px;
    border: 1px solid #dfdfdf;
}
#contents .section.former-chairman #tab01 .tb-chairman td.thm {
    padding: 0 10px 0 0;
    vertical-align: top;
    border: 0;
}
#contents .section.former-chairman #tab01 .tb-chairman .title {
    width: 27px;
    padding: 5px;
    text-align: center;
    font-size: 12px;
    border: 1px solid #dfdfdf;
    background-color: #fafafa;
}
#contents .section.former-chairman #tab01 .tb-chairman tr.bd-t-db {
    border-top: 3px double #dfdfdf;
}
#contents .section.former-chairman #tab01 .tb-chairman .fs11 {
    font-size: 11px !important;
}
#contents .section.former-chairman #tab01 .tb-chairman .ls-narrow {
    letter-spacing: -1px !important;
}
#contents .section.former-chairman #tab01 .tb-chairman .h-empty {
    height: 71px !important;
}

/* *******************************************************************
    지난 학술대회
******************************************************************* */
#contents .section.past-conference {

}
#contents .section.past-conference .conference-list {
    float: left;
    position: relative;
    width: 420px;
    height: 250px;
    padding: 0 20px 0 0;
    margin-bottom: 0;
}
#contents .section.past-conference .conference-list:nth-child(2n) {
    padding: 0 0 0 20px;
}
#contents .section.past-conference .conference-list dt {
    float: left;
    overflow: hidden;
    width: 122px;
    height: 172px;
    text-align: center;
    overflow: hidden;
    border: 1px solid #dfdfdf;
    background-color: #fff;
}
#contents .section.past-conference .conference-list dt img {
    width: 120px;
}
#contents .section.past-conference .conference-list dd {
    float: left;
    width: 278px;
    padding-left: 20px;
}
#contents .section.past-conference .conference-list dd h5 {
    margin: -5px 0 26px;
    padding: 0;
    line-height: 1.4;
    font-size: 18px;
    font-weight: 600;
    color: #333;
    background: none;
}
#contents .section.past-conference .conference-list dd ul {
    margin: 0 0 13px !important;
    padding-left: 15px !important;
}
#contents .section.past-conference .conference-list dd .title {
    margin: 20px 0 5px 0;
    font-size: 15px;
    color: #3a9aeb;
    font-weight: 500;
}
#contents .section.past-conference .conference-list dd ul.plan {
    margin: 0 0 20px !important;
    padding-left: 0 !important;
    list-style: none;
}
#contents .section.past-conference .conference-list dd ul.plan li {
    overflow: hidden;
    margin-bottom: 5px;
}
#contents .section.past-conference .conference-list dd ul.plan li .label {
    float: left;
    width: 38px;
    height: 22px;
    line-height: 22px;
    margin: 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    font-size: 12px;
    font-weight: normal;
    color: #fff;
    border-radius: 1px;
    background-color: #0086bd;
}
#contents .section.past-conference .conference-list dd ul.plan li .conts {
    float: left;
    width: 220px;
    padding-left: 10px;
    font-size: 14px;
    letter-spacing: -0.25px;
}

#contents .section.past-conference .conference-list dd ul.link {
    padding: 0 !important;
}
#contents .section.past-conference .conference-list dd ul.link li {
    display: inline-block;
}
#contents .section.past-conference .conference-list dd ul.link li:first-child {
    margin-right: 10px;
}
#contents .section.past-conference .conference-list dd ul.link li .btn i {
    margin: 0 8px 0 0;
    font-size: 14px;
}
#contents .section.past-conference .conference-list dd ul.link li .btn {
    padding: 1px 8px 3px;
    font-size: 12px;
}

/* *******************************************************************
    지난 계절학교
******************************************************************* */
#contents .section.past-seasonschool {

}
#contents .section.past-seasonschool .conference-list {
    float: left;
    position: relative;
    width: 420px;
    height: 250px;
    padding: 0 20px 0 0;
    margin-bottom: 0;
}
#contents .section.past-seasonschool .conference-list:nth-child(2n) {
    padding: 0 0 0 20px;
}
#contents .section.past-seasonschool .conference-list dt {
    float: left;
    overflow: hidden;
    width: 122px;
    height: 172px;
    text-align: center;
    overflow: hidden;
    border: 1px solid #dfdfdf;
    background-color: #fff;
}
#contents .section.past-seasonschool .conference-list dt img {
    width: 120px;
}
#contents .section.past-seasonschool .conference-list dd {
    float: left;
    width: 278px;
    padding-left: 20px;
}
#contents .section.past-seasonschool .conference-list dd h5 {
    margin: -5px 0 26px;
    padding: 0;
    line-height: 1.4;
    font-size: 18px;
    font-weight: 600;
    color: #333;
    background: none;
}
#contents .section.past-seasonschool .conference-list dd ul {
    margin: 0 0 13px !important;
    padding-left: 15px !important;
}
#contents .section.past-seasonschool .conference-list dd .title {
    margin: 20px 0 5px 0;
    font-size: 15px;
    color: #3a9aeb;
    font-weight: 500;
}
#contents .section.past-seasonschool .conference-list dd ul.plan {
    margin: 0 0 20px !important;
    padding-left: 0 !important;
    list-style: none;
}
#contents .section.past-seasonschool .conference-list dd ul.plan li {
    overflow: hidden;
    margin-bottom: 5px;
}
#contents .section.past-seasonschool .conference-list dd ul.plan li .label {
    float: left;
    width: 38px;
    height: 22px;
    line-height: 22px;
    margin: 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    font-size: 12px;
    font-weight: normal;
    color: #fff;
    border-radius: 1px;
    background-color: #0086bd;
}
#contents .section.past-seasonschool .conference-list dd ul.plan li .conts {
    float: left;
    width: 220px;
    padding-left: 10px;
    font-size: 14px;
    letter-spacing: -0.25px;
}

#contents .section.past-seasonschool .conference-list dd ul.link {
    padding: 0 !important;
}
#contents .section.past-seasonschool .conference-list dd ul.link li {
    display: inline-block;
}
#contents .section.past-seasonschool .conference-list dd ul.link li:first-child {
    margin-right: 10px;
}
#contents .section.past-seasonschool .conference-list dd ul.link li .btn i {
    margin: 0 8px 0 0;
    font-size: 14px;
}
#contents .section.past-seasonschool .conference-list dd ul.link li .btn {
    padding: 1px 8px 3px;
    font-size: 12px;
}









