/* 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;
}
html {
  font-family: 'Pretendard-Regular' !important;
}

.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%;
}

/* 인증서 */
.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;
  width: 85vw;
  margin: 0 auto;
}
.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%;
}
/* 특허 */
.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;
}


@media only screen and (min-width: 320px) {
  .company_intro .title {
    padding-top: 14px;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
  }
  .company_intro .desc {
    padding-top: 14px;
    padding-bottom: 100px;
    font-size: 10px;
    text-align: center;
  }

  /* 수상실적 */
  .prize_intro .prize_title {
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    padding-bottom: 12px;
  }
  .prize_intro .prize_sub_title {
    font-size: 10px;
    font-weight: 100;
    text-align: center;
    padding-bottom: 24px;
  }
  .prize_intro .prize_image {
    background-size: cover;
    width: 95vw;
    height: 30vh;
    max-width: 900px;
    max-height: 450px;
  }
  /* 인증서 */
  .certificate_intro .certificate_title {
    font-size: 14px;
  }
  .certificate_intro .certificate_sub_title {
    font-size: 10px;
  }
  .certificate_intro .certificate_image {
    background-size: 100%;
    width: 95vw;
    height: 130vh;
    max-width: 900px;
    max-height: 1900px;
  }
  /* 특허 */
  .patent_intro .patent_title {
    font-size: 14px;
  }
  .patent_intro .patent_sub_title {
    font-size: 10px;
  }
  .patent_intro .patent_image {
    background-size: 100%;
    width: 95vw;
    height: 100vh;
    max-width: 900px;
    max-height: 1300px;
  }
}
@media only screen and (min-width: 375px) {
  .prize_intro .prize_image {
    background-size: 100%;
    width: 95vw;
    height: 30vh;
    max-width: 900px;
    max-height: 450px;
  }
}
@media only screen and (min-width: 700px) {
  .company_intro .title {
    font-size: 18px;
  }
  .company_intro .desc {
    font-size: 14px;
  }

  /* 수상실적 */
  .prize_intro .prize_title {
    font-size: 16px;
  }
  .prize_intro .prize_sub_title {
    font-size: 14px;
  }
  .prize_intro .prize_image {
    background-size: 100%;
    width: 70vw;
    height: 30vh;
    max-width: 900px;
    max-height: 450px;
  }
  /* 인증서 */
  .certificate_intro .certificate_title {
    font-size: 16px;
  }
  .certificate_intro .certificate_sub_title {
    font-size: 12px;
  }
  .certificate_intro .certificate_image {
    background-size: 100%;
    width: 70vw;
    height: 130vh;
    max-width: 900px;
    max-height: 1900px;
  }
  /* 특허 */
  .patent_intro .patent_title {
    font-size: 16px;
  }
  .patent_intro .patent_sub_title {
    font-size: 14px;
  }
  .patent_intro .patent_image {
    background-size: 100%;
    width: 70vw;
    height: 100vh;
    max-width: 900px;
    max-height: 1300px;
  }
}
@media only screen and (min-width: 1000px) {
  .company_intro .title {
    font-size: 18px;
  }
  .company_intro .desc {
    font-size: 14px;
  }

  /* 수상실적 */
  .prize_intro .prize_title {
    font-size: 16px;
  }
  .prize_intro .prize_sub_title {
    font-size: 14px;
  }
  .prize_intro .prize_image {
    background-size: 100%;
    width: 50vw;
    height: 40vh;
    max-width: 900px;
    max-height: 450px;
  }
  /* 인증서 */
  .certificate_intro .certificate_title {
    font-size: 16px;
  }
  .certificate_intro .certificate_sub_title {
    font-size: 12px;
  }
  .certificate_intro .certificate_image {
    background-size: 100%;
    width: 60vw;
    height: 200vh;
    max-width: 900px;
    max-height: 1900px;
  }
  /* 특허 */
  .patent_intro .patent_title {
    font-size: 16px;
  }
  .patent_intro .patent_sub_title {
    font-size: 14px;
  }
  .patent_intro .patent_image {
    background-size: 100%;
    width: 60vw;
    height: 140vh;
    max-width: 900px;
    max-height: 1300px;
  }
}
@media only screen and (min-width: 1000px) {
  .company_intro .title {
    font-size: 18px;
  }
  .company_intro .desc {
    font-size: 14px;
  }

  /* 수상실적 */
  .prize_intro .prize_title {
    font-size: 18px;
  }
  .prize_intro .prize_sub_title {
    font-size: 16px;
  }
  .prize_intro .prize_image {
    background-size: 100%;
    width: 50vw;
    height: 40vh;
    max-width: 900px;
    max-height: 450px;
  }
  /* 인증서 */
  .certificate_intro .certificate_title {
    font-size: 18px;
  }
  .certificate_intro .certificate_sub_title {
    font-size: 14px;
  }
  .certificate_intro .certificate_image {
    background-size: 100%;
    width: 55vw;
    height: 200vh;
    max-width: 900px;
    max-height: 1900px;
  }
  /* 특허 */
  .patent_intro .patent_title {
    font-size: 18px;
  }
  .patent_intro .patent_sub_title {
    font-size: 16px;
  }
  .patent_intro .patent_image {
    background-size: 100%;
    width: 50vw;
    height: 140vh;
    max-width: 900px;
    max-height: 1300px;
  }
}
/* HORIZONTAL MODe */
@media only screen and (orientation: landscape) and (min-width: 568px) {
  /* major awards */
  .prize_intro .prize_image {
    max-width: 900px;
    width: 90vw;
    height: 300px;
  }
  /* certificates */
  .certificate_intro .certificate_image {
    max-width: 900px;
    max-height: 1900px;
    width: 90vw;
    height: 1250px;
  }
  /* patents */
  .patent_intro .patent_image {
    width: 90vw;
    height: 900px;
  }
}
@media only screen and (orientation: landscape) and (min-width: 667px) {
  /* major awards */
  .prize_intro .prize_image {
    width: 80vw;
    height: 300px;
  }
  /* certificates */
  .certificate_intro .certificate_image {
    width: 75vw;
    height: 1250px;
  }
  /* patents */
  .patent_intro .patent_image {
    width: 75vw;
    height: 900px;
  }
}
@media only screen and (orientation: landscape) and (min-width: 736px) {
  /* major awards */
  .prize_intro .prize_image {
    width: 75vw;
    height: 300px;
  }
  /* certificates */
  .certificate_intro .certificate_image {
    width: 70vw;
    height: 1250px;
  }
  /* patents */
  .patent_intro .patent_image {
    width: 70vw;
    height: 900px;
  }
}
@media only screen and (orientation: landscape) and (min-width: 812px) {
  /* major awards */
  .prize_intro .prize_image {
    width: 70vw;
    height: 300px;
  }
  /* certificates */
  .certificate_intro .certificate_image {
    width: 65vw;
    height: 1250px;
  }
  /* patents */
  .patent_intro .patent_image {
    width: 65vw;
    height: 900px;
  }
}
@media only screen and (orientation: landscape) and (min-width: 1024px) {
  .company_intro .title {
    font-size: 22px;
  }
  .company_intro .desc {
    font-size: 18px;
  }
  .prize_intro .prize_title {
    font-size: 22px;
  }
  .prize_intro .prize_sub_title {
    font-size: 18px;
  }
  .certificate_intro .certificate_title {
    font-size: 22px;
  }
  .certificate_intro .certificate_sub_title {
    font-size: 18px;
  }
  .patent_intro .patent_title {
    font-size: 22px;
  }
  .patent_intro .patent_sub_title {
    font-size: 18px;
  }
  /* major awards */
  .prize_intro .prize_image {
    width: 62.5vw;
    height: 300px;
  }
  /* certificates */
  .certificate_intro .certificate_image {
    width: 65vw;
    height: 1250px;
  }
  /* patents */
  .patent_intro .patent_image {
    width: 62.5vw;
    height: 1100px;
  }
}
@media only screen and (orientation: landscape) and (min-width: 1024px) {
  .company_intro .title {
    font-size: 24px;
  }
  .company_intro .desc {
    font-size: 20px;
  }
  .prize_intro .prize_title {
    font-size: 24px;
  }
  .prize_intro .prize_sub_title {
    font-size: 20px;
  }
  .certificate_intro .certificate_title {
    font-size: 24px;
  }
  .certificate_intro .certificate_sub_title {
    font-size: 20px;
  }
  .patent_intro .patent_title {
    font-size: 22px;
  }
  .patent_intro .patent_sub_title {
    font-size: 20px;
  }
  /* major awards */
  .prize_intro .prize_image {
    width: 60vw;
    height: 400px;
  }
  /* certificates */
  .certificate_intro .certificate_image {
    width: 60vw;
    height: 1450px;
  }
  /* patents */
  .patent_intro .patent_image {
    width: 55vw;
    height: 1400px;
  }
}