/* CSS Document */
.locationBox .locationItem .addBox a svg, .locationBox .locationItem .addBox a span, .locationBox .locationItem .addBox a::before, .locationBox .locationItem::before {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.mainArea {
  padding-bottom: 0 !important;
}

.locationArea {
  position: relative;
  padding: 70px 0;
  background-color: #f2f5fa;
}
.locationArea .titleBox {
  margin-bottom: 1rem;
}
.locationArea .titleBox .title {
  font-size: 50px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #2f2f2f;
}
.locationArea .bread .wrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}

.mapBoxOuterBox {
  position: relative;
}
@media (max-width: 1024px) {
  .mapBoxOuterBox {
    overflow-x: scroll;
    cursor: -webkit-grab;
    cursor: grab;
  }
  .mapBoxOuterBox::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.15);
    background-color: #f8f8f8;
  }
  .mapBoxOuterBox::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    background-color: #f8f8f8;
  }
  .mapBoxOuterBox::-webkit-scrollbar-thumb {
    background: #d88138;
  }
}

.mapBox {
  position: relative;
  margin-top: 3.375rem;
}
@media (max-width: 1499px) {
  .mapBox {
    max-width: 1200px;
    margin: 3.375rem auto;
  }
}
@media (max-width: 1280px) {
  .mapBox {
    max-width: 1000px;
  }
}
@media (max-width: 1024px) {
  .mapBox {
    max-width: none;
    min-width: 1000px;
  }
}
.mapBox .imgBox {
  position: relative;
}
.mapBox .imgBox .Img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.mapBox .imgBox .Img:not(.all) {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

.mapContentList {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.mapContentList .mapContentItem {
  position: absolute;
  width: 200px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.18);
          box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.18);
  padding: 14px 34px;
}
@media (max-width: 1499px) {
  .mapContentList .mapContentItem {
    width: 180px;
    padding: 14px 24px;
  }
}
@media (max-width: 1280px) {
  .mapContentList .mapContentItem {
    width: 150px;
    padding: 8px 16px;
  }
}
.mapContentList .mapContentItem .title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}
.mapContentList .mapContentItem .title span {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #4f4f4f;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 1280px) {
  .mapContentList .mapContentItem .title span {
    font-size: 18px;
  }
}
.mapContentList .mapContentItem .title img {
  width: 100%;
  max-width: 22px;
}
@media (max-width: 1280px) {
  .mapContentList .mapContentItem .title img {
    max-width: 18px;
  }
}
.mapContentList .mapContentItem .engTitle {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #4f4f4f;
  text-transform: uppercase;
  margin-top: 2px;
}
@media (max-width: 1280px) {
  .mapContentList .mapContentItem .engTitle {
    font-size: 14px;
  }
}
.mapContentList .mapContentItem.usa {
  top: 25%;
  left: 0;
}
@media (max-width: 1499px) {
  .mapContentList .mapContentItem.usa {
    top: 28%;
  }
}
.mapContentList .mapContentItem.usa .icon {
  top: 30%;
  right: -30%;
}
.mapContentList .mapContentItem.cn {
  top: 32%;
  left: 57%;
}
@media (max-width: 1499px) {
  .mapContentList .mapContentItem.cn {
    top: 28%;
    left: 55%;
  }
}
.mapContentList .mapContentItem.cn .icon {
  bottom: -5%;
  right: -30%;
}
.mapContentList .mapContentItem.tw {
  top: 48%;
  left: 65%;
}
@media (max-width: 1499px) {
  .mapContentList .mapContentItem.tw {
    left: 64%;
  }
}
.mapContentList .mapContentItem.tw .icon {
  top: 0;
  right: -25px;
}
.mapContentList .mapContentItem.jp {
  top: 26%;
  right: 20px;
}
@media (max-width: 1499px) {
  .mapContentList .mapContentItem.jp {
    top: 23%;
    right: 0;
  }
}
.mapContentList .mapContentItem.jp .icon {
  bottom: -40%;
  left: -3px;
}
.mapContentList .icon {
  position: absolute;
  width: 22px;
  height: 22px;
  color: #d88138;
}

.locationBox {
  position: relative;
}
@media (max-width: 1024px) {
  .locationBox {
    margin-top: 2rem;
  }
}
.locationBox .locationRow {
  position: relative;
}
.locationBox .locationRow + .locationRow {
  margin-top: 3.75rem;
}
@media (max-width: 1180px) {
  .locationBox .locationRow + .locationRow {
    margin-top: 3rem;
  }
}
@media (max-width: 768px) {
  .locationBox .locationRow + .locationRow {
    margin-top: 2rem;
  }
}
.locationBox .locationClassTitle {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #2f4388;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}
.locationBox .locationList {
  position: relative;
}
.locationBox .locationItem {
  position: relative;
  padding: 2rem 1rem 2rem 0;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.05);
}
@media (max-width: 1280px) {
  .locationBox .locationItem {
    padding: 1.5rem 1.25rem;
  }
}
@media (max-width: 1180px) {
  .locationBox .locationItem {
    padding: 1rem 1.25rem;
  }
}
.locationBox .locationItem::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 5px;
  height: 0;
  background-color: #2f4388;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}
@media (min-width: 1181px) {
  .locationBox .locationItem:hover::before {
    height: 100%;
  }
}
.locationBox .locationItem + .locationItem {
  margin-top: 1.5rem;
}
.locationBox .locationItem .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1280px) {
  .locationBox .locationItem .item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 1rem;
  }
}
.locationBox .locationItem .title {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 11%;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #292929;
  text-align: center;
}
@media (max-width: 1366px) {
  .locationBox .locationItem .title {
    width: 10%;
  }
}
@media (max-width: 1280px) {
  .locationBox .locationItem .title {
    width: 100%;
    text-align: left;
    padding-bottom: 1rem;
  }
}
@media (max-width: 1180px) {
  .locationBox .locationItem .title {
    font-size: 18px;
    padding-bottom: 0.625rem;
  }
}
.locationBox .locationItem .title::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 1px;
  height: 80px;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  translate: 0 -50%;
}
@media (max-width: 1280px) {
  .locationBox .locationItem .title::before {
    width: 100%;
    height: 1px;
    top: unset;
    bottom: 0;
  }
}
.locationBox .locationItem .addBox {
  position: relative;
  width: 44%;
  padding-left: 3.375rem;
  padding-right: 1rem;
}
@media (max-width: 1499px) {
  .locationBox .locationItem .addBox {
    padding-left: 2rem;
  }
}
@media (max-width: 1366px) {
  .locationBox .locationItem .addBox {
    width: 50%;
    padding-left: 1.5rem;
    padding-right: 0.625rem;
  }
}
@media (max-width: 1280px) {
  .locationBox .locationItem .addBox {
    padding-left: 0;
  }
}
@media (max-width: 1180px) {
  .locationBox .locationItem .addBox {
    width: 55%;
  }
}
@media (max-width: 991px) {
  .locationBox .locationItem .addBox {
    width: 100%;
    padding-right: 0;
  }
}
.locationBox .locationItem .addBox a {
  position: relative;
  display: inline-block;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
}
@media (max-width: 991px) {
  .locationBox .locationItem .addBox a {
    display: block;
  }
}
.locationBox .locationItem .addBox a::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 0;
  height: 1px;
  background-color: #d88138;
  position: absolute;
  top: auto;
  right: auto;
  bottom: -2px;
  left: 0;
}
.locationBox .locationItem .addBox a span {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #292929;
}
@media (max-width: 1180px) {
  .locationBox .locationItem .addBox a span {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .locationBox .locationItem .addBox a span {
    font-size: 15px;
  }
}
.locationBox .locationItem .addBox a span.eng {
  font-size: 16px;
}
@media (max-width: 1180px) {
  .locationBox .locationItem .addBox a span.eng {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .locationBox .locationItem .addBox a span.eng {
    font-size: 14px;
  }
}
.locationBox .locationItem .addBox a svg {
  width: 16px;
  height: 16px;
  color: #292929;
}
@media (max-width: 1180px) {
  .locationBox .locationItem .addBox a svg {
    width: 14px;
    height: 14px;
  }
}
@media (min-width: 1181px) {
  .locationBox .locationItem .addBox a:hover::before {
    width: 100%;
  }
  .locationBox .locationItem .addBox a:hover span {
    color: #d88138;
  }
  .locationBox .locationItem .addBox a:hover svg {
    color: #d88138;
  }
}
.locationBox .locationItem .addBox a + a {
  margin-top: 0.25rem;
}
.locationBox .locationItem .infoBox {
  position: relative;
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}
@media (max-width: 1366px) {
  .locationBox .locationItem .infoBox {
    width: 50%;
  }
}
@media (max-width: 1180px) {
  .locationBox .locationItem .infoBox {
    width: 45%;
    -webkit-column-gap: 0.625rem;
       -moz-column-gap: 0.625rem;
            column-gap: 0.625rem;
  }
}
@media (max-width: 991px) {
  .locationBox .locationItem .infoBox {
    width: 100%;
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
  }
}
@media (max-width: 575px) {
  .locationBox .locationItem .infoBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    row-gap: 1rem;
  }
}
.locationBox .locationItem .infoBox li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
@media (max-width: 1366px) {
  .locationBox .locationItem .infoBox li {
    -webkit-column-gap: 0.75rem;
       -moz-column-gap: 0.75rem;
            column-gap: 0.75rem;
  }
}
@media (max-width: 991px) {
  .locationBox .locationItem .infoBox li {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}
.locationBox .locationItem .infoBox li.tel {
  width: calc(43% - 0.625rem);
}
@media (max-width: 1366px) {
  .locationBox .locationItem .infoBox li.tel {
    width: calc(40% - 0.375rem);
  }
}
@media (max-width: 1280px) {
  .locationBox .locationItem .infoBox li.tel {
    width: calc(44% - 0.375rem);
  }
}
@media (max-width: 991px) {
  .locationBox .locationItem .infoBox li.tel {
    width: auto;
  }
}
.locationBox .locationItem .infoBox li.fax {
  width: calc(57% - 0.625rem);
}
@media (max-width: 1366px) {
  .locationBox .locationItem .infoBox li.fax {
    width: calc(60% - 0.375rem);
  }
}
@media (max-width: 1280px) {
  .locationBox .locationItem .infoBox li.fax {
    width: calc(56% - 0.375rem);
  }
}
@media (max-width: 991px) {
  .locationBox .locationItem .infoBox li.fax {
    width: auto;
  }
}
.locationBox .locationItem .infoBox .icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #2f4388;
  padding: 14px;
}
@media (max-width: 1180px) {
  .locationBox .locationItem .infoBox .icon {
    width: 45px;
    height: 45px;
    padding: 12px;
  }
}
@media (max-width: 575px) {
  .locationBox .locationItem .infoBox .icon {
    width: 40px;
    height: 40px;
    padding: 10px;
  }
}
.locationBox .locationItem .infoBox .icon svg {
  width: 100%;
  height: 100%;
  color: #fff;
}
.locationBox .locationItem .infoBox .text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}
@media (max-width: 1180px) {
  .locationBox .locationItem .infoBox .text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 991px) {
  .locationBox .locationItem .infoBox .text {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (max-width: 375px) {
  .locationBox .locationItem .infoBox .text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.locationBox .locationItem .infoBox .text span {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #292929;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 1180px) {
  .locationBox .locationItem .infoBox .text span {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .locationBox .locationItem .infoBox .text span {
    font-size: 14px;
  }
}
.locationBox .locationItem .infoBox .text a {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #292929;
}
@media (max-width: 1180px) {
  .locationBox .locationItem .infoBox .text a {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .locationBox .locationItem .infoBox .text a {
    font-size: 14px;
  }
}
@media (min-width: 1181px) {
  .locationBox .locationItem .infoBox .text a:hover {
    color: #d88138;
  }
}

.contactArea {
  position: relative;
  padding: 80px 0;
}
@media (max-width: 768px) {
  .contactArea {
    padding: 60px 0;
  }
}
.contactArea .wrap {
  max-width: 1300px;
}
.contactArea .titleBox {
  margin-bottom: 0;
}
/*# sourceMappingURL=location.css.map */