h1 {
  display: none;
}

.main-title {
  font-size: 3.2vw;
  font-weight: normal;
  margin: 20px 0;
}

@media screen and (min-width: 1921px) {
  .main-title {
    font-size: 68px;
  }
}

@media screen and (max-width: 1440px) {
  .main-title {
    font-size: 48px;
  }
}

@media screen and (max-width: 1280px) {
  .main-title {
    font-size: 38px;
  }
}

@media screen and (max-width: 768px) {
  .main-title {
    font-size: 36px;
  }
}

.sub-title {
  font-size: 34px;
  font-weight: normal;
  margin: 10px 0;
}

@media screen and (max-width: 1440px) {
  .sub-title {
    font-size: 28px;
  }
}

@media screen and (max-width: 1280px) {
  .sub-title {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .sub-title {
    font-size: 20px;
  }
}

.third-title {
  font-size: 24px;
  margin: 10px 0;
}

@media screen and (max-width: 1440px) {
  .third-title {
    font-size: 22px;
  }
}

@media screen and (max-width: 1280px) {
  .third-title {
    font-size: 18px;
  }
}

.fourth-title {
  font-size: 22px;
}

@media screen and (max-width: 1680px) {
  .fourth-title {
    font-size: 18px;
  }
}

@media screen and (max-width: 1280px) {
  .fourth-title {
    font-size: 16px;
  }
}

.main-text {
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .main-text {
    font-size: 14px;
  }
}

.sub-text {
  font-size: 15px;
  margin-bottom: 10px;
}

.note {
  color: #919191;
  font-size: 14px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .note {
    font-size: 12px;
  }
}

.note-sm {
  color: #919191;
  font-size: 12px;
}

.text-red {
  color: #ff0000;
}

.other-text-default-color {
  color: #485982;
}

.other-text-default-color legend {
  color: #485982;
}

.game-text-default-color {
  color: #3d4555;
}

.game-text-default-color legend {
  color: #3d4555;
}

legend {
  border-bottom: none;
}

.list h2 {
  color: transparent;
  background: -webkit-gradient(linear, left top, right top, from(#fc55ff), color-stop(50%, #545af2));
  background: linear-gradient(to right, #fc55ff 0%, #545af2 50%);
  background-clip: text;
  -webkit-background-clip: text;
}

.list__slider {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  padding: 2em;
}

.list__slider::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#152f6b), to(#374f88));
  background-image: linear-gradient(to bottom, #152f6b, #374f88);
  opacity: 0.35;
  z-index: -1;
}

.list__slider a {
  display: block;
  text-decoration: none;
}

.list__slider a:hover.list__slider-item:before {
  background: #732cc0;
  opacity: 0.8;
}

.list__slider a:hover {
  cursor: pointer;
}

.list__slider-item {
  position: relative;
  width: calc((100% - 30px) / 4);
  text-align: center;
  margin: 10px 0;
}

.list__slider-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#152f6b), to(#374f88));
  background-image: linear-gradient(to bottom, #152f6b, #374f88);
  opacity: 0.30;
  z-index: -1;
}

.list__slider-item figure {
  margin: 20px 10px;
}

.list__slider-item figure figcaption {
  padding: 20px 5px 5px 5px;
  height: 50px;
  word-break: break-word;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}

@media screen and (max-width: 480px) {
  .list__slider-item figure figcaption {
    font-size: 16px;
  }
}

.list__slider .slick-slide {
  margin: 5px;
}

.list__slider .prev-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 20;
  left: 0;
}

@media screen and (max-width: 480px) {
  .list__slider .prev-arrow {
    left: 2%;
  }
}

.list__slider .prev-arrow figure {
  margin-left: auto;
}

@media screen and (max-width: 480px) {
  .list__slider .prev-arrow figure {
    width: 16px;
  }
}

.list__slider .next-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 20;
  right: 0;
}

@media screen and (max-width: 480px) {
  .list__slider .next-arrow {
    right: 2%;
  }
}

@media screen and (max-width: 480px) {
  .list__slider .next-arrow figure {
    width: 16px;
  }
}

@media screen and (max-width: 480px) {
  .filter {
    margin-top: 1em;
  }
}

.filter .wrapper {
  padding: 0 10px;
  margin: 50px 0;
}

@media screen and (max-width: 768px) {
  .filter .wrapper {
    margin: 0;
  }
}

.filter .wrapper__titlebox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #fff;
  padding: 0 20px;
  color: #fff;
  font-weight: normal;
}

.filter .wrapper__titlebox:hover {
  cursor: pointer;
}

.filter .wrapper__dropdown {
  list-style: none;
  padding-left: 0;
  margin: 40px 0;
}

@media screen and (max-width: 480px) {
  .filter .wrapper__dropdown {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 20px 0;
  }
}

.filter .wrapper__dropdown fieldset {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  padding: 10px 0 10px 10px;
}

@media screen and (max-width: 480px) {
  .filter .wrapper__dropdown fieldset {
    padding: 5px 0;
  }
}

.filter .wrapper__dropdown fieldset legend {
  position: relative;
  cursor: pointer;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.filter .wrapper__dropdown fieldset legend:hover .arrow {
  border-color: #fff;
}

.filter .wrapper__dropdown fieldset legend span {
  width: 75%;
}

.filter .wrapper__dropdown fieldset legend figure {
  width: 35px;
  margin: 0 10px 0;
  opacity: 0.3;
}

@media screen and (max-width: 1024px) {
  .filter .wrapper__dropdown fieldset legend figure {
    width: 35px;
  }
}

.filter .wrapper__dropdown fieldset legend .arrow {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-color: #485982;
}

.filter .wrapper__dropdown fieldset legend .arrow.active {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.filter .wrapper__dropdown fieldset .filter-lists {
  display: none;
  margin: 10px 0;
}

@media screen and (max-width: 768px) {
  .filter .wrapper__dropdown fieldset .filter-lists {
    margin: 10px 0;
  }
}

.filter .wrapper__dropdown fieldset .filter-lists ul {
  padding: 0 0 0px 30px;
  margin: 0;
}

.filter .wrapper__dropdown fieldset .filter-lists ul li {
  position: relative;
  padding: 0 0 5px 0;
  list-style: none;
  color: #fff;
  font-weight: normal;
}

.filter .wrapper__dropdown fieldset .filter-lists ul li input[type="checkbox"], .filter .wrapper__dropdown fieldset .filter-lists ul li input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.filter .wrapper__dropdown fieldset .filter-lists ul li input[type="checkbox"]:checked + label, .filter .wrapper__dropdown fieldset .filter-lists ul li input[type="radio"]:checked + label {
  color: red;
}

.filter .wrapper__dropdown fieldset .filter-lists ul li input[type="checkbox"]:checked + label::before, .filter .wrapper__dropdown fieldset .filter-lists ul li input[type="radio"]:checked + label::before {
  border: 1px solid red;
  background: red;
}

.filter .wrapper__dropdown fieldset .filter-lists ul li input:disabled + label {
  color: #fff;
  opacity: .25;
  cursor: not-allowed;
}

.filter .wrapper__dropdown fieldset .filter-lists ul li input:disabled + label:hover {
  color: #fff;
  opacity: .25;
  cursor: not-allowed;
}

.filter .wrapper__dropdown fieldset .filter-lists ul li input:disabled + label:hover::before {
  border: 1px solid #fff;
  cursor: not-allowed;
}

.filter .wrapper__dropdown fieldset .filter-lists ul li label {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.filter .wrapper__dropdown fieldset .filter-lists ul li label::before {
  display: inline-block;
  content: "";
  height: 15px;
  width: 15px;
  border: 1px solid #fff;
  border-radius: 3px;
  margin: 0 12px 0 0;
}

.filter .wrapper__dropdown fieldset .filter-lists ul li label:hover {
  color: red;
}

.filter .wrapper__dropdown fieldset .filter-lists ul li label:hover::before {
  border: 1px solid red;
}

.filter .wrapper__dropdown fieldset .filter-lists .show {
  color: #fff;
  font-weight: normal;
  padding: 0 0 10px 30px;
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer;
  border: none;
  background: none;
}

@media screen and (max-width: 480px) {
  .filter .wrapper__dropdown fieldset .filter-lists .show {
    padding: 10px 0 10px 30px;
  }
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 480px) {
  .pagination {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.pagination .main-text {
  color: #dee2e6;
}

.pagination .page-item {
  border: 1px solid #dee2e6;
  padding: 8px 16px;
  margin-left: 5px;
}

.pagination .page-item:hover {
  background: #2b498a;
  color: #ddd;
  cursor: pointer;
}

.pagination .page-item.active {
  color: #fff;
  background: #2b4d99;
}

.pagination .closeactive {
  display: none;
}

.prev-arrow:hover, .next-arrow:hover {
  cursor: pointer;
}

.prev-arrow figure, .next-arrow figure {
  margin: 0;
  padding: 0;
  width: 50%;
}

.robot {
  position: fixed;
  bottom: 10%;
  right: 0;
  background-image: linear-gradient(145deg, #bc59f1, #5f7be5);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

@media screen and (max-width: 480px) {
  .robot {
    bottom: 15%;
  }
}

.robot:hover {
  cursor: pointer;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5f7be5), to(#bc59f1));
  background-image: linear-gradient(to bottom, #5f7be5, #bc59f1);
}

.robot figure {
  margin: 15px 5px;
}

.robot figure img {
  width: 60px;
  margin: 0 auto;
  display: block;
}

.robot figure figcaption {
  text-align: center;
  color: #fff;
  font-weight: normal;
}

.search-bar {
  width: 50%;
}

@media screen and (max-width: 480px) {
  .search-bar {
    width: 100%;
  }
}

.search-bar form {
  font-weight: normal;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.search-bar form::after {
  content: "";
  position: absolute;
  bottom: 0;
  border-bottom: 2px solid #1e47b1;
  width: 100%;
  -webkit-box-shadow: 0 0px 10px #fff;
          box-shadow: 0 0px 10px #fff;
}

.search-bar form input {
  width: 100%;
  background: none;
  border: none;
  color: #fff;
  font-weight: normal;
}

.search-bar form input:focus {
  outline: none;
}

.search-bar form button {
  background: none;
  outline: none;
  border: none;
}

.search-bar form button:hover {
  cursor: pointer;
}

.compareArrow .leftSide {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  cursor: pointer;
  z-index: 60;
}

.compareArrow .rightSide {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  cursor: pointer;
  z-index: 60;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Century Gothic", "DINPro", "cwTeXHei", "Microsoft JhengHei", sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: url(https://storage-asset.msi.com/event/2022/cnd/Find-My-Favor/images/bg.jpg);
  background-position: bottom;
  background-size: cover;
}

.find-my-favor {
  position: relative;
  overflow: hidden;
}

.find-my-favor a {
  cursor: pointer;
}

.find-my-favor img {
  width: 100%;
}

.find-my-favor .kv {
  width: 100%;
  position: relative;
  padding-bottom: 5%;
}

@media screen and (max-width: 480px) {
  .find-my-favor .kv {
    padding-bottom: 0;
  }
}

.find-my-favor .kv__bg img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.find-my-favor .kv__product {
  position: absolute;
  right: 10%;
  bottom: 5%;
  width: 45vw;
}

@media screen and (max-width: 480px) {
  .find-my-favor .kv__product {
    width: 80%;
  }
}

.find-my-favor .kv__title {
  position: absolute;
  top: 25%;
  right: 20%;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .find-my-favor .kv__title {
    top: 22%;
    right: 15%;
  }
}

@media screen and (max-width: 480px) {
  .find-my-favor .kv__title {
    top: 45%;
    left: 50%;
    -webkit-transform: translate(-45%, -50%);
            transform: translate(-45%, -50%);
    width: 80%;
  }
}

.find-my-favor .kv__title span {
  font-size: 4vw;
  margin-bottom: 0;
  font-weight: bold;
  letter-spacing: 1px;
  font-family: sans-serif;
}

@media screen and (max-width: 768px) {
  .find-my-favor .kv__title span {
    font-size: 35px;
  }
}

.find-my-favor .kv__title .second {
  padding-left: 1em;
}

@media screen and (max-width: 370px) {
  .find-my-favor .kv__title .second {
    padding-left: 0;
  }
}

@media screen and (max-width: 480px) {
  .find-my-favor .kv #kv-pc {
    display: none;
  }
}

.find-my-favor .kv #kv-xs {
  display: none;
}

@media screen and (max-width: 480px) {
  .find-my-favor .kv #kv-xs {
    display: block;
  }
}

.find-my-favor .intro p {
  color: #fff;
}

@media screen and (max-width: 480px) {
  .find-my-favor .intro p {
    font-size: 16px;
  }
}

.find-my-favor .container {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto 5%;
  position: relative;
}

@media screen and (max-width: 480px) {
  .find-my-favor .container {
    margin: 5% auto;
  }
}

.find-my-favor .container__resolution {
  position: relative;
  padding: 2em;
}

@media screen and (max-width: 480px) {
  .find-my-favor .container__resolution {
    padding: 1em;
  }
}

.find-my-favor .container__resolution::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right bottom, from(#152f6b), to(#374f88));
  background-image: linear-gradient(to right bottom, #152f6b, #374f88);
  opacity: 0.35;
  z-index: -1;
}

.find-my-favor .container__resolution .sub-title, .find-my-favor .container__resolution .third-title {
  color: #fff;
}

.find-my-favor .container__resolution-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 2% 0;
}

@media screen and (max-width: 480px) {
  .find-my-favor .container__resolution-option {
    display: block;
  }
}

.find-my-favor .container__resolution-option .item {
  margin-right: 50px;
}

@media screen and (max-width: 480px) {
  .find-my-favor .container__resolution-option .item {
    margin: 10px 0;
  }
}

.find-my-favor .container__resolution-option .item input[type="radio"], .find-my-favor .container__resolution-option .item input[type="checkbox"] {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: -2px 10px 0 0;
  vertical-align: middle;
  accent-color: red;
}

.find-my-favor .container__type {
  margin: 0 0 5%;
}

.find-my-favor .container__type .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -0.35rem;
  margin-right: -0.35rem;
}

.find-my-favor .container__type .row .itembox {
  position: relative;
  width: 25%;
  padding: 0.2rem 0.35rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  -webkit-filter: brightness(0.3);
          filter: brightness(0.3);
  color: #fff !important;
}

@media screen and (max-width: 480px) {
  .find-my-favor .container__type .row .itembox {
    width: 50%;
  }
}

.find-my-favor .container__type .row .itembox:hover {
  -webkit-filter: brightness(1);
          filter: brightness(1);
  color: #fff !important;
}

.find-my-favor .container__type .row .itembox--active {
  -webkit-filter: brightness(1);
          filter: brightness(1);
  color: #fff !important;
}

.find-my-favor .container__type .row .itembox:first-child h2 {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0;
  font-size: 3.2vw;
  font-weight: normal;
  margin: 20px 0;
}

@media screen and (min-width: 1921px) {
  .find-my-favor .container__type .row .itembox:first-child h2 {
    font-size: 68px;
  }
}

@media screen and (max-width: 1440px) {
  .find-my-favor .container__type .row .itembox:first-child h2 {
    font-size: 48px;
  }
}

@media screen and (max-width: 1280px) {
  .find-my-favor .container__type .row .itembox:first-child h2 {
    font-size: 38px;
  }
}

@media screen and (max-width: 768px) {
  .find-my-favor .container__type .row .itembox:first-child h2 {
    font-size: 36px;
  }
}

.find-my-favor .container__type .row .itembox:not(:first-child) h2 {
  position: absolute;
  left: 10%;
  bottom: 12%;
  margin: 0;
  font-size: 34px;
  font-weight: normal;
  margin: 10px 0;
}

@media screen and (max-width: 1440px) {
  .find-my-favor .container__type .row .itembox:not(:first-child) h2 {
    font-size: 28px;
  }
}

@media screen and (max-width: 1280px) {
  .find-my-favor .container__type .row .itembox:not(:first-child) h2 {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .find-my-favor .container__type .row .itembox:not(:first-child) h2 {
    font-size: 20px;
  }
}

.find-my-favor .container__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 5% 0 2%;
}

@media screen and (max-width: 480px) {
  .find-my-favor .container__area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin: 0;
  }
}

.find-my-favor .container__area-title .main-title {
  color: transparent;
  background: -webkit-gradient(linear, left top, right top, from(#fc55ff), color-stop(50%, #545af2));
  background: linear-gradient(to right, #fc55ff 0%, #545af2 50%);
  background-clip: text;
  -webkit-background-clip: text;
}
/*# sourceMappingURL=project_home.css.map */