@charset "utf-8";
/*───────────────────────────────────────────────────────────
	
	header, footer, main 관련 작성 css 파일입니다.

	** 이와 서브페이지 관련 css는 /css/sub.css 에 있습니다.

───────────────────────────────────────────────────────────*/

/*───────────────────────────────────────────────────────────
	layout common
───────────────────────────────────────────────────────────*/
	/** PC 일반 **/
		#wrap {position:relative;height:100%;width:100%;margin:0;padding:0;} /* #header 와 #container, #footer 전체 감싸는 영역 */
		#wrap #container {width:100%;margin:0;padding:0;}
			/* #container 안의 레이아웃 */
		#contents_wrap {width:1200px;margin:0 auto;padding:0;position:relative;z-index:1;box-sizing:border-box;} /* #container 안의 컨텐츠 감싸는 영역 */
		#contents_wrap #side_box {width:100%;padding:110px 0 0 0;box-sizing:border-box;} /* lnb 감싸는 영역 */
		#contents_wrap #contents_box {width:100%;padding:110px 0 7.2% 0;box-sizing:border-box;} /* 컨텐츠를 감싸는 영역 */
		#contents_wrap #side_box + #contents_box {padding-top:0;} /* lnb와 컨텐츠가 float 일때 사이즈 재설정 */
			/* navigation layout */
		#contents_wrap .nav_wrap {box-sizing:border-box;}
			/* #content */
		#content {width:100%;margin:0;padding:0;text-align:left;box-sizing:border-box;} /* navigation 을 제외한 컨텐츠 */
		#content .sub_content{width:100%;margin:0 auto;background:#fff;box-sizing:border-box;}
		#content .sub_content:after {clear:both;content:"";display:block;}
			/* 컨텐츠 전체 가로 사이즈 */
		.w_custom {width:1300px;text-align:left;margin:0 auto;padding:0;box-sizing:border-box;position: relative;}

	@media only screen and (max-width:1350px) {
		.w_custom{width:100%;padding-right:30px;padding-left:30px;}
	}
	@media only screen and (max-width:1217px) {
		body.on {height:100%;overflow:hidden;}
		#contents_wrap {width:100%;padding-left:15px !important;padding-right:15px !important;}
	}
	@media only screen and (max-width:1200px) {
		
	}
	@media only screen and (max-width:1024px) {
		#contents_wrap #side_box {padding: 85px 0 0 0;}
		#contents_wrap #contents_box {padding:4.8% 0 6.4% 0;}
	}
	@media only screen and (max-width:860px) {
		#contents_wrap #side_box {padding: 85px 0 0 0;}
		#contents_wrap #contents_box {padding:4.2% 0 6.4% 0;}
	}
	@media only screen and (max-width:767px) {
		/*.w_custom {padding-left:4% !important;padding-right:4% !important;}*/
		#contents_wrap #side_box {display:none;}
		.sub_goods #contents_wrap #side_box {display:block;padding:0;}
	}
	@media only screen and (max-width:640px) {
		.w_custom{padding-right:15px;padding-left:15px;}
		#contents_wrap {width:100%;padding-left:12px !important;padding-right:12px !important;}
		#contents_wrap #contents_box {padding:4.2% 0 10.4% 0;}
	}
	@media only screen and (max-width:479px) {
		#contents_wrap #contents_box {padding:4.2% 0 12% 0;}
	}
	@media only screen and (max-width:320px) {
		.w_custom {padding-left:10px !important;padding-right:10px !important;}
	}


/*───────────────────────────────────────────────────────────

	 HEADER | outline/header.html, outline/nav.html

───────────────────────────────────────────────────────────*/
	/** PC 일반 **/
		#header{position:sticky;top:0;left:0;width:100%;background:#111;z-index:10;}
		#header .header_cont{}
		#header .header_cont .hd_logo{width:92px;height:71px;position: absolute;left:0;top:50%;transform:translateY(-50%);}
		#header .header_cont .hd_logo a{display: block;width:100%;height:100%;background:url('../images/skin/hd-logo.png')no-repeat left center;background-size:auto 100%;font-size:0;}

		#header .header_cont .hd_lnb{width:100%;text-align: center;}
		#header .header_cont .hd_lnb > li{display: inline-block;vertical-align: top;padding:0 26px;}
		#header .header_cont .hd_lnb > li > a{font-size:18px;color:#99866d;font-weight:600;letter-spacing:-0.54px;line-height:100px;}
		
		#header .hd_right{position: absolute;right:0;top:50%;transform:translateY(-50%);}
		#header .hd_right .hd_conatct{display: inline-block;box-sizing:border-box;width:110px;height:40px;border-radius:20px;line-height:40px;background:#99866d;text-align: center;font-size:16px;color:#fff;font-weight:600;letter-spacing:-0.48px;;}
		#header .hd_right .menu-trigger{display: none;}

		@media only screen and (max-width:1350px) {
			#header .header_cont .hd_logo{left:30px;}
			#header .hd_right{right:30px;}
		}
		@media only screen and (max-width:1024px) {
			#header .header_cont{height:100px;}
			#header .header_cont .hd_lnb{display: none;}
			#header .hd_right{display:flex;align-items:center;}
			#header .hd_right .menu-trigger{display: block;position: relative;width:30px;height:28px;margin-left:20px;}
			#header .hd_right .menu-trigger span{display: inline-block;box-sizing:border-box;width:100%;height:2px;background:#99866d;position: absolute;left:0;}
			#header .hd_right .menu-trigger span:nth-child(1){top:0;}
			#header .hd_right .menu-trigger span:nth-child(2){top:12px;width:80%;}
			#header .hd_right .menu-trigger span:nth-child(3){bottom:0;}
		}
		@media only screen and (max-width:640px) {
			#header .header_cont{height:80px;}
			#header .header_cont .hd_logo{left:15px;height:58px;}
			#header .hd_right{right:15px;}
			#header .hd_right .hd_conatct{width:90px;height:32px;line-height:32px;font-size:14px;}
			#header .hd_right .menu-trigger{width:24px;height:22px;margin-left:15px;}
			#header .hd_right .menu-trigger span:nth-child(2){top:9px;}
		}
		@media only screen and (max-width:500px) {
			#header .header_cont{height:60px;}
			#header .header_cont .hd_logo{height:46px;}
		}

/*───────────────────────────────────────────────────────────

	 ASIDE | outline/header.html, outline/nav.html

───────────────────────────────────────────────────────────*/
	#aside{width:470px;right:-100%;top:0px;transition:0.8s;height:100%;box-sizing:border-box;box-sizing:border-box;position:fixed;background:#111;z-index:99;opacity:0;}
	#aside.on {right:0%;opacity:1;}

	.aside_bg {left:0px;top:0px;bottom:0;right:0;width:100%;height:100%;background:rgba(0,0,0,0.6);opacity:0;transition:0.8s;z-index:50;position:fixed;display:none;}
	.aside_bg.on {opacity:1;display:block;}

	#aside .aside_top{box-sizing:border-box;padding:30px 15px;display:flex;align-items:center;justify-content:space-between;}
	#aside .aside_box .btn_aside_close{width:22px;height:22px;position: relative;}
	#aside .aside_box .btn_aside_close a{display: block;width:100%;height:100%;font-size:0;}
	#aside .aside_box .btn_aside_close a span{display: inline-block;box-sizing:border-box;width:100%;height:2px;background:#99866d;position: absolute;left:0;top:50%;}
	#aside .aside_box .btn_aside_close a span:nth-child(1){transform:rotate(45deg);}
	#aside .aside_box .btn_aside_close a span:nth-child(2){transform:rotate(-45deg);}
	#aside .slide_container{display: block;width:100%;margin-top:50px;height:auto;}
	#aside .aside_box .slide_box{width:100%;display: block;height:auto;padding-top:40px;}
	#aside .aside_box .slide_box .slidemenu{width:100%;box-sizing:border-box;padding:0 20px;}
	#aside .aside_box .slide_box .slidemenu .depth1_li{display: block;text-align: center;position: relative;box-sizing:border-box;padding:0;border:none;border-bottom:1px solid #333;}
	#aside .aside_box .slide_box .slidemenu .depth1_li .depth1_a{width: auto;font-size:22px;color:#99866d;font-weight:600;display: block;width:100%;line-height:55px;margin:0;}
	#aside .aside_box .slide_box .slidemenu .depth1_li .depth1_a em{font-size: inherit;color: inherit;font-weight: inherit;font-family: inherit;display: inline-block;position: relative;line-height: 1.2;}
	#aside .slide_box .slidemenu li.on > a em{background:linear-gradient(to top, rgba(229,50,44,0.3) 24%, transparent 26%);}
	#aside .slide_box .slidemenu .icons{display: inline-block;box-sizing:border-box;position: relative;width:55px;height:55px;position: absolute;top:0;right:0;cursor:pointer;}
	#aside .slide_box .slidemenu .icons:before{width:10px;height:10px;content:"";border:1px solid #888;border-width:1px 1px 0 0;position: absolute;top:50%;left:50%;transform:translate(-50%, -86%) rotate(135deg);}
	#aside .slide_box .slidemenu li.on .icons:before{transform:translate(-50%, -41%) rotate(-45deg);border-color:#e3231d;}
	#aside .aside_box .slide_box .slidemenu .depth{width:100%;padding:0;margin:30px 0 30px 0;display: none;}
	#aside .aside_box .slide_box .slidemenu .depth li{display: block;margin:0;}
	#aside .aside_box .slide_box .slidemenu .depth li a{font-size:18px;display: block;}

	@media only screen and (max-width:640px) {
		#aside{width:100%;}
		#aside .aside_top .aise_logo img{width:200px;}
	}

/*───────────────────────────────────────────────────────────

	 FOOTER | outline/footer.html

───────────────────────────────────────────────────────────*/
	/* PC 일반 */
		#footer{background:#111;box-sizing:border-box;padding-bottom:114px;}
		#footer .ft_top{box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,0.3);padding:62px 0 39px;}		
		#footer .ft_top .ft_gnb{}
		#footer .ft_top .ft_gnb li{display: inline-block;vertical-align: middle;}
		#footer .ft_top .ft_gnb li + li:before{display: inline-block;vertical-align: middle;width:4px;height:4px;content:"";box-sizing:border-box;border-radius:100%;background:#fff;opacity:0.6;margin:-8px 18px 0;}
		#footer .ft_top .ft_gnb li a{font-size:18px;color:#999;font-weight:400;letter-spacing:-0.54px;}
		#footer .ft_top .ft_gnb li a strong{font-size:inherit;color:inherit;font-weight:700;letter-spacing:inherit;}

		#footer .ft_info{margin-top:34px;}
		#footer .ft_info .info{margin-bottom:19px;width:calc(100% + 38px);margin-left:-19px;font-size:0;}
		#footer .ft_info .info span{display: inline-block;vertical-align: top;font-size:15px;color:#999;font-weight:400;letter-spacing:-0.45px;line-height:26px;font-family:'SUIT', 'Malgun Gothic', '맑은 고딕', dotum, sans-serif;margin:0 19px;}
		#footer .ft_info .info span a{font-size:inherit;color:inherit;font-weight:inherit;letter-spacing:inherit;font-family:inherit;}
		#footer .ft_info .copy{font-size:16px;color:rgba(153,153,153,0.6);font-weight:400;letter-spacing:-0.48px;font-family:'SUIT', 'Malgun Gothic', '맑은 고딕', dotum, sans-serif;}
		#footer .ft_info .copy a{font-size:inherit;color:inherit;font-weight:inherit;letter-spacing:inherit;font-family:inherit;display: inline-block;margin-left:31px;}
	
		.ft_btn_top{position: fixed;bottom:30px;right:30px;z-index:0;opacity:0;transition:all 0.5s;}
		.ft_btn_top.on{opacity:1;z-index:11;transition:all 0.5s;}
		.ft_btn_top ul{position: relative;}
		.ft_btn_top ul li{}
		.ft_btn_top ul li + li{margin-top:10px;}
		.ft_btn_top ul li a{display: block;width:60px;height:60px;box-sizing:border-box;border-radius:100%;box-shadow: 0px 5px 11px 0 rgba(0, 0, 0, 0.3);font-size:0;}
		.ft_btn_top ul li:nth-child(1) a{background:#ffeb3b url('../images/skin/quick-kakao.png')no-repeat center;}
		.ft_btn_top ul li:nth-child(2) a{background:#00c931 url('../images/skin/quick-blog.png')no-repeat center;}
		.ft_btn_top ul li:nth-child(3) a{background:#222 url('../images/skin/btn-top.png')no-repeat center;}

	
	@media only screen and (max-width:1024px) {
		#footer .ft_info .info br{display: none;}
	}
	@media only screen and (max-width:767px) {
		#footer .ft_info .copy a{display: block;margin:3px 0 0;}
	}
	@media only screen and (max-width:640px) {
		#footer{padding-bottom:60px;}
		#footer .ft_top{flex-direction:column;justify-content:center;padding:40px 0 28px;}
		#footer .ft_top .ft_gnb{margin-top:30px;}
		#footer .ft_top .ft_gnb li a{font-size:15px;}
		#footer .ft_top .ft_gnb li + li:before{margin:-5px 18px 0;}

		#footer .ft_info{margin-top:25px;}
		#footer .ft_info .info{width:calc(100% + 20px);margin-bottom:10px;margin-left:-10px;}
		#footer .ft_info .info span{font-size:13px;margin:0 10px;}
		#footer .ft_info .copy{font-size:13px;}

		.ft_btn_top{right:15px;bottom:15px;}
		.ft_btn_top ul li a{width:42px;height:42px;}
		.ft_btn_top ul li:nth-child(1) a{background-size:auto 50%;}
		.ft_btn_top ul li:nth-child(2) a{background-size:auto 34%;}
		.ft_btn_top ul li:nth-child(3) a{background-size:auto 50%;}
	}
	@media only screen and (max-width:500px) {
		#footer .ft_top .ft_logo img{height:20px;}
		#footer .ft_top .ft_gnb{margin-top:18px;}
		#footer .ft_top .ft_gnb li a{font-size:13px;}
		#footer .ft_top .ft_gnb li + li:before{margin:-5px 10px 0;}
	}

/*───────────────────────────────────────────────────────────

	 MAIN | index.html

───────────────────────────────────────────────────────────*/
	/* visual */
		#wrap .main_visual {position:relative;width:100%;margin:0;height:860px;background:#000;}
		#wrap .main_visual .slick-slide {overflow:hidden;position:relative;text-align:center;height:860px;border:none;min-height:100% !important;}
		#wrap .main_visual .thumb{width:100%;height:100%;position: absolute;top:0;left:0;}
		.main_visual .txt_box {width:100%;text-align:center;transform:translate(-50%, -50%);position:absolute;left:50%;top:48.5%;font-size:0;}
		.main_visual .txt_box h3,
		.main_visual .txt_box p,
		.main_visual .txt_box a {display:block;text-align:center;opacity:0;transform:translateY(100px);transition:all 0.5s;}
		.main_visual .txt_box h3{font-size:80px;color:#99866d;font-weight:400;}
		.main_visual .txt_box p{font-size:26px;color:#99866d;font-weight:400;letter-spacing:-0.78px;line-height:40px;margin:29px 0 82px;word-break:keep-all;}
		.main_visual .txt_box a{display: inline-block;box-sizing:border-box;width:180px;height:70px;border-radius:35px;line-height:70px;background:#99866d;text-align: center;font-size:20px;color:#fff;font-weight:600;letter-spacing:-0.6px;;}

		/*active*/
			.main_visual .active .txt_box h3,
			.main_visual .active .txt_box p,
			.main_visual .active .txt_box a{opacity:1;transform:translateY(0);transition:all 0.5s;}
			.main_visual .active .txt_box p{transition-delay:0.3s;}
			.main_visual .active .txt_box a{transition-delay:0.6s;}

	/*공통*/
		.main_content > div{position: relative;box-sizing:border-box;}
		.main_content > div > a{position: absolute;top:-80px;}

		.main_title{text-align: center;}
		.main_title span{font-size:20px;color:#99866d;font-weight:500;letter-spacing:-0.6px;}
		.main_title h3{font-size:50px;color:#99866d;font-weight:400;margin-bottom:18px;line-height:60px;}

	/*about*/
		.main_about{background:#222 url('../images/skin/about-icon.png')no-repeat right bottom;padding:125px 0 104px;}
		.main_about .branch_list{display:flex;flex-wrap:wrap;width:calc(100% + 30px);margin-left:-15px;margin-top:50px;}
		.main_about .branch_list > li{display:flex;flex-wrap:wrap;align-items:center;box-sizing:border-box; border-radius: 30px;box-shadow: 9.6px 11.5px 15px 0 rgba(0, 0, 0, 0.3), -7.1px -7.1px 8px 0 #333;border: solid 1px #333;margin:0 15px 30px;width:calc(50% - 30px);overflow:hidden;min-height:230px;background:#222;}
		.main_about .branch_list > li .logo{display:flex;align-items:center;justify-content:center;box-sizing:border-box;box-shadow: 6.4px 7.7px 20px 0 rgba(0,0,0,0.2);height:100%;width:36.4%;}
		.main_about .branch_list > li dl{box-sizing:border-box;width:63.6%;padding:36px 10px 36px 15px;}
		.main_about .branch_list > li dl dt{font-size:26px;color:#99866d;font-weight:700;letter-spacing:-0.78px;font-family:'SUIT', 'Malgun Gothic', '맑은 고딕', dotum, sans-serif;}
		/* .main_about .branch_list > li dl dd{margin-top:18px;} */
		.main_about .branch_list > li dl ul li{font-size:17px;color:#999;font-weight:400;letter-spacing:-0.45px;position: relative;box-sizing:border-box;/* padding-left:10px; */font-family:'SUIT', 'Malgun Gothic', '맑은 고딕', dotum, sans-serif;word-break:keep-all;}
		.main_about .branch_list > li dl ul li + li{margin-top:6px;}
		/* .main_about .branch_list > li dl ul li:before{width:3px;height:3px;content:"";box-sizing:border-box;border-radius:100%;background:#999;position: absolute;left:0;top:9px;} */

	/*business*/
		.main_business{background:#1f1f1f;padding:125px 0 130px;}
		.main_business .business_list{width:calc(100% + 30px);margin-left:-15px;display:flex;flex-wrap:wrap;margin-top:51px;}
		.main_business .business_list li{width:calc(25% - 30px);margin: 0 15px;box-sizing:border-box;border-bottom:1px solid #99866d;}
		.main_business .business_list .img{width:100%;height:0;padding-bottom:86%;box-sizing:border-box;border-radius: 30px;box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);position: relative;overflow:hidden;}
		.main_business .business_list .img img{width:100%;position: absolute;top:50%;left:50%;transform:translate(-50%, -50%);}
		.main_business .business_list .info{box-sizing:border-box;text-align: center;margin-top:34px;;padding-bottom:34px;}
		.main_business .business_list .info span{font-size:22px;color:#99866d;font-weight:400;}
		.main_business .business_list .info .tit{display: block;font-size:24px;color:#99866d;font-weight:600;letter-spacing:-0.72px;font-family:'SUIT', 'Malgun Gothic', '맑은 고딕', dotum, sans-serif;margin-top:10px;word-break:keep-all;}
		.main_business .business_list .info p{font-size:16px;color:#999;font-weight:400;letter-spacing:-0.48px;line-height:26px;font-family:'SUIT', 'Malgun Gothic', '맑은 고딕', dotum, sans-serif;margin-top:10px;word-break:keep-all;}

	/*service*/
		.main_service{background:#222;padding:125px 0 130px;}
		.main_service .service_step{display:flex;flex-wrap:wrap;margin-top:63px;}
		.main_service .service_step li{box-sizing:border-box;margin:0 62.5px;width:calc(25% - 125px);text-align: center;position: relative;}
		.main_service .service_step li .icon{position: relative;width:100%;height:0;padding-bottom:calc(100% - 2px);margin:0 auto;box-sizing:border-box;border-radius:100%;border:1px dashed rgba(255,255,255,0.2);background:#222;z-index:2;}
		.main_service .service_step li .icon:before{width:100%;height:1px;content:"";background:#fff;opacity:0.2;position: absolute;right:-100%;top:50%;}
		.main_service .service_step li .icon:after{width:12px;height:21px;content:"";background:url('../images/skin/service_arw.png')no-repeat center;background-size:cover;transform:translate(-50%);position: absolute;top:44.4%;right:-38%;}
		.main_service .service_step li:last-child .icon:before{display: none;}
		.main_service .service_step li:last-child .icon:after{display: none;}
		.main_service .service_step li .icon div{display:flex;align-items:center;justify-content:center;position:absolute;width:160px;height:0;padding-bottom:160px;box-sizing:border-box;border-radius:100%;background:#333; box-shadow: 9.6px 11.5px 15px 0 rgba(0, 0, 0, 0.3), -2.8px -2.8px 8px 0 rgba(51, 51, 51, 0.8), inset 29.6px 35.2px 87px 0 #222;z-index:2;top:20px;left:20px;}
		.main_service .service_step li .icon img{position: absolute;top:50%;left:50%;transform:translate(-50%, -50%);}
		.main_service .service_step li .info{margin-top:25px;}
		.main_service .service_step li .info span{font-size:16px;color:#99866d;font-weight:400;letter-spacing:0.48px;}
		.main_service .service_step li .info .tit{font-size:22px;color:#99866d;font-weight:600;letter-spacing:-0.66px;word-break:keep-all;display: block;margin-top:10px;}
		.main_service .service_step li .info p{font-size:16px;color:#999;font-weight:400;letter-spacing:-0.48px;line-height:26px;font-family:'SUIT', 'Malgun Gothic', '맑은 고딕', dotum, sans-serif;word-break:keep-all;margin-top:10px;width:calc(100% + 15px);margin-left:-7.5px;}

		.main_service .service_list{display:flex;flex-wrap:wrap;box-sizing:border-box;box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);border-radius:30px;padding:40px 40px 0;margin-top:74px;}
		.main_service .service_list > li{width:50%;box-sizing:border-box;display:flex;flex-wrap:wrap;align-items:center;margin-bottom:40px;}
		.main_service .service_list > li .img{width:48.5%;box-sizing:border-box;overflow:hidden; border-radius:30px;box-shadow:0 0 30px 0 rgba(51, 51, 51, 0.3);position: relative;height:0;padding-bottom:37.8%;}
		.main_service .service_list > li .img img{width:100%;position: absolute;top:50%;left:50%;transform:translate(-50%, -50%);}
		
		.main_service .service_list > li dl{box-sizing:border-box;padding-left:40px;width:51.5%;padding-right:10px;}
		.main_service .service_list > li dt{font-size:22px;color:#99866d;font-weight:700;letter-spacing:-0.78px;font-family:'SUIT', 'Malgun Gothic', '맑은 고딕', dotum, sans-serif;}
		.main_service .service_list > li dd{margin-top:12px;}
		.main_service .service_list > li dd ul li{font-size:17px;color:#999;font-weight:400;letter-spacing:-0.45px;position: relative;box-sizing:border-box;/* padding-left:10px; */font-family:'SUIT', 'Malgun Gothic', '맑은 고딕', dotum, sans-serif;word-break:keep-all;}
		/* .main_service .service_list > li dd ul li:before{width:3px;height:3px;content:"";box-sizing:border-box;border-radius:100%;background:#999;position: absolute;left:0;top:9px;} */
		.main_service .service_list > li dd ul li + li{margin-top:8px;}

	/*building*/
		.main_building{padding:190px 0 190px;background:#1f1f1f;}
		.main_building .build_list{}	
		.main_building .build_list > li{position: relative;display:flex;align-items:center;flex-wrap:wrap;;}
		.main_building .build_list > li + li{margin-top:122px;}
		.main_building .build_list > li > a{position: absolute;top:-130px;}
		.main_building .build_list > li .txt_box{box-sizing:border-box;padding-right:10px;width:50%;}
		.main_building .build_list > li .txt_box span{display: inline-block;box-sizing:border-box;width:130px;height:43px;line-height:43px;border-radius:22px;border:1px solid #99866d;font-size:20px;color:#99866d;font-weight:700;letter-spacing:-0.6px;display:flex;align-items:center;justify-content:center;}
		.main_building .build_list > li .txt_box span:before{width:24px;height:24px;content:"";background:url('../images/skin/gallery-icon.png')no-repeat center;margin-right:11px;background-size:auto 100%;}
		.main_building .build_list > li .txt_box h4{font-size:50px;color:#99866d;font-weight:700;letter-spacing:-1.5px;margin:39px 0 20px;word-break:keep-all;}
		.main_building .build_list > li .txt_box p{font-size:26px;color:#999;font-weight:400;letter-spacing:-0.78px;line-height:40px;font-family:'SUIT', 'Malgun Gothic', '맑은 고딕', dotum, sans-serif;margin-bottom:71px;word-break:keep-all;}
		.main_building .build_list > li .txt_box a{display: inline-block;box-sizing:border-box;width:228px;border-radius:35px;border-radius:35px;line-height:70px;background:#99866d;text-align: center;font-size:20px;color:#fff;font-weight:600;letter-spacing:-0.6px;;font-family:'SUIT', 'Malgun Gothic', '맑은 고딕', dotum, sans-serif;}
		.main_building .build_list > li .txt_box a + a{margin-left:10px;}
		.main_building .build_list > li .img_box{width:50%;height:0;padding-bottom:40.7%;position: relative;overflow:hidden;box-sizing:border-box;border-radius:30px;}
		.main_building .build_list > li .img_box img{width:100%;position: absolute;top:50%;left:50%;transform:translate(-50%, -50%);}

		.main_building .build_list > li:nth-of-type(2n){flex-direction:row-reverse;}
		.main_building .build_list > li:nth-of-type(2n) .txt_box{padding-left:80px;}

	/*contact*/
		.main_contact{background:url('../images/skin/contact-bg.jpg')no-repeat center;background-size:cover;padding:130px 0;}
		.main_content > div.main_contact > a{top:0;}
		.main_contact .w_custom{display:flex;flex-wrap:wrap;align-items:center;}
		.main_contact .w_custom > div{box-sizing:border-box;}
		.main_contact .txt_box{width:41.5%;padding-right:30px;}
		.main_contact .txt_box .map_box{width:100%;box-sizing:border-box;border-radius:30px;position: relative;height:0;padding-bottom:70%;}
		.main_contact .txt_box .map_box .root_daum_roughmap{width:100%;height:100%;position: absolute;top:50%;left:50%;transform:translate(-50%, -50%);}
		.main_contact .txt_box .map_box .root_daum_roughmap .wrap_map{height:100%;}
		.main_contact .info_box{margin-top:30px;}	
		.main_contact .info_box dl{display:flex;align-items:center;}
		.main_contact .info_box dl + dl{margin-top:16px;}
		.main_contact .info_box dl dt{width:18px;display:flex;justify-content:center;}
		.main_contact .info_box dl dd{width: calc(100% - 18px);box-sizing:border-box;padding-left:11px;font-size:16px;color:#999;font-weight:500;letter-spacing:-0.48px;font-family:'SUIT', 'Malgun Gothic', '맑은 고딕', dotum, sans-serif;}

		.main_contact .form_wrap{width:58.5%;box-sizing:border-box;}
		.main_contact .main_title{text-align:center;margin-bottom:20px;}
		.main_contact .form_box{width:100%;box-shadow: 0 0 30px 0 rgba(51, 51, 51, 0.3);background:#1f1f1f;border-radius:30px;overflow:hidden;}
		.main_contact .form_box table{display: block;width:100%;box-sizing:border-box;padding:50px 40px 15px 54px;}
		.main_contact .form_box table tbody{display:flex;flex-wrap:wrap;}
		.main_contact .form_box table tbody tr{width:100%;display:flex;flex-wrap:wrap;align-items:center;padding:10px 0;box-sizing:border-box;min-height:50px;}
		.main_contact .form_box table tbody tr.ex_field{width:50%;}
		.main_contact .form_box table tbody tr th, .main_contact .form_box table tbody tr td{display:flex;}
		.main_contact .form_box table tbody tr th{font-size:17px;color:#99866d;font-weight:600;width:60px;}
		.main_contact .form_box table tbody tr:nth-child(2) th{justify-content:flex-end;}
		.main_contact .form_box table tbody tr td{box-sizing:border-box;width:calc(100% - 60px);padding-left:33px;}
		.main_contact .form_box table tbody tr.tr_captcha td{padding-left:0;width:100%;display:flex;align-items:center;}
		.main_contact .form_box table tbody tr.tr_captcha td input[type="text"]{margin-left:10px;width:40%;}
		.main_contact .form_box .btn_reset{padding:0 !important;margin-left:10px;width:50px !important;height:50px !important;background-position:center !important;border-radius:10px;overflow:hidden;}
		.main_contact .form_box table tbody tr td input[type="text"]{width:100%;height:50px;box-sizing:border-box;background:transparent;border-radius:10px;border:1px solid #999;font-size:16px;color:#99866d;font-weight:400;padding-left:20px;}
		.main_contact .form_box table tbody tr td input[type="text"]:focus{border-color:#99866d;}
		.main_contact .form_box table tbody tr td textarea{resize:none;width:100%;box-sizing:border-box;background:transparent;border-radius:10px;border:1px solid #999;font-size:16px;color:#99866d;font-weight:400;height:160px}
		.main_contact .form_box table tbody tr td textarea:focus{border-color:#99866d;}
		.main_contact .form_box table tbody tr td input + label{font-size:17px;color:#999;font-weight:400;}

		.main_contact .form_box table tbody tr td.check_td{padding-left:0;width:100%;}
		.main_contact .form_box .policy_cont a{font-size:13px;color:#99866d;font-weight:400;display: inline-block;vertical-align: middle;}
		.main_contact .form_box .policy_cont input + label{vertical-align: middle;}


		.main_contact .btn_box{width:100%;box-sizing:border-box;border-radius:0 0 30px 30px;text-align: center;background:#99866d;}
		.main_contact .btn_box button{width:100%;height:80px;}
		.main_contact .btn_box a{width:100%;height:100%;font-size:20px;color:#fff;font-weight:600;}
				
		@media only screen and (max-width:1350px) {
			/*business*/
				.main_business .business_list{width:calc(100% + 20px);margin-left:-10px;}
				.main_business .business_list li{width:calc(25% - 20px);margin:0 10px;}
				.main_business .business_list .info .tit{font-size:20px;}
				.main_business .business_list .info p{font-size:14px;}

			/*service*/
				.main_service .service_step li{width:calc(25% - 60px);margin:0 30px;}
				.main_service .service_step li .icon div{width:calc(100% - 40px);padding-bottom:calc(100% - 40px);}
				.main_service .service_step li .icon:after{right:-18%;top:45.4%;}
				.main_service .service_step li .info{margin-top:15px;}
				.main_service .service_step li .info p{font-size:14px;}
				.main_service .service_step li .info p br{display: none;}
		}
		@media only screen and (max-width:1100px) {
			/*about*/
				.main_about .branch_list > li{min-height:auto;padding:30px 15px;display: block;}
				.main_about .branch_list > li .logo{width:100%;height:107px;box-shadow:none;}
				.main_about .branch_list > li dl{padding:0;margin-top:20px;width:100%;}

			/*service*/
				.main_service .service_step li .icon:after{right:-23%;}
				.main_service .service_step li .info{margin-top:34px;}
				.main_service .service_step li .info .tit{font-size:18px;}
				.main_service .service_step li .info p{line-height:22px;}

			/*contact*/
				.main_contact .form_box table{padding:30px 30px 15px 30px;}
				.main_contact .form_box table tbody tr.ex_field{width:100%;}
				.main_contact .btn_box button{height:70px;}

		}
		@media only screen and (max-width:1024px) {
			/*visual*/
				#wrap .main_visual, #wrap .main_visual .slick-slide{height:750px;}
				.main_visual .txt_box{box-sizing:border-box;padding:0 30px;}
				.main_visual .txt_box h3{font-size:68px;}
				.main_visual .txt_box p{font-size:22px;line-height:36px;;}
				.main_visual .txt_box p br{display: none;}
				.main_visual .txt_box a{width:160px;}
		
			/*service*/	
				.main_service .service_step li .icon:after{top:43.4%;right:-29%;}
				.main_service .service_step li .icon img{max-height:45%;}

				.main_service .service_list{padding:30px 0 0;margin-top:50px;}
				.main_service .service_list > li .img{width:calc(100% - 60px);padding-bottom:65%;margin:0 auto;}
				.main_service .service_list > li dl{width:100%;padding:30px 10px 0 30px;}

			/*building*/
				.main_building{padding:120px 0;}
				.main_building .build_list > li + li{margin-top:90px;}
				.main_building .build_list > li .txt_box span{font-size:18px;}
				.main_building .build_list > li .txt_box h4{font-size:38px;margin:29px 0 15px;}
				.main_building .build_list > li .txt_box p{font-size:20px;line-height:30px;}
				.main_building .build_list > li .txt_box p br{display: none;}
				

				.main_building .build_list > li:nth-of-type(2n) .txt_box{padding-left:40px;}
		}
		@media only screen and (max-width:800px) {
			/*공통*/
				.main_title span{font-size:18px;}
				.main_title h3{font-size:40px;margin-bottom:10px;line-height:50px;}

			/*about*/
				.main_about{padding:90px 0 70px;background-size:auto 20%;}
				.main_about .branch_list{width:calc(100% + 15px);margin-left:-7.5px;}
				.main_about .branch_list > li{width:calc(50% - 15px);margin:0 7.5px 30px;}
				.main_about .branch_list > li .logo{height:94px;}
				.main_about .branch_list > li .logo img{max-height:90%;}
				.main_about .branch_list > li dl dt{font-size:20px;}
				.main_about .branch_list > li dl ul li{font-size:13px;}

			/*business*/
				.main_business{padding:80px 0 90px;}
				.main_business .business_list li{width:calc(50% - 20px);margin:0 10px 30px;}
				.main_business .business_list .info{margin-top:18px;padding-bottom:20px;}

			/*service*/
				.main_service{padding:80px 0 90px;}
				.main_service .service_step{margin-top:50px;}
				.main_service .service_step li{width:calc(50% - 60px);margin:0 30px 60px;}
				.main_service .service_step li .icon{width:75%;padding-bottom:calc(75% - 2px);}
				.main_service .service_step li .icon:before{display: none;}
				.main_service .service_step li .icon:after{right:-39%;}
				.main_service .service_step li:nth-child(2) .icon:after{display: none;}
				.main_service .service_step li:nth-child(2):before{width:12px;height:21px;content:"";background:url('../images/skin/service_arw.png')no-repeat center;background-size:cover;transform:rotate(90deg);position: absolute;bottom:-39px;;left:48%;}
				.main_service .service_step li:nth-child(3){order:2;}
				.main_service .service_step li:nth-child(3) .icon:after{transform: scaleX(-1);left:-32%;}
				.main_service .service_step li .info{margin-top:20px;}
				.main_service .service_step li .info p{width:100%;margin-left:0;}
				
				.main_service .service_list{padding:30px 15px 0;}
				.main_service .service_list > li .img{width:calc(100% - 30px);}
				.main_service .service_list > li dl{padding:30px 10px 0 15px;}

			/*building*/
				.main_building{padding:90px 0 90px;}

			/*contact*/
				.main_contact{padding:90px 0 90px;}
				.main_contact .txt_box{width:100%;padding:0;}
				.main_contact .info_box{margin-top:20px;}
				.main_contact .form_wrap{width:100%;margin-top:30px;}
		}
		@media only screen and (max-width:640px) {
			/*visual*/
				#wrap .main_visual, #wrap .main_visual .slick-slide{height:100vw;}
				.main_visual .txt_box h3{font-size:50px;}
				.main_visual .txt_box p{font-size:18px;margin:16px 0 50px;}
				.main_visual .txt_box a{font-size:16px;width:140px;height:58px;line-height:56px;}

			/*about*/
				.main_about .branch_list{width:100%;margin-left:0;}
				.main_about .branch_list > li{width:100%;margin:0 0 20px;padding:15px 15px 20px;}
				.main_about .branch_list > li dl{margin-top:10px;}
				/* .main_about .branch_list > li dl dd{margin-top:10px;} */

			/*business*/
				.main_business .business_list{margin-top:30px;}
				.main_business .business_list .img{border-radius:15px;}
				.main_business .business_list .info{padding-bottom:12px;}
				.main_business .business_list .info span{font-size:18px;}
				.main_business .business_list .info .tit{font-size:18px;margin-top:5px;}
				.main_business .business_list .info p{font-size:13px;margin-top:8px;line-height:22px;}

			/*service*/
				.main_service .service_step li{width:calc(50% - 30px);margin:0 15px 60px;}
				.main_service .service_step li .icon:after{right:-33%;}
				.main_service .service_step li:nth-child(3) .icon:after{left:-29%;}

				.main_service .service_list{margin-top:30px;border-radius:15px;}
				.main_service .service_list > li{margin-bottom:25px;}
				.main_service .service_list > li .img{border-radius:15px;}
				.main_service .service_list > li dl{padding:20px 10px 0 15px;}
				.main_service .service_list > li dt{font-size:18px;}
				.main_service .service_list > li dd ul li{font-size:14px;}

			/*building*/
				.main_building .build_list > li{flex-direction:column-reverse;}
				.main_building .build_list > li:nth-of-type(2n){flex-direction:column-reverse;}
				.main_building .build_list > li .txt_box{width:100%;margin-top:30px;}
				.main_building .build_list > li .img_box{width:100%;padding-bottom:63%;}
				.main_building .build_list > li .txt_box span{font-size:16px;width:110px;height:36px;line-height:36px;}
				.main_building .build_list > li .txt_box span:before{width:18px;height:18px;margin-right:7px;}
				.main_building .build_list > li .txt_box h4{font-size:28px;margin:22px 0 8px;}
				.main_building .build_list > li .txt_box p{font-size:16px;line-height:24px;margin-bottom:30px;}
				.main_building .build_list > li .txt_box a{width:160px;line-height:50px;font-size:16px;}

				.main_building .build_list > li:nth-of-type(2n) .txt_box{padding-left:0;}

			/*contact*/
				.main_contact .info_box dl dd{font-size:14px;}
				.main_contact .form_box table tbody tr{min-height:40px;padding:5px 0;}
				.main_contact .form_box table tbody tr th{font-size:15px;}
				.main_contact .form_box table tbody tr td input[type="text"]{height:40px;}
				.main_contact .form_box table tbody tr td input + label{font-size:15px;}
				.main_contact .btn_box button{height:60px;}
				.main_contact .form_box .btn_reset{width:40px !important;height:40px !important;}
		}	
		@media only screen and (max-width:500px) {
			/*visual*/
				#wrap .main_visual, #wrap .main_visual .slick-slide{height:100vh;}
				.main_visual .txt_box h3{font-size:40px;}
				.main_visual .txt_box p{font-size:16px;line-height:28px;}
				.main_visual .txt_box a{height:46px;line-height:46px;}

			/*공통*/
				.main_title span{font-size:16px;}
				.main_title h3{font-size:30px;margin-bottom:5px;line-height:40px;}

			/*about*/
				.main_about{padding:60px 0 55px;}
				.main_about .branch_list{margin-top:20px;}

			/*business*/
				.main_business{padding:60px 0 55px;}
				.main_business .business_list{width:100%;margin-left:0;}
				.main_business .business_list li{width:100%;margin:0 0 30px;}
				.main_business .business_list .img{padding-bottom:60%;}

			/*service*/
				.main_service{padding:60px 0 55px;}
				.main_service .service_step{margin-top:30px;}
				.main_service .service_step li .icon{width:90%;padding-bottom:calc(90% - 2px);}
				.main_service .service_step li .icon:after{right:-22%;}
				.main_service .service_step li:nth-child(3) .icon:after{left:-18%;}
				
				.main_service .service_step li .info{margin-top:10px;}
				.main_service .service_step li .info span{font-size:14px;}
				.main_service .service_step li .info .tit{font-size:16px;margin-top:5px;}
				.main_service .service_step li .info p{font-size:13px;margin-top:6px;line-height:20px;}

				.main_service .service_list{margin-top:0;}
				.main_service .service_list > li{width:100%;margin-bottom:40px;}
				.main_service .service_list > li .img{width:100%;padding-bottom:75%;}
				.main_service .service_list > li dl{padding:15px 10px 0 0;}
				.main_service .service_list > li dt{font-size:16px;}
				.main_service .service_list > li dd{margin-top:6px;}
				.main_service .service_list > li dd ul li{font-size:13px;}
				.main_service .service_list > li dd ul li + li{margin-top:5px;}

			/*building*/
				.main_building{padding:60px 0 55px;}
				.main_building .build_list > li + li{margin-top:50px;}
				.main_building .build_list > li .img_box{border-radius:15px;}
				.main_building .build_list > li .txt_box h4{font-size:22px;}
				.main_building .build_list > li .txt_box p{font-size:14px;}
				.main_building .build_list > li .txt_box a{width:140px;line-height:46px;font-size:14px;}

			/*contact*/
				.main_contact{padding:60px 0 55px;}
				.main_contact .info_box{margin-top:12px;}
				.main_contact .info_box dl + dl{margin-top:10px;}
				.main_contact .form_box{margin-top:20px;border-radius:15px;}
				.main_contact .form_box table{padding:20px 15px 5px 15px;}
				.main_contact .form_box table tbody tr td{padding-left:15px;}
				.main_contact .form_box table tbody tr td input[type="text"]{border-radius:5px;font-size:14px;}
				.main_contact .form_box table tbody tr td textarea{height:110px;border-radius:5px;font-size:14px;}
				.main_contact .form_box table tbody tr.tr_captcha td img#captcha{width:126px !important;}
				.main_contact .form_box table tbody tr.tr_captcha td input[type="text"]{margin-left:5px;}
				.main_contact .form_box .btn_reset{margin-left:5px;}
				.main_contact .btn_box{border-radius:0 0 15px 15px;}
				.main_contact .btn_box button{height:50px;}
				.main_contact .btn_box a{font-size:16px;}
		}
		@media only screen and (max-width:400px) {
			.main_service .service_step li .icon{width:100%;padding-bottom:calc(100% - 2px);}
			.main_service .service_step li .icon:after{right:-19%;}
			.main_service .service_step li:nth-child(3) .icon:after{left:-15%;}

		}
		@media only screen and (max-width:340px) {
			.main_service .service_step li .icon:after{right:-22%;}
			.main_service .service_step li:nth-child(3) .icon:after{left:-18%;}
		}