@charset "utf-8";
html{
	margin: 0;
	height: 100%;
}
body {
	margin: 0;
	height: 100%; 
	font-family: "Noto Sans TC", sans-serif;
    font-optical-sizing: auto;
	font-size:17px;
	color:var(--font-color);
	letter-spacing: 0.1em;
	line-height: 1.5;
}
a {
	color: var(--font-color);
	text-decoration: none;
}
a:hover {
	color: var(--font-color2);
	text-decoration: none;
}
h1{
	font-size: 40px;
    letter-spacing: 0.1em;
}
h2{
	font-size: 34px;
    letter-spacing: 0.1em;
}
h3{
	font-size: 24px;
}
h4{
	font-size: 20px;
}
h5{
	font-size: 18px;
}
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;  /* Safari*/
    -moz-appearance: none;     /* FireFox */
    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;
}
.cover_img{
    position: relative;
    width: 100%;
    height: 0;
}
.cover_img img{
    position: absolute;
    display: block;
    object-fit: cover;
    object-position: center center;
    height: 100%;
    width: 100%;
    max-width: 100%;
}
.font_bold{
	font-weight: 600;
}
.row{
	margin-left: -16px;
	margin-right: -16px;
}
.row>*{
	padding-left: 16px;
	padding-right: 16px;
}
.my_container{
	max-width: 1280px;
    padding-right: 32px;
    padding-left: 32px;
    margin-left: auto;
    margin-right: auto;
}
.article_container{
	max-width: 832px;
    padding-right: 16px;
    padding-left: 16px;
    margin-left: auto;
    margin-right: auto;
}
main{
	min-height: calc(100vh - 80px - 323px);
}
.main_pt{
    padding-top: 72px;
}
.main_pb{
    padding-bottom: 100px;
}
.block_pb{
    padding-bottom: 72px;
}
.bg_color{
    background-color: var(--bg-color);
}
.show_model{
    padding: 64px 0;
}
/*麵包屑*/
.my_breadcrumb{
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: 14px;
}
.my_breadcrumb .breadcrumb{
    margin-bottom: 0;
}
.my_breadcrumb.center .breadcrumb{
    justify-content: center;
}
/*頁面標題*/
.page_title_box{
    padding-top: 12px;
    margin-bottom: 32px;
}
.page_title_box h1{
    position: relative;
    font-size: 32px;
    color: var(--main-color2);
    font-weight: 600;
}
.page_title_box h1 .txt{
    position: relative;
    z-index: 3;
}
.page_title_box h1::before{
    content: "";
    display: block;
    position: absolute;
    top: -4px;
    left: -12px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: linear-gradient(120deg, rgb(178, 137, 81, .7) 0%, rgb(178, 137, 81, 0) 100%);
    z-index: 1;
}
.page_title_box.center h1{
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}
/*區塊標題*/
.block_title{
    position: relative;
    margin-bottom: 40px;
}
.block_title h2{
    color: var(--font-color);
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.05em;
}
.block_title .en{
    position: relative;
    font-size: 60px;
    line-height: 1.3;
	font-family: "Commissioner", sans-serif;
    font-weight: 600;
    color: var(--main-color2);
}
.block_title .en::before{
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    left: -8px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: linear-gradient(120deg, rgb(178, 137, 81, .7) 0%, rgb(178, 137, 81, 0) 100%);
    z-index: 1;
}
.block_title .en .txt{
    position: relative;
    z-index: 2;
}
.block_title .big_en{
    position: absolute;
    top: 0;
    left: 0;
    font-size: 160px;
    line-height: 1;
	font-family: "Commissioner", sans-serif;
    font-weight: 600;
    background: linear-gradient(to bottom, #6B7079, #F5F0EA);
    background: -webkit-linear-gradient(to bottom, #6B7079, #F5F0EA);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    opacity: .1;
    z-index: 1;
}
.block_title_brief{
    margin-top: 24px;
}
/*區塊標題-小*/
.block_title_small{
    margin-bottom: 24px;
    border-bottom: solid 1px var(--border-color);
    padding-bottom: 20px;
}
.block_title_small h4{
    position: relative;
    color: var(--font-color);
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.05em;
}
.block_title_small h4::before{
    content: "";
    display: block;
    position: absolute;
    top: -4px;
    left: -8px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: linear-gradient(120deg, rgb(178, 137, 81, .7) 0%, rgb(178, 137, 81, 0) 100%);
    z-index: 1;
}
.block_title_small h4 span{
    position: relative;
    z-index: 2;
}
/*載入動畫*/
#loading{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--main-color-light);
    z-index: 2000;
    overflow: hidden;
}
.loader span{
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    background: linear-gradient(0deg, rgba(94, 212, 250, 0.2) 15%, var(--blue-color) 100%);
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}
.loader span::after {
    content: '';  
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--main-color-light);
}
@keyframes rotation {
    0% { transform: rotate(0deg) }
    100% { transform: rotate(360deg)}
}
/*彈窗*/
.my_modal .modal-content{
    border-radius: 16px;
    border: none;
}
.my_modal .modal-header{
    padding-left: 24px;
    padding-right: 24px;
}
.my_modal .modal-body{
    padding: 16px 24px 20px 24px;
}
.my_modal .modal-footer{
    padding: 20px 24px;
}
.footer_btn_row{
    display: flex;
    margin-top: 0;
    margin-left: -4px;
    margin-right: -4px;
    margin-bottom: -8px;
}
.footer_btn{
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 8px;
}
/*彈窗-簡易*/
.simple_modal .modal-dialog{
    max-width: 400px;
}
.simple_modal .modal-content{
    border-radius: 16px;
    border: none;
}
.simple_modal .modal-header{
    padding-left: 24px;
    padding-right: 24px;
}
.simple_modal .modal-body{
    padding: 16px 24px 20px 24px;
}
.simple_modal .modal-body .title{
    text-align: center;
    font-weight: 600;
    font-size: 18px;
}
.simple_modal .modal-footer{
    padding: 0 24px 20px 24px;
    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;
    top: 30%;
    right: calc(50% - 200px);
    z-index: 1010;
}
.my_toast .toast{
    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: 4px;
}
.my_toast .toast-body {
    padding: 40px 24px 40px 24px;
    max-width: 100%;
    text-align: center;
}
.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;
}
/*燈箱*/
.glightbox_img{
    display: block;
    width: 300px;
}
.glightbox_img img {
    width: 100%;
}
.glightbox_video{
    width: 600px;
    position: relative;
}
.glightbox_video .bg{
    padding-bottom: 56%;
}
.glightbox_video_cover{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 15%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.glightbox_video_cover img{
    width: 60px;
}
/*分享列*/
.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: 24px;
}
.share_item+.share_item{
    margin-left: 24px;
}
.copy_link{
    cursor: pointer;
}
/*側邊選單*/
.my_tab_sidenav{
    flex-direction: column;
    border-bottom: none;
}
.my_tab_sidenav .nav-item+.nav-item{
    margin-top: 8px;
}
.my_tab_sidenav .nav-link{
    display: flex;
    align-items: center;
    border: none;
    margin: 0 !important;
    width: 100%;
    border: solid 1px rgb(178, 137, 81, .5);
    text-align: left;
    border-radius: 6px;
    color: var(--font-color2);
    height: 46px;
    padding: 0 16px 2px 16px;
    letter-spacing: 0.05em;
}
.my_tab_sidenav .nav-link:hover{
    border: solid 1px rgb(178, 137, 81, .5);
    background-color: rgb(255 255 255 / 80%);
}
.my_tab_sidenav .nav-link.active{
    width: 100%;
    border: solid 1px var(--main-color);
    color: var(--bg-color);
    background-color: var(--main-color);
    background-image: url(../img/icon/caret-right-fill.svg);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: right 12px center;
}
/*header*/
.page_header{
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: var(--bg-color);
    border-bottom: solid 1px rgb(178, 137, 81, .8);
    z-index: 1002;
}
.header_box{
	display: flex;
	height: 120px;
}
.header_box>*{
	height: 100%;
}
.header_logo {
	width: fit-content;
}
.header_logo a {
	display: flex;
	align-items: center;
	height: 100%;
}
.header_logo a img{
	height: 100px;
}
.header_nav{
	flex: 1;
}
.header_nav .nav{
    justify-content: flex-end;
	height: 100%;
    margin-left: -26px;
    margin-right: -26px;
}
.header_nav .nav-link{
	height: 100%;
    padding: 0 26px;
    font-size: 18px;
	display: flex;
	align-items: center;
	color: var(--main-color);
}
.header_nav .nav-item.dropdown:hover .dropdown-menu{
    display: block;
}
.header_nav .nav-item .dropdown-menu{
    border: none;
    padding-top: 0;
    border-radius: 0;
    background-color: transparent;
}
.header_nav .nav-item .dropdown-menu ul{
    background-color: var(--bg-color);
    border-radius: 0;
    box-shadow: none;
    padding: 8px 0;
    list-style: none;
    margin-bottom: 0;
}
.header_nav .nav-item .dropdown-menu ul .dropdown-item{
    padding: 8px 24px;
}
.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_contact{
    margin-left: 52px;
    display: flex;
    align-items: center;
}
.mobile_menu_btn{
    display: none;
}
.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: 120px;
}
.page_header.zoom{
    background-color: transparent;
    border-bottom: none;
}
.page_header.zoom .header_box {
    justify-content: flex-end;
}
.page_header.zoom .header_logo {
    display: none;
}
/*手機版選單*/
.mobile_sidebar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
    background-color: var(--main-color);
    width: 100%;
    height: 0px;
    overflow: hidden;
}
.mobile_sidebar_list{
	padding: 80px 0 12px 0;
	list-style: none;
    overflow-y: auto;
    height: 100vh;
    margin-bottom: 0;
}
.mobile_sidebar_list>li{
    opacity: 0;
    transform: translateY(-50%);
    transition: all .3s;
}
.mobile_sidebar_list>li>a{
	display: block;
	padding: 12px 24px;
	font-weight: 500;
    color: var(--bg-color);
    -webkit-font-smoothing: antialiased;
    -webkit-font-smoothing: subpixel-antialiased;
    font-weight: 300;
    text-align: center;
}
.mobile_sidebar.show .mobile_sidebar_list>li{
    animation: sidebar_a 0.3s ease 0.2s forwards;
}
@keyframes sidebar_a {
    0% {
        opacity: 0;
        transform: translateY(-50%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.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 .3s;
}
.mobile_sidebar_list_lv2{
    display: none;
}
.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 1px var(--border-color);
    margin-left: 23px;
    padding-left: 0;
    font-size: 15px;
}
.mobile_sidebar_list_lv2 .dropdown-item{
    padding: 12px 24px;
    color: var(--border-color);
}
/*手機版搜尋*/
.mobile_search {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1003;
    background-color: var(--main-color);
    width: 100%;
    height: 0px;
    overflow: hidden;
}
.mobile_search_group {
    display: flex;
}
.mobile_search_group .form-select {
    margin-top: 15px;
    padding: 0 12px;
    line-height: 42px;
    border: none;
    height: 42px;
    width: 140px;
    color: #fff;
    box-shadow: none !important;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../img/arrow-down.svg) no-repeat right center transparent;
    background-color: transparent;
    background-size: 16px;
    background-position: right 12px center;
}
.mobile_search_input {
    flex: 1;
    background-color: transparent;
    border: none;
    height: 42px;
    margin-top: 15px;
    padding: 0 40px 0 0;
    line-height: 42px;
    color: #fff;
}
.mobile_search_input:focus{
    background-color: transparent;
    color: #fff;
	box-shadow: none;
}
.mobile_search_input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{
    color: var(--font-color4) !important;
}
.mobile_search_input::-moz-placeholder, textarea::-moz-placeholder{
    color: var(--font-color4) !important;
}
.mobile_search_input:-ms-input-placeholder, textarea::-ms-input-placeholder{
    color: var(--font-color4) !important;
}
.close_mobile_search{
    display: flex;
    position: absolute;
    right: 16px;
    top: 16px;
}
.close_mobile_search .btn{
    border: none;
    color: #fff;
    height: 36px;
    width: 36px;
    font-size: 32px;
    padding: 0;
    background-color: var(--main-color);
}
.close_mobile_search .btn i{
    display: flex;
    justify-content: center;
}
.go_mobile_search{
    display: flex;
    position: absolute;
    right: 16px;
    top: 16px;
}
.go_mobile_search .btn{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    height: 42px;
    width: 42px;
    font-size: 20px;
    padding: 0;
    background-color: var(--main-color);
}
.go_mobile_search.show{
    z-index: 1002;
}
/*footer*/
.page_footer{
    background-color: var(--main-color);
    padding-top: 90px;
    padding-bottom: 90px;
    color: var(--border-color);
    -webkit-font-smoothing: antialiased;
    -webkit-font-smoothing: subpixel-antialiased;
    font-weight: 300;
}
.page_footer a{
    color: var(--border-color);
}
.page_footer a:hover, .page_footer a:focus{
    color: var(--border-color);
}
.footer_link_row{
    display: flex;
}
.footer_logo{
    width: 90px;
    margin-right: 90px;
}
.footer_logo img{
    width: 100%;
}
.footer_office_info{
    display: flex;
    flex: 1;
}
.office_info+.office_info{
    margin-left: 180px;
}
.office_info_list {
    list-style: none;
    padding: 0;
    margin-top: 24px;
    margin-bottom: 0;
}
.office_info_item{
    letter-spacing: 0.05em;
}
.office_info_title{
    position: relative;
    word-break: keep-all;
    color: var(--bg-color);
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.05em;
}
.office_info_title::before{
    content: "";
    display: block;
    position: absolute;
    top: -4px;
    left: -8px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: linear-gradient(120deg, rgb(178, 137, 81, .7) 0%, rgb(178, 137, 81, 0) 100%);
    z-index: 1;
}
.office_info_title .txt{
    position: relative;
    z-index: 2;
}
.office_info_item+.office_info_item {
    margin-top: 16px;
}
.footer_nav .nav{
    margin-left: -12px;
    margin-right: -12px;
    margin-top: -16px;
    flex-wrap: wrap;
}
.footer_nav li{
    padding-bottom: 16px;
    padding-left: 12px;
    padding-right: 16px;
}
.footer_nav li{
    padding: 16px 0 0 0;
}
.footer_nav li a{
    padding: 0 12px;
}
.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-color-dark);
}
.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{
    position: relative;
    border-top: solid 1px rgb(178, 137, 81, .6);
    margin-top: 72px;
    margin-bottom: 64px;
}
.footer_line img{
    width: 100px;
    position: absolute;
    top: 0;
    right: 0;
    transform: translateY(-100%);
}
.footer_row_bottom{
    font-size: 14px;
}
.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;
}
.office_info+.footer_social{
    justify-content: flex-start;
    margin-top: 24px;
}
.footer_social{
    display: flex;
    justify-content: flex-end;
}
.footer_social .nav-item:not(:first-child){
    margin-left: 24px;
}
.footer_social .nav-link{
    padding: 0;
    width: 52px;
    height: 52px;
    border: solid 1px var(--border-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer_social img{
    width: 24px;
}
.footer_subscribe{
    margin-top: 24px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
    max-width: 650px;
}
.footer_subscribe h4{
    margin-bottom: 16px;
    text-align: center;
}
.subscribe_input_group{
    display: flex;
}
.subscribe_input_group>div+div{
    margin-left: 8px;
}
.subscribe_input_group>div:first-child{
    width: 140px;
}
.subscribe_input_group>div:nth-child(2){
    flex: 1;
}
.subscribe_input_group .my_input_color{
    color: #fff;
}
.subscribe_input_group .my_input_color::-webkit-input-placeholder{
    color: #f1f1f1 !important;
}
.subscribe_input_group .my_input_color::-moz-placeholder {
    color: #f1f1f1 !important;
}
.subscribe_input_group .my_input_color:-ms-input-placeholder{
    color: #f1f1f1 !important;
}
/*按鈕並排*/
.two_btn{
	display: flex;
    flex-wrap: wrap;
	margin-left: -12px;
	margin-right: -12px;
	margin-bottom: -8px;
}
.two_btn>div{
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 8px;
}
/*按鈕-實心*/
.maincolor_btn{
	border: none;
	background-color: var(--main-color2);
	font-size: 18px;
	height: 46px;
	padding: 0 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--bg-color);
	border-radius: 8px;
    min-width: 140px;
    transition: all .2s;
}
.maincolor_btn:hover, .maincolor_btn:focus{
	border: none;
	background-color: var(--main-color);
	color: var(--bg-color);
	box-shadow: none;
}
.maincolor_btn.radius{
	border-radius: 46px;
}
/*按鈕-框線*/
.maincolor_border_btn{
	border: solid 1px var(--second-color);
	background-color: var(--bg-color);
	font-size: 18px;
	font-weight: 500;
	height: 46px;
	padding: 0 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--main-color2);
	border-radius: 4px;
    min-width: 140px;
    transition: all .2s;
}
.maincolor_border_btn:hover, .maincolor_border_btn:focus{
	border: solid 1px var(--second-color);
	background-color: var(--bg-color);
	color: var(--main-color);
	box-shadow: none;
}
.maincolor_border_btn.radius{
	border-radius: 48px;
}
/*連結-看更多*/
.more_link{
    display: flex;
    align-items: center;
	font-size: 15px;
	font-weight: 500;
	color: var(--bg-color);
    background-color: var(--main-color2);
    width: fit-content;
    padding: 8px 20px 8px 24px;
    border-radius: 24px;
    transition: all .3s;
}
.more_link i{
    margin-left: 4px;
}
.more_link:hover{
	color: var(--bg-color);
    background-color: var(--main-color);
}
/*按鈕-看更多*/
.more_btn_box{
    margin-top: 48px;
}
.more_btn_box.center .more_btn{
    margin: 0 auto;
}
.more_btn{
	display: flex;
	align-items: center;
    column-gap: 24px;
	border: solid 1px var(--second-color);
	background-color: var(--bg-color);
	font-size: 18px;
	font-weight: 500;
	color: var(--main-color2);
    text-align: left;
    height: 60px;
    width: fit-content;
    min-width: 240px;
    border-radius: 60px;
	font-family: "Commissioner", sans-serif;
    padding: 0 24px 0 28px;
}
.more_btn .txt{
    flex: 1;
}
.more_btn .txt.center{
    padding-left: 40px;
    text-align: center;
}
.more_btn .icon{
    width: 20px;
    color: var(--second-color);
}
.more_btn:hover, .more_btn:focus{
	border: solid 1px var(--second-color);
	background-color: var(--bg-color);
	color: var(--main-color);
	box-shadow: none;
}
.more_btn:hover .icon{
    animation: moreIconMove 0.6s ease;
}
@keyframes moreIconMove {
    0% {
        transform: translateX(0);
        opacity: 1;
    }
    40% {
        transform: translateX(12px);
        opacity: 0;
    }
    41% {
        transform: translateX(-12px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}
.more_btn_box.backlink{
    margin-top: 60px;
}
/*金色圓型劍頭*/
.gold_circle_arrow{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: var(--bg-color);
    font-size: 20px;
    background-color: var(--second-color);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .6s;
}
/*純文字按鈕*/
.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: 8px;
    height: 48px;
    padding: 8px 16px;
    background-color: rgb(255 255 255 / 80%);
    font-size: 1rem;
    color: var(--font-color);
    min-width: 100px;
    max-width: 200px;
    appearance: none;
    background-image: url(../img/icon/caret-down-fill.svg);
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px;
    transition: all .2s;
}
.my_select:hover, .my_select:focus{
	border: solid 1px var(--border-color2);
	box-shadow: none;
}
.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: 52px;
}
.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 10px;
    background-color: transparent;
    height: 40px;
    min-width: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: none;
}
.page_box .page-link:hover, .page_box .page-link:focus{
    border: none;
    background-color: var(--bg-color2);
}
.page_box .page-item.active .page-link{
    color: var(--bg-color);
    background-color: var(--main-color);
    border: none;
}
.page_box .page-item.ellipsis .page-link{
    letter-spacing: 1px;
    border: none;
    padding-bottom: 6px;
}
.page_box .page-item.ellipsis .page-link:hover{
    background-color: transparent;
}
.page_box .page-item:first-child .page-link {
    border: none;
    border-radius: 50%;
}
.page_box .page-item:last-child .page-link {
    border: none;
    border-radius: 50%;
}
/*文章卡片*/
.article_card{
    display: block;
    box-shadow: 1px 1px 4px rgb(0 0 0 / 10%);
    border-radius: 8px;
    overflow: hidden;
    background-color: #fff;
    transition: all .2s;
    padding-bottom: 16px;
}
.article_card:hover{
    box-shadow: 2px 2px 10px rgb(0 0 0 / 15%);
}
.article_card_img{
    width: 100%;
}
.article_card_img .bg{
    padding-bottom: 64%;
}
.article_card_body {
    padding: 12px 16px 0 16px;
}
.article_card_title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-break: break-all;
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: 600;
}
.article_card_body p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    word-break: break-all;
    color: var(--font-color2);
}
.article_card_info{
    padding-left: 16px;
    padding-right: 16px;
}
.article_card_info .article_info{
    margin-top: 12px;
}
.article_card .article_info{
    text-align: center;
}
.article_info{
    color: var(--font-color2);
    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{
    max-width: 700px;
    border-bottom: solid 1px var(--border-color);
    padding-bottom: 16px;
}
.article_inventory_content{
    display: flex;
    flex-wrap: wrap;
}
.article_inventory_img{
    width: 150px;
    padding-top: 4px;
}
.article_inventory_img .bg{
    padding-bottom: 61%;
    border-radius: 4px;
}
.article_inventory_body{
    flex: 1;
    padding-right: 12px;
}
.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);
}
.article_inventory .article_card_info{
    padding: 0;
}
/*消息列表*/
.news_list{
    margin-top: -32px;
}
.news_link{
    display: flex;
    align-items: center;
    padding: 32px 0;
    border-bottom: solid 1px var(--border-color2);
}
.news_link_info{
    display: flex;
}
.news_link_info .subject{
    font-size: 14px;
    color: var(--bg-color);
    background-color: var(--main-color2);
    border-radius: 4px;
    padding: 0 8px;
}
.news_link_date{
    font-size: 14px;
	font-family: "Commissioner", sans-serif;
    color: var(--main-color2);
    margin-left: 8px;
}
.news_link_title{
    flex: 1;
    padding-left: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    word-break: break-all;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.05em;
}
.news_link:hover .gold_circle_arrow i{
    animation: moreIconMove 0.6s ease;
}
/*消息列表-有簡介*/
.news_link_body{
    padding-right: 40px;
}
.news_link.complex{
    padding-left: 24px;
    padding-right: 24px;
}
.news_link.complex .news_link_date{
    margin-bottom: 12px;
    margin-left: 0;
}
.news_link.complex .news_link_title{
    padding-left: 0;
}
.news_link_brief{
    margin-top: 12px;
    color: var(--font-color2);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-break: break-all;
    font-size: 15px;
}
.news_link.complex:hover{
    background-color: rgb(255 255 255 / 90%);
}
.news_link.complex:hover .news_link_title{
    color: var(--main-color);
}
/*消息卡片-圖文*/
.news_haveimg_item+.news_haveimg_item{
    margin-top:72px;
}
.news_haveimg_card{
    display: flex;
    align-items: center;
    column-gap: 48px;
}
.news_haveimg_card_img{
    width: 49%;
}
.news_haveimg_card_img .cover_img{
    padding-bottom: 61%;
    border-radius: 8px;
    overflow: hidden;
}
.news_haveimg_card_img .cover_img img{
    transition: all .6s;
}
.news_haveimg_card:hover .news_haveimg_card_img .cover_img img{
    transform: scale(1.08);
}
.news_haveimg_card_body{
    flex: 1;
    padding: 0 24px;
}
.news_haveimg_card_date{
    font-size: 14px;
	font-family: "Commissioner", sans-serif;
    padding: 0 12px;
    color: var(--bg-color);
    background-color: var(--main-color2);
    border-radius: 21px;
    width: fit-content;
    margin-bottom: 24px;
}
.news_haveimg_card_title{
    font-weight: 500;
    margin-bottom: 24px;
    letter-spacing: 0.05em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    word-break: break-all;
}
.news_haveimg_card_brief{
    color: var(--font-color2);
    line-height: 1.7;
    letter-spacing: 0.01em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-break: break-all;
}
/*年度行事曆*/
.annual_item+.annual_item{
    margin-top: 32px;
}
.annual_list_box{
    background-color: var(--bg-color2);
    padding: 52px 48px 48px 48px;
    border-radius: 12px;
}
.annual_list_box .more_link{
    margin-top: 32px;
}
.annual_link_title{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    word-break: break-all;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.05em;
}
.annual_link_date{
    margin-bottom: 12px;
    background-color: var(--bg-color);
    font-size: 14px;
	font-family: "Commissioner", sans-serif;
    padding: 2px 8px;
    border-radius: 4px;
    border-bottom: solid 1px rgb(178, 137, 81, .3);
}
/*法規列表*/
.rule_list{
    margin-top: -24px;
}
.rule_card{
    display: flex;
    align-items: center;
    padding: 24px 0;
    border-bottom: solid 1px var(--border-color2);
    padding-left: 24px;
    padding-right: 24px;
}
.rule_card_body{
    flex: 1;
    padding-right: 40px;
}
.rule_card_title {
    flex: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    word-break: break-all;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.05em;
}
.rule_card_poster{
    margin-top: 12px;
    color: var(--font-color2);
    font-size: 15px;
}
/*活動花絮*/
.event_list{
    position: relative;
    z-index: 2;
    row-gap: 40px;
    margin-left: -24px;
    margin-right: -24px;
}
.event_item{
    padding-left: 24px;
    padding-right: 24px;
}
.event_card{
    display: block;
    background-color: var(--main-color2);
    border-radius: 9px 9px 8px 8px;
}
.event_card_img .cover_img{
    padding-bottom: 61%;
    border-radius: 8px;
    overflow: hidden;
}
.event_card_img .cover_img img{
    transition: all .6s;
}
.event_card:hover .event_card_img .cover_img img{
    opacity: .85;
}
.event_card:hover .gold_circle_arrow i{
    animation: moreIconMove 0.6s ease;
}
.event_card_body{
    display: flex;
    align-items: center;
    padding: 12px 16px;
}
.event_card_title{
    font-size: 20px;
    font-weight: 500;
    color: var(--bg-color);
    flex: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    word-break: break-all;
}
/*關鍵字*/
.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-color-dark);
    border-bottom: solid 1px var(--main-color-dark);
}
.tag_link_line:hover{
    color: var(--main-color);
    border-bottom: solid 1px var(--main-color-dark);
}
/*編輯器內容*/
.from_tiptap{
    width: 100%;
    max-width: 800px;
}
.from_tiptap p{
    font-size: 17px;
    line-height: 1.8;
    letter-spacing: 0.05em;
    text-align: justify;
}
.from_tiptap h2{
    font-weight: 600;
    margin-bottom: 1rem;
}
.from_tiptap h3{
    font-weight: 600;
    margin-bottom: 1rem;
}
.from_tiptap h4{
    font-weight: 600;
    margin-bottom: 12px;
}
.from_tiptap ul, ol{
    margin-bottom: 0;
    padding-left: 2em;
}
.from_tiptap li{
    font-size: 17px;
    line-height: 1.8;
    letter-spacing: 0.05em;
    text-align: justify;
}
.from_tiptap li+li{
    margin-top: 8px;
}
.from_tiptap a{
    color: var(--second-color);
    border-bottom: solid 1px var(--second-color);
    word-break: break-all;
}
.from_tiptap blockquote{
    border-left: solid 4px var(--second-color);
    padding: 8px 16px;
    background-color: var(--bg-color);
    color: var(--font-color2);
}
.from_tiptap table{
    width: 100%;
}
.from_tiptap th{
    background-color: var(--bg-color);
    border: solid 1px var(--border-color);
    font-weight: 600;
    padding: 12px 16px;
    text-align: center;
}
.from_tiptap td{
    padding: 12px 16px;
    text-align: center;
    border: solid 1px var(--border-color);
}
.from_tiptap img{
    max-width: 100%;
}
figure.image, figure.media, figure.table{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.from_ckeditor .text-small {
    font-size: 14px;
}
.from_ckeditor .text-tiny {
    font-size: 12px;
}
/*table表格*/
.my_table_box{
    overflow-x: auto;
}
.my_table{
    width: 100%;
    min-width: 700px;
    font-size: 16px;
}
.my_table thead th {
    background-color: var(--main-color2);
    color: #fff;
    font-weight: 600;
    padding: 12px 16px;
    text-align: center;
    border: solid 1px var(--border-color);
}
.my_table td {
    padding: 12px 16px;
    border: solid 1px var(--border-color);
}
.my_table tr:nth-child(even) td{
    background-color: rgb(255 255 255 / 60%);
}
.my_table tbody td.title {
    color: var(--main-color);
    background-color: var(--bg-color);
}
/*商品圖片輪播*/
.product_pic_swiper_2 {
    width: 100%;
}
.product_pic_swiper_2 .swiper-slide{
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product_pic_swiper_2 .swiper-slide img,
.product_pic_swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product_pic_swiper {
    box-sizing: border-box;
    padding: 10px 0;
}
.product_pic_swiper .swiper-slide {
    width: 20%;
    height: 100%;
}
.product_pic_swiper .swiper-slide .bg img{
    display: none;
}
.product_pic_swiper .swiper-slide .bg{
    padding-bottom: 100%;
}
.product_pic_swiper_2 .swiper-pagination{
    right: 12px;
    left: auto;
    background-color: rgb(38, 37, 35, .8);
    color: #fff;
    padding: 0 12px 2px 14px;
    height: 24px;
    display: flex;
    align-items: center;
    border-radius: 24px;
    width: fit-content;
    font-size: 14px;
}
.product_pic_swiper_box .swiper_button_box .swiper-button-next, 
.product_pic_swiper_box .swiper_button_box .swiper-button-prev {
    background-color: rgb(255 255 255 / 80%);
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 50%;
}
.product_pic_swiper_box .swiper_button_box .swiper-button-next::after, 
.product_pic_swiper_box .swiper_button_box .swiper-button-prev::after {
    font-size: 12px;
    color: var(--main-color);
}
.product_pic_swiper_box .swiper-button-next,
.product_pic_swiper_box .swiper-button-prev{
    top: auto;
    bottom: 12px;
}
.product_pic_swiper_box .swiper-button-next{
    right: auto;
    left: 42px;
}
.product_pic_swiper_box .swiper-button-prev{
    left: 12px;
}
/*首頁-banner*/
.index_banner_box img{
    width: 100%;
}
/*首頁-最新消息*/
.index_news_row{
    display: flex;
}
.index_news_left{
    width: 60%;
    padding-right: 48px;
}
.index_news_right{
    flex: 1;
}
.index_news_box{
    background-color: var(--bg-color);
    padding-top: 90px;
}
.index_news_box .block_title .big_en{
    background: linear-gradient(to bottom, #6B7079, #E8EAED);
    background: -webkit-linear-gradient(to bottom, #6B7079, #E8EAED);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    left: 114px;
    top: auto;
    bottom: -41px;
}
.index_news_box .news_haveimg_card{
    position: relative;
}
.news_gold_gear{
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
}
.news_gold_gear img{
    width: 100%;
}
.index_news_box .news_haveimg_item{
    margin-bottom: 72px;
}
/*首頁-活動花絮*/
.index_event_box{
    position: relative;
    padding-top: 300px;
    margin-bottom: 124px;
}
.index_event_bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: var(--bg-color);
    z-index: 1;
}
.index_event_bg img{
    width: 100%;
    max-width: 1527px;
}
.event_gold_gear{
    position: absolute;
    left: 0;
    bottom: calc(((1440px - 96px) / 3 * 0.61) + 64px);
    overflow: hidden;
    width: 100px;
    transform: translateY(100%);
}
.event_gold_gear img{
    width: 100%;
    margin-left: -50%;
}
.event_list .block_title .big_en{
    left: 0;
    top: -18px;
    transform: translateY(-100%);
}
.event_cat{
    position: absolute;
    right: 64px;
    top: 0;
    width: 150px;
}
.event_cat img{
    width: 100%;
    transform: translateY(-100%);
}
/*首頁-公會理念*/
.index_about_box{
    position: relative;
    padding-top: 100px;
    padding-bottom: 200px;
    background-image: url(../img/about-bg.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 1340px;
    overflow: hidden;
}
.index_about_box::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgb(251, 250, 248, 0) 0%, #FBFAF8 100%);
    z-index: -1;
}
.index_about_main{
    position: relative;
    display: flex;
    align-items: flex-end;
}
.index_about_body{
    padding-bottom: 24px;
    padding-right: 16px;
}
.index_about_img{
    width: 420px;
    position: relative;
    z-index: 2;
}
.index_about_img .cover_img{
    padding-bottom: 120%;
    border-radius: 8px;
    overflow: hidden;
}
.index_about_body{
    flex: 1;
}
.index_about_body .block_title .block_title_brief{
    width: 100%;
    max-width: 600px;
}

.index_about_body .block_title .big_en{
    top: -18px;
    transform: translateY(-100%);
}
.about_gold_gear{
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    transform: translate(50%, -50%);
}
.about_gold_gear img{
    width: 100%;
}
/*活動花絮*/
main.event{
    background: linear-gradient(to bottom, var(--bg-color) 0%, rgb(251, 250, 248, .3) 30%, #fff 100%);
}
.event_list_box{
    position: relative;
}
.event_img{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    transform: translateY(-100%);
    width: 40%;
}
.event_img img{
    width: 100%;
}
/*活動花絮內容頁*/
.event_header{
    margin-bottom: 40px;
}
.event_title{
    text-align: center;
    margin-bottom: 20px;
}
.event_date{
    text-align: center;
    color: var(--font-color2);
    font-size: 14px;
}
.event_page_content .from_tiptap{
    margin-left: auto;
    margin-right: auto;
}
.event_photo_box{
    background-color: var(--bg-color);
    padding-top: 72px;
}
.event_photo_list{
    row-gap: 40px;
    justify-content: center;
}
/* .event_photo_card{
    background-color: rgb(255 255 255 / 70%);
    padding: 16px;
    border-radius: 8px;
} */
.event_photo_img{
    position: relative;
    height: 0;
    padding-bottom: 100%;
}
.event_photo_img img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.event_photo_body{
    padding-top: 16px;
    text-align: center;
}
/*資訊公告*/
.main_twocol{
    display: flex;
}
.main_left{
    width: 280px;
    padding-right: 48px;
}
.main_right{
    flex: 1;
}
/*公告內容頁*/
.news_header{
    margin-bottom: 40px;
}
.news_title{
    text-align: center;
    margin-bottom: 20px;
}
.news_date{
    text-align: center;
    color: var(--font-color2);
    font-size: 14px;
}
.news_page_content .from_tiptap{
    margin-left: auto;
    margin-right: auto;
}
.file_down_list{
    margin-bottom: 0;
}
.file_down_item a{
    color: var(--main-color2);
}
.file_down_item+.file_down_item{
    margin-top: 12px;
}
/*聯絡我們*/
.contact_row{
    display: flex;
}
.contact_body{
    width: 500px;
}
.contact_img_box{
    flex: 1;
    padding-left: 48px;
}
.contact_img_row{
    display: flex;
    justify-content: space-between;
}
.contact_img1{
    width: 40%;
    display: flex;
    align-items: flex-end;
    padding-top: 140px;
}
.contact_img2{
    width: 55%;
}
.contact_img{
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    width: 100%;
}
.contact_img img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.contact_img1 .contact_img{
    height: 0;
    padding-bottom: 130%;
}
.contact_img2 .contact_img{
    height: 0;
    padding-bottom: 60%;
}
.contact_content{
    background-color: var(--bg-color2);
    background: linear-gradient(to right, var(--bg-color2) 0%, var(--bg-color2) 20%, var(--bg-color) 100%);
    padding: 48px;
    border-radius: 12px;
}
.contact_content .office_info_list{
    margin-top: 0;
}
/*公會組織*/
main.team{
    position: relative;
}
main.team::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgb(255, 255, 255, .8) 0%, var(--bg-color) 400px, var(--bg-color) 100%);
    z-index: 1;
}
main.team .my_container{
    position: relative;
    z-index: 2;
}
main.director{
    background-image: url(../img/about-bg.png);
    background-size: 50%;
    background-position: right bottom;
    background-repeat: no-repeat;
}
.director_list .my_table{
    min-width: 720px;
    text-align: center;
}
.chairman_item+.chairman_item{
    margin-top: 144px;
}
.chairman_card_info{
    display: flex;
    align-items: center;
}
.chairman_card_photo{
    width: 400px;
    border-radius: 8px;
    overflow: hidden;
}
.chairman_card_photo img{
    width: 100%;
}
.chairman_card_name{
    flex: 1;
    padding-left: 72px;
}
.chairman_card_say{
    position: relative;
    margin-top: 48px;
    padding-left: 36px;
    /* padding: 0 40px 40px 40px;
    background: linear-gradient(to top, rgb(255, 255, 255, .8) 0%, rgb(255, 255, 255, 0) 100px, rgb(255, 255, 255, 0) 100%);
    border-radius: 40px; */
}
.chairman_card_say::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: linear-gradient(to bottom, var(--second-color) 0%, var(--bg-color) 100%);
}
.chairman_card_name h2{
    font-weight: bold;
    font-size: 40px;
    color: var(--main-color);
}
.chairman_card_title{
    position: relative;
    margin-top: 24px;
    background-color: var(--main-color2);
    padding: 8px 24px;
    border-radius: 24px;
    color: var(--bg-color);
    width: fit-content;
    font-size: 15px;
}
.chairman_card_title::before{
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: rgb(178, 137, 81, .8);
    position: absolute;
    top: -2px;
    left: -6px;
}
/*關於公會*/
/* main.about{
    position: relative;
}
main.about::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgb(255, 255, 255, .6) 0%, rgb(255, 255, 255, .8) 300px,  var(--bg-color) 500px, var(--bg-color) 100%);
    z-index: -1;
} */
.about_annual_list_box{
    margin-top: 36px;
}
.annual_month_item+.annual_month_item{
    margin-top: 72px;
}
.annual_month{
    color: var(--bg-color);
    background-color: var(--main-color2);
    border-radius: 8px 8px 28px 8px;
    padding: 8px 32px 8px 24px;
    width: fit-content;
    min-width: 140px;
    margin-bottom: 20px;
}
.about_annual_item{
    display: flex;
    column-gap: 24px;
    padding: 0 16px 8px 16px;
    border-bottom: dashed 1px rgb(56, 81, 111, .8);
}
.about_annual_item:hover .about_annual_title{
    color: var(--main-color2);
}
.about_annual_item+.about_annual_item{
    margin-top: 16px;
}
.about_annual_date{
    font-size: 14px;
    font-family: "Commissioner", sans-serif;
    color: var(--main-color2);
}
.about_annual_title{
    font-weight: 600;
    flex: 1;
}
/*404*/
.error_img{
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}
.error_img img{
    width: 100%;
}
.error_body{
    padding-top: 48px;
    text-align: center;
}
.error_body .title{
    font-size: 32px;
    color: var(--main-color2);
    font-weight: 600;
    margin-bottom: 24px;
}