@charset "utf-8";

.ctt_admin { display:none; }

[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-"] .info_wrap{visibility:hidden;}
[class^="scene-"] [class^="status_wrap-"]{display: inline-block;}

[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) {
.scene-1 { padding:100px 0 0; }
.scene-1 .cont_wrap {  width:1200px; margin:auto; }
.scene-1 .main_txt { text-align:center; padding:0 0 50px; }
.scene-1 .main_txt h2 { font-family:'GS_B'; font-size:42px; font-weight:500; text-align:center; color:#666; }
.scene-1 .main_txt p { font-size:15px; font-weight:normal; text-align:center; margin:3px 0; color:#aaa; font-family: 'Noto Sans KR'; }
.scene-1 .main_txt p:after { display:block;visibility:visible;clear:both;content:""; width:1px; height:30px; background-color:#aaa; margin:10px auto; }
.scene-1 .sub_txt { padding:0; }
.scene-1 .sub_txt h3 { position:relative; font-family: 'Noto Sans KR'; font-size:18px; font-weight:bolder; color:#333; text-align:center; word-break:keep-all; }
.scene-1 .sub_txt div { padding:25px 0; }
.scene-1 .sub_txt div div img { max-width:100%; border-radius:15px; }
.scene-1 .sub_txt h2 { font-family:'GS_M'; font-size:30px; font-weight:bolder; color:#666; text-align:left; margin-bottom:10px; }
.scene-1 .sub_txt p { margin:5px 0; font-size:18px; line-height:27px; color:#666; font-family: 'Noto Sans KR'; }
.scene-1 .sub_txt ul { display:grid; grid-template-columns:repeat(4, 1fr); column-gap:10px; row-gap:10px; padding:50px 0; }
.scene-1 .sub_txt ul li { padding:50px 25px; font-size:16px; line-height:24px; color:#666; font-family: 'Noto Sans KR'; text-align:left; text-align:center; border:1px solid #ddd; border-radius:15px; }
.scene-1 .sub_txt ul li span { display:block; text-align:center; }
.scene-1 .sub_txt ul li span img { width:60px; margin-bottom:20px; }

.scene-2 { padding:100px 0; background-color:#f6f6f6 }
.scene-2 .cont_wrap { width:1200px; margin:auto; }
.scene-2 .main_txt { text-align:center; width:100%; }
.scene-2 .main_txt h2 { font-family:'GS_B'; font-size:28px; font-weight:normal; color:#222; }
.scene-2 .main_txt h2:after { display:block;visibility:visible;clear:both;content:""; width:25px; height:1px; margin:25px auto; background-color:#666; }
.scene-2 .main_txt p { font-size:14px; font-weight:normal; color:#666; text-align:center; }
.scene-2 .main_txt ul { display:grid; grid-template-columns:repeat(4, 1fr); column-gap:1px; row-gap:1px; border-top:1px solid #eee; }
.scene-2 .main_txt ul li { padding:50px 25px; font-size:16px; line-height:24px; color:#666; font-family: 'Noto Sans KR'; text-align:left; background-color:#fff; }
.scene-2 .main_txt ul li span { display:block; width:30px; height:30px; line-height:30px; text-align:center; background-color:#ef5301; color:#fff; margin-bottom:10px; }

.scene-3 { padding:150px 0; background-image:url(/theme/basic/img/sub/01back.jpg); background-size:100% auto; background-attachment:fixed; }
.scene-3 .cont_wrap { width:1200px; margin:auto; }
.scene-3 .main_txt { text-align:center; width:100%; }
.scene-3 .main_txt h2 { font-family:'GS_M'; font-size:27px; line-height:27px; font-weight:normal; color:#fff; }
.scene-3 .main_txt h2:after { display:block;visibility:visible;clear:both;content:""; width:25px; height:1px; margin:25px auto; background-color:#666; }
.scene-3 .main_txt p { font-size:14px; font-weight:normal; color:#fff; text-align:center; }
.scene-3 .main_txt img { height:40px; margin:15px 0; }
}


@media screen and (max-width:1200px) and (min-width:701px) {
.scene-1 { padding:100px 20px 0; }
.scene-1 .cont_wrap { margin:auto; }
.scene-1 .main_txt { text-align:center; padding:0 0 50px; }
.scene-1 .main_txt h2 { font-family:'GS_B'; font-size:42px; font-weight:500; text-align:center; color:#666; }
.scene-1 .main_txt p { font-size:15px; font-weight:normal; text-align:center; margin:3px 0; color:#aaa; font-family: 'Noto Sans KR'; }
.scene-1 .main_txt p:after { display:block;visibility:visible;clear:both;content:""; width:1px; height:30px; background-color:#aaa; margin:10px auto; }
.scene-1 .sub_txt { padding:0; }
.scene-1 .sub_txt h3 { position:relative; font-family: 'Noto Sans KR'; font-size:18px; font-weight:bolder; color:#333; text-align:center; word-break:keep-all; }
.scene-1 .sub_txt div { padding:25px 0; }
.scene-1 .sub_txt div div img { max-width:100%; border-radius:15px; }
.scene-1 .sub_txt h2 { font-family:'GS_M'; font-size:30px; font-weight:bolder; color:#666; text-align:left; margin-bottom:10px; }
.scene-1 .sub_txt p { margin:5px 0; font-size:18px; line-height:27px; color:#666; font-family: 'Noto Sans KR'; }
.scene-1 .sub_txt ul { display:grid; grid-template-columns:repeat(4, 1fr); column-gap:10px; row-gap:10px; padding:50px 0; }
.scene-1 .sub_txt ul li { padding:50px 25px; font-size:16px; line-height:24px; color:#666; font-family: 'Noto Sans KR'; text-align:left; text-align:center; border:1px solid #ddd; border-radius:15px; }
.scene-1 .sub_txt ul li span { display:block; text-align:center; }
.scene-1 .sub_txt ul li span img { width:60px; margin-bottom:20px; }

.scene-2 { padding:100px 20px; background-color:#f6f6f6 }
.scene-2 .cont_wrap { margin:auto; }
.scene-2 .main_txt { text-align:center; width:100%; }
.scene-2 .main_txt h2 { font-family:'GS_B'; font-size:28px; font-weight:normal; color:#222; }
.scene-2 .main_txt h2:after { display:block;visibility:visible;clear:both;content:""; width:25px; height:1px; margin:25px auto; background-color:#666; }
.scene-2 .main_txt p { font-size:14px; font-weight:normal; color:#666; text-align:center; }
.scene-2 .main_txt ul { display:grid; grid-template-columns:repeat(4, 1fr); column-gap:1px; row-gap:1px; border-top:1px solid #eee; }
.scene-2 .main_txt ul li { padding:50px 25px; font-size:16px; line-height:24px; color:#666; font-family: 'Noto Sans KR'; text-align:left; background-color:#fff; }
.scene-2 .main_txt ul li span { display:block; width:30px; height:30px; line-height:30px; text-align:center; background-color:#ef5301; color:#fff; margin-bottom:10px; }

.scene-3 { padding:150px 20px; background-image:url(/theme/basic/img/sub/01back.jpg); background-size:100% auto; background-attachment:fixed; }
.scene-3 .cont_wrap { margin:auto; }
.scene-3 .main_txt { text-align:center; width:100%; }
.scene-3 .main_txt h2 { font-family:'GS_M'; font-size:27px; line-height:27px; font-weight:normal; color:#fff; }
.scene-3 .main_txt h2:after { display:block;visibility:visible;clear:both;content:""; width:25px; height:1px; margin:25px auto; background-color:#666; }
.scene-3 .main_txt p { font-size:14px; font-weight:normal; color:#fff; text-align:center; }
.scene-3 .main_txt img { height:40px; margin:15px 0; }
}


@media screen and (max-width:700px) {
.scene-1 { padding:100px 20px 0; }
.scene-1 .cont_wrap { margin:auto; }
.scene-1 .main_txt { text-align:center; padding:0 0 50px; }
.scene-1 .main_txt h2 { font-family:'GS_B'; font-size:32px; font-weight:500; text-align:center; color:#666; }
.scene-1 .main_txt p { font-size:15px; font-weight:normal; text-align:center; margin:3px 0; color:#aaa; font-family: 'Noto Sans KR'; }
.scene-1 .main_txt p:after { display:block;visibility:visible;clear:both;content:""; width:1px; height:30px; background-color:#aaa; margin:10px auto; }
.scene-1 .sub_txt { padding:0; }
.scene-1 .sub_txt h3 { position:relative; font-family: 'Noto Sans KR'; font-size:18px; font-weight:bolder; color:#333; text-align:center; word-break:keep-all; }
.scene-1 .sub_txt div { padding:25px 0; }
.scene-1 .sub_txt div div img { max-width:100%; border-radius:15px; }
.scene-1 .sub_txt h2 { font-family:'GS_M'; font-size:21px; font-weight:bolder; color:#666; text-align:left; margin-bottom:10px; }
.scene-1 .sub_txt p { margin:5px 0; font-size:13px; line-height:18px; color:#666; font-family: 'Noto Sans KR'; }
.scene-1 .sub_txt ul { display:grid; grid-template-columns:repeat(1, 1fr); column-gap:10px; row-gap:10px; padding:50px 0; }
.scene-1 .sub_txt ul li { padding:50px 25px; font-size:16px; line-height:24px; color:#666; font-family: 'Noto Sans KR'; text-align:left; text-align:center; border:1px solid #ddd; border-radius:15px; }
.scene-1 .sub_txt ul li span { display:block; text-align:center; }
.scene-1 .sub_txt ul li span img { width:60px; margin-bottom:20px; }

.scene-2 { padding:100px 20px; background-color:#f6f6f6 }
.scene-2 .cont_wrap { margin:auto; }
.scene-2 .main_txt { text-align:center; width:100%; }
.scene-2 .main_txt h2 { font-family:'GS_B'; font-size:28px; font-weight:normal; color:#222; }
.scene-2 .main_txt h2:after { display:block;visibility:visible;clear:both;content:""; width:25px; height:1px; margin:25px auto; background-color:#666; }
.scene-2 .main_txt p { font-size:14px; font-weight:normal; color:#666; text-align:center; }
.scene-2 .main_txt ul { display:grid; grid-template-columns:repeat(1, 1fr); column-gap:1px; row-gap:1px; border-top:1px solid #eee; }
.scene-2 .main_txt ul li { padding:50px 25px; font-size:16px; line-height:24px; color:#666; font-family: 'Noto Sans KR'; text-align:left; background-color:#fff; }
.scene-2 .main_txt ul li span { display:block; width:30px; height:30px; line-height:30px; text-align:center; background-color:#ef5301; color:#fff; margin-bottom:10px; }

.scene-3 { padding:100px 20px; background-image:url(/theme/basic/img/sub/01back.jpg); background-size:100% auto; background-attachment:fixed; }
.scene-3 .cont_wrap { margin:auto; }
.scene-3 .main_txt { text-align:center; width:100%; }
.scene-3 .main_txt h2 { font-family:'GS_M'; font-size:27px; line-height:27px; font-weight:normal; color:#fff; }
.scene-3 .main_txt h2:after { display:block;visibility:visible;clear:both;content:""; width:25px; height:1px; margin:25px auto; background-color:#666; }
.scene-3 .main_txt p { font-size:14px; font-weight:normal; color:#fff; text-align:center; }
.scene-3 .main_txt img { height:40px; margin:15px 0; }
}
