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

/* ******************  Layout.css ********************** */
html[lang="cn"] * {word-break: break-all;}
html[lang="cn"] *:not(i) {font-family:'Montserrat', "Noto Sans SC", 'Pretendard', "나눔고딕", NanumGothic, "Nanum Gothic", "돋움", Dotum, Arial, sans-serif;}
.content-kr-tit {display:none;}
html[lang="cn"] .about-box > p {font-family: "Pretendard", sans-serif !important;}
html[lang="cn"] .policies-list .txt-list li > p em {font-family:'Montserrat', "Noto Sans SC", 'Pretendard', "나눔고딕", NanumGothic, "Nanum Gothic", "돋움", Dotum, Arial, sans-serif;}

/* html[lang="cn"] .font-pretendard {font-family:'Montserrat', "Noto Sans SC", 'Pretendard', "나눔고딕", NanumGothic, "Nanum Gothic", "돋움", Dotum, Arial, sans-serif;} */

body, table, th, td, button, select, input,textarea {

	font-family:'Montserrat', "Noto Sans SC", 'Pretendard', "나눔고딕", NanumGothic, "Nanum Gothic", "돋움", Dotum, Arial, sans-serif;

}

/* 푸터 */
html[lang="cn"] .footer-inner {word-break: break-all;}
/* ******************  Main.css ********************** */


/* ******************  Content.css ********************** */
/* -------- Company :: CEO인사말 -------- */
@media all and (max-width:800px){
	/* html[lang="ko"] 사용하면 css우선순위가 높아집니다. */
}
/* 학교소개 */
.overview-intro-con .txt-box {word-break:break-all;}
.overview-tit > span {font-family:'Montserrat', "Noto Sans SC", 'Pretendard', "나눔고딕", NanumGothic, "Nanum Gothic", "돋움", Dotum, Arial, sans-serif;}
/* 행정부서 안내 */
.administration-list .txt-box p {word-break:break-all;}
.administration-top .right-con .tit02 {font-family:'Montserrat', "Noto Sans SC", 'Pretendard', "나눔고딕", NanumGothic, "Nanum Gothic", "돋움", Dotum, Arial, sans-serif;}

/* 오시는 길 */
.location-info-box .info-box .txt {word-break:break-all;}

/* 입학요강 */
.eligibility-con {word-break: break-all;}

@media all and (max-width:1280px){
	html[lang="cn"] .required-doc-list .list-item {padding-bottom: 15rem;}
	html[lang="cn"] .required-doc-list .list-item .txt-box {word-break: break-all;}
}

@media all and (max-width:800px){
	html[lang="cn"] .required-doc-list .list-item {padding-bottom: 3rem;}
	html[lang="cn"] .required-doc-list .list-item {display:flex; flex-wrap:wrap;}
	html[lang="cn"] .required-doc-list .list-item .txt-box {width: 100%; margin-top: 2rem; margin-left: 0;}
	html[lang="cn"] .required-doc-list .list-item .icon {position: static; align-self: flex-end; margin: 1rem 0 0 auto;}
	
	/**/
	html[lang="cn"] .cm-plus-txt {word-break: break-all;}
}

@media all and (max-width:480px){
	html[lang="cn"] .required-doc-list .list-item .icon {transform: translateY(0);}
}

/* 유치원 소개 */
html[lang="cn"] .kindergarten-about-01 .txt01 {word-break: break-all;}
html[lang="cn"] .kindergarten-about-01 .txt02 {word-break: break-all;}
html[lang="cn"] .kindergarten-program-list li .inner dl dd .txt {word-break: break-all;}

/* 통합버스 */
.busroute-info .info-item dt { font-size: 1.6rem; word-break: keep-all;}
.schematic-list .schematic-item .txt {font-size: 1.5rem; width: 100%;}

/* 교육과정 */
.curriculum-top-tit {word-break: normal !important; }