.f2-bigTitle {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #02306e;
  height: 40vw;
  max-height: 300px;
  min-height: 150px;
  margin-bottom: 100px;
}
.f2-bigTitle .f-b-title {
  z-index: 2;
  font-family: "NotoSerif-Black", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 7px;
}
.f2-bigTitle .title-en {
  letter-spacing: 0;
}
.f2-bigTitle .f-b-text {
  z-index: 2;
  margin-top: 16px;
  font-family: "NotoSerif-regular", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.5rem;
}
.f2-bigTitle .text-en {
  min-width: 290px;
  letter-spacing: 0;
}
.f2-bigTitle .f-b-icon {
  position: absolute;
  z-index: 1;
  width: 24rem;
  transform: translateY(54%);
}
.f2-bigTitle .f-b-contactUs {
  position: absolute;
  width: 10.3125rem;
  height: 10.9375rem;
  transform: translate(62%, -28%);
}
.f2-bigTitle .contactUs-en {
  opacity: 0;
}
.pathCard {
  min-width: 342px;
  max-width: 1040px;
  width: 72.2%;
  margin: 0 auto;
  margin-bottom: 4.375rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ffd0b5;
  border-radius: 27px;
  overflow: hidden;
}
.pathCard .imgContainer {
  width: 38%;
}
.pathCard .p-text {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 80%;
  min-width: 342px;
}
.pathCard .p-text .p-t-top {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
}
.pathCard .p-text .p-t-top .title {
  font-size: 2rem;
  font-family: "NotoSans-bold", sans-serif;
  margin-top: 2vw;
  color: #02306e;
}
.pathCard .p-text .p-t-top .detail {
  letter-spacing: 2px;
  font-size: 1.5rem;
  font-family: "NotoSans-regular", sans-serif;
  margin-top: 1rem;
  color: #02306e;
}
.pathCard .p-text .p-t-top .scheme {
  font-family: "NotoSans-bold", sans-serif;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.5rem;
}
.pathCard .p-text .p-t-top .scheme .item {
  height: 3.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  white-space: nowrap;
}
.pathCard .p-text .p-t-top .scheme .item:first-child {
  width: 37%;
  color: #0358b8;
  border: #0358b8 3px solid;
}
.pathCard .p-text .p-t-top .scheme .item:nth-child(2) {
  width: 49%;
  color: #ff5e00;
  border: #ff5e00 3px solid;
}
.pathCard .p-text .p-t-top .scheme-en {
  font-size: 1.5rem;
}
.pathCard .p-text .p-t-bottom {
  margin-left: auto;
  margin-top: 2vw;
  padding: 5px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.4rem;
  background-color: #ff5e00;
  border-radius: 10px;
  color: #ffffff;
  letter-spacing: 1px;
}
.pathCard .p-text .p-t-bottom img {
  width: 2.25rem;
}
@media (max-width: 768px) {
  .f2-bigTitle {
    margin-bottom: 34px;
    margin-top: 23px;
  }
  .f2-bigTitle .f-b-title {
    font-size: 24px;
  }
  .f2-bigTitle .f-b-text {
    font-size: 12px;
  }
  .f2-bigTitle .f-b-contactUs {
    transform: translate(46%, -24%) scale(0.7);
  }
  .f2-bigTitle .text-en {
    width: 75%;
  }
  .f2-bigTitle .f-b-icon {
    transform: translateY(34%) scale(0.7);
  }
  #card1 {
    width: 100% !important;
  }
  #card2 {
    width: 100% !important;
  }
  .pathCard {
    border-radius: 10px;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    max-width: 430px;
  }
  .pathCard .p-visit {
    border-radius: 10px 0 0 10px;
  }
  .pathCard .imgContainer {
    width: 100%;
  }
  .pathCard .p-text {
    justify-content: flex-start;
    padding: 20px;
    gap: 33px;
    width: 100%;
  }
  .pathCard .p-text .p-t-top .title {
    padding-left: 5px;
    margin-top: 5vw;
  }
  .pathCard .p-text .p-t-top .detail {
    padding-left: 5px;
    font-size: 14px;
    margin-top: 5vw;
  }
  .pathCard .p-text .p-t-top .scheme {
    font-size: 14px;
  }
  .pathCard .p-text .p-t-bottom {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1224px) {
  .pathCard .p-text .p-t-top .detail {
    font-size: 1.8vw;
  }
  .pathCard .p-text .p-t-top .title {
    font-size: 2.5vw;
  }
  .pathCard .p-text .p-t-top .scheme {
    font-size: 1.5vw;
  }
  .pathCard .p-text .p-t-top .scheme .item {
    height: 4.2vw;
  }
  .pathCard .p-text .p-t-bottom img {
    width: 2.5vw;
  }
}
