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

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

html[lang="en"] #gnb > ul > li > a{padding-inline:4rem;}
html[lang="en"] #topMenu01 .side-menu-inner ul li > a{max-width:200px}

@media all and (max-width:1640px){
	html[lang="en"] #gnb{padding-right:11rem;}
}
@media all and (max-width:1480px){
	html[lang="en"] #gnb > ul > li > a{padding-inline:3rem;}
	html[lang="en"] #gnb > ul > li.gnb3 > a,
	html[lang="en"] #gnb > ul > li.gnb4 > a{padding-inline:2rem;}
}

/* ******************  Main.css ********************** */
html[lang="en"] .inquiry-style08 .inquiry-form ul li{padding:0 1rem 0 15rem;}
html[lang="en"] .inquiry-style08 .inquiry-form .inquiry-data-tit{width:12rem;}

/* ******************  Content.css ********************** */
/* -------- About us :: 경영철학 -------- */
html[lang="en"] .philosophy-con05-tit{max-width: 1000px; justify-content: center;}
html[lang="en"] .philosophy-con05-tit h5{width:auto;}
html[lang="en"] .philosophy-con05-tit p{width:auto;}

/* -------- About us :: 본사 및 사업장 -------- */
html[lang="en"] .simple-tab-list-style ul li{margin-right:2rem;}

/* -------- Product -------- */
html[lang="en"] .prd-tab-content .prd-sec .prd-sec-top .prd-sec-tit em{line-height:1.3;}

@media all and (max-width:800px){
	#contentInfoCon .content-tit{line-height:1.3;}
	.prd-tab-content .prd-sec .prd-sec-top .prd-sec-tit b{font-size:3.2rem;}
	.prd-tab-content .prd-sec .prd-sec-top .prd-sec-tit em{font-size:2rem;}
}

/* -------- management :: management -------- */
@media all and (max-width:800px){
	.manage-top-tit h3{line-height:1.5;}
}