@charset "UTF-8";
/* ===== 全域 ===== */
@font-face {
  font-family: "NotoSans";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/NotoSansTC-Light.woff2") format("woff2"), url("../fonts/NotoSansTC-Light.woff") format("woff");
}
@font-face {
  font-family: "NotoSans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansTC-Regular.woff2") format("woff2"), url("../fonts/NotoSansTC-Regular.woff") format("woff");
}
@font-face {
  font-family: "NotoSans";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSansTC-Medium.woff2") format("woff2"), url("../fonts/PlayfairDisplay-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "NotoSans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSansTC-Bold.woff2") format("woff2"), url("../fonts/NotoSansTC-Bold.woff") format("woff");
}
@font-face {
  font-family: "NotoSans";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/NotoSansTC-Black.woff2") format("woff2"), url("../fonts/NotoSansTC-Black.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Roboto-Light.woff2") format("woff2"), url("../fonts/Roboto-Light.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto-Medium.woff") format("woff");
}
* {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.cke_editable {
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #000;
  line-height: 1.6;
  font-family: "NotoSans", Arial, sans-serif;
  overflow-x: hidden;
  width: 100%;
  position: relative;
}

a,
a:visited,
a:hover,
a:focus,
a:active {
  text-decoration: none;
}

p {
  margin: 0;
  line-height: inherit;
}

p a {
  padding: 0 5px;
  color: #0251a0 !important;
}

img {
  max-width: 100%;
  height: auto !important;
}

iframe {
  max-width: 100%;
}

.text-center {
  text-align: center !important;
}

.txt-left {
  text-align: left !important;
}

.text-left {
  text-align: left !important;
}

.hidden-block {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(0px 0px 99.9% 99.9%);
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
  overflow: hidden;
}

/* 項目列表 */
ol, ul {
  margin: 0;
  padding: 0 0 0 20px;
}

ol.reset, ul.reset, li.reset {
  margin: 0;
  padding: 0;
  list-style: none;
}

.reset::marker {
  display: none;
}

/* table */
table {
  margin: 20px 0;
  font-size: 16px;
}

/* 標題 */
.p-ti-box .ti {
  margin: 0;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.8;
}
.p-ti-box p {
  font-size: 20px;
  color: #333;
  margin-top: 10px;
  line-height: 1.8;
}

/* ===== 消息詳細樣板 ===== */
.temp-wrap {
  padding: 25px 0;
}
.temp-wrap h3 {
  line-height: 1.4;
  font-size: 24px;
  margin-bottom: 10px;
  color: #1b1b1b;
}
.temp-wrap p {
  padding: 10px 0;
  font-size: 18px;
  color: #666;
}
.temp-wrap img {
  width: 100%;
}

.p-sub-ti {
  color: #0251a0;
  font-size: 22px;
  font-weight: 500;
  position: relative;
  margin-bottom: 20px;
}
.p-sub-ti::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 22px;
  background: url(../images/icon_psub.png) no-repeat;
  background-size: contain;
  margin: -8px 10px 0 0;
}

@media (max-width: 991px) {
  .p-sub-ti {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .p-sub-ti::before {
    margin-top: -7px;
    width: 25px;
    height: 18px;
  }
}
/* ===== 樣板左文右圖、樣板左圖右文 ===== */
.temp-view-txt-l-pic-r,
.temp-view-txt-r-pic-l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.temp-view-txt-l-pic-r .pic,
.temp-view-txt-r-pic-l .pic {
  width: 50%;
}
.temp-view-txt-l-pic-r .txt,
.temp-view-txt-r-pic-l .txt {
  padding-left: 45px;
  width: 50%;
}

.temp-view-txt-r-pic-l {
  direction: rtl;
}
.temp-view-txt-r-pic-l .txt {
  direction: ltr;
  padding-left: 0;
  padding-right: 45px;
}

.temp-sd.temp-view-txt-r-pic-l .pic {
  width: 45%;
}
.temp-sd.temp-view-txt-r-pic-l .txt {
  padding-right: 5.5vw;
  width: 55%;
}
.temp-sd.temp-view-txt-r-pic-l .txt p {
  line-height: 2.2;
}

/* ===== 樣板上圖下文、樣板上文下圖 ===== */
.temp-view-pic-t-txt-b .txt {
  margin-top: 15px;
  text-align: center;
}

.temp-view-pic-b-txt-t .txt {
  margin-bottom: 25px;
  text-align: center !important;
}

.temp-view-pic-t-txt-b.solution .txt {
  margin-left: auto;
  margin-right: auto;
  max-width: 1160px;
}

/* ===== 兩欄圖文 ===== */
.columns-two-pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
}
.columns-two-pic .columns {
  width: 48.8%;
}
.columns-two-pic .columns img {
  border-radius: 8px;
}
.columns-two-pic .columns p {
  margin: 10px 0 0 0;
  color: #666;
  line-height: 1.5;
}

/* ===== 樣板滿版影片 ===== */
.temp-view-video.custom-w {
  max-width: 800px;
  margin: auto;
}
.temp-view-video .iframe-box {
  position: relative;
  padding-top: 56.25%;
}
.temp-view-video .iframe-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ===== 樣板單圖 ===== */
.temp-full-img .pic {
  text-align: center;
}
.temp-full-img .pic img {
  width: auto;
}

/* ===== i-about ===== */
.i-about {
  padding: 0 350px 0 0;
  background: #f6f6f6;
}
.i-about .xs-show {
  display: none;
}
.i-about .box-g {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.i-about .box-g .left {
  width: 45.22%;
  position: relative;
}
.i-about .box-g .left .txt {
  position: absolute;
  top: 150px;
  right: 85px;
}
.i-about .box-g .left .txt .p-ti-box .ti {
  color: #fff;
  text-align: right;
}
.i-about .box-g .left .txt .slogan {
  font-size: 16px;
  color: #d7d6d6;
  text-align: right;
  margin: 20px 0;
}
.i-about .box-g .left .txt .slogan span {
  width: 100%;
  z-index: 1;
}
.i-about .box-g .left .txt .slogan span::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  height: 1px;
  background: #d7d6d6;
  margin-right: 20px;
}
.i-about .box-g .left .txt .btn-wrap {
  text-align: right;
}
.i-about .box-g .right {
  width: 54.78%;
  padding-left: 70px;
}
.i-about .box-g .right .item-g {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -33px;
}
.i-about .box-g .right .item-g .item {
  width: 50%;
  padding: 0 33px;
  margin-bottom: 45px;
}
.i-about .box-g .right .item-g .item .pic {
  border-radius: 8px;
  overflow: hidden;
}
.i-about .box-g .right .item-g .item .pic img {
  width: 100%;
}
.i-about .box-g .right .item-g .item .txt h3 {
  font-size: 22px;
  margin: 8px 0 5px;
  color: #0251a0;
}
.i-about .box-g .right .item-g .item .txt h3 i {
  color: #eba123;
  font-size: 24px;
  font-style: normal;
  margin-right: 8px;
  font-weight: 700;
}
.i-about .box-g .right .item-g .item .txt p {
  font-size: 17px;
  color: #333;
}

/* ===== 服務項目 - 樣板 ===== */
/* 服務特色 */
.feature-edit .item-g {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 70px -60px 0;
}
.feature-edit .item-g .item {
  width: 50%;
  margin-bottom: 100px;
  padding: 0 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.feature-edit .item-g .item .icon {
  width: 190px;
}
.feature-edit .item-g .item .txt {
  padding: 10px 0 0 70px;
  width: calc(100% - 190px);
}
.feature-edit .item-g .item .txt .ti {
  font-size: 22px;
  font-weight: 500;
}
.feature-edit .item-g .item .txt .ti span {
  color: #0251a0;
}
.feature-edit .item-g .item .txt p {
  margin-top: 10px;
  line-height: 1.8;
  font-size: 17px;
  color: #333;
}

/* view */
.service-edit .item-g .item {
  width: 100%;
  padding: 100px 0;
  position: relative;
}
.service-edit .item-g .item::after {
  content: "";
  display: block;
  width: 100%;
  height: 60px;
  position: absolute;
  left: 0;
  z-index: 1;
}
.service-edit .item-g .item:nth-child(odd)::after {
  background: url(../images/service_item_deco.png) no-repeat;
  background-size: cover;
  background-position: center center;
  bottom: -59px;
}
.service-edit .item-g .item:nth-child(even) {
  background: url(../images/service_item_bg.jpg) no-repeat;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 110px;
}
.service-edit .item-g .item:nth-child(even)::after {
  background: url(../images/service_item_deco_2.png) no-repeat;
  background-size: cover;
  background-position: center center;
  bottom: 0;
}
.service-edit .item-g .item:last-child::after {
  display: none;
}
.service-edit .item-g .item .p-sub-ti {
  margin-bottom: 10px;
}
.service-edit .item-g .item .p-ti-box .ti {
  margin-bottom: 10px;
}
.service-edit .item-g .item .p-ti-box p {
  margin: 0 auto;
  max-width: 1060px;
}
.service-edit .item-g .item .box-g {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 35px;
}
.service-edit .item-g .item .pic, .service-edit .item-g .item .txt {
  width: 50%;
}
.service-edit .item-g .item .pic {
  text-align: center;
}
.service-edit .item-g .item .txt {
  padding-left: 25px;
}
.service-edit .item-g .item .txt .narrative {
  font-size: 17px;
}
.service-edit .item-g .item .txt .subject {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
.service-edit .item-g .item .txt ul li {
  font-size: 17px;
  margin-bottom: 10px;
}
.service-edit .item-g .item .txt ul li > i {
  color: #0071bd;
  font-style: normal;
}
.service-edit .item-g .item .txt ul li:last-child {
  margin-bottom: 0;
}
.service-edit .item-g .item .txt ul li span {
  color: #0071bd;
}
.service-edit .item-g .item .txt ul li span i {
  font-style: normal;
  color: #000;
  font-weight: 400;
  margin-right: 5px;
}

.service-edit.hr .item-g .item .wrap-1240 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.service-edit.hr .item-g .item .pic {
  margin-left: 2.5vw;
  width: 41.936%;
  max-width: 520px;
}
.service-edit.hr .item-g .item .txt {
  padding: 0 4vw 0 5.5vw;
  width: calc(58.064% - 2.5vw);
}
.service-edit.hr .item-g .item .txt .p-ti-box {
  margin-bottom: 20px;
}
.service-edit.hr .item-g .item .txt .p-ti-box .ti {
  margin-bottom: 0;
}
.service-edit.hr .item-g .item .txt .narrative {
  font-size: 18px;
  line-height: 1.8;
}

/* ===== 課程樣板 ===== */
.temp-course {
  padding: 40px 0;
  font-size: 17px;
  color: #444;
}
.temp-course .p-sub-ti {
  margin-bottom: 20px;
}
.temp-course.temp-course-list .list li {
  position: relative;
  padding: 0 0 10px 15px;
}
.temp-course.temp-course-list .list li:last-child {
  padding-bottom: 0;
}
.temp-course.temp-course-list .list li::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #0251a0;
  position: absolute;
  top: 12px;
  left: 0;
}
.temp-course.temp-course-intro .item-g {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.temp-course.temp-course-intro .item-g .pic {
  width: 210px;
}
.temp-course.temp-course-intro .item-g .pic .text {
  text-align: center;
  margin-top: 12px;
}
.temp-course.temp-course-intro .item-g .pic .text .name {
  font-size: 19px;
  color: #000;
  font-weight: 700;
}
.temp-course.temp-course-intro .item-g .pic .text .title {
  font-size: 15px;
}
.temp-course.temp-course-outline .outline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.temp-course.temp-course-outline .outline li {
  width: 100%;
  padding: 3px 15px 3px 0;
}
.temp-course.temp-course-outline ol.outline {
  margin: 0;
  padding: 0 0 0 20px;
}
.temp-course .edit-teacher-txt {
  width: calc(100% - 210px);
}
.temp-course .edit-teacher-txt .txt {
  font-size: 17px;
  line-height: 2;
}
.temp-course .edit-teacher-txt .txt .item-ti {
  font-size: 17px;
  font-weight: 500;
}
.temp-course .edit-teacher-txt .txt .intro li {
  position: relative;
  font-size: 17px;
  padding-left: 55px;
  margin-bottom: 10px;
}
.temp-course .edit-teacher-txt .txt .intro li:last-child {
  margin-bottom: 0;
}
.temp-course .edit-teacher-txt .txt .intro li span {
  font-size: 17px;
  color: #000;
  font-weight: 500;
  position: absolute;
  top: 0;
  left: 0;
}
.temp-course .edit-teacher-txt .txt .ul-list li {
  position: relative;
  padding-left: 20px;
  line-height: 1.5;
}
.temp-course .edit-teacher-txt .txt .ul-list li::before {
  display: block;
  content: "";
  position: absolute;
  top: 13px;
  left: 5px;
  width: 7px;
  height: 1px;
  background-color: #444;
}
.temp-course .edit-teacher-txt .txt .ul-list li:not(:last-child) {
  margin-bottom: 5px;
}

.temp-p {
  color: #666;
  font-size: 18px;
  line-height: 1.8;
  padding: 10px 0;
}

@media (max-width: 767px) {
  .temp-p {
    padding: 5px 0;
    line-height: 1.6;
  }
}
/* ===== 課程 - 時間表格樣板 ===== */
.temp-course-table {
  position: relative;
}
.temp-course-table > p {
  font-size: 17px;
  color: #444;
  margin-bottom: 20px;
}
.temp-course-table .hand {
  display: none;
  position: absolute;
  z-index: 20;
  top: 50px;
  right: 20px;
}
.temp-course-table .hand::after {
  display: block;
  content: "\f337";
  font-family: "Font Awesome 5 Free";
  color: #0251a0;
  font-weight: 600;
  line-height: 1;
  pointer-events: none;
  font-size: 2.4rem;
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff, 0px 1px 0 #fff, 0px -1px 0 #fff, -1px 0px 0 #fff, 1px 0px 0 #fff, 2px 2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, -2px -2px 0 #fff, 0px 2px 0 #fff, 0px -2px 0 #fff, -2px 0px 0 #fff, 2px 0px 0 #fff, 1px 2px 0 #fff, -1px 2px 0 #fff, 1px -2px 0 #fff, -1px -2px 0 #fff, 2px 1px 0 #fff, -2px 1px 0 #fff, 2px -1px 0 #fff, -2px -1px 0 #fff, 0 5px 10px rgba(0, 0, 0, 0.3);
  -webkit-animation: ani_LR 0.8s both linear infinite;
          animation: ani_LR 0.8s both linear infinite;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.temp-course-table table {
  border-collapse: collapse;
  width: 100%;
}
.temp-course-table table thead tr th {
  font-size: 16px;
  color: #fff;
  padding: 15px 10px 15px 40px;
  line-height: 1.4;
  position: relative;
  background: #006fbb;
  font-weight: 400;
}
.temp-course-table table tbody tr:nth-child(even) {
  background: #eff3f8;
}
.temp-course-table table tbody tr td {
  color: #444;
  font-size: 16px;
  padding: 15px 10px 15px 40px;
  line-height: 1.6;
}

/* ===== 課程 - 下載樣板 ===== */
.temp-course-download ul {
  font-size: 0;
}
.temp-course-download ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 10px 0;
}
.temp-course-download ul li:last-child {
  margin-right: 0;
}
.temp-course-download ul li a {
  border: 1px solid #0251a0;
  color: #0251a0;
  padding: 10px 20px;
  border-radius: 40px;
  font-size: 15px;
  text-align: center;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
}
.temp-course-download ul li a i {
  display: inline-block;
  margin-right: 10px;
}

/* ===== 課程intro  ===== */
.temp-table {
  position: relative;
}
.temp-table .hand {
  display: none;
  position: absolute;
  z-index: 20;
  top: 25px;
  right: 20px;
}
.temp-table .hand::after {
  display: block;
  content: "\f337";
  font-family: "Font Awesome 5 Free";
  color: #eba123;
  font-weight: 600;
  line-height: 1;
  pointer-events: none;
  font-size: 2.4rem;
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff, 0px 1px 0 #fff, 0px -1px 0 #fff, -1px 0px 0 #fff, 1px 0px 0 #fff, 2px 2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, -2px -2px 0 #fff, 0px 2px 0 #fff, 0px -2px 0 #fff, -2px 0px 0 #fff, 2px 0px 0 #fff, 1px 2px 0 #fff, -1px 2px 0 #fff, 1px -2px 0 #fff, -1px -2px 0 #fff, 2px 1px 0 #fff, -2px 1px 0 #fff, 2px -1px 0 #fff, -2px -1px 0 #fff, 0 5px 10px rgba(0, 0, 0, 0.3);
  -webkit-animation: ani_LR 0.8s both linear infinite;
          animation: ani_LR 0.8s both linear infinite;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.temp-table table {
  border-collapse: collapse;
  width: 100%;
  border-color: #ccc;
}
.temp-table table thead tr th {
  font-size: 16px;
  color: #fff;
  padding: 15px;
  line-height: 1.4;
  position: relative;
  background: #006fbb;
  font-weight: 400;
  text-align: center;
}
.temp-table table tbody tr td {
  color: #444;
  font-size: 16px;
  padding: 15px;
  line-height: 1.6;
}
.temp-table table tbody tr td img {
  display: inline-block;
  margin-right: 10px;
}
.temp-table table tbody tr td img:last-child {
  margin-right: 0;
}

.intro-edit .item-g {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 45px;
}
.intro-edit .item-g .pic, .intro-edit .item-g .txt {
  width: 50%;
}
.intro-edit .item-g .txt {
  padding-left: 50px;
}
.intro-edit .item-g .txt ul li {
  position: relative;
  font-size: 19px;
  color: #444;
  padding-left: 20px;
  margin-bottom: 10px;
}
.intro-edit .item-g .txt ul li:last-child {
  margin-bottom: 0;
}
.intro-edit .item-g .txt ul li::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: #0251a0;
  border-radius: 50%;
  position: absolute;
  top: 16px;
  left: 0;
}

.object-edit .item-g {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 70px -10px 0;
}
.object-edit .item-g .item {
  width: 33.33%;
  text-align: center;
  margin-bottom: 50px;
  padding: 0 10px;
}
.object-edit .item-g .item .txt {
  margin-top: 25px;
}
.object-edit .item-g .item .txt span {
  font-size: 21px;
  font-weight: 700;
  color: #0251a0;
  margin-bottom: 10px;
}
.object-edit .item-g .item .txt p {
  font-size: 17px;
  color: #444;
  line-height: 1.8;
}

.architec-edit .pic {
  margin: 45px 0;
}
.architec-edit .temp-table {
  margin: 0 auto;
  max-width: 1200px;
}

/* ===== 部落格詳細樣板 ===== */
.temp-blog-view {
  padding-bottom: 25px;
}
.temp-blog-view .note {
  padding: 30px;
  background: #f5f5f5;
  font-size: 17px;
  line-height: 1.8;
  position: relative;
}
.temp-blog-view .note::before {
  content: "";
  display: block;
  width: 3px;
  height: 100%;
  background: #0251a0;
  position: absolute;
  top: 0;
  left: 0;
}
.temp-blog-view .pink-bg {
  background: #f9efef;
  padding: 30px;
  border-radius: 8px;
  margin-bottom: 15px;
}
.temp-blog-view .pink-bg p {
  margin-bottom: 0;
}
.temp-blog-view .blue-bg {
  background: #e7effb;
  padding: 30px;
  border-radius: 8px;
  margin-bottom: 15px;
}
.temp-blog-view .blue-bg p {
  line-height: 1.8;
  margin-bottom: 0;
}
.temp-blog-view .read .read-ti {
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 10px;
}
.temp-blog-view .read .ti {
  font-size: 18px;
  margin-bottom: 10px;
}
.temp-blog-view .read .ti a {
  color: #0251a0;
  text-decoration: underline;
}

.blog-article-wrap {
  line-height: 1.4;
}
.blog-article-wrap .blog-ti {
  margin-bottom: 15px;
  color: #000;
  line-height: 1.2;
  font-size: 26px;
}

.has-background {
  margin: 5px 0;
  padding: 30px;
  border-radius: 8px;
  line-height: 1.8;
}

/* ==== about ==== */
.edit-about .summary {
  font-size: 17px;
  color: #444;
  line-height: 1.8;
  text-align: justify;
  text-justify: inter-ideograph;
}

.edit-about .deco-text {
  width: 100%;
  text-align: center;
  font-size: 180px;
  color: #e9eef6;
  font-family: "Roboto";
  font-weight: 300;
  line-height: 1;
  letter-spacing: 10px;
  pointer-events: none;
}

.origin .p-sub-ti {
  margin-bottom: 10px;
}
.origin .item-g {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.origin .item-g .pic {
  width: 45.3%;
  position: relative;
  z-index: 2;
}
.origin .item-g .txt {
  width: 54.7%;
  padding: 0 85px 0 250px;
}
.origin .item-g .txt .text p {
  margin-top: 20px;
}
.origin .item-g .txt .text p:last-child {
  font-size: 20px;
  font-weight: 500;
}
.origin .item-g .txt .text p span {
  color: #0251a0;
  font-weight: 500;
}

.philosophy {
  padding-top: 80px;
  position: relative;
  z-index: 1;
}
.philosophy .p-sub-ti {
  margin-bottom: 10px;
}
.philosophy .xs-show {
  display: none;
}
.philosophy .deco-text {
  position: absolute;
  top: -50px;
  z-index: -1;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.philosophy .item-g {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.philosophy .item-g .pic {
  width: 41.4%;
}
.philosophy .item-g .txt {
  width: 58.6%;
  padding: 0 250px 0 165px;
}
.philosophy .item-g .txt p {
  margin-top: 20px;
}

.vision {
  position: relative;
  z-index: 1;
  margin-top: 100px;
}
.vision .deco-text {
  position: absolute;
  top: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
.vision .item-g {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 100px -35px 0;
}
.vision .item-g .item {
  width: 33.33%;
  padding: 0 35px;
}
.vision .item-g .item:nth-child(1) .box {
  background: #197dc2;
}
.vision .item-g .item:nth-child(2) {
  margin-top: 50px;
}
.vision .item-g .item:nth-child(2) .box {
  background: #1b62a9;
}
.vision .item-g .item:nth-child(3) .box {
  background: #0c4b8a;
}
.vision .item-g .box {
  position: relative;
  color: #fff;
  padding: 85px 60px;
  border-radius: 8px;
  overflow: hidden;
}
.vision .item-g .box::after {
  content: "";
  display: block;
  width: 299px;
  height: 194px;
  background: url(../images/about_vision_deco.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: -30px;
  bottom: -30px;
}
.vision .item-g .box .year {
  margin-bottom: 85px;
}
.vision .item-g .box .year span {
  color: #eba123;
  font-size: 16px;
  font-family: "Roboto";
  font-weight: 700;
}
.vision .item-g .box .year p {
  font-size: 22px;
  font-weight: 700;
  margin-top: 20px;
}
.vision .item-g .box .summary {
  color: #fff !important;
  min-height: 62px;
}

/* ===== 團隊樣板 ===== */
.temp-team {
  font-size: 17px;
  color: #666;
}
.temp-team .summary {
  line-height: 1.8;
}
.temp-team .list-g {
  margin-top: 30px;
}
.temp-team .list-g .list {
  margin-bottom: 30px;
}
.temp-team .list-g .list:last-child {
  margin-bottom: 0;
}
.temp-team .list-g .ti {
  line-height: 1.4;
  font-size: 24px;
  margin-bottom: 10px;
  color: #1b1b1b;
}
.temp-team .list-g p {
  font-size: 18px;
}
.temp-team .list-g ol, .temp-team .list-g ul {
  padding-left: 20px;
}
.temp-team .list-g ol li, .temp-team .list-g ul li {
  font-size: 18px;
  margin-bottom: 12px;
}
.temp-team .list-g ol li:last-child, .temp-team .list-g ul li:last-child {
  margin-bottom: 0;
}

/* ===== 團隊彈出樣板 ===== */
.temp-tec-popup .item-g {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.temp-tec-popup .item-g .pic {
  width: 40%;
  border-radius: 8px;
  overflow: hidden;
}
.temp-tec-popup .item-g .txt {
  width: 60%;
  padding-left: 50px;
}
.temp-tec-popup .item-g .txt .name {
  font-size: 18px;
  border-bottom: 1px solid #bbb;
  padding-bottom: 20px;
}
.temp-tec-popup .item-g .txt .name span {
  font-size: 22px;
  font-weight: 700;
}

/* ===== 合作團隊彈出樣板 ===== */
.temp-cooperation-popup .item-g {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.temp-cooperation-popup .item-g .pic {
  width: 390px;
}
.temp-cooperation-popup .item-g .txt {
  width: calc(100% - 390px);
  padding-left: 45px;
}
.temp-cooperation-popup .item-g .txt .name {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
}
.temp-cooperation-popup .item-g .txt .name span {
  padding-left: 10px;
  font-size: 17px;
  font-weight: normal;
}
.temp-cooperation-popup .item-g .txt .info-list > li {
  position: relative;
  font-size: 15px;
  padding-left: 65px;
  padding-bottom: 15px;
  color: #444;
}
.temp-cooperation-popup .item-g .txt .info-list > li::before {
  content: "";
  display: block;
  width: 1px;
  height: 17px;
  background: #bbb;
  position: absolute;
  top: 4px;
  left: 50px;
}
.temp-cooperation-popup .item-g .txt .info-list > li:last-child {
  padding-bottom: 0;
}
.temp-cooperation-popup .item-g .txt .info-list > li span {
  position: absolute;
  top: 0;
  left: 0;
  color: #000;
  font-weight: 500;
}
.temp-cooperation-popup .item-g .txt .info-list > li a {
  color: #444;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
}
.temp-cooperation-popup .item-g .txt .info-list > li a i {
  display: inline-block;
  margin-top: -3px;
  vertical-align: middle;
}
.temp-cooperation-popup .item-g .txt .info-list > li a .fa-external-link-alt {
  margin-left: 5px;
  color: #eba123;
}
.temp-cooperation-popup .item-g .txt .info-list > li a:hover {
  color: #eba123;
}
.temp-cooperation-popup .item-g .txt .info-list > li ul.community {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 1px;
}
.temp-cooperation-popup .item-g .txt .info-list > li ul.community li {
  padding-right: 12px;
}
.temp-cooperation-popup .item-g .txt .info-list > li ul.community li i {
  margin-right: 5px;
  font-size: 17px;
}
.temp-cooperation-popup .intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 35px;
}
.temp-cooperation-popup .intro .ti {
  width: 30%;
  color: #fff;
  text-align: right;
  font-size: 17px;
  padding-right: 50px;
}
.temp-cooperation-popup .intro .edit {
  width: 70%;
  padding-left: 20px;
}

/* ==== solution ==== */
.solution-top .item-g {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 50px;
}
.solution-top .item-g .item {
  width: 33.33%;
  padding: 0 60px;
  border-right: 1px solid #ccc;
}
.solution-top .item-g .item:last-child {
  border-right: none;
}
.solution-top .item-g .item .icon {
  text-align: center;
}
.solution-top .item-g .item .txt {
  margin-top: 30px;
}
.solution-top .item-g .item .txt .ti {
  width: 100%;
  text-align: center;
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 10px;
}
.solution-top .item-g .item .txt p {
  font-size: 17px;
  color: #444;
}

.solution-intro .content {
  margin: 0 auto;
  padding-top: 25px;
  max-width: 1200px;
}
.solution-intro .txt {
  margin: 15px auto 0;
  max-width: 1160px;
}
.solution-intro .txt p {
  padding: 10px 0;
  font-size: 18px;
  color: #666;
}

/* ==== 道德與合規 ==== */
.edit-compliance .list {
  margin-top: 20px;
}
.edit-compliance .list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 90px;
  border-bottom: 1px solid #ccc;
}
.edit-compliance .list ul li:last-child {
  border-bottom: none;
}
.edit-compliance .list ul li:not(:last-child) {
  padding-bottom: 50px;
}
.edit-compliance .list ul li .ti {
  color: #0251a0;
  position: relative;
  font-size: 22px;
  font-weight: 700;
  width: 370px;
  padding-left: 45px;
}
.edit-compliance .list ul li .ti span {
  position: absolute;
  top: -50px;
  left: 0;
  font-style: normal;
  font-size: 80px;
  color: #e8eef5;
  font-family: "Roboto";
  font-weight: 500;
  line-height: 1;
  z-index: -1;
}
.edit-compliance .list ul li p {
  width: calc(100% - 370px);
  font-size: 17px;
  color: #444;
  line-height: 1.8;
}

.edit-wp h1, .cke_editable h1 {
  font-size: 2.6666666667rem;
}
.edit-wp h2, .cke_editable h2 {
  font-size: 2rem;
}
.edit-wp h3, .cke_editable h3 {
  font-size: 1.6666666667rem;
}
.edit-wp h4, .cke_editable h4 {
  font-size: 1.3333333333rem;
}
.edit-wp h5, .cke_editable h5 {
  font-size: 1.2em;
}
.edit-wp .temp-h2, .cke_editable .temp-h2 {
  font-weight: bolder;
  color: #444;
  font-size: 30px;
  line-height: 1.8;
}
.edit-wp .temp-h3, .cke_editable .temp-h3 {
  font-weight: bolder;
  color: #444;
  font-size: 24px;
  line-height: 1.8;
}
.edit-wp .temp-p, .cke_editable .temp-p {
  color: #444444;
  font-size: 17px;
  line-height: 1.8;
}

.edit-wpt h1,
.cke_editable h1 {
  margin-bottom: 20px;
}

.edit-wp h2, .edit-wp h3, .edit-wp h4, .edit-wp h5, .edit-wp h6, .cke_editable h2, .cke_editable h3, .cke_editable h4, .cke_editable h5, .cke_editable h6 {
  margin-bottom: 20px;
}
.edit-wp p, .cke_editable p {
  margin-bottom: 0.6em;
}
.edit-wp p.has-background, .cke_editable p.has-background {
  padding: 1.25em 2.375em;
}
.edit-wp figure, .cke_editable figure {
  margin: 15px 0;
}
.edit-wp figcaption, .cke_editable figcaption {
  margin-top: 15px;
}
.edit-wp a, .cke_editable a {
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  color: #0251a0;
}
.edit-wp a:hover, .cke_editable a:hover {
  color: #0251a0;
  text-decoration: underline;
}
.edit-wp span, .cke_editable span {
  display: inline;
}
.edit-wp .has-luminous-vivid-orange-color, .cke_editable .has-luminous-vivid-orange-color {
  color: #ff6900;
}
.edit-wp .has-vivid-red-color, .cke_editable .has-vivid-red-color {
  color: #cf2e2e;
}
.edit-wp ol, .edit-wp ul, .cke_editable ol, .cke_editable ul {
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .edit-wp h1, .cke_editable h1 {
    font-size: 30px;
  }
  .edit-wp h2, .cke_editable h2 {
    font-size: 25px;
  }
  .edit-wp h3, .cke_editable h3 {
    font-size: 20px;
  }
  .edit-wp .temp-h2, .cke_editable .temp-h2 {
    font-size: 25px;
    line-height: 1.6;
  }
  .edit-wp .temp-h3, .cke_editable .temp-h3 {
    font-size: 20px;
    line-height: 1.6;
  }
  .edit-wp .temp-p, .cke_editable .temp-p {
    font-size: 16px;
    line-height: 1.6;
  }
}
/* 標題 */
@media (max-width: 1440px) {
  .p-ti-box p br {
    display: none;
  }
}
@media (max-width: 991px) {
  .p-ti-box .ti {
    font-size: 22px;
  }
  .p-ti-box p {
    font-size: 18px;
    margin-top: 5px;
  }
}
@media (max-width: 767px) {
  .p-ti-box .ti {
    font-size: 18px;
  }
  .p-ti-box p {
    font-size: 16px;
    margin-top: 3px;
  }
}
/* ===== 消息樣板 ===== */
@media (max-width: 1679px) {
  .temp-sd.temp-view-txt-r-pic-l .pic {
    width: 40%;
  }
  .temp-sd.temp-view-txt-r-pic-l .txt {
    padding-right: 2.5vw;
    width: 60%;
  }
}
@media (max-width: 1440px) {
  .temp-view-txt-l-pic-r .txt, .temp-view-txt-r-pic-l .txt {
    padding-left: 30px;
  }
  .temp-view-txt-r-pic-l .txt {
    padding-left: 0;
    padding-right: 30px;
  }
}
@media (max-width: 1365px) {
  .temp-sd.temp-view-txt-r-pic-l .txt p {
    line-height: 1.8;
  }
}
@media (max-width: 991px) {
  .temp-view-txt-l-pic-r .txt, .temp-view-txt-r-pic-l .txt {
    padding: 20px 0 0 0;
  }
  .temp-wrap {
    padding: 20px 0;
  }
  .temp-wrap h3 {
    margin-bottom: 10px;
  }
  .temp-wrap p {
    font-size: 16px;
  }
  .temp-wrap .pic, .temp-wrap .txt {
    vertical-align: top;
  }
  .temp-view-txt-l-pic-r .pic, .temp-view-txt-l-pic-r .txt,
  .temp-view-txt-r-pic-l .pic,
  .temp-view-txt-r-pic-l .txt {
    width: 100%;
  }
  .temp-view-txt-l-pic-r .pic,
  .temp-view-txt-r-pic-l .pic {
    text-align: center;
  }
  .temp-sd.temp-view-txt-r-pic-l .pic {
    margin: 0 auto;
    width: 100%;
    max-width: 400px;
  }
  .temp-sd.temp-view-txt-r-pic-l .txt {
    padding: 25px 0 0 0;
    width: 100%;
  }
  .temp-sd.temp-view-txt-r-pic-l .txt p {
    line-height: 1.5;
  }
}
@media (max-width: 767px) {
  .temp-view-txt-l-pic-r .txt, .temp-view-txt-r-pic-l .txt {
    padding-top: 20px;
    padding-left: 0;
  }
  .temp-view-txt-r-pic-l .txt {
    padding-left: 0;
    padding-right: 0;
  }
  .temp-wrap h3 {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .temp-wrap p {
    padding: 5px 0;
    line-height: 1.6;
  }
  .temp-wrap .pic, .temp-wrap .txt {
    vertical-align: top;
  }
  .temp-view-txt-l-pic-r .pic, .temp-view-txt-l-pic-r .txt,
  .temp-view-txt-r-pic-l .pic,
  .temp-view-txt-r-pic-l .txt {
    width: 100%;
  }
  .temp-view-txt-l-pic-r .pic,
  .temp-view-txt-r-pic-l .pic {
    text-align: center;
  }
  .temp-view-pic-t-txt-b .txt {
    margin-top: 20px;
    text-align: left;
  }
  .temp-view-pic-b-txt-t .txt {
    margin-bottom: 20px;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .temp-course-download ul li a:hover {
    color: #fff;
    background: #0251a0;
  }
}
/* ===== i-about ===== */
@media (max-width: 1799px) {
  .i-about {
    padding: 0 150px 0 0;
  }
}
@media (max-width: 1440px) {
  .i-about {
    padding: 0 30px 0 0;
  }
  .i-about .box-g .right {
    padding: 30px 0 0 40px;
  }
  .i-about .box-g .right .item-g {
    margin: 0 -20px;
  }
  .i-about .box-g .right .item-g .item {
    padding: 0 20px;
    margin-bottom: 30px;
  }
}
@media (max-width: 1199px) {
  .i-about .box-g .left .txt {
    right: 40px;
  }
}
@media (max-width: 991px) {
  .i-about {
    padding: 40px 20px;
  }
  .i-about .xs-show {
    display: block;
    margin-top: 25px;
  }
  .i-about .box-g .left {
    width: 100%;
    margin-bottom: 30px;
  }
  .i-about .box-g .left img {
    display: none;
  }
  .i-about .box-g .left .txt {
    position: relative;
    top: unset;
    right: unset;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
  }
  .i-about .box-g .left .txt .p-ti-box .ti {
    text-align: center;
    color: #000;
  }
  .i-about .box-g .left .txt .slogan {
    margin: 8px 0 0;
  }
  .i-about .box-g .left .txt .slogan span {
    text-align: center;
    color: #000;
  }
  .i-about .box-g .left .txt .slogan span::before {
    display: none;
  }
  .i-about .box-g .left .txt .btn-wrap {
    display: none;
  }
  .i-about .box-g .right {
    width: 100%;
    padding: 0;
  }
  .i-about .box-g .right .item-g .item .txt h3 {
    font-size: 18px;
  }
  .i-about .box-g .right .item-g .item .txt h3 i {
    font-size: 18px;
    margin-right: 5px;
  }
  .i-about .box-g .right .item-g .item .txt p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .i-about .box-g .right .item-g {
    margin: 0 -15px;
  }
  .i-about .box-g .right .item-g .item {
    padding: 0 15px;
    margin-bottom: 25px;
  }
}
@media (max-width: 499px) {
  .i-about .box-g .right .item-g {
    margin: 0;
  }
  .i-about .box-g .right .item-g .item {
    width: 100%;
    padding: 0;
  }
  .i-about .box-g .right .item-g .item:last-child {
    margin-bottom: 0;
  }
}
/* ===== 服務項目 服務特色 - 樣板 ===== */
@media (max-width: 1440px) {
  .feature-edit .item-g {
    margin: 40px -20px 0;
  }
  .feature-edit .item-g .item {
    padding: 0 20px;
    margin-bottom: 40px;
  }
  .feature-edit .item-g .item .txt {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .feature-edit .item-g .item {
    margin-bottom: 30px;
  }
  .feature-edit .item-g .item .icon {
    width: 130px;
  }
  .feature-edit .item-g .item .txt {
    width: calc(100% - 130px);
    padding-left: 20px;
  }
  .feature-edit .item-g .item .txt .ti {
    font-size: 18px;
  }
  .feature-edit .item-g .item .txt p {
    line-height: 1.6;
    font-size: 16px;
    margin-top: 5px;
  }
}
@media (max-width: 767px) {
  .feature-edit .item-g {
    margin: 20px 0 0;
  }
  .feature-edit .item-g .item {
    width: 100%;
    padding: 0;
  }
  .feature-edit .item-g .item:last-child {
    margin-bottom: 0;
  }
  .feature-edit .item-g .item .txt .ti {
    font-size: 17px;
  }
}
@media (max-width: 499px) {
  .feature-edit .item-g .item .icon {
    width: 95px;
  }
  .feature-edit .item-g .item .txt {
    padding-top: 0;
    width: calc(100% - 95px);
  }
}
/* ===== 服務項目 view - 樣板 ===== */
@media (max-width: 1440px) {
  .service-edit .item-g .item {
    padding: 60px 0;
  }
  .service-edit .item-g .item:nth-child(even) {
    padding-top: 120px;
  }
  .service-edit.hr .item-g .item .txt .p-ti-box {
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .service-edit .item-g .item {
    padding: 40px 0;
  }
  .service-edit .item-g .item::after {
    display: none !important;
  }
  .service-edit .item-g .item:nth-child(even) {
    padding-top: 40px;
  }
  .service-edit .item-g .item .box-g {
    margin-top: 25px;
  }
  .service-edit .item-g .item .box-g .txt .subject {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .service-edit .item-g .item .box-g .txt ul li {
    margin-bottom: 5px;
    font-size: 16px;
  }
  .service-edit.hr .item-g .item:nth-child(even) {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .service-edit .item-g .item .p-ti-box {
    text-align: left !important;
  }
  .service-edit .item-g .item .p-ti-box .ti {
    text-align: center;
  }
  .service-edit .item-g .item .box-g {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .service-edit .item-g .item .box-g .pic {
    width: 100%;
  }
  .service-edit .item-g .item .box-g .txt {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .service-edit.hr .item-g .item .pic {
    margin: 25px auto 0;
    width: 100%;
    max-width: 260px;
  }
  .service-edit.hr .item-g .item .txt {
    padding: 0;
    width: 100%;
  }
  .service-edit.hr .item-g .item .txt .p-sub-ti {
    text-align: center;
  }
  .service-edit.hr .item-g .item .txt .p-ti-box {
    margin-bottom: 3px;
  }
  .service-edit.hr .item-g .item .txt .narrative {
    font-size: 16px;
  }
}
/* ===== 課程樣板 ===== */
.temp-course {
  padding: 25px 0;
}

.edit-teacher-txt .txt {
  padding-left: 30px;
}

@media (max-width: 991px) {
  .temp-course-download ul li a {
    padding: 8px 15px;
  }
  .temp-course.temp-course-outline .outline li {
    width: 50%;
  }
  .temp-course-table table thead tr th,
  .temp-course-table table tbody tr td {
    padding: 10px 10px 10px 20px;
  }
}
@media (max-width: 699px) {
  .temp-course.temp-course-intro .item-g .pic {
    margin: 0 auto 20px;
  }
  .temp-course .edit-teacher-txt {
    width: 100%;
  }
  .temp-course .edit-teacher-txt .txt {
    padding-left: 0;
  }
  .temp-course .edit-teacher-txt .txt .intro li {
    padding-left: 0;
  }
  .temp-course .edit-teacher-txt .txt .intro li span {
    position: relative;
    top: unset;
    left: unset;
    width: 100%;
    margin-bottom: 8px;
  }
  .temp-course.temp-course-outline .outline li {
    width: 100%;
  }
}
/* ===== 課程intro  ===== */
@media (max-width: 1440px) {
  .intro-edit .item-g {
    margin-top: 30px;
  }
  .intro-edit .item-g .txt {
    padding-left: 35px;
  }
  .object-edit .item-g {
    margin: 40px -10px 0;
  }
  .object-edit .item-g .item {
    margin-bottom: 40px;
  }
  .object-edit .item-g .item .txt {
    margin-top: 15px;
  }
  .architec-edit .pic {
    margin: 30px 0 45px;
  }
}
@media (max-width: 991px) {
  .temp-table table thead tr th:last-child {
    width: 140px !important;
  }
  .temp-table table tbody tr td img {
    width: 50px;
    margin-right: 5px;
  }
  .intro-edit .item-g {
    margin-top: 25px;
  }
  .intro-edit .item-g .txt {
    padding-left: 20px;
  }
  .intro-edit .item-g .txt ul li {
    padding-left: 15px;
    font-size: 16px;
  }
  .intro-edit .item-g .txt ul li::before {
    top: 13px;
  }
  .object-edit .item-g {
    margin: 30px -10px 0;
  }
  .object-edit .item-g .item {
    margin-bottom: 30px;
  }
  .object-edit .item-g .item .txt {
    margin-top: 10px;
  }
  .object-edit .item-g .item .txt span {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .object-edit .item-g .item .txt p {
    font-size: 16px;
    line-height: 1.6;
  }
  .architec-edit .pic {
    margin: 25px 0 30px;
  }
}
@media (max-width: 767px) {
  .temp-table {
    overflow-x: scroll;
    overflow-y: hidden;
    position: relative;
    z-index: 1;
  }
  .temp-table .hand {
    display: block;
  }
  .temp-table table {
    width: 900px;
  }
  .temp-table table thead tr th {
    padding: 10px;
  }
  .temp-table table tbody tr td {
    padding: 10px;
  }
  .intro-edit .item-g .pic {
    width: 100%;
    text-align: center;
  }
  .intro-edit .item-g .txt {
    width: 100%;
    margin-top: 20px;
    padding: 0;
  }
  .object-edit .item-g .item .txt p br {
    display: none;
  }
}
@media (max-width: 599px) {
  .object-edit .item-g {
    margin: 20px 0 0;
  }
  .object-edit .item-g .item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
  }
  .object-edit .item-g .item:last-child {
    margin-bottom: 0;
  }
  .object-edit .item-g .item .icon {
    width: 90px;
  }
  .object-edit .item-g .item .txt {
    margin-top: 0;
    width: calc(100% - 90px);
    text-align: left;
    padding-left: 20px;
  }
  .object-edit .item-g .item .txt span {
    margin-bottom: 0;
  }
}
/* ===== 部落格詳細樣板 ===== */
@media (max-width: 1440px) {
  .temp-blog-view .note {
    padding: 20px;
  }
  .temp-blog-view .pink-bg {
    padding: 20px;
  }
  .temp-blog-view .blue-bg {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .temp-blog-view {
    padding-bottom: 20px;
  }
  .blog-article-wrap .blog-ti {
    margin-bottom: 10px;
    font-size: 20px;
  }
}
@media (max-width: 639px) {
  .columns-two-pic {
    margin-bottom: 10px;
  }
  .columns-two-pic .columns {
    width: 100%;
  }
  .columns-two-pic .columns:not(:last-child) {
    margin-bottom: 25px;
  }
  .columns-two-pic .columns p {
    margin-top: 5px;
  }
}
/* ===== about =====*/
@media (max-width: 1699px) {
  .edit-about .deco-text {
    font-size: 130px;
  }
  .origin .item-g .txt {
    padding: 0 80px 0 110px;
  }
  .origin .item-g .txt .text p {
    margin-top: 15px;
  }
  .philosophy .deco-text {
    top: -8px;
  }
  .philosophy .item-g .txt {
    padding: 0 50px 0 65px;
  }
  .philosophy .item-g .txt p {
    margin-top: 15px;
  }
  .vision .item-g {
    margin: 55px -35px 0;
  }
}
@media (max-width: 1440px) {
  .edit-about .deco-text {
    font-size: 100px;
  }
  .origin .p-sub-ti, .philosophy .p-sub-ti {
    margin-bottom: 5px;
  }
  .origin .item-g .txt {
    padding: 0 30px 0 50px;
  }
  .origin .item-g .txt .text p {
    margin-top: 15px;
  }
  .philosophy .deco-text {
    top: 10px;
  }
  .philosophy .item-g .pic {
    width: 45%;
  }
  .philosophy .item-g .txt {
    width: 55%;
    padding: 0 50px 0 40px;
  }
  .vision {
    margin-top: 70px;
  }
  .vision .item-g {
    margin: 30px -20px 0;
  }
  .vision .item-g .item {
    padding: 0 20px;
  }
  .vision .item-g .box {
    padding: 50px 30px;
  }
  .vision .item-g .box::after {
    width: 240px;
    height: 176px;
  }
  .vision .item-g .box .year {
    margin-bottom: 35px;
  }
}
@media (max-width: 991px) {
  .edit-about .deco-text {
    display: none;
  }
  .edit-about .summary {
    line-height: 1.6;
    font-size: 16px;
  }
  .origin .item-g .txt {
    padding: 0 20px 0 30px;
  }
  .origin .item-g .txt .text p {
    margin-top: 10px;
  }
  .philosophy {
    padding-top: 50px;
  }
  .philosophy .item-g .txt {
    padding: 0 20px 0 30px;
  }
  .philosophy .item-g .txt p {
    margin-top: 10px;
  }
  .vision {
    margin-top: 50px;
  }
  .vision .item-g {
    margin: 30px -10px 0;
  }
  .vision .item-g .item {
    padding: 0 10px;
  }
  .vision .item-g .item:nth-child(2) {
    margin-top: 0;
  }
  .vision .item-g .box {
    padding: 20px;
  }
  .vision .item-g .box::after {
    opacity: 0.5;
  }
  .vision .item-g .box .year {
    margin-bottom: 20px;
  }
  .vision .item-g .box .year p {
    font-size: 18px;
    margin-top: 5px;
  }
  .vision .item-g .box .summary {
    min-height: 50px;
  }
}
@media (max-width: 767px) {
  .edit-about .p-ti-box .ti {
    font-weight: 500;
  }
  .vision .p-sub-ti {
    text-align: left !important;
  }
  .origin .item-g {
    padding: 0 20px;
  }
  .origin .item-g .pic {
    width: 100%;
  }
  .origin .item-g .txt {
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
  }
  .origin .item-g .txt .text p:last-child {
    font-size: 17px;
  }
  .philosophy {
    padding-top: 30px;
  }
  .philosophy .xs-hide {
    display: none;
  }
  .philosophy .xs-show {
    display: block;
  }
  .philosophy .item-g {
    padding: 0 20px;
  }
  .philosophy .item-g .pic {
    width: 100%;
  }
  .philosophy .item-g .txt {
    width: 100%;
    padding: 0;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 20px;
  }
  .vision {
    margin-top: 30px;
  }
  .vision .item-g {
    margin: 15px 0 0;
  }
  .vision .item-g .item {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .vision .item-g .item:last-child {
    margin-bottom: 0;
  }
  .vision .item-g .box::after {
    width: 168px;
    height: 130px;
  }
  .vision .item-g .box .year {
    margin-bottom: 10px;
  }
  .vision .item-g .box .summary {
    min-height: unset;
  }
}
/* ===== 團隊樣板 ===== */
@media (max-width: 1440px) {
  .temp-team .list-g {
    margin-top: 20px;
  }
  .temp-team .list-g .list {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .temp-team .list-g .list {
    margin-bottom: 15px;
  }
  .temp-team .list-g .ti {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .temp-team .list-g p {
    font-size: 16px;
  }
  .temp-team .list-g ul li, .temp-team .list-g ol li {
    font-size: 16px;
  }
}
/* ===== 團隊彈出樣板 ===== */
@media (max-width: 991px) {
  .temp-tec-popup .list-g {
    margin-top: 15px;
  }
  .temp-tec-popup .item-g .txt {
    padding-left: 30px;
  }
  .temp-tec-popup .item-g .txt .name {
    padding-bottom: 15px;
  }
  .temp-tec-popup .item-g .txt .name span {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .temp-tec-popup .item-g {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .temp-tec-popup .item-g .pic {
    display: block;
    margin: auto;
    width: auto;
    max-width: 300px;
  }
  .temp-tec-popup .item-g .txt {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .temp-tec-popup .item-g .txt .name {
    text-align: center;
  }
}
/* ===== 合作團隊彈出樣板 ===== */
@media (max-width: 991px) {
  .temp-cooperation-popup .item-g .pic {
    width: 45%;
  }
  .temp-cooperation-popup .item-g .txt {
    width: 55%;
    padding-left: 30px;
  }
  .temp-cooperation-popup .item-g .txt .name {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .temp-cooperation-popup .item-g .txt .info-list > li {
    padding-bottom: 10px;
    padding-left: 55px;
  }
  .temp-cooperation-popup .item-g .txt .info-list > li::before {
    top: 4px;
    left: 41px;
    height: 16px;
  }
  .temp-cooperation-popup .item-g .txt .info-list > li ul.community {
    padding-top: 0;
  }
  .temp-cooperation-popup .intro .ti {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .temp-cooperation-popup .item-g .pic {
    width: 100%;
    text-align: center;
  }
  .temp-cooperation-popup .item-g .txt {
    width: auto;
    padding: 0;
    margin: 20px auto 0;
  }
  .temp-cooperation-popup .item-g .txt .name {
    text-align: center;
  }
  .temp-cooperation-popup .intro {
    margin-top: 20px;
    padding-bottom: 10px;
  }
  .temp-cooperation-popup .intro .ti {
    display: none;
    width: 100%;
    text-align: center;
    font-weight: 700;
    color: #000;
  }
  .temp-cooperation-popup .intro .edit {
    padding: 10px 0 0 0;
    width: 100%;
    border-top: 1px solid #bbb;
  }
}
/* ==== solution ==== */
@media (max-width: 1440px) {
  .solution-top .item-g .item {
    padding: 0 30px;
  }
}
@media (max-width: 991px) {
  .solution-top .item-g {
    margin-top: 35px;
  }
  .solution-top .item-g .item {
    padding: 0 20px;
  }
  .solution-top .item-g .item .txt {
    margin-top: 20px;
  }
  .solution-top .item-g .item .txt .ti {
    font-size: 18px;
  }
  .solution-top .item-g .item .txt p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .solution-top .item-g {
    margin-top: 25px;
  }
  .solution-top .item-g .item {
    width: 100%;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 25px;
    border: none;
  }
  .solution-top .item-g .item:last-child {
    margin-bottom: 0;
  }
  .solution-top .item-g .item .icon {
    width: 100px;
  }
  .solution-top .item-g .item .txt {
    width: calc(100% - 100px);
    margin-top: 0;
    padding-left: 20px;
  }
  .solution-top .item-g .item .txt .ti {
    text-align: left;
  }
  .solution-intro .content {
    padding-top: 15px;
  }
  .solution-intro .txt {
    margin-top: 5px;
  }
}
@media (max-width: 499px) {
  .solution-top .item-g .item .icon {
    width: 80px;
  }
  .solution-top .item-g .item .txt {
    width: calc(100% - 80px);
    padding-left: 15px;
  }
}
/* ==== 道德與合規 ==== */
@media (max-width: 1440px) {
  .edit-compliance .list ul li {
    padding-top: 65px;
  }
  .edit-compliance .list ul li:not(:last-child) {
    padding-bottom: 40px;
  }
  .edit-compliance .list ul li .ti {
    width: 270px;
  }
  .edit-compliance .list ul li .ti span {
    top: -38px;
    font-size: 64px;
  }
  .edit-compliance .list ul li p {
    width: calc(100% - 270px);
  }
}
@media (max-width: 1079px) {
  .edit-compliance .list ul li {
    padding-top: 45px;
  }
  .edit-compliance .list ul li:not(:last-child) {
    padding-bottom: 30px;
  }
  .edit-compliance .list ul li .ti {
    width: 195px;
    font-size: 18px;
    padding-left: 25px;
  }
  .edit-compliance .list ul li .ti span {
    top: -24px;
    font-size: 40px;
  }
  .edit-compliance .list ul li p {
    width: calc(100% - 195px);
    font-size: 16px;
    line-height: 1.6;
  }
}
@media (max-width: 991px) {
  .edit-compliance .list {
    margin-top: 5px;
  }
  .edit-compliance .list ul li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 20px;
  }
  .edit-compliance .list ul li:not(:last-child) {
    padding-bottom: 20px;
  }
  .edit-compliance .list ul li .ti {
    width: 100%;
    font-size: 18px;
    padding-left: 0;
    margin-bottom: 10px;
  }
  .edit-compliance .list ul li .ti span {
    font-size: 30px;
    position: relative;
    top: unset;
    left: unset;
    vertical-align: middle;
    margin: -5px 5px 0 0;
    display: inline-block;
    color: #006fbb;
  }
  .edit-compliance .list ul li p {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .edit-compliance .p-ti-box.text-center {
    text-align: left !important;
  }
}