@charset "utf-8";
/* ==================================================================================
    [main.css]
        - stylesheets of main page
================================================================================== */

/* *******************************************************************
	.main-banner-area
******************************************************************* */
.main-banner-area {
    position: relative;
    overflow: hidden;
    background: #000;
}
.main-banner-area h1 {
    position: absolute;
    top: 140px;
    width: 100%;
    text-align: center;
    font-family: 'Giants-Bold';
    font-size: 48px;
    font-weight: 800;
    color: rgba(255,255,255,0.75);
    z-index: 3;
}

/* .bg-video */
.main-banner-area .bg-video {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.6;
}
.main-banner-area video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 퀵버튼 */
#quick {
    position: relative;
    height: 600px;
    margin: 0;
    padding: 0;
    z-index: 2;
}
#quick .quick-buttons {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    height: 100%;
    padding: 0 0 40px;
}
#quick .quick-buttons li {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start;

    width: 336px;
}
#quick .quick-buttons li:last-child {
    margin-right: 0;
}
#quick .quick-buttons li a {
    display: block;
    width: 100%;
    height: 240px;
    padding: 20px 0 0 24px;
    text-align: left;
    border-radius: 16px;
    background-color: rgba(255,255,255,1);
    box-shadow: 0 4px 7px rgba(0,0,0,0.25);
}
#quick .quick-buttons li a:hover {
    background-color: #EFF5FF;
}
#quick .quick-buttons li a span.title {
    display: block;
    margin: 0 0 5px;
    font-size: 28px;
    font-weight: 800;
    color: #000;
}
#quick .quick-buttons li a span.info {
    display: block;
    font-size: 15px;
    font-weight: 400;
    color: #000;
}
#quick .quick-buttons li a:hover span.info {
    color: #666;
}
#quick .quick-buttons li:first-child a {
    background: rgba(255,255,255,0.96) url(/images/main/bg_quick_01.png) calc(100% + 40px) -90px no-repeat;
}
#quick .quick-buttons li:first-child a:hover {
    background: #d3effe url(/images/main/bg_quick_01.png) calc(100% + 40px) -90px no-repeat;
}
#quick .quick-buttons li:nth-child(2) a {
    background: rgba(255,255,255,0.96) url(/images/main/bg_quick_02.png) calc(100% + 40px) -90px no-repeat;
}
#quick .quick-buttons li:nth-child(2) a:hover {
    background: #fff9df url(/images/main/bg_quick_02.png) calc(100% + 40px) -90px no-repeat;
}
#quick .quick-buttons li:nth-child(3) a {
    background: rgba(255,255,255,0.96) url(/images/main/bg_quick_03.png) calc(100% + 40px) -90px no-repeat;
}
#quick .quick-buttons li:nth-child(3) a:hover {
    background: #ffe4e4 url(/images/main/bg_quick_03.png) calc(100% + 40px) -90px no-repeat;
}
#quick .quick-buttons li:last-child a {
    background: rgba(255,255,255,0.96) url(/images/main/bg_quick_04.png) calc(100% + 40px) -90px no-repeat;
}
#quick .quick-buttons li:last-child a:hover {
    background: #f0f0f0 url(/images/main/bg_quick_04.png) calc(100% + 40px) -90px no-repeat;
}

/* *******************************************************************
    .col1 : 갤러리
******************************************************************* */
.col1 {
    padding: 60px 0;
}
.col1 .inner-wrap {
    width: 100%;
}
.col1 .inner-wrap .bg-text {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 240px;
    font-weight: 900;
    color: #eee;
    z-index: -1;
}
.col1 .inner-wrap .gallery-area {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 24px;

    width: 100%;
}
.col1 .inner-wrap .gallery-area h3 {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;

    width: 100%;
}
.col1 .inner-wrap .gallery-area h3 a.title {
    font-size: 32px;
    font-weight: 900;
}
.col1 .inner-wrap .gallery-area h3 a.btn-go {
    display: flex;
    justify-content: center;
    align-items: center;

    font-size: 17px;
    font-weight: 700;
    color: #000;
}
.col1 .inner-wrap .gallery-area h3 a.btn-go:hover {
    color: #126FE0;
}
.col1 .inner-wrap .gallery-area h3 span {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;

    font-family: 'Giants-Bold';
    color: #000;
}
.col1 .inner-wrap .gallery-area h3 span b {
    background-image: linear-gradient(to right, #126FE0, #35A54F);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}
.col1 .inner-wrap .gallery-area ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 30px 18.66667px;

    font-size: 17px;
    color: #999;
}
.col1 .inner-wrap .gallery-area li {
    flex: 0 0 336px;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;

    font-size: 17px;
    color: #999;
}
.col1 .inner-wrap .gallery-area li a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    transition: 0.5s;
}
.col1 .inner-wrap .gallery-area li a:hover {
	box-shadow: 0px 2px 12px 4px rgba(0, 0, 0, 0.17);
}
.col1 .inner-wrap .gallery-area li a .thm-area {
    display: flex;
    justify-content: center;
    align-items: center;

    position: relative;
    overflow: hidden;
    width: 100%;
    height: 210px;
}
.col1 .inner-wrap .gallery-area li a .thm-area img {
    width: 100%;
    height: auto;
    min-height: 210px;
    transition: all 0.45s;
}
.col1 .inner-wrap .gallery-area li a:hover .thm-area img {
	transform: scale(1.1,1.1);
}
.col1 .inner-wrap .gallery-area li a .info-area {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    min-height: 115px;
    padding: 15px;
}
.col1 .inner-wrap .gallery-area li a .info-area .title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    align-self: stretch;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
    font-size: 17px;
    font-weight: 800;
    color: #000;
}
.col1 .inner-wrap .gallery-area li a:hover .info-area .title {
    color: #126FE0;
}
.col1 .inner-wrap .gallery-area li a .info-area .date {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}
.col1 .inner-wrap .gallery-area li a .info-area .date b {
    display: flex;
    justify-content: center;
    align-items: center;

    padding: 5px 10px;
    line-height: 1;
    font-size: 13px;
    font-weight: 700;
    color: #126FE0;
    border: 1px solid #dfdfdf;
    border-radius: 40px;
}
.col1 .inner-wrap .gallery-area li a .info-area .date small {
    font-size: 14px;
    color: #000;
}

/* *******************************************************************
    .col2 : 홍보영상
******************************************************************* */
.col2 {
    padding: 64px 0;
    background: #05112A url(/images/main/bg_video_area.png) center 50% no-repeat;
    background-size: cover;
}
.col2 .inner-wrap {
    width: 100%;
}
.col2 .inner-wrap .video-area {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 24px;

    width: 100%;
}
.col2 .inner-wrap .video-area h3 {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;

    width: 100%;
}
.col2 .inner-wrap .video-area h3 a.title {
    font-size: 32px;
    font-weight: 900;
}
.col2 .inner-wrap .video-area h3 a.btn-go {
    display: flex;
    justify-content: center;
    align-items: center;

    font-size: 17px;
    font-weight: 700;
    color: #fff;
}
.col2 .inner-wrap .video-area h3 span {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;

    font-family: 'Giants-Bold';
    color: #fff;
}
.col2 .inner-wrap .video-area h3 span b {
    background-image: linear-gradient(to right, #2E9CE7, #3FB252);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}
.col2 .inner-wrap .video-area h3 a {
    display: flex;
    justify-content: center;
    align-items: center;

    font-size: 17px;
    font-weight: 700;
    color: #fff;
}
.col2 .inner-wrap .video-area h3 a:hover {
    color: #fff;
}
.col2 .inner-wrap .video-area ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 30px 18.66667px;

    font-size: 17px;
    color: #999;
}
.col2 .inner-wrap .video-area li {
    flex: 0 0 336px;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;

    font-size: 17px;
    color: #999;
}
.col2 .inner-wrap .video-area li a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0px 2px 4px rgba(255, 255, 255, 0.75);
    overflow: hidden;
    transition: 0.5s;
}
.col2 .inner-wrap .video-area li a:hover {
	box-shadow: 0px 2px 12px rgba(255, 255, 255, 0.9);
}
.col2 .inner-wrap .video-area li a .thm-area {
    display: flex;
    justify-content: center;
    align-items: center;

    position: relative;
    overflow: hidden;
    width: 100%;
    height: 210px;
}
.col2 .inner-wrap .video-area li a .thm-area img {
    width: 100%;
    height: auto;
    min-height: 210px;
    transition: all 0.45s;
}
.col2 .inner-wrap .video-area li a:hover .thm-area img {
	transform: scale(1.1,1.1);
}
.col2 .inner-wrap .video-area li a .info-area {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    min-height: 115px;
    padding: 15px;
}
.col2 .inner-wrap .video-area li a .info-area .title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    align-self: stretch;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
    font-size: 17px;
    font-weight: 800;
    color: #000;
}
.col2 .inner-wrap .video-area li a:hover .info-area .title {
    color: #126FE0;
}
.col2 .inner-wrap .video-area li a .info-area .date {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}
.col2 .inner-wrap .video-area li a .info-area .date b {
    display: flex;
    justify-content: center;
    align-items: center;

    padding: 5px 10px;
    line-height: 1;
    font-size: 13px;
    font-weight: 700;
    color: #126FE0;
    border: 1px solid #dfdfdf;
    border-radius: 40px;
}
.col2 .inner-wrap .video-area li a .info-area .date small {
    font-size: 14px;
    color: #000;
}

/* *******************************************************************
    .col3 : 공지사항, 대상지신청 + 홍보자료
******************************************************************* */
.col3 {
    padding: 44px 0;
}
.col3 .inner-wrap {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: stretch;

    width: 100%;
}
.conts-box {
    height: 240px;
    padding: 30px;
    border: 1px solid #d4d5d8;
    border-radius: 16px;
    background-color: rgba(255,255,255,0.95);
    box-shadow: 0 2px 4px rgba(0,0,0,0.25);
}
.conts-box h3 {
    position: relative;
    margin: 0 0 20px;
    font-size: 24px;
    color: #000;
    font-weight: 800;
}
.conts-box h3 .btn-more {
    color: #000;
}
.conts-box h3 .btn-more:hover {
    color: #ff6d68;
}

/* notice */
.notice.conts-box {
    flex: 0 0 640px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start;

    width: 640px;
    padding: 0;
    border: 0;
    background-color: #fff;
    box-shadow: none;
}
.notice.conts-box h3 {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;

    width: 100%;
    margin: 0 0 15px;
    padding: 0 0 15px;
    border-bottom: 1px solid #eee;
}

.conts-box.notice ul {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 5px;

    width: 100%;
}
.conts-box.notice ul li {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;

    width: 100%;
    padding: 0 0 5px 12px;
    background: url("/images/main/dot.jpg") left 10px no-repeat;
}
.conts-box.notice ul li .title {
    flex: 1 1 540px;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 17px;
    color: #000;
}
.conts-box.notice ul li .title:hover {
    color: #ff6d68;
}
.conts-box.notice ul li .date {
    flex: 1 1 100px;

    text-align: right;
    font-size: 15px;
    color: #999;
}

/* .quick-area */
.quick-area {
    flex: 0 0 690px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: flex-start;
    width: 690px;
}

.quick-area .conts-box.site {
    width: 336px;
    border: 0;
    background: #f2fffb url(/images/main/bg_site.png) right bottom no-repeat;
}
.quick-area .conts-box.site .info {
    color: #06b779;
}
.quick-area .conts-box.site a.btn-go {
    width: 150px;
    margin-top: 26px;
    background-color: #06b779;
}
.quick-area .conts-box.site a.btn-go:hover {
    margin-top: 26px;
    background-color: #159b69;
}

/* 컨텐츠 - 홍보책자 */
.quick-area .conts-box.guide-book {
    width: 336px;
    border: 0;
    background: #dbdef9 url(/images/main/bg_guide_book.png) right bottom no-repeat;
}

.conts-box .info {
    font-size: 15px;
    color: #6d849a;
}
.conts-box a.btn-go {
    display: block;
    width: 124px;
    height: 36px;
    line-height: 36px;
    margin-top: 26px;
    text-align: center;
    font-size: 15px;
    text-align: center;
    color: #fff;
    border-radius: 36px;
    background-color: #0c3c92;
}
.conts-box a.btn-go:hover {
    background-color: #0F4BBB;
}

/* ==================================================================================
    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 #126FE0;
}
.layer-popup-area .close {
    float: none;
    padding: 7px 10px;
    font-size: 13px;
    font-weight: 300;
    text-align: right;
    color: #fff;
    text-shadow: none;
    background-color: #126FE0;
    opacity: 0.8;
}
.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: 0px;
    width: 560px;
}
.layer-popup-area .cont {
    padding: 40px 30px 44px;
    line-height: 1.3;
    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 h1 br {
    display: none;
}
.layer-popup-area .cont p {
    margin: 0 0 20px;
    line-height: 1.5;
    font-size: 16px;
    word-break: break-word;
    white-space: normal;
}
.layer-popup-area .cont p.b {
    font-weight: bold;
}
.layer-popup-area .cont ul {
    list-style-type: disc;
    margin: 0 0 30px 20px
}
.layer-popup-area .cont ul li {
    position: relative;
    width: 400px;
    margin: 0 0 5px;
}
.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: 560px;
}

/* popup1 */
.layer-popup-area.pop1 {
    display: none;
    left: 50%;
    top: -20px;
    width: 500px;
    margin-left: -250px;
}

.layer-popup-area.pop1 .close {
    width: 500px;
}
