/* 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 .box3 {
  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 {
  padding-top: 60px;
  text-align: center;
}

.oxyroom_con .concon {
  margin: 0 auto 100px;
}

.oxyroom_con .sub_main_title {
  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: 25px;
  padding-bottom: 30px;
  padding-left: 30px;
  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);
  width: 1000px;
  height: 700px;
  margin: 0 auto;
  position: relative;
}
.oxyroom_con .sub_main_title_2 .timg::before {
  width: 1000px;
  height: 700px;
  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;
}
.oxyroom_con .sub_main_title_2 span {
  
  color: #53adc9;
}
.oxyroom_con .sub_main_title_desc {
  font-size: 16px;
  color: #ffffff;
  text-align: left;
  top: 60%;
  left: 5%;
  position: absolute;
}




.psa_container {
  width: 800px;
  height: 400px;
  background-color:rgba(93, 93, 94, 0.1);
  border-radius: 50px;
  margin: 0 auto 200px;
  display: flex;
}
.psa_container .middle_con {
  padding-top: 60px;
  width: 500px;
  height: 200px;
  margin: 0 auto;
  display: flex;
}
.psa_container .psa_img {
  background-image: url(/images/SOL/floor_mid.png);
  width: 192px;
  height: 302px;
  background-size: 110%;
  background-repeat: no-repeat;
}
.psa_container .middle_con .text_title{
  margin-top: 15px;
  padding-left: 50px;
  font-size: 20px;
  font-weight: 700;
  color: #296791;
}
.psa_container .middle_con .text_desc{
  margin-top: 20px;
  padding-left: 50px;
  font-size: 15px;
  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: 20px;
  font-weight: 700;
}
.spec hr {
  border: none;
  background-color: #c8c8c8;
  width: 30px;
  height: 4px;
  margin-bottom: 20px;
}
.spec table {
  width: 800px;
  height: 150px;
  margin: 50px auto 200px;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
.spec table tr:first-child {
  font-weight: 700;
  font-size: 16px;
  background-color: rgb(238, 238, 238);
}
.spec table tr:last-child {
  font-size: 14px;
}
.spec table td {
  vertical-align: middle;
  text-align: center;
}

/* FOOTER AREA STARTS */
footer {
  width: 100%;
  height: 350px;
  background-color: rgb(17, 7, 0);
  font-family: 'Pretendard-Regular';
  font-size: 14px;
}
footer .footer-logo {
  margin-top: 2%;
  padding-top: 1.5%;
  margin-left: 15%;
  width: 800px;
}
footer .footer-intro {
  margin-top: 1%;
  margin-left: 15%;
  size: 10px;
  color: #757575;
}

footer .sns-icons {
  justify-content: center;
  display: flex;
}
footer .sns-icons li a {
  width: 100px;
  height: 100px;
}
footer .sns-icons li:nth-child(1) a {
  background-image: url("/images/yt_logo.png");
  background-repeat: no-repeat;
}
footer .sns-icons li:nth-child(2) a {
  background-image: url("/images/fb_logo.png");
  background-repeat: no-repeat;
}
footer .sns-icons li:last-child a {
  background-image: url("/images/insta_logo.png");
  background-repeat: no-repeat;
}
  


footer > hr {
  margin-top: 2.5%;
  margin-bottom: 1%;
}

footer .description {
  margin-top: 1%;
  margin-left: 15%;
  margin-bottom: 2%;
  color: #757575;
}