@charset "utf-8";

[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;}

.anchur { position:absolute; top:-50px; }

@media screen and (min-width:901px) {
[class^="scene-"] { position:relative; }
[class^="scene-"] .inner { position:relative; z-index:1; }
[class^="scene-"] .cont_wrap {  }
[class^="scene-"] .main_txt { position: relative; visibility:hidden; }
[class^="scene-"] .sub_txt { position: relative; visibility:hidden; }
[class^="scene-"] .mobile_wrap { position: relative; visibility:hidden; }
[class^="scene-"] .vi_wrap { position: relative; visibility:hidden; }
[class^="scene-"] [class^="status_wrap-"] { display: inline-block;}	

.scene-1 { padding:25px; position:relative; }
.scene-1 .cont_wrap { position:relative; max-width:1600px; margin:auto; }
.scene-1 .cont_wrap .inner { display:flex; column-gap:15px; }
.scene-1 .main_txt { width:calc(100% - 500px); text-align:center; }
.scene-1 .main_txt ul { display:grid; grid-template-columns:repeat(4, 1fr); column-gap:1px; row-gap:1px; background-color:#eee; border-radius:25px; border:1px solid #ddd; }
.scene-1 .main_txt ul li { padding:0 5px; position:relative; transition-duration: 0.4s; filter:grayscale(100%); }
.scene-1 .main_txt ul li:first-child { background:#fff url(/theme/basic/img/main/1.png) no-repeat center bottom / auto 50%; border-radius:25px 0 0 25px; overflow:hidden; }
.scene-1 .main_txt ul li:nth-child(2) { background:#fff url(/theme/basic/img/main/2.png) no-repeat center bottom / auto 50%; }
.scene-1 .main_txt ul li:nth-child(3) { background:#fff url(/theme/basic/img/main/3.png) no-repeat center bottom / auto 50%; }
.scene-1 .main_txt ul li:last-child { background:#fff url(/theme/basic/img/main/4.png) no-repeat center bottom / auto 50%; border-radius:0 25px 25px 0; overflow:hidden; }
.scene-1 .main_txt ul li:hover { transform:scale(1.1,1.1); border:1px solid #ddd; box-shadow:0 0 10px rgba(0,0,0,0.1); z-index:1001; filter:grayscale(0%); }
.scene-1 .main_txt ul li a { display:block; padding:25px 0 0; height:280px; }
.scene-1 .main_txt ul li h3 { font-family: 'Noto Sans KR'; font-size:21px; line-height:24px; }
.scene-1 .main_txt ul li h3 font { display:block; }
.scene-1 .main_txt ul li p { color:#666; padding:5px 0; font-family: 'Noto Sans KR'; font-size:14px; line-height:21px; word-break:keep-all; word-break:keep-all; margin:0 10px; }
.scene-1 .main_txt ul li span { display:block; }
.scene-1 .main_txt ul li img { height:40px; margin:10px 0; }
.scene-1 .sub_txt { width:500px; border-radius:25px; overflow:hidden; }
.scene-1 .sub_txt iframe { width:100%; height:280px; }

.scene-2 { padding:100px 25px; position:relative; background:url(/theme/basic/img/main/back02.png) no-repeat center bottom / 100% auto; min-height:650px; }
.scene-2 .cont_wrap { max-width:1600px; margin:auto; }
.scene-2 .cont_wrap .inner { display:flex; }
.scene-2 .main_txt { position:relative; width:50%; }
.scene-2 .main_txt img { max-width:90%; border-radius:15px; }
.scene-2 .main_txt h2 { font-size:42px; font-family:'GS_B'; color:#333; font-weight:500; margin:0; text-align:left; }
.scene-2 .main_txt p { color:#666; padding:10px 0 30px; font-size:15px; line-height:21px; margin:auto; text-align:left; word-break:keep-all; font-family: 'Noto Sans KR'; }
.scene-2 .main_txt a { display:block; width:200px; height:50px; line-height:50px; font-size:13px; color:#fff; text-align:center; background-color:#090; font-family: 'Noto Sans KR'; font-weight:bolder; }
.scene-2 .sub_txt { position:relative; width:50%; }
.scene-2 .sub_txt > div { }


.scene-3 { padding:100px 25px; position:relative; border-top:1px solid #eee; }
.scene-3 .cont_wrap { max-width:1600px; margin:auto; position:relative; }
.scene-3 .main_txt { text-align:center; }
.scene-3 .main_txt div { padding:0 0 50px; }
.scene-3 .main_txt h6 { font-family:'GS_M'; font-size:15px; color:#666; }
.scene-3 .main_txt h2 { font-family:'GS_B'; font-size:32px; color:#333; font-weight:500; margin:10px 0; }
.scene-3 .main_txt p { font-family: 'Noto Sans KR'; font-size:13px; color:#666; }
.scene-3 .sub_txt { text-align:left; display:flex; column-gap:15px; }
.scene-3 .sub_txt > div { border:1px solid #ddd; border-radius:25px; overflow:hidden; width:50%; background-color:#fff; }
.scene-3 .sub_txt > .tablatest { padding:0 25px; box-sizing:border-box;}
.scene-3 .sub_txt > .tablatest > div { border-bottom:1px solid #eee; position:relative; }
.scene-3 .sub_txt > .tablatest > div p { font-family: 'Noto Sans KR'; font-size:18px; color:#333; height:80px; line-height:80px; margin-right:40px; display:inline-block; vertical-align:top; cursor:pointer; }
.scene-3 .sub_txt > .tablatest > div #onX { border-bottom:2px solid #090; font-weight:bolder; color:#090; }
.scene-3 .sub_txt > .tablatest > div a { position:absolute; top:50%; right:0px; transform:translateY(-50%); font-family: 'Noto Sans KR'; font-size:30px; color:#333; font-weight:bolder; }
}


@media screen and (max-width:900px) {
[class^="scene-"] { position:relative; width:100%; }
[class^="scene-"] .inner { position:relative; z-index:1; }
[class^="scene-"] .cont_wrap { overflow:hidden; }
[class^="scene-"] .main_txt { position: relative; visibility:hidden; }
[class^="scene-"] .sub_txt { position: relative; visibility:hidden; }
[class^="scene-"] .mobile_wrap { position: relative; visibility:hidden; }
[class^="scene-"] .vi_wrap { position: relative; visibility:hidden; }
[class^="scene-"] [class^="status_wrap-"] { display: inline-block;}	

.scene-1 { padding:25px; position:relative; }
.scene-1 .cont_wrap { position:relative; max-width:1600px; margin:auto; }
.scene-1 .main_txt { text-align:center; border:1px solid #ddd; border-radius:25px; overflow:hidden; margin-bottom:15px; }
.scene-1 .main_txt ul { display:grid; grid-template-columns:repeat(2, 1fr); column-gap:1px; row-gap:1px; background-color:#eee; border-radius:25px; border:1px solid #ddd; overflow:hidden; }
.scene-1 .main_txt ul li { padding:0 5px;  position:relative; transition-duration: 0.4s; filter:grayscale(100%); }
.scene-1 .main_txt ul li:first-child { background:#fff url(/theme/basic/img/main/1.png) no-repeat center bottom / 150px auto; overflow:hidden; }
.scene-1 .main_txt ul li:nth-child(2) { background:#fff url(/theme/basic/img/main/2.png) no-repeat center bottom / 150px auto; }
.scene-1 .main_txt ul li:nth-child(3) { background:#fff url(/theme/basic/img/main/3.png) no-repeat center bottom / 150px auto; }
.scene-1 .main_txt ul li:last-child { background:#fff url(/theme/basic/img/main/4.png) no-repeat center bottom / 150px auto; overflow:hidden; }
.scene-1 .main_txt ul li a { display:block; padding:25px 0 0; height:230px; }
.scene-1 .main_txt ul li h3 { font-family: 'Noto Sans KR'; font-size:16px; line-height:19px; }
.scene-1 .main_txt ul li h3 font { display:block; }
.scene-1 .main_txt ul li p { color:#666; padding:5px 0; font-size:12px; line-height:21px; word-break:keep-all; word-break:keep-all; margin:0 10px; }
.scene-1 .main_txt ul li span { display:block; }
.scene-1 .main_txt ul li img { height:40px; margin:10px 0; }
.scene-1 .sub_txt { border-radius:25px; overflow:hidden; }
.scene-1 .sub_txt iframe { width:100%; height:220px; }

.scene-2 { padding:50px 25px 200px; position:relative; background:url(/theme/basic/img/main/back02.png) no-repeat center bottom / 100% auto; }
.scene-2 .cont_wrap { max-width:1600px; margin:auto; }
.scene-2 .main_txt { position:relative; }
.scene-2 .main_txt img { max-width:90%; border-radius:15px; }
.scene-2 .main_txt h2 { font-size:32px; font-family:'GS_B'; color:#333; font-weight:500; margin:0; text-align:left; }
.scene-2 .main_txt p { color:#666; padding:10px 0 30px; font-size:13px; line-height:21px; margin:auto; text-align:left; word-break:keep-all; font-family: 'Noto Sans KR'; }
.scene-2 .main_txt a { display:block; width:200px; height:50px; line-height:50px; font-size:13px; color:#fff; text-align:center; background-color:#090; font-family: 'Noto Sans KR'; font-weight:bolder; }
.scene-2 .sub_txt { position:relative; }
.scene-2 .sub_txt > div { }


.scene-3 { padding:100px 25px; position:relative; border-top:1px solid #eee; }
.scene-3 .cont_wrap { max-width:1600px; margin:auto; position:relative; }
.scene-3 .main_txt { text-align:center; }
.scene-3 .main_txt div { padding:0 0 50px; }
.scene-3 .main_txt h6 { font-family:'GS_M'; font-size:15px; color:#666; }
.scene-3 .main_txt h2 { font-family:'GS_B'; font-size:24px; color:#333; font-weight:500; margin:10px 0; word-break:keep-all; }
.scene-3 .main_txt p { font-family: 'Noto Sans KR'; font-size:13px; color:#666; }
.scene-3 .sub_txt { text-align:left; row-gap:15px; }
.scene-3 .sub_txt > div { border:1px solid #ddd; border-radius:20px; overflow:hidden; background-color:#fff; margin-bottom:20px; }
.scene-3 .sub_txt > .tablatest { padding:0 20px; box-sizing:border-box;}
.scene-3 .sub_txt > .tablatest > div { border-bottom:1px solid #eee; position:relative; }
.scene-3 .sub_txt > .tablatest > div p { font-family: 'Noto Sans KR'; font-size:14px; color:#333; height:60px; line-height:60px; margin-right:15px; display:inline-block; vertical-align:top; cursor:pointer; }
.scene-3 .sub_txt > .tablatest > div #onX { border-bottom:2px solid #090; font-weight:bolder; color:#090; }
.scene-3 .sub_txt > .tablatest > div a { position:absolute; top:50%; right:0px; transform:translateY(-50%); font-family: 'Noto Sans KR'; font-size:30px; color:#333; font-weight:bolder; }
}


