/*樣式1*/
.dev-horizCard-style1-section {
  width: 100%;
  height: 500px;
  box-sizing: border-box;
  background: #2a2a2b;
  overflow: hidden;
}

.dev-horizCard-style1-section .dev-horizCard-style1-img-part {
  width: 51%;
  height: 100%;
  display: inline-block;
  position: relative;
}

.dev-horizCard-style1-img-part #dev-horizCard-style1-img_right {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.dev-horizCard-style1-img-part #dev-horizCard-style1-img_left {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  right: -1%;
  position: absolute;
}

.dev-horizCard-img-part-mobile #dev-horizCard-style1-right-mobile,
.dev-horizCard-img-part-mobile #dev-horizCard-style1-left-mobile {
  display: none;
}

.dev-horizCard-style1-section .dev-horizCard-style1-text-part {
  width: 48.5%;
  height: 100%;
  display: inline-block;
  vertical-align: top;
}

.dev-horizCard-style1-text-part h4 {
  margin-top: 10%;
  margin-left: 13%;
  margin-bottom: 4%;
  font-size: 2.5em;
  line-height: 32px;
  color: #ffffff;
  font-weight: lighter;
}

.dev-horizCard-style1-text-part h5 {
  color: #ffffff;
  line-height: 26px;
  width: 80%;
  margin-left: 13%;
  font-size: 24px;
  margin-bottom: 2%;
  font-weight: initial;
}

.dev-horizCard-style1-text-part .product-style {
  width: 84%;
  margin: auto;
}

.dev-horizCard-style1-text-part .product-style-ul {
  display: inline-table;
  margin-left: 7%;
  color: #ffffff;
  line-height: 1.8em;
  font-size: 16px;
}

.dev-horizCard-style1-text-part li {
  list-style: disc;
  color: #ffffff;
  line-height: 30px;
  margin-left: 15%;
  font-size: 16px;
  display: list-item;
  font-weight: inherit;
}

.dev-horizCard-style1-link {
  line-height: 2em;
  text-align: center;
  border: 2px solid #fff;
  margin-top: 3%;
  margin-left: 14%;
  display: inline-table;
  padding: 5px 15px;
}

.dev-horizCard-style1-link a {
  color: white;
}

.dev-horizCard-style1-link:hover {
  background: #fff;
  transition: all 0.3s;
}

.dev-horizCard-style1-link:hover a {
  color: #2a2a2b!important;
  font-weight: bold;
}


/*樣式2*/
.dev-horizCard-style2-left-block {
  background-color: #fff;
  padding: 30px 0;
  height: 100%;
}

.dev-horizCard-style2-right-block {
  background-color: #f7f7f9;
  padding: 30px 0;
}

.product_more {
  position: relative;
  width: 100%;
  height: 750px;
  background-color: #f7f7f7;
}

.dev-horizCard-style2-left-block_area2 {
  width: 100%;
  height: 100%;
}

.img_pr_x1 {
  width: 50%;
  height: 100%;
  display: inline-grid;
  position: relative;
  vertical-align: middle;
  margin-left: 5%;
}

.img_pr_x1 img {
  width: 100%;
  margin-top: 5%;
  margin-bottom: 5%;
}

.dev-horizCard-style2-left-block_area2_p {
  width: 40%;
  display: inline-block;
  vertical-align: middle;
}

.dev-horizCard-style2-left-block_area2_p h2 {
  margin-top: 5%;
  margin-bottom: 5%;
  margin-left: 10%;
  font-size: 2.5em;
}

.dev-horizCard-style2-left-block_area2_p>div>p{
  margin-left: 0;
  width: 90%;
}

.dev-horizCard-style2-left-block_area2_p p {

  font-size: 16px;
  line-height: 24px;
}
.product_area_p1_box > p {
  padding-left: 10%;
}
.product_area_p1_box > p > .product-style {
  line-height: 1.8em;
}

.product_area_p2_box > p > .product-style {
  line-height: 1.8em;
}

.product_area_p2_box .product-style {
  padding-left: 2.4rem;
}
/* ===== 課程資訊按鈕 =====
   用法：<button class="class-info-button"><a href="...">課程資訊</a></button> */
.class-info-button {
  background: #FF7600;
  border: 1px solid #FF7600;
  padding: 8px;
  margin-top: 20px;
  width: 100px;
  height: 50px;
  cursor: pointer;
}

.class-info-button:hover {
  background: #4caf50;
  border: 1px solid #4caf50;
}

/* 文字永遠白色。權重 (0,2,1) 高於 bootstrap 的 a:hover (0,1,1)。 */
.class-info-button a,
.class-info-button a:link,
.class-info-button a:visited,
.class-info-button a:hover,
.class-info-button a:focus,
.class-info-button a:active {
  color: #fff;
  font-size: 18px;
}


.dev-horizCard-style2-right-block_area1 {
  width: 100%;
  height: 100%;
}

.img_pr_x2 {
  width: 50%;
  height: 100%;
  display: inline-grid;
  position: relative;
  margin-left: 5%;
  vertical-align: middle;
}

.img_pr_x2 img {
  width: 100%;
  margin-top: 5%;
  margin-bottom: 5%;
}

.dev-horizCard-style2-right-block_area1_p {
  width: 35%;
  display: inline-block;
  vertical-align: middle;
}
.dev-horizCard-style2-right-block_area1_p {
}

.dev-horizCard-style2-right-block_area1_p h2 {
  margin-top: 5%;
  margin-bottom: 5%;
  margin-left: 8%;
  font-size: 1.5em;
}

.dev-horizCard-style2-right-block_area1_p>div>p{
  margin-left: 8%;
  width: 90%;
}

.dev-horizCard-style2-right-block_area1_p p {


  font-size: 16px;
  line-height: 24px;
}

.img_pr_x1_mobile,
.img_pr_x2_mobile {
  display: none;
}

/*樣式3*/
.server_section {
  background: url(https://www.lcnet.com.tw/img/about/customer-support-staff-smiles.jpg);
  background-size: cover;
  background-position: center;
}

.server_section .server_block {
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 10%;
  width: 80%;
  max-width: 1300px;
}

.server_block .server_txt {
  width: 60%;
}

.server_section .server_block h4 {
  font-size: 2.5em;
  color: #003ac0;
  display: table;
  border-top: 3px solid #0d0d0d;
  padding-top: 20px;
  margin-bottom: 20px;
}

.server_section .server_block h5 {
  color: #0d0d0d;
  font-size: 1.4em;
  font-weight: 500;
}

.server_section .server_block p {
  color: #0d0d0d;
  margin-top: 30px;
  margin-bottom: 40px;
  font-weight: inherit;
  line-height: 1.5em;
  text-shadow: 0 0 2px #ffe;
}

button{
  cursor: pointer;
}

@media only screen and (max-width: 1366px) {
  /*區域一*/

  .eVision_area1 {
    height: 94vh;
  }

  .section-heading-spacer {
    margin-top: 22%;
  }

  .dev-horizCard-style2-left-block,
  .dev-horizCard-style2-right-block {
    height: 695px;
  }

  .dev-horizCard-style2-left-block_area2_p,
  .dev-horizCard-style2-right-block_area1_p {
    width: 38%;
  }

  .img_pr_x1,
  .img_pr_x2 {
    width: 55%;
  }

  .img_pr_x1 img {
    margin: auto;

  }

  .img_pr_x2 img {
    margin-top: 15%;
    margin: auto;
  }

  .dev-horizCard-style2-left-block_area2_p p {
    width: 90%;
  }

  .dev-horizCard-style2-right-block_area1_p p {
    width: 90%;
  }
}

@media only screen and (max-width: 1280px) {
  .dev-horizCard-style2-left-block,
  .dev-horizCard-style2-right-block {
    height: 650px;
  }

  .eVision_area1_2 {
    margin-top: 30%;
  }

  .section-heading-spacer {
    margin-top: 20%;
  }
}

@media only screen and (max-width: 1024px) {
  .dev-horizCard-style2-left-block,
  .dev-horizCard-style2-right-block {
    height: 100%;
  }

  .section-heading-spacer {
    margin-top: 10%;
  }
  .product-style-ul {
    width: 100%;
    overflow-wrap: break-word;
  }

  .dev-horizCard-style2-left-block_area2_p,
  .dev-horizCard-style2-right-block_area1_p {
    width: 100%;
  }

  .img_pr_x1,
  .img_pr_x2 {
    display: none;
  }

  .img_pr_x1_mobile,
  .img_pr_x2_mobile {
    width: 95%;
    display: block;
    margin: auto;
  }

  .img_pr_x1_mobile img {
    width: 100%;
    margin-top: 7%;
    margin-bottom: 7%;
  }

  .img_pr_x2_mobile img {
    width: 100%;
    margin-top: 7%;
    margin-bottom: 7%;
  }
}


.server_section .server_block {
  padding-top: 200px;
  padding-bottom: 200px;
  width: 80%;
  max-width: 1300px;
  margin: auto;
}

.server_block .server_txt {
  width: 60%;
}

.server_section .server_block h4 {
  font-size: 3.5em;
  color: #303539;
  display: table;
  border-top: 3px solid #00000000;
  padding-top: 20px;
  margin-bottom: 20px;
}

.server_section .server_block h5 {
  font-size: 1.5em;
  font-weight: 500;
  letter-spacing: 1px;
}

.server_section .server_block h6 {
  font-size: 1.1em;
  font-weight: 500;
  margin-top: 20px;
}

.server_block .our_service_list {
  margin-top: 15px;
  margin-left: 15px;
}

.server_block .our_service_list li {
  list-style: disc;
  margin-right: 30px;
  font-weight: 500;
  letter-spacing: 1px;
  float: left;
}

.server_section .server_block .server_block_content {
  color: #0d0d0d;
  margin-top: 20px;
  margin-bottom: 40px;
  font-weight: inherit;
  line-height: 1.5em;
  text-shadow: 0 0 2px #0006;
  display: inline-block;
  font-size: 16px;
}


@media screen and (max-width: 1024px) and (min-width: 641px) {
  .server_section {
    background-position: left;
  }

  .server_block .server_txt {
    width: 70%;
  }

  .server_section .server_block {
    width: 85%;
    padding-left: 5%;
    padding-top: 75px;
    padding-bottom: 75px;
  }
  /* 樣式3 */
  .server_section .server_block {
    width: 85%;
    padding-left: 5%;
    padding-top: 75px;
    padding-bottom: 75px;
  }
}

@media screen and (max-width: 640px) {
  .server_section {
    background-position: left;
  }

  .server_section .server_block {
    width: 85%;
    padding-left: 5%;
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .server_section .server_block .server_block_content {
    font-size: 1em;
    line-height: 1.3em;
  }
  .server_section {
    background-position: left;
  }

  .server_block .server_txt {
    width: 100%;
  }
}
