/* line 4, ../../sass/res/resfocus.scss */
.hidden {
  display: none;
}

/* line 13, ../../sass/res/resfocus.scss */
.res_focus_pop_wrapper {
  position: fixed;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
/* line 14, ../../sass/res/resfocus.scss */
.res_focus_pop_wrapper * {
  box-sizing: content-box;
}
/* line 39, ../../sass/res/resfocus.scss */
.res_focus_pop_wrapper .res_focus_pop_container {
  width: 65.33333vw;
  height: 73.33333vw;
  text-align: center;
  position: relative;
  z-index: 1004;
  background-color: #fff;
  margin: 0 auto;
  border-radius: 3.2vw;
}
/* line 48, ../../sass/res/resfocus.scss */
.res_focus_pop_wrapper .res_focus_pop_container .res_focus_pop_top {
  position: relative;
  height: 22.93333vw;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
}
/* line 59, ../../sass/res/resfocus.scss */
.res_focus_pop_wrapper .res_focus_pop_container .res_focus_pop_top .res_focus_pop_bkg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(89.95deg, #00D7A3 0.04%, #3DA6FF 99.95%);
  opacity: 0.1;
}
/* line 66, ../../sass/res/resfocus.scss */
.res_focus_pop_wrapper .res_focus_pop_container .res_focus_pop_top .res_focus_pop_title {
  font-size: 4vw;
  line-height: 150%;
  color: #35393E;
  font-weight: bold;
}
/* line 72, ../../sass/res/resfocus.scss */
.res_focus_pop_wrapper .res_focus_pop_container .res_focus_pop_top .res_focus_pop_sub_title {
  font-size: 3.2vw;
  line-height: 4.53333vw;
  color: #646A73;
  margin-top: 1.6vw;
}
/* line 80, ../../sass/res/resfocus.scss */
.res_focus_pop_wrapper .res_focus_pop_container .res_focus_pop_qr_wrapper {
  margin: 3.2vw auto 0;
  height: 34.13333vw;
  width: 34.13333vw;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  border: 0.26667vw solid #E0E0E0;
}
/* line 91, ../../sass/res/resfocus.scss */
.res_focus_pop_wrapper .res_focus_pop_container .res_focus_pop_qr_wrapper .res_focus_pop_qr {
  width: 34.13333vw;
  height: 34.13333vw;
}
/* line 96, ../../sass/res/resfocus.scss */
.res_focus_pop_wrapper .res_focus_pop_container .res_focus_pop_bottom {
  margin-top: 3.2vw;
  color: #646A73;
  font-size: 3.2vw;
  line-height: 4.53333vw;
}
/* line 102, ../../sass/res/resfocus.scss */
.res_focus_pop_wrapper .res_focus_pop_container .res_focus_pop_close {
  position: absolute;
  width: 6.4vw;
  height: 6.4vw;
  bottom: -12.8vw;
  left: 0;
  right: 0;
  margin: auto;
}

/* line 117, ../../sass/res/resfocus.scss */
.hidden {
  display: none;
}
