@charset "UTF-8";
#anz img {
  max-width: 100%;
  vertical-align: bottom;
}
#anz.pd-block {
  background-color: #171819;
}
#anz .kv {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
#anz .banner {
  display: block;
  width: 100%;
}
#anz .features {
  display: block;
  margin: 0 auto;
  text-align: center;
  background-color: #a3a3a1;
  color: #000;
}
#anz .features h2 {
  color: #000;
}
#anz .features__box {
  display: block;
  margin: 5% auto;
  position: relative;
}
#anz .features__box .featureSlick {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 992px) {
  #anz .features__box .featureSlick {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#anz .features__box .featureSlick .productName {
  display: block;
  width: 100%;
  text-align: center;
}
@media (min-width: 992px) {
  #anz .features__box .featureSlick .productName {
    width: 30%;
    margin: 0 auto;
    text-align: right;
  }
}
#anz .features__box .featureSlick .featureTitle {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin: 2% auto;
}
#anz .features__box .featureSlick .featureTitle.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 992px) {
  #anz .features__box .featureSlick .featureTitle {
    width: 30%;
    margin: 0 auto;
    padding: 2%;
    text-align: left;
  }
}
#anz .features__box .featureSlick .featureIcon {
  display: block;
  width: 80%;
  margin: auto;
  text-align: center;
}
@media (min-width: 992px) {
  #anz .features__box .featureSlick .featureIcon {
    text-align: left;
    margin: 10px 0;
  }
}
#anz .features__box .featureSlick .learnMore {
  display: block;
  width: 100%;
  margin: 20px 0;
}
#anz .features__box .featureSlick .learnMore a {
  display: block;
  -webkit-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
  border: 2px solid #6d6b6b;
  background-color: transparent;
  text-align: center;
  color: #FFF;
  padding: 15px 10px;
}
#anz .features__box .featureSlick .learnMore a:hover {
  background-color: #2c2c2c;
  border: 2px solid #504f4f;
}
#anz .features__box .featureSlick .featureIMG {
  display: block;
  position: relative;
  width: 100%;
  z-index: 0;
}
@media (min-width: 992px) {
  #anz .features__box .featureSlick .featureIMG {
    width: 35%;
    margin: 0 auto;
    text-align: center;
  }
}
#anz .features__box .featureSlick .featureIMG .btnOpen {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 30px;
  border: 1px solid #fff;
  position: absolute;
  z-index: 22;
  text-align: center;
  font-size: 21px;
  line-height: 45px;
  cursor: pointer;
  -webkit-animation: circleAnimate 2s infinite;
          animation: circleAnimate 2s infinite;
  background-color: rgba(204, 204, 204, 0.137);
}
#anz .features__box .featureSlick .featureIMG .btnOpen.active {
  background-color: rgba(250, 224, 203, 0.6509803922);
  -webkit-box-shadow: 0 0 20px rgba(255, 255, 255, 0.795);
          box-shadow: 0 0 20px rgba(255, 255, 255, 0.795);
}
#anz .features__box .featureSlick .featureIMG .btnOpen:nth-of-type(1) {
  top: 5%;
  left: 45%;
}
#anz .features__box .featureSlick .featureIMG .btnOpen:nth-of-type(2) {
  top: 45%;
  left: 5%;
}
#anz .features__box .featureSlick .featureIMG .btnOpen:nth-of-type(3) {
  top: 35%;
  right: 15%;
}
#anz .features__box .featureSlick .featureIMG .btnOpen.dt01 {
  top: 40%;
  left: 22%;
}
#anz .features__box .featureSlick .featureIMG .btnOpen.dt02 {
  top: 75%;
  left: 22%;
}
#anz .features__box .featureSlick .featureIMG .btnOpen.dt03 {
  top: 54%;
  right: 35%;
}
#anz .features__box .featureSlick .featureIMG .btnOpen.cc01 {
  top: 10%;
  left: 0%;
}
#anz .features__box .featureSlick .featureIMG .btnOpen.cc02 {
  top: 65%;
  left: 22%;
}
#anz .features__box .featureSlick .featureIMG .btnOpen.cc03 {
  top: 30%;
  right: 2%;
}
#anz .post {
  display: block;
  background-color: #a3a3a1;
  margin: 0 auto;
  text-align: center;
}
#anz .post h2 {
  color: var(--color-black);
}
#anz .post p {
  color: var(--color-black);
}
#anz .post .countryBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#anz .post .countryBox .countryItem {
  display: block;
  width: 45%;
  margin: 2% auto;
  border: 1px solid #fff;
  border-radius: 15px;
  padding: 10px 20px;
  cursor: pointer;
  text-transform: uppercase;
}
#anz .post .size_select {
  display: block;
  border-radius: 5px;
  border: 2px solid #000;
  outline: none;
  width: 50%;
  padding: 15px 10px;
  margin: 5% auto 2%;
  cursor: pointer;
  font-size: 21px;
}
#anz .post .size_select select {
  display: block;
  width: 50%;
  padding: 20px;
}
#anz .post .size_chart {
  display: block;
  width: 80%;
  margin: 0 auto;
  padding: 20px;
}
#anz .post .size_chart a {
  display: block;
  font-size: 21px;
  line-height: 1.5;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #FFF;
  width: 100%;
  border-bottom: 1px solid #ccc;
}
#anz .post .size_chart a:hover, #anz .post .size_chart a:focus {
  color: #312a2a;
}
#anz .products {
  display: block;
  background-color: #beb7ad;
  text-align: center;
}
#anz .products h2 {
  color: var(--color-black);
}
#anz .products p {
  color: var(--color-black);
}
#anz .products .buyBtn {
  display: inline-block;
  background-color: #9a8555;
  padding: 10px;
  text-align: center;
  color: #FFF;
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
}
#anz .products .buyBtn:hover {
  cursor: pointer;
  background-color: #ddc489;
}
#anz .products__box {
  display: block;
  margin: 8% auto;
}
#anz .products__box .slideBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 992px) {
  #anz .products__box .slideBox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#anz .products__box .slideBox__contentBox {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  text-align: left;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 992px) {
  #anz .products__box .slideBox__contentBox {
    text-align: left;
    width: 30%;
  }
}
#anz .products__box .slideBox__contentBox .list {
  font-size: var(--text-md);
  font-weight: bold;
  color: var(--color-black);
  margin: 20px;
  display: block;
  list-style: none;
}
#anz .products__box .slideBox__contentBox .list li {
  list-style: none;
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px;
}
#anz .products__box .slideBox__contentBox .list li::before {
  content: " ◆";
  position: absolute;
  left: 0;
}
#anz .products__box .slideBox__contentBox .subtitle {
  font-size: var(--title-lg);
  font-weight: 600;
  color: #000;
  text-align: center;
  display: block;
}
#anz .products__box .slideBox__contentBox .smallT {
  font-size: 16px;
  line-height: 1.2;
  color: #333232;
  text-align: center;
}
#anz .products__box .slideBox__imgBox {
  width: 100%;
}
@media (min-width: 992px) {
  #anz .products__box .slideBox__imgBox {
    width: 40%;
  }
}
#anz .products__selectBox {
  display: block;
}
#anz .productMENU {
  display: block;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
#anz .productMENU ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  max-width: 1280px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#anz .productMENU ul li {
  display: block;
  width: 30%;
  margin: 10px;
  border: 2px solid #8a8a8a;
  border-radius: 15px;
  background-color: #fff;
  padding: 10px;
  cursor: pointer;
  color: #000;
}
#anz .productMENU ul li img {
  width: 60%;
  margin: 0 auto;
}
#anz .productMENU ul li:hover, #anz .productMENU ul li:focus {
  background-color: #ccc;
  color: #000;
}
#anz .productMENU ul li.tab--active {
  background-color: #ccc;
  color: #000;
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
  -webkit-box-shadow: 5px 5px 0px #302e2e;
          box-shadow: 5px 5px 0px #302e2e;
}
#anz .dropbtn {
  color: white;
  padding: 16px;
  font-size: 21px;
  border: none;
  display: block;
}
#anz .dropbtn select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50%;
  margin: 0 auto;
  text-align: center;
  padding: 10px;
  font-size: 21px;
  border-radius: 5px;
  outline: 2px solid #6b6b6b;
}
#anz .dropbtn select option {
  display: block;
  border-bottom: 1px solid #ccc;
}
#anz .dropbtn select option:first-child {
  color: #ccc;
}
#anz .reset {
  display: block;
  width: 50%;
  max-width: 180px;
  margin: 2% auto;
  text-align: center;
}
#anz .reset__btn {
  display: block;
  width: 100%;
  background-color: #222;
  border: 1px solid #000;
  padding: 10px;
  border-radius: 5px;
}
#anz .reset__btn:hover {
  -webkit-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #fff;
  color: #000;
}
#anz .specResult {
  display: block;
  width: 50%;
  margin: 5% auto;
  border: 2px solid #000;
  background-color: #ffffff;
  padding: 2% 1%;
  border-radius: 15px;
}
#anz .specResult__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 992px) {
  #anz .specResult__box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#anz .specResult__box__contentBox {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  text-align: left;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 992px) {
  #anz .specResult__box__contentBox {
    text-align: left;
    width: 80%;
  }
}
#anz .specResult__box__contentBox .list {
  font-size: var(--text-md);
  font-weight: bold;
  color: var(--color-black);
  margin: 20px;
  display: block;
  list-style: none;
}
#anz .specResult__box__contentBox .list li {
  list-style: none;
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px;
}
#anz .specResult__box__contentBox .list li::before {
  content: " ◆";
  position: absolute;
  left: 0;
}
#anz .specResult__box__contentBox .subtitle {
  font-size: var(--title-lg);
  font-weight: 600;
  color: #000;
  text-align: center;
  display: block;
}
#anz .specResult__box__contentBox .smallT {
  font-size: 16px;
  line-height: 1.2;
  color: #333232;
  text-align: center;
}
#anz .specResult__imgBox {
  width: 100%;
}
@media (min-width: 992px) {
  #anz .specResult__imgBox {
    width: 40%;
  }
}
#anz .click-btn {
  display: block;
  width: 50%;
  margin: 2% auto;
}
#anz .click-btn a {
  padding: 6px 30px;
  background: #000;
  display: block;
  color: var(--color-white);
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  padding: 15px;
}
#anz .click-btn a:hover {
  -webkit-box-shadow: 0 0 20px #666;
          box-shadow: 0 0 20px #666;
}
#anz .redeem {
  display: block;
  width: 100%;
  background-color: #c4c3bf;
  margin: 0 auto;
  text-align: center;
}
#anz .redeem h2 {
  color: var(--color-black);
  text-align: center;
}
#anz .redeem p {
  color: var(--color-black);
}
#anz .redeem__stepBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 5% auto;
}
#anz .redeem__stepBox .item {
  width: 100%;
  margin: 2% auto;
  text-align: center;
  display: block;
  border: 2px solid #8f8179;
  border-radius: 5px;
  padding: 30px 0;
  background-image: url(https://storage-asset.msi.com/event/2022/cnd/Aegis-Ti5-12th_Artymis-343CQR-Bundle/images/redeem-step-bg.jpg);
}
@media (min-width: 992px) {
  #anz .redeem__stepBox .item {
    width: calc((100% - 150px) / 4);
  }
}
#anz .redeem__stepBox .item:hover {
  cursor: pointer;
  -webkit-box-shadow: 0 0 20px #9a8555;
          box-shadow: 0 0 20px #9a8555;
}
#anz .redeem__stepBox .item.member {
  background: rgb(154, 133, 85);
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(154, 133, 85)), color-stop(58%, rgb(159, 131, 67)), to(rgb(85, 85, 85)));
  background: linear-gradient(0deg, rgb(154, 133, 85) 0%, rgb(159, 131, 67) 58%, rgb(85, 85, 85) 100%);
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto;
  padding: 5% 0;
}
#anz .redeem__stepBox .item.member .border {
  display: block;
  border: 2px solid #FFF;
  border-radius: 5px;
  color: #FFF;
  padding: 10px;
}
#anz .redeem__stepBox .item.member .border p {
  color: #fff;
}
#anz .redeem__stepBox .item__box {
  display: block;
  width: 70%;
  margin: 0 auto;
  text-align: center;
}
#anz .redeem__stepBox .item__box .title {
  background-color: #000;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  line-height: 2;
  text-transform: uppercase;
}
#anz .redeem__stepBox .item__box .icon {
  display: block;
  width: 50%;
  max-width: 150px;
  margin: 5% auto;
}
#anz .redeem__buttonBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 95%;
  margin: 2% auto;
  text-align: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
#anz .redeem__buttonBox .btnItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 992px) {
  #anz .redeem__buttonBox .btnItem {
    display: block;
    width: calc((100% - 150px) / 2);
  }
}
#anz .redeem__buttonBox .btnItem a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90%;
  padding: 10px 10px;
  background-color: #9a8555;
  color: #FFF;
  font-size: 18px;
  font-weight: 600;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
}
#anz .redeem__buttonBox .btnItem a:hover {
  background-color: #ddc489;
}
#anz .redeem__buttonBox .btnItem a.write {
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#anz .redeem__buttonBox .btnItem a.write:hover {
  background-color: #3b3b3b;
}
#anz .tab {
  display: block;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
#anz .tab ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  max-width: 1280px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 960px) {
  #anz .tab ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#anz .tab ul li {
  display: block;
  border: 1px solid #221d1d;
  background-color: #221d1d;
  color: #fff;
  width: 30%;
  padding: 10px;
  margin: 20px 30px;
  font-size: 21px;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  #anz .tab ul li {
    width: 90%;
    margin: 5px auto;
  }
}
#anz .tab ul li:hover {
  background-color: #fff;
  color: #000;
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
}
#anz .tab ul li.tab--active {
  background-color: #fff;
  color: #000;
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
}
#anz .tab--active {
  background-color: #fff;
  color: #000;
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
}
#anz .tab__content {
  display: none;
}
#anz .tab__content--active {
  display: block;
}

@-webkit-keyframes circleAnimate {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes circleAnimate {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}/*# sourceMappingURL=au-anz.css.map */