@charset "UTF-8";
/* .show-popup {
  font-size: 16px;
  color: #00a19b;
  text-decoration: underline;
  display: block;
} */

.active-body {
  overflow: hidden;
}

.overlay-bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1000;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  z-index: 1001;
  /* fallback */
  background: rgba(0, 0, 0, 0.7);
}

.popup {
  display: block;
  background: #fff;
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 50%;
  left: 50%;
  width: fit-content;
  max-height: 100vh;
  padding: 20px 40px;
  height: auto;
  word-break: break-all;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: default;
  z-index: 10001;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.9);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.9);
}
.popup .scrollAreaWrapper {
  max-height: 70vh;
  background-color: transparent;
  padding: 20px;
  padding-left: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
  margin: 20px 0px;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: #acacac #f0f0f0;
}
.popup .scrollAreaWrapper::-webkit-scrollbar {
  width: 6px;
}
.popup .scrollAreaWrapper::-webkit-scrollbar-track {
  background: #f0f0f0;
}
.popup .scrollAreaWrapper::-webkit-scrollbar-thumb {
  background: #acacac;
  border-radius: 20px;
}
.popup .scrollAreaWrapper ul {
  list-style: none;
  margin-left: -14px;
  font-size: 16px;
  margin-top: 0;
}
.popup .scrollAreaWrapper ul li::before {
  content: "•";
  padding-right: 8px;
}
.popup .scrollAreaWrapper ul ol {
  padding-left: 22px;
}
.popup .scrollAreaWrapper ul ol li {
  text-indent: 0px;
}
.popup .scrollAreaWrapper ul > li {
  padding-top: 2px;
  text-indent: -18px;
}
@media (max-width: 768px) {
  .popup {
    width: fit-content;
    padding: 20px;
  }
  .popup .p1 {
    font-size: 20px;
    width: 96%;
    margin: 0 auto 1em;
  }
}
@media (max-width:576px) {
  .popup{
    width: 92%;
  }
}
.popup .btn:hover {
top: 0;
opacity: 0.7;
transition: all 0.3s;
}
.close-btn {
  position: absolute;
  top: 10px;
  cursor: pointer;
  right: 10px;
}

.popup .scrollDown_btn {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 4px 2px #d9d9d9;
          box-shadow: 0px 0px 4px 2px #d9d9d9;
  color: #00a19b;
  border-radius: 30px;
  font-weight: bold;
  padding: 10px 15px;
  margin-bottom: 8px;
  cursor: pointer;
  width: 80%;
  max-width: 250px;
  text-align: center;
  font-size: 14px;
}
.popup .btnGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 12px auto 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 312px;
}
.btnLine {
  width: 100%;
  max-width: 9.375rem;
  height: 3.125rem;
  text-align: center;
  border: solid 2px #00a19b;
  color: #00a19b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;


}
.btnLine:hover {
  color: #00a19b;
  opacity: 0.7;

}
.popup .btnGroup .btn {
  width: 100%;
  border: 0;
  font-size: 14px;
  max-width: 9.375rem;
  min-width: 6.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #00a19b;
  border-radius: 0;

}
.popup .btnGroup .btn {
  margin: 10px;
}
.popup .textLink {
  margin-bottom: 20px;
}
.popup .textLink a {
  color: #00a19b;
  text-decoration: underline;
}
.popup .textLink:hover {
  text-decoration: underline;
  color: #00a19b;

  opacity: 0.7;
}

.popup h3 {
  font-size: 24px;
  font-weight: 700;
  color: #434343;
  line-height: 1.25em;
  padding: 10px 0;
}
.popup h4 {
  font-size: 20px;
  color: #434343;
  line-height: 1.25em;
  margin: 0;
  font-weight: 600;
}
.popup h4 span {
  color: #00a19b;
}
.popup .popup-img {
  width: 100%;
  height: 100%;
  max-width: 220px;
  margin: 10px auto;
}
.popup ul {
  background-color: #F4F8FA;
  border-radius: 8px;
  padding-left: 16px !important;
  padding: 8px 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: left;
}
.popup ul li {
  font-size: 16px;
  color: #434343;
  line-height: 1.25em;
  margin: 8px 0;
  margin-left: 16px;
  list-style-image: url(../images/icon_star.svg);
}
.popup ul li span{
  font-weight: bold;
  color: #e66900;
}
.popup p {
  font-size: 14px;
  color: #434343;
  line-height: 1.25em;
  font-weight: 700;
  margin-top: 12px;
}
@media (prefers-color-scheme: dark) {
  .popup {
    background: #e6e6e6;
  }
}
