@charset "utf-8";
/* *******************************************************
 * filename : language.css
 * description : 국문  CSS
 * date : 2020-11-24
******************************************************** */

/* ******************  Layout.css ********************** */
html[lang="ko"]{}

/* ******************  Main.css ********************** */
@media all and (max-width:480px){
	#header .logo {left: 0;}
	#header .logo a {height: 3.2rem;}
}

@media all and (max-width:800px){
	.main-visual-control {bottom: 12%;}
	
}



/* ******************  Content.css ********************** */
/* -------- Company :: CEO인사말 -------- */
@media all and (max-width:800px){
	/* html[lang="ko"] 사용하면 css우선순위가 높아집니다. */
}

/* 문의하기 폼 */
html[lang="en"] .inquiry-style10 .email-fieldset .write-input, .inquiry-style10 .email-fieldset .write-select {width: 100% !important;}
html[lang="en"] .inquiry-style10 .phone-fieldset .write-input, .inquiry-style10 .phone-fieldset .write-select {width: 100% !important;}
html[lang="en"] .inquiry-style10 .add-fieldset .write-input {width: 100% !important;}