@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Nanum+Gothic:400,700,800&display=swap');
@import url(https://cdn.jsdelivr.net/gh/moonspam/NanumSquare@1.0/nanumsquare.css); /* font-family: 'NanumSquare', sans-serif;  Regular(400), Bold(700), Extra Bold(800), Light(300) */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap'); /* font-family: 'Montserrat', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@200;300;400;500;600;700;900&display=swap'); /* font-family: 'Noto Serif KR', serif; */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

*,
*:after,
*:before {	margin: 0;	padding: 0; -webkit-box-sizing: border-box;  -moz-box-sizing: border-box;	box-sizing: border-box;}

html, body,div,dl,dt,dd,ul,ol,li,pre,code,form,fieldset,legend,textarea,p,blockquote,p,iframe,span,strong,em { margin:0; padding:0; font-size:inherit; word-break:keep-all; -webkit-text-size-adjust:none; }
body{font-family:'Noto Sans KR', 'Nanum Gothic', 'Malgun Gothic', 'Dotum', sans-serif;color:#191919;line-height:auto;font-weight:normal; padding:0px;margin:0px;letter-spacing:-0.035em; word-break:keep-all;}
html, body {width:100%;/*height:100%;*/;}
header, hgroup, footer, section, article, aside, nav, canvas, figure, figcaption { display:block; }
table { font-size:inherit; border-collapse:separate /*collapse*/; border-spacing:0; table-layout:fixed; }
th, td { word-wrap:break-word; word-break:break-all;font-weight:normal }
fieldset, iframe { border:0; vertical-align:top; }
small { font-size:12px; color:#666; }
img { border:0; font-size:0; vertical-align:top; }
address,cite,code,dfn,em,var { font-style:normal; font-weight:normal; }
li, dd { list-style:none; word-break:keep-all; }
hr { display:none; }
caption { overflow:hidden;width:100%;height:1px;font-size:1px;line-height:0;text-indent:-9999px; margin-top:-1px; }
legend {  overflow:hidden; left:-9999px; text-indent:9999px; width:0; height:0; overflow:hidden; line-height:0; white-space:nowrap; color:#000; }
button { padding:0; border:0; cursor:pointer; background:none; vertical-align:middle; font-size:12px; appearance: none; moz-appearance: none; border:0; *overflow:visible; outline:none;}
a {text-decoration:none; color:#191919}

.transition {
	-webkit-transition: all 0.6s;
	   -moz-transition: all 0.6s;
	     -o-transition: all 0.6s;
	        transition: all 0.6s;
}


/* layout */
#wrap {overflow:hidden;}
.inner {width:1200px; position:relative; margin-left:auto; margin-right:auto;}
.s-inner {width:1200px; position:relative; margin-left:auto; margin-right:auto;}
.s-inner2 {max-width:1000px; margin-left:auto; margin-right:auto;}

.text_hidden {display:none;}

html.no_scroll {position:fixed; left:0; top:0; right:0; bottom:0;}

.tc {text-align:center;}

@media all and (max-width:1220px) {
.inner {width:100%;}
.s-inner {width:88%;}
}

@media all and (max-width:1024px) {
	body { font-size: 15px; }
	.s-inner2 {width:88%;}
}

@media all and (max-width:767px) {
	body { font-size: 13px; }

	br.mo_br {display:none;}
}


::selection {background:rgba(90,144,74,0.8); color:#fff;}
::-moz-selection {background:rgba(90,144,74,0.8); color:#fff;}
::-webkit-selection {background:rgba(90,144,74,0.8); color:#fff;}


.bojeong_btn {display:block; width:220px; line-height:61px; border:2px solid #191919; border-radius:33px; text-align:center; font-size:1em; font-weight:700; transition:all 0.5s; transition-property:background, color;}
.bojeong_btn:hover {background:#191919; color:#fff;}
.bojeong_btn.case2 {border-color:#fff; color:#fff;}
.bojeong_btn.case2:hover {background:#fff; color:#191919;}
.bojeong_btn.case3 {background:#5a904a; border-color:#5a904a; color:#fff;}
.bojeong_btn.case3:hover {background:#fff; color:#5a904a;}
.bojeong_btn.auto {margin:0 auto;}

@media screen and (max-width:1024px){
	.bojeong_btn {width:180px; line-height:51px;}
}

@media screen and (max-width:767px){
	.bojeong_btn {width:145px; line-height:41px;}
}



/* header */
#bojeong_header {width:100%; height:100px; position:fixed; left:0; top:0; z-index:300; transition:background 0.5s}
#bojeong_header.sub_header {position:absolute;}
#bojeong_header.scroll_on.sub_header {position:fixed;}

#bojeong_logo {width:235px; height:41px; background:url(/images/logo_w.svg) no-repeat center center; background-size:235px 41px; position:absolute; left:50px; top:30px; z-index:30;}
#bojeong_logo a {display:block; width:100%; height:100%;}


#bojeong_gnb {width:100%;}
#bojeong_gnb > ul {display:flex; justify-content:center; align-items:center;}
#bojeong_gnb > ul > li > a {display:block; font-size:1.125em; color:#fff; line-height:100px; font-weight:500; font-family:'Noto Serif KR'; padding:0 25px; transition:color 0.4s}
#bojeong_gnb > ul > li:hover > a, #bojeong_gnb > ul > li.on > a {color:#5a904a !important;}
#bojeong_gnb > div {display:none; width:100%; background:#fff; position:absolute; left:0; top:100px; border-top:1px solid #d4d4d4; box-shadow:0 10px 15px rgba(25,25,25,0.05)}
#bojeong_gnb > div > ul {display:flex; justify-content:center; width:1200px; margin:0 auto; padding:40px 0;}
#bojeong_gnb > div > ul > li {width:16.66%; text-align:center; border-left:1px solid #d4d4d4;}
#bojeong_gnb > div > ul > li:last-child {border-right:1px solid #d4d4d4;}
#bojeong_gnb > div > ul > li > a {display:block; font-size:1.125em; color:#5a904a; line-height:1.5em; font-weight:500; font-family:'Noto Serif KR'; margin-bottom:10px;}
#bojeong_gnb > div > ul > li > ul > li > a {display:block; font-size:1em; color:#666; line-height:1.5em; padding:5px 0; transition:color 0.4s}
#bojeong_gnb > div > ul > li > ul > li > a:hover {color:#191919;}

#all_gnb {display:flex; justify-content:center; align-items:center; width:100%; height:100vh; position:absolute; left:-100%; top:0; background:rgba(255,255,255,0.95); transition:left 0.7s}
#all_gnb:before {content:''; display:block; width:860px; height:150px; background:url(/images/logo.svg) no-repeat center center; background-size:860px 150px; opacity:0.1; position:absolute; right:0; bottom:50px;}
#all_gnb > ul {width:1220px; overflow:hidden; position:relative; z-index:5;}
#all_gnb > ul > li {display:flex; justify-content:left; align-items:stretch; width:100%; margin-bottom:50px; opacity:0; transition:opacity 0.5s;}
#all_gnb > ul > li > a {display:block; width:300px; font-size:2.18em; color:#5a904a; line-height:40px; font-weight:600; font-family:'Noto Serif KR';}
#all_gnb > ul > li > ul {width:calc(100% - 300px); overflow:hidden;}
#all_gnb > ul > li > ul > li {float:left; margin-right:50px;}
#all_gnb > ul > li > ul > li:last-child {margin-right:0;}
#all_gnb > ul > li > ul > li > a {display:block; font-size:1.25em; color:#666; line-height:40px; transition:color 0.4s;}
#all_gnb > ul > li > ul > li > a:hover {color:#191919;}



#menuToggle {width:30px; height:20px; position:absolute; right:50px; top:40px; z-index:30;}
#menuToggle span {display:block; width:100%; height:2px; background:#fff; position:absolute; left:0; transition:all 0.5s}
#menuToggle span:nth-child(1) {top:0;}
#menuToggle span:nth-child(2) {width:50%; top:50%; margin-top:-1px;}
#menuToggle span:nth-child(3) {bottom:0;}

#bojeong_header.on, #bojeong_header.scroll_on, #bojeong_header.sub_header {background:#fff;}
#bojeong_header.on #bojeong_logo, #bojeong_header.scroll_on #bojeong_logo, #bojeong_header.sub_header #bojeong_logo {background-image:url(/images/logo.svg)}
#bojeong_header.on #bojeong_gnb > ul > li > a, #bojeong_header.scroll_on #bojeong_gnb > ul > li > a, #bojeong_header.sub_header #bojeong_gnb > ul > li > a {color:#191919;}
#bojeong_header.on #menuToggle span, #bojeong_header.scroll_on #menuToggle span, #bojeong_header.sub_header #menuToggle span {background:#191919;}

#bojeong_header.all_on #bojeong_logo {background-image:url(/images/logo.svg)}
#bojeong_header.all_on #all_gnb {left:0;}
#bojeong_header.all_on #all_gnb > ul > li {opacity:1;}
#bojeong_header.all_on #menuToggle span {background:#191919;}
#bojeong_header.all_on #menuToggle span:nth-child(1) {transform:translateY(9px) rotate(45deg)}
#bojeong_header.all_on #menuToggle span:nth-child(2) {width:0;}
#bojeong_header.all_on #menuToggle span:nth-child(3) {transform:translateY(-9px) rotate(-45deg)}

#bojeong_header.all_on #all_gnb > ul > li:nth-child(1) {transition-delay:0.7s}
#bojeong_header.all_on #all_gnb > ul > li:nth-child(2) {transition-delay:0.8s}
#bojeong_header.all_on #all_gnb > ul > li:nth-child(3) {transition-delay:0.9s}
#bojeong_header.all_on #all_gnb > ul > li:nth-child(4) {transition-delay:1.2s}
#bojeong_header.all_on #all_gnb > ul > li:nth-child(5) {transition-delay:1.3s}
#bojeong_header.all_on #all_gnb > ul > li:nth-child(6) {transition-delay:1.4s}

#bojeong_header.scroll_on {box-shadow:0 10px 10px rgba(25,25,25,0.05)}

@media screen and (min-width:1025px){
	#all_gnb > ul > li > ul {display:block !important; height:auto !important;}
}

@media screen and (max-width:1220px){
	#bojeong_logo {width:200px; height:35px; left:6%; background-size:200px 35px;}

	#bojeong_gnb > ul > li > a {font-size:1em; padding:0 10px;}
	#bojeong_gnb > div > ul {width:88%;}

	#all_gnb > ul {width:88%;}
	#all_gnb > ul > li {margin-bottom:40px;}
	#all_gnb > ul > li > a {width:250px;}
	#all_gnb > ul > li > ul {width:calc(100% - 250px);}
	#all_gnb > ul > li > ul > li {margin-right:35px;}

	#menuToggle {right:6%;}

}

@media screen and (max-width:1024px){
	#bojeong_header {height:60px;}

	#bojeong_logo {width:172px; height:30px; background-size:172px 30px; top:15px;}

	#bojeong_gnb {display:none;}

	#all_gnb {display:block; background:#fff; padding-top:60px;}
	#all_gnb:before {width:350px; height:61px; background-size:350px; height:61px; right:-10px; bottom:-10px;}
	#all_gnb > ul {margin:0 auto; padding-top:25px;}
	#all_gnb > ul > li {display:block; margin-bottom:0; border-bottom:1px solid #eee;}
	#all_gnb > ul > li > a {width:100%; font-size:1.25em; line-height:1.6em; padding:10px 5px; position:relative;}
	#all_gnb > ul > li > a:before {content:''; display:block; width:10px; height:2px; background:#191919; position:absolute; right:5px; top:50%; margin-top:-1px;}
	#all_gnb > ul > li > a:after {content:''; display:block; width:2px; height:10px; background:#191919; position:absolute; right:9px; top:50%; margin-top:-5px; transition:all 0.5s;}
	#all_gnb > ul > li > a.on:after {transform:rotate(90deg)}
	#all_gnb > ul > li > ul {display:none; width:100%;}
	#all_gnb > ul > li > ul > li {float:none; margin-right:0;}
	#all_gnb > ul > li > ul > li > a {font-size:1em; line-height:1.6em; font-weight:400; padding:7px;}

	#menuToggle {width:25px; height:16px; top:22px;}
	#bojeong_header.all_on #menuToggle span:nth-child(1) {transform:translateY(7px) rotate(45deg)}
	#bojeong_header.all_on #menuToggle span:nth-child(3) {transform:translateY(-7px) rotate(-45deg)}
}


/* footer */
#bojeong_footer {width:100%; background:#2d2d31; padding:40px 0 55px;}
#bojeong_footer .s-inner {padding-right:120px;}
#bojeong_footer .f_util {margin-bottom:15px;}
#bojeong_footer .f_util li a {font-size:1em; color:#fff; font-weight:500;}
#bojeong_footer .f_info li {display:inline-block; font-size:0.875em; color:#a4a4a4; line-height:1.7em; margin-right:7px;}
#bojeong_footer .f_info li a {color:#a4a4a4;}
#bojeong_footer .f_info li strong {font-weight:700;}
#bojeong_footer .copy {font-size:0.875em; color:#a4a4a4; font-family:'Poppins'; margin-top:15px;}
#bojeong_footer .quick_box {display:flex; justify-content:right; align-items:center; width:110px; position:absolute; right:0; top:0;}
#bojeong_footer .quick_box .blog {display:block; width:50px; line-height:48px; text-align:center; border:1px solid #a4a4a4;}
#bojeong_footer .quick_box .blog img {vertical-align:middle;}
#bojeong_footer .quick_box .go_top {width:50px; height:50px; background:#434343; font-size:1em; margin-left:10px;}
#bojeong_footer .quick_box .go_top i {font-size:1em; color:#fff;}
#bojeong_footer .f_member {display:inline-block; font-size:0.875em; color:#b7b7b7; line-height:23px; font-family:'Poppins', 'Noto Sans KR'; padding:0 10px; border:1px solid rgba(255,255,255,0.4); margin-right:2px; margin-top:5px;}
/*#bojeong_footer .quick_box .go_top.sub_top {position:fixed; right:50px; bottom:50px;}*/

#Quick {width:150px; position:fixed; right:50px; bottom:100px; z-index:200;}
#Quick a {display:flex; justify-content:center; align-items:center; width:100%; height:65px; border-radius:33px;}
#Quick a:not(:last-child) {margin-bottom:10px;}
#Quick a p {font-size:0.875em; font-weight:700; margin-left:10px;}
#Quick a.tel {background:#5a904a; color:#fff;}
#Quick a.tel:before {content:'\f095'; display:inline-block; font-size:1.25em; font-weight:900; font-family:'Font Awesome 6 Pro';}
#Quick a.kakao {background:#ffdb11}
#Quick a.kakao p {color:#3c1e1e;}
#Quick a.kakao:before {content:''; display:inline-block; width:29px; height:27px; background:url(/images/kakao_logo.svg) no-repeat center center; background-size:29px 27px;}

@media screen and (max-width:1220px){
	#Quick {right:25px; /*bottom:25px;*/}
}

@media screen and (max-width:1024px){
	#bojeong_footer {padding:5% 0;}
	#bojeong_footer .f_util {margin-bottom:10px;}
	#bojeong_footer .copy {margin-top:10px;}
	#bojeong_footer .quick_box {width:95px;}
	#bojeong_footer .quick_box .blog {width:45px; line-height:43px;}
	#bojeong_footer .quick_box .go_top {width:45px; height:45px; margin-left:5px;}
	/*#bojeong_footer .quick_box .go_top.sub_top {right:10px; bottom:10px;}*/

	#Quick {width:100px; right:10px;/* bottom:10px;*/}
	#Quick a {height:45px; border-radius:23px;}
	#Quick a:not(:last-child) {margin-bottom:5px;}
	#Quick a p {margin-left:6px;}
	#Quick a.tel:before {font-size:1em;}
	#Quick a.kakao:before {width:20px; height:18px; background-size:20px 18px;}
}

@media screen and (max-width:767px){
	#bojeong_footer .s-inner {padding-right:40px;}
	#bojeong_footer .quick_box {display:block; width:35px;}
	#bojeong_footer .quick_box .blog {width:35px; line-height:33px;}
	#bojeong_footer .quick_box .blog img {width:65%;}
	#bojeong_footer .quick_box .go_top {width:35px; height:35px; margin-top:5px; font-size:0.875em; margin-left:0;}

	#Quick {width:85px;}
	#Quick a {height:40px;}
	#Quick a.kakao:before {width:18px; height:16px; background-size:18px 16px;}
}


/* main */
.popup_wrap {width:296px; height:600px; background:url(/images/popup.png) no-repeat center center; background-size:contain; position:absolute; left:10px; top:240px; z-index:50; padding:15px;}
.popup_wrap .close {width:60px; height:50px; position:absolute; top:0; right:-20px;}
.popup_wrap img {max-width:100%;}
.popup_wrap > div {width:100%; height:100%; padding:60px 18px 0; position:relative;}
.popup_wrap > div h2 {font-size:1.75em; letter-spacing:-0.025em; font-weight:700; font-family:'Noto Serif KR'; text-align:center;}
.popup_wrap > div dl {text-align:center;}
.popup_wrap > div dl dt {font-size:1.0625em; letter-spacing:-0.025em; font-weight:700; margin:15px 0 5px;}
.popup_wrap > div dl dd {font-size:0.9375em; color:#555; letter-spacing:-0.025em; line-height:1.33em;}
.popup_wrap > div > ul {margin-top:25px;}
.popup_wrap > div > ul li {display:flex; justify-content:left; align-items:center; margin-bottom:5px;}
.popup_wrap > div > ul li:before {content:''; display:flex; justify-content:center; align-items:center; width:34px; height:34px; border-radius:50%;}
.popup_wrap > div > ul li a {width:calc(100% - 34px); padding-left:10px;}
.popup_wrap > div > ul li.tel:before {content:'\f095'; font-size:0.75em; color:#fff; font-weight:900; font-family:'Font Awesome 6 Pro'; background:#191919}
.popup_wrap > div > ul li.tel a {display:block; font-size:1.56em; letter-spacing:-0.025em; font-weight:700; font-family:'Roboto';}
.popup_wrap > div > ul li.kakao:before {background:#f9e000 url(/images/kakao_logo.svg) no-repeat center center; background-size:18px 17px;}
.popup_wrap > div > ul li.kakao a {display:block; font-size:1.375em; font-weight:700; letter-spacing:-0.025em;}
.popup_wrap > div .form_box {width:100%; margin-top:20px;}
.popup_wrap > div .form_box:after {content:''; display:block; width:100%; clear:both;}
.popup_wrap > div .form_box > div {margin-bottom:5px;}
.popup_wrap > div .form_box input[type="text"] {width:100%; height:40px; background:#fff; border-radius:20px; border:0; box-shadow:5px 0 15px rgba(0,0,0,0.05); padding:0 20px; font-size:0.8125em; letter-spacing:-0.025em; font-family:'Noto Sans KR';}
.popup_wrap > div .form_box input::placeholder {color:#afafaf;}
.popup_wrap > div .form_box input::-webkit-input-placeholder {color:#afafaf;}
.popup_wrap > div .form_box input:-ms-input-placeholder {color:#afafaf;}
.popup_wrap > div .form_box .select_box {width:100%; position:relative;}
.popup_wrap > div .form_box .select_box:after {content:'\f107'; font-size:0.75em; color:#666; font-weight:400; font-family:'Font Awesome 6 Pro'; position:absolute; right:20px; top:50%; transform:translateY(-50%);}
.popup_wrap > div .form_box select {width:100%; height:40px; background:#fff; border-radius:20px; border:0; box-shadow:5px 0 15px rgba(0,0,0,0.05); padding:0 20px; font-size:0.8125em; color:#afafaf; letter-spacing:-0.025em; font-family:'Noto Sans KR'; -webkit-appearance: none; -moz-appearance: none; appearance: none;}
.popup_wrap > div .form_box select::-ms-expand{ display:none;}
.popup_wrap > div .form_box select.on {color:#191919;}
.popup_wrap > div .form_box select option {color:#191919;}
.popup_wrap > div .form_box input:focus, .popup_wrap > div .form_box select:focus {outline:none; border:0 !important;}
.popup_wrap > div .form_box button {display:block; width:100%; height:64px; font-size:1.25em; color:#fff; font-weight:700; position:absolute; left:0; bottom:0; font-family:'Noto Sans KR';}
.popup_wrap > div .form_box .check_box2 {float:right; margin-top:10px;}

.check_box2 input {display:none;}
.check_box2 p {font-size:0.75em; color:#666; line-height:20px; font-weight:500; position:relative; padding-left:20px;}
.check_box2 p:before {content:'\f00c'; display:block; width:15px; line-height:13px; background:#fff; border:1px solid rgba(0,0,0,0.1); font-size:0.75em; color:#fff; font-weight:400; font-family:'Font Awesome 6 Pro'; position:absolute; left:0; top:3px; text-align:center;}
.check_box2 p a {color:#666; border-bottom:1px solid #666;}
.check_box2 input:checked + p:before {background:#5a904a; border-color:#5a904a;}

@media screen and (max-width:1024px){
	.popup_wrap {width:230px; height:466px; top:180px; padding:12px; display:none;}
	.popup_wrap .close {width:40px; height:40px; right:-10px;}
	.popup_wrap > div {padding:30px 10px 0;}
	.popup_wrap > div h2 {font-size:1.3em;}
	.popup_wrap > div dl dt {font-size:1em; margin-top:10px;}
	.popup_wrap > div dl dd {font-size:0.75em;}
	.popup_wrap > div > ul li:before {width:28px; height:28px;}
	.popup_wrap > div > ul li a {padding-left:5px;}
	.popup_wrap > div > ul li.tel a {font-size:1.3em;}
	.popup_wrap > div > ul li.kakao:before {background-size:15px 14px;}
	.popup_wrap > div > ul li.kakao a {font-size:1.15em;}
	.popup_wrap > div .form_box {margin-top:10px;}
	.popup_wrap > div .form_box input[type="text"] {height:35px; padding:0 10px;}
	.popup_wrap > div .form_box .select_box:after {right:10px;}
	.popup_wrap > div .form_box select {height:35px; padding:0 10px;}
	.popup_wrap > div .form_box button {height:50px; font-size:1em;}
	.popup_wrap > div .form_box .check_box2 {margin-top:7px;}

	.check_box2 p {font-size:0.625em;}
	.check_box2 p:before {}
}

@media screen and (max-width:767px){
	.popup_wrap {top:75px}
}

#mVisu {width:100%; height:850px;}
.mVisu_slide {width:100%; height:100%; position:relative;}
.mVisu_slide .swiper-slide {width:100%; height:100%; overflow:hidden; position:relative;}
.mVisu_slide .img_box {width:100%; height:100%; background-repeat:no-repeat; background-position:center center; background-size:cover; position:absolute; left:0; top:0; z-index:0; transform:scale(1.05, 1.05); transition:transform 5000ms;}
.mVisu_slide .img_box:before {content:''; display:block; width:100%; height:100%; background:#191919; opacity:0.4; }
.mVisu_slide .txt_box {width:1220px; margin:0 auto; padding-top:320px; position:relative; z-index:10;}
.mVisu_slide .txt_box p {font-size:3.43em; color:#fff; line-height:1.36em; font-weight:200; font-family:'Noto Serif KR'; margin-bottom:50px; transform:translateY(70px); opacity:0; transition:all 0.8s; transition-property:transform, opacity;}
.mVisu_slide .txt_box p strong {font-weight:600;}
.mVisu_slide .txt_box div { transform:translateY(70px); opacity:0; transition:all 0.6s; transition-property:transform, opacity; transition-delay:0.2s}
.mVisu_slide .swiper-button-next, .mVisu_slide .swiper-button-prev {width:50px; height:50px; border:2px solid #fff; line-height:46px; text-align:center; margin-top:0; top:530px;}
.mVisu_slide .swiper-button-next {right:50%; margin-right:-600px;}
.mVisu_slide .swiper-button-prev {left:auto; right:50%; margin-right:-552px;}
.mVisu_slide .swiper-button-next:after, .mVisu_slide .swiper-button-prev:after {font-size:0.875em; color:#fff; font-weight:300; font-family:'Font Awesome 6 Pro'}
.mVisu_slide .swiper-button-next:after {content:'\f105'}
.mVisu_slide .swiper-button-prev:after {content:'\f104'}
#mVisu .mVisu_slide .swiper-pagination {width:100px; left:auto; right:50%; bottom:auto; top:530px; margin-right:-500px; font-size:1.125em; color:rgba(255,255,255,0.6); font-family:'Poppins'; line-height:50px;}
#mVisu .mVisu_slide .swiper-pagination span {margin:0 5px;}
#mVisu .mVisu_slide .swiper-pagination-current {color:#fff;}

.mVisu_slide .swiper-slide-active .img_box {transform:scale(1)}
.mVisu_slide .swiper-slide-active .txt_box p, .mVisu_slide .swiper-slide-active .txt_box div {transform:translateY(0); opacity:1;}

@media screen and (max-width:1220px){
	.mVisu_slide .txt_box {width:88%;}
	.mVisu_slide .swiper-button-next {right:6%; margin-right:0;}
	.mVisu_slide .swiper-button-prev {right:6%; margin-right:48px;}
	#mVisu .mVisu_slide .swiper-pagination {right:6%; margin-right:100px;}
}

@media screen and (max-width:1024px){
	#mVisu {height:650px;}
	.mVisu_slide .txt_box {padding-top:220px;}
	.mVisu_slide .txt_box p {font-size:2.8em; margin-bottom:30px;}
	.mVisu_slide .swiper-button-next, .mVisu_slide .swiper-button-prev {width:40px; height:40px; line-height:38px; top:380px;}
	.mVisu_slide .swiper-button-prev {margin-right:38px;}
	#mVisu .mVisu_slide .swiper-pagination {width:80px; margin-right:80px; font-size:1em; line-height:40px; top:380px;}
}

@media screen and (max-width:767px){
	#mVisu {height:550px;}
	.mVisu_slide .txt_box {text-align:center; padding-top:180px;}
	.mVisu_slide .txt_box p {font-size:2.4em; margin-bottom:30px;}
	.mVisu_slide .bojeong_btn {margin:0 auto;}
	.mVisu_slide .swiper-button-next, .mVisu_slide .swiper-button-prev {width:auto; height:auto; line-height:1.5em; border:0; top:auto; bottom:11px; z-index:30;}
	.mVisu_slide .swiper-button-next {right:50%; margin-right:-40px;}
	.mVisu_slide .swiper-button-prev {right:auto; left:50%; margin-left:-40px;}
	.mVisu_slide .swiper-button-next:after, .mVisu_slide .swiper-button-prev:after {font-size:1em;}
	#mVisu .mVisu_slide .swiper-pagination {width:100%; margin-right:0; right:0; top:auto; bottom:0;}
}


.main_title h2 {font-size:2.5em; line-height:1.3em; font-weight:600; font-family:'Noto Serif KR'}
.main_title h2 span {font-weight:200;}
.main_title > span {display:block; font-size:1.5em; font-weight:500; font-family:'Noto Serif KR'; opacity:0.3; margin-top:10px;}
.main_title.white h2, .main_title.white > span {color:#fff;}

@media screen and (max-width:1024px){
	.main_title h2 {font-size:2.2em;}
	.main_title > span {font-size:1.25em; margin-top:5px;}
}


#mCompany {position:relative; padding:150px 0;}
#mCompany:before {content:''; display:block; width:200px; height:250px; border:10px solid #5a904a; position:absolute; top:-125px; right:0; z-index:30;}
#mCompany:after {content:''; display:block; width:100%; clear:both;}
#mCompany .logo {float:left; width:400px; font-size:8.125em; color:#5a904a; line-height:1.2em; font-weight:600; font-family:'Noto Serif KR'}
#mCompany .txt_box {float:left; width:calc(100% - 400px)}
#mCompany .txt_box .t1 {font-size:2.18em; line-height:1.4em; font-weight:600; font-family:'Noto Serif KR'}
#mCompany .txt_box .t2 {font-size:1.25em; line-height:2em; font-weight:300; margin-top:20px;}
#mCompany .txt_box .sign {text-align:right; font-size:1em; font-weight:700; font-family:'Noto Serif KR'; margin-top:30px;}
#mCompany .txt_box .sign img {vertical-align:bottom;}

@media screen and (max-width:1024px){
	#mCompany {padding:15% 0;}
	#mCompany:before {width:20vw; height:25vw; top:-12.5vw;}
	#mCompany .logo {width:250px; font-size:5.7em;}
	#mCompany .txt_box {width:calc(100% - 250px)}
	#mCompany .txt_box .t1 {font-size:1.8em;}
	#mCompany .txt_box .t2 {font-size:1.125em; margin-top:10px;}
	#mCompany .txt_box .sign {margin-top:15px;}
}

@media screen and (max-width:767px){
	#mCompany:before {border-width:7px;}
	#mCompany .logo {float:none; width:100%; font-size:3.5em; margin-bottom:2%;}
	#mCompany .txt_box {float:none; width:100%;}
	#mCompany .txt_box .sign img {height:30px;}
}


#mComplaint {width:100%; position:relative;}
#mComplaint:before {content:''; display:block; width:calc(50% + 490px); height:100%; background:#5a904a; position:absolute; left:0; top:0; z-index:0;}
#mComplaint .s-inner {position:relative; z-index:10; padding:90px 0;}
#mComplaint .s-inner:after {content:''; display:block; width:100%; clear:both;}
#mComplaint .s-inner:before {content:''; display:block; width:100vw; height:100%; background:#5a904a; position:absolute; right:50%; top:0; z-index:5;}
#mComplaint .main_title {float:left; width:50%; position:relative; z-index:10;}
#mComplaint .txt_box {width:50%; position:absolute; left:0; top:290px; z-index:10;}
#mComplaint .txt_box > div {display:flex; justify-content:left; align-items:center; width:100%; padding-right:65px; position:absolute; left:0; top:0; opacity:0; transform:translateY(50px); transition:all 0.6s; transition-property:opacity, transform;}
#mComplaint .txt_box > div.active {opacity:1; transform:translateY(0)}
#mComplaint .txt_box span {display:block; width:115px; font-size:5em; color:rgba(255,255,255,0.3); line-height:1.3em; font-weight:600; font-family:'Noto Serif KR'}
#mComplaint .txt_box p {width:calc(100% - 115px); font-size:1.125em; color:#fff; line-height:1.7em; font-weight:500;}
.mComplaint_slide {float:left; width:50%; position:relative;}
.mComplaint_slide .img_box {width:100%; height:400px; background-repeat:no-repeat; background-position:center center; background-size:cover;}
.mComplaint_slide .swiper-slide-active .img_box {box-shadow:20px 20px 30px rgba(25,25,25,0.1)}
.mComplaint_slide .swiper-button-next, .mComplaint_slide .swiper-button-prev {top:auto; bottom:5px; height:20px; margin-top:0;}
.mComplaint_slide .swiper-button-next {right:auto; left:-100%; margin-left:36px;}
.mComplaint_slide .swiper-button-prev {left:-100%;}
.mComplaint_slide .swiper-button-next:after, .mComplaint_slide .swiper-button-prev:after {font-size:1em; color:#fff; font-weight:300; font-family:'Font Awesome 6 Pro'}
.mComplaint_slide .swiper-button-next:after {content:'\f178'}
.mComplaint_slide .swiper-button-prev:after {content:'\f177'}
#mComplaint .mComplaint_slide .swiper-scrollbar {width:calc(100% - 150px); height:1px; background:rgba(255,255,255,0.3); left:-100%; bottom:15px; margin-left:82px;}
#mComplaint .mComplaint_slide .swiper-scrollbar-drag {height:3px; background:#fff; margin-top:-1px;}

@media screen and (max-width:1220px){
	#mComplaint:before {width:85%;}
}

@media screen and (max-width:1024px){
	#mComplaint .s-inner {padding:9% 0;}
	#mComplaint .txt_box {padding-right:10px; top:23vw;}
	#mComplaint .txt_box span {width:80px; font-size:4em;}
	#mComplaint .txt_box p {width:calc(100% - 80px); font-size:1em;}
	#mComplaint .txt_box p br {display:none;}
	.mComplaint_slide .img_box {height:30vw;}
	.mComplaint_slide .swiper-button-next, .mComplaint_slide .swiper-button-prev {bottom:0;}
	#mComplaint .mComplaint_slide .swiper-scrollbar {width:calc(100% - 100px); bottom:9px;}
}

@media screen and (max-width:767px){
	#mComplaint .s-inner:before {display:none;}
	#mComplaint .main_title {float:none; width:100%;}
	#mComplaint .txt_box {width:100%; height:70px; position:relative; top:0; padding-right:10%; margin-top:20px;}
	#mComplaint .txt_box span {width:65px; font-size:3.3em;}
	#mComplaint .txt_box p {width:calc(100% - 65px)}
	.mComplaint_slide {float:none; width:100%; margin-top:25px;}
	.mComplaint_slide .img_box {height:55vw;}
	.mComplaint_slide .swiper-button-next, .mComplaint_slide .swiper-button-prev {bottom:auto; top:-45px;}
	.mComplaint_slide .swiper-button-next {left:auto; right:11%;}
	.mComplaint_slide .swiper-button-prev {left:auto; right:11%; margin-right:25px;}
	#mComplaint .mComplaint_slide .swiper-scrollbar {display:none;}
}


#mInsurance {padding-top:120px; }
#mInsurance .main_title {position:relative;}
#mInsurance .main_title:before {content:''; display:block; width:calc(100% - 400px); height:1px; background:#dcdcdc; position:absolute; right:135px; bottom:0;}
#mInsurance .main_title .more {display:block; width:60px; line-height:56px; border:2px solid #191919; text-align:center; position:absolute; right:0; bottom:0;}
#mInsurance .main_title .more i {font-size:1em;}
#mInsurance .box {width:100%; position:relative; margin-top:100px;}
#mInsurance .box .s-inner {overflow:hidden;}
#mInsurance .img_box {width:50%; height:100%; background-repeat:no-repeat; background-position:center center; background-size:cover; position:absolute; left:0; top:0; z-index:30;}
#mInsurance .img_box:before {content:''; display:block; width:130px; height:200px; border:10px solid #5a904a; position:absolute; left:100%; bottom:-100px; margin-left:-600px; z-index:30;}
#mInsurance ul {float:right; width:50%; padding:30px 0 30px 100px; counter-reset:counter;}
#mInsurance ul li {width:100%; overflow:hidden; margin-bottom:35px;}
#mInsurance ul li:last-child {margin-bottom:0;}
#mInsurance ul li:before {content:counter(counter, decimal-leading-zero); counter-increment:counter; float:left; display:block; width:50px; line-height:50px; border-radius:50%; background:#5a904a; text-align:center; font-size:1em; color:#fff; font-weight:500; font-family:'Poppins'}
#mInsurance ul li dl {float:left; width:calc(100% - 50px); padding-left:40px;}
#mInsurance ul li dl dt {font-size:1.25em; line-height:1.3em; font-weight:700;}
#mInsurance ul li dl dd {font-size:1.125em; color:#666; line-height:1.5em; margin-top:5px;}

@media screen and (max-width:1220px){
	#mInsurance .img_box:before {left:6vw; margin-left:0;}
	#mInsurance ul {padding-left:50px;}
	#mInsurance ul li dl {padding-left:25px;}
}

@media screen and (max-width:1024px){
	#mInsurance {padding-top:12%;}
	#mInsurance .main_title .more {width:45px; line-height:41px;}
	#mInsurance .box {margin-top:6%;}
	#mInsurance .img_box:before {width:13vw; height:20vw; bottom:-10vw;}
	#mInsurance ul {padding:25px 0 25px 35px;}
	#mInsurance ul li {margin-bottom:25px;}
	#mInsurance ul li:before {width:40px; line-height:40px;}
	#mInsurance ul li dl {width:calc(100% - 40px); padding-left:20px;}
	#mInsurance ul li dl dt {font-size:1.125em;}
	#mInsurance ul li dl dd {font-size:1em;}
}

@media screen and (max-width:1024px){
	#mInsurance .main_title:before {width:calc(100% - 260px); right:70px;}
	#mInsurance .main_title .more {width:35px; line-height:31px; font-size:0.875em;}
	#mInsurance .img_box:before {width:15vw; height:22vw; bottom:-11vw; border-width:7px;}
	#mInsurance ul {float:none; width:100%; padding:0;}
	#mInsurance ul li {margin-bottom:6%;}
	#mInsurance ul li:before {width:35px; line-height:35px;}
	#mInsurance ul li dl {width:calc(100% - 35px); padding-left:10px;}
	#mInsurance .img_box {width:100%; height:50vw; position:relative; margin-top:7%;}
}


#mCase {padding:200px 0 20px;}
#mNews + #mCase {padding-top:100px;}
#mCase:before {content:''; display:block; width:100vw; height:100%; background:#fff; position:absolute; right:50%; top:0; z-index:5;}
#mCase .txt_box {width:50%; position:relative; z-index:10;}
#mCase .txt_box .t1 {font-size:1.5em; color:#5a904a; font-weight:600; font-family:'Noto Serif KR'; margin-bottom:30px;}
#mCase .txt_box .main_title {padding-bottom:115px;}
#mCase .btn_box {position:absolute; left:0; bottom:30px; z-index:15;}

#mNews {padding:160px 0 20px;}
#mNews:before {content:''; display:block; width:100vw; height:100%; background:#fff; position:absolute; right:50%; top:0; z-index:5;}
#mNews .txt_box {width:50%; position:relative; z-index:10;}
#mNews .txt_box .t1 {font-size:1.5em; color:#5a904a; font-weight:600; font-family:'Noto Serif KR'; margin-bottom:30px;}
#mNews .txt_box .main_title {padding-bottom:115px;}
#mNews .btn_box {position:absolute; left:0; bottom:30px; z-index:15;}

.mCase_slide {width:400px; position:absolute; left:50%; bottom:0;}
.mCase_slide a {display:block; width:100%; height:230px; border:3px solid #dcdcdc; padding:50px; position:relative; transition:all 0.5s; transition-property:border, background, margin}
.mCase_slide a .cate {display:inline-block; line-height:25px; font-size:0.92em; color:#fff; background:#5a904a; border-radius:3px; padding:0 7px; margin-bottom:5px; transition:all 0.4s; transition-property:background, color;}
.mCase_slide a .subject {font-size:1.25em; line-height:1.6em; font-weight:500; max-height:3.2em; overflow:hidden; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; transition:color 0.4s;}
.mCase_slide a .date {font-size:0.875em; color:#666; font-family:'Poppins'; position:absolute; left:50px; bottom:50px; transition:color 0.4s;}
.mCase_slide a i {font-size:1.125em; position:absolute; right:50px; bottom:50px; transition:color 0.4s;}
.mCase_slide a:hover {border-color:#5a904a; background:#5a904a; box-shadow:15px 15px 25px rgba(25,25,25,0.1); margin-top:-10px;}
.mCase_slide a:hover .cate {background:#fff; color:#5a904a}
.mCase_slide a:hover .subject, .mCase_slide a:hover .date, .mCase_slide a:hover i {color:#fff;}

.mNews_slide {width:100%; position:relative;}
.mNews_slide .swiper-slide {width:400px;}
.mNews_slide a {display:block; width:100%; height:230px; border:3px solid #dcdcdc; padding:50px; position:relative; transition:all 0.5s; transition-property:border, background, margin}
.mNews_slide a .cate {display:inline-block; line-height:25px; font-size:0.92em; color:#fff; background:#5a904a; border-radius:3px; padding:0 7px; margin-bottom:5px; transition:all 0.4s; transition-property:background, color;}
.mNews_slide a .subject {font-size:1.25em; line-height:1.6em; font-weight:500; max-height:3.2em; overflow:hidden; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; transition:color 0.4s;}
.mNews_slide a .date {font-size:0.875em; color:#666; font-family:'Poppins'; position:absolute; left:50px; bottom:50px; transition:color 0.4s;}
.mNews_slide a i {font-size:1.125em; position:absolute; right:50px; bottom:50px; transition:color 0.4s;}
.mNews_slide a:hover {border-color:#5a904a; background:#5a904a; box-shadow:15px 15px 25px rgba(25,25,25,0.1); margin-top:-10px;}
.mNews_slide a:hover .cate {background:#fff; color:#5a904a}
.mNews_slide a:hover .subject, .mNews_slide a:hover .date, .mNews_slide a:hover i {color:#fff;}

@media screen and (max-width:1024px){
	#mCase {padding:20% 0 10px;}
	#mNews + #mCase {padding-top:10%;}
	#mCase:before {right:45%;}
	#mCase .txt_box {width:55%;}
	#mCase .txt_box .t1 {font-size:1.25em; margin-bottom:3%;}
	.mCase_slide {width:45%; left:auto; right:0;}
	.mCase_slide a {height:180px; padding:20px;}
	.mCase_slide a .subject {font-size:1.125em;}
	.mCase_slide a .date {left:20px; bottom:20px;}
	.mCase_slide a i {right:20px; bottom:20px;}

	#mNews {padding:20% 0 10px;}
	#mNews:before {right:45%;}
	#mNews .txt_box {width:55%;}
	#mNews .txt_box .t1 {font-size:1.25em; margin-bottom:3%;}
	#mNews .btn_box {margin-top:30px;}
	.mNews_slide {width:100%;}
	.mNews_slide .swiper-slide {width:45%;}
	.mNews_slide a {height:180px; padding:20px;}
	.mNews_slide a .subject {font-size:1.125em;}
	.mNews_slide a .date {left:20px; bottom:20px;}
	.mNews_slide a i {right:20px; bottom:20px;}
}

@media screen and (max-width:767px){
	#mCase {padding-bottom:70px;}
	#mNews + #mCase {padding-top:0;}
	#mCase:before {display:none;}
	#mCase .txt_box {width:100%;}
	#mCase .txt_box .main_title {padding-bottom:0;}
	#mCase .btn_box {position:relative; bottom:0; margin-top:8%;}
	#mCase .btn_box .bojeong_btn {margin:0 auto;}
	.mCase_slide {width:100%; position:relative; margin:6% auto 0;}
	.mCase_slide a {height:140px; padding:15px;}
	.mCase_slide a .cate {line-height:24px;}
	.mCase_slide a .date {left:15px; bottom:15px;}
	.mCase_slide a i {right:15px; bottom:15px;}
	#mNews {padding-bottom:70px;}
	#mNews:before {display:none;}
	#mNews .txt_box {width:100%;}
	#mNews .txt_box .main_title {padding-bottom:0;}
	#mNews .btn_box {position:relative; bottom:0; margin-top:8%;}
	#mNews .btn_box .bojeong_btn {margin:0 auto;}
	.mNews_slide {width:100%;}
	.mNews_slide .swiper-slide {width:100%;}
	.mNews_slide a {height:140px; padding:15px;}
	.mNews_slide a .cate {line-height:24px;}
	.mNews_slide a .date {left:15px; bottom:15px;}
	.mNews_slide a i {right:15px; bottom:15px;}
}


#mYoutube {display:flex; justify-content:space-between; padding-top:100px;}
#mYoutube > div {width:calc(50% - 10px);}
#mYoutube > div iframe {width:100%; height:330px;}

@media screen and (max-width:1220px){
	#mYoutube > div iframe {height:23.5vw;}
}

@media screen and (max-width:1024px){
	#mYoutube {padding-top:10%;}
	#mYoutube > div {width:calc(50% - 5px);}
	#mYoutube > div iframe {height:24vw;}
}

@media screen and (max-width:767px){
	#mYoutube {display:block;}
	#mYoutube > div {width:100%; margin-bottom:2%;}
	#mYoutube > div:last-child {margin-bottom:0;}
	#mYoutube > div iframe {height:47vw;}
}


#mContact {padding:100px 0;}
#mContact .map_box {width:100%; height:500px; background:#f8f8f8;}
#mContact .map_box .root_daum_roughmap .wrap_map {height:100% !important;}
#mContact .info_box {display:flex; justify-content:space-between; align-items:center; width:calc(100% - 150px); height:200px; background:#fff; box-shadow:15px 15px 25px rgba(25,25,25,0.1); margin:-100px auto 0; position:relative; z-index:10; padding:0 90px;}
#mContact .info_box .tit {font-size:1.125em; line-height:1.4em; font-weight:700;}
#mContact .info_box .t1 {font-size:1em; color:#666; line-height:1.5em;}
#mContact .info_box .call {display:inline-block; font-size:2.18em; font-weight:600; font-family:'Poppins'}
#mContact .info_box .call:before {content:'\f095'; font-size:0.68em; font-weight:900; font-family:'Font Awesome 6 Pro'; margin-right:10px; vertical-align:middle;}
#mContact .info_box > div:last-child {width:520px;}
#mContact .info_box dl {width:100%; overflow:hidden;}
#mContact .info_box dl dt {float:left; width:100px; margin-bottom:15px; clear:both;}
#mContact .info_box dl dd {float:left; width:calc(100% - 100px); margin-bottom:15px;}
#mContact .info_box dl dt:last-of-type, #mContact .info_box dl dd:last-of-type {margin-bottom:0;}

@media screen and (max-width:1220px){
	#mContact .info_box {padding:0 30px;}
	#mContact .info_box > div:first-child {width:45%; padding-right:10px;}
	#mContact .info_box > div:last-child {width:55%;}
}

@media screen and (max-width:1024px){
	#mContact {padding:10% 0;}
	#mContact .map_box {height:400px;}
	#mContact .info_box {width:90%;}
	#mContact .info_box .call {font-size:1.7em;}
	#mContact .info_box dl dt {width:80px; margin-bottom:10px;}
	#mContact .info_box dl dd {width:calc(100% - 80px); margin-bottom:10px;}
}

@media screen and (max-width:767px){
	#mContact .map_box {height:210px;}
	#mContact .info_box {display:block; height:auto; padding:5% 6%; margin-top:-40px;}
	#mContact .info_box .tit {font-size:1em;}
	#mContact .info_box .call {font-size:1.4em;}
	#mContact .info_box > div:first-child {width:100%; padding-right:0;}
	#mContact .info_box > div:last-child {width:100%; margin-top:4%;}
	#mContact .info_box dl dt {float:none; width:100%; margin-bottom:0;}
	#mContact .info_box dl dd {float:none; width:100%; margin-top:3px;}
}


#mCommunity {width:100%; background:#f7f8fa; padding:100px 0;}
#mCommunity .s-inner {position:relative;}
#mCommunity .notice_box {width:550px;}
#mCommunity .notice_box .tit_box {display:flex; justify-content:space-between; align-items:center; margin-bottom:25px;}
#mCommunity .notice_box .tit_box h2 {font-size:1.5em; font-weight:600; font-family:'Noto Serif KR'}
#mCommunity .notice_box .tit_box a i {font-size:1em;}
#mCommunity .notice_box ul {border-top:2px solid #191919}
#mCommunity .notice_box ul li a {display:flex; justify-content:left; align-items:center; width:100%; border-bottom:1px solid #dcdcdc; padding:20px 10px;}
#mCommunity .notice_box ul li a p {width:calc(100% - 75px); font-size:1em; color:#666; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; transition:color 0.4s;}
#mCommunity .notice_box ul li a span {display:block; width:75px; text-align:right; font-size:0.875em; color:#666; font-family:'Poppins'}
#mCommunity .notice_box ul li a:hover p {color:#191919; font-weight:500;}
#mCommunity .quick_box {display:flex; justify-content:space-between; width:574px; height:100%; position:absolute; right:0; top:0;}
#mCommunity .quick_box a {display:flex; justify-content:center; align-items:center; flex-direction:column; width:calc(50% - 10px); height:100%;min-height: 200px; border:3px solid #dcdcdc; text-align:center; transition:border 0.5s}
#mCommunity .quick_box a i {font-size:3.125em; transition:color 0.4s;}
#mCommunity .quick_box a h2 {font-size:1.25em; font-weight:600; font-family:'Noto Serif KR'; margin:30px 0 5px; transition:color 0.4s;}
#mCommunity .quick_box a p {font-size:0.875em; color:#a4a4a4; font-weight:500; font-family:'Noto Serif KR'; transition:color 0.4s;}
#mCommunity .quick_box a:hover {border-color:#5a904a;}
#mCommunity .quick_box a:hover i, #mCommunity .quick_box a:hover h2, #mCommunity .quick_box a:hover p {color:#5a904a;}

@media screen and (max-width:1220px){
	#mCommunity .notice_box {width:47%;}
	#mCommunity .quick_box {width:50%;}
}

@media screen and (max-width:1024px){
	#mCommunity {padding:10% 0;}
	#mCommunity .notice_box .tit_box {margin-bottom:15px;}
	#mCommunity .notice_box .tit_box h2 {font-size:1.25em;}
	#mCommunity .notice_box ul li a {padding:16px 5px;}
	#mCommunity .quick_box a {width:calc(50% - 5px);min-height: 150px;}
	#mCommunity .quick_box a i {font-size:2.5em;}
	#mCommunity .quick_box a h2 {font-size:1.125em; margin:10px 0 0;}
}

@media screen and (max-width:767px){
	#mCommunity .notice_box {width:100%;}
	#mCommunity .quick_box {width:100%; height:130px; position:relative; margin-top:4%;}
	#mCommunity .quick_box a {border-width:2px;min-height: 100px;}
	#mCommunity .quick_box a i {font-size:2em;}
}


#fInquiry {width:100%; height:280px; background:url(/images/fInquiryBG.jpg) no-repeat center center; background-size:cover; position:relative}
#fInquiry:before {content:''; display:block; width:100%; height:100%; background:#191919; opacity:0.1; position:absolute; left:0; top:0; z-index:0;}
#fInquiry .s-inner {display:flex; justify-content:space-between; align-items:center; height:100%; position:relative; z-index:10;}
#fInquiry .txt_box h2 {font-size:2.81em; color:#fff; font-weight:600; font-family:'Noto Serif KR';}
#fInquiry .txt_box p {font-size:1.125em; color:#fff; font-weight:500; margin-top:10px;}
#fInquiry .form_box {display:none;}

@media screen and (max-width:1024px){
	#fInquiry {height:240px;}
	#fInquiry .txt_box h2 {font-size:2.3em;}
	#fInquiry .txt_box p {font-size:1em; margin-top:5px;}
}

@media screen and (max-width:767px){
	#fInquiry {height:auto; padding:10% 0;}
	#fInquiry .s-inner {display:block; text-align:center;}
	#fInquiry .btn_box {margin-top:7%; display:none;}
	#fInquiry .bojeong_btn {margin:0 auto;}
	#fInquiry .form_box {display:block; text-align:left;}
	#fInquiry .form_box ul {display:flex; justify-content:space-between; flex-wrap:wrap; width:100%;}
	#fInquiry .form_box ul li {width:100%; margin-bottom:5px;}
	#fInquiry .form_box ul li.w_50 {width:calc(50% - 2.5px)}
	#fInquiry .form_box ul li input, #fInquiry .form_box ul li textarea {width:100%; border:1px solid #dcdcdc; border-radius:0; font-size:1em; font-weight:500; font-family:'Noto Sans KR'}
	#fInquiry .form_box ul li input {height:45px; padding:0 15px;}
	#fInquiry .form_box ul li textarea {height:130px; padding:10px 15px resize:none;}
	#fInquiry .form_box ul li input:focus, #fInquiry .form_box ul li textarea:focus {border:3px solid #5a904a; outline:none;}
	#fInquiry .form_box ul li input::placeholder, #fInquiry .form_box ul li textarea::placeholder {color:#a4a4a4; font-weight:400;}
	#fInquiry .form_box ul li input::-webkit-input-placeholder, #fInquiry .form_box ul li textarea::-webkit-input-placeholder {color:#a4a4a4; font-weight:400;}
	#fInquiry .form_box ul li input:-ms-input-placeholder, #fInquiry .form_box ul li textarea:-ms-input-placeholder {color:#a4a4a4; font-weight:400;}
	#fInquiry .form_box ul li .select_box {width:100%; position:relative;}
	#fInquiry .form_box ul li .select_box:before {content:'\f107'; font-size:1em; font-weight:400; font-family:'Font Awesome 6 Pro'; position:absolute; right:15px; top:50%; transform:translateY(-50%)}
	#fInquiry .form_box ul li select {display:block; width:100%; height:45px; padding:0 15px; border:1px  solid #dcdcdc; border-radius:0; font-size:1em; color:#a4a4a4; font-weight:400; -webkit-appearance: none; -moz-appearance: none; appearance: none;}
	#fInquiry .form_box ul li select::-ms-expand{ display:none;}
	#fInquiry .form_box ul li select.on {color:#191919; font-weight:500;}
	#fInquiry .form_box ul li select option {color:#191919; font-weight:400;}
	#fInquiry .form_box .check_box p, #fInquiry .form_box .check_box p a {color:#fff;}
}


/* sub */
#sVisu {width:100%; height:300px; background-repeat:no-repeat; background-position:center center; background-size:cover; position:relative; margin-top:100px;}
#sVisu:before {content:''; display:block; width:100%; height:100%; background:#191919; opacity:0.4; position:absolute; left:0; top:0;}
#sVisu .s-inner {position:relative; z-index:10; padding-top:105px; text-align:center;}
#sVisu h2 {font-size:2.5em; color:#fff; font-weight:600; font-family:'Noto Serif KR'}
#sVisu span {display:block; font-size:1.125em; color:rgba(255,255,255,0.5); font-weight:600; font-family:'Noto Serif KR'; margin-top:5px;}

#sVisu.sVisu1 {background-image:url(/images/sVisual_img1.jpg)}
#sVisu.sVisu2 {background-image:url(/images/sVisual_img2.jpg)}
#sVisu.sVisu3 {background-image:url(/images/sVisual_img3.jpg)}
#sVisu.sVisu4 {background-image:url(/images/sVisual_img4.jpg)}
#sVisu.sVisu5 {background-image:url(/images/sVisual_img5.jpg)}
#sVisu.sVisu6 {background-image:url(/images/sVisual_img6.jpg)}


.sub_menu_wrap {width:100%; height:75px; margin-top:-37px; position:relative; z-index:10;}
.sub_menu_wrap > div:before {content:''; width:0; height:75px; background:#fff; position:absolute; left:50%; top:0; transform:translateX(-50%); transition:width 0.9s}
.sub_menu_wrap > div > p {display:none;}
.sub_menu_wrap ul {display:flex; justify-content:space-between; align-items:center; width:1000px; position:absolute; left:50%; top:0; transform:translateX(-50%);}
.sub_menu_wrap ul li a {display:flex; justify-content:center; align-items:center; width:100%; height:75px; background:#fff; text-align:center; font-size:1em; font-weight:500; padding:0 10px; box-shadow:5px 5px 15px rgba(25,25,25,0.1);}
.sub_menu_wrap ul li.active a {background:#5a904a; color:#fff; font-weight:700;}

.sub_menu_wrap.col3 ul li {width:calc(33.33% - 6.66px);}
.sub_menu_wrap.col4 ul li {width:calc(25% - 7.5px);}
.sub_menu_wrap.col5 ul li {width:calc(20% - 8px);}

.sub_menu_wrap.scroll_on > div:before {width:100%; opacity:1; position:fixed; transition:width 0.5s; box-shadow:0 5px 10px rgba(25,25,25,0.1)}
.sub_menu_wrap.scroll_on ul {position:fixed;}
.sub_menu_wrap.scroll_on ul li a {box-shadow:none;}


#sub_content {width:100%; min-height:100vh;}

.sub_section {padding:100px 0;}
.sub_section.bg1 {background:#f7f8fa;}
.sub_section.line {border-top:1px solid #dcdcdc;}

.sub_title {font-size:2.18em; line-height:1.4em; font-weight:600; font-family:'Noto Serif KR'; margin-bottom:50px;}

.sub_title2 {width:100%; overflow:hidden; margin-bottom:50px;}
.sub_title2 > span {float:left; display:block; width:70px; line-height:40px; background:#5a904a; border-radius:20px; text-align:center; font-size:1.125em; color:#fff; font-weight:600; font-family:'Poppins'}
.sub_title2 > h3 {float:left; width:calc(100% - 70px); padding-left:15px; font-size:1.5em; line-height:40px; font-weight:600;}

.s_txt1 {font-size:1em; color:#666; line-height:1.8em;}
.s_txt2 {font-size:1.125em; line-height:1.6em;}
.s_txt3 {font-size:1.25em; color:#191919; font-weight:600; font-family:'Noto Serif KR';}

@media screen and (min-width:768px){
	.sub_menu_wrap ul {display:flex !important;}
}

@media screen and (max-width:1024px){
	#sVisu {height:250px; margin-top:60px;}
	#sVisu .s-inner {padding-top:80px;}
	#sVisu h2 {font-size:2.2em;}
	#sVisu span {font-size:1em;}

	.sub_menu_wrap {height:55px; margin-top:-28px;}
	.sub_menu_wrap > div:before {height:55px;}
	.sub_menu_wrap ul {width:88%;}
	.sub_menu_wrap ul li a {height:55px;}
	
	.sub_menu_wrap.col4 ul li {width:calc(25% - 3.75px);}
	.sub_menu_wrap.col5 ul li {width:calc(20% - 4px);}

	.sub_section {padding:10% 0;}

	.sub_title {font-size:1.8em; margin-bottom:5%;}

	.sub_title2 {margin-bottom:5%;}
	.sub_title2 > span {width:60px; line-height:30px;}
	.sub_title2 > h3 {width:calc(100% - 60px); padding-left:10px; font-size:1.3em; line-height:30px;}
}

@media screen and (max-width:767px){
	#sVisu {height:210px;}
	#sVisu .s-inner {padding-top:70px;}

	.sub_menu_wrap {height:45px; margin-top:-23px;}
	.sub_menu_wrap > div:before {display:none;}
	.sub_menu_wrap > div > p {display:block; width:88%; margin:0 auto; background:#5a904a; line-height:45px; padding:0 15px; font-size:1em; color:#fff; font-weight:500; position:absolute; left:50%; top:0; transform:translateX(-50%); transition:width 0.5s; cursor:pointer;}
	.sub_menu_wrap > div > p:after {content:'\f107'; font-size:1em; color:#fff; font-weight:300; font-family:'Font Awesome 6 Pro'; position:absolute; right:15px; top:50%; transform:translateY(-50%);}
	.sub_menu_wrap > div > p.on:after {content:'\f106'}
	.sub_menu_wrap ul {display:none; top:45px; transition:width 0.5s; border-top:1px solid #dcdcdc}
	.sub_menu_wrap ul li {width:100% !important;}
	.sub_menu_wrap ul li a {display:block; height:auto; text-align:left; padding:10px 15px; box-shadow:0; border:1px solid #dcdcdc; border-top:0; box-shadow:none;}
	.sub_menu_wrap ul li.active a {border-color:#5a904a; font-weight:500;}

	.sub_menu_wrap.scroll_on > div > p {width:100%; position:fixed; }
	.sub_menu_wrap.scroll_on ul {width:100%;}

	.sub_title2 > span {width:50px;}
	.sub_title2 > h3 {width:calc(100% - 50px)}
}


.sub_img_box1 {width:100%; overflow:hidden;}
.sub_img_box1 .img_box {width:100%; height:450px; background-repeat:no-repeat; background-position:center center; background-size:cover;}
.sub_img_box1 .txt_box {float:right; width:650px; background:#fff; padding:70px 0 0 80px; margin-top:-70px;}
.sub_img_box1 .txt_box p {font-size:1.875em; line-height:1.66em; font-weight:200; font-family:'Noto Serif KR';}
.sub_img_box1 .txt_box p strong {font-weight:600;}

@media screen and (max-width:1024px){
	.sub_img_box1 .img_box {height:44vw;}
	.sub_img_box1 .txt_box {width:60%; padding:4% 0 0 5%; margin-top:-5%;}
	.sub_img_box1 .txt_box p {font-size:1.5em;}
}

@media screen and (max-width:767px){
	.sub_img_box1 .txt_box {width:85%; top:-10%;}
	.sub_img_box1 .txt_box p {font-size:1.3em;}
}

.sub_txt_box1 > li {width:100%; border:3px solid #dcdcdc; padding:40px 90px 40px 50px; overflow:hidden; margin-bottom:15px;}
.sub_txt_box1 > li:last-child {margin-bottom:0;}
.sub_txt_box1 > li .tit {float:left; display:block; width:80px; line-height:40px; border-radius:20px; background:#f7f8f9; text-align:center; font-size:1em; font-weight:500;}
.sub_txt_box1 > li .txt_box {float:left; width:calc(100% - 80px); padding-left:50px;}

@media screen and (max-width:1024px){
	.sub_txt_box1 > li {margin-bottom:10px; padding:30px;}
	.sub_txt_box1 > li .tit {width:70px; line-height:35px;}
	.sub_txt_box1 > li .txt_box {width:calc(100% - 70px); padding-left:25px;}
}

@media screen and (max-width:767px){
	.sub_txt_box1 > li {padding:4% 5%; border-width:2px;}
	.sub_txt_box1 > li .tit {float:none; width:60px; line-height:30px;}
	.sub_txt_box1 > li .txt_box {float:none; width:100%; padding-left:0; margin-top:3%;}
}


.sub_table_box1 {width:100%; border-top:2px solid #191919;}
.sub_table_box1 tbody th {background:#f7f8fa; font-size:1em; letter-spacing:-0.025em; font-weight:500; padding:20px 0; border-bottom:1px solid #dfdfdf;}
.sub_table_box1 tbody td {font-size:1em; color:#666; padding:20px 50px; border-bottom:1px solid #dfdfdf;}
.sub_table_box1 tbody td .subway_txt {padding-left:45px; position:relative;}
.sub_table_box1 tbody td .subway_txt span {display:block; width:24px; line-height:18px; border:3px  solid #3cb44a; font-size:0.625em; color:#3cb44a; font-weight:700; border-radius:50%; text-align:center; position:absolute; left:0; top:50%; transform:translateY(-50%);}
.sub_table_box1 tbody td a {color:#666;}

@media screen and (max-width:1024px){
	.sub_table_box1 tbody th {padding:13px 0;}
	.sub_table_box1 tbody td {padding:13px;}
	.sub_table_box1 tbody td .subway_txt {padding-left:35px;}
}


.sub_process_box1 {width:100%; overflow:hidden;}
.sub_process_box1 > li {float:left; display:flex; justify-content:center; align-items:center; text-align:center; width:calc(33.33% - 33.33px); height:90px; border:3px solid #dcdcdc; background:#fff; position:relative; margin-right:50px;}
.sub_process_box1 > li:last-child {border-color:#eee; background:#eee;}
.sub_process_box1 > li p {font-size:1.125em; font-weight:500;}
.sub_process_box1 > li p:before {content:''; display:block; border-left:9px solid #191919; border-top:3px solid transparent; border-bottom:3px solid transparent; position:absolute; right:-43px; top:50%; transform:translateY(-50%)}
.sub_process_box1 > li p:after {content:''; display:block; width:20px; height:1px; background:#191919; position:absolute; right:-34px; top:50%; transform:translateY(-50%);}
.sub_process_box1 > li:last-child:after {display:none;}


@media screen and (min-width:768px){
	.sub_process_box1 > li:nth-child(3n) {margin-right:0;}
	.sub_process_box1 > li:nth-child(3n) ~ li {margin-top:67px;}
	.sub_process_box1 > li:nth-child(3n):before {content:''; display:block; width:calc(200% + 112px); height:15px; border-right:1px solid #dcdcdc; border-bottom:1px solid #dcdcdc; position:absolute; right:50%; bottom:-29px;}
	.sub_process_box1 > li:nth-child(3n):after {content:''; display:block; border-top:9px solid #a4a4a4; border-left:3px solid transparent; border-right:3px solid transparent; position:absolute; right:calc(250% + 108px); bottom:-54px; z-index:10;}
	.sub_process_box1 > li:nth-child(3n) + li:before {content:''; width:1px; height:25px; background:#dcdcdc; position:absolute; left:50%; top:-44px;}
}

@media screen and (max-width:767px){
	.sub_process_box1 > li {width:calc(50% - 15px); height:60px; margin-right:30px; border-width:2px;}
	.sub_process_box1 > li:nth-child(2n) {margin-right:0;}
	.sub_process_box1 > li:nth-child(2n) ~ li {margin-top:40px;}
	.sub_process_box1 > li p:before {right:-28px}
	.sub_process_box1 > li p:after {width:10px; right:-19px;}
	.sub_process_box1 > li:last-child p:before, .sub_process_box1 > li:last-child p:after {display:none;}
	
	.sub_process_box1 > li:nth-child(2n):before {content:''; display:block; width:calc(100% + 34px); height:15px; border-right:1px solid #dcdcdc; border-bottom:1px solid #dcdcdc; position:absolute; right:50%; bottom:-20px;}
	.sub_process_box1 > li:nth-child(2n):after {content:''; display:block; border-top:9px solid #a4a4a4; border-left:3px solid transparent; border-right:3px solid transparent; position:absolute; right:calc(150% + 30.5px); bottom:-40px; z-index:10;}
	.sub_process_box1 > li:nth-child(2n) + li:before {content:''; width:1px; height:15px; background:#dcdcdc; position:absolute; left:50%; top:-25px;}
}


.sCompany_case1 {display:flex; justify-content:right; align-items:center; width:100%;}
.sCompany_case1 div {margin-right:15px;}
.sCompany_case1 .date {font-size:1em;}
.sCompany_case1 .name {font-size:1em; font-weight:700; margin-top:5px;}

.sCompany_case2 {width:100%; overflow:hidden;}
.sCompany_case2 .tit_box {float:left; width:470px; overflow:hidden;}
.sCompany_case2 .tit_box > div {float:left; display:flex; justify-content:center; align-items:center; flex-direction:column; width:250px; height:250px; border-radius:50%; mix-blend-mode: multiply; background-blend-mode: multiply; color:#fff;}
.sCompany_case2 .tit_box > div:first-child {margin-right:-30px; background-image: linear-gradient(to bottom, #5a904a, #5a904a);}
.sCompany_case2 .tit_box > div:last-child {background-image: linear-gradient(to bottom, #c7c7c7, #c7c7c7);}
.sCompany_case2 .tit_box > div .t1 {font-size:4.375em; font-weight:600; font-family:'Noto Serif KR'}
.sCompany_case2 .tit_box > div .t2 {font-size:1.125em; font-weight:700;}
.sCompany_case2 .txt_box {float:left; width:calc(100% - 470px); padding-left:85px;}

.sCompany_case3 > strong {display:block; width:100%;}
.sCompany_case3 > strong > span {display:block; width:250px; line-height:66px; border:2px solid #191919; text-align:center; font-size:1.125em; font-weight:700; margin:0 auto; position:relative;}
.sCompany_case3 > strong:after {content:''; display:block; width:1px; height:60px; background:#a4a4a4; margin:0 auto;}
.sCompany_case3 > ul {display:flex; justify-content:space-between; align-items:stretch; width:100%; position:relative;}
.sCompany_case3 > ul:before {content:''; display:block; width:calc(80% + 8px); height:1px; background:#a4a4a4; position:absolute; left:50%; top:0; transform:translateX(-50%)}
.sCompany_case3 > ul > li {width:calc(20% - 8px)}
.sCompany_case3 > ul > li:before {content:''; display:block; width:1px; height:40px; background:#a4a4a4; margin:0 auto;}
.sCompany_case3 > ul > li > strong {display:flex; justify-content:center; align-items:center; width:100%; height:50px; background:#191919; text-align:center; font-size:1em; color:#fff; font-weight:700; margin-bottom:10px;}
.sCompany_case3 > ul > li > ul {width:100%; height:calc(100% - 100px); border:1px solid #a4a4a4; padding:10px;}
.sCompany_case3 > ul > li > ul > li {font-size:1em; color:#666; line-height:1.8em; position:relative; padding-left:15px;}
.sCompany_case3 > ul > li > ul > li:before {content:'•'; position:absolute; left:0; top:0;}

.sCompany_case4 {width:100%; overflow:hidden;}
.sCompany_case4 .img_box {float:left; width:400px; height:545px; background-repeat:no-repeat; background-position:center center; background-size:cover;}
.sCompany_case4 .txt_box {float:left; width:calc(100% - 400px); padding-left:60px;}
.sCompany_case4 .txt_box .name {font-size:1.125em; color:#a4a4a4; font-weight:500; font-family:'Poppins', 'Noto Sans KR'; margin-bottom:20px;}
.sCompany_case4 .txt_box .name strong {font-size:1.33em; color:#191919; font-weight:700; margin-right:10px;}
.sCompany_case4 .txt_box > ul {width:100%; border-top:2px solid #191919;}
.sCompany_case4 .txt_box > ul > li {width:100%; padding:30px 0; border-bottom:1px solid #dcdcdc;}
.sCompany_case4 .txt_box .list1 {width:100%; overflow:hidden;}
.sCompany_case4 .txt_box .list1 dt {float:left; width:180px; font-size:1em; line-height:1.8em; letter-spacing:-0.025em; font-weight:500; clear:both;}
.sCompany_case4 .txt_box .list1 dd {float:left; width:calc(100% - 180px); font-size:1em; color:#666; line-height:1.8em; letter-spacing:-0.025em;}
.sCompany_case4 .txt_box .list2 dt {font-size:1.125em; font-weight:500; font-family:'Poppins'; margin-bottom:20px;}
.sCompany_case4 .txt_box .list2 dd {font-size:1em; color:#666; line-height:1.8em; letter-spacing:-0.025em;}

.sCompany_case5 .map_box {width:100%; height:500px; background:#f8f8f9;}
.sCompany_case5 .map_box  .root_daum_roughmap .wrap_map {height:100% !important;}

@media screen and (max-width:1024px){
	.sCompany_case1 div {margin-right:10px;}
	.sCompany_case1 .name {margin-top:0;}
	.sCompany_case1 img {height:30px;}

	.sCompany_case2 .tit_box {width:42vw;}
	.sCompany_case2 .tit_box > div {width:22vw; height:22vw;}
	.sCompany_case2 .tit_box > div:first-child {margin-right:-3vw;}
	.sCompany_case2 .tit_box > div .t1 {font-size:3.7em;}
	.sCompany_case2 .txt_box {width:calc(100% - 42vw); padding-left:30px;}

	.sCompany_case3 > strong > span {width:200px; line-height:56px;}
	.sCompany_case3 > strong:after {height:30px; bottom:-32px;}
	.sCompany_case3 > ul:before {width:calc(80% + 5px)}
	.sCompany_case3 > ul > li {width:calc(20% - 5px);}
	.sCompany_case3 > ul > li:before {height:30px;}
	.sCompany_case3 > ul > li > strong {margin-bottom:5px;}
	.sCompany_case3 > ul > li > ul {height:calc(100% - 85px); padding:10px;}
	.sCompany_case3 > ul > li > ul > li {padding-left:15px;}

	.sCompany_case4 .img_box {width:40%; height:50vw;}
	.sCompany_case4 .txt_box {width:60%; padding-left:25px;}
	.sCompany_case4 .txt_box .name {margin-bottom:10px;}
	.sCompany_case4 .txt_box > ul > li {padding:15px 0;}
	.sCompany_case4 .txt_box .list1 dt {width:150px;}
	.sCompany_case4 .txt_box .list1 dd {width:calc(100% - 150px)}
	.sCompany_case4 .txt_box .list2 dt {margin-bottom:5px;}

	.sCompany_case5 .map_box {height:350px;}
}

@media screen and (max-width:767px){
	.sCompany_case2 .tit_box {width:100px;}
	.sCompany_case2 .tit_box > div {float:none; width:100px; height:100px;}
	.sCompany_case2 .tit_box > div:first-child {margin-right:0; margin-bottom:-10px;}
	.sCompany_case2 .tit_box > div .t1 {font-size:2.2em;}
	.sCompany_case2 .tit_box > div .t2 {font-size:1em; font-weight:500;}
	.sCompany_case2 .txt_box {width:calc(100% - 100px); padding-left:15px;}

	.sCompany_case3 > strong {margin-bottom:10px;}
	.sCompany_case3 > strong > span {width:100%; line-height:46px;}
	.sCompany_case3 > strong:after {display:none;}
	.sCompany_case3 > ul {flex-wrap:wrap; justify-content:center;}
	.sCompany_case3 > ul:before {display:none;}
	.sCompany_case3 > ul > li {width:calc(50% - 2.5px); margin-bottom:5px; margin-right:5px;}
	.sCompany_case3 > ul > li:last-child, .sCompany_case3 > ul > li:nth-child(even) {margin-right:0;}
	.sCompany_case3 > ul > li:before {display:none;}
	.sCompany_case3 > ul > li > strong {height:40px;}
	.sCompany_case3 > ul > li > ul {height:calc(100% - 45px)}

	.sCompany_case4 .img_box {float:none; width:100%; height:110vw;}
	.sCompany_case4 .txt_box {float:none; width:100%; padding-left:0; margin-top:5%;}
	.sCompany_case4 .txt_box .list1 dt {width:130px;}
	.sCompany_case4 .txt_box .list1 dd {width:calc(100% - 130px)}

	.sCompany_case5 .map_box {height:230px;}

}


.sContact_case1 ul {display:flex; justify-content:space-between; flex-wrap:wrap; width:100%;}
.sContact_case1 ul li {width:100%; margin-bottom:30px;}
.sContact_case1 ul li.w_50 {width:calc(50% - 10px)}
.sContact_case1 ul li label {display:block; font-size:1.125em; font-weight:500; margin-bottom:10px;}
.sContact_case1 ul li label span {color:#f00;}
.sContact_case1 ul li input, .sContact_case1 ul li textarea {width:100%; border:1px solid #dcdcdc; border-radius:0; font-size:1em; font-weight:500; font-family:'Noto Sans KR'}
.sContact_case1 ul li input {height:70px; padding:0 30px;}
.sContact_case1 ul li textarea {height:200px; padding:20px 30px; resize:none;}
.sContact_case1 ul li input:focus, .sContact_case1 ul li textarea:focus {border:3px solid #5a904a; outline:none;}
.sContact_case1 ul li input::placeholder, .sContact_case1 ul li textarea::placeholder {color:#a4a4a4; font-weight:400;}
.sContact_case1 ul li input::-webkit-input-placeholder, .sContact_case1 ul li textarea::-webkit-input-placeholder {color:#a4a4a4; font-weight:400;}
.sContact_case1 ul li input:-ms-input-placeholder, .sContact_case1 ul li textarea:-ms-input-placeholder {color:#a4a4a4; font-weight:400;}
.sContact_case1 ul li .select_box {width:100%; position:relative;}
.sContact_case1 ul li .select_box:before {content:'\f107'; font-size:1em; font-weight:400; font-family:'Font Awesome 6 Pro'; position:absolute; right:30px; top:50%; transform:translateY(-50%)}
.sContact_case1 ul li select {display:block; width:100%; height:70px; padding:0 30px; border:1px  solid #dcdcdc; border-radius:0; font-size:1em; color:#a4a4a4; font-weight:400; -webkit-appearance: none; -moz-appearance: none; appearance: none;}
.sContact_case1 ul li select::-ms-expand{ display:none;}
.sContact_case1 ul li select.on {color:#191919; font-weight:500;}
.sContact_case1 ul li select option {color:#191919; font-weight:400;}
.sContact_case1 .privacy_box {width:100%; height:200px; overflow-y:scroll; background:#f7f8fa; padding:35px 60px;}


.check_box {display:block; width:100%; font-size:1em;}
.check_box input {display:none;}
.check_box p {font-size:1em; font-weight:500; line-height:25px; padding-left:35px; position:relative; font-family:'Noto Sans KR'}
.check_box p:before {content:''; display:block; width:25px; height:25px; line-height:23px; border-radius:50%; border:1px solid #dcdcdc; font-size:0.75em; color:#fff; font-weight:400; font-family:'Font Awesome 6 Pro'; text-align:center; position:absolute; left:0; top:0;}
.check_box input:checked + p:before {content:'\f00c'; border-color:#5a904a; background:#5a904a;}

@media screen and (max-width:1024px){
	.sContact_case1 ul li {margin-bottom:15px;}
	.sContact_case1 ul li.w_50 {width:calc(50% - 5px)}
	.sContact_case1 ul li label {font-size:1em; margin-bottom:5px;}
	.sContact_case1 ul li input {height:50px; padding:0 15px;}
	.sContact_case1 ul li textarea {height:130px; padding:10px 15px;}
	.sContact_case1 ul li .select_box:before {right:15px;}
	.sContact_case1 ul li select {height:50px; padding:0 10px;}
	.sContact_case1 .privacy_box {height:150px; padding:15px 20px;}
}

@media screen and (max-width:767px){
	.check_box p {line-height:20px; padding-left:27px;}
	.check_box p:before {width:20px; height:20px; line-height:18px;}

	.sContact_case1 ul li.w_50 {width:100%;}
	.sContact_case1 ul li input {height:45px;}
}


.privacy_box .s_txt3 {margin:50px 0 10px;}
.privacy_box .list1 > li {font-size:1em; color:#666; line-height:1.7em; position:relative; padding-left:20px; margin:3px 0;}
.privacy_box .list1 > li .number {width:15px; position:absolute; left:0; top:0}



.populateform_box {display:flex; justify-content:left; align-items:center; width:100%; margin-top:50px;}
.populateform_box p {font-size:1.125em; line-height:40px; font-weight:500; margin-right:20px;}
.populateform_box .box1 {width:100px; height:40px; border-radius:3px 3px 0 3px; overflow:hidden; position:relative;}
.populateform_box .box1 input {width:100%; height:100%; font-size:1em; color:#fff; font-weight:700; font-family:'Poppins'; text-align:center; border:0; background:#b2b7c7;}
.populateform_box .box1:before {content:''; display:block; width:100%; height:100%; position:absolute; left:0; top:0; z-index:5;}
.populateform_box .box2 {width:180px; height:40px;}
.populateform_box .box2 input {width:100%; height:100%; font-size:1em; padding:0 10px; font-family:'Poppins', 'Noto Sans KR'; border:0; border-bottom:1px solid #b2b7c7; border-radius:0;}

@media screen and (max-width:767px){
	.populateform_box {margin-top:5%;}
	.populateform_box p {line-height:35px;}
	.populateform_box .box1 {width:80px; height:35px;}
	.populateform_box .box2 {width:110px; height:35px;}
	.populateform_box .box2 input {padding:0 10px;}
}

/* swiper */
/**
 * Swiper 5.3.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 11, 2020
 */

@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(-1 * var(--swiper-navigation-size)/ 2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'next'}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#ffffff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000000}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color:#ffffff}.swiper-pagination-black{--swiper-pagination-color:#000000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}
