/* ----------- 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: #000 url(../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,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*/
    .mobile-nav h1 {
        margin: 0;
        line-height: inherit;
    }
    .mobile-nav .logo a {
        display: block;
        width: auto;
        line-height: 1.1;
        font-size: 25px;
        font-weight: 700;
        color: #0091EA !important;
    }
    /* logo */
    .logo {
        position: relative;
        float: left;
    }
    .logo a {
        display: inline-block;
        height: 50px;
        padding: 3px 0 0 10px;
    }
    .logo a img {
        width: 200px;
        /*height: 39px;*/
        vertical-align: middle;
    }

    /*bread crumb*/
    .breadcrumb {
        display: none;
    }

    .article {
        padding-top: 80px;
    }


    /*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 20px;
        line-height: 1.1;
        font-size: 13px;
        color: #767676;
        border-bottom: 1px solid #dfdfdf;
        background-color: #eee;
    }
    /* depth3 */
    .drawer-dropdown-menu-item + ul.sub-menu {

    }
    .drawer-dropdown-menu-item + ul.sub-menu > li {

    }
    .drawer-dropdown-menu-item + ul.sub-menu > li > a {
        display: block;
        height: 24px;
        line-height: 24px;
        padding-left: 20px;
        font-size: 12px;
        letter-spacing: -0.45px;
        color: #767676;
        transition: all 0.25s;
        background-color: #fafafa;
    }
    .drawer-dropdown-menu-item + ul.sub-menu > li:last-child > a {
        border-bottom: 1px solid #dfdfdf;
    }

    /* drawer-nav > mobile-utility-area */
    .mobile-utility-area {
        padding: 0;
    }

    /* d-day */
    .mobile-utility-area .d-days {
        padding: 25px 0 !important;
        position: static;
        width: 100%;
        height: 145px;
        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%;*/
        padding: 5px 0;
        line-height: 1.1;
        font-size: 15px;
        font-weight: 300;
        color: #fff;
    }
    .mobile-utility-area .d-days .d-date {
        line-height: 100%;
        font-weight: 700;
        color: #fff;
        font-size: 41px;
    }

    /*.other-logos*/
    .other-logos {
        display: block;
        /*margin: 20px 0 0 0;*/
        padding: 30px 0 0;
        position: static;
        top: 0;
        left: 0;
        /*border-top: 1px solid #eee;*/
    }
    .other-logos img {
        width: 60px;
    }
    .other-logos span {
        font-weight: 400;
    }






    /*******************
        header
    *******************/
    #header {
        display: none !important;
    }

    /*********************
        banner and footer
    *********************/
    /*협찬사 banner-aea*/
    .banner-area {
        display: none;
    }
    /* *******************************************************************
    .organized-by
******************************************************************* */
    .organized-by {
        padding: 30px 20px;
    }
    .organized-by h3 {
        margin: 0 0 30px;
    }
    .organized-by ul li {
        display: block;
        margin: 0 0 20px;
    }
    .organized-by ul li:last-child {
        margin: 0;
    }
    .organized-by ul li:first-child {
        margin-left: 0;
    }

    /*footer*/
    #footer {
        padding: 30px 20px;
    }
    .footer-logo {
        display: none;
    }
    address {
        margin: 0 0 10px;
        padding-left: 0;
    }
    address p.title {
        display: block;
    }
    .copyright {
        padding-left: 0;
        font-size: 14px;
        color: #adacac;
        /* color: #767676; */
    }
    .main .copyright {
        padding-left: 0;
        font-size: 14px;
        color: #adacac;
        /* color: #767676; */
    }

    /* organized */
    .organized .col-md-4:nth-child(2) h4 {
        margin: 50px 0 0;
    }
    .organized .col-md-4 a {
        display: block;
    }
    .organized .col-md-4 a > img {
        float: none;
        display: block;
        vertical-align: middle !important;
    }
    .organized .col-md-4 a > p {
        display: block;
        vertical-align: middle !important;
        line-height: 1.3;
        font-size: 13px;
    }
    .organized .col-md-4 a > p br {
        display: none;
    }

    /* sponsor-list */
    .sponsor-list h5 {
        font-size: 17px;
        font-weight: bold;
        margin: 0 0 15px;
        padding: 0 0 15px;
        border-bottom: 2px solid #eee;
    }
    .sponsor-list .diamond {
        display: block;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .sponsor-list .gold {
        display: block;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .sponsor-list .silver {
        display: block;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .sponsor-list .bronze {
        display: block;
    }
    .sponsor-list .bronze h5 {
        color: #965a38;
        border-color: #965a38;
    }
    .sponsor-list > div > a {
        display: block;
        margin: 0 40px 20px 0;
        vertical-align: middle;
    }
    .sponsor-list > div > a:last-child {
        margin: 0 0 10px 0;
    }
    .sponsor-list > div.bronze > a img {
        width: auto;
    }
    .sponsor-list > p {
        margin-top: 20px;
        line-height: 1.3;
        font-size: 12px;
    }
    .sponsor-list > p > a {
        text-decoration: underline !important;
    }

    /* *******************************************************************
        kofst-info
    ******************************************************************* */
    .kofst-info {
        padding: 20px;
        border-radius: 4px;
    }

}

/* ----------- 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;
    }

}

/* max-width: 320px */
@media only screen
and (max-width: 320px) {

}
