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

::-webkit-scrollbar {
  display: none;
}

.brand {
  width: 100vw;
  position: relative;
  color: #fff;
  background-color: #181818;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 25.5208333333vw;
  padding-bottom: 14.0625vw;
  overflow: hidden;
}
.brand-logo {
  position: absolute;
  top: 0;
  text-align: center;
  width: 100%;
}
.brand-logo img {
  width: 12.34375vw;
  height: 2.7083333333vw;
}
.brand-description {
  margin: auto;
  font-size: 1.875vw;
  line-height: 3.5416666667vw;
  width: 59.8958333333vw;
  margin-bottom: 17.96875vw;
  transition: 0.2s all;
}
.brand-container {
  padding: 0 4.1666666667vw;
}
.brand-container-imgBox {
  display: flex;
  gap: 4.1666666667vw;
  min-width: -moz-max-content;
  min-width: max-content;
  transform-origin: left top;
}

.brandInfo {
  width: 100vw;
  height: 100vh;
  color: #fff;
  font-size: 3.0208333333vw;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 13.9583333333vw;
}
.brandInfo-title {
  text-align: center;
  margin-bottom: 1.7708333333vw;
  font-weight: bold;
}
.brandInfo-dec {
  text-align: center;
  font-size: 1.875vw;
  margin-bottom: 10.6770833333vw;
}
.brandInfo-other {
  font-size: 1.7708333333vw;
  line-height: 3.125vw;
  text-align: center;
}

.container {
  padding: 6.25vw 13.0208333333vw 14.0625vw 13.0208333333vw;
  color: #fff;
  background-color: #181818;
}
.container-item {
  display: flex;
  margin-bottom: 4.1666666667vw;
}
.container-item-text {
  padding-top: 6.25vw;
  width: 50%;
}
.container-item-text .title {
  font-size: 2.1875vw;
  margin-bottom: 3.3854166667vw;
  line-height: 2.6041666667vw;
}
.container-item-text .content {
  font-size: 0.8333333333vw;
  line-height: 1.5625vw;
}
.container-item-img {
  width: 50%;
  height: 25vw;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.container-item:nth-child(2n+1) .container-item-text {
  padding-right: 6.25vw;
}
.container-item:nth-child(2n) {
  flex-direction: row-reverse;
}
.container-item:nth-child(2n) .container-item-text {
  padding-left: 6.25vw;
}
.container-item:last-child {
  margin-bottom: 0;
}

.history {
  color: #fff;
  background-color: #181818;
  padding-bottom: 13.5416666667vw;
}
.history-title {
  text-align: center;
  font-size: 2.1875vw;
  margin-bottom: 2.6041666667vw;
}
.history-content {
  font-size: 1.0416666667vw;
  text-align: center;
  margin: auto;
  width: 45.5729166667vw;
  margin-bottom: 10.4166666667vw;
  line-height: 1.875vw;
}
.history-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.history-container-leftImg, .history-container-rightImg {
  min-width: 26.5625vw;
  min-height: 26.5625vw;
  transition: 1s transform ease;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.history-container-rightImg {
  transform: translateX(100%);
}
.history-container-list {
  width: 29.4270833333vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4.4270833333vw;
}
.history-container-list-item .year {
  text-align: center;
  font-size: 1.875vw;
  margin-bottom: 1.3541666667vw;
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 1.5625vw;
  cursor: pointer;
}
.history-container-list-item .year .icon {
  width: 1.0416666667vw;
  height: 1.0416666667vw;
}
.history-container-list-item .year .icon-active {
  width: 0.78125vw;
  height: 0.78125vw;
  background-color: #285571;
  display: none;
}
.history-container-list-item .text {
  display: none;
  font-size: 1.0416666667vw;
  line-height: 1.875vw;
}
.history-container-list .active .text {
  display: block;
}

.prize {
  color: #fff;
  background-color: #181818;
  padding: 0 13.0208333333vw 4.6875vw 13.0208333333vw;
}
.prize-title {
  text-align: center;
  font-size: 2.1875vw;
  margin-bottom: 2.6041666667vw;
}
.prize-content {
  font-size: 1.0416666667vw;
  text-align: center;
  margin: auto;
  width: 48.59375vw;
  margin-bottom: 3.6458333333vw;
  line-height: 1.875vw;
}
.prize-list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 1.0416666667vw;
  -moz-column-gap: 3.3854166667vw;
       column-gap: 3.3854166667vw;
}
.prize-list-item {
  width: calc((100% - 6.7708333333vw) / 3);
  background-color: #2b2b2b;
  display: flex;
  padding: 2.34375vw 0.5208333333vw;
  justify-content: space-between;
  position: relative;
}
.prize-list-item .leftIcon,
.prize-list-item .rightIcon {
  width: 3.0208333333vw;
  height: 5.46875vw;
}
.prize-list-item .text {
  text-align: center;
}
.prize-list-item .text-name {
  color: #dac48d;
  margin-bottom: 1.4583333333vw;
  font-size: 1.3541666667vw;
  white-space: nowrap;
}
.prize-list-item .text-place, .prize-list-item .text-description {
  white-space: nowrap;
  font-size: 0.8333333333vw;
  line-height: 1.5625vw;
}
.prize-tips {
  margin-top: 1.0416666667vw;
  font-size: 1.0416666667vw;
  text-align: center;
}

.animationBtn {
  display: flex;
  gap: 10px;
  align-items: end;
  width: -moz-max-content;
  width: max-content;
  cursor: pointer;
  color: #fff;
}

.active .animationBtn-icon {
  background-color: #285571;
  transform: scale(0.2);
  transition: background-color 600ms 200ms ease, transform 600ms 0ms ease;
}

.active .animationBtn-icon img {
  opacity: 0;
}

.animationBtn .animationBtn-icon {
  transition: background-color 300ms 200ms ease, transform 600ms 200ms ease;
  width: 2.34375vw;
  height: 2.34375vw;
  transform-origin: bottom left;
  display: flex;
  align-items: center;
}

.animationBtn .animationBtn-icon img {
  display: block;
  transition: opacity 300ms 300ms ease;
  width: 0.9895833333vw;
  height: 1.0416666667vw;
}

.animationBtn:hover .animationBtn-icon {
  background-color: #285571;
  transform: scale(0.2);
  transition: background-color 600ms 200ms ease, transform 600ms 0ms ease;
}

.animationBtn:hover .animationBtn-icon img {
  opacity: 0;
  transition: opacity 300ms 300ms ease;
}/*# sourceMappingURL=brand.css.map */