.w1400 {
  max-width: 1400px;
  width: 75%;
  margin: 0 auto;
}
.w1300 {
  max-width: 1300px;
  width: 68%;
  margin: 0 auto;
}
.bannerBox {
  width: 100%;
}
.bannerBox img {
  width: 100%;
}
.copy {
  display: flex;
  height: 80px;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.5rem;
  padding: 0 2rem;
  background: linear-gradient(142deg, rgba(0, 131, 230), rgba(53, 123, 243));
  margin-bottom: 3rem;
}
.copy h3 {
  font-size: calc(10px + 1rem);
  font-weight: bold;
  color: #FFFFFF;
  line-height: calc(16px + 1rem);
}
.copy .netaddress {
  display: flex;
  align-items: center;
}
.copy .urlTitle {
  font-size: calc(10px + 0.7rem);
  font-weight: 500;
  color: #FFFFFF;
  line-height: calc(16px + 1rem);
  margin-right: 2rem;
}
.copy .butUrl {
  display: flex;
  width: calc(50px + 2rem);
  height: calc(10px + 1rem);
  border-top: 2px solid #4386F4;
  border-radius: 2px;
  box-shadow: 2px 2px 5px #215ecea6;
  font-size: calc(8px + 0.4rem);
  font-weight: 400;
  color: #FFFFFF;
  line-height: calc(16px + 1rem);
  opacity: 0.9;
  justify-content: center;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
}
.copy .butUrl:active {
  border-top-color: transparent;
  background: #2C75F3;
  box-shadow: inset 0px 0px 10px 0px rgba(20, 55, 192, 0.52);
  opacity: 0.8;
}
.nomPage {
  border-bottom: 2px;
  background: #FFFFFF;
  box-shadow: 0px 0px 20px 0px rgba(83, 84, 85, 0.2);
  margin-bottom: 5.5rem;
}
.nomPage img {
  width: 100%;
}
.titles {
  font-size: calc(14px + 0.7rem);
  font-weight: bold;
  color: #273F60;
  line-height: calc(16px + 1rem);
  margin-bottom: 2.3rem;
  text-align: center;
}
.inquiryScreenshot {
  background: linear-gradient(161deg, #F3F5F8, #FFFFFF);
  padding-top: 3.5rem;
  position: relative;
  padding-bottom: 5rem;
}
.inquiryScreenshot .screenshot {
  border: calc(2px + 0.2rem) solid #273F60;
  border-radius: calc(10px + 0.5rem);
  overflow: hidden;
}
.inquiryScreenshot .swiper-button-next::after,
.inquiryScreenshot .swiper-rtl .swiper-button-prev::after {
  color: #646464;
}
.inquiryScreenshot .swiper-button-prev,
.inquiryScreenshot .swiper-rtl .swiper-button-next {
  color: #FFFFFF;
}
.inquiryScreenshot .swiper-button-prev,
.inquiryScreenshot .swiper-rtl .swiper-button-next {
  left: 3%;
}
.inquiryScreenshot .swiper-button-next,
.inquiryScreenshot .swiper-rtl .swiper-button-prev {
  right: 3%;
}
.bank_swift {
  background: linear-gradient(161deg, #F3F5F8, #FFFFFF);
  padding-top: 3.5rem;
  padding-bottom: 5.5rem;
}
.bank_swift .bank_swift_img {
  border: calc(2px + 0.2rem) solid #273F60;
  border-radius: calc(10px + 0.5rem);
  overflow: hidden;
}
.next1,
.prev1 {
  width: calc(20px + 4rem);
  height: calc(20px + 4rem);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 120;
}
.next1::before,
.prev1::before,
.next1::after,
.prev1::after {
  display: block;
  content: "";
  width: calc(15px + 1.5rem);
  height: 3px;
  background-color: #fff;
  box-shadow: 0px 0px 13px 1px rgba(111, 111, 111, 0.5);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.prev1 {
  left: 3%;
}
.prev1::before {
  top: calc(50% + 2px);
  left: 0;
  transform-origin: left top;
  transform: rotate(-45deg);
}
.prev1::after {
  left: 0;
  transform-origin: left bottom;
  transform: rotate(45deg);
}
.next1 {
  right: 3%;
}
.next1::before {
  top: calc(50% + 2px);
  right: 0;
  transform-origin: right top;
  transform: rotate(45deg);
}
.next1::after {
  right: 0;
  transform-origin: right bottom;
  transform: rotate(-45deg);
}
.remarkBox {
  background: linear-gradient(161deg, #F3F5F8, #FFFFFF);
  padding-top: 3.5rem;
  padding-bottom: 5.5rem;
}
.remarkBox .remarkContent {
  min-height: calc(100px + 3rem);
  padding: 2rem;
  border: 2px solid #D2D2D2;
  border-radius: calc(8px + 0.6rem);
}
.returnBox {
    display: flex;
    width: calc(80px + 3rem);
    height: calc(25px + 1rem);
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    color: #fff;
    font-size: calc(8px + 0.6rem);
    border-radius: calc(3px + 0.1rem);
    background: #0083EF;
}
@media screen and (max-width: 1100px) {
  .w1400 {
    width: 85%;
  }
  .w1300 {
    width: 79%;
  }
  .copy {
    display: block;
    height: auto;
    padding: 2rem 2rem;
  }
  .copy h3 {
    padding: 1.5rem 0;
  }
  .copy .butUrl {
    height: calc(13px + 1.5rem);
  }
  .copy .netaddress {
      justify-content: space-between;
  }
  .swiper-button-next::after,
  .swiper-button-prev::after {
    font-size: calc(20px + 3rem);
  }
  .returnBox {
      display: none;
  }
}
@media screen and (max-width: 470px) {
  .copy h3 {
    font-size: calc(8px + 1rem);
  }
  .copy .urlTitle {
    font-size: calc(8px + 0.8rem);
  }
}
