@charset "UTF-8";
.strongholdRow .strongholdItem .leftBox .Img img {
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.strongholdArea {
  position: relative;
  padding: 90px 0 100px;
  background-color: #edf0f2;
}
@media (max-width: 1180px) {
  .strongholdArea {
    padding: 60px 0 80px;
  }
}
@media (max-width: 768px) {
  .strongholdArea {
    padding: 50px 0 60px;
  }
}
.strongholdArea .secTitleBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  border-bottom: 2px solid #0372c1;
  padding-bottom: 2rem;
  margin-bottom: 5rem;
}
@media (max-width: 1180px) {
  .strongholdArea .secTitleBox {
    padding-bottom: 1.5rem;
    margin-bottom: 3.375rem;
  }
}
@media (max-width: 768px) {
  .strongholdArea .secTitleBox {
    -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: 0.625rem;
    padding-bottom: 1rem;
    margin-bottom: 3rem;
  }
}

.mapBoxOuterBox {
  position: relative;
}
@media (max-width: 1180px) {
  .mapBoxOuterBox {
    overflow-x: auto;
    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: #dbdbdb;
  }
  .mapBoxOuterBox::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    background-color: #dbdbdb;
  }
  .mapBoxOuterBox::-webkit-scrollbar-thumb {
    background: #0070c0;
  }
}

.mapBox {
  position: relative;
}
@media (max-width: 1599px) {
  .mapBox {
    max-width: 1280px;
    margin: 0 auto;
  }
}
@media (max-width: 1366px) {
  .mapBox {
    max-width: 1100px;
  }
}
@media (max-width: 1180px) {
  .mapBox {
    max-width: none;
    min-width: 1100px;
  }
}
.mapBox .imgBox {
  position: relative;
}
.mapBox .imgBox .Img img {
  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;
}
.mapContentList .mapContentItem::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 25px;
  height: 2px;
  background-color: #0070c0;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  -webkit-transform-origin: center;
          transform-origin: center;
}
@media (max-width: 1366px) {
  .mapContentList .mapContentItem::before {
    width: 20px;
  }
}
.mapContentList .mapContentItem .title {
  position: relative;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.25;
  color: #0070c0;
  text-transform: uppercase;
  background-color: #fff;
  border: 2px solid #0070c0;
  padding: 5px 10px;
  z-index: 1;
}
@media (max-width: 1366px) {
  .mapContentList .mapContentItem .title {
    font-size: 13px;
    padding: 4px 8px;
  }
}
.mapContentList .mapContentItem.left::before {
  left: 100%;
}
.mapContentList .mapContentItem.right::before {
  right: 100%;
}
.mapContentList .mapContentItem.usa01 {
  top: 38%;
  left: 6.5%;
}
@media (max-width: 1599px) {
  .mapContentList .mapContentItem.usa01 {
    left: 0;
  }
}
.mapContentList .mapContentItem.usa01::before {
  background-color: #fff;
  rotate: 35deg;
  top: 65%;
  left: 95%;
}
.mapContentList .mapContentItem.usa02 {
  top: 36%;
  left: 25%;
}
@media (max-width: 1599px) {
  .mapContentList .mapContentItem.usa02 {
    top: 35.5%;
  }
}
@media (max-width: 1366px) {
  .mapContentList .mapContentItem.usa02 {
    top: 35%;
  }
}
.mapContentList .mapContentItem.usa02::before {
  rotate: -45deg;
  top: 65%;
  right: 95%;
}
.mapContentList .mapContentItem.thai {
  top: 54%;
  right: 26.5%;
}
@media (max-width: 1366px) {
  .mapContentList .mapContentItem.thai {
    right: 27%;
  }
}
.mapContentList .mapContentItem.tw01 {
  top: 46.5%;
  right: 10%;
}
@media (max-width: 1599px) {
  .mapContentList .mapContentItem.tw01 {
    top: 46%;
    right: 9%;
  }
}
@media (max-width: 1366px) {
  .mapContentList .mapContentItem.tw01 {
    right: 8.3%;
  }
}
.mapContentList .mapContentItem.tw01::before {
  rotate: -35deg;
  top: 70%;
  right: 95%;
}
@media (max-width: 1599px) {
  .mapContentList .mapContentItem.tw01::before {
    right: 90%;
  }
}
.mapContentList .mapContentItem.tw02 {
  top: 51%;
  right: 7.2%;
}
@media (max-width: 1599px) {
  .mapContentList .mapContentItem.tw02 {
    right: 5%;
  }
}
@media (max-width: 1366px) {
  .mapContentList .mapContentItem.tw02 {
    top: 51.5%;
    right: 4.3%;
  }
}
.mapContentList .mapContentItem.tw02::before {
  rotate: 40deg;
  top: 35%;
  right: 95%;
}
@media (max-width: 1599px) {
  .mapContentList .mapContentItem.tw02::before {
    top: 34%;
  }
}
.mapContentList .icon {
  position: absolute;
  width: 22px;
  height: 22px;
  color: #0070c0;
}

.strongholdBox {
  position: relative;
  margin-top: 5.625rem;
}
@media (max-width: 1366px) {
  .strongholdBox {
    margin-top: 4rem;
  }
}

.strongholdRow {
  position: relative;
}
.strongholdRow + .strongholdRow {
  margin-top: 5.625rem;
}
@media (max-width: 1499px) {
  .strongholdRow + .strongholdRow {
    margin-top: 4.5rem;
  }
}
@media (max-width: 1180px) {
  .strongholdRow + .strongholdRow {
    margin-top: 3.375rem;
  }
}
@media (max-width: 480px) {
  .strongholdRow + .strongholdRow {
    margin-top: 3rem;
  }
}
.strongholdRow .strongholdClassTitle {
  font-size: 32px;
  font-weight: 800;
  letter-spacing: 0.05em;
  line-height: 1.25;
  color: #0070c0;
  border-bottom: 2px solid #0372c1;
  padding-bottom: 2rem;
}
@media (max-width: 1499px) {
  .strongholdRow .strongholdClassTitle {
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 1180px) {
  .strongholdRow .strongholdClassTitle {
    font-size: 28px;
    padding-bottom: 1rem;
  }
}
@media (max-width: 480px) {
  .strongholdRow .strongholdClassTitle {
    font-size: 24px;
    padding-bottom: 0.625rem;
  }
}
.strongholdRow .strongholdList {
  position: relative;
}
.strongholdRow .strongholdItem {
  position: relative;
  border-bottom: 1px solid #cccccc;
}
.strongholdRow .strongholdItem .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  padding: 2rem 0;
}
@media (max-width: 1366px) {
  .strongholdRow .strongholdItem .item {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
}
@media (max-width: 991px) {
  .strongholdRow .strongholdItem .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 2rem;
    padding-bottom: 1rem;
  }
}
@media (max-width: 575px) {
  .strongholdRow .strongholdItem .item {
    row-gap: 1.5rem;
    padding: 1.5rem 0 0.625rem;
  }
}
.strongholdRow .strongholdItem .leftBox {
  position: relative;
  width: 355px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 1180px) {
  .strongholdRow .strongholdItem .leftBox {
    width: 300px;
  }
}
@media (max-width: 991px) {
  .strongholdRow .strongholdItem .leftBox {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
  }
}
.strongholdRow .strongholdItem .leftBox .Img {
  cursor: pointer;
  overflow: clip;
}
@media (min-width: 1181px) {
  .strongholdRow .strongholdItem .leftBox .Img:hover img {
    scale: 1.05;
  }
}
.strongholdRow .strongholdItem .leftBox .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.strongholdRow .strongholdItem .rightBox {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media (max-width: 1366px) {
  .strongholdRow .strongholdItem .rightBox {
    width: calc(85% - 1rem);
  }
}
@media (max-width: 1180px) {
  .strongholdRow .strongholdItem .rightBox {
    width: 100%;
  }
}
.strongholdRow .strongholdItem .rightBox > .title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.015em;
  line-height: 1.25;
  color: #000000;
}
@media (max-width: 1499px) {
  .strongholdRow .strongholdItem .rightBox > .title {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .strongholdRow .strongholdItem .rightBox > .title {
    font-size: 18px;
  }
}
.strongholdRow .strongholdItem .infoList {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
  margin-top: 1rem;
}
@media (max-width: 1499px) {
  .strongholdRow .strongholdItem .infoList {
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
  }
}
@media (max-width: 1366px) {
  .strongholdRow .strongholdItem .infoList {
    margin-top: 0.625rem;
  }
}
@media (max-width: 1280px) {
  .strongholdRow .strongholdItem .infoList {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
}
@media (max-width: 768px) {
  .strongholdRow .strongholdItem .infoList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.strongholdRow .strongholdItem .infoList .infoItem {
  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: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  width: calc(50% - 1.5rem);
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding: 1.5rem 0;
}
@media (max-width: 1499px) {
  .strongholdRow .strongholdItem .infoList .infoItem {
    width: calc(50% - 0.75rem);
    padding: 1rem 0;
  }
}
@media (max-width: 1280px) {
  .strongholdRow .strongholdItem .infoList .infoItem {
    width: calc(50% - 0.5rem);
  }
}
@media (max-width: 768px) {
  .strongholdRow .strongholdItem .infoList .infoItem {
    width: 100%;
    padding: 1rem 0;
    border-top: 1px solid #cccccc;
  }
}
@media (max-width: 480px) {
  .strongholdRow .strongholdItem .infoList .infoItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 0.625rem;
  }
}
@media (max-width: 768px) {
  .strongholdRow .strongholdItem .infoList .infoItem:nth-child(1) {
    border-top: none;
  }
}
.strongholdRow .strongholdItem .infoList .infoItem:nth-child(3), .strongholdRow .strongholdItem .infoList .infoItem:nth-child(4) {
  border-top: 1px solid #cccccc;
}
.strongholdRow .strongholdItem .infoList .infoItem.tel .title, .strongholdRow .strongholdItem .infoList .infoItem.add .title {
  width: 60px;
}
@media (max-width: 1499px) {
  .strongholdRow .strongholdItem .infoList .infoItem.tel .title, .strongholdRow .strongholdItem .infoList .infoItem.add .title {
    width: 50px;
  }
}
@media (max-width: 768px) {
  .strongholdRow .strongholdItem .infoList .infoItem.tel .title, .strongholdRow .strongholdItem .infoList .infoItem.add .title {
    width: 70px;
  }
}
@media (max-width: 480px) {
  .strongholdRow .strongholdItem .infoList .infoItem.tel .title, .strongholdRow .strongholdItem .infoList .infoItem.add .title {
    width: 100%;
  }
}
.strongholdRow .strongholdItem .infoList .infoItem.fax .title, .strongholdRow .strongholdItem .infoList .infoItem.email .title {
  width: 70px;
}
@media (max-width: 1499px) {
  .strongholdRow .strongholdItem .infoList .infoItem.fax .title, .strongholdRow .strongholdItem .infoList .infoItem.email .title {
    width: 60px;
  }
}
@media (max-width: 768px) {
  .strongholdRow .strongholdItem .infoList .infoItem.fax .title, .strongholdRow .strongholdItem .infoList .infoItem.email .title {
    width: 70px;
  }
}
@media (max-width: 480px) {
  .strongholdRow .strongholdItem .infoList .infoItem.fax .title, .strongholdRow .strongholdItem .infoList .infoItem.email .title {
    width: 100%;
  }
}
.strongholdRow .strongholdItem .infoList .title {
  position: relative;
  display: block;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.015em;
  line-height: 1.25;
  color: #444444;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 1499px) {
  .strongholdRow .strongholdItem .infoList .title {
    font-size: 16px;
  }
}
@media (max-width: 1366px) {
  .strongholdRow .strongholdItem .infoList .title {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .strongholdRow .strongholdItem .infoList .title {
    display: inline-block;
    font-size: 14px;
    padding-left: 1rem;
  }
  .strongholdRow .strongholdItem .infoList .title::before {
    content: "";
    display: block;
    pointer-events: none;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #0070c0;
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 0;
    translate: 0 -50%;
  }
}
.strongholdRow .strongholdItem .infoList .text {
  position: relative;
  display: block;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.015em;
  line-height: 1.5;
  color: #000000;
  padding-left: 1.5rem;
  margin-left: 0.5rem;
}
@media (max-width: 1499px) {
  .strongholdRow .strongholdItem .infoList .text {
    font-size: 16px;
  }
}
@media (max-width: 1366px) {
  .strongholdRow .strongholdItem .infoList .text {
    font-size: 15px;
    padding-left: 1.25rem;
    margin-left: 0.25rem;
  }
}
@media (max-width: 480px) {
  .strongholdRow .strongholdItem .infoList .text {
    font-size: 14px;
    padding-left: 0;
    margin-left: 0;
  }
}
.strongholdRow .strongholdItem .infoList .text::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #0070c0;
  position: absolute;
  top: 6px;
  right: auto;
  bottom: auto;
  left: 0;
}
@media (max-width: 1366px) {
  .strongholdRow .strongholdItem .infoList .text::before {
    top: 5px;
  }
}
@media (max-width: 480px) {
  .strongholdRow .strongholdItem .infoList .text::before {
    display: none;
  }
}
@media (min-width: 1181px) {
  .strongholdRow .strongholdItem .infoList a:hover {
    color: #0070c0;
  }
}

.strongholdModal .moduleWrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: none;
  padding-top: 0;
}
.strongholdModal .moduleContent {
  padding: 0;
}
.strongholdModal .Img {
  max-width: 700px;
  margin: 0 auto;
}
.strongholdModal .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.contactArea {
  position: relative;
  padding: 125px 0;
  overflow-x: hidden;
}
@media (max-width: 1180px) {
  .contactArea {
    padding: 100px 0;
  }
}
@media (max-width: 768px) {
  .contactArea {
    padding: 80px 0;
  }
}
.contactArea .titleBox {
  margin-bottom: 0;
}

/*感謝資訊*/
.thankInfo {
  position: relative;
  margin-bottom: 7.25rem;
}
@media (max-width: 1180px) {
  .thankInfo {
    margin-bottom: 5rem;
  }
}
@media (max-width: 768px) {
  .thankInfo {
    margin-bottom: 4rem;
  }
}
/*# sourceMappingURL=ib_contact_000.css.map */