@charset "UTF-8";

/* animate.min.css */
@import url("https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.0.0/animate.min.css");

@font-face{
	font-family:"SCDream5";
	src:url('/font/SCDream5.eot');
	src:url('/font/SCDream5.eot?#iefix') format('embedded-opentype'),
		url('/font/SCDream5.woff') format('woff'),
		url('/font/SCDream5.ttf') format('truetype');
		url('/font/SCDream5.svg#SCDream5') format('svg')
	src:local(※), url('/font/SCDream5.woff') format('woff');
}
@font-face{
	font-family:"yg-jalnan";
	src:url('/font/ygotjalnanfont.eot');
	src:url('/font/ygotjalnanfont.eot?#iefix') format('embedded-opentype'),
		url('/font/ygotjalnanfont.woff') format('woff'),
		url('/font/ygotjalnanfont.ttf') format('truetype');
		url('/font/ygotjalnanfont.svg#ygotjalnanfont') format('svg')
	src:local(※), url('/font/ygotjalnanfont.woff') format('woff');
}



.jalnan{
	 font-family: 'yg-jalnan'; 
}
.noto_dl{
	font-family:"NotoSansCJKkr-DemiLight";
}
.SCD5{
	font-family:"SCDream5";	
}
.nns{
	font-family:'nanumsquare'
}
.nns_200{
	font-family:'nanumsquare';
	font-weight:200;
}
.nns_400{
	font-family:'nanumsquare';
	font-weight:400;
}
.nns_600{
	font-family:'nanumsquare';
	font-weight:600;
}
.nns_800{
	font-family:'nanumsquare';
	font-weight:800;
}
/*헤더 영ㅇ역*/
.ev_header{
    /*display: flex;*/
    position: fixed;
    top: 0;
    width: 100%;
    height: 70px;
    padding: 0 70px;
    background-color: #fff;
    box-shadow:0px 1px 10px rgba(0,0,0,0.4);
    z-index: 300;
    justify-content: space-around;
    /*align-items: center;*/
}
.ev_header .ev_head_logo{
    width: 15%;
    float: left;
    height: 100%;
    padding: 5px 0;
    display: inline-block;
}   
.ev_header .ev_head_logo a img{
	height: 60px;
	width: auto;
}
ul.ev_nav{
    width: 1200px;
    height: 100%;
    display: flex;
    display: -ms-flexbox;
    /*IE8*/
	float: /*＼**/left;
}
ul.ev_nav li{
	flex: 1;
	-ms-flex:1;
    height: 100%;
    text-align: center;
    /*IE8*/
    width: /*＼**/16.6%;
    float: /*＼**/left;
}
ul.ev_nav li a{
    width: 100%;
    height: 100%;
    display: inline-block;
    font-size: 24px;
    font-family:"Nanum Square";
    font-weight:400;
    line-height: 70px;
}
ul.ev_nav li a:hover{
    font-weight: 600;
}
.ev_nav_log{}
ul.ev_nav li:hover .ev_nav2{
	display: block;
}
.ev_nav2{
	display: none;
	width: 100%;
	background: #fff;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	box-shadow:2px 8px 9px rgba(0,0,0,0.2);
}
.ev_nav2 > li{
	width: 100% !important;
	height: 50px !important;
	background: #fff;
}
.ev_nav2  li a{
	line-height: 50px !important;
	font-size: 18px !important;
}
.ev_nav2  li a:hover{
	color: #2cbe5c;
}
/*메인 배너 영역*/
.ev_mainwrap{
	width: 100%;
}
.ev_mainwrap .mainBanner{
	width: 100%;
}
.ev_mainwrap .main{
	position: relative;
	top:-50px;
	width:100%;
	height:990px;
}
.ev_mainwrap .main h1{
	position: absolute;
	font-size: 56px;
	color:#fff;
	left:19%;
	top:26%;
	line-height: 1.4em
}
.ev_mainwrap .main h1>span{
	font-size: 73px;
	color:#ffe155;
}
.ev_mainwrap .main h1>p{
	font-size: 30px;
	font-weight: 400;
}
.mainBanner img{
	width: 100%;
}
/*서브 영역*/
.sub_banner{
	width: 100%;
	height: 980px;
	padding: 200px 0;
	background: url(/img/ev/ev_02.png) no-repeat;
	background-size: cover;
}
.sub_wrap{
	width: 1200px;
	margin: 0 auto;
}
.sub_banner ul{
	width: 48%;
	margin-right: 2%;
	float: left;
	font-family: 'NotoKr';
	font-weight: 200;
	font-size: 36px;
	color: #424242;
}
.sub_banner ul.left_text{

}
.sub_banner ul.left_text li{
	margin-bottom: 150px;
}
.sub_banner ul.right_text{
	margin-right: 0;
	font-size: 75px;

}
.sub_banner ul.right_text li{
	 font-weight: 900;
	 line-height: 1.3em;
}
.sub_banner ul.right_text li.line_{
	width: 3px;
	height: 70px;
	margin: 50px 0;
	margin-left: 10px;
	background: #2cbe5c;
}
.sub_banner ul.right_text li b{
	color: #2cbe5c;
	  font-weight: 900 !important;
}
/*mk멤버스 특전*/
.sub_member{
	width: 100%;
	height: 1150px;
	padding: 100px 0;
	background: #ebf6ec;
	text-align: center;
}
.sub_member .sub_title{
	text-align: center;
	color: #424242;
}
.sub_member .sub_title img{
	margin-bottom: 50px;
}
.sub_member .sub_title p{
	font-family: 'yg-jalnan';
	font-size: 44px;
}
.sub_member .sub_title p span{
	display: block;
	font-size: 64px;
	color: #0b8834;
	margin: 10px 0;
}
.sub_member .sub_smalltext{
	margin: 50px 0;
	font-size: 28px;
}
.sub_member ul{
	display: flex;
	margin-bottom: 50px;
}
.sub_member ul li{
	margin-right: 2%;
}
.sub_member ul li img{
	width: 100%;
}
.sub_member ul li:last-child{
	margin-right: 0;
}
.sub_prdBanner{
	width: 100%;
	height: 1630px;
	padding: 100px 0;
	text-align: center;
	background: url(/img/ev/ev_14.png) no-repeat;
	background-size: cover;
}
.sub_prdBanner .sub_title{
	margin-bottom: 50px;
}
.sub_prdBanner .prd_intro{
	  font-family: 'NotoKr';
}
.sub_prdBanner .prd_intro h4{
	margin-bottom: 50px;

}
.sub_prdBanner .prd_intro .prd_name{
	font-size: 48px;
	text-align: center;
	color: #fff;
}
.sub_prdBanner .prd_intro .prd_name .prd_model{
	display: block;
	margin: 30px 0;
	font-size: 30px;
}
.sub_prdBanner .prd_intro .prd_img{
	width: 500px;
	display: inline-block;
	color: #fff;
	text-align: left;
}
.sub_prdBanner .prd_intro .prd_img img{
    width: 100%;
	display: block;
	margin: 0 auto;
}
.sub_prdBanner .prd_intro .prd_img span.prd_fare{
	text-align: left;
	font-family: 'yg-jalnan';
	font-size: 50px;
}
.sub_prdBanner .prd_intro .prd_img span.prd_fare b{
	font-size: 24px;
}
.sub_prdBanner .prd_intro .prd_img .ye_bg{
	display: block;
	width: 500px;
	height: 60px;
	margin: 30px 0;  
	background: #ffe155;
	border-radius: 30px;
	text-align: center;
	color: #298c49;
	font-family: 'NotoKr';
	font-size: 34px;
	line-height: 60px;
	font-weight: bold;
}
.sub_prdBanner .prd_intro ul.prd_cash{
	width: 1200px;
	margin: 30px auto;
	margin-bottom: 50px;
	display: flex;
	justify-content: space-between;
}
.sub_prdBanner .prd_intro ul.prd_cash li{
	width: 33%;
	position: relative;
	overflow: unset;
	text-align: center;
}
.sub_prdBanner .prd_intro ul.prd_cash li:nth-child(1):after{
	content: "";
	width: 48px;
	height: 48px;
	position: absolute;
	right: -20px;
	top: 45%;
	background: url(/img/ev/ev_05.png) no-repeat;
}
.sub_prdBanner .prd_intro ul.prd_cash li:nth-child(2):after{
	content: "";
	width: 48px;
	height: 48px;
	position: absolute;
	right: -20px;
	top: 45%;
	background: url(/img/ev/ev_07.png) no-repeat;
}
.sub_prdBanner .prd_intro ul.prd_cash li img{

}
.moreBtn{
	margin: 30px 0;
	display: inline-block;
}
/*상담신청 메인*/
.ev_advice{
	width: 100%;
	height: auto;
}
.ev_advice h2.ad_title{
	width: 100%;
	height:300px;
	padding:  90px 0;
	background: #efefef;
	font-family: 'yg-jalnan';
	color: #424242;
	font-size: 60px;
	text-align: center;
}
.ev_advice .ad_title p{
	margin-top: 10px;
	font-family: 'NotoKr';
	font-size: 30px;
	font-weight: 400;
}
ul.request_icon{
	width: 1200px;
	margin: 70px auto;
	display: flex;	
	justify-content: center;
}
ul.request_icon li{
	width: 20%;
	margin-right: 5%;
	text-align: center;
	color: #424242;
	font-family: 'NotoKr';	
}
ul.request_icon li img{
	display: block;
}
ul.request_icon li span{
	display: inline-block;
	margin-top: 30px;
	font-size: 25px;

}
ul.request_icon li:last-child{
	margin-right: 0;
}
.ev .request_btn{
	margin: 0 auto;
	width: 230px;
	height: 60px;
	margin-top: 30px;
	display: block;
	color: #fff;
	font-family: 'yg-jalnan';
	font-size: 24px;
	background: #298c49;
	border-radius: 10px;
	line-height: 60px;
}
.ev .request_text{
	width: 100%;
	height: auto;
	margin: 50px 0;
	padding:50px 100px;
	background: #efefef;
	color: #424242;
	font-size: 18px;
	line-height: 40px;
}
#ev_ft {
	position: relative;
    background: #424242;
    width: 100%;
    overflow: hidden;
    /* margin-top: 30px; */
    padding-bottom: 40px;
}
.ev_fgnb {
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #484848;
    height: 40px;
    padding: 0;
    background: #333;
    overflow: hidden;
}
.ev_fgnb_wrap {
    width: 1200px;
    margin: 0 auto;
    line-height: 40px;
    font-size: 12px;
}
ul.ev_f_inner.ev_left {
    float: left;
    width: 600px;
}
.ev_fgnb li {
    float: left;
}
.ev_fgnb li a {
    color: #fff !important;
}
.ev_fgnb li:first-child:before {
    display: none;
    content: '';
}
.ev_fgnb li:before {
    width: 1px;
    height: 12px;
    margin: 14px 17px 0;
    background: #666;
    display: inline-block;
    float: left;
    content: '';
}
.ev_f_inner {
    width: 1200px;
    margin: 0 auto;
    font-size: 12px;
}
.ev_footer_logo {
    float: right;
    margin-top: 50px;
}
ul.fn.ev_rignt {
    float: right;
}
.ev_f_inner {
    width: 1200px;
    margin: 0 auto;
    font-size: 12px;
}
.ev_footer_logo {
    float: right;
    margin-top: 50px;
}
.ev_footer {
    color: #f7f7f7;
    padding: 20px 0 30px;
    overflow: hidden;
    line-height: 18px;
    text-align: left;
    letter-spacing: 0;
    border: none;
}
.ev_footer span a{
	color: #fff;
}
/*상담신청 form*/
#big_form_ev {
    width: 515px;
    padding: 50px 0;
    border: 1px solid #298c49;
    border-radius: 0px;
    text-align: center;
    background: #f8f8f8;
}
#big_form_ev h2 {
    width: 310px;
    margin: 0 auto;
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    color: #333;
    padding: 6px 0;
}
#big_form_ev h2>span {
    font-size: 30px;
    font-weight: 900;
    color: #298c49;
}
#big_form_ev #form_box {
    width: 80%;
    margin: 30px auto 0;
    text-align: left;
}
#big_form_ev #form_box table {
    width: 100%;
}
#big_form_ev #form_box table tr {
    line-height: 30px;
}
#big_form_ev #form_box table tr td {
    font-size: 12px;
    margin: 10px 0;
    color: #000;
}
#big_form_ev #form_box table tr td input {
    width: 100%;
    line-height: 23px;
    border: 1px solid #ccc;
    background: #fff;
    height: 23px;
}
.rt_btn.ev {
    display: block;
    width: 50%;
    height: 45px;
    padding: 0;
    margin: 0px auto 15px;
    line-height: 45px;
    color: #298c49  !important;
    font-size: 18px;
    border-radius: 20px;
    transition: all 0.3s;
    text-align: center;
    border: 1px solid #298c49  !important;
}
.rt_btn.ev:hover{
	background: #424242 !important;
	color:#fff !important;
	border: none  !important;
}
.ev .marb10{
	font-family: 'yg-jalnan'; 
}
.rt_img_ev:hover::after {
    border-bottom-color: #2cbe5c !important;
    border-left-color: #52e482 !important;
    transition: height 0.25s ease-out, width 0.25s ease-out 0.25s;
}
.rt_img_ev:hover::before {
    border-top-color: #49d878 !important;
    border-right-color: #14bd37 !important;
}
.price_color_ev{
	color: #298c49;
}
button.btn.btn-lg.ns.cj_ren_btn.btn_large.marr3.ev_btn {
	width: 100%;
	background:  #424242;
	border: none;
}
button.btn.btn-lg.ns.cj_ren_btn.btn_large.marr3.ev_btn:hover {
	background:  #298c49;
	border: none;
}

/*퀵상담예약*/
.quick_call{
    position: fixed;
    right: 20px;
    bottom: 50px;
    width: 250px;
    height: 250px;
    border-radius: 150px;
    background-image: url(/img/ev/ev_15.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    z-index: 9;
    box-shadow: 2px 3px 4px rgba(0,0,0,.2);
    animation-duration: 6s !important;
    overflow: hidden;
}
 .quick_call .qu_hours_call{
    display: block;
    width: 100%;
    position: absolute;
    bottom: 35%;
    left:50%;
    text-align: center;
    transform: translateX(-50%);
    font-family:"NotoSansCJKkr-DemiLight";
 }
 .quick_call span{
    display: block;
    color: #424242;
 }
 .quick_call span.qu_call{
    font-family: 'yg-jalnan'; 
    font-size: 28px;
 }
 .quick_call span.qu_hours{
    font-size: 14px;
 }
 .quick_call button{
    display: block;
    position: absolute;
    bottom:40px;
    left:50%;
    width: 150px;
    height: 40px;
    font-size: 18px;
    border-radius: 25px;
    border: 1px solid #424242;
    text-align: center;
    color: #424242;
    font-family: 'yg-jalnan'; 
    transform: translateX(-50%);
    transition: .3s;
 }
 .quick_call button:hover{
    background: #424242;
    color: #fff;
 }
 .quick_call .fa.fa-arrow-up{
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 24px;
    cursor: pointer;
 }
 .quick_call .fa.fa-arrow-up:hover{
    color: #fff;
    background: transparent;
}

.bt_button_bg{
    position: absolute;
    bottom:  0;
    width: 100%;
    height: 35px;
    background: #ffdbdb;
    cursor: pointer;
}

.similar_company_wrap{width:1200px; height:auto; margin:80px auto; background-color:#fff;}
.similar_company_wrap .tit-wrap{display:flex; width:1000px; height:100px; margin:0 auto; background-color:#1d3081; border-radius: 20px;}
.similar_company_wrap .tit-wrap~p{font-size:30px; text-align:center; margin:50px 0; color:#424242;}
.similar_company_wrap .tit-wrap>span{display:block; width:105px; height:100px; background-image:url(/img/ev/tit_siren.gif); margin:0 30px;}
.similar_company_wrap .tit-wrap .similar_company_tit{font-size:60px; color:#fff; line-height:100px;}
.similar_table{width:100%; }
.similar_table table{width:1200px; margin:0 auto;}
.similar_table p.txt01{font-size:38px; text-align:center; margin:50px 0 0; color:#424242;}
.similar_table p.txt02{font-size:50px; text-align:center; color:#f26c43;}
.similar_table table td{height:65px; font-size:26px;; padding:10px 15px; border:4px solid #fff; color:#424242; font-family:"nanumsquare"}
.similar_table table tr td:last-child{font-weight:bold}
.similar_table table tr:first-child td,
.similar_table table tr:nth-child(2) td,
.similar_table table td:first-child{text-align:center; font-weight:800; font-size:28px}
.similar_table .bdru_t{border-radius:30px 30px 0 0 ;}
.similar_table .bdru_b{border-radius:0 0 30px 30px;}