@charset "UTF-8";
html:lang(uk-UA) #member, html:lang(cs-CZ) #member, html:lang(tr-TR) #member {
  font-family: "Roboto", sans-serif;
}

html:lang(ja-JP) #member {
  font-family: "DINPro-Regular", "Helvetica Neue", "Helvetica", "Arial", Hiragino Kaku Gothic Pro, ヒラギノ角ゴ Pro W3, メイリオ, Meiryo, Helvetica, Arial, Verdana, sans-serif;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  position: relative;
}

.msiFooter {
  position: relative;
  z-index: 801;
  background: #fff;
}

select, button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#member, .member {
  font-family: var(--MSIBodyFont);
  font-size: var(--body-font-size);
  color: var(--body-text-color);
}
#member .container, .member .container {
  width: 100%;
  margin: 0 auto;
  max-width: 1330px;
  padding: 0 25px;
  position: relative;
  z-index: 2;
}

h1 {
  font-size: var(--title-xl);
}

.error {
  color: #EA2023;
}

.txtcenter {
  text-align: center;
}

@media (min-width: 996px) {
  .commom-box .box__row {
    display: flex;
  }
  .commom-box .box__col {
    flex: 1;
  }
  .commom-box__sp__row {
    display: flex;
  }
  .commom-box__sp__col {
    flex: 1;
    padding: 10px;
  }
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.btsty-twitch, .btsty-bilibili, .btsty-weibo, .btsty-wechat, .btsty-apple, .btsty-ig, .btsty-twitter, .btsty-google, .btsty-fb {
  font-size: var(--text-xs);
  color: #ffffff;
  text-align: left;
  border: transparent 1px solid;
  border-radius: 4px;
  outline: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btcenter {
  padding-top: 20px;
  text-align: center;
}

.btsty {
  font-size: var(--text-xs);
  color: #fff;
  text-align: left;
  width: 100%;
  padding: 10px 25px;
  background: var(--color-red-400);
  border: var(--color-red-400) 1px solid;
  border-radius: 4px;
  outline: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.btsty i {
  font-size: 90%;
}
.btsty:hover {
  color: var(--color-red-400);
  background: none;
}
.btsty-gray {
  font-size: var(--text-xs);
  color: #fff;
  text-align: left;
  width: 100%;
  padding: 10px 25px;
  background: var(--color-gray-400);
  border: var(--color-gray-300) 1px solid;
  border-radius: 4px;
  outline: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.btsty-gray i {
  font-size: 90%;
}
.btsty-gray:hover {
  color: var(--color-gray-400);
  background: none;
}
.btsty-grayw {
  font-size: var(--text-xs);
  color: var(--color-gray-400);
  text-align: left;
  width: 100%;
  padding: 10px 25px;
  background: #fff;
  border: var(--color-gray-300) 1px solid;
  border-radius: 4px;
  outline: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.btsty-grayw i {
  font-size: 90%;
}
.btsty-grayw:hover {
  color: var(--color-gray-400);
  background: none;
}
.btsty-reg {
  font-size: var(--text-xs);
  color: #fff;
  text-align: left;
  width: 100%;
  padding: 10px 25px;
  background: var(--color-red-400);
  border: var(--color-red-400) 1px solid;
  border-radius: 4px;
  outline: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.btsty-reg i {
  font-size: 90%;
}
.btsty-reg:hover {
  color: var(--color-red-400);
  background: none;
}
.btsty-fb {
  background: #3e5294;
}
.btsty-fb:hover {
  color: #3e5294;
  background: #ffffff;
  border-color: #3e5294;
}
.btsty-google {
  background: #ea4335;
}
.btsty-google:hover {
  color: #ea4335;
  background: #ffffff;
  border-color: #ea4335;
}
.btsty-twitter {
  background: #41cff6;
}
.btsty-twitter:hover {
  color: #41cff6;
  background: #ffffff;
  border-color: #41cff6;
}
.btsty-ig {
  background: linear-gradient(left, #f5a33d 0%, #f06231 20%, #d12a58 65%, #612ac6 100%);
}
.btsty-ig:hover {
  color: #f5a33d;
  background: #ffffff;
  border-color: #f5a33d;
}
.btsty-apple {
  background: #000;
}
.btsty-apple:hover {
  color: #000;
  background: #ffffff;
  border-color: #000;
}
.btsty-wechat {
  background: #2dc100;
}
.btsty-wechat:hover {
  color: #2dc100;
  background: #ffffff;
  border-color: #2dc100;
}
.btsty-weibo {
  background: #df2029;
}
.btsty-weibo:hover {
  color: #df2029;
  background: #ffffff;
  border-color: #df2029;
}
.btsty-bilibili {
  background: #25ade7;
}
.btsty-bilibili:hover {
  color: #25ade7;
  background: #ffffff;
  border-color: #25ade7;
}
.btsty-twitch {
  background: #6441a5;
}
.btsty-twitch:hover {
  color: #6441a5;
  background: #ffffff;
  border-color: #6441a5;
}
.btsty-wechat {
  background: #2dc100;
}
.btsty-wechat:hover {
  color: #2dc100;
  background: #ffffff;
  border-color: #2dc100;
}
.btsty-wechat {
  background: #2dc100;
}
.btsty-wechat:hover {
  color: #2dc100;
  background: #ffffff;
  border-color: #2dc100;
}
.btsty-wechat {
  background: #2dc100;
}
.btsty-wechat:hover {
  color: #2dc100;
  background: #ffffff;
  border-color: #2dc100;
}

.formsty {
  width: 100%;
  padding: 15px;
  border-radius: 4px;
  border: var(--color-gray-300) 1px solid;
  font-size: var(--text-xs);
  color: var(--color-gray-600);
}

select.formsty {
  background: url("../images/select-icon.png") right center no-repeat;
  padding-right: 20px;
  position: relative;
}

textarea.formsty {
  height: 150px;
}

.error {
  padding-top: 5px;
  font-size: var(--note-xs);
  color: var(--color-red-400);
}

.star {
  color: var(--color-red-400);
  margin-left: 3px;
}

.form-group {
  text-align: left;
}
.form-group a {
  color: var(--color-red-400);
}
.form-group a:hover {
  text-decoration: underline;
}
.form-group p {
  padding-bottom: 25px;
}
.form-group .item {
  margin-bottom: 30px;
  text-align: left;
}
.form-group .item .note {
  padding-top: 5px;
  margin-top: 0;
  color: var(--color-gray-600);
  font-size: var(--text-xs);
}
.form-group .item .note p {
  padding-top: 5px;
  padding-bottom: 0;
}
.form-group .item .note a {
  color: var(--color-red-400);
}
.form-group .item .note a:hover {
  text-decoration: underline;
}
.form-group .item:last-child {
  margin-bottom: 0;
}
.form-group .item__box {
  display: flex;
  margin-bottom: 10px;
}
.form-group .item__box-title {
  flex: 0 0 200px;
  background: #eeeeee;
  padding: 10px;
}
.form-group .item__box-formlist {
  flex: 0 0 calc(100% - 220px);
}
.form-group .item__box-form {
  padding: 15px;
  border-bottom: var(--color-gray-300) 1px dotted;
}
.form-group .item__box-form ul {
  padding-top: 0;
}
.form-group .item-flex {
  display: flex;
  margin: 0 -5px 10px;
}
.form-group .item-flex .field {
  margin-top: 0;
  flex: 1;
  margin: 0 5px;
}
.form-group .item-flex .field:not(:first-child) {
  margin-top: 0;
}
.form-group .field:not(:first-child) {
  margin-top: 8px;
}
.form-group .field .error {
  padding-top: 10px;
  font-size: 16px;
}
.form-group .field .formsty:not(:first-child) {
  margin-top: 8px;
}
.form-group label {
  display: block;
  margin-bottom: 5px;
  font-size: var(--text-xs);
}
.form-group .form-title {
  border-left: var(--color-red-400) 3px solid;
  margin-bottom: 25px;
  background: var(--color-gray-100);
  padding: 10px;
}
.form-group .form-title span.fz--s {
  font-size: 80%;
  padding: 0 10px;
  color: #999;
}
.form-group .bt-zoomimg {
  position: relative;
  cursor: pointer;
}
.form-group .zoomimg {
  display: none;
  position: absolute;
  top: -50px;
  right: -510px;
  width: 500px;
}
.form-group .zoomimg img {
  box-shadow: #999 0 0 30px;
  border: #fff 2px solid;
}

.radiosty {
  padding-top: 10px;
}
.radiosty li {
  display: inline-block;
  margin-right: 25px;
}
.radiosty input[type=radio] {
  display: none;
}
.radiosty input[type=radio] + label {
  position: relative;
  padding-left: 22px;
  cursor: pointer;
}
.radiosty input[type=radio] + label::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  border: var(--color-gray-300) 1px solid;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
}
.radiosty input[type=radio]:checked + label::before {
  border-color: var(--color-red-400);
}
.radiosty input[type=radio]:checked + label::after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  border-radius: 11px;
  background: var(--color-red-400);
  position: absolute;
  top: 3px;
  left: 3px;
}

.checksty a {
  color: var(--color-red-400);
}
.checksty a:hover {
  text-decoration: underline;
}
.checksty li {
  padding-bottom: 10px;
}
.checksty input[type=checkbox] {
  display: none;
}
.checksty input[type=checkbox] + label {
  display: flex;
  line-height: 1.4;
}
.checksty input[type=checkbox] + label::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  border: var(--color-gray-300) 1px solid;
  border-radius: 4px;
  margin-right: 10px;
  flex: 0 0 15px;
}
.checksty input[type=checkbox]:checked + label::before {
  border-color: var(--color-red-400);
  background: url("../images/icon-check.png") center center no-repeat ;
  background-size: cover;
  background-color: var(--color-red-400);
}

.checkstyopt {
  display: none;
}
.checkstyopt + label {
  margin-top: 10px;
  position: relative;
  cursor: pointer;
}
.checkstyopt + label::before {
  content: "";
  display: block;
  background: linear-gradient(to left, #eee, #ccc, #ddd);
  width: 60px;
  height: 30px;
  border-radius: 30px;
  position: relative;
  box-shadow: #999 1px 1px 3px inset;
}
.checkstyopt + label::after {
  content: "";
  display: block;
  width: 28px;
  height: 26px;
  border-radius: 28px;
  background: #fff;
  position: absolute;
  top: 2px;
  left: 2px;
  transition: 0.5s all ease;
}
.checkstyopt:checked + label::before {
  background: linear-gradient(to left, #EA2023, #f00, #c00);
  box-shadow: #300 1px 1px 3px inset;
}
.checkstyopt:checked + label::after {
  left: 30px;
}

.msgtxt {
  padding-bottom: 25px;
  text-align: center;
}
.msgtxt p {
  padding-bottom: 20px;
}
.msgtxt .note {
  color: #c00;
}

.noticebox {
  background: var(--color-gray-100);
  padding: 20px 20px 40px;
}
.noticebox .btcenter h3 {
  padding-bottom: 15px;
  color: var(--color-gray-600);
  font-size: var(--title-md);
}
.noticebox .btcenter a, .noticebox .btcenter button {
  margin: 0 auto;
  width: auto;
}

.pswd-strength {
  padding-top: 15px;
  display: none;
}
.pswd-strength ul {
  display: flex;
  width: 100%;
  max-width: 500px;
}
.pswd-strength li {
  flex: 1;
  margin-right: 2px;
  position: relative;
}
.pswd-strength li::before {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: #cccccc;
  position: relative;
  z-index: 0;
}
.pswd-strength li::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 0%;
  height: 4px;
}
.pswd-strength li span {
  font-size: 12px;
  color: #666666;
}
.pswd-strength li:nth-child(1).on:before {
  background: #f00;
}
.pswd-strength li:nth-child(2).on:before {
  background: #f90;
}
.pswd-strength li:nth-child(3).on:before {
  background: #390;
}
.pswd-strength.week li::after {
  width: 100%;
}
.pswd-strength.week li:nth-child(1)::after {
  background: #f00;
}
.pswd-strength.mediocre li::after {
  width: 100%;
}
.pswd-strength.mediocre li:nth-child(1)::after {
  background: #f00;
}
.pswd-strength.mediocre li:nth-child(2)::after {
  background: #f90;
}
.pswd-strength.strong li::after {
  width: 100%;
}
.pswd-strength.strong li:nth-child(1)::after {
  background: #f00;
}
.pswd-strength.strong li:nth-child(2)::after {
  background: #f90;
}
.pswd-strength.strong li:nth-child(3)::after {
  background: #390;
}

.listtb .th {
  display: none;
}
.listtb .tr {
  padding: 10px 0;
}
.listtb .tr:first-child {
  display: none;
}
.listtb .tr:nth-child(2n) {
  background: #eee;
}
.listtb .tr .td {
  padding: 10px 5px;
  text-align: center;
}
.listtb .tr .td:before {
  content: attr(data-title);
  display: block;
}
.listtb .img {
  text-align: center;
  width: 100%;
}
.listtb .img i {
  font-size: 55px;
}
.listtb i, .listtb img, .listtb a, .listtb button {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .listtb {
    display: table;
    width: 100%;
    font-size: 16px;
    border-spacing: 1px;
  }
  .listtb .tr {
    display: table-row;
  }
  .listtb .tr:first-child {
    display: table-row;
  }
  .listtb .tr:nth-child(2n) {
    background: none;
  }
  .listtb .th {
    display: table-cell;
    background: #eee;
    padding: 15px;
    font-weight: bold;
    text-align: center;
    color: #444444;
  }
  .listtb .th.period {
    width: 180px;
  }
  .listtb .th.icon {
    width: 100px;
  }
  .listtb .td {
    display: table-cell;
    padding: 20px 15px;
    border-bottom: #eee 1px solid;
    vertical-align: middle;
    text-align: center;
    color: #666666;
  }
  .listtb .td.sn {
    font-weight: bold;
    text-align: left;
  }
  .listtb .td.sn span {
    display: block;
    color: #999;
    font-size: 14px;
    padding-top: 8px;
    font-weight: normal;
  }
  .listtb .td.sn span li {
    padding-bottom: 15px;
  }
  .listtb .td.sn span li:last-child {
    padding-bottom: 0;
  }
  .listtb .td.icon i {
    font-size: 55px;
  }
  .listtb .td.img {
    width: 150px;
  }
  .listtb .td.td--full {
    display: block;
  }
  .listtb .td .pdbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .listtb .td .pdbox .icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    margin-right: 10px;
    font-size: 60px;
  }
  .listtb .td .redeem-status span {
    display: block;
    color: #EA2023;
  }
  .listtb .td .center {
    text-align: center;
  }
  .listtb .td .left {
    text-align: left;
  }
  .listtb .td .right {
    text-align: right;
  }
  .listtb .td .item {
    padding-top: 8px;
  }
  .listtb .td .item li {
    display: inline-block;
    color: #999;
  }
  .listtb .td .item li:after {
    content: ",";
    margin-right: 4px;
  }
  .listtb .td .item li:last-child:after {
    display: none;
  }
  .listtb .td .item li.able {
    color: #EA2023;
  }
  .listtb .td .item li.disable {
    text-decoration: line-through;
  }
}

.announcement {
  text-align: center;
  padding: 30px 15px;
  position: relative;
  z-index: 3;
  background: #ffffff;
  text-align: center;
  border-bottom: #eee 1px solid;
}
.announcement h3 {
  font-size: 20px;
  color: var(--color-gray-800);
  margin: 0 0 20px 0;
}
.announcement p {
  font-size: var(--text-xs);
  font-weight: normal;
  color: var(--color-gray-600);
}
.announcement .close {
  text-align: right;
  padding-bottom: 15px;
}
.announcement-close {
  background: none;
  border: none;
  cursor: pointer;
}
.announcement-close::before {
  font-family: "msi-icons";
  content: "ꠂ";
  display: block;
}
.announcement-close:hover {
  color: var(--color-red-400);
}

.lightbox {
  background: #fff;
  border: var(--color-gray-300) 1px solid;
  padding: 30px 30px 40px;
  width: 90%;
  margin: 0 auto;
  max-width: auto;
  display: none;
}

.lightbox-wrapper {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 2% 0;
  background: rgba(255, 255, 255, 0.4);
  overflow-y: auto;
  display: none;
}
.lightbox-wrapper .msgbox {
  max-width: 600px;
  text-align: center;
}
.lightbox-wrapper .msgbox icon {
  color: var(--color-red-500);
  font-size: 50px;
}
.lightbox-wrapper .contentbox {
  max-width: 1000px;
}
.lightbox-wrapper .close {
  text-align: right;
  padding-bottom: 5px;
}
.lightbox-wrapper .lightbox-close {
  background: none;
  border: none;
  cursor: pointer;
  width: 24px;
  text-align: right;
}
.lightbox-wrapper .lightbox-close::before {
  font-family: "msi-icons";
  content: "ꠂ";
  display: block;
  font-size: 24px;
}
.lightbox-wrapper .lightbox-close:hover::before {
  color: var(--color-red-400);
}
.lightbox-wrapper .lt-title {
  font-weight: bold;
  font-size: 24px;
  padding-bottom: 20px;
  text-align: center;
}
.lightbox-wrapper .pswd_check_box h3 {
  font-weight: bold;
  font-size: 24px;
  padding-bottom: 20px;
}
.lightbox-wrapper .pswd_check_box p {
  padding-bottom: 15px;
}
.lightbox-wrapper .pswd_check_box .bt {
  padding: 20px 0;
}
.lightbox-wrapper .repair-info h3 {
  font-weight: bold;
  font-size: 24px;
  padding-bottom: 20px;
}
.lightbox-wrapper .repair-info p {
  padding-bottom: 15px;
  word-break: break-all;
}
.lightbox-wrapper .repair-info .bt {
  padding: 20px 0;
}

.lightbox-wrapper .listtb {
  display: table;
  border-collapse: collapse;
  width: 100%;
  border: var(--color-gray-300) 1px solid;
  margin-bottom: 15px;
}
.lightbox-wrapper .listtb .tr {
  display: table-row;
}
.lightbox-wrapper .listtb .tr:nth-child(2n) {
  background: #eeeeee;
}
.lightbox-wrapper .listtb .th, .lightbox-wrapper .listtb .td {
  display: table-cell;
  padding: 10px;
}
.lightbox-wrapper .listtb .th {
  border-top: var(--color-gray-300) 1px solid;
  border-bottom: var(--color-red-500) 1px solid;
  width: 50%;
}
.lightbox-wrapper .listtb .td {
  padding: 15px 10px;
}

.lightbox-wrapper .regbox h3 {
  font-weight: bold;
  font-size: 24px;
  padding-bottom: 20px;
}
.lightbox-wrapper .regbox p {
  padding-bottom: 15px;
}
.lightbox-wrapper .regbox .bts a, .lightbox-wrapper .regbox .bts button {
  width: 100%;
  padding: 10px 25px;
  text-align: left;
  margin-top: 10px;
}
.lightbox-wrapper .regbox .bts .btsty-reg {
  justify-content: center;
}
.lightbox-wrapper .regbox .bts i {
  font-size: 24px;
  margin-right: 10px;
}

.lightbox-wrapper .terms .date {
  text-align: center;
  color: #999999;
  padding-bottom: 15px;
}
.lightbox-wrapper .termsbox {
  margin-top: 15px;
  max-height: 55vh;
  overflow-y: auto;
}
.lightbox-wrapper .termsbox li {
  padding-bottom: 25px;
  line-height: 1.6;
}
.lightbox-wrapper .termsbox li ul {
  margin-left: 30px;
  padding-bottom: 25px;
}
.lightbox-wrapper .termsbox li ul li {
  list-style: decimal;
  padding-bottom: 10px;
}
.lightbox-wrapper .termsbox li ul li ul {
  padding-bottom: 0;
}
.lightbox-wrapper .termsbox li ul li ul li {
  list-style: lower-alpha;
}
.lightbox-wrapper .termsbox span {
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
  border-left: var(--color-red-400) 2px solid;
  padding-left: 10px;
  font-size: 110%;
}
.lightbox-wrapper .termsbox p {
  padding-bottom: 15px;
}
.lightbox-wrapper .termsbox a {
  color: var(--color-red-400);
}
.lightbox-wrapper .termsbox a:hover {
  text-decoration: underline;
}
.lightbox-wrapper .terms .check {
  margin-top: 25px;
}
.lightbox-wrapper .terms .bt {
  margin-top: 25px;
  text-align: center;
}
.lightbox-wrapper .terms .txt {
  text-align: center;
  border-bottom: var(--color-gray-300) 1px solid;
  padding-bottom: 15px;
  margin-bottom: 30px;
}

.member-login {
  background: #f1f1f1;
  position: relative;
  text-align: center;
  padding: 7vh 0;
}
@media (min-width: 996px) {
  .member-login {
    padding: 60px 0 40px;
  }
}
.member-login .bg {
  position: absolute;
  z-index: 0;
  top: -20%;
  left: 0;
  width: 100%;
}
@media (min-width: 996px) {
  .member-login .bg {
    width: 70%;
    top: 0;
    left: 15%;
  }
}
.member-login .container {
  position: relative;
  z-index: 1;
}
.member-login header {
  text-align: center;
  padding: 45px 0;
}
@media (min-width: 996px) {
  .member-login header {
    padding: 0px 0 40px;
  }
}
.member-login h3 {
  font-size: var(--title-md);
}
.member-login h3 a {
  color: var(--color-gray-800);
}
.member-login h3 a:hover {
  color: var(--color-red-400);
  text-decoration: underline;
}
.member-login p {
  padding: 10px 0 15px;
}
.member-login .captcha {
  position: relative;
}
.member-login .captcha__flex {
  font-size: var(--note-lg);
  display: flex;
}
.member-login .captcha__flex input {
  margin-top: 0 !important;
}
.member-login .captcha #captcha-error {
  position: absolute;
  top: 40px;
  left: 0;
}
.member-login .captcha__img {
  background: #fff;
  width: 45%;
  margin-right: 20px;
  max-width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
}
.member-login .captcha .captcha-reflush {
  margin-top: 10px;
  display: block;
  text-align: right;
  font-size: 13px;
}
.member-login .captcha .captcha-reflush i {
  margin-right: 5px;
}
@media (min-width: 996px) {
  .member-login .captcha__flex {
    display: block;
  }
  .member-login .captcha .captcha-reflush {
    cursor: pointer;
    position: absolute;
    top: 10px;
    left: 220px;
  }
  .member-login .captcha__flex input {
    margin-top: 8px !important;
  }
}
.member-login .content-box {
  position: relative;
}
@media (min-width: 996px) {
  .member-login .content-box {
    display: flex;
    justify-content: space-between;
  }
  .member-login .content-box::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%;
    background: var(--color-gray-300);
  }
  .member-login .content-box .loginbox {
    flex: 0 0 45%;
    order: 2;
    text-align: left;
  }
  .member-login .content-box .ortherbox {
    flex: 0 0 45%;
  }
}
.member-login .resendbox {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
.member-login .resendbox a {
  color: #666666;
  font-size: 14px;
  display: inline-block;
  margin-left: 5px;
  padding-left: 5px;
  border-left: var(--color-gray-300) 1px solid;
}
.member-login .resendbox a:first-child {
  border: none;
  padding-left: 0;
}
.member-login .resendbox a:last-child {
  display: none;
}
.member-login .resendbox a:hover {
  color: var(--color-red-400);
}
@media (min-width: 996px) {
  .member-login .resendbox {
    justify-content: flex-end;
    padding: 10px;
  }
  .member-login .resendbox a {
    margin-left: 8px;
    padding-left: 8px;
  }
  .member-login .resendbox a:last-child {
    display: block;
  }
}
@media (min-width: 996px) {
  .member-login .btsty-reg {
    width: 55%;
  }
}
.member-login .social-login {
  margin-top: 25px;
  border-top: var(--color-gray-300) 1px solid;
  padding-top: 15px;
  font-size: 14px;
  text-transform: uppercase;
}
.member-login .social-login img {
  opacity: 0.9;
  cursor: pointer;
}
.member-login .social-login img:hover {
  opacity: 1;
}
.member-login .social-login .bts {
  display: flex;
  justify-content: center;
  margin: 15px auto;
}
.member-login .social-login .bts a, .member-login .social-login .bts button {
  margin-left: 5px;
  width: 50px;
  height: 50px;
  border: none;
  text-align: center;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
}
.member-login .social-login .bts a i, .member-login .social-login .bts button i {
  font-size: 24px;
  color: #fff;
}
@media (min-width: 996px) {
  .member-login .social-login {
    display: flex;
    justify-content: space-between;
  }
  .member-login .social-login .bts {
    margin: 0;
  }
}

.membership {
  padding: 7vh 0;
  text-align: center;
}
@media (min-width: 996px) {
  .membership {
    padding: 3.5% 0 5%;
  }
}
.membership .hdbox p {
  color: #666666;
}
.membership ul li {
  padding: 3vh 0 4vh;
  display: inline-block;
  vertical-align: top;
  width: 45%;
}
.membership ul li:nth-child(2n) {
  margin-left: 2%;
}
@media (min-width: 996px) {
  .membership ul {
    display: flex;
    padding-top: 50px;
  }
  .membership ul li {
    flex: 1;
  }
}
.membership .icon img {
  width: 80px;
}
.membership p {
  padding-top: 15px;
}
@media (min-width: 996px) {
  .membership p {
    width: 70%;
    margin: 0 auto;
    max-width: auto;
  }
}

.loginbox .field:last-child {
  margin-top: 0 !important;
}
.loginbox__reg {
  text-align: center;
  padding: 15px 0;
}
.loginbox__reg h3 {
  padding-bottom: 15px;
  font-size: 16px;
  padding-top: 15px;
}
.loginbox__reg button {
  background: var(--color-gray-400);
  border: var(--color-gray-300) 1px solid;
  border-radius: 4px;
  padding: 15px;
  color: #fff;
}
@media (min-width: 996px) {
  .loginbox__reg {
    display: none;
  }
}

.ortherbox {
  text-align: center;
  font-size: var(--text-xs);
}
@media (min-width: 996px) {
  .ortherbox {
    text-align: left;
  }
  .ortherbox__reg button {
    max-width: 270px;
  }
}
.ortherbox h4 {
  font-size: var(--text-xs);
  font-weight: bold;
  padding-bottom: 5px;
}
.ortherbox .view-more {
  color: var(--color-gray-600);
  display: inline-block;
  position: relative;
  border-bottom: var(--color-gray-300) 1px solid;
}
.ortherbox .view-more::after {
  content: "";
  display: inline-block;
  background: url("../images/msi-arrow-right.svg") center center no-repeat ;
  background-size: cover;
  width: 14px;
  height: 14px;
}
.ortherbox .view-more:hover {
  border-color: transparent;
}
.ortherbox__reg {
  display: none;
}
@media (min-width: 996px) {
  .ortherbox__reg {
    display: block;
  }
}
.ortherbox__welfare__item {
  display: flex;
  width: 100%;
  text-align: left;
  padding: 25px 0;
  border-bottom: var(--color-gray-300) 1px solid;
}
.ortherbox__welfare__item:nth-child(3) {
  border: none;
  padding-bottom: 0;
}
.ortherbox__welfare__icon {
  flex: 0 0 40px;
  opacity: 0.5;
  margin-right: 10px;
}
.ortherbox__welfare__list li {
  display: flex;
  padding-bottom: 5px;
}
.ortherbox__welfare__list li::before {
  content: "";
  display: inline-block;
  background: url("../images/icon-right.svg") center center no-repeat ;
  background-size: cover;
  width: 14px;
  height: 14px;
  margin-top: 5px;
  margin-right: 3px;
}
.ortherbox__welfare__text p {
  padding: 0 0 10px;
}
@media (min-width: 996px) {
  .ortherbox__welfare__icon {
    margin-right: 8px;
    padding-top: 5px;
    flex: 0 0 22px;
  }
  .ortherbox__welfare__icon img {
    width: 22px;
  }
  .ortherbox__welfare__text {
    flex: 0 0 calc(100% - 30px);
  }
  .ortherbox__welfare__text p {
    padding-top: 0;
  }
  .ortherbox__welfare__list {
    display: flex;
    justify-content: space-between;
  }
  .ortherbox__welfare__list ul {
    flex: 0 0 48%;
  }
  .ortherbox__welfare__list li {
    justify-content: flex-start;
  }
}

.mymsiapp__box {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 996px) {
  .mymsiapp__box {
    justify-content: flex-start;
    margin-left: 30px;
  }
}
.mymsiapp__item {
  flex: 0 0 60px;
  margin: 0 10px;
}
.mymsiapp__item a {
  display: block;
}
@media (min-width: 996px) {
  .mymsiapp__item {
    margin: 10px 35px 0 0;
    flex: 0 0 80px;
  }
  .mymsiapp__item:last-child {
    flex: 0 0 100px;
  }
}

.page {
  padding: 2% 0 4%;
}
.page .container {
  max-width: 1000px;
}
.page header {
  text-align: center;
  line-height: 2;
  border-bottom: var(--color-gray-300) 1px solid;
  padding-bottom: 25px;
  margin-bottom: 40px;
}
.page header h1 {
  padding-bottom: 15px;
}
.page h3 {
  font-size: 100%;
  font-weight: bold;
  padding-bottom: 10px;
}
.page p {
  margin-bottom: 30px;
}
.page a {
  color: var(--color-gray-800);
}
.page .list-title {
  border-right: var(--color-red-400) 1px solid;
  padding: 0 0 10px;
  margin: 45px 0 15px;
  text-transform: uppercase;
  font-weight: bold;
}
.page .list-box {
  padding: 10px;
  border: var(--color-gray-300) 1px solid;
  background: #eeeeee;
  font-size: 18px;
  cursor: pointer;
}
.page .list-box i {
  padding-right: 10px;
}
.page .list-box:hover {
  color: var(--color-red-400);
}
.page .list-box-mtsty {
  margin-top: 5px;
}
.page #itemData {
  display: none;
}
.page .formsty__message {
  height: 150px;
}
.page .item__figure, .page .item__figure-sty2 {
  padding: 35px;
  background: var(--color-gray-100);
  color: var(--color-gray-600);
  line-height: 1.6;
}
.page .item__figure ul, .page .item__figure-sty2 ul {
  margin-left: 15px;
}
.page .item__figure ul li, .page .item__figure-sty2 ul li {
  list-style: square;
  padding-bottom: 8px;
}
.page .item__figure {
  margin-top: 15px;
}
.page .item__figure a {
  color: var(--color-red-400);
}
.page .item__figure-sty3 {
  background: var(--color-gray-100);
  color: var(--color-gray-600);
  line-height: 1.6;
}
.page .icon-triangle {
  color: var(--color-red-400);
}
.page .note {
  padding-top: 5px;
  margin-top: 0;
  color: var(--color-gray-600);
  font-size: var(--text-xs);
}
.page .noticebox {
  margin-top: 15px;
  padding: 35px;
  font-size: var(--text-xs);
  color: rgb(102, 102, 102);
  line-height: 1.6;
  background: rgb(250, 250, 250);
}
.page .noticebox h3 {
  font-size: 100%;
  font-weight: bold;
  padding-bottom: 10px;
}
.page .noticebox ul {
  margin-left: 15px;
  padding-bottom: 25px;
  color: var(--color-gray-600);
}
.page .noticebox ul li {
  list-style: square;
  padding-bottom: 8px;
  font-size: var(--text-xs);
}
.page .noticebox .btcenter {
  text-align: center;
  padding: 25px 0;
}
.page .noticebox .btcenter a {
  margin: 0 5px;
}
.page .noticebox .btsty, .page .noticebox .btsty-gray {
  display: inline-block;
}

.member-register {
  padding: 2.5% 0 4%;
}
.member-register .noline {
  border: none;
}
.member-register .container {
  max-width: 900px;
}
.member-register header {
  text-align: center;
  line-height: 2;
  border-bottom: var(--color-gray-300) 1px solid;
  padding-bottom: 25px;
  margin-bottom: 40px;
}
.member-register header h1 {
  padding-bottom: 15px;
}
.member-register .item-group {
  display: flex;
  justify-content: space-between;
}
.member-register .item-group .item {
  flex: 0 0 48%;
}
.member-register ul.check li {
  padding-bottom: 25px;
}
.member-register ul.check a {
  cursor: pointer;
  color: var(--color-red-500);
  text-decoration: underline;
}
.member-register ul.check a:hover {
  text-decoration: none;
}
.member-register .txt {
  padding-left: 28px;
  color: #666;
  font-size: 14px;
}
.member-register .txt p {
  padding-bottom: 0;
}
.member-register .captcha {
  padding-top: 10px;
}
.member-register .captcha img {
  width: 35%;
}
.member-register .captcha span {
  font-size: 16px;
  color: #666;
}
.member-register .bt {
  border-top: var(--color-gray-300) 1px solid;
  padding-top: 15px;
  display: flex;
  justify-content: space-between;
}
.member-register .bt a, .member-register .bt button {
  flex: 0 0 48%;
}
.member-register .msgbox p {
  padding-bottom: 25px;
}
.member-register .msgbox a.btsty {
  width: auto !important;
  margin: 0 auto;
  text-align: center;
  display: inline-block;
}

.faq, #faq {
  padding: 2.5% 0 4%;
}
.faq .container, #faq .container {
  max-width: 1000px;
}
.faq header, #faq header {
  text-align: center;
  line-height: 2;
  border-bottom: var(--color-gray-300) 1px solid;
  padding-bottom: 25px;
  margin-bottom: 40px;
}
.faq header h1, #faq header h1 {
  padding-bottom: 15px;
}
.faq .faq-search, #faq .faq-search {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.faq .faq-search li, #faq .faq-search li {
  margin-right: 10px;
  flex: 0 0 30%;
}
.faq .faq-search li:last-child, #faq .faq-search li:last-child {
  flex: 0 0 10%;
}
.faq .faq-search button, #faq .faq-search button {
  background: none;
  border: none;
  font-size: 100%;
  padding-bottom: 12px;
}
.faq .list-title, #faq .list-title {
  border-left: var(--color-red-500) 3px solid;
  padding: 0 0 0 10px;
  margin: 45px 0 15px;
  text-transform: uppercase;
  font-weight: bold;
}
.faq ul.item, #faq ul.item {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}
.faq ul.item li, #faq ul.item li {
  display: flex;
  flex: 0 0 calc(33.3333333333% - 15px);
  flex-direction: column;
  justify-content: center;
  text-align: center;
  border: var(--color-gray-300) 1px solid;
  margin-right: 15px;
  margin-bottom: 15px;
}
.faq ul.item li:nth-child(3n), #faq ul.item li:nth-child(3n) {
  margin-right: 0;
}
.faq ul.item li a, #faq ul.item li a {
  padding: 15px;
  color: var(--color-gray-800);
}
.faq ul.item li:hover, #faq ul.item li:hover {
  border-color: var(--color-red-500);
}
.faq ul.item li:hover a, #faq ul.item li:hover a {
  color: var(--color-red-500);
}
.faq ul.item li img, #faq ul.item li img {
  width: 65px;
}
.faq ul.item li i, #faq ul.item li i {
  color: var(--color-red-500);
  font-size: 65px;
}
.faq .listtb, #faq .listtb {
  display: table;
  border-collapse: collapse;
  width: 100%;
}
.faq .listtb .tr, #faq .listtb .tr {
  display: table-row;
  border-bottom: var(--color-gray-300) 1px solid;
}
.faq .listtb .tr:hover, #faq .listtb .tr:hover {
  background: #fafafa;
}
.faq .listtb .th, .faq .listtb .td, #faq .listtb .th, #faq .listtb .td {
  display: table-cell;
  padding: 10px;
}
.faq .listtb .th:first-child, .faq .listtb .td:first-child, #faq .listtb .th:first-child, #faq .listtb .td:first-child {
  width: 15%;
  text-align: center;
}
.faq .listtb .th, #faq .listtb .th {
  background: #eee;
  border-right: #fff 1px solid;
  text-align: center;
}
.faq .listtb .td i, #faq .listtb .td i {
  font-size: 30px;
}
.faq .listtb a, #faq .listtb a {
  color: var(--color-gray-800);
}
.faq .listtb a:hover, #faq .listtb a:hover {
  color: var(--color-red-500);
}
@media screen and (max-width: 960px) {
  .faq .faq-search, #faq .faq-search {
    display: block;
  }
  .faq .faq-search li, #faq .faq-search li {
    padding-bottom: 10px;
  }
  .faq .faq-search button, #faq .faq-search button {
    border: #999 1px solid;
    color: #fff;
    display: inline-block;
    outline: none;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    background: #999;
    margin: 0;
    line-height: 1;
    width: 100%;
  }
  .faq ul.item li, #faq ul.item li {
    flex: 0 0 calc(50% - 15px);
  }
  .faq ul.item li:nth-child(2n), #faq ul.item li:nth-child(2n) {
    margin-right: 0px;
  }
  .faq ul.item li:nth-child(3n), #faq ul.item li:nth-child(3n) {
    margin-right: 15px;
  }
  .faq .listtb, #faq .listtb {
    display: block;
  }
  .faq .listtb .tr, #faq .listtb .tr {
    display: block;
    border-bottom: var(--color-gray-300) 1px solid;
  }
  .faq .listtb .td, #faq .listtb .td {
    display: block;
    text-align: center;
  }
  .faq .listtb .td:first-child, #faq .listtb .td:first-child {
    width: 100%;
    padding-bottom: 0;
  }
  .faq .listtb .th, #faq .listtb .th {
    display: none;
  }
  .faq .listtb a, #faq .listtb a {
    color: var(--color-gray-800);
  }
  .faq .listtb a:hover, #faq .listtb a:hover {
    color: var(--color-red-500);
  }
}

#faq-detail .item {
  color: #999;
  font-size: 16px;
  padding-bottom: 20px;
}
#faq-detail .item li {
  padding-bottom: 8px;
}

.vn-post-office {
  padding: 2.5% 0 4%;
}
.vn-post-office .container {
  max-width: 1000px;
}
.vn-post-office header {
  text-align: center;
  line-height: 2;
  border-bottom: var(--color-gray-300) 1px solid;
  padding-bottom: 25px;
  margin-bottom: 40px;
}
.vn-post-office header h1 {
  padding-bottom: 15px;
}
.vn-post-office__filter {
  display: flex;
  align-items: center;
  padding-bottom: 25px;
}
.vn-post-office__filter select {
  margin-left: 10px;
}
.vn-post-office .listtb .tr {
  border-bottom: var(--color-gray-300) 1px solid;
}
@media (min-width: 996px) {
  .vn-post-office .listtb {
    display: table;
    border-collapse: collapse;
    width: 100%;
  }
  .vn-post-office .listtb .tr {
    display: table-row;
  }
  .vn-post-office .listtb .tr:hover {
    background: #fafafa;
  }
  .vn-post-office .listtb .th, .vn-post-office .listtb .td {
    display: table-cell;
    padding: 10px;
  }
  .vn-post-office .listtb .th:first-child, .vn-post-office .listtb .td:first-child {
    width: 15%;
    text-align: center;
  }
  .vn-post-office .listtb .th {
    background: #eee;
    border-right: #fff 1px solid;
    text-align: center;
  }
  .vn-post-office .listtb .td i {
    font-size: 30px;
  }
  .vn-post-office .listtb a {
    color: var(--color-gray-800);
  }
  .vn-post-office .listtb a:hover {
    color: var(--color-red-500);
  }
}

.apply-for-service #repair .opt {
  margin: 0 auto 25px auto;
}
.apply-for-service #repair .opt li:hover {
  color: var(--color-red-400);
}
.apply-for-service #repair .opt li.active {
  color: var(--color-red-400);
  border: 1px solid #ea2023 !important;
}
.apply-for-service .pdtype {
  margin-bottom: 30px;
}
.apply-for-service .pdtype li {
  width: 33.3333333333%;
  background: var(--color-gray-100);
  border: 1px #eee solid;
  padding: 25px 10px;
  margin: 0;
}
@media (min-width: 768px) {
  .apply-for-service .pdtype li {
    width: 20%;
  }
}
.apply-for-service .pdtype li:hover {
  background: var(--color-gray-100);
  border: 3px solid #ea2023;
}
.apply-for-service .pdtype li.active {
  border: 1px solid #ea2023;
}
.apply-for-service .pdtype li.active i {
  color: var(--color-red-400);
}
.apply-for-service .pdtype li.active span {
  color: var(--color-red-400);
}
.apply-for-service .sn-step .item {
  margin-bottom: 0;
}
.apply-for-service .noticebox h3 {
  display: flex;
}
.apply-for-service .noticebox a {
  display: contents;
}
.apply-for-service .noticebox .icon-msi-hotline {
  font-size: 30px;
}
@media (min-width: 768px) {
  .apply-for-service__links {
    display: flex;
    flex-wrap: wrap;
  }
}
.apply-for-service__link {
  background: var(--color-gray-100);
  padding: 20px 5px;
  text-align: center;
  border: #eee 1px solid;
  outline: #fff 2px solid;
  color: #000;
  display: block;
  margin: 10px 0;
}
@media (min-width: 768px) {
  .apply-for-service__link {
    flex-direction: column;
    width: calc((100% - 60px) / 3);
    margin: 10px;
  }
}
.apply-for-service__link:hover {
  border: 3px solid #ea2023;
  color: var(--color-red-400);
  cursor: pointer;
}
.apply-for-service__link:hover a {
  color: var(--color-red-400);
}
.apply-for-service__link:hover .listtb .td.sn span {
  color: var(--color-red-400);
}
.apply-for-service__link a {
  display: block;
  color: #000;
}
.apply-for-service__link .btcenter-s {
  margin-top: 10px;
}
.apply-for-service__link .listtb .td {
  padding: 0;
  border-bottom: none;
}
.apply-for-service__link .listtb .td.sn {
  text-align: center;
}
.apply-for-service__link .listtb .td.sn span {
  display: inline-block;
  padding: 0 10px;
  border-right: none;
}
.apply-for-service__link .iconImg {
  font-size: 100px;
}
.apply-for-service__link.active {
  border: 1px solid #ea2023;
  color: var(--color-red-400);
}
.apply-for-service__link.active a {
  color: var(--color-red-400);
}
.apply-for-service__link.active .listtb .td.sn span {
  color: var(--color-red-400);
}

.webTicket-title {
  background: #444;
  color: #fff;
  padding: 10px;
  text-align: center;
  position: sticky;
  top: 0;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .webTicket-title {
    margin: 30px 0 20px;
    padding: 0 0 0 15px;
    background: none;
    text-align: left;
    color: #222;
    font-weight: bold;
    font-size: 20px;
    position: relative;
  }
  .webTicket-title::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: var(--color-red-400);
  }
}
.webTicket-table {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .webTicket-table {
    display: table;
    border-collapse: collapse;
    width: 100%;
  }
}
.webTicket-table .tr {
  border-bottom: #999 1px solid;
  padding-bottom: 20px;
}
.webTicket-table .tr .th {
  display: none;
}
.webTicket-table .tr .td {
  padding: 5px 10px;
}
.webTicket-table .tr .td:first-child {
  font-weight: bold;
  padding: 10px;
}
.webTicket-table .tr .td::before {
  content: attr(data-title);
  display: block;
  padding-bottom: 5px;
}
@media (min-width: 768px) {
  .webTicket-table .tr {
    display: table-row;
    border: none;
    font-size: 15px;
  }
  .webTicket-table .tr:first-child {
    background: var(--color-gray-200);
  }
  .webTicket-table .tr .th {
    display: table-cell;
    padding: 10px;
    font-weight: bold;
    vertical-align: middle;
  }
  .webTicket-table .tr .td {
    display: table-cell;
    border: var(--color-gray-200) 1px solid;
    padding: 10px;
    vertical-align: middle;
  }
  .webTicket-table .tr .td::before {
    display: none;
  }
}
.webTicket input, .webTicket textarea, .webTicket select {
  border: #ccc 1px solid;
  border-radius: 4px;
  background: #fafafa;
  padding: 8px;
  color: #444;
  width: 100%;
}
@media (min-width: 768px) {
  .webTicket input, .webTicket textarea, .webTicket select {
    height: 40px;
  }
}
