@media screen and (max-width: 1320px) {
	
	.wrap { width: 94%; margin: 0 auto; }

	/* popup */
	.hd_pops { left: 2% !important; top: 80px !important; }	
	.hd_pops { left: 2% !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; }

}

@media screen and (max-width: 1200px) {
	
	/* head */
	.menu_inr li { padding: 0 25px; }

}

@media screen and (max-width: 1024px) {
	
	/* head */
	.head .wrap { height: 70px; }

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

	.menu-toggler { position: fixed; top: 25px; right: 3%; 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: #222; width: 100%; height: 2px; border-radius: 0.8rem; }
	.open .bar { background-color: #fff; }

	.bar.half { width: 100%; }
	.open .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_text h2 { margin-bottom: 30px; font-size: 52px; }
	.main_text p { font-size: 22px; }
	
	.main_con_title { margin-bottom: 50px; }
	.main_con_title .eng_text { margin-bottom: 15px; }
	.main_con_title h2 { font-size: 36px; }

	.main_con01 h3 { margin-bottom: 30px; font-size: 24px; }
	
	.con01_list01 { margin-bottom: 50px; padding: 30px; }
	.con01_list01 li { width: 100%; font-size: 1.1em; }
	.con01_list01 li:last-child { margin-bottom: 0px; }

	.con02_imgbox { text-align: center; width: 100%; margin-bottom: 30px; }
	.con02_textbox { text-align: center; width: 100%; padding-left: 0px; }
	.con02_textbox h3 { margin-bottom: 30px; font-size: 32px; }
	.con02_textlist li { text-align: left; }

	.con04_imgbox { width: 360px; }
	.con04_textbox { width: calc(100% - 360px); padding: 0 30px; }
	.con04_textbox h3 { margin-bottom: 15px; font-size: 24px; }
	.con04_textbox p { margin-bottom: 30px; font-size: 1.05em; }

	/* sub */
	.sub_vis { height: 250px; }
	.sub_title { margin-top: 40px; }
	.sub_title h2 { font-size: 42px; }

	.field_imgbox { width: 360px; }
	.field_textbox { width: calc(100% - 360px); }

}

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

	.frm_input { height: 45px !important; }
	#bo_w .bo_w_tit #btn_autosave { height: 35px !important; }

	/* footer */
	.footer { padding: 50px 0; }
	.footer span { width: 100%; }
	.footer span:after { display: none; }
	
	.quick { position: fixed; right: 0; bottom: 0; width: 100%; }
	.quick_inr { display: flex; flex-direction: row; flex-wrap: wrap; width: 100%; }
	.quick_inr li { flex: 1; margin-bottom: 0px; }

	.quick_inr li .quick_btn { width: 100%; height: 45px; font-size: 1em; }
	.quick_inr li .quick_btn span { margin-bottom: 0px; margin-right: 5px; }
	.quick_inr li .quick_btn span img { height: 25px; }

	.quick_inr li .quick_tel { text-indent: 0; color: #fff; font-size: 1.1em; }
	.quick_inr li .quick_tel img { display: none; }
	
	#top_btn { display: none; }

	/* main */
	.main_con { padding: 80px 0; }
	
	.main_con_title { margin-bottom: 30px; }
	.main_con_title .eng_text { margin-bottom: 5px; }
	.main_con_title h2 { font-size: 28px; line-height: 1.4 }

	.main_con01 h3 { font-size: 18px; }

	.con02_textbox h3 { font-size: 24px; }
	
	.con04_imgbox {width: 300px;}
	.con04_textbox { width: calc(100% - 300px); }
	.con04_more { width: 120px; }

	.main_con05_form { padding: 30px; }
	.main_con05_forminr li { width: 100%; }
	.main_con05_forminr li.mr2 { margin-right: 0%; }
	.main_con05_forminr dl dt { font-size: 1.1em; }

	.con05_btn { padding: 0 30px; font-size: 1.1em; }
	
	.main_con06 p { margin-bottom: 30px; font-size: 20px; }
	.main_con06 p .icon { margin-bottom: 20px; }
	.main_con06 p .icon img { width: 30px; }
	.main_con06 h2 { font-size: 25px; }
	
	.contact_list { display: flex; flex-direction: column; flex-wrap: wrap; justify-content: center; align-content: center; }
	.contact_list li:first-child { margin-right: 0px; margin-bottom: 10px; }
	.contact_list li span { padding-left: 10px; font-size: 22px; }
	.contact_list li .stitle { padding-left: 0px; font-size: 18px; }

	/* sub */
	.field_imgbox { width: 100%; }
	.field_textbox { width: 100%; padding: 50px 30px; text-align: center; }
	.field_textbox h3 { margin-bottom: 10px; font-size: 25px; }

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

	.location_textlist { margin-bottom: 30px; }
	.location_textlist:last-child { margin-bottom: 0px; }

}

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

	/* main */
	.con04_imgbox { width: 100%; }
	.con04_imgbox img { display: block; width: 100%; height: 100%; object-fit: cover; }
	.con04_textbox { justify-content: center; text-align: center; width: 100%; padding: 30px 30px; }

}

@media screen and (max-width: 575px) {
	
	/* main */
	.con02_imgbox img { max-width: 100%; width: 320px; }
	.con02_textlist li { width: 100%; }
	.con02_textlist li:last-child { margin-bottom: 0px; }

	.main_con05_forminr dl dt { width: 100%; margin-bottom: 10px; }
	.main_con05_forminr dl dd { width: 100%; }

	.main_con06 p { font-size: 1.12em; }
	.main_con06 h2 { margin-bottom: 30px; font-size: 20px; }

	.contact_list li span { width: calc(100% - 120px); font-size: 18px; }
	.contact_list li .stitle { width: 120px; height: 40px; font-size: 16px; }

}

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

	/* main */
	.main_vis { height: 70vh; }
	.main_text { margin-top: -100px; }
	.main_text h2 { margin-bottom: 15px; font-size: 36px; }
	.main_text p { font-size: 16px; }

	.main_con { padding: 60px 0; }
	.main_con_title h2 { font-size: 24px; }

	.main_con01 h3 { font-size: 16px; }

	.con01_list01 { margin-bottom: 30px; padding: 20px; border-radius: 0; }

	.con02_textbox { font-size: 1em; }

	.con05_btnbox { margin-top: 30px; }

	/* sub */
	.sub_vis { height: 200px; }
	.sub_title h2 { font-size: 36px; }
	
	.sub_contents { margin: 60px auto; }

	.field_textbox { padding: 30px 20px; }
	
	.location h3 { padding-left: 30px; font-size: 20px; }
	.location h3:after { width: 20px; height: 20px; }
	.parking_inr { width: 100%; }
	.root_daum_roughmap { margin-bottom: 30px !important; }
	.parking_inr .root_daum_roughmap .wrap_map { height: 200px !important; }
	.parking_inr h4 { font-size: 16px; }

	.location_textlist li h4 { width: 100%; margin-bottom: 10px; }
	.location_textlist li p { width: 100%; padding-left: 0px; }
	
}

@media screen and (max-width: 430px) {
	
	/* main */
	.main_vis { height: 60vh; }
	.main_text h2 { font-size: 28px; }
	.main_text p { font-size: 14px; }

	.con01_list01 li { font-size: 1em; }
	.con01_list01 li:after { top: 6px; width: 4px; height: 4px; }

	.con02_imgbox img { max-width: 100%; width: 250px; }
	.con02_textbox h3 { font-size: 20px; }
	.con02_textlist li:after { top: 6px; width: 4px; height: 4px; }

	.main_con05_form { padding: 15px; }
	.con05_btn { width: 100%; height: 50px; }

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

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

}

@media screen and (max-width: 320px) {
	
	/* main */
	.contact_list li span { width: calc(100% - 100px); font-size: 15px; }
	.contact_list li .stitle { width: 100px; font-size: 14px; }

}