@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; width:100%; }
[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:100px 0; position:relative; }
.scene-1 .cont_wrap { max-width:1200px; margin:auto; position:relative; }
.scene-1 .main_txt {  }
.scene-1 .main_txt h2 { font-size:24px; line-height:32px; font-family:'GS_B'; color:#222; margin:0; text-align:left; }
.scene-1 .main_txt p { color:#666; padding:10px 0; font-size:15px; line-height:21px; margin:auto; text-align:left; word-break:keep-all; font-family: 'Noto Sans KR'; }
.scene-1 .main_txt img { height:50px; margin:0 0 20px; }

.scene-2 { padding:0 0 100px; position:relative; }
.scene-2 .cont_wrap { max-width:1600px; margin:auto; position:relative; padding:0 20px; }
.scene-2 .main_txt { text-align:center; }
.scene-2 .main_txt h2 { font-size:36px; line-height:42px; font-family:'GS_B'; color:#222; margin:0; }
.scene-2 .main_txt h2 font { color:#F90; }
.scene-2 .main_txt h2:after {display:block;visibility:visible; width:30px; height:1px; background-color:#999; clear:both;content:""; margin:20px auto; }
.scene-2 .main_txt ul { display:grid; grid-template-columns:repeat(5, 1fr); column-gap:8px; row-gap:8px; }
.scene-2 .main_txt ul li { height:400px; position:relative; border-radius:10px 0 10px 0; transition-duration: 0.4s; }
.scene-2 .main_txt ul li:hover { transform:scale(1.1,1.1); z-index:100; }
.scene-2 .main_txt ul li:first-child { background:url(/theme/basic/img/sub/philosophy/1.jpg) no-repeat center / cover; }
.scene-2 .main_txt ul li:nth-child(2) { background:url(/theme/basic/img/sub/philosophy/2.jpg) no-repeat center / cover; }
.scene-2 .main_txt ul li:nth-child(3) { background:url(/theme/basic/img/sub/philosophy/3.jpg) no-repeat center / cover; }
.scene-2 .main_txt ul li:nth-child(4) { background:url(/theme/basic/img/sub/philosophy/4.jpg) no-repeat center / cover; }
.scene-2 .main_txt ul li:last-child { background:url(/theme/basic/img/sub/philosophy/5.jpg) no-repeat center / cover; }
.scene-2 .main_txt ul li span { display:block; }
.scene-2 .main_txt ul li span img { max-width:100%; }
.scene-2 .main_txt ul li h6 { padding:0; font-family:'GS_B'; color:#fff; position:absolute; top:50%; left:0px; width:100%; font-size:32px; }

.scene-3 { padding:100px 0 0; position:relative; background:url(/theme/basic/img/sub/philosophy/back.jpg) no-repeat center / cover; }
.scene-3 .cont_wrap { margin:auto; position:relative; }
.scene-3 .main_txt { text-align:center; }
.scene-3 .main_txt h2 { font-size:36px; line-height:42px; font-family:'GS_B'; color:#fff; margin:0; padding:0 0 50px; }
.scene-3 .main_txt h2 font { color:#F90; }
.scene-3 .main_txt h2:after {display:block;visibility:visible; width:30px; height:1px; background-color:#fff; clear:both;content:""; margin:20px auto; }
.scene-3 .main_txt ul { display:grid; grid-template-columns:repeat(5, 1fr); column-gap:0px; row-gap:0px; border-top:1px solid rgba(255,255,255,0.3); }
.scene-3 .main_txt ul li { padding:70px 0; position:relative; transition-duration: 0.4s; border-left:1px solid rgba(255,255,255,0.3); }
.scene-3 .main_txt ul li:first-child { border:0px; }
.scene-3 .main_txt ul li h6 { font-family:'GS_M'; color:#fff; font-size:24px; }
.scene-3 .main_txt ul li p { color:#fff; }
.scene-3 .main_txt ul li span { display:block; margin:0 0 10px; }
.scene-3 .main_txt ul li span img { width:50px; }
}


@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:50px 20px; position:relative; }
.scene-1 .cont_wrap { margin:auto; position:relative; }
.scene-1 .main_txt {  }
.scene-1 .main_txt h2 { font-size:18px; line-height:24px; font-family:'GS_B'; color:#222; margin:0; text-align:left; }
.scene-1 .main_txt p { color:#666; padding:10px 0; font-size:15px; line-height:21px; margin:auto; text-align:left; word-break:keep-all; font-family: 'Noto Sans KR'; }
.scene-1 .main_txt img { height:50px; margin:0 0 20px; }

.scene-2 { padding:0 0 50px; position:relative; }
.scene-2 .cont_wrap { margin:auto; position:relative; padding:0 20px; }
.scene-2 .main_txt { text-align:center; }
.scene-2 .main_txt h2 { font-size:24px; line-height:32px; font-family:'GS_B'; color:#222; margin:0; }
.scene-2 .main_txt h2 font { color:#F90; }
.scene-2 .main_txt h2:after {display:block;visibility:visible; width:30px; height:1px; background-color:#999; clear:both;content:""; margin:20px auto; }
.scene-2 .main_txt ul { display:grid; grid-template-columns:repeat(1, 1fr); column-gap:8px; row-gap:8px; }
.scene-2 .main_txt ul li { height:200px; position:relative; border-radius:10px 0 10px 0; transition-duration: 0.4s; }
.scene-2 .main_txt ul li:hover { transform:scale(1.1,1.1); z-index:100; }
.scene-2 .main_txt ul li:first-child { background:url(/theme/basic/img/sub/philosophy/1.jpg) no-repeat center / cover; }
.scene-2 .main_txt ul li:nth-child(2) { background:url(/theme/basic/img/sub/philosophy/2.jpg) no-repeat center / cover; }
.scene-2 .main_txt ul li:nth-child(3) { background:url(/theme/basic/img/sub/philosophy/3.jpg) no-repeat center / cover; }
.scene-2 .main_txt ul li:nth-child(4) { background:url(/theme/basic/img/sub/philosophy/4.jpg) no-repeat center / cover; }
.scene-2 .main_txt ul li:last-child { background:url(/theme/basic/img/sub/philosophy/5.jpg) no-repeat center / cover; }
.scene-2 .main_txt ul li span { display:block; }
.scene-2 .main_txt ul li span img { max-width:100%; }
.scene-2 .main_txt ul li h6 { padding:0; font-family:'GS_B'; color:#fff; position:absolute; top:50%; left:0px; width:100%; font-size:32px; }

.scene-3 { padding:50px 0 0; position:relative; background:url(/theme/basic/img/sub/philosophy/back.jpg) no-repeat center / cover; }
.scene-3 .cont_wrap { margin:auto; position:relative; }
.scene-3 .main_txt { text-align:center; }
.scene-3 .main_txt h2 { font-size:24px; line-height:32px; font-family:'GS_B'; color:#fff; margin:0; padding:0 0 50px; }
.scene-3 .main_txt h2 font { color:#F90; }
.scene-3 .main_txt h2:after {display:block;visibility:visible; width:30px; height:1px; background-color:#fff; clear:both;content:""; margin:20px auto; }
.scene-3 .main_txt ul { display:grid; grid-template-columns:repeat(1, 1fr); column-gap:0px; row-gap:0px; border-top:1px solid rgba(255,255,255,0.3); }
.scene-3 .main_txt ul li { padding:70px 0; position:relative; transition-duration: 0.4s; border-bottom:1px solid rgba(255,255,255,0.3); }
.scene-3 .main_txt ul li h6 { font-family:'GS_M'; color:#fff; font-size:18px; }
.scene-3 .main_txt ul li p { color:#fff; }
.scene-3 .main_txt ul li span { display:block; margin:0 0 10px; }
.scene-3 .main_txt ul li span img { width:50px; }
}


