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

    /*******************
        hidden
    *******************/
    .visible-xs {
        display: block !important;
    }
    .hidden-xs {
        display: none !important;
    }

    /*******************
        layout
    *******************/
    #wrap {
        min-width: 100%;
        background-size: 100%;
    }
    /* inner layout box */
    #wrap .inner-wrap {
        width: 100%;
    }

    /* #wrap.main */
    #wrap.main {
        min-width: 100%;
        /*background: none;*/
        background: #cae9fb url("/2023f/images/bg/bg_mobile_mainpage_conf2023f2.jpg") 55% top no-repeat;
        background-size: cover;
    }

    /*******************
        mobile-nav
    *******************/
    .mobile-nav {
        display: block !important;
        position: fixed;
        width: 100%;
        height: 50px;
        line-height: 50px;
        /*height: 58px;*/
        /*line-height: 58px;*/
        background-color: #fff;
        background-color: rgba(255,255,255,1);
        box-shadow: 0 2px 7px rgba(0,0,0,0.25);
        z-index: 100;
    }

    /* logout */
    .btn-connect.logout li {
        background-color: #424242;
        /*background-color: #2690ea;*/
    }

    /* logo */
    .mobile-nav h1 {
        margin: 0 0 0 10px;
        line-height: inherit;
    }
    .mobile-nav h1 img {
        margin-top: 6px;
        /*width: 115px;*/
        height: 40px;
    }

    /* reg-info : login */
    .reg-info.login {
        padding: 20px;
        border-bottom: 1px solid #dfdfdf;
        background-color: #f0f0f0;
    }
    .reg-info.login h2 {
        margin: 0 0 15px;
        font-size: 15px;
        font-weight: bold;
    }
    .reg-info.login p {
        margin: 0;
        padding: 0;
        line-height: 1;
    }

    /* reg-info : logout */
    .reg-info.logout {
        border-bottom: 1px solid #dfdfdf;
        background-color: #fff;
    }
    .reg-info.logout h2 {
        height: 30px;
        line-height: 30px;
        margin: 0;
        text-align: center;
        font-size: 14px;
        font-weight: bold;
        color: #fff;
        background-color: #666;
    }
    .reg-info.logout p {
        margin: 0;
        padding: 0;
        line-height: 1;
    }
    .reg-info.logout .tab-area > ul {

    }
    .reg-info.logout .tab-area > ul > li {
        float: left;
        width: 50%;
    }
    .reg-info.logout .tab-area > ul > li a {
        display: block;
        width: 100%;
        height: 30px;
        line-height: 30px;
        text-align: center;
        font-size: 14px;
        color: #fff;
        background-color: #999;
    }
    .reg-info.logout .tab-area > ul > li.active a {
        color: #fff;
        background-color: #2690ea;
    }
    .reg-info.logout .tab-area > ul > li:first-child a {
        border-right: 1px solid #aaa;
    }
    .reg-info.logout .tab-area > ul > li:last-child a {
        border-left: 1px solid #909090;
    }
    .reg-info.logout .tab-content,
    .reg-info.logout .tab-pane {
        padding: 0;
    }

    /* #registration */
    .reg-info.logout .reg-info-detail {
        position: relative;
        padding: 10px 10px 40px;
        line-height: 1.5;
    }
    .reg-info.logout .reg-info-detail.empty {
        position: relative;
        padding: 10px;
        line-height: 1.5;
    }
    .reg-info.logout .reg-info-detail .barcode {
        display: block;
        margin: 5px 0 7px;
        line-height: 1;
    }
    .reg-info.logout .reg-info-detail .barcode img {
        max-width: 100%;
    }
    .reg-info.logout .reg-info-detail > ul {
        padding: 7px 10px;
        line-height: 1.1;
        text-align: center;
        border: 1px solid #eee;
        background-color: #f0f0f0;
    }
    .reg-info.logout .reg-info-detail > ul > li {
        display: inline-block;
        margin-bottom: 5px;
        line-height: 1.1;
        font-size: 12px;
    }
    .reg-info.logout .reg-info-detail > ul > li.barcode-num-info {
        display: block;
        margin: 5px 0;
        line-height: 1.1;
        font-size: 12px;
    }
    .reg-info.logout .reg-info-detail > ul > li.barcode-num-info .title {
        display: inline-block;
        margin: 0 10px 0 0;
        padding: 3px 5px;
        text-align: center;
        vertical-align: middle;
        font-size: 11px;
        color: #fff;
        background-color: #ccc;
    }
    .reg-info.logout .reg-info-detail > ul > li.barcode-num-info .num {
        display: inline-block;
        vertical-align: middle;
        font-size: 13px;
        font-weight: 300;
    }
    .reg-info.logout .reg-info-detail > ul > li:nth-child(2):after,
    .reg-info.logout .reg-info-detail > ul > li:nth-child(3):after {
        content: ' · ';
        margin: 0 3px;
        color: #999;
    }
    .reg-info.logout .reg-info-detail > ul > li:last-child:after {
        content: '';
        margin: 0;
    }
    .reg-info.logout .reg-info-detail .btn-more {
        display: block;
        position: absolute;
        right: 0;
        bottom: 0;
        width: 32px;
        height: 32px;
    }
    .reg-info.logout .reg-info-detail .btn-more a {
        display: block;
        width: 32px;
        height: 32px;
        line-height: 32px;
        text-align: center;
        display: block;
        text-align: center;
        vertical-align: middle;
        text-align: center;
        font-size: 20px;
        color: rgba(255,255,255,0.75);
        background-color: #424242;
    }

    /* papers */
    .paper-info-detail {
        position: relative;
        padding: 10px 10px 30px;
        line-height: 1.5;
    }
    .reg-info.logout .paper-info-detail.empty {
        position: relative;
        padding: 10px;
        line-height: 1.5;
    }
    .reg-info.logout .paper-info-detail > ul {
        margin: 0;
        padding: 7px 10px;
        line-height: 1.1;
        text-align: center;
        border: 1px solid #eee;
        background-color: #f0f0f0;
    }
    .reg-info.logout .paper-info-detail > ul > li {
        display: inline-block;
        margin-bottom: 5px;
        line-height: 1.1;
        font-size: 12px;
    }
    .paper-info-detail .title {
        display: block;
        margin: 0 0 7px;
        font-size: 14px;
        font-weight: 500;
    }
    .paper-info-detail > ul {
        margin: 0 0 10px;
        border: 1px solid #eee;
        background-color: #f0f0f0;
    }
    .paper-info-detail .btn-more {
        display: block;
        position: absolute;
        right: 0;
        bottom: 0;
        width: 32px;
        height: 32px;
    }
    .paper-info-detail .btn-more a {
        display: block;
        width: 32px;
        height: 32px;
        line-height: 32px;
        text-align: center;
        display: block;
        text-align: center;
        vertical-align: middle;
        text-align: center;
        font-size: 20px;
        color: rgba(255,255,255,0.75);
        background-color: #424242;
    }

    /* paper-place */
    .pregentation-info {
        margin: 0 0 10px;
        padding: 5px 10px;
        font-size: 13px;
        color: #333;
        border: 1px solid #dfdfdf;
        background: #f0f0f0;
    }
    .pregentation-info li.section-type {
        display: inline-block;
    }
    .pregentation-info li.date {
        display: block;
    }
    .pregentation-info li.place {
        display: block;
    }
    .pregentation-info li.place a {
        color: #2690ea;
    }
    .pregentation-info li i,
    .pregentation-info li.place a i {
        width: 15px;
        text-align: center;
        margin: 0 7px 0 0;
    }

    /* drawer */
    .drawer-overlay {
        background-color: rgba(0,0,0,0.75);
    }

    /* hanburger button */
    .mobile-nav .drawer-hamburger {
        width: 3rem;
        padding: 15px 1.5rem;
    }
    .drawer--right.drawer-open .drawer-hamburger {
        right: 24rem;
    }
    .drawer-open .drawer-hamburger-icon:after,
    .drawer-open .drawer-hamburger-icon:before {
        background-color: #fff;
    }

    /* drawer-nav */
    .drawer--right .drawer-nav {
        position: fixed;
        top: 0;
        right: -24rem;
        overflow: hidden;
        width: 24rem;
        height: 100%;
        color: #222;
        background-color: #323232;
        z-index: 2;
    }
    .drawer--right .drawer-nav .inner-wrap {
        position: relative;
    }

    /* drawer-nav > login-area */
    .drawer-nav .login-area {

    }

    /* drawer-nav > drawer-menu */
    .drawer-menu {
        background-color: #fff;
    }
    /* depth1 */
    .drawer-menu > li {
        position: relative;
        line-height: 1.1;
    }
    .drawer-menu-item {
        display: block;
        /*padding: 15px 30px 15px 20px;*/
        padding: 15px 10px;
        text-decoration: none;
        font-size: 15px;
        color: #333;
        border-bottom: 1px solid #dfdfdf;
    }
    .drawer-menu-item.multi-mobile {
        font-size: 13px;
        line-height: 1.2;
    }
    .drawer-menu > li:last-child .drawer-menu-item {
        border-bottom: 0;
    }
    .drawer-dropdown .drawer-caret {
        position: absolute;
        right: 10px;
        top: 25px;
    }
    /* depth2 */
    .drawer-dropdown-menu-item {
        display: block;
        padding: 10px 20px 10px 30px;
        line-height: 1.1;
        font-size: 13px;
        color: #767676;
        border-bottom: 1px solid #dfdfdf;
        background-color: #eee;
    }
    .drawer-dropdown-menu-item .row2.pd-t10 {
        padding-top: 0 !important;
    }
    .drawer-dropdown-menu-item br {
        display: none;
    }


    /* drawer-nav > mobile-utility-area */
    .mobile-utility-area {
        padding: 0;
    }

    /* d-day */
    .mobile-utility-area .d-day {
        position: static;
        width: 100%;
        height: 140px;
        margin-top: 0;
        text-align: center;
        border-radius: 0;
        background-color: #2690ea;
    }
    .mobile-utility-area .d-day .today {
        padding: 25px 0 5px;
        line-height: 1.1;
        font-size: 15px;
        color: #aaccf5;
    }
    .mobile-utility-area .d-day .title {
        line-height: 100%;
        margin: 5px 0 3px;
        line-height: 1.1;
        font-size: 15px;
        font-weight: 300;
        color: #fff;
    }
    .mobile-utility-area .d-day .d-date {
        line-height: 100%;
        font-size: 42px;
        font-weight: 700;
        color: #fff;
    }

    /*******************
        header
    *******************/
    #header {
        display: none !important;
    }

    /*******************
        container
    *******************/
    #container {
        width: 100%;
        margin-left: 0;
    }

    /* .main #container */
    .main #container {
        width: 100%;
        height: auto;
        min-height: inherit;
        margin-top: 0;
        margin-left: 0;
        /*background-color: #222;*/
    }

    /*******************
        banner-area
    *******************/
    .banner-area {
        /*display: none !important; !* 임시 삭제 *!*/
    }
    .banner-area .inner-wrap {
        height: 100px;
    }
    .banner-area .inner-wrap h2.title-sponsor {
        display: none;
    }

    /* sponsor-list */
    .banner-area .inner-wrap .sponsor-list {
        /*visibility: hidden;*/
        float: none;
        width: 100%;
        height: 100px;
        margin-left: 0;
        padding: 20px 0;
    }
    .banner-area .inner-wrap .sponsor-list .sponsor-slide {

    }
    .banner-area .inner-wrap .sponsor-list .bx-wrapper {
        max-width: 100% !important;
    }
    .banner-area .inner-wrap .sponsor-list .sponsor-slide li {
        float: none;
        width: 184px;
        margin: 0 auto;
    }
    .banner-area .inner-wrap .sponsor-list .sponsor-slide li a {
        display: block;
        width: 184px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        font-size: 18px;
        color: #ccc;
        background-color: #fff;
        box-shadow: 0 5px 5px rgba(0,0,0,0.45);
    }

    /*******************
        #footer
    *******************/
    #footer {
        margin: 0; /* 임시 추가 */
        padding: 20px 0 30px;
        background-color: #eee;
        box-shadow: 0 -2px 7px rgba(0,0,0,0.25);
    }
    .main #footer { /* 임시 추가 */
        margin: 0;
    }

    /* 지난 학술대회 바로가기 */
    .related-site-area {
        position: static;
        margin: 20px 0 30px;
        text-align: center;
    }
    .related-site-area select {
        margin-right: 3px;
        vertical-align: middle;
        border: 1px solid #767676;
    }
    .related-site-area .go-btn {
        padding-top: 6px;
        padding-bottom: 6px;
        color: #fff;
        vertical-align: middle;
        border: 1px solid #767676;
        background-color: #767676;
    }
    .related-site-area .form-control {
        display: inline-block;
        width: 185px;
    }

    /* footer-logo */
    .footer-logo {
        display: none;
    }

    /* address */
    address {
        padding: 0 20px;
        text-align: center;
        font-size: 12px;
    }

    /* copyright */
    .copyright {
        padding: 0 20px;
        text-align: center;
    }

    /*******************
        .btn-download
    *******************/
    /* btn-download */
    .article .section .btn-download.clearfix {
        max-width: 280px;
        margin: 0;
    }
    .article .section .btn-download .download-icon {
        width: 50px;
    }
    .article .section .btn-download .file-con-area {
        width: 230px;
    }
    .article .section .btn-download .file-con-area .title {
        width: 160px;
    }

    /*******************
        modify
    *******************/
    .table-responsive > .table > thead > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > tfoot > tr > td {
        /*white-space: normal !important;*/
    }

    /* 경진대회 신청서 */
    .nav-tabs > li.active > a {
        background-color: #eaf5ff !important;
    }

}

/* ----------- Tablet ----------- */
/* Portrait and Landscape */
@media only screen
and (min-width: 768px)
and (max-width: 1024px) {

}

/* Portrait */
@media only screen
and (min-width: 768px)
and (max-width: 1024px)
and (orientation: portrait) {

}

/* Landscape */
@media only screen
and (min-width: 768px)
and (max-width: 1024px)
and (orientation: landscape) {

}

/* ----------- Phone ----------- */
/* max-width: 767px */
@media only screen
and (max-width: 767px) {

}

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

}

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

    /*******************
        #footer
    *******************/
    /* address */
    address p {
        display: inline;
        font-size: 12px;
        font-weight: 400;
        color: #8c8c8c;
    }
    address p:last-child:before {
        display: inline-block;
        margin-right: 5px;
        content: ' / ';
    }

    /* copyright */
    .copyright {
        font-size: 12px;
    }

    .table-responsive .table {
        /*min-width: 460px;*/
    }

}

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

}
