@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  font-size: 16px;
  font-family: "Noto Sans TC", "Noto Sans", sans-serif;
  line-height: 1.5;
  letter-spacing: 0;
  background-color: #FBFBFB;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  -o-object-fit: cover;
     object-fit: cover;
}

a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}
a:active {
  transform: scale(0.8);
}

.container {
  max-width: 1320px;
  padding: 0 12px;
  margin: 0 auto;
}

@media (max-width: 992px) {
  .container {
    max-width: 768px;
  }
}
@media (max-width: 576px) {
  .container {
    max-width: 375px;
  }
}
.navbar {
  display: flex;
  justify-content: center;
  position: sticky;
  top: 0;
  background: #F5F5F5;
  opacity: 0.9;
  z-index: 99;
}
.navbar .navbar_menu {
  display: flex;
}
.navbar .navbar_menu .navbar_item {
  font-size: 1.75rem;
  font-weight: 700;
  color: #000;
  padding: 24px 20px;
}
.navbar .navbar_menu .navbar_item a:hover {
  color: #0027D5;
}
.navbar .navbar_menu .navbar_item a:hover::before {
  content: "→";
}

h1 {
  font-size: clamp(4rem, 6.25vw, 7.5rem);
  font-weight: 900;
}

h2 {
  font-size: clamp(3rem, 3.35vw, 4rem);
  font-weight: 700;
}

h3 {
  font-size: 1.75rem;
  font-weight: 700;
}

h4 {
  font-size: 1.5rem;
  font-weight: 700;
}

.border_bottom {
  border-bottom: 1px solid #6C757D;
}

.highline {
  color: #0027D5;
}

.btn {
  border: 1px solid #6C757D;
  border-radius: 40px;
  padding: 8px 16px;
  color: #4B4B4B;
  font-weight: 500;
}
.btn:hover {
  background: #6C757D;
  color: #fff;
}

.btn_primary {
  border-color: #0027D5;
  color: #0027D5;
  background: #fff;
}
.btn_primary:hover {
  background: #0027D5;
}

.footer {
  text-align: center;
  padding: 24px 0;
  background: #fff;
}
.footer p {
  font-weight: 500;
}

.banner {
  width: 100%;
  height: calc(100vh - 90px);
  display: flex;
}
.banner .person_pic {
  background: url("../img/Hero Section.png");
  background-size: cover; /* 設定圖片縮放方式 */
  background-position: center; /* 控制背景圖片的位置 */
  background-repeat: no-repeat;
  width: 50%;
}
.banner .person_title {
  background-image: url("../img/Hero Section-1.png");
  background-size: cover; /* 設定圖片縮放方式 */
  background-position: center; /* 控制背景圖片的位置 */
  background-repeat: no-repeat;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 80px;
}
.banner .person_title h1 {
  margin-bottom: 12px;
}

@media (max-width: 992px) {
  .banner {
    flex-direction: column;
    height: auto;
  }
  .banner .person_pic,
  .banner .person_title {
    width: 100%;
  }
  .banner .person_pic {
    height: calc(100vh - 90px - 196px);
  }
  .banner .person_title {
    height: 50vh;
    justify-content: start;
    padding: 24px;
  }
}
.person_content {
  width: 66%;
  background: #fff;
  padding: 80px 40px;
  margin-top: -160px;
  position: relative;
  margin-right: 80px;
  margin-left: auto;
}
.person_content p {
  font-size: 1.75rem;
  font-weight: 500;
  margin-bottom: 16px;
}

@media (max-width: 992px) {
  .person_content {
    width: auto;
    margin-left: 12px;
    margin-right: 12px;
    margin-top: -25vh;
  }
}
.media {
  display: flex;
  font-size: 1.5rem;
}
.media a:hover {
  transform: scale(1.2);
}

.service {
  padding: 80px 0;
}

.content_title {
  margin-bottom: 24px;
}

.service_list {
  padding: 0 110px;
  margin-bottom: 32px;
}
.service_list .service_item {
  display: flex;
  align-items: center;
}
.service_list .service_item img {
  width: 59.1%;
}
.service_list .service_item .service_content {
  background: #fff;
  padding: 24px;
  width: calc(40.9% + 40px);
}
.service_list .service_item .service_content h3 {
  margin-bottom: 8px;
  margin-top: 37.5px;
  position: relative;
}
.service_list .service_item .service_content h3::before {
  content: "";
  position: absolute;
  top: -18.75px;
  left: 0;
  background: #0027D5;
  width: 33px;
  height: 2.5px;
  border-radius: 40px;
}
.service_list .service_item .service_content p {
  color: #4B4B4B;
}
.service_list .service_item:not(:last-child) {
  margin-bottom: 64px;
}
.service_list .service_item_start {
  flex-direction: row;
}
.service_list .service_item_start .content_start {
  margin-left: -40px;
}
.service_list .service_item_end {
  flex-direction: row-reverse;
}
.service_list .service_item_end .content_end {
  margin-right: -40px;
  position: relative;
  z-index: 2;
}

@media (max-width: 992px) {
  .service_list {
    padding: 0 12px;
  }
  .service_list .service_item_start,
  .service_list .service_item_end {
    flex-direction: column;
  }
  .service_list .service_item_start .content_start,
  .service_list .service_item_start .content_end,
  .service_list .service_item_end .content_start,
  .service_list .service_item_end .content_end {
    margin: 0;
  }
  .service_list .service_item img,
  .service_list .service_item .service_content {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .service {
    padding: 64px 0;
  }
}
.service_more {
  padding: 12px;
  text-align: end;
}
.service_more a {
  font-size: 1.75rem;
}
.service_more a:hover {
  color: #0027D5;
}

.case {
  padding: 80px 0;
}

.case_box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.case_box .case_img {
  width: 50%;
  background: #EDEDED;
  padding: 24px;
}
.case_box .case_img img {
  width: 100%;
  height: 100%;
}
.case_box .case_content {
  width: 50%;
  margin-left: 24px;
  margin-top: 29px;
  margin-bottom: 29px;
}
.case_box .case_content .case_text,
.case_box .case_content .case_appointment {
  max-width: 526px;
  padding: 80px 40px;
}
.case_box .case_content .case_text {
  height: 50%;
  background: #fff;
  margin-left: -30%;
}
.case_box .case_content .case_appointment {
  height: calc(50% + 40px);
  background: #F5F5F5;
  margin-top: -40px;
}
.case_box .case_content p {
  font-weight: 500;
  padding-top: 42.75px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.case_box .case_content p::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #0027D5;
  width: 33px;
  height: 2.5px;
  border-radius: 40px;
}

.client_box {
  background: #F5F5F5;
  padding: 24px;
  display: flex;
  -moz-column-gap: 24px;
       column-gap: 24px;
}
.client_box .client_pj {
  width: 25%;
}
.client_box .client_pj img {
  margin-bottom: 16px;
}
.client_box .client_pj .client_pj_content {
  padding-bottom: 16px;
  margin-bottom: 16px;
  display: grid;
  row-gap: 8px;
}
.client_box .client_pj .client_pj_content p {
  color: #4B4B4B;
  font-weight: 500;
}
.client_box .client_pj .client_pj_content p .bi {
  color: #0027D5;
  margin-right: 8px;
}

@media (max-width: 992px) {
  .case_box .case_img {
    width: 60%;
  }
  .case_box .case_content {
    width: 40%;
  }
  .client_box {
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 24px;
  }
  .client_box .client_pj {
    width: calc(50% - 12px);
  }
}
@media (max-width: 576px) {
  .case {
    padding: 64px 0;
  }
  .case_box {
    flex-direction: column;
  }
  .case_box .case_img {
    width: 100%;
  }
  .case_box .case_content {
    width: 100%;
    margin: 0 auto;
  }
  .case_box .case_content .case_text,
  .case_box .case_content .case_appointment {
    max-width: 100%;
    height: auto;
    margin: 0;
    padding: 40px 24px;
  }
  .case_box .case_content p {
    position: static;
    transform: translateY(0);
  }
  .client_box .client_pj {
    width: 100%;
  }
}
.newsletter {
  width: 100%;
  height: calc(100vh - 90px);
  display: flex;
  justify-content: space-between;
}
.newsletter .news_img {
  background-image: url(../img/Hero\ Section-2.png);
  width: 50%;
  background-size: cover; /* 設定圖片縮放方式 */
  background-position: center; /* 控制背景圖片的位置 */
  background-repeat: no-repeat;
}
.newsletter .news_subscribe {
  background-image: url(../img/Hero\ Section-3.png);
  width: 50%;
  padding: 12px;
  background-size: cover; /* 設定圖片縮放方式 */
  background-position: center; /* 控制背景圖片的位置 */
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}
.newsletter .subscribe_form {
  max-width: 800px;
  background: #fff;
  padding: 80px;
}
.newsletter .subscribe_form h2 {
  margin-bottom: 16px;
}
.newsletter .subscribe_form p {
  font-size: 1.5rem;
  font-weight: 500;
}
.newsletter .subscribe_form .input_box {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  margin: 24px 0;
}
.newsletter .subscribe_form .input_box .subscribe_input {
  font-size: 16px;
  color: #4B4B4B;
  background: #F5F5F5;
  border: none;
  padding: 8px 16px;
}

@media (max-width: 992px) {
  .newsletter {
    flex-direction: column;
    height: auto;
  }
  .newsletter .news_img,
  .newsletter .news_subscribe {
    height: 50vh;
  }
  .newsletter .news_img,
  .newsletter .news_subscribe {
    width: 100%;
  }
  .newsletter .news_img .subscribe_form,
  .newsletter .news_subscribe .subscribe_form {
    padding: 40px;
  }
}
@media (max-width: 576px) {
  .newsletter .subscribe_form {
    padding: 40px 24px;
  }
}
.contact {
  padding: 80px 0;
}

.contact_list {
  display: grid;
  row-gap: 16px;
}
.contact_list .contact_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 17px 0;
}
.contact_list .contact_item .item_text {
  display: flex;
}
.contact_list .contact_item a {
  font-size: 1.5rem;
}
.contact_list .contact_item a:hover {
  color: #0027D5;
  font-size: 1.75rem;
}

@media (max-width: 576px) {
  .contact {
    padding: 64px 0;
  }
  .contact_list .contact_item {
    flex-direction: column;
    align-items: start;
  }
  .contact_list .contact_item h3 {
    font-size: 1.5rem;
  }
}
.contact_simplify {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 576px) {
  .contact_none {
    display: none;
  }
}
.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

.swiper-wrapper-area {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.swiper {
  width: 90%;
}

.swiper-button {
  width: 44px;
  height: 44px;
  background: #fff;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 45%;
  transform: translateY(-50%);
  z-index: 10;
}
.swiper-button:active {
  transform: scale(0.8);
}
.swiper-button .bi {
  color: #0027D5;
  font-size: 44px;
}
.swiper-button .bi:hover {
  color: #4B4B4B;
}

@media (max-width: 992px) {
  .swiper-wrapper-area {
    display: block;
    height: 588px;
  }
  .swiper-button {
    top: 100%;
  }
  .swiper-button-prev {
    left: auto;
    right: 64px;
  }
  .swiper-button-next {
    right: 0;
  }
}
.blog_top {
  padding: 80px 0;
}

.blog_list {
  display: flex;
}
.blog_list .blog_card {
  width: 31%;
}
.blog_list .blog_card img {
  width: 100%;
  height: 200px;
  margin-bottom: 16px;
}

@media (max-width: 992px) {
  .blog_list .blog_card {
    width: 48%;
  }
}
@media (max-width: 552px) {
  .blog_top {
    padding: 64px 0;
  }
  .blog_list .blog_card {
    width: 100%;
  }
}
.card_body .card_time {
  font-weight: 500;
  margin-bottom: 4px;
}
.card_body .hashtag {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.card_body .hashtag a {
  font-size: 1.5rem;
  font-weight: 500;
  color: #0027D5;
  margin-right: 8px;
}
.card_body .hashtag .mark {
  background: #0027D5;
  border-radius: 40px;
  padding: 6px 12px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
.card_body .card_title {
  margin-bottom: 8px;
}
.card_body .card_text {
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.new_blog {
  display: flex;
  justify-content: space-between;
}
.new_blog .new_blog_img {
  width: 50%;
}
.new_blog .new_blog_content {
  width: 50%;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 24px;
  padding-right: 120px;
}
.new_blog .new_blog_content .card_body {
  max-width: 636px;
}

@media (max-width: 992px) {
  .new_blog {
    flex-direction: column;
    margin-top: -25vh;
  }
  .new_blog .new_blog_img {
    width: 100%;
  }
  .new_blog .new_blog_content {
    width: 100%;
    padding: 48px 12px;
  }
}
.all_blog {
  padding: 80px 0;
}

@media (max-width: 576px) {
  .all_blog {
    padding: 64px 0;
  }
}
.search_bar {
  position: relative;
  max-width: 416px;
  min-width: 351px;
  margin-bottom: 40px;
}
.search_bar .bi {
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  color: #4B4B4B;
  font-size: 24px;
}
.search_bar input {
  width: 100%;
  padding: 16px 48px 16px 50px;
  border: 1px solid #4B4B4B;
  border-radius: 40px;
  font-size: 16px;
}
.search_bar input:focus {
  border-color: #0027D5;
}

.all_blog_area {
  width: 100%;
  flex-wrap: wrap;
  row-gap: 80px;
  -moz-column-gap: 24px;
       column-gap: 24px;
  margin-bottom: 40px;
}

@media (max-width: 576px) {
  .all_blog_area {
    row-gap: 32px;
  }
}
.all_blog_page {
  width: 32%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  background: #fff;
  border-radius: 40px;
  padding: 8px 20px;
}
.all_blog_page .page_btn {
  width: 24px;
  height: 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #4B4B4B;
  background: none;
  border: none;
}
.all_blog_page .page_btn:hover {
  font-weight: 700;
  color: #0027D5;
  background: #F5F5F5;
  border-radius: 40px;
}
.all_blog_page .page_btn:active {
  transform: scale(0.8);
}

@media (max-width: 992px) {
  .all_blog_page {
    width: 48%;
  }
}
@media (max-width: 552px) {
  .all_blog_page {
    width: 100%;
  }
}
.blog_detail {
  padding: 80px 0;
}

@media (max-width: 576px) {
  .blog_detail {
    padding: 64px 0;
  }
}
.blog_section {
  font-weight: 500;
  max-width: 636px;
  padding: 0 12px;
  margin: 0 auto;
  margin-bottom: 48px;
  display: grid;
  row-gap: 24px;
}
.blog_section .blog_paragraph h4 {
  margin-bottom: 12px;
}
.blog_section .blog_paragraph p {
  margin-bottom: 8px;
}
.blog_section .blog_paragraph .number {
  list-style: decimal;
  list-style-position: inside;
}
.blog_section .blog_paragraph .dot {
  list-style: disc;
  list-style-position: inside;
}
.blog_section .text_box {
  background: #EDEDED;
  border-radius: 24px;
  padding: 24px;
  font-weight: 700;
}
.blog_section .blog_detail_btn {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 4px;
       column-gap: 4px;
  color: #4B4B4B;
}
.blog_section .blog_detail_btn .bi {
  font-size: 1.5rem;
  vertical-align: middle;
}

@media (max-width: 992px) {
  .blog_section {
    width: 64vw;
  }
}
@media (max-width: 576px) {
  .blog_section {
    width: calc(100vw - 24px);
  }
}/*# sourceMappingURL=all.css.map */