@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' */
@font-face { font-family: 'InkLipquid'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/InkLipquid.woff') format('woff'); font-weight: normal; font-style: normal; }

*,
*: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:'Nanum Gothic', 'Malgun Gothic', 'Dotum', sans-serif;color:#676767;line-height:auto;font-weight:normal; padding:0px;margin:0px;letter-spacing:-0.05em; 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:#676767}

.transition {
	-webkit-transition: all 0.6s;
	   -moz-transition: all 0.6s;
	     -o-transition: all 0.6s;
	        transition: all 0.6s;
}

.yesnanum_btn {transition: all 0.2s ease-in-out; position: relative; overflow: hidden;}
.yesnanum_btn:before {content: ""; background-color: rgba(255,255,255,0.5); height: 100%; width: 3em; display: block; position: absolute; top: 0; left: -4.5em; transform: skewX(-45deg) translateX(0); transition: none;}
.yesnanum_btn:hover {background-color: #2194E0; color: #fff; border-bottom: 4px solid darken(#2194E0, 10%);}
.yesnanum_btn:hover:before {transform: skewX(-45deg) translateX(17.5em); transition: all 0.5s ease-in-out;}



/* layout */
.inner {	width:1200px;	position:relative;	margin-left:auto;	margin-right:auto;}
.s-inner {	width:1200px;	position:relative;	margin-left:auto;	margin-right:auto;}


@media all and (max-width:1199px) {
.inner {width:100%;}
.s-inner {width:96%;}
}

@media all and (max-width:1024px) {
	#wrap { font-size: 15px; }
}

@media all and (max-width:767px) {
	#wrap { font-size: 13px; }
}


::selection {background:rgba(182,213,82,0.8); color:#fff;}
::-moz-selection {background:rgba(182,213,82,0.8); color:#fff;}
::-webkit-selection {background:rgba(182,213,82,0.8); color:#fff;}

html.no-scroll {position:fixed; top:0; left:0;}

#Wrap {font-family:'Nanum Gothic', 'Dotum', 'Malgun Gothic'}
.s-inner {width:96%; max-width:1200px; margin-left:auto; margin-right:auto;}

@media all and (max-width:976px) {
	#Wrap { font-size: 15px; }
}

@media all and (max-width:767px) {
	#Wrap { font-size: 14px; }
}

@media screen and (max-width:480px) {
	#Wrap { font-size: 13px; }
}


.nanum_btn1 {display:block; width:220px; line-height:70px; background:#93be0a; border-radius:35px; font-size:1.125em; color:#fff; font-weight:700; text-align:center; margin:100px auto 0;}

@media screen and (max-width:1024px){
	.nanum_btn1 {width:180px; line-height:60px; margin-top:10vw;}
}

@media screen and (max-width:767px){
	.nanum_btn1 {width:140px; line-height:45px; font-size:1em;}
}

/* header */
#headerWrap {width:96%; max-width:1200px; height:90px; margin:0 auto;}
#headerWrap h1 {float:left; margin-top:10px;}
#headerWrap > div {float:right;}
#headerWrap .h_util {float:right; display:flex; align-items:center; margin-left:20px; margin-top:26px;}
#headerWrap .h_util li {margin-right:5px;}
#headerWrap .h_util li:last-child {margin-right:0;}
#headerWrap .h_util li a {display:block; line-height:38px; background:#b6d552; border-radius:20px; font-size:1em; color:#fff; padding:0 13px; font-family:'NanumSquare';}

#nav {float:left;}
#nav > ul > li {float:left; text-align:center; position:relative; margin:0 30px;}
#nav > ul > li:after {content:''; display:none; width:100%; height:2px; background:#b6d552; position:absolute; left:0; top:75px;}
#nav > ul > li > a {font-size:1.125em; color:#2d2a2b; line-height:90px; font-weight:700; font-family:'NanumSquare';}
#nav > ul > li:hover > a {color:#93be0a;}
#nav > ul > li > div {display:none; position:absolute; top:75px; left:50%; margin-left:-85px; width:170px; background:#93be0a; padding:10px 0; z-index:10;}
#nav > ul > li > div ul li {margin:12px 0;}
#nav > ul > li > div ul li a {font-size:1em; color:#fff; font-family:'NanumSquare'; position:relative;}
#nav > ul > li > div ul li a:before {content:''; display:block; width:0; height:1px; background:#fff; position:absolute; left:0; bottom:0; transition:width 0.6s}
#nav > ul > li > div ul li a:hover:before {width:100%;}

/*#nav > ul > li.40 > a {color:#3c56a5 !important; font-weight:bold !important;}*/
#nav.sub1 > ul > li:nth-child(1) > a,
#nav.sub2 > ul > li:nth-child(2) > a,
#nav.sub3 > ul > li:nth-child(3) > a,
#nav.sub4 > ul > li:nth-child(4) > a {color:#93be0a;}
#nav.sub1 > ul > li:nth-child(1):after,
#nav.sub2 > ul > li:nth-child(2):after,
#nav.sub3 > ul > li:nth-child(3):after,
#nav.sub4 > ul > li:nth-child(4):after {display:block;}


#menu_toggle {width:21px; height:19px; position:relative; float:left; margin-top:33px; cursor:pointer; z-index:1000; transition:right 1s linear 2s}
#menu_toggle span {display:block; width:100%; height:3px; background:#93be0a; position:absolute; left:0; transition:all 0.5s}
#menu_toggle span.t {top:0}
#menu_toggle span.m {top:50%; margin-top:-1.5px;}
#menu_toggle span.b {bottom:0;}

#menu_toggle.on span {background:#fff}
#menu_toggle.on span.t {transform:translateY(8px) rotate(45deg); -webkit-transform:translateY(8px) rotate(45deg);}
#menu_toggle.on span.m {width:0;}
#menu_toggle.on span.b {transform:translateY(-8px) rotate(-45deg); -webkit-transform:translateY(-8px) rotate(-45deg);}

#all_nav {position:fixed; top:-105%; left:0; width:100%; height:100vh; background:#222; z-index:999; display:table; transition:top 1.2s ease}
#all_nav > ul {display:table-cell; text-align:center; vertical-align:middle; overflow:hidden;}
#all_nav > ul > li {display:inline-block; vertical-align:top; width:15%;}
#all_nav > ul > li > a {font-size:1.25em; color:#fff;}
#all_nav > ul > li ul {margin-top:20px;}
#all_nav > ul > li ul li {margin:10px 0;}
#all_nav > ul > li ul li a {display:inline-block; font-size:1em; color:#fff; opacity:0.7; line-height:1.5em; position:relative; padding-bottom:5px;}
#all_nav > ul > li ul li a:after {content:''; display:block; width:0; height:1px; background:#fff; transition:all 0.5s}
#all_nav > ul > li ul li:hover a {opacity:1;}
#all_nav > ul > li ul li a:hover:after {width:100%}

#menu_toggle.on + #all_nav {top:0}

@media screen and (max-width:1199px){
	#nav > ul > li {margin:0 16px;}
}

@media screen and (max-width:1024px){
	#headerWrap {height:60px;}
	#headerWrap h1 {}
	#headerWrap h1 img {height:38px;}

	#headerWrap .h_util {float:left; margin:15px 15px 0 0;}
	#headerWrap .h_util li {margin-right:3px;}
	#headerWrap .h_util li a {line-height:30px; padding:0 10px;}

	#nav {display:none;}

	#menu_toggle {margin-top:20px;}

	#all_nav {top:0; width:300px; left:auto; right:-300px; display:block;}
	#all_nav > ul {display:block; text-align:left; border-top:1px solid rgba(255,255,255,0.3)}
	#all_nav > ul > li {display:block; width:100%;}
	#all_nav > ul > li > a {display:block; width:100%; font-size:1em; line-height:45px; border-bottom:1px solid rgba(255,255,255,0.1); box-sizing:border-box; padding-left:15px;}
	#all_nav > ul > li ul {margin-top:0; display:none;}
	#all_nav > ul > li ul li {padding:0; margin:0}
	#all_nav > ul > li ul li a {display:block; width:100%; font-size:0.875em; line-height:40px; border-bottom:1px solid rgba(255,255,255,0.2); background:#373737; box-sizing:border-box; padding-left:15px;}
	#all_nav > ul > li ul li a:hover:after {width:0}

	#menu_toggle.on + #all_nav {right:0}
}

@media screen and (max-width:650px){
	
	#menu_toggle.on {right:5px;}	
}

/* main */
#mVisu {width:100%; height:855px; overflow:hidden; position:relative;}
#mVisu .visu_slide {width:100%; height:100%;}
#mVisu .swiper-slide {width:100%; height:100%; background-repeat:no-repeat; background-position:center center; background-size:cover;}
#mVisu .swiper-slide:before {content:''; display:block; width:100%; height:100%; background:url(../images/visu_img.png) no-repeat center bottom; background-size:contain; position:absolute; left:0; bottom:0; z-index:300;}
#mVisu .visu_txt {width:96%; margin:0 auto; text-align:center; color:#fff; padding-top:200px;}
#mVisu .visu_txt:before {content:''; display:inline-block; width:74px; height:74px; background:url(../images/m_visu_ico.png) no-repeat center center; background-size:cover; opacity:0; transform:translateY(60px); transition:transform 1.2s ease, opacity 1.2s ease}
#mVisu .visu_txt h2 {font-size:5.1em; line-height:1em; font-weight:400; letter-spacing:-0.07em; font-family:'InkLipquid'; margin:15px 0 25px; opacity:0; transform:translateY(60px); transition:transform 1.2s ease 0.4s, opacity 1.2s ease 0.4s}
#mVisu .visu_txt h2 span {color:#b6d552;}
#mVisu .visu_txt p {font-size:1.25em; line-height:1.6em; letter-spacing:-0.025em; opacity:0; transform:translateY(60px); transition:transform 0.6s, opacity 0.6s; transition:transform 1.2s ease 0.7s, opacity 1.2s ease 0.7s}
#mVisu .swiper-pagination {bottom:290px;}
#mVisu .swiper-pagination-bullet {width:62px; height:4px; background:#fff; opacity:0.3; border-radius:0; margin:0 3px;}
#mVisu .swiper-pagination-bullet-active {opacity:1;}

#mVisu .swiper-slide-active .visu_txt:before, #mVisu .swiper-slide-active .visu_txt h2, #mVisu .swiper-slide-active .visu_txt p {opacity:1; transform:translateY(0)}

@media screen and (max-width:1199px){
	#mVisu {height:740px;}
	#mVisu .visu_txt {padding-top:130px;}
}

@media screen and (max-width:1024px){
	#mVisu {height:700px;}
	#mVisu .visu_txt p {font-size:1em;}
	#mVisu .swiper-pagination {bottom:210px;}
}

@media screen and (max-width:767px){
	#mVisu {height:540px;}
	#mVisu .visu_txt:before {width:45px; height:45px;}
	#mVisu .visu_txt h2 {font-size:3.3em; margin:10px 0 15px;}
	#mVisu .visu_txt p br {display:none;}
	#mVisu .swiper-pagination {bottom:160px;}
	#mVisu .swiper-pagination-bullet {width:30px; height:3px; margin:0 2px;}
}

#mActivity {width:100%; background:#f3f3f0;}
#mActivity > div {width:96%; max-width:1200px; margin:-150px auto 0; background:#fff; box-sizing:border-box; padding:60px 140px; position:relative; z-index:300;}
#mActivity .tit {font-size:3.75em; color:#222; line-height:1em; letter-spacing:-0.075em; text-align:center;  font-weight:400; font-family:'InkLipquid'}
#mActivity .t1 {font-size:1em; color:#666; line-height:1.6em; letter-spacing:-0.075em; text-align:center; margin-top:10px;}
#mActivity .point {border-top:2px dashed #333; border-bottom:2px dashed #333; overflow:hidden; padding:40px 0; margin-top:55px;}
#mActivity .point li {float:left; width:25%; text-align:center;}
#mActivity .point li p {font-size:1.125em; color:#666; line-height:1.4em; letter-spacing:-0.075em;}
#mActivity .point li p:before {content:''; display:block; width:40px; height:6px; border-radius:3px; background:#b5d552; margin:20px auto 15px;}
#mActivity .link {width:100%; position:relative; margin-top:60px;}
#mActivity .link_slide {width:100%; overflow:hidden;}
#mActivity .link_slide a {display:table; width:100%; height:90px; background:#f3f3f0; text-align:center; font-size:1.125em; color:#222; font-weight:600; letter-spacing:-0.075em; position:relative; border-radius:20px; overflow:hidden;}
#mActivity .link_slide a span {display:table-cell; vertical-align:middle; position:relative; z-index:10;}
#mActivity .link_slide a:before {content:''; display:block; width:100%; height:0; background:#b6d552; transition:height 0.8s; position:absolute; left:0; bottom:0;}
#mActivity .link_slide a:hover:before {height:100%;}
#mActivity .link_slide .swiper-button-next:after, #mActivity .link_slide .swiper-button-prev:after {display:none;}
#mActivity .link_slide .swiper-button-next, #mActivity .link_slide .swiper-button-prev {margin-top:-16px; width:16px; height:32px; background-repeat:no-repeat; background-position:center center; background-size:cover;}
#mActivity .link_slide .swiper-button-next {background-image:url(../images/link_slide_next.png); right:-45px;}
#mActivity .link_slide .swiper-button-prev {background-image:url(../images/link_slide_prev.png); left:-45px}
#mActivity .link_slide .swiper-button-next.swiper-button-disabled, #mActivity .link_slide .swiper-button-prev.swiper-button-disabled {opacity:0.25}

@media screen and (max-width:1024px){
	#mActivity > div {margin-top:-100px; padding:50px 60px;}
	#mActivity .point {margin-top:50px; padding:30px 0;}
	#mActivity .link {margin-top:50px;}
}

@media screen and (max-width:767px){
	#mActivity > div {margin-top:-90px; padding:40px 4%;}
	#mActivity .tit {font-size:3.4em}
	#mActivity .point {margin-top:30px; padding:20px 0;}
	#mActivity .point li {width:50%; }
	#mActivity .point li img {width:46%;}
	#mActivity .point li p {font-size:1em;}
	#mActivity .point li p:before {width:30px; height:5px; border-radius:2.5px; margin:15px auto 10px;}
	#mActivity .link {margin-top:30px;}
	#mActivity .link_slide .swiper-button-next, #mActivity .link_slide .swiper-button-prev {display:none;}
	#mActivity .link_slide a {height:60px; border-radius:10px; font-size:1em;}
}


#mCompany {margin-bottom:40px;}
#mCompany ul {width:100%; padding-bottom:50px; overflow:hidden;}
#mCompany ul li {float:left; width:33.33%; height:360px;}
#mCompany ul li a {display:block; width:100%; height:100%; text-align:center; position:relative; box-sizing:border-box; padding:55px 2% 0;}
#mCompany ul li a dl dt {font-size:3.75em; color:#fff; font-family:'InkLipquid'}
#mCompany ul li a dl dd {font-size:0.83vw; color:#fff; line-height:1.6em; margin-top:10px;}
#mCompany ul li a:before {content:''; display:block; position:absolute; left:50%; bottom:-50px; margin-left:-200px; width:400px; height:280px; background-repeat:no-repeat; background-position:center center; background-size:cover; transition:transform 0.6s}
#mCompany ul li a:hover:before {transform:translateY(-20px)}

#mCompany ul li.box1 {background:linear-gradient(to right bottom, #b6d552, #70c127);}
#mCompany ul li.box1 a:before {background-image:url(../images/mCompany_img1.png)}
#mCompany ul li.box2 {background:linear-gradient(to right bottom, #ffb424, #ff7251);}
#mCompany ul li.box2 a:before {background-image:url(../images/mCompany_img2.png)}
#mCompany ul li.box3 {background:linear-gradient(to right bottom, #0ecaef, #337be9);}
#mCompany ul li.box3 a:before {background-image:url(../images/mCompany_img3.png)}

@media screen and (max-width:1499px){
	#mCompany ul li a dl dd {font-size:0.8em;}
	#mCompany ul li a dl dd br.mo {display:none;}
}

@media screen and (max-width:1199px){
	#mCompany ul {padding-bottom:30px;}
	#mCompany ul li {height:320px}
	#mCompany ul li a:before {width:285px; height:200px; bottom:-30px; margin-left:-142.5px;}
	
}

@media screen and (max-width:976px){
	#mCompany ul {padding-bottom:30px;}
	#mCompany ul li {height:250px}
	#mCompany ul li a {padding-top:35px}
	#mCompany ul li a dl dt {font-size:3.2em;}
	#mCompany ul li a:before {width:220px; height:155px; bottom:-30px; margin-left:-110px;}	
}

@media screen and (max-width:767px){	
	#mCompany {margin-bottom:0px;}
	#mCompany ul li {width:100%; height:auto;}
	#mCompany ul li a {padding:30px 2% 35px;}
	#mCompany ul li a:before {position:relative; left:0; bottom:0; margin:0 auto; width:75px; height:53px;}
	#mCompany ul li a dl dd {font-size:0.9em; margin-top:5px;}
}


#mBoard {width:100%;}
#mBoard > div {padding-bottom:90px; position:relative;}
#mBoard > div:before {content:''; display:block; height:100%; position:absolute; top:0; background:#f8f8f8; z-index:-1}
#mBoard > div.box1:before {width:50%; right:0; border-radius:385px 0 0 385px}
#mBoard > div.box2:before {width:50%; padding-right:80px; left:0; border-radius:0 385px 385px 0}
#mBoard h2 {font-size:4.5em; color:#222; line-height:1em; font-weight:400; text-align:center; font-family:'InkLipquid'; padding:50px 0;}
#mBoard .more_btn {width:96%; max-width:1200px; position:absolute; left:50%; top:80px; margin-left:-600px; text-align:right;}
#mBoard .more_btn a {display:inline-block; font-size:1.125em; color:#222; font-weight:600;}
#mBoard .more_btn a:after {content:'>'; display:inline-block; font-size:0.75em; margin-left:10px; position:relative; top:-2px;}
#mBoard ul {overflow:hidden;}
#mBoard ul li {float:left; width:calc(33.33% - 20px); margin-right:30px;}
#mBoard ul li:nth-child(3) {margin-right:0;}
#mBoard ul li:nth-child(4) {display:none;}
#mBoard ul li img {width:100%;}
#mBoard ul li dl dt {font-size:1.375em; color:#333; line-height:1.4em; margin-top:35px; font-weight:600; max-height:2.8em; overflow:hidden; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;}
#mBoard ul li dl dd.t1 {font-size:0.93em; color:#777; line-height:1.5em; margin-top:20px; max-height:4.5em; overflow:hidden; display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical;}
#mBoard ul li dl dd.time {font-size:0.81em; color:#999; margin-top:20px;}
#mBoard ul li dl dd.time i {margin-right:5px; vertical-align:middle;}

@media screen and (max-width:1399px){
	#mBoard .box2 ul {transform:translateX(0)}
	
}

@media screen and (max-width:1260px){
	#mBoard .more_btn {left:2%; margin-left:0;}
}

@media screen and (max-width:1024px){
	#mBoard > div {padding-bottom:60px;}
	#mBoard > div.box1:before {width:65%}
	#mBoard > div.box2:before {width:65%; padding-right:0;}
	#mBoard h2 {padding:40px 0;}
	#mBoard .more_btn {top:65px;}
	#mBoard ul li {width:calc(33.33% - 6px); margin-right:9px;}
	#mBoard ul li dl dt {margin-top:20px;}
	#mBoard ul li dl dd.t1 {margin-top:15px;}
	#mBoard ul li dl dd.time {margin-top:15px;}
}

@media screen and (max-width:767px){
	#mBoard > div {padding-bottom:20px;}
	#mBoard h2 {font-size:3.6em; padding:30px 0;}
	#mBoard .more_btn {top:45px;}
	#mBoard .more_btn a:after {margin-left:8px;}
	#mBoard ul li {width:calc(50% - 2.5px); margin-right:5px; margin-bottom:25px;}
	#mBoard ul li:nth-child(3) {margin-right:5px;}
	#mBoard ul li:nth-child(4) {display:block;}
	#mBoard ul li:nth-child(even) {margin-right:0;}
	#mBoard ul li dl dt {font-size:1.1em; margin-top:15px;}
	#mBoard ul li dl dd.t1 {font-size:0.85em; margin-top:5px;}
	#mBoard ul li dl dd.time {margin-top:10px;}
}


/* footer */
#footer {width:100%; background:url(../images/footerBG.jpg) no-repeat center center; background-size:cover;}
#footer .info {display:table; padding:85px 0;}
#footer .info > div {width:50%; display:table-cell; vertical-align:middle; box-sizing:border-box;}
#footer .info .box1 {padding-left:100px;}
#footer .info .box1 h1 {font-size:1.875em; line-height:1em; color:#fff; font-weight:400; font-family:'NanumSquare';}
#footer .info .box1 .number {font-size:3em; color:#b6d552; letter-spacing:0; font-weight:700; font-family:'NanumSquare'; margin:15px 0;}
#footer .info .box1 ul li {font-size:0.93em; color:#fff; line-height:1.55em;}
#footer .info .box2 {text-align:center;}
#footer .info .box2 a {display:inline-block; width:180px; height:180px; border:1px solid #fff; box-sizing:border-box; border-radius:50%; font-size:1.375em; color:#fff; font-family:'NanumSquare'; margin:0 7px; position:relative; overflow:hidden;}
#footer .info .box2 a span {display:flex; justify-content:center; align-items:center; width:100%; height:100%; position:relative; z-index:15;}
#footer .info .box2 a:before {content:''; display:block; width:100%; height:0; background:#b6d552; position:absolute; left:0; bottom:0; transition:height 0.8s}
#footer .info .box2 a:hover {border-color:#b6d552; color:#222}
#footer .info .box2 a:hover:before {height:100%;}
#footer .copy {width:100%; background:#222;text-align:center;}
#footer .copy li {display: inline-block;font-size: 0.875em; color: #fff; text-decoration: none;}
#footer .copy li:first-child {margin-right: 20px;}
#footer .copy li:before {content: '';display: inline-block;width: 1px;height: 10px;background: #a4a4a4;vertical-align: middle;margin: 0 15px;}
#footer .copy li:first-child:before, #footer .copy li:nth-child(2):before {display:none;}
#footer .copy li a {font-size: 0.875em; color: #fff; text-decoration: none; padding: 22px 5px 10px; display: inline-block;}
#footer .copy p {width:100%; padding-bottom: 30px; font-size:0.93em; color:#fff; text-align:center;}

@media screen and (max-width:1199px){
	#footer .info .box2 a {width:14vw; height:14vw;}
}

@media screen and (max-width:1024px){
	#footer .info {padding:70px 0;}
	#footer .info .box1 {padding-left:2%;}
	#footer .info .box2 a {font-size:1.2em; margin:0 3px;}
}

@media screen and (max-width:767px){
	#footer .info {padding:40px 0;}
	#footer .info .box1 {width:70%}
	#footer .info .box1 h1 {font-size:1.5em;}
	#footer .info .box1 .number {font-size:2.6em; margin:5px 0;}
	#footer .info .box2 {width:30%}
	#footer .info .box2 a {width:18vw; height:18vw; font-size:2.5vw; margin:3px 0}
	#footer .copy {line-height:20px;}
}


/* sub */
#sVisu {display:table; width:100%; height:410px; background-repeat:no-repeat; background-position:center center; background-size:cover}
#sVisu h2 {display:table-cell; vertical-align:middle; font-size:4.8em; color:#fff; text-align:center; font-weight:400; font-family:'InkLipquid'}

.sVisu1 {background-image:url(/images/s_visual1.jpg)}
.sVisu2 {background-image:url(/images/s_visual1.jpg)}
.sVisu3 {background-image:url(/images/s_visual1.jpg)}
.sVisu4 {background-image:url(/images/s_visual1.jpg)}

#subContent {overflow: hidden;width:100%; margin:80px 0; min-height:400px;}
#subTitle {width:86%; margin:0 auto 50px; text-align:center;}
#subTitle h2 {font-size:4.3em; color:#222; line-height:1em; font-weight:400; font-family:'InkLipquid'}
#subTitle p {font-size:1em; color:#656565; line-height:1.6em; margin: 15px auto 0;}
#subContent #ctt {margin:0; padding:0;}
#subContent #ctt_con {padding:0;}
#subContent #ctt_con h3 {font-size:2em; color:#222; line-height:1.4; font-weight:bold; margin:110px auto 30px;}
#subContent #ctt_con h3 span {display:block; font-size:0.75em; color:#93be0a; font-weight:normal; }

@media screen and (max-width:1024px){
	#sVisu {height:350px;}

	#subContent {margin:60px 0}
	#subContent #ctt_con h3 {margin:70px auto 25px;}
}

@media screen and (max-width:767px){
	#sVisu {height:250px;}
	#sVisu h2 {font-size:4em;}

	#subContent {margin:45px 0;}
	#subContent #ctt_con h3 {margin: 40px auto 15px;}
	#subTitle {margin-bottom:30px;}
	#subTitle h2 {font-size:3.6em;}
	#subTitle p {font-size:0.875em;}
}

/* sub_top */
.sub_top {position:relative; width:100%;margin: 0 auto; border-bottom:1px solid #dedede;}
.smenu_50 {display:none;}
.sub_top .sub_top_in { position:relative; z-index:50; margin:0 auto; max-width: 1200px; }
.snb:after { content:"."; display:block; height:0; clear:both; visibility:hidden;}
.snb>div { float:left; position:relative;}
.snb .home>a { display:block; width:50px; height:50px; text-align:center; font-size:0; background:url("/images/ico_home.png") no-repeat center; background-size: auto; border-right:1px solid #dedede}
.snb>.depth1_area, .snb>.depth2_area { width:220px;}
.snb .open_depth { display:block; position:relative; height:50px; line-height: 50px; padding:0 20px; border-right:1px solid #dedede;background-color:#fff; color:#777; font-size:14px; white-space:nowrap;}
.snb .open_depth.on { background-color:#f4f4f4; }
.snb .open_depth:after { content:""; display:block; width:11px; height:6px; position:absolute; top:50%; right:20px; margin-top:-3px; background:url(/images/sub_arrow.png) no-repeat center center;}
.snb .open_depth.on:after { content:""; transform:rotate(180deg)}
.snb .smenu { display:none; position:absolute; top:50px; left:0; width: calc( 100% + 1px); margin-left: -1px; border-top:1px solid #dedede;}
.snb .smenu>li>a { display:block; padding:0 5px 0 25px; border:1px solid #dedede; border-top:none; background-color:#f4f4f4; color:#444; font-size:14px; line-height:50px; }
.snb .smenu>li>a:hover { text-decoration:underline}


@media screen and (max-width:767px){
/* sub_top */
	.sub_top { height:42px; }
	.snb { padding-left:40px;}
	.snb .home { position:absolute; top:0; left:0; z-index:10;}
	.snb .home>a { width:40px; height:40px;}
	.snb .home>a:before { font-size:13px; line-height:13px;}
	.snb>.depth1_area, .snb>.depth2_area { width:50%;}
	.snb .depth2_area .open_depth {border-right:0;}
	.snb .open_depth { height:40px; line-height: 40px; padding:0px 12px; font-size:12px; overflow:hidden; text-overflow:ellipsis; }
	.snb .open_depth:after { /*top:13px;*/ right:6px; font-size:9px; line-height:40px;}
	.snb .open_depth.on:after {}
	.snb .smenu { top:40px;}
	.snb .smenu>li>a { padding:0 5px 0 7px; font-size:12px;}

}

.sCompany {text-align: center;}
.sCompany .company_info {overflow: hidden;width: 100%;max-width: 1050px;margin: 0 auto;}
.sCompany .company_info li {display: block;width: 380px;height: 380px;float: left;background: rgba(000,000,000,0.03);border-radius: 400px;margin-right: -45px;margin-bottom: 20px;padding-top: 100px;position: relative;z-index: 996;}
.sCompany .company_info li:nth-child(2) {background: url(/images/s_company_01.jpg)no-repeat center center;color: #fff;z-index: 998;}
.sCompany .company_info li h4 {font-size: 1.875em;font-weight:normal;margin-bottom: 16px;line-height: 1.4;}
.sCompany .company_info li h4 span {display: block;font-size: 0.8em;color:#93be0a;} 
.sCompany .company_info li:nth-child(2) h4 {font-size: 2.125em;background: url(/images/s_company_icon_01.png)no-repeat center top;padding-top: 56px;}
.sCompany .company_activity {background: #9fc132;color: #fff;overflow: hidden;}
.sCompany .company_activity li {display: block;float: left;width: 33.33%;padding: 130px 0 0px;}
.sCompany .company_activity li:nth-child(1) {background: url(/images/s_company_icon_02.png)no-repeat center 42px;}
.sCompany .company_activity li:nth-child(2) {background: url(/images/s_company_icon_03.png)no-repeat center 42px;}
.sCompany .company_activity li:nth-child(3) {background: url(/images/s_company_icon_04.png)no-repeat center 42px;}
.sCompany .company_activity li:after {content:""; display:block; width:1px; height:50px; background:#fff;position: relative; top: -50px;}
.sCompany .company_activity li:first-child:after {display:none; }
.sCompany .company_value {overflow: hidden;background: #f5f5f5;border-top: 2px solid #93be0a;padding: 25px;}
.sCompany .company_value li {display: block; float: left; width: calc(25% - 19px); background: #fff; border: 1px solid #eee; margin-right: 25px; padding: 52px 0;color:#222;font-size:1.125em;line-height: 1.8;}
.sCompany .company_value li:last-child {margin-right:0;}
.sCompany .company_value li span {display: block;color:#93be0a;font-size: 0.92em;}

.sHistory {position:relative; padding:70px 0 300px; overflow:hidden;}
.sHistory:before {content:''; display:block; width:1px; height:100%; background:#e4e4e4; position:absolute; top:0; left:50%;}
.sHistory:after {content:''; display:block; width:1px; height:100%; background:#4e4e4e; position:absolute; top:73px; left:50%;}
.sHistory > div {width:50%; float:left; text-align:right; clear:both; position:relative;}
.sHistory > div:nth-child(even) {float:right; text-align:left;}
.sHistory > div dl {position:relative; padding-right:90px; margin-bottom:35px;}
.sHistory > div dl:last-of-type {margin-bottom:0;}
.sHistory > div:nth-child(even) dl {padding-right:0; padding-left:90px;}
.sHistory > div dl:before {content:''; display:block; width:16px; height:16px; border-radius:50%; box-sizing:border-box; border:2px solid #0285b2; background:#fff; position:absolute; right:-8px; top:2px; z-index:30;}
.sHistory > div dl:after {content:''; display:block; width:80px; height:1px; box-sizing:border-box; border-top:1px dashed #ddd; position:absolute; right:1px; top:11px;}
.sHistory > div:nth-child(even) dl:before {right:auto; left:-8px;}
.sHistory > div:nth-child(even) dl:after {right:auto; left:1px;}
.sHistory > div dl dt {font-size:1.25em; color:#0285b2; font-weight:600; line-height:1.3em; margin-bottom:7px;}
.sHistory > div dl dd {font-size:1em; color:#666; line-height:1.5em; margin:4px 0;}
.sHistory > div img {position:absolute; right:90px; bottom:-280px; width:100%; max-width:329px !important;}
.sHistory > div:nth-child(even) img {right:auto; left:90px;}

.sGroup {text-align: center;}

.sMap {}
.sMap .smap_info {overflow: hidden; width: 70%; margin: 0 auto 40px;color: #222; font-weight: bold;}
.sMap .smap_info li {width: auto; display: block; float: left; padding: 10px 20px;}
.sMap .smap_info li i {margin-right:12px;}
.sMap .smap_textbox {margin-top: 40px;overflow: hidden;}
.sMap .smap_textbox div {width: 40%;float: left;font-weight: 400;color: #93be0a;font-size: 1.75em;line-height: 1.5;}
.sMap .smap_textbox ul {overflow: hidden;width: 60%;float: left;border-left: 1px solid #ddd;padding-left: 40px;}
.sMap .smap_textbox ul li {margin-bottom: 30px;}
.sMap .smap_textbox ul li strong {color: #222;font-size: 1.125em;}
.sMap .smap_textbox ul li p {font-size: 0.875em;margin-top: 10px;}
.sMap .smap_textbox ul li p span {display: block;color: #93be0a;}
.sMap .smap_map {width:100%; height:700px;}
.root_daum_roughmap .wrap_map {height:100% !important;}


.s_table {border-top: 2px solid #93be0a;width: 100%;text-align:left;}
.s_table th {padding:10px;background:#f6f6f6;border-bottom:1px solid #ddd;font-weight: bold;color: #222;}
.s_table td {padding: 10px 20px;border-bottom: 1px dashed #ddd;}
.s_table td strong {font-weight:bold;}
.s_table .s_table_name {width:20%;}

@media screen and (max-width:1140px){
	.sCompany .company_info {max-width: 760px;}
	.sCompany .company_info li {width: 250px;height: 250px;margin-right: 5px;padding-top: 45px;}
	.sCompany .company_info li:last-child {margin-right:0;}
	.sCompany .company_info li h4 {font-size: 1.5em;}
	.sCompany .company_info li:nth-child(2) h4 {font-size: 1.875em;}

}

@media screen and (max-width:1024px){
	.sCompany .company_info li {margin-right: -30px;}
	.sCompany .company_value li {width: calc(50% - 12.5px);}
	.sCompany .company_value li:nth-child(even) {margin-right:0;}

	.sHistory {padding:50px 0 270px;}
	.sHistory:after {top:56px}
	.sHistory > div dl {padding-right:60px; margin-bottom:30px;}
	.sHistory > div:nth-child(even) dl {padding-right:0; padding-left:60px;}
	.sHistory > div dl:before {width:13px; height:13px; top:5px}
	.sHistory > div dl:after {width:50px;}
	.sHistory > div img {right:60px; bottom:-240px;}
	.sHistory > div:nth-child(even) img {right:auto; left:60px;}

	.sMap .smap_map {height:500px;}

}

@media screen and (max-width:767px){
	.sCompany .company_info li {width: 100%;height: auto;padding: 20px;border-radius: 0;margin: 0 0 10px 0;}
	.sCompany .company_info li:nth-child(2) {background-size: cover;}
	.sCompany .company_activity li {width: 100%;padding: 100px 0 0px;}
	.sCompany .company_activity li:nth-child(1) {background: url(/images/s_company_icon_02.png)no-repeat center 20px;}
	.sCompany .company_activity li:nth-child(2) {background: url(/images/s_company_icon_03.png)no-repeat center 20px;}
	.sCompany .company_activity li:nth-child(3) {background: url(/images/s_company_icon_04.png)no-repeat center 20px;}
	.sCompany .company_activity li:last-child {padding-bottom:30px;}
	.sCompany .company_activity li:after {display:none;}
	.sCompany .company_value {padding: 15px;}
	.sCompany .company_value li {width: calc(50% - 6px);margin-right: 12px;}
	.sHistory {padding:40px 0;}
	.sHistory:before {left:6px;}
	.sHistory:after {top:43px; left:6px;}
	.sHistory > div {width:100%; float:none; text-align:left; margin-top:0 !important; margin-bottom:25px;}
	.sHistory > div dl {padding-right:0; padding-left:50px !important;}
	.sHistory > div dl:before {right:auto; left:0 !important;}
	.sHistory > div dl:after {width:40px; right:auto; left:0 !important;}
	.sHistory > div img {position:relative; right:auto; left:auto !important; bottom:0; padding-left:50px; margin-top:20px;}
	.sMap .smap_info {width: 100%; margin: 0 auto 20px;}
	.sMap .smap_info li {width:100%;padding: 2px 0px;}
	.sMap .smap_textbox {margin-top: 20px;}
	.sMap .smap_textbox div {display: none;}
	.sMap .smap_textbox ul {width: 100%;border: 0;padding: 0;}
	.sMap .smap_textbox ul li {margin-bottom: 16px;}
	.sMap .smap_map {height:300px;}	

	.s_table .s_table_name {width:25%;}

	.mo_hide {display:none;}
}


.modal_popup {width:auto; max-width:700px; position:absolute; left:50%; top:50%; transform:translate(-50%, -50%); z-index:9999; background:#fff; box-shadow:5px 0 15px rgba(0,0,0,0.1)}
.modal_popup .img_box {width:100%;}
.modal_popup .img_box img {max-width:100%}
.modal_popup .close_box {width:100%; position:relative; box-sizing:border-box; padding:0 20px; background:#565656;}
.modal_popup .close_box label {font-size:14px; color:#fff; line-height:34px; font-weight:400;}
.modal_popup .close_box label input[type="checkbox"] {width:14px; margin-right:5px;}
.modal_popup .close_box .close_btn {width:15px; height:15px; position:absolute; right:20px; top:10px; cursor:pointer;}
.modal_popup .close_box .close_btn:before, .modal_popup .close_box .close_btn:after {content:''; display:block; width:100%; height:1px; background:#fff; position:absolute; left:0;}
.modal_popup .close_box .close_btn:before {top:0; transform:translateY(7px) rotate(45deg)}
.modal_popup .close_box .close_btn:after {bottom:0; transform:translateY(-7px) rotate(-45deg)}
.modal_popup .close_box .close_btn span {display:none}

@media screen and (max-width:767px){
	.modal_popup {width:90%; }
}

.mt35 {margin-top:35px;}
.mt100 {margin-top:100px;}

/* 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, 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") 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}