:root {
  --primary-color: #FE6700;
}

.text-image {
  padding-bottom: 80px;
}
.text-image .content-wrap {
  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;
}
.text-image .content-wrap .detail {
  max-width: 660px;
}
.text-image .content-wrap .detail .sec-title {
  color: #000;
  line-height: 45px;
}
.text-image .content-wrap .detail .sec-title + .sub-title {
  margin-bottom: 20px;
  margin-top: 15px;
}
.text-image .content-wrap .detail .sec-title + p {
  margin-top: 25px;
}
.text-image .content-wrap .detail .sub-title {
  font-weight: 500;
  line-height: 35px;
}
.text-image .content-wrap .detail p {
  line-height: 26px;
  color: #3c3c3c;
}
.text-image .content-wrap .detail p + p {
  margin-top: 20px;
}
.text-image .content-wrap figure {
  max-width: 441px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 441px;
          flex: 0 0 441px;
  margin-bottom: 0;
}

.image-grid {
  padding-bottom: 120px;
}
.image-grid .bento-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 15px 1fr 15px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
.image-grid .bento-grid .item {
  border-radius: 15px;
  overflow: hidden;
  width: 100%;
}
.image-grid .bento-grid .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  will-change: transform;
}
.image-grid .bento-grid .item:hover img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
.image-grid .bento-grid .item1 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
}
.image-grid .bento-grid .item2 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/span 2;
}
.image-grid .bento-grid .item3 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 1;
  grid-row: 1;
}
.image-grid .bento-grid .item4 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 2;
  -ms-grid-row-span: 2;
  grid-row: 2/span 2;
}
.image-grid .bento-grid .item5 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 2;
  -ms-grid-row-span: 2;
  grid-row: 2/span 2;
}
.image-grid .bento-grid .item6 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 3;
  grid-row: 3;
}

.text-block {
  text-align: center;
  padding-bottom: 120px;
}
.text-block p {
  max-width: 739px;
  margin: auto;
  color: #3c3c3c;
  line-height: 26px;
}

.choose-right-ship {
  position: relative;
  padding-bottom: 120px;
}
.choose-right-ship .head {
  text-align: center;
  margin-bottom: 80px;
}
.choose-right-ship .head .sec-title {
  margin-bottom: 25px;
  color: #000;
}
.choose-right-ship .head p {
  color: #3c3c3c;
  max-width: 878px;
  margin: auto;
}
.choose-right-ship .swiper .swiper-slide .image-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}
.choose-right-ship .swiper .swiper-slide .image-wrap figure {
  margin-bottom: 0;
  border-radius: 15px;
  overflow: hidden;
}
.choose-right-ship .swiper .swiper-slide .image-wrap:first-child {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.choose-right-ship .swiper .swiper-slide .image-wrap:first-child .img:first-child {
  width: 392px;
}
.choose-right-ship .swiper .swiper-slide .image-wrap:first-child .img:first-child figure {
  padding-top: calc(452 / 393 * 100%);
  position: relative;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.choose-right-ship .swiper .swiper-slide .image-wrap:first-child .img:first-child figure img {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
}
.choose-right-ship .swiper .swiper-slide .image-wrap:first-child .img:last-child {
  width: 767px;
}
.choose-right-ship .swiper .swiper-slide .image-wrap:first-child .img:last-child figure {
  padding-top: calc(380 / 767 * 100%);
  position: relative;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.choose-right-ship .swiper .swiper-slide .image-wrap:first-child .img:last-child figure img {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
}
.choose-right-ship .swiper .swiper-slide .image-wrap:last-child {
  margin-top: 40px;
}
.choose-right-ship .swiper .swiper-slide .image-wrap:last-child .img:last-child {
  width: 392px;
}
.choose-right-ship .swiper .swiper-slide .image-wrap:last-child .img:last-child figure {
  padding-top: calc(452 / 393 * 100%);
  position: relative;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.choose-right-ship .swiper .swiper-slide .image-wrap:last-child .img:last-child figure img {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
}
.choose-right-ship .swiper .swiper-slide .image-wrap:last-child .img:first-child {
  width: 767px;
}
.choose-right-ship .swiper .swiper-slide .image-wrap:last-child .img:first-child figure {
  padding-top: calc(380 / 767 * 100%);
  position: relative;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.choose-right-ship .swiper .swiper-slide .image-wrap:last-child .img:first-child figure img {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
}
.choose-right-ship .swiper .swiper-slide-active .image-wrap:first-child .img:first-child figure {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.choose-right-ship .swiper .swiper-slide-active .image-wrap:first-child .img:last-child figure {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.choose-right-ship .swiper .swiper-slide-active .image-wrap:last-child .img:first-child figure {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.choose-right-ship .swiper .swiper-slide-active .image-wrap:last-child .img:last-child figure {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.choose-right-ship .choose-wrap {
  position: relative;
}
.choose-right-ship .swiper-button-prev,
.choose-right-ship .swiper-button-next {
  width: 50px;
  height: 50px;
  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;
  background-color: #498611;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.choose-right-ship .swiper-button-prev::after,
.choose-right-ship .swiper-button-next::after {
  display: none;
}
.choose-right-ship .swiper-button-disabled {
  background-color: #ebebeb;
  border: 1px solid #dadada;
  opacity: 1;
}
.choose-right-ship .swiper-button-disabled span::before {
  color: #000;
}
.choose-right-ship .swiper-button-prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  left: -100px;
}
.choose-right-ship .swiper-button-prev:hover {
  -webkit-transform: rotate(180deg) scale(1.05);
          transform: rotate(180deg) scale(1.05);
}
.choose-right-ship .swiper-button-next {
  right: -100px;
}
.choose-right-ship .swiper-button-next:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.ship-tab {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #F6F6F6;
}
.ship-tab .custom-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ship-tab .custom-tabs .tab-list {
  max-width: 20%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  background-color: #FE6700;
  list-style-type: none;
  margin: 0;
  padding: 20px 12px;
  border-radius: 15px;
  padding-right: 0;
  overflow: hidden;
  border: none;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.ship-tab .custom-tabs .tab-list .tab-items {
  padding: 12px;
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  cursor: pointer;
  font-weight: 600;
  color: #fff;
  border-radius: 300px 0 0 300px;
  position: relative;
}
.ship-tab .custom-tabs .tab-list .tab-items img {
  margin-right: 13px;
  display: none;
}
.ship-tab .custom-tabs .tab-list .tab-items b {
  position: absolute;
  width: 100%;
  height: 20px;
  background-color: #F6F6F6;
  display: none;
}
.ship-tab .custom-tabs .tab-list .tab-items b:first-child {
  right: 0;
  top: -20px;
}
.ship-tab .custom-tabs .tab-list .tab-items b:first-child::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FE6700;
  border-bottom-right-radius: 20px;
}
.ship-tab .custom-tabs .tab-list .tab-items b:last-child {
  right: 0;
  bottom: -20px;
}
.ship-tab .custom-tabs .tab-list .tab-items b:last-child::before {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FE6700;
  border-top-right-radius: 20px;
}
.ship-tab .custom-tabs .tab-list .tab-items + .tab-items {
  margin-top: 10px;
}
.ship-tab .custom-tabs .tab-list .tab-items.active {
  background-color: #F6F6F6;
  color: #000;
  padding: 8px;
  padding-left: 20px;
}
.ship-tab .custom-tabs .tab-list .tab-items.active img {
  display: block;
}
.ship-tab .custom-tabs .tab-list .tab-items.active b {
  display: block;
}
.ship-tab .custom-tabs .tab-list .tab-items.active::before {
  display: block;
}
.ship-tab .custom-tabs .tab-content {
  max-width: 80%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80%;
          flex: 0 0 80%;
  padding-left: 65px;
}
.ship-tab .custom-tabs .tab-content .tab-panel {
  display: none;
}
.ship-tab .custom-tabs .tab-content .tab-panel.active {
  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;
}
.ship-tab .custom-tabs .tab-content .tab-panel .content {
  max-width: 456px;
}
.ship-tab .custom-tabs .tab-content .tab-panel .content .title {
  margin-bottom: 30px;
  color: #000;
}
.ship-tab .custom-tabs .tab-content .tab-panel .content p {
  color: #3C3C3C;
  line-height: 26px;
}
.ship-tab .custom-tabs .tab-content .tab-panel .image-wrap {
  width: 343px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 343px;
          flex: 0 0 343px;
}
.ship-tab .custom-tabs .tab-content .tab-panel .image-wrap figure {
  margin-bottom: 0;
  padding-top: calc(445 / 343 * 100%);
  position: relative;
}
.ship-tab .custom-tabs .tab-content .tab-panel .image-wrap figure img {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
}