/* ==================================================================================
    Media query
================================================================================== */
@media only screen
and (max-width: 768px) {

    /*innerwrap*/
    .innerwrap {
        width: 100%;
    }

    .breadcrumb {
        margin: 0 0 20px;
    }

    /*snb*/
    .snb-area {
        display: none;
        float: left;
        width: 240px;
        margin: -30px 80px 0 0;
    }

    /*sub-spot*/
    .conference-name {
        height: 150px;
        background: url("/2023f/images/main/bg_main_2023_03.jpg") center 50% no-repeat;
        background-size: cover;
    }
    .conference-name .bg-sup-spot {
        height: 150px;
    }
    .conference-name .title {
        padding: 80px 20px 0 0;
        font-size: 24px;
        text-align: right;
    }
    .conference-name .info {
        padding-right: 20px;
        font-size: 15px;
        text-align: right;
    }

    /*contents-area*/
    .contents-area {
        float: none;
        width: 100%;
        padding: 0 15px;
    }

    /*article*/
    .article {
        min-height: 500px;
    }
    .article > h1 {
        margin: 0 0 30px;
    }

    /*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;
    }

    /*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;
    }

    /*------------------------------
        후원사
    ------------------------------*/
    /* sponsors */
    #sponsor .sponsors-list {
        margin: 0;
        padding: 0;
    }
    .sponsors-divline {
        height: 40px;
        margin: 0;
    }
    #sponsor .sponsors-list h4 {
        margin: 0 0 20px;
        padding: 5px 10px;
        font-size: 21px;
    }
    #sponsor .sponsors-list > ul > li {
        width: 50% !important;
        height: auto !important;
        margin: 0 0 10px !important;
    }
    #sponsor .sponsors-list > ul > li:nth-child(2n) {
        padding-left: 5px;
    }
    #sponsor .sponsors-list > ul > li:nth-child(2n+1) {
        padding-right: 5px;
    }
    #sponsor .sponsors-list > ul > li a {
        padding: 10px !important;
        height: auto !important;
    }
    #sponsor .sponsors-list > ul > li a img {
        height: 40px !important;
        transform: none;
    }
    #sponsor .sponsors-list.supported-by  > ul > li a{
        padding:0 !important;
    }
    #sponsor .sponsors-list.supported-by  > ul > li a img {
        height: 60px !important;
        transform: none;
    }
    #sponsor .sponsors-list.diamond > ul > li > a > img {
        width: 80%;
    }
}
