.serviceBlock__flexbox, .redeem__flexbox, .connection__flexbox, .QA__flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.connection__block__textbox ul li {
  list-style-type: disc;
  padding: 5px 0;
}

html {
  width: auto !important;
}

body {
  word-wrap: break-word;
  word-break: break-word;
}

a:hover {
  text-decoration: none;
}

.mainTitle {
  color: #000000;
  font-size: 70px;
  line-height: 76px;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 1366px) {
  .mainTitle {
    color: #000000;
    font-size: 60px;
    line-height: 66px;
  }
}

@media (max-width: 960px) {
  .mainTitle {
    color: #000000;
    font-size: 65px;
    line-height: 71px;
  }
}

@media (max-width: 500px) {
  .mainTitle {
    color: #000000;
    font-size: 45px;
    line-height: 51px;
  }
}

@media (min-width: 1921px) {
  .mainTitle {
    color: #000000;
    font-size: 3vw;
    line-height: 3.5vw;
  }
}

.commonTitle {
  color: #000;
  font-size: 45px;
  line-height: 51px;
  text-transform: uppercase;
  margin: 0 0 20px 0;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 500px) {
  .commonTitle {
    color: #000;
    font-size: 35px;
    line-height: 41px;
  }
}

.commonText {
  color: #000;
  font-size: 20px;
  line-height: 21px;
  text-align: center;
}

@media (max-width: 500px) {
  .commonText {
    color: #000;
    font-size: 18px;
    line-height: 24px;
  }
}

.commonText1 {
  color: #464646;
  font-size: 26px;
  line-height: 32px;
  font-weight: 600;
  padding: 0 0 10px 0;
}

@media (max-width: 500px) {
  .commonText1 {
    color: #000;
    font-size: 24px;
    line-height: 30px;
  }
}

.commonText2 {
  color: #000;
  font-size: 16px;
  line-height: 22px;
}

@media (max-width: 500px) {
  .commonText2 {
    color: #000;
    font-size: 16px;
    line-height: 22px;
  }
}

.commonText3 {
  color: #000;
  font-size: 32px;
  line-height: 68px;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 500px) {
  .commonText3 {
    color: #000;
    font-size: 28px;
    line-height: 64px;
  }
}

.commonText3 span {
  color: #000;
  font-size: 45px;
  font-style: italic;
  padding-right: 5px;
}

.commonText4 {
  color: #464646;
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
  padding: 0 0 10px 0;
}
a.commonText4{
  transition: .3s all;
}
a.commonText4:hover{
  color: #000;
}

@media (max-width: 500px) {
  .commonText4 {
    color: #000;
    font-size: 20px;
    line-height: 26px;
  }
}

.commonText5 {
  color: #000;
  font-size: 18px;
  line-height: 28px;
}

@media (max-width: 500px) {
  .commonText5 {
    color: #000;
    font-size: 16px;
    line-height: 26px;
  }
}

.arrowrap {
  text-align: center;
  margin: 2% 0;
}

.arrowrap i {
  color: #ccc;
  font-size: 40px;
}

.Ntype {
  list-style-type: none !important;
}

.hidden {
  display: none;
}

/* to top */
.btn-top {
  display: none;
  position: fixed;
  bottom: 70px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  color: white;
  cursor: pointer;
  padding: 10px 15px;
  z-index: 9999;
  border: 3px solid #465860;
}

.btn-top img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.btn-top:hover {
  background-color: #fcfcfc;
  color: #0d133a;
}

.btn-top:hover i {
  font-size: 20px;
}

/* kv */
.kv {
  position: relative;
  overflow: hidden;
}

.kv__itembox picture img {
  display: block;
  width: 100%;
}

.kv__textbox {
  position: absolute;
  right: 5%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  top: 50%;
  width: 50%;
  margin: auto;
}

@media (max-width: 960px) {
  .kv__textbox {
    position: inherit;
    right: auto;
    top: auto;
    width: 90%;
    -webkit-transform: none;
            transform: none;
    margin: -6% auto 10%;
  }
}

.kv__wrap figure img {
  width: 100%;
}

/* service block */
.serviceBlock {
  padding: 5% 0;
}

.serviceBlock__wrap {
  width: 80%;
  margin: auto;
  max-width: 1440px;
}

@media (max-width: 500px) {
  .serviceBlock__wrap {
    width: 90%;
  }
}

.serviceBlock__flexbox {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-top: 5%;
}

@media (max-width: 960px) {
  .serviceBlock__flexbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.serviceBlock__textbox {
  -webkit-box-shadow: 0 3px 4px 3px #d9d9d9;
          box-shadow: 0 3px 4px 3px #d9d9d9;
  padding: 5%;
  width: calc(100%/3 + 3%);
  margin: 0 10px;
}

@media (max-width: 960px) {
  .serviceBlock__textbox {
    width: 90%;
    margin: 2% auto;
  }
}

.serviceBlock__textbox ul {
  margin: 2% 0;
}

.serviceBlock__textbox ul li i {
  padding-right: 5px;
}

/* HOW TO REDEEM */
.redeem {
  padding: 70px 0;
  overflow: hidden;
  position: relative;
  z-index: 0;
  text-align: center;
}

.redeem__wrap {
  width: 80%;
  margin: auto;
  max-width: 1440px;
}

@media (max-width: 500px) {
  .redeem__wrap {
    width: 90%;
  }
}

.redeem__flexbox {
  margin: 5% auto 0;
}

@media only screen and (max-width: 960px) {
  .redeem__flexbox {
    display: block;
  }
}

.redeem__item {
  width: calc( 100%/3 - 20px);
  margin: 0 30px;
}

@media only screen and (max-width: 960px) {
  .redeem__item {
    width: 90%;
    margin: 10% auto;
  }
}

.redeem__item ul li a {
  color: #8d8d8d;
}

.redeem__item-circle {
  width: 10vw;
  height: 10vw;
  position: relative;
  -webkit-box-shadow: 2px 2px 1px #bbbbbb, -2px -2px 5px #00000025;
          box-shadow: 2px 2px 1px #bbbbbb, -2px -2px 5px #00000025;
  border-radius: 50%;
  margin: auto;
  margin-bottom: 7%;
}
.redeem__item-circle{
  /* cursor: pointer; */
  display: inline-block;
  transition: .3s all;
}
/* .redeem__item-circle:hover{
 background: rgb(255,255,255);
 background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(236,250,255,1) 100%);
} */



@media only screen and (max-width: 960px) {
  .redeem__item-circle {
    width: 200px;
    height: 200px;
    margin-bottom: 5%;
  }
}

@media only screen and (min-width: 2600px) {
  .redeem__item-circle {
    width: 7vw;
    height: 7vw;
  }
}

.redeem__item-circle img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/*connection directions*/
.connection {
  margin: 100px 0;
  position: relative;
}

@media (max-width: 500px) {
  .connection {
    margin: 0;
  }
}

.connection__wrap {
  width: 80%;
  margin: auto;
  max-width: 1440px;
}

@media (max-width: 500px) {
  .connection__wrap {
    width: 90%;
  }
}

.connection__block {
  background: url(https://storage-asset.msi.com/event/msi_main_style/global_support/images/contact_bg.jpg) center 20% no-repeat;
  background-size: cover;
  padding: 3%;
  background-color: #f3f3f3;
  margin-top: 5%;
}

.connection__block__textbox {
  width: 50%;
}

@media (max-width: 960px) {
  .connection__block__textbox {
    width: 90%;
    margin: auto;
  }
}

.connection__block__itembox {
  width: 50%;
}

@media (max-width: 960px) {
  .connection__block__itembox {
    width: 90%;
    margin: auto;
  }
}

.connection__block__itembox figure img {
  width: 100%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.connection__block__itembox figure img:hover {
  -webkit-box-shadow: 3px 3px 10px #c2c2c2;
          box-shadow: 3px 3px 10px #c2c2c2;
}

.connection__block__itembox figure figcaption {
  text-align: center;
  color: #9e9e9e;
  font-size: 0.7vw;
  padding: 10px 0;
}

.connection__block__itembox .Nimg img:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.connection__block__itembox .popup__img {
  text-align: center;
}

.connection__block__itembox .popup__img img {
  width: auto;
  margin: auto;
}

.connection__block__itembox .popup__img img:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.connection__block:nth-last-of-type(1) {
  margin-top: 0;
}

.connection__text {
  color: #000000;
  font-size: 22px;
}

.connection__flexbox {
  margin: 5% 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 960px) {
  .connection__flexbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.connection .slider__class1-box ul li {
  list-style-type: none;
}

/*QA*/
.QA {
  margin: 100px 0;
}

.QA__wrap {
  width: 80%;
  margin: auto;
  max-width: 1440px;
}

@media (max-width: 500px) {
  .QA__wrap {
    width: 90%;
  }
}

.QA__btnWrap {
  width: 48%;
  margin: auto;
  text-align: center;
}

@media (max-width: 960px) {
  .QA__btnWrap {
    width: 90%;
    margin: 2% auto;
  }
}

.QA__btn {
  color: #464646;
  font-size: 20px;
  border: 1px solid #f1f1f1;
  padding: 2%;
  border-radius: 10px;
  display: block;
  margin: 0 20px;
  font-weight: 600;
  -webkit-box-shadow: 2px 3px 2px #c1c1c1;
          box-shadow: 2px 3px 2px #c1c1c1;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.QA__btn:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.QA__flexbox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 960px) {
  .QA__flexbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
/*# sourceMappingURL=main.css.map */