/* 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: 'Pretendard-ExtraBold';
  src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
}

body {
  font-family: 'Pretendard-Regular';
  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);
}

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

.body_one {
  width: 1000px;
  height: 500px;
  margin: 0 auto;
}
.body_one .content_box {
  width: 900px;
  height: 500px;
  margin: 70px auto;
  display: flex;
}
.body_one .content_box .text_box .tb_title {
  font-size: 24px;
  font-weight: 700;
  margin-left: 120px;
  margin-bottom: 30px;
}
.body_one .content_box .text_box .tb_desc {
  margin-left: 120px;
  font-size: 16px;
}

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

.body_two {
  width: 1000px;
  height: 600px;
  margin: 0 auto;
}
.body_two .content_box {
  width: 930px;
  height: 500px;
  margin: 70px auto;
  display: flex;
}
.body_two .content_box .text_box .tb_title {
  font-size: 24px;
  font-weight: 700;
  margin-left: 120px;
  margin-bottom: 30px;
}
.body_two .content_box .text_box .tb_desc {
  margin-left: 120px;
  margin-bottom: 20px;
  font-size: 16px;
}
.body_two .content_box .text_box .tb_desc_2 {
  margin-left: 120px;
  font-size: 16px;
}
.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);
  width: 400px;
  height: 500px;
  background-size: 100%;
  background-repeat: no-repeat;
  margin-left: 160px;
}



