@charset "utf-8";
/* *******************************************************
 * filename : language.css
 * description : 국문  CSS
 * date : 2020-11-24
******************************************************** */
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+SC:400,500');

/* ******************  layout ********************** */
*{-ms-word-break: normal; word-break: normal !important;}
body, table, th, td, button, select, input,textarea {
	font-family: 'Microsoft YaHei','Noto Sans SC', 'Noto Sans KR', "나눔고딕", NanumGothic, "Nanum Gothic","돋움", Dotum, Arial, sans-serif;
}

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

/* ******************  Main.css ********************** */
html[lang="zh"] .service-cover-list .list-item .inner:after {height: 130px;}
html[lang="zh"] .service-cover-list .list-item:nth-child(odd) .inner:after {bottom: -130px;}

@media all and (max-width:800px){
	html[lang="zh"] .main-tit-box .main-tit {font-size: 3.4rem;}
}

/* ******************  Content.css ********************** */
html[lang="zh"] .ceo-name-con::before {width: 16.5rem;}

html[lang="zh"] .cell-data-area .cell-data-info-box .cell-data-info-list .info-list-item b {width: 7rem;}
html[lang="zh"] .cell-data-area .cell-data-info-box .cell-data-info-list .info-list-item span {    width: calc(100% - 8.5rem);}

/* ******************  회원가입 폼 ********************** */
@media all and (min-width: 800px) {
	html[lang="zh"] .join-form-tbl .join-sub-btn {margin-left: 9px;}
	html[lang="zh"] .email-input .select-basic {margin-left: 3px;}
}