/* ----------- Common ----------- */
/* max-width: 768px */
@media only screen
and (max-width: 768px) {

    /*******************
        hidden
    *******************/
    .visible-xs {
        display: block !important;
    }
    .hidden-xs {
        display: none !important;
    }
    /* deactive */
    /*.deactive {*/
    /*    display: none !important;*/
    /*}*/

    /*******************
        layout
    *******************/
    #wrap {
        min-width: 100%;
        /*background: #000 url(../2024f/images/bg/bg_mobile_mainpage_20180426.jpg) center top no-repeat;*/
        /*background-size: 100%;*/
    }
    /* inner layout box */
    #wrap .inner-wrap {
        width: 100%;
    }

    /* #wrap.main */
    #wrap.main {
        min-width: 100%;
        background: none;
        background-size: cover;
    }

    /*******************
        mobile-nav
    *******************/

    .mobile-nav {
        display: block !important;
        position: fixed;
        width: 100%;
        height: 50px;
        line-height: 50px;
        background-color: rgba(255,255,255,1);
        /*background-color: rgba(255,255,255,0.75);*/
        box-shadow: 0 2px 7px rgba(0,0,0,0.25);
        z-index: 100;
    }
    .btn-connect.login li a:hover {
        color: #fff;
        background-color: #2c2c2c;
    }

    nav .dropdown-backdrop {
        display: none;
    }
    .drawer-open .drawer-overlay {
        z-index: 10;
    }

    /* logout */
    .btn-connect.logout li {
        background-color: #424242;
        /*background-color: #2690ea;*/
    }


    /*logo*/
    h1.logo {
        position: absolute;
        left: 15px;
        top: 12px;
    }
    h1.logo a {
        display: block;
        width: 200px;
        line-height: 1.2;
        font-size: 15px;
        font-weight: bold;
        color: #06309a;
    }
    h1.logo a img {
        display: block;
        width: 200px;
    }

    /*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 > 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-nav > mobile-utility-area */
    .mobile-utility-area {
        padding: 0;
    }

    /* d-day */
    .mobile-utility-area .d-days {
        padding: 0;
        position: static;
        width: 100%;
        height: 140px;
        margin-top: 0;
        text-align: center;
        background-color: #2690ea;
    }
    .mobile-utility-area .d-days .today {
        padding: 25px 0 5px;
        line-height: 1.1;
        font-size: 15px;
        color: #aaccf5;
    }
    .mobile-utility-area .d-days .title {
        /*line-height: 100%;*/
        margin: 5px 0 3px;
        line-height: 1.1;
        font-size: 15px;
        font-weight: 300;
        color: #fff;
    }
    .mobile-utility-area .d-days .d-date {
        line-height: 100%;
        font-size: 42px;
        font-weight: 700;
        color: #fff;
    }

    /*******************
        header
    *******************/
    #header {
        display: none !important;
    }

    /* *******************************************************************
	banner-area
******************************************************************* */
    .banner-area {
        border-top: 1px solid #eee;
        background-color: #f7f7f7;
    }
    .banner-area .inner-wrap {
        position: relative;
        height: auto;
    }
    .banner-area .inner-wrap h2.title-sponsor {
        float: left;
        width: 240px;
        text-align: right;
        height: 100px;
        line-height: 100px;
        font-size: 24px;
        font-weight: 700;
        color: #fff;
    }

    /* sponsor-list */
    .banner-area .inner-wrap .sponsor-list {
        width: 100%;
        height: auto;
        padding: 30px 0 40px;
    }
    .banner-area .inner-wrap .sponsor-list h2 {
        float: none;
        width: 100%;
        margin: 0 0 20px;
        text-align: center;
        font-size: 24px;
        line-height: 1.2;
    }
    .banner-area .inner-wrap .sponsor-list .sponsor-list-area {
        float: none;
        width: 100%;
        padding: 20px;
    }
    .banner-area .inner-wrap .sponsor-list .sponsor-slide li {
        float: none;
        width: 200px;
        margin: 0 auto 10px;
    }
    .banner-area .inner-wrap .sponsor-list .sponsor-slide li a {
        display: block;
        width: 200px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        font-size: 18px;
        color: #ccc;
        background-color: #fff;
    }
    .banner-area .inner-wrap .sponsor-list .sponsor-slide li.btn-go {
        float: none;
        width: 200px;
        margin: 0 auto;
    }
    .banner-area .inner-wrap .sponsor-list .sponsor-slide li.btn-go a {
        color: #fff;
        background-color: #1143c0;
    }

    /*********************
        footer
    *********************/
    /*footer*/
    #footer {
        padding: 30px 20px;
    }
    .footer-logo {
        display: none;
    }
    .copyright {
        padding-left: 0;
        font-size: 13px;
        text-align: center;
    }
    address p.title {
        display: block;
        padding-bottom: 15px;
        text-align: center;
    }
    /* address */
    address {
        margin: 0 0 10px;
        padding-left: 0;
    }
    address p.title {
        padding-bottom: 10px;
        font-size: 16px;
    }
    address p {
        letter-spacing: -0.45px;
        font-size: 13px;
        font-weight: 400;
    }
    #footer .address li {
        letter-spacing: -0.45px;
        font-size: 13px;
        font-weight: 400;
    }
    .root_daum_roughmap_landing {
        width: 100% !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-weight: 400;
        color: #8c8c8c;
    }
    address p:last-child:before {
        display: inline-block;
        margin-right: 5px;
        content: ' / ';
    }

    /* copyright */
    .copyright {

    }

}

/* max-width: 320px */
@media only screen
and (max-width: 320px) {

}
