/* greetings */
.article.greetings {

}
.article.greetings .first {
    font-size: 18px;
    font-weight: 500 !Important;
}
.article.greetings .from {
    padding-top: 20px;
    text-align: right;
    font-size: 15px;
    font-weight: 700;
}
.article.greetings .date {
    font-weight: 600;
    margin: 0 0 10px;
}
.article.greetings .name {
    padding-bottom: 5px;
    font-size: 22px;
    font-weight: 800;
}
.article.greetings img {
    width:210px;
}

/* 조직위원회 */
#contents_inner.organizations .section table tr th + td {
    text-align: center;
}
#contents_inner.organizations .section table tr td:first-child {
    text-align: center;
}

/*thumnail-area*/
.thumnail-area a {
    display: block;
    width: 40%;
    min-width: 320px;
    margin: 0 auto;
}
.thumnail-area.horizon a {
    width: 100% !important;
}
.thumnail-area img {
    width: 100%;
    padding: 10px;
    box-shadow: 0px 0px 12px rgba(0,0,0,0.35);
}

/*exhibition_company*/
.exhibition-company table tr td:last-child {
    text-align: justify !important;
}

/* contact.vm */
.map-area {
    width: 100%;
    height: 450px;
    /*height: 300px;*/
    margin: 0 0 30px;
}
#marker-title {
    width: 300px;
    height: 40px;
}
#marker-title h1 {
    height:40px;
    line-height:40px;
    font-size: 15px;
    text-align: center;
}

.map .label {
    display: inline-block;
    width: 60px;
    margin: 0 10px 0 0;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
}

/* event-hall */
.eventhall-area .thm-area {
    padding: 30px;
    border: 1px solid #dfdfdf;
}

/* map */
.article.map .section h2.section-title {
    margin: 30px 0 0;
    padding: 20px 0;
    color: #333;
    border: 1px solid #eee;
    background-color: #f7f7f7;
}

/* contact */
.article.contact .box {
    padding: 20px 50px;
    border: 5px solid #eee;
}
.article.contact .section ul.section-list {
    margin-left: 0;
}

/* tour */
.tour-list {
    padding-bottom: 50px;
}
.tour-list:after {
    content: '';
    display: block;
    clear: both;
}
.tour-list img {
    float: left;
    padding: 0 30px 30px 0;
}
.tour-list .title {
    font-size: 16px;
    font-weight: 600;
    padding: 0 0 10px 0;
}
.tour-list ul {
    padding: 10px 0 0 0;
    /*list-style: disc;*/
}
.tour-list ul li:before {
    content: '- ';
}
/*
table style li
*/
.multi-column {
    /*list-style: none;*/
    -moz-column-count: 2;
    -moz-column-gap: 0;
    -moz-column-fill: balance;
    -webkit-column-count: 2;
    -webkit-column-gap: 0;
    -webkit-column-fill: balance;
    column-count: 2;
    column-gap: 0;
    column-fill: balance;
    list-style-position: inside;
    border-bottom: 1px solid #dfdfdf;
}

.table-list li{
    margin-left: -1px;
    padding: 10px 12px;
    border-top: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;

    line-height: 1.5;
    font-size: 17px;
    vertical-align: middle;
    text-align: center;
}

.table-list > li:nth-child(2n-1) {
    background: #f9f9f9;
}
.table-list.type2 > li:nth-child(2n-1) {
    background: #f9f9f9;
}
.table-list.type2 > li:nth-child(6) {
    background: #f9f9f9;
}
.table-list.type2 > li:nth-child(7) {
    background: #fff;
}
.table-list.type2 > li:nth-child(8) {
    background: #f9f9f9;
}
.table-list.type2 > li:nth-child(9) {
    background: #fff;
}
.table-list.type2 > li:nth-child(10) {
    background: #f9f9f9;
}

/*후원사*/
.article.sponsor #contents_inner .section:nth-child(2) {
    margin-top: 80px;
}
.article.sponsor #contents_inner .section h2.section-title {
    font-size: 27px;
}
.article.sponsor #contents_inner .section h3 {
    font-size: 18px;
    font-weight: 800;
    margin: 50px 0 0px;
    padding: 10px;
    text-align: center;
    color:#fff;
}

.article.sponsor #contents_inner .table-list > li:nth-child(2n-1),.table-list.type2 > li:nth-child(2n-1) {
    background-color: #fff;
}
.article.sponsor #contents_inner .section h3.Diamond {
    margin-top: 0px;
    background-color: #2fa9ed;
}
.article.sponsor #contents_inner .section h3.Platinum {
    background-color: #5ebfab;
}
.article.sponsor #contents_inner .section h3.Gold {
    background-color: #ecba17;
}
.article.sponsor #contents_inner .section h3.Silver {
    background-color: #9d9d9d;
}
.article.sponsor #contents_inner .table-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.article.sponsor #contents_inner .table-list.w-33 li {
    width: 33.3333%;
}
.article.sponsor #contents_inner .table-list li {
    width: 25%;
    padding: 20px 15px;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #dfdfdf;
    border-top: 0px solid #dfdfdf;
}

.sponsor .table-list.column-4  > li:nth-child(2n-1) {
    background: #fff;
}

.sponsor .table-list.column-4 > li:nth-child(2n) {
    background: #f9f9f9;
}
.multi-column.column-3 {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
}
.multi-column.column-4 {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
}

/*---------------------------------------------------------------------
    Media Query
-----------------------------------------------------------------------*/
/* max-width: 768px */
@media only screen
and (max-width: 768px) {
    /* tour */
    .tour-list {
        padding-bottom: 30px;
    }
    .tour-list img {
        display: none;
    }

    /* sponsor */
    .section.sponsor td {
        font-size: 13px;
        letter-spacing: -0.25px;
    }

    /*
table style li
*/
    .multi-column {
        /*list-style: none;*/
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }

    /*후원사*/
    .multi-column.column-3 {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
    .multi-column.column-4 {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
    .multi-column.column-4 li.empty {
        display: none;
    }

    .table-list li{
        margin-left: -1px;
        padding: 8px 10px;
        border-top: 1px solid #dfdfdf;
        border-left: 1px solid #dfdfdf;
        border-right: 1px solid #dfdfdf;

        line-height: 1.5;
        font-size: 15px;
        vertical-align: middle;
        text-align: center;
    }

    .table-list > li:nth-child(2n-1) {
        background: #f9f9f9 !important;
    }
    .table-list > li:nth-child(2n) {
        background: #fff !important;
    }

}

.outlines-p {
    font-size: 12px;
}

/* section */
.article .section {
    margin: 0 0 50px;
}

/* top-title */
.top-title {
    padding: 30px;
    border: 1px solid #eee;
    border-radius: 5px;
    background-color: #f7f7f7;
}
.top-title h1 {
    margin: 0 0 15px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}
.top-title h2 {
    margin: 0;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}
.top-title h3 {
    margin: 0;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}
h1.top-title {
    margin: 0 0 30px;
    padding: 0;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #0A398A;
    border: 0;
    background: none;
}

/* ul */
.article .section ul.section-list {
    margin: 0 0 20px 20px;
    list-style: disc;
}
.article .section ul.section-list > li {
    margin: 0 0 5px;
}
.article .section ul.section-list > li.none-disc {
    list-style: none;
}
.article .section ul.section-list > li.decimal{
    list-style: decimal;
}
.article .section ul.section-list > li table {
    margin: 5px 0;
}
.article .section ul.section-list ul.section-list-second > li {
    list-style: none;
    margin: 0;
    text-align: justify;
}

/* ol */
.article .section ol.section-list {
    margin: 0 0 20px 25px;
    list-style: decimal;
}
.article .section ol.section-list > li {
    margin: 0 0 5px;
    text-align: justify;
}
.article .section ul.section-list > li.none-disc {
    list-style: none;
}
.article .section ul.section-list > li.decimal{
    list-style: decimal;
}
.article .section ul.section-list > li table {
    margin: 5px 0;
}
.article .section ul.section-list ul.section-list-second > li {
    list-style: none;
    margin: 5px 0 0 40px;
    text-align: justify;
    font-size: 14px;
}
.article .section ul.section-list ul.section-list-second.type2 > li {
    list-style: none;
    margin: 5px 0 0;
    text-align: justify;
    font-size: 14px;
}

/* info-box */
.info-box {
    margin: 5px 0 10px;
    padding: 0 5px;
    border: 1px solid #d6e6fb;
    border-radius: 5px;
    background-color: #f4faff;
}
.info-box ul {
    margin: 0 0 0 20px;
}
.info-box ul li {
    margin: 5px 0;
    list-style: square;
    letter-spacing: -0.45px;
    font-size: 14px;
    color: #0c3c92;
}
.info-box ul.none-disc li {
    list-style: none;
}

/***************************************************************************
    축사
***************************************************************************/
.congratulatory-message {

}
.congratulatory-message ul {
    margin: 0;
}
.congratulatory-message ul > li {
    float: left;
    width: 25%;
    margin: 0 0 50px;
    text-align: center;
}
.congratulatory-message ul > li > span {
    display: block;
}
.congratulatory-message ul > li > span.thm {
    width: 160px;
    height: 215px;
    margin: 0 auto 10px;
    background-color: #eee;
}
.congratulatory-message ul > li > span.thm > img {

}
.congratulatory-message ul > li > span.title {
    margin: 0 0 10px;
}
.congratulatory-message ul > li > span.txt {
    width: 180px;
    margin: 0 auto 5px;
    text-align: center;
    font-size: 15px;
    color: #2690ea;
}
.congratulatory-message ul > li > span.title > b {
    display: block;
    margin: 0;
    font-size: 13px;
}
.congratulatory-message ul > li > span.title > small {
    display: block;
    line-height: 1.1;
    font-size: 12px;
}
.congratulatory-message ul > li > a.btn {
    display: block;
    width: 80px;
    margin: 5px auto 0;
}

/***************************************************************************
    초청강연
***************************************************************************/
.article.lecture {

}
.article.lecture h2.section-title {
    padding: 12px;
    background-color: #000;
    color: #fff;
    text-align: center;
}
    /* 발표자 정보 */
.article.lecture .lecture-name {
    margin: 0 0 30px;
    font-size: 22px;
}
.article.lecture .lecture-name strong {
    display: block;
    margin: 0 0 10px;
    color: #000000;
    font-weight: 800;
}
.article.lecture .lecture-name small {
    display: block;
    font-size: 17px;
    color: #515151;
    font-weight: 700;
}
.article.lecture .lecture-area {

}
.article.lecture .lecture-area .img-area {

}
.article.lecture .lecture-area .date {
    display: block;
    margin: -3px 0 7px;
    line-height: 1.4;
    font-size: 15px;
    color: #767676;
    font-weight: 600;
}
.article.lecture .lecture-area .lecture-title {
    margin: 0 0 20px;
    line-height: 1.4;
    font-size: 22px;
    font-weight: 800;
    color: #2690ea;
}
.article.lecture .lecture-area .abstract {
    margin: 0 0 20px;
    text-align: justify;
    font-weight: 300;
}
.article.lecture .lecture-area .abstract h4 {
    margin: 0 0 5px;
    font-size: 18px;
    font-weight: 700;
}
.article.lecture .lecture-area .abstract ul {
    margin: 0 0 30px 20px;
}
.article.lecture .lecture-area .abstract ul:last-child {
    margin: 0 0 0 20px;
}
.article.lecture .lecture-area .abstract ul li {
    list-style: disc;
    margin: 2px 0;
    font-size: 17px;
    font-weight: 500;
}
.article.lecture .lecture-area .btn-area {
    margin: 20px 0 0;
}
.article.lecture .lecture-area .btn-area a {
    margin: 0 10px 0 0;
}

hr.divline {
    display: block;
    visibility: visible;
    margin: 50px 0;
    width: 100%;
    height: 32px;
    background: #fff url("/images/bg/bg_divline.jpg") 50% top no-repeat;
}
.ion-android-bus {
    font-size: 40px;
    color: #0a398a;
    vertical-align: middle;
    margin-right: 10px;
}

/* ----------- Common ----------- */
/* max-width: 768px */
@media only screen
and (max-width: 768px) {

    /***************************************************************************
        축사
    ***************************************************************************/
    .congratulatory-message ul > li {
        float: none;
        width: 100%;
        margin: 0 0 50px;
    }
    .congratulatory-message ul > li > span.thm {
        width: 160px;
        height: 215px;
        margin: 0 auto 10px;
    }
    .congratulatory-message ul > li > span.title {
        margin: 0 0 10px;
    }
    .congratulatory-message ul > li > span.txt {
        width: 180px;
        margin: 0 auto 5px;
        font-size: 16px;
    }
    .congratulatory-message ul > li > span.title > b {
        margin: 0;
        font-size: 14px;
    }
    .congratulatory-message ul > li > span.title > small {
        font-size: 13px;
    }
    .congratulatory-message ul > li > a.btn {
        width: 80px;
        margin: 5px auto 0;
    }


    /***************************************************************************
        초청강연
    ***************************************************************************/
    /* 발표자 정보 */
    .article.lecture .lecture-name {
        font-size: 22px;
    }
    .article.lecture .lecture-name strong {
        margin: 0 0 10px;
    }
    .article.lecture .lecture-name small {
        font-size: 13px;
    }
    .article.lecture .lecture-area .date {
        margin: 30px 0 7px;
        font-size: 13px;
    }
    .article.lecture .lecture-area .lecture-title {
        margin: 0 0 20px;
        font-size: 19px;
        font-weight: bold;
        color: #2690ea;
    }
    .article.lecture .lecture-area .abstract {
        margin: 0 0 20px;
        text-align: left;
        word-break: keep-all;
        font-weight: 300;
    }
    .article.lecture .lecture-area .btn-area a {
        margin: 0 0 10px !important;
    }

}
