@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;
}
@font-face {
  font-family: 'Pretendard-Regular';
  src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
  font-weight: 400;
  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;
  font-size: 14px !important;
  width: 100vw;
  height: 100px;
  max-width: 1200px;
  max-height: 300px;
  margin: 30% auto;
  margin-bottom: 0;
  text-align: center;
}
.title_container .main {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5%;
  color: black;
}
.title_container .speech {
  font-family: 'Pretendard-Regular';
  font-size: 10px;
  color: black;
}
.title_container .speech span{
  color: rgb(51, 147, 202);
}
.main_container {
  font-family: 'Pretendard-Regular';
  font-weight: 100;
  width: 90vw;
  height: 300px;
  max-width: 1200px;
  max-height: 600px;
  margin: 0 auto;
  text-align: center;
  font-size: 12px;
}

.ceo {
  width: 200px;
  height: 100px;
  margin: 100px auto;
  display: flex;
}
.ceo .farewell {
  padding-top: 5%;
  width: 100px;
  height: 20px;
}
.ceo .sign {
  margin-left: 5%;
  width: 100px;
  height: 40px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url(/images/sign.png);
}
@media only screen and (min-width: 400px) {
  .title_container .main {
    font-size: 18px;
  }
  .title_container .speech {
    font-size: 12px;
  }
}
@media only screen and (min-width: 730px) {
  .title_container {
    margin: 20% auto 5%;
  }
  .title_container .main {
    font-size: 24px;
  }
  .title_container .speech {
    font-size: 18px;
  }
  .main_container {
    font-size: 20px;
  }
  .ceo {
    width: 250px;
  }
  .ceo .farewell {
    width: 150px;
  }

}
@media only screen and (min-width: 1000px) {
  .title_container {
    margin: 10% auto 5%;
  }
  .title_container .main {
    font-size: 28px;
  }
  .title_container .speech {
    font-size: 20px;
  }
  .main_container {
    font-size: 20px;
  }
  .ceo {
    width: 240px;
    margin: 50px auto;
  }
  .ceo .farewell {
    width: 120px;
  }
}

/* HORIZONTAL */
@media only screen and (orientation: landscape) and (min-width: 736px) {
  .title_container .main {
    font-size: 20px;
  }
  .title_container .speech {
    font-size: 18px;
  }
  .main_container {
    font-size: 16px;
  }
}
@media only screen and (orientation: landscape) and (min-width: 1024px) {
  .title_container .main {
    font-size: 24px;
  }
  .title_container .speech {
    font-size: 20px;
  }
  .main_container {
    font-size: 18px;
  }
}
@media only screen and (orientation: landscape) and (min-width: 1366px) {
  .title_container .main {
    font-size: 26px;
  }
  .title_container .speech {
    font-size: 24px;
  }
  .main_container {
    font-size: 22px;
  }
  .ceo .farewell {
    width: 140px;
  }
}