﻿@charset "UTF-8";
body {
  background: #FFF;
  margin: 0 auto;
  padding: 0;
  font: 16px/22px "DINPro", "Play", Microsoft JhengHei, "微軟正黑體", Arial, Helvetica, sans-serif;
}

.vm,
.vm-fix {
  display: inline-block;
  vertical-align: middle;
}

.vm-fix {
  height: 100%;
  width: 0;
  visibility: hidden;
}

.list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.list li {
  transition: all ease-in-out 150ms;
}

.center {
  text-align: center;
}

#header {
  background: #1a1a1a;
}
#header .container {
  height: 60px;
}
#header .container a.logo img {
  width: 146px;
  transition: width ease-in-out 150ms;
}
#header .container a.logo:hover img {
  width: 150px;
}

h2 {
  font-weight: normal;
  font-size: 40px;
  line-height: 40px;
  color: #76b900;
  text-transform: uppercase;
}

h4 {
  font-weight: normal;
  font-size: 24px;
  line-height: 24px;
}

p {
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
}

.bg-black {
  background-color: #1a1a1a;
  color: #fff;
}

.bg-white {
  background-color: #fff;
  color: #000;
}

iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

#Visual {
  background: url("../images/ACC-bundle-LP-KV-PC-1920x800.jpg") no-repeat center;
  color: #FFF;
  min-height: 600px;
  position: relative;
  transition: all ease-in-out 150ms;
}
#Visual h1 {
  text-transform: uppercase;
}
#Visual .slash {
  width: 100%;
  height: 100px;
  background: url("../images/ADOBECC/slash-white.png") no-repeat;
  position: absolute;
  bottom: 0px;
  z-index: 10;
}
#Visual .content {
  position: absolute;
  width: 520px;
  top: 100px;
  left: 50%;
  margin-left: -555px;
}
#Visual .content .content-text h1 {
  font-size: 22px;
  line-height: 22px;
}
#Visual .content .content-text h1 span.slogan {
  font-size: 52px;
  font-weight: bold;
  line-height: 52px;
  display: block;
  color: #000;
  margin-bottom: 1.5rem;
}
#Visual .content .content-text p {
  margin-top: 40px;
  font-size: 21px;
}
#Visual .content .btn-more {
  font-size: 16px;
  font-weight: bold;
  padding: 0.6rem 1rem;
  background-color: #76b900;
  color: #fff !important;
  width: 180px;
  text-align: center;
  letter-spacing: 0.05em;
  border-radius: 5px;
  transition: all ease-in-out 150ms;
}
#Visual .content .btn-more:hover {
  background-color: #76D300;
}
#Visual .content a {
  color: #fff !important;
}
#Visual .content a:hover {
  text-decoration: none;
}
#Visual .content span.wrap {
  display: block;
}
#Visual .icons {
  display: flex;
  align-items: center;
  position: absolute;
  width: 600px;
  left: 50%;
  margin-left: -500px;
  bottom: 70px;
  height: 130px;
  z-index: 11;
}
#Visual .icons .nv-rtx img {
  width: 120px;
}
#Visual .icons .gigabyte {
  margin-left: 25px;
}
#Visual .icons .gigabyte img {
  width: 196px;
}
#Visual .icons .adobecc {
  margin-left: 25PX;
}
#Visual .icons .adobecc IMG {
  width: 250px;
}

.section1 .container .dt-ui img {
  width: 100%;
}
.section1 .container .text {
  font-size: 16px;
  line-height: 24px;
}
.section1 .container .text span {
  font-weight: bold;
}
.section1 .container .text .icons {
  margin-top: 50px;
  display: flex;
  align-items: center;
}
.section1 .container .text .icons .adobe-cc img {
  width: 50px;
}
.section1 .container .text .icons .nv {
  margin-left: 25px;
}
.section1 .container .text .icons .nv img {
  width: 187px;
}

.slash {
  width: 100%;
  height: 100px;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
}

.slash-2 {
  background-image: url("../images/ADOBECC/slash-2.png");
}

.slash-3 {
  background-image: url("../images/ADOBECC/slash-3.png");
}

.slash-4 {
  background-image: url("../images/ADOBECC/slash-4.png");
}

.section2 .small-section .col {
  margin-bottom: 30px;
}
.section2 .small-section b {
  display: block;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.section3 {
  /*background: url('../images/ADOBECC/nv_studio_holiday_bg2_w1920.jpg') center top no-repeat;*/
  background-color: #fff;
  height: auto;
  color: #000;
  font-size: 16px;
}
.section3 .video img {
  width: 100%;
}
.section3 a {
  color: #76b900;
}
.section3 a:hover {
  text-decoration: none;
}

.section4 {
  color: #000;
  font-size: 16px;
}
.section4 .container {
  border-bottom: 1px solid #acb0b9;
}
.section4 .products .pic img {
  width: 100%;
  max-width: 350px;
}
.section4 .products p {
  color: #76b900;
  font-weight: bold;
  font-size: 20px;
}
.section4 .products .summary {
  max-width: 350px;
  margin: 0 auto;
}
.section4 .products .summary li {
  font-size: 13px;
  line-height: 13px;
  margin-bottom: 3px;
}
.section4 .products .learn a {
  color: #fff;
  background: #76b900;
  padding: 8px 10px;
  text-transform: uppercase;
  transition: all 150ms ease-in-out;
}
.section4 .products .learn a:hover {
  border-radius: 10px;
  padding: 8px 58px;
  text-decoration: none;
}

.section5 {
  color: #FFF;
  background: #111;
}
.section5 span {
  color: #76b900;
}
.section5 .redeem-apac {
  color: #fff;
  transition: all ease-in-out 0.5s;
  padding: 8px 10px;
  background-color: #76b900 !important;
}
.section5 .redeem-apac:hover {
  color: #fff !important;
  background-color: #629902 !important;
}
.section5 .region-apac {
  border: 1px solid #76b900;
  color: #76b900;
  background-color: transparent !important;
  border-radius: 8px !important;
  margin-right: 2rem;
  transition: all ease-in-out 0.5s;
}
.section5 .region-apac:hover {
  padding: 8px 10px !important;
  background-color: #76b900 !important;
  color: #fff !important;
}
.section5 .instructions {
  padding-bottom: 40px;
  max-width: 350px;
  transition: all 150ms ease-in-out;
  border-top: solid 1px rgba(255, 255, 255, 0);
  border-bottom: solid 1px rgba(255, 255, 255, 0);
  border-radius: 20px;
}
.section5 .instructions a {
  color: #76b900;
  text-decoration: underline;
}
.section5 .instructions a:hover {
  color: #FFF;
}
.section5 .instructions .num {
  width: 60px;
  height: 60px;
  font-size: 36px;
  line-height: 53px;
  border: solid 3px #76b900;
  border-radius: 30px;
  margin: 20px auto;
  transition: all 150ms ease-in-out;
}
.section5 .instructions:hover {
  /*border-top: solid 1px rgba(255,255,255,0.4);
  border-bottom: solid 1px rgba(255,255,255,0.4);
  box-shadow: inset 0 0px 10px 10px #111;
  background: #151515;*/
}
.section5 .instructions:hover .num {
  color: #111;
  background: #FFF;
  border: solid 3px #FFF;
  box-shadow: #76b900 0 0 30px;
}
.section5 .instruction11 {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  transition: all 150ms ease-in-out;
  border-top: solid 1px rgba(255, 255, 255, 0);
  border-bottom: solid 1px rgba(255, 255, 255, 0);
  border-radius: 20px;
}
.section5 .instruction11 .frame {
  margin-right: 20px;
}
.section5 .instruction11 .num {
  width: 60px;
  height: 60px;
  font-size: 36px;
  line-height: 53px;
  border: solid 3px #76b900;
  border-radius: 30px;
  margin: 20px auto;
  transition: all 150ms ease-in-out;
}
.section5 .instruction11 .text {
  text-align: left;
  font-size: 24px;
  line-height: 24px;
}
.section5 .instruction11 .text a {
  color: #FFF;
  text-decoration: underline;
}
.section5 .instruction11 .text a:hover {
  color: #76b900;
}
.section5 .instruction11:hover {
  /*border-top: solid 1px rgba(255,255,255,0.4);
  border-bottom: solid 1px rgba(255,255,255,0.4);
  box-shadow: inset 0 0px 10px 10px #111;
  background: #151515;*/
}
.section5 .instruction11:hover .num {
  color: #111;
  background: #FFF;
  border: solid 3px #FFF;
  box-shadow: #76b900 0 0 30px;
}
.section5 .note {
  font-size: 14px;
  line-height: 18px;
  color: #666;
}
.section5 .note a {
  color: #76b900;
}

.section6 {
  background: url("../images/ADOBECC/nvidia-studio-adobe-bundle-features-background-image-spec2-2048_1100.jpg") center bottom no-repeat;
  background-size: cover;
  height: auto;
  color: #fff;
}
.section6 .title {
  font-size: 16px;
  line-height: 0;
  font-weight: bold;
  text-transform: uppercase;
}
.section6 .sub-title {
  font-size: 24px;
  color: #76b900;
  line-height: 1.2;
}
.section6 a {
  color: #76b900;
  font-weight: bold;
  text-transform: uppercase;
}
.section6 a:hover {
  text-decoration: none;
}
.section6 .resolutions {
  display: none;
}
.section6 .resolutionl {
  display: block;
}

.footer .icons {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .terms {
  color: #acb0b9;
  font-size: 13px;
  line-height: 1.5;
}

.btn-pageback {
  color: #fff;
  margin: 15px 0;
  padding: 8px 10px;
  background: #76b900;
  text-transform: uppercase;
  border-radius: 8px;
  transition: all 1s ease-in-out;
}
.btn-pageback:hover {
  background-color: #629902;
  /*padding: 8px 58px;*/
  text-decoration: none;
}

.area_instructions .page {
  display: none;
}
.ChooseYourRegion {
  text-align: center;
  font-size: 32px;
  margin-top: 50px;
  margin-bottom: 10px;
}

.btn-areabox {
  width: 300px;
  height: 280px;
  border: 1px solid #2e2e2e;
  margin: 20px auto;
}

.btn-areabox .vm {
  width: 95%;
}

@keyframes bgcAni {
  from {
    opacity: 0;
  }
}
.btn-areabox .md-container {
  z-index: 10;
  /*div {
      animation: bgcAni 600ms linear alternate;
  }*/
}

.areatext {
  position: relative;
  z-index: 20;
}

.areaname {
  font-size: 36px;
  text-decoration: underline;
  line-height: 42px;
  margin-bottom: 10px;
}

.list-country {
  font-size: 16px;
  line-height: 120%;
}

/*forvideo*/
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 100;
  display: none;
}

.popup.show {
  display: block;
}

.popup-sns {
  position: absolute;
  width: 900px;
  max-width: 90%;
  top: 50%;
  left: 50%;
  background: #000;
  /* border: 1px solid #FFF; */
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.popup-sns-info {
  position: relative;
}

.popup-sns-video:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 56.25%;
}

.popup-sns-info .popup-info-close {
  position: absolute;
  top: -40px;
  right: 5px;
}

.popup-info-close {
  width: 24px;
  height: 24px;
  cursor: pointer;
  background: url(../images/32close.png) 50% 50%;
  background-size: 100% auto;
}

.popup-sns-video:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 56.25%;
}

.popup-sns-video .popup-info-item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.popup-sns-video .popup-info-item iframe {
  width: 100% !important;
  height: 100% !important;
}

/*end video*/
.header-right {
  color: #fff;
  display: flex;
  flex: 1 0 auto;
  justify-content: flex-end;
}

.language-icon {
  display: inline-block;
  max-width: 24px;
}

.language-btn {
  display: inline-block;
  cursor: pointer;
}

.language-box {
  position: relative;
  display: flex;
  z-index: 100;
}
.language-box .language-icon {
  margin-right: 3px;
}
.language-box .language-list {
  position: absolute;
  right: 0;
  top: 100%;
  pointer-events: none;
  opacity: 0;
  transition: all 450ms ease;
}
.language-box.hover .language-list, .language-box:hover .language-list {
  pointer-events: auto;
  opacity: 1;
}

.language-list {
  list-style: none;
  margin: 0 0 0 0;
  padding: 15px 0 0 0;
  font-size: 14px;
  line-height: 140%;
  font-family: "Play", "微軟正黑體", sans-serif;
}
.language-list > li {
  padding: 0;
  background: #fff;
  transition: 0.15s;
}
.language-list > li a {
  padding: 7px 20px;
  color: #333;
  text-decoration: none;
  display: block;
  white-space: nowrap;
}
.language-list > li:hover a {
  color: #ec6400;
}
@media (max-width: 1366px) {
  #Visual .content {
    margin-left: -390px;
  }
  #Visual .icons {
    margin-left: -390px;
  }
}
@media (max-width: 960px) {
  #Visual {
    background: url(../images/ADOBECC/KeyVisual.jpg) no-repeat 65% center;
    min-height: 700px;
  }
  #Visual .content {
    margin-left: -230px;
    top: 50px;
  }
  #Visual .icons {
    margin: 0;
    width: 100%;
    left: 0;
    justify-content: center;
    bottom: 60px;
  }

  .section6 .resolutions {
    display: block;
  }
  .section6 .resolutionl {
    display: none;
  }
  .section6 img {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  #Visual .content {
    width: 500px;
  }

  #header .container a.logo {
    margin: 0 auto;
  }

  .section5 .instruction11 {
    padding-bottom: 40px;
    display: block;
    max-width: 350px;
  }
  .section5 .instruction11 .frame {
    margin-right: 0px;
  }
  .section5 .instruction11 .num {
    margin: 20px auto;
  }
  .section5 .instruction11 .text {
    text-align: center;
    font-size: 16px;
    line-height: 20px;
  }
  .section5 .note {
    margin: 0 auto;
    max-width: 350px;
  }
}
@media (max-width: 640px) {
  #Visual {
    background: #F7F7F7 url(../images/ADOBECC/KeyVisual.jpg) no-repeat 78% 100px;
    min-height: 770px;
    background-size: 1600px auto;
    position: relative;
  }
  #Visual:before {
    content: "";
    display: block;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1c1c1c+0,1c1c1c+100&1+0,1+55,0+100 */
    background: -moz-linear-gradient(top, #55a9c4 0%, #55a9c4 55%, rgba(247, 247, 247, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #55a9c4 0%, #55a9c4 55%, rgba(247, 247, 247, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #55a9c4 0%, #55a9c4 55%, rgba(247, 247, 247, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#1c1c1c", endColorstr="#001c1c1c",GradientType=0 );
    /* IE6-9 */
    padding-bottom: 350px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 11;
  }
  #Visual .content {
    position: relative;
    z-index: 12;
    width: 320px;
    margin-left: -160px;
  }
  #Visual .content .content-text h1 {
    font-size: 20px;
    line-height: 20px;
  }
  #Visual .content .content-text h1 span.slogan {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 8px;
  }
  #Visual .content .content-text p {
    margin-top: 20px;
    font-size: 14px;
  }
  #Visual .content span.wrap {
    display: inline-block;
  }
  #Visual .icons {
    bottom: 40px;
  }
  #Visual .icons .gigabyte img {
    width: 166px;
  }
  .section5 .region-apac {
    margin-right: 0;
  }
  .section5 .btn {
    font-size: 0.85rem;
  }

  .section6 .resolutions {
    display: block;
  }
  .section6 .resolutionl {
    display: none;
  }

  #header .container {
    position: relative;
  }

  .header-right {
    position: absolute;
    right: 0;
  }

  .language-text {
    display: none;
  }
}
@media (max-width: 960px) {
  :lang(ja) #Visual .content {
    top: 20px;
  }
}

@media (max-width: 767px) {
  :lang(es) #Visual .content-text > p {
    margin-top: 20px;
  }
}
@media (max-width: 640px) {
  :lang(es) #Visual .content {
    top: 20px;
  }
}
