@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);
@font-face {
  font-family: 'ChosunSm';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@1.1/ChosunSm.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
.notosanskr * { 
 font-family: 'Noto Sans KR', sans-serif;
}
.sub_body ul a .box1 {
  border-bottom: 1.5px solid rgb(0, 135, 224);
  color: rgb(0, 135, 224);
}
.title_container {
  font-family: 'Noto Sans KR', sans-serif;
  width: 1200px;
  height: 200px;
  margin: 120px auto;
  text-align: center;
}
.title_container .main {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 25px;
  color: black;
}
.title_container .speech {
  font-family: 'ChosunSm';
  font-size: 24px;
  color: black;
}
.title_container .speech span{
  color: rgb(51, 147, 202);
}
.main_container {
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 100;
  width: 1200px;
  height: 600px;
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
}

.ceo {
  width: 350px;
  height: 100px;
  margin: 100px auto;
  display: flex;
}
.ceo .farewell {
  padding-top: 5%;
  width: 150px;
  height: 30px;
}
.ceo .sign {
  margin-left: 30px;
  width: 150px;
  height: 50px;
  background-image: url(/images/sign.png);
}