@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:1201px) {
[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:100px 0; position:relative; }
.scene-1 .cont_wrap { width:1200px; margin:auto; }
.scene-1 .main_txt { text-align:center; }
.scene-1 .main_txt h2 { font-size:60px; color:#7b5529; font-family:'GS_B'; }
.scene-1 .main_txt h3 { font-size:27px; color:#333; font-family: 'Noto Sans KR'; }
.scene-1 .main_txt h3:after { visibility:visible; content:""; display:block; width:15px; height:1px; margin:15px auto; background-color:#666; }
.scene-1 .main_txt p { padding:0; color:#666; font-size:18px; margin-bottom:10px; font-family: 'Noto Sans KR'; font-weight:400; }
.scene-1 .main_txt p span { display:inline-block; vertical-align:top; margin:0 0 4px; padding:0 20px; height:32px; line-height:28px; border:1px solid #7b5529; color:#7b5529; border-radius:30px; font-size:16px; }
.scene-1 .sub_txt { padding:50px 0 0; }
.scene-1 .sub_txt div { display:flex; }
.scene-1 .sub_txt span { display:block; width:50%; }
.scene-1 .sub_txt img { max-width:100%; }

.scene-2 { padding:100px 0; position:relative; background:url(/theme/basic/img/sub/process.png) no-repeat center / cover; }
.scene-2 .cont_wrap { margin:auto; position:relative; margin:auto; }
.scene-2 .main_txt { padding:0 0 50px; }
.scene-2 .main_txt h2 { font-size:36px; color:#fff; font-family:'GS_B'; text-align:center; text-shadow:0 0 10px rgba(0,0,0,0.2); }
.scene-2 .sub_txt { text-align:center; }
.scene-2 .sub_txt ul { display:flex; }
.scene-2 .sub_txt ul li { width:16.6666%; padding:20px; }
.scene-2 .sub_txt h5 { font-size:21px; color:#fff; font-family: 'Noto Sans KR'; text-shadow:0 0 10px rgba(0,0,0,0.1); }
.scene-2 .sub_txt h5:after { visibility:visible; content:""; display:block; width:15px; height:1px; margin:10px auto; background-color:#fff; }
.scene-2 .sub_txt p { padding:0; color:#fff; font-size:14px; font-family: 'Noto Sans KR'; font-weight:400; text-shadow:0 0 10px rgba(0,0,0,0.1); }
.scene-2 .sub_txt span { display:block; }
.scene-2 .sub_txt span img { height:50px; }

.scene-3 { padding:100px 0; position:relative; }
.scene-3 .cont_wrap { margin:auto; position:relative; width:1200px; margin:auto; }
.scene-3 .main_txt { padding:0 0 50px; }
.scene-3 .main_txt h2 { font-size:36px; color:#7b5529; font-family:'GS_B'; text-align:center; }
.scene-3 .sub_txt { text-align:left; }
.scene-3 .sub_txt ul { display:flex; }
.scene-3 .sub_txt ul li { width:calc(33.3333% - 20px); margin:0 10px; }
.scene-3 .sub_txt h5 img { max-width:100%; border-radius:10px; }
.scene-3 .sub_txt h6 { font-size:27px; color:#F36; font-size:21px; font-family: 'Noto Sans KR'; padding:10px 0 0; }
.scene-3 .sub_txt p { padding:0; color:#666; font-size:16px; font-family: 'Noto Sans KR'; font-weight:400; }
.scene-3 .mobile_wrap { text-align:center; display:flex; padding:50px 0 0; }
.scene-3 .mobile_wrap div { width:60%; }
.scene-3 .mobile_wrap div:first-child { width:40%; }
.scene-3 .mobile_wrap img { max-width:100%; }

.scene-4 { padding:100px 0; position:relative; background-color:#f9f9f9; }
.scene-4 .cont_wrap { width:1200px; margin:auto; position:relative; }
.scene-4 .main_txt { padding:0 0 50px; }
.scene-4 .main_txt h2 { font-size:36px; color:#333; font-family:'GS_B'; text-align:center; }
.scene-4 .sub_txt { }
.scene-4 .sub_txt h3 { font-size:27px; color:#7b5529; font-family: 'Noto Sans KR'; }
.scene-4 .sub_txt h6 { font-size:18px; color:#333; font-family: 'Noto Sans KR'; }
.scene-4 .sub_txt h6:after { visibility:visible; content:""; display:block; width:15px; height:1px; margin:15px auto; background-color:#666; }
.scene-4 .sub_txt p { padding:0; color:#666; font-size:16px; margin-bottom:10px; font-family: 'Noto Sans KR'; font-weight:400; }
.scene-4 .sub_txt ul { text-align:center; display:flex; }
.scene-4 .sub_txt ul li { width:calc(33.3333% - 10px); margin:5px; padding:20px; background-color:#fff; box-sizing:border-box; box-shadow:0 0 10px rgba(0,0,0,0.1); }
.scene-4 .sub_txt img { max-width:90%; }
}


@media screen and (max-width:1200px) and (min-width:901px) {
[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:100px 20px; position:relative; }
.scene-1 .cont_wrap { margin:auto; }
.scene-1 .main_txt { text-align:center; }
.scene-1 .main_txt h2 { font-size:60px; color:#7b5529; font-family:'GS_B'; }
.scene-1 .main_txt h3 { font-size:27px; color:#333; font-family: 'Noto Sans KR'; }
.scene-1 .main_txt h3:after { visibility:visible; content:""; display:block; width:15px; height:1px; margin:15px auto; background-color:#666; }
.scene-1 .main_txt p { padding:0; color:#666; font-size:18px; margin-bottom:10px; font-family: 'Noto Sans KR'; font-weight:400; }
.scene-1 .main_txt p span { display:inline-block; vertical-align:top; margin:0 0 4px; padding:0 20px; height:32px; line-height:28px; border:1px solid #7b5529; color:#7b5529; border-radius:30px; font-size:16px; }
.scene-1 .sub_txt { padding:50px 0 0; }
.scene-1 .sub_txt div { display:flex; }
.scene-1 .sub_txt span { display:block; width:50%; }
.scene-1 .sub_txt img { max-width:100%; }

.scene-2 { padding:100px 20px; position:relative; background:url(/theme/basic/img/sub/process.png) no-repeat center / cover; }
.scene-2 .cont_wrap { margin:auto; position:relative; }
.scene-2 .main_txt { padding:0 0 50px; }
.scene-2 .main_txt h2 { font-size:36px; color:#fff; font-family:'GS_B'; text-align:center; text-shadow:0 0 10px rgba(0,0,0,0.2); }
.scene-2 .sub_txt { text-align:center; }
.scene-2 .sub_txt ul { display:flex; }
.scene-2 .sub_txt ul li { width:16.6666%; padding:20px; }
.scene-2 .sub_txt h5 { font-size:21px; color:#fff; font-family: 'Noto Sans KR'; text-shadow:0 0 10px rgba(0,0,0,0.1); }
.scene-2 .sub_txt h5:after { visibility:visible; content:""; display:block; width:15px; height:1px; margin:10px auto; background-color:#fff; }
.scene-2 .sub_txt p { padding:0; color:#fff; font-size:14px; font-family: 'Noto Sans KR'; font-weight:400; text-shadow:0 0 10px rgba(0,0,0,0.1); }
.scene-2 .sub_txt span { display:block; }
.scene-2 .sub_txt span img { height:50px; }

.scene-3 { padding:100px 20px; position:relative; }
.scene-3 .cont_wrap { margin:auto; position:relative; }
.scene-3 .main_txt { padding:0 0 50px; }
.scene-3 .main_txt h2 { font-size:36px; color:#7b5529; font-family:'GS_B'; text-align:center; }
.scene-3 .sub_txt { text-align:left; }
.scene-3 .sub_txt ul { display:flex; }
.scene-3 .sub_txt ul li { width:calc(33.3333% - 10px); margin:0 5px; }
.scene-3 .sub_txt h5 img { max-width:100%; border-radius:10px; }
.scene-3 .sub_txt h6 { font-size:27px; color:#F36; font-size:21px; font-family: 'Noto Sans KR'; padding:10px 0 0; }
.scene-3 .sub_txt p { padding:0; color:#666; font-size:16px; font-family: 'Noto Sans KR'; font-weight:400; }
.scene-3 .mobile_wrap { text-align:center; display:flex; padding:50px 0 0; }
.scene-3 .mobile_wrap div { width:60%; }
.scene-3 .mobile_wrap div:first-child { width:40%; }
.scene-3 .mobile_wrap img { max-width:100%; }

.scene-4 { padding:100px 20px; position:relative; background-color:#f9f9f9; }
.scene-4 .cont_wrap { position:relative; }
.scene-4 .main_txt { padding:0 0 50px; }
.scene-4 .main_txt h2 { font-size:36px; color:#333; font-family:'GS_B'; text-align:center; }
.scene-4 .sub_txt { }
.scene-4 .sub_txt h3 { font-size:27px; color:#7b5529; font-family: 'Noto Sans KR'; }
.scene-4 .sub_txt h6 { font-size:18px; color:#333; font-family: 'Noto Sans KR'; }
.scene-4 .sub_txt h6:after { visibility:visible; content:""; display:block; width:15px; height:1px; margin:15px auto; background-color:#666; }
.scene-4 .sub_txt p { padding:0; color:#666; font-size:16px; margin-bottom:10px; font-family: 'Noto Sans KR'; font-weight:400; }
.scene-4 .sub_txt ul { text-align:center; display:flex; }
.scene-4 .sub_txt ul li { width:calc(33.3333% - 10px); margin:5px; padding:20px; background-color:#fff; box-sizing:border-box; box-shadow:0 0 10px rgba(0,0,0,0.1); }
.scene-4 .sub_txt img { max-width:90%; }
}


@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:100px 20px; position:relative; }
.scene-1 .cont_wrap { margin:auto; }
.scene-1 .main_txt { text-align:center; }
.scene-1 .main_txt h2 { font-size:60px; color:#7b5529; font-family:'GS_B'; }
.scene-1 .main_txt h3 { font-size:27px; color:#333; font-family: 'Noto Sans KR'; }
.scene-1 .main_txt h3:after { visibility:visible; content:""; display:block; width:15px; height:1px; margin:15px auto; background-color:#666; }
.scene-1 .main_txt p { padding:0; color:#666; font-size:18px; margin-bottom:10px; font-family: 'Noto Sans KR'; font-weight:400; }
.scene-1 .main_txt p span { display:inline-block; vertical-align:top; margin:0 0 4px; padding:0 20px; height:32px; line-height:28px; border:1px solid #7b5529; color:#7b5529; border-radius:30px; font-size:16px; }
.scene-1 .sub_txt { padding:50px 0 0; }
.scene-1 .sub_txt div { }
.scene-1 .sub_txt span { display:block; }
.scene-1 .sub_txt img { max-width:100%; }

.scene-2 { padding:100px 20px; position:relative; background:url(/theme/basic/img/sub/process.png) no-repeat center / cover; }
.scene-2 .cont_wrap { margin:auto; position:relative; }
.scene-2 .main_txt { padding:0 0 50px; }
.scene-2 .main_txt h2 { font-size:36px; color:#fff; font-family:'GS_B'; text-align:center; text-shadow:0 0 10px rgba(0,0,0,0.2); }
.scene-2 .sub_txt { text-align:center; }
.scene-2 .sub_txt ul { }
.scene-2 .sub_txt ul li { width:calc(50% - 4px); padding:20px; display:inline-block; vertical-align:top; }
.scene-2 .sub_txt h5 { font-size:21px; color:#fff; font-family: 'Noto Sans KR'; text-shadow:0 0 10px rgba(0,0,0,0.1); }
.scene-2 .sub_txt h5:after { visibility:visible; content:""; display:block; width:15px; height:1px; margin:10px auto; background-color:#fff; }
.scene-2 .sub_txt p { padding:0; color:#fff; font-size:14px; font-family: 'Noto Sans KR'; font-weight:400; text-shadow:0 0 10px rgba(0,0,0,0.1); }
.scene-2 .sub_txt span { display:block; }
.scene-2 .sub_txt span img { height:50px; }

.scene-3 { padding:100px 20px; position:relative; }
.scene-3 .cont_wrap { margin:auto; position:relative; }
.scene-3 .main_txt { padding:0 0 50px; }
.scene-3 .main_txt h2 { font-size:36px; color:#7b5529; font-family:'GS_B'; text-align:center; }
.scene-3 .sub_txt { text-align:left; }
.scene-3 .sub_txt ul { }
.scene-3 .sub_txt ul li { margin:5px 0; }
.scene-3 .sub_txt h5 img { max-width:100%; border-radius:10px; }
.scene-3 .sub_txt h6 { font-size:21px; color:#F36; font-size:21px; font-family: 'Noto Sans KR'; padding:10px 0 0; }
.scene-3 .sub_txt p { padding:0; color:#666; font-size:13px;  }
.scene-3 .mobile_wrap { text-align:center; padding:50px 0 0; }
.scene-3 .mobile_wrap img { max-width:100%; }

.scene-4 { padding:100px 20px; position:relative; background-color:#f9f9f9; }
.scene-4 .cont_wrap { position:relative; }
.scene-4 .main_txt { padding:0 0 50px; }
.scene-4 .main_txt h2 { font-size:36px; color:#333; font-family:'GS_B'; text-align:center; }
.scene-4 .sub_txt { }
.scene-4 .sub_txt h3 { font-size:27px; color:#7b5529; font-family: 'Noto Sans KR'; }
.scene-4 .sub_txt h6 { font-size:18px; color:#333; font-family: 'Noto Sans KR'; }
.scene-4 .sub_txt h6:after { visibility:visible; content:""; display:block; width:15px; height:1px; margin:15px auto; background-color:#666; }
.scene-4 .sub_txt p { padding:0; color:#666; font-size:16px; margin-bottom:10px; font-family: 'Noto Sans KR'; font-weight:400; }
.scene-4 .sub_txt ul { text-align:center; }
.scene-4 .sub_txt ul li { margin:5px; padding:20px; background-color:#fff; box-sizing:border-box; box-shadow:0 0 10px rgba(0,0,0,0.1); }
.scene-4 .sub_txt img { max-width:90%; }
}


