@charset "UTF-8";

/* 選單 Start */

header {
  position: fixed;
  top: 10px;
  width: 96%;
  left: 2%;
  z-index: 99;
}

.navbar {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0px 5px 0px 30px;
  background-color: #ffffff !important;
  border-radius: 50px;
  box-shadow: 0 4px 40px rgba(0, 0, 0, .08);
}

.nav-link {
  font-size: 20px;
  letter-spacing: 0.01em;
  font-weight: 500;
  text-align: center;
  min-width: 120px;
  color: #323333;
  line-height: 80px;
}

.nav-link:hover,
.nav-link.active {
  color: #db5f0d;
}

.nav-item-consult a {
  padding: 0;
  display: block;
  width: 100px;
  height: 50px;
  border-radius: 6px;
  background: #ea6c18;
  text-align: center;
  line-height: 50px;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0 auto;
}

.nav-item-consult a:hover {
  opacity: 0.85;
  color: #fff;
}

.dropdown-menu {
  border: 0px;
  background-color: #fff;
}

@media (min-width: 992px) {
    .dropdown-menu {
        border: #dcdcdc 1px solid;
    }
}

.dropdown-menu li {
  line-height: 36px;
  letter-spacing: 0.05em;
  font-size: 16px;
}

.dropdown-menu li a {
  color: #444;
}

.dropdown-menu li:hover a {
  background-color: #ea6c18;
  color: #fff;
}

.navbar-brand span{
  position: absolute;
  opacity: 0;
}

@media screen and (max-width: 1400px) {

  .nav-link {
    font-size: 18px;
    min-width: 100px;
  }

  .nav-item-consult a {
    width: 90px;
    font-size: 18px;
  }

}

@media screen and (max-width: 1200px) {
  .nav-link {
    font-size: 14px;
    min-width: auto;
  }

  .nav-item-consult a {
    width: 80px;
    font-size: 14px;
  }

  .navbar-brand img {
    height: 55px;
  }

}

@media screen and (max-width: 992px) {
  body {
    padding-top: 45px;
  }

  header {
    width: 100%;
    top: 0;
    left: 0;
  }

  .navbar {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0px 5px 0px 30px;
    background-color: #ffffff !important;
    border-radius: 0;
  }

  .nav-link {
    line-height: 30px;
  }

  .dropdown-menu {
    text-align: center;
  }

  .dropdown-menu li a {
    line-height: 26px;
    color: #666;
  }

  .navbar-brand img {
    height: 36px;
  }

}

/* 手機版 icon */
.navbar-toggler {
  border-radius: 5px;
  margin-right: 10px;

}

.navbar-toggler-icon {
  width: 1em;
  height: 1em;

}

/* 選單 End */
/*# sourceMappingURL=main.css.map */

/* 首頁輪播圖 Start */

.overlapping {
  position: relative;
}

.home-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.home-slide img {
  width: 100%;
  height: auto;
}

.swiper-button-next,
.swiper-button-prev {
  color: #e76025;
}

.swiper-pagination-bullet-active {
  background-color: #e76025;
}

/* 首頁輪播圖 End */

/* 戰艦 開始 */

.overlapping {
  padding-top: calc(36vw);
}

.block-battleship {
  background: url("../images/battleship/bg.jpg") no-repeat center top;
  width: 100%;
  height: 1190px;
  padding: 0 15px;
  padding-top: 200px;
  overflow: hidden;
  background-size: cover;
}

.block-battleship-content {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
}

.block-battleship-title {
  max-width: 690px;
  width: 100%
}

.block-battleship-system-content {
  width: 100%;
  margin: 0 auto;
  max-width: 1145px;
}

.block-battleship-system-1 {
  display: inline-block;
  width: 69%;
  max-width: 820px;
  position: relative;
}

.block-battleship-system-1 img {
  width: 100%;
}

.bbs-line-1 {
  position: absolute;
  bottom: 35.7%;
  left: 24.2%;
  width: 2.2%;
  height: 28%;
  background-color: #e44c4d;
}

.bbs-line-2 {
  position: absolute;
  bottom: 35.7%;
  left: 28.9%;
  width: 2.25%;
  height: 28%;
  background-color: #e44c4d;
}

.bbs-line-3 {
  position: absolute;
  bottom: 35.7%;
  left: 33.7%;
  width: 2.2%;
  height: 28%;
  background-color: #e44c4d;
}

.bbs-line-4 {
  position: absolute;
  bottom: 35.7%;
  left: 37.6%;
  width: 2.15%;
  height: 28%;
  background-color: #e44c4d;
}

.bbs-line-5 {
  position: absolute;
  bottom: 35.7%;
  left: 41.5%;
  width: 2.2%;
  height: 28%;
  background-color: #e44c4d;
}

.bbs-line-6 {
  position: absolute;
  bottom: 35.7%;
  left: 45.1%;
  width: 2.3%;
  height: 28.6%;
  background-color: #e44c4d;
}

.bbs-line-7 {
  position: absolute;
  bottom: 35.7%;
  left: 49.2%;
  width: 2.18%;
  height: 28%;
  background-color: #e44c4d;
}

.bbs-line-8 {
  position: absolute;
  bottom: 35.7%;
  left: 53.1%;
  width: 2.23%;
  height: 28%;
  background-color: #e44c4d;
}

.bbs-line-9 {
  position: absolute;
  bottom: 35.7%;
  left: 57%;
  width: 2.2%;
  height: 28%;
  background-color: #e44c4d;
}

.bbs-line-10 {
  position: absolute;
  bottom: 35.7%;
  left: 60.8%;
  width: 2.2%;
  height: 28%;
  background-color: #e44c4d;
}

.bbs-line-11 {
  position: absolute;
  bottom: 35.7%;
  left: 64.55%;
  width: 2.2%;
  height: 28%;
  background-color: #e44c4d;
}

.bbs-line-12 {
  position: absolute;
  bottom: 35.7%;
  left: 68.6%;
  width: 2.2%;
  height: 28.3%;
  background-color: #e44c4d;
}

.bbs-line-13 {
  position: absolute;
  bottom: 35.7%;
  left: 72.4%;
  width: 2.2%;
  height: 28%;
  background-color: #e44c4d;
}

.bbs-line-14 {
  position: absolute;
  bottom: 35.7%;
  left: 76.2%;
  width: 2.35%;
  height: 28.5%;
  background-color: #e44c4d;
}

.bbs-line-15 {
  position: absolute;
  bottom: 35.7%;
  left: 80%;
  width: 2.4%;
  height: 28.5%;
  background-color: #e44c4d;
}

.block-battleship-system-2 {
  display: inline-block;
  width: 22%;
  max-width: 320px;
}

.block-battleship p {
  font-size: 25px;
  line-height: 38px;
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 1);
  width: 100%;
  max-width: 660px;
  margin-bottom: 40px;
}

@media screen and (max-width: 1200px) {
  .block-battleship {
    height: 1100px;
    padding-top: 150px;
  }

  .block-battleship-title {
    max-width: 550px;
  }
}

@media screen and (max-width: 992px) {
  .block-battleship {
    height: 1200px;
    padding-top: 350px;
  }

  .block-battleship-title {
    max-width: 500px;
  }
}

@media screen and (max-width: 768px) {
  .block-battleship-title {
    max-width: 450px;
  }
}

@media screen and (max-width: 576px) {
  .block-battleship {
    height: 820px;
    padding-top: 200px;
  }

  .block-battleship-title {
    max-width: 400px;
  }
}

/* 戰艦 結束 */

/* 遊戲地圖 開始 */

.block-game-map {
  background: url("../images/game-map/bg.jpg") no-repeat center top;
  height: 900px;
  position: relative;
  width: 100%;
  /* max-width: 1920px; */
  margin: 0 auto;
  overflow: hidden;
  background-size: cover;
}

.block-game-map-text {
  padding: 50px 80px;
  background-color: rgba(220, 220, 220, 0.65);
  position: absolute;
  top: 80px;
  right: 110px;
  border-radius: 5px;
  width: 100%;
  max-width: 800px;
  z-index: 2;
}

.block-game-map-text h2 {
  font-size: 50px;
  letter-spacing: 0.05em;
  color: #231815;
}

@media (max-width: 576px) {
    .block-game-map-text h2 {
        font-size: 36px !important;
    }
}


.block-game-map-text h2 span {
  color: #ea6c18;
}

.block-game-map-text p {
  font-size: 28px;
  line-height: 44px;
  color: #485361;
}

.coordinate {
  width: 52px;
  height: 89px;
}

.coordinate-1 {
  background: url("../images/game-map/icon1.png") no-repeat center;
  position: absolute;
  top: 12%;
  left: 12%;
}

.coordinate-2 {
  background: url("../images/game-map/icon2.png") no-repeat center;
  position: absolute;
  top: 46%;
  left: 16%;
}

.coordinate-3 {
  background: url("../images/game-map/icon3.png") no-repeat center;
  position: absolute;
  top: 73%;
  left: 27%;
}

.coordinate-4 {
  background: url("../images/game-map/icon4.png") no-repeat center;
  position: absolute;
  top: 19%;
  left: 30%;
}

.coordinate-5 {
  background: url("../images/game-map/icon5.png") no-repeat center;
  position: absolute;
  top: 46%;
  left: 43%;
}

.coordinate-6 {
  background: url("../images/game-map/icon6.png") no-repeat center;
  position: absolute;
  top: 85%;
  left: 49%;
}

.coordinate-7 {
  background: url("../images/game-map/icon7.png") no-repeat center;
  position: absolute;
  top: 75%;
  left: 62%;
}

.coordinate-8 {
  background: url("../images/game-map/icon1.png") no-repeat center;
  position: absolute;
  top: 51%;
  left: 70%;
}

.coordinate-9 {
  background: url("../images/game-map/icon2.png") no-repeat center;
  position: absolute;
  top: 76%;
  left: 76%;
}

@media screen and (max-width: 1200px) {

  .block-game-map-text {
    padding: 50px 50px;
    position: relative;
    right: 0px;
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
  }

}

@media screen and (max-width: 767px) {
  .block-game-map-text {
    padding: 20px;

  }

  .block-game-map-text h3 {
    font-size: 36px;
    line-height: 50px;
  }

  .block-game-map-text p {
    font-size: 20px;
    line-height: 36px;
  }

  .block-game-map-text h3 span {
    display: block;
  }

}

/* 遊戲地圖 結束 */

/* 聯繫我們 開始 */

.home-connect-btn {
  position: fixed;
  right: 15px;
  bottom: 30px;
  width: 62px;
  height: 62px;
  border: 1px #f1f1f1 solid;
  text-align: center;
  cursor: pointer;
  font-size: 24px;
  color: #ea6c18;
  background-color: rgba(250, 250, 250, 0.8);
  border-radius: 50%;
  transition: all 0.5s;
  z-index: 10;
}

.home-connect-btn:hover {
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.5);
}

/* 聯繫我們 結束 */

.mobile-slider {
  display: none;
}

.web-slider {
  display: block;
}

@media screen and (max-width: 992px) {

  .mobile-slider {
    display: block;
  }

  .web-slider {
    display: none;
  }

}

.mobile-show {
  display: none;
}

.web-show {
  display: block;
}

@media screen and (max-width: 992px) {

  .mobile-show {
    display: block;
  }

  .web-show {
    display: none;
  }


}footer {
  background: #fdf7f5;
}
footer .info {
  max-width: 1340px;
  margin: auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 90px 20px;
}
@media (max-width: 991px) {
  footer .info {
    flex-wrap: wrap;
  }
}
footer .info .contact {
  max-width: 350px;
  width: 100%;
}
@media (max-width: 991px) {
  footer .info .contact {
    margin: auto auto 30px auto;
  }
}
footer .info .contact .logo {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  footer .info .contact .logo {
    text-align: center;
  }
}
footer .info .contact ul {
  padding-left: 35px;
  list-style: none;
}
footer .info .contact ul li {
  font-size: 20px;
  color: #666666;
  margin-bottom: 10px;
}
footer .info .sitemap {
  max-width: 670px;
  width: 100%;
}
@media (max-width: 991px) {
  footer .info .sitemap {
    margin: auto;
  }
}
footer .info .sitemap ul {
  padding-left: 0;
  list-style: none;
  -moz-column-count: 3;
       column-count: 3;
  margin: 0;
}
@media (max-width: 520px) {
  footer .info .sitemap ul {
    -moz-column-count: 2;
         column-count: 2;
  }
}
footer .info .sitemap ul li {
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
       padding: 0 5px;
}
footer .info .sitemap ul li:nth-child(1), footer .info .sitemap ul li:nth-child(2) {
  height: 235px;
}
@media (max-width: 520px) {
  footer .info .sitemap ul li:nth-child(1), footer .info .sitemap ul li:nth-child(2) {
    height: auto;
  }
}
footer .mainmenu, footer .info .sitemap ul li > span {
  font-size: 20px;
  color: #da8451;
  display: block;
  margin-top: 10px;
  text-decoration: none;
}


footer .submenu a:hover {
    opacity: 0.85 !important;
}

footer .footer-sub-link {
    text-decoration: none;
    color: #666;
    display: block;
    margin-top: 10px;
}

@media (max-width: 520px) {
  footer .submenu {
    margin-bottom: 30px;
  }
}
footer .submenu a {
  display: block;
  font-size: 16px;
  color: #666;
  text-decoration: none;
  margin-bottom: 10px;
}
footer .copy {
  text-align: center;
  padding: 20px 10px;
  color: #fff;
  font-size: 16px;
  background: #d0664d;
}



.home-connect-btn {
  cursor: pointer;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  transition: all 0.3s;
  text-decoration:none;
  padding-top: 5px;
  padding-left: 10px;
}

.home-connect-btn:hover {
  width: 140px;
  transition: all 0.3s;
}

.home-connect-btn span {
  font-size: 18px;
  padding: 0px 10px 0px 5px;
}

.Consult-Now-Box {
  margin-right: 20px !important;
}

footer .contact a {
    display: block;
    color: #666;
    text-decoration:none;
    margin-bottom: 10px;
}

footer .contact a:hover {
    opacity: 0.85;
}

.article-content p {
    max-width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

@media (min-width: 992px) {
    .nav-item:hover .dropdown-menu {
        display: block;
        transition: all 0.3s ease;
    }

    .dropdown-menu {
        display: none;
    }
}

.img-responsive {
    max-width: 100% !important;
}

.editor-box {
    max-width: 1350px;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 150px;
    padding: 20px;
}

.case-p {
    word-wrap: break-word;
    overflow-wrap: break-word;overflow: hidden !important;height: 170px;
    text-overflow: ellipsis;
}

.case-a {
    background: #df691e;
    color: #fff;
    font-size: 22px;
    width: 180px;
    height: 40px;
    line-height: 40px;
    display: block;
    margin-left: auto;
    border-radius: 10px;
    text-align: center;
    text-decoration: none;
    margin-top: 50px;
}

.edit-block p {
    padding-bottom: 25px;
    color: #7b7b7b;
}

.edit-block {
    margin-bottom: 60px !important;
}

@media only screen and (min-width: 1px) and (max-width: 991px) {
    .preface {
        padding: 30px !important;
    }
}

.bottom-text-color {
    color: #95a5a6 !important;
}

.footer-pr-0 {
    padding-right: 0px !important;
}

.previous-page-btn {
    background: #df691e;
    color: #fff;
    font-size: 22px;
    width: 180px;
    height: 40px;
    line-height: 40px;
    display: block;
    margin: auto;
    border-radius: 10px;
    text-align: center;
    text-decoration: none;
    margin-bottom: 70px;
}

.previous-page-btn:hover {
    opacity: 0.85;
}

@media only screen and (min-width: 1px) and (max-width: 991px) {
    .no-scroll {
        overflow: hidden;
    }

    .block-area article .content h2 {
        margin-bottom: 30px !important;

    }

    .navbar-nav {
        overflow-y: auto;
        padding-bottom: 150px;
        padding-left: 30px !important;
    }

    .navbar-nav {
        height: 100vh;
    }

    .nav-link {
        text-align: left;
    }

    .navbar-collapse {
        margin-top: 10px;
    }

    .nav-link {
        font-size: 20px;
        margin-bottom: 5px;
        /*color: #7a7a7a;*/
    }

    .dropdown-item {
        font-size: 20px;
        margin-bottom: 5px;
        /*color: #7a7a7a;*/
        text-align: left;
    }

    .dropdown-item::after {
        position: absolute;
        content: "-";
        left: 0px;
        color: #da8451;
    }

    .dropdown-menu {
        display: block !important;
    }

    .dropdown-toggle::after {
        display: none;
    }
}

.navbar-toggler {
    border-width: 0px !important;

}

.navbar-toggler:focus {
    box-shadow: none;
}

.dropdown-toggle::after {
    color: #acacac !important;
}

@media only screen and (min-width: 1px) and (max-width: 991px) {
    .block-book {
        padding: 40px 15px !important;
    }
}

main {
    overflow-x: hidden !important;
}


.company article ul li .item .category {
    display: inline-block !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    width: auto !important;
}

.block-case .content {
    position: relative;
}

.block-case .content .case-a {
    position: absolute;
    bottom: 20px;
    right: 40px;
}


.block-case article .swiper-case .swiper .swiper-slide .content {
    padding: 50px 25px 80px 25px;
    min-height: 390px;
    max-height: 420px;
}

@media only screen and (min-width: 1px) and (max-width: 991px) {
    .block-case article .swiper-case .swiper .swiper-slide .content {
        font-size: 26px;
        min-height: 390px;
        max-height: 1000px;
    }
}