/* 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;
}

/* BODY */
.what_airdryer .title {
  margin-top: 100px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}
.what_airdryer hr {
  border: none;
  width: 15px;
  height: 4px;
  background-color: #c8c8c8;
}

.body_one {
  max-width: 1000px;
  max-height: 500px;
  margin: 0 auto;
  width: 90vw;
}
.body_one .content_box {
  max-width: 900px;
  max-height: 500px;
  margin: 70px auto;
  display: flex;
}
.body_one .content_box .text_box {
  width: 50vw;
}
.body_one .content_box .text_box .tb_title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 30px;
}
.body_one .content_box .text_box .tb_desc {
  font-size: 14px;
}

.body_one .content_box .text_box .tb_title span {
  color: #2f55be;
}
.body_one .content_box .img {
  background: url(/images/TECH/ad_1.jpg);
  max-width: 400px;
  max-height: 300px;
  width: 45vw;
  height: 60vh;
  background-size: 100%;
  background-repeat: no-repeat;
  margin-left: 5%;
}

.body_two {
  max-width: 1000px;
  max-height: 1400px;
  margin: 0 auto;
  width: 90vw;
  
}
.body_two .content_box {
  max-width: 930px;
  max-height: 1400px;
  margin: 70px auto;
  display: flex;

}
.body_two .content_box .text_box {
  width: 90vw;
  text-align: center;
}
.body_two .content_box .text_box .tb_title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 30px;
}
.body_two .content_box .text_box .tb_desc {
  margin-bottom: 20px;
  font-size: 13px;
}
.body_two .content_box .text_box .tb_desc_2 {
  font-size: 13px;
}
.body_two .content_box .text_box .tb_desc_2 span{
  font-weight: 700;
  color: #2f55be;
}
.body_two .content_box .text_box .tb_desc span{
  font-weight: 700;
  color: #2f55be;
}
.body_two .content_box .text_box .tb_title span {
  color: #2f55be;
}
.body_two .content_box .img {
  background: url(/images/TECH/ad_2.jpg);
  max-width: 400px;
  width: 70vw;
  height: 45vh;
  max-height: 500px;
  background-size: 100%;
  background-repeat: no-repeat;
  margin-left: 20%;
  margin-bottom: 50px;
}


@media only screen and (min-width: 768px) {
  .what_airdryer .title {
    font-size: 20px;
  }
  .body_one .content_box .img {
    width: 35vw;
    height: 60vh;
  }
  .body_one  {
    width: 80vw;
  }
  .body_one .content_box .text_box .tb_title {
    padding-top: 15%;
    font-size: 18px;
  }
  .body_one .content_box .text_box .tb_desc {
    font-size: 16px;
  }
  .body_two .content_box .text_box .tb_title {
    font-size: 20px;
  }
  .body_two .content_box .img {
    margin-left: 30%;
  }
  .body_two .content_box .text_box .tb_desc {
    font-size: 16px;
  }
  .body_two .content_box .text_box .tb_desc_2 {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1024px) {
  .what_airdryer .title {
    font-size: 24px;
  }
  .body_one .content_box .img {
    width: 35vw;
    height: 60vh;
  }
  .body_one  {
    width: 70vw;
  }
  .body_one .content_box .text_box .tb_title {
    padding-top: 15%;
    font-size: 24px;
  }
  .body_one .content_box .text_box .tb_desc {
    font-size: 20px;
  }
  .body_two .content_box .text_box .tb_title {
    font-size: 24px;
  }
  .body_two .content_box .img {
    margin-left: 35%;
  }
  .body_two .content_box .text_box .tb_desc {
    font-size: 20px;
  }
  .body_two .content_box .text_box .tb_desc_2 {
    font-size: 20px;
  }
}

@media only screen and (min-width: 568px) and (min-height: 320px) {
  .body_one  {
    width: 75vw;
  }
  .body_two .content_box .img {
    background: url(/images/TECH/ad_2.jpg);
    max-width: 400px;
    width: 50vw;
    height: 100vh;
    max-height: 500px;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-bottom: 50px;
    margin-left: 30%;
  }
}
@media only screen and (min-width: 736px) and (min-height: 414px) {
  .body_one .content_box .img {
    width: 25vw;
  }
}
@media only screen and (min-width: 1024px) and (min-height: 768px) {
  .body_two .content_box .img {
    margin-left: 35%;
  }
}
@media only screen and (min-width: 1366px) and (min-height: 1024px) {
  .body_one  {
    width: 75vw;
  }
  .body_one .content_box .img {
    width: 25vw;
  }
  
}