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

	/* user 2023-05-22 */
	.hd_pops { left: 2% !important; top: 80px !important; max-width: 96%; height: auto; }
	.hd_pops_con { max-width: 100% !important; width: auto !important; height: auto !important; }
	.hd_pops_con a { display: inline-block; }

	/* sub */
	#sub_page img { max-width: 100%; }

}

@media screen and (max-width: 1100px) {
	
	/* main */
	.company_textbox h3 { font-size: 28px; }

}

@media screen and (max-width: 1024px) {
	
	/* head */
	.head .wrap { width: 100%; height: 70px; }
	.logo { margin: 0px 0 0px 10px; }
	.menu { display: none;}
	.callcenter { margin-right: 70px; }

	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: 990; 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; }

	.menu-toggler { position: absolute; top: 0; right: 0; display: flex; flex-direction: column; justify-content: space-between; z-index: 999; width: 70px; height: 70px; padding: 25px 20px; transition: all 650ms ease-out; cursor: pointer; }
	.menu-toggler.open { transform: rotate(-45deg); }

	.bar { background-color: #fff; width: 100%; height: 2px; border-radius: 0.8rem; }
	.sub_menuline .bar { background-color: #222; }
	.open .bar { background-color: #fff; }
	.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 { 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: 30px; 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; }

	.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; }

	/* footer */
	.footer_info { justify-content: center; text-align: center; width: 100%; }
	.footer_copyright { justify-content: center; text-align: center; width: 100%; margin-top: 10px; }
	
	/* main */

	/* sub */
	.sub_contents { padding: 120px 0 80px; }

	.sub_title { justify-content: center; margin-bottom: 30px; }
	.sub_title h2 { font-size: 35px; }
	.sub_title p { justify-content: center; width: 100%; margin-top: 15px; margin-bottom: 0px; margin-left: 0px; }

	.company_imgbox { text-align: center; width: 100%; margin-bottom: 50px; }
	.company_imgbox .pcver { display: none; }
	.company_imgbox .mobilever { display: block; }
	.company_textbox { justify-content: center; text-align: center; width: 100%; padding-left: 0px; }
	.company_textbox h3 { text-align: center; width: 100%; margin-bottom: 30px; font-size: 25px; }
	br.mobr { display: none; }
	.company_textbox p { font-size: 1.1em; }

}

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

	/* main */
	.main_textbox h2 { margin-bottom: 50px; font-size: 62px; }
	.main_vis_more { width: 180px; height: 50px; font-size: 1em; }

	/* sub */
	.sub_title h2 { font-size: 30px; }

	.company_textbox h3 { font-size: 20px; }

	.location_info li { width: 50%; }
	.location_info li:first-child { width: 100%; margin-bottom: 20px; }
	.location_info li dl { display: flex; flex-wrap: wrap; align-items: center; }
	.location_info li dl dt { margin-bottom: 0px; }
	.location_info li dl dd { width: calc(100% - 100px); padding-left: 10px; }

}

@media screen and (max-width: 550px) {
	
	/* footer */
	.footer_info_inner, .footer_info_inner p { width: 100%; }
	.footer_info_inner p span { width: 100%; padding: 0px; }
	.footer_info_inner p span:after { display: none; }

	/* sub */
	.location_info li { width: 100%; }
	.location_info li:first-child, .location_info li:nth-child(2) { margin-bottom: 15px; }

}

@media screen and (max-width: 480px) {
	
	/* footer */
	.footer { padding: 30px 0; }

	/* main */
	.main_textbox h2 { font-size: 52px; }
	.main_vis_more { width: 150px; }

	/* sub */
	.sub_contents { padding: 120px 0 50px; }

}

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

	/* sub */
	.sub_title h2 { font-size: 25px; }
	.sub_title p, .sub_title p span { font-size: 12px; }

	.frm_input { height: 45px; }

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

}

@media screen and (max-width: 375px) {
	
	/* main */
	.main_textbox h2 { font-size: 42px; }

	/* sub */
	.location_info li dl dt, .location_info li dl dd { width: 100%; padding-left: 0px;}
	.location_info li dl dt { margin-bottom: 5px; }
	.location_info li dl dt span { position: relative; width: auto; height: auto; padding-left: 10px; background: transparent; color: #333; font-size: 1.1em; font-weight: 600; }
	.location_info li dl dt span:after { content:''; position: absolute; left: 0px; top: 10%; width: 2px; height: 80%; background: #333; }

}