@charset "utf-8";
/* ==================================================================================
    [main.css]
        - stylesheets of main page
================================================================================== */
/*@font-face {*/
/*    font-family: 'KBO-Dia-Gothic_bold';*/
/*    src: url('//cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2304-2@1.0/KBO-Dia-Gothic_bold.woff') format('woff');*/
/*    font-weight: 700;*/
/*    font-style: normal;*/
/*}*/

/* ==================================================================================
    main-spot-area
================================================================================== */
.main-spot-area {
    position: relative;
    height: 600px;
    margin: 0 auto;
    background: #fff url("/images/main/main_banner_02.png") center 40% no-repeat;
    background-size: cover;
}

/* ==================================================================================*/
/*    메인배너 - main-banner
/*================================================================================== */
.main-banner {
    position: relative;
    height: 600px;
    padding: 40px 0 0;
}
.main-banner-notion{
    width: 920px;
    padding: 40px 50px;
    border-radius: 15px;
    /*background-color: rgb(102 148 197 / 50%);*/
    /*background: rgb(11,54,141,0.45);*/
    background: linear-gradient(90deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.3) 35%, rgba(0,0,0,0) 100%);
}
.main-banner h1 {
    margin: 0 0 10px;
    line-height: 1.3;
    font-size: 22px;
    font-weight: 400;
    color: #333;
    letter-spacing: -0.25px;
    /*text-shadow: 1px 1px 2px rgba(0,0,0,0.35);*/
}
.main-banner h1 b {
    font-weight: 800;
    color: #c2ebff;
    text-shadow: 1px 1px 2px rgb(0 0 0 / 60%);
}
.main-banner h1 .main-title {
    display: block;
    /*font-family: 'KBO-Dia-Gothic_bold', Sans-Serif;*/
    font-size: 52px;
    font-weight: 800;
    color: #ffffff;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.35);
}
.main-banner h2 {
    margin: 0 0 20px;
    /*font-family: 'KBO-Dia-Gothic_bold', Sans-Serif;*/
    font-size: 24px;
    font-weight: 800;
    color: #e7f7ffa6;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.35);
    text-transform: uppercase;
}
.main-banner h3 {
    margin: 0 0 40px;
    font-size: 23px;
    font-weight: 600;
    color: rgba(255, 239, 115 ,0.9);
}
.main-banner p.date {
    margin: 0 0 5px;
    font-size: 21px;
    font-weight: 800;
    color: #fff;
    letter-spacing: 0.45px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.35);
}
.main-banner p.date b {
    font-size: 28px;
    font-weight: 800;
    color: #c2ebff;
    text-shadow: 1px 1px 1px rgb(93, 93, 93);
}
.main-banner p.place {
    font-size: 24px;
    font-weight: 800;
    color: #fff;
    letter-spacing: 0.75px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.56);
}

/* quick-button */
.quick-button {
    position: absolute;
    left: 0;
    bottom: 50px;
    width: 100%;
    /*box-shadow: 0 2px 4px rgba(0,0,0,0.25);*/
}
.quick-button > ul {

}
.quick-button > ul > li {
    float: left;
    width: 16%;
    padding: 4px;
}
.quick-button > ul > li > a {
    display: block;
    width: 100%;
    height: 135px;
    margin: 0;
    padding: 20px;
    text-align: center;
    font-weight: 700;
    color: #4b4b4b;
    background-color: #ffffffe0;
    transition: all 0.25s;
}
.quick-button > ul > li:first-child > a {
    border-radius: 0px 0 0 40px;
}
.quick-button > ul > li:last-child > a {
    border-radius: 0px 40px 0px 0;
}

.quick-button > ul > li > a:hover {
    color: #000;
    /*background-color: rgb(23 74 155 / 100%);*/
    background-color: #fff;
    box-shadow: 0 4px 6px rgba(0,0,0,0.45);
}
.quick-button > ul > li > a ion-icon {
    display: inline-block;
    margin: 0 0 5px;
    font-size: 53px;
}
.quick-button > ul > li > a span.title {
    display: block;
    /*font-family: 'KBO-Dia-Gothic_bold', Sans-Serif;*/
    font-size: 20px;
}

/* 기본 hover 색상 */
.quick-button > ul > li.highlight a {
    color: #fff;
    background-color: #01519F;
}
.quick-button > ul > li.highlight a:hover {
    background-color: #0175E9;
}
.quick-button > ul > li.highlight-red a {
    color: #fff;
    background-color: #FF6A6A;
}
.quick-button > ul > li.highlight-red a:hover {
    background-color: #FF3131;
}
.quick-button > ul > li.highlight-orange a {
    color: #fff;
    background-color: #F07F4A;
}
.quick-button > ul > li.highlight-orange a:hover {
    background-color: #EE6B2D;
}
.quick-button > ul > li.highlight-sky a {
    color: #fff;
    background-color: #36BFED;
}
.quick-button > ul > li.highlight-sky a:hover {
    background-color: #1BB7EB;
}


/* ==================================================================================
    컨텐츠 영역 - 공통
================================================================================== */
#container {

}

.main-contents {

}

.main-contents h3 {
    position: relative;
    margin: 0 0 20px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #ccc;
    font-size: 30px;
    font-weight: 800;
    color: #333;
    letter-spacing: -0.75px;
}
.main-contents h3 a {
    position: absolute;
    top: 2px;
    right: 0;
    display: inline-block;

}

/* ==================================================================================
    컨텐츠 영역 - 주요일정, 공지사항
================================================================================== */
#container .main-contents .section-col1 {
    padding: 60px 0;
}

/* important-dates-area */
#container .main-contents .important-dates-area {
    float: left;
    width: 50%;
    padding: 0 40px 0 0;
}
#container .main-contents .important-dates-area .important-dates {

}
#container .main-contents .important-dates-area .important-dates > ul {

}
#container .main-contents .important-dates-area .important-dates > ul > li {
    margin: 0 0 19px;
    padding: 0 0 19px;
    border-bottom: 1px solid #eee;
}
#container .main-contents .important-dates-area .important-dates > ul > li > .title ion-icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
#container .main-contents .important-dates-area .important-dates > ul > li > .title {
    float: left;
    display: block;
    width: 360px;
    font-size: 18px;
    font-weight: 700;
}
#container .main-contents .important-dates-area .important-dates > ul > li > .title b {
    display: inline-block;
    vertical-align: baseline;
    margin-left: 3px;
    font-weight: 800;
}
#container .main-contents .important-dates-area .important-dates > ul > li > .date {
    float: right;
    display: inline-block;
    width: 300px;
    text-align: right;
    vertical-align: middle;
    padding-top: 3px;
    font-size: 16px;
    font-weight: 700;
    color: #FB7351;
}

/* notice-area */
#container .main-contents .notice-area {
    float: left;
    width: 50%;
    padding: 0 0 0 40px;
}
#container .main-contents .notice-area .notice-list {

}
#container .main-contents .notice-area .notice-list > ul {

}
#container .main-contents .notice-area .notice-list > ul > li {
    position: relative;
    margin: 0 0 6px;
    padding: 16px 20px;
    border: 1px solid #eee;
    border-radius: 5px;
    background-color: #fcfcfc;
}
#container .main-contents .notice-area .notice-list > ul > li > p {
    float: left;
    width: 500px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 700;
}
#container .main-contents .notice-area .notice-list > ul > li > a.btn-go {
    position: absolute;
    right: 14px;
    top: 14px;
    display: inline-block;
    width: 100px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    border-radius: 32px;
    background-color: #01519F;
}
#container .main-contents .notice-area .notice-list > ul > li > a.btn-go:hover {
    background-color: #0B368D;
}
#container .main-contents .notice-area .notice-list > ul > li > a.btn-go.btn-danger {
    background-color: #fb3d23;
    border-color: #d43f3a;
}

/* ==================================================================================
    컨텐츠 영역 - 지원 안내
================================================================================== */
#container .main-contents .section-col2 {
    padding: 30px 0;
    background-color: #F4F9FF;
}

/* etc-info */
#container .main-contents .etc-info {

}
#container .main-contents .etc-info ul {

}
#container .main-contents .etc-info ul > li {
    margin: 5px 0;
    font-size: 15px;
}
#container .main-contents .etc-info ul > li i {
    margin: 0 5px 0 0;
}


/* ==================================================================================
    layer popup
================================================================================== */
.layer-popup-area {
    position: absolute;
    background-color: #fff;
    box-shadow: 0 3px 7px rgba(0,0,0,0.45);
    z-index: 999;
}
.layer-popup-area .cont {
    border-top: 7px solid #0068B7;
}
.layer-popup-area .close {
    float: none;
    padding: 10px;
    font-size: 13px;
    font-weight: 300;
    text-align: right;
    color: #fff;
    text-shadow: none;
    background-color: #0068b7;
    opacity: 1;
}
.layer-popup-area .close .check input {
    vertical-align: middle;
}
.layer-popup-area .close .check label {
    margin: 0 0 0 5px;
    vertical-align: middle;
    cursor: pointer;
}
.layer-popup-area .close .btn-close {
    display: inline-block;
    margin: 0 0 0 10px;
    vertical-align: middle;
}

/* contents */
.layer-popup-area {
    display: none;
    top: 120px;
    width: 640px;
}
.layer-popup-area .cont {
    padding: 40px 30px 50px;
    line-height: 1.5;
    font-size: 15px;
}
.layer-popup-area .cont h1 {
    margin: 0 0 30px;
    line-height: 1.3;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
}
.layer-popup-area .cont p {
    margin: 0 0 20px;
    font-size: 15px;
    text-align: justify;
    word-break: keep-all;
    white-space: normal;
}
.layer-popup-area .cont p b {
    font-weight: bold;
}
.layer-popup-area .cont p.small {
    margin: 2px 0 3px;
    font-size: 13px;
}
.layer-popup-area .cont .box-small {
    margin: 5px 0;
    padding: 3px 10px;
    border-radius: 4px;
    background-color: #fafafa;
}
.layer-popup-area .cont ol {
    list-style-type: decimal;
    margin: 0 0 30px 20px
}
.layer-popup-area .cont ol li {
    margin: 0 0 20px;
}
.layer-popup-area .cont ul {
    list-style-type: disc;
    margin: 10px 0 30px 20px
}
.layer-popup-area .cont ul li {
    position: relative;
    margin: 0 0 10px;
}
.layer-popup-area .cont ul li .title {
    float: left;
}
.layer-popup-area .cont ul li .date {
    float: right;
}
.layer-popup-area .cont .text-danger {
    color: #f33;
}
.layer-popup-area .cont .button {
    margin: 20px 0 0;
    text-align: center;
}
.layer-popup-area .cont .button a.btn {
    margin: 0 10px;
    border-radius: 2px;
}
.layer-popup-area .close {
    width: 600px;
}

/* popup1 */
.layer-popup-area.pop1 {
    /*display: none;*/
    left: 50%;
    width: 640px;
    margin-left: -320px;
}
.layer-popup-area.pop1 .cont {
    padding: 0;
    border-top: 0px solid #0068B7;
}
.layer-popup-area.pop1 .close {
    width: 640px;
}
.layer-popup-area.pop1 .cont img {
    display: block;
}

/* popup2 */
.layer-popup-area.pop2 {
    /*display: none;*/
    left: 50%;
    width: 640px;
    margin-left: -320px;
}
.layer-popup-area.pop2 .cont {
    padding: 30px;
    border-top: 3px solid #0068b7;
}
.layer-popup-area.pop2 .close {
    width: 640px;
}
.layer-popup-area.pop2 .cont img {
    display: block;
}

/*main - information*/
.welcome-message .section h2.section-title {
    margin: 10px 0 15px;
    font-size: 21px;
    font-weight: 600;
    color: #0A398A;
}
.welcome-message .section ul.section-list {
    margin: 0 0 20px 20px;
    list-style: disc;
    font-size: 17px;
}
.welcome-message .section ul.section-list li{
    margin-bottom: 20px;
}
