#index-main {
  width: 100%;
  height: auto;
  padding-top: 154px;
  padding-bottom: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1280px) {
  #index-main {
    padding-top: 140px;
    padding-bottom: 70px;
  }
}
@media (max-width: 768px) {
  #index-main {
    padding-top: 128px;
    padding-bottom: 48px;
  }
}

.index-hero-area {
  width: 100%;
  height: auto;
  margin-bottom: 54px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (max-width: 1280px) {
  .index-hero-area {
    margin-bottom: 48px;
  }
}
@media (max-width: 768px) {
  .index-hero-area {
    margin-bottom: 40px;
  }
}
.index-hero-area .container {
  position: relative;
  width: 100%;
  height: auto;
  max-width: 1920px;
}
.index-hero-area .container .hero-swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.index-hero-area .container .hero-swiper .swiper-wrapper {
  width: 100%;
  height: auto;
}
.index-hero-area .container .hero-swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  height: auto;
  display: flex;
}
.index-hero-area .container .hero-swiper .swiper-wrapper .swiper-slide > img {
  width: 100%;
  height: auto;
}
.index-hero-area .container .hero-swiper .hero-controller {
  position: absolute;
  left: 20%;
  bottom: 48px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  z-index: 5;
}
@media (max-width: 1280px) {
  .index-hero-area .container .hero-swiper .hero-controller {
    padding: 4px 8px;
    left: 16px;
    bottom: 16px;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(4px) brightness(1.1);
    -webkit-backdrop-filter: blur(4px) brightness(1.1);
    border-radius: 6px;
  }
}
.index-hero-area .container .hero-swiper .hero-controller .control-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}
.index-hero-area .container .hero-swiper .hero-controller .control-nav .button {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.index-hero-area .container .hero-swiper .hero-controller .control-nav .button > svg {
  width: 100%;
  height: 100%;
  fill: black;
}
.index-hero-area .container .hero-swiper .hero-controller .swiper-pagination {
  position: relative;
  left: unset;
  top: unset;
  width: 260px;
  height: 2px;
  background: rgba(170, 170, 170, 0.4);
  border-radius: 100000rem;
}
@media (max-width: 768px) {
  .index-hero-area .container .hero-swiper .hero-controller .swiper-pagination {
    width: 200px;
  }
}
.index-hero-area .container .hero-swiper .hero-controller .swiper-pagination .swiper-pagination-progressbar-fill {
  background: #0F4351;
}
.index-hero-area .container .hero-swiper .hero-controller .page-fraction {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.index-hero-area .container .hero-swiper .hero-controller .page-fraction > * {
  font-size: 16px;
  line-height: 1.1;
  color: black;
  word-break: keep-all;
}

.index-hotbar-area {
  width: 100%;
  height: auto;
  margin-bottom: 100px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (max-width: 1280px) {
  .index-hotbar-area {
    margin-bottom: 70px;
  }
}
@media (max-width: 768px) {
  .index-hotbar-area {
    margin-bottom: 48px;
  }
}
.index-hotbar-area .container {
  width: 95%;
  height: auto;
  max-width: 1440px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px;
}
@media (max-width: 1280px) {
  .index-hotbar-area .container {
    gap: 32px;
  }
}
@media (max-width: 768px) {
  .index-hotbar-area .container {
    gap: 12px;
    align-items: stretch;
  }
}
.index-hotbar-area .container > a {
  flex: 1 1 40%;
  height: 265px;
  padding: 16px 5%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px;
  background: white;
  border-radius: 20px;
  box-shadow: 0 0 12px -4px rgba(0, 0, 0, 0.5);
}
@media (max-width: 1280px) {
  .index-hotbar-area .container > a {
    height: 200px;
    padding: 16px 3%;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .index-hotbar-area .container > a {
    height: auto;
    padding: 16px;
    flex-direction: column-reverse;
    gap: 16px;
  }
}
.index-hotbar-area .container > a .hot-name {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 1280px) {
  .index-hotbar-area .container > a .hot-name {
    gap: 12px;
  }
}
@media (max-width: 768px) {
  .index-hotbar-area .container > a .hot-name {
    align-items: center;
  }
}
.index-hotbar-area .container > a .hot-name > h4 {
  font-size: 32px;
  line-height: 1.1;
  color: black;
  word-break: keep-all;
}
@media (max-width: 1280px) {
  .index-hotbar-area .container > a .hot-name > h4 {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .index-hotbar-area .container > a .hot-name > h4 {
    font-size: 20px;
    text-align: center;
  }
}
.index-hotbar-area .container > a .hot-name > span {
  font-size: 18px;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
}
@media (max-width: 768px) {
  .index-hotbar-area .container > a .hot-name > span {
    font-size: 15px;
    text-align: center;
  }
}
.index-hotbar-area .container > a .hot-img-frame {
  position: relative;
  flex: 0 0 50%;
  height: 100%;
}
@media (max-width: 1280px) {
  .index-hotbar-area .container > a .hot-img-frame {
    flex: 0 0 40%;
  }
}
@media (max-width: 768px) {
  .index-hotbar-area .container > a .hot-img-frame {
    flex: unset;
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
  }
}
.index-hotbar-area .container > a .hot-img-frame > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.index-hotbar-area .container > a .hot-img-frame .view-detail {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 88px;
  height: 88px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 10000rem;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 768px) {
  .index-hotbar-area .container > a .hot-img-frame .view-detail {
    width: 60px;
    height: 60px;
  }
}
.index-hotbar-area .container > a .hot-img-frame .view-detail > svg {
  width: 50%;
  height: 50%;
  fill: #3D3D3D;
}
.index-hotbar-area .container > a:hover .hot-img-frame .view-detail {
  opacity: 1;
}

.index-order-process {
  width: 100%;
  height: auto;
  margin-bottom: 120px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (max-width: 1280px) {
  .index-order-process {
    margin-bottom: 70px;
  }
}
@media (max-width: 768px) {
  .index-order-process {
    margin-bottom: 80px;
  }
}
.index-order-process .container {
  width: 95%;
  height: auto;
  max-width: 1440px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 90px;
}
@media (max-width: 1280px) {
  .index-order-process .container {
    gap: 48px;
  }
}
@media (max-width: 768px) {
  .index-order-process .container {
    gap: 24px;
  }
}
.index-order-process .container .title-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
@media (max-width: 1280px) {
  .index-order-process .container .title-wrap {
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .index-order-process .container .title-wrap {
    gap: 16px;
  }
}
.index-order-process .container .title-wrap > h1 {
  font-size: 44px;
  line-height: 1.1;
  color: black;
  word-break: keep-all;
  text-align: center;
}
@media (max-width: 1280px) {
  .index-order-process .container .title-wrap > h1 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .index-order-process .container .title-wrap > h1 {
    font-size: 24px;
  }
}
.index-order-process .container .title-wrap > p {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  word-break: keep-all;
  color: black;
  text-align: center;
}
@media (max-width: 768px) {
  .index-order-process .container .title-wrap > p {
    font-size: 16px;
  }
}
.index-order-process .container .process-graphics {
  width: 100%;
  height: auto;
}
.index-order-process .container .process-graphics > img {
  width: 100%;
  height: auto;
  display: flex;
}
@media (max-width: 768px) {
  .index-order-process .container .process-graphics > img:nth-of-type(1) {
    display: none;
  }
}
.index-order-process .container .process-graphics > img:nth-of-type(2) {
  display: none;
}
@media (max-width: 768px) {
  .index-order-process .container .process-graphics > img:nth-of-type(2) {
    display: block;
  }
}

.index-lineup-bar {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 120px;
  padding: 100px 8% 40px;
  background: #E6F2FF;
}
@media (max-width: 1280px) {
  .index-lineup-bar {
    margin-bottom: 70px;
    padding: 70px 5% 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 48px;
  }
}
@media (max-width: 768px) {
  .index-lineup-bar {
    margin-bottom: 48px;
  }
}
.index-lineup-bar .lineup-left {
  position: absolute;
  left: 8%;
  top: 50%;
  transform: translateY(-50%);
  width: 320px;
  height: calc(100% + 80px);
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  border-radius: 1rem;
  background: linear-gradient(to bottom, #3C86E5, #FC94F5);
}
@media (max-width: 1280px) {
  .index-lineup-bar .lineup-left {
    position: relative;
    left: unset;
    top: unset;
    transform: unset;
    width: 100%;
    height: auto;
    padding: 16px;
    flex-direction: row;
    align-items: stretch;
    gap: 16px;
  }
}
.index-lineup-bar .lineup-left .lineup-type {
  flex: 1 1 40%;
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.7);
}
@media (max-width: 1280px) {
  .index-lineup-bar .lineup-left .lineup-type {
    padding: 12px;
    gap: 16px;
    border-radius: 12px;
  }
}
.index-lineup-bar .lineup-left .lineup-type .lineup-name {
  width: 100%;
  height: 88px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: white;
  border-radius: 16px;
  box-shadow: 0 0 10px -4px rgba(0, 0, 0, 0.5);
  font-size: 35px;
  line-height: 1.1;
  color: #3E84E5;
}
@media (max-width: 1280px) {
  .index-lineup-bar .lineup-left .lineup-type .lineup-name {
    height: 48px;
    font-size: 24px;
    border-radius: 8px;
  }
}
.index-lineup-bar .lineup-left .lineup-type .lineup-list {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 1280px) {
  .index-lineup-bar .lineup-left .lineup-type .lineup-list {
    gap: 8px;
  }
}
.index-lineup-bar .lineup-left .lineup-type .lineup-list .item {
  position: relative;
  padding-left: 16px;
  font-size: 20px;
  line-height: 1.4;
  word-break: keep-all;
  color: black;
}
@media (max-width: 1280px) {
  .index-lineup-bar .lineup-left .lineup-type .lineup-list .item {
    padding-left: 14px;
    font-size: 16px;
  }
}
.index-lineup-bar .lineup-left .lineup-type .lineup-list .item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 10000rem;
  background: #3E84E5;
}
@media (max-width: 1280px) {
  .index-lineup-bar .lineup-left .lineup-type .lineup-list .item::before {
    top: 7px;
    width: 6px;
    height: 6px;
  }
}
.index-lineup-bar .lineup-left .lineup-type:nth-of-type(2) .lineup-name {
  color: #FF46F2;
}
.index-lineup-bar .lineup-left .lineup-type:nth-of-type(2) .lineup-list .item::before {
  background: #FF46F2;
}
.index-lineup-bar .container {
  width: 100%;
  height: 100%;
  padding-left: 400px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 40px;
}
@media (max-width: 1280px) {
  .index-lineup-bar .container {
    padding-left: 0;
    gap: 32px;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .index-lineup-bar .container {
    gap: 24px;
  }
}
.index-lineup-bar .container .title-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 32px;
}
@media (max-width: 1280px) {
  .index-lineup-bar .container .title-wrap {
    align-items: center;
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .index-lineup-bar .container .title-wrap {
    gap: 16px;
  }
}
.index-lineup-bar .container .title-wrap > h1 {
  font-size: 44px;
  line-height: 1.1;
  color: black;
  word-break: keep-all;
  text-align: right;
}
@media (max-width: 1280px) {
  .index-lineup-bar .container .title-wrap > h1 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .index-lineup-bar .container .title-wrap > h1 {
    font-size: 24px;
  }
}
.index-lineup-bar .container .title-wrap > p {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  word-break: keep-all;
  color: black;
  text-align: right;
}
@media (max-width: 768px) {
  .index-lineup-bar .container .title-wrap > p {
    font-size: 16px;
  }
}
.index-lineup-bar .container .lineup-content-wrap {
  width: 100%;
  height: auto;
  display: flex;
}
.index-lineup-bar .container .lineup-content-wrap .lineup-swiper {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .index-lineup-bar .container .lineup-content-wrap .lineup-swiper {
    gap: 48px;
  }
}
@media (max-width: 768px) {
  .index-lineup-bar .container .lineup-content-wrap .lineup-swiper {
    gap: 24px;
  }
}
.index-lineup-bar .container .lineup-content-wrap .lineup-swiper .swiper-wrapper {
  width: 100%;
  height: auto;
}
.index-lineup-bar .container .lineup-content-wrap .lineup-swiper .swiper-wrapper .swiper-slide {
  width: 480px;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.index-lineup-bar .container .lineup-content-wrap .lineup-swiper .swiper-wrapper .swiper-slide .lineup-image {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 1/0.6;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 0 12px -4px rgba(0, 0, 0, 0.3);
}
.index-lineup-bar .container .lineup-content-wrap .lineup-swiper .swiper-wrapper .swiper-slide .lineup-image > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.index-lineup-bar .container .lineup-content-wrap .lineup-swiper .swiper-wrapper .swiper-slide .lineup-name {
  width: 100%;
  height: auto;
  display: none;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
}
.index-lineup-bar .container .lineup-content-wrap .lineup-swiper .swiper-wrapper .swiper-slide .lineup-name > b {
  position: relative;
  flex: 0 0 auto;
  padding-right: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  color: black;
}
.index-lineup-bar .container .lineup-content-wrap .lineup-swiper .swiper-wrapper .swiper-slide .lineup-name > b::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 16px;
  background-color: black;
}
.index-lineup-bar .container .lineup-content-wrap .lineup-swiper .swiper-wrapper .swiper-slide .lineup-name > span {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2;
  color: black;
}
.index-lineup-bar .container .lineup-content-wrap .lineup-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .lineup-name {
  display: flex;
}
.index-lineup-bar .container .lineup-content-wrap .lineup-swiper .custom-navigation {
  position: absolute;
  left: 50%;
  top: 25%;
  transform: translateX(-50%);
  width: 540px;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  z-index: 10;
}
@media (max-width: 1280px) {
  .index-lineup-bar .container .lineup-content-wrap .lineup-swiper .custom-navigation {
    width: 95%;
    top: 36%;
  }
}
@media (max-width: 768px) {
  .index-lineup-bar .container .lineup-content-wrap .lineup-swiper .custom-navigation {
    top: 33%;
  }
}
.index-lineup-bar .container .lineup-content-wrap .lineup-swiper .custom-navigation > div {
  width: 52px;
  height: 52px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: white;
  border-radius: 100000rem;
  box-shadow: 0 0 12px -4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
@media (max-width: 768px) {
  .index-lineup-bar .container .lineup-content-wrap .lineup-swiper .custom-navigation > div {
    width: 40px;
    height: 40px;
  }
}
.index-lineup-bar .container .lineup-content-wrap .lineup-swiper .custom-navigation > div > svg {
  width: 50%;
  height: 50%;
  fill: #707070;
}
.index-lineup-bar .container .lineup-content-wrap .lineup-swiper .lineup-controller {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.index-lineup-bar .container .lineup-content-wrap .lineup-swiper .lineup-controller .swiper-pagination {
  position: relative;
  left: unset;
  top: unset;
  bottom: unset;
  right: unset;
  transform: unset;
}
.index-lineup-bar .container .lineup-content-wrap .lineup-swiper .lineup-controller .swiper-pagination .swiper-pagination-bullet {
  border-radius: 10000rem;
}
.index-lineup-bar .container .lineup-content-wrap .lineup-swiper .lineup-controller .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 40px;
  background: #707070;
}
.index-lineup-bar .container .lineup-content-wrap .lineup-swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0px;
}

.order-check-area {
  width: 100%;
  height: auto;
  margin-bottom: 48px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (max-width: 1280px) {
  .order-check-area {
    margin-bottom: 36px;
  }
}
@media (max-width: 768px) {
  .order-check-area {
    margin-bottom: 24px;
  }
}
.order-check-area .container {
  width: 95%;
  height: auto;
  max-width: 1440px;
  padding: 48px 70px;
  display: flex;
  flex-direction: row;
  gap: 32px;
  background: #3C86E5;
  border-radius: 20px;
}
@media (max-width: 1280px) {
  .order-check-area .container {
    padding: 32px 40px;
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
}
.order-check-area .container .left {
  flex: 1 1 40%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
}
@media (max-width: 1280px) {
  .order-check-area .container .left {
    flex: unset;
    width: 100%;
    height: auto;
  }
}
.order-check-area .container .left .left-contents {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.order-check-area .container .left .left-contents > h1 {
  margin-bottom: 32px;
  font-size: 40px;
  line-height: 1.1;
  word-break: keep-all;
  color: white;
}
@media (max-width: 1280px) {
  .order-check-area .container .left .left-contents > h1 {
    margin-bottom: 24px;
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .order-check-area .container .left .left-contents > h1 {
    margin-bottom: 20px;
    font-size: 24px;
  }
}
.order-check-area .container .left .left-contents > span {
  margin-bottom: 70px;
  font-size: 20px;
  line-height: 1.4;
  word-break: keep-all;
  color: white;
}
@media (max-width: 1280px) {
  .order-check-area .container .left .left-contents > span {
    margin-bottom: 48px;
  }
}
@media (max-width: 768px) {
  .order-check-area .container .left .left-contents > span {
    margin-bottom: 28px;
    font-size: 16px;
  }
}
.order-check-area .container .left .left-contents > a {
  width: 320px;
  height: 72px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 24px;
  background: white;
  border-radius: 10000rem;
}
@media (max-width: 1280px) {
  .order-check-area .container .left .left-contents > a {
    width: 280px;
    height: 60px;
    gap: 16px;
  }
}
.order-check-area .container .left .left-contents > a > span {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1;
  color: #3C86E5;
}
@media (max-width: 1280px) {
  .order-check-area .container .left .left-contents > a > span {
    font-size: 16px;
  }
}
.order-check-area .container .left .left-contents > a > img {
  flex: 0 0 auto;
  width: 36px;
  height: auto;
}
@media (max-width: 1280px) {
  .order-check-area .container .left .left-contents > a > img {
    width: 24px;
  }
}
.order-check-area .container .left > img {
  flex: 0 0 240px;
  height: auto;
}
@media (max-width: 768px) {
  .order-check-area .container .left > img {
    flex: 0 0 30%;
    min-width: 20px;
  }
}
.order-check-area .container .right {
  flex: 1 1 40%;
  background: white;
  border: 4px solid #A2CBFF;
  padding: 0;
  border-radius: 20px;
  overflow: hidden;
  height: 368px;
  box-sizing: border-box;
}
@media (max-width: 1280px) {
  .order-check-area .container .right {
    flex: unset;
    width: 100%;
    height: 328px;
  }
}
.order-check-area .container .right .order-check-list {
  width: 100%;
  height: 100%;
  padding: 20px 28px;
  display: flex;
  flex-direction: column;
  background: transparent;
  border-radius: 16px;
  position: relative;
  box-sizing: border-box;
}
@media (max-width: 1280px) {
  .order-check-area .container .right .order-check-list {
    padding: 20px 16px;
  }
}
.order-check-area .container .right .order-check-list .item {
  width: 100%;
  min-height: 54px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #f0f0f0;
}
.order-check-area .container .right .order-check-list .item .order-info {
  display: flex;
  gap: 8px;
  overflow: hidden;
}
.order-check-area .container .right .order-check-list .item .order-info .order-name {
  font-size: 18px;
  font-weight: 700;
  color: #3C86E5;
  white-space: nowrap;
}
.order-check-area .container .right .order-check-list .item .order-info .order-subject {
  font-size: 18px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 180px;
}
@media (max-width: 768px) {
  .order-check-area .container .right .order-check-list .item .order-info .order-subject {
    max-width: 140px;
  }
}
.order-check-area .container .right .order-check-list .item .date {
  font-size: 15px;
  color: #818181;
  white-space: nowrap;
}
@media (max-width: 1280px) {
  .order-check-area .container .right .order-check-list .item .date {
    font-size: 13px;
  }
}/*# sourceMappingURL=main.css.map */