/* 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;
}


body {
  font-family: 'Pretendard-Regular';
  font-size: 16px;
  line-height: 1.6;
  color: #4d4d4d;
}

a {
  text-decoration: none;
  color: #ffffff;
}

img {
  width: 35%;
  display: block;
}

.inner { 
  width: 1400px;
  margin: 0 auto;
  position: relative;
}

.sub_body ul a .box3 {
  border-bottom: 1.5px solid rgb(0, 135, 224);
  color: rgb(0, 135, 224);
}
/* BODY */


.company_intro {
  margin-top: 200px;
  padding-bottom: 5px;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  color: #3573ad;
}
.company_intro_gray_bar {
  width: 80px;
  height: 4px;
  margin-left: auto;
  margin-right: auto;
  background-color: silver;
  margin-bottom: 100px;
}

.temp-content > img {
  display: table;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  height: 50%;
  padding-bottom: 120px;
}

