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

	
}

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

	/* main */
	.main_con01_textbox { padding-left: 50px; }

	/* sub */
	.root_daum_roughmap { max-width: 100%; }

}

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

	/* popup */
	.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; }
	
	/* footer */
	.footer_menu { top: -10px; }

	/* head */
	.logo img { height: 60px; }
	.menu { display: none; }
	
	.menu-toggler { position: absolute; top: 30px; 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; }
	.menu-toggler.open { transform: rotate(-45deg); }

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

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

	.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: 90vh; }
	.main_text h2 { margin-bottom: 50px; font-size: 52px; }
	.main_text h2 span { font-size: 20px; }
	.main_text p { font-size: 1.2em; }

	.main_con { padding: 60px 0; }

	.main_con01_inr { text-align: center; margin-bottom: 30px; width: 100%; }
	.main_con01_textbox { align-items: center; margin-bottom: 0px; padding-left: 0px; }
	.main_con01_textbox h3 { font-size: 48px; }
	.main_con01_textbox p { width: 80%; font-size: 1em; }

	.main_con02_titlebox { text-align: center; width: 100%; margin-bottom: 30px; padding-right: 0px; }
	.main_con02_titlebox h3 { font-size: 48px; }
	.main_con02_titlebox p { width: 80%; margin: 0 auto; margin-bottom: 30px; font-size: 1em; }

	.main_con02_imgbox { width: 100%; }

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

	/* sub */
	.sub_vis { height: 500px; padding-top: 80px; }
	.sub_vis_bg01 { height: 85vh; }
	.sub_vis h2 { font-size: 52px; }
	.sub_vis_bg01 h2 { margin-bottom: 50px; font-size: 52px; }
	
	.company_inr { padding: 80px 0; }
	.company_inr01 h3 { margin-bottom: 50px; font-size: 42px; }

	.company_list01 li .company_list01_inner img { width: 80px; }
	.company_list01 li h4 { font-size: 1.5em; }

	.contact_list01 li label { width: 150px; }
	.contact_input { width: calc(100% - 150px); }

}

@media screen and (max-width: 768px) {
	
	body { font-size: 14px; }
	
	/* footer */
	.footer { padding: 30px 0; }
	.footer_menu { top: auto; position: relative; justify-content: center; margin-bottom: 20px; width: 100%; }
	.footer_info { padding-bottom: 15px; }
	.footer_info_inner { text-align: center; width: 100%; font-size: 0.95em; }
	.footer_copyright { padding-top: 15px; text-align: center; font-size: 0.95em; }

	/* main */
	.main_text h2 { margin-bottom: 30px; font-size: 45px; }

	.main_con01_textbox h3, .main_con02_titlebox h3, .main_con03 h2 { margin-bottom: 30px; font-size: 36px; }
	.main_con01_textbox h3 span { font-size: 17px; }
	.main_con01_textbox p { margin-bottom: 30px; }
	.main_con01_btn { width: 160px; height: 50px; }

	.main_con02_titlebox h3 span { font-size: 17px; }

	/* sub */
	.sub_vis { height: 450px; }
	.sub_vis h2 { font-size: 45px; }
	.sub_vis p { font-size: 1.1em; }

	.sub_vis_bg01 { height: 85vh; }
	.sub_vis_bg01 h2 { margin-bottom: 30px; font-size: 42px; word-break: keep-all; }
	.sub_vis_bg01 h2 span { font-size: 20px; }
	.sub_vis_bg01 p { padding-top: 30px; }
	
	.sidebar { margin-bottom: 50px; }
	.sidebar .home { width: 50px; height: 50px; }
	.sidebar .depth_1 { width: 180px; }
	.sidebar .depth_2 { width: 180px; }
	.sidebar .depth_title { height: 50px; padding: 0 15px; }
	.sidebar .depth .sub_ul li { padding: 8px 15px; }
	
	.sub_contents { margin-bottom: 50px; }
	.sub_contents.mb00 { margin-bottom: 0px; }
	.sub_title h2 { font-size: 42px; }

	.company_inr01 h3 { font-size: 32px; }	
	.company_inr02 h3 { text-align:center; margin-bottom: 30px; font-size: 2.5em; }

	.company_list01 li { padding: 30px 0; }
	.company_list01 li .company_list01_inner img { margin-bottom: 30px; }

	.company_list01 { flex-wrap: wrap; }
	.company_list01 li { width: 50%; }
	.company_list01 li:first-child, .company_list01 li:nth-child(2) { border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
	.company_list01 li:nth-child(3) { border-left: none; }
	.company_list01 li .sub0101_list_inner img { margin-bottom: 30px; }
	.company_list01 li h4 { margin-bottom: 10px; font-size: 1.5em; }

	.company_list02 li { width: 100%; }
	.company_list02 li:first-child { margin-right: 0%; margin-bottom: 30px; }

	.company_list02 li dl dd { height: 60px; }

	.contact_list01 li.wh50 { width: 100%; margin-bottom: 10px; }
	.contact_list01 li.mr2 { margin-right: 0%; }
	.contact_list01 li:last-child { margin-bottom: 0px; }

}

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

	/* sub */
	.sub_vis_bg01 p br { display: none; }

	.company_inr { padding: 50px 0; }

}

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

	/* footer */
	.footer_menu li a { width: 130px; height: 40px; }

	/* main */
	.main_vis { height: 450px; }
	.main_text h2 { font-size: 28px; }
	.main_text h2 span { margin-bottom: 15px; font-size: 15px; }
	.main_text p { width: 90%; margin: 0 auto; font-size: 1.1em; word-break: keep-all; }
	.main_text p br { display: none; }

	.main_con { padding: 50px 0; }
	.main_con01_textbox h3, .main_con02_titlebox h3, .main_con03 h2 { font-size: 28px; }
	.main_con01_textbox h3 span, .main_con02_titlebox h3 span { font-size: 15px; }

	.main_con01_textbox p, .main_con02_titlebox p { width: 94%; }

	/* sub */
	.sub_vis { padding-top: 70px; }
	.sub_vis h2 { font-size: 36px; }
	.sub_vis p { font-size: 1em; }
	.sub_vis_bg01 { height: 65vh; }
    .sub_vis_bg01 h2 { font-size: 36px; }
	.sub_vis_bg01 h2 span { font-size: 0.5em; }
	
	.sub_title { margin-bottom: 30px; }
	.sub_title h2 { margin-bottom: 20px; font-size: 36px; }

	.company_inr01 h3 { font-size: 24px; }

	.contact_list01 li label { width: 120px; }
	.contact_input { width: calc(100% - 120px); }

}

@media screen and (max-width: 430px) {
    
	/* main */
	.main_con01_btn { width: 140px; height: 45px; }

	/* sub */
	.sub_vis { height: 400px; }
	.sub_vis_bg01 { height: 65vh; }
	.sub_vis_bg01 p { font-size: 1.05em; }

	.sidebar .depth_1 { width: 120px; }
	.sidebar .depth_2 { width: 130px; }
	.sidebar .depth_title:after { right: 10px; }

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

	.company_list01 li .company_list01_inner img { width: 70px; margin-bottom: 20px; }

	.company_list02 li h4 { margin-bottom: 20px; font-size: 1.7em; font-weight: 500; }
	.company_list02 li h4 span { margin-left: 15px; padding-left: 15px; font-size: 14px; }
	.company_list02 li dl dd { padding: 0 10px; word-break: break-all; }

	.contact_list01 li label { width: 100%; margin-bottom: 10px; }
	.contact_input { width: 100%; }

}

@media screen and (max-width: 375px) {
	
	/* main */
	.main_text h2 { margin-bottom: 20px; font-size: 24px; }
	.main_text h2 span { font-size: 14px; }
	.main_text p { font-size: 0.95em; }
	
	/* sub */
	.sub_vis_bg01 h2 { font-size: 32px; }

	.company_inr01 h3 { margin-bottom: 30px; font-size: 24px; word-break: keep-all; }
	.company_inr01 h3 br { display: none; }

}