@charset "utf-8";
/* ==================================================================================
    [pages.css]
        - stylesheets of sub pages in pages folder
================================================================================== */
/* *******************************************************************
	layout
******************************************************************* */
hr.divline {
    display: block;
    visibility: visible;
    margin: 50px 0;
    width: 100%;
    height: 32px;
    background: #fff url("/images/bg/bg_divline.jpg") 50% top no-repeat;
}

/* *******************************************************************
	snb
******************************************************************* */
.snb-area {
    display: none;
    position: relative;
    padding: 20px 0 27px;
    background: url(/images/bg/pattern_diagonal_line.png) left bottom repeat-x;
}
.snb-title {
    display: none;
}

.gallery .snb-area,
.videos .snb-area,
.guidebook .snb-area {
    display: block;
}

/* snb */
.snb {
    display: flex;
    justify-content: center;
    align-items: center;

    position: relative;
    width: 100%;
    text-align: center;
}
.snb > li {
    display: inline-block;
}
.snb > li > a {
    display: block;
    width: 200px;
    height: 50px;
    line-height: 50px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin: 0 4px;
    padding: 0 10px;
    text-align: center;
    font-size: 19px;
    color: #999;
    border-radius: 50px;
    background-color: #fafafa;
    transition: all 0.25s;
}
.snb > li > a:hover {
    color: #fff;
    background-color: #999;
}
.snb > li.active > a,
.snb > li.active > a:hover {
    color: #fff;
    background-color: #3f568a;
}

/* ----------------------------------------------------------------------------------
    style : common contents
---------------------------------------------------------------------------------- */
/* breadcrumb */
.breadcrumb {
    margin: 0;
    padding: 0;
    border-radius: 0;
    background: #00020a url(/images/pages/bg_sub_breadcrumb.jpg) center bottom no-repeat;
}
.breadcrumb .inner-wrap {
    position: relative;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    gap: 40px;

    height: 240px;
}
.breadcrumb .inner-wrap h2 {
    font-size: 48px;
    font-weight: 800;
    color: rgba(255,255,255,0.9);
}

.breadcrumb ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 7px;

    position: absolute;
    right: 24px;
    bottom: 20px;
    text-align: right;
}
.breadcrumb ul li {
    display: flex;
    justify-content: center;
    align-items: center;

    font-size: 15px;
    font-weight: 700;
    color: rgba(255,255,255,0.9);
}
.breadcrumb ul li a {
    display: flex;
    justify-content: center;
    align-items: center;

    font-size: 15px;
    font-weight: 700;
    color: rgba(255,255,255,0.9);
}
.breadcrumb ul li .feather {
    width: 17px;
    height: 17px;
}

/* article */
.article {
    min-height: 720px;
    padding: 60px 0 80px;
}
.article > h1 {
    position: relative;
    margin: 0 0 40px;
    padding: 0;
    line-height: 1.2;
    font-size: 32px;
    font-weight: 700;
}

/* section */
.article .section {
    margin: 0 0 60px;
    font-size: 17px;
}
.article .section h3 {
    margin: 20px 0 10px;
    font-size: 17px;
    font-weight: 800;
    color: #126FE0;
}
.article .section p {
    margin: 0 0 30px;
}
.article .section .site_title p {
    margin: 0 0 10px;
}
.article .section img {
    max-width: 100%;
}

/*intro-box*/
.intro-box {
    padding: 24px;
    margin-bottom: 40px;
    border: 1px solid #d6e6fc;
    border-radius: 2px;
    background: #f1f7fe;
}
.intro-box h3 {
    margin: 0 0 10px;
    font-size: 19px;
    font-weight: 700;
    color: #1e3374;
}
.intro-box p {
    font-size: 17px;
}
.intro-box p:last-child {
    margin-bottom: 0 !important;
}
.intro-box .intro-list {
    margin-top: 10px;
    list-style: disc;
    margin-left: 15px;
}
.intro-box .intro-list li {
    margin: 5px 0;
}

/* h1 */
h1.section-title {
    margin: 0 0 20px;
    padding: 0;
    line-height: 1.1;
    letter-spacing: -0.25px;
    font-size: 24px;
    font-weight: 700;
    color: #ff6d68;
}

/* h2 */
.article .section h2.section-title {
    margin: 50px 0 20px;
    font-size: 24px;
    font-weight: 800;
    color: #126FE0;
}
.article .section h2.section-title:first-child {
    margin-top: 0;
}
.article .section h2.section-title small {
    display: inline-block;
    font-size: 15px;
    color: #ff6d68;
}

/*h3*/
.article .section h3.semi-title {
    margin: 20px 0 10px;
    font-size: 15px;
    color: #1179f0;
}
.article .section h3.semi-title:first-child {
    margin: 0 0 10px;
}

/* p */
.article .section p.section-paragraph {
    margin: 0 0 20px;
    text-align: justify;
    font-weight: 300;
}
.article .section p.section-info {
    margin: 0 0 5px 5px;
}
.article .section .description {
    margin-bottom: 5px;
}
.article .section .thm-img img {
    max-width: 100%;
    margin: 0;
    padding: 20px;
    border: 1px solid #dfdfdf;
    border-radius: 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: justify;
}
.article .section ul.section-list > li.thm {
    padding: 10px;
    border: 3px solid #dfdfdf;
}
.article .section ul.section-list > li.none-disc {
    list-style: none;
}
.article .section ul.section-list.none-disc {
    margin-left: 0;
    list-style: none;
}
.article .section ul.section-list ul.section-list-second > li {
    list-style: none;
    margin: 0;
    text-align: justify;
}

.article .section ul.sub-list {
    list-style: disc;
}
.article .section ul.sub-list li {
    margin-left: 20px;
    font-size: 14px;
    color: #377bb3;
}
.article .section ol.sub-list {
    list-style: decimal;
}
.article .section ol.sub-list li {
    margin-left: 20px;
    font-size: 14px;
    color: #377bb3;
}

/* 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 .small {
    display: block;
    font-size: 12px;
}
.article .section .table-responsive .table thead th {
    text-align: center;
    background-color: #eee;
}
.article .section .table-responsive .table tbody th {
    text-align: center;
    font-weight: bold;
    background-color: #f7f7f7;
}
.article .section .table-responsive .table tbody td {

}
.article .section .table-responsive .table tbody td.bg-warning {
    font-weight: 700;
}
.article .section .table-responsive .table tbody td .td-title {
    font-weight: 700;
}
.article .section .table-responsive .table tbody td ul.td-list {
    margin: 0 0 0 15px;
    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;
}

/* tb-header */
.tb-header th {
    text-align: center;
    background-color: #eee;
}
.tb-header tbody th {
    text-align: center;
    background-color: #f7f7f7;
}

/*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;
    max-width: 340px;
    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 #ddd;
    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 .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;
}

/* more-info */
.more-info {
    margin: 0;
}
.more-info > li {
    margin: 5px 0;
}
.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
---------------------------------------------------------------------------------- */
/* organizations */
.article.organizations {

}

/* notice */
.notice-title {
    font-weight: bold;
    cursor: pointer;
}
.notice-title.empty:hover {
    color: #35404f;
}
.notice-text {
    margin: 10px 0 0;
    padding: 10px 0 0;
    border-top: 1px solid #eee;
}
.notice-text p {
    margin: 0 0 10px;
    font-size: 14px;
}

/* ready */
.ready-area {
    width: 100%;
    padding: 80px 50px 50px;
    border: 1px solid #eee;
    border-radius: 2px;
    background-color: #f0f0f0;
}
.ready-area h1 {
    margin: 0 0 80px;
    text-align: center;
    font-size: 36px;
    color: #bbb;
}
.ready-area .btn-area {

}
.ready-area .btn-area a {
    margin: 0 10px;
}
.ready-area .btn-area a i {
    margin-right: 7px;

}

/*capstone*/
.indent_120 {
    padding-left: 120px;
    text-indent: -120px;
}
.indent_43 {
    padding-left: 43px;
    text-indent: -43px;
}
.indent_70 {
    padding-left: 70px;
    text-indent: -70px;
}
.poster-area:after {
    content: '';
    display: block;
    clear: both;
}
.poster-area .section-list {
    float: left;
    width: 65%;
}
.poster-area figure {
    float: right;
    width: 30%;
}
.poster-area figure img {
    width: 180px;
}
.poster-area figure figcation {
    font-size: 14px;
    display: block;
}

/* ----------------------------------------------------------------------------------
    Committee
---------------------------------------------------------------------------------- */
.session-top {
    width: 100%;
    margin: 0 0 50px;
}
.session {
    float: left;
    width: 50%;
    padding-right: 50px;
}
.session h2.section-title:first-child {
    margin-top: 0 !important;
}
.session h2.section-title {
    margin-top: 50px !important;
}
.session h3,
.session-top h3 {
    margin: 0 0 20px;
    font-size: 16px;
    font-weight: 400;
}
.session h3 span,
.session-top h3 span {
    display: block;
    margin: 5px 0 0;
    font-size: 13px;
    color: #767676;
}
/* ----------------------------------------------------------------------------------
    Plenary Speakers / Tutorials
---------------------------------------------------------------------------------- */
.profile-area {
    margin: 0 0 30px;
}
.profile-area .thm {
    float: left;
    width: 180px;
    margin-right: 30px;
}
.profile-area .title {
    margin: 0 0 20px;
    padding: 0;
    line-height: 1.1;
    letter-spacing: -0.25px;
    font-size: 24px;
    font-weight: 700;
    color: #ff6d68;
}
.profile-area .name {
    margin: 0 0 10px;
    padding: 0;
    line-height: 1.1;
    font-size: 18px;
    font-weight: 700;
    color: #333;
}
.profile-area .organ {
    margin: 0 0 10px 225px;
    padding: 0;
    line-height: 1.1;
    font-size: 13px;
    font-weight: 400;
    color: #333;
}
.profile-area .organ li {
    list-style: disc;
    margin: 0 0 2px;
    line-height: 1.3;
}
/* ----------------------------------------------------------------------------------
    Process Bar
---------------------------------------------------------------------------------- */
.wizard_horizontal ul.wizard_steps {
    display: table;
    list-style: none;
    position: relative;
    width: 100%;
    margin: 0 0 20px;
}

.wizard_horizontal ul.wizard_steps li {
    display: table-cell;
    text-align: center;
}

/* step1 */
.wizard_horizontal ul.wizard_steps li#step-1 {

}
.wizard_horizontal ul.wizard_steps li#step-1 a {
    text-align: left;
}

/* step2 */
.wizard_horizontal ul.wizard_steps li#step-2 {

}
.wizard_horizontal ul.wizard_steps li#step-2 a {

}

/* step3 */
.wizard_horizontal ul.wizard_steps li#step-3 {

}
.wizard_horizontal ul.wizard_steps li#step-3 a {
    text-align: right;
}

.wizard_horizontal ul.wizard_steps li a, .wizard_horizontal ul.wizard_steps li:hover {
    display: block;
    position: relative;
    -moz-opacity: 1;
    filter: alpha(opacity= 100);
    opacity: 1;
    color: #666;
}

.wizard_horizontal ul.wizard_steps li a:before {
    content: "";
    position: absolute;
    height: 7px;
    background: #ccc;
    top: 25px;
    width: 100%;
    z-index: 2;
    left: 0;
}

/* step */
.wizard_horizontal ul.wizard_steps li a {
    display: block;
}

.wizard_horizontal ul.wizard_steps li a .step_no {
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 100px;
    display: inline-block;
    margin: 0 auto 5px;
    font-size: 16px;
    text-align: center;
    position: relative;
    z-index: 3;
}
.wizard_horizontal ul.wizard_steps li a .step_no,
.wizard_horizontal ul.wizard_steps li a.disabled .step_no {
    color: #fff;
    background: #ccc;
}
.wizard_horizontal ul.wizard_steps li.selected a:before,
.wizard_horizontal ul.wizard_steps li.selected a .step_no {
    background: #34495E;
    color: #fff;
}

.wizard_horizontal ul.wizard_steps li a.done:before, .wizard_horizontal ul.wizard_steps li a.done .step_no {
    background: #1ABB9C;
    color: #fff;
}
/* step text */
.wizard_horizontal ul.wizard_steps li a .step_descr {
    display: block;
}

/* step line */
.wizard_horizontal ul.wizard_steps li:first-child a:before {
    left: 0%;
}

.wizard_horizontal ul.wizard_steps li:last-child a:before {
    right: 0%;
    width: 100%;
    left: auto;
}
/* ----------------------------------------------------------------------------------
    약관동의
---------------------------------------------------------------------------------- */
.text-box {
    font-size: 13px;
    height: 160px;
    margin: 0 0 10px;
    padding: 20px;
    overflow-y: scroll;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    background-color: #f7f7f7;
}
