.privacy_pre_pupop_box {
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  min-width: 700px;
  height: 100%;
  display: none;
  z-index: 9000;
  position: fixed;
  top: 0;
  font-family: Noto Sans, sans-serif, Noto Serif TC;
  font-weight: 100;
  text-align: center;
  overflow-y: auto;
}
.privacy_pre_pupop_box::before {
  content: "";
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle;
}

.privacy_popup_close_btn {
  position: absolute;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: url("../images/close_button.png") no-repeat center;
  background-size: cover;
  top: -1.0416666667vw;
  right: -1.3020833333vw;
}

.privacy_pre_check_content {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  max-height: 80vh;
  overflow-y: auto;
  overflow-x: hidden;
}

.privacy_pre_header {
  color: #fff;
  font-family: Noto Sans, sans-serif;
  position: relative;
  font-size: 16px;
  line-height: 2;
  display: block;
  width: 80%;
  margin: 21.76px auto;
  background: unset;
  background-repeat: repeat;
  background-size: 100%;
}
.privacy_pre_header h1 {
  width: 100%;
  margin: -1px auto 0 auto;
  line-height: 1.5;
}

.privacy_pre_tip_bg {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.privacy_pre_body {
  color: #ffffff;
  font-weight: 100;
  text-align: left;
  position: relative;
  font-size: 16px;
  line-height: 2rem;
  width: 80%;
  margin: 0 auto;
  background: unset;
  background-repeat: repeat;
  background-size: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
}
.privacy_pre_body h4 {
  width: 100%;
  margin: 0 auto;
  line-height: 1.5;
}

.privacy_pre_footer {
  width: 100%;
  margin: 0 auto;
  background: unset;
  background-repeat: repeat;
  background-size: 100%;
  padding-top: 10px;
}
.privacy_pre_footer button {
  width: auto;
  min-width: 150px;
  max-width: 80%;
  min-height: 50px;
  background-color: #ff61b6;
  border-radius: 25px;
  color: #fff;
  border: 0;
  line-height: 1.3;
  box-shadow: none;
  cursor: pointer;
  font-weight: 900;
  padding-left: 20px;
  padding-right: 20px;
}

.privacy_return_btn_box {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  margin: 0 auto;
}
.privacy_return_btn_box .return_btn_top {
  width: auto;
  height: auto;
  background: unset;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
}
.privacy_return_btn_box .return_btn_bottom {
  width: auto;
  height: auto;
  background: unset;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  transform: rotateY(180deg);
}

.privacy_return_btn {
  background: unset;
  background-repeat: repeat-x;
  background-size: contain;
  display: block;
  width: 100%;
  height: auto;
  line-height: inherit;
  margin: 0;
  padding: 0;
  position: relative;
  font-family: Noto Sans, sans-serif;
  color: #fff;
  text-shadow: unset;
  white-space: normal;
  font-size: 20px;
}

.privacy_pre_bottom_bg {
  width: auto;
  height: auto;
  margin: 0 auto;
  background: unset;
  background-repeat: no-repeat;
  background-size: 100%;
}

.privacy_pre_pupop_box--content {
  width: 100%;
  max-width: 600px;
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  height: auto;
  margin: 30px auto 0;
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
  border: 5px double #bfbfbf;
  background-color: rgba(20, 20, 20, 0.9) !important;
  border-radius: 20px;
}
.privacy_pre_pupop_box--content source,
.privacy_pre_pupop_box--content img {
  width: 30%;
  box-sizing: border-box;
}
.privacy_pre_pupop_box--content.fail {
  width: 100%;
  height: auto;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
}
.privacy_pre_pupop_box--content.success {
  width: 100%;
  height: auto;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
}

.pre_body {
  margin-top: 21px;
  margin-bottom: 21px;
}

.privacy_success .pre_tip_bg {
  background: unset;
  background-repeat: no-repeat;
  background-size: 100%;
}

.privacy_fail .pre_tip_bg {
  background: unset;
  background-repeat: no-repeat;
  background-size: 100%;
}

#privacy_prereg .pre_header {
  background: unset;
  background-repeat: repeat;
  background-size: 100%;
}
#privacy_prereg .pre_body {
  padding-top: 0;
  padding-bottom: 0;
}

@media screen and (max-width: 768px) {
  .privacy_pre_pupop_box {
    min-width: auto;
  }
  .privacy_pre_check_content {
    margin-top: 0;
    width: 100%;
  }
  .privacy_pre_top_bg {
    width: auto;
    height: auto;
    margin: 0 auto;
    background: unset;
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .privacy_pre_header {
    width: 80%;
    color: #fff;
    position: relative;
    display: block;
    background: unset;
    background-repeat: repeat;
    background-size: 100%;
    top: 0;
    font-size: 13px;
  }
  .privacy_pre_header h1 {
    width: auto;
    margin: 0;
    line-height: 1.5;
  }
  .privacy_pre_tip_bg {
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .privacy_pre_body {
    width: 80%;
    position: relative;
    top: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin: 21px auto;
    background: unset;
    background-repeat: repeat;
    background-size: 100%;
    font-size: 14px;
    line-height: 1.8rem;
  }
  .privacy_pre_body h4 {
    width: auto;
    margin: 0 auto;
    line-height: 1.5;
  }
  .privacy_pre_footer {
    width: auto;
    background: unset;
    background-repeat: repeat;
    background-size: 100%;
    padding-top: 10px;
  }
  .privacy_return_btn_box {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    margin: 0 auto;
  }
  .privacy_return_btn_box .return_btn_top {
    width: auto;
    height: auto;
    background: unset;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
  }
  .privacy_return_btn_box .return_btn_bottom {
    width: auto;
    height: auto;
    background: unset;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    transform: rotateY(180deg);
  }
  .privacy_return_btn {
    width: 100%;
    height: auto;
    position: relative;
    font-size: 18px;
    line-height: inherit;
    background: unset;
    background-repeat: repeat-x;
    background-size: contain;
    padding: 0;
    margin: 0;
    text-shadow: unset;
  }
  .privacy_pre_bottom_bg {
    width: auto;
    height: auto;
    margin: 0 auto;
    background: unset;
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .privacy_popup_close_btn {
    top: -4vw;
    right: -4vw;
    cursor: pointer;
  }
  .privacy_pre_pupop_box--content {
    width: 80%;
    height: auto;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: 100%;
    display: inline-block;
    vertical-align: middle;
    padding-top: 15px;
    padding-bottom: 30px;
  }
  .privacy_pre_pupop_box--content.fail {
    width: 84.8vw;
    height: auto;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: 100%;
    display: inline-block;
    vertical-align: middle;
  }
  .privacy_pre_pupop_box--content.success {
    width: 84.8vw;
    height: auto;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: 100%;
    display: inline-block;
    vertical-align: middle;
  }
  .privacy_pre_pupop_box--content img {
    margin: 10px auto 0;
    width: 80%;
    max-width: 208px;
  }
  .privacy_success .pre_tip_bg {
    background: unset;
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .privacy_fail .pre_tip_bg {
    background: unset;
    background-repeat: no-repeat;
    background-size: 100%;
  }
  #privacy_prereg .pre_header {
    background: unset;
    background-repeat: repeat;
    background-size: 100%;
  }
  #privacy_prereg .pre_body {
    padding-top: 0;
    padding-bottom: 0;
  }
  #privacy_prereg .return_btn {
    font-size: 20px;
  }
}
.ml {
  margin-left: 20px;
}