@import url(https://fonts.googleapis.com/css2?family=Kanit:wght@300;400;600&display=swap);
@import url(https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i&display=swap);
@font-face {
  font-family: "MKGAA";
  src: url(/fonts/Mkgaa-Regular.woff2?d7edb1c986b3a45551caa81bf45496af);
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: scale(1.09);
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: scale(1.09);
  }
}
#banner {
  position: relative;
  overflow: hidden;
  background: #503291;
}
#banner .img-contents {
  position: relative;
  overflow: hidden;
  width: 100vw;
  height: 65vh;
}
#banner .img-contents .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  overflow: hidden;
}
#banner .img-contents .content img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  transform: translate(-50%, -50%);
  transition: 1s ease-out;
}
#banner .img-contents .content.active {
  -webkit-animation: zoomIn 12s;
          animation: zoomIn 12s;
}
#banner .img-contents .banner-curve {
  position: absolute;
  left: 50%;
  bottom: -17vw;
  width: 120%;
  transform: translateX(-50%) rotate(-1.5deg);
  transition: 1s ease-in-out;
}
#banner .img-contents .banner-curve.active {
  transform: translateX(-50%) rotate(1.5deg);
}
@media (max-width: 991px) {
  #banner .img-contents {
    height: 50vh;
  }
}
#banner .txt-contents {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
  height: 120px;
  overflow: hidden;
}
#banner .txt-contents .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.4s ease-in-out;
  transition-delay: 0s;
}
#banner .txt-contents .content .headline-label {
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
}
#banner .txt-contents .content .headline {
  margin-top: -14px;
  margin-bottom: 10px;
  color: #FFC832;
  font-size: 36px;
}
#banner .txt-contents .content.active {
  opacity: 1;
  transition: 0.4s ease-in-out;
  transition-delay: 0.4s;
}
#banner .txt-contents .description {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: normal;
}
@media (max-width: 1199px) {
  #banner .txt-contents .btn {
    padding: 14px 30px;
  }
}
@media (max-width: 991px) {
  #banner .txt-contents {
    height: 200px;
    margin: 0 15px;
  }
  #banner .txt-contents .btn {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  #banner .txt-contents {
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  #banner .txt-contents .content .headline {
    margin-top: -5px;
    margin-bottom: 20px;
    line-height: 1em;
  }
}
#banner .pagination-sm {
  position: relative;
  padding-bottom: 30px;
  z-index: 1000;
}
@media (max-width: 1199px) {
  #banner .pagination-sm {
    padding-top: 20px;
  }
}

#new-release {
  position: relative;
  padding: 60px 0 30px;
  background: #503291;
}
#new-release .element-lg {
  position: absolute;
  top: -80px;
  left: -30%;
  width: 1478px;
  z-index: 0;
}
@media (max-width: 1919px) {
  #new-release .element-lg {
    left: 50%;
    transform: translateX(-100%);
  }
}
@media (max-width: 1199px) {
  #new-release .element-lg {
    display: none;
  }
}
#new-release .element-sm {
  display: none;
  position: absolute;
  top: 0;
  left: -6vw;
  height: 26vw;
  z-index: 0;
}
@media (max-width: 1199px) {
  #new-release .element-sm {
    display: block;
    transform: translateY(-0.1vw);
  }
}
@media (max-width: 767px) {
  #new-release .element-sm {
    display: none;
  }
}
#new-release .headline {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  margin-top: 270px;
  margin-bottom: 400px;
  color: #503291;
  line-height: 2.8em;
  z-index: 1;
}
#new-release .headline .element-xs {
  display: none;
  position: absolute;
  top: 0;
  left: -25%;
  transform: translateY(-30%);
  height: 150px;
  z-index: 0;
}
@media (max-width: 767px) {
  #new-release .headline .element-xs {
    display: block;
  }
}
#new-release .headline .headline-sm {
  font-size: 32px;
  z-index: 1;
}
#new-release .headline .headline-lg {
  font-size: 48px;
  z-index: 1;
}
@media (max-width: 1199px) {
  #new-release .headline {
    margin: 0;
    margin-top: 14px;
  }
}
@media (max-width: 991px) {
  #new-release .headline {
    margin-top: 6px;
    line-height: 1.8em;
  }
  #new-release .headline .headline-sm {
    font-size: 24px;
  }
  #new-release .headline .headline-lg {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  #new-release .headline {
    line-height: 1.4em;
  }
  #new-release .headline .headline-sm {
    font-size: 20px;
  }
  #new-release .headline .headline-lg {
    font-size: 24px;
  }
}
#new-release .contents {
  margin-top: 150px;
}
#new-release .contents .content {
  padding: 0 15px;
}
#new-release .contents .content .product-item {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
#new-release .contents .content .product-item .product-img {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 150px;
  height: 131px;
  margin-right: 20px;
  overflow: hidden;
}
#new-release .contents .content .product-item .product-img .content-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 99.3%;
  height: 99.3%;
  z-index: 0;
  overflow: hidden;
  background: #FFFFFF;
}
#new-release .contents .content .product-item .product-img .content-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  max-height: 70%;
}
#new-release .contents .content .product-item .product-img .frame {
  position: relative;
  width: 103%;
  z-index: 1;
}
#new-release .contents .content .product-item .product-info {
  flex: 1;
}
#new-release .contents .content .product-item .product-info .product-brand {
  font-size: 12px;
  color: #CCCCCC;
}
#new-release .contents .content .product-item .product-info .product-name {
  font-size: 16px;
  font-weight: bold;
  color: #EB3C96;
}
@media (max-width: 767px) {
  #new-release .contents .content {
    padding: 0;
  }
}
@media (max-width: 1199px) {
  #new-release .contents {
    margin-top: 14vw;
  }
  #new-release .pagination-sm {
    margin-bottom: 80px;
  }
}
@media (max-width: 575px) {
  #new-release .contents {
    margin-top: 80px;
  }
  #new-release .contents .content .product-item .product-img {
    width: 97px;
    height: 85px;
    min-width: 97px;
  }
  #new-release .contents .content .product-item .product-info .product-name {
    font-size: 14px;
  }
}

.end-curve {
  margin-top: -1px;
  width: 100%;
}

#recommended {
  margin-top: -530px;
}
@media (max-width: 1919px) {
  #recommended {
    margin-top: -28vw;
  }
}
#recommended .headline {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 80px;
}
#recommended .headline .bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  z-index: 0;
}
#recommended .headline .text {
  margin-top: -10px;
  color: #FFC832;
  font-size: 24px;
  z-index: 1;
}
#recommended .contents {
  margin-top: 30px;
}
#recommended .contents .content {
  display: block;
  margin-bottom: 30px;
  border-radius: 20px;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
#recommended .contents .content .product-img {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 250px;
  overflow: hidden;
  border-bottom: 1px solid #EEEEEE;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
#recommended .contents .content .product-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  width: auto;
  max-height: 80%;
  transition: 0.5s ease-in-out;
}
#recommended .contents .content .product-info {
  padding: 14px 20px;
  font-weight: bold;
}
#recommended .contents .content .product-info .product-brand {
  font-size: 12px;
  color: #CCCCCC;
}
#recommended .contents .content .product-info .product-name {
  font-size: 16px;
  line-height: 1.2em;
  color: #503291;
}
#recommended .contents .content:hover .product-img img {
  transform: translate(-50%, -50%) scale(1.15);
}
#recommended .pagination-sm {
  margin: 10px 0 40px;
}
#recommended .pagination-sm .owl-dot {
  background: #CCCCCC;
}

#news {
  margin: 80px 0 60px;
}
#news .headline {
  margin-bottom: 40px;
  color: #2DBECD;
  font-size: 24px;
}
#news .separator {
  background: #EEEEEE;
  width: 1px;
  height: 100%;
}
@media only screen and (max-width: 991px) {
  #news .separator {
    display: none;
  }
}

#shortcuts .shortcut-item {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  color: #000000;
  transition: 0.2s ease-in-out;
}
#shortcuts .shortcut-item .shortcut-img {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 120px;
  height: 104px;
  margin-right: 20px;
  background: #FFFFFF;
  overflow: hidden;
}
#shortcuts .shortcut-item .shortcut-img img.content-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  height: 100%;
  z-index: 0;
  transition: 0.3s ease-in-out;
}
#shortcuts .shortcut-item .shortcut-img .frame {
  position: relative;
  width: 100%;
  z-index: 1;
}
@media (max-width: 1199px) {
  #shortcuts .shortcut-item .shortcut-img {
    width: 100px;
    height: 87px;
  }
}
#shortcuts .shortcut-item .shortcut-info {
  flex: 1;
}
#shortcuts .shortcut-item .shortcut-info .shortcut-label {
  color: #999999;
  font-size: 12px;
  transition: 0.2s ease-in-out;
}
#shortcuts .shortcut-item .shortcut-info .shortcut-topic {
  font-weight: bold;
  font-size: 20px;
}
#shortcuts .shortcut-item .shortcut-info .shortcut-description {
  margin-top: 4px;
  font-size: 14px;
}
#shortcuts .shortcut-item i.fa {
  margin-left: 10px;
  color: #CCCCCC;
  transition: 0.2s ease-in-out;
}
#shortcuts .shortcut-item:hover {
  color: #503291;
}
#shortcuts .shortcut-item:hover .shortcut-img img.content-img {
  transform: translate(-50%, -50%) scale(1.1);
}
#shortcuts .shortcut-item:hover .shortcut-label,
#shortcuts .shortcut-item:hover i.fa {
  color: #503291;
}
#shortcuts .shortcut-item:hover i.fa {
  transform: translateX(6px);
}
@media (max-width: 991px) {
  #shortcuts {
    border-top: 1px solid #EEEEEE;
    margin-top: 40px;
    padding-top: 40px;
  }
}
