@charset "utf-8";
/* ==================================================================================
    main-spot-area
================================================================================== */
.main-spot-area {
    position: relative;
    height: 600px;
    margin: 0 auto;
    background: #fff url("/images/main/bg_mainspot_20241011.jpg") 70% 45% no-repeat;
    background-size: cover;
}

/* ==================================================================================
    메인배너 - main-banner
================================================================================== */
.main-banner {
    position: relative;
    padding-top: 60px;
    text-align: right;
}

/*!* type1 *!*/
/*.main-banner h1 {*/
/*    position: relative;*/
/*    margin: 0 0 10px;*/
/*    padding-top: 10px;*/
/*    line-height: 1.3;*/
/*    font-size: 28px;*/
/*    font-weight: 400;*/
/*    !*color: #fff;*!*/
/*    color: #025194;*/
/*    letter-spacing: -0.45px;*/
/*}*/
/*.main-banner h1 .bg-title {*/
/*    position: absolute;*/
/*    right: 260px;*/
/*    top: -2px;*/
/*    width: 31px;*/
/*    height: 32px;*/
/*    background: url(/images/main/bg_main_title_blue.png) left top no-repeat;*/
/*}*/
/*.main-banner h1 b {*/
/*    position: relative;*/
/*    display: inline-block;*/
/*    padding: 5px 10px;*/
/*    !*color: #00D108;*!*/
/*    !*color: #2AAFFB;*!*/
/*    !*color: #ff9965;*!*/
/*    !*color: #0485FA;*!*/
/*    color: #fff;*/
/*    z-index: 2;*/
/*}*/
/*.main-banner h1 .bg {*/
/*    position: absolute;*/
/*    left: 428px;*/
/*    bottom: 7px;*/
/*    width: 194px;*/
/*    height: 65px;*/
/*    border-radius: 0 20px;*/
/*    !*background-color: #00D108;*!*/
/*    background-color: #0D89F4;*/
/*    z-index: 1;*/
/*}*/
/*.main-banner h1 .main-title {*/
/*    font-size: 52px;*/
/*    font-weight: 600;*/
/*    !*color: #fff;*!*/
/*    color: #025194;*/
/*    letter-spacing: -0.45px;*/
/*}*/
/*.main-banner h2 {*/
/*    margin: 0 0 50px;*/
/*    font-size: 21px;*/
/*    font-weight: 400;*/
/*    color: #025293;*/
/*}*/
/*.main-banner p.date {*/
/*    margin: 0 0 10px;*/
/*    font-size: 21px;*/
/*    font-weight: 600;*/
/*    !*color: #fff;*!*/
/*    color: #025293;*/
/*}*/
/*.main-banner p.date b {*/
/*    position: relative;*/
/*    display: inline-block;*/
/*    width: 62px;*/
/*    height: 44px;*/
/*    margin: 0 5px 0 0;*/
/*    padding: 0 10px 0 0;*/
/*    line-height: 48px;*/
/*    letter-spacing: -0.45px;*/
/*    font-size: 28px;*/
/*    font-weight: 700;*/
/*    !*color: #00D108;*!*/
/*    !*color: #2AAFFB;*!*/
/*    !*color: #ff9965;*!*/
/*    !*color: #0485FA;*!*/
/*    color: #fff;*/
/*    border-radius: 0 15px;*/
/*    !*background-color: #00D108;*!*/
/*    background-color: #0D89F4;*/
/*    !*text-shadow: 1px 1px 1px rgba(0,0,0,0.25);*!*/
/*}*/
/*.main-banner p.date b:last-child {*/
/*    padding: 0 7px 0 0;*/
/*}*/
/*.main-banner p.date b sup {*/
/*    position: absolute;*/
/*    top: 15px;*/
/*    right: 7px;*/
/*    font-size: 14px;*/
/*    font-weight: 300;*/
/*}*/
/*.main-banner p.date b:first-child sup {*/
/*    right: 6px;*/
/*}*/
/*.main-banner p.place {*/
/*    font-size: 21px;*/
/*    font-weight: 600;*/
/*    color: #025293;*/
/*}*/

/* type2 */
.main-banner h1 {
    position: relative;
    margin: 0 0 10px;
    padding-top: 20px;
    line-height: 1.3;
    font-size: 28px;
    color: #025194;
}
.main-banner h1 .bg-title {
    display: none;
}
.main-banner h1 b {
    position: relative;
    display: inline-block;
    padding: 0;
    color: #FFC000;
}
.main-banner h1 .bg {
    display: none;
}
.main-banner h1 .main-title {
    font-size: 60px;
    font-weight: 700;
    color: #44546A;
    letter-spacing: -0.75px;
}
.main-banner h2 {
    margin: 0 0 50px;
    font-size: 21px;
    font-weight: 800;
    color: #025293;
}
.main-banner p.date {
    margin: 0 0 10px;
    font-size: 26px;
    font-weight: 800;
    color: #70AD47;
}
.main-banner p.date b {
    position: relative;
    margin: 0 5px 0 0;
    font-weight: 800;
}
.main-banner p.date b sup {
    font-size: 18px;
    font-weight: 800;
}
.main-banner p.place {
    font-size: 24px;
    font-weight: 800;
    color: #70AD47;
}

/* quick-button */
.quick-button {
    /*margin-top: 90px;*/
    position: absolute;
    bottom: -620px;
    z-index: 10;
}
.quick-button > ul {

}
.quick-button > ul > li {
    float: left;
    width: 260px;
    margin-right: 25px;
}
.quick-button > ul > li:last-child {
    margin-right: 0;
}
.quick-button > ul > li > a {
    display: block;
    width: 260px;
    height: 160px;
    margin: 0;
    padding: 20px;
    text-align: center;
    font-weight: 800;
    color: #333;
    border-radius: 5px;
    background-color: rgba(255,255,255,0.98);
    box-shadow: 0 2px 4px rgba(0,0,0,0.25);
}
.quick-button > ul > li > a:hover {
    color: #fff;
    background-color: rgba(0,104,183,0.98);
    box-shadow: 0 4px 6px rgba(0,0,0,0.45);
}
.quick-button > ul > li.proceedings > a {
    color: #fff;
    /*background-color: rgba(7,148,255,0.9);*/
    background-color: rgba(0,209,8,0.98);
    background-color: rgba(42,175,251,0.98);
    background-color: rgba(4,133,250,0.98);
}
.quick-button > ul > li.proceedings > a:hover {
    color: #fff;
    /*background-color: rgba(13,133,221,0.9);*/
    background-color: rgba(0,157,7,0.98);
    background-color: rgba(4,157,249,0.98);
    background-color: rgba(3,117,220,0.98);
}
.quick-button > ul > li > a ion-icon {
    display: inline-block;
    margin: 0 0 10px;
    font-size: 64px;
}
.quick-button > ul > li > a span.title {
    display: block;
    font-size: 21px;
}

/* ==================================================================================
    컨텐츠 영역 - 공통
================================================================================== */
#container {
    padding-top: 80px;
}

.main-contents {

}

.main-contents h3 {
    position: relative;
    margin: 0 0 20px;
    font-size: 32px;
    color: #333;
    letter-spacing: -0.75px;
}
.main-contents h3 a {
    position: absolute;
    top: 2px;
    right: 0;
    display: inline-block;

}

/* ==================================================================================
    컨텐츠 영역 - 좌측 컨텐츠 : 주요일정, 공지사항
================================================================================== */
#container .main-contents .section-left {
    float: left;
    width: 700px;
    padding: 50px 40px 50px 0;
}

/* important-dates-area */
#container .main-contents .section-left .important-dates-area {
    margin: 0 0 50px;
}
#container .main-contents .section-left .important-dates-area .important-dates {

}
#container .main-contents .section-left .important-dates-area .important-dates > ul {

}
#container .main-contents .section-left .important-dates-area .important-dates > ul > li {
    margin: 0 0 10px;
    padding: 0 0 10px;
    border-bottom: 1px dotted #ccc;
}
#container .main-contents .section-left .important-dates-area .important-dates > ul > li > span.title ion-icon {
    display: inline-block;
    vertical-align: middle;
}
#container .main-contents .section-left .important-dates-area .important-dates > ul > li > span.title b {
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
}
#container .main-contents .section-left .important-dates-area .important-dates > ul > li > span.title {
    float: left;
    font-size: 17px;
    font-weight: 400;
}
#container .main-contents .section-left .important-dates-area .important-dates > ul > li > span.date {
    float: right;
    display: inline-block;
    vertical-align: middle;
    padding-top: 3px;
    font-size: 15px;
    font-weight: 400;
    color: #0068B7;
}
#container .main-contents .section-left .important-dates-area .important-dates > ul > li > span.date small.type1 {
    font-size: 12px;
    letter-spacing: -0.75px;
}
#container .main-contents .section-left .important-dates-area .important-dates > ul > li > span.date small.type2 {
    font-size: 13px;
    letter-spacing: 0.45px;
}
#container .main-contents .section-left .important-dates-area .important-dates > ul > li > span.date small.type3 {
    font-size: 13px;
    letter-spacing: 0.25px;
}

/* notice-area */
#container .main-contents .section-left .notice-area {

}
#container .main-contents .section-left .notice-area .notice-list {

}
#container .main-contents .section-left .notice-area .notice-list > ul {

}
#container .main-contents .section-left .notice-area .notice-list > ul > li {
    margin: 0 0 5px;
    padding: 10px 20px;
    border: 1px solid #eee;
    border-radius: 5px;
    background-color: #fafafa;
}
#container .main-contents .section-left .notice-area .notice-list > ul > li > a.title {
    float: left;
    width: 500px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 17px;
    font-weight: 400;
}
#container .main-contents .section-left .notice-area .notice-list > ul > li > span.date {
    float: right;
    width: 100px;
    text-align: right;
    font-size: 15px;
    font-weight: 400;
    color: #999;
}

/* ==================================================================================
    컨텐츠 영역 - 우측 컨텐츠 : 회장님 인사말
================================================================================== */
#container .main-contents .section-right {
    float: left;
    width: 700px;
    padding: 50px 0 50px 40px;
}

/* chairman-area */
#container .main-contents .section-right .chairman-area {

}
#container .main-contents .section-right .chairman-area .welcome-message {

}
#container .main-contents .section-right .chairman-area .greeting > .section > img {
    float: left;
    margin: 0 40px 10px 0;
    border-radius: 10px;
    width:200px;
}
#container .main-contents .section-right .chairman-area .welcome-message p {
    margin: 0 0 20px;
    font-size: 17px;
    font-weight: 400;
    text-align: left;
    /*word-break: keep-all;*/
}
#container .main-contents .section-right .chairman-area .welcome-message p.chairman-name {
    text-align: right;
}
#container .main-contents .section-right .chairman-area .welcome-message p.chairman-name b {
    position: relative;
    bottom: -5px;
    margin-left: 20px;
    letter-spacing: 5px;
    font-size: 24px;
    font-weight: 600;
}

/* ready */
.ready-area {
    width: 100%;
    padding: 20px;
    border: 1px solid #eee;
    border-radius: 10px;
    background-color: #fafafa;
}
.ready-area h1 {
    margin: 0;
    text-align: center;
    font-size: 24px;
    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;
}

/* ==================================================================================
    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;
}
