@charset "utf-8";
/* ==================================================================================
    [style.css]
        - stylesheets of sub pages in pages folder
================================================================================== */

/***************************************************************************
    Welcome Message
***************************************************************************/
/* greeting.vm */
.article.greeting {

}
.article.greeting .section {

}
.article.greeting .section > img {
    float: left;
    width: 180px;
    margin: 0 80px 10px 0;
    border-radius: 10px;
}
.article.greeting .section .welcome-message {
    float: left;
    width: 1140px;
}
.article.greeting .section .welcome-message p {
    margin: 0 0 20px;
    font-size: 17px;
    font-weight: 400;
    text-align: left;
    /*word-break: keep-all;*/
}
.article.greeting .section .welcome-message p.chairman-name {
    margin-top: 80px;
    text-align: right;
}
.article.greeting .section .welcome-message p.chairman-name .date {
    display: inline-block;
    margin-bottom: 10px;
}
.article.greeting .section .welcome-message p.chairman-name .name {
    font-size: 19px;
}
.article.greeting .section .welcome-message p.chairman-name b {
    position: relative;
    bottom: -5px;
    margin-left: 20px;
    letter-spacing: 5px;
    font-size: 24px;
    font-weight: 600;
}

/***************************************************************************
    학술발표회 일정
***************************************************************************/
/* schedule.vm */
.article.programs {

}
.article.programs .section {

}
.article.programs .section .programs-table-area {

}
.article.programs .section .programs-table-area .table-responsive {

}
.article.programs .section .programs-table-area .table-responsive table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}
.article.programs .section .programs-table-area .table-responsive table thead {

}
.article.programs .section .programs-table-area .table-responsive table thead th {
    padding:8px 5px;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    vertical-align: middle;
    border: 1px solid #0167B9;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    background-color: #0167B9;
    line-height: 1.3;
    font-weight: 700;
}
.article.programs .section .programs-table-area .table-responsive table tbody {

}
.article.programs .section .programs-table-area .table-responsive table tbody th {
    padding: 5px;
    text-align: center;
    font-family: 'Noto Sans SC', Sans-Serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.45px;
    color: #383838;
    vertical-align: middle;
    border-bottom: 1px dotted #aaa;
    background-color: #eee;
    line-height: 1.1;
}
.article.programs .section .programs-table-area .table-responsive table tbody th > span {
    line-height: 1.2;
    color: #4d8cbc;
    font-size: 12px;
}
.article.programs .section .programs-table-area .table-responsive table tbody td {
    padding: 10px 3px;
    text-align: center;
    line-height: 1.3;
    font-size: 13px;
    color: #000;
    word-break: keep-all;
    letter-spacing: -0.75px;
    vertical-align: middle;
    border-bottom: 1px dotted #aaa;
    border-right: 1px solid #fff;
    /*border-left: 1px solid #fff;*/
    background-color: #fff;
}
.article.programs .section .programs-table-area .table-responsive table tbody tr:first-child td {
    border-top: 1px dotted #aaa;
}
.article.programs .section .programs-table-area .table-responsive table tbody td span {
    border-radius: 50px;
    padding: 3px 9px;
    color: #000;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.7;
    background-color: #eaeaea;
    border: 1px solid #dfdfdf;
}

/*색상 커스텀 span 으로 라벨 추가*/
.article.programs .section .programs-table-area .table-responsive table tbody td.bg_yellow {
    background-color: #fdf9bb;
}
.article.programs .section .programs-table-area .table-responsive table tbody td.bg_yellow > span {
    border:none;
    background-color: #fbb000;
    color: #fff;
}
.article.programs .section .programs-table-area .table-responsive table tbody td.bg_green {
    background-color: #d5edcf;
}
.article.programs .section .programs-table-area .table-responsive table tbody td.bg_blue {
    background-color: #cfe2ed;
}
.article.programs .section .programs-table-area .table-responsive table tbody td.bg_blue span {
    border:none;
    background-color: #068ae7;
    color: #fff;
}
.article.programs .section .programs-table-area .table-responsive table tbody td.bg_orange {
    background-color: #ffd3b0;
}
.article.programs .section .programs-table-area .table-responsive table tbody td.bg_skin {
    background-color: #ffe6b5;
}
.article.programs .section .programs-table-area .table-responsive table tbody td.bg_purple {
    background-color: #cfd5ed;
}
.article.programs .section .programs-table-area .table-responsive table tbody td.bg_red {
    background-color: #ffdfdf;
}
.article.programs .section .programs-table-area .table-responsive table tbody td.bg_empty {
    background-color: #f8f8f8;
    font-size: 14px;
    color: #222;
    font-weight: 700;
}

/* th, td border */
.th-bd-b1 {
    border-bottom: 1px solid #0167B9 !important;
}
.th-bd-r1 {
    border-right: 1px solid #fff !important;
}
.th-bd-l1 {
    border-left: 1px solid #fff !important;
}
.bd-t0 {
    border-bottom: 0 !important;
}
.bd-r0 {
    border-bottom: 0 !important;
}
.bd-b0 {
    border-bottom: 0 !important;
}
.bd-l0 {
    border-bottom: 0 !important;
}

/* th, td color */
.color1 {
    color: #000 !important;
    background-color: #FDE7CD !important;
}
.color1 b {
    color: #DE6D1D !important;
}
.color2 {
    color: #000 !important;
    background-color: #E6E6E6 !important;
}
.color3 {
    color: #000 !important;
    background-color: #F7CAC4 !important;
}
.color4 {
    color: #000 !important;
    background-color: #C9CBCA !important;
}
.color5 {
    color: #000 !important;
    background-color: #DDD9E9 !important;
}
.color6 {
    color: #000 !important;
    background-color: #FADADB !important;
}
.color7 {
    color: #000 !important;
    background-color: #BEE1D7 !important;
}
.color8 {
    color: #000 !important;
    background-color: #FFFADA !important;
}
.color9 {
    color: #000 !important;
    background-color: #D0ECF7 !important;
}

/***************************************************************************
    논문제출 안내
***************************************************************************/
/* call-for-paper.vm */
.article.call-for-paper {

}
.article.call-for-paper .section {

}

/***************************************************************************
    참가등록 안내
***************************************************************************/
/* registration.vm */
.article.registration {

}
.article.registration .section {

}
/***************************************************************************
    기조강연
***************************************************************************/
/* keynote */
.article.keynote .profile-area {
    width: 100%;
    /*width: 50%;*/
    float:left;
    margin: 0 0 30px;
    padding: 0 0 30px;
    background-color: #fff;
}
.article.keynote .profile-area .thm {
    float: left;
    width: 200px;
    margin: 0;
}
.article.keynote .profile-area .thm img {
    max-width: 180px;
}
.article.keynote .profile-area .name {
    width: 200px;
    margin: 8px 0 0;
    padding: 0;
    line-height: 1.3;
    text-align: center;
    font-size: 19px;
    font-weight: 700;
    color: #333;
}
.article.keynote .profile-area .name small {
    display: block;
    margin: 8px 0 0;
    line-height: 1.3;
    font-size: 14px;
    font-weight: normal;
}
.article.keynote .profile-area .profile {
    float: left;
    width: 1200px;
    padding-left: 50px;
}
.article.keynote .profile-area .profile .keynote-logo {
    float: left;
    width: 450px;
}
.article.keynote .profile-area .profile .keynote-logo img {
    display: block;
    margin-top: 30px;
}
.article.keynote .profile-area .profile strong {
    display: flex;
    flex-flow: column nowrap;
    gap: 12px;
    margin: 0 0 15px 0px;
    font-size: 24px;
    font-weight: 800;
}
.article.keynote .profile-area .profile small {
    font-size: 15px;
    font-weight: 600;
    color: #999;
    line-height: 1.3;
}
.article.keynote .profile-area .title {
    margin: 0 0 20px;
    padding: 0;
    line-height: 1.1;
    letter-spacing: -0.25px;
    font-size: 24px;
    font-weight: 700;
    color: #fb8c00;
}

.profile-area .bio-area {
    float: left;
    width: 700px;
}
.profile-area .bio-area h3 {
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    font-size: 17px;
    color: #fff;
    border-radius: 50px;
    background-color:#d3c5b5;
}
.profile-area .section-list li {
    /*float: left;*/
    /*width: 45%;*/
}
.profile-area .section-list.profile-list li {
    float: left;
    width: 49%;
}
.profile-area .section-list.profile-list.none-float li {
    float: none;
    width: auto;
}
.profile-area .profile-title {
    margin: 0 0 20px;
    padding: 0;
    line-height: 1.1;
    font-size: 18px;
    font-weight: 700;
    color: #333;
}
.profile-area h3 {
    display: flex;
    flex-flow: column nowrap;
    gap: 10px;
    align-items: flex-start;
    margin: 0 0 10px;
    padding: 0;
    line-height: 1.1;
    letter-spacing: -0.25px;
    font-size: 17px;
    font-weight: 700;
    color: #000;
}

.profile-area .organ {
    margin: 0 0 10px 225px;
    padding: 0;
    line-height: 1.1;
    font-size: 13px;
    font-weight: 400;
    color: #333;
}
.profile-area .organ li {
    list-style: disc;
    margin: 0 0 2px;
    line-height: 1.3;
}

.article .section .table-responsive.orange .table thead th {
    background-color: #FDE8B3;
}

hr.divline {
    display: block;
    visibility: visible;
    margin: 80px 0;
    width: 100%;
    height: 32px;
    background: #fff url("/2026f/images/bg/bg_divline.jpg") 50% top no-repeat;
}
.section .keynote-text {
    background-color: #f5faff;
    padding: 20px 25px;
}
/***************************************************************************
    초청강연
***************************************************************************/

.article.guest-lecture .section h2 {
    float: left;
    width: 400px;
    margin: 0;
    line-height: 1.4;
}
.article.guest-lecture .section h2 > span {
    color:#333;
    font-weight: 700;
    font-size: 17px;
}

.article.guest-lecture .section .table-responsive {
    float: right;
    width: 900px;
}

.article.special-session .announce .label {
    display: block;
    width: 100%;
    padding: 7px;
    margin-bottom: 15px;
    background-color: #4eb2f5;
    font-weight: 500;
    font-size: 15px;

}
.article.guest-lecture .section {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 70px;
}
.article.guest-lecture .section .title-area {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-left: 3px solid #1074b8;
    padding-left: 20px;
    font-size: 20px;
    word-break: keep-all;
}
.article.guest-lecture .section ul li {
    width: 100%;
    margin-bottom: 60px;
    border-left: 3px solid #1074b8;
    padding-left: 20px;
    font-size: 25px;
    word-break: keep-all;
    line-height: 1.4;
    font-weight: 800;
    color: #0f5ba9;
}
.article.guest-lecture .section ul li span {
    color: #333;
    font-weight: 700;
    font-size: 17px;
}
/***************************************************************************
    특별세션
***************************************************************************/

.article.special-session .section {

}
.article.special-session .section .innerwrap {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 40px 10px;
}

/* special-session-area */
.article.special-session .section .innerwrap .special-session-area {
    flex: 1 1 calc(50% - 10px);
    min-width: 480px;
    box-sizing: border-box;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    position:relative;
    padding: 30px 20px;
    border: 5px solid #eee;
    border-radius: 20px;
    background-color: #fff;
}
.article.special-session.tutorial .section .innerwrap .special-session-area {
    flex: 1 1 calc(33% - 10px);
    min-width: 430px;
}
.article.special-session.tutorial .section .content-area .title {
    height: auto;
    line-height: 1.4;
}
/* 발표자(li)가 4명 이상인 큰 세션 또는 .w100 클래스가 지정된 경우 한 줄 전체(100%) 차지 */
.article.special-session .section .innerwrap .special-session-area:has(.content-area ul li:nth-child(4)),
.article.special-session .section .innerwrap .special-session-area.w100 {
    flex: 1 1 100%;
    width: 100%;
}
.article.special-session .section .innerwrap .special-session-area.best-paper2 .content-area ul li {
    min-width: 280px;
}
.article.special-session .section .innerwrap .btn-detail {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 40px;
    font-size: 30px;
    color: #fff;
    border-radius: 0 14px;
    background-color: #e45651;
}
.article.special-session .section .innerwrap .btn-detail:hover {
    background-color: #2E7DF5FF;
}


/* title-area */
.article.special-session .section .innerwrap .special-session-area .title-area {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100%;
}
.article.special-session .section .innerwrap .special-session-area .title-area h2 {
    display: flex;
    flex-flow: row nowrap;
    align-items: baseline;
    gap: 10px;
}
.article.special-session .section .innerwrap .special-session-area .title-area h2 strong {
    font-size: 24px;
    font-weight: 900;
}
.article.special-session .section .innerwrap .special-session-area .title-area h2 small {
    font-size: 24px;
    font-weight: 900;
    color: #2E7DF5;
}
.article.special-session .section .innerwrap .special-session-area .title-area p {
    font-size: 13px;
    font-weight: 400;
    color: #8FADFA;
}
.article.special-session .section .innerwrap .special-session-area .title-area span {
    font-size: 14px;
    font-weight: 800;
}
/* content-area */
.article.special-session .section .content-area {
    width: 100%;
    text-align:center;
}
.article.special-session .section .content-area ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    align-items: stretch;
    gap: 30px 10px;
}

/* 특별세션 커스텀 :s */
.article.special-session .section .kmeps {
    flex: 0 0 800px;
}
.article.special-session .section .kmeps .content-area ul li {
    min-width: 150px;
    max-width: 180px;
}
.article.special-session .section .samsung {
    flex: 0 0 590px;
}
.article.special-session .section .content-area ul li {
    flex: 1 1 150px;
    min-width: 183px;
    max-width: 200px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 3px;
    padding: 0 10px;
}
.article.special-session .section .samsung .content-area ul li {
    min-width: 150px;
    max-width: 185px;
}
.article.special-session .section .senior-researcher {
    flex: 0 0 800px;
}
.article.special-session .section .senior-researcher .content-area ul li {
    min-width: 150px;
    max-width: 180px;
}
.article.special-session .section .keti-young {
    flex: 0 0 590px;
}
.article.special-session .section .keti-young .content-area ul li {
    min-width: 150px;
    max-width: 185px;
}
.article.special-session .section .nuevo-research .content-area ul li {
    min-width: 150px;
    max-width: 185px;
}
.article.special-session .section .best-paper1 .content-area ul li {
    min-width: 150px;
    max-width: 185px;
}
/* 특별세션 커스텀 :e */

/* YLS 커스텀 :s */
.article.special-session .section .signal .content-area ul li {
    min-width: 220px;
    max-width: 220px;
}
/* YLS 커스텀 :e */

.article.special-session .section .content-area .thm {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 160px;
    margin: 0 0 10px;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0,0,0,0.25);
}
.article.special-session .section .content-area .thm img {
    max-width: unset;
    height: 100%;
}
.article.special-session .section .content-area .name {
    display: block;
    line-height: 1.3;
    text-align: center;
    font-size: 16px;
    font-weight: 900;
    word-break: keep-all;
}

.article.special-session .section .content-area .organ {
    display: block;
    margin: 0 0 5px;
    text-align: center;
    font-size: 13px;
    font-weight: 800;
    color: #999;
    word-break: keep-all;
}
/*.keynote*/
.article.special-session .section .keynote .content-area ul {
    justify-content: center;
}
.article.special-session .section .innerwrap .special-session-area.keynote .title-area p {
    font-size: 16px;
    font-weight: 700;
    color: #8FADFA;
}
.article.special-session .section .special-session-area.keynote b {
    font-weight: 800;
}
.article.special-session .section .content-area .keynote-profile .name,
.article.special-session .section .content-area .keynote-profile .organ {
    text-align: left;
}
.article.special-session .section .keynote-profile {
    display: flex;
    justify-content: center;
    gap: 30px;
    padding: 10px;
}
.article.special-session .section .keynote-profile p {
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: start;
}

.article.special-session .section .content-area img.organ {
    width: 300px;
}

.article.special-session .section .content-area .title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
    height: 52px;
    line-height: 1.3;
    text-align: center;
    font-size: 13px;
    font-weight: 800;
    word-break: keep-all;
    color: #2E7DF5;
}

/* yls 커스텀 */
.article.special-session.yls .section .innerwrap .special-session-area {
    flex: 0 0 auto;
}
.article.special-session.yls .section .innerwrap {
    justify-content: center;
}
.article.special-session.yls .section .double .content-area ul {
    flex-flow: row wrap;
    gap: 30px 15px;
}

/***************************************************************************
    위치 및 교통
***************************************************************************/
/* venue.vm */
.article.venue {

}
.article.venue .section {

}
.article.venue .section .map-info-box {
    position: relative;
    padding: 20px;
    background-color: #EDF3FC;
}
.article.venue .section .map-info-box a.btn {
    position: absolute;
    top: 17px;
    right: 20px;
}
.article.venue .section .map-info-box a.btn01 {
    right: 175px;
}

.article.venue .section .section-list {
    margin-left: 40px;
}
.article.venue .section .section-list li {
    font-size: 17px;
    word-break: keep-all;
}

/***************************************************************************
    행사장 안내
***************************************************************************/
/* venue.vm */
.article.event-hall {

}
.article.event-hall .section {

}

/***************************************************************************
    학술발표회 안내
***************************************************************************/
/* information.vm */
.article.information {

}
.article.information .section {

}

/***************************************************************************
    반응형 스타일
***************************************************************************/
/* max-width: 768px */
@media only screen
and (max-width: 768px) {

    /***************************************************************************
        공통
    ***************************************************************************/
    .article .line-break {
        display: inline;
    }
    .article .line-break {
        margin-left: 0 !important;
    }

    /***************************************************************************
        Welcome Message
    ***************************************************************************/
    /* greeting.vm */
    .article.greeting {

    }
    .article.greeting .section {

    }
    .article.greeting .section > img {
        float: none;
        display: block;
        margin: 0 auto 50px;
    }
    .article.greeting .section .welcome-message {
        float: none;
        width: 100%;
    }
    .article.greeting .section .welcome-message p {
        margin: 0 0 20px;
        font-size: 15px;
    }
    .article.greeting .section .welcome-message p.chairman-name {
        margin-top: 80px;
        text-align: right;
    }
    .article.greeting .section .welcome-message p.chairman-name b {
        margin-left: 10px;
        letter-spacing: 5px;
        font-size: 21px;
    }

    /***************************************************************************
        학술발표회 일정
    ***************************************************************************/
    /* schedule.vm */
    .article.programs {

    }
    .article.programs .section {

    }
    .article.programs .section .programs-table-area {

    }
    .article.programs .section .programs-table-area .table-responsive {

    }
    .article.programs .section .programs-table-area .table-responsive table {
        width: 100%;
    }
    .article.programs .section .programs-table-area .table-responsive table thead {

    }
    .article.programs .section .programs-table-area .table-responsive table thead th {

    }
    .article.programs .section .programs-table-area .table-responsive table tbody {

    }
    .article.programs .section .programs-table-area .table-responsive table tbody th {

    }
    .article.programs .section .programs-table-area .table-responsive table tbody td {

    }
    .article.programs .section .programs-table-area .table-responsive table tbody tr:first-child td {

    }

    /***************************************************************************
        논문제출 안내
    ***************************************************************************/
    /* call-for-paper.vm */
    .article.call-for-paper {

    }
    .article.call-for-paper .section {

    }

    /***************************************************************************
        참가등록 안내
    ***************************************************************************/
    /* registration.vm */
    .article.registration {

    }
    .article.registration .section {

    }

    /***************************************************************************
        위치 및 교통
    ***************************************************************************/
    /* venue.vm */
    .article.venue {

    }
    .article.venue .section {

    }
    .article.venue .section .map-info-box {
        padding: 20px;
    }
    .article.venue .section .map-info-box b {
        display: block;
        margin: 0 0 10px;
    }
    .article.venue .section .map-info-box a.btn {
        position: static;
    }
    .article.venue .section .map-info-box a.btn01 {
        margin-right: 10px;
    }
    .article.venue .section .map-info-box a.btn02 {

    }

    .article.venue .section .section-list {
        margin-left: 40px;
    }
    .article.venue .section .section-list li {
        font-size: 15px;
    }

    /***************************************************************************
        행사장 안내
    ***************************************************************************/
    /* venue.vm */
    .article.event-hall {

    }
    .article.event-hall .section {

    }

    /***************************************************************************
        학술발표회 안내
    ***************************************************************************/
    /* information.vm */
    .article.information {

    }
    .article.information .section {

    }

    /***************************************************************************
     기조강연
 ***************************************************************************/
    .article.keynote .profile-area {
        width: 100%;
    }
    .article.keynote .profile-area h3 {
        gap: 0;
        justify-content: center;
        align-items: center;
    }
    .article.keynote .profile-area .profile {
        width: 100%;
        text-align: center;
        padding-left:0px;
    }
    .article.keynote .profile-area .thm {
        width: 100%;
        text-align: center;
    }
    .article.keynote .profile-area .profile .keynote-logo {
        margin-top:10px;
    }
    .article.keynote .profile-area .name {
        width: 100%;
        margin-bottom: 30px;
    }
    .article.keynote .profile-area .profile .keynote-logo,.profile-area .bio-area {
        float:none;
        width: 100%;
    }
    .article.keynote .profile-area .profile .keynote-logo img {
        display: inline-block;
    }
    .profile-area .bio-area h3 {
        width: 100%;
        margin-top:40px;
    }



    .article.special-session .section .innerwrap,
    .article.special-session.yls .section .innerwrap {
        display: flex;
        flex-flow: column nowrap;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }

    /* special-session-area */
    .article.special-session .section .innerwrap .special-session-area,.article.special-session.yls .section .innerwrap .special-session-area {
        flex: unset;
        gap: 20px;
        padding: 30px 20px 20px;
        border: 5px solid #eee;
    }
    .article.special-session .section .innerwrap .btn-detail {
        width: 42px;
        height: 36px;
        font-size: 32px;
    }

    /* title-area */
    .article.special-session .section .innerwrap .special-session-area .title-area h2 {
        display: flex;
        flex-flow: row nowrap;
        justify-content: center;
    }
    .article.special-session .section .innerwrap .special-session-area .title-area h2 strong {
        font-size: 20px;
    }
    .article.special-session .section .innerwrap .special-session-area .title-area h2 small {
        font-size: 20px;
    }
    .article.special-session .section .innerwrap .special-session-area .title-area p {
        font-size: 13px;
    }
    /* content-area */
    .article.special-session .section .content-area ul,
    .article.special-session.yls .section .double .content-area ul {
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        align-items: stretch;
        gap: 20px 0;
    }
    .article.special-session .section .content-area ul li {
        flex: 1 1 150px;
        min-width: 150px;
        display: flex;
        flex-flow: column nowrap;
        justify-content: flex-start;
        align-items: center;
    }
    .article.special-session .section .content-area ul li .thm {
        width: 120px;
        height: 160px;
    }
    .article.special-session .section .content-area ul li .name {
        font-size: 15px;
    }
    .article.special-session .section .content-area ul li .organ {
        margin: 0 0 5px;
        font-size: 13px;
    }
    .article.special-session .section .content-area ul li .title {
        max-width: 180px;
        height: auto;
        line-height: 1.3;
        font-size: 13px;
    }

    .article.special-session .section .innerwrap .special-session-area,
    .article.special-session .section .innerwrap .special-session-area.w100 {
        flex: 1 1 100%;
        width: 100%;
        min-width: unset;
    }

}
