@charset "UTF-8";
:root {
  --RWDWidth: 1024px;
}

.contactPage {
  background: url('../images/in/inbg4.png'), linear-gradient(70deg, #333230 30%, #000 80%);
  background-position: right top;
  background-repeat: no-repeat;
}
.contactPage .mainBox {
  padding-bottom: clamp(80px, 10vw, 100px);
}
.contactPage .mainBox .contentBox {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .contactPage .mainBox .contentBox {
    flex-direction: column;
  }
}
.contactPage .infoBox {
  width: 45%;
}
@media screen and (max-width: 1024px) {
  .contactPage .infoBox {
    width: 100%;
  }
}
.contactPage .infoBox .pageTitleBox {
  padding-right: 40px;
}
.contactPage .infoBox .info {
  border: #3d3c3a 1px solid;
  padding: 40px;
  color: #999999;
  font-size: var(--clamp21);
}
@media screen and (max-width: 1024px) {
  .contactPage .infoBox .info {
    padding: 30px 20px;
    margin-bottom: 30px;
  }
}
.contactPage .infoBox .info li {
  display: flex;
}
.contactPage .infoBox .info li + li {
  margin-top: 6%;
}
@media screen and (max-width: 1024px) {
  .contactPage .infoBox .info li + li {
    margin-top: 10px;
  }
}
.contactPage .infoBox .info span {
  display: block;
  width: 140px;
  color: #fff;
  font-weight: 600;
  flex-shrink: 0;
}
.contactPage .infoBox .info a {
  color: #999999;
}
.contactPage .bottomBox {
  width: 55%;
  max-width: 830px;
  background: radial-gradient(ellipse at center, rgb(227, 227, 227) 0%, rgb(194, 195, 195) 100%);
  padding: var(--contentPadding);
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .contactPage .bottomBox {
    width: 100%;
    max-width: none;
  }
}
.contactPage .bottomBox .title {
  font-size: var(--clamp36);
  margin: 0 auto 3%;
  text-align: center;
  font-weight: 800;
  color: #000;
}
.contactPage .bottomBox .topInfo {
  font-size: var(--clamp18);
  margin: 0 auto 8%;
  text-align: center;
  font-weight: 600;
  max-width: 600px;
  color: #000;
}
.contactPage .bottomBox .topInfo span {
  font-weight: 500;
  color: #474747;
  display: block;
  font-size: var(--clamp18);
}
.contactPage .bottomBox .formBox {
  max-width: 1100px;
  margin: 0 auto;
  padding-bottom: 30px;
}
.contactPage .bottomBox .pageBtnBox {
  position: absolute;
  margin: 0;
  padding: 0;
  right: 0;
  top: 100%;
  transform: translateY(-50%);
}

.contactOk {
  background: url('../images/in/inbg4.png'), linear-gradient(70deg, #333230 30%, #000 80%);
  background-position: right top;
  background-repeat: no-repeat;
}
.contactOk .mainBox {
  padding-bottom: clamp(80px, 10vw, 180px);
}
.contactOk .mainBox .title {
  max-width: 570px;
  line-height: 1.2;
  font-size: var(--clamp40);
  margin-bottom: 30px;
  color: #969696;
  position: relative;
}
.contactOk .mainBox .title::before {
  content: '';
  width: 44px;
  height: 44px;
  display: block;
  position: absolute;
  background: #81172b;
  border-radius: 50%;
  top: 8px;
  left: 0;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.contactOk .mainBox .txt {
  color: #969696;
  font-size: var(--clamp21);
}
.contactOk .mainBox .subTitle {
  width: -moz-fit-content;
  width: fit-content;
  color: #e66e0d;
  font-weight: 700;
  font-size: var(--clamp24);
  margin: 0 0 30px;
}
.algins{
  width: 1px !important;
  height: 1px !important;
  margin-bottom: 0;
  opacity: 0;
  position: absolute;
  left:-1px;
  top:-1px;
}
.globalPage {
  background: url('../images/in/inbg4.png'), linear-gradient(70deg, #333230 30%, #000 80%);
  background-position: right top;
  background-repeat: no-repeat;
}
.globalPage .contentBox {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 40px;
}
.globalPage .listBox {
  display: flex;
  flex-direction: column;
}
.globalPage .listBox:has(.item:nth-child(2)) {
  width: 100%;
}
.globalPage .listBox:has(.item:nth-child(2)) .item {
  width: calc((100% - 40px * (2 - 1)) / 2);
}
@media screen and (max-width: 767px) {
  .globalPage .listBox:has(.item:nth-child(2)) .item {
    width: calc((100% - 20px * (1 - 1)) / 1);
  }
}
.globalPage .listBox:not(:has(.item:nth-child(2))) {
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 767px) {
  .globalPage .listBox:not(:has(.item:nth-child(2))) {
    width: 100%;
  }
}
.globalPage .listBox .list {
  flex-wrap: wrap;
  display: flex;
  flex-grow: 1;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .globalPage .listBox .list {
    gap: 20px;
  }
}
.globalPage .listBox .list .item {
  flex-grow: 1;
  border: #3d3c3a 1px solid;
  padding: 40px 50px;
}
@media screen and (max-width: 1024px) {
  .globalPage .listBox .list .item {
    padding: 20px 30px;
  }
}
@media screen and (max-width: 767px) {
  .globalPage .listBox .list .item {
    padding: 20px;
  }
}
.globalPage .listBox .country {
  color: #999999;
  font-size: var(--clamp36);
  font-weight: 800;
  margin-bottom: 10px;
}
.globalPage .listBox .companyName {
  font-size: var(--clamp24);
  line-height: 1.4;
  color: #fff;
  position: relative;
  isolation: isolate;
}
.globalPage .listBox .companyName::before {
  content: '';
  width: 33px;
  height: 33px;
  display: block;
  position: absolute;
  background: #81172b;
  border-radius: 50%;
  top: 8px;
  left: 0;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.globalPage .listBox .name {
  color: #e66e0d;
  font-size: var(--clamp18);
  margin-bottom: 30px;
}
.globalPage .listBox ul {
  color: #999999;
  font-size: var(--clamp18);
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-family: Arial, '微軟正黑體', 'Open Sans', 'Microsoft JhengHei', '蘋果儷中黑', 'Apple LiGothic Medium', sans-serif;
}
.globalPage .listBox ul a {
  color: #999999;
}
.globalPage .listBox ul a:hover {
  color: #e66e0d;
}
.globalPage .listBox ul a[href^='mailto'] {
  text-decoration: underline;
} /*# sourceMappingURL=contact.css.map */
