@charset "utf-8";

/* 인사말 */
.greeting h3 { font-size: 35px; }
.greeting p.subTxt { font-size: 23px; }
.greeting p.subTxt span { display: block; }
.greeting p { font-size: 18px; }
.greeting .sign { font-size: 20px; }
.greeting .sign span { font-size: 24px; }

/* 조직도 */
.team .tlist li:nth-child(2n-1) { width:50%; }
.team .tlist li:nth-child(2n) { width:50%; }

/* 찾아오시는 길 */
.location .location_itr strong{ font-size:35px; }
.location .location_itr span{ font-size: 18px; }


.mcl { display: none !important; }
