@charset "UTF-8";





*, *:before, *:after { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }
.all_wrap{overflow: hidden;position: relative; height: 100%; background-color: #fff; top: -10px;  }

.jarallax {position: relative;z-index: 0;height: 100%;}
.jarallax > .jarallax-img {position: absolute;  object-fit: cover;  top: 0;  left: 0;  width: 100%;  height: 100%;  z-index: -1;}

/* 공통 */
.width{width: 96% !important; max-width: 1400px; margin: 0 auto; position: relative;}


.sub_common {padding: 0px 0px 200px 0px; }
.common{padding: 80px 0px 70px 0px;}

.title h2{font-size: 4.0rem; font-weight: 500;}
.title p{font-size: 1.8rem;}
.stitle{text-align: center; margin-bottom: 80px;}
.titleM{font-size: 3.4rem; font-weight: 500;}
.titleS{font-size: 1.8rem; margin-top: 20px;}
.titleL{font-size: 2.8rem; font-weight: 500;}
.center{text-align: center;}
.left{text-align: left;}



@media all and (max-width: 1024px) {
	
	
	
	
	.common{padding: 60px 0px;}
	.stitle{margin-bottom: 60px;}
}





#header{
	
	display: inline-block;
	width: calc(100% - 800px);
	left: 400px;
	
	  
	
	position: fixed;
	
	border-radius: 20px;
	
	top: 20px;
	
	z-index: 1000; 
	transition: 0.3s all;
	
	
	background: rgba(255,255,255,0.8); 
	
	-webkit-box-shadow: -2px 6px 16px 0px rgba(0,0,0,0.26);
	box-shadow:-2px 6px 16px 0px rgba(0,0,0,0.26);
	
	backdrop-filter: saturate(180%) blur(40px);
	-webkit-backdrop-filter:saturate(180%) blur(40px);
	
	border: 2px dashed #ff1d1d;
}


#header2{
	
	display: inline-block;
	width: 100%;
	
	
	  
	
	position: fixed;
	
	border-radius: 0px;
	
	top: 0px;
	
	z-index: 1000; 
	transition: 0.3s all;
	
	
	background: rgba(0,0,0,0.3); 
	
	
	-webkit-box-shadow: -2px 6px 16px 0px rgba(0,0,0,0.26);
	box-shadow:-2px 6px 16px 0px rgba(0,0,0,0.26);
	
	backdrop-filter: saturate(180%) blur(30px);
	-webkit-backdrop-filter:saturate(180%) blur(30px);
	

	
	border-bottom: 0px solid #fff;
}




#header2 a {color: #fff; }


#header2 .width { max-width: auto; }


#header2 .head_login_wrap{ border-bottom: 0px dashed #ff1d1d;  }



#header2 .head_login{display: flex;justify-content: flex-end;padding: 7px 20px;}
#header2 .head_login li{margin-left: 10px;}
#header2 .head_login a{font-size: 1.9rem;}
#header2 .head_login i{font-size: 20px;}
#header2.scroll{top:-36px;}


#header2.scroll{ background: rgba(255,255,255,0.8);  

	-webkit-box-shadow: -2px 6px 16px 0px rgba(0,0,0,0.26);
	box-shadow:-2px 6px 16px 0px rgba(0,0,0,0.26);
	
	backdrop-filter: saturate(180%) blur(20px);
	-webkit-backdrop-filter:saturate(180%) blur(20px);


}




#header2.scroll .logo_b{ display: block;}
#header2.scroll .logo_w{ display: none;}

#header2.scroll a { color: rgba(5,5,5,1.00);  }

#header2 .head_menu {position: relative;display: flex;justify-content: space-between; width: 100%; }



#header2 .head_menu .main_menu { width: 70%; display: flex; justify-content: right; text-align: center; height: 100%; z-index: 9;}
#header2 .head_menu .main_menu .dept1 { width: 25%; position: relative; padding: 15px 10px; text-align: left; }
#header2 .head_menu .main_menu .dept1 > a { font-size: 2.2rem; font-weight: bold; }
#header2 .head_menu .main_menu .dept1 > a.active { color: #ff1d1d; font-weight: bold; }
#header2 .head_menu .main_menu .dept1 > a.menuon { color: #ff1d1d; font-weight: bold; }

#header2 .head_menu .sub_menu {  width: 100%; padding-top: 20px; display: none; padding-bottom: 30px;}

#header2 .head_menu:hover .sub_menu { display:block; }

#header2:hover  {
	background: rgba(255,255,255,0.7); 
	
	
}

#header2:hover a {
	color: rgba(5,5,5,0.9); 
	
	
}





#header2:hover  .logo_w{ display: none;
	
	}


#header2:hover  .logo_b{ display: block;
	
	}


#header2  .logo_w{ display: block;
	
	}


#header2  .logo_b{ display: none;
	
	}





#header2 .head_menu .main_menu .dept2 { }
#header2 .head_menu .main_menu .dept2 a { font-size: 2.2rem; display: block; padding: 5px 5px; }
#header2 .main_menu .dept2>a:hover,
#header2 .main_menu .dept2>a:active,
#header2 .main_menu .dept2>a.menuon,
#header2 .main_menu .dept2>a:focus { color: #364F6B;font-weight: bold;}


#header2 .menu_bg {
	      
	width: 100%; left: 0;
	z-index: 1;
	position: relative; 
	display: block;
	
	
}

#header2:hover .menu_bg {
	      
	background: rgba(255,255,255,0.1);  
	
	
	
}

#header2:hover .head_menu .sub_menu {
    display: block;
}


@media screen and ( max-width: 1920px ){

	#header{
		
		width: calc(100% - 500px);
		left: 250px;
	}
	
}




@media screen and ( max-width: 1700px ){

	#header{
		
		width: calc(100% - 300px);
		left: 150px;
	}
	
}


@media screen and ( max-width: 1400px ){

	#header{
		
		width: calc(100% - 180px);
		left: 90px;
	}
	
}


@media screen and ( max-width: 1200px ){

	#header{
		
		width: calc(100% - 50px);
		left: 25px;
	}
	
}




#header .head_login_wrap{ border-bottom: 2px dashed #ff1d1d;  }



#header .head_login{display: flex;justify-content: flex-end;padding: 7px 0px;}
#header .head_login li{margin-left: 10px;}
#header .head_login a{font-size: 1.4rem;}
#header .head_login i{font-size: 20px;}
#header.scroll{top:-36px;}

#header .head_menu {position: relative;display: flex;justify-content: space-between;align-items: center;width: 100%; height: 90px;}
#header .head_menu .main_menu { width: 70%; display: flex; justify-content: center; align-items: center; text-align: center; height: 100%; z-index: 9;}
#header .head_menu .main_menu .dept1 { width: 20%; position: relative; padding: 15px 0px;}
#header .head_menu .main_menu .dept1 > a { font-size: 1.9rem; font-weight: 500; }
#header .head_menu .main_menu .dept1 > a.active { color: #364F6B; font-weight: bold; }
#header .head_menu .main_menu .dept1 > a.menuon { color: #364F6B; font-weight: bold; }

#header .head_menu .sub_menu {  position: absolute; top: 100%; left: 50%; transform: translateX(-50%); width: 100%; padding-top: 20px; display: none; padding-bottom: 30px;}


#header .head_menu .main_menu .dept2 { padding: 12px 0px; }
#header .head_menu .main_menu .dept2 a { font-size: 1.7rem; display: block;}
#header .main_menu .dept2>a:hover,
#header .main_menu .dept2>a:active,
#header .main_menu .dept2>a.menuon,
#header .main_menu .dept2>a:focus { color: #364F6B;font-weight: bold;}


#header .menu_bg {
	      
	width: 100%;height: 0px;left: 0;
	z-index: 1;
	position: relative; 
	
	
	
}


.head_menu .logo { margin-left: 30px;}
/* #mild_head{display: flex;justify-content: space-between;align-items: center;padding: 2rem;position: relative;}
#mild_menu{display: flex;z-index: 99;margin-left: auto;}
#mild_menu > .dept1 {position: relative;;padding: 1rem 2rem;text-align: center;}
#mild_menu > .dept1 > a.active{color: red;font-weight: bold}

#mild_menu .sub_menu {position: absolute;top: 100%;left:50%;transform: translateX(-50%);width:100%;padding-top:3rem;display: none}
#mild_menu  .dept2 {padding: 1rem 0;color: #555}
#mild_menu  .dept2 > a:hover,
#mild_menu  .dept2 > a:active,
#mild_menu  .dept2 > a:focus {font-weight: bold}
.menu_bg {background: #fff;width: 100%;height: 0;left: 0;z-index: 1;position: absolute;} */

.menu_open { position: fixed; width: 100%; height: 100vh;
background: #fff; top: 0; left: 0; z-index: 999; padding: 55px 50px 50px 50px; display: none; }
.menu_open .site_map_wrap h2 { margin-bottom: 150px; display: flex; justify-content: space-between; align-items: center;}
.menu_open .site_map { display: flex; width: 100%; }
.menu_open .site_map .dept1 { width: 20%; margin-right: 40px; }
.menu_open .site_map .dept1:last-child { border-right: 0px; }
.menu_open .site_map .dept1 > a { font-size: 2.8rem; font-weight: 700; padding-bottom: 30px; border-bottom: 2px solid #eee; display: block; margin-bottom: 30px;}
.menu_open .site_map .dept1 > a.active { color: #364F6B; }
.menu_open .site_map .dept2 a { font-size: 2.0rem; position: relative; line-height: 120%; margin-bottom: 30px; display: inline-block; padding-bottom: 3px; }
.menu_open .site_map .dept2 a::after { content: ''; width: 0; height: 3px; background: rgba(54, 79, 107, 0.5); position: absolute; bottom: 0; left: 0; transition: 0.3s all; }
.menu_open .site_map .dept2 a:hover::after { width: 100%; }
.hd_bg { background: #fff; width: 100%; height: 0; left: 0; z-index: 1; position: absolute; }
.site_foot{padding-top: 20px;margin-top: 150px; border-top: 2px solid #eee; text-align: center;}

#header .menu_bar { z-index: 99; position: relative; }
#header .menu_bar span { width: 22px; height: 2px; background: #555; display: block; margin: 6px}
#header .menu_bar2 { z-index: 9999; position: relative; }
#header .menu_bar2 span:nth-child(1) { display: none; }
#header .menu_bar2 span:nth-child(2) { transform: rotate(130deg); }
#header .menu_bar2 span:nth-child(3) { transform: rotate(45deg); top: 0px; position: absolute; }
#header .menu_bar2 span { width: 22px; height: 2px; background: #555; display: block; margin: 6px}

/* 모바일 */
.mobile_head {
	width: 100%; height: 70px; 
	display: flex; justify-content: space-between; align-items: center; padding: 0px 15px; display: none; position: fixed; 
	
	
	
	
	z-index: 99; 
	
	box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
	
	background: rgba(255,255,255,0.8);   
	border-bottom: 0px dashed #ff1d1d;
	
	backdrop-filter: saturate(180%) blur(20px);
	-webkit-backdrop-filter:saturate(180%) blur(20px);
	
	top:0px;

}




.mobile_head .mobile_logo { width: 300px; }
.mobile_head .mobile_logo img { width: 100%; }
#mobile_menu {  display: none; position: fixed; top: 0; right: -75%; width: 75%; background: #fff; z-index: 1000; height: 100vh; overflow-y: scroll; -ms-overflow-style: none; scrollbar-width: none;}
#mobile_menu::-webkit-scrollbar{display: none;}
#mobile_menu .mob_logo { width: 100%; padding: 0px 20px; height: 70px; background:#fff;display: flex; justify-content: space-between; align-items: center;}
#mobile_menu .mob_logo a { width: 300px; }
#mobile_menu .mob_logo a img { width: 100%; }
#mobile_menu .mobile_close { font-size: 30px; cursor: pointer; color: #333;}
#mobile_menu .mob_menu .top_menu {display: flex;justify-content: space-between; align-items: center; padding: 20px 0px;font-size: 17px; margin: 0px 20px; border-bottom: 1px solid #8e8e8e;}
#mobile_menu .mob_menu .topmenu.on { color: #fff; }
#mobile_menu .mob_menu .sub_menu { padding: 15px 0px; margin: 0px 20px; border-bottom: 1px solid #ccc; background: #fff; visibility: visible; }
#mobile_menu .mob_menu .sub_menu a {display: block; color: #333 ;font-size: 15px; padding: 10px; background: #fff;}
#mobile_menu .mob_menu_btn{display: flex; padding: 10px 0px; margin: 0px 20px; justify-content: space-between;}
#mobile_menu .mob_menu_btn li{width: 49%;}
#mobile_menu .mob_menu_btn a{font-size: 17px;  background: #ddd;display: flex; height: 50px; justify-content: center; align-items: center;}
#mobile_menu .mob_menu_btn a i{font-size: 16px; margin-right: 5px;}
.mob_bg {  display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100vh; background: rgba(0, 0, 0, 0.5); z-index: 99;}

@media screen and ( max-width: 1400px ){
#pcmenu .topmenu { font-size: 16px; }
#pcmenu .submenu a { font-size: 14px; }
	
	
	
}
@media screen and ( max-width: 1024px ){
#header { display: none; }
	#header2 { display: none; }
.mobile_head{display: flex;}
}

/* 메인비주얼 */
.Hfull{height: 100vh; overflow: hidden; position: relative; }
.swiper_visual {display:block;height:100%;margin:0px auto;overflow:hidden;position:relative;}
.swiper_visual .swiper-slide {position:relative; height: auto !important;}
.swiper_visual .swiper-slide .main_visual img{width: 100%; height: 100%; object-fit: cover;}


.swiper_visual .swiper-slide h2,h3 { display: block; font-weight: 100; }



.swiper_visual .swiper-pagination-bullet-active {opacity:1;font-size:14px;color:#fff;font-weight:300;}
.swiper_visual .swiper-button-prev{left:0px;margin-left:0px;padding-left:3%;width: auto;height:150px;line-height:150px;color: rgba(255, 255, 255, 0.5);}
.swiper_visual .swiper-button-next{right:0px;padding-right:3%;margin-right:0;width: auto;height:150px;line-height:150px;color: rgba(255, 255, 255, 0.5);}
.swiper-button-prev, .swiper-button-next {transform: translateY(-50%);}
.swiper-button-prev p, .swiper-button-next p{font-size:1.6rem; font-family: 'Montserrat';}

.swiper-button-prev span.top {width: 4px;background: #fff;height: 35px;display: block;position: absolute;top: 35px;left: 0px;transition: all 0.3s ease;}
.swiper-button-prev span.bottom {width: 4px;background: #fff;height: 35px;display: block;position: absolute;top: 70px;left: 0px;transition: all 0.3s ease;}
.swiper-button-next span.top {width: 4px;background: #fff;height: 35px;display: block;position: absolute;top: 35px;right: 0px;transition: all 0.3s ease;}
.swiper-button-next span.bottom {width: 4px;background: #fff;height: 35px;display: block;position: absolute;top: 70px;right: 0px;transition: all 0.3s ease;}
.swiper-button-prev:hover span.top{transform: translate(10px, 6.5px) rotate(45deg);}
.swiper-button-prev:hover span.bottom{transform: translate(10px, -6.5px) rotate(-45deg);}
.swiper-button-next:hover span.top{transform: translate(-10px, 6.5px) rotate(-45deg);}
.swiper-button-next:hover span.bottom{transform: translate(-10px, -6.5px) rotate(45deg);}

#thumbPrev{position:absolute;top:0px;left:-200px;width:200px;height:120px;opacity:1;transition: all 0.6s ease; z-index: 2;}
#thumbPrev img{width:100%;}
#thumbNext{position:absolute;top:0px;right: -200px;width:200px;height:120px;opacity:1;transition: all 0.6s ease; z-index: 2;}
#thumbNext img{width:100%;}
.pc{display: block !important; }
.tab{display: none !important;}
.mob{display: none !important;}
.swiper-button-prev:after, .swiper-button-next:after{display: none;}
.swiper_btn_wrap{display: flex; align-items: center;position: absolute; left: 0; right: 0; bottom: 5%;justify-content: center;}
.swiper_visual .swiper-pagination {width: auto;position: initial;}
.swiper_visual .swiper-pagination .current{color: #fff; margin-right: 5px; }
.swiper_visual .swiper-pagination .total{position: absolute; top: 3px;left: 150px; color: #fff; /*display: flex;*/ display: none; align-items: center; }

.swiper-progress-bar {z-index: 1;height: 2px;background:rgb(0,0,0,0.4);overflow:hidden; width: 120px;}
.slide_progress-bar{width: 0%;background: #fff;display: block;height: 2px;}

.swiper-controllbar{width:30px;height:30px;z-index: 9;color: #fff;cursor:pointer;margin-left: 40px; display: none; }
.swiper-controllbar-box{position:absolute;top:0px;}
.swiper-controllbar-box .auto-stop{width: 30px;height: 30px;background:rgb(255,255,255,0.5);z-index:99;cursor:pointer;border-radius:15px;text-align:center;display: flex;align-items: center; justify-content: center;}
.swiper-controllbar-box .auto-stop i{vertical-align: -webkit-baseline-middle;}
.swiper-controllbar-box .auto-start{width: 30px;height: 30px;background:rgb(255,255,255,0.5);z-index:99;cursor:pointer;border-radius:15px;text-align:center;display: none;}
.swiper-controllbar-box .auto-start i{vertical-align: -webkit-baseline-middle;}
/* 메인 텍스트 */
.maintext_box { position: absolute; z-index: 5; left: 0; right: 0; top: 0; height: 100%; display: flex; justify-content: center; flex-direction: column; }


.maintext_box h2 { position: relative; font-size: 5.5rem; font-weight: 700; color: #fff; padding-bottom: 30px; margin-bottom: 30px; text-align: center; line-height: 70px; }

.maintext_box h2::after { content: ''; width: 80px; height: 3px; background: #fff; position: absolute; left: 0; bottom: 0; right: 0; margin: 0 auto;}
.maintext_box h3 { font-size: 2.2rem; color: #fff; font-weight: 200; line-height: 120%; text-align: center;}

@media all and (max-width: 1024px){
	.pc{display: none !important;}
	.tab{display: block !important;}
	.mob{display: none !important;}
}
@media all and (max-width: 768px){
	.pc{display: none !important;}
	.tab{display: none !important;}
	.mob{display: block !important;}
	.swiper_visual .swiper-button-prev{display: none;}
	.swiper_visual .swiper-button-next{display: none;}
	.maintext_box h2{font-size: 4.0rem;padding-bottom: 15px; margin-bottom: 15px;}
	.maintext_box h2::after{width: 60px; height: 1px;}
	.maintext_box h3 br{display: none;}
	.swiper_btn_wrap{bottom: 10%;}
}
@media all and (min-width: 768px){
	.swiper-button-prev:hover #thumbPrev{opacity:1;left:40px;}
	.swiper-button-next:hover #thumbNext{opacity:1;right: 40px;}
}




/* notice_warp_01 */

.notice_wrap_01 {display:flex;}
.width_half {
	width:50%;
	min-height: 250px;
}

.width_half ul {
	min-height: 100px;
}

.Hfull {
	border-bottom: 0px dashed #ff1d1d;
	
}

.notice_wrap_01 { 




	
	box-shadow: rgba(255, 255, 255, 0.5) 0px 7px 29px 0px;
	-webkit-box-shadow: rgba(255, 255, 255, 0.5) 0px 7px 29px 0px;

}
.notice_wrap_01 .title{text-align: center;}
.notice_wrap_01 .title h2{margin-bottom: 60px;}









@media all and (max-width: 768px) {
	.notice_wrap_01 {display:block;}
	.width_half {width:100%;}
	.pic_lt .lt_wrap{margin-bottom: 15px; padding: 20px 20px 10px 20px;}
	.pic_lt .lt_wrap .lt_img{display: none;}
	.pic_lt .lt_wrap .lt_text_top{flex-direction: column-reverse;}
	.pic_lt .lt_wrap .lt_text_top .lt_info{flex-direction: row-reverse; min-width: initial; width: 100%; margin-right: 0px; justify-content: flex-end; margin-top: 10px;}
	.pic_lt .lt_wrap .lt_text_top .lt_info .lt_day{font-size: 1.8rem; font-weight: normal; margin-left: 3px;}
}







/*  main_product */

.main_product_wrap{overflow: hidden;}
.main_product { display: flex; justify-content: space-between; align-items: flex-start; background: #fff;}
.products_text { width: 30%; padding: 60px 50px 40px 0px; position: relative; z-index: 3; }
.products_text::before { content: ''; position: absolute; width: 300%; height: 100%; top: 0; right: 0; background: linear-gradient(60deg, rgba(248,247,241,1) 0%, rgba(242,246,243,1) 35%, rgba(242,244,245,1) 65%, rgba(252,240,251,1) 100%); border-radius: 10px; z-index: 1; }
.products_text::after{content: ''; position: absolute; width: 400%; height: 200%; top: -15px; right: -15px; background: #fff; z-index: 0;}
.products_text h2 { font-size: 4.0rem; font-weight: 500; text-transform: uppercase; margin-bottom: 15px; }
.products_text p { font-size: 1.8rem; line-height: 120%; color: #666; }
.products_list_wrap { width: 68%;}

.product_btn{position: relative; display: flex;z-index: 2;margin-top: 40px;}
.product_btn .product_prev{width: 50px; height: 50px; border-radius: 50%; margin-right: 20px; background: #bbc1d0; color: #fff; text-align: center; line-height: 50px; font-size: 20px; margin-right: 20px; cursor: pointer;}
.product_btn .product_next{width: 50px; height: 50px; border-radius: 50%; background: #bbc1d0; color: #fff; text-align: center; line-height: 50px; font-size: 20px; cursor: pointer;}
.product_btn div:hover{background: #434a54; color: #fff; transition: 0.3s all;}

.products_list { border-radius: 10px 0px 10px 10px; overflow: hidden; box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.2); position: relative;}
.products_list img { width: 100%;}
.products_list::after{content: ''; position: absolute; background: rgba(0,0,0,0.2);top: 0; left: 0; width: 100%; height: 100%; z-index: 1;}
.products_list a{position: absolute; z-index: 3; top: 0;left: 0; width: 100%; height: 100%; padding: 25px; transition: 0.3s all;}
.products_list a p{font-size: 2.8rem; color: #fff; font-weight: 500; margin-bottom: 10px;}
.products_list a span{font-size: 1.6rem; color: #fff;}
.products_list a:hover{background: rgba(0,0,0,0.3);}
@media all and (max-width: 1024px) {
	.products_text{padding: 45px 0px; margin-bottom: 40px;}
	.products_list a p{font-size: 2.5rem;}
	.main_product{flex-direction: column;}
	.products_text::after{display: none;}
	.products_text{width: 100%; text-align: center;}
	.products_list_wrap{width: 100% !important;}
	.products_text::before{right: -20px;}
	.products_text p br{display: none;}
	.products_text p{margin-bottom: 35px;}
	.product_btn{justify-content: center;}
}

/* company_page */

.company_page_warp {
	
	
	box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 60px -12px inset, rgba(0, 0, 0, 0.5) 0px 0px 36px -18px inset;
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 60px -12px inset, rgba(0, 0, 0, 0.5) 0px 0px 36px -18px inset;
}
.company_page_warp{  background: url('../img/theater_img_01.jpg') no-repeat;   background-size: cover;   background-attachment: fixed; background-position: center; width: 100%; /*height: 100vh;*/ }
.company_page_warp .title{text-align: center;}
.company_page_warp .title h2{margin-bottom: 5px; color: #fff;}
.company_page_warp .title p{margin-bottom: 80px; color: #fff;}
.company_page{display: flex;justify-content: space-between;align-items: center;}
.company_page .company_box{width: 24%;padding: 6% 0px;}





.company_page .company_box h2{font-size: 4.0rem; text-align: center; min-height: 30px; margin-bottom: 30px; color: #364F6B;}
.company_page .company_box h3{font-size: 2.8rem; text-align: center; margin-bottom: 10px; color: #555; font-weight: 500;}
.company_page .company_box p{font-size: 2.2rem; text-align: center; color: #666;}
.company_page .company_box:hover h2{-webkit-animation: flip-vertical-left 0.4s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;animation: flip-vertical-left 0.4s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;}
@-webkit-keyframes flip-vertical-left {
 0% { -webkit-transform: rotateY(0); transform: rotateY(0); }
 100% { -webkit-transform: rotateY(-180deg); transform: rotateY(-180deg); }
 }
 @keyframes flip-vertical-left {
 0% { -webkit-transform: rotateY(0); transform: rotateY(0); }
 100% { -webkit-transform: rotateY(-180deg); transform: rotateY(-180deg); }
 }
 @media all and (max-width: 850px) {
 	.company_page{flex-wrap: wrap;}
	.company_page .company_box{width: 49%; margin: 0.5%;}
 }

/* gallery_warp */
.gallery_warp .title{text-align: center;}
.gallery_warp .title h2{margin-bottom: 60px;}

/* notice_warp */

.notice_warp{background: #fff;}
.notice_warp .title{text-align: center;}
.notice_warp .title h2{margin-bottom: 60px;}
@media all and (max-width: 768px) {
	.pic_lt .lt_wrap{margin-bottom: 15px; padding: 20px 20px 10px 20px;}
	.pic_lt .lt_wrap .lt_img{display: none;}
	.pic_lt .lt_wrap .lt_text_top{flex-direction: column-reverse;}
	.pic_lt .lt_wrap .lt_text_top .lt_info{flex-direction: row-reverse; min-width: initial; width: 100%; margin-right: 0px; justify-content: flex-end; margin-top: 10px;}
	.pic_lt .lt_wrap .lt_text_top .lt_info .lt_day{font-size: 1.8rem; font-weight: normal; margin-left: 3px;}
}

/* 하단 */
#ft{background: #333;padding: 40px 0px; width: 100%; display: inline-block; margin-top: 100px; }

.foot_logo{display: block; text-align: center; float: right;  margin-bottom: 20px;}

.foot_logo a img {
	width: 200px;
}

.foot_info span{font-size:2rem; color: #ddd; margin: 0px 10px; line-height: 170%;}
.foot_service { font-sizw:2rem;}

#ft .copyright{margin-top: 30px; color: #ccc;}
#ft .copyright span{font-size: 2rem;}
#ft .foot_service{margin-top: 30px;}
#ft .foot_service a {font-size: 2rem; color: #fff;}
#ft .foot_service a:first-child{margin-right: 10px;}
@media all and (max-width: 768px) {
	.foot_info{display: flex; flex-direction: column;}
	.foot_info span{margin: 0px; line-height: 140%;}
}

/* sub_visual */
.sub_visual{width: 100%;height: 400px;background-repeat: no-repeat !important;background-size: cover !important;background-position: center top !important; display: flex; flex-direction: column; align-items: center; justify-content: center;}
.sub_visual .sub_top_text{text-align: center; color: #fff; padding-top: 100px;}
.sub_visual .sub_top_text h3{font-size: 4.0rem; position: relative;}
.sub_visual .sub_top_text p{font-size: 2.0rem;font-weight: 800;}
@media all and (max-width: 1024px) {
	.sub_visual{height: 250px;}
	.sub_visual .sub_top_text{padding-top: 70px;}
}

/* lnb */
.lnb_wrap{position: relative;}
.lnb{background: #fff; border-bottom: 1px dashed #ddd;}
.lnb .lnb_map{height: 60px; display: flex; align-items: center; border-left: 1px dashed #e1e1e1;}
.lnb .lnb_map .home{width: 60px; height: 100%;background: #fff;display: flex;justify-content: center;align-items: center;}
.lnb .lnb_map .home a{color: #333;}
.lnb .lnb_map .home i{font-size: 20px;}
.lnb .lnb_map > li{width: 250px; height: 100%;border-right: 1px dashed #e1e1e1; padding: 0px 15px;position: relative;}
.lnb .lnb_map li.dep a{width: 100%; height: 100%;display: flex;align-items: center; font-size: 14px;}
.lnb .lnb_map li.dep a span{width: 100%;display: flex; justify-content: space-between;align-items: center; font-size: 1.7rem; color: #333;}
.lnb .lnb_map li.dep a span i{font-size: 16px;}
.lnb .lnb_map li.dep ul{display: none;position: absolute;left: 0; top: 61px;width: 100%;z-index: 10;}
.lnb .lnb_map li.dep ul li{width: 100%; background: #f9f9f9; border-bottom: 1px solid #fff;}
.lnb .lnb_map li.dep ul li a{padding: 15px 15px;font-size: 1.6rem;}
.lnb .lnb_map li.dep ul li a:hover{background: #364F6B; color: #fff;transition: 0.3s all;}
.lnb .lnb_map li.dep ul li a.on{background: #e1e1e1;}

@media screen and (max-width:1400px) {
  .lnb .lnb_map{width: 100% !important;}
}
@media screen and (max-width:900px){
  .lnb .lnb_map{height: 55px;}
  .lnb .lnb_map .home i{font-size: 16px;}
  .lnb .lnb_map li.dep ul{top: 56px;}
}
@media screen and (max-width:600px){
  .lnb .lnb_map{height: 50px;}
  .lnb .lnb_map .home{width: 12%;}
  .lnb .lnb_map li{width: 44%;}
  .lnb .lnb_map li:last-child{width: 44%;}
  .lnb .lnb_map li.dep ul{top: 51px;}
  .lnb .lnb_map li.dep a{font-size: 12.5px;}
  .lnb .lnb_map li.dep ul li a{font-size: 12.5px;}
}

/* 인사말 */

.greeting_wrap{display: flex; align-items: flex-start; justify-content: space-between;}
.greeting_wrap .greeting_text{width: 52%;}
.greeting_wrap .greeting_text h2{color: #364F6B; font-weight: 500; font-size: 2.6rem; margin-bottom: 40px;}
.greeting_wrap .greeting_text p{font-size: 2.1rem; color: #333; line-height: 210%;}
.greeting_wrap .greeting_text p:last-child{margin-top: 20px;}
.greeting_wrap .greeting_img{width: 42%;   }
.greeting_wrap .greeting_img img{width: 100%; /*box-shadow: 0px 4px 5px rgba(0,0,0,0.4);*/  margin-top: -10px; margin-bottom: 200px;  }

.greeting_info{margin-top: 100px; border-top: 3px solid #364F6B; display: flex; flex-wrap: wrap;}
.greeting_info li{width: 50%; display: flex; min-height: 60px; border-bottom: 1px solid #eee;}
.greeting_info li:last-child{width: 100%;}
.greeting_info li p{min-width: 180px; background: #f9f9f9; display: flex; align-items: center; justify-content: center; font-size: 1.8rem;}
.greeting_info li span{width: 100%; padding-left: 15px; display: flex; align-items: center; font-size: 1.8rem; color: #333;}
@media screen and (max-width:1024px) {
  .greeting_wrap .greeting_text h2{margin-bottom: 30px;}
}
@media screen and (max-width:950px) {
  .greeting_wrap{flex-direction: column;}
	.greeting_wrap .greeting_text{width: 100%; margin-bottom: 50px;}
	.greeting_wrap .greeting_text p:last-child{margin-top: 15px;}
	.greeting_wrap .greeting_img{width: 100%;}
}
@media screen and (max-width:768px) {
	.greeting_info{margin-top: 60px;}
	.greeting_info li p{min-width: 140px;}
	.greeting_info li{width: 100%;}
}

/* 연혁 */

.history_circle{width: 120px; height: 120px; background: #222;border-radius: 50%;color: #fff; display: flex; align-items: center; justify-content: center; margin: 0 auto; margin-bottom: 80px;}
.history_circle p{text-align: center; font-size: 1.8rem;}
.history_wrap{position: relative;}
.history_wrap .history_line{position: absolute; width: 1px; height: 100%; background: #ccc; left: 0; right: 0; margin: 0 auto;}
.history_left{ width: 50%; text-align: right; position: relative; padding-right: 50px; margin-bottom: 40px; transition: 1s;}
.history_left img{ width: 100%; margin-top: 20px;}
.history_left h2{font-size: 2.2rem; margin-bottom: 15px; font-weight: 500;}
.history_left p{ font-size: 1.6rem; line-height: 130%;}
.history_right{width: 50%; margin: 0 0 0 auto; position: relative; padding-left: 50px; margin-bottom: 40px; transition: 1s;}
.history_right img{ width: 100%; margin-top: 20px;}
.history_right h2{font-size: 2.2rem; margin-bottom: 15px; font-weight: 500;}
.history_right p{ font-size: 1.6rem; line-height: 130%;}
.history_left::after{content: ''; position: absolute; width: 16px; height: 16px; border-radius: 50%; background: #fff; border: 4px solid #364F6B; right: -8px; top: 0;}
.history_right::after{content: ''; position: absolute; width: 16px; height: 16px; border-radius: 50%; background: #fff; border: 4px solid #364F6B; left: -8px; top: 0;}
@media screen and (max-width:950px) {
	.history_circle{margin-bottom: 60px;}
}
@media screen and (max-width:850px) {
	.history_wrap .history_line{display: none;}
	.history_left{width: 100%; padding-left: 30px; padding-right: 0px;text-align: left;}
	.history_right{width: 100%; padding-left: 30px; padding-right: 0px;}
	.history_left::after{right: initial; left: -8px;}
	.history_box{padding-bottom: 30px; border-bottom: 1px dotted #ccc; margin-bottom: 30px;}
	.history_box:last-child{border-bottom: 0px;}
	.history_box::after{left: 0px; }
}

/* 오시는 길 */



.map_div { display: flex; width: 100%; margin-top: 100px; padding: 0 100px 100px 100px;}
.map_wrap{
	
	height: 750px;
	width: 50%; 
	position: relative; 
	border-radius: 40px; 
	-webkit-box-shadow: 0px 6px 16px 0px rgba(0,0,0,0.26);
	box-shadow:0px 6px 16px 0px rgba(0,0,0,0.26); 

	
	border: #fff solid 10px;
}

.map_extra { width: 100%; height: 750px; padding: 0px 0px 0px 100px; position: relative; display: inline-block; }

.map_extra .map_btn {
	
	position: absolute;
	bottom: 0px;
	width: calc(100% - 100px);
	display: inline-block;
	
	
}




.root_daum_roughmap{width: 100% !important; height: 100%;}
.root_daum_roughmap .wrap_controllers{display: none;}
.map_wrap .map_company{position: absolute; z-index: 3; right: 0;  background: #f9f9f9; padding: 30px 40px;}

.map_wrap .map_company_01{bottom: 80px; background: #f9f9f9; }

.map_wrap .map_company_02{bottom: 10px; background: #f9f9f9; }


.map_extra .map_company h2{padding-bottom: 20px; }
.map_extra .map_company h2 img{width: 350px; }
.map_extra .map_company ul {  margin-top: 20px;}


.map_extra .map_company ul li {display: flex; align-items: center; width: 100%; padding: 10px 0px 15px 0px; margin-bottom: 20px;  }



.map_extra .map_company ul li span { font-size: 1.5em; }

.map_extra .map_company ul li span.title {width:150px; font-weight: bold; }
.map_extra .map_company ul li span.con {width:calc(100% - 160px); }

.map_extra .map_company ul li sapn { font-size: 1.8em; }

.map_extra .map_company ul li:first-child { padding: 10px 0px 0px 0px; }


.map_extra .map_company ul li .feather{margin-right: 10px;}
/* 맵버튼 */
.map_btn{margin-top: 30px; text-align: center; display: flex; justify-content: center;}


.map_btn a {display: inline-block; margin-left: 15px;  padding: 14px;  font-size: 1.5em; color: #000; border-radius: 20px; float:right;}

.map_btn a:hover { color: #000;  font-weight: bold; -webkit-box-shadow: 0px 6px 16px 0px rgba(0,0,0,0.26);
box-shadow: 0px 6px 16px 0px rgba(0,0,0,0.26); }

.map_btn a > i{font-size: 30px; margin-right: 10px;}
.map_btn a:first-child{border: 6px solid #00c63b; background:#fff; }
.map_btn a:last-child{border: 6px solid #f9e200; background: #fff; color: #3d1d1c;}



@media all and (max-width: 1467px) {

}



/* 교통 */
.visit_wrap{margin-top: 100px;}
.visit_wrap .visit_box{display: flex;justify-content: space-between; align-items: flex-start; padding-bottom: 40px; border-bottom: 1px solid #ccc; margin-bottom: 40px;}
.visit_wrap .visit_box:last-of-type{margin-bottom: 0px; padding-bottom: 0px; border-bottom: 0px;}
.visit_wrap .visit_box h3{display: flex; align-items: center; font-size: 2.8rem; width: 30%;}
.visit_wrap .visit_box h3 i{width: 40px; height: 40px; border-radius: 7px; background: #525e75; color: #fff; text-align: center; line-height: 40px; position: relative; z-index: 2; margin-right: 15px;}
.visit_wrap .visit_box ul{width: 70%;}
.visit_wrap .visit_box ul li{font-size: 1.8rem; line-height: 130%; margin-top: 20px;}
.visit_wrap .visit_box ul li:first-of-type{margin-top: 0px;}
.visit_wrap .visit_box ul li span{display: inline-block; width: 60px; height: 30px; line-height: 30px;text-align: center; background:#525e75; color: #fff; border-radius: 3px; margin-right: 10px; font-size: 14px;}
.visit_wrap .visit_box ul li span.bus1{background: #BDD2B6;}
.visit_wrap .visit_box ul li span.bus2{background: #A2B29F;}
.visit_wrap .visit_box ul li span.bus3{background: #798777;}
.visit_wrap .visit_box ul li span.way1{background: #FFD36E;}
.visit_wrap .visit_box ul li span.way2{background: #4C657E;}
.visit_wrap .visit_box ul li span.way3{background: #F29696;}
.visit_wrap .visit_box ul li span.way4{background: #B7C4CF;}
@media all and (max-width: 1024px) {

}
@media all and (max-width: 850px) {
	.map_wrap .map_company{position: relative; bottom: initial;}
	.map_btn{margin-top: 10px;}
	.visit_wrap .visit_box{flex-direction: column;}
	.visit_wrap .visit_box h3{width: 100%; margin-bottom: 20px;}
	.visit_wrap .visit_box ul li{margin-top: 12px;}
	.visit_wrap .visit_box ul{width: 100%; padding-left: 55px;}
}
@media all and (max-width: 768px) {
	.map_wrap .map_company ul{flex-direction: column;}
	.map_wrap .map_company ul li:first-child{margin-right: 0px; margin-bottom: 20px;}
	.map_btn a{width: 50%; border-radius: 0px;}
	.map_btn a:first-child{margin-right: 0px;}
	
}

/* 사업영역 01 */

.process_area{background: #f9f9f9;}
.process_wrap {display: flex; flex-wrap: wrap; justify-content: space-around;}
.process_wrap .process_box{width: 48%; background: #fff; padding: 40px 50px; margin-top: 50px; text-align: center; border-radius: 20px; }
.process_wrap .process_box h2{ font-size: 40px; width: 110px; height: 110px; border-radius: 50%; background:  #eee; line-height: 110px; margin: 0 auto; color: #333;}
.process_wrap .process_box p{font-size: 2.2rem; font-weight: 500; margin-top: 30px; padding-bottom: 15px; margin-bottom: 17px; position: relative; text-align: center;}
.process_wrap .process_box p::after{content: ''; width: 40px; height: 2px; background: #ccc; position: absolute; bottom: 0; left: 0; right: 0; margin: 0 auto;}
.process_wrap .process_box span{font-size: 1.6rem; color: #333; text-align:left; line-height: 150%; padding: 0px 10px; display: inline-block; width: 100%;   }

.process_wrap .process_box span img { display: inline-block; width: 100%; }

.service_area01 .service_wrap{margin-top: 80px; display: flex; flex-wrap: wrap;  gap: 60px 2%;}
.service_area01 .service_box{width: 32%; box-shadow: 0px 1px 4px rgba(0,0,0,0.2); position: relative; background: #fff; border-radius: 20px; }
.service_area01 .service_box .service_img{position: relative;}
.service_area01 .service_box .service_img img{width: 100%;border-radius: 20px 20px 0 0;}


.service_area01 .service_box .service_title{
	
	background-color: rgba(255,255,255,0.5);  position: absolute; width: 80%; margin: 0 auto; padding: 20px 0 0 0; text-align: center; bottom: -20px; left: 0; right: 0;  -webkit-backdrop-filter: saturate(180%) blur(20px); border-radius: 10px;  box-shadow: 0px 1px 4px rgba(0,0,0,0.2); 

	backdrop-filter: saturate(180%) blur(20px);
	-webkit-backdrop-filter:saturate(180%) blur(20px);

}



.service_area01 .service_box .service_title span{ color:#364F6B; font-size: 1.9em; font-weight: bold; margin-bottom: 10px; display: inline-block; }
.service_area01 .service_box .service_title h2{
	
	font-size: 2.0rem; position: relative; padding-bottom: 20px; font-weight: 500;

	
	
	

}
.service_area01 .service_box .service_title h2::after{content: ""; position: absolute; width: 30px; height: 2px; background: #666; bottom: -3px; left: 0; right: 0; margin: 0 auto;}
.service_area01 .service_box .service_text{padding: 60px 20px 25px 20px;}
.service_area01 .service_box .service_text p{display: flex; font-size: 1.9rem; line-height: 120%; margin-bottom: 15px; text-align: justify;}
.service_area01 .service_box .service_text p:last-child{margin-bottom: 0px;}
.service_area01 .service_box .service_text span{margin-right: 10px; }

@media all and (max-width: 1024px) {
	.process_wrap{flex-wrap: wrap;}
	.process_wrap .process_box{width: 49%; margin: 0.5%;}
	.service_area01 .service_box{width: 49%;}
	.service_area01 .service_wrap{margin-top: 60px;}
}
@media all and (max-width: 650px) {
	.process_wrap .process_box{width: 100%;}
	.service_area01 .service_box{width: 100%;}
	.service_area01 .service_box .service_text{padding: 30px 20px 40px 20px;}
}


/* 사업영역 02 */

.business_area02{padding-bottom: 0px;}
.business_area02 .business_img{margin-top: 60px; border-radius: 30px; overflow: hidden;}
.business_area02 .business_img img{width: 100%; box-shadow: 0px 1px 4px rgba(0,0,0,0.2); }
.service_area02 .titleL{margin-bottom: 80px;}
.service_area02 .service_box{display: flex; justify-content: space-between;  margin-bottom: 60px;}
.service_area02 .service_box:last-child{margin-bottom: 0px;}
.service_area02 .service_box .service_img {width: 40%;}
.service_area02 .service_box .service_img img{width: 100%;  border-radius: 40px;  box-shadow: 0px 1px 4px rgba(0,0,0,0.2); }




.service_area02 .service_box .service_text {width: 55%;}
.service_area02 .service_box .service_text span{ font-family: 'Montserrat'; color: #364F6B; font-size: 1.4rem; font-weight: 500; margin-bottom: 5px; display: inline-block;}
.service_area02 .service_box .service_text h3 {font-size: 4.0rem; color: #ccc; font-weight: 900; margin-bottom: 20px;margin-top:-7px;}
.service_area02 .service_box .service_text h2 {font-size: 2.6rem; position: relative; padding-bottom:15px; font-weight: 500;}

.service_area02 .service_box .service_text p{ font-size: 2.2rem; color: #333; line-height: 160%; margin-bottom: 15px;}
.service_area02 .service_box .service_text p:first-child { margin-bottom: 20px; }
.service_area02 .service_box .service_text p:last-child {margin-bottom: 50px;}



.service_area02 .service_box .service_text p.main_con {
    margin-top: 100px; 
}

.service_area02 .service_box .service_text p.more_btn {
    margin-top: 100px; 
}



@media all and (max-width: 1024px) {
	.service_area02 .titleL{margin-bottom: 50px;}
}
@media all and (max-width: 950px) {
	.service_area02 .service_box{flex-direction: column; padding-bottom: 30px; margin-bottom: 35px; border-bottom: 1px dotted #ccc;}
	.service_area02 .service_box:last-child{margin-bottom: 0px; padding-bottom: 0px; border-bottom: 0px;}
	.service_area02 .service_box .service_text{width: 100%; margin-top: 30px;}
	.service_area02 .service_box .service_img{width: 100%;}
	.service_area02 .service_box .service_text h3{margin-bottom: 5px;}
	.service_area02 .service_box .service_img img { border-radius: 10px; box-shadow: 0px 1px 4px rgba(0,0,0,0.2); }
}


/* 사업영역 03 */

.business_area03 .titleS i{font-size: 15px; color: #364F6B; margin-right: 15px;}
.business_area03 .busih3{font-size: 2.6rem; color:  #364F6B; font-weight: 400; margin-top: 15px; margin-bottom: 25px;}
.business_area03 .busip{font-size: 1.6rem; margin-bottom: 30px; color: #333; line-height: 120%;}
.business_area03 .business_img{margin-bottom: 50px;}
.business_area03 .business_img img{width: 100%;}
.business_area03 .business_box{display: flex; justify-content: space-between; margin-bottom: 80px;}
.business_area03 .business_box:last-child{margin-bottom: 0px;}
.business_area03 .business_box .business_title{width: 30%;}
.business_area03 .business_box .business_title h3{font-size: 2.2rem; display: flex; align-items: center;}
.business_area03 .business_box .business_title h3 > i{font-size: 15px; color: #364F6B; margin-right: 15px;}
.business_area03 .business_box .business_text{width: 70%;}
.business_area03 .business_box .business_text p{font-size: 1.6rem; color: #333; line-height: 120%; margin-bottom: 20px;}
.business_area03 .business_box .business_text p:last-child{margin-bottom: 0px;}
@media all and (max-width: 768px) {
	.business_area03 .business_box{margin-bottom: 60px; flex-direction: column;}
	.business_area03 .business_box .business_title{width: 100%; margin-bottom: 20px;}
	.business_area03 .business_box .business_text{width: 100%; padding-left: 30px;}
}

/* 페이지 네비, 게시판 등 */
/* .bo_cate_link{border-radius: 30px;}
.bo_v_topcon .bo_v_cate{border-radius: 30px;} */
#bo_gall .is_notice{border-radius: 30px;}
.quick_banner{z-index: 99; right: 20px; bottom: 20px; position: fixed;animation: quickBounce .8s infinite alternate;}
@keyframes quickBounce {
    from {
      transform: translateY(0px);
    }
    to {
      transform: translateY(-15px);
    }
  }

@keyframes quickBounce2 {
	0%,
	80%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	40% {
		-webkit-transform: scale(1.0);
		transform: scale(1.0);
	}
}

#top_btn{width: 45px; height: 45px;border: none; background: #fff; border-radius: 50%;box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.2); transition: 0.3s all;}
#top_btn span{font-size: 14px; font-weight: bold;}
#top_btn:hover{background: #eee; color: #000;}

.floating_menu { width: 45px; height: 45px; border-radius: 50%; background: #07a28c; position: fixed; bottom: 52px; z-index: 99; }
.floating_menu input { position: absolute; width: 45px; height: 45px; margin: 0; opacity: 0; cursor: pointer; }
.floating_menu input:checked ~ .floating_plus { transform: rotate(135deg); }
.floating_menu input:checked ~ .floating_nav li:nth-child(1) { transform: translatey(-52px); opacity: 1; }
.floating_menu input:checked ~ .floating_nav li:nth-child(2) { transform: translatey(-104px); opacity: 1; }
.floating_menu input:checked ~ .floating_nav li:nth-child(3) { transform: translatey(-156px); opacity: 1; }
.floating_menu input:checked ~ .floating_nav li:nth-child(4) { transform: translatey(-208px); opacity: 1; }
.floating_menu input ~ .floating_plus { transform: rotate(0); }
.floating_menu > .floating_plus { display: flex; justify-content: center; align-items: center; width: 45px; height: 45px; font-size: 20px; color: #FFFFFF; background:#07a28c; border-radius: 50%; transform: rotate(0); transition: all 0.5s ease; pointer-events: none; box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.2); }
.floating_menu > .floating_plus i { line-height: normal !important; }
.floating_menu > .floating_nav { display: flex; justify-content: center; align-items: center; padding: 0; margin: 0; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); z-index: -1; }
.floating_nav li { display: flex; justify-content: center; align-items: center; width: 45px; height: 45px; border-radius: 50%; background: #fff; cursor: pointer; position: absolute; transition: all 0.5s ease; box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.2); opacity: 0; }
.floating_menu > .floating_nav li a i { font-size: 20px; color: #222; }
.floating_menu > .floating_nav li a i.xi-kakaotalk { font-size: 28px; margin-top: 3px; }

.pg_wrap{margin-top: 60px; display: flex; justify-content: center; width: 100%;}
.pg_wrap .pg{display: flex;}
.pg_page{width: 30px; height: 30px; display: flex; align-items: center; justify-content: center; margin: 0 2px; background-color: none; border: 1px solid #ccc;}
.pg_current{border: 1px solid #8e8e8e; width: 30px; height: 30px; display: flex; align-items: center; justify-content: center; margin: 0 2px; background: none;}



.main_Hfull {
	height: 900px;
}
.main_slide {
	width: 100%;
	height: 100%;
}

.main_visual {
	height: 100%;
}

@media all and (max-width: 1400px) {
	html{font-size: 55% !important;}
}
/* 갤러리 */
@media all and (max-width: 1024px) {
	.gall_row .col-gn-4{width: 33.33333%;}
	.gall_row .col-gn-5{width: 25%;}
}

@media all and (max-width: 850px) {
	.gall_row .col-gn-4, .gall_row .col-gn-3, .gall_row .col-gn-5{width: 50%;}
	#bo_cate li{width: 25%; margin-bottom: 10px;}
	#bo_cate ul{flex-wrap: wrap;}
}

@media all and (max-width: 600px) {
	.gall_row .col-gn-4, .gall_row .col-gn-3, .gall_row .col-gn-5, .gall_row .col-gn-2{width: 100%;}
}

/* 리스트 */
@media all and (max-width: 850px) {
	.prdt_list .prdt_top th.psize, .prdt_list .prdt_table .psize{display: none;}
	.prdt_list .prdt_top th.pcolor, .prdt_list .prdt_table .pcolor{display: none;}
}

@media all and (max-width: 650px) {
	.prdt_list .prdt_top th.num{min-width: 60px;}
	.prdt_list .prdt_top th.pintro, .prdt_list .prdt_table .pintro{display: none;}
	.prdt_list .prdt_top th.pname{width: 100%;}
	.prdt_list .prdt_table .pname{text-align: center;}
}


.notice_main_con {
	position: absolute;
	
	display: none;
	
	top: calc( 100% - 400px );
	left: 400px;
	
	min-height: 300px; 
	border-radius: 30px;
	
	

	border: 0px dashed #ff1d1d;
	z-index: 999;
	
	
	background: rgba(255,255,255,0.7); 
	
	-webkit-box-shadow: -2px 6px 16px 0px rgba(0,0,0,0.26);
	box-shadow:-2px 6px 16px 0px rgba(0,0,0,0.26);
	
	backdrop-filter: saturate(180%) blur(20px);
	-webkit-backdrop-filter:saturate(180%) blur(20px);
	
	
	
	
}


.company_page .company_box{
	width: 24%;
	padding: 6% 0px;

	background: rgba(255,255,255,0.7); 
	
	-webkit-box-shadow: -2px 6px 16px 0px rgba(0,0,0,0.26);
	box-shadow:-2px 6px 16px 0px rgba(0,0,0,0.26);
	
	backdrop-filter: saturate(180%) blur(20px);
	-webkit-backdrop-filter:saturate(180%) blur(20px);
	
	border-radius: 20px;

}

.notice_wrap_01 {
	display: flex;
	
	margin-bottom: 100px; 
	position : relative;
	
	background: rgba(255,255,255,0.7); 
	
	-webkit-box-shadow: -2px 6px 16px 0px rgba(0,0,0,0.26);
	box-shadow:-2px 6px 16px 0px rgba(0,0,0,0.26);
	
	backdrop-filter: saturate(180%) blur(20px);
	-webkit-backdrop-filter:saturate(180%) blur(20px);
	
	border-radius: 20px;
	
	padding: 30px 0;
}

.notice_wrap_01 .width_half {

	
}



.notice_main_con .notice {
	padding: 15px 30px;
}
.notice_main_con .notice h2 a {
	font-size: 1.7em;
}

.notice_main_con .notice h2 {
	margin-bottom: 0px; 
}

@media screen and ( max-width: 1024px ){
	.notice_main_con { display: none; }
	
	.notice_wrap_01 {
		display: flex;
	}
	
}

@media screen and ( max-width: 768px ){
	.notice_main_con { display: none; }
	
	.notice_wrap_01 {
		display: block;
	}
	
	
	.company_page .company_box{ 
		
		width: 49%;
	}
}


@media screen and ( max-width: 1920px ){

	.notice_main_con{
		
		
		left: 250px;
	}
	
}




@media screen and ( max-width: 1700px ){

	.notice_main_con{
		
		
		left: 150px;
	}
	
}


@media screen and ( max-width: 1400px ){

	.notice_main_con{
		
		
		left: 90px;
	}
	
}


@media screen and ( max-width: 1200px ){

	.notice_main_con{
		
		
		left: 25px;
	}
	
}




.foot_info {
	float: left;
	text-align: left;
	clear: both; 
	margin-bottom: 40px;
}

.footer_info_tel .footer_info_tel_title {
	width: 70px;
	display:inline-block;
	text-align: justify; 
	line-height: 0px;
	
}
.footer_info_tel .footer_info_tel_title:after {
	content: '';
	 display: inline-block;
  width: 100%;
}

.footer_info_tel .footer_info_tel_title:after {
	content: '';
	 display: inline-block;
  width: 100%;
}


.footer_info_tel_con {
	
}

.foot_service_wrap {
	border-top: 1px solid #efefef;
	display: inline-block;
	width: 100%;
	
	
}

.foot_service_wrap .foot_service {
	float: left;  display: inline-block;
}


.foot_service_wrap .copyright {
	float: right; display: inline-block;
}

.footer {padding: 0px 50px;}
.footer { width: 100%; }

.footer_link { display: inline-block; float:right; margin-bottom: 40px; }
.footer_link ul li {padding: 5px; background-color: #fff; border-radius: 10px; float: left; margin: 5px; }


.footer_link a img {}
.footer_link a img {width: 180px; } 


.foot_contents { display: inline-block; float: left;}

.foot_contents .foot_info { width: 600px; }
.foot_contents .footer_link { width: calc(100% - 400px); position: relative; }
.foot_contents .footer_link ul { position: absolute; bottom: 0px; right: 0px; }


@media screen and ( max-width: 1400px ){
	
	
	.foot_contents .footer_link { width: 400px; position: relative; }
	/*.foot_contents .foot_info { width: calc(100% - 400px); }*/
}


@media screen and ( max-width: 1024px ){
	
	.foot_contents {width:100%;  display:block; }
	.foot_contents .footer_link { width: 100%; position: relative; }
	.foot_contents .foot_info { width: 100%; }
	.foot_contents .footer_link ul { position: relative; 
	}
}



@media screen and ( max-width: 899px ){
	.footer {padding: 0px 25px;}
	
}


@media screen and ( max-width: 849px ){
	
	.foot_contents .footer_link ul {
		
	}

	.foot_contents .footer_link ul li {
		width: 48%;
	}
}


@media screen and ( max-width: 549px ){
	
	.foot_contents .footer_link ul {
		
	}

	.foot_contents .footer_link ul li {
		width: 98%;
	}
}


@media screen and ( max-width: 744px ){
	.footer .foot_service_wrap .foot_service {
		width: 100%;
	}
	
	.footer .foot_service_wrap .copyright {
		width: 100%;
	}
	
}

#map_marker_01 {
	border-radius: 10px;
}


.map_extra_wrap {
	width: 50%;
}

.map_extra_wrap .map_extra {
	margin-top: 30px;
}

.map_extra_wrap .map_extra:first-child {
	margin-top: 0px;
}

.sns_icon_img {
	width: 25px;
}


.head_menu .main_menu .sns_icon {
	padding: 0 5px; 
}

.head_menu .main_menu .sns_icon .sns_icon_img {
	width: 40px;
	filter: grayscale(100%);
	
}

.scroll .head_menu .main_menu .sns_icon .sns_icon_img {
	
	filter: grayscale(0%);
	
}


.scroll .head_menu .main_menu .sns_icon:hover .sns_icon_img {
	
	filter: grayscale(100%);
	
}




.head_menu .main_menu .sns_icon:hover .sns_icon_img {
	filter: grayscale(0);
}


.head_login .sns_icon {
		display: none;
}




@media screen and ( max-width: 1352px ){
	
	.head_menu .main_menu .sns_icon .sns_icon_img {
		width: 30px;
	
	
	}
	
	#header2 .head_menu .main_menu .dept1 {
		width: 25%;
	}
	
	
	.head_login .sns_icon {
		display: block;
	}
	
	
	.main_menu .sns_dept1 {
		display: none;
	}
	
	
	.head_menu .logo .logo_b img {
		width: 250px;
	}
	
	.map_div {
		
		display: block;
		padding: 0 50px 50px 50px;
		
		
		
	}
	
	.map_extra {
		padding: 0px;
	}
	
	

	
	.map_div .map_extra {
		width: 100%;
	}
	.map_div .map_extra_wrap {
		width: 100%;
	}
	
	.map_wrap {
		width: 100%;
		margin-bottom: 40px;
	}
	
	
	.map_extra .map_btn {
		position: relative;
		width: 100%;
		display: fixed;
	}
	
	
	.map_extra .map_btn a {
		width: 50%;
		margin-left:0px;
		border-radius: 0px;
		
	}
	
}





.head_menu .logo .logo_b img {
	width: 350px;
}


.mob_sns_links {
	width: 100%;
	
	padding: 10px;
}

.mob_sns_links .sns_icon {
	
	
	float: left;
}

.mob_sns_links .sns_icon a {
	padding: 10px;
}
.mob_sns_links .sns_icon a img {
	width: 40px;
	filter: grayscale(100%);
}


.mob_sns_links .sns_icon a:hover img {
	
	filter: grayscale(0);
}

.map_wrap .map_icon a {
	width: 100%;
	display: inline-block;
	padding: 10px;
}

.map_wrap .map_icon a:hover {
	background-color: #811F21; color: #fff;
}
/* 애니메이션 */

.mainT1 { font-weight: bold; }


.service_area02 .service_box .service_text .more_btn a{
	padding: 15px 40px;  
	font-weight: bold;
	font-size: 1.1em;
	background-color:#000254;
	color: #fff;
	border-radius: 10px;
	
	margin-top: 20px;
	
	-webkit-box-shadow: -2px 6px 16px 0px rgba(0,0,0,0.26);
	box-shadow:-2px 6px 16px 0px rgba(0,0,0,0.26);
}


.service_area02 .service_box .service_text .more_btn a:hover {

	background-color:#E6E6E6;
	color: #000254;
	
	-webkit-box-shadow: -2px 6px 16px 0px rgba(0,0,0,0.26);
	box-shadow:-2px 6px 16px 0px rgba(0,0,0,0.26);
}


.company_page_warp {
    position: relative;
}
.deco_01 {
    position: absolute;
    
    bottom: 0px;
    left: 10px;
     z-index: 0;
}

.deco_02 {
    position: absolute;
    top:0px;
    right: 20px;
    z-index: 1;
    
}

.deco_02 img {
    width: 400px;
}

.notice_wrap_01 {
    z-index: 2;
}

.company_page {
    z-index: 3;
}

.sub_titleL {
    margin-top: 20px;
    font-size: 1.4em;
}


.koil_info {
    color: #535353;
}

.koil_info tr:nth-child(2n-1) {
    background-color: #F7F7F7;
}

.koil_info tr td p{
    font-size: 1.3em;
    line-height:1.5em;
}

.koil_info tr td p a {
    font-size: 1.1em;
}


.koil_info tr td:first-child {
    width: 150px;
    border-right: solid #000 1px;
    font-size: 1.3em;
    text-align: right;
}

.koil_info tr td {
    padding: 20px;
    vertical-align : top;
    
}


.history_index {
    position: fixed;
    right:0px;
    top: 450px;
    z-index: 1000;
    
}
.history_index ul li {
       background-color: #000;
    
}

.history_index ul li:nth-child(2n-1){
    background-color: #3D3C3C;
}



.history_index ul li:first-child {
    border-top-left-radius: 20px;
}

.history_index ul li:last-child {
    border-bottom-left-radius: 20px;
}


.history_index ul li a {
    color: #fff;
    padding: 14px 20px;
    display: inline-block;
    font-size: 1.1em;
}

.history_index ul li a:hover {
    color:#D1B600;
}


.certificate_list {
    display: flex;
    margin-top: 30px;
}

.certificate_list .info {
    width: calc( 100% - 520px);
    padding: 20px;
    font-size: 1.4em;
    
}

.certificate_list .info .cts {
    line-height: 2em;
    margin-bottom: 50px;
    padding-bottom: 30px;
    border-bottom: 1px solid #484848;
}

.certificate_list .info .cts h2 {
    font-size: 1.7em;
    font-weight: bold;
}

.certificate_list .info .cts p {
    
}

.certificate_list .img {
    width: 520px;
    padding: 20px;
}

.award_wrap {
    margin-top: 100px;
}

.award_wrap .award_cts {
    display: flex;
    width: 100%;
    margin-top: 50px;
}

.award_wrap .award_cts .cts {
    width: 50%;
    padding: 20px;
}

.award_wrap .award_cts .cts h2 {
    font-size: 1.5em;
    border-bottom: #9B9B9B solid 1px;
}

.award_wrap .award_cts .cts p {
    padding: 10px 0;
}

@media screen and ( max-width: 1024px ){
    .certificate_list {
       display: inline-block;
        width: 100%;
    }
    
    .certificate_list .info {
        width: 100%;
    }
    
    .certificate_list .img {
        width: 100%;
        text-align: center;
    }
    
    .certificate_list .img img {
        width: 100%;
    }
    
    .award_wrap .award_cts {
        display: inline-block;
        width: 100%;
        
    }

    .award_wrap .award_cts .cts {
        width: 100%;
        
    }
    
    
    
}

.history_index ul li.on {
     background-color: #896000;
}




.dept1 .have_sub_con_a {
	background-color: #925800;
	color: #fff !important;
}

#header2 .head_menu .main_menu .dept2 {
    padding: 0 15px 0 0;
}


.dept1 .have_sub_con .sub_menu_sub_con {
    display: none;
}

.dept1 .have_sub_con:hover .sub_menu_sub_con {
    display: block;
}
.dept1 .have_sub_con .sub_menu_sub_con li a {
    font-size: 1.2em !important;
    padding: 5px 5px;
}

.dept1 .have_sub_con .sub_menu_sub_con li a:hover {
    font-size: 1.2em !important;
    padding: 5px 5px;
    background-color:#3B2020;
	color: #fff !important;
}


.have_sub_con {
    margin-top: 2px;
}



/*  */
