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

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


    /*******************
        layout
    *******************/
    #container {
        min-height: auto;
    }
    #container .table.table-bordered {
        width: 860px;
    }

    /* ==================================================================================
        sub-spot-area
    ================================================================================== */
    .sub-spot-area {
        height: 275px;
        background: #115DA6 url("/2025f/images/main/main_banner01.jpg") 80% bottom no-repeat;
        background-size: cover;
    }

    /* ==================================================================================
        서브배너 - sub-banner
    ================================================================================== */
    .sub-banner {
        padding: 100px 20px 60px;
        background-color: #00000036;
    }
    .sub-banner h1 {
        margin: 0 0 10px;
        font-size: 17px;
        color: #fff;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
    }
    .sub-banner h1 b {
        color: #CB5F3F;
        text-shadow: 1px 1px 2px #00000099;
    }
    .sub-banner h1 .main-title {
        font-size: 21px;
        color: #fff;
        text-shadow: 1px 1px 4px rgba(0,0,0,0.5);
    }
    .sub-banner h2 {
        margin: 0 0 30px;
        font-size: 13px;
        color: #CB5F3F;
        text-shadow: 1px 1px 2px rgb(0 0 0 / 85%);
    }
    .sub-banner p.date {
        /*margin: 0 0 10px;*/
        font-size: 15px;
        color: #ffffe8;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
    }
    .sub-banner p.date b {
        font-size: 17px;
        color: #FFFF80;
    }
    .sub-banner p.place {
        font-size: 15px;
        color: #ffffe8;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
    }

    /* ==================================================================================
        breadcrumb
    ================================================================================== */
    .breadcrumb {
        padding: 0 20px;
    }

    /* ==================================================================================
        article
    ================================================================================== */
    /* article */
    .article {
        min-height: auto;
        padding: 30px 20px 60px;
        font-size: 15px;
    }
    .article > h1.sub-title {
        margin: 0 0 50px;
        font-size: 28px;
    }

    /* section */
    .article .section {
        margin: 0 0 60px;
    }

    .article .section .info-box {
        margin: 20px 0;
        padding: 20px;
    }
    .article .section .info-box p.title {
        margin: 0 0 10px;
        line-height: 1.4;
        font-size: 15px;
        font-weight: 600;
    }
    .article .section .info-box ul {
        margin-left: 20px;
    }
    .article .section .info-box ul li {

    }

    /* ==================================================================================
        article - snb
    ================================================================================== */
    .snb-area {
        margin: 0 0 60px;
    }
    .snb-area h2 {
        display: none !important;
    }
    .snb-area ul.snb {
        margin: 0;
        flex-direction: column;
    }
    .snb-area ul.snb > li {
        display: block;

    }
    .snb-area ul.snb > li > a,
    .snb-area ul.snb.narrow > li > a, .snb-area ul.snb > li.multi > a  {
        display: block;
        width: 100%;
        height: 40px;
        line-height: 40px;
        margin: 0 0 5px;
        padding: 0 20px;
        font-size: 17px;
    }
    .snb-area ul.snb > li.call_for_paper > a{
        padding-top:0 !important;
    }
    .snb-area ul.snb > li.call_for_paper > a:last-child{
        line-height: 40px !important;
    }

    /* ==================================================================================
        article - common
    ================================================================================== */

    /* h2 */
    .article .section h2.section-title {
        margin: 0 0 15px;
        font-size: 19px;
    }
    /*h3*/
    .article .section h2.section-title small {
        margin: 5px 0 20px;
        font-size: 14px;
    }
    /*h3*/
    .article .section h3.semi-title {
        margin: 30px 0 10px;
        font-size: 15px;
    }
    .article .section h3.semi-title > ion-icon {
        font-size: 19px;
    }

    /* p */
    .article .section p.section-paragraph {
        margin: 0 0 20px;
        text-align: left;
    }
    .article .section p.section-info {
        margin: 0 0 5px;
    }
    .article .section p.list-info {
        margin: 10px 0;
    }
    .article .section .description {
        margin-bottom: 5px;
    }

    /* dl */
    .article .section dl.section-dl {

    }
    .article .section dl.section-dl dt {
        margin: 0 0 5px;
    }
    .article .section dl.section-dl dd {
        margin: 0 0 20px;
    }
    .article .section dl.section-dl dd:last-child {
        margin: 0;
    }
    .article .section dl.section-dl dd > ul {
        margin: 0 0 0 20px;
        list-style: disc;
    }
    .article .section dl.section-dl dd > ul li {
        margin: 2px 0;
    }

    /* ul */
    .article .section ul.section-list {
        margin: 0 0 20px 20px;
        list-style: disc;
    }
    .article .section ul.section-list > li {
        margin: 0 0 5px;
        text-align: left;
    }
    .article .section ul.section-list > li.none-disc {
        list-style: none;
    }
    .article .section ul.section-list > li table {
        margin: 5px 0;
    }
    .article .section ul.section-list ul.section-list-second > li {
        list-style: none;
        margin: 0;
        text-align: left;
    }

    /* ol */
    .article .section ol.section-list {
        margin: 0 0 20px 25px;
        list-style: decimal;
    }
    .article .section ol.section-list > li {
        margin: 0 0 5px;
        text-align: left;
    }

    /* table */
    .article .section > .table-responsive {

    }
    .article .section .table-responsive .table {

    }
    .article .section .table-responsive .table th,
    .article .section .table-responsive .table td {
        /*height: 58px;*/
        font-size: 15px;
        border-bottom: 1px solid #dfdfdf;
    }
    .article .section .table-responsive .table tr.header-col th,
    .article .section .table-responsive .table tr.header-col td {
        border-top: 3px double #dfdfdf;
    }
    .article .section .table-responsive .table tr.header-blue td {
        background-color: #f2f9fc;
    }
    .article .section .table-responsive .table thead th {
        padding: 15px 20px;
        text-align: center;
        background-color: #eee;
    }
    .article .section .table-responsive .table.tb-blue thead th {
        padding: 15px 20px;
        text-align: center;
        color: #fff !important;
        border: 1px solid #1074b8;
        border-right: 1px solid #fff;
        background-color: #1074b8 !important;
    }
    .article .section .table-responsive .table.tb-blue thead tr th:last-child {
        border-right: 1px solid #1074b8;
    }
    .article .section .table-responsive .table.tb-program thead th {
        padding: 15px 20px;
        text-align: center;
        color: #fff;
        background-color: #1074b8;
    }
    .article .section .table-responsive .table thead th small {
        font-size: 14px;
    }
    .article .section .table-responsive .table tfoot th {
        padding: 15px 20px;
        text-align: center;
        background-color: #eee;
    }
    .article .section .table-responsive .table tfoot td {
        padding: 15px 20px;
        text-align: center;
        background-color: #f7f7f7;
    }
    .article .section .table-responsive .table tbody th {
        padding: 15px 20px;
        text-align: center;
        background-color: #f7f7f7;
    }
    .article .section .table-responsive .table tbody td {
        padding: 15px 20px;
        white-space: normal;
    }
    .article.special-session .section .table-responsive, .article.tutorial .section .table-responsive {
             width: 100% !important;
            margin-top:20px;
         }
    .article .section .table-responsive .table tbody tr.highlight-gray td {
        background-color: #f0f0f0;
    }
    .article .section .table-responsive .table.tb-program tbody td {
        padding: 5px 10px;
        text-align: center;
        font-size: 15px;
    }
    .article .section .table-responsive .table tbody td ul.disc {
        list-style: disc;
        margin: 5px 0 0 20px;
        text-align: left;
    }
    .article .section .table-responsive .table tbody td img.icon {
        display: inline-block;
        margin: 0 0 0 5px;
        vertical-align: middle;
        border-radius: 20px;
    }
    .article .section .table-responsive .table.tb-white-normal th,
    .article .section .table-responsive .table.tb-white-normal td {
        vertical-align: middle;
        white-space: normal !important;
    }
    .article .section .table-responsive .table tbody td.td-empty {
        background: #eee;
    }
    .article .section .table-responsive .table tbody td .td-title {
        font-weight: 700;
        font-size: 15px;
    }
    .article .section .table-responsive .table tbody td ul.td-list {
        margin: 0 0 0 25px;
        list-style: disc;
    }
    .article .section .table-responsive .table tbody td ul.td-list li {
        margin: 2px 0;
        text-align: justify;
    }
    .article .section > .table-responsive .table tbody td ul.td-list li > ul > li {
        color: #767676;
    }
    .article .section .table-responsive .table tbody td ul.td-list li > ul {

    }
    .article .section .table-responsive .table tbody td ul.td-list li > ul > li {
        font-size: 15px;
        color: #125aac;
    }
    .article .section > .table-responsive .table tbody td .text-info {
        text-align: left;
        font-size: 15px;
    }
    .article .section .table-responsive .table tbody td.article-text {
        padding: 50px;
        border-left: 1px solid #fff !important;
        border-right: 1px solid #fff !important;
    }
    .article .section .table-responsive .table tbody td p {
        text-align: left;
    }

    .table th,
    .table-bordered > tbody > tr > th {
        font-weight: bold !important;
    }

    .tb-announce-online th {
        padding: 20px !important;
    }
    .tb-announce-online.type1 th {
        color: #fff !important;
        border: 1px solid  #de9e17 !important;
        background-color: #de9e17 !important;
    }
    .tb-announce-online.type2 th {
        color: #fff !important;
        border: 1px solid #315f97 !important;
        background-color: #315f97 !important;
    }
    .tb-announce-online td {
        padding: 20px !important;
    }
    .tb-announce-online td ul li {
        margin: 5px 0 5px 15px;
        text-align: left !important;
        font-size: 17px !important;
        list-style: disc !important;
        letter-spacing: -0.45px;
    }

    /* more-info */
    .more-info {
        margin: 0;
    }
    .more-info li {

    }
    .more-info li i {
        margin: 0 5px 0 0;
    }
    .more-info li > ul {
        margin: 0 0 0 20px;
    }

    /* etc-info */
    .etc-info {
        margin: 0;
    }
    .etc-info dl {
        margin: 0 0 0 15px;
    }
    .etc-info dl dt {
        margin: 0 0 5px;
    }
    .etc-info dl dd {
        margin: 0 0 10px;
    }

    /* ----------------------------------------------------------------------------------
        style : detail
    ---------------------------------------------------------------------------------- */
    /* ready */
    .ready-area {
        width: 100%;
        padding: 40px 20px;
    }
    .ready-area h1 {
        margin: 0;
        font-size: 32px;
    }
    .ready-area h1 ion-icons {

    }
    .ready-area h1 em {

    }
    .ready-area .btn-area a {
        margin: 10px;
    }

}


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

}

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

}

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

}

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

}

