@charset "utf-8";

/* -----------------------------------------------------------
	pc tab design
----------------------------------------------------------- */

@media screen and (min-width: 768px){

#oribist_layout_btn .oribist_popup_area input,
#oribist_specification_layout_btn .oribist_popup_area input {
  display: none;
}
#oribist_layout_btn .oribist_popup_bg,
#oribist_specification_layout_btn .oribist_popup_bg {
  display: flex;
  justify-content: center;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #171615E6;
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0);
}
#oribist_layout_btn .oribist_popup_roomlayout,
#oribist_specification_layout_btn .oribist_popup_roomlayout {
  position: absolute;
  width: 100%;
  height: 100%;
}
#oribist_layout_btn .oribist_popup_content,
#oribist_specification_layout_btn .oribist_popup_content {
  position: relative;
  align-self: center;
  width: 95%;
  max-width: 1000px;
  box-sizing: border-box;
  background: #ffffff;
  line-height: 1.4em;
  transition: 0.5s;
  border-radius: 0px;
  box-shadow: 0 0 5px #000000;
}
#oribist_layout_btn .oribist_popup_content p,
#oribist_specification_layout_btn .oribist_popup_content p {
  padding: 30px;
  text-align: center;
}
#oribist_layout_btn .oribist_popup_content p img,
#oribist_specification_layout_btn .oribist_popup_content p img {
  width: 60%;
  margin-bottom: 20px;
}
#oribist_layout_btn .oribist_popup_content p span,
#oribist_specification_layout_btn .oribist_popup_content p span {
  font-size: 14px;
}
#oribist_layout_btn .oribist_close_btn,
#oribist_specification_layout_btn .oribist_close_btn {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 30px;
  cursor: pointer;
  color:#464544;
}
#oribist_layout_btn .oribist_popup_area input:checked ~ .oribist_popup_bg,
#oribist_specification_layout_btn .oribist_popup_area input:checked ~ .oribist_popup_bg {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
}
#oribist_layout_btn .oribist_open_btn,
#oribist_specification_layout_btn .oribist_open_btn {
  width: 100%;
  text-align: center;
  color: #464544;
  cursor: pointer;
  transition: .3s ease;
  border:1px solid #9d9c9b;
  padding: 10px 0;
  background-color: #fff;
  display: inline-block;
}
#oribist_layout_btn .oribist_open_btn i,
#oribist_specification_layout_btn .oribist_open_btn i {
  padding-right: 15px;
}
#oribist_layout_btn .oribist_open_btn:hover,
#oribist_specification_layout_btn .oribist_open_btn:hover {
  border: 1px solid #bdbcbb;
  background: #f5f4f3;
  transition: .3s ease;
}

}

/* -----------------------------------------------------------
	smp design
----------------------------------------------------------- */

@media screen and (max-width: 767px){

#oribist_layout_btn{
  width: 100%;
  margin-bottom: 20px;
}
#oribist_specification_layout_btn{
  width: 100%;
}

#oribist_layout_btn .oribist_popup_area input,
#oribist_specification_layout_btn .oribist_popup_area input {
  display: none;
}
#oribist_layout_btn .oribist_popup_bg,
#oribist_specification_layout_btn .oribist_popup_bg {
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #171615E6;
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0);
}
#oribist_layout_btn .oribist_popup_roomlayout,
#oribist_specification_layout_btn .oribist_popup_roomlayout {
  position: absolute;
  width: 100%;
  height: 100%;
}
#oribist_layout_btn .oribist_popup_content,
#oribist_specification_layout_btn .oribist_popup_content {
  position: relative;
  align-self: center;
  width: 90%;
  max-width: 400px;
  box-sizing: border-box;
  background: #ffffff;
  line-height: 1.4em;
  transition: 0.5s;
  border-radius: 0px;
  box-shadow: 0 0 5px #000000;
}
#oribist_layout_btn .oribist_popup_content p,
#oribist_specification_layout_btn .oribist_popup_content p {
  padding:20px;
  text-align: center;
}
#oribist_layout_btn .oribist_popup_content p img,
#oribist_specification_layout_btn .oribist_popup_content p img {
  width: 100%;
  margin-bottom: 10px;
}
#oribist_layout_btn .oribist_popup_content p span,
#oribist_specification_layout_btn .oribist_popup_content p span {
  font-size: 13px;
}
#oribist_layout_btn .oribist_close_btn,
#oribist_specification_layout_btn .oribist_close_btn {
  position: absolute;
  top: 14px;
  right: 16px;
  font-size: 30px;
  cursor: pointer;
  color:#464544;
}
#oribist_layout_btn .oribist_popup_area input:checked ~ .oribist_popup_bg,
#oribist_specification_layout_btn .oribist_popup_area input:checked ~ .oribist_popup_bg {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
}
#oribist_layout_btn .oribist_open_btn,
#oribist_specification_layout_btn .oribist_open_btn {
  width: 100%;
  text-align: center;
  color: #464544;
  border-radius: 0px;
  cursor: pointer;
  transition: .3s ease;
  border:1px solid #9d9c9b;
  padding: 10px 0;
  background-color: #fff;
  display: inline-block;
}
#oribist_layout_btn .oribist_open_btn i,
#oribist_specification_layout_btn .oribist_open_btn i {
  padding-right: 15px;
}
#oribist_layout_btn .oribist_open_btn:hover,
#oribist_specification_layout_btn .oribist_open_btn:hover {
  border: 1px solid #bdbcbb;
  background-color:#f5f4f3;
  color:#464544;
  transition: .3s ease;
}

}


