@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Nanum+Gothic:400,700,800&amp;display=swap');
@import url(../../cdn.jsdelivr.net/gh/moonspam/NanumSquare%401.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=Montserrat:wght@100;200;300;400;500;600;700;800;900&amp;display=swap'); /* font-family: 'Montserrat', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&amp;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:#676767;line-height:auto;font-weight:normal; padding:0px;margin:0px;letter-spacing:-0.025em; 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;
}

.alphakai_btn {display:block; width:280px; line-height:61px; box-sizing:border-box; border:2px solid #858b92; border-radius:32.5px; text-align:center; font-size:1.125em; color:#858b92; font-weight:500; transition:border 0.6s, background 0.6s}
.alphakai_btn.white {border-color:#fff; color:#fff;}
.alphakai_btn:hover {background:#8e0a23; color:#fff; border-color:#8e0a23}

@media screen and (max-width:1024px){
	.alphakai_btn {width:230px; line-height:56px; border-radius:30px; font-size:1em;}
}

@media screen and (max-width:767px){
	.alphakai_btn {width:160px; line-height:43px; border-radius:22.5px; border-width:1px;}
}


/* layout */
#wrap {overflow:hidden; padding-top:105px;}
.inner {width:1200px; position:relative; margin-left:auto; margin-right:auto;}
.s-inner {max-width:1200px; position:relative; margin-left:auto; margin-right:auto;}
.s-inner2 {width:93%; 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;}
br.mo_pc {display:none;}

@media all and (max-width:1199px) {
#wrap {padding-top:95px;}
.inner {width:100%;}
.s-inner {width:90%;}
}

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

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

	br.mo_br {display:none;}
	br.mo_pc {display:block;}
}


::selection {background:rgba(142,10,35,0.8); color:#fff;}
::-moz-selection {background:rgba(142,10,35,0.8); color:#fff;}
::-webkit-selection {background:rgba(142,10,35,0.8); color:#fff;}


/* header */
#alphakai_header {width:100%; height:105px; background:#fff; position:fixed; top:0; left:0; z-index:100; box-shadow:0 0 15px rgba(0,0,0,0.1)}
#alphakai_logo {float:left; margin-top:25px; margin-top: 10px;}
#alphakai_logo img {width:90%; height:auto;}

#alphakai_gnb {float:left; margin-left:50px;}
#alphakai_gnb > ul > li {float:left; margin:0 20px; position:relative;}
#alphakai_gnb > ul > li > a {display:block; font-size:1.125em; color:#231815; line-height:105px; letter-spacing:-0.035em; font-weight:500; position:relative; overflow:hidden;}
#alphakai_gnb > ul > li > ul {display:none; width:160px; background:#1e1e1e; position:absolute; left:50%; top:105px; transform:translateX(-50%); box-sizing:border-box; padding:10px 15px;}
#alphakai_gnb > ul > li.depth2 > a:before {content:''; display:none; width:10px; height:10px; background:#1e1e1e; transform:translate(-50%, -5px) rotate(45deg); position:absolute; left:50%; top:100%}
#alphakai_gnb > ul > li > ul > li {margin:8px 0;text-align: center;}
#alphakai_gnb > ul > li > ul > li > a {font-size:0.93em; color:#fff; font-weight:300; opacity:0.7;-webkit-transition: all 0.6s; -moz-transition: all 0.6s; -o-transition: all 0.6s; transition: all 0.6s;}
#alphakai_gnb > ul > li > ul > li > a:hover {opacity:1;-webkit-transition: all 0.6s; -moz-transition: all 0.6s; -o-transition: all 0.6s; transition: all 0.6s;}
#alphakai_gnb > ul > li:hover > a, #alphakai_gnb > ul > li.on > a {color:#8e0a23;}
#alphakai_gnb > ul > li.depth2:hover > a:before {display:block;}
/*#alphakai_gnb > ul > li:hover > ul {display:block;}*/

#alphakai_header .t_util {float:right; margin-right:30px;}
#alphakai_header .t_util li {float:left;}
#alphakai_header .t_util li:not(:first-child):before {content:''; display:inline-block; width:1px; height:12px; background:#d1d1d1; margin:0 10px;}
#alphakai_header .t_util li a {font-size:0.93em; color:#858b92; line-height:105px; letter-spacing:-0.035em; font-weight:300;}

#menuToggle {float:right; margin-top:39px; cursor:pointer;}
#menuToggle:before {content:'\f038'; font-weight:900; font-family:"Font Awesome 5 Free"; font-size:1.5em; color:#231815;}

#topMap {display:none; width:100%; height:auto; overflow:hidden; position:fixed; top:105px; left:0; background:rgba(30,30,30,0.9);}
#topMap.on {height:auto; max-height:100%;}
#topMap > div {overflow:hidden; padding:10px 0;}
#topMap > div > ul {width:950px; float:right;}
#topMap > div > ul > li {border-bottom:1px solid rgba(255,255,255,0.2); overflow:hidden; box-sizing:border-box; padding:0 30px;}
#topMap > div > ul > li:last-child {border-bottom:0;}
#topMap > div > ul > li > a {float:left; font-size:1.25em; color:#fff; font-weight:500; line-height:80px;-webkit-transition: all 0.6s; -moz-transition: all 0.6s; -o-transition: all 0.6s; transition: all 0.6s;}
#topMap > div > ul > li > a:hover {color:#d44863; -webkit-transition: all 0.6s; -moz-transition: all 0.6s; -o-transition: all 0.6s; transition: all 0.6s;}
#topMap > div > ul > li > ul {float:left; overflow:hidden;}
#topMap > div > ul > li > ul:before {content:''; float:left; display:block; width:2px; height:19px; background:#fff; margin:30px 50px 0;}
#topMap > div > ul > li > ul > li {float:left; margin-right:40px;}
#topMap > div > ul > li > ul > li > a {font-size:1em; color:#fff; line-height:80px; opacity:0.5; -webkit-transition: all 0.6s; -moz-transition: all 0.6s; -o-transition: all 0.6s; transition: all 0.6s;}
#topMap > div > ul > li > ul > li > a:hover {opacity:1; -webkit-transition: all 0.6s; -moz-transition: all 0.6s; -o-transition: all 0.6s; transition: all 0.6s;}

.menuBG {display:none; position:fixed; left:0; top:0; width:100%; height:100%; background:#000; opacity:0.5; z-index:90}

@media screen and (min-width:1025px){
	#topMap > div > ul > li > ul {height:auto !important;}
}

@media screen and (max-width:1199px){
	#alphakai_header {height:95px;}
	#alphakai_logo {margin-top:28px;}
	#alphakai_logo img {width: 90%;
    height: auto;
    margin-top: -22px;}

	#alphakai_gnb {margin-left:30px;}
	#alphakai_gnb > ul > li {margin:0 13px;}
	#alphakai_gnb > ul > li > a {font-size:1em; line-height:95px;}

	#alphakai_header .t_util {margin-right:20px;}
	#alphakai_header .t_util li:not(:first-child):before {margin:0 8px;}
	#alphakai_header .t_util li a {font-size:0.85em; line-height:95px;}

	#menuToggle {margin-top:35px;}
	#menuToggle:before {font-size:1.4em;}

	#topMap {top:95px;}
	#topMap > div > ul > li > a {font-size:1.125em;}
}

@media screen and (max-width:1024px){
	#alphakai_header {height:60px; box-shadow:0 0 10px rgba(0,0,0,0.1)}
	#alphakai_logo {margin-top:11px;}

	#alphakai_gnb {display:none;}

	#alphakai_header .t_util {margin-right:4%;}
	#alphakai_header .t_util li:not(:first-child):before {height:9px;}
	#alphakai_header .t_util li a {line-height:60px;}

	#menuToggle {margin-top:19px;}

	#topMap {top:60px;}
	#topMap > div > ul {width:100%;}
	#topMap > div > ul > li {padding:0 1.5%;}
	#topMap > div > ul > li > a {float:none; display:block; font-size:1em; line-height:50px;}
	#topMap > div > ul > li > ul {float:none; display:none;}
	#topMap > div > ul > li > ul:before {display:none;}
	#topMap > div > ul > li > ul > li {float:none; margin:0 0 15px 0;}
	#topMap > div > ul > li > ul > li > a {font-size:0.9em; line-height:1.6em;}
}

@media screen and (max-width:767px){
	#wrap.on .menuBG {display:block;}
	#alphakai_logo img {width: 60%;
		height: auto;
		margin-top: -10px;}
}

/* footer */
#alphakai_footer {width:100%; background:#1e1e1e; padding:70px 0 80px;}
#alphakai_footer > div {overflow:hidden;}
#alphakai_footer .f_info {float:left; font-size:1.125em; color:#fff; letter-spacing:-0.035em; line-height:1.8em;}
#alphakai_footer .f_info span a {color:#ed6478;}
#alphakai_footer .f_info .copy {color:#858b92; margin-top:20px;}
#alphakai_footer .f_sns {float:right; margin-right:135px; overflow:hidden;}
#alphakai_footer .f_sns li {float:left; width:60px; height:60px; background:rgba(133,139,146,0.3); border-radius:50%; margin-left:7px;}

#go_top {width:56px; line-height:56px; background:rgba(133,139,146,0.3); position:absolute; right:50%; bottom:90px; margin-right:-600px; z-index:100; text-align:center; cursor:pointer; transition:background 0.5s}
#go_top.fixed {bottom:170px;}
#go_top:before {content:''; display:inline-block; width:10px; height:10px; border-top:1px solid #fff; border-left:1px solid #fff; transform:rotate(45deg)}
#go_top:hover {background:rgb(133,139,146)}

.alpha_contact {width:100%; background:#f6f6f6; padding:80px 0 100px; position:relative;}
.alpha_contact .line {width:0; height:100%; background:url(https://guide-page.dothome.co.kr/404.html) no-repeat left bottom; background-size:1920px auto; position:absolute; left:0; top:0; transition:width 4s}
.alpha_contact .line.on {width:100%;}
.alpha_contact .tit_box {text-align:center; margin-bottom:35px;}
.alpha_contact .tit_box .t1 {font-size:1.375em; color:#1e1e1e; line-height:1.2em; font-weight:500;}
.alpha_contact .tit_box .t2 {font-size:3em; color:#8e0a23; line-height:1.2em; font-weight:500; margin-top:10px;}
.alpha_contact .form_box {max-width:800px; margin:0 auto; background:#fff; padding:60px 130px 65px 115px;}
.alpha_contact .form_box ul li {width:100%; overflow:hidden;margin-bottom:15px;}
.alpha_contact .form_box ul.check li {margin-bottom:5px;}
.alpha_contact .form_box ul li .t1 {float:left; width:125px; font-size:1.375em; color:#1e1e1e; line-height:60px; font-weight:500; }
.alpha_contact .form_box ul li input[type="text"] {float:left; display:block; width:calc(100% - 125px); height:60px; background:#f6f6f6; border:0; font-size:1.25em; color:#1e1e1e; padding:0 15px; border-radius:3px; font-family:'Noto Sans KR'}
.alpha_contact .form_box ul li input[type="text"]:focus {outline:none;}
.alpha_contact .form_box ul li input[type="text"]::-webkit-input-placeholder {color:rgba(30,30,30,0.2)}
.alpha_contact .form_box ul li input[type="text"]:-ms-input-placeholder {color:rgba(30,30,30,0.2)}
.alpha_contact .form_box .check {padding-left:125px; margin-top:10px;}
.alpha_contact .form_box .check label {font-size:1em; color:#858b92; line-height:1em; font-weight:400;}
.alpha_contact .form_box .check label a {color:#8e0a23;}
.alpha_contact .form_box .check label:before {content:'\f058'; font-weight:900; font-family:"Font Awesome 5 Free"; margin-right:5px;}
.alpha_contact .form_box .check input[type="checkbox"] {display:none;}
.alpha_contact .form_box .check input[type="checkbox"]:checked + label:before {color:#8e0a23}
.alpha_contact .form_box .btn {appearance: none; -webkit-appearance: none; -webkit-border-radius: 0; display:block; width:300px; height:70px; line-height:70px; border-radius:35px; background:#8e0a23; text-align:center; font-size:1.375em; color:#fff; letter-spacing:-0.05em; font-weight:500; border:0; font-family:'Noto Sans KR'; margin:40px auto 0; cursor:pointer;}
.alpha_contact .form_box .btn:focus {outline:none;}


@media screen and (max-width:1199px){
	#alphakai_footer .f_info {font-size:1em;}
	#alphakai_footer .f_sns {float: left;margin-top: 40px;}

	#go_top {right:3.5%; margin-right:0;}
	#go_top.fixed {bottom:155px;}
}

@media screen and (max-width:1024px){
	#alphakai_footer {padding:5% 0;}
	#alphakai_footer .f_info {float:none;}
	#alphakai_footer .f_info .copy {margin-top:1%;}
	#alphakai_footer .f_sns {float:none; margin-top:4%;}
	#alphakai_footer .f_sns li {width:50px; height:50px;}
	#alphakai_footer .f_sns li img {width:100%;}

	#go_top {width:50px; line-height:50px; bottom:140px;}
	#go_top.fixed {bottom:6%;}

	.alpha_contact {padding:7.5% 0 13.5%}
	.alpha_contact .line {background-size:1100px auto}
	.alpha_contact .tit_box {margin-bottom:3.5%;}
	.alpha_contact .tit_box .t1 {font-size:1.125em;}
	.alpha_contact .tit_box .t2 {font-size:2.5em; margin-top:1%}
	.alpha_contact .form_box {padding:6% 12% 6.5%}
	.alpha_contact .form_box ul li:first-child {margin-bottom:10px;}
	.alpha_contact .form_box ul li .t1 {font-size:1.125em;}
	.alpha_contact .form_box ul li input[type="text"] {font-size:1.125em;}
	.alpha_contact .form_box .check label {font-size:1.125em;}
	.alpha_contact .form_box .btn {width:250px; height:60px; line-height:60px; border-radius:30px; font-size:1.125em; margin-top:5%}
}

@media screen and (max-width:767px){
	#alphakai_footer .f_info {font-size:0.85em;}
	#alphakai_footer .f_sns li {width:35px; height:35px; margin:0 5px 0 0}

	#go_top {width:35px; line-height:35px; bottom:0px;}
	#go_top.fixed {bottom:20px;}
	#go_top:before {width:7px; height:7px;}

	.alpha_contact .line {background-position:760px auto;}
	.alpha_contact .form_box {padding:6%}
	.alpha_contact .form_box ul li:first-child {margin-bottom:5px}
	.alpha_contact .form_box ul li .t1 {width:80px; font-size:1em; line-height:45px;}
	.alpha_contact .form_box ul li input[type="text"] {width:calc(100% - 80px); height:45px; font-size:1em;}
	.alpha_contact .form_box ul li textarea {height:100px;}
	.alpha_contact .form_box .check {padding-left:80px; font-size:1em;}
	.alpha_contact .form_box .check label {font-size:1em;}
	.alpha_contact .form_box .btn {width:180px; height:50px; line-height:50px; border-radius:25px; font-size:1.125em;}
}

/* main */
.mTitle {text-align:center; letter-spacing:-0.05em;}
.mTitle .t1 {font-size:2.18em; color:#858b92; line-height:1.2em; font-weight:500;}
.mTitle .t2 {font-size:3.75em; color:#231815; line-height:1.23em; font-weight:700; margin-top:15px;}

@media screen and (max-width:1024px){
	.mTitle .t1 {font-size:1.7em;}
	.mTitle .t2 {font-size:3.2em; margin-top:1.5%;}
}

@media screen and (max-width:767px){
	.mTitle .t1 {font-size:1.5em}
	.mTitle .t2 {font-size:2.8em;}
}

#mVisu {width:100%; height:700px; position:relative;}
#mVisu .swiper-container {width:100%; height:100%; position:static}
#mVisu .swiper-slide {width:100%; height:100%; position:relative; background:#e8e8e8;}
#mVisu .img_box {width:100%; height:100%; position:absolute; left:0; top:0; background-repeat:no-repeat; background-position:center center; background-size:cover; opacity:0; transform:translateX(60px); transition:all 1s}
#mVisu .txt_box {width:93%; max-width:1200px; margin:0 auto; padding-top:200px; position:relative; z-index:10;}
#mVisu .txt_box .t1 {font-size:2.18em; color:#858b92; line-height:1.2em; letter-spacing:-0.05em; font-weight:500; margin-bottom:15px; opacity:0; transform:translateY(40px); transition:all 0.7s ease}
#mVisu .txt_box .t2 {font-size:4.375em; color:#231815; line-height:1.2em; letter-spacing:-0.05em; font-weight:700; opacity:0; transform:translateY(40px); transition:all 0.7s ease 0.4s}
#mVisu .txt_box .t2 span {color:#8e0a23;}
#mVisu .swiper-pagination {width:93%; max-width:1200px; left:50%; bottom:150px; transform:translateX(-50%); text-align:left; margin-left:45px; z-index:55;}
#mVisu .swiper-pagination-bullet {width:35px; height:2px; background:#858b92; border-radius:0; margin:0; opacity:1;}
#mVisu .swiper-pagination-bullet-active {background:#8e0a23;}
#mVisu .number {width:93%; max-width:1200px; position:absolute; left:50%; bottom:145px; transform:translateX(-50%); z-index:50; font-size:1.125em; color:#858b92; letter-spacing:0; font-weight:700; text-align:left;}
#mVisu .number .count {color:#8e0a23;}
#mVisu .play {width:10px; height:12px; position:absolute; left:50%; bottom:150px; z-index:60; margin-left:-600px; transform:translateX(200px); overflow:hidden; cursor:pointer;}
#mVisu .play:before {content:''; float:left; display:block; width:2px; height:100%; background:#858b92;}
#mVisu .play:after {content:''; float:right; display:block; width:2px; height:100%; background:#858b92;}
#mVisu .play.on {width:14px; height:14px;}
#mVisu .play.on:before {width:70%; height:70%; transform:translate(-4px, 2.5px) rotate(45deg); background:#8e0a23;}
#mVisu .play.on:after {display:none;}

#mVisu .swiper-slide-active .img_box {opacity:1; transform:translateX(0)}
#mVisu .swiper-slide-active .txt_box .t1, #mVisu .swiper-slide-active .txt_box .t2 {opacity:1; transform:translateY(0)}

@media screen and (max-width:1299px){
	#mVisu .play {left:3.5%; margin-left:0; }
}

@media screen and (max-width:1024px){
	#mVisu {height:580px;}
	#mVisu .img_box {background-position:70% center; background-size:auto 120%;}
	#mVisu .txt_box {padding-top:100px;}
	#mVisu .txt_box .t1 {font-size:1.7em; margin-bottom:1.5%}
	#mVisu .txt_box .t2 {font-size:3.7em;}
	#mVisu .swiper-pagination {bottom:107px;}
	#mVisu .swiper-pagination-bullet {width:25px;}
	#mVisu .number {bottom:100px;}
	#mVisu .play {bottom:107px; transform:translateX(160px)}
}

@media screen and (max-width:767px){
	#mVisu {height:530px;}
	#mVisu .img_box {background-position:75% bottom; background-size:auto 60%}
	#mVisu .txt_box {padding-top:70px;}
	#mVisu .txt_box .t1 {font-size:1.4em;}
	#mVisu .txt_box .t2 {font-size:3em;}
	#mVisu .swiper-pagination {bottom:57px;}
	#mVisu .number {bottom:50px;}
	#mVisu .play {bottom:57px;}

	#mVisu .swiper-slide-active .img_box {opacity:1}
}

#mExperience {width:100%; background:#1e1e1e; padding:185px 0 170px; margin-bottom:180px; position:relative;}
#mExperience .line {width:0; height:100%; position:absolute; left:0; top:0; background:url(https://guide-page.dothome.co.kr/404.html) no-repeat left center; background-size:1920px auto; transition:width 4s;}
#mExperience .line.on {width:100%;}
#mExperience .s-inner {z-index:10;}
#mExperience .t1 {font-size:2.18em; color:#858b92; line-height:1em; letter-spacing:-0.05em; font-weight:500;}
#mExperience .t2 {font-size:4.375em; color:#fff; line-height:1em; letter-spacing:-0.05em; font-weight:700; margin:20px 0 40px;}
#mExperience .t3 {font-size:1.125em; color:#858b92; line-height:1.5em; font-weight:500; margin-bottom:45px;}
#mExperience .img_box {position:absolute; left:calc(50% - 40px); bottom:-75px; z-index:50;}

@media screen and (max-width:1024px){
	#mExperience {padding:16% 0; margin-bottom:18%;}
	#mExperience .t1 {font-size:1.5em;}
	#mExperience .t2 {font-size:3.7em; margin:2% 0 4%;}
	#mExperience .t3 {font-size:1em; line-height:1.6em; margin-bottom:9%;}
	#mExperience .img_box {width:55%; left:50%; bottom:-7%}
	#mExperience .img_box img {width:100%}
}

@media screen and (max-width:767px){
	#mExperience {padding:13% 0 25%;}
	#mExperience .t1 {font-size:1.4em;}
	#mExperience .t2 {font-size:3em;}
	#mExperience .img_box {width:45%; left:55%; bottom:-12%;}
}

#mService ul {counter-reset:counter; margin:100px 0 120px; overflow:hidden;}
#mService ul li {float:left; width:33.33%; text-align:center; letter-spacing:-0.05em;}
#mService ul li:before {content:counter(counter, decimal-leading-zero); counter-increment:counter; font-size:5.625em; color:#8e0a23; line-height:1em; font-weight:700; opacity:0.2;}
#mService ul li .t1 {font-size:1.875em; color:#231815; line-height:1.2em; font-weight:500; margin:-20px 0 80px;}
#mService ul li a {margin:100px auto 0;}

@media screen and (max-width:1024px){
	#mService ul {margin:8% 0 12%}
	#mService ul li:before {font-size:4.2em;}
	#mService ul li .t1 {font-size:1.5em; margin:-15px 0 12%}
	#mService ul li img {width:65%}
	#mService ul li a {margin-top:18%; width:90%;}
}

@media screen and (max-width:767px){
	#mService ul {text-align:center;}
	#mService ul li {float:none; display:inline-block; width:48%; margin-top:7%}
	#mService ul li:last-child {margin-top:7%}
}

#mSolution {width:100%; background:#f6f6f6; padding:130px 0;}
#mSolution .box {position:relative;}
#mSolution ul {margin-top:100px; overflow:hidden; position:relative;}
#mSolution ul li {float:left; display:table; width:calc(33.33% - 20px); height:245px; border:2px solid #858b92; border-radius:30px; margin-right:30px;}
#mSolution ul li:nth-child(3n) {margin-right:0;}
#mSolution ul li:nth-child(3) ~ li {margin-top:40px;}
#mSolution ul li .txt_box {display:table-cell; text-align:center; vertical-align:middle;}
#mSolution ul li .txt_box p {font-size:1.43em; color:#858b92; line-height:1.3em; font-weight:500; margin-top:15px;}
#mSolution .hover_box {position:absolute; left:50%; top:50%; transform:translate(-50%, -50%) scale(0); width:100%; height:100%; background:rgba(255,255,255,0.9); border-radius:30px; transition:all 0.9s; opacity:0;border: 2px solid #8e0a23; box-sizing: border-box;}
#mSolution .hover_box div {text-align: center;padding: 50px 80px 0 80px;}
#mSolution .hover_box div img {width: 35%;}
#mSolution .hover_box div h3 {font-size: 2em;color: #1e1e1e;font-weight: 500;padding: 10px 0px;}
#mSolution .hover_box div p {font-size: 1.5em;}
/*
#mSolution .hover_box dl {width:100%; padding:125px 150px 0; display:table;}
#mSolution .hover_box dl dt {display:table-cell; width:35%; font-size:3em; line-height:1em; font-weight:500; vertical-align:top;}
#mSolution .hover_box dl dt img {margin-top:15px;}
#mSolution .hover_box dl dd {display:table-cell; width:65%; vertical-align:top; padding-left:65px; font-size:1.875em;line-height:1.4em; font-weight:300;}*/
#mSolution .hover_box.on {opacity:1; transform:translate(-50%, -50%) scale(1);}
#mSolution .hover_content {width:100%; position:absolute; left:0 ;bottom:0; z-index:10; opacity:0;}

@media screen and (min-width:768px){
	/*#mSolution ul li:hover .hover_box {opacity:1; transform:translate(-50%, -50%) scale(1);}*/

}

@media screen and (max-width:1024px){
	#mSolution {padding:12% 0;}
	#mSolution ul {margin-top:8%;}
	#mSolution ul li {width:calc(33.33% - 10px); height:200px; margin-right:15px;}
	#mSolution ul li:nth-child(3) ~ li {margin-top:15px;}
	#mSolution ul li .txt_box img {width:75px;}
	#mSolution ul li .txt_box p {font-size:1em; margin-top:2%}
	#mSolution ul li .hover_box dl {padding:8%;}
	#mSolution ul li .hover_box dl dt {font-size:2.2em;}
	#mSolution ul li .hover_box dl dt img {width:75px; margin-top:2%;}
	#mSolution ul li .hover_box dl dd {font-size:1.5em; padding-left:40px;}
	#mSolution .hover_content {display:none;}
}

@media screen and (max-width:767px){
	#mSolution ul li {width:calc(50% - 3px); height:150px; margin-right:6px; margin-right:0; border-radius:15px;}
	#mSolution ul li:nth-child(even) {float:right;}
	#mSolution ul li:nth-child(2) ~ li {margin-top:6px;}
	#mSolution ul li .txt_box img {width:60px;}
	#mSolution ul li .hover_box {border-radius:15px; display:block;}
	#mSolution ul li .hover_box > div {width:100%; height:100%; display:table;padding: 70px 80px 0 80px;}
	#mSolution .hover_box div img {width: 60%;}
	#mSolution ul li .hover_box dl {display:table-cell; vertical-align:middle; text-align:center;}
	#mSolution ul li .hover_box dl dt {display:block; width:100%; border-right:0;}
	#mSolution ul li .hover_box dl dt img {width:65px; margin:4% 0 5%;}
	#mSolution ul li .hover_box dl dd {display:block; width:100%; font-size:1.25em; padding-left:0;}
	#mSolution ul li.on .hover_box {opacity:1; transform:translate(-50%, -50%) scale(1);}
}

#mAward {color:#858b92;line-height: 1.2;font-size: 1.25em;overflow:hidden;}
#mAward .mAward_box {display: table;width: 24%;float: left;padding: 70px 0;}
#mAward .long_box {width:28%;}
#mAward .mAward_box img {display: table-cell; float: left;margin-right: 12px;}
#mAward .mAward_box strong {display: block; color: #231815; margin-bottom: 8px;}
#mAward .mAward_box p {font-size: 0.9em;}
#mAward ul {overflow: hidden;clear: both;border-top: 2px solid #e8e7e6;border-bottom: 2px solid #e8e7e6;padding: 30px 0;margin-bottom: 60px;}
#mAward ul li {display: block;float: left;width: auto;text-align: center;padding: 0 2.5%;}
#mAward ul li:first-child {width:270px;text-align: left;}

@media screen and (max-width:1199px){
	#mAward .mAward_box {width: 50%;padding: 20px 0;}
	#mAward .long_box {width: 50%;}
	#mAward ul li {width: 20%;}
	#mAward ul li:first-child {width: 100%; text-align: center;padding-bottom: 30px;}
	#mAward ul li:first-child .mo_br {display:none;}
}

@media screen and (max-width:767px){
	#mAward {font-size: 1.1em;}
	#mAward .mAward_box {text-align: center;}
	#mAward .mAward_box img {display: inline-block; float: none;margin: 0;}
	#mAward .long_box {}
	#mAward ul {margin-bottom: 20px;border-bottom:0;}
	#mAward ul li {width: calc(50% - 15px);display: inline-block;padding: 2%;border: 1px solid #ddd;margin-right: 15px;margin-bottom: 10px;}
	#mAward ul li img {max-width:100%;}
	#mAward ul li:first-child {border: 0;margin: 0;color: #231815;font-weight: 500;font-size: 1.1em;}
}


/* sub */
#subContent {margin:60px 0 0;}
#subTitle {font-size:3em; color:#1e1e1e; letter-spacing:-0.05em; line-height:1em; text-align:center; font-weight:500;}
#pageContent {margin-top:50px; min-height:500px;}

@media screen and (max-width:1024px){
	#subContent {margin:7% 0 0}
	#subTitle {font-size:2.5em;}
	#pageContent {margin-top:6%;}
}


/* sub - landing */
.sLanding_case1 {width:100%; background:#1e1e1e; padding:200px 0 150px; position:relative;}
.sLanding_case1 .s-inner {position:relative; z-index:10;}
.sLanding_case1 .tit {box-sizing:border-box; padding:0 100px;}
.sLanding_case1 .tit .t1 {font-size:2.18em; color:#858b92; line-height:1em; letter-spacing:-0.05em; font-weight:500;}
.sLanding_case1 .tit .t2 {font-size:4.375em; color:#fff; line-height:1em; letter-spacing:-0.05em; font-weight:700; margin-top:20px;}
.sLanding_case1 ul {counter-reset:counter; width:100%; box-sizing:border-box; padding:0 50px; overflow:hidden; text-align:center; margin-top:830px;}
.sLanding_case1 ul li {float:left; width:33.33%;}
.sLanding_case1 ul li:before {content:counter(counter, decimal-leading-zero); counter-increment:counter; font-size:5.625em; color:rgba(142,10,35,0.3); line-height:1em; letter-spacing:-0.05em; font-weight:700;}
.sLanding_case1 ul li dl dt {font-size:2.18em; color:#fff; line-height:1.2em; letter-spacing:-0.05em; font-weight:500; margin:50px 0 30px;}
.sLanding_case1 ul li dl dd {font-size:1.125em; color:#858b92; line-height:1.4em; font-weight:500;}
.sLanding_case1 .img_box {width:100%; height:100%; position:absolute; top:0; left:0; z-index:10;}
.sLanding_case1 .img_box > div {width:100%; height:100%; background-repeat:no-repeat; background-position:left 5%; background-size:1920px auto; position:absolute; top:0; left:0;}
.sLanding_case1 .line {width:0%; height:100%; background:url(https://guide-page.dothome.co.kr/404.html) no-repeat left 5%; background-size:1920px auto; position:absolute; top:0; left:0; transition:width 0;}
.sLanding_case1 .line.on {width:100%; transition:width 4s;}

.sLanding_case2 {width:100%; padding:110px 0 120px; background:#8e0a23}
.sLanding_case2 .tit {font-size:3.75em; color:#fff; line-height:1.3em; letter-spacing:-0.05em; font-weight:700; text-align:center;}
.sLanding_case2 ul {overflow:hidden; margin-top:70px;}
.sLanding_case2 ul > li {float:left; text-align:center; color:#fff;}
.sLanding_case2 ul > li p {line-height:35px; letter-spacing:-0.05em; font-weight:500; margin:20px 0 40px;}
.sLanding_case2 ul ol {border-top:3px solid rgba(255,255,255,0.5); border-bottom:3px solid rgba(255,255,255,0.3)}
.sLanding_case2 ul ol li {line-height:1.4em; padding:18px 0; font-weight:500; border-bottom:1px solid rgba(255,255,255,0.5)}
.sLanding_case2 ul ol li:last-child {border-bottom:0;}
.sLanding_case2 ul > li.box1 {width:415px; opacity:0.4}
.sLanding_case2 ul > li.box1 p {font-size:1.875em;}
.sLanding_case2 ul > li.box1 ol {border-color:#fff;}
.sLanding_case2 ul > li.box1 ol li {border-color:#fff; font-size:1.125em;}
.sLanding_case2 ul > li.box2 {width:465px;}
.sLanding_case2 ul > li.box2 p {font-size:2.18em;}
.sLanding_case2 ul > li.box2 ol li {font-size:1.2em;}
.sLanding_case2 ul > li.box3 {width:120px; font-size:3.125em; color:#fff; letter-spacing:-0.05em; font-weight:700; text-align:center; padding-top:50px;}

.sLanding_case3 {width:100%; background:#1e1e1e;}
.sLanding_case3 .top_box {position:relative;}
.sLanding_case3 .top_box .txt_box {padding:200px 0; position:relative; z-index:10;}
.sLanding_case3 .top_box .txt_box .t1 {font-size:4.375em; color:#fff; line-height:1.2em; letter-spacing:-0.05em; font-weight:700;}
.sLanding_case3 .top_box .txt_box .t2 {font-size:1.25em; color:#858b92; line-height:1.6em; font-weight:500; margin-top:40px;}
.sLanding_case3 .top_box .img_box {position:absolute; left:50%; top:-45px;}
.sLanding_case3 .top_box ul {width:100%; overflow:hidden; position:relative; z-index:10;}
.sLanding_case3 .top_box ul li {float:left; width:calc(33.33% - 13.33px); margin:0 20px 20px 0; text-align:center; padding:60px 0 45px; background:rgba(133,139,146,0.5); border-radius:5px;}
.sLanding_case3 .top_box ul li:nth-child(3n) {margin-right:0;}
.sLanding_case3 .top_box ul li p {font-size:1.375em; color:#fff; line-height:1.5em; letter-spacing:-0.05em; font-weight:500; margin-top:20px;}
.sLanding_case3 .result_box {position:relative; padding-bottom:145px;}
.sLanding_case3 .result_box .txt_box {float:right; padding:240px 0 230px; position:relative; z-index:10;}
.sLanding_case3 .result_box .txt_box .t1 {font-size:2.18em; color:#858b92; line-height:1em; letter-spacing:-0.05em; font-weight:500;}
.sLanding_case3 .result_box .txt_box .t2 {font-size:4.375em; color:#fff; line-height:1.2em; letter-spacing:-0.05em; font-weight:700; margin-top:20px;}
.sLanding_case3 .result_box .img_box {position:absolute; left:-80px; top:30px;}
.sLanding_case3 .result_box ul {width:100%; max-width:1000px; margin:0 auto; clear:both; overflow:hidden; position:relative; z-index:10;}
.sLanding_case3 .result_box ul li {float:left; width:calc(50% - 10px); text-align:center;}
.sLanding_case3 .result_box ul li:last-child {float:right;}
.sLanding_case3 .result_box ul li img {border-radius:10px; width:100%;}
.sLanding_case3 .result_box ul li dl dt {font-size:2.18em; color:#fff; line-height:1.2em; letter-spacing:-0.05em; font-weight:500; margin:40px 0 10px;}
.sLanding_case3 .result_box ul li dl dd {font-size:1.125em; color:#858b92; line-height:1.5em;}

.sLanding_case4 {margin:130px 0 90px;}
.sLanding_case4 .tit {font-size:3.75em; color:#231815; line-height:1.3em; letter-spacing:-0.05em; font-weight:700; text-align:center;}
.sLanding_case4 ul {counter-reset:counter; margin-top:20px;}
.sLanding_case4 ul li {display:table; padding:60px 100px; border-bottom:2px solid rgba(133,139,146,0.3)}
.sLanding_case4 ul li:last-child {border-bottom:0;}
.sLanding_case4 ul li > div {display:table-cell; vertical-align:middle;}
.sLanding_case4 ul li .img_box {width:55%;}
.sLanding_case4 ul li .txt_box {width:45%; padding-left:70px;}
.sLanding_case4 ul li .txt_box:before {content:counter(counter, decimal-leading-zero); counter-increment:counter; display:block; font-size:5.625em; color:#858b92; line-height:1em; letter-spacing:-0.05em; font-weight:700; opacity:0.3; margin-bottom:30px;}
.sLanding_case4 ul li .txt_box .t1 {font-size:2.18em; color:#231815; line-height:1.2em; letter-spacing:-0.05em; font-weight:700; margin-bottom:15px;}
.sLanding_case4 ul li .txt_box .t2 {font-size:1.125em; color:#858b92; line-height:1.5em; font-weight:500; margin-bottom:40px;}
.sLanding_case4 ul li .txt_box .t2:last-child {margin-bottom:0;}

.sLanding_case5 {width:100%; padding:105px 0; background:#f6f6f6;}
.sLanding_case5 .tit {font-size:3.75em; color:#1e1e1e; line-height:1.2em; letter-spacing:-0.05em; font-weight:700; text-align:center;}
.sLanding_case5 ul {width:100%; text-align:center; font-size:0; margin-top:60px;}
.sLanding_case5 ul li {display:inline-block; width:calc(33.33% - 6.66px); margin-right:10px; background:#fff; border:1px solid #858b92; border-radius:10px;}
.sLanding_case5 ul li:nth-child(3) ~ li {margin-top:10px;}
.sLanding_case5 ul li:nth-child(3n), .sLanding_case5 ul li:last-child {margin-right:0;}
.sLanding_case5 ul li img {width:100%;}

.sLanding_case6 {width:100%; padding:110px 0 220px; background:#1e1e1e}
.sLanding_case6 .s-inner2 {display:table;}
.sLanding_case6 .s-inner2 > div {display:table-cell; vertical-align:top; width:50%;}
.sLanding_case6 .txt_box {padding-top:40px;}
.sLanding_case6 .txt_box .t1 {font-size:2.18em; color:#858b92; line-height:1em; letter-spacing:-0.05em; font-weight:500;}
.sLanding_case6 .txt_box .t2 {font-size:4.375em; color:#fff; line-height:1.2em; letter-spacing:-0.05em; font-weight:700; margin:20px 0 40px;}
.sLanding_case6 .txt_box .t3 {font-size:1.25em; color:#858b92; line-height:1.6em; font-weight:500; margin-top:15px;}
.sLanding_case6 .img_box {text-align:right;}

.sLanding_case7 {width:100%; padding:150px 0 110px; background:#f6f6f6; position:relative;}
.sLanding_case7 .tit_box {width:800px; position:absolute; left:50%; top:-100px; transform:translateX(-50%); text-align:center; z-index:10;}
.sLanding_case7 .tit_box > div {width:100%; background:#8e0a23; padding:110px 0; position:relative; z-index:10;}
.sLanding_case7 .tit_box:before {content:''; display:block; width:100%; height:100%; background:#000; position:absolute; left:10px; top:10px;}
.sLanding_case7 .tit_box .t1 {font-size:2.18em; color:rgba(255,255,255,0.4); line-height:1em;  letter-spacing:-0.05em; font-weight:500;}
.sLanding_case7 .tit_box .t2 {font-size:4.375em; color:#fff; line-height:1.1em; letter-spacing:-0.05em; font-weight:700; margin-top:20px;}
.sLanding_case7 .form_box {background:#fff; border-radius:10px; padding:175px 200px 80px;}
.sLanding_case7 .form_box ul li {width:100%; overflow:hidden; margin-bottom:20px;}
.sLanding_case7 .form_box ul li .t1 {float:left; width:150px; font-size:1.375em; color:#1e1e1e; line-height:60px; letter-spacing:-0.05em; font-weight:500;}
.sLanding_case7 .form_box ul li input[type="text"], .sLanding_case7 .form_box ul li textarea {display:block; float:left; width:calc(100% - 150px); height:60px; border:0; background:#f6f6f6; font-size:1.25em; color:#1e1e1e; letter-spacing:-0.05em; font-weight:300; font-family:'Noto Sans KR'; box-sizing:border-box; padding:0 15px; appearance: none; -webkit-appearance: none; -webkit-border-radius: 0; border-radius:5px;}
.sLanding_case7 .form_box ul li textarea {height:150px; resize:none; padding:15px;}
.sLanding_case7 .form_box ul li input[type="text"]:focus, .sLanding_case7 .form_box ul li textarea:focus {outline:none;}
.sLanding_case7 .form_box ul li input[type="text"]::-webkit-input-placeholder, .sLanding_case7 .form_box ul li textarea::-webkit-input-placeholder {color:rgba(30,30,30,0.2)}
.sLanding_case7 .form_box ul li input[type="text"]:-ms-input-placeholder, .sLanding_case7 .form_box ul li textarea:-ms-input-placeholder {color:rgba(30,30,30,0.2)}
.sLanding_case7 .form_box .check {padding-left:150px;}
.sLanding_case7 .form_box .check label {font-size:1.25em; color:#858b92; line-height:1em; font-weight:500;}
.sLanding_case7 .form_box .check label a {color:#8e0a23;}
.sLanding_case7 .form_box .check label:before {content:'\f058'; font-weight:900; font-family:"Font Awesome 5 Free"; margin-right:5px;}
.sLanding_case7 .form_box .check input[type="checkbox"] {display:none;}
.sLanding_case7 .form_box .check input[type="checkbox"]:checked + label:before {color:#8e0a23}
.sLanding_case7 .form_box .btn {appearance: none; -webkit-appearance: none; -webkit-border-radius: 0; display:block; width:300px; height:70px; line-height:70px; border-radius:35px; background:#8e0a23; text-align:center; font-size:1.375em; color:#fff; letter-spacing:-0.05em; font-weight:500; border:0; font-family:'Noto Sans KR'; margin:70px auto 0; cursor:pointer;}
.sLanding_case7 .form_box .btn:focus {outline:none;}

.sLanding_case8 {width:100%; padding:120px 0; background:#1e1e1e; text-align:center;}
.sLanding_case8 .t1 {font-size:2.18em; color:#858b92; line-height:1em; letter-spacing:-0.05em; font-weight:500;}
.sLanding_case8 .t2 {font-size:4.375em; color:#fff; line-height:1.2em; letter-spacing:-0.05em; font-weight:700; margin-top:20px}
.sLanding_case8 .img_box {padding:95px 100px 0; position:relative;}
.sLanding_case8 .img_box p {width:223px; height:223px; background:#8e0a23; display:table; border-radius:50%; position:absolute; left:0; top:-40px; transform:rotate(-20deg); box-shadow:15px 0 20px rgba(0,0,0,0.25); z-index:10;}
.sLanding_case8 .img_box p span {display:table-cell; text-align:center; vertical-align:middle; font-size:1.56em; color:#fff; font-weight:700;}
.sLanding_case8 .img_box img {width:100%;}

.alpha_experience {display:table; width:223px; height:223px; border-radius:50%; background:#fae100; box-shadow:15px 0 20px rgba(0,0,0,0.25); position:fixed; right:50px; bottom:20px; z-index:30;}
.alpha_experience p {display:table-cell; text-align:center; vertical-align:middle; font-size:1.56em; color:#3c1e1e; line-height:1.3em; letter-spacing:-0.05em; font-weight:700;}

@media screen and (max-width:1199px){
	.sLanding_case1 {padding:150px 0 100px;}
	.sLanding_case1 .tit {padding:0;}
	.sLanding_case1 ul {margin-top:600px;}
	.sLanding_case1 ul li dl dt {margin:40px 0 20px;}
	.sLanding_case1 .img_box > div {background-position: left 10%;background-size: 130%;}
	.sLanding_case1 .img_box, .sLanding_case1 .line {background-size:1500px auto;}

	.sLanding_case2 ul > li.box1 {width:41%}
	.sLanding_case2 ul > li.box2 {width:46%}
	.sLanding_case2 ul > li.box3 {width:13%;}

	.sLanding_case4 .img_box img {width:100%;}

	.alpha_experience {width:150px; height:150px; }
	.alpha_experience p {font-size:1em;}
}

@media screen and (max-width:1024px){
	.sLanding_case1 {padding:15% 0 10%;}
	.sLanding_case1 .tit .t1 {font-size:1.7em;}
	.sLanding_case1 .tit .t2 {font-size:3.7em; margin-top:2%;}
	.sLanding_case1 ul {margin-top:50vw; padding:0;}
	.sLanding_case1 ul li:before {font-size:4em;}
	.sLanding_case1 ul li dl dt {font-size:1.6em; margin:6% 0 3%;}
	.sLanding_case1 ul li dl dd {font-size:1em;}
	.sLanding_case1 .img_box, .sLanding_case1 .line {background-size:115vw auto;}

	.sLanding_case2 {padding:10% 0;}
	.sLanding_case2 .tit {font-size:3em}
	.sLanding_case2 ul {margin-top:6%}
	.sLanding_case2 ul > li img {width:130px}
	.sLanding_case2 ul > li p {margin:3% 0 7%;}
	.sLanding_case2 ul > li.box1 {width:45%}
	.sLanding_case2 ul > li.box1 p {font-size:1.4em;}
	.sLanding_case2 ul > li.box1 ol li {font-size:1em;}
	.sLanding_case2 ul > li.box2 p {font-size:1.7em;}
	.sLanding_case2 ul > li.box2 ol li {font-size:1.125em;}
	.sLanding_case2 ul > li.box3 {width:9%; font-size:2em;}

	.sLanding_case3 .top_box .txt_box {padding:20% 0;}
	.sLanding_case3 .top_box .txt_box .t1 {font-size:3.7em;}
	.sLanding_case3 .top_box .txt_box .t2 {font-size:1.125em; margin-top:4%;}
	.sLanding_case3 .top_box .img_box {width:65%; top:-1.5%}
	.sLanding_case3 .top_box .img_box img {width:100%;}
	.sLanding_case3 .top_box ul li {width:calc(33.33% - 10px); margin:0 15px 15px 0; padding:40px 0 30px;}
	.sLanding_case3 .top_box ul li img {width:100px;}
	.sLanding_case3 .top_box ul li p {font-size:1.125em; margin-top:3%;}
	.sLanding_case3 .result_box {padding-bottom:14%;}
	.sLanding_case3 .result_box .txt_box {padding:20% 0;}
	.sLanding_case3 .result_box .txt_box .t1 {font-size:1.7em;}
	.sLanding_case3 .result_box .txt_box .t2 {font-size:3.7em; margin-top:2%}
	.sLanding_case3 .result_box .img_box {width:80%; left:-18%}
	.sLanding_case3 .result_box .img_box img {width:100%;}
	.sLanding_case3 .result_box ul li {width:calc(50% - 5px)}
	.sLanding_case3 .result_box ul li dl dt {font-size:1.5em; margin:5% 0 1.5%;}
	.sLanding_case3 .result_box ul li dl dd {font-size:1em;}

	.sLanding_case4 {margin:13% 0 9%}
	.sLanding_case4 .tit {font-size:3em}
	.sLanding_case4 ul {margin-top:3%}
	.sLanding_case4 ul li {padding:5% 3%;}
	.sLanding_case4 ul li .txt_box {padding-left:3%}
	.sLanding_case4 ul li .txt_box:before {font-size:4em; margin-bottom:4%}
	.sLanding_case4 ul li .txt_box .t1 {font-size:1.7em; margin-bottom:3%;}
	.sLanding_case4 ul li .txt_box .t2 {font-size:1em; margin-bottom:6%}

	.sLanding_case5 {padding:10% 0;}
	.sLanding_case5 .tit {font-size:3em}
	.sLanding_case5 ul {margin-top:5%}
	.sLanding_case5 ul li {width:calc(33.33% - 5px); margin-right:7.5px;}
	.sLanding_case5 ul li:nth-child(3) ~ li {margin-top:7.5px}

	.sLanding_case6 {padding:10% 0 17%;}
	.sLanding_case6 .txt_box {padding-top:4%;}
	.sLanding_case6 .txt_box .t1 {font-size:1.7em;}
	.sLanding_case6 .txt_box .t2 {font-size:3.7em; margin:2% 0 5%;}
	.sLanding_case6 .txt_box .t3 {font-size:1.125em; margin-top:2%}
	.sLanding_case6 .img_box img {width:90%}

	.sLanding_case7 {padding:15% 0 10%;}
	.sLanding_case7 .tit_box {width:75%; top:-8%}
	.sLanding_case7 .tit_box > div {padding:13% 0;}
	.sLanding_case7 .tit_box .t1 {font-size:1.7em;}
	.sLanding_case7 .tit_box .t2 {font-size:3.7em; margin-top:2%;}
	.sLanding_case7 .form_box {padding:15% 9% 8%}
	.sLanding_case7 .form_box ul li {margin-bottom:10px;}
	.sLanding_case7 .form_box ul li .t1 {font-size:1.125em;}
	.sLanding_case7 .form_box ul li input[type="text"], .sLanding_case7 .form_box ul li textarea {font-size:1.125em;}
	.sLanding_case7 .form_box .check label {font-size:1.125em;}
	.sLanding_case7 .form_box .btn {width:250px; height:60px; line-height:60px; border-radius:30px; font-size:1.125em; margin-top:7%}

	.sLanding_case8 {padding:12% 0;}
	.sLanding_case8 .t1 {font-size:1.7em;}
	.sLanding_case8 .t2 {font-size:3.7em; margin-top:2%}
	.sLanding_case8 .img_box {padding:9% 8% 0;}
	.sLanding_case8 .img_box p {width:170px; height:170px; top:1%}
	.sLanding_case8 .img_box p span {font-size:1.125em;}

	.alpha_experience {width:140px; height:140px; }
}

@media screen and (max-width:767px){
	.sLanding_case1 .tit .t1 {font-size:1.4em;}
	.sLanding_case1 .tit .t2 {font-size:3.3em;}
	.sLanding_case1 ul {margin-top:53vw;}

	.sLanding_case1 .img_box, .sLanding_case1 .line {background-size:125vw auto; background-position:left 10%;}
	.sLanding_case1 ul li {float:none; display:inline-block; width:48%; vertical-align:top;padding: 0 10px;}
	.sLanding_case1 ul li:last-child {margin-top:6%}
	.sLanding_case1 ul li:before {font-size:3em;}
	.sLanding_case1 ul li dl dt {font-size:1.4em;}

	.sLanding_case2 .tit {font-size:2.3em;}
	.sLanding_case2 ul {padding:0 10%}
	.sLanding_case2 ul > li {float:none; width:100% !important;}
	.sLanding_case2 ul > li img {width:110px}
	.sLanding_case2 ul > li p {margin:2% 0 5%}
	.sLanding_case2 ul > li ol li {line-height:1.4em; padding:14px 0;}
	.sLanding_case2 ul > li.box3 {padding-top:0; margin:5% 0;}

	.sLanding_case3 .top_box .txt_box {padding:16% 0 8%;}
	.sLanding_case3 .top_box .txt_box .t1 {font-size:2.3em;}
	.sLanding_case3 .top_box .txt_box .t2 {margin-top: 8%;}
	.sLanding_case3 .top_box .img_box {width:35%; left:auto; right:-5%;}
	.sLanding_case3 .top_box ul li {width:calc(50% - 3px); margin:0 6px 6px 0; padding:5% 0;}
	.sLanding_case3 .top_box ul li:nth-child(3n) {margin-right:6px;}
	.sLanding_case3 .top_box ul li:nth-child(even) {margin-right:0;}
	.sLanding_case3 .top_box ul li img {width:65px;}
	.sLanding_case3 .top_box ul li p {font-size:1em;}
	.sLanding_case3 .result_box .txt_box {padding: 20% 0 15%;right: 5%;}
	.sLanding_case3 .result_box .txt_box .t1 {font-size:1.3em;}
	.sLanding_case3 .result_box .txt_box .t2 {font-size:2.3em}
	.sLanding_case3 .result_box .img_box {width:72%; top:5%;left:-8%;}
	.sLanding_case3 .result_box ul {padding-top:8%;}
	.sLanding_case3 .result_box ul li {width:calc(50% - 3px)}
	.sLanding_case3 .result_box ul li dl dt {font-size:1.125em;}

	.sLanding_case4 .tit {font-size:2.3em;}
	.sLanding_case4 ul li .txt_box:before {font-size:3em;}
	.sLanding_case4 ul li {display:block;}
	.sLanding_case4 ul li > div {display:block;}
	.sLanding_case4 ul li .img_box {width:100%; text-align:center;}
	.sLanding_case4 ul li .img_box img {width:70%}
	.sLanding_case4 ul li .txt_box {width:100%; margin-top:3%;}

	.sLanding_case5 .tit {font-size:2.3em;}
	.sLanding_case5 ul li {width:calc(45% - 3px); margin-right:6px;}
	.sLanding_case5 ul li:nth-child(3n) {margin-right:6px;}
	.sLanding_case5 ul li:nth-child(even) {margin-right:0;}
	.sLanding_case5 ul li:nth-child(2) ~ li {margin-top:6px}

	.sLanding_case6 {padding:7% 0 16%}
	.sLanding_case6 .s-inner2 {display:block;}
	.sLanding_case6 .s-inner2 > div {display:block; width:100%;}
	.sLanding_case6 .txt_box .t1 {font-size:1.4em;}
	.sLanding_case6 .txt_box .t2 {font-size:2.3em;}
	.sLanding_case6 .img_box {margin-top:5%; text-align:center;}
	.sLanding_case6 .img_box img {width:65%}

	.sLanding_case7 .tit_box {width:80%; top:-7%}
	.sLanding_case7 .tit_box:before {top:5px; left:5px;}
	.sLanding_case7 .tit_box .t1 {font-size:1.4em;}
	.sLanding_case7 .tit_box .t2 {font-size:2.3em;}
	.sLanding_case7 .form_box {padding:17% 7% 8%}
	.sLanding_case7 .form_box ul li {margin-bottom:5px}
	.sLanding_case7 .form_box ul li .t1 {width:80px; font-size:1em; line-height:45px;}
	.sLanding_case7 .form_box ul li input[type="text"], .sLanding_case7 .form_box ul li textarea {width:calc(100% - 80px); height:45px; font-size:1em;}
	.sLanding_case7 .form_box ul li textarea {height:100px;}
	.sLanding_case7 .form_box .check {padding-left:80px; font-size:1em;}
	.sLanding_case7 .form_box .check label {font-size:1em;}
	.sLanding_case7 .form_box .btn {width:180px; height:50px; line-height:50px; border-radius:25px; font-size:1.125em;}

	.sLanding_case8 .t1 {font-size:1.4em;}
	.sLanding_case8 .t2 {font-size:2.3em;}
	.sLanding_case8 .img_box {padding:9% 3%;}
	.sLanding_case8 .img_box p {width:100px; height:100px;}
	.sLanding_case8 .img_box p span {font-size:0.85em;}

	.alpha_experience {width:90px; height:90px; box-shadow:5px 0 10px rgba(0,0,0,0.2); right:10px; bottom:10px;}
	.alpha_experience p {font-size:10px;}
}


.sub_top {margin-bottom:70px;}
.sub_top h2 {font-size:3em; color:#000; line-height:1em; font-weight:500; margin-bottom:55px; text-align:center;}
.sub_top .img {margin-bottom:80px;}
.sub_top .img img {width:100%}
.sub_top .tit .t1 {font-size:1.875em; color:#000; line-height:1.3em; text-align:center;}
.sub_top .tit .t1 span {color:#8e0a23;}
.sub_top .tit .t2 {font-size:1.125em; color:#666; line-height:1.4em; text-align:center; margin-top:20px;}
.sub_top .button {margin-top:60px; text-align:center;}
.sub_top .button a {display:inline-block; width:280px; line-height:61px; border-radius:32.5px; border:2px solid #858b92; font-size:1.125em; color:#858b92; font-weight:500; margin:0 15px; transition:all 0.6s}
.sub_top .button a:hover {background:#8e0a23; border-color:#8e0a23; color:#fff;}

@media screen and (max-width:1024px){
	.sub_top {margin-bottom:5%;}
	.sub_top h2 {font-size:2.5em; margin-bottom:5%;}
	.sub_top .img {margin-bottom:8%}
	.sub_top .tit .t1 {font-size:1.5em;}
	.sub_top .tit .t2 {font-size:1em; margin-top:2%}
	.sub_top .button {margin-top:6%}
	.sub_top .button a {width:200px; line-height:51px; border-radius:22.5px; font-size:1em; margin:0 5px;}
}

@media screen and (max-width:767px){
	.sub_top .button a {width:140px; line-height:41px; border-radius:22.5px; border-width:1px; border-radius:25px; margin:0 3px;}
}

.experience_1 {margin-bottom:80px;}
.experience_1 ul {width:100%; overflow:hidden;}
.experience_1 ul li {float:left; width:calc(33.33% - 20px); margin-right:30px; text-align:center; background:#f6f6f6; padding:70px 10px;}
.experience_1 ul li:last-child {margin-right:0;}
.experience_1 ul li img {width:80%; max-width:320px;}
.experience_1 ul li h4 {font-size:1.875em; color:#1e1e1e; line-height:1.2em; font-weight:400;}
.experience_1 ul li h4 span {display: block;font-size: 1em;background: #fff;padding: 15px 0;margin: 20px auto;width: 80%;border: 2px dashed #8e0a23;}
.experience_1 ul li p {font-size:1em; color:#666; line-height:1.6em; margin-top:20px; min-height:5.6em}

.experience_2 {width:100%; background:#1e1e1e; padding:100px 3.5%; text-align:center;}
.experience_2 h3 {font-size:3em; color:#fff; line-height:1.2em;  font-weight:500;}
.experience_2 p {font-size:1.125em; color:#858b92; line-height:1.2em; margin-top:20px;}
.experience_2 a {display:block; width:280px; line-height:61px; border-radius:32.5px; border:2px solid #fff; font-size:1.125em; color:#fff; font-weight:500; margin:30px auto 0; transition:all 0.6s}
.experience_2 a:hover {background:#8e0a23; border-color:#8e0a23;}
.experience_2 ul {width:100%; max-width:1365px; height:750px; margin:60px auto 0; position:relative;}
.experience_2 ul li {position:absolute; box-shadow:2px 0 8px rgba(0,0,0,0.1)}
.experience_2 ul li:nth-child(1) {top:20px; left:370px; z-index:10}
.experience_2 ul li:nth-child(2) {top:105px; left:120px; z-index:9}
.experience_2 ul li:nth-child(3) {top:370px; left:225px; z-index:8}
.experience_2 ul li:nth-child(4) {top:175px; right:340px; z-index:7}
.experience_2 ul li:nth-child(5) {top:90px; right:0; z-index:6}
.experience_2 ul li:nth-child(6) {top:340px; right:155px; z-index:5}
.experience_2 ul li:nth-child(7) {top:210px; left:70px; z-index:4}
.experience_2 ul li:nth-child(8) {bottom:0; left:480px; z-index:3}
.experience_2 ul li:nth-child(9) {top:0; right:200px; z-index:2}
.experience_2 ul li:nth-child(10) {top:50px; right:400px; z-index:11}
.experience_2 ul li:nth-child(11) {top:215px; left:400px; z-index:12}
.experience_2 ul li:nth-child(12) {top:250px; right:100px; z-index:13}
.experience_2 ul li:nth-child(13) {top:350px; right:500px; z-index:14}
.experience_2 ul li:nth-child(14) {top:490px; right:210px; z-index:15}

@media screen and (max-width:1365px){
	.experience_2 ul {height:44vw;}
	.experience_2 ul li {width:30%}
	.experience_2 ul li img {width:100%;}
	.experience_2 ul li:nth-child(1) {top:1vw; left:23vw; z-index:10}
	.experience_2 ul li:nth-child(2) {top:7vw; left:0; z-index:9}
	.experience_2 ul li:nth-child(3) {top:17vw; left:17vw; z-index:8}
	.experience_2 ul li:nth-child(4) {top:12vw; right:24vw; z-index:7}
	.experience_2 ul li:nth-child(5) {top:6vw; right:0; z-index:6}
	.experience_2 ul li:nth-child(6) {top:22vw; right:7vw; z-index:5}
	.experience_2 ul li:nth-child(7) {top:14vw; left:3vw; z-index:4}
	.experience_2 ul li:nth-child(8) {bottom:0; left:33vw; z-index:3}
	.experience_2 ul li:nth-child(9) {top:0; right:17vw; z-index:2}
	.experience_2 ul li:nth-child(10) {top:0; right:17vw; z-index:2}
	.experience_2 ul li:nth-child(11) {top:0; right:17vw; z-index:2}
	.experience_2 ul li:nth-child(12) {top:0; right:17vw; z-index:2}
	.experience_2 ul li:nth-child(13) {top:0; right:17vw; z-index:2}
	.experience_2 ul li:nth-child(14) {top:0; right:17vw; z-index:2}
}

@media screen and (max-width:1024px){
	.experience_1 ul li {width:calc(33.33% - 10px); margin-right:15px; padding:7% 1% 5%}
	.experience_1 ul li h4 {font-size:1.4em;}
	.experience_1 ul li p {margin-top:2%;padding: 0 10%;}

	.experience_2 {padding:10% 3.5%}
	.experience_2 h3 {font-size:2.5em;}
	.experience_2 p {font-size:1em; margin-top:2%;}
	.experience_2 a {width:200px; line-height:51px; border-radius:22.5px; font-size:1em; margin:30px auto 0;}
	.experience_2 ul {margin-top:6%}
}

@media screen and (max-width:767px){
	.experience_1 ul {text-align:center;}
	.experience_1 ul li {float:none; display:inline-block; width:100%; margin:1% 1%; vertical-align:top;}

	.experience_2 a {width:140px; line-height:41px; border-radius:22.5px; border-width:1px; border-radius:25px; margin:4% auto;}
	.experience_2 ul {height:auto; overflow:hidden;}
	.experience_2 ul li {float:left; width:49.5%; margin:0 1% 1% 0; position:relative; left:0 !important; top:0 !important; bottom:0 !important; right:0 !important;}
	.experience_2 ul li:nth-child(even) {margin-right:0;}
}

@media screen and (max-width:320px){
	.experience_1 ul li {display:block; width:100%; margin:1% 0;}
	.experience_1 ul li p {min-height:0;}
}


.consultant_1 {width: 100%;background: #1e1e1e;padding: 100px 3.5%;text-align: center;}
.consultant_1 h3 {font-size: 3em;color: #fff;line-height: 1.2em;font-weight: 500;}
.consultant_1 h3 span {font-size: 0.7em;display: block;line-height: 1.2;font-weight: 300;}
.consultant_1 p {font-size: 1.125em;color: #858b92;line-height: 1.2em;margin-top: 20px;}

.consultant_1 ul {width: 70%;margin: 60px auto 0;background: rgba(255,255,255,1);border-radius: 0px;}
.consultant_1 ul li {display: block;width:90%;padding: 36px;text-align: left;border-bottom: 1px dashed #666;overflow: hidden;margin: 0 auto;}
.consultant_1 ul li:last-child {border:0;}
.consultant_1 ul li img {display: block;margin-right: 30px;float: left;width: 200px;}
.consultant_1 ul li h4 {color: #1e1e1e;font-size: 1.65em;font-weight: 400;margin-top: 10px;}
.consultant_1 ul li p {margin-top: 10px;}

.consultant_2 {overflow:hidden;padding: 100px 0;}
.consultant_2 ul {float: left;display: block;width: calc(33.33% - 20px);margin-right: 30px;}
.consultant_2 ul li {display: block;width: 100%;height: auto;padding: 50px 0px;border: 2px solid #858b92;border-radius: 30px;font-size: 1.25em;text-align: center;color: #858b92;line-height: 1.3em;font-weight: 500;}
.consultant_2 ul li:nth-child(2) {border:0;height:auto;padding: 15px;font-size: 3.5em;color: #ccc;}
.consultant_2 ul li:nth-child(3) {border: 2px solid #8e0a23;background: #8e0a23;color: #fff;font-size: 1.5em;font-weight: 400;}
.consultant_2 ul li:nth-child(3) i {margin-left:10px;}
.consultant_2 ul li span {background: linear-gradient(0deg, rgba(255,240,0,0.5) 40%, transparent 40%);}
.consultant_2 ul li a {color:#fff;}
.consultant_2 ul li a strong {display: block;border-radius: 0px;margin: 20px auto 0;width: 50%;border: 2px dashed #fff;padding: 10px 20px;color: #fff000;font-size: 0.85em;transition:all 0.6s}
.consultant_2 ul li a strong:hover {border-radius:10px;background: #fff000; border: 2px solid #fff000; color: #1e1e1e;transition:all 0.6s}

@media screen and (max-width:1024px){
	.consultant_1 ul {width:90%;}
	.consultant_2 ul li:nth-child(3) {font-size:1.3em;}
}

@media screen and (max-width:767px){
	.consultant_1 ul li img {width: 120px;margin-right: 20px;}
	.consultant_1 ul li h4 {margin-top:0;font-size: 1.5em;}
	.consultant_2 {padding:10% 0;}
	.consultant_2 ul {width:100%;margin: 0 0 36px 0;}
	.consultant_2 ul li {width: 45%;float: left;height: auto;padding: 40px 15px;font-size:1.25em;}
	.consultant_2 ul li:nth-child(2) {width: 10%;font-size: 2.5em;transform:translate(0%, 34px) rotate(-90deg);}
	.consultant_2 ul li:nth-child(3) {padding:20px 0;}

}

@media screen and (max-width:600px){
	.consultant_2 ul {margin: 0 0 55px 0;}
	.consultant_1 ul li {padding: 26px;text-align: center;}
	.consultant_1 ul li img {width: 75%;margin: 15px auto;float: none;}
	.consultant_1 ul li h4 {clear: both;}
	.consultant_2 ul li {width:100%;padding:20px;}
	.consultant_2 ul li:nth-child(2) {width: 100%;transform: translate(00%, 0px) rotate(0deg);padding: 5px;font-size: 2em;}
}

.company_t1 {font-size: 2.5em !important;}

.company_1 {margin-bottom:80px;}
.company_1 ul {width:100%; overflow:hidden;}
.company_1 ul li {float:left; width:calc(33.33% - 20px); margin-right:30px; text-align:center; background:#f6f6f6; padding:70px 10px;}
.company_1 ul li:last-child {margin-right:0;}
.company_1 ul li span {font-size: 1.375em; color: #8e0a23; font-weight: 600;}
.company_1 ul li h4 {font-size: 1.5em;color: #1e1e1e;line-height: 1.4em;font-weight: 400;margin-top: 5px;}
.company_1 ul li h4 strong {font-size: 1.4em; background: linear-gradient(0deg, rgba(255,104,104,0.3) 40%, transparent 40%);font-weight:400;}
.company_1 ul li p {font-size:1em; color:#666; line-height:1.6em; margin-top:20px; min-height:5.6em}

.company_2 {width:100%; background:#1e1e1e; padding:100px 3.5%; text-align:left;}
.company_2 .s-inner {overflow: hidden; max-width: 1000px;}
.company_2 .sub_top {float: left;}
.company_2 .sub_top h3 {font-size:3em; color:#fff; line-height:1.2em;  font-weight:500;}
.company_2 .sub_top p {font-size: 1.875em;color: #fff;line-height: 1.2em;margin-top: 10px;font-weight: 200;}
.company_2 ul {width:50%;float: right;}
.company_2 ul li {padding: 14px 0;color: #fff;border-bottom: 1px solid #666;}
.company_2 ul li:last-child {border-bottom:0;}
.company_2 ul li table {}
.company_2 ul li table th {width: 80px; font-size: 1.9em; font-weight: 600; vertical-align: top;}
.company_2 ul li table td {font-size: 1.125em;vertical-align: text-top;padding: 6px 0;}
.company_2 ul li table td.month {width:105px; padding:0 30px;color:#858b92;}

.company_3 {width:100%; background:#f6f6f6; padding:80px 0 40px; text-align:center;}
.company_3 .company_info {width: 84%; margin: 60px auto 0; border-top: 1px solid #ddd; overflow: hidden;}
.company_3 .company_info li {display: block;float: left;padding:28px 18px 0;height:86px;font-size: 1.25em;font-weight: 400;color:#858b92;text-align: left;border-bottom: 1px solid #ddd;}
.company_3 ul li:nth-child(1), .company_3 ul li:nth-child(3) {width: 40%;}
.company_3 ul li:nth-child(even) {width: 60%;}
.company_3 .company_info li strong {margin-left: 40px;color:#231815;}
.company_3 .company_info li i {color: #8e0a23;margin-right: 16px;font-size: 1.5em;}
.company_3 .company_info li img {margin-right: 16px;}
.company_3 .sub_top .tit .t2 {line-height: 1.8em;}

.company_4 {padding:70px 0;}
.company_4 ul {overflow: hidden;font-size: 1.125em;}
.company_4 ul li {display: block;width: 100%;margin-right:20px;float: left;padding-bottom:70px;}
.company_4 ul li:nth-child(even) {margin-right:0;}
.company_4 ul li h4 {font-size: 1.34em; font-weight: 400;color:#8e0a23;}
.company_4 ul li > div {margin: 16px 0;border: 1px solid #eee; width:100%; height: 450px;overflow: hidden; border-bottom:1px solid #ddd}
.company_4 ul li > div  > div {width:100%; height:100%;}
.company_4 ul li > div .root_daum_roughmap .wrap_map {height:100%}
.company_4 ul li img{width:100%;}
.company_4 ul li p {border-top: 2px solid #8e0a23;padding: 20px;border-bottom: 1px solid #ddd;color:#858b92;}
.company_4 ul li p strong {color:#231815;margin-right: 50px;}

@media screen and (max-width:1200px){
	.company_3 .company_info {width: 100%;}
	.company_3 .company_info li {font-size:1em;}
	.company_3 .company_info li img {width: 26px;}
}

@media screen and (max-width:1024px){
	.company_1 ul li {width:calc(33.33% - 10px); margin-right:15px; padding:7% 1%}
	.company_1 ul li h4 {font-size:1.4em;}
	.company_4 ul li > div {height:400px;}
	.company_1 ul li p {margin-top:2%;padding: 0 10% 2%;}

	.company_2 {padding:10% 3.5%}
	.company_2 .sub_top {float: none;text-align: center;}
	.company_2 .sub_top h3 {font-size:2.5em;}
	.company_2 .sub_top p {font-size:1em; margin-top:2%;}
	.company_2 ul {width: 100%;float: none;}

	.company_3 .company_info li {padding:18px 10px 0;height:66px;}
}

@media screen and (max-width:767px){
	.company_1 ul {text-align:center;}
	.company_1 ul li {float:none; display:inline-block; width:100%; margin:1% 1%; vertical-align:top;}

	.company_2 ul {height:auto; overflow:hidden;}
	.company_2 ul li {width:100%;}
	.company_2 ul li table th {font-size:1.5em;width: 60px;}
	.company_2 ul li table td.month {padding:0;width: 40px;}
	.company_2 ul li table td {font-size: 1em;}

	.company_3 {padding: 10% 3.5%;}
	.company_3 .company_info {margin-top: 20px;}
	.company_3 .company_info li {width: 100%;font-size: 1em;padding: 8px;height:46px;}
	.company_3 ul li:nth-child(1), .company_3 ul li:nth-child(3), .company_3 ul li:nth-child(even) {width:100%;}
	.company_3 .company_info li i {margin-right: 10px;}
	.company_3 .company_info li img {margin-right: 10px;}
	.company_3 .company_info li strong {margin-left: 10px;}

	.company_4 {padding: 60px 0;}
	.company_4 ul li {width:100%;padding-bottom: 50px;}
	.company_4 ul li > div {height:270px;}
}

@media screen and (max-width:320px){
	.company_1 ul li {display:block; width:100%; margin:1% 0;}
	.company_1 ul li p {min-height:0;}
}

.modal_popup {width:100%; max-width:430px; position:absolute; right:17%; top:10%; /*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%; right:50%; transform:translateX(50%)}
}

.mr0 {margin-right:0 !important;}
/* 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}
