@charset "utf-8";

/* -----------------------------------------------------------
	pc tab design
----------------------------------------------------------- */

@media screen and (min-width: 768px){

#menu_layout{
  display: flex;
  font-size: 14px;
  color: #2d2926;
}

#oribist_menu_btn1{
  width: 45%;
  margin: auto;
}
#oribist_menu_btn1 .oribist_popup_area input {
  display: none;
}
#oribist_menu_btn1 .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_menu_btn1 .oribist_popup_menu {
  position: absolute;
  width: 100%;
  height: 100%;
}
#oribist_menu_btn1 .oribist_popup_content {
  position: relative;
  align-self: center;
  width: 100%;
  max-width: 80%;
  height: 100%;
  max-height: 90%;
  overflow: scroll;
  box-sizing: border-box;
  background: #ffffff;
  transition: 0.5s;
  box-shadow: 0 0 5px #000000;
  padding: 50px 20px;
}
#oribist_menu_btn1 .oribist_popup_content p{
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 2.5em;
  font-weight: bold;
}
#oribist_menu_btn1 .oribist_popup_content img{
  width: 100%;
  max-width: 1000px;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  display: block;
}
#oribist_menu_btn1 .oribist_popup_content span{
  width: 100%;
  text-align: center;
  font-size: 1.2em;
  display: block;
}
#oribist_menu_btn1 .oribist_close_btn {
  position: absolute;
  top: 14px;
  right: 16px;
  font-size: 2em;
  cursor: pointer;
  color:#2d2926;
}
#oribist_menu_btn1 .oribist_popup_area input:checked ~ .oribist_popup_bg {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
}
#oribist_menu_btn1 .oribist_open_btn {
  width: 100%;
  text-align: center;
  color: #fff;
  border-radius: 0px;
  cursor: pointer;
  transition: .3s ease;
  border:1px solid #2d2926;
  padding:15px 0;
  font-weight:normal;
  background-color: #2d2926;
  display: inline-block;
}
#oribist_menu_btn1 .oribist_open_btn:hover{
  background-color:#fff;
  color:#2d2926;
  transition: .3s ease;
}
#oribist_menu_btn1 .oribist_open_btn p{
  font-size: 1.2em;
  margin: 0;
}
#oribist_menu_btn1 .oribist_open_btn span{
  font-size: 0.9em;
}

#oribist_menu_btn2{
  width: 45%;
  margin: auto;
}
#oribist_menu_btn2 .oribist_popup_area input {
  display: none;
}
#oribist_menu_btn2 .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_menu_btn2 .oribist_popup_menu {
  position: absolute;
  width: 100%;
  height: 100%;
}
#oribist_menu_btn2 .oribist_popup_content {
  position: relative;
  align-self: center;
  width: 100%;
  max-width: 80%;
  height: 100%;
  max-height: 90%;
  overflow: scroll;
  box-sizing: border-box;
  background: #ffffff;
  transition: 0.5s;
  box-shadow: 0 0 5px #000000;
  padding: 50px 20px;
}
#oribist_menu_btn2 .oribist_popup_content p{
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 2.5em;
  font-weight: bold;
}
#oribist_menu_btn2 .oribist_popup_content img{
  width: 100%;
  max-width: 1000px;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  display: block;
}
#oribist_menu_btn2 .oribist_popup_content span{
  width: 100%;
  text-align: center;
  font-size: 1.1em;
  display: block;
}
#oribist_menu_btn2 .oribist_close_btn {
  position: absolute;
  top: 14px;
  right: 16px;
  font-size: 2em;
  cursor: pointer;
  color:#2d2926;
}
#oribist_menu_btn2 .oribist_popup_area input:checked ~ .oribist_popup_bg {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
}
#oribist_menu_btn2 .oribist_open_btn {
  width: 100%;
  text-align: center;
  color: #fff;
  border-radius: 0px;
  cursor: pointer;
  transition: .3s ease;
  border:1px solid #2d2926;
  padding:15px 0;
  font-weight:normal;
  background-color: #2d2926;
  display: inline-block;
}
#oribist_menu_btn2 .oribist_open_btn:hover{
  background-color:#fff;
  color:#2d2926;
  transition: .3s ease;
}
#oribist_menu_btn2 .oribist_open_btn p{
  font-size: 1.2em;
  margin: 0;
}
#oribist_menu_btn2 .oribist_open_btn span{
  font-size: 0.9em;
}

}

/* -----------------------------------------------------------
	smp design
----------------------------------------------------------- */

@media screen and (max-width: 767px){

#menu_layout{
  font-size: 14px;
  color: #2d2926;
}

#oribist_menu_btn1{
  width: 80%;
  margin: auto;
  margin-bottom: 20px;
}
#oribist_menu_btn1 .oribist_popup_area input {
  display: none;
}
#oribist_menu_btn1 .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_menu_btn1 .oribist_popup_menu {
  position: absolute;
  width: 100%;
  height: 100%;
}
#oribist_menu_btn1 .oribist_popup_content {
  position: relative;
  align-self: center;
  width: 100%;
  max-width: 95%;
  height: 100%;
  max-height: 95%;
  overflow: scroll;
  box-sizing: border-box;
  background: #ffffff;
  transition: 0.5s;
  box-shadow: 0 0 5px #000000;
  padding: 35px 10px;
}
#oribist_menu_btn1 .oribist_popup_content p{
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
}
#oribist_menu_btn1 .oribist_popup_content img{
  width: 100%;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
}
#oribist_menu_btn1 .oribist_popup_content span{
  width: 100%;
  text-align: center;
  font-size: 0.9em;
  display: block;
}
#oribist_menu_btn1 .oribist_close_btn {
  position: absolute;
  top: 14px;
  right: 16px;
  font-size: 1.8em;
  cursor: pointer;
  color:#2d2926;
}
#oribist_menu_btn1 .oribist_popup_area input:checked ~ .oribist_popup_bg {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
}
#oribist_menu_btn1 .oribist_open_btn {
  width: 100%;
  text-align: center;
  color: #fff;
  border-radius: 0px;
  cursor: pointer;
  transition: .3s ease;
  border:1px solid #2d2926;
  padding:12px 0;
  font-weight:normal;
  background-color: #2d2926;
  display: inline-block;
}
#oribist_menu_btn1 .oribist_open_btn:hover{
  background-color:#fff;
  color:#2d2926;
  transition: .3s ease;
}
#oribist_menu_btn1 .oribist_open_btn p{
  font-size: 1.2em;
  margin: 0;
}
#oribist_menu_btn1 .oribist_open_btn span{
  font-size: 0.7em;
}

#oribist_menu_btn2{
  width: 80%;
  margin: auto;
  margin-bottom: 20px;
}
#oribist_menu_btn2 .oribist_popup_area input {
  display: none;
}
#oribist_menu_btn2 .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_menu_btn2 .oribist_popup_menu {
  position: absolute;
  width: 100%;
  height: 100%;
}
#oribist_menu_btn2 .oribist_popup_content {
  position: relative;
  align-self: center;
  width: 100%;
  max-width: 95%;
  height: 100%;
  max-height: 95%;
  overflow: scroll;
  box-sizing: border-box;
  background: #ffffff;
  transition: 0.5s;
  box-shadow: 0 0 5px #000000;
  padding: 35px 10px;
}
#oribist_menu_btn2 .oribist_popup_content p{
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
}
#oribist_menu_btn2 .oribist_popup_content img{
  width: 100%;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
}
#oribist_menu_btn2 .oribist_popup_content span{
  width: 100%;
  text-align: center;
  font-size: 0.9em;
  display: block;
}
#oribist_menu_btn2 .oribist_close_btn {
  position: absolute;
  top: 14px;
  right: 16px;
  font-size: 1.8em;
  cursor: pointer;
  color:#2d2926;
}
#oribist_menu_btn2 .oribist_popup_area input:checked ~ .oribist_popup_bg {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
}
#oribist_menu_btn2 .oribist_open_btn {
  width: 100%;
  text-align: center;
  color: #fff;
  border-radius: 0px;
  cursor: pointer;
  transition: .3s ease;
  border:1px solid #2d2926;
  padding:12px 0;
  font-weight:normal;
  background-color: #2d2926;
  display: inline-block;
}
#oribist_menu_btn2 .oribist_open_btn:hover{
  background-color:#fff;
  color:#2d2926;
  transition: .3s ease;
}
#oribist_menu_btn2 .oribist_open_btn p{
  font-size: 1.2em;
  margin: 0;
}
#oribist_menu_btn2 .oribist_open_btn span{
  font-size: 0.7em;
}

}