/* ==================================================================================
    Media query
================================================================================== */
@media only screen
and (max-width: 768px) {

    /*innerwrap*/
    .innerwrap {
        width: 100%;
    }

    .breadcrumb {
        margin: 0 0 20px;
        border-bottom: 0;
    }

    /*snb*/
    .snb-area {
        display: none;
        float: left;
        width: 240px;
        margin: -30px 80px 0 0;
    }

    /*sub-spot*/
    .conference-name {
        height: 150px;
        background: url("/2025/images/main/main_banner01.jpg") center 50% no-repeat;
        background-size: cover;
    }
    .conference-name .title {
        padding: 68px 20px 0 0;
        font-size: 24px;
        text-align: right;
    }
    .conference-name .info {
        padding: 0 20px;
        font-size: 12px;
        text-align: right;
    }

    /*contents-area*/
    .contents-area {
        float: none;
        width: 100%;
        padding: 0 15px;
    }

    /*article*/
    .article {
        min-height: unset;
    }
    .article > h1 {
        margin: 0 0 30px;
        padding-bottom: 20px;
        border-bottom: 1px solid #eee;
    }

    /*text-align*/
    .article .section p.section-paragraph {
        text-align: left;
    }
    .article .section ul.section-list > li {
        text-align: left;
    }
    .article .section ol.section-list > li {
        text-align: left;
    }
    .article .section ul.section-list.papers li {
        float: none;
        width: 100%;
    }

    /*detail-style*/
    .session {
        float: none;
        width: 100%;
        padding-right: 0;
    }

    .profile-area .thm {
        float: none;
        width: 100%;
        margin-right: 0;
        text-align: center;
    }

    .profile-area .name {
        margin: 0 0 10px;
        padding: 0;
        line-height: 1.1;
        font-size: 18px;
        font-weight: 700;
        color: #333;
    }
    .profile-area .organ {
        margin: 0 0 10px 20px;
        line-height: 1.1;
        font-size: 13px;
        font-weight: 400;
        color: #333;
    }
    .profile-area .organ li {
        list-style: none;
    }

    /* plenary speakers */
    .speaker-list > ul > li {
        display: block;
        float: none;
        min-height: auto;
        margin: 0 auto 60px;
        text-align: center;
    }
    .speaker-list > ul > li:nth-child(3n) {
        margin: 0 auto 60px;
    }
    .speaker-list > ul > li .title {
        display: block;
        padding: 0 0 10px;
        font-size: 18px;
        font-weight: 900;
        color: #00B2EC;
    }
    .speaker-list > ul > li .name {
        display: block;
        margin: 0 0 5px;
        font-weight: 900;
        font-size: 17px;
    }
    .speaker-list > ul > li .organ {
        display: block;
        line-height: 1.3;
        font-size: 13px;
    }

    /* speakers modal-lg */
    .speakers {

    }
    .speakers .modal-header {
        color: #fff;
        /*background-color: rgba(5,97,238,1);*/
        background-color: rgb(0 108 53);
    }
    .speakers .modal-body {
        padding: 30px;
    }
    .speakers .profile {
        text-align: center;
    }
    .speakers .profile .thm {
        margin: 0 auto 10px;
    }
    .speakers .profile .name {
        margin: 0 0 5px;
        font-size: 17px;
        font-weight: 900;
    }
    .speakers .profile .organ {
        line-height: 1.3;
        font-size: 13px;
    }

    .speakers .detail {

    }
    .speakers .detail .label-area {
        margin: 0 0 20px;
        text-align: center;
    }
    .speakers .detail .label-area .label-speaker {
        display: inline-block;
        padding: 5px 15px;
        text-align: center;
        font-size: 15px;
        font-weight: 900;
        color: #fff;
        border-radius: 30px;
        /*background-color: #861469;*/
        background-color: #e9900a;
    }
    .speakers .detail .title {
        margin: 0 0 30px;
        padding: 0 0 20px;
        line-height: 1.4;
        font-size: 21px;
        font-weight: 900;
        /*color: rgba(5,97,238,1);*/
        color: rgb(0 108 53);
        border-bottom: 1px solid #eee;
    }
    .speakers .detail .detail-conts h3 {
        margin: 0 0 10px;
        font-size: 18px;
        font-weight: 900;
    }
    .speakers .detail .detail-conts h4 {
        margin: 0 0 10px;
        font-size: 15px;
        font-weight: 900;
    }
    .speakers .detail .detail-conts p {
        font-size: 14px;
    }
    .speakers .detail .detail-conts > ul {

    }
    .speakers .detail .detail-conts > ul > li {

    }
    .speakers .detail .detail-conts > ul > li > b {
        font-size: 15px;
        color: rgba(5,97,238,1);
    }
    .speakers .detail .detail-conts > ul > li > p {

    }
    .speakers .detail .detail-conts > ul > li > ul {
        margin: 0 0 20px 15px;
        list-style: disc;
    }
    .speakers .detail .detail-conts > ul > li > ul > li {
        font-size: 13px;
    }
    .speakers .detail .abstract-area {
        margin: 0 0 30px;
    }

    /* ==================================================================================
        Keynote Speakers
    ================================================================================== */
    /* speakers modal-lg */
    .keynote-speakers {

    }
    .keynote-speakers .modal-header {
        color: #fff;
        background-color: rgba(5,97,238,1)
    }
    .keynote-speakers .modal-body {
        padding: 30px;
    }
    .keynote-speakers .profile {
        text-align: center;
    }
    .keynote-speakers .profile .thm {
        margin: 0 0 10px;
    }
    .keynote-speakers .profile .name {
        margin: 0 0 5px;
        font-size: 17px;
        font-weight: 900;
    }
    .keynote-speakers .profile .organ {
        line-height: 1.3;
        font-size: 13px;
    }
    .keynote-speakers .detail {

    }
    .keynote-speakers .detail .label-area {
        margin: 0 0 30px;
    }
    .keynote-speakers .detail .label-area .label-speaker {
        display: inline-block;
        padding: 5px 15px;
        text-align: center;
        font-size: 15px;
        font-weight: 900;
        color: #fff;
        border-radius: 30px;
        background-color: #861469;
    }
    .keynote-speakers .detail .title {
        margin: 0 0 30px;
        padding: 0 0 20px;
        line-height: 1.4;
        font-size: 21px;
        font-weight: 900;
        color: rgba(5,97,238,1);
        border-bottom: 1px solid #eee;
    }
    .keynote-speakers .detail .detail-conts h3 {
        margin: 0 0 20px;
        font-size: 18px;
        font-weight: 900;
    }
    .keynote-speakers .detail .detail-conts p {
        font-size: 13px;
        margin: 0 0 20px;
    }
    .keynote-speakers .detail .detail-conts > ul {

    }
    .keynote-speakers .detail .detail-conts > ul > li {
        font-size: 13px;
    }
    .keynote-speakers .detail .detail-conts > ul > li > b {
        font-size: 13px;
        color: rgba(5,97,238,1);
    }
    .keynote-speakers .detail .detail-conts > ul > li > p {

    }
    .keynote-speakers .detail .detail-conts > ul > li > ul {
        margin: 0 0 20px 15px;
        list-style: disc;
    }
    .keynote-speakers .detail .detail-conts > ul > li > ul > li {
        font-size: 13px;
    }
    .keynote-speakers .detail .abstract-area {
        margin: 0 0 30px;
    }
    .keynote-speakers .detail .detail-conts > ul.disc-list {
        margin: 0 0 20px 15px;
        list-style: disc;
    }
    .keynote-speakers .detail .detail-conts > ul.disc-list > li {
        margin: 0 0 5px;
    }

    /*Our Partner*/
    .article.partners .section .Supported-by {
        flex-direction: column
    }
    .article.partners .section .Supported-by h2 {
        margin-bottom:20px !important;
    }
    .article.partners .section .Supported-by > a > img {
        margin-left:45px !important;
    }

}
