/* Basic Set-up */
@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;
}
@font-face {
  font-family: 'S-CoreDream-7ExtraBold';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-7ExtraBold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ChosunKg';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@1.0/ChosunKg.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'S-CoreDream-2ExtraLight';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-2ExtraLight.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'S-CoreDream-3Light';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-3Light.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@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;
}
.sub_body ul a .box2 {
  border-bottom: 1.5px solid rgb(0, 135, 224);
  color: rgb(0, 135, 224);
}




/* BODY */
.company_intro {
  font-family: 'ChosunSm';
  margin-top: 140px;
  padding-bottom: 50px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}
.company_intro span {
  color: #3573ad;
}

.temp-content > img {
  display: table;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  height: 50%;
  padding-bottom: 120px;
}

@media only screen and (min-width: 320px) {
  .company_intro {
    margin-top: 100px;
    font-size: 12px;
    padding-bottom: 10%;
  }
  .temp-content > img {
    width: 80%;
    height: 80%;
  }
}
@media only screen and (min-width: 700px) {
  .company_intro {
    margin-top: 100px;
    font-size: 18px;
    padding-bottom: 10%;
  }
}
@media only screen and (min-width: 1000px) {
  .company_intro {
    margin-top: 100px;
    font-size: 30px;
    padding-bottom: 10%;
  }
}

/* HORIZONTAL MODE */
@media only screen and (orientation: landscape) and (min-width: 568px) {
  .company_intro {
    font-size: 16px;
  }
}
@media only screen and (orientation: landscape) and (min-width: 812px) {
  .company_intro {
    font-size: 20px;
  }
}
@media only screen and (orientation: landscape) and (min-width: 1024px) {
  .company_intro {
    font-size: 24px;
  }
}
@media only screen and (orientation: landscape) and (min-width: 1366px) {
  .company_intro {
    font-size: 26px;
  }
}