@charset "utf-8";
/* ==================================================================================
    [styles.css]
        - stylesheets of sub pages in pages folder
================================================================================== */

/* ==================================================================================
    sub-spot-area
================================================================================== */
.sub-spot-area {
    position: relative;
    height: 280px;
    margin: 0 auto;
    background: #d2ebff url("/2025f/images/main/main_banner02.jpg") 50% 50% no-repeat;
    background-size: cover;
}

/* ==================================================================================
    서브배너 - sub-banner
================================================================================== */
.sub-banner {
    position: relative;
    padding-top: 60px;
}
.sub-banner h1 {
    margin: 0 0 10px;
    line-height: 1.3;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    letter-spacing: -0.45px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
.sub-banner h1 b {
    color: #FFFF80;
}
.sub-banner h1 .main-title {
    font-size: 35px;
    font-weight: 600;
    color: #fff;
    letter-spacing: -0.25px;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.5);
}
.sub-banner h2 {
    margin: 0 0 28px;
    font-size: 20px;
    font-weight: bold;
    color: #bee4ff;
    text-shadow: 1px 1px 2px rgb(0 0 0 / 85%);
}
.sub-banner p.date {
    font-size: 19px;
    font-weight: 500;
    color: #ffffffe8;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
.sub-banner p.date b {
    font-size: 21px;
    color: #FFFF80;
}
.sub-banner p.place {
    font-size: 19px;
    font-weight: 500;
    color: #ffffffe8;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

/* ==================================================================================
    breadcrumb
================================================================================== */
.breadcrumb {
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0;
    border-bottom: 0px dotted #eee;
    background-color: #fff;
}
.breadcrumb ul {
    text-align: right;
    color: #999;
}
.breadcrumb ul li {
    display: inline-block;
    margin-left: 8px;
    font-size: 13px;
    font-weight: 300;
}
.breadcrumb ul li:last-child {
    color: #999;
}
.breadcrumb ul li a:link {
    font-weight: 300;
    color: #999;
}

/* ==================================================================================
    article
================================================================================== */
/* article */
.article {
    min-height: 800px;
    padding: 50px 0 80px;
    font-size: 17px;
    font-weight: 400;
}
.article > h1.sub-title {
    margin: 0 0 80px;
    text-align: center;
    font-size: 42px;
    font-weight: 600;
    letter-spacing: -0.45px;
}
.article > h1 small {
    display: block;
    margin: 5px 0 0;
    font-size: 15px;
    font-weight: 300;
}
.article .line-break {
    display: block;
}
.article .line-break.l20 {
    margin-left: 20px;
}
.article .line-break.l85 {
    margin-left: 85px;
}

/* section */
.article .section {
    margin: 0 0 60px;
}
.article .section img {
    max-width: 100%;
}

.article .section .info-box {
    margin: 20px 0;
    padding: 30px;
    background-color: #EDF3FC;
}
.article .section .info-box p.title {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 600;
}
.article .section .info-box ul {
    margin-left: 20px;
    list-style: disc;
}
.article .section .info-box ul li {
    text-align: left;
}

/* ==================================================================================
    article - snb
================================================================================== */
.snb-area {
    margin: 0 0 80px;
}
.snb-area h2 {
    display: none !important;
}
.snb-area ul.snb {
    margin: 0;
    text-align: center;
    display: flex;
    justify-content: center;
}
.snb-area ul.snb > li {
    display: inline-block;
    text-align: center;
}
.snb-area ul.snb > li.multi > a {
    height: 70px;
    line-height: 70px;
    padding: 0 20px;
}
.snb-area ul.snb > li.multi > a > span {
    display: inline-block;
    line-height: 1.2;
    padding-top: 12px;
}

.snb-area ul.snb > li > a {
    position: relative;
    display: block;
    width: 240px;
    height: 50px;
    line-height: 50px;
    margin: 0 5px;
    padding: 0 20px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #999;
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    transition: all 0.25s;
}
.snb-area ul.snb > li > a.active,
.snb-area ul.snb > li > a:hover {
    color: #fff;
    border: 1px solid #0f5ba9;
    background-color: #0f5ba9;
}
.snb-area ul.snb.narrow > li > a {
    width: 180px;
    height: 50px;
    line-height: 50px;
}

/* ==================================================================================
    article - common
================================================================================== */
.article .section .bg-text {
    padding: 2px;
    background: rgba(37,97,232,0.1);
}

/* h1 */
.article .section h1.section-title {
    margin: 60px 0 30px;
    font-size: 35px;
    font-weight: 700;
    color: #0f5ba9;
    text-align: center;
}

/* h2 */
.article .section h2.section-title {
    margin: 60px 0 15px;
    font-size: 21px;
    font-weight: 800;
    color: #0f5ba9;
}
.article .section h2.section-title:first-child {
    margin-top: 0;
}
/*h3*/
.article .section h2.section-title small {
    display: block;
    margin: 5px 0 20px;
    font-size: 14px;
    color: #999;
}
/*h3*/
.article .section h3.semi-title {
    position: relative;
    margin: 30px 0 10px;
    font-size: 17px;
    font-weight: 700;
}
.article .section h3.semi-title > ion-icon {
    position: absolute;
    left: 5px;
    top: 5px;
    display: inline-block;
    vertical-align: middle;
    font-size: 19px;
}
.article .section h3.semi-title i {
    margin-right: 5px;
}
.article .section h3.semi-title > span {
    display: inline-block;
    padding-left: 22px;
    vertical-align: middle;
}
.article .section h3.semi-title span.bg-text {
    padding: 5px 7px 5px 27px;
    line-height: 1.3;
}
.article .section h3.semi-title.highlight {
    color: #0068B7;
}

/* p */
.article .section p.section-paragraph {
    margin: 0 0 20px;
    text-align: justify;
    font-weight: 500;
}
.article .section p.section-info {
    margin: 0 0 5px;
}
.article .section p.list-info {
    margin: 10px 0;
}
.article .section .description {
    margin-bottom: 5px;
}
.article .section p.highlight-p {
    display: inline-block;
    margin: 0;
    padding: 5px 15px;
    font-size: 15px;
    color: #33f;
}

/* 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: justify;
}
.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: justify;
}

/* 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: justify;
}

/* 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: 17px;
    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: 10px 20px;
    text-align: center;
    color: #fff !important;
    border: 1px solid #6ca3c9;
    border-right: 1px solid #fff;
    background-color: #6ca3c9 !important;
}
.article .section .table-responsive .table.tb-blue thead th {
    padding: 10px 20px;
    text-align: center;
    color: #fff !important;
    border: 1px solid #1074b8;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    background-color: #1074b8 !important;
}
.article .section .table-responsive .table.tb-blue th.bg-blue {
    padding: 15px 20px;
    text-align: center;
    color: #fff !important;
    border: 1px solid #1074b8;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    background-color: #1074b8 !important;
}
.article .section .table-responsive .table.tb-blue tr:last-child th.bg-blue {
    border-bottom: 1px solid #1074b8;
}
.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 th > span {
    font-size: 14px;
    color:#6ca3c9;
}
.article .section .table-responsive .table tbody td {
    padding: 15px 20px;
    word-break: keep-all;
}
.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: 17px;
}
.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: 17px;
}
.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: 500 !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;
}

/*intro-box*/
.intro-box {
    border: 1px solid #d6e6fc;
    background: #f8fcfe;
    padding: 20px 30px;
    margin-bottom: 30px;
    text-align: justify;
    word-break: keep-all;
    border-radius: 2px;
}
.intro-box h3 {
    margin: 0 0 10px;
    font-size: 19px;
    font-weight: 700;
}
.intro-box p {
    font-size: 17px;
}
.intro-box .intro-list {
    list-style: disc;
    margin-left: 17px;
}

/* info-box */
.info-box {
    margin: 5px 0 10px;
    padding: 0 5px;
    border: 1px solid #d6e6fb;
    border-radius: 5px;
    background-color: #f4faff;
}
.info-box ul {
    margin: 0 0 0 20px;
}
.info-box ul li {
    margin: 5px 0;
    list-style: square;
    letter-spacing: -0.45px;
    font-size: 14px;
    color: #0c3c92;
}
.info-box ul.none-disc li {
    list-style: none;
}

/* ----------------------------------------------------------------------------------
    style : detail
---------------------------------------------------------------------------------- */
/* ready */
.ready-area {
    width: 100%;
    padding: 50px;
    border: 1px solid #eee;
    border-radius: 20px;
    background-color: #fafafa;
}
.ready-area h1 {
    margin: 0;
    text-align: center;
    font-size: 36px;
    color: #bbb;
}
.ready-area h1 ion-icon {
    display: inline-block;
    vertical-align: top;
    line-height: 1;
    margin-right: 5px;
}
.ready-area h1 em {
    display: inline-block;
    vertical-align: top;
    line-height: 1;
}
.ready-area .btn-area {
    display: none;
}
.ready-area .btn-area a {
    margin: 0 10px;
}
.ready-area .btn-area a i {
    margin-right: 7px;

}

/*button*/
.article .section .btn-area {
    margin: 30px 0;
    /*padding-top: 40px;*/
}
.article .section .btn-area.btn-area-collapse {
    margin: 10px 0 0;
}
.article .section .btn-area .btn i {
    margin: 0 7px 0 0;
}

/* btn-download */
.article .section .btn-download.clearfix {
    position: relative;
    display: inline-block !important;
    overflow: hidden;
    max-width: 340px;
    height: 55px;
    margin: 0 10px;
    transition: all 0.25s;
}
.article .section .btn-download .download-icon {
    float: left;
    display: inline-block;
    width: 50px;
    height: 55px;
    margin: 0;
    border: 1px solid #ccc;
    border-right: 0;
    border-radius: 4px 0 0 4px;
    background-color: #fff;
}
.article .section .btn-download .download-icon i {
    margin-top: 10px;
    font-size: 30px;
    color: #999;
    transition: all 0.25s;
}
.article .section .btn-download .download-icon i.pdf {
    color: #ff3f39;
}
.article .section .btn-download .download-icon i.hwp {
    color: #009ad7;
}
.article .section .btn-download .download-icon i.excel {
    color: #1e9f75;
}
.article .section .btn-download .download-icon i.word {
    color: #0167B9;
}

.article .section .btn-download .file-con-area {
    float: left;
    display: inline-block;
    width: 210px;
    height: 55px;
    margin: 0;
    padding: 10px 10px 10px 0;
    text-align: left;
    border: 1px solid #ddd;
    border-left: 0;
    border-radius: 0 4px 4px 0;
    background-color: #fff;
}
.article .section .btn-download .file-con-area .title {
    display: block;
    width: 170px;
    padding-bottom: 2px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 1;
    text-align: left;
    vertical-align: middle;
    font-size: 14px;
    font-weight: normal;
    color: #333;
}

.article .section .btn-download .file-con-area .file-info-area {
    margin: 0 0 5px;
    line-height: 1.1;
}
.article .section .btn-download .file-con-area .file-info-area .file-size {
    display: inline-block;
    font-size: 11px;
    color: #999;
}
.article .section .btn-download .file-con-area .file-info-area .file-size::after {
    content: '-';
    margin: 0 5px;
}
.article .section .btn-download .file-con-area .file-info-area .file-etc {
    display: inline-block;
    font-size: 11px;
    color: #999;
}
.article .section .btn-download .file-con-area .file-info-area .file-etc i {
    color: #999;
}

.article .section .btn-download .file-con-area .btn-inner {
    position: absolute;
    top: 15px;
    right: 10px;
    display: block;
    width: 28px;
    height: 24px;
    line-height: 22px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 2px;
    background-color: #f4f4f4;
}
.article .section .btn-download:hover .file-con-area .btn-inner {
    border: 1px solid #ccc;
    background-color: #f0f0f0;
}

.article.call-for-paper small.type1 {
    font-size: 12px;
    letter-spacing: -0.75px;
}
.article.call-for-paper small.type2 {
    font-size: 13px;
    letter-spacing: 0.45px;
}
.article.call-for-paper small.type3 {
    font-size: 13px;
    letter-spacing: 0.25px;
}

/***************************************************************************
    반응형 스타일
***************************************************************************/
/* max-width: 768px */
@media only screen
and (max-width: 768px) {

    /***************************************************************************
        공통
    ***************************************************************************/


}

