/* 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;
}




.company_intro {
  margin-top: 200px;
  padding-bottom: 50px;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  color: #4d4d4d;
}
.company_intro_desc {
  margin-top: 12px;
  font-size: 14px;
  font-weight: 200;
  color: #4d4d4d;
}


.hrhr {
  height: 4px;
  width: 40px;
  background-color: #cfcfcf;
  border: none;
  margin-bottom: 70px;
}
.root_daum_roughmap {
  margin: auto !important;
  padding-bottom: 50px;
  position: fixed;
  z-index: 0 !important;
}

table.t_location {
  margin: 30px auto 200px auto;
  border-top: 2px solid #4d4d4d;
}
table tbody th {
  width: 140px;
  padding: 20px;
  vertical-align: top;
  border-bottom: .5px solid #cfcfcf;
  background-color: #f3f3f3;
  font-size: 14px;
}
table tbody td {
  font-size: 12px;
  width: 80%;
  max-width: 1050px;
  padding: 20px;
  vertical-align: top;
  border-bottom: .5px solid #cfcfcf;
}

@media only screen and (min-width: 1000px) {
  .company_intro {
    font-size: 32px;
  }
  .company_intro_desc {
    font-size: 18px;
  }
  table tbody td {
    font-size: 12px;
    width: 85.5%;
    max-width: 1050px;
    padding: 20px;
    vertical-align: top;
    border-bottom: .5px solid #cfcfcf;
  }
}

/* HORIZONTAL MODE */
@media only screen and (orientation: landscape) and (min-width: 568px) {
  table {
    width: 90vw;
  }
}