.locationBox .nationTitle {
  border: 1px solid #e6e6e6;
  border-width: 0 0 1px 0;
  color: #222222;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0;
  font-family: Arial, "Noto Sans TC", "Noto Sans SC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.locationBox .nationTitle:not(:first-child) {
  margin-top: 40px;
}
.locationBox .locationItem:not(:first-child) {
  margin-top: 30px;
}
.locationBox .item {
  background: #f7f7f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px;
}
@media (max-width: 1200px) {
  .locationBox .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.locationBox .item .leftBox {
  width: 350px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1200px) {
  .locationBox .item .leftBox {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 30px;
  }
}
@media (max-width: 720px) {
  .locationBox .item .leftBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.locationBox .item .leftBox .companyTitle {
  color: #222222;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0;
  font-family: Arial, "Noto Sans TC", "Noto Sans SC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
}
.locationBox .item .leftBox .btnBox {
  margin-top: 40px;
}
@media (max-width: 1200px) {
  .locationBox .item .leftBox .btnBox {
    margin: 0;
  }
}
@media (max-width: 720px) {
  .locationBox .item .leftBox .btnBox {
    margin-top: 20px;
  }
}
.locationBox .item .rightBox {
  width: 100%;
}
.locationBox .item .rightBox .infoList {
  border: 1px solid #e6e6e6;
  border-width: 0 0 0 1px;
  padding-left: 40px;
}
@media (max-width: 640px) {
  .locationBox .item .rightBox .infoList {
    border: none;
    padding: 0;
  }
}
.locationBox .item .rightBox .infoList ol:not(:first-child) {
  border: 1px solid #e6e6e6;
  border-width: 1px 0 0 0;
  padding-top: 20px;
  margin-top: 50px;
}
.locationBox .item .rightBox .infoList ol .title {
  color: #222222;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0;
  font-family: Arial, "Noto Sans TC", "Noto Sans SC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 20px;
}
.locationBox .item .rightBox .infoList ol .title .dot {
  display: block;
  width: 16px;
  height: 16px;
  border: 2px solid #00549d;
  border-radius: 50%;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  z-index: 1;
  margin-right: 10px;
}
.locationBox .item .rightBox .infoList ol .title .dot::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: #b5b6b6;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.locationBox .item .rightBox .infoList ol > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 940px) {
  .locationBox .item .rightBox .infoList ol > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.locationBox .item .rightBox .infoList ol li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 480px) {
  .locationBox .item .rightBox .infoList ol li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.locationBox .item .rightBox .infoList ol li:first-child {
  width: 250px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 480px) {
  .locationBox .item .rightBox .infoList ol li:first-child {
    width: 100%;
    margin-bottom: 20px;
  }
}
.locationBox .item .rightBox .infoList ol li p {
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 10px;
}
.locationBox .item .rightBox .infoList ol li .icon {
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.locationBox .item .rightBox .infoList ol li .icon.tel {
  background: url("../images/contactIC_1.png") no-repeat center;
  background-size: contain;
}
.locationBox .item .rightBox .infoList ol li .icon.address {
  background: url("../images/contactIC_4.png") no-repeat center;
  background-size: contain;
}
.locationBox .item .rightBox .infoList ol li span {
  border: 1px solid #e6e6e6;
  border-width: 0 1px 0 0;
  color: #00549d;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0;
  font-family: Arial, "Noto Sans TC", "Noto Sans SC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  padding-right: 10px;
}
.locationBox .item .rightBox .infoList ol li a {
  color: #666666;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0;
  font-family: Arial, "Noto Sans TC", "Noto Sans SC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
}

.classBoxCustom {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  z-index: 10;
}
.classBoxCustom.fixed {
  position: fixed;
  top: 80px;
  left: 0;
}