@charset "utf-8";
/* *******************************************************
 * filename : language.css
 * description : 국문  CSS
 * date : 2020-11-24
******************************************************** */
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap&subset=japanese');
:root{
	--font-family: 'Play','Noto Sans JP', "나눔고딕", NanumGothic, "Nanum Gothic","돋움", Dotum, Arial, sans-serif;
	--font-family2: 'Noto Sans JP', "나눔고딕", NanumGothic, "Nanum Gothic","돋움", Dotum, Arial, sans-serif;
}
/* ******************  Layout.css ********************** */
html[lang="ko"]{}

/* ******************  Main.css ********************** */


/* ******************  Content.css ********************** */
.search-overlay-con .overlay-map-info-item dt{width:120px;}
.search-overlay-con .overlay-map-info-item dd{width:calc(100% - 120px);}
/* -------- Company :: CEO인사말 -------- */
@media all and (max-width:800px){
	/* html[lang="ko"] 사용하면 css우선순위가 높아집니다. */
}