/* ==================================================================================
    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("/2024f/images/main/main_banner_04.jpg") center 10% no-repeat;
        background-size: cover;
    }
    .conference-name .bg-sup-spot {
        height: 150px;
    }
    .conference-name .title {
        right: 210px;
        top:-7px;
        padding: 65px 20px 0 0;
        font-size: 15px;
        line-height: 1.2;
    }
    .conference-name .title b {
        width: 210px;
    }

    .main-banner-title {
        margin-right: 12px;
    }
    .conference-name .info {
        top: 122px;
        padding-right: 30px;
        font-size: 14px;
        text-align: right;
    }
    .conference-name .title span.bottom-text {
        margin-left:50px;
    }
    .conference-name .title small.top-text {
        width: 200px;
        position: absolute;
        font-size: 13px;
    }

    /*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%;
    }

        /* ==================================================================================
        숙박안내
        ================================================================================== */
    .article.venue .section .venue-btn {
        float:none !important;
        text-align: center !important;
    }
    .article.venue .section .venue-btn > a {
        padding: 4px 10px!important;
        font-size: 15px!important;
    }
    /* ==================================================================================
            경진대회
================================================================================== */
    .youtube-list {
        flex-direction: column;
    }
    .youtube-list > li {
        width: 100% !important;
    }
}
