@import "global.css";
.regSuccess {
  font-family: "Open Sans";
  color: #4B4C4C;
}
.regSuccess .banner {
  background-color: #4D6C82;
  padding: 50px 0;
  text-align: center;
  margin-bottom: 50px;
}
.regSuccess .banner h1 {
  font-size: 40px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 30px;
}
.regSuccess .banner p {
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  width: 80%;
  margin: auto;
}
.regSuccess h3 {
  color: #4B4C4C;
  font-size: 30px;
}
.regSuccess h3::after {
  content: "";
  width: 50px;
  height: 5px;
  background-color: #4D6C82;
  display: block;
  margin: 25px 0;
}
.regSuccess a.more {
  font-size: 20px;
  color: #4D6C82;
  font-weight: bold;
}
.regSuccess a.more span {
  display: inline-block;
  margin-left: 0;
  transition: 0.8s;
}
.regSuccess a.more:hover {
  color: #827502;
}
.regSuccess a.more:hover span {
  margin-left: 10px;
}
.regSuccess .userReview {
  text-align: center;
  margin-bottom: 40px;
}
.regSuccess .userReview h3::after {
  margin: 25px auto;
}
.regSuccess .userReview .reviews_content {
  margin-bottom: 40px;
}
.regSuccess .userReview .reviews_content ul {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.regSuccess .userReview .reviews_content li {
  padding-top: 30px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #4B4C4C;
  color: #4B4C4C;
  position: relative;
  text-align: left;
}
.regSuccess .userReview .reviews_content li:last-child {
  border: none;
}
.regSuccess .userReview .reviews_content li .text {
  display: inline-block;
  vertical-align: bottom;
  width: 900px;
}
.regSuccess .userReview .reviews_content li .text .title {
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  color: inherit;
}
.regSuccess .userReview .reviews_content li .text .content {
  font-size: 16px;
  line-height: 30px;
  color: #606060;
}
.regSuccess .userReview .reviews_content li .user {
  display: inline-block;
  vertical-align: bottom;
  font-size: 14px;
  color: inherit;
  font-weight: bold;
  position: absolute;
  right: 0;
  bottom: 20px;
}
.regSuccess .quickUserGuide {
  background: #EFEFEF;
  padding: 60px 0;
}
.regSuccess .quickUserGuide .list li {
  display: inline-block;
  vertical-align: top;
  width: 510px;
}
.regSuccess .quickUserGuide .list li a {
  display: inline-block;
  width: 95%;
  vertical-align: top;
  color: #4D6C82;
  font-size: 16px;
  line-height: 30px;
}
.regSuccess .quickUserGuide .list li span::before {
  content: "";
  width: 7px;
  height: 7px;
  display: inline-block;
  vertical-align: top;
  margin-top: 12px;
  margin-right: 10px;
  background: #4D6C82;
  transition: 0.8s;
}
.regSuccess .quickUserGuide .list li span:hover a {
  color: #827502;
}
.regSuccess .quickUserGuide .list li span:hover::before {
  background: #827502;
  margin-left: 10px;
  margin-right: 2px;
}
.regSuccess .quickUserGuide .list {
  margin-bottom: 40px;
}
.regSuccess .relatedFaqs {
  padding: 50px 0;
}
.regSuccess .relatedFaqs .faqs {
  margin-bottom: 30px;
}
.regSuccess .relatedFaqs .faqs li {
  display: block;
  margin-top: 30px;
  color: #4B4C4C;
}
.regSuccess .relatedFaqs .faqs li p.question {
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  color: inherit;
}
.regSuccess .relatedFaqs .faqs li p.answer {
  font-size: 16px;
  color: #606060;
  line-height: 30px;
}
@media screen and (max-width: 1024px) {
  .regSuccess .quickUserGuide .list li {
    width: 450px;
  }
}
@media screen and (max-width: 768px) {
  .regSuccess .userReview .reviews_content li .text {
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 500px) {
  .regSuccess .banner {
    padding: 40px 0;
  }
  .regSuccess .banner h1 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .regSuccess .banner p {
    font-size: 14px;
  }
  .regSuccess h3 {
    font-size: 18px;
    text-align: center;
  }
  .regSuccess h3::after {
    margin: 20px auto;
  }
  .regSuccess .quickUserGuide,
  .regSuccess .relatedFaqs {
    text-align: center;
  }
  .regSuccess .userReview .reviews_content li .text .title {
    font-size: 16px;
  }
  .regSuccess .userReview .reviews_content li .text .content {
    font-size: 14px;
  }
  .regSuccess .quickUserGuide .list li {
    width: 100%;
    text-align: left;
  }
  .regSuccess .quickUserGuide .list li a {
    width: 90%;
  }
  .regSuccess .relatedFaqs .faqs {
    text-align: left;
  }
}
.head {
  background-color: #ebf7ff;
}
.reg-success {
  text-align: center;
  color: #2c4558;
}
.reg-success .reg-success-others {
  padding: 90px 0;
  background: linear-gradient(to bottom, #ebf7ff, #ffffff, #ffffff, #ffffff, #ffffff, #f6f9ff);
}
@media (max-width: 600px) {
  .reg-success .reg-success-others {
    padding: 60px 0;
  }
}
.reg-success .reg-success-others .reg-success-others-header .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.reg-success .reg-success-others .reg-success-others-header .header-logo {
  width: 66px;
  height: 66px;
}
.reg-success .reg-success-others .reg-success-others-header .header-title {
  font-size: 36px;
  margin: 30px 0 30px 0;
}
@media (max-width: 600px) {
  .reg-success .reg-success-others .reg-success-others-header .header-title {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 15px;
  }
}
.reg-success .reg-success-others .reg-success-others-header .header-desc {
  font-size: 20px;
  width: 80%;
  line-height: 32px;
}
@media (max-width: 600px) {
  .reg-success .reg-success-others .reg-success-others-header .header-desc {
    width: 100%;
    font-size: 16px;
    line-height: 26px;
  }
}
.reg-success .reg-success-others .guide-video-tutorial {
  padding-top: 60px;
}
@media (max-width: 600px) {
  .reg-success .reg-success-others .guide-video-tutorial {
    padding-top: 40px;
  }
}
.reg-success .reg-success-others .guide-video-tutorial .guide-video-tutorial-title {
  font-size: 36px;
}
@media (max-width: 600px) {
  .reg-success .reg-success-others .guide-video-tutorial .guide-video-tutorial-title {
    font-size: 26px;
    line-height: 36px;
  }
}
.reg-success .reg-success-others .guide-video-tutorial .video-section {
  width: 650px;
  height: 365px;
  background-color: #565656;
  margin: 40px auto 30px auto;
  position: relative;
}
@media (max-width: 600px) {
  .reg-success .reg-success-others .guide-video-tutorial .video-section {
    width: 100%;
    height: 200px;
    margin: 30px auto;
  }
}
.reg-success .reg-success-others .guide-video-tutorial .video-section .video-play-wrap {
  width: 83px;
  height: 83px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -41px;
  margin-left: -41px;
  z-index: 2;
}
.reg-success .reg-success-others .guide-video-tutorial .video-section .player {
  width: 100%;
  height: 100%;
}
.reg-success .reg-success-others .guide-video-tutorial .links p {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 600px) {
  .reg-success .reg-success-others .guide-video-tutorial .links p {
    align-items: unset;
  }
}
.reg-success .reg-success-others .guide-video-tutorial .links p::before {
  content: '';
  background: url(../img/regSuccess/arrow.svg) no-repeat center center;
  width: 15px;
  height: 15px;
  display: block;
  margin-right: 10px;
  transition: all 1s;
}
@media (max-width: 600px) {
  .reg-success .reg-success-others .guide-video-tutorial .links p::before {
    margin-top: 5px;
  }
}
.reg-success .reg-success-others .guide-video-tutorial .links p:hover {
  color: #4596e5;
  text-decoration: underline;
}
.reg-success .reg-success-others .guide-video-tutorial .links p:hover::before {
  margin-right: 15px;
}
.reg-success .reg-success-others .guide-video-tutorial .links p a {
  font-size: 18px;
}
@media (max-width: 600px) {
  .reg-success .reg-success-others .guide-video-tutorial .links p a {
    font-size: 16px;
    line-height: 26px;
  }
}
.reg-success .reg-success-others .product-list {
  padding: 80px 0 0 0;
}
@media (max-width: 600px) {
  .reg-success .reg-success-others .product-list {
    padding: 30px 0 0 0;
  }
}
.reg-success .reg-success-others .product-list .product-list-title {
  font-size: 36px;
}
@media (max-width: 600px) {
  .reg-success .reg-success-others .product-list .product-list-title {
    font-size: 26px;
    line-height: 36px;
  }
}
.reg-success .reg-success-others .product-list .products {
  display: flex;
  justify-content: space-around;
  padding-top: 40px;
}
@media (max-width: 769px) {
  .reg-success .reg-success-others .product-list .products {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 600px) {
  .reg-success .reg-success-others .product-list .products {
    padding-top: 30px;
  }
}
.reg-success .reg-success-others .product-list .products .product {
  width: 40%;
  background-color: #fff;
  border: 1px solid #ececec;
  border-radius: 10px;
  padding: 50px 40px;
}
@media (max-width: 769px) {
  .reg-success .reg-success-others .product-list .products .product {
    width: 60%;
  }
}
@media (max-width: 600px) {
  .reg-success .reg-success-others .product-list .products .product {
    width: 100%;
    padding: 40px 20px;
  }
}
.reg-success .reg-success-others .product-list .products .product .product-name {
  font-size: 24px;
  margin-top: 30px;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .reg-success .reg-success-others .product-list .products .product .product-name {
    margin-top: 20px;
    margin-bottom: 15px;
  }
}
.reg-success .reg-success-others .product-list .products .product .product-desc {
  font-size: 16px;
  line-height: 28px;
}
.reg-success .reg-success-others .product-list .products .product .product-price {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 24px;
  color: #c96158;
}
@media (max-width: 600px) {
  .reg-success .reg-success-others .product-list .products .product .product-price {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.reg-success .reg-success-others .product-list .products .product .product-price .current-price {
  font-size: 24px;
  color: #c96158;
}
.reg-success .reg-success-others .product-list .products .product .product-price .prime-cost {
  font-size: 16px;
  text-decoration: line-through;
  margin-left: 10px;
  font-size: 15px;
}
.reg-success .reg-success-others .product-list .products .product .product-price span:first-child {
  margin-right: 5px;
  font-size: 15px;
}
.reg-success .reg-success-others .product-list .products .product .shop-links {
  display: flex;
  justify-content: space-around;
}
@media (max-width: 600px) {
  .reg-success .reg-success-others .product-list .products .product .shop-links {
    display: block;
  }
}
.reg-success .reg-success-others .product-list .products .product .shop-links a {
  color: #4596e5;
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #4596e5;
  border-radius: 5px;
  font-size: 16px;
  background-color: #fff;
  box-shadow: 0 0 30px rgba(69, 150, 229, 0.1);
}
.reg-success .reg-success-others .product-list .products .product .shop-links a em,
.reg-success .reg-success-others .product-list .products .product .shop-links a i {
  margin-left: 6px;
}
.reg-success .reg-success-others .product-list .products .product .shop-links a:last-child {
  color: #fff;
  background-color: #4596e5;
}
@media (max-width: 600px) {
  .reg-success .reg-success-others .product-list .products .product .shop-links a:last-child {
    margin-top: 15px;
  }
}
.reg-success .reg-success-others .product-list .products .product .shop-links a.wn:hover {
  color: #fff;
  background-color: #4596e5;
}
.reg-success .reg-success-others .product-list .products .product .shop-links a.mc:hover {
  color: #4596e5;
  background-color: #fff;
}
@media (max-width: 769px) {
  .reg-success .reg-success-others .product-list .products div.product:first-child {
    margin-bottom: 40px;
  }
}
@media (max-width: 600px) {
  .reg-success .reg-success-others .product-list .products div.product:first-child {
    margin-bottom: 30px;
  }
}
.reg-success .section-send-email {
  padding-top: 70px;
}
@media (max-width: 600px) {
  .reg-success .section-send-email {
    padding-top: 40px;
  }
}
.reg-success .section-send-email .section-send-email-title {
  text-align: center;
  font-size: 36px;
}
@media (max-width: 600px) {
  .reg-success .section-send-email .section-send-email-title {
    font-size: 26px;
    line-height: 36px;
  }
}
.reg-success .section-send-email .send-mail {
  display: flex;
  padding-top: 70px;
}
@media (max-width: 769px) {
  .reg-success .section-send-email .send-mail {
    display: block;
    padding-top: 40px;
  }
}
.reg-success .section-send-email .send-mail .send-mail-words {
  flex: 0 0 60%;
}
.reg-success .section-send-email .send-mail .send-mail-words .input-mail-address {
  width: 100%;
  border: 1px solid #ececec;
  height: 50px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.reg-success .section-send-email .send-mail .send-mail-words .input-mail-address input {
  height: 100%;
  color: #333;
  font-size: 18px;
  width: 100%;
  border: none;
  outline: none;
  padding-left: 5px;
  box-shadow: 0 0 0 1000px white inset;
}
@media (max-width: 600px) {
  .reg-success .section-send-email .send-mail .send-mail-words .input-mail-address input {
    width: 85%;
  }
}
.reg-success .section-send-email .send-mail .send-mail-words .input-mail-address input::-webkit-input-placeholder {
  color: #c3c3c3;
}
.reg-success .section-send-email .send-mail .send-mail-words .input-mail-address input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #c3c3c3;
}
.reg-success .section-send-email .send-mail .send-mail-words .input-mail-address input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #c3c3c3;
}
.reg-success .section-send-email .send-mail .send-mail-words .input-mail-address input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #c3c3c3;
}
.reg-success .section-send-email .send-mail .send-mail-words .input-mail-address span.correct {
  display: inline-block;
  width: 25px;
  height: 25px;
  display: none;
}
.reg-success .section-send-email .send-mail .send-mail-words .input-notice,
.reg-success .section-send-email .send-mail .send-mail-words .check-notice,
.reg-success .section-send-email .send-mail .send-mail-words .failure-notice {
  color: #f44336;
  margin-top: 5px;
  text-align: left;
}
@media (max-width: 600px) {
  .reg-success .section-send-email .send-mail .send-mail-words .input-notice,
  .reg-success .section-send-email .send-mail .send-mail-words .check-notice,
  .reg-success .section-send-email .send-mail .send-mail-words .failure-notice {
    font-size: 12px;
  }
}
.reg-success .section-send-email .send-mail .send-mail-words .success-notice {
  color: #00bfa5;
  text-align: left;
}
@media (max-width: 600px) {
  .reg-success .section-send-email .send-mail .send-mail-words .success-notice {
    font-size: 12px;
  }
}
.reg-success .section-send-email .send-mail .send-mail-words .input-correct {
  border: 2px solid #6cd1d3;
  transition: all 0.5s;
}
@media (max-width: 600px) {
  .reg-success .section-send-email .send-mail .send-mail-words .input-correct {
    font-size: 12px;
  }
}
.reg-success .section-send-email .send-mail .send-mail-words .check-area {
  display: flex;
  margin-top: 20px;
}
.reg-success .section-send-email .send-mail .send-mail-words .check-area .word {
  font-size: 16px;
  color: #666666;
  line-height: 28px;
  flex: 0 0 96%;
  text-align: left;
}
@media (max-width: 600px) {
  .reg-success .section-send-email .send-mail .send-mail-words .check-area .word {
    flex: 0 0 88%;
  }
}
.reg-success .section-send-email .send-mail .send-mail-words .check-area .check {
  width: 16px;
  height: 16px;
  border-radius: 2px;
  border: 1px solid #4596e5;
  margin-top: 6px;
  margin-right: 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.reg-success .section-send-email .send-mail .send-mail-words .check-area .check-active::before {
  content: url(../img/install/check.svg);
  width: 85%;
}
/*.reg-success .section-send-email .send-mail .send-mail-words p button {*/
/*  margin-top: 30px;*/
/*  background-color: #4596e5;*/
/*  display: inline-block;*/
/*  padding: 8px 20px;*/
/*  border-radius: 5px;*/
/*  color: #fff;*/
/*  font-size: 18px;*/
/*  border: none;*/
/*  display: flex;*/
/*  justify-content: center;*/
/*  align-items: center;*/
/*  outline: none;*/
/*}*/
.reg-success .section-send-email .send-mail .send-mail-words p .send-success::after {
  content: url(../img/install/send-success.svg);
  width: 15px;
  margin-left: 7px;
}
.reg-success .section-send-email .send-mail .send-mail-words p .disabled {
  pointer-events: none;
  background-color: #e0e0e0;
}
.reg-success .section-send-email .send-mail .send-email-image {
  flex: 0 0 40%;
}
@media (max-width: 600px) {
  .reg-success .section-send-email .send-mail .send-email-image {
    margin-top: 30px;
  }
}

/* smc-register New CSS */
.fackbutton{
  margin-top: 30px;
  background-color: #4596e5;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 5px;
  color: #fff;
  font-size: 18px;
  border: none;
  outline: none;
}
