/* 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';
  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 .box1 {
  border-bottom: 1.5px solid rgb(0, 135, 224);
  color: rgb(0, 135, 224);
}

/* BODY */
.main_title {
  margin-top: 10%;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}
.main_title_desc {
  text-align: center;
  font-size: 16px;
}
.oxyroom_con {
  text-align: center;
}
.oxyroom_con .sub_main_title {
  padding-top: 40px;
  font-size: 18px;
  font-weight: 700;
}
.oxyroom_con hr {
  background-color: #c8c8c8;
  width: 30px;
  height: 4px;
  border: none;
}
.oxyroom_con .sub_main_title_2 {
  padding-top: 30px;
  padding-bottom: 30px;
  font-weight: 700;
  font-size: 20px;
}
.oxyroom_con .sub_main_title_2 span {
  color: #2f55be;
}
.oxyroom_con .sub_main_title_desc span {
  color: #2f55be;
}


.oxyroom_system_con {
  margin-top: 100px;
  text-align: center;
}
.oxyroom_system_con .osc_title {
  font-size: 20px;
  font-weight: 700;
}
.oxyroom_system_con hr {
  background-color: #c8c8c8;
  width: 30px;
  height: 4px;
  border: none;
  margin-bottom: 60px;
}
.oxyroom_system_con .imgbox {
  background-image: url(/images/SOL/Oxyroom_pic.png);
  width: 790px;
  height: 700px;
  background-size: 150%;
  background-repeat: no-repeat;
  margin: 0 auto;
  transform: translateX(7%);
}
.oxyroom_system_con .bd_box {
  width: 800px;
  height: 300px;
  border: 4px solid #d7def0;
  border-radius: 50px;
  margin: 0 auto;
}
.oxyroom_system_con .bd_box .bd_text {
  padding-top: 50px;
}
.oxyroom_system_con .bd_box .bd_text span {
  color: #2f55be;
}
.oxyroom_applications_title {
  margin-top: 100px;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
}
.oxyroom_applications hr {
  background-color: #c8c8c8;
  width: 30px;
  height: 4px;
  border: none;
  margin-top: 10px;
  margin-bottom: 50px;
}
.application_con .app_img1 {
  background-image: url(/images/SOL/Oxyroom_pattern.png);
  width: 1000px;
  height: 790px;
  margin: 0 auto;
  background-size: 70%;
  background-repeat: no-repeat;
  transform: translateX(15%);
  margin-bottom: 100px;
}
