@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) {
[class^="scene-"] h4 { font-family: 'Noto Sans KR'; font-size:21px; margin-bottom:10px; }
[class^="scene-"] font { display:block; padding:15px 0; color:#999; }
	
.scene-1 { padding:100px 0 0; }
.scene-1 .cont_wrap { width:1200px; margin:auto; }
.scene-1 .main_txt { }
.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; }
.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 { margin:50px 0; }
.scene-1 .sub_txt div { border-bottom:1px solid #ccc; overflow:hidden; padding:0px; height:55px; display:flex; }
.scene-1 .sub_txt div p { width:33.3333%; height:55px; line-height:50px; text-align:center; border:1px solid #ccc; border-left:0px; border-bottom:0px; color:#666; background-color:#eee; margin:0px; cursor:pointer; }
.scene-1 .sub_txt div p:first-child { border-left:1px solid #ccc; }
.scene-1 .sub_txt div #onX { background-color:#222; color:#cfac54; border:1px solid #222; }

.titles { margin-bottom:25px; }

.scene-2 { padding:100px 0; }
.scene-2 .cont_wrap { width:1200px; margin:auto; }
.scene-2 .inner { display:flex; column-gap:20px; }
.scene-2 .main_txt { width:50%; }
.scene-2 .main_txt h2 { font-family:'GS_B'; font-size:32px; font-weight:500; color:#666; }
.scene-2 .main_txt p { font-size:15px; font-weight:normal; margin:3px 0; color:#aaa; }
.scene-2 .main_txt div img { max-width:100%; }
.scene-2 .sub_txt { width:50%; }
.scene-2 .sub_txt ul { display:grid; grid-template-columns:repeat(1, 1fr); column-gap:10px; row-gap:10px; }
.scene-2 .sub_txt ul li { padding:20px; position:relative; overflow:hidden; border-radius:10px; border:1px solid #ddd; background-color:#fff; box-shadow:0 0 10px rgba(0,0,0,0.1); }
.scene-2 .sub_txt h2 { font-family:'GS_B'; font-size:32px; font-weight:500; color:#666; }
.scene-2 .sub_txt h3 { font-family: 'Noto Sans KR'; font-size:18px; margin-bottom:10px; }
.scene-2 .sub_txt p { font-size:13px; line-height:24px; color:#666; margin:0px; font-family: 'Noto Sans KR'; }
.scene-2 .sub_txt span { display:inline-block; padding:0 10px; border-radius:7px; height:30px; line-height:30px; border:1px solid #ddd; color:#666; text-align:center; text-decoration:none; cursor:pointer; }
.scene-2 .sub_txt img { max-width:100%; }

.scene-3 { padding:100px 0; border-top:1px solid #ddd; }
.scene-3 .cont_wrap { width:1200px; margin:auto; }
.scene-3 .inner { display:flex; column-gap:20px; }
.scene-3 .main_txt { width:50%; }
.scene-3 .main_txt h2 { font-family:'GS_B'; font-size:32px; font-weight:500; color:#666; }
.scene-3 .main_txt p { font-size:15px; font-weight:normal; margin:3px 0; color:#aaa; }
.scene-3 .main_txt div img { max-width:100%; }
.scene-3 .sub_txt { width:50%; }
.scene-3 .sub_txt ul { display:grid; grid-template-columns:repeat(1, 1fr); column-gap:10px; row-gap:10px; }
.scene-3 .sub_txt ul li { padding:20px; position:relative; overflow:hidden; border-radius:10px; border:1px solid #ddd; background-color:#fff; box-shadow:0 0 10px rgba(0,0,0,0.1); }
.scene-3 .sub_txt h2 { font-family:'GS_B'; font-size:32px; font-weight:500; color:#666; }
.scene-3 .sub_txt h3 { font-family: 'Noto Sans KR'; font-size:18px; margin-bottom:10px; }
.scene-3 .sub_txt p { font-size:13px; line-height:24px; color:#666; margin:0px; font-family: 'Noto Sans KR'; }
.scene-3 .sub_txt span { display:inline-block; padding:0 10px; border-radius:7px; height:30px; line-height:30px; border:1px solid #ddd; color:#666; text-align:center; text-decoration:none; cursor:pointer; }
.scene-3 .sub_txt img { max-width:100%; }

.scene-4 { padding:100px 0; border-top:1px solid #ddd; }
.scene-4 .cont_wrap { width:1200px; margin:auto; }
.scene-4 .inner { display:flex; column-gap:20px; }
.scene-4 .main_txt { width:50%; }
.scene-4 .main_txt h2 { font-family:'GS_B'; font-size:32px; font-weight:500; color:#666; }
.scene-4 .main_txt p { font-size:15px; font-weight:normal; margin:3px 0; color:#aaa; }
.scene-4 .main_txt div img { max-width:100%; }
.scene-4 .sub_txt { width:50%; }
.scene-4 .sub_txt ul { display:grid; grid-template-columns:repeat(1, 1fr); column-gap:10px; row-gap:10px; }
.scene-4 .sub_txt ul li { padding:20px; position:relative; overflow:hidden; border-radius:10px; border:1px solid #ddd; background-color:#fff; box-shadow:0 0 10px rgba(0,0,0,0.1); }
.scene-4 .sub_txt h2 { font-family:'GS_B'; font-size:32px; font-weight:500; color:#666; }
.scene-4 .sub_txt h3 { font-family: 'Noto Sans KR'; font-size:18px; margin-bottom:10px; }
.scene-4 .sub_txt p { font-size:13px; line-height:24px; color:#666; margin:0px; font-family: 'Noto Sans KR'; }
.scene-4 .sub_txt span { display:inline-block; padding:0 10px; border-radius:7px; height:30px; line-height:30px; border:1px solid #ddd; color:#666; text-align:center; text-decoration:none; cursor:pointer; }
.scene-4 .sub_txt img { max-width:100%; }

.scene-5 { padding:100px 0; border-top:1px solid #ddd; }
.scene-5 .cont_wrap { width:1200px; margin:auto; }
.scene-5 .inner { display:flex; column-gap:20px; }
.scene-5 .main_txt { width:50%; }
.scene-5 .main_txt h2 { font-family:'GS_B'; font-size:32px; font-weight:500; color:#666; }
.scene-5 .main_txt p { font-size:15px; font-weight:normal; margin:3px 0; color:#aaa; }
.scene-5 .main_txt div img { max-width:100%; }
.scene-5 .sub_txt { width:50%; }
.scene-5 .sub_txt ul { display:grid; grid-template-columns:repeat(1, 1fr); column-gap:10px; row-gap:10px; }
.scene-5 .sub_txt ul li { padding:20px; position:relative; overflow:hidden; border-radius:10px; border:1px solid #ddd; background-color:#fff; box-shadow:0 0 10px rgba(0,0,0,0.1); }
.scene-5 .sub_txt h2 { font-family:'GS_B'; font-size:32px; font-weight:500; color:#666; }
.scene-5 .sub_txt h3 { font-family: 'Noto Sans KR'; font-size:18px; margin-bottom:10px; }
.scene-5 .sub_txt p { font-size:13px; line-height:24px; color:#666; margin:0px; font-family: 'Noto Sans KR'; }
.scene-5 .sub_txt span { display:inline-block; padding:0 10px; border-radius:7px; height:30px; line-height:30px; border:1px solid #ddd; color:#666; text-align:center; text-decoration:none; cursor:pointer; }
.scene-5 .sub_txt img { max-width:100%; }

.scene-6 { padding:100px 0; border-top:1px solid #ddd; }
.scene-6 .cont_wrap { width:1200px; margin:auto; }
.scene-6 .inner { display:flex; column-gap:20px; }
.scene-6 .main_txt { width:50%; }
.scene-6 .main_txt h2 { font-family:'GS_B'; font-size:32px; font-weight:500; color:#666; }
.scene-6 .main_txt p { font-size:15px; font-weight:normal; margin:3px 0; color:#aaa; }
.scene-6 .main_txt div img { max-width:100%; }
.scene-6 .sub_txt { width:50%; }
.scene-6 .sub_txt ul { display:grid; grid-template-columns:repeat(1, 1fr); column-gap:10px; row-gap:10px; }
.scene-6 .sub_txt ul li { padding:20px; position:relative; overflow:hidden; border-radius:10px; border:1px solid #ddd; background-color:#fff; box-shadow:0 0 10px rgba(0,0,0,0.1); }
.scene-6 .sub_txt h2 { font-family:'GS_B'; font-size:32px; font-weight:500; color:#666; }
.scene-6 .sub_txt h3 { font-family: 'Noto Sans KR'; font-size:18px; margin-bottom:10px; }
.scene-6 .sub_txt p { font-size:13px; line-height:24px; color:#666; margin:0px; font-family: 'Noto Sans KR'; }
.scene-6 .sub_txt span { display:inline-block; padding:0 10px; border-radius:7px; height:30px; line-height:30px; border:1px solid #ddd; color:#666; text-align:center; text-decoration:none; cursor:pointer; }
.scene-6 .sub_txt img { max-width:100%; }

.scene-7 { padding:100px 0; border-top:1px solid #ddd; }
.scene-7 .cont_wrap { width:1200px; margin:auto; }
.scene-7 .inner { display:flex; column-gap:20px; }
.scene-7 .main_txt { width:50%; }
.scene-7 .main_txt h2 { font-family:'GS_B'; font-size:32px; font-weight:500; color:#666; }
.scene-7 .main_txt p { font-size:15px; font-weight:normal; margin:3px 0; color:#aaa; }
.scene-7 .main_txt div img { max-width:100%; }
.scene-7 .sub_txt { width:50%; }
.scene-7 .sub_txt ul { display:grid; grid-template-columns:repeat(1, 1fr); column-gap:10px; row-gap:10px; }
.scene-7 .sub_txt ul li { padding:20px; position:relative; overflow:hidden; border-radius:10px; border:1px solid #ddd; background-color:#fff; box-shadow:0 0 10px rgba(0,0,0,0.1); }
.scene-7 .sub_txt h2 { font-family:'GS_B'; font-size:32px; font-weight:500; color:#666; }
.scene-7 .sub_txt h3 { font-family: 'Noto Sans KR'; font-size:18px; margin-bottom:10px; }
.scene-7 .sub_txt p { font-size:13px; line-height:24px; color:#666; margin:0px; font-family: 'Noto Sans KR'; }
.scene-7 .sub_txt span { display:inline-block; padding:0 10px; border-radius:7px; height:30px; line-height:30px; border:1px solid #ddd; color:#666; text-align:center; text-decoration:none; cursor:pointer; }
.scene-7 .sub_txt img { max-width:100%; }

.scene-8 { padding:100px 0; border-top:1px solid #ddd; }
.scene-8 .cont_wrap { width:1200px; margin:auto; }
.scene-8 .inner { display:flex; column-gap:20px; }
.scene-8 .main_txt { width:50%; }
.scene-8 .main_txt h2 { font-family:'GS_B'; font-size:32px; font-weight:500; color:#666; }
.scene-8 .main_txt p { font-size:15px; font-weight:normal; margin:3px 0; color:#aaa; }
.scene-8 .main_txt div img { max-width:100%; }
.scene-8 .sub_txt { width:50%; }
.scene-8 .sub_txt ul { display:grid; grid-template-columns:repeat(1, 1fr); column-gap:10px; row-gap:10px; }
.scene-8 .sub_txt ul li { padding:20px; position:relative; overflow:hidden; border-radius:10px; border:1px solid #ddd; background-color:#fff; box-shadow:0 0 10px rgba(0,0,0,0.1); }
.scene-8 .sub_txt h2 { font-family:'GS_B'; font-size:32px; font-weight:500; color:#666; }
.scene-8 .sub_txt h3 { font-family: 'Noto Sans KR'; font-size:18px; margin-bottom:10px; }
.scene-8 .sub_txt p { font-size:13px; line-height:24px; color:#666; margin:0px; font-family: 'Noto Sans KR'; }
.scene-8 .sub_txt span { display:inline-block; padding:0 10px; border-radius:7px; height:30px; line-height:30px; border:1px solid #ddd; color:#666; text-align:center; text-decoration:none; cursor:pointer; }
.scene-8 .sub_txt img { max-width:100%; }

.scene-9 { padding:100px 0; border-top:1px solid #ddd; }
.scene-9 .cont_wrap { width:1200px; margin:auto; }
.scene-9 .inner { display:flex; column-gap:20px; }
.scene-9 .main_txt { width:50%; }
.scene-9 .main_txt h2 { font-family:'GS_B'; font-size:32px; font-weight:500; color:#666; }
.scene-9 .main_txt p { font-size:15px; font-weight:normal; margin:3px 0; color:#aaa; }
.scene-9 .main_txt div img { max-width:100%; }
.scene-9 .sub_txt { width:50%; }
.scene-9 .sub_txt ul { display:grid; grid-template-columns:repeat(1, 1fr); column-gap:10px; row-gap:10px; }
.scene-9 .sub_txt ul li { padding:20px; position:relative; overflow:hidden; border-radius:10px; border:1px solid #ddd; background-color:#fff; box-shadow:0 0 10px rgba(0,0,0,0.1); }
.scene-9 .sub_txt h2 { font-family:'GS_B'; font-size:32px; font-weight:500; color:#666; }
.scene-9 .sub_txt h3 { font-family: 'Noto Sans KR'; font-size:18px; margin-bottom:10px; }
.scene-9 .sub_txt p { font-size:13px; line-height:24px; color:#666; margin:0px; font-family: 'Noto Sans KR'; }
.scene-9 .sub_txt span { display:inline-block; padding:0 10px; border-radius:7px; height:30px; line-height:30px; border:1px solid #ddd; color:#666; text-align:center; text-decoration:none; cursor:pointer; }
.scene-9 .sub_txt img { max-width:100%; }

.scene-10 { padding:100px 0; border-top:1px solid #ddd; }
.scene-10 .cont_wrap { width:1200px; margin:auto; }
.scene-10 .inner { display:flex; column-gap:20px; }
.scene-10 .main_txt { width:50%; }
.scene-10 .main_txt h2 { font-family:'GS_B'; font-size:32px; font-weight:500; color:#666; }
.scene-10 .main_txt p { font-size:15px; font-weight:normal; margin:3px 0; color:#aaa; }
.scene-10 .main_txt div img { max-width:100%; }
.scene-10 .sub_txt { width:50%; }
.scene-10 .sub_txt ul { display:grid; grid-template-columns:repeat(1, 1fr); column-gap:10px; row-gap:10px; }
.scene-10 .sub_txt ul li { padding:20px; position:relative; overflow:hidden; border-radius:10px; border:1px solid #ddd; background-color:#fff; box-shadow:0 0 10px rgba(0,0,0,0.1); }
.scene-10 .sub_txt h2 { font-family:'GS_B'; font-size:32px; font-weight:500; color:#666; }
.scene-10 .sub_txt h3 { font-family: 'Noto Sans KR'; font-size:18px; margin-bottom:10px; }
.scene-10 .sub_txt p { font-size:13px; line-height:24px; color:#666; margin:0px; font-family: 'Noto Sans KR'; }
.scene-10 .sub_txt span { display:inline-block; padding:0 10px; border-radius:7px; height:30px; line-height:30px; border:1px solid #ddd; color:#666; text-align:center; text-decoration:none; cursor:pointer; }
.scene-10 .sub_txt img { max-width:100%; }

.scene-11 { padding:100px 0; border-top:1px solid #ddd; }
.scene-11 .cont_wrap { width:1200px; margin:auto; }
.scene-11 .inner { display:flex; column-gap:20px; }
.scene-11 .main_txt { width:50%; }
.scene-11 .main_txt h2 { font-family:'GS_B'; font-size:32px; font-weight:500; color:#666; }
.scene-11 .main_txt p { font-size:15px; font-weight:normal; margin:3px 0; color:#aaa; }
.scene-11 .main_txt div img { max-width:100%; }
.scene-11 .sub_txt { width:50%; }
.scene-11 .sub_txt ul { display:grid; grid-template-columns:repeat(1, 1fr); column-gap:10px; row-gap:10px; }
.scene-11 .sub_txt ul li { padding:20px; position:relative; overflow:hidden; border-radius:10px; border:1px solid #ddd; background-color:#fff; box-shadow:0 0 10px rgba(0,0,0,0.1); }
.scene-11 .sub_txt h2 { font-family:'GS_B'; font-size:32px; font-weight:500; color:#666; }
.scene-11 .sub_txt h3 { font-family: 'Noto Sans KR'; font-size:18px; margin-bottom:10px; }
.scene-11 .sub_txt p { font-size:13px; line-height:24px; color:#666; margin:0px; font-family: 'Noto Sans KR'; }
.scene-11 .sub_txt span { display:inline-block; padding:0 10px; border-radius:7px; height:30px; line-height:30px; border:1px solid #ddd; color:#666; text-align:center; text-decoration:none; cursor:pointer; }
.scene-11 .sub_txt img { max-width:100%; }


}


@media screen and (max-width:1200px) and (min-width:901px) {
[class^="scene-"] h4 { font-family: 'Noto Sans KR'; font-size:21px; margin-bottom:10px; }
[class^="scene-"] font { display:block; padding:15px 0; color:#999; }
	
.scene-1 { padding:100px 20px 0; }
.scene-1 .cont_wrap { margin:auto; }
.scene-1 .main_txt { }
.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; }
.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 { margin:50px 0; }
.scene-1 .sub_txt div { border-bottom:1px solid #ccc; overflow:hidden; padding:0px; height:55px; display:flex; }
.scene-1 .sub_txt div p { width:33.3333%; height:55px; line-height:50px; text-align:center; border:1px solid #ccc; border-left:0px; border-bottom:0px; color:#666; background-color:#eee; margin:0px; cursor:pointer; }
.scene-1 .sub_txt div p:first-child { border-left:1px solid #ccc; }
.scene-1 .sub_txt div #onX { background-color:#222; color:#cfac54; border:1px solid #222; }

.titles { margin-bottom:25px; }

.scene-2 { padding:100px 20px; }
.scene-2 .cont_wrap { margin:auto; }
.scene-2 .inner { display:flex; column-gap:20px; }
.scene-2 .main_txt { width:50%; }
.scene-2 .main_txt h2 { font-family:'GS_B'; font-size:32px; font-weight:500; color:#666; }
.scene-2 .main_txt p { font-size:15px; font-weight:normal; margin:3px 0; color:#aaa; }
.scene-2 .main_txt div img { max-width:100%; }
.scene-2 .sub_txt { width:50%; }
.scene-2 .sub_txt ul { display:grid; grid-template-columns:repeat(1, 1fr); column-gap:10px; row-gap:10px; }
.scene-2 .sub_txt ul li { padding:20px; position:relative; overflow:hidden; border-radius:10px; border:1px solid #ddd; background-color:#fff; box-shadow:0 0 10px rgba(0,0,0,0.1); }
.scene-2 .sub_txt h2 { font-family:'GS_B'; font-size:32px; font-weight:500; color:#666; }
.scene-2 .sub_txt h3 { font-family: 'Noto Sans KR'; font-size:18px; margin-bottom:10px; }
.scene-2 .sub_txt p { font-size:13px; line-height:24px; color:#666; margin:0px; font-family: 'Noto Sans KR'; }
.scene-2 .sub_txt span { display:inline-block; padding:0 10px; border-radius:7px; height:30px; line-height:30px; border:1px solid #ddd; color:#666; text-align:center; text-decoration:none; cursor:pointer; }
.scene-2 .sub_txt img { max-width:100%; }

.scene-3 { padding:100px 20px; border-top:1px solid #ddd; }
.scene-3 .cont_wrap { margin:auto; }
.scene-3 .inner { display:flex; column-gap:20px; }
.scene-3 .main_txt { width:50%; }
.scene-3 .main_txt h2 { font-family:'GS_B'; font-size:32px; font-weight:500; color:#666; }
.scene-3 .main_txt p { font-size:15px; font-weight:normal; margin:3px 0; color:#aaa; }
.scene-3 .main_txt div img { max-width:100%; }
.scene-3 .sub_txt { width:50%; }
.scene-3 .sub_txt ul { display:grid; grid-template-columns:repeat(1, 1fr); column-gap:10px; row-gap:10px; }
.scene-3 .sub_txt ul li { padding:20px; position:relative; overflow:hidden; border-radius:10px; border:1px solid #ddd; background-color:#fff; box-shadow:0 0 10px rgba(0,0,0,0.1); }
.scene-3 .sub_txt h2 { font-family:'GS_B'; font-size:32px; font-weight:500; color:#666; }
.scene-3 .sub_txt h3 { font-family: 'Noto Sans KR'; font-size:18px; margin-bottom:10px; }
.scene-3 .sub_txt p { font-size:13px; line-height:24px; color:#666; margin:0px; font-family: 'Noto Sans KR'; }
.scene-3 .sub_txt span { display:inline-block; padding:0 10px; border-radius:7px; height:30px; line-height:30px; border:1px solid #ddd; color:#666; text-align:center; text-decoration:none; cursor:pointer; }
.scene-3 .sub_txt img { max-width:100%; }

.scene-4 { padding:100px 20px; border-top:1px solid #ddd; }
.scene-4 .cont_wrap { margin:auto; }
.scene-4 .inner { display:flex; column-gap:20px; }
.scene-4 .main_txt { width:50%; }
.scene-4 .main_txt h2 { font-family:'GS_B'; font-size:32px; font-weight:500; color:#666; }
.scene-4 .main_txt p { font-size:15px; font-weight:normal; margin:3px 0; color:#aaa; }
.scene-4 .main_txt div img { max-width:100%; }
.scene-4 .sub_txt { width:50%; }
.scene-4 .sub_txt ul { display:grid; grid-template-columns:repeat(1, 1fr); column-gap:10px; row-gap:10px; }
.scene-4 .sub_txt ul li { padding:20px; position:relative; overflow:hidden; border-radius:10px; border:1px solid #ddd; background-color:#fff; box-shadow:0 0 10px rgba(0,0,0,0.1); }
.scene-4 .sub_txt h2 { font-family:'GS_B'; font-size:32px; font-weight:500; color:#666; }
.scene-4 .sub_txt h3 { font-family: 'Noto Sans KR'; font-size:18px; margin-bottom:10px; }
.scene-4 .sub_txt p { font-size:13px; line-height:24px; color:#666; margin:0px; font-family: 'Noto Sans KR'; }
.scene-4 .sub_txt span { display:inline-block; padding:0 10px; border-radius:7px; height:30px; line-height:30px; border:1px solid #ddd; color:#666; text-align:center; text-decoration:none; cursor:pointer; }
.scene-4 .sub_txt img { max-width:100%; }

.scene-5 { padding:100px 20px; border-top:1px solid #ddd; }
.scene-5 .cont_wrap { margin:auto; }
.scene-5 .inner { display:flex; column-gap:20px; }
.scene-5 .main_txt { width:50%; }
.scene-5 .main_txt h2 { font-family:'GS_B'; font-size:32px; font-weight:500; color:#666; }
.scene-5 .main_txt p { font-size:15px; font-weight:normal; margin:3px 0; color:#aaa; }
.scene-5 .main_txt div img { max-width:100%; }
.scene-5 .sub_txt { width:50%; }
.scene-5 .sub_txt ul { display:grid; grid-template-columns:repeat(1, 1fr); column-gap:10px; row-gap:10px; }
.scene-5 .sub_txt ul li { padding:20px; position:relative; overflow:hidden; border-radius:10px; border:1px solid #ddd; background-color:#fff; box-shadow:0 0 10px rgba(0,0,0,0.1); }
.scene-5 .sub_txt h2 { font-family:'GS_B'; font-size:32px; font-weight:500; color:#666; }
.scene-5 .sub_txt h3 { font-family: 'Noto Sans KR'; font-size:18px; margin-bottom:10px; }
.scene-5 .sub_txt p { font-size:13px; line-height:24px; color:#666; margin:0px; font-family: 'Noto Sans KR'; }
.scene-5 .sub_txt span { display:inline-block; padding:0 10px; border-radius:7px; height:30px; line-height:30px; border:1px solid #ddd; color:#666; text-align:center; text-decoration:none; cursor:pointer; }
.scene-5 .sub_txt img { max-width:100%; }

.scene-6 { padding:100px 20px; border-top:1px solid #ddd; }
.scene-6 .cont_wrap { margin:auto; }
.scene-6 .inner { display:flex; column-gap:20px; }
.scene-6 .main_txt { width:50%; }
.scene-6 .main_txt h2 { font-family:'GS_B'; font-size:32px; font-weight:500; color:#666; }
.scene-6 .main_txt p { font-size:15px; font-weight:normal; margin:3px 0; color:#aaa; }
.scene-6 .main_txt div img { max-width:100%; }
.scene-6 .sub_txt { width:50%; }
.scene-6 .sub_txt ul { display:grid; grid-template-columns:repeat(1, 1fr); column-gap:10px; row-gap:10px; }
.scene-6 .sub_txt ul li { padding:20px; position:relative; overflow:hidden; border-radius:10px; border:1px solid #ddd; background-color:#fff; box-shadow:0 0 10px rgba(0,0,0,0.1); }
.scene-6 .sub_txt h2 { font-family:'GS_B'; font-size:32px; font-weight:500; color:#666; }
.scene-6 .sub_txt h3 { font-family: 'Noto Sans KR'; font-size:18px; margin-bottom:10px; }
.scene-6 .sub_txt p { font-size:13px; line-height:24px; color:#666; margin:0px; font-family: 'Noto Sans KR'; }
.scene-6 .sub_txt span { display:inline-block; padding:0 10px; border-radius:7px; height:30px; line-height:30px; border:1px solid #ddd; color:#666; text-align:center; text-decoration:none; cursor:pointer; }
.scene-6 .sub_txt img { max-width:100%; }

.scene-7 { padding:100px 20px; border-top:1px solid #ddd; }
.scene-7 .cont_wrap { margin:auto; }
.scene-7 .inner { display:flex; column-gap:20px; }
.scene-7 .main_txt { width:50%; }
.scene-7 .main_txt h2 { font-family:'GS_B'; font-size:32px; font-weight:500; color:#666; }
.scene-7 .main_txt p { font-size:15px; font-weight:normal; margin:3px 0; color:#aaa; }
.scene-7 .main_txt div img { max-width:100%; }
.scene-7 .sub_txt { width:50%; }
.scene-7 .sub_txt ul { display:grid; grid-template-columns:repeat(1, 1fr); column-gap:10px; row-gap:10px; }
.scene-7 .sub_txt ul li { padding:20px; position:relative; overflow:hidden; border-radius:10px; border:1px solid #ddd; background-color:#fff; box-shadow:0 0 10px rgba(0,0,0,0.1); }
.scene-7 .sub_txt h2 { font-family:'GS_B'; font-size:32px; font-weight:500; color:#666; }
.scene-7 .sub_txt h3 { font-family: 'Noto Sans KR'; font-size:18px; margin-bottom:10px; }
.scene-7 .sub_txt p { font-size:13px; line-height:24px; color:#666; margin:0px; font-family: 'Noto Sans KR'; }
.scene-7 .sub_txt span { display:inline-block; padding:0 10px; border-radius:7px; height:30px; line-height:30px; border:1px solid #ddd; color:#666; text-align:center; text-decoration:none; cursor:pointer; }
.scene-7 .sub_txt img { max-width:100%; }

.scene-8 { padding:100px 20px; border-top:1px solid #ddd; }
.scene-8 .cont_wrap { margin:auto; }
.scene-8 .inner { display:flex; column-gap:20px; }
.scene-8 .main_txt { width:50%; }
.scene-8 .main_txt h2 { font-family:'GS_B'; font-size:32px; font-weight:500; color:#666; }
.scene-8 .main_txt p { font-size:15px; font-weight:normal; margin:3px 0; color:#aaa; }
.scene-8 .main_txt div img { max-width:100%; }
.scene-8 .sub_txt { width:50%; }
.scene-8 .sub_txt ul { display:grid; grid-template-columns:repeat(1, 1fr); column-gap:10px; row-gap:10px; }
.scene-8 .sub_txt ul li { padding:20px; position:relative; overflow:hidden; border-radius:10px; border:1px solid #ddd; background-color:#fff; box-shadow:0 0 10px rgba(0,0,0,0.1); }
.scene-8 .sub_txt h2 { font-family:'GS_B'; font-size:32px; font-weight:500; color:#666; }
.scene-8 .sub_txt h3 { font-family: 'Noto Sans KR'; font-size:18px; margin-bottom:10px; }
.scene-8 .sub_txt p { font-size:13px; line-height:24px; color:#666; margin:0px; font-family: 'Noto Sans KR'; }
.scene-8 .sub_txt span { display:inline-block; padding:0 10px; border-radius:7px; height:30px; line-height:30px; border:1px solid #ddd; color:#666; text-align:center; text-decoration:none; cursor:pointer; }
.scene-8 .sub_txt img { max-width:100%; }

.scene-9 { padding:100px 20px; border-top:1px solid #ddd; }
.scene-9 .cont_wrap { margin:auto; }
.scene-9 .inner { display:flex; column-gap:20px; }
.scene-9 .main_txt { width:50%; }
.scene-9 .main_txt h2 { font-family:'GS_B'; font-size:32px; font-weight:500; color:#666; }
.scene-9 .main_txt p { font-size:15px; font-weight:normal; margin:3px 0; color:#aaa; }
.scene-9 .main_txt div img { max-width:100%; }
.scene-9 .sub_txt { width:50%; }
.scene-9 .sub_txt ul { display:grid; grid-template-columns:repeat(1, 1fr); column-gap:10px; row-gap:10px; }
.scene-9 .sub_txt ul li { padding:20px; position:relative; overflow:hidden; border-radius:10px; border:1px solid #ddd; background-color:#fff; box-shadow:0 0 10px rgba(0,0,0,0.1); }
.scene-9 .sub_txt h2 { font-family:'GS_B'; font-size:32px; font-weight:500; color:#666; }
.scene-9 .sub_txt h3 { font-family: 'Noto Sans KR'; font-size:18px; margin-bottom:10px; }
.scene-9 .sub_txt p { font-size:13px; line-height:24px; color:#666; margin:0px; font-family: 'Noto Sans KR'; }
.scene-9 .sub_txt span { display:inline-block; padding:0 10px; border-radius:7px; height:30px; line-height:30px; border:1px solid #ddd; color:#666; text-align:center; text-decoration:none; cursor:pointer; }
.scene-9 .sub_txt img { max-width:100%; }

.scene-10 { padding:100px 20px; border-top:1px solid #ddd; }
.scene-10 .cont_wrap { margin:auto; }
.scene-10 .inner { display:flex; column-gap:20px; }
.scene-10 .main_txt { width:50%; }
.scene-10 .main_txt h2 { font-family:'GS_B'; font-size:32px; font-weight:500; color:#666; }
.scene-10 .main_txt p { font-size:15px; font-weight:normal; margin:3px 0; color:#aaa; }
.scene-10 .main_txt div img { max-width:100%; }
.scene-10 .sub_txt { width:50%; }
.scene-10 .sub_txt ul { display:grid; grid-template-columns:repeat(1, 1fr); column-gap:10px; row-gap:10px; }
.scene-10 .sub_txt ul li { padding:20px; position:relative; overflow:hidden; border-radius:10px; border:1px solid #ddd; background-color:#fff; box-shadow:0 0 10px rgba(0,0,0,0.1); }
.scene-10 .sub_txt h2 { font-family:'GS_B'; font-size:32px; font-weight:500; color:#666; }
.scene-10 .sub_txt h3 { font-family: 'Noto Sans KR'; font-size:18px; margin-bottom:10px; }
.scene-10 .sub_txt p { font-size:13px; line-height:24px; color:#666; margin:0px; font-family: 'Noto Sans KR'; }
.scene-10 .sub_txt span { display:inline-block; padding:0 10px; border-radius:7px; height:30px; line-height:30px; border:1px solid #ddd; color:#666; text-align:center; text-decoration:none; cursor:pointer; }
.scene-10 .sub_txt img { max-width:100%; }

.scene-11 { padding:100px 20px; border-top:1px solid #ddd; }
.scene-11 .cont_wrap { margin:auto; }
.scene-11 .inner { display:flex; column-gap:20px; }
.scene-11 .main_txt { width:50%; }
.scene-11 .main_txt h2 { font-family:'GS_B'; font-size:32px; font-weight:500; color:#666; }
.scene-11 .main_txt p { font-size:15px; font-weight:normal; margin:3px 0; color:#aaa; }
.scene-11 .main_txt div img { max-width:100%; }
.scene-11 .sub_txt { width:50%; }
.scene-11 .sub_txt ul { display:grid; grid-template-columns:repeat(1, 1fr); column-gap:10px; row-gap:10px; }
.scene-11 .sub_txt ul li { padding:20px; position:relative; overflow:hidden; border-radius:10px; border:1px solid #ddd; background-color:#fff; box-shadow:0 0 10px rgba(0,0,0,0.1); }
.scene-11 .sub_txt h2 { font-family:'GS_B'; font-size:32px; font-weight:500; color:#666; }
.scene-11 .sub_txt h3 { font-family: 'Noto Sans KR'; font-size:18px; margin-bottom:10px; }
.scene-11 .sub_txt p { font-size:13px; line-height:24px; color:#666; margin:0px; font-family: 'Noto Sans KR'; }
.scene-11 .sub_txt span { display:inline-block; padding:0 10px; border-radius:7px; height:30px; line-height:30px; border:1px solid #ddd; color:#666; text-align:center; text-decoration:none; cursor:pointer; }
.scene-11 .sub_txt img { max-width:100%; }
}


@media screen and (max-width:900px) {
[class^="scene-"] h4 { font-family: 'Noto Sans KR'; font-size:18px; margin-bottom:10px; }
[class^="scene-"] font { display:block; padding:15px 0; color:#999; }

.scene-1 { padding:100px 20px 0; }
.scene-1 .cont_wrap { margin:auto; }
.scene-1 .main_txt { }
.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; }
.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 { margin:50px 0; }
.scene-1 .sub_txt div { border-bottom:1px solid #ccc; overflow:hidden; padding:0px; height:55px; display:flex; }
.scene-1 .sub_txt div p { width:33.3333%; height:55px; line-height:50px; text-align:center; border:1px solid #ccc; border-left:0px; border-bottom:0px; color:#666; background-color:#eee; margin:0px; cursor:pointer; }
.scene-1 .sub_txt div p:first-child { border-left:1px solid #ccc; }
.scene-1 .sub_txt div #onX { background-color:#222; color:#cfac54; border:1px solid #222; }

.titles { margin-bottom:25px; }

.scene-2 { padding:100px 20px; }
.scene-2 .cont_wrap { margin:auto; }
.scene-2 .main_txt { padding:0 0 25px; }
.scene-2 .main_txt h2 { font-family:'GS_B'; font-size:32px; font-weight:500; color:#666; }
.scene-2 .main_txt p { font-size:15px; font-weight:normal; margin:3px 0; color:#aaa; }
.scene-2 .main_txt div img { max-width:100%; }
.scene-2 .sub_txt {  }
.scene-2 .sub_txt ul { display:grid; grid-template-columns:repeat(1, 1fr); column-gap:10px; row-gap:10px; }
.scene-2 .sub_txt ul li { padding:20px; position:relative; overflow:hidden; border-radius:10px; border:1px solid #ddd; background-color:#fff; box-shadow:0 0 10px rgba(0,0,0,0.1); }
.scene-2 .sub_txt h2 { font-family:'GS_B'; font-size:24px; font-weight:500; color:#666; }
.scene-2 .sub_txt h3 { font-family: 'Noto Sans KR'; font-size:18px; margin-bottom:10px; }
.scene-2 .sub_txt p { font-size:13px; line-height:24px; color:#666; margin:0px; font-family: 'Noto Sans KR'; }
.scene-2 .sub_txt span { display:inline-block; padding:0 10px; border-radius:7px; height:30px; line-height:30px; border:1px solid #ddd; color:#666; text-align:center; text-decoration:none; cursor:pointer; }
.scene-2 .sub_txt img { max-width:100%; }

.scene-3 { padding:100px 20px; border-top:1px solid #ddd; }
.scene-3 .cont_wrap { margin:auto; }
.scene-3 .main_txt { padding:0 0 25px; }
.scene-3 .main_txt h2 { font-family:'GS_B'; font-size:32px; font-weight:500; color:#666; }
.scene-3 .main_txt p { font-size:15px; font-weight:normal; margin:3px 0; color:#aaa; }
.scene-3 .main_txt div img { max-width:100%; }
.scene-3 .sub_txt {  }
.scene-3 .sub_txt ul { display:grid; grid-template-columns:repeat(1, 1fr); column-gap:10px; row-gap:10px; }
.scene-3 .sub_txt ul li { padding:20px; position:relative; overflow:hidden; border-radius:10px; border:1px solid #ddd; background-color:#fff; box-shadow:0 0 10px rgba(0,0,0,0.1); }
.scene-3 .sub_txt h2 { font-family:'GS_B'; font-size:24px; font-weight:500; color:#666; }
.scene-3 .sub_txt h3 { font-family: 'Noto Sans KR'; font-size:18px; margin-bottom:10px; }
.scene-3 .sub_txt p { font-size:13px; line-height:24px; color:#666; margin:0px; font-family: 'Noto Sans KR'; }
.scene-3 .sub_txt span { display:inline-block; padding:0 10px; border-radius:7px; height:30px; line-height:30px; border:1px solid #ddd; color:#666; text-align:center; text-decoration:none; cursor:pointer; }
.scene-3 .sub_txt img { max-width:100%; }

.scene-4 { padding:100px 20px; border-top:1px solid #ddd; }
.scene-4 .cont_wrap { margin:auto; }
.scene-4 .main_txt { padding:0 0 25px; }
.scene-4 .main_txt h2 { font-family:'GS_B'; font-size:32px; font-weight:500; color:#666; }
.scene-4 .main_txt p { font-size:15px; font-weight:normal; margin:3px 0; color:#aaa; }
.scene-4 .main_txt div img { max-width:100%; }
.scene-4 .sub_txt {  }
.scene-4 .sub_txt ul { display:grid; grid-template-columns:repeat(1, 1fr); column-gap:10px; row-gap:10px; }
.scene-4 .sub_txt ul li { padding:20px; position:relative; overflow:hidden; border-radius:10px; border:1px solid #ddd; background-color:#fff; box-shadow:0 0 10px rgba(0,0,0,0.1); }
.scene-4 .sub_txt h2 { font-family:'GS_B'; font-size:24px; font-weight:500; color:#666; }
.scene-4 .sub_txt h3 { font-family: 'Noto Sans KR'; font-size:18px; margin-bottom:10px; }
.scene-4 .sub_txt p { font-size:13px; line-height:24px; color:#666; margin:0px; font-family: 'Noto Sans KR'; }
.scene-4 .sub_txt span { display:inline-block; padding:0 10px; border-radius:7px; height:30px; line-height:30px; border:1px solid #ddd; color:#666; text-align:center; text-decoration:none; cursor:pointer; }
.scene-4 .sub_txt img { max-width:100%; }

.scene-5 { padding:100px 20px; border-top:1px solid #ddd; }
.scene-5 .cont_wrap { margin:auto; }
.scene-5 .main_txt { padding:0 0 25px; }
.scene-5 .main_txt h2 { font-family:'GS_B'; font-size:32px; font-weight:500; color:#666; }
.scene-5 .main_txt p { font-size:15px; font-weight:normal; margin:3px 0; color:#aaa; }
.scene-5 .main_txt div img { max-width:100%; }
.scene-5 .sub_txt {  }
.scene-5 .sub_txt ul { display:grid; grid-template-columns:repeat(1, 1fr); column-gap:10px; row-gap:10px; }
.scene-5 .sub_txt ul li { padding:20px; position:relative; overflow:hidden; border-radius:10px; border:1px solid #ddd; background-color:#fff; box-shadow:0 0 10px rgba(0,0,0,0.1); }
.scene-5 .sub_txt h2 { font-family:'GS_B'; font-size:24px; font-weight:500; color:#666; }
.scene-5 .sub_txt h3 { font-family: 'Noto Sans KR'; font-size:18px; margin-bottom:10px; }
.scene-5 .sub_txt p { font-size:13px; line-height:24px; color:#666; margin:0px; font-family: 'Noto Sans KR'; }
.scene-5 .sub_txt span { display:inline-block; padding:0 10px; border-radius:7px; height:30px; line-height:30px; border:1px solid #ddd; color:#666; text-align:center; text-decoration:none; cursor:pointer; }
.scene-5 .sub_txt img { max-width:100%; }

.scene-6 { padding:100px 20px; border-top:1px solid #ddd; }
.scene-6 .cont_wrap { margin:auto; }
.scene-6 .main_txt { padding:0 0 25px; }
.scene-6 .main_txt h2 { font-family:'GS_B'; font-size:32px; font-weight:500; color:#666; }
.scene-6 .main_txt p { font-size:15px; font-weight:normal; margin:3px 0; color:#aaa; }
.scene-6 .main_txt div img { max-width:100%; }
.scene-6 .sub_txt {  }
.scene-6 .sub_txt ul { display:grid; grid-template-columns:repeat(1, 1fr); column-gap:10px; row-gap:10px; }
.scene-6 .sub_txt ul li { padding:20px; position:relative; overflow:hidden; border-radius:10px; border:1px solid #ddd; background-color:#fff; box-shadow:0 0 10px rgba(0,0,0,0.1); }
.scene-6 .sub_txt h2 { font-family:'GS_B'; font-size:24px; font-weight:500; color:#666; }
.scene-6 .sub_txt h3 { font-family: 'Noto Sans KR'; font-size:18px; margin-bottom:10px; }
.scene-6 .sub_txt p { font-size:13px; line-height:24px; color:#666; margin:0px; font-family: 'Noto Sans KR'; }
.scene-6 .sub_txt span { display:inline-block; padding:0 10px; border-radius:7px; height:30px; line-height:30px; border:1px solid #ddd; color:#666; text-align:center; text-decoration:none; cursor:pointer; }
.scene-6 .sub_txt img { max-width:100%; }

.scene-7 { padding:100px 20px; border-top:1px solid #ddd; }
.scene-7 .cont_wrap { margin:auto; }
.scene-7 .main_txt { padding:0 0 25px; }
.scene-7 .main_txt h2 { font-family:'GS_B'; font-size:32px; font-weight:500; color:#666; }
.scene-7 .main_txt p { font-size:15px; font-weight:normal; margin:3px 0; color:#aaa; }
.scene-7 .main_txt div img { max-width:100%; }
.scene-7 .sub_txt {  }
.scene-7 .sub_txt ul { display:grid; grid-template-columns:repeat(1, 1fr); column-gap:10px; row-gap:10px; }
.scene-7 .sub_txt ul li { padding:20px; position:relative; overflow:hidden; border-radius:10px; border:1px solid #ddd; background-color:#fff; box-shadow:0 0 10px rgba(0,0,0,0.1); }
.scene-7 .sub_txt h2 { font-family:'GS_B'; font-size:24px; font-weight:500; color:#666; }
.scene-7 .sub_txt h3 { font-family: 'Noto Sans KR'; font-size:18px; margin-bottom:10px; }
.scene-7 .sub_txt p { font-size:13px; line-height:24px; color:#666; margin:0px; font-family: 'Noto Sans KR'; }
.scene-7 .sub_txt span { display:inline-block; padding:0 10px; border-radius:7px; height:30px; line-height:30px; border:1px solid #ddd; color:#666; text-align:center; text-decoration:none; cursor:pointer; }
.scene-7 .sub_txt img { max-width:100%; }

.scene-8 { padding:100px 20px; border-top:1px solid #ddd; }
.scene-8 .cont_wrap { margin:auto; }
.scene-8 .main_txt { padding:0 0 25px; }
.scene-8 .main_txt h2 { font-family:'GS_B'; font-size:32px; font-weight:500; color:#666; }
.scene-8 .main_txt p { font-size:15px; font-weight:normal; margin:3px 0; color:#aaa; }
.scene-8 .main_txt div img { max-width:100%; }
.scene-8 .sub_txt {  }
.scene-8 .sub_txt ul { display:grid; grid-template-columns:repeat(1, 1fr); column-gap:10px; row-gap:10px; }
.scene-8 .sub_txt ul li { padding:20px; position:relative; overflow:hidden; border-radius:10px; border:1px solid #ddd; background-color:#fff; box-shadow:0 0 10px rgba(0,0,0,0.1); }
.scene-8 .sub_txt h2 { font-family:'GS_B'; font-size:24px; font-weight:500; color:#666; }
.scene-8 .sub_txt h3 { font-family: 'Noto Sans KR'; font-size:18px; margin-bottom:10px; }
.scene-8 .sub_txt p { font-size:13px; line-height:24px; color:#666; margin:0px; font-family: 'Noto Sans KR'; }
.scene-8 .sub_txt span { display:inline-block; padding:0 10px; border-radius:7px; height:30px; line-height:30px; border:1px solid #ddd; color:#666; text-align:center; text-decoration:none; cursor:pointer; }
.scene-8 .sub_txt img { max-width:100%; }

.scene-9 { padding:100px 20px; border-top:1px solid #ddd; }
.scene-9 .cont_wrap { margin:auto; }
.scene-9 .main_txt { padding:0 0 25px; }
.scene-9 .main_txt h2 { font-family:'GS_B'; font-size:32px; font-weight:500; color:#666; }
.scene-9 .main_txt p { font-size:15px; font-weight:normal; margin:3px 0; color:#aaa; }
.scene-9 .main_txt div img { max-width:100%; }
.scene-9 .sub_txt {  }
.scene-9 .sub_txt ul { display:grid; grid-template-columns:repeat(1, 1fr); column-gap:10px; row-gap:10px; }
.scene-9 .sub_txt ul li { padding:20px; position:relative; overflow:hidden; border-radius:10px; border:1px solid #ddd; background-color:#fff; box-shadow:0 0 10px rgba(0,0,0,0.1); }
.scene-9 .sub_txt h2 { font-family:'GS_B'; font-size:24px; font-weight:500; color:#666; }
.scene-9 .sub_txt h3 { font-family: 'Noto Sans KR'; font-size:18px; margin-bottom:10px; }
.scene-9 .sub_txt p { font-size:13px; line-height:24px; color:#666; margin:0px; font-family: 'Noto Sans KR'; }
.scene-9 .sub_txt span { display:inline-block; padding:0 10px; border-radius:7px; height:30px; line-height:30px; border:1px solid #ddd; color:#666; text-align:center; text-decoration:none; cursor:pointer; }
.scene-9 .sub_txt img { max-width:100%; }

.scene-10 { padding:100px 20px; border-top:1px solid #ddd; }
.scene-10 .cont_wrap { margin:auto; }
.scene-10 .main_txt { padding:0 0 25px; }
.scene-10 .main_txt h2 { font-family:'GS_B'; font-size:32px; font-weight:500; color:#666; }
.scene-10 .main_txt p { font-size:15px; font-weight:normal; margin:3px 0; color:#aaa; }
.scene-10 .main_txt div img { max-width:100%; }
.scene-10 .sub_txt {  }
.scene-10 .sub_txt ul { display:grid; grid-template-columns:repeat(1, 1fr); column-gap:10px; row-gap:10px; }
.scene-10 .sub_txt ul li { padding:20px; position:relative; overflow:hidden; border-radius:10px; border:1px solid #ddd; background-color:#fff; box-shadow:0 0 10px rgba(0,0,0,0.1); }
.scene-10 .sub_txt h2 { font-family:'GS_B'; font-size:24px; font-weight:500; color:#666; }
.scene-10 .sub_txt h3 { font-family: 'Noto Sans KR'; font-size:18px; margin-bottom:10px; }
.scene-10 .sub_txt p { font-size:13px; line-height:24px; color:#666; margin:0px; font-family: 'Noto Sans KR'; }
.scene-10 .sub_txt span { display:inline-block; padding:0 10px; border-radius:7px; height:30px; line-height:30px; border:1px solid #ddd; color:#666; text-align:center; text-decoration:none; cursor:pointer; }
.scene-10 .sub_txt img { max-width:100%; }

.scene-11 { padding:100px 20px; border-top:1px solid #ddd; }
.scene-11 .cont_wrap { margin:auto; }
.scene-11 .main_txt { padding:0 0 25px; }
.scene-11 .main_txt h2 { font-family:'GS_B'; font-size:32px; font-weight:500; color:#666; }
.scene-11 .main_txt p { font-size:15px; font-weight:normal; margin:3px 0; color:#aaa; }
.scene-11 .main_txt div img { max-width:100%; }
.scene-11 .sub_txt {  }
.scene-11 .sub_txt ul { display:grid; grid-template-columns:repeat(1, 1fr); column-gap:10px; row-gap:10px; }
.scene-11 .sub_txt ul li { padding:20px; position:relative; overflow:hidden; border-radius:10px; border:1px solid #ddd; background-color:#fff; box-shadow:0 0 10px rgba(0,0,0,0.1); }
.scene-11 .sub_txt h2 { font-family:'GS_B'; font-size:24px; font-weight:500; color:#666; }
.scene-11 .sub_txt h3 { font-family: 'Noto Sans KR'; font-size:18px; margin-bottom:10px; }
.scene-11 .sub_txt p { font-size:13px; line-height:24px; color:#666; margin:0px; font-family: 'Noto Sans KR'; }
.scene-11 .sub_txt span { display:inline-block; padding:0 10px; border-radius:7px; height:30px; line-height:30px; border:1px solid #ddd; color:#666; text-align:center; text-decoration:none; cursor:pointer; }
.scene-11 .sub_txt img { max-width:100%; }
}
