@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:300,400,500,700|Noto+Serif+KR:400,500&display=swap&subset=korean'); /* font-family: 'Noto Sans KR'; */

[class^="scene-"].active .main_txt{visibility:visible !important;}
[class^="scene-"].active .sub_txt{visibility:visible !important;}
[class^="scene-"].active .mobile_wrap{visibility:visible !important;}
[class^="scene-"].active .vi_wrap{visibility:visible !important;}
[class^="scene-"].active .cont_wrap .info_wrap{visibility:visible !important;}

/* 내용관리 */
@media screen and (min-width:1201px) {
[class^="scene-"]{position: relative; word-break:keep-all; }

.scene-1 { padding:0; position:relative; background:url(/img/main/mainback01.png) no-repeat center / cover; }
.scene-1 .cont_wrap { width:1200px; margin:auto; }
.scene-1 .main_txt { position:relative; }
.scene-1 .main_txt div { position:absolute; top:50%; left:50%; width:50%; transform:translateY(-50%); }
.scene-1 .main_txt h6 { font-size:15px; font-family:'GS_B'; color:#fff; margin-bottom:20px; }
.scene-1 .main_txt h2 { font-size:42px; color:#fff; font-family:'GS_B'; margin:35px 0; }
.scene-1 .main_txt h2 b { display:block; color:#09F; }
.scene-1 .main_txt p { font-size:15px; line-height:24px; font-family: 'Noto Sans KR'; color:#fff; word-break:keep-all; }

.scene-2 { padding:150px 0; position:relative; background:url(/img/main/mainback02.png) no-repeat center / cover; }
.scene-2 .cont_wrap {  width:1200px; margin:auto; }
.scene-2 .main_txt { position:relative; max-width:50%; }
.scene-2 .main_txt h2 { font-size:42px; line-height:56px; color:#09F; font-family:'GS_B'; }
.scene-2 .main_txt h2 font { font-size:18px; margin-bottom:20px; display:block; margin-bottom:10px; color:#333; }
.scene-2 .main_txt p { font-size:15px; line-height:24px; font-family: 'Noto Sans KR'; color:#666; word-break:keep-all; }
.scene-2 .main_txt ul { text-align:left; padding:30px 0 0; }
.scene-2 .main_txt li { width:150px; color:#999; background-color:#f6f6f6; border-radius:5px; padding:10px; display:inline-block; margin-bottom:4px; }
.scene-2 .main_txt li span { width:30px; height:30px; display:inline-block; vertical-align:middle; border-radius:100%; overflow:hidden; margin-right:10px; }
.scene-2 .main_txt li .ic01 { background:url(/img/main/ic01.png) no-repeat center / cover; }
.scene-2 .main_txt li .ic02 { background:url(/img/main/ic02.png) no-repeat center / cover; }
.scene-2 .main_txt li .ic03 { background:url(/img/main/ic03.png) no-repeat center / cover; }
.scene-2 .main_txt li .ic04 { background:url(/img/main/ic04.png) no-repeat center / cover; }
.scene-2 .main_txt li .ic05 { background:url(/img/main/ic05.png) no-repeat center / cover; }
.scene-2 .main_txt li .ic06 { background:url(/img/main/ic06.png) no-repeat center / cover; }
.scene-2 .main_txt li .ic07 { background:url(/img/main/ic07.png) no-repeat center / cover; }
.scene-2 .main_txt li b { color:#000; }

.scene-3 { padding:100px 0; position:relative; background-color:#182230; }
.scene-3 .cont_wrap { width:1200px; margin:auto; position:relative; }
.scene-3 .main_txt { text-align:center; }
.scene-3 .main_txt h2 { font-size:42px; line-height:52px; font-family:'GS_B'; color:#fff; text-align:center; margin-bottom:10px; }
.scene-3 .main_txt h2 font { color:#ffc000; display:block; }
.scene-3 .main_txt p { font-size:15px; line-height:21px; font-family: 'Noto Sans KR'; color:#fff; margin-bottom:50px; }
.scene-3 .main_txt ul { display:grid; grid-template-columns:repeat(3, 1fr); column-gap:14px; row-gap:14px; }
.scene-3 .main_txt ul li { border:1px solid rgba(255,255,255,0.3); border-radius:15px; margin-bottom:15px; padding:50px 25px 0; position:relative; text-align:center; }
.scene-3 .main_txt ul li span { display:block; margin-bottom:20px; }
.scene-3 .main_txt ul li h5 { font-size:24px; font-family:'GS_B'; color:#fff; margin-bottom:10px; }
.scene-3 .main_txt ul li p { font-size:15px; line-height:21px; font-family: 'Noto Sans KR'; color:#c4d1ea; }
.scene-3 .main_txt ul li img { max-width:70px; }

.scene-4 { background:url(../img/main/mainback03.png) no-repeat center / cover; overflow:hidden; padding:150px 0; }
.scene-4 .cont_wrap { width:1200px; margin:auto; position:relative; padding:0px; }
.scene-4 .main_txt { width:50%; }
.scene-4 .main_txt h2 { font-size:15px; font-family:'GS_B'; color:#333; margin-bottom:20px; }
.scene-4 .main_txt h6 { font-size:30px; line-height:38px; font-family:'GS_M'; color:#000; margin-bottom:15px; }
.scene-4 .main_txt h6 font { color:#06F; }
.scene-4 .main_txt p { font-size:14px; line-height:21px; font-family: 'Noto Sans KR'; color:#333; margin-bottom:50px; }
.scene-4 .main_txt a { display:inline-block; width:200px; height:40px; line-height:40px; border-radius:40px; background-color:#09F; color:#fff; text-align:center; }
}


@media screen and (max-width:1200px) and (min-width:901px) {
[class^="scene-"]{position: relative; word-break:keep-all; }

.scene-1 { padding:0 20px; position:relative; background:url(/img/main/mainback01.png) no-repeat center / cover; }
.scene-1 .cont_wrap { margin:auto; }
.scene-1 .main_txt { position:relative; }
.scene-1 .main_txt div { position:absolute; top:50%; left:50%; width:50%; transform:translateY(-50%); }
.scene-1 .main_txt h6 { font-size:15px; font-family:'GS_B'; color:#fff; margin-bottom:20px; }
.scene-1 .main_txt h2 { font-size:42px; color:#fff; font-family:'GS_B'; margin:35px 0; overflow:hidden; }
.scene-1 .main_txt h2 b { display:block; color:#09F; font-size:52px; }
.scene-1 .main_txt p { font-size:15px; line-height:24px; font-family: 'Noto Sans KR'; color:#fff; word-break:keep-all; }

.scene-2 { padding:150px 20px; position:relative; background:url(/img/main/mainback02.png) no-repeat center / cover; }
.scene-2 .cont_wrap { margin:auto; }
.scene-2 .main_txt { position:relative; max-width:50%; }
.scene-2 .main_txt h2 { font-size:42px; line-height:56px; color:#09F; font-family:'GS_B'; }
.scene-2 .main_txt h2 font { font-size:18px; margin-bottom:20px; display:block; margin-bottom:10px; color:#333; }
.scene-2 .main_txt p { font-size:15px; line-height:24px; font-family: 'Noto Sans KR'; color:#666; word-break:keep-all; }
.scene-2 .main_txt ul { text-align:left; padding:30px 0 0; }
.scene-2 .main_txt li { width:150px; color:#999; background-color:#f6f6f6; border-radius:5px; padding:10px; display:inline-block; margin-bottom:4px; }
.scene-2 .main_txt li span { width:30px; height:30px; display:inline-block; vertical-align:middle; border-radius:100%; overflow:hidden; margin-right:10px; }
.scene-2 .main_txt li .ic01 { background:url(/img/main/ic01.png) no-repeat center / cover; }
.scene-2 .main_txt li .ic02 { background:url(/img/main/ic02.png) no-repeat center / cover; }
.scene-2 .main_txt li .ic03 { background:url(/img/main/ic03.png) no-repeat center / cover; }
.scene-2 .main_txt li .ic04 { background:url(/img/main/ic04.png) no-repeat center / cover; }
.scene-2 .main_txt li .ic05 { background:url(/img/main/ic05.png) no-repeat center / cover; }
.scene-2 .main_txt li .ic06 { background:url(/img/main/ic06.png) no-repeat center / cover; }
.scene-2 .main_txt li .ic07 { background:url(/img/main/ic07.png) no-repeat center / cover; }
.scene-2 .main_txt li b { color:#000; }

.scene-3 { padding:100px 20px; position:relative; background-color:#182230; }
.scene-3 .cont_wrap { margin:auto; position:relative; }
.scene-3 .main_txt { text-align:center; }
.scene-3 .main_txt h2 { font-size:42px; line-height:52px; font-family:'GS_B'; color:#fff; text-align:center; margin-bottom:10px; }
.scene-3 .main_txt h2 font { color:#ffc000; display:block; }
.scene-3 .main_txt p { font-size:15px; line-height:21px; font-family: 'Noto Sans KR'; color:#fff; margin-bottom:50px; }
.scene-3 .main_txt ul { display:grid; grid-template-columns:repeat(3, 1fr); column-gap:14px; row-gap:14px; }
.scene-3 .main_txt ul li { border:1px solid rgba(255,255,255,0.3); border-radius:15px; margin-bottom:15px; padding:50px 25px 0; position:relative; text-align:center; }
.scene-3 .main_txt ul li span { display:block; margin-bottom:20px; }
.scene-3 .main_txt ul li h5 { font-size:24px; font-family:'GS_B'; color:#fff; margin-bottom:10px; }
.scene-3 .main_txt ul li p { font-size:15px; line-height:21px; font-family: 'Noto Sans KR'; color:#c4d1ea; }
.scene-3 .main_txt ul li img { max-width:70px; }

.scene-4 { background:url(../img/main/mainback03.png) no-repeat center / cover; overflow:hidden; padding:150px 20px; }
.scene-4 .cont_wrap { margin:auto; position:relative; padding:0px; }
.scene-4 .main_txt { width:50%; }
.scene-4 .main_txt h2 { font-size:15px; font-family:'GS_B'; color:#333; margin-bottom:20px; }
.scene-4 .main_txt h6 { font-size:30px; line-height:38px; font-family:'GS_M'; color:#000; margin-bottom:15px; }
.scene-4 .main_txt h6 font { color:#06F; }
.scene-4 .main_txt p { font-size:14px; line-height:21px; font-family: 'Noto Sans KR'; color:#333; margin-bottom:50px; }
.scene-4 .main_txt a { display:inline-block; width:200px; height:40px; line-height:40px; border-radius:40px; background-color:#09F; color:#fff; text-align:center; }
}


@media screen and (max-width:900px) {
[class^="scene-"]{position: relative; word-break:keep-all; }

.scene-1 { padding:0 20px; position:relative; background:url(/img/main/mainback01.png) no-repeat center / cover; }
.scene-1 .cont_wrap { margin:auto; }
.scene-1 .main_txt { position:relative; }
.scene-1 .main_txt div { position:absolute; width:100%; top:50%; left:50%; transform:translate(-50%,-50%); text-align:center; }
.scene-1 .main_txt h6 { font-size:13px; font-family:'GS_B'; color:#fff; margin-bottom:20px; }
.scene-1 .main_txt h2 { font-size:24px; color:#fff; font-family:'GS_B'; margin:35px 0; overflow:hidden; }
.scene-1 .main_txt h2 b { display:block; color:#09F; font-size:32px; }
.scene-1 .main_txt p { font-size:13px; line-height:24px; font-family: 'Noto Sans KR'; color:#fff; word-break:keep-all; }

.scene-2 { padding:100px 20px; position:relative; background:url(/img/main/mainback02.png) no-repeat center / cover; }
.scene-2 .cont_wrap { margin:auto; }
.scene-2 .main_txt { position:relative; }
.scene-2 .main_txt h2 { font-size:32px; line-height:36px; color:#09F; font-family:'GS_B'; }
.scene-2 .main_txt h2 font { font-size:18px; margin-bottom:20px; display:block; margin-bottom:10px; color:#333; }
.scene-2 .main_txt p { font-size:13px; line-height:18px; font-family: 'Noto Sans KR'; color:#666; word-break:keep-all; }
.scene-2 .main_txt ul { text-align:left; padding:30px 0 0; }
.scene-2 .main_txt li { width:150px; color:#999; background-color:#f6f6f6; border-radius:5px; padding:10px; display:inline-block; margin-bottom:4px; }
.scene-2 .main_txt li span { width:30px; height:30px; display:inline-block; vertical-align:middle; border-radius:100%; overflow:hidden; margin-right:10px; }
.scene-2 .main_txt li .ic01 { background:url(/img/main/ic01.png) no-repeat center / cover; }
.scene-2 .main_txt li .ic02 { background:url(/img/main/ic02.png) no-repeat center / cover; }
.scene-2 .main_txt li .ic03 { background:url(/img/main/ic03.png) no-repeat center / cover; }
.scene-2 .main_txt li .ic04 { background:url(/img/main/ic04.png) no-repeat center / cover; }
.scene-2 .main_txt li .ic05 { background:url(/img/main/ic05.png) no-repeat center / cover; }
.scene-2 .main_txt li .ic06 { background:url(/img/main/ic06.png) no-repeat center / cover; }
.scene-2 .main_txt li .ic07 { background:url(/img/main/ic07.png) no-repeat center / cover; }
.scene-2 .main_txt li b { color:#000; }

.scene-3 { padding:100px 20px; position:relative; background-color:#182230; }
.scene-3 .cont_wrap { margin:auto; position:relative; }
.scene-3 .main_txt { text-align:center; }
.scene-3 .main_txt h2 { font-size:27px; line-height:36px; font-family:'GS_B'; color:#fff; text-align:center; margin-bottom:10px; }
.scene-3 .main_txt h2 font { color:#ffc000; display:block; }
.scene-3 .main_txt p { font-size:13px; line-height:21px; font-family: 'Noto Sans KR'; color:#fff; margin-bottom:50px; }
.scene-3 .main_txt ul { display:grid; grid-template-columns:repeat(2, 1fr); column-gap:14px; row-gap:14px; }
.scene-3 .main_txt ul li { border:1px solid rgba(255,255,255,0.3); border-radius:15px; margin-bottom:15px; padding:50px 25px 0; position:relative; text-align:center; }
.scene-3 .main_txt ul li span { display:block; margin-bottom:20px; }
.scene-3 .main_txt ul li h5 { font-size:18px; font-family:'GS_B'; color:#fff; margin-bottom:10px; }
.scene-3 .main_txt ul li p { font-size:12px; line-height:21px; font-family: 'Noto Sans KR'; color:#c4d1ea; }
.scene-3 .main_txt ul li img { max-width:70px; }

.scene-4 { background:url(../img/main/mainback03.png) no-repeat center / cover; overflow:hidden; padding:50px 20px; }
.scene-4 .cont_wrap { margin:auto; position:relative; padding:0px; }
.scene-4 .main_txt { margin-right:40%; }
.scene-4 .main_txt h2 { font-size:13px; font-family:'GS_B'; color:#333; margin-bottom:10px; }
.scene-4 .main_txt h6 { font-size:20px; line-height:28px; font-family:'GS_M'; color:#000; margin-bottom:10px; }
.scene-4 .main_txt h6 font { color:#06F; }
.scene-4 .main_txt p { font-size:12px; line-height:21px; font-family: 'Noto Sans KR'; color:#333; margin-bottom:20px; }
.scene-4 .main_txt a { display:inline-block; width:200px; height:40px; line-height:40px; border-radius:40px; background-color:#09F; color:#fff; text-align:center; }
}

