@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:105px 0 55px; position:relative; }
.scene-1 .cont_wrap { width:1200px; margin:auto; }
.scene-1 .cont_wrap .inner { display:flex; }
.scene-1 .main_txt { position:relative; width:50%; }
.scene-1 .main_txt div { display:inline-block; position:absolute; top:50%; left:0px; transform:translateY(-50%); }
.scene-1 .main_txt h6 { font-size:15px; font-family:'GS_B'; color:#666; margin-bottom:20px; }
.scene-1 .main_txt h2 { font-size:42px; color:#222; font-family:'GS_B'; margin:35px 0; }
.scene-1 .main_txt h2 b { font-size:78px; display:block; color:#09F; }
.scene-1 .main_txt p { font-size:15px; line-height:24px; font-family: 'Noto Sans KR'; color:#666; word-break:keep-all; }
.scene-1 .sub_txt { position:relative; width:50%; text-align:right; }
.scene-1 .sub_txt img { width:80%; }

.scene-2 { padding:0; position:relative; }
.scene-2 .cont_wrap {  margin:auto; }
.scene-2 .main_txt { position:relative; }
.scene-2 .main_txt > div { display:flex; }
.scene-2 .main_txt h2 { width:200px; height:100px; line-height:100px; font-size:42px; color:#09F; font-family:'GS_B'; background-color:#09F; color:#fff; text-align:center; }
.scene-2 .main_txt h2 font { font-size:18px; display:block; }
.scene-2 .main_txt ul { text-align:center; display:flex; width:calc(100% - 200px); background-color:#f6f6f6; }
.scene-2 .main_txt li { width:12.5%; color:#999; padding:35px 15px; border-left:1px solid #ddd; font-size:11px; }
.scene-2 .main_txt li span { width:30px; height:30px; display:inline-block; vertical-align:middle; border-radius:100%; overflow:hidden; margin-right:5px; }
.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 .ic08 { background:url(/img/main/ic08.png) no-repeat center / cover; }
.scene-2 .main_txt li p { font-size:11px; color:#666; display:inline-block; vertical-align:middle; text-align:left; }
.scene-2 .main_txt li p b { color:#000; font-size:16px; display:block; margin-bottom:3px; }

.scene-3 { overflow:hidden; padding:150px 0; background:url(/img/main/main_back01.png) no-repeat center / cover; }
.scene-3 .cont_wrap { width:1200px; margin:auto; position:relative; padding:0px; }
.scene-3 .cont_wrap .inner { display:flex; }
.scene-3 .main_txt { width:50%; }
.scene-3 .main_txt h2 { font-size:15px; font-family:'GS_B'; color:#333; margin-bottom:20px; }
.scene-3 .main_txt h6 { font-size:30px; line-height:38px; font-family:'GS_M'; color:#000; margin-bottom:15px; }
.scene-3 .main_txt h6 font { color:#06F; }
.scene-3 .main_txt p { font-size:14px; line-height:21px; font-family: 'Noto Sans KR'; color:#333; margin-bottom:50px; }
.scene-3 .main_txt a { display:inline-block; width:200px; height:40px; line-height:40px; border-radius:40px; background-color:#09F; color:#fff; text-align:center; }
.scene-3 .sub_txt { position:relative; width:50%; text-align:right; }
.scene-3 .sub_txt img { width:100%; }

.scene-4 { padding:100px 0; position:relative; background:url(/img/main/main_back02.png) no-repeat center / cover; }
.scene-4 .cont_wrap { width:1200px; margin:auto; position:relative; }
.scene-4 .main_txt { text-align:center; }
.scene-4 .main_txt h2 { font-size:42px; line-height:52px; font-family:'GS_B'; color:#fff; text-align:center; margin-bottom:10px; }
.scene-4 .main_txt h2 font { color:#ffc000; display:block; }
.scene-4 .main_txt p { font-size:15px; line-height:21px; font-family: 'Noto Sans KR'; color:#fff; margin-bottom:50px; }
.scene-4 .main_txt ul { display:grid; grid-template-columns:repeat(3, 1fr); column-gap:14px; row-gap:14px; }
.scene-4 .main_txt ul li { background-color:rgba(0,0,0,0.8); border-radius:15px; margin-bottom:15px; padding:50px 25px 0; position:relative; text-align:center; }
.scene-4 .main_txt ul li span { display:block; margin-bottom:20px; }
.scene-4 .main_txt ul li h5 { font-size:24px; font-family:'GS_B'; color:#fff; margin-bottom:10px; }
.scene-4 .main_txt ul li p { font-size:15px; line-height:21px; font-family: 'Noto Sans KR'; color:#c4d1ea; }
.scene-4 .main_txt ul li img { max-width:70px; }
}


@media screen and (max-width:1200px) and (min-width:901px) {
[class^="scene-"]{position: relative; word-break:keep-all; }

.scene-1 { padding:105px 20px 55px; position:relative; }
.scene-1 .cont_wrap { margin:auto; }
.scene-1 .cont_wrap .inner { display:flex; }
.scene-1 .main_txt { position:relative; width:50%; }
.scene-1 .main_txt div { display:inline-block; position:absolute; top:50%; left:0px; transform:translateY(-50%); }
.scene-1 .main_txt h6 { font-size:15px; font-family:'GS_B'; color:#666; margin-bottom:20px; }
.scene-1 .main_txt h2 { font-size:42px; color:#222; font-family:'GS_B'; margin:35px 0; }
.scene-1 .main_txt h2 b { font-size:78px; display:block; color:#09F; }
.scene-1 .main_txt p { font-size:15px; line-height:24px; font-family: 'Noto Sans KR'; color:#666; word-break:keep-all; }
.scene-1 .sub_txt { position:relative; width:50%; text-align:right; }
.scene-1 .sub_txt img { width:80%; }

.scene-2 { padding:0; position:relative; }
.scene-2 .cont_wrap {  margin:auto; }
.scene-2 .main_txt { position:relative; }
.scene-2 .main_txt > div { display:flex; }
.scene-2 .main_txt h2 { width:200px; height:100px; line-height:100px; font-size:42px; color:#09F; font-family:'GS_B'; background-color:#09F; color:#fff; text-align:center; }
.scene-2 .main_txt h2 font { font-size:18px; display:block; }
.scene-2 .main_txt ul { text-align:center; display:flex; width:calc(100% - 200px); background-color:#f6f6f6; }
.scene-2 .main_txt li { width:12.5%; color:#999; padding:35px 15px; border-left:1px solid #ddd; font-size:11px; }
.scene-2 .main_txt li span { width:30px; height:30px; display:inline-block; vertical-align:middle; border-radius:100%; overflow:hidden; margin-right:5px; }
.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 .ic08 { background:url(/img/main/ic08.png) no-repeat center / cover; }
.scene-2 .main_txt li p { font-size:11px; color:#666; display:inline-block; vertical-align:middle; text-align:left; }
.scene-2 .main_txt li p b { color:#000; font-size:16px; display:block; margin-bottom:3px; }

.scene-3 { overflow:hidden; padding:150px 20px; background:url(/img/main/main_back01.png) no-repeat center / cover; }
.scene-3 .cont_wrap { margin:auto; position:relative; padding:0px; }
.scene-3 .cont_wrap .inner { display:flex; }
.scene-3 .main_txt { width:50%; }
.scene-3 .main_txt h2 { font-size:15px; font-family:'GS_B'; color:#333; margin-bottom:20px; }
.scene-3 .main_txt h6 { font-size:30px; line-height:38px; font-family:'GS_M'; color:#000; margin-bottom:15px; }
.scene-3 .main_txt h6 font { color:#06F; }
.scene-3 .main_txt p { font-size:14px; line-height:21px; font-family: 'Noto Sans KR'; color:#333; margin-bottom:50px; }
.scene-3 .main_txt a { display:inline-block; width:200px; height:40px; line-height:40px; border-radius:40px; background-color:#09F; color:#fff; text-align:center; }
.scene-3 .sub_txt { position:relative; width:50%; text-align:right; }
.scene-3 .sub_txt img { width:100%; }

.scene-4 { padding:100px 20px; position:relative; background:url(/img/main/main_back02.png) no-repeat center / cover; }
.scene-4 .cont_wrap { margin:auto; position:relative; }
.scene-4 .main_txt { text-align:center; }
.scene-4 .main_txt h2 { font-size:42px; line-height:52px; font-family:'GS_B'; color:#fff; text-align:center; margin-bottom:10px; }
.scene-4 .main_txt h2 font { color:#ffc000; display:block; }
.scene-4 .main_txt p { font-size:15px; line-height:21px; font-family: 'Noto Sans KR'; color:#fff; margin-bottom:50px; }
.scene-4 .main_txt ul { display:grid; grid-template-columns:repeat(3, 1fr); column-gap:14px; row-gap:14px; }
.scene-4 .main_txt ul li { background-color:rgba(0,0,0,0.8); border-radius:15px; margin-bottom:15px; padding:50px 25px 0; position:relative; text-align:center; }
.scene-4 .main_txt ul li span { display:block; margin-bottom:20px; }
.scene-4 .main_txt ul li h5 { font-size:24px; font-family:'GS_B'; color:#fff; margin-bottom:10px; }
.scene-4 .main_txt ul li p { font-size:15px; line-height:21px; font-family: 'Noto Sans KR'; color:#c4d1ea; }
.scene-4 .main_txt ul li img { max-width:70px; }
}


@media screen and (max-width:900px) {
[class^="scene-"]{position: relative; word-break:keep-all; }

.scene-1 { padding:155px 20px 105px; position:relative; }
.scene-1 .cont_wrap { margin:auto; }
.scene-1 .main_txt { position:relative; margin-bottom:20px; text-align:center; }
.scene-1 .main_txt div { }
.scene-1 .main_txt h6 { font-size:15px; color:#666; margin-bottom:20px; }
.scene-1 .main_txt h2 { font-size:27px; color:#222; font-family:'GS_B'; margin:15px 0; }
.scene-1 .main_txt h2 b { font-size:42px; display:block; color:#09F; }
.scene-1 .main_txt p { font-size:12px; line-height:24px; font-family: 'Noto Sans KR'; color:#666; word-break:keep-all; }
.scene-1 .sub_txt { position:relative; text-align:center; }
.scene-1 .sub_txt img { width:50%; }

.scene-2 { padding:0; position:relative; }
.scene-2 .cont_wrap {  margin:auto; }
.scene-2 .main_txt { position:relative; }
.scene-2 .main_txt h2 { width:200px; height:100px; line-height:100px; font-size:42px; color:#09F; font-family:'GS_B'; background-color:#09F; color:#fff; text-align:center; display:none; }
.scene-2 .main_txt h2 font { font-size:18px; display:block; }
.scene-2 .main_txt ul { text-align:center; background-color:#f6f6f6; display:grid; grid-template-columns:repeat(3, 1fr); column-gap:0px; row-gap:0px; border-top:1px solid #fff; }
.scene-2 .main_txt li { color:#999; padding:15px 15px; border-right:1px solid #fff; border-bottom:1px solid #fff; font-size:11px; }
.scene-2 .main_txt li span { width:20px; height:20px; display:inline-block; vertical-align:middle; border-radius:100%; overflow:hidden; margin-right:5px; }
.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 .ic08 { background:url(/img/main/ic08.png) no-repeat center / cover; }
.scene-2 .main_txt li p { font-size:11px; color:#666; display:inline-block; vertical-align:middle; text-align:left; }
.scene-2 .main_txt li p b { color:#000; font-size:13px; display:block; margin-bottom:3px; }

.scene-3 { overflow:hidden; padding:100px 20px; background:url(/img/main/main_back01.png) no-repeat center / cover; }
.scene-3 .cont_wrap { margin:auto; position:relative; padding:0px; }
.scene-3 .main_txt { padding:0 0 50px; }
.scene-3 .main_txt h2 { font-size:12px; color:#333; margin-bottom:20px; }
.scene-3 .main_txt h6 { font-size:21px; line-height:27px; font-family:'GS_M'; color:#000; margin-bottom:15px; }
.scene-3 .main_txt h6 font { color:#06F; }
.scene-3 .main_txt p { font-size:12px; line-height:18px; font-family: 'Noto Sans KR'; color:#333; margin-bottom:20px; }
.scene-3 .main_txt a { display:inline-block; width:200px; height:40px; line-height:40px; border-radius:40px; background-color:#09F; color:#fff; text-align:center; }
.scene-3 .sub_txt { position:relative; }
.scene-3 .sub_txt img { width:100%; }

.scene-4 { padding:100px 20px; position:relative; background:url(/img/main/main_back02.png) no-repeat center / cover; }
.scene-4 .cont_wrap { margin:auto; position:relative; }
.scene-4 .main_txt { text-align:center; }
.scene-4 .main_txt h2 { font-size:21px; font-family:'GS_B'; color:#fff; text-align:center; margin-bottom:10px; }
.scene-4 .main_txt h2 font { color:#ffc000; display:block; }
.scene-4 .main_txt p { font-size:12px; line-height:21px; font-family: 'Noto Sans KR'; color:#fff; margin-bottom:50px; }
.scene-4 .main_txt ul { display:grid; grid-template-columns:repeat(2, 1fr); column-gap:4px; row-gap:4px; }
.scene-4 .main_txt ul li { background-color:rgba(0,0,0,0.8); border-radius:15px; margin-bottom:15px; padding:50px 25px 0; position:relative; text-align:center; }
.scene-4 .main_txt ul li span { display:block; margin-bottom:20px; }
.scene-4 .main_txt ul li h5 { font-size:18px; font-family:'GS_B'; color:#fff; margin-bottom:10px; }
.scene-4 .main_txt ul li p { font-size:12px; font-family: 'Noto Sans KR'; color:#c4d1ea; }
.scene-4 .main_txt ul li img { max-width:40px; }
}

