@import "https://storage-asset.msi.com/frontend/css/common-creation-font.css";
:root {
  --MSIBodyFont: -apple-system, BlinkMacSystemFont, "Segoe UI","Noto Sans TC", "Microsoft JhengHei", "Meiryo UI", Helvetica, Arial, sans-serif;
  --body-font-size: var(--text-md);
  /*font size*/
  --title-xl: 24px;
  --title-lg: 22px;
  --title-md: 20px;
  --title-sm: 18px;
  --title-xs: 16px;
  --text-xl: 20px;
  --text-lg: 18px;
  --text-md: 17px;
  --text-sm: 16px;
  --text-xs: 15px;
  --note-lg: 16px;
  --note-xl: 14px;
  --note-md: 13px;
  --note-sm: 12px;
  --link-xl: 20px;
  --link-lg: 18px;
  --link-md: 17px;
  --link-sm: 16px;
  --line-xs: 14px;
  --line-height-xl: 2;
  --line-height-lg: 1.8;
  --line-height-md: 1.5;
  --line-height-xs: 1.3;
  --line-height-list: 1.8;
  --line-height-article: 1.8;
}
@media (min-width: 992px) {
  :root {
    --title-xl: 36px;
    --title-lg: 26px;
  }
}
@media (min-width: 1930px) {
  :root {
    --title-md: 22px;
    --title-sm: 20px;
    --title-xs: 17px;
    --text-lg: 19px;
    --text-md: 18px;
    --text-sm: 17px;
    --text-xs: 16px;
    --note-lg: 17px;
    --note-xl: 15px;
    --note-md: 14px;
    --note-sm: 13px;
    --link-lg: 19px;
    --link-md: 18px;
    --link-sm: 17px;
    --line-xs: 16px;
  }
}

html:lang(ja-JP) body,
html:lang(JP) body {
  --MSIBodyFont: -apple-system, BlinkMacSystemFont, "Meiryo UI", "Yu Gothic", "Segoe UI", Arial, sans-serif;
}

html:lang(zh-TW) body,
html:lang(zh-CN) body,
html:lang(ja-JP) body,
html:lang(JP) body,
html:lang(ko-KR) body {
  --title-md: 22px;
  --text-md: 18px;
}
@media (min-width: 1930px) {
  html:lang(zh-TW) body,
  html:lang(zh-CN) body,
  html:lang(ja-JP) body,
  html:lang(JP) body,
  html:lang(ko-KR) body {
    --title-md: 26px;
    --text-md: 20px;
  }
}

:root {
  --color-black: #000;
  --color-white: #ffffff;
  --color-error: var(--color-red-400);
  --color-gray-100: #fafafa;
  --color-gray-200: #ececec;
  --color-gray-300: #cccccc;
  --color-gray-400: #808080;
  --color-gray-500: #7c7b7b;
  --color-gray-600: #696969;
  --color-gray-700: #333333;
  --color-gray-800: #222222;
  --color-gray-900: #1a1a1a;
  --color-gold-400: #9a8555;
  --color-red-300: #e92c2c;
  --color-red-400: #ea2023;
  --color-red-500: #fe0000;
  --color-red-600: #cc0000;
  --color-green-300: #92b457;
  --color-green-400: #86b000;
  --color-green-500: #82BC00;
  --color-gaming: var(--color-red-500);
  --color-cc: var(--color-gold-400);
  --color-bp: var(--color-gold-400);
  --color-amd: var(--color-green-400);
  --color-alpha: var(--color-green-300);
  --color-ws: var(--color-green-500);
  --body-bgcolor: var(--color-white);
  --body-text-color: var(--color-gray-700);
}

* {
  border: 0;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ol, ul, li {
  list-style: none;
}

button, select {
  appearance: none;
  outline: none;
}

a {
  outline: none;
  text-decoration: none;
  appearance: none;
}

.kv {
  position: relative;
  overflow: hidden;
  margin-top: 60px;
}
@media (min-width: 996px) {
  .kv {
    margin-top: 0;
    height: calc(100vh - 124px);
  }
}
.kv .msi__container {
  position: relative;
  height: calc(100vh - 124px);
}
.kv-img img {
  width: 100%;
  vertical-align: bottom;
}
@media (min-width: 996px) {
  .kv-img {
    position: absolute;
    inset: 0;
    z-index: 0;
  }
}
@media (min-width: 996px) {
  .kv picture {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
  }
}
.kv__text {
  position: absolute;
  z-index: 10;
  inset: 0;
}
.kv-title {
  position: relative;
  z-index: 10;
  font-weight: 900;
  line-height: 1.2;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  top: 12%;
  left: 2%;
}
@media (min-width: 996px) {
  .kv-title {
    top: 15%;
    left: 8%;
  }
}
.kv-title span {
  display: block;
  font-size: 5vw;
}
.kv-title span.xl {
  font-size: 7vw;
  padding-left: 60px;
}
.kv-title span.lg {
  font-size: 6vw;
}
@media (min-width: 996px) {
  .kv-title span {
    font-size: 24px;
  }
  .kv-title span.xl {
    font-size: 60px;
    padding-left: 120px;
  }
  .kv-title span.lg {
    font-size: 50px;
  }
  .kv-title span.xs {
    font-size: 30px;
    font-weight: 300;
  }
}

.partner {
  background: #ebebeb;
  padding: 45px 0;
}
.partner .common-title {
  text-align: center;
}
.partner__item {
  margin: 15px auto 35px;
}
.partner__item--blue .partner-img {
  order: 2;
}
.partner__item--blue .partner__text {
  order: 1;
}
.partner__item--blue li::before {
  color: var(--color-blue) !important;
}
@media (min-width: 996px) {
  .partner__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 30px auto 100px;
  }
}
.partner-img {
  overflow: hidden;
  border-radius: 30px;
}
.partner-img img {
  border-radius: 30px;
  width: 100%;
  vertical-align: bottom;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}
@media (min-width: 996px) {
  .partner-img {
    flex: 0 0 50%;
  }
}
@media (min-width: 996px) {
  .partner__text {
    flex: 0 0 45%;
  }
}
.partner__title {
  display: flex;
  align-items: center;
  padding: 20px 0;
}
.partner__title img {
  width: 60px;
}
.partner__title h3 {
  font-size: var(--title-lg);
}
.partner__title h4 {
  font-size: var(--title-md);
  padding-bottom: 10px;
}
.partner p {
  color: var(--color-gray-600);
}
.partner ul {
  font-size: var(--text-sm);
  padding-top: 15px;
  padding-bottom: 15px;
}
.partner ul li {
  padding: 5px 0;
  color: var(--color-gray-800);
  display: flex;
}
.partner ul li::before {
  content: "-";
  color: var(--color-green);
  margin-right: 10px;
  font-weight: bold;
}
.partner__btn {
  padding-top: 20px;
}
.partner__btn a {
  cursor: pointer;
}

.inquiry {
  text-align: center;
  padding: 45px 0;
}
.inquiry__form {
  border: var(--color-gray-200) 1px solid;
  padding: 40px 25px;
  margin-top: 35px;
}

.ems .linearChoiceBox label::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  outline: var(--emscol-border) 1px solid;
  border: transparent 3px solid;
  border-radius: 50%;
  margin: 0 auto;
}

.ems .linearChoiceBox input[type=radio]:checked + label::after, .ems-form--radio input[type=radio]:checked + label::before {
  border-color: var(--emscol-focus-opt);
  outline: var(--emscol-focus-opt) 1px solid;
}

:root {
  --emscol-border: #ccc;
  --emscol-focus: #eee;
  --emscol-focus-opt: #209CB5;
  --emscol-focus-opt-ckecked: #fff;
  --emscol-form-bkg: #fff;
  --emscol-note: #666;
  --emscol-error: var(--color-red-400);
  --emscol-arrow: #777;
  --emscol-a: #000;
  --emscol-font: #222;
}

.ems {
  max-width: 1000px;
  margin: 0 auto;
}
.ems-required, .ems .star {
  color: var(--emscol-error);
}
.ems__title {
  font-size: 17px;
  font-weight: bold;
  padding-bottom: 5px;
  display: block;
  text-align: left;
}
.ems__item {
  padding-bottom: 20px;
}
.ems__item__form {
  padding-top: 8px;
}
.ems__item__note {
  font-size: 15px;
  color: var(--emscol-note);
  padding-top: 5px;
}
.ems__item__error {
  font-size: 15px;
  color: var(--emscol-error);
  padding-top: 5px;
}
.ems input,
.ems select,
.ems textarea {
  outline: none;
  border: var(--emscol-border) 1px solid;
  border-radius: 4px;
  padding: 10px;
  font-size: 100%;
  color: var(--emscol-font);
  width: 100%;
  background: var(--emscol-form-bkg);
}
.ems input.error,
.ems select.error,
.ems textarea.error {
  border-color: var(--emscol-error);
}
.ems input:focus,
.ems select:focus,
.ems textarea:focus {
  outline: var(--emscol-focus) 1px solid;
  box-shadow: var(--emscol-focus) 0 0 5px;
}
.ems textarea {
  height: 100px;
}
.ems a {
  color: var(--emscol-a);
  text-decoration: underline;
}
.ems a:hover {
  text-decoration: none;
}
.ems-form--select {
  position: relative;
}
.ems-form--select .arrow {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
}
.ems-form--select select:focus + .arrow {
  transform: translateY(-50%) rotate(180deg);
}
.ems-form--radio input[type=radio] {
  display: none;
}
.ems-form--radio input[type=radio]:checked + label {
  color: var(--emscol-focus-opt);
}
.ems-form--radio label {
  display: inline-flex;
  cursor: pointer;
  text-align: left;
}
.ems-form--radio label::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  outline: var(--emscol-border) 1px solid;
  border: transparent 3px solid;
  border-radius: 50%;
  margin-right: 8px;
  margin-top: 5px;
  flex: 0 0 12px;
}
.ems-form--checkbox input[type=checkbox] {
  display: none;
}
.ems-form--checkbox input[type=checkbox]:checked + label {
  color: var(--emscol-focus-opt);
}
.ems-form--checkbox input[type=checkbox]:checked + label::before {
  border-color: var(--emscol-focus-opt);
  background: var(--emscol-focus-opt);
}
.ems-form--checkbox input[type=checkbox]:checked + label::after {
  content: "\ea01";
  font-family: "msi-icons" !important;
  position: absolute;
  top: 0px;
  left: 1px;
  color: var(--emscol-focus-opt-ckecked);
  font-weight: bold;
  font-size: 16px;
}
.ems-form--checkbox label {
  display: flex;
  position: relative;
  cursor: pointer;
}
.ems-form--checkbox label::before {
  content: "";
  display: flex;
  width: 14px;
  height: 14px;
  border: var(--emscol-border) 1px solid;
  background-color: none;
  border-radius: 3px;
  margin-right: 8px;
  flex: 0 0 14px;
  margin-top: 4px;
}
.ems-form--checkbox p {
  font-size: 12px;
}
.ems .radioBox {
  padding-bottom: 5px;
}
@media (min-width: 996px) {
  .ems .radioBox {
    display: flex;
  }
  .ems .radioBox li {
    margin-right: 35px;
    padding-bottom: 0;
  }
}
.ems .checkboxBox li {
  padding-bottom: 5px;
}
@media (min-width: 996px) {
  .ems .checkboxBox {
    display: flex;
  }
  .ems .checkboxBox li {
    margin-right: 40px;
  }
}
.ems .linearChoiceBox input[type=radio] {
  display: none;
}
.ems .linearChoiceBox label {
  display: block;
  text-align: center;
  cursor: pointer;
}
.ems .linearChoiceBox label span {
  display: block;
}
.ems .linearChoiceBox label::after {
  margin-top: 5px;
}
.ems .linearChoiceBox__radio {
  display: flex;
  justify-content: space-between;
  width: 100%;
  clear: both;
  margin-top: 10px;
}
.ems .linearChoiceBox__title--left {
  float: left;
}
.ems .linearChoiceBox__title--right {
  float: right;
}
@media (min-width: 996px) {
  .ems .linearChoiceBox {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 15px auto;
  }
  .ems .linearChoiceBox__title--left {
    margin-right: 35px;
    float: none;
  }
  .ems .linearChoiceBox__title--right {
    margin-left: 35px;
    float: none;
    order: 3;
  }
}
.ems__tc li {
  margin-bottom: 20px;
}
.ems__tc a {
  display: block;
}
.ems__terms {
  text-align: left;
}
.ems__terms__text {
  font-size: 15px;
  color: var(--emscol-note);
  padding-top: 5px;
  padding-left: 25px;
}
.ems__send {
  text-align: center;
  padding: 45px 0;
}
.ems__send button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  outline: none;
  border-radius: 30px;
  color: #ffffff;
  font-size: var(--link-sm);
  padding: 20px 25px;
  transition: 0.5s all ease;
  background: #209CB5;
  cursor: pointer;
}
.ems__send button::after {
  content: "";
  width: 25px;
  height: 20px;
  background: url("../images/btn-arrow.png") center right no-repeat;
  margin-left: 15px;
  transition: 0.5s all ease;
}
.ems__send button:hover {
  padding: 20px 15px;
  background: #80BA34;
}
.ems__send button:hover::after {
  width: 50px;
}

@media (min-width: 996px) {
  [data-layout=double-column] .ems__form {
    display: flex;
    flex-wrap: wrap;
  }
  [data-layout=double-column] .ems__item {
    display: inline-flex;
    width: calc(50% - 25px);
    flex-direction: column;
  }
  [data-layout=double-column] .ems__item:nth-child(even) {
    margin-left: 25px;
  }
}

@media (min-width: 996px) {
  .ems-form--checkbox ul {
    width: 100%;
  }
  .ems-form--checkbox li {
    display: inline-flex;
    align-items: center;
    width: calc(50% - 40px);
    margin-right: 20px;
  }
  .ems-form--checkbox li:nth-child(4n) {
    margin-right: 0;
  }
  .ems-form--checkbox li input:last-child {
    margin-left: 10px;
    border-top: none;
    border-right: none;
    border-left: none;
    width: 70%;
  }
}

@media (min-width: 996px) {
  #partner .ems__form {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  #partner .ems__item:nth-child(1), #partner .ems__item:nth-child(2) {
    width: calc(50% - 10px);
    margin: 0;
  }
  #partner .ems__item:nth-child(3) {
    width: 100%;
    margin: 0;
  }
  #partner .ems__item:nth-child(4), #partner .ems__item:nth-child(5) {
    width: calc(50% - 10px);
    margin: 0;
  }
  #partner .ems__item:nth-child(6), #partner .ems__item:nth-child(7) {
    width: calc(50% - 10px);
    margin: 0;
  }
  #partner .ems__item:nth-child(8), #partner .ems__item:nth-child(9) {
    width: calc(50% - 10px);
    margin: 0;
  }
  #partner .ems__item:nth-child(n+10) {
    width: 100%;
    margin: 0;
  }
  #partner .ems-form--checkbox ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  #partner .ems-form--checkbox li {
    width: calc(50% - 10px);
    margin: 0;
  }
  #partner .ems-form--checkbox li:nth-child(4n) {
    margin-right: 0;
  }
}
