* {
  padding: 0;
  margin: 0;
}

.adobeofficegift {
  background: #161616;
  font-family: "Century Gothic", 'Nanum Gothic', sans-serif;
  line-height: 1;
  overflow: hidden;
}

.adobeofficegift img {
  width: 100%;
}

.adobeofficegift .common__container {
  position: relative;
  padding: 0 15px;
  margin: 0 auto;
}

@media (min-width: 1921px) {
  .adobeofficegift .common__container {
    width: 1320px;
  }
}

@media (max-width: 1920px) and (min-width: 1300px) {
  .adobeofficegift .common__container {
    width: 1270px;
  }
}

@media (max-width: 1299px) and (min-width: 992px) {
  .adobeofficegift .common__container {
    width: 990px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .adobeofficegift .common__container {
    width: 750px;
  }
}

@media (max-width: 767px) {
  .adobeofficegift .common__container {
    width: 100%;
  }
}

.adobeofficegift .title {
  max-width: 1920px;
  margin: auto;
  padding: 40px 4%;
  font-size: 108px;
  font-weight: 700;
  color: #fff;
}

@media (max-width: 991px) {
  .adobeofficegift .title {
    font-size: 72px;
    padding: 20px 8%;
  }
}

.adobeofficegift .title::after {
  content: "";
  display: block;
  background: #777777;
  width: 60%;
  margin-top: 10px;
  padding-bottom: 0.4%;
}

.adobeofficegift .gift {
  padding: 0  0 70px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background: #161616;
  max-width: 1920px;
  margin: auto;
}

@media (max-width: 991px) {
  .adobeofficegift .gift {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 0px;
    padding: 30px 0;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.adobeofficegift .gift__left {
  width: 50%;
}

@media (max-width: 991px) {
  .adobeofficegift .gift__left {
    width: 90%;
  }
}

.adobeofficegift .gift__left-title {
  width: 100%;
  padding: 0 4vw;
  font-size: 2vw;
  color: #dfdfdf;
  font-weight: 700;
}

@media (min-width: 1921px) {
  .adobeofficegift .gift__left-title {
    font-size: 42px;
  }
}

@media (max-width: 991px) {
  .adobeofficegift .gift__left-title {
    font-size: 24px;
  }
}

.adobeofficegift .gift__left-title::after {
  content: "";
  display: block;
  background: #777777;
  width: 20%;
  margin-top: 10px;
  padding-bottom: 0.7%;
}

.adobeofficegift .gift__flexbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2vw 0 0 4vw;
}

.adobeofficegift .gift__flexbox-item {
  width: 35%;
  position: relative;
  z-index: 1;
}

@media (max-width: 991px) {
  .adobeofficegift .gift__flexbox-item {
    width: 45%;
    margin-top: 20px;
  }
}

.adobeofficegift .gift__flexbox-item::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background: #6666665d;
  top: 5%;
  left: -5%;
  z-index: -1;
  -moz-border-radius: 5px;
       border-radius: 5px;
  -webkit-box-shadow: 5px 5px 10px  #000000,-2px -2px 2px  #444;
     -moz-box-shadow: 5px 5px 10px  #000000,-2px -2px 2px  #444;
          box-shadow: 5px 5px 10px  #000000,-2px -2px 2px  #444;
}

.adobeofficegift .gift__flexbox-item::after {
  position: absolute;
  content: "Microsoft";
  color: #fff;
  display: block;
  width: 5%;
  height: 0%;
  font-weight: 700;
  padding-bottom: 0%;
  background: #161616;
  font-size: 3vw;
  top: 0;
  right: 0%;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  text-orientation: mixed;
}

@media (min-width: 1921px) {
  .adobeofficegift .gift__flexbox-item::after {
    font-size: 70px;
  }
}

@media (max-width: 991px) {
  .adobeofficegift .gift__flexbox-item::after {
    right: -5%;
    top: 2%;
  }
}

.adobeofficegift .gift__flexbox-item:nth-child(2) {
  margin-left: 10%;
}

.adobeofficegift .gift__flexbox-item:nth-child(2)::after {
  content: "Adobe" !important;
}

.adobeofficegift .gift__flexbox-item img {
  border: 0.1vw solid #444;
  -moz-border-radius: 5px;
       border-radius: 5px;
  -webkit-box-shadow: 5px 5px 10px  #0000004d;
     -moz-box-shadow: 5px 5px 10px  #0000004d;
          box-shadow: 5px 5px 10px  #0000004d;
  position: relative;
  display: block;
}

.adobeofficegift .gift__flexbox-item h4 {
  position: absolute;
  top: 0%;
  font-size: 1vw;
  z-index: 5;
  font-weight: 700;
  left: 2%;
}

@media (min-width: 1921px) {
  .adobeofficegift .gift__flexbox-item h4 {
    font-size: 26px;
  }
}

.adobeofficegift .gift__flexbox-item h3 {
  font-size: 1vw;
  color: #fff;
  font-weight: 700;
}

@media (min-width: 1921px) {
  .adobeofficegift .gift__flexbox-item h3 {
    font-size: 26px;
  }
}

.adobeofficegift .gift__flexbox-item p {
  font-size: 0.7vw;
  color: #ccc;
}

@media (min-width: 1921px) {
  .adobeofficegift .gift__flexbox-item p {
    font-size: 20px;
  }
}

.adobeofficegift .gift__subtitle {
  font-size: 6vw;
  padding: 4vw 0 0 4vw;
  background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#333));
  background: -moz-linear-gradient(#eee, #333);
  background: linear-gradient(#eee, #333);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

@media (min-width: 1921px) {
  .adobeofficegift .gift__subtitle {
    font-size: 100px;
  }
}

@media (max-width: 991px) {
  .adobeofficegift .gift__subtitle {
    font-size: 6vw;
    text-align: center;
    margin-top: 20px;
  }
}

@media (max-width: 675px) {
  .adobeofficegift .gift__subtitle {
    font-size: 30px;
  }
}

.adobeofficegift .gift__right {
  position: relative;
  width: 50%;
}

@media (max-width: 991px) {
  .adobeofficegift .gift__right {
    width: 90%;
    margin-top: 40px;
  }
}

.adobeofficegift .gift__right-box {
  position: relative;
  margin-left: 26.2%;
  width: 73.8%;
}

.adobeofficegift .gift__right-box--main {
  width: 100%;
  display: block;
  -moz-border-radius: 5px;
       border-radius: 5px;
  -webkit-box-shadow: 10px 10px 10px #000;
     -moz-box-shadow: 10px 10px 10px #000;
          box-shadow: 10px 10px 10px #000;
  position: absolute;
  top: 50%;
  left: -35.5%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
          transform: translateY(-50%);
  -moz-border-radius: 3px;
       border-radius: 3px;
}

.adobeofficegift .gift__right-box--main::before {
  content: "Prodictivity Starts Here";
  color: #ddd;
  font-size: 2.5vw;
  line-height: 1;
  display: block;
  position: absolute;
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
          transform: rotate(90deg);
  right: -45%;
  top: 45%;
}

@media (min-width: 1921px) {
  .adobeofficegift .gift__right-box--main::before {
    font-size: 52px;
  }
}

.adobeofficegift .info {
  padding: 70px 0;
}

.adobeofficegift .info p {
  color: #cccccc;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}

@media (max-width: 991px) {
  .adobeofficegift .info p {
    font-size: 26px;
  }
}

@media (max-width: 675px) {
  .adobeofficegift .info p {
    font-size: 20px;
  }
}

.adobeofficegift .laptop {
  padding: 70px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#161616), to(#383838));
  background: -moz-linear-gradient(#161616, #383838);
  background: linear-gradient(#161616, #383838);
}

@media (max-width: 991px) {
  .adobeofficegift .laptop {
    padding: 30px 0;
  }
}

.adobeofficegift .laptop__title {
  width: 100%;
  padding: 0 4vw;
  font-size: 2vw;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

@media (min-width: 1921px) {
  .adobeofficegift .laptop__title {
    font-size: 42px;
  }
}

@media (max-width: 991px) {
  .adobeofficegift .laptop__title {
    font-size: 24px;
  }
}

.adobeofficegift .laptop__title::after {
  content: "";
  display: block;
  background: #777777;
  width: 10%;
  margin: 10px auto 0 auto;
  padding-bottom: 0.35%;
}

.adobeofficegift .laptop__block {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.adobeofficegift .laptop__block-item {
  width: -moz-calc( 50% - 40px);
  width: calc( 50% - 40px);
  position: relative;
  margin-top: 40px;
}

@media (max-width: 991px) {
  .adobeofficegift .laptop__block-item {
    margin-top: 10px;
    width: -moz-calc( 50% - 10px);
    width: calc( 50% - 10px);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.adobeofficegift .laptop__block-item h2 {
  position: absolute;
  z-index: 0;
  font-size: 7vw;
}

@media (min-width: 1921px) {
  .adobeofficegift .laptop__block-item h2 {
    font-size: 150px;
  }
}

.adobeofficegift .laptop__block-item img {
  position: relative;
  z-index: 1;
}

.adobeofficegift .laptop__block-item ul {
  list-style-type: none;
  padding-left: 40px;
}

@media (max-width: 991px) {
  .adobeofficegift .laptop__block-item ul {
    padding-left: 10px;
  }
}

.adobeofficegift .laptop__block-item ul li {
  color: #ccc;
  font-size: 0.8vw;
  line-height: 1;
  margin-top: 10px;
}

@media (min-width: 1921px) {
  .adobeofficegift .laptop__block-item ul li {
    font-size: 20px;
  }
}

.adobeofficegift .laptop__block-item a {
  font-size: 1vw;
  text-decoration: none;
  color: #ffffff;
  padding: 5px 20px;
  background: #02010118;
  width: 90%;
  border: 1px solid #777;
  display: inline-block;
  margin: 40px 0 0  40px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  -moz-border-radius: 2px;
       border-radius: 2px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 1921px) {
  .adobeofficegift .laptop__block-item a {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .adobeofficegift .laptop__block-item a {
    width: 100%;
    margin: 0;
    margin-top: 15px;
    display: block;
    text-align: center;
  }
}

.adobeofficegift .laptop__block-item a:hover {
  background: #ffffff;
  color: #000000;
  border: 1px solid #777;
}

.adobeofficegift .redeem {
  padding: 70px 0;
  background: #383838;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.adobeofficegift .redeem__title {
  width: 100%;
  padding: 0 4vw;
  font-size: 2vw;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

@media (min-width: 1921px) {
  .adobeofficegift .redeem__title {
    font-size: 42px;
  }
}

@media (max-width: 991px) {
  .adobeofficegift .redeem__title {
    font-size: 24px;
  }
}

.adobeofficegift .redeem__title::after {
  content: "";
  display: block;
  background: #777777;
  width: 10%;
  margin: 10px auto 0 auto;
  padding-bottom: 0.35%;
}

.adobeofficegift .redeem__imgbox {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  height: 100%;
  z-index: -1;
}

.adobeofficegift .redeem__imgbox-cover {
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(#383838), to(#1616169a));
  background: -moz-linear-gradient(#383838, #1616169a);
  background: linear-gradient(#383838, #1616169a);
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.adobeofficegift .redeem__imgbox img {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}

@media (max-width: 991px) {
  .adobeofficegift .redeem__imgbox img {
    width: auto;
    height: 100%;
    left: auto;
    right: 80%;
    -webkit-transform: translateX(50%);
       -moz-transform: translateX(50%);
            transform: translateX(50%);
  }
}

.adobeofficegift .redeem__mainbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

@media (max-width: 991px) {
  .adobeofficegift .redeem__mainbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.adobeofficegift .redeem__item {
  width: 20%;
}

@media (max-width: 991px) {
  .adobeofficegift .redeem__item {
    width: 200px;
  }
}

.adobeofficegift .redeem__item-circle {
  width: 100%;
  padding: 50%;
  background: url("/images/circle.png");
  -moz-background-size: cover;
       background-size: cover;
  position: relative;
  -moz-border-radius: 50%;
       border-radius: 50%;
  -webkit-box-shadow: 2px 2px 5px #00000077 ,-2px -2px 5px #d8d8d825;
     -moz-box-shadow: 2px 2px 5px #00000077 ,-2px -2px 5px #d8d8d825;
          box-shadow: 2px 2px 5px #00000077 ,-2px -2px 5px #d8d8d825;
}

.adobeofficegift .redeem__item-circle img {
  position: absolute;
  top: 40%;
  left: 54%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 30%;
}

.adobeofficegift .redeem__item-circle h5 {
  position: absolute;
  top: 70%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-weight: 700;
  color: #ffffff;
  font-size: 1.5vw;
  width: 100%;
  text-align: center;
}

@media (min-width: 1921px) {
  .adobeofficegift .redeem__item-circle h5 {
    font-size: 32px;
  }
}

.adobeofficegift .redeem__item-box {
  width: 100%;
  height: 100%;
  background: #00000028;
  -moz-border-radius: 50%;
       border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.adobeofficegift .redeem__item p {
  margin-top: 15%;
  color: #fff;
  text-align: center;
  line-height: 1.3;
  font-size: 1vw;
}

@media (min-width: 1921px) {
  .adobeofficegift .redeem__item p {
    font-size: 20px;
  }
}

.adobeofficegift .redeem__arrow {
  width: 20%;
}

.adobeofficegift .redeem__arrow img {
  display: block;
  margin: 30% auto 0 auto;
  width: 15%;
}

@media (max-width: 991px) {
  .adobeofficegift .redeem__arrow img {
    width: 20px;
    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
            transform: rotate(90deg);
    margin: 30% auto 30% auto;
  }
}

.adobeofficegift .wheretopost {
  padding: 70px 0;
  background: #232323;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.adobeofficegift .wheretopost::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
          transform: translateX(-50%);
  background: -webkit-gradient(linear, left top, right top, from(#232323), color-stop(#ffffff), to(#232323));
  background: -moz-linear-gradient(left, #232323, #ffffff, #232323);
  background: linear-gradient(to right, #232323, #ffffff, #232323);
}

.adobeofficegift .wheretopost__title {
  width: 100%;
  padding: 0 4vw;
  font-size: 2vw;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

@media (min-width: 1921px) {
  .adobeofficegift .wheretopost__title {
    font-size: 42px;
  }
}

@media (max-width: 991px) {
  .adobeofficegift .wheretopost__title {
    font-size: 24px;
  }
}

.adobeofficegift .wheretopost__title::after {
  content: "";
  display: block;
  background: #777777;
  width: 10%;
  margin: 10px auto 0 auto;
  padding-bottom: 0.35%;
}

.adobeofficegift .wheretopost__subtitle {
  color: #ffffff;
  text-align: center;
  font-size: 0.8vw;
  margin-top: 1%;
  line-height: 1.5;
}

@media (min-width: 1921px) {
  .adobeofficegift .wheretopost__subtitle {
    font-size: 24px;
  }
}

@media (max-width: 991px) {
  .adobeofficegift .wheretopost__subtitle {
    margin-top: 20px;
  }
}

.adobeofficegift .wheretopost__link {
  width: 100%;
  list-style-type: none;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 991px) {
  .adobeofficegift .wheretopost__link {
    margin-top: 20px;
  }
}

.adobeofficegift .wheretopost__link a {
  width: -moz-calc( 50% - 5px);
  width: calc( 50% - 5px);
  margin-top: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  padding: 10px 0;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #cccccc3f;
  font-size: 1vw;
  position: relative;
  color: #fff;
}

@media (min-width: 1921px) {
  .adobeofficegift .wheretopost__link a {
    font-size: 24px;
  }
}

.adobeofficegift .wheretopost__link a:nth-child(2n) {
  margin-left: 10px;
}

.adobeofficegift .wheretopost__link a::after {
  position: absolute;
  width: 2px;
  height: 100%;
  content: "";
  display: block;
  background: #fff;
  left: 0;
}

.adobeofficegift .wheretopost__link a:hover {
  background: #8f8f8f96;
}

.adobeofficegift .action {
  padding: 70px 0;
  background: #232323;
  overflow: hidden;
  position: relative;
  z-index: 0;
  width: 100%;
}

.adobeofficegift .action::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
          transform: translateX(-50%);
  background: -webkit-gradient(linear, left top, right top, from(#232323), color-stop(#ffffff), to(#232323));
  background: -moz-linear-gradient(left, #232323, #ffffff, #232323);
  background: linear-gradient(to right, #232323, #ffffff, #232323);
}

.adobeofficegift .action__title {
  width: 100%;
  padding: 0 4vw;
  font-size: 2vw;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

@media (min-width: 1921px) {
  .adobeofficegift .action__title {
    font-size: 42px;
  }
}

@media (max-width: 991px) {
  .adobeofficegift .action__title {
    font-size: 24px;
  }
}

.adobeofficegift .action__title::after {
  content: "";
  display: block;
  background: #777777;
  width: 10%;
  margin: 10px auto 0 auto;
  padding-bottom: 0.35%;
}

.adobeofficegift .action__imgbox {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.adobeofficegift .action__imgbox-cover {
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(#232323), to(#0000005d));
  background: -moz-linear-gradient(#232323, #0000005d);
  background: linear-gradient(#232323, #0000005d);
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.adobeofficegift .action__imgbox img {
  position: absolute;
  width: 100%;
  min-width: 1200px;
  bottom: -30%;
  left: 0;
}

.adobeofficegift .action__a {
  width: 100%;
  text-align: center;
  margin-top: 40px;
}

.adobeofficegift .action__a a {
  padding: 5px 50px;
  font-size: 2vw;
  text-decoration: none;
  cursor: pointer;
  background: #7a7a7a70;
  color: #ccc;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  transition: 0.7s;
  position: relative;
  border: #8a8a8a48 1px solid;
}

@media (min-width: 1921px) {
  .adobeofficegift .action__a a {
    font-size: 42px;
  }
}

@media (max-width: 675px) {
  .adobeofficegift .action__a a {
    font-size: 7vw;
    width: 80%;
    display: block;
    margin: auto;
    padding: 5px 0;
  }
}

.adobeofficegift .action__a a::after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 5px;
  background: #000;
  content: "";
  display: block;
}

.adobeofficegift .action__a a:hover {
  background: #111;
  color: #fff;
}

.adobeofficegift .endofpage {
  padding: 70px 0;
  background: #000000;
  overflow: hidden;
  position: relative;
  z-index: 0;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.adobeofficegift .endofpage::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
          transform: translateX(-50%);
  background: -webkit-gradient(linear, left top, right top, from(black), color-stop(#ffffff), to(black));
  background: -moz-linear-gradient(left, black, #ffffff, black);
  background: linear-gradient(to right, black, #ffffff, black);
}

.adobeofficegift .endofpage__bg {
  width: 100%;
  height: 100%;
  background: #000000;
  position: absolute;
  top: 0;
  z-index: 0;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  transition: 0.7s;
  border: 1px solid #fff;
}

.adobeofficegift .endofpage__btn {
  background: #000000;
  position: relative;
  width: 300px;
  z-index: 2;
  text-align: center;
  color: #ffffff;
  height: 60px;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  transition: 0.7s;
}

@media (max-width: 675px) {
  .adobeofficegift .endofpage__btn {
    width: 250px;
    height: 30px;
  }
}

.adobeofficegift .endofpage__btn:hover {
  color: #000;
}

.adobeofficegift .endofpage__btn:hover .endofpage__bg {
  background: #fff;
}

.adobeofficegift .endofpage__btn p {
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 50%;
  font-size: 20px;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 675px) {
  .adobeofficegift .endofpage__btn p {
    font-size: 16px;
  }
}

.adobeofficegift .endofpage__btn::after {
  position: absolute;
  width: 50%;
  content: "";
  display: block;
  height: 100%;
  background: #ffffff;
  left: -5px;
  top: -5px;
  z-index: -1;
  -webkit-animation: name1 4s infinite;
     -moz-animation: name1 4s infinite;
          animation: name1 4s infinite;
}

.adobeofficegift .endofpage__btn::before {
  position: absolute;
  width: 50%;
  content: "";
  display: block;
  height: 100%;
  background: #ffffff;
  bottom: -5px;
  right: -5px;
  z-index: -1;
  -webkit-animation: name12 4s infinite;
     -moz-animation: name12 4s infinite;
          animation: name12 4s infinite;
}

@-webkit-keyframes name1 {
  0%, 100% {
    -webkit-transform: translate(0%, 0px);
            transform: translate(0%, 0px);
  }
  50% {
    -webkit-transform: translate(-5px, 5px);
            transform: translate(-5px, 5px);
  }
}

@-moz-keyframes name1 {
  0%, 100% {
    -moz-transform: translate(0%, 0px);
         transform: translate(0%, 0px);
  }
  50% {
    -moz-transform: translate(-5px, 5px);
         transform: translate(-5px, 5px);
  }
}

@keyframes name1 {
  0%, 100% {
    -webkit-transform: translate(0%, 0px);
       -moz-transform: translate(0%, 0px);
            transform: translate(0%, 0px);
  }
  50% {
    -webkit-transform: translate(-5px, 5px);
       -moz-transform: translate(-5px, 5px);
            transform: translate(-5px, 5px);
  }
}

@-webkit-keyframes name12 {
  0%, 100% {
    -webkit-transform: translate(0%, 0px);
            transform: translate(0%, 0px);
  }
  50% {
    -webkit-transform: translate(5px, -5px);
            transform: translate(5px, -5px);
  }
}

@-moz-keyframes name12 {
  0%, 100% {
    -moz-transform: translate(0%, 0px);
         transform: translate(0%, 0px);
  }
  50% {
    -moz-transform: translate(5px, -5px);
         transform: translate(5px, -5px);
  }
}

@keyframes name12 {
  0%, 100% {
    -webkit-transform: translate(0%, 0px);
       -moz-transform: translate(0%, 0px);
            transform: translate(0%, 0px);
  }
  50% {
    -webkit-transform: translate(5px, -5px);
       -moz-transform: translate(5px, -5px);
            transform: translate(5px, -5px);
  }
}

@-webkit-keyframes kvmid {
  0% {
    left: 60%;
    top: -100%;
  }
  100% {
    left: 50.5%;
    top: 0%;
  }
}

@-moz-keyframes kvmid {
  0% {
    left: 60%;
    top: -100%;
  }
  100% {
    left: 50.5%;
    top: 0%;
  }
}

@keyframes kvmid {
  0% {
    left: 60%;
    top: -100%;
  }
  100% {
    left: 50.5%;
    top: 0%;
  }
}

@-webkit-keyframes kvleft {
  0% {
    left: -100%;
  }
  100% {
    left: 0%;
  }
}

@-moz-keyframes kvleft {
  0% {
    left: -100%;
  }
  100% {
    left: 0%;
  }
}

@keyframes kvleft {
  0% {
    left: -100%;
  }
  100% {
    left: 0%;
  }
}

@-webkit-keyframes kvright {
  0% {
    right: -100%;
  }
  100% {
    right: 0%;
  }
}

@-moz-keyframes kvright {
  0% {
    right: -100%;
  }
  100% {
    right: 0%;
  }
}

@keyframes kvright {
  0% {
    right: -100%;
  }
  100% {
    right: 0%;
  }
}

@-webkit-keyframes smothoutran {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-moz-keyframes smothoutran {
  0% {
    -moz-transform: translateY(-50px);
         transform: translateY(-50px);
  }
  100% {
    -moz-transform: translateY(0px);
         transform: translateY(0px);
  }
}

@keyframes smothoutran {
  0% {
    -webkit-transform: translateY(-50px);
       -moz-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  100% {
    -webkit-transform: translateY(0px);
       -moz-transform: translateY(0px);
            transform: translateY(0px);
  }
}

.smothoutran {
  -webkit-animation: smothoutran 1s backwards;
     -moz-animation: smothoutran 1s backwards;
          animation: smothoutran 1s backwards;
}
