/* CSS Document */
.globalBox .hoverBox .mapBlock {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.mainArea {
  position: relative;
  padding: 0;
}

.bread {
  position: relative;
}
@media (max-width: 1023px) {
  .bread {
    display: none;
  }
}
.bread .wrap a {
  color: #8d8d8d;
  font-size: 16px;
}
.bread.verticalLine .wrap a + a::before,
.bread.verticalLine .wrap span + span::before,
.bread.verticalLine .wrap span + a::before,
.bread.verticalLine .wrap a + span::before {
  background-color: #8d8d8d;
}

.dfBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: #f2f6fa;
  width: 100%;
}
@media (max-width: 1023px) {
  .dfBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.dfBox .leftBox {
  width: 60%;
  padding: 80px 30px 80px 50px;
}
@media (max-width: 1536px) {
  .dfBox .leftBox {
    padding: 80px 20px 80px 20px;
  }
}
@media (max-width: 1023px) {
  .dfBox .leftBox {
    width: 100%;
    padding: 40px 20px;
  }
}
@media (max-width: 640px) {
  .dfBox .leftBox {
    padding: 40px 20px 20px;
  }
}
.dfBox .leftBox .classNote {
  padding: 0;
  width: 100%;
}
.dfBox .leftBox .classNote .titleBox {
  margin: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 35px;
  position: relative;
}
@media (max-width: 640px) {
  .dfBox .leftBox .classNote .titleBox {
    padding-bottom: 25px;
  }
}
.dfBox .leftBox .classNote .titleBox::before {
  content: "";
  position: absolute;
  width: 10%;
  height: 1px;
  background-color: #6db327;
  bottom: 0;
  left: 0;
}
.dfBox .leftBox .classNote .titleBox .text {
  color: #242424;
  font-size: 20px;
  padding-top: 10px;
}
.dfBox .leftBox .wrapInfoBox {
  max-width: 900px;
  padding: 0 50px;
  width: 100%;
  margin: 0 0 0 auto;
}
@media (max-width: 1536px) {
  .dfBox .leftBox .wrapInfoBox {
    padding: 0 20px;
  }
}
@media (max-width: 1023px) {
  .dfBox .leftBox .wrapInfoBox {
    max-width: 100%;
    margin: 0;
    padding: 0;
  }
}
.dfBox .leftBox .mapBox img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.dfBox .rightBox {
  width: 40%;
  background-color: #fff;
}
@media (max-width: 1023px) {
  .dfBox .rightBox {
    width: 100%;
  }
}
.dfBox .rightBox .wrapInfoBox {
  max-width: 650px;
  padding: 0px 50px 0;
  width: 100%;
}
@media (max-width: 1023px) {
  .dfBox .rightBox .wrapInfoBox {
    max-width: 100%;
    padding: 0 20px;
  }
}

.classBoxRow {
  margin: 20px 0;
  background-color: transparent;
  padding: 0;
}
.classBoxRow .classCurrent {
  background-color: #6db327;
  color: #fff;
}
@media (min-width: 1181px) {
  .classBoxRow .classLink {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .classBoxRow .classLink li {
    margin-bottom: 10px;
    margin-right: 5px;
    min-width: 100px;
  }
  .classBoxRow .classLink li::before {
    opacity: 0 !important;
  }
  .classBoxRow .classLink a,
  .classBoxRow .classLink span {
    border: 1px solid #c7c7c7;
    background-color: #f0f0f0;
    color: #000;
    display: block;
    letter-spacing: 0.02rem;
    text-align: center;
    min-width: 107px;
    line-height: 38px;
    padding: 0 10px;
    border-radius: 20px;
  }
  .classBoxRow .classLink a.current,
  .classBoxRow .classLink span.current {
    background-color: #6db327;
    color: #fff;
  }
}
@media (min-width: 1181px) and (min-width: 1201px) {
  .classBoxRow .classLink a:hover,
  .classBoxRow .classLink span:hover {
    background-color: #6db327;
    color: #fff;
  }
}

.globalBox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 2;
}
@media (max-width: 1023px) {
  .globalBox {
    display: none;
  }
}
.globalBox .Img {
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.globalBox .Img img {
  width: 100%;
  height: 100%;
  display: block;
}
.globalBox .hoverBox {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.globalBox .hoverBox .mapBlock {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.globalBox .hoverBox .mapBlock .Img {
  width: 100%;
  height: 100%;
}
.globalBox .hoverBox .mapBlock .Img img {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.globalBox .hoverBox .mapBlock .TxtBox {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  pointer-events: none;
}
.globalBox .hoverBox .mapBlock .TxtBox .Img {
  opacity: 0;
  pointer-events: none;
}
.globalBox .hoverBox .mapBlock .TxtBox .Txt {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.globalBox .hoverBox .mapBlock .TxtBox .Txt .num {
  font-size: 16px;
  color: #004998;
  background-color: #fff;
  min-width: 162px;
  height: 48px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  position: relative;
  opacity: 0;
}
.globalBox .hoverBox .mapBlock .TxtBox .Txt .num::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 8px 0 8px;
  border-color: #fff transparent transparent transparent;
  bottom: -18px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.globalBox .hoverBox .mapBlock .TxtBox .Txt .dot {
  padding: 0;
  padding-top: 20px;
  opacity: 0;
}
.globalBox .hoverBox .mapBlock .TxtBox .Txt .title {
  color: #3e3e3e;
  font-size: 16px;
  text-align: center;
  pointer-events: auto;
  display: block;
  padding: 5px 20px;
}
.globalBox .hoverBox .mapBlock.current .TxtBox .Img {
  opacity: 1;
}
.globalBox .hoverBox .mapBlock.current .TxtBox .Txt .num {
  opacity: 1;
}
.globalBox .hoverBox .mapBlock.current .TxtBox .Txt .dot {
  opacity: 1;
}
.globalBox .hoverBox .mapBlock.current .TxtBox .Txt .title {
  color: #004998;
}
.globalBox .hoverBox .mapBlockEurope .Txt {
  top: 10%;
  left: 49%;
}
@media (max-width: 1680px) {
  .globalBox .hoverBox .mapBlockEurope .Txt {
    top: 0%;
    left: 45%;
  }
}
@media (max-width: 1280px) {
  .globalBox .hoverBox .mapBlockEurope .Txt {
    left: 43%;
  }
}
@media (max-width: 1180px) {
  .globalBox .hoverBox .mapBlockEurope .Txt {
    top: -12%;
  }
}
.globalBox .hoverBox .mapBlockAsia .Txt {
  top: 10%;
  left: 65%;
}
@media (max-width: 1680px) {
  .globalBox .hoverBox .mapBlockAsia .Txt {
    top: 0;
    left: 60%;
  }
}
.globalBox .hoverBox .mapBlockOceania .Txt {
  top: 58%;
  left: 76%;
}
@media (max-width: 1280px) {
  .globalBox .hoverBox .mapBlockOceania .Txt {
    top: 52%;
    left: 71%;
  }
}
.globalBox .hoverBox .mapBlockNorthAmerica .Txt {
  top: 10%;
  left: 10%;
}
@media (max-width: 1280px) {
  .globalBox .hoverBox .mapBlockNorthAmerica .Txt {
    top: 0%;
    left: 5%;
  }
}
.globalBox .hoverBox .mapBlockMiddleEast .Txt {
  top: 27%;
  left: 51%;
}
.globalBox .hoverBox .mapBlockAfrica .Txt {
  top: 35%;
  left: 41%;
}
.globalBox .hoverBox .mapBlockSouthAmerica .Txt {
  top: 50%;
  left: 23%;
}

.worldwideBox {
  width: 100%;
  margin-top: 60px;
}
@media (max-width: 1180px) {
  .worldwideBox {
    margin-top: 30px;
  }
}
.worldwideBox .titleInsBox {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 25px;
  margin-bottom: 25px;
  width: 100%;
}
.worldwideBox .titleInsBox .titleEn {
  font-size: 16px;
  color: #004998;
  font-weight: 500;
  text-transform: uppercase;
}
.worldwideBox .titleInsBox .titleTw {
  font-size: 30px;
  color: #3a3a3a;
}
.worldwideBox .worldwideList {
  width: 100%;
}
@media (min-width: 1024px) {
  .worldwideBox .worldwideList {
    height: 770px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .worldwideBox .worldwideList::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
    background-color: #e8e8e8;
  }
  .worldwideBox .worldwideList::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #e8e8e8;
  }
  .worldwideBox .worldwideList::-webkit-scrollbar-thumb {
    background: #a8a8a8;
  }
  .worldwideBox .worldwideList {
    padding: 20px 50px 80px 0;
  }
}
@media (max-width: 1023px) {
  .worldwideBox .worldwideList {
    padding: 20px 0 60px;
  }
}
.worldwideBox .worldwideItem {
  padding-bottom: 15px;
  border-bottom: 1px solid #d9dde1;
  margin-bottom: 20px;
}
.worldwideBox .tagTitle {
  font-size: 14px;
  color: #5e5e5e;
  border: 1px solid #e5e5e5;
  padding: 5px 13px;
  border-radius: 16px;
  display: inline-block;
  margin-bottom: 16px;
}
.worldwideBox .topTitle {
  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;
}
@media (max-width: 1440px) {
  .worldwideBox .topTitle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.worldwideBox .topTitle .title {
  font-size: 20px;
  color: #3e3e3e;
}
@media (max-width: 1180px) {
  .worldwideBox .topTitle .title {
    margin-bottom: 5px;
  }
}
.worldwideBox .topTitle .subtitle {
  font-size: 14px;
  color: #828282;
}
.worldwideBox .infoList {
  width: 100%;
  margin-top: 25px;
}
.worldwideBox .infoList .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  margin-bottom: 10px;
}
.worldwideBox .infoList .tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
}
.worldwideBox .infoList .tit .Icon {
  width: 18px;
  margin-right: 5px;
}
.worldwideBox .infoList .tit .Icon img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.worldwideBox .infoList .text {
  width: calc(100% - 100px);
  font-size: 16px;
}
/*# sourceMappingURL=worldwide.css.map */