@media screen and (max-width: 1340px) {
	
	.wrap { width: 96%; }

	/* main */
	.main_con02 .swiper-button-prev, .main_con02 .swiper-rtl .swiper-button-next { left: -1%; right: auto; }
	.main_con02 .swiper-button-next, .main_con02 .swiper-rtl .swiper-button-prev { right: -1%; left: auto; }

}

@media screen and (max-width: 1024px) {
	
	/* head */
	.head { height: 60px; }
	.menu { display: none; }

	nav.mobile_menu { position: fixed; top: -100vh; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; width: 100%; height: 100vh; z-index: 9001; background: rgba(0, 0, 0, 0.9); border-bottom-right-radius: 100%; border-bottom-left-radius: 100%; transition: all 650ms cubic-bezier(1,0,0,1); }
	nav.mobile_menu.open { top: 0; padding: 80px 0px; border-radius: initial; }

	.nav-inner { display: flex; width: 100%; flex-wrap: wrap; justify-content: space-between; align-items: center; }
	.nav-list { display: flex; justify-content: center; align-items: flex-start; flex-direction: column; width: 100%; height: 100%; }
	.nav-list li { margin-bottom: 20px; width: 100%; text-align: center; }
	.nav-list li:last-child { margin-bottom: 0px; }
	.nav-list li a { position: relative; color: #fff; font-size: 1.3em; font-weight: 400; }

	.nav-link { padding: 1rem; font-size: 2rem; }
	.nav-link:hover, .nav-link:focus { color: #fff; }

	.menu-toggler { position: absolute; top: 20px; right: 2%; width: 30px; height: 19px; display: flex; flex-direction: column; justify-content: space-between; z-index: 9999; /* transition: all 650ms ease-out; */ cursor: pointer; }
	.scrolled .menu-toggler { position: fixed; top: 20px; } 
	.menu-toggler.open { position: fixed; top: 30px; right: 20px; z-index: 9999; transform: rotate(-45deg); }

	.bar { background-color: #fff; width: 100%; height: 2px; border-radius: 0.8rem; }
	.open .bar, .scrolled .open .bar { background-color: #fff; }

	.scrolled .bar, .sub_body .bar { background-color: #000; }

	.bar.half { width: 50%; }
	.bar.top { transform-origin: right; transition: transform 650ms cubic-bezier(0.54, -0.81, 0.57, 0.57); }
	.open .bar.top { transform: rotate(-450deg) translateX(0.45rem); }
	.bar.bottom { align-self: flex-end; transform-origin: left; transition: transform 650ms cubic-bezier(0.54, -0.81, 0.57, 0.57); }
	.open .bar.bottom { transform: rotate(-450deg) translateX(-0.45rem); }

	.nav-inner ul ul { display: none; margin-top: 10px; }
	.nav-inner ul ul li { margin-bottom:0px; }
	.nav-inner ul ul li a { display: inline-block; padding: 0px; color: rgba(255, 255, 255, 0.7); font-size: 1.1em; font-weight: 300; line-height: 1.8; text-decoration: none; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; transition: all 0.5s; }
	.nav-inner ul ul li a:hover { color: rgba(255, 255, 255, 1); }
	.nav-inner ul ul li a:before { display: none; height: 1px; }
	
	/* main */
	.main_vis { height: 650px; }
	.main_text { text-align: center; padding-top: 60px; }
	.main_text h2 { font-size: 65px; }
	.main_text h2 span { font-size: 24px; }
	.main_text p { font-size: 18px; }

	.main_vis .swiper-pagingbox { justify-content: center; }

	.main_con01_inr { text-align: center; width: 100%; }
	.main_con01_inr01 { margin-bottom: 50px; }
	.main_con01_inr02 { justify-content: center; padding-left: 0px; }

	/* sub */
	.sub_vis { height: 400px; }
	.sub_title { margin-top: 60px; }
	
	.sidebar .wrap { width: 100%; }
	.sidebar_inr li { height: 50px; }
	.sidebar_wh03 li { flex: none; width: 33.33%; }
	.sidebar_inr li:nth-child(4):after { display: none; }
	.sidebar_inr li a { font-size: 1em; }

	.subpage_inr { padding: 100px 0; }

	.page_title { text-align: center; width: 100%; margin-bottom: 50px; }
	.page_cont { width: 100%; padding-left: 0px; }

	.business_imgbox, .business_textbox { width: 100%; }
	.business_imgbox { margin-bottom: 50px; text-align: center; }
	.business_textbox { justify-content: center; text-align: center; padding-left: 0px; }

}

@media screen and (max-width: 768px) {
	
	/* footer */
	.footer_menu { height: 60px; }

	.footer_info { padding: 40px 0; }
	.footer_info .info br { display: none; }
	.footer_info .info span { display: block; }
	.footer_info .info span:after { display: none; }

	/* main */
	.main_text h2 { margin-bottom: 30px; font-size: 52px; }
	.main_text h2 span { margin-top: 20px; }
	.main_vis .swiper-pagingbox { margin-top: 50px; }

	.main_con { padding: 80px 0; }
	
	.main_con_title h2 { font-size: 38px; }
	.main_con_title h2 span { margin-bottom: 15px; font-size: 16px; }

	.main_con01_inr02 .main_con01_logo { margin-bottom: 30px; }
	.main_con01_inr02 p { margin-bottom: 50px; }
	
	.main_con02_list h4 { font-size: 18px; }

	.main_con03 h2 { font-size: 36px; }

	/* sub */
	.sub_vis { height: 300px; }
	.sub_title h2 { font-size: 45px; }

	.subpage_inr { padding: 80px 0; }
	
	.page_title { margin-bottom: 30px; }
	.page_title h3 { font-size: 36px; }

	.page_title02 h3 { font-size: 36px; }

	.overview_list li .overview_title { width: 150px; }
	.overview_list li .overview_cont { width: calc(100% - 150px); }

	.business_textbox h3 { margin-bottom: 30px; font-size: 32px; }
	.business_textbox p { font-size: 1em; }
	
	.step_list { gap: 30px 2%; }
	.step_list li h4 { font-size: 1.05em; }
	
}

@media screen and (max-width: 575px) {
	
	/* main */
    .main_vis { height: 550px; }
	.main_text h2 { font-size: 42px; }

}

@media screen and (max-width: 480px) {
	
	/* head */
	.logo img { height: 25px; }

	/* main */
	.main_text h2 span { margin-top: 10px; font-size: 20px; }
	.main_text p { font-size: 16px; }
	
	.main_con { padding: 60px 0; }

	.main_con01_inr02 .main_con01_logo img { height: 35px; }
	.main_con01_inr02 p { font-size: 1em; }
	
	.main_con03 { padding: 80px 0; }
	.main_con03 h2 { font-size: 32px; line-height: 1.4; }
	.main_con03 h2 span { margin-bottom: 20px; font-size: 18px; }

	/* sub */
	.sub_vis { height: 250px; }
	.sub_title h2 { font-size: 38px; }
	.sub_title p { margin-top: 15px; font-size: 1em; }

	.subpage_inr { padding: 60px 0; }

	.page_title h3 { font-size: 32px; }
	
	.overview_list li > div { padding: 15px 20px; }
	.overview_list li .overview_title { justify-content: center; text-align: center; width: 100%; }
	.overview_list li .overview_cont { width: 100%; }

	.location_info { font-size: 1em; text-align: center; }
	.location_info p span:first-child:after { top: 8px; }

	.root_daum_roughmap .wrap_map { height: 300px !important; }

	.step_list li { width: 49%; }
	
	.business_textbox h3 { font-size: 28px; }


}

@media screen and (max-width: 430px) {
	
	body { font-size: 14px; }

	/* footer */
	.quick { right: 10px; bottom: 10px; }
	.quick a { width: 40px; height: 40px; border-radius: 10px; padding: 10px; }

	/* main */
    .main_vis { height: 450px; }

	.main_text h2 { font-size: 32px; }
	.main_text h2 span { font-size: 16px; }
	.main_text p br { display: none; }

	.main_con_title h2 { font-size: 32px; }
	.main_con_title h2 span { font-size: 14px; }

	/* sub */
	.sub_contents { font-size: 15px; }

	.sub_title h2 { font-size: 32px; }

	.page_title h3 { font-size: 28px; }
	.page_title02 h3 { font-size: 28px; }

}

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

	/* sub */
	.business_textbox h3 { font-size: 24px; }
	.business_textbox h3 span:after { right: -15px; }
}