/* 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 .box5 {
  border-bottom: 1.5px solid rgb(0, 135, 224);
  color: rgb(0, 135, 224);
}

.company_intro .bar {
  margin: 200px auto 0;
  width: 30px;
  height: 4px;
  background-color: #c8c8c8;
}
.company_intro .title {
  padding-top: 14px;
  font-weight: 700;
  font-size: 22px;
  text-align: center;
}
.company_intro .desc {
  padding-top: 14px;
  padding-bottom: 100px;
  font-size: 14px;
  text-align: center;
}


/* 수상실적 */
.prize_intro hr {
  width: 30px;
  height: 4px;
  background-color: #c8c8c8;
  border: none;
}
.prize_intro .prize_title {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 12px;
}
.prize_intro .prize_sub_title {
  font-size: 14px;
  font-weight: 100;
  text-align: center;
  padding-bottom: 24px;
}
.prize_intro .prize_image {
  background-image: url(/images/PAT/prizes.png);
  width: 900px;
  height: 450px;
  background-repeat: no-repeat;
  margin: 0 auto 150px;
  background-size: 80%;
  transform: translateX(10%);
}

/* 인증서 */
.certificate_intro hr {
  width: 30px;
  height: 4px;
  background-color: #c8c8c8;
  border: none;
}
.certificate_intro .certificate_title {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 12px;
}
.certificate_intro .certificate_sub_title {
  font-size: 14px;
  font-weight: 100;
  text-align: center;
  padding-bottom: 24px;
}
.certificate_intro .certificate_image {
  background-image: url(/images/PAT/certificates.png);
  width: 900px;
  height: 1900px;
  background-repeat: no-repeat;
  margin: 0 auto 150px;
  background-size: 80%;
  transform: translateX(10%);
}
/* 특허 */
.patent_intro hr {
  width: 30px;
  height: 4px;
  background-color: #c8c8c8;
  border: none;
}
.patent_intro .patent_title {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 12px;
}
.patent_intro .patent_sub_title {
  font-size: 14px;
  font-weight: 100;
  text-align: center;
  padding-bottom: 24px;
}
.patent_intro .patent_image {
  background-image: url(/images/PAT/patents.png);
  width: 900px;
  height: 1300px;
  background-repeat: no-repeat;
  margin: 0 auto 100px;
  background-size: 80%;
  transform: translateX(10%);
}

.patent_body hr {
  width: 30px;
  height: 4px;
  background-color: #c8c8c8;
  border: none;
}
.patent_body .pb_title{ 
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 20px;
  padding-top: 20px;
}
.patent_body .pb_sub_title {
  font-size: 14px;
  text-align: center;
  padding-bottom: 20px;
}
.patent_body table {
  width: 1100px;
  height: 900px;
  margin: 0 auto 100px;
  border-top: 1px solid #c7c7c7;
  text-align: center;
  vertical-align: middle;
}
.patent_body table tr {
  border-bottom: 1px solid #eeeeee;
}
.patent_body table tr:first-child{
  background-color: rgb(248, 248, 248);
  font-weight: 700 !important;
  font-size: 16px;
}
.patent_body table tr td {
  vertical-align: middle;
  font-size: 16px;
}
.patent_body table tr:nth-child(23){
  border-bottom: 1px solid #c7c7c7;
}


