<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ----------- Common ----------- */
/* max-width: 768px */
@media only screen
and (max-width: 768px) {

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


    /*******************
        layout
    *******************/
    .article .section .btn-more {
        margin: 0 0 5px;
    }

    .nav-tabs.nav-tabs-custom &gt; li &gt; a {
        padding: 10px;
        letter-spacing: -0.45px;
        font-size: 15px;
    }

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

    /*******************
        contents
    *******************/
    /* 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;
    }

    /* �몄궗梨꾩슜 �ㅻ챸�� (遺���) */
    /* kiee-festical-booth-list */
    .kiee-festical-booth-list {

    }
    .kiee-festical-booth-list li {
        float: none;
        width: 100%;
        margin: 0 0 30px;
    }
    .kiee-festical-booth-list li .name {
        border-right: 1px solid #dfdfdf;
        border-left: 1px solid #dfdfdf;
    }
    .kiee-festical-booth-list li .link {
        border-right: 1px solid #dfdfdf;
        border-left: 1px solid #dfdfdf;
    }
    .kiee-festical-booth-list li .logo img {
        border-top: 1px solid #dfdfdf;
        border-right: 1px solid #dfdfdf;
        border-bottom: 1px solid #dfdfdf;
        border-left: 1px solid #dfdfdf;
    }

    /* kiee-disec-list */
    .kiee-disec-list {

    }
    .kiee-disec-list li {
        float: none;
        width: 100%;
        margin: 0 0 30px;
    }

    /* iframe */
    .video-area {

    }
    .video-area iframe {
        width: 100%;
        height: 200px;
    }
}

/* ----------- 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 &gt; h1.sub-title {
        line-height: 1.3;
        font-size: 24px;
    }
    .intro-box {
        padding: 15px;
        word-break: break-all;
    }
    .article .section ul.section-list &gt; 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) {


}
</pre></body></html>