@charset "utf-8";
/* *******************************************************
 * filename : language.css
 * description : 국문  CSS
 * date : 2020-11-24
******************************************************** */

/* ******************  Layout.css ********************** */
html[lang="ko"]{}
.footer-address-list dl dt {font-weight: 500;}
.footer-address-list dl dd {font-weight: 400;}
/* ******************  Main.css ********************** */


/* ******************  Content.css ********************** */
/* -------- Company :: CEO인사말 -------- */
@media all and (max-width:800px){
	/* html[lang="ko"] 사용하면 css우선순위가 높아집니다. */
}

/* -------- Company :: About us -------- */

.about-page .info-list .info-item {14rem;}
.about-page .info-list .info-name {    font-weight: 400;}


/* --------Particle Lab :: Consulting/Training -------- */
.lab-con-list { margin-top: 3.5rem !important;}
.lab-con-list .lab-item > em, .diagnosis-page .lab-inner-box .lab-inner-txt {font-weight: 400;}
.diagnosis-page .lab-inner-box em {font-weight: 500;}
