/*!* contact.vm *!*/
/*.map-area {*/
/*    width: 100%;*/
/*    height: 400px;*/
/*    margin: 0 0 30px;*/
/*}*/
/*#marker-title {*/
/*    width: 200px;*/
/*    height: 40px;*/
/*}*/
/*#marker-title h1 {*/
/*    height:40px;*/
/*    line-height:40px;*/
/*    font-size: 15px;*/
/*}*/

/* *******************************************************************
	layout
******************************************************************* */
.innerwrap{
    position: relative;
    width: 1400px;
    margin: 0 auto;
    padding: 0 24px;
}

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;
}

/* ----------------------------------------------------------------------------------
    style : common contents
---------------------------------------------------------------------------------- */
/* conference-name */
.conference-name {
    height: 200px;
    background: url("/images/bg/sub_banner01.jpg") right center no-repeat;
}
.conference-name .title {
    margin: 0 0 10px;
    padding: 90px 0 0;
    line-height: 1.1;
    font-size: 28px;
    font-weight: 700;
    color: #000000;
    /*text-shadow: 0 0 7px rgba(0,0,0,0.5);*/
}
.conference-name .sub-title {

}
.conference-name .info {
    line-height: 1.1;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    /*text-shadow: 0 0 3px rgba(0,0,0,0.5);*/
}
/* ==================================================================================
    article - snb
================================================================================== */
.snb-area {
    position: relative;
    margin: 0 0 60px;
}
.snb-area h2 {
    display: none !important;
}
.snb-area ul.snb {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: stretch;
    gap: 10px 16px;
    margin: 0;
    text-align: center;
}
.snb-area ul.snb > li {
    display: inline-block;
    text-align: center;
}
.snb-area ul.snb > li > a {
    position: relative;
    flex: 1 1 20%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    padding: 8px 32px;
    text-align: center;
    font-size: 19px;
    font-weight: 800;
    color: #999;
    border: 1px solid #dfdfdf;
    border-radius: 50px;
    transition: all 0.25s;
}
.snb-area ul.snb > li > a.active,
.snb-area ul.snb > li > a:hover {
    color: #fff;
    /*border: 1px solid transparent;*/
    /*background-image: linear-gradient(to right, #1c2e56, #2855b7);*/
    /*background-origin: border-box;*/
    background-color: #272f9d;
    /*background-color: #279d9d;*/
}

/* ==================================================================================
    sub-spot-area
================================================================================== */
.sub-spot-area,
.sub-spot-area.sub-banner-default {
    position: relative;
    margin: 0 auto;
    height: 170px;
    background: #d2ebff url("/images/bg/sub_banner01.jpg") right 50% / cover no-repeat;
    border-bottom: 1px solid #e9e7f2;
}
.sub-spot-area .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 170px;
}

.sub-spot-area .inner-wrap {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: start;
    gap: 24px;
    height: 170px;
}
.sub-spot-area .inner-wrap h1 {
    /*display: flex;*/
    /*flex-flow: column nowrap;*/
    /*justify-content: flex-start;*/
    /*align-items: flex-end;*/
    /*gap: 7px;*/
    font-weight: 900;
    letter-spacing: -0.5px;
    color: #333;
}
.sub-spot-area .inner-wrap h1 small {
    font-size: 17px;
    font-weight: 700;
    color: #000;
}
.sub-spot-area .inner-wrap .info {
    display: flex;
    flex-flow: row nowrap;
    flex-direction: column;
    justify-content: start;
    color: #888;
}
.sub-spot-area .inner-wrap .info span {
    font-size: 17px;
    font-weight: 700;
    color: #888;
}
.sub-spot-area .inner-wrap .info span.date {

}
.sub-spot-area .inner-wrap .info span.date::after {
    content: ",";
}
.sub-spot-area .inner-wrap .info span.place {

}

/* ==================================================================================
    breadcrumb
================================================================================== */
.breadcrumb {
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0;
    border-bottom: 0 dotted #eee;
    background-color: #fff;
}
.breadcrumb ul {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
    align-items: center;
    gap: 12px;

    color: #999;
}
.breadcrumb ul li {
    font-size: 13px;
    font-weight: 700;
}
.breadcrumb ul li:last-child {
    font-weight: 800;
    color: #000;
}
.breadcrumb ul li a {
    color: #0172F1;
}

/* quick-buttons */
.quick-buttons {
    margin: 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.quick-buttons li {

}
.quick-buttons li a {
    display: block;
    height: 60px;
    line-height: 60px;
    padding: 0 20px 0 60px;
    text-align: left;
}
.quick-buttons li:nth-child(odd) a {
    background-color: #f7f8fd;
}
.quick-buttons li a:hover,
.quick-buttons li:nth-child(odd) a:hover{
    background-color: #e9ecfa !important;
}
.quick-buttons li:first-child a {
    background: url(/images/main/icon_05.png) 10px 17px no-repeat;
    background-size: 34px;
}
.quick-buttons li:nth-child(2) a {
    background: url(/images/main/icons_sponsor.png) 10px 17px no-repeat;
    background-size: 36px;
}
.quick-buttons li:nth-child(3) a {
    background: url(/images/main/icon_04.png) 10px 17px no-repeat;
    background-size: 32px;
}
.quick-buttons li:last-child a {
    background: url(/images/main/icon_03.png) 12px 17px no-repeat;
    background-size: 28px;
}
.quick-buttons li a span {
    display: inline-block;
    text-align: center;
    font-size: 16px;
    color: #333;
    vertical-align: middle;
}
/* ==================================================================================
    important-dates
================================================================================== */
/* important-dates */
.important-dates {
    margin: 0;
    padding: 30px 20px;
    background-color: #fafafa;
}
.important-dates .title {
    display: block;
    margin: 0 0 15px;
    font-size: 18px;
    font-weight: 700;
}
.important-dates ul {

}
.important-dates ul > li {
    margin: 0 0 15px;
}
/* ==================================================================================
article
================================================================================== */
.article {
    min-height: 640px;
    margin: 0 auto;
    padding: 0;
    font-size: 17px;
}
.article > h1.sub-title {
    margin: 20px 0 40px;
    font-family: 'Paperozi';
    text-align: center;
    font-size: 40px;
    font-weight: 800;
    color: #333;
}
.article > h1 small {
    display: block;
    margin: 5px 0 0;
    font-family: 'Paperozi';
    font-size: 17px;
    font-weight: 400;
}

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

/* snb 가 없을때 간격조절 */
.article .section:nth-child(2) {
    padding-top:25px;
}
.article .section img {
    max-width: 100%;
    margin: 0 auto;
}
/*intro-box*/
.info-box {
    margin: 0 0 30px;
    padding: 30px;
    background-color: #f4f7ff;
    border: 1px solid #dce4f5;
    border-radius: 10px;
}
.article .section .info-box p.section-paragraph:last-child {
    margin-bottom: 0;
}
.info-box h3 {
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: 700;
}
.info-box p {
    font-size: 16px;
}
.info-box .intro-list {
    margin-top: 10px;
    list-style: disc;
    margin-left: 15px;
}
/* h2 */
.article .section h2.section-title {
    margin: 40px 0 15px;
    font-size: 24px;
    font-weight: 900;
    color: #272f9d;
    font-family: 'Paperozi';
}
.article .section h2.section-title .option {
    font-size: 18px;
    color: #888;
    font-weight: 500;
}
.article .section h2.section-title small {
    display: block;
    margin: 5px 0 20px;
    font-size: 15px;
    color: #fd367e;
}
.article .section h2.section-title a {
    display: inline-block;
    padding-left: 10px;
    font-size: 18px;
    word-break: break-all;
}

/*h3*/
.article .section h3.semi-title {
    margin: 25px 0 8px;
    font-size: 18px;
    font-weight: 800;
}
.article .section h3.semi-title a {
    display: inline-block;
    padding-left: 10px;
    font-size: 14px;
}

/* p */
.article .section p.section-paragraph {
    margin: 0 0 20px;
    text-align: justify;
}
.article .section p.section-info {
    margin: 0 0 5px;
}
.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: justify;
}
.article .section ul.section-list > li.none-disc {
    list-style: none;
}
.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 {

}
.table {

}
.table thead th {
    padding: 5px 10px;
    text-align: center;
    background-color: #eee;
}
.table tfoot th {
    padding: 5px 10px;
    text-align: center;
    background-color: #eee;
}
.table tfoot td {
    padding: 5px 10px;
    text-align: center;
    font-size: 15px;
    background-color: #f7f7f7;
}
.table tbody th {
    padding: 5px 10px;
    text-align: center;
    font-size: 15px;
    background-color: #f7f7f7;
}
.table tbody td {
    padding: 5px 10px;
    font-size: 15px;
}
.table tbody td.td-empty {
    background: #eee;
}
.table tbody td .td-title {
    font-weight: 700;
}
.table tbody td ul.td-list {
    margin: 0 0 0 25px;
    list-style: disc;
}
.table tbody td ul.td-list li {
    margin: 2px 0;
    text-align: justify;
}
.table tbody td ul.td-list li.none-disc {
    list-style: none;
}
.table tbody td ul.td-list li > ul > li {
    font-size: 15px;
    color: #767676;
}

/* button */
.article .section .btn-area {
    display: flex;
    justify-content: center;
    margin: 30px auto;
}
.article .section .btn-area a.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 8px;
    padding: 12px 20px;
    font-size: 20px;
    font-weight: 800;
    border-radius: 50px;
}
.article .section .btn-area .btn i {
    margin: 0 7px 0 0;
}
/*a.btn {*/
/*display: inline-block;*/
/*padding: 10px 30px;*/
/*text-align: center;*/
/*font-size: 18px;*/
/*font-weight: 700;*/
/*color: #fff !important;*/
/*border: 2px solid #aaa;*/
/*background-color: #aaa;*/
/*}*/
/*a.btn:hover {*/
/*color: #333 !important;*/
/*border: 2px solid #333;*/
/*background-color: #fff;*/
/*}*/
a.btn.btn-pink {
    display: inline-block;
    padding: 10px 30px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #fff !important;
    border: 2px solid #fd367e;
    background-color: #fd367e;
}
a.btn.btn-pink:hover {
    color: #fd367e !important;
    border: 2px solid #fd367e;
    background-color: #fff;
}
a.btn.btn-blue {
    display: inline-block;
    padding: 6px 20px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #fff !important;
    border: 2px solid #0091EA;
    background-color: #0091EA;
}
a.btn.btn-blue:hover {
    color: #0091EA !important;
    border: 2px solid #0091EA;
    background-color: #fff;
}
a.btn.btn-green {
    display: inline-block;
    padding: 6px 20px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #fff !important;
    border: 2px solid #00a174;
    background-color: #00a174;
}
a.btn.btn-green:hover {
    color: #0091EA !important;
    border: 2px solid #00a174;
    background-color: #fff;
}

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