/* CSS Document */
.sub_page_pop {
  position: fixed;
  z-index: 9998;
  width: 80vw;
  margin: auto;
  height: 70vh;
  padding: 0;
  left: 10vw;
  top: 180%;
  background-color: rgba(151, 207, 230, 0.98);
  justify-content: center;
  align-items: center;
  overflow: hidden;
  -webkit-transition: top 0.5s cubic-bezier(0.8, 0, 0.2, 1);
  -moz-transition: top 0.5s cubic-bezier(0.8, 0, 0.2, 1);
  transition: top 0.5s cubic-bezier(0.8, 0, 0.2, 1);
  display: flex;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.2);
}
.sub_page_pop_content {
  padding: 50px;
  text-align: left;
  margin: 0 auto;
  width: 100%;
  max-height: 70vh;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  overflow-y: auto;
  display: block;
}
.sub_page_pop_content .wp-video {
  margin: 0 auto;
  width: 100% !important;
}
.sub_page_pop_content video {
  width: 100%;
  background-color: #000000;
}
.sub_page_pop_content img {
  max-width: 100%;
}
.sub_page_pop_content h2 {
}
.button-close {
  position: fixed;
  z-index: 9999;
  top: 100%;
  right: 10vw;
  margin: 20px;
  margin-top: 10px;
  float: right;
  font-size: 30px;
  cursor: pointer;
}
.pop_up_province {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  box-sizing: border-box;
  z-index: 9000;
}
.pop_up_province_content {
  border-radius: 5px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 80%;
  height: 50vh;
  /*
		max-height: 300px;
	*/
  max-width: 400px;
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
  padding: 20px;
  box-sizing: border-box;
  z-index: 9999;
}
.province_list {
  overflow: auto;
  overflow-x: hidden;
  height: 100%;
}
.province_list > div {
  cursor: pointer;
}
.buton_ok_province_pop {
  margin: auto;
  display: block;
}

.reg_seller_type_title {
  text-align: center;
  padding: 10px;
  margin-top: 20px;
  background-color: #eee;
  margin-bottom: 10px;
}
