@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:100px 0; position:relative; }
.scene-1 .cont_wrap {  width:1200px; margin:auto; }
.scene-1 .cont_wrap .inner { display:flex; }
.scene-1 .main_txt { width:calc(50% - 25px); position:relative; }
.scene-1 .main_txt h2 { font-size:42px; line-height:56px; color:#333; font-family:'GS_B'; margin-bottom:15px; }
.scene-1 .main_txt h2 font { display:block; color:#ff9000; font-size:52px; }
.scene-1 .main_txt p { font-size:15px; line-height:24px; font-family: 'Noto Sans KR'; color:#666; word-break:keep-all; }
.scene-1 .main_txt ul { text-align:left; display:grid; grid-template-columns:repeat(3, 1fr); column-gap:10px; row-gap:10px; padding:30px 0 0; }
.scene-1 .main_txt li { color:#999; background-color:#f6f6f6; border-radius:5px; padding:10px; }
.scene-1 .main_txt li span { width:30px; height:30px; display:inline-block; vertical-align:middle; border-radius:100%; overflow:hidden; margin-right:10px; }
.scene-1 .main_txt li .ic01 { background:url(/img/main/ic01.png) no-repeat center / cover; }
.scene-1 .main_txt li .ic02 { background:url(/img/main/ic02.png) no-repeat center / cover; }
.scene-1 .main_txt li .ic03 { background:url(/img/main/ic03.png) no-repeat center / cover; }
.scene-1 .main_txt li .ic04 { background:url(/img/main/ic04.png) no-repeat center / cover; }
.scene-1 .main_txt li .ic05 { background:url(/img/main/ic05.png) no-repeat center / cover; }
.scene-1 .main_txt li .ic06 { background:url(/img/main/ic06.png) no-repeat center / cover; }
.scene-1 .main_txt li .ic07 { background:url(/img/main/ic07.png) no-repeat center / cover; }
.scene-1 .main_txt li b { color:#000; }
.scene-1 .sub_txt { width:calc(50% - 25px); position:relative; margin-left:50px; }
.scene-1 .sub_txt img { max-width:100%; border-radius:25px; }

.scene-2 { padding:0; background:url(../img/main/back02.png) no-repeat center right / 60% auto; overflow:hidden; }
.scene-2 .cont_wrap { position:relative; }
.scene-2 .main_txt { position:relative; background-color:#06F; width:60%; padding:50px 0; margin:100px 0; text-align:right; }
.scene-2 .main_txt div { width:720px; display:inline-block; text-align:left; }
.scene-2 .main_txt h2 { font-size:46px; line-height:46px; font-family:'GS_B'; color:#fff; margin-bottom:10px; }
.scene-2 .main_txt p { font-size:15px; line-height:21px; font-family: 'Noto Sans KR'; color:#fff; word-break:keep-all; }

.scene-3 { padding:100px 0; position:relative; }
.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:#000; 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:#666; margin-bottom:50px; }
.scene-3 .main_txt ul { display:grid; grid-template-columns:repeat(4, 1fr); column-gap:14px; row-gap:14px; }
.scene-3 .main_txt ul li {  background-color:#f7fbff; border-radius:15px; margin-bottom:15px; padding:25px; position:relative; text-align:center; }
.scene-3 .main_txt ul li span { display:block; }
.scene-3 .main_txt ul li h5 { font-size:24px; line-height:62px; font-family:'GS_B'; color:#000; }
.scene-3 .main_txt ul li p { font-size:15px; line-height:21px; font-family: 'Noto Sans KR'; color:#666; }
.scene-3 .main_txt ul li img { max-width:200px; }

.scene-4 { background:url(../img/main/back04.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 { margin-left:45%; }
.scene-4 .main_txt h2 { font-size:52px; line-height:62px; font-family:'GS_B'; color:#000;  }
.scene-4 .main_txt h2 font { color:#06F; }
.scene-4 .main_txt p { font-size:15px; line-height:21px; font-family: 'Noto Sans KR'; color:#333; margin-bottom:50px; }
.scene-4 .main_txt ul { display:grid; grid-template-columns:repeat(2, 1fr); column-gap:7px; row-gap:7px; }
.scene-4 .main_txt ul li { background-color:rgba(0,0,0,0.3); border-radius:5px; padding:15px; position:relative; text-align:center; border:1px solid rgba(255,255,255,0.3); font-size:15px; line-height:21px; font-family: 'Noto Sans KR'; color:#fff; }
}


@media screen and (max-width:1200px) and (min-width:901px) {
[class^="scene-"]{position: relative; word-break:keep-all; }

.scene-1 { padding:100px 20px; position:relative; }
.scene-1 .cont_wrap { margin:auto; }
.scene-1 .cont_wrap .inner { display:flex; }
.scene-1 .main_txt { width:calc(50% - 25px); position:relative; }
.scene-1 .main_txt h2 { font-size:42px; line-height:56px; color:#333; font-family:'GS_B'; margin-bottom:15px; }
.scene-1 .main_txt h2 font { display:block; color:#ff9000; font-size:52px; }
.scene-1 .main_txt p { font-size:15px; line-height:24px; font-family: 'Noto Sans KR'; color:#666; word-break:keep-all; }
.scene-1 .main_txt ul { text-align:left; display:grid; grid-template-columns:repeat(3, 1fr); column-gap:10px; row-gap:10px; padding:30px 0 0; }
.scene-1 .main_txt li { color:#999; background-color:#f6f6f6; border-radius:5px; padding:10px; }
.scene-1 .main_txt li span { width:30px; height:30px; display:inline-block; vertical-align:middle; border-radius:100%; overflow:hidden; margin-right:10px; }
.scene-1 .main_txt li .ic01 { background:url(/img/main/ic01.png) no-repeat center / cover; }
.scene-1 .main_txt li .ic02 { background:url(/img/main/ic02.png) no-repeat center / cover; }
.scene-1 .main_txt li .ic03 { background:url(/img/main/ic03.png) no-repeat center / cover; }
.scene-1 .main_txt li .ic04 { background:url(/img/main/ic04.png) no-repeat center / cover; }
.scene-1 .main_txt li .ic05 { background:url(/img/main/ic05.png) no-repeat center / cover; }
.scene-1 .main_txt li .ic06 { background:url(/img/main/ic06.png) no-repeat center / cover; }
.scene-1 .main_txt li .ic07 { background:url(/img/main/ic07.png) no-repeat center / cover; }
.scene-1 .main_txt li b { color:#000; }
.scene-1 .sub_txt { width:calc(50% - 25px); position:relative; margin-left:50px; }
.scene-1 .sub_txt img { max-width:100%; border-radius:25px; }

.scene-2 { padding:0; background:url(../img/main/back02.png) no-repeat center right / 60% auto; overflow:hidden; }
.scene-2 .cont_wrap { position:relative; }
.scene-2 .main_txt { position:relative; background-color:#06F; width:60%; padding:50px 0; margin:100px 0; text-align:right; }
.scene-2 .main_txt div { width:720px; display:inline-block; text-align:left; }
.scene-2 .main_txt h2 { font-size:46px; line-height:46px; font-family:'GS_B'; color:#fff; margin-bottom:10px; }
.scene-2 .main_txt p { font-size:15px; line-height:21px; font-family: 'Noto Sans KR'; color:#fff; word-break:keep-all; }

.scene-3 { padding:100px 20px; position:relative; }
.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:#000; 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:#666; margin-bottom:50px; }
.scene-3 .main_txt ul { display:grid; grid-template-columns:repeat(4, 1fr); column-gap:14px; row-gap:14px; }
.scene-3 .main_txt ul li {  background-color:#f7fbff; border-radius:15px; margin-bottom:15px; padding:25px; position:relative; text-align:center; }
.scene-3 .main_txt ul li span { display:block; }
.scene-3 .main_txt ul li h5 { font-size:24px; line-height:62px; font-family:'GS_B'; color:#000; }
.scene-3 .main_txt ul li p { font-size:15px; line-height:21px; font-family: 'Noto Sans KR'; color:#666; }
.scene-3 .main_txt ul li img { max-width:200px; }

.scene-4 { background:url(../img/main/back04.png) no-repeat center / cover; overflow:hidden; padding:150px 20px; }
.scene-4 .cont_wrap { margin:auto; position:relative; padding:0px; }
.scene-4 .main_txt { margin-left:45%; }
.scene-4 .main_txt h2 { font-size:52px; line-height:62px; font-family:'GS_B'; color:#000;  }
.scene-4 .main_txt h2 font { color:#06F; }
.scene-4 .main_txt p { font-size:15px; line-height:21px; font-family: 'Noto Sans KR'; color:#333; margin-bottom:50px; }
.scene-4 .main_txt ul { display:grid; grid-template-columns:repeat(2, 1fr); column-gap:7px; row-gap:7px; }
.scene-4 .main_txt ul li { background-color:rgba(0,0,0,0.3); border-radius:5px; padding:15px; position:relative; text-align:center; border:1px solid rgba(255,255,255,0.3); font-size:15px; line-height:21px; font-family: 'Noto Sans KR'; color:#fff; }
}


@media screen and (max-width:900px) {
[class^="scene-"]{position: relative; word-break:keep-all; }

.scene-1 { padding:100px 20px; position:relative; }
.scene-1 .cont_wrap { margin:auto; }
.scene-1 .main_txt { position:relative; }
.scene-1 .main_txt h2 { font-size:29px; line-height:32px; color:#333; font-family:'GS_B'; margin-bottom:15px; }
.scene-1 .main_txt h2 font { display:block; color:#ff9000; font-size:36px; }
.scene-1 .main_txt p { font-size:12px; line-height:18px; color:#666; word-break:keep-all; }
.scene-1 .main_txt ul { text-align:left; display:grid; grid-template-columns:repeat(2, 1fr); column-gap:10px; row-gap:10px; padding:30px 0 0; }
.scene-1 .main_txt li { color:#999; background-color:#f6f6f6; border-radius:5px; padding:10px; }
.scene-1 .main_txt li span { width:30px; height:30px; display:inline-block; vertical-align:middle; border-radius:100%; overflow:hidden; margin-right:10px; }
.scene-1 .main_txt li .ic01 { background:url(/img/main/ic01.png) no-repeat center / cover; }
.scene-1 .main_txt li .ic02 { background:url(/img/main/ic02.png) no-repeat center / cover; }
.scene-1 .main_txt li .ic03 { background:url(/img/main/ic03.png) no-repeat center / cover; }
.scene-1 .main_txt li .ic04 { background:url(/img/main/ic04.png) no-repeat center / cover; }
.scene-1 .main_txt li .ic05 { background:url(/img/main/ic05.png) no-repeat center / cover; }
.scene-1 .main_txt li .ic06 { background:url(/img/main/ic06.png) no-repeat center / cover; }
.scene-1 .main_txt li .ic07 { background:url(/img/main/ic07.png) no-repeat center / cover; }
.scene-1 .main_txt li b { color:#000; }
.scene-1 .sub_txt { position:relative; padding:50px 0 0; }
.scene-1 .sub_txt img { max-width:100%; border-radius:25px; }

.scene-2 { padding:0; background:url(../img/main/back02.png) no-repeat center right / auto 100%; overflow:hidden; }
.scene-2 .cont_wrap { position:relative; }
.scene-2 .main_txt { position:relative; background-color:#06F; width:calc(100% - 150px); padding:50px 0; margin:50px 0; text-align:right; }
.scene-2 .main_txt div { display:inline-block; text-align:left; padding:25px; }
.scene-2 .main_txt h2 { font-size:27px; line-height:32px; font-family:'GS_B'; color:#fff; margin-bottom:10px; }
.scene-2 .main_txt p { font-size:12px; line-height:18px; color:#fff; word-break:keep-all; }

.scene-3 { padding:100px 20px; position:relative; }
.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:#000; text-align:center; margin-bottom:10px; }
.scene-3 .main_txt h2 font { color:#ffc000; display:block; }
.scene-3 .main_txt p { font-size:12px; line-height:18px; color:#666; 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 {  background-color:#f7fbff; border-radius:15px; margin-bottom:15px; padding:25px; position:relative; text-align:center; }
.scene-3 .main_txt ul li span { display:block; }
.scene-3 .main_txt ul li h5 { font-size:24px; line-height:62px; font-family:'GS_B'; color:#000; }
.scene-3 .main_txt ul li p { font-size:12px; line-height:18px; color:#666; }
.scene-3 .main_txt ul li img { max-width:80%; }

.scene-4 { background:url(../img/main/back04.png) no-repeat center / cover; overflow:hidden; padding:100px 20px; }
.scene-4 .cont_wrap { margin:auto; position:relative; padding:0px; }
.scene-4 .main_txt {  }
.scene-4 .main_txt h2 { font-size:27px; line-height:36px; font-family:'GS_B'; color:#000;  }
.scene-4 .main_txt h2 font { color:#06F; }
.scene-4 .main_txt p { font-size:12px; line-height:18px; color:#333; margin-bottom:50px; }
.scene-4 .main_txt ul { display:grid; grid-template-columns:repeat(2, 1fr); column-gap:7px; row-gap:7px; }
.scene-4 .main_txt ul li { background-color:rgba(0,0,0,0.3); border-radius:5px; padding:10px; position:relative; text-align:center; font-size:12px; font-family: 'Noto Sans KR'; color:#fff; }
}

