﻿@charset 'UTF-8';
.bannerBox {
  position: relative;
  display: block;
  overflow: hidden;
  height: 275px;
  text-align: center;
  padding: 60px 0;
  background: #E7EAED;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}



.bannerCard::after {
    background-color:#000;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    opacity: 0.5;
}
.bannerCard {
  position: absolute;
  background-repeat: no-repeat;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  overflow: hidden;
 

}
.head-title {
    font-weight: 600;
    max-width: 300px;
    background-color: #eef8fc;
    padding: 10px;
    margin-top: 60px;
    z-index: 2 ;
    display: block;
    position: relative;
    line-break: strict;
    border-radius: 0px 30px 0 30px;
    box-shadow: 0 5px 15px rgb(5 50 145 / 10%);
}
.head-title > .head-wrap {
  width: 100%;
  height: 100%;
  border: 1px solid #076bac;
  padding: 15px;
  border-radius: 0px 30px 0 30px;
}
.head-title > .head-wrap h2 {
  color: #4b5158;
  font-size: 38px;
  font-weight:400;
  line-height: 1.5;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 5px;
  position: relative;
}
.head-wrap h2::after {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: block;
  max-width: 80px;
  width: 80px;
  height: 3px;
  background-color: #005DB0;
}
.head-main {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    color: #c8101a
}
@media screen and (max-width:811px) {
  .head-title > .head-wrap h2 {
    font-size: 30px;
  }
}
/*------------pager ttle----*/
.all_main_ttl {
  text-align: center;
  position: relative;
  clear: both;
  max-width: 100%;
  margin: auto;
  z-index: 2;
}
.all_main_ttl .pagerTit {
  font-size: 42px;
  font-weight:400;
  letter-spacing: -0.01em;
  color: #c8101a;
  text-transform: uppercase;
  background: linear-gradient(to right, #c8101a 0%, #70d4fc 100%);
  background-size: 300%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: fontGradient 5s linear infinite;
}
@keyframes fontGradient {
  100% {
    background-position: 300%;
  }
}
/*----bg---*/
.pagerWrap {
  position: relative;
  max-width: 100%;
  display: block;
  padding: 60px 0px
}
.pagerWrap::before {
  position: absolute;
  content: "";
  width: 100%;
  max-width: 100%;
  height: 365px;
  bottom: 0;
  left: 0;
  pointer-events: none;
  background: url("../images/bg/bg_soft.png")no-repeat left top;
  background-size: contain;
  z-index: -1;
  opacity: 0.7;
}
/*--------------------------------------------------------------------------------
	contacts/common
--------------------------------------------------------------------------------*/
.intro {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 40px 15px 15px 15px;
  box-sizing: border-box;
  position: relative;
}
    .intro .txt {
        font-weight: 400;
        font-size: 1.1rem;
        letter-spacing: 0.03em;
        margin: 15px auto 0;
        color: #1D2B3B;
    }
.intro .tel_area {
  display: flex;
  flex-wrap: wrap;
  height: 80px;
  margin-top: 40px;
  border: 1px solid #dedede;
  background: #fafafa;
  border-radius: 10px 60px 60px 10px;
  -webkit-border-radius: 10px 60px 60px 10px;
  -moz-border-radius: 10px 60px 60px 10px;
  box-sizing: border-box;
  box-shadow: 0 5px 15px rgb(5 50 145 / 10%);   
	flex: 0 0 100%;
    max-width: 100%;
    /* background: cadetblue; */
    padding: 0;
    margin: 20px -15px 0 -15px;
}
.intro .tel_area .ttl {
  width: 18%;
  height: 80px;
  background: #1a1a1a;
  text-align: center;
  border-radius:5px 0 0px 5px;
  -webkit-border-radius:5px 0 0px 5px;
  -moz-border-radius:5px 0 0px 5px;
  box-sizing: border-box;
}
.intro .tel_area .ttl span {
  display: inline-block;
  padding: 30px 0 0 10px;
  color: #fafafa;
  font-weight:400;
  font-style: normal;
  letter-spacing: 1px;
  position: relative;
}
.intro .tel_area .number {
  flex-direction: row;
  width: 82%;
  flex: 0 0 82%;
padding: 10px 5px 0px 5px;
  box-sizing: border-box;
}
.intro .tel_area .number .Num {
  margin: 0 10px 0px 0;
  padding: 30px 0 0 0px;
  font-weight: 600;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 28px;
  line-height: 1.6;
  letter-spacing: 4px;
  position: relative;
  top: 8px;
  color: #005DB0;
}
.intro .tel_area .number .ps {
  top: 5px;
  font-style: normal;
  font-size: 14px;
  letter-spacing: 1px;
  position: relative;
  color: #777;
}
/*------form----*/
.contact-form__inner {
  max-width: 100%;
   width: 100%;
  margin: 40px auto;
  padding: 30px;
  border-radius: 0;
  border: 1px solid #e3e4e5;
  box-sizing: border-box;
  background-color: #FFF;
}
.p-contacts-common-table {
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.8;
  border-collapse: collapse;
  border-spacing: 0;
  border-style: none;
  margin: 30px auto;
  background-color: #fff;
}
.p-contacts-common-table > tbody > tr {
  padding: 15px
}
.p-contacts-common-table > tbody > tr > th {
  width: 34.4167%;
  font-weight: normal;
  vertical-align: top;
  text-align: right;
  padding: 32px 15px;
  border-top: solid 1px #E8EAF1;
}
.p-contacts-common-table > tbody > tr > td {
  width: 65.5833%;
  vertical-align: top;
  text-align: left;
  padding: 32px 0;
  border-top: solid 1px #E8EAF1;
}
.p-contacts-common-table > tbody > tr:nth-of-type(1) > th, .p-contacts-common-table > tbody > tr:nth-of-type(1) > td {
  border-top: none;
}
.p-contacts-common-table > tbody > tr:last-child > td {
  padding: 32px 0 0 0;
}
.p-contacts-common-table-th-ttl {
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight:400;
}
.p-contacts-common-table-th-txt {
  display: block;
  margin-top: 12px;
  font-size: 1.2rem;
  line-height: 1.8;
}
/* form */
.p-contacts-common-table .c-list-01 > li:before {
  background: #222222;
}
.p-contacts-common-table .c-list-01 > li:last-child {
  margin-bottom: 0;
}
.p-contacts-common-form-pref-wrapper {
  margin-bottom: 30px;
}
.p-contacts-common-form-pref {
  width: 300px;
  margin-bottom: 0;
}
.p-contacts-common-form-pref-wrapper {
  margin-bottom: 24px;
}
.c-form-textarea {
  margin-bottom: 6px;
}
.form-txt-line {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
}
.p-contacts-common-icon-required {
  display: inline-block;
  width: 80px;
  margin-left: 8px;
  margin-right: 8px;
  border: solid 1px #e70012;
  border-radius: 30px;
  font-size: 0.875rem;
  font-weight:300;
  color: #e70012;
  text-align: center;
  transform: translateY(-2px);
}
.required {
  display: inline-block;
  margin-left: 8px;
  margin-right: 8px;
  font-size: 1.5rem;
  font-weight: 500;
  color: #e70012;
  text-align: center;
  transform: translateY(-2px);
}
/* form - override */
.c-form-textarea {
  width: 100%;
  background: #F5F6F8;
  border: solid 1px #E8EAF1;
  line-height: 1.8;
  padding: 10px;
  font-size: 16px;
  box-sizing: border-box;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.c-form-textarea::placeholder {
  color: #777;
}
.c-form-textarea:focus {
  border: solid 1px #527DCF;
  outline: 0;
}
.c-form-textarea-wrapper.c-form-textarea-wrapper--valid .c-form-textarea {
  background: #E8F1FF;
  border: solid 1px #E8F1FF;
}
/*.c-form-textarea-wrapper .c-form-textarea-errtxt{
	display:block;  
    font-weight: normal;
    width: 100%;	display:block;
    color: #52bcde;
    letter-spacing: 0.1em;margin-top:8px;
    font-size: 13px;background:#FFECED;
		line-height:1.5;
    padding:  15px
}*/
.form-w100 {
  width: 100px;
  max-width: 100px;
}
.form-w150 {
  width: 150PX;
  max-width: 150px;
}
.form-ps {
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  padding: 20px;
  margin: auto;
  background: #f5f8f8;
}
/*------- check -------*/
.container-checkbox {
 cursor: pointer;
    max-width: 100%;
    margin: 20px auto 40px auto;
    clear: both;
    font-size: 1.1rem;
    line-height: 1.5;
    position: relative;
    display: table;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    justify-content: center;
   
}
.container-checkbox .checkTxt {
      padding-left: 15px;
    padding-right: 15px;
    bottom: 5px;
    display: inline-block;
    position: relative;
}

/* Create a custom checkbox */
.container-checkbox .checkmark {
 position: relative;
	margin-right: auto;
	margin-left: 15px;
  height: 27px;
    width: 27px;
  display: inline-block;
  background-color: #eee;
}

/* Hide the browser's default checkbox */
.container-checkbox input {
   opacity: 0;
	position: absolute;
	height: 25px;
  width: 25px;
	top: 0px; 
	left: 15px;
	display: block;
  cursor: pointer;
	background-color: #eee
}
/* On mouse-over, add a grey background color */
.container-checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}
/* When the checkbox is checked, add a blue background */
.container-checkbox input:checked ~ .checkmark {
  background-color: #527dcf
}
/* Create the checkmark/indicator (hidden when not checked) */
.container-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the checkmark when checked */
.container-checkbox input:checked ~ .checkmark:after {
  display: block;
}
/* Style the checkmark/indicator */
.container-checkbox .checkmark:after {
  left: 9px;
  top: 0px;
  width: 10px;
  height: 18px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.form-row {
  display: block;
  line-height: 1.5;
  margin: 20px auto;
  justify-content: center;
  max-width: 100%;
  width: 100%;
  text-align: center;
}
.c-form-textarea-wrapper {
  display:block;    
	width: 100%;
   
    max-width: 100%;
	-webkit-transition: color .3s ease;
  transition: color .3s ease
}

.m-checkbox{
    align-items: center;
    display: flex;
    max-width: 100%;
    width: 100%;
    padding-left: 10px;
    justify-content: flex-start;
    flex-direction: row;
}
.form-check-picbox {
  align-items: center;
  display: flex;
  max-width: 100%;
  width: 100%;
  padding-left: 10px;
  justify-content: flex-start;
  flex-direction: row;
}
.numcheck-input {
  padding: 9px 12px;
  background: #F5F6F8;
  border: solid 1px #E8EAF1;
  border-radius: 4px;
  font-size: 1rem;
  line-height: 1.8;
  width: 160px;
  max-width: 160px;
  flex: 0 0 160px;
  margin-bottom: 6px;
}
.numcheck-input:focus {
  border: solid 1px #527DCF;
  outline: 0;
}
.cap_num {
  height: 50px;
  width: 150px;
  max-width: 150px;
  flex: 0 0 150px;
  background: #e0e0e0;
  color: #5f5f5f;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cap_num img {
  height: 100%;
  width: 100%;
  max-width: 100%;
}
.refresh {
  position: relative;
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
  background: #9c9c9c;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px 8px 0 8px;
  text-align: center;
  cursor: pointer
}
.refresh img {
  position: absolute;
  top: 15px;
  left: 15px;
  max-width: auto;
  width: auto;
}
@media only screen and (max-width: 811px) {
  .p-contacts-common-table {
    display: block;
    font-size: 1.1rem;
    line-height: 1.8;
  }
  .p-contacts-common-table > tbody {
    display: block;
    width: 100%;
  }
  .p-contacts-common-table > tbody > tr {
    display: block;
    width: 100%;
  }
  .p-contacts-common-table > tbody > tr > th {
    display: block;
    width: 100%;
    padding: 24px 0;
    text-align: left;
    border-top: solid 1px #E8EAF1;
  }
  .p-contacts-common-table > tbody > tr:nth-of-type(1) > th {
    border-top: 0;
    padding: 0 0 24px 0;
  }
  .p-contacts-common-table > tbody > tr:last-child > th {
    padding: 20px 0;
  }
  .p-contacts-common-table > tbody > tr > td {
    display: block;
    width: 100%;
    border-top: 0;
    padding: 0 0 24px 0;
  }
  .p-contacts-common-table > tbody > tr:nth-of-type(1) > td {
    padding: 0 0 24px 0;
  }
  .p-contacts-common-table > tbody > tr:last-child > td {
    padding: 0 0 0 0;
  }
  .p-contacts-common-table-th-ttl {
    font-size: 1.2rem;
    line-height: 1.5;
 
  }
  .p-contacts-common-table-th-txt {
    display: block;
    margin-top: 6px;
    font-size: 1.0rem;
    line-height: 1.8;
  }
  .form-w100 {
    width: 80px;
  }
  .form-w150 {
    width: 100px;
  }
  .form-check-picbox {
    display: table;
    padding: 0
  }
  .numcheck-input {
    float: left
  }
  .refresh {
    display: inline-block;
    float: left;
    margin-bottom: 5px
  }
  .cap_num {
    display: inline-block;
    float: left;
    margin-bottom: 5px
  }
}
/*-----type---*/
.TypeArea {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  background: #f5f6f8;
  position: relative;
  padding: 40px 20px;
  display: block;
  justify-content: center;
  align-items: center;
  max-height: 120px;
  overflow: hidden
}
.Tywrapper {
  position: relative;
  display: block;
  margin-top: 0;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
  width: 100%;
  max-width: 100%;
  text-align: center
}
@media only screen and (max-width: 811px) {
  .contact-form__inner {
    padding: 30px 10px;
  }
  .TypeArea {
    min-height: 160px;
  }
  .pagerWrap::before {
    bottom: -70px;
  }
  .intro .tel_area .number .Num {
    margin: 0 5px 0px 0;
    top: 0;
    padding: 10px 0 0 0px;
    font-size: 16px;
  }
  .intro .tel_area .number .ps {
    top: 0;
  }
}
/*==========================================
 all wrap
===========================================*/
.iWrap {
  margin: 0px auto 0px auto;
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 10%;
  padding-right: 10%;
  max-width: 100%;
  width: 100%;
  display: block;
  overflow: hidden;
}
.iWrap article {
  margin: 15px auto 0px auto;
  position: relative;
  float: right;
  width: calc(100% - 300px);
}
.Content {
  word-wrap: break-word;
  word-break: break-all;
  margin: 15px auto 30px auto;
  position: relative;
  display: block;
  line-height: 1.7;
}
.TxtInner {
  clear: both;
  letter-spacing: 0.5px;
  font-size: 1em;
  line-height: 2em;
  font-family: Microsoft JhengHei, Arial Black, LiHei Pro;
  word-wrap: break-word;
  word-break: break-all;
  padding: 15px;
  margin: 15px auto 30px auto;
/*	display: flex;*/
	width: 100%;
	max-width: 100%;
	flex: 0 0 100%
}

@media screen and (max-width:853px) {
	 
  .iWrap {

	  padding: 15px 15px;
    overflow: unset;
  }

    .iWrap article {
        margin: 15px auto 0px auto;
        position: relative;
        float: none;
        width: 99%;
        max-width: 99%;
        padding: 40px 10px;
        background-color: rgba(255, 255, 255, 0.7);
        border-radius: 8px;
        border: #eee solid 1px
    }
}

/* -------------------------
title 
------------------------- */
.p-index__head {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative
}
.c-ttl01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-bottom: 20px;
  padding: 0 15px;
}
.c-ttl01 .top_Tit {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: .1em;
  position: relative;
  font-weight: 800;
  font-family: Microsoft JhengHei, Arial Black, LiHei Pro;
  color: #000
}
.header_set_box {
  position: relative;
  max-width: 100%;
  margin: 0px auto 15px auto;
}
.header_set_box:after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  max-width: 100%;
  height: 2px;
  content: "";
  background-color: #ddd
}
.header_set_inner {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0
}
.header_set {
  position: relative;
  display: flex;
  max-width: 100%;
  flex: 0 0 100%;
}
.header_set:after {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  display: block;
  width: 160px;
  height: 5px;
  content: "";
  background-color: #36c
}
.content_header_col {
  margin-bottom: 15px;
  display: block;
  align-items: center;
  max-width: 100%;
  width: 100%;
}
.content_header {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
  padding: 0px 15px 0 15px;
}
.content_date {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.04em;
  margin-right: 15px;
  margin-left: 15px;
  margin-bottom: 10px;
  white-space: nowrap;
  color: #8e8e8e;
}
.content_category {
  background-color: #708fc7;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.04em;
  display: inline-block;
  min-width: 120px;
  padding: 8px 15px;
  text-align: center;
  color: #fff;
  border-radius: 25px;
  margin-bottom: 10px;
}
@media screen and (max-width:911px) {
  .c-ttl01 .mainTit {
    font-size: 42px
  }
}
@media screen and (max-width:768px) {
  .c-ttl01 {
    display: inline-block
  }
  .c-ttl01 .sub {
    margin-left: auto;
    float: right;
    padding: 0 5px;
  }
  .c-ttl01 .mainTit {
    font-size: 36px
  }
}
@media screen and (max-width:480px) {
  .c-ttl01 .mainTit {
    font-size: 28px
  }
}

/*---20241009 課程介紹-----*/
.p-course_item {
    position: relative;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    z-index: 5;
    margin: 0px auto 30px auto;
    box-sizing: border-box;
    overflow: visible;
    padding: 0
}



.p-course_item_ttl {
    padding: 15px 25px 10px 25px;
    margin: 0 auto;
    text-align: left;
    justify-content: start;
    width: 100%;
    max-width: 100%;
    float: left;
    border-bottom: 1px dotted #c7c7c7;
    position: relative;
}


    .p-course_item_ttl h4 {
        font-size: 1.313rem;
        color: #212121;
        font-weight: 500;
        margin: 0;
        line-height: 1.4em;
        position: relative;
        text-align: left;
        letter-spacing: 1px;
        padding-left: 5px;
    }

    .p-course_item_ttl:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 20px;
        border-radius: 100%;
        width: 22px;
        height: 22px;
        background: transparent;
        border: #c9e9fc solid 3px;
    }

.txtBox {
    clear: both;
    width: 100%;
    max-width: 100%;
    padding: 15px 20px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: normal;
    word-break: break-all;
    line-height: 2;
}

/*==========================================
 aside選單
===========================================*/
.leftBox {
  float: left;
  width: 280px;
  max-width: 280px;
  padding: 5px;
  margin: 15px auto 30px auto;
  display: block;
}



/*側邊標題字*/
.sectionTitle {
  margin-bottom: 15px;
  font-weight: 800;
  font-family: "Poppins", "Noto Sans TC", sans-serif;
  font-size: 24px;
	text-align: center;
  letter-spacing: .06em;
  color:#0b318f;
  text-transform: uppercase;
	padding: 10px;
	position: relative;
	border-bottom: #0b318f solid 1px;
	margin: 0 auto 15px auto
}

@media screen and (max-width:853px) {
  .leftBox {
      width: 100%;
    max-width:100%;
	  float: none;
    padding-right: 0;
    padding-bottom: 20px;
  } 
   


}

/*------pc aside------*/

.side_menu{   
	border-radius: 20px;
	background: #eef8fc;
    display:block;
    padding:20px 10px;  
    -webkit-transition: width .6s;
    transition: width .6s; 
	width: 100%;  
	  max-width: 100%; 
	position: relative
}
.sideMenuList ul{
	list-style: none;
	list-style-type: none;
	padding: 0;
	margin: 0
}
.sideMenuList li {
  width: 100%;
	display: block;
	cursor: pointer;
	list-style: none
}
  
.sideMenuList li > a {
	-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
	cursor: pointer;
  position: relative;
  display: block;
  padding-left: 5px;
  padding-bottom: 8px;
  padding-top: 10px;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: .05em;
  color: #4c4c4c;
  border-bottom: 2px solid #d3d3d3;
}


.sideMenuList li > a.arrow::after {
  content: '+';
  position: absolute;
  right:15px;
  top:7px;
  font-weight: bold;
  font-size: 18px;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  -o-transition: transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
}
 .sideMenuList dl {
    padding-bottom: 12px;
  }
.sideMenuList dl {
  display: none;
}
.sideMenuList dt{
	 width: 100%;
	margin: auto;
	display: block;
}
.sideMenuList dt a {
  display: block;
  padding-left: 12px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 15px;
  letter-spacing: .05em;
  color: #777;
	width: 100%;  
	max-width:100%; 
	border-bottom: #ccc solid 1px
}




 .sideMenuList li > a.arrow.open {
    color: #0b318f;
    border-color:transparent
  }
  .sideMenuList li > a.arrow.open::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .sideMenuList li > a:hover, .sideMenuList li > a.current {
    color: #af232b;
    border-color: #af232b;
  }
.sideMenuList li > a.arrow.open {
    color: #af232b;
    border-color: #ddd;
}



.sideMenuList dt a:hover{
    color:#527DCF
}
.sideMenuList dl {
    display: none;
    padding-bottom: 15px;
    width: 100%;
    max-width: 100%
}



ul.classLink {
    padding: 5px;
    display: block;
    position: relative;
}

ul.classLink li:hover > a,
ul.classLink li > a.current {
    color: #af232b;
    border-color: #af232b;
}

ul.classLink li .active {color: #af232b}

ul.classLink li > dl {
  width: 100%;
  max-width:100%;
    top: calc(100% + 0px);
  left: calc(50% - 65px);
}
.m_classLink {
    display: none;
}

/*---------------------
3st dropmenu 20241016
---------------------*/

.sidebar-menu .smenu {
    display: block;
    position: relative;
}

.drop-smenu {
    display: block;
    background-color: #fff;
    max-width: 95%;
    padding: 8px 5px;
    margin: 5px auto 10px auto;
    height: 100%;
    border-radius: 8px;
    border: #36c solid 1px;
}

    .drop-smenu a {
        color: #4c4c4c;
        font-weight: 500;
        display: block;
        padding: 8px 10px;
        font-size: 16px;
        border-bottom: #ddd solid 1px;
        position: relative;
    }

        .drop-smenu a:last-child {
            border-bottom: none
        }

        .drop-smenu a:hover {
            color: #5288f3 !important;
        }


    .drop-smenu .sactives {
        color: #5288f3;
    }

@media (max-width: 853px) {

    .m_classLink .drop-smenu:last-child {
        border-style: solid !important;
        border-width: 1px !important;
        border-color: #36c;
    }

    .classLink {
        display: none
    }

    ul.classLink {
        display: none;
    }

    .sideMenuList {
        display: none !important
    }

    .m_classLink {
        display: block;
        position: relative;
    }

    .sideMenuList li > a {
        margin-bottom: 0
    }

    ul.classLink li > dl {
        display: none
    }

    .m_classLink a.main {
        display: block;
        margin: 0 auto;
        font-size: 18px;
        color: #fff;
        letter-spacing: 1px;
        padding: 12px 30px 12px 10px;
        background-color: #36c;
        border: 1px solid rgba(204, 204, 204, 0.3);
        text-align: center;
        position: relative;
        font-style: normal;
        font-weight: 400
    }

        .m_classLink a.main :focus, .m_classLink a.main:hover {
            color: #FFC600
        }

        .m_classLink a.main b {
            font-weight: 400;
            display: block;
            color: #fff;
            z-index: 1;
            position: relative;
            text-align: center;
        }


        .m_classLink a.main i {
            display: block;
            font-size: 20px;
            position: absolute;
            right: 10px;
            top: 50%;
            margin-top: -15px;
            cursor: pointer;
        }

    .fa-angle-down::before {
        font-style: normal;
        content: "+";
        color: #fff;
    }


    .m_classLink ul {
        padding: 0;
        list-style: none;
        display: none;
        background: #FFF;
        border: 1px solid #d1d1d1;
        position: absolute;
        left: 0;
        top: 100%;
        z-index: 99;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        width: 100%;
        height: 100%;
        position: relative;
    }

        .m_classLink ul li {
            padding: 0;
        }

            /*---------------------
3st dropmenu 20241016
---------------------*/
            .m_classLink ul li a {
                font-size: 16px;
                position: relative;
                display: block;
                padding: 10px;
                color: #333;
                letter-spacing: 1px;
                background: #fff;
                border-bottom: #ddd solid 1px
            }

                .m_classLink ul li a:hover {
                    color: #af232b
                }

    .m_classLink dt {
        width: 100%;
        min-width: 100%;
        display: block
    }

    .m_classLink dl dt a {
        padding-left: 20px;
    }

        .m_classLink dl dt a:last-child {
            padding-left: 20px;
        }

    .m_classLink ul > dl dt {
        display: block;
    }

    .m_classLink ul > dl a, .m_classLink ul li a.current + dl a {
        display: block;
        margin: 0 auto 0 auto;
        letter-spacing: 0.5px;
        font-size: 16px;
        border-bottom: 1px solid #e4e4e4;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    }

        .m_classLink ul li > dl a:hover, .m_classLink ul li a.current + dl a:hover, .m_classLink ul li a.current + dl a.current {
            background: #eff3f5;
            text-decoration: none;
            color: #0b318f
        }



    .m_classLink ul li :last-child {
        border-bottom: none
    }



    .m_classLink .arrow.open::before {
        -webkit-transform: scaleY(-1);
        -ms-transform: scaleY(-1);
        transform: scaleY(-1);
    }

    .m_classLink .arrow::before {
        content: '+';
        position: absolute;
        right: 10px;
        top: 7px;
        font-size: 18px;
        display: block;
        z-index: 1111;
        width: 30px;
        height: 30px;
        text-align: center;
        color: #af232b
    }

    .m_classLink .arrow:hover:before {
        content: '-';
        font-size: 20px;
        color: #527DCF
    }

    .m_classLink .arrow.open::before {
        -webkit-transform: scaleY(-1);
        -ms-transform: scaleY(-1);
        transform: scaleY(-1);
    }

    .m_classLink dt {
        display: block
    }



    .m_classLink .active {
        color: #0b318f
    }
}

@media (min-width: 854px) {
    .m_classLink {
        display: none;
    }
}

/*-------bg block----*/
#sec-block {
  position: relative;
  width: 100%;
  background: #e4eefa;
  margin: 0 auto;
  padding: 0;
}
#btBg_About {
  max-width: 100%;
  width: 100%;
  margin: auto;
  position: relative;
  height: 360px;
  overflow: hidden;
}
#wrapImg_About {
  width: 100%;
  max-width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background: url(../images/bg/abg01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  visibility: visible;
}
#overlay_About {
  max-width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  z-index: 1;
  background-color: rgba(0, 0, 0, .9);
  opacity: 0.7;
}
#sectitle_About {
  z-index: 10;
  max-width: 880px;
  margin: 30px auto;
  position: relative;
  display: flex;
  text-align: center;
  justify-content: center;
}
.serviceList {
  padding: 35px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.serviceList .item {
  position: relative;
  width: 180px;
  height: 180px;
  z-index: 2;
  margin: 0 auto;
  overflow: hidden;
}
.serviceList .contentBox {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 4;
  background-color: #fff;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: calc(100% - 26px);
  height: calc(100% - 26px);
  text-align: center;
  border-radius: 50%;
}
.serviceList .contentBox:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: #36c solid 5px;
  border-radius: 50%;
  z-index: -1;
  opacity: 1;
  -webkit-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease;
}
.contentBox.step {
  font-size: 12px;
  font-weight: 400;
  font-family: "Nunito Sans", sans-serif;
  color: #64717a;
  letter-spacing: 1px;
}
.contentBox h3 {
  font-weight:400;
  font-size: 20px;
  color: #36c;
  letter-spacing: 1px;
}
.contentBox .Txt {
  display: block;
  padding: 10px 15px;
  margin: auto
}
@media (max-width:640px) {
  .serviceList {
    flex-direction: column;
  }
  #btBg_About {
    max-width: 100%;
    height: 100%;
  }
}
/*------------------
tab

--------------------------*/
.c-tab-list {
  display: flex;
  margin: 0px auto 0px auto;
  justify-content: flex-start;
  align-items: flex-start;
  background-color: transparent;
  clear: both;
  position: relative;
  padding: 20px 15px 0 0;
}
.c-tab-list-item {
  position: relative;
  padding: 0 0;
  border-radius: 0
}
.c-tab-list-item .is-act {
  position: relative;
  color: #fff !important;
  height: 45px;
  background-color: #757574
}
.c-tab-list-item-link {
  display: inline-block;
  font-size: 1.15rem;
  line-height: 1.6;
  font-family: 'Noto Sans TC', '微軟正黑體', 'Microsoft JhengHei', 'Apple LiGothic Medium', sans-serif;
  font-weight: 300;
  margin: 0 8px 0 auto;
  color: #000;
  background-color: #fff
}
.c-tab-list-item-link-block {
  display: block;
  width: 100%;
  height: 45px;
}
.c-tab-list-item-link-block-inner {
  display: inline-block;
  vertical-align: middle;
  padding: 0 20px;
  text-align: center;
  position: relative;
  line-height: 45px;
  letter-spacing: 1px
}
.c-tab-cts {
  margin: 15px auto 0px auto;
  max-width: 100%;
  width: 100%;
  background-color: #fff;
  position: relative;
  padding: 15px;
}
.c-tab-cts-block {
  display: none;
}
.c-tab-cts-block.is-act {
  display: block;
  height: 100%
}
.c-tab-cts-tra {
  background-color: transparent !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
@media screen and (max-width:812px) {
  .c-tab-list-item-link-block-inner {
    letter-spacing: 0px;
    padding: 0 8px
  }
  .c-tab-list-item-link {
    font-size: 0.938rem;
    margin: 0 0px 0 auto;
  }
  .c-tab-list-item-link {
    font-size: 0.938rem;
  }
}
/*----

Newscard


------*/
.listEventswiper-block {
  padding: 40px 0 15px;
  position: relative;
  overflow: hidden;
}
.listEventBox {
  flex: 0 0 25% !important;
  max-width: 25% !important;
  padding: 0 15px !important;
}
.listEventswiper-block .caseswiper {
  padding: 0px !important;
  margin-left: 0px !important;
  margin-right: 0px !important
}
.listEvent {
  display: block;
  position: relative;
  border: 1px solid #ccc;
  box-sizing: border-box;
  cursor: pointer;
  max-width: 100%;
  width: 100%;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 2px 5px rgb(0 0 0 / 10%);
  -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 5px rgb(0 0 0 / 10%)
}
.listEvent a {
  display: block;
  position: relative;
  padding: 10px;
  border-radius: 10px;
  width: 100%;
  background: #fff;
  color: #333;
  text-decoration: none;
  box-sizing: border-box;
}
.eventImage {
  display: block;
  position: relative;
  margin-bottom: 10px;
  min-height: 200px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  vertical-align: middle;
  transition: all 0.3s ease-in-out;
}
.eventImage > img {
  position: absolute;
   top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform .5s;
  transition: transform .5s;
}
.eventImage > img:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.eventDate {
  display: block;
  margin-bottom: 10px;
  font-weight: 300;
  line-height: 1.5;
  white-space: nowrap;
  color: #666;
  margin: 10px 0 8px auto;
  text-align: right;
}
.eventDate .staryear {
  font-size: 1em;
  display: inline-block;
  margin-right: 0.25em;
}
.eventDate .startdate {
  font-size: 1.6em;
  display: inline-block;
  margin-right: 0.25em;
}
.eventDate .update {
  font-size: 0.938em;
  display: inline-block;
  margin: 3px 0 0 3px;
  color: #9c9c9c;
}
.eventTitle {
  min-height: 90px;
  max-height: 90px;
  line-height: 1.8;
  font-size: 1em;
  text-decoration: none;
  overflow: hidden;
  margin: 5px auto 40px auto;
  word-wrap: break-word;
  overflow-wrap: break-word;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: normal;
  padding: 0 5px;
}
.eventTitle:hover {
  color: #e95952;
  text-decoration: underline;
}
.cat {
  padding: 3px 6px;
  color: #fff;
  border-radius: 2px;
  font-weight: 300;
  font-size: 0.875em;
  
  position: absolute;
  bottom: 10px;
  right: 15px;
}
.c-tab-list .swiper-button-prev, .c-tab-list .swiper-button-next {
  height: 25px;
  width: 25px;
  top: 35%;
  background-color: transparent;
  border: solid #a9aaaa;
  border-radius: 0;
  box-shadow: none;
  transition: 0.6s all;
  cursor: pointer;
  margin-top: 0px;
  position: absolute;
  color: #fff;
  z-index: 8;
  display: inline-block;
  border-width: 0 3px 3px 0;
  background-image: none
}
.c-tab-list .swiper-button-prev {
  left: 6px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  line-height: 0;
  font-size: 0;
}
.c-tab-list .swiper-button-next {
  right: 6px;
  line-height: 0;
  font-size: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
@media only screen and (max-width:1440px) {
  .listEventBox {
    flex: 0 0 33.5% !important;
    max-width: 33.5% !important;
    padding: 0 15px !important;
  }
}
@media only screen and (max-width:1180px) {
  .listEventBox {
    padding: 0 10px !important;
  }
}
@media only screen and (max-width:1080px) {
  .listEventBox {
    flex: 0 0 50% !important;
    max-width: 50% !important;
    padding: 0 15px !important;
  }
  .listEventswiper-block {
    padding: 30px 0 30px;
  }
}
@media only screen and (max-width:768px) {
  .listEventBox {
    padding: 0 10px !important;
  }
}
@media only screen and (max-width:540px) {
  .listEventswiper-block {
    padding: 0;
  }
  .listEventBox {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    padding: 0 10px !important;
    margin: 0 auto;
  }
  .eventImage {
    min-height: 225px;
  }
  .listEventBtn {
    background-color: transparent !important;
  }
  .eventDate .startdate {
    font-size: 1.45em;
    margin-right: 5px;
  }
  .listEventswiper-block .swiper-button-next::before {
    border-color: #ee815c !important
  }
  .listEventswiper-block .swiper-button-prev::before {
    border-color: #ee815c !important
  }
}
@media only screen and (max-width:385px) {
  .eventImage {
    min-height: 155px;
    margin-bottom: 30px;
  }
  .eventDate .week {
    margin: 0;
  }
}


  /*-------------------
ipager pagination
--------------*/
  .ip-pagination {
    margin: 30px auto 0px auto;
    clear: both;
    max-width: 100%;
    width: 100%;
  }
  .ip-pagination ul {
    display: flex;
    padding-left: 0;
    list-style: none;
  }
  .ip-pagination a {
    font-size: 0.875rem;
    position: relative;
    display: block;
    padding: 0;
    text-align: center;
    margin-left: -1px;
    line-height: 35px;
    width: 35px;
    height: 35px;
    border-radius: 0 !important;
    color: #8a8a8a;
    border: 1px solid #eee;
    margin-right: 5px;
  }
  .ip-pagination .page-item.active a {
    background-color: #fece73;
    color: #666;
    border: 1px solid #eee;
  }
  .ip-pagination .arr {
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: solid rgba(7, 4, 31, 0.6);
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
  }
  .ip-pagination .arrright {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  .ip-pagination .arrleft {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
  }
  .ip-pagination a:hover {
    background-color: #fdebcc;
  }

.error-message {
    color: red;
}

