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

/* ******************  Layout.css ********************** */
html[lang="ko"]{}
@media all and (max-width:1366px) and (min-width:1025px){
	#footerTop .footer-top-item .txt {padding-right:10px;}
	#footerTop .footer-right-con .footer-top-item.left a {width:170px; max-width:none;}
}
/* ******************  Main.css ********************** */


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

.ci-con .logo-box > .logo-type-list li.point-txt-bg > .con-inner {
    border-right-color: transparent;
    background: url(/en/images/content/ci_rule.png) 92% 82% no-repeat;
}

#footerTop .footer-right-con .footer-top-item.left a {max-width:160px;}
@media all and (max-width:1366px) and (min-width:1025px){
	#footerTop .footer-right-con .footer-top-item.left a {display:block; margin-bottom:10px;}
}
@media all and (max-width:800px){
	#footer #footerTop .footer-right-con .footer-top-item.left a:last-child {width:140px;}
}