/* 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 .box6 {
  border-bottom: 1.5px solid rgb(0, 135, 224);
  color: rgb(0, 135, 224);
}


.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;
}

.bus_info {
  width: 900px;
  height: 200px;
  border: 1px solid #cfcfcf;
  margin: 50px auto 10px;
  display: flex;
}
.bus_info .col_1 {
  width: 20%;
  height: 100%;
  text-align: center;
  padding-top: 60px;
}
.bus_info .col_1 .material-icons {
  font-size: 64px;
}
.bus_info .col_1 .img_text {
  font-size: 18px;
  font-weight: 700;
}

.bus_info .col_2 {
  width: 80%;
  height: 100%;
  border-left: 1px solid #cfcfcf;
}
.bus_info .col_2 .text_1 {
  text-align: center;
  padding-top: 75px;
  font-size: 16px;
}

.car_info {
  width: 900px;
  height: 200px;
  border: 1px solid #cfcfcf;
  margin: 50px auto 80px;
  display: flex;
}
.car_info .col_1 {
  width: 20%;
  height: 100%;
  text-align: center;
  padding-top: 60px;
}
.car_info .col_1 .material-icons {
  font-size: 64px;
}
.car_info .col_1 .img_text {
  font-size: 18px;
  font-weight: 700;
  
}

.car_info .col_2 {
  width: 80%;
  height: 100%;
  border-left: 1px solid #cfcfcf;
}
.car_info .col_2 .text_1 {
  text-align: center;
  padding-top: 90px;
  font-size: 16px;
}
.hrhr {
  height: 4px;
  width: 40px;
  background-color: #cfcfcf;
  border: none;
  margin-bottom: 70px;
}
.root_daum_roughmap {
  margin: auto !important;
  padding-bottom: 50px;
  position: fixed;
}

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: 18px;
}
table tbody td {
  font-size: 16px;
  width: 1050px;
  padding: 20px;
  vertical-align: top;
  border-bottom: .5px solid #cfcfcf;
}


/* .temp-content > img {
} */

