/* 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 */
.main_title {
  margin-top: 10%;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
}
.main_title_desc {
  text-align: center;
  font-size: 12px;
}
.oxyroom_con {
  padding-top: 60px;
  text-align: center;
}

.oxyroom_con .concon {
  margin: 0 auto;
}

.oxyroom_con .sub_main_title {
  font-size: 14px;
  font-weight: 700;
}
.oxyroom_con hr {
  background-color: #c8c8c8;
  width: 15px;
  height: 4px;
  border: none;
}
.oxyroom_con .sub_main_title_2 {
  padding-top: 5%;
  padding-bottom: 5%;
  font-size: 26px;
  font-weight: 700;
  text-align: middle;
  color: #000000;
}
.oxyroom_con .sub_main_title_2 .timg {
  background-image: url(/images/SOL/floor_refresh.jpg);
  max-width: 1000px;
  max-height: 700px;
  width: 100vw;
  height: 60vh;
  margin: 0 auto 25%;
  position: relative;
}
.oxyroom_con .sub_main_title_2 .timg::before {
  max-width: 1000px;
  max-height: 700px;
  width: 100vw;
  height: 60vh;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color:#000000;
  opacity: 0.3;
}
.oxyroom_con .sub_main_title_2 .ttext {
  position: absolute;
  top: 25%;
  left: 5%;
  text-align: left;
  color: #ffffff;
  font-size: 12px;
}
.oxyroom_con .sub_main_title_2 span {
  
  color: #53adc9;
}
.oxyroom_con .sub_main_title_desc {
  font-size: 10px;
  color: #ffffff;
  text-align: left;
  top: 60%;
  left: 5%;
  position: absolute;
}




.psa_container {
  max-width: 800px;
  max-height: 400px;
  width: 99vw;
  height: 40vh;
  background-color:rgba(93, 93, 94, 0.1);
  margin: 0 auto 200px;
  display: flex;
}
.psa_container .middle_con {
  padding-top: 35px;
  max-width: 600px;
  max-height: 200px;
  width: 95%;
  height: 100%;
  margin: 0 auto;
  display: flex;
}
.psa_container .psa_img {
  background-image: url(/images/SOL/floor_mid.png);
  max-width: 220px;
  max-height: 302px;
  width: 50%;
  height: 70%;
  background-repeat: no-repeat;
  background-size: 100%;
}
.psa_container .middle_con .text_title{
  margin-top: 5%;
  padding-left: 20px;
  font-size: 13px;
  font-weight: 700;
  color: #296791;
}
.psa_container .middle_con .text_desc{
  margin-top: 5%;
  padding-left: 20px;
  font-size: 10px;
  color: #505050;
}
.psa_container .psa_text .text_button {
  margin-top: 20px;
  margin-left: 30px;
  width: 110px;
  height: 35px;
  background-color: rgb(65, 178, 223, 0.6);
  border-radius: 10px;
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  padding-top: 10px;
  cursor: pointer;
}
.psa_container .psa_text .text_button:hover {
  background-color: rgb(65, 178, 223);
  transition: .3s;
}

.spec .sp_title {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
}
.spec hr {
  border: none;
  background-color: #c8c8c8;
  width: 30px;
  height: 4px;
  margin-bottom: 20px;
}
.spec table {
  max-width: 800px;
  max-height: 150px;
  width: 100vw;
  height: 50vh;
  margin: 50px auto 200px;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
.spec table tr:first-child {
  font-weight: 700;
  font-size: 10px;
  background-color: rgb(238, 238, 238);
}
.spec table tr:last-child {
  font-size: 10px;
}
.spec table td {
  vertical-align: middle;
  text-align: center;
}

@media only screen and (min-width: 360px) {
  .psa_container .psa_img {
    height: 80%;
  }
  .psa_container .middle_con {
    padding-top: 45px;
  }
}
@media only screen and (min-width: 375px) {
  .oxyroom_con .sub_main_title_2 .ttext {
    font-size: 14px;
  }
  .oxyroom_con .sub_main_title_desc {
    font-size: 12px;
  }
  .psa_container .psa_img {
    height: 200px;
  }
}
@media only screen and (min-width: 768px) {
  .main_title {
    font-size: 18px;
  }
  .main_title_desc {
    font-size: 16px;
  }
  .oxyroom_con .sub_main_title {
    font-size: 16px;
  }
  .oxyroom_con .sub_main_title_2 .ttext {
    font-size: 22px;
  }
  .oxyroom_con .sub_main_title_desc {
    font-size: 18px;
  }
  .psa_container .psa_img {
    height: 240px;
    width: 179px;
    margin-left: 5%;
    margin-top: 5%;
  }
  .psa_container .middle_con .text_title{
    margin-top: 15%;
    font-size: 16px;
  }
  .psa_container .middle_con .text_desc {
    font-size: 13px;
  }
  .spec table tr:first-child {
    font-size: 12px;
  }
  .spec table tr:last-child {
    font-size: 12px;
  }
}

@media only screen and (min-width: 1024px) {
  .main_title {
    font-size: 24px;
  }
  .main_title_desc {
    font-size: 18px;
  }
  .oxyroom_con .sub_main_title {
    font-size: 18px;
  }
  .oxyroom_con .sub_main_title_2 .ttext {
    font-size: 24px;
  }
  .oxyroom_con .sub_main_title_desc {
    font-size: 20px;
  }
  .psa_container .psa_img {
    height: 240px;
    width: 179px;
    margin-left: 5%;
    margin-top: 5%;
  }
  .psa_container .middle_con .text_title{
    margin-top: 15%;
    font-size: 20px;
  }
  .psa_container .middle_con .text_desc {
    font-size: 15px;
  }
  .spec table tr:first-child {
    font-size: 14px;
  }
  .spec table tr:last-child {
    font-size: 13px;
  }
  .spec .sp_title {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
  }
}

/* Horizontal Mode */
@media only screen and (min-width: 568px) and (min-height: 320px) {
  .psa_container {
    height: 70vh;
  }
  .psa_container .psa_img {
    width: 120px;
    height: 170px;
    margin-left: 15%;
  }
}
@media only screen and (min-width: 640px) and (min-height: 360px) {
  .psa_container {
    height: 70vh;
  }
  .psa_container .psa_img {
    width: 130px;
    height: 180px;
    margin-left: 20%;
  }
}
@media only screen and (min-width: 736px) and (min-height: 414px) {
  .psa_container {
    height: 65vh;
  }
  .psa_container .psa_img {
    width: 150px;
    height: 200px;
    margin-left: 16%;
  }
  .psa_container .middle_con .text_title{
    margin-top: 10%;
    font-size: 16px;
  }
  .psa_container .middle_con .text_desc {
    font-size: 13px;
  }
}
@media only screen and (min-width: 812px) and (min-height: 375px) {
  .oxyroom_con .sub_main_title_2 .ttext {
    font-size: 16px;
  }
  .oxyroom_con .sub_main_title_desc {
    font-size: 12px;
  }
  .psa_container {
    height: 65vh;
  }
  .psa_container .psa_img {
    width: 150px;
    height: 200px;
    margin-left: 10%;
    transform: translateY(-10%);
    margin-top: 0;
  }
  .psa_container .middle_con .text_title{
    margin-top: 4%;
    font-size: 16px;
  }
  .psa_container .middle_con .text_desc {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1024px) and (min-height: 768px) {
  .oxyroom_con .sub_main_title_2 .ttext {
    font-size: 24px;
  }
  .oxyroom_con .sub_main_title_desc {
    font-size: 18px;
  }
  .psa_container {
    height: 65vh;
  }
  .psa_container .psa_img {
    width: 190px;
    height: 250px;
    margin-left: 8%;
    margin-top: 10%;
  }
  .psa_container .middle_con .text_title{
    margin-top: 20%;
    font-size: 20px;
  }
  .psa_container .middle_con .text_desc {
    font-size: 16px;
  }
}