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

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


    /*******************
        layout
    *******************/
    /* conference-name */
    .conference-name {
        display: none;
        height: 140px;
        padding: 50px 20px;
    }
    .conference-name .title {
        margin: 0 0 10px;
        padding: 20px 0 0;
        line-height: 1.1;
        text-align: right;
        font-size: 24px;
        color: rgba(255,255,255,0.75);
    }
    .conference-name .info {
        line-height: 1.1;
        text-align: right;
        font-size: 13px;
        color: rgba(255,255,255,0.65);
    }

    /* breadcrumb */
    .breadcrumb {
        overflow: hidden;
        margin-top: 50px;
        padding: 0 20px;
        border-radius: 0;
    }

    /* article */
    .article {
        min-height: 800px;
        padding: 0 20px 50px;
        box-shadow: 0 2px 7px rgba(0,0,0,0.25);
    }
    .article > h1.sub-title {
        margin: 0 0 40px;
        padding: 20px 0 15px;
        font-size: 32px;
        font-weight: 700;
        border-bottom: 1px solid #eee;
    }
    .article > h1 small {
        display: block;
        margin: 5px 0 0;
        font-size: 15px;
        font-weight: 300;
    }

    /*******************
        contents
    *******************/

    /* greetings */
    .greetings p.txt {
        padding-left: 0;
    }
    .chairman-pic {
        float: none;
        width: 150px;
        margin: 0 auto 40px;
        text-align: center;
    }
    .chairman-pic img {
        display: inline-block;
    }

    .chairman-pic span {
        display: inline-block;
    }

    /* published_thesis */
    .published-thesis .more-info {
        margin: 0 0 30px;
        padding: 20px;
    }

    /* published-thesis .tab-area */
    .published-thesis .tab-area {

    }
    .published-thesis .tab-area ul {
        margin: 0 0 30px;
    }
    .published-thesis .tab-area ul li {
        float: left;
        width: 33.3333333%;
    }
    .published-thesis .tab-area ul li a {
        padding: 10px;
        font-size: 15px;
    }

    /* .published-thesis .anchor-area */
    .published-thesis .anchor-area {

    }
    .published-thesis .anchor-area h3.anchor-title {
        display: block;
        font-size: 13px;
    }
    .published-thesis .anchor-area ul li {
        float: none;
        width: 100%;
    }
    .published-thesis .anchor-area ul li p.txt1 {
        font-size: 13px;
    }
    .published-thesis .anchor-area ul li a {
        font-size: 12px;
    }
    .published-thesis .anchor-area ul.special li a {
        height: auto;
    }

    /* .list-area */
    .published-thesis .pregentation-area .list-area ul li {
        margin: 0;
        padding: 10px 0;
        border-bottom: 1px solid #eee;
    }
    .published-thesis .pregentation-area .list-area ul li:last-child {
        border-bottom: 2px solid #ccc;
    }
    .published-thesis .pregentation-area .list-area ul li .num {
        float: none;
        display: block;
        width: 40px;
        height: 20px;
        line-height: 20px;
        margin: 0 0 5px;
        text-align: center;
        border-radius: 2px;
        background-color: #ccc;
    }
    .published-thesis .pregentation-area .list-area ul li .num span {
        font-size: 12px;
        font-weight: normal;
        color: #fff;
    }

    .published-thesis .pregentation-area .list-area ul li .con {
        float: none;
        width: 100%;
        margin: 0;
    }
    .published-thesis .pregentation-area .list-area ul li .con .title {
        margin: 0 0 2px;
        font-size: 14px;
    }
    .published-thesis .pregentation-area .list-area ul li .con .author {
        font-size: 12px;
    }
    .published-thesis .pregentation-area .list-area ul li .con .author i {
        font-size: 12px;
    }

    /* sponsor */
    .sponsor-banner li a img {
        max-height: none;
    }
    .sponsor01 li {
        width: 100%;
    }
    .sponsor-banner li {
        padding-right: 0;
    }
    .sponsor02 li a img {
        height: auto;
    }
    .sponsor02 li {
        width: 100%;
    }

    /* 협찬업체 */
    .sponsor-list li{
        line-height: 1.5;
        font-size: 12px;
        vertical-align: middle;
        text-align: center;
        letter-spacing: -1px;
    }

    /* 좌장 명단 */
    .tb-organization ul.multi li {
        float: none;
        width: auto;
    }

    /* search-area */
    .nav-tabs.nav-tabs-custom {
        text-align: left;
        border: 0;
    }
    .nav-tabs.nav-tabs-custom > li {
        width: 50%;
        margin: 0;
        padding: 3px;
    }
    .nav-tabs.nav-tabs-custom > li > a {
        height: 40px;
        margin: 0;
        padding: 10px 5px;
        text-align: center;
        font-size: 13px;
        color: #767676;
        border: 1px solid #dfdfdf;
        background-color: #eee;
        border-radius: 4px;
    }
    .nav-tabs.nav-tabs-custom > li.active > a,
    .nav-tabs.nav-tabs-custom > li.active > a:hover,
    .nav-tabs.nav-tabs-custom > li.active > a:focus {
        color: #fff !important;
        font-weight: bold;
        border: 1px solid #337ab7;
        background-color: #337ab7 !important;
    }

    .kipe-faq .faq_list > li > dl > dt a span.faqTit {
        width: 75%;
    }
}

/* ----------- 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) {

    /*******************
        form
    *******************/
    .paper-form .radio-inline {
        float: none !important;
        width: 100% !important;
        margin: 0 0 7px !important;
    }
    .paper-form .w50 {
        width: 100% !important;
    }
}

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

    /*******************
        layout
    *******************/
    /* conference-name */
    .conference-name .info {
        font-size: 13px;
        letter-spacing: -0.75px;
    }

    /*******************
        contents
    *******************/
    .article .section .btn-area {
        padding: 0;
        text-align: center !important;
    }
    .article .section .btn-area .btn,
    .ready-area .btn-area .btn {
        display: block;
        width: 100%;
        margin: 0 0 5px !important;
    }

    /* ready */
    .ready-area {
        padding: 50px 30px 30px;
    }
    .ready-area h1 {
        margin: 0 0 50px;
        font-size: 32px;
    }

}

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

    /*******************
        layout
    *******************/
    /* breadcrumb */
    .breadcrumb ul li {
        display: inline-block;
        max-width: 200px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    /*******************
        contents
    *******************/
    .article > h1.sub-title {
        line-height: 1.3;
        font-size: 24px;
    }
    .intro-box {
        padding: 15px;
        word-break: break-all;
    }
    .article .section ul.section-list > li {
        word-break: break-all;
    }

}

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

    /*******************
        layout
    *******************/
    /* conference-name */
    .conference-name {
        height: 110px;
        padding: 50px 20px;
    }
    .conference-name .title {
        margin: 0;
        padding: 20px 0 0;
        font-size: 20px;
    }
    .conference-name .info {
        display: none;
    }

}

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


}
