@charset 'utf-8';

.box_popup_bg{
  display: none;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
.box_popup_bg:hover{
  cursor: pointer;
}

.btnBoxPopup{
  cursor: pointer;
}
.boxPopupDetail{
  overflow-y: auto;
  display: none;
  width: 760px;
  height: 80%;/*540px*/
  padding: 50px 50px 0 50px;
  background-color: #fff;
  color: #333;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  z-index: 1001;
}
.btnBoxPopupClose{
  position: absolute;
  top: 25px;
  right: 25px;
  cursor: pointer;
}



.img_popup{
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 96%;
  max-height: 96%;
  z-index: 1001;
  transition: none;
}
.img_popup:hover{
  cursor: pointer;
}
.btnImgPopup{
  cursor: pointer;
}
.btnImgPopupClose{
  position: absolute;
  top: 25px;
  right: 25px;
  cursor: pointer;
}



@media all and (max-width: 640px){



.boxPopupDetail{
  width: 90%;
  height: 80%;
  padding: 30px 20px;
  /*overflow: scroll;*/
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.btnBoxPopupClose{
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.boxBtnPopup{
  position: relative;
  height: 60px;
  margin-top: 10%;
}



}/* Sp Mode */