.success-signup__content {
  max-width: 988px;
  margin-left: auto;
  margin-right: auto;
}

.success-signup__btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  max-width: 485px;
  margin-left: auto;
  margin-right: auto;
}

.success-signup__btns > *:not(:first-child) {
  margin-top: 20px;
}

.success-signup__bottom {
  margin-top: 40px;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}

.mail-accept__topbtn {
  max-width: 480px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 50px;
}

.mail-accept__topbtn svg {
  margin-right: 10px;
}

.mail-accept__bottomtitle {
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}

.mail-accept .video__main {
  max-width: 500px;
  height: 280px;
}

.mail-accept .video__play {
  width: 60px;
  height: 60px;
}

.mail-accept__btns {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.mail-accept__btns .mail-accept__btn {
  width: calc(50% - 10px);
  padding-left: 0;
  padding-right: 0;
}

.mail-accept__bottom {
  margin-top: 40px;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
}

.floating-video {
  position: fixed;
  left: 10px;
  bottom: 10px;
  z-index: 99;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
}

.floating-video__video {
  display: block;
  width: 180px;
  height: 275px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.floating-video__btn {
  position: absolute;
  left: 10px;
  bottom: 10px;
  width: calc(100% - 20px);
  box-sizing: border-box;
  display: none;
}

.floating-video__collapse {
  position: absolute;
  right: 10px;
  top: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  width: 18px;
  height: 22px;
  cursor: pointer;
  display: none;
}

.floating-video__collapse::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #f45b41;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.floating-video__close {
  position: absolute;
  right: 5px;
  top: 5px;
  display: block;
  width: 20px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.floating-video__close svg {
  max-width: 100%;
}

.floating-video:hover .floating-video__video {
  width: 200px;
  height: 295px;
}

.floating-video.active .floating-video__btn,
.floating-video.active .floating-video__collapse {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.floating-video.active .floating-video__video {
  width: 300px;
  height: 540px;
}

.floating-video.active .floating-video__close {
  display: none;
}

.notification {
  position: fixed;
  right: 20px;
  top: 100px;
  width: 280px;
  min-height: 112px;
  background-color: #fff;
  border: 4px solid var(--orange);
  padding: 12px 16px;
  -webkit-animation: notification_anim 0.3s linear;
          animation: notification_anim 0.3s linear;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  z-index: 101;
}

.notification__loc {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  margin-top: 12px;
  opacity: 0.6;
  font-size: 23px;
}

.notification__loc svg {
  display: block;
}

.notification__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  font-size: 25px;
}

.notification__close {
  display: block;
  margin-left: 8px;
  cursor: pointer;
}

.notification__close img {
  display: block;
}

.thank-important__title {
  text-align: center;
  font-size: 60px;
  color: var(--blue);
  margin-bottom: 20px;
}

.thank-important__num {
  text-align: center;
}

.thank-important .mail-accept__bottom {
  margin: 40px auto;
  text-align: center;
}

.thank-important .section-subtitle {
  max-width: 988px;
  margin-left: auto;
  margin-right: auto;
}

.login-mail__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: -20px;
}

.login-mail__item {
  width: calc(100% / 12 * 3 - 20px);
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
  box-sizing: border-box;
  padding: 22px 20px;
  border: 1px solid #DBDBDB;
}

.login-mail__item img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

@-webkit-keyframes notification_anim {
  from {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
    opacity: 0;
  }

  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes notification_anim {
  from {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
    opacity: 0;
  }

  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@media screen and (max-width: 1000px) {
  .success-signup__bottom {
    font-size: 18px;
  }

  .mail-accept__topbtn {
    margin-bottom: 60px;
    margin-top: -10px;
  }

  .mail-accept__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    max-width: 478px;
  }

  .mail-accept__btns .mail-accept__btn {
    width: 100%;
  }

  .mail-accept__btns .mail-accept__btn:not(:last-child) {
    margin-bottom: 20px;
  }

  .mail-accept__bottom {
    font-size: 18px;
    margin-top: 30px;
  }

  .section-subtitle {
    font-size: 24px;
  }

  .thank-important__title {
    font-size: 44px;
  }
}

@media screen and (max-width: 768px) {
  .login-mail__item {
    width: calc(100% / 12 * 12 - 20px);
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
  }

  .thank-important__title {
    font-size: 30px;
  }

  .thank-important .mail-accept__bottom {
    margin: 20px auto;
  }
}

@media screen and (max-width: 500px) {
  .section-subtitle {
    font-size: 20px;
  }

  .success-signup__bottom {
    font-size: 16px;
    margin-top: 20px;
  }

  .mail-accept__topbtn {
    box-sizing: border-box;
  }

  .mail-accept .video__main {
    height: 56.666vw;
  }

  .mail-accept__btns .mail-accept__btn {
    box-sizing: border-box;
    padding: 15px 30px;
  }

  .mail-accept__bottomtitle {
    margin-bottom: 20px;
    margin-top: 30px;
  }

  .mail-accept__bottom {
    font-size: 17px;
  }

  .mail-accept__topbtn + .section-title {
    margin-bottom: 20px;
  }

  .floating-video__video {
    width: 120px;
    height: 175px;
  }

  .floating-video:hover .floating-video__video {
    width: 120px;
    height: 175px;
  }

  .floating-video.active .floating-video__video {
    width: 280px;
    height: 446px;
  }

  .notification {
    width: 200px;
    min-height: 62px;
  }

  .notification__loc {
    font-size: 14px;
  }

  .notification__top {
    font-size: 16px;
  }
}