/*******************************************************************
   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;
    font-size: 14px;
}
#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.greetings p {
    margin-bottom: 20px;
}
#container .section.greetings p.chairman {
    margin: 50px 0 0;
    text-align: right;
}
#container .section.greetings p.chairman .name {
    display: block;
    margin: 0 0 0 20px;
    font-weight: 700;
    font-size: 17px;
}


/*학회소개*/
.introduction-area {
    padding: 80px 40px;
    border: 3px solid #efeeed;
    background: url("/images/bg/intro_bg.png") no-repeat center center;
    background-size: 360px auto;
    /*text-align: center;*/
}
.introduction-area h3 {
    font-size: 20px;
    padding-bottom: 40px !important;
}
.introduction-area h3 strong {
    color: #1578c4;
}
.introduction-area p {
    font-size: 15px !important;
    text-align: center !important;
    padding-bottom: 10px;
}


.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 */
}

/*presidents*/
.presidents-area dl {
    padding: 20px 0;
    border-bottom: 1px solid #dfdfdf;
    margin: 0;
}
.presidents-area dl:last-child {
    border-bottom: 0;
}
.presidents-area dl:after {
    width: 100%;
    content: '';
    display: block;
    clear: both;
}
.presidents-area dl dt {
    width: 25%;
    float: left;
    text-align: center;
    /*padding: 0 0 0 30px;*/
}
.presidents-area dl dt img {
    width: 73px;
}
.presidents-area dl dd {
    width: 75%;
    float: left;
}
.presidents-area dl dd .name {
    font-weight: 700 !important;
    font-size: 18px;
}

/*------------------
    tb-basic
------------------*/
.tb-basic thead th {
    /*line-height: 1.8 !important;*/
    /*font-size: 17px !important;*/
    text-align: center;
    color: #fff;
    border: 1px solid #498ccd !important;
    border-right: 1px solid #fff !important;
    background-color: #498ccd;
    /*border-bottom: 1px solid #ddd !important;*/
    vertical-align: middle !important;
}
.tb-basic thead tr th:last-child {
    border-right:  1px solid #498ccd !important;
}
.tb-basic tbody th {
    text-align: center;
    background-color: #fafafa;
    vertical-align: middle !important;
}
.tb-basic.tb-vertical tbody th {
    color: #fff;
    background-color: #498ccd;
}
.tb-basic tbody td {
    padding: 8px 15px !important;
}


/*contact us*/
.map-area {
    width: 100%;
    height: 450px;
    margin: 0 0 30px;
}
#marker-title {
    width: 250px;
    height: 40px;
    text-align: center;
}
#marker-title h1 {
    height:40px;
    line-height:40px;
    font-size: 15px;
}



/*JNFCWT*/
.book-info:after {
    width: 100%;
    content: '';
    display: block;
    clear: both;
}
.book-info dt {
    float: left;
    padding: 35px 0 0 0;
    width: 25%;
}
.book-info dd {
    float: left;
    width: 75%;
}
.section .book-info h3 {
    color: #0265d1;
}
.book-intro {
    padding-top: 25px;
}
.book-intro h4 {
    font-weight: 700;
    padding-bottom: 10px;
}
/*.book-info dd .title {*/
/*font-size: 18px;*/
/*font-weight: 700;*/
/*}*/


/*준비중 입니다.*/
.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;
}
/*******************************************************************
   sub style - details
******************************************************************* */
.section.history .table tbody tr > th {
    background-color: #edf6ff;
}
.section.history .table tr > td.calendar {
    text-align: center;
    font-weight: 500;
    line-height: 1.55;
    color: #196eaa;
    background-color: #f7fbff;
}

.snb.divisions > li > a{
    height: 65px;
    display: flex;
    align-items: center;
    line-height: 17px;
    font-size: 14px;
}


/* ~ 767px */
@media screen and (max-width: 767px) {

    /* mission statement */
    .introduction-area {
        padding: 30px 20px 0;
    }

    /*JNFCWT*/
    .book-info:after {
        width: 100%;
        content: '';
        display: block;
        clear: both;
    }
    .book-info dt {
        float: none;
        padding: 0 0 20px;
        width: 100%;
        text-align: center;
    }
    .book-info dd {
        float: none;
        width: 100%;
    }
    .section .book-info h3 {
        font-size: 21px;
        color: #0265d1;
    }
    .book-intro {
        padding-top: 25px;
    }
    .book-intro h4 {
        font-weight: 700;
        padding-bottom: 10px;
    }
    #container .btn-area .btn {
        width: 100%;
        margin: 5px 0;
    }
    /*.book-info dd .title {*/
    /*font-size: 18px;*/
    /*font-weight: 700;*/
    /*}*/

}
