/* ----------- 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: 260px;
        background: #115DA6 url("/images/main/2025/main_banner_02.jpg") left top no-repeat;
        background-size: cover;
    }

    /* ==================================================================================
        서브배너 - sub-banner
    ================================================================================== */
    .sub-banner {
        padding: 100px 20px 0;
    }
    .sub-banner h1 {
        margin: 0 0 10px;
        font-size: 17px;
    }
    .sub-banner h1 .main-title {
        font-size: 21px;
    }
    .sub-banner h2 {
        margin: 0 0 30px;
        font-size: 13px;
    }
    .sub-banner p.date {
        /*margin: 0 0 10px;*/
        font-size: 15px;
    }
    .sub-banner p.date b {
        font-size: 17px;
    }
    .sub-banner p.place {
        font-size: 15px;
    }

    /* ==================================================================================
    breadcrumb
================================================================================== */
    .breadcrumb {
        height: auto;
        line-height: 1.3;
        margin: 0 0 20px;
        padding: 10px 20px;
        border-bottom: 0px dotted #eee;
        background-color: #fff;
    }
    .breadcrumb ul {
        text-align: right;
    }
    .breadcrumb ul li {
        display: inline-block;
        margin-left: 8px;
        font-size: 13px;
    }
    .breadcrumb .depth3 {
        display: none;
    }

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

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

    .article .section .info-box {
        margin: 20px 0;
        padding: 20px;
    }
    .article .section .info-box.btn-area {
        margin: 20px 0;
        padding: 10px;
    }
    .article .section .info-box.btn-area a {
        margin-bottom: 5px;
    }
    .article .section .info-box.btn-area a:last-child {
        margin-bottom: 0;
    }
    .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 - events-nav
    ================================================================================== */
    .events-nav {
        display: none;
    }

    /* ==================================================================================
        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,.snb-area ul.snb.wide > li > a,.snb-area ul.snb > li.single-block > a,.snb-area ul.snb > li.w-280 > 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;
    }


    /* 하이라이트 메뉴 */
    .snb-area ul.snb > li.active-main {
        position: static;
        margin: 0 0 10px;
        padding: 10px;
        background-color: #F3FCF9;
    }
    .snb-area ul.snb > li.active-main > a {
        display: block;
        margin: 0 5px;
        color: #fff;
        border: 1px solid #2CC283;
        background-color: #2CC283;
    }
    .snb-area ul.snb > li.active-main > a:hover {
        border: 1px solid #239C69;
        background-color: #239C69;
    }

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

    .article .section.events_info {
        flex-direction: column;
    }

    .article .section.events_info .events_info_box {
        width:100% !important;
        margin:20px 0!important;
    }

    .article .section.events_info .events_info_box:first-child,.article .section.events_info .events_info_box:nth-child(2) {
        margin-top:20px !important;
    }
    /*논문 제출 안내*/
    .article .section .poster-session .poster-text {
        width: 100% !important;
    }
    .article .section .poster-session .poster-img {
        width: 65% !important;
    }
    .sponsor-list li {
        padding: 12px 5px !important;
        line-height: 1.2 !important;
        font-size: 15px !important;
    }
    .sponsor-list.multi-column.column-5 {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }

}


/* ----------- 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) {
    .sponsor-list.multi-column.column-5 {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}

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

}

