﻿@charset "utf-8";
 /*******************************************************************
	#container
******************************************************************* */
#container {
    
}

 /*******************************************************************
	#container - main-highlight
******************************************************************* */
#container .main-highlight {
    border-bottom: 1px solid #253981;
    background: #fafafa url(../images/bg/bg_main_highlight_2025.jpg) center top no-repeat;
}
#container .main-highlight .inner-wrap {
    height: 400px;
}
#container .main-highlight .inner-wrap h2 {
    position: absolute;
    left: 0;
    top: 70px;
    width: 960px;
    text-align: left;
}
#container .main-highlight .inner-wrap h2 .title1 {
    display: block;
    margin: 30px 0 10px;
    font-size: 32px;
    color: #fff;
    color: rgba(255,255,255,0.85);
    text-shadow: 1px 1px 2px rgba(0,0,0,0.75);
}
#container .main-highlight .inner-wrap h2 .title2 {
    display: block;
    font-weight: bold;
    font-size: 38px;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.75);
}
#container .main-highlight .inner-wrap .copyright-info {
    position: absolute;
    right: 0;
    bottom: 75px;
    /*width: 240px;*/
    /*padding: 8px 0;
    border-radius: 2px;*/
}
    #container .main-highlight .inner-wrap .copyright-info p {
        margin: 0;
        text-align: right;
        font-size: 12px;
        letter-spacing: -0.75px;
        color: rgba(255,255,255,0.85);
        text-shadow: 1px 1px 2px rgba(0,0,0,0.85);
    }
#container .main-highlight .inner-wrap .copyright-info p:last-child {
    margin: 0;
}

/* type1 */
/*#container .main-highlight .shortcut {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}
#container .main-highlight .shortcut > li {
    float: left;
    width: 25%;
    height: 100px;
}
#container .main-highlight .shortcut > li > a {
    display: block;
    width: 100%;
    height: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 24px;
    color: #fff;
    background-color: #fff;
}
#container .main-highlight .shortcut > li:nth-child(1) > a { background-color: #3a53ad; }
#container .main-highlight .shortcut > li:nth-child(2) > a { background-color: #31499d; }
#container .main-highlight .shortcut > li:nth-child(3) > a { background-color: #253981; }
#container .main-highlight .shortcut > li:nth-child(4) > a { background-color: #1e306f; }
#container .main-highlight .shortcut > li > a:hover {
    background-color: #fd367e;
}*/

/* type2 */
#container .main-highlight {
    position: relative;
}
#container .main-highlight .bg-shortcut {
    position: absolute;
    bottom: 0;
    width: 100%;
}
#container .main-highlight .bg-shortcut .left {
    float: left;
    width: 50%;
    height: 64px;
    background-color: rgba(58,83,173,0.90);
}
#container .main-highlight .bg-shortcut .right {
    float: left;
    width: 50%;
    height: 64px;
    background-color: rgba(30,48,111,0.90);
}
#container .main-highlight .shortcut {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}
#container .main-highlight .shortcut > li {
    float: left;
    width: 25%;
    height: 64px;
}
#container .main-highlight .shortcut > li > a {
    display: block;
    width: 100%;
    height: 64px;
    line-height: 64px;
    text-align: center;
    font-size: 19px;
    color: #fff;
    color: rgba(255,255,255,0.85);
    background-color: #fff;
}
#container .main-highlight .shortcut > li > a > i {
    margin: 0 15px 0 0;
    vertical-align: middle;
    font-size: 28px;
    color: rgba(255,255,255,0.65);
}
#container .main-highlight .shortcut > li:nth-child(1) > a { background-color: #3a53ad; }
#container .main-highlight .shortcut > li:nth-child(2) > a { background-color: #31499d; }
#container .main-highlight .shortcut > li:nth-child(3) > a { background-color: #253981; }
#container .main-highlight .shortcut > li:nth-child(4) > a { background-color: #1e306f; }
#container .main-highlight .shortcut > li > a:hover {
    font-weight: bold;
    color: #fff;
    background-color: #fd367e;
}
#container .main-highlight .shortcut > li > a:hover > i {
    color: #fff;
}

 /*******************************************************************
	#container - col-area.col1
******************************************************************* */
 .col-area {
    
 }
 .col-area h2 {
    margin: 0 0 30px;
    line-height: 1.1;
    font-size: 24px;
    color: #000;
 }

 /*******************************************************************
	#container - col-area.col1
******************************************************************* */
 .col-area.col1 {
     border-bottom: 1px solid #eee;
 }

 /* 행사개요 */
 .outline-area {
     position: relative;
     float: left;
     width: 610px;
     padding: 40px 0;
 }
 .outline-area a.btn-more {
     position: absolute;
     right: 40px;
     top: 38px;
     width: 30px;
     height: 30px;
     text-align: center;
     line-height: 30px;
     font-size: 19px;
     color: #bbb;
     border: 1px solid #ccc;
 }
 .outline-area a.btn-more:hover {
     color: #3a53ad;
     border: 1px solid #3a53ad;
 }
 .outline-area ul > li {
     margin: 0 0 25px;
 }
 .outline-area ul > li:last-child {
     margin: 0;
 }
 .outline-area .label {
     display: inline-block;
     width: 80px;
     height: 32px;
     margin: 0 20px 0 0;
     line-height: 32px;
     text-align: center;
     vertical-align: middle;
     font-size: 15px;
     color: #fff;
     border: 1px solid #3a53ad;
     border-radius: 2px;
     background-color: #3a53ad;
 }
 .outline-area .text {
     display: inline-block;
     vertical-align: middle;
     font-size: 16px;
     font-weight: bold;
 }

 
 /* 주요일정 */
 .important-dates {
     float: left;
     width: 350px;
     padding: 40px 30px;
     background-color: #fffafc;
 }
 .important-dates ul > li {
     margin: 0 0 20px;
 }
 .important-dates ul > li:last-child {
     margin: 0;
 }
 .important-dates .title {
     display: block;
     margin: 0 0 5px 0;
     text-align: left;
     vertical-align: middle;
     font-size: 16px;
 }
 .important-dates .date {
     display: block;
     vertical-align: middle;
     font-size: 16px;
     font-weight: bold;
     color: #fd367e;
 }
 .important-dates .info {
     display: block;
     padding-top: 3px;
     font-size: 14px;
     font-weight: normal;
     color: #2050ff;
 }

  /*******************************************************************
	#container - col-area.col2
******************************************************************* */
 .col-area.col2 {
     display: none; /* 임시로 안보이게 설정 - 20180817*/
 }

 /* 공지사항 */
 .notice-area {
     position: relative;
     float: left;
     width: 610px;
     padding: 40px 0;
 }
 .notice-area a.btn-more {
     position: absolute;
     right: 40px;
     top: 38px;
     width: 30px;
     height: 30px;
     text-align: center;
     line-height: 30px;
     font-size: 19px;
     color: #bbb;
     border: 1px solid #ccc;
 }
 .notice-area a.btn-more:hover {
     color: #3a53ad;
     border: 1px solid #3a53ad;
 }
.notice-area ul {
    
}
.notice-area ul > li {
    position: relative;
    margin: 0 0 10px;
}
.notice-area ul > li:last-child {
    margin: 0;
}
.notice-area ul > li > a.title {
    display: inline-block;
    width: 480px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
    font-size: 16px;
    color: #333;
}
.notice-area ul > li > a.title:hover {
    color: #fd367e;
}
.notice-area ul > li > .date {
    position: absolute;
    right: 40px;
    top: 3px;
    display: inline-block;
    vertical-align: middle;
    color: #777;
}

 
 /* 문의하기 */
 .question-area {
     float: left;
     width: 350px;
     padding: 40px 30px;
     background-color: #f4f7f9;
 }
 .question-area h2 {
     color: #31499d;
 }
 .question-area .btn-list {
     margin: 0 0 30px;
 }
 .question-area .btn-list > li {
     float: left;
     width: 50%;
 }
 .question-area .btn-list > li a {
     display: block;
     width: 100%;
     height: 44px;
     line-height: 44px;
     text-align: center;
     font-size: 15px;
     font-weight: bold;
     color: #31499d;
     border: 1px solid #31499d;
     background-color: #fff;
 }
 .question-area .btn-list > li:last-child a {
     border-left: 0;
 }
 .question-area .btn-list > li a:hover {
     color: #fff;
     background-color: #31499d;
 }
 .question-area .title {
     font-size: 16px;
     font-weight: bold;
     color: #31499d;
 }
 .question-area .contact {
     color: #31499d;
 }
 .question-area .contact li {
     margin: 0 0 5px;
 }
 .question-area .contact li:last-child {
     margin: 0;
 }
 .question-area .contact li i {
     margin: 0 8px 0 0;
     vertical-align: middle;
 }

