@charset "utf-8";
html{
	margin: 0;
	height: 100%;
}
body {
	margin: 0;
	height: 100%; 
	font-family: "Noto Sans TC", "Helvetica", "Microsoft JhengHei", Arial, Helvetica;
	font-size: 16px;
	color:var(--font-color);
	letter-spacing: 0.05em;
}
a {
	color: var(--font-color);
	text-decoration: none;
}
a:hover {
	color: var(--font-color2);
	text-decoration: none;
}
h1{
	font-size: 40px;
	letter-spacing: 0;
}
h2{
	font-size: 34px;
	letter-spacing: 0;
}
h3{
	font-size: 24px;
	line-height: 1.5;
}
h4{
	font-size: 20px;
	line-height: 1.5;
}
h5{
	font-size: 18px;
	line-height: 1.5;
}
h1, h2, h3, h4, h5, p{
	margin-bottom:0;
}
p{
	line-height: 1.7;
}
button {
    border: 0;
    background-color: transparent;
}
input, textarea{
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input:focus, textarea:focus{
    outline: none !important;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{
    color: var(--font-color3) !important;
}
input::-moz-placeholder, textarea::-moz-placeholder{
    color: var(--font-color3) !important;
}
input:-ms-input-placeholder, textarea::-ms-input-placeholder{
    color: var(--font-color3) !important;
}
select{
	font-size: 1rem;
}
select:focus{
    outline: none !important;
}
.bg {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.bg img {
	display: none;
}
.font_bold{
	font-weight: 600;
}
.row{
	margin-left: -16px;
	margin-right: -16px;
}
.row>*{
	padding-left: 16px;
	padding-right: 16px;
}
.my_container_full{
    padding-right: 32px;
    padding-left: 32px;
}
.my_container{
	max-width: 1488px;
    padding-right: 24px;
    padding-left: 24px;
    margin-left: auto;
    margin-right: auto;
}
.article_container{
	max-width: 932px;
    padding-right: 16px;
    padding-left: 16px;
    margin-left: auto;
    margin-right: auto;
}
main{
	min-height: calc(100vh - 84px - 295px);
}
.block_pt{
    padding-top: 88px;
}
.block_pb{
    padding-bottom: 88px;
}
.white_pre{
    white-space: pre-line;
}
/*頁面標題*/
.page_title{
    padding: 16px;
    height: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 48px;
    background-image: url(../img/page-title-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}
.page_title h1{
    margin-bottom: 16px;
    font-family: "Libre Baskerville", "Noto Sans TC", "Helvetica", "Microsoft JhengHei";
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.1rem;
    text-shadow: 0 2px 10px rgb(0 0 0 / 15%);
}
.page_title p {
    color: #fff;
    font-weight: 600;
    line-height: 2;
    text-align: center;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    text-shadow: 0 1px 8px rgb(0 0 0 / 10%);
}
/*區塊標題*/
.block_title{
    margin-bottom: 48px;
    font-family: "Libre Baskerville", "Noto Sans TC", "Helvetica", "Microsoft JhengHei";
}
.block_title.center{
    text-align: center;
}
.block_title h2{
    font-size: 40px;
    letter-spacing: 0.1em;
    font-weight: 600;
    margin-bottom: 16px;
    color: var(--font-color2);
}
.block_title p{
    color: var(--font-color3);
    line-height: 2;
}
/*分類標題*/
.sort_title{
    margin-bottom: 24px;
}
.sort_title h2{
    letter-spacing: 0.05em;
    font-weight: 600;
    color: var(--font-color2);
    display: flex;
    align-items: center;
}
.sort_title h2::before{
    content: "";
    width: 5px;
    height: 40px;
    background-color: var(--main-color);
    margin-right: 16px;
    transform: translateY(1px);
}
/*更多按鈕*/
.more_btn{
    margin-top: 48px;
}
.more_btn .btn{
    margin-left: auto;
    margin-right: auto;
}
/*輪播*/
.swiper-button-next, .swiper-button-prev{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: solid 1px var(--second-color);
    top: 30%;
    margin: 0;
    background-color: rgb(255 255 255 / 30%);
}
.swiper-button-next::after, .swiper-button-prev::after{
    display: none;
}
.swiper-button-next{
    background-image: url(../img/icon/arrow-right.svg);
    background-repeat: no-repeat;
    background-size: 7px auto;
    background-position: center;
    right: -56px;
}
.swiper-button-prev{
    background-image: url(../img/icon/arrow-left.svg);
    background-repeat: no-repeat;
    background-size: 7px auto;
    background-position: center;
    left: -56px;
}
.swiper-pagination{
    display: none;
}
/*載入動畫*/
#loading{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--bg-color);
    z-index: 2000;
    overflow: hidden;
}
.loader {
    width: 48px;
    height: 48px;
    border: 5px solid var(--main-color);
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}
@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
} 
/*彈窗-簡易*/
.simple_modal .modal-dialog{
    max-width: 400px;
}
.simple_modal .modal-content{
    border-radius: 16px;
    border: none;
}
.simple_modal .modal-body{
    padding: 40px 16px 8px 16px;
}
.simple_modal .modal-body .title{
    text-align: center;
    font-weight: 600;
    font-size: 18px;
}
.simple_modal .modal-footer{
    padding: 16px 16px 24px 16px;
    border-top: none;
    justify-content: center;
}
.simple_modal .modal-footer>*{
    margin: 0;
}
.simple_modal .modal-footer>.two_btn{
    margin-bottom: -8px;
}
.simple_modal .modal-footer .btn+.btn{
    margin-left: 16px;
}
.message_modal_content{
    text-align: center;
}
/*吐司*/
.my_toast{
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 2000;
}
.my_toast .toast{
    display: block;
    position: relative;
    background-color: rgb(0 0 0 / 90%);
    color: #fff;
    width: 400px;
    border: none;
    box-shadow: 0 6px 30px rgb(0 0 0 / 25%);
    border-radius: 8px;
}
.my_toast .toast-body {
    padding: 16px 24px;
    max-width: 100%;
}
.bcc-content{
    display: flex;
    align-items: center;
}
.my_toast .toast-body .icon{
    margin-right: 16px;
}
.my_toast .toast-body .icon i{
    font-size: 40px;
}
.my_toast .btn-close {
    position: absolute;
    right: 16px;
    top: 16px;
    width: 40px;
    height: 40px;
    padding: 0;
    margin-right: 0;
    color: #fff;
    font-size: 40px;
    background-image: none;
    opacity: 1;
}
.my_toast .btn-close i {
    display: flex;
    justify-content: center;
}
.my_toast .btn-close:hover {
    opacity: 1;
}
.my_toast .btn-close:focus {
    box-shadow: none;
}
.my_toast .toast_icon img{
    width: 52px;
}
.my_toast .toast_txt{
	font-size: 1rem;
}
/*分享列*/
.share_list_box{
    display: flex;
    align-items: center;
    margin-top: 24px;
}
.share_list_box p{
    margin-right: 16px;
    font-size: 14px;
    color: var(--font-color2);
}
.share_list{
    display: flex;
    align-items: center;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}
.share_item{
    font-size: 20px;
}
.share_item+.share_item{
    margin-left: 24px;
}
.share_link{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 0 0 1px;
    background-color: var(--bg-color);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    color: var(--main-color);
}
.share_link:hover{
    color: var(--main-color2);
}
.share_link img{
    width: 20px;
}
.copy_link{
    cursor: pointer;
}
/*header*/
.page_header{
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgb(255 255 255 / 90%);
    transition: all .5s;
    z-index: 1002;
}
.header_box{
	display: flex;
	margin-left: -16px;
	margin-right: -16px;
	height: 84px;
}
.header_box>*{
	height: 100%;
}
.header_logo {
	width: fit-content;
    padding-left: 16px;
    padding-right: 16px;
}
.header_logo a {
	display: flex;
	align-items: center;
	height: 100%;
}
.header_logo a img{
	height: 64px;
}
.header_nav{
	flex: 1;
    padding-left: 24px;
    padding-right: 24px;
}
.header_nav .nav{
	height: 100%;
	margin-left: -24px;
	margin-right: -24px;
    justify-content: flex-end;
}
.header_nav .nav-link{
	height: 100%;
	display: flex;
	align-items: center;
	padding: 0 24px;
	color: var(--font-color3);
    font-size: 18px;
	font-weight: 500;
}
.header_nav .nav-link:hover{
	color: var(--font-color);
}
.header_nav .nav-link.active{
	color: var(--main-color);
}
.header_nav .nav-link.linebtn{
    background-color: var(--main-color2);
    color: #fff;
}
.header_nav .nav-item.dropdown:hover .dropdown-menu{
    display: block;
}
.header_nav .nav-item .dropdown-menu{
    border: none;
    padding-top: 2px;
    border-radius: 0;
    background-color: transparent;
}
.header_nav .nav-item .dropdown-menu ul{
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 10%);
    padding: 8px 0;
    list-style: none;
    margin-bottom: 0;
}
.header_nav .nav-item .dropdown-menu ul .dropdown-item{
    padding: 8px 16px;
}
.header_nav .nav-item .dropdown-menu ul .dropdown-item:hover, 
.header_nav .nav-item .dropdown-menu ul .dropdown-item:focus{
    background-color: var(--bg-color);
    color: var(--font-color);
}
.header_right{
	width: 520px;
}
.header_right .nav{
	justify-content: flex-end;
	align-items: center;
	height: 100%;
	margin-left: -12px;
	margin-right: -12px;
}
.header_right .nav>*{
	padding-left: 12px;
	padding-right: 12px;
}
.header_right .nav .icon_button{
    padding: 0;
    font-size: 20px;
    border-radius: 0;
    border: none;
}
.header_right .nav .icon_button:focus{
    box-shadow: none;
}
.mobile_menu_btn{
    display: none;
}
.mobile_menu_btn .btn{
    position: relative;
    padding: 0;
    width: 20px;
    height: 20px;
}
.mobile_menu_btn .btn:focus{
    box-shadow: none;
}
.mobile_menu_btn .btn>div{
    width: 20px;
    height: 2px;
    border-radius: 2px;
    background-color: var(--font-color);
    transition: all .2s;
}
.mobile_menu_btn .btn>div:nth-child(1){
    position: absolute;
    width: 20px;
    top: 2px;
}
.mobile_menu_btn .btn>div:last-child{
    position: absolute;
    width: 20px;
    bottom: 2px;
}
.mobile_menu_btn.active .btn>div:nth-child(2){
    width: 0;
}
.mobile_menu_btn.active .btn>div:nth-child(1){
    -moz-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    transform:rotate(45deg);
    top: 8px;
}
.mobile_menu_btn.active .btn>div:last-child{
    -moz-transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    transform:rotate(-45deg);
    bottom: auto;
    top: 8px;
}
.header_search{
	display: flex;
	align-items: center;
	border: solid 1px var(--main-color);
	border-radius: 4px;
}
.header_search input, .header_search select{
	border: none;
	height: 40px;
	font-size: 1rem;
	color: var(--font-color);
}
.header_search input:focus, .header_search select:focus{
	box-shadow: none;
}
.header_search .form-select{
	width: 120px;
}
.header_search input.form-control{
	flex: 1;
}
.header_search .btn{
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
    background-color: #fff;
    border-radius: 0 4px 4px 0;
}
.mobile_btn{
	display: none;
}
.under_page_header{
	height: 84px;
}
/*手機版選單*/
.mobile_sidebar {
    position: fixed;
    top: 64px;
    left: 0;
    z-index: 1001;
    background-color: #fff;
    width: 100%;
    height: 0px;
    overflow: hidden;
}
.mobile_sidebar_list{
	padding: 12px 0;
	list-style: none;
    overflow-y: auto;
    height: calc(100vh - 73px);
}
.mobile_sidebar_list>li>a{
	display: block;
	padding: 12px 16px;
	border-bottom: solid 1px var(--bg-color);
	font-weight: 500;
}
.mobile_sidebar_list>li>a.linebtn{
    background-color: var(--bg-color);
}
.mobile_sidebar_dropdown_btn {
    position: absolute;
    right: 8px;
    top: 0;
    height: 50px;
    width: 50%;
    text-align: right;
    padding: 12px 16px;
}
.mobile_sidebar_dropdown_btn img{
    width: 16px;
    transition: all .2s;
}
.mobile_sidebar_list_lv2{
    display: none;
}
.mobile_sidebar_list li.dropdown.active>a{
    background-color: var(--bg-color);
}
.mobile_sidebar_list li.dropdown.active .mobile_sidebar_dropdown_btn img {
    transform: rotate(180deg);
}
.mobile_sidebar_list li.dropdown.active .mobile_sidebar_list_lv2{
    display: block;
}
.mobile_sidebar_list_lv2 ul{
    list-style: none;
    margin-bottom: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
    /* border-left: solid 2px var(--bg-color); */
    /* margin-left: 23px; */
    padding-left: 23px;
    background-color: rgb(249, 246, 244, .5);
}
.mobile_sidebar_list_lv2 .dropdown-item{
    padding: 12px 16px;
    /* border-bottom: solid 1px var(--bg-color); */
}
/*footer*/
.page_footer{
    color: var(--font-color3);
}
.footer_row{
    display: flex;
    padding-top: 52px;
    padding-bottom: 52px;
}
.footer_block_title{
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}
.footer_logo{
    width: 120px;
    margin-right: 72px;
}
.footer_logo img{
    width: 100%;
}
.footer_office_info{
    flex: 1;
}
.office_info_list {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
.office_info_item{
    display: flex;
    font-size: 14px;
    letter-spacing: 0.1em;
}
.office_info_item+.office_info_item {
    margin-top: 8px;
}
.footer_nav{
    width: fit-content;
}
.footer_nav .nav{
    margin-top: -16px;
    flex-wrap: wrap;
}
.footer_nav li{
    padding-top: 16px;
}
.footer_nav li+li{
    margin-left: 40px;
}
.footer_nav li a{
    padding: 0;
    color: var(--font-color3);
    font-weight: 500;
}
.footer_nav li.linebtn a{
    background-color: var(--main-color2);
    color: #fff;
    padding: 8px 16px;
    border-radius: 24px;
    margin-top: -8px;
}
.footer_nav li a:hover{
    color: var(--font-color);
}
.footer_nav_group{
    display: flex;
    margin-left: -24px;
    margin-right: -24px;
}
.footer_nav_list {
    flex: 1;
    padding-left: 24px;
    padding-right: 24px;
}
.footer_nav_title {
    position: relative;
    font-size: 20px;
    margin-bottom: 16px;
    border-bottom: solid 2px #fff;
    padding-bottom: 4px;
}
.footer_nav_title::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -2px;
    height: 2px;
    width: 20%;
    background-color: var(--main-color2);
}
.footer_nav_group .nav li{
    width: 100%;
}
.footer_nav_group .nav li a h5 {
    font-size: 1rem;
    line-height: 1.2;
}
.footer_nav.onenav .nav{
    justify-content: flex-end;
    margin-left: 0;
    margin-right: 0;
}
.footer_nav.onenav li+li{
    margin-left: 48px;
}
.footer_line{
    border-top: solid 1px #fff;
    margin-top: 24px;
    margin-bottom: 24px;
}
.footer_row_bottom .footer_copyright{
    text-align: left;
}
.footer_row_bottom .statement .nav{
    justify-content: flex-end;
}
.footer_row_bottom .statement .nav a{
    padding: 0 16px;
}
.footer_copyright{
    text-align: center;
    background-color: var(--main-color);
    color: #fff;
    font-size: 14px;
    padding: 8px 16px;
}
.office_info+.footer_social{
    justify-content: flex-start;
    margin-top: 24px;
}
.footer_social{
    display: flex;
    justify-content: flex-end;
}
.footer_social .nav-item{
    width: 36px;
}
.footer_social .nav-item:not(:first-child){
    margin-left: 16px;
}
.footer_social .nav-link{
    padding: 0;
}
.footer_social i{
    font-size: 30px;
}
/*置頂按鈕*/
.go_top{
    position: fixed;
    right: 24px;
    bottom: 100px;
    z-index: 1000;
}
.gotop_btn{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #f5e9e1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding-bottom: 2px;
}
.gotop_img{
    color: var(--main-color);
    font-size: 16px;
}
/*按鈕並排*/
.two_btn{
	display: flex;
	margin-left: -12px;
	margin-right: -12px;
	margin-bottom: -8px;
}
.two_btn>div{
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 8px;
}
/*按鈕-實心*/
.maincolor_btn{
	border: solid 1px var(--main-color);
	background-color: var(--main-color);
	font-size: 1rem;
	font-weight: 500;
	height: 48px;
	padding: 0 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	border-radius: 4px;
    width: fit-content;
    min-width: 140px;
    transition: all .2s;
}
.maincolor_btn:hover, .maincolor_btn:focus{
	border: solid 1px var(--main-color2);
	background-color: var(--main-color2);
	color: #fff;
	box-shadow: none;
}
.maincolor_btn.radius{
	border-radius: 48px;
}
/*按鈕-實心-xs*/
.maincolor_btn_xs{
	border: solid 1px var(--main-color);
	background-color: var(--main-color);
	font-size: 1rem;
	font-weight: 500;
	height: 40px;
	padding: 0 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	border-radius: 4px;
    min-width: 100px;
    transition: all .2s;
}
.maincolor_btn_xs:hover, .maincolor_btn_xs:focus{
	border: solid 1px var(--main-color-light);
	background-color: var(--main-color-light);
	color: #fff;
	box-shadow: none;
}
.maincolor_btn_xs.radius{
	border-radius: 40px;
}
/*按鈕-框線*/
.maincolor_border_btn{
	border: solid 1px var(--main-color);
	background-color: #fff;
	font-size: 1rem;
	font-weight: 500;
	height: 48px;
	padding: 0 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--main-color);
	border-radius: 4px;
    min-width: 140px;
    transition: all .2s;
}
.maincolor_border_btn:hover, .maincolor_border_btn:focus{
	border: solid 1px var(--main-color-light);
	color: var(--main-color);
	box-shadow: 1px 1px 4px rgb(0 0 0 / 15%);
}
.maincolor_border_btn.radius{
	border-radius: 48px;
}
/*按鈕-框線-xs*/
.maincolor_border_btn_xs{
	border: solid 1px var(--main-color);
	background-color: #fff;
	font-size: 1rem;
	font-weight: 500;
	height: 40px;
	padding: 0 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--main-color);
	border-radius: 4px;
    min-width: 100px;
    transition: all .2s;
}
.maincolor_border_btn_xs:hover, .maincolor_border_btn_xs:focus{
	border: solid 1px var(--main-color-light);
	color: var(--main-color);
	box-shadow: 1px 1px 4px rgb(0 0 0 / 15%);
}
.maincolor_border_btn_xs.radius{
	border-radius: 40px;
}
/*純文字按鈕*/
.txt_btn{
	padding: 0;
	border: none;
	color: var(--font-color);
    border-radius: 0;
}
.txt_btn:hover, .txt_btn:focus{
	color: var(--main-color);
	box-shadow: none;
}
/*文字連結*/
a.main_color {
	color: var(--main-color);
	border-bottom: solid 1px var(--main-color);
}
a.main_color:hover{
	color: var(--main-color-light);
	border-bottom: solid 1px var(--main-color-light);
}
/*輸入框空值題示*/
.data_validate .my_input, .data_validate .my_textarea, .data_validate .my_select,
.data_validate .my_input:hover, .data_validate .my_textarea:hover, .data_validate .my_select:hover{
	border: solid 1px var(--danger-color);
    padding: 8px 16px;
}
.data_validate::after{
    display: block;
	margin-left: 16px;
    padding-top: 8px;
    content: attr(data-validate);
    font-size: 14px;
    color: var(--danger-color);
}
/*單行輸入框*/
.my_input{
    border: solid 1px var(--border-color);
    border-radius: 4px;
    height: 48px;
    padding: 8px 16px;
    background-color: #fff;
    font-size: 1rem;
    color: var(--font-color);
    transition: all .2s;
}
.my_input:hover, .my_input:focus{
	border: solid 1px var(--border-color);
	box-shadow: 1px 1px 4px rgb(0 0 0 / 15%);
}
.my_input:disabled, .my_input:read-only{
    background-color: #f5f5f5;
}
.my_input:disabled:hover, .my_input:read-only, .my_input:disabled:focus{
    box-shadow:none;
}
/*單行輸入框-主色框*/
.my_input_color{
    border: solid 1px var(--main-color);
    border-radius: 4px;
    height: 48px;
    background-color: rgb(255 255 255 / 30%);
    font-size: 1rem;
    color: var(--font-color);
    transition: all .2s;
}
.my_input_color:hover, .my_input_color:focus{
    border: solid 1px var(--main-color);
    background-color: rgb(255 255 255 / 40%);
	box-shadow: 1px 1px 6px rgb(0 0 0 / 15%);
}
/*多行輸入框*/
.my_textarea{
    border: solid 1px var(--border-color);
    border-radius: 4px;
    background-color: #fff;
    font-size: 1rem;
    padding: 8px 16px;
    color: var(--font-color);
    transition: all .2s;
}
.my_textarea:hover, .my_textarea:focus{
	border: solid 1px var(--border-color);
	box-shadow: 1px 1px 4px rgb(0 0 0 / 15%);
    min-height: 60px;
}
.my_textarea:disabled{
    background-color: #f5f5f5;
    resize:none;
}
.my_textarea:disabled:hover, .my_textarea:disabled:focus{
    box-shadow:none;
}
/*下拉*/
.my_select{
    border: solid 1px var(--border-color);
    border-radius: 4px;
    height: 48px;
    padding: 8px 16px;
    background-color: #fff;
    font-size: 1rem;
    color: var(--font-color);
    min-width: 100px;
    max-width: 200px;
    appearance: none;
    background-image: url(../img/icon/arrow-down.svg);
    background-repeat: no-repeat;
    background-position: right 0.7rem center;
    background-size: 16px;
    transition: all .2s;
}
.my_select:hover, .my_select:focus{
	border: solid 1px var(--border-color);
	box-shadow: 1px 1px 4px rgb(0 0 0 / 15%);
}
.my_select:disabled{
    background-color: #f5f5f5;
}
.my_select:disabled:hover, .my_select:disabled:focus{
    box-shadow:none;
}
/*checkbox*/
.my_checkbox{
    display: flex;
}
.my_checkbox .form-check-input{
    border-radius: 4px;
    height: 18px;
    width: 18px;
    border-color: var(--font-color2);
    margin-right: 0;
    margin-top: 3px;
}
.my_checkbox .form-check-input:focus {
    border-color: var(--font-color2);
    box-shadow: none;
}
.my_checkbox .form-check-input:checked {
    background-color: var(--main-color);
    border-color: var(--main-color);
}
.my_checkbox .form-check-input:checked:focus {
    border-color: var(--main-color);
}
.my_checkbox .form-check-label{
    padding-left: 8px;
}
/*radio*/
.my_radio{
    display: flex;
}
.my_radio .form-check-input{
    height: 18px;
    width: 18px;
    border-color: var(--font-color2);
    margin-right: 0;
    margin-top: 3px;
}
.my_radio .form-check-input:focus {
    border-color: var(--font-color2);
    box-shadow: none;
}
.my_radio .form-check-input:checked {
    background-color: var(--main-color);
    border-color: var(--main-color);
}
.my_radio .form-check-input:checked:focus {
    border-color: var(--main-color);
}
.my_radio .form-check-label{
    padding-left: 8px;
}
/*checkbox或radio多項目*/
.form_check_group{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -16px;
}
.form_check_group .my_checkbox, .form_check_group .my_radio{
    margin-bottom: 16px;
    margin-right: 40px;
}
/*數量加減*/
.product_count_btn {
    display: flex;
    border: solid 1px var(--border-color);
    border-radius: 4px;
    width: fit-content;
    overflow: hidden;
}
.count_dash .btn, .count_plus .btn {
    padding: 0;
    width: 36px;
    height: 36px;
    font-size: 14px;
    border-radius: 0;
}
.count_dash .btn:hover, .count_plus .btn:hover {
    background-color: var(--bg-color);
}
.count_dash .btn:focus, .count_plus .btn:focus {
    box-shadow: none;
}
.count_number {
    width: 80px;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    text-align: center;
    border: none;
    border-left: solid 1px var(--border-color);
    border-right: solid 1px var(--border-color);
}
/*日曆*/
.ui-datepicker {
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    border: solid 1px var(--border-color);
    border-radius: 4px;
    background-color: #fff;
    font-size: 14px;
    display: none;
}
.ui-datepicker-header {
    position: relative;
}
.ui-datepicker-prev {
    position: absolute;
    left: 8px;
    top: 10px;
    font-size: 16px;
    cursor: pointer;
}
.ui-datepicker-next {
    position: absolute;
    right: 8px;
    top: 10px;
    font-size: 16px;
    cursor: pointer;
}
.ui-datepicker-title {
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: solid 1px var(--border-color);
}
.ui-datepicker-year{
    margin-right: 4px;
    border-radius: 4px;
    background-color: #fff;
    border: solid 1px var(--border-color);
}
.ui-datepicker-month{
    margin-left: 8px;
}
.ui-datepicker-calendar th {
    padding: 8px 8px 4px 8px;
}
.ui-datepicker-calendar td a {
    display: block;
    padding: 4px 8px;
    text-align: center;
}
/*表單*/
.my_form{
    max-width: 550px;
    margin-top: -24px;
}
.my_form_row{
    padding-top: 24px;
}
.my_form_row .form-label{
    margin-bottom: 8px;
}
.my_form_btn{
    padding-top: 24px;
    text-align: right;
}
.my_form_btn .btn{
    margin-left: auto;
}
.my_form_btn .two_btn{
    justify-content: flex-end;
}
.my_form .txt_btn{
    color: var(--main-color);
    border-bottom: solid 1px var(--main-color);
}
.my_city_select{
    margin-bottom: -8px;
    margin-left: -8px;
    margin-right: -8px;
}
.my_city_select>div{
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
}
.my_city_select>div .my_input, .my_city_select>div .my_select{
    width: 100%;
    max-width: 100%;
}
.error_msg{
    margin-top: 16px;
    color: var(--danger-color);
}
/*文章列表*/
.article_card_list{
    margin-bottom: -32px;
}
.article_card_item{
    padding-bottom: 32px;
}
/*文章列表頁數*/
.page_box{
    margin-top: 64px;
}
.page_box .pagination{
    justify-content: center;
    flex-wrap: wrap;
    margin-left: -4px;
    margin-right: -4px;
    margin-bottom: -8px;
}
.page_box .page-item{
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 8px;
}
.page_box .page-link{
    border: none;
    color: var(--main-color);
    margin: 0 !important;
    padding: 0 12px;
    height: 42px;
    min-width: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    box-shadow: none;
}
.page_box .page-link:hover, .page_box .page-link:focus{
    border: none;
    background-color: var(--bg-color);
}
.page_box .page-item.active .page-link{
    color: #fff;
    background-color: var(--main-color);
    border: none;
}
.page_box .page-item.ellipsis .page-link{
    letter-spacing: 1px;
    border: none;
    padding-bottom: 4px;
}
.page_box .page-item.ellipsis .page-link:hover{
    background-color: #fff;
}
/*文章卡片*/
.article_card_img{
    margin-bottom: 16px;
}
.article_card_img .bg{
    border-radius: 8px;
    padding-bottom: 61%;
    transition: all .5s;
}
.article_card:hover .article_card_img .bg{
    filter: brightness(1.1);
}
.article_card_body{
    padding: 0 8px;
}
.article_card_title{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 4px;
    color: var(--font-color2);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    word-break: break-all;
}
.article_card_brief{
    color: var(--font-color3);
    line-height: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-break: break-all;
}
.article_card_info .article_info{
    margin-top: 12px;
    margin-bottom: 4px;
}
.article_card .article_info{
    text-align: center;
}
.article_info{
    color: var(--font-color3);
    font-size: 14px;
}
.article_info span i{
    margin-right: 4px;
}
.article_info span+span::before{
    content: "．";
}
.article_card_info .card_author_info{
    margin-top: 12px;
}
.article_card_keep{
    font-size: 14px;
}
.article_card_keep .count{
    margin-left: 4px;
}
.article_card_keep span+span{
    margin-left: 4px;
}
.article_card_info .article_card_keep{
    margin-top: 12px;
}
.card_author_info{
    display: flex;
    align-items: center;
}
.card_author_info_photo .bg{
    width: 32px;
    height: 32px;
    border-radius: 50%;
}
.card_author_info_name{
    padding-left: 8px;
    font-size: 14px;
    font-weight: 600;
}
a .card_author_info:hover{
    color: var(--main-color);
}
.article_info_box{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/*文章清單*/
.article_inventory{
    background-color: #fff;
    padding: 20px 24px;
    display: flex;
    flex-wrap: wrap;
    border-radius: 12px;
    box-shadow: 0 2px 40px 0 rgb(237, 176, 110, .1);
}
.article_inventory_img{
    width: 30%;
    padding-top: 4px;
}
.article_inventory_img .bg{
    padding-bottom: 61%;
    border-radius: 8px;
    transition: all .5s;
}
.article_inventory:hover .article_inventory_img .bg {
    filter: brightness(1.1);
}
.article_inventory_body{
    flex: 1;
    padding-left: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
}
.article_inventory_title{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-break: break-all;
    margin-bottom: 8px;
    font-weight: 600;
}
.article_inventory_body p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    word-break: break-all;
    color: var(--font-color2);
    text-align: justify;
}
.article_inventory .article_card_info{
    padding: 0;
}
/*消息卡片*/
.news_card_list{
    margin-bottom: -48px;
}
.news_card_item{
    padding-bottom: 48px;
}
.news_card_img{
    margin-bottom: 16px;
}
.news_card_img .bg{
    border-radius: 8px;
    padding-bottom: 61%;
    transition: all .5s;
}
.news_card:hover .news_card_img .bg{
    filter: brightness(1.1);
}
.news_card_body{
    padding: 0 8px;
}
.news_card_title{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 4px;
    color: var(--font-color2);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    word-break: break-all;
}
.news_card_brief{
    color: var(--font-color3);
    line-height: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-break: break-all;
}
/*服務卡片*/
.service_list{
    display: flex;
    flex-wrap: wrap;
    margin-left: -24px;
    margin-right: -24px;
    margin-bottom: -16px;
}
.service_item{
    width: 20%;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 16px;
}
.service_card{
    display: block;
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
}
.service_card_img{
    width: 110px;
    margin-left: auto;
    margin-right: auto;
}
.service_card_img img{
    width: 100%;
}
.service_card_body{
    margin-top: 32px;
    text-align: center;
}
.service_card_title{
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: 600;
    color: var(--font-color2);
}
.service_card_brief{
    line-height: 2;
    color: var(--font-color3);
}
.service_card_list{
    margin-bottom: -32px;
}
.service_card_item{
    padding-bottom: 32px;
}
.service_card_h{
    background-color: #fff;
    padding: 16px;
    display: flex;
    flex-wrap: wrap;
    border-radius: 12px;
    box-shadow: 0 2px 40px 0 rgb(237, 176, 110, .1);
}
.service_card_h .service_card_img{
    width: 80px;
}
.service_card_h .service_card_body{
    flex: 1;
    text-align: left;
    padding-left: 24px;
    margin-top: 0;
}
/*團隊卡片*/
.team_card_list{
    margin-bottom: -48px;
}
.team_card_item{
    padding-bottom: 48px;
}
.team_card{
    border-radius: 8px;
    box-shadow: 0 2px 40px 0 rgb(237, 176, 110, .1);
}
.team_card_img .bg{
    padding-bottom: 133%;
    border-radius: 8px;
    transition: all .5s;
    background-position: top center;
}
.team_card:hover .team_card_img .bg{
    filter: brightness(1.1);
}
.team_card_body{
    padding: 12px 16px 0 16px;
    text-align: center;
}
.team_card_name{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 2px;
}
.team_card_title{
    font-size: 18px;
    color: var(--font-color2);
}
/*關鍵字*/
.tag_list{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: -12px;
    margin-right: -12px;
    margin-bottom: -8px;
}
.tag_list span{
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 8px;
}
.tag_list span{
    padding-left: 12px;
    padding-right: 12px;
}
.tag_list span.txt{
    padding-right: 0;
}
.tag_link{
    background-color: var(--main-color);
    color: #fff;
    line-height: 24px;
    padding: 0 16px;
    border-radius: 24px;
    display: flex;
}
.tag_link:hover{
    background-color: var(--main-color-light);
    color: #fff;
}
.tag_link_line{
    color: var(--main-color2);
    border-bottom: solid 1px var(--main-color2);
}
.tag_link_line:hover{
    color: var(--main-color);
    border-bottom: solid 1px var(--main-color2);
}
/*編輯器內容*/
.from_ckeditor{
    width: 100%;
}
.from_ckeditor p{
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: 0.05rem;
    text-align: justify;
}
.from_ckeditor h2{
    font-weight: 600;
    margin-bottom: 8px;
}
.from_ckeditor h3{
    font-weight: 600;
    margin-bottom: 8px;
}
.from_ckeditor h4{
    font-weight: 600;
    margin-bottom: 8px;
}
.from_ckeditor img{
    max-width: 100%;
    margin: 4px 0;
}
.from_ckeditor .text-small {
    font-size: 14px;
}
.from_ckeditor .text-tiny {
    font-size: 12px;
}
.from_ckeditor ul, ol{
    margin-bottom: 0;
    padding-left: 2.75rem;
}
.from_ckeditor li{
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: 0.05rem;
    text-align: justify;
}
.from_ckeditor li+li{
    margin-top: 8px;
}
.from_ckeditor a{
    color: var(--main-color);
    border-bottom: solid 1px var(--main-color);
    word-break: break-all;
}
.from_ckeditor blockquote{
    border-left: solid 4px var(--main-color);
    padding: 8px 16px;
    background-color: var(--bg-color);
    color: var(--font-color2);
}
.from_ckeditor .table table{
    width: 100%;
}
.tableWrapper table{
    width: 100%;
}
.tableWrapper table th {
    background-color: var(--bg-color);
    font-weight: 600;
    padding: 12px 16px;
    text-align: center;
    border: solid 1px var(--second-color);
}
.tableWrapper table td {
    padding: 12px 16px;
    text-align: center;
    border: solid 1px var(--second-color);
}
/*table表格*/
.my_table_box{
    overflow-x: auto;
}
.my_table{
    width: 100%;
    min-width: 700px;
    text-align: center;
}
.my_table thead th {
    background-color: var(--main-color);
    color: #fff;
    font-weight: 600;
    padding: 12px 16px;
    text-align: center;
    border: solid 1px var(--main-color-light);
}
.my_table td {
    padding: 12px 16px;
    text-align: center;
    border: solid 1px var(--main-color-light);
}
.my_table tbody td:first-child {
    color: var(--main-color);
    background-color: var(--bg-color);
}
/* ====== banner 區塊 ====== */
.index_banner_box img{
    position: relative;
    width: 100%;
}
.index_banner_box .swiper-pagination{
    display: block;
    bottom: 16px;
}
.index_banner_box .swiper-pagination-bullet{
    background-color: #fff;
    width: 10px;
    height: 10px;
    opacity: .5;
}
.index_banner_box .swiper-pagination-bullet-active{
    opacity: .9;
}
/* ====== End of banner 區塊 ====== */
/* ====== 關於乘熙 區塊 ====== */
.index_about_box{
    position: relative;
    background-image: linear-gradient(330deg, #fff 0%, #fff 75%, var(--bg-color) 100%);
    overflow: hidden;
}
.index_about_box .index_about_row{
    align-items: center;
}
.index_about_content{
    position: relative;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    padding-left: 48px;
    padding-bottom: 16px;
    border-left: solid 1px var(--second-color);
}
/* .index_about_box::after{
    content: "";
    display: block;
    position: absolute;
    right: calc(50vw - 720px);
    top: 132px;
    height: calc(100% - 176px);
    border-radius: 44% 0 44% 0;
    width: 100%;
    max-width: 450px;
    background-image: linear-gradient(to bottom, rgb(249, 246, 244, .3) 0%, var(--bg-color) 100%);
    z-index: 1;
} */
.index_about_img{
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 450px;
    overflow: hidden;
    z-index: 2;
}
.index_about_img img{
    width: 100%;
}
.index_about_title{
    position: relative;
    font-size: 46px;
    font-weight: 600;
    margin-bottom: 48px;
}
.index_about_title::before{
    content: "";
    position: absolute;
    left: -51px;
    top: 0;
    width: 5px;
    height: calc(100% + 40px);
    background-color: var(--main-color);
}
.index_about_txt, .index_about_txt p{
    color: var(--font-color3);
    line-height: 1.8;
    text-align: justify;
}
.index_about_link{
    margin-top: 32px;
}
.index_about_link a{
    color: var(--orange-color);
    font-weight: 600;
    background: linear-gradient(transparent 50%, rgb(167, 204, 202, .6) 50%);
    padding: 2px 4px;
    transition: all .2s;
}
.index_about_link a:hover{
    background: linear-gradient(transparent 50%, rgb(167, 204, 202, .7) 50%);
}
.index_about_link a+a{
    margin-top: 16px;
}
/* ====== End of 關於乘熙 區塊 ====== */
/* ====== 服務項目 區塊 ====== */
/* ====== End of 服務項目 區塊 ====== */
/* ====== 法律小筆記 區塊 ====== */
.index_note_box{
    background-image: linear-gradient(15deg, #fff 0%, #fff 70%, var(--bg-color) 100%);
}
.index_note_box .block_title .icon{
    width: 40px;
    margin-top: -40px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 8px;
}
.index_note_box .block_title .icon img{
    width: 100%;
}
.index_note_swiper_box{
    position: relative;
}
.note_card{
    background-color: var(--bg-color);
    border-radius: 16px;
    padding: 28px 36px;
}
.note_card_title{
    font-size: 20px;
    font-weight: 600;
    color: var(--main-color2);
    text-align: center;
    margin-bottom: 4px;
}
.note_card_date{
    text-align: center;
    margin-bottom: 12px;
    font-size: 14px;
    color: var(--font-color3);
}
.note_card_brief{
    color: var(--font-color3);
    line-height: 1.7;
    text-align: justify;
}
.note_card_viewmore_btn{
    display: none;
    margin-top: 4px;
    color: var(--main-color2);
}
/* ====== End of 法律小筆記 區塊 ====== */
/* ====== Podcast 區塊 ====== */
.index_podcast_box{
    position: relative;
    background-image: linear-gradient(200deg, #fff 0%, #fff 80%, var(--bg-color) 100%);
}
.index_podcast_box .article_container{
    position: relative;
    z-index: 2;
}
.index_podcast_decorate{
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    white-space: nowrap; 
}
.index_podcast_decorate span{
    display: inline-block;
    font-size: 180px;
    letter-spacing: 0.1em;
    text-stroke: 2px rgb(237, 176, 110, .3);
    -webkit-text-stroke: 2px rgb(237, 176, 110, .3);
    color: transparent;
    padding-left: 100%;
    font-family: "Libre Baskerville", "Georgia";
    user-select:none;
    -webkit-user-select:none;
    -moz-user-select:none;
}
.index_podcast_box.active .index_podcast_decorate span{
    animation: marquee 8s linear infinite;
}
@keyframes marquee {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}
.index_podcast_box .block_title h2{
    display: flex;
    align-items: center;
}
.index_podcast_box .block_title h2::after{
    content: "";
    flex: 1;
    margin-left: 12px;
    height: 1px;
    background-color: var(--second-color);
}
/* ====== End of Podcast 區塊 ====== */
/* ====== 精選文章 區塊 ====== */
.index_article_box{
    position: relative;
    background-image: linear-gradient(150deg, #fff 0%, #fff 30%, var(--bg-color) 100%);
}
.index_article_box .my_container{
    position: relative;
    z-index: 2;
}
.index_article_bg{
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.index_article_bg .mountain{
    z-index: 3;
    bottom: -1px;
    right: 0;
}
.index_article_bg .sun{
    z-index: 2;
    right: 52px;
    bottom: 164px;
}
.index_article_bg .sunlight{
    z-index: 1;
    right: 0;
    bottom: 0;
}
.index_article_swiper_box{
    position: relative;
}
.index_article_bg .mountain,
.index_article_bg .sun,
.index_article_bg .sunlight {
    position: absolute;
    opacity: 0;
    transition: all 1s ease-in-out;
}
.index_article_bg .mountain {
    transform: translateX(100%);
}
.index_article_bg .sun,
.index_article_bg .sunlight {
    transform: translateY(100px);
}
.index_article_bg.active .mountain {
    opacity: 1;
    transform: translateX(0);
}
.index_article_bg.active .sun {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 1.2s;
}
.index_article_bg.active .sunlight {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 1s;
}
/* ====== End of 精選文章 區塊 ====== */
/* ====== 最新消息 區塊 ====== */
.index_news_box{
    position: relative;
    background-color: var(--bg-color);
    background-image: linear-gradient(14deg, #fff 0%, #fff 60%, var(--bg-color) 100%);
}
.index_news_swiper_box{
    position: relative;
}
.index_news_box::before{
    content: "";
    position: absolute;
    left: 0;
    top: calc(88px + 1.5rem);
    height: 1px;
    background-color: var(--second-color);
    width: calc(50vw - 720px - 20px);
}
/* ====== End of 最新消息 區塊 ====== */
/* ====== 線上免費諮詢 區塊 ====== */
.index_contact_box{
    display: flex;
}
.index_contact_left{
    width: 50%;
    background-color: var(--bg-color);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
    letter-spacing: 0.1em;
}
.index_contact_right{
    flex: 1;
    background-image: url(../img/index_contact_img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.index_contact_title{
    font-size: 40px;
    font-weight: 600;
    color: #09AA33;
    line-height: 1.2;
    margin-bottom: 24px;
    letter-spacing: 0.05em;
}
.index_contact_txt{
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 40px;
}
.joinline_txt{
    background-color: #09AA33;
    color: #fff;
    height: 36px;
    border-radius: 36px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}
.lineqrcode_img{
    width: 182px;
    margin-bottom: 12px;
}
.lineqrcode_img img{
    width: 100%;
}
/* ====== End of 線上免費諮詢 區塊 ====== */
/* ====== 服務列表 區塊 ====== */
.page_title.service{
    background-image: url(../img/service-banner.jpg);
}
/* ====== End of 服務列表 區塊 ====== */
/* ====== 團隊列表 區塊 ====== */
.page_title.team{
    background-image: url(../img/team-banner.jpg);
}
/* ====== End of 團隊列表 區塊 ====== */
/* ====== 團隊成員介紹 區塊 ====== */
.member_pn_row{
    display: flex;
}
.member_page_photo{
    width: 100%;
    max-width: 500px;
}
.member_page_photo .bg{
    padding-bottom: 133%;
    border-radius: 8px;
    background-position: top center;
}
.member_page_maininfo{
    flex: 1;
    padding-left: 48px;
    padding-top: 24px;
}
.member_page_name{
    color: var(--font-color2);
    font-weight: 600;
}
.member_page_name{
    display: flex;
    align-items: center;
}
.member_page_name::after {
    content: "";
    flex: 1;
    height: 1px;
    background-color: var(--second-color);
    order: 2;
}
.member_page_name::before {
    content: "";
    height: 5px;
    width: 15%;
    background-color: var(--main-color);
    margin-left: 16px;
    order: 1;
}
.member_page_title{
    margin-top: 16px;
    margin-bottom: 24px;
    font-size: 18px;
    color: var(--font-color3);
    /* border-bottom: solid 1px var(--main-color);
    padding-bottom: 16px; */
}
.data_block{
    background-color: var(--bg-color);
    padding: 20px 24px 28px 24px;
    border-radius: 12px;
}
.data_block+.data_block{
    margin-top: 24px;
}
.data_title{
    margin-bottom: 8px;
    font-weight: 600;
    color: var(--font-color2);
}
.member_info_list{
    margin-bottom: 0;
    list-style: none;
    padding-left: 0;
    margin-left: 12px;
}
.member_info_list li+li{
    margin-top: 12px;
}
.member_info_list li{
    display: flex;
}
.member_info_list li::before{
    content: "";
    width: 8px;
    height: 8px;
    border: solid 2px var(--main-color);
    border-radius: 50%;
    margin-right: 12px;
    margin-top: 9px;
}
/* ====== End of 團隊成員介紹 區塊 ====== */
/* ====== 消息列表 區塊 ====== */
.page_title.news{
    background-image: url(../img/blog-banner.jpg);
}
/* ====== End of 消息列表 區塊 ====== */
/* ====== 文章列表 區塊 ====== */
.page_title.blog{
    background-image: url(../img/news-banner.jpg);
}
.blog_list_main{
    display: flex;
    justify-content: space-between;
}
.blog_list_nav_box{
    width: 300px;
    padding-right: 48px;
}
.blog_list_box{
    flex: 1;
}
.blog_list_nav .nav-link{
    color: var(--font-color3);
    border: solid 1px var(--second-color);
    border-radius: 8px;
    padding: 0 12px;
    height: 40px;
    display: flex;
    align-items: center;
    background-color: #fff;
}
.blog_list_nav .nav-link+.nav-link{
    margin-top: 4px;
}
.blog_list_nav .nav-link:hover,
.blog_list_nav .nav-link.active{
    color: #fff;
    background-color: var(--main-color2);
    border: solid 1px var(--main-color2);
}
/* ====== End of 文章列表 區塊 ====== */
/* ====== 文章內容 區塊 ====== */
.blog_main{
    display: flex;
    justify-content: space-between;
}
.blog_main_right{
    flex: 1;
    max-width: 900px;
    margin-right: 64px;
}
.blog_main_left{
    width: 300px;
}
.blog_block+.blog_block{
    margin-top: 48px;
}
.blog_block_title{
    background-color: var(--bg-color);
    color: var(--main-color2);
    padding: 8px 12px;
    border-radius: 8px;
    margin-bottom: 16px;
}
.blog_block_title h4{
    font-size: 18px;
    font-weight: 600;
}
.blog_simple_item+.blog_simple_item{
    margin-top: 16px;
}
.blog_simple_item a{
    display: block;
    padding: 0 12px;
    text-align: justify;
    color: var(--font-color2);
    font-weight: 600;
}
.blog_simple_item a:hover{
    color: var(--orange-color);
    font-weight: 600;
}
.article_header{
    margin-bottom: 40px;
}
.article_title{
    margin-bottom: 12px;
    font-size: 32px;
    line-height: 1.4;
    letter-spacing: 0.05rem;
    font-weight: 600;
}
.article_info_row{
    margin-bottom: 24px;
    align-items: center;
}
.article_info_row .share_list_box {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 0;
}
.article_page_img .bg{
    padding-bottom: 61%;
    border-radius: 8px;
}
.recommend_box{
    position: relative;
    background-color: var(--bg-color);
}
/* ====== End of 文章內容 區塊 ====== */
/* ====== 404 區塊 ====== */
.error_img{
    font-size: 88px;
    color: var(--main-color);
    text-align: center;
}
.error_content{
    width: fit-content;
    margin: 0 auto;
    text-align: center;
}
.error_title{
    font-size: 46px;
    font-weight: 600;
    letter-spacing: 0.1rem;
    color: var(--main-color);
    border-bottom: solid 1px var(--main-color);
    padding-bottom: 8px;
    margin-bottom: 16px;
}
.error_txt{
    font-size: 18px;
    letter-spacing: 0.05rem;
    color: var(--font-color3);
    line-height: 1.8;
}
.error_txt a{
    color: var(--main-color);
    text-decoration: underline;
    margin: 0 4px;
    font-weight: 600;
}
/* ====== End of 404 區塊 ====== */