body {
  background-image: url(../images/jr/bg-jr.png);
  background-position: top -50% left -50%;
  background-size: 44px;
}

.container {
  max-width: 1250px;
}

.site-header {
  color: #fff;
  background-color: #000;
}

.site-header .topbar .btn-book {
  margin-left: auto;
}

@media (min-width: 1024px) {
  .site-header .logo {
    padding: 35px 0 33px;
  }

  .site-header .container > .nav > a {
    margin: 0 40px;
  }

  .site-header .topbar {
    top: 50px;
  }

  .site-header .topbar .btn-book {
    font-size: 20px;
  }
}

@media not all and (min-width: 1024px) {
  .site-header {
    height: 72px;
  }

  .site-header .logo {
    height: 43px;
    padding: 18px 0 0;
  }

  .site-header .topbar .btn-book {
    display: none;
  }

  .site-header .panel {
    color: #fff;
    background-color: #000;
  }

  .site-header .panel .btn-close::before,
  .site-header .panel .btn-close::after {
    background-color: #fff;
  }
}

@media not all and (min-width: 1024px) {
  .site-main {
    padding-top: calc(72px + env(safe-area-inset-top));
  }
}

.banner .slide-text {
  max-width: 1314px;
}

@media not all and (min-width: 1024px) {
  .banner {
    height: 255px;
  }
}

.breadcrumb {
  padding: 60px 0 74px;
  color: #fff;
}

.breadcrumb .item {
  font-size: 16px;
}

.breadcrumb .item .separator {
  margin: 0 7px;
}

@media not all and (min-width: 1024px) {
  .breadcrumb {
    display: block;
    padding: 39px 0 37px;
    margin-bottom: -40px;
  }
}

:lang(en) .story-section {
  font-weight: 300;
}

.story-section {
  padding: 92px 0;
  color: #fff;
  background-color: #000;
}

.story-section .title {
  font-size: 30px;
}

.story-section .divider {
  position: relative;
  display: flex;
  align-items: center;
  height: 4px;
  padding-right: 35px;
  margin: 34px 0 62px;
}

.story-section .divider::before {
  content: '';
  flex: 1;
  height: 1px;
  background-color: currentColor;
}

.story-section .divider::after {
  content: '';
  position: absolute;
  right: 0;
  width: 4px;
  height: 4px;
  background-color: currentColor;
  box-shadow: -11px 0 0 0 currentColor, -22px 0 0 0 currentColor;
}

.story-section .content {
  font-size: 18px;
  line-height: 38px;
}

.story-section .content p + p {
  margin-top: 17px;
}

@media not all and (min-width: 1024px) {
  .story-section {
    padding: 38px 0;
  }

  .story-section .title {
    font-size: 24px;
  }

  .story-section .divider {
    margin: 15px 0 46px;
    padding-right: 23px;
  }

  .story-section .divider::after {
    width: 3px;
    height: 3px;
    box-shadow: -7px 0 0 0 currentColor, -14px 0 0 0 currentColor;
  }

  .story-section .content {
    font-size: 16px;
    line-height: 26px;
  }

  .story-section .content p + p {
    margin-top: 7px;
  }
}

:lang(en) .team-section {
  font-weight: 300;
}

.team-section {
  padding: 50px 0 150px;
  color: #fff;
  background-color: #000;
}

.team-section .section-title {
  margin-bottom: 94px;
  font-size: 40px;
  text-align: center;
}

.team-section .swiper-slide {
  overflow: hidden;
}

.team-section .swiper-inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 43.04%;
  grid-template-areas:
    'locate locate'
    'info cover';
  gap: 45px 11.44%;
  max-width: 1250px;
  padding: 0 50px;
  margin: 0 auto;
}

.team-section .swiper-inner::before {
  content: '';
  position: absolute;
  top: 143px;
  right: calc(100% - 565px);
  width: 9999px;
  height: 90px;
  background-color: rgba(207, 38, 81, 0.34);
}

.team-section .swiper-slide .locate {
  grid-area: locate;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 10px;
  text-align: right;
  text-transform: uppercase;
}

.team-section .swiper-slide .locate::before {
  content: '';
  width: 5px;
  height: 5px;
  margin: 0 10px 0 14px;
  background-color: currentColor;
}

.team-section .swiper-slide .locate::after {
  content: '';
  order: -1;
  width: 56px;
  height: 1px;
  background-color: currentColor;
}

.team-section .swiper-slide .info {
  position: relative;
  grid-area: info;
}

.team-section .swiper-slide .info::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 115px;
  background-color: currentColor;
}

.team-section .swiper-slide .info .position,
.team-section .swiper-slide .info .name {
  padding-left: 60px;
  line-height: 1;
  white-space: nowrap;
}

.team-section .swiper-slide .info .position {
  padding-top: 4px;
  margin-bottom: 32px;
  font-size: 32px;
}

.team-section .swiper-slide .info .name {
  margin-bottom: 136px;
  font-size: 44px;
}

.team-section .swiper-slide .info .intro {
  font-size: 18px;
  line-height: 48px;
}

.team-section .swiper-slide .info .intro .btn-more {
  display: none;
}

.team-section .swiper-slide .cover {
  grid-area: cover;
  padding-top: 90px;
}

.team-section .swiper-pagination {
  display: none;
}

.team-section .swiper-button-next::after,
.team-section .swiper-button-prev::after {
  content: none;
}

.team-section .swiper-button-next,
.team-section .swiper-button-prev {
  top: 50%;
  width: 18px;
  height: 29px;
  margin-top: -15px;
  background-image: url(../images/jr/arrow-right.svg);
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.team-section .swiper-button-next.swiper-button-disabled,
.team-section .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

.team-section .swiper-button-next {
  right: max(calc(50% - 625px - 73px), 16px);
  background-position: right center;
}

.team-section .swiper-button-prev {
  left: max(calc(50% - 625px - 73px), 16px);
  background-position: left center;
  transform: rotate(180deg);
}

@media (min-width: 1024px) {
  .team-section:where(.odd) .swiper-inner {
    grid-template-columns: 43.04% minmax(0, 1fr);
    grid-template-areas:
      'locate locate'
      'cover info';
  }
  .team-section:where(.odd) .swiper-inner::before {
    left: calc((100% - 100px) * 0.5448 + 28px);
    right: auto;
  }
  .team-section:where(.odd) .swiper-slide .locate {
    justify-content: flex-start;
  }
}

@media not all and (min-width: 1280px) {
  .team-section .swiper-inner {
    gap: 45px 50px;
  }

  .team-section .swiper-inner::before {
    right: calc(100% - 535px);
  }

  .team-section:where(.odd) .swiper-inner::before {
    left: calc((100% - 100px) * 0.4304 + 84px);
  }

  .team-section .swiper-slide .info .position,
  .team-section .swiper-slide .info .name {
    padding-left: 30px;
  }
}

@media not all and (min-width: 1024px) {
  .team-section {
    padding: 20px 0 50px;
  }

  .team-section .section-title {
    margin-bottom: 40px;
    font-size: 24px;
  }

  .team-section .swiper-inner {
    display: block;
    padding: 0 16px;
  }

  .team-section .swiper-inner::before {
    top: 113px;
    left: 0;
    right: 90px;
    width: auto;
    height: 42px;
  }

  /* .team-section:where(.odd) .swiper-inner::before {
    left: 85px;
    right: 0;
  } */

  .team-section .swiper-slide .locate {
    margin-bottom: 55px;
    font-size: 9px;
  }

  .team-section .swiper-slide .locate::before {
    width: 4px;
    height: 4px;
    margin: 0 8px 0 5px;
  }

  .team-section .swiper-slide .locate::after {
    width: 40px;
  }

  .team-section .swiper-slide .cover {
    padding-top: 0;
  }

  .team-section .swiper-slide .info {
    margin-bottom: 30px;
  }

  .team-section .swiper-slide .info::before {
    left: 7px;
    height: 63px;
  }

  /* .team-section:where(.odd) .swiper-slide .info::before {
    left: 87px;
  } */

  .team-section .swiper-slide .info .position,
  .team-section .swiper-slide .info .name {
    padding-left: 40px;
  }

  /* .team-section:where(.odd) .swiper-slide .info .position,
  .team-section:where(.odd) .swiper-slide .info .name {
    padding-left: 120px;
  } */

  .team-section .swiper-slide .info .position {
    padding-top: 0;
    margin-bottom: 20px;
    font-size: 18px;
  }

  .team-section .swiper-slide .info .name {
    margin-bottom: 70px;
    font-size: 22px;
  }

  .team-section .swiper-slide .info .intro {
    padding-left: 15px;
    font-size: 16px;
    line-height: 28px;
  }

  .team-section .swiper {
    padding-bottom: 20px;
  }

  /* .team-section .swiper-pagination {
    bottom: 0;
    display: flex;
    justify-content: center;
  }

  .team-section .swiper-pagination-bullet {
    background-color: #fff;
  } */

  /* .team-section .swiper-button-next,
  .team-section .swiper-button-prev {
    display: none;
  } */
}

@media not all and (min-width: 768px) {
  .team-section .swiper-slide .info .intro .text {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }

  .team-section .swiper-slide .info .intro .btn-more {
    all: unset;
    display: block;
    padding-right: 18px;
    margin-top: 32px;
    margin-left: auto;
    font-size: 15px;
    background-image: url(../images/jr/double-down.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 12px auto;
    cursor: pointer;
  }

  .team-section .swiper-slide .info .intro.active .text {
    display: block;
  }

  .team-section .swiper-slide .info .intro.active .btn-more {
    display: none;
  }
}

.contact-section {
  padding-bottom: 134px;
}

:lang(en) .contact-section {
  font-weight: 300;
}

.contact-section .inner {
  display: flex;
  align-items: center;
  column-gap: 5.36%;
}

.contact-section .cover {
  width: 43.36%;
}

.contact-section .enquiry-form {
  width: 0;
  flex: 1;
}

.contact-section .enquiry-form .title {
  padding-bottom: 30px;
  border-bottom: 1px solid currentColor;
  margin-bottom: 27px;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
}

.contact-section .enquiry-form .tips {
  margin-bottom: 46px;
  color: #fff;
  font-size: 18px;
}

.contact-section .enquiry-form .field-group {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 27px;
}

.contact-section .enquiry-form .field {
  margin-bottom: 17px;
}

.contact-section .enquiry-form .field label {
  display: block;
  margin-bottom: 10px;
  color: #fff;
}

.contact-section .enquiry-form .field input {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 38px;
  padding: 0 10px;
  border: 1px solid #707070;
}

.contact-section .enquiry-form .field textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 66px;
  padding: 0.5em 10px;
  border: 1px solid #707070;
  resize: none;
}

.contact-section .enquiry-form .field .select3 {
  height: 38px;
  font-weight: 400;
}

.contact-section .enquiry-form .field .select3-title,
.contact-section .enquiry-form .field .select3-list {
  border: 1px solid #707070;
  background-color: #fff;
}

.contact-section .enquiry-form .email {
  color: #fff;
}

.contact-section .enquiry-form .actions {
  display: flex;
  justify-content: flex-end;
  column-gap: 27px;
  margin-top: 66px;
}

.contact-section .enquiry-form .actions .btn {
  all: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-width: 196px;
  height: 44px;
  padding: 0 20px;
  color: #fff;
  background-color: #cf2651;
  font-size: 16px;
  cursor: pointer;
}

@media not all and (min-width: 1280px) {
  .contact-section .inner {
    align-items: flex-start;
  }
}

@media not all and (min-width: 1024px) {
  .contact-section {
    padding: 40px 0 60px;
  }

  .contact-section .inner {
    flex-direction: column;
  }

  .contact-section .cover {
    width: 100%;
    margin-bottom: 48px;
  }

  .contact-section .enquiry-form {
    width: 100%;
  }

  .contact-section .enquiry-form .title {
    padding-bottom: 22px;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 400;
  }

  .contact-section .enquiry-form .tips {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 28px;
  }

  .contact-section .enquiry-form .field-group {
    column-gap: 12px;
  }

  .contact-section .enquiry-form .field {
    margin-bottom: 15px;
  }

  .contact-section .enquiry-form .field label {
    margin-bottom: 6px;
    font-size: 14px;
  }

  .contact-section .enquiry-form .field input {
    height: 32px;
  }

  .contact-section .enquiry-form .field .select3 {
    height: 32px;
  }

  .contact-section .enquiry-form .field textarea {
    height: 36px;
  }

  .contact-section .enquiry-form .actions {
    margin-top: 40px;
  }

  .contact-section .enquiry-form .actions .btn {
    min-width: 158px;
    height: 40px;
  }
}

.location-section {
  padding: 116px 0 150px;
  background-color: #16181c;
}

.location-section .container {
  gap: 0 7.52%;
  max-width: 1250px;
}

.location-section .content {
  aspect-ratio: 541 / 624;
}

.location-section .content .title {
  padding: 0 0 35px;
  border-color: currentColor;
  margin-bottom: 46px;
  color: #fff;
  font-size: 34px;
  font-weight: 700;
}

.location-section .content .item + .item {
  margin-top: 26px;
}

.location-section .content .item .name {
  margin-bottom: 15px;
  color: #fff;
  font-size: 22px;
}

.location-section .content .item .info {
  color: #fff;
  font-size: 17px;
  line-height: 1.65;
}

.location-section .content .item .info > * {
  margin-bottom: 5px;
}

.location-section .content .item .info .subname {
  margin-top: 10px;
  font-size: 18px;
}

.location-section .iframe-wrapper {
  margin-top: 70px;
}

@media not all and (min-width: 1024px) {
  .location-section {
    padding: 60px 0;
  }

  .location-section .content {
    aspect-ratio: auto;
    padding: 0 16px;
  }

  .location-section .content .title {
    position: static;
    padding-bottom: 22px;
    margin-bottom: 50px;
    font-size: 24px;
    font-weight: 400;
    text-align: left;
  }

  .location-section .content .item + .item {
    margin-top: 40px;
  }

  .location-section .content .item .name {
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 23px;
  }

  .location-section .content .item .info {
    font-size: 16px;
    line-height: 28px;
  }

  .location-section .content .item .info > * {
    margin-bottom: 12px;
  }

  .location-section .content .item .info .subname {
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: 16px;
  }

  .location-section .iframe-wrapper {
    margin: 40px 0 0;
  }
}

.shop-section {
  color: #fff;
}

:lang(en) .shop-section {
  font-weight: 300;
}

.shop-section .swiper-slide {
  display: flex;
  align-items: center;
  height: 540px;
}

.shop-section .swiper-inner {
  position: relative;
  display: flex;
  width: 100%;
  padding: 0 50px;
}

.shop-section .swiper-inner .locate {
  position: absolute;
  top: -25px;
  right: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 10px;
  text-align: right;
  text-transform: uppercase;
}

.shop-section .swiper-inner .locate::before {
  content: '';
  width: 5px;
  height: 5px;
  margin: 0 10px;
  background-color: currentColor;
}

.shop-section .swiper-inner .locate::after {
  content: '';
  order: -1;
  width: 43px;
  height: 1px;
  background-color: currentColor;
}

.shop-section .swiper-inner .intro {
  width: 53%;
}

.shop-section .swiper-inner .intro .name {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-left: 53px;
  border-left: 2px solid #cf2651;
  margin-bottom: 52px;
  font-size: 40px;
  line-height: 80px;
}

.shop-section .swiper-inner .intro .name .stars {
  order: 1;
  width: auto;
  height: 28px;
  margin-top: 28px;
}

.shop-section .swiper-inner .intro .name .stars + span {
  padding-top: 6px;
  font-size: 34px;
  line-height: 1;
}

.shop-section .swiper-inner .intro .content {
  width: 85%;
  padding-left: 2px;
  font-size: 18px;
  line-height: 38px;
}

.shop-section .swiper-inner .info {
  position: relative;
  align-self: flex-end;
  flex: 1;
  width: 0;
  padding-left: 2%;
  padding-right: 2%;
}

.shop-section .swiper-inner .info::before {
  content: '';
  position: absolute;
  top: 40px;
  bottom: 0;
  left: 0;
  width: 2px;
  background-color: #cf2651;
}

.shop-section .swiper-inner .info-item + .info-item {
  margin-top: 50px;
}

.shop-section .swiper-inner .info-item .title {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}

.shop-section .swiper-inner .info-item .business {
  display: flex;
  justify-content: space-between;
}

.shop-section .swiper-inner .info-item .business > div {
  display: flex;
  flex-direction: column;
}

.shop-section .swiper-inner .info-item .business .separator {
  width: 1px;
  background-color: #918484;
}

.shop-section .swiper-inner .info-item .date {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}

.shop-section .swiper-inner .info-item .date div:nth-child(2) {
  font-size: 15px;
}

.shop-section .swiper-inner .info-item .time {
  margin-top: auto;
  font-size: 18px;
  text-align: center;
}

.shop-section .swiper-inner .info-item .address {
  font-size: 18px;
  line-height: 30px;
  text-align: center;
}

.shop-section .swiper-pagination {
  display: none;
}

.shop-section .swiper-button-next::after,
.shop-section .swiper-button-prev::after {
  content: none;
}

.shop-section .swiper-button-next,
.shop-section .swiper-button-prev {
  top: 50%;
  width: 18px;
  height: 29px;
  margin-top: -15px;
  background-image: url(../images/jr/arrow-right.svg);
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.shop-section .swiper-button-next.swiper-button-disabled,
.shop-section .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

.shop-section .swiper-button-next {
  right: max(calc(50% - 625px - 73px), 16px);
  background-position: right center;
}

.shop-section .swiper-button-prev {
  left: max(calc(50% - 625px - 73px), 16px);
  background-position: left center;
  transform: rotate(180deg);
}

@media not all and (min-width: 1024px) {
  .shop-section .swiper {
    padding: 44px 0 50px;
  }

  .shop-section .swiper-slide {
    height: auto;
  }

  .shop-section .swiper-inner {
    display: block;
    padding: 0 16px;
  }

  .shop-section .swiper-inner .locate {
    position: static;
    margin-bottom: 28px;
    font-size: 9px;
  }

  .shop-section .swiper-inner .locate::before {
    width: 4px;
    height: 4px;
    margin: 0 5px 0 8px;
  }

  .shop-section .swiper-inner .locate::after {
    width: 40px;
  }

  .shop-section .swiper-inner .intro {
    width: 100%;
    margin-bottom: 44px;
  }

  .shop-section .swiper-inner .intro .name {
    padding-left: 36px;
    margin-bottom: 35px;
    margin-left: 15px;
    font-size: 20px;
    line-height: 66px;
  }

  .shop-section .swiper-inner .intro .name .stars {
    height: 20px;
    margin-top: 15px;
  }

  .shop-section .swiper-inner .intro .name .stars + span {
    font-size: 24px;
  }

  .shop-section .swiper-inner .intro .content {
    width: auto;
    padding-left: 16px;
    font-size: 16px;
    line-height: 26px;
  }

  .shop-section .swiper-inner .info {
    width: 100%;
    padding: 0;
  }

  .shop-section .swiper-inner .info::before {
    content: none;
  }

  .shop-section .swiper-inner .info-item + .info-item {
    margin-top: 30px;
  }

  .shop-section .swiper-inner .info-item .title {
    margin-bottom: 35px;
    font-size: 18px;
  }

  .shop-section .swiper-inner .info-item .business {
    justify-content: center;
  }

  .shop-section .swiper-inner .info-item .business .separator {
    margin: 0 28px;
  }

  .shop-section .swiper-inner .info-item .date {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .shop-section .swiper-inner .info-item .date div:nth-child(2) {
    font-size: 14px;
  }

  .shop-section .swiper-inner .info-item .time {
    font-size: 16px;
  }

  .shop-section .swiper-inner .info-item .address {
    margin-top: -20px;
    font-size: 17px;
    line-height: 30px;
  }

  /* .shop-section .swiper-pagination {
    bottom: 20px;
    display: flex;
    justify-content: center;
  }

  .shop-section .swiper-pagination-bullet {
    background-color: #fff;
  } */

  .shop-section .swiper-button-next,
  .shop-section .swiper-button-prev {
    display: none;
  }
}

.menu-section {
  padding: 135px 0 192px;
  color: #fff;
  background-color: #000;
}

:lang(en) .menu-section {
  font-weight: 300;
}

.menu-section .section-title {
  margin-bottom: 150px;
  font-size: 40px;
  text-align: center;
}

.menu-section .swiper {
  max-width: 1024px;
}

.menu-section .swiper-slide a {
  position: relative;
  display: block;
  width: 140px;
  margin: 0 auto;
}

.menu-section .swiper-slide a span {
  position: absolute;
  top: 74px;
  left: 0;
  right: -50%;
  font-size: 24px;
  text-align: center;
  white-space: inherit;
}

.menu-section .swiper-pagination {
  display: none;
}

@media not all and (min-width: 1024px) {
  .menu-section {
    padding: 65px 0 55px;
  }

  .menu-section .section-title {
    margin-bottom: 70px;
    font-size: 24px;
  }

  .menu-section .swiper-slide {
    padding-bottom: 75px;
  }

  .menu-section .swiper-slide a {
    width: 90px;
  }

  .menu-section .swiper-slide a span {
    top: 48px;
    font-size: 16px;
  }

  .menu-section .swiper-pagination {
    display: block;
    bottom: 0;
    font-size: 15px;
  }

  .menu-section .swiper-pagination::before {
    content: '<';
    margin-right: 10px;
  }
  .menu-section .swiper-pagination::after {
    content: '>';
    margin-left: 10px;
  }
}

.award-section {
  position: relative;
  height: 690px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.award-section.altelier {
  background-image: url(../images/jr/bg-altelier.jpg);
}
.award-section.le-salon {
  background-image: url(../images/jr/bg-le-salon.jpg);
}

.award-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: linear-gradient(
    to right,
    rgba(32, 32, 32, 0.77),
    rgba(32, 29, 24, 0.99) 40%,
    rgba(19, 19, 19, 0.1)
  );
  background-size: cover;
}

:lang(en) .award-section {
  font-weight: 300;
}

.award-section .container {
  height: 100%;
}

.award-section .inner {
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 9.6%;
  height: 100%;
}

.award-section .inner .cover {
  width: 42.4%;
}

.award-section .inner .intro {
  flex: 1;
  width: 0;
  color: #fff;
}

.award-section .inner .intro .title {
  margin-bottom: 30px;
  font-size: 34px;
}

.award-section .inner .intro .content {
  font-size: 18px;
  line-height: 38px;
}

.award-section .inner .intro .content p + p {
  margin-top: 10px;
}

.award-section .inner .intro .awards {
  display: flex;
  align-items: center;
  column-gap: 26px;
  margin-top: 68px;
}

.award-section .inner .intro .awards img {
  max-width: 100%;
  width: auto;
}

.award-section .inner .intro .awards .fwa {
  width: 65px;
}
.award-section .inner .intro .awards .ga {
  width: 64px;
}
.award-section .inner .intro .awards .bpr {
  width: 96px;
}
.award-section .inner .intro .awards .tt {
  width: 75px;
}
.award-section .inner .intro .awards .mcl {
  width: 85px;
}
.award-section .inner .intro .awards .ws {
  width: 86px;
}
.award-section .inner .intro .awards .rg {
  width: 79px;
}

@media not all and (min-width: 1280px) {
  .award-section .inner {
    column-gap: 30px;
  }

  .award-section .inner .intro .awards {
    gap: 24px;
  }

  .award-section .inner .intro .awards .fwa {
    width: 59px;
  }
  .award-section .inner .intro .awards .ga {
    width: 58px;
  }
  .award-section .inner .intro .awards .bpr {
    width: 87px;
  }
  .award-section .inner .intro .awards .tt {
    width: 67px;
  }
  .award-section .inner .intro .awards .mcl {
    width: 79px;
  }
  .award-section .inner .intro .awards .ws {
    width: 79px;
  }
  .award-section .inner .intro .awards .rg {
    width: 73px;
  }
}

@media not all and (min-width: 1024px) {
  .award-section {
    height: auto;
    padding: 45px 0 55px;
  }

  .award-section .inner {
    display: block;
  }

  .award-section .inner .cover {
    display: block;
    width: 100%;
    margin: 0 auto 55px;
  }

  .award-section .inner .intro {
    width: 100%;
  }

  .award-section .inner .intro .title {
    margin-bottom: 35px;
    font-size: 26px;
  }

  .award-section .inner .intro .content {
    font-size: 18px;
    line-height: 28px;
  }

  .award-section .inner .intro .content p + p {
    margin-top: 24px;
  }

  .award-section .inner .intro .awards {
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 45px;
  }
}
