@charset "utf-8";
/* CSS Document */

/* -----------------cssreset----------------- */

a {
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

body {
    background: #eee;
    font-family: Arial, Helvetica, "Microsoft JhengHei", Sans-Serif;
    background: #fff;
    position: relative;
}

body * a:hover {
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    /* Firefox */
    -webkit-transition: all 0.2s;
    /* Chrome&Safari */
}

label[for*='select'] {
    vertical-align: bottom;
}

select,
input[type*="text"],
input[type*="password"],
input[type*="date"],
textarea {
    border: 1px solid #cecece;
    box-shadow: inset 0 1px 0.25rem rgba(0, 0, 0, 0.1);
    min-height: 30px;
    min-width: 140px;
}

body,
div,
dl,
dt,
dd,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
label {
    margin: 0;
    padding: 0;
}

body,
html {
    width: 100%;
    height: 100%;
}

iframe {
    width: 100%;
}

iframe,
img {
    border: 0;
}

ul {
    list-style: none;
}

legend {
    border-bottom: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clear {
    clear: both;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.clean {
    clear: both;
}

/* -----------------cssreset----------------- */

:root {
    /* 🎨 字體顏色設定 */
    --color-text-base: #3e3a39;
    /* 主要文字 */
    --color-text-primary: #3181d2;
    /* 主要文字 */
    --color-text-secondary: #ffc736;
    /* 次要文字 */
    --color-text-muted: #a4cdf7;
    /* 淡色文字 */
    --color-text-dark: #205891;
    /* 反白文字 */
    --color-text-inverse: #ffffff;
    /* 反白文字 */
    --color-bg-gray: #ececec;
    /* 反白文字 */
    --color-link: #3181d2;
    /* 超連結顏色 */
    --color-link-hover: #205891;
    /* 超連結 hover */
    /* 🔠 字級設定（使用 rem，方便響應式縮放） */
    --font-size-xs: 0.75rem;
    /* 12px */
    --font-size-sm: 0.875rem;
    /* 14px */
    --font-size-base: 1rem;
    /* 16px（標準） */
    --font-size-lg: 1.125rem;
    /* 18px */
    --font-size-xl: 1.25rem;
    /* 20px */
    --font-size-2xl: 1.5rem;
    /* 24px */
    --font-size-3xl: 2rem;
    /* 32px */
    --font-size-4xl: 2.5rem;
    /* 40px */
}

input[type*="text"]:focus,
textarea:focus,
input[type*="password"]:focus {
    background-color:#fff3bc !important
}

textarea:focus,
a:focus,
input:focus,
select:focus,
input[name*="Collapse"]:focus,
.owl-prev:focus,
.owl-next:focus,
input[type*="submit"]:focus,
input[type*="reset"]:focus,
input.enter_bn[type*="button"]:focus,
input[type*="button"]:focus,
button:focus {
    outline: 2px #275dad dotted !important;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 0 4px;
}

input,
select,
textarea {
    border-radius: 5px;
    font-weight: normal;
}
main{
    position: relative;
    z-index: 10;
}
#FontSizeArea {
    background: url(../images/bg.png);
    position: relative;
}


#FontSizeArea::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 878px;
    background: url(../in_images/footer_bg.png) no-repeat bottom center;
    bottom: 0;
    z-index: 0;
}
.block-text {
    display: block;
}

.menu_nav>li.link_web>a {
    display: inline-block;
    padding: 2px 6px;
    border-radius: 999px;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    -ms-border-radius: 999px;
    -o-border-radius: 999px;
}

.menu_nav>li.link_web>a:hover {
    background: var(--color-text-secondary);
    color: var(--color-text-base);
}

/* fixed */

.top_fixed #header {
    top: 0;
    position: fixed;
    z-index: 999;
    width: 100%;
}

.top_fixed .menu_navigation {
    display: none;
}

.top_fixed #header .top {
    margin: 0;
    align-items: flex-start;
}

.top_fixed #logo {
    width: auto;
    text-align: left;
    z-index: 999;
}

.top_fixed #logo img {
    max-height: 100px;
}

.top_fixed .menu_css {
    width: 100%;
    max-width: none;
}

.top_fixed .top_menu>li>a {
    padding: 16px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.top_menu>li:first-child::before {
    content: "";
    position: absolute;
    background: url(../images/bg.png);
    width: 20px;
    height: 100%;
    left: 0;
    clip-path: polygon(0 0, 0 100%, 100% 0);
}

.top_fixed #logo a {
    background: #fff;
    border-radius: 0px 0px 50px 0px;
    border: 0;
    box-shadow: 0 0 3px 5px rgb(100 150 217 / 50%);
    padding: 28px 27px 28px 16px;
}

.top_fixed .top_menu {
    height: 100%;
    clip-path: none;
}
.top_fixed .top_menu>li:first-child::before{
    display: none;
}
/* menu*/

.menu2 {
    display: none;
}

#menu_bth {
    display: none;
}

.menu_css {
    position: relative;
    width: 67%;
    max-width: 1200px;
}

#main_menu .menu2 li a {
    padding-right: 2rem;
    word-break: break-word;
}

#menu_bth {
    cursor: pointer;
    height: 40px;
    background-color: #b7b7b7
}

.top_menu {
    width: 100%;
    max-width: 1600px;
    padding: 0;
    margin: auto;
    text-align: center;
    display: table;
    background: var(--color-text-primary);
    /* clip-path: polygon(2% 0, 100% 0, 100% 100%, 0% 100%); */
}

.top_menu>li {
    width: calc(100%/7);
    display: table-cell;
    border-right: 2px dotted #abc8e6;
    position: relative;
}

.top_menu>li>a {
    color: var(--color-text-inverse);
    display: block;
    padding: 26px 16px;
    font-size: 1.375rem;
    font-weight: bold;
}

.top_menu>li>a:hover,
.top_menu>li>a.top_menu_fixed {
    background: var(--color-text-secondary);
    color: var(--color-text-base);
}

/* 二級選單顯示於一級選單的正下方 */

.top_menu>li>ul {
    width: 100%;
    position: absolute;
    list-style: none;
    left: 0;
    text-align: left;
    padding: 0;
    background: #ffc736;
    z-index: 99999;
    display: none;
}

.top_menu>li>ul>li {
    height: auto;
    background-image: none;
    display: inline-block;
    width: calc(100%/4 - 20px);
    margin: 0;
    vertical-align: top;
    width: 100%;
}

.top_menu>li>ul>li>a {
    height: auto;
    border-top: 1px dashed #d0a946;
    padding: 14px;
    color: var(--color-text-base);
    display: block;
    font-size: 1.125em;
    font-weight: normal;
    background: var(--color-text-secondary)
}

.sub2 a:hover,
.top_menu>li>ul>li>a:hover {
    background: var(--color-text-primary);
    color: #fff;
}

.top_menu>li>ul>li:last-child>a {
    border-bottom: 0;
}

/* 第三層選單 */

.sub2 {
    padding-left: 0;
    margin: 0;
    list-style: none;
    color: var(--color-text-base);
}

.sub2 a {
    color: var(--color-text-base);
    display: block;
    padding: 8px 16px;
    background: #ffdb7f;
}



/* 選單卷軸 */

.sub2::-webkit-scrollbar {
    width: 5px;
    border-radius: 50px;
}

.sub2::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px #7e7e7e;
    background: #454545;
    border-radius: 50px;
}

.sub2::-webkit-scrollbar-thumb {
    background-color: rgb(0, 0, 0);
    border-radius: 50px;
}

.banner {
    margin-top: -45px;
    position: relative;
}

/* page*/

.content_all {
    padding: 0px 40px 24px 40px;
    margin-bottom: 7em;
    max-width: 1240px;
    width: calc(100% - 390px);
    position: relative;
    z-index: 5;
}

.div_content_bg {
    position: relative;
}

.div_content_bg::after {
    content: "";
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: url(../images/bg.png);
    opacity: 0.5;
    top: 0;
    left: 0;
}

h2 {
    padding: 0;
    font-size: 2.25rem;
    font-weight: bold;
    display: inline-block;
    color: #454545;
    position: relative;
    font-weight: normal;
}

.fsize_20 {
    font-size: 1.75rem;
    font-weight: normal;
}

.fsize_18 {
    font-size: 1.125em;
}

.ace {
    color: #ccc;
    font-size: 84%
}

.con {
    margin-top: 60px;
    max-width: 1700px;
    position: relative;
}

#header {
    position: relative;
    z-index: 20;
}

#header .top {
    margin: auto;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: top;
}

#logo {
    width: 27%;
    text-align: right;
}

#logo a {
    line-height: 0;
    display: inline-block;
    background: rgba(255, 255, 255, 0.8);
    border-top: 4px solid #3181d2;
    border-bottom: 4px solid #3181d2;
    padding: 28px 27px;
}

.web_tool {
    background: #ccc;
}

.content_nav {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    right: 0;
    /* width: 100%; */
    max-width: 650px;
    display: inline-block;
    bottom: 0;
    background: var(--color-bg-gray);
    padding: 11px 200px 12px 52px;
    text-align: right;
    clip-path: polygon(3% 0, 100% 0, 100% 100%, 0% 100%);
}

.content_link {
    color: #c60000;
    display: inline-block;
    vertical-align: top
}

.content_link:hover {
    color: #093;
}

.menu_navigation {
    font-size: 1em;
    color: #454545;
    max-width: 1700px;
    padding: 16px;
    margin: 0 auto;
    text-align: right;
    position: relative;
    z-index: 5;
}

.fontsize_main {
    display: inline-block;
}

.menu_nav {
    color: #282828;
    display: inline-block;
    max-width: 1200px;
    margin: auto;
    text-align: right;
    padding: 0;
}

.menu_nav li {
    display: inline-block;
    color: #454545;
    position: relative;
}

.menu_nav>li>a {
    color: #454545;
    display: inline-block;
    padding: 5px 0;
}

.menu_nav a:hover {
    color: #c60000;
}

.menu_nav li.nav_parent>a {
    background: var(--color-text-primary);
    color: var(--color-text-inverse);
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 999px;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    -ms-border-radius: 999px;
    -o-border-radius: 999px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu_nav li.nav_parent>a:hover {
    background: var(--color-text-secondary);
    color: var(--color-text-base);
}

.menu_nav li.nav_parent .nav_focus {
    position: absolute;
    top: 30px;
    right: -6px;
    z-index: 99;
    display: table;
    text-align: right;
    display: none;
}

.nav_search .text {
    color: #000;
    width: 223px;
    padding: 3px 32px 3px 3px;
}

.menu_nav li.nav_parent .fontsize {
    top: 29px;
    right: -8px;
}

.menu_nav li.nav_parent .nav_focus.active {
    display: block
}

.nav_search {
    position: relative;
}

.search_box {
    margin-top: 5px;
    text-align: right
}

.search_main {
    padding: 8px;
   background: var(--color-text-secondary);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.search_box .icon {
    border: 1px solid #000;
    background-color: #000;
    color: #FFF;
    padding: 2px;
}

.top_search {
    position: relative;
    vertical-align: middle;
    text-align: right;
    display: inline-block;
}

.top_search .text {
    width: 200px;
    height: 30px;
    padding: 0 32px 0 5px;
    background-color: #fff;
}

.nav_search .text2,
.top_search .text2 {
    width: 22px;
    height: 22px;
    background: url(../images/icon_nav_search.png) no-repeat center;
    border: 0px;
    vertical-align: middle;
    position: absolute;
    top: 6px;
    right: 6px;
}

.top_search .text2 {
    top: 7px;
}

label {
    vertical-align: middle;
}

#main_type .type_word a.active,
.type_word a:hover,
.type_word a:hover {
    background: #393939;
    color: #FFF;
}

.search_table {
    border: 1px solid #CCC;
    letter-spacing: 1px;
}

.search_bn {
    border: 0px;
    margin-bottom: -6px;
}

.icon_go,
.bn_search {
    border: 0px;
    background-image: url(../images/icon_go.png);
    width: 32px;
    height: 32px;
    vertical-align: middle;
    text-indent: -9999px;
}

.bn_search {
    background-image: url(../images/icon_bn_search.png);
    text-indent: -32px;
    font-size: 0;
}

.icon_go:hover,
.bn_search:hover {
    opacity: 0.7
}

/*按鈕選單*/

.b_main {
    position: absolute;
    height: 100%;
    padding: 0 22px;
    bottom: -7px;
    right: 0;
    display: none;
}

.b {
    width: 50px;
    height: 100%;
    transition: .2s;
    cursor: pointer;
    position: relative;
}

.b i {
    width: 50px;
    height: 20px;
    position: absolute;
    display: block;
    height: 3px;
    background: var(--color-link);
    border-radius: 2px;
    transition: .2s;
}

.b1 {
    width: 25px;
    top: 35px;
    left: 0;
}

.b2 {
    width: 25px;
    top: 49px;
    left: 0;
}

.b3 {
    width: 25px;
    top: 63px;
    left: 0;
}

.b.on .b1 {
    top: 40px;
    left: 0;
    width: 50px;
    transform: translateY(10px) rotate(45deg);
}

.b.on .b3 {
    width: 50px;
    transform: translateY(-6px) rotate(-45deg);
    top: 56px;
}

.b.on .b2 {
    width: 0;
}

.menu2 .nav_search {
    position: relative;
}

.menu2 .nav_sub:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 9.5px 0 9.5px;
    border-color: #1e7f6c transparent transparent transparent;
    position: absolute;
    top: 0;
    right: 20px;
}

.menu2 .nav_search .text {
    border: 1px solid var(--color-text-dark);
    width: calc(100% - 60px);
    height: 36px;
    padding-left: 15px;
    background-color: #fff;
    border-radius: 0;
    vertical-align: top;
    float: left;
}

.menu2 .nav_search .text2 {
    border: 0px;
    width: 60px;
    line-height: 30px;
    height: 36px;
    border-radius: 0 15px 15px 0;
    background: var(--color-text-dark);
    color: #fff;
    cursor: pointer;
    vertical-align: top;
    position: static;
    float: left;
}

.left_menu .ace {
    position: absolute
}

.menu_icon {
    position: absolute;
    top: 11px;
    right: 10px;
}

.menu_icon:before {
    content: "\f067";
    font-family: FontAwesome;
    font-size: small;
    color: #205891;
}

.menu_icon-:before {
    content: "\f068";
}

.menu2 {
    padding: 19px 20px;
}

.menu2 li {
    position: relative;
}

.menu2>li {}

.menu2 li>a {
    display: block;
    color: #000;
    padding: 16px 5px 16px 39px;
    font-size: 1.3125rem;
    position: relative;
}

.menu2>li>a {
    border-bottom: 1px dashed #b4b4b4;
}

.menu2 .sub_menu->a {
    border-bottom: 0;
}

.menu2 li:last-child a {
    border-bottom: 0;
}

.menu2>li>a:before {
    content: "";
    position: absolute;
    width: 17px;
    height: 17px;
    left: 15px;
    top: 22px;
    display: inline-block;
    transition: all 0.3s;
    background: url(../images/left_icon.png) no-repeat;
}

.menu2>.sub_menu->a:before,
.menu2>li>a:hover:before {
    filter: brightness(0) invert(1);
}

.menu2 .sub_menu->a,
.menu2>li>a:hover {
    color: #fff;
    background-color: #3181d2;
}

.menu2 span {
    font-size: 30%;
}

.menu2 ul {
    display: none;
    margin-top: 1px;
    padding: 0;
}

.menu2 .sub_sub2>li,
.menu2 .sub_sub>li {}

.menu2 .sub_sub2>li:last-of-type,
.menu2 .sub_sub>li:last-of-type {
    border-bottom: 0;
}

.sub_menu2 {
    position: relative;
}

.menu2 .sub_sub a {
    font-size: 1.1625rem;
    color: #353535;
    padding: 5px 5px 5px 59px;
}

.menu2 .sub_sub a:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 14px;
    height: 4px;
    background: var(--color-text-secondary);
    top: 17px;
    left: 36px;
}

.menu2 .sub_menu2->a,
.menu2 .sub_sub a:hover {
    color: #3181d2;
}

.menu2 .sub_sub2 {
    display: none;
}

.sub_menu3 {
    position: relative
}

.menu2 .sub_sub2 a {
    color: #353535;
    padding-left: 72px;
    padding-right: 5px;
}

.menu2 .sub_sub2 a:before {
    top: 15px;
    left: 58px;
}

.menu2 .sub_menu3->a,
.menu2 .sub_sub2 a:hover {
    background-color: #6e6e6e;
    color: #fff;
}

.menu2 .sub_sub3 {
    display: none;
}

.menu2 .sub_sub3 a {
    color: #000;
    padding-left: 82px;
}

.menu2 .sub_sub3 a:before {
    top: 7px;
    left: 70px;
}

.menu2 .sub_menu4->a,
.menu2 .sub_sub3 a:hover {
    background-color: #6e6e6e;
    color: #fff;
}

.menu2 .sub_sub4 {
    display: none;
}

.menu2 .sub_sub4 a {
    color: #a1a1a1;
    padding-left: 99px;
}

.menu2 .sub_sub4 a:before {
    top: 7px;
    left: 87px;
}

.menu2 .sub_sub4 a:hover {
    color: #4cbed3;
    padding-left: 75px;
}

.menu2 dl {
    border-top: 1px #ccc dotted;
}

.menu2 dl a {
    color: #313131;
    padding: 10px 0 10px 25px
}

.menu2 dt {
    font-weight: 500
}

.menu2 dt a {
    color: #3c3c3c;
    padding: 5px 0 5px 35px
}

.menu2 dt a:hover {
    background-color: transparent;
    color: #d20000
}

.goback {
    padding: 0 15px;
    margin: 1em 0;
}

.goback a {
    display: inline-block;
    width: 219px;
    height: 63px;
    background: url(../images/more.png) no-repeat;
    line-height: 36px;
    text-align: left;
    padding: 3px 18px 3px 59px;
    color: #fff;
    position: relative;
    font-size: 1.3125rem;
    line-height: 50px;
}

.goback a:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 11px 8px 0;
    border-color: transparent var(--color-text-secondary) transparent transparent;
    margin-right: 8px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.goback a:hover {
    background: url(../images/more-.png) no-repeat;
    color: var(--color-text-base);
}

.goback a:hover::before {
    border-color: transparent var(--color-text-primary) transparent transparent;
    transform: translateX(-10px);
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
}

#footer {
    color: #000;
    padding: 0;
    position: relative;
    z-index: 5;
    margin-top: 0;
}

.footer_word a:hover,
.footer_copyright a:hover {
    opacity: 0.8;
}

.footer_main {
    margin: auto;
    text-align: center;
}

.f_logo {
    margin-bottom: -15px;
}

.footer_word {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    white-space: nowrap;
    color: var(--color-text-base);
    max-width: 1700px;
    padding: 0 16px 20px 16px;
    text-align: center;
}

.footer_word a {
    color: #ffbc42;
}

.footer_word strong {
    color: var(--color-text-base);
    font-weight: bold;
    margin: 0px 5px;
}

.footer_copyright {
    background: var(--color-link);
    color: var(--color-text-inverse);
    text-align: center;
    padding: 16px;
}

.copy_img img {
    margin-right: 10px;
}

.copy_word a {
    display: block;
}

.footer_copyright a {
    color: #Fff;
    display: inline-block;
}

a.footer_bth {
    margin: 0px 5px;
    border-radius: 5px;
    background: #ccc;
    padding: 1px 5px;
    color: #000;
}

.footer_img a {
    padding: 0 10px;
}

a.tel {
    pointer-events: none;
    color: #fff;
}

.no_txt {
    /*<noscript>標籤用*/
    font-weight: bold;
    color: #c60000;
}

.input01 {
    width: 70%
}

.input02 {
    width: 90%
}

.input03 {
    max-width: 80px;
}

.input04 {
    max-width: 175px;
}

.input06 {
    max-width: 200px;
    padding: 0px;
    background-color: #FFF;
}

.list .icon.mail_bth,
.tabulation_word a,
.search li strong a,
.content_txt a,
.gallery_list .txt a,
.faq_txt a,
.piclist a,
#footer a,
.menu_nav>li>a {
    display: inline-block;
}

#div_content,
.search1 li,
.search,
.search1_title,
.footer_main {
    line-height: 1.9em;
}

.list a,
.guest_list li a,
.search1_title a,
.download_li a,
.type_word a,
.update,
.list span,
body,
input,
button,
select,
textarea,
#mail_word,
.tabulation2,
.search_title,
.tabulation_tt,
.place,
.list .list_head,
.search_table,
.table_txt,
.content_title,
.gallery_list .title,
#sitemap_txt,
#sitemap_txt ul li,
.guest_list li,
.search li strong,
.search_txt,
.search_result,
.search_result .search_bth a,
.search_result2,
.search_btn li a,
.calendar_type a,
.calendar ul li span strong,
.calendar ul li span strong:nth-child(1),
.calendar2_week,
.calendar2_week a,
.calendar_title,
.calendar_type,
.calendar ul .date span,
.calendar2_unit,
.calendar2_date2,
.calendar2_doom2.faq_txt,
.ebook .list .list_head span a,
.ebook .list_head span a {
    color: var(--color-text-base);
}

.video_txt a,
.list .icon.mail_bth,
.place .on,
.tabulation_word a,
.search li strong a,
.content_txt a,
.gallery_list .txt a,
.faq_txt a,
.piclist a,
.sitemap_table li a,
.sitemap_table li ul li a,
.sitemap_table li ul li ul li a,
.piclist_txt li a,
.piclist_txt li i,
.search_result2 a,
.search1 li ul li a,
.search1 li a,
.calendar ul li span a,
.calendar2_doom2 dt a {
    color: var(--color-text-dark);
}

.place a,
.place,
.example {
    color: #717171;
}

.video_txt a:hover,
.guest_list li a:hover,
.list .icon.mail_bth:hover,
.place .on:hover,
.tabulation_word a:hover,
.search li strong a:hover,
.content_txt a:hover,
.gallery_link:hover strong,
.faq_txt a:hover,
.piclist a:hover,
.list a:hover,
.menu_nav a:hover,
.place a:hover,
.sitemap_table li a:hover,
.sitemap_table li a:focus,
.sitemap_table li ul li a:hover,
.sitemap_table li ul li a:focus,
.sitemap_table li ul li ul li a:hover,
.sitemap_table li ul li ul li a:focus,
.guest_list li a:hover,
.guest_list li a:focus,
.piclist_txt li a:hover,
.piclist_txt li a:hover i,
.search1 li ul li a:hover,
.search1 li ul li a:focus,
.search1 li a:hover,
.search1 li a:focus,
.search1_title a:hover,
.search1_title a.on,
.calendar ul li span a:hover,
.calendar .select:hover,
.calendar2_doom2 dt a:hover,
.ebook .list_head span a:hover {
    color: var(--color-text-dark);
}

.content_txt a,
.gallery_list .txt a {
    display: inline;
    word-break: break-word;
}

a.link_target[target="_blank"]:after,
.list .list_word a[target="_blank"]:after,
.content_txt p a[target="_blank"]:after {
    content: "\f0c1";
    font-family: FontAwesome;
    display: inline-block;
    padding-left: 5px;
}

a.file_icon:after,
.links .list_word a[target="_blank"]:after,
.list .list_word dl a:after,
.list .list_word a.file:after,
.content_txt .imgbox a:after,
.owl-carousel .owl-item>a:after {
    display: none !important;
}

.orange {
    color: #c60000 !important;
    padding: 0;
}

.w100 {
    width: 100%
}

.w95 {
    width: 95%;
}

.w90 {
    width: 90%
}

.w85 {
    width: 85%;
}

.w80 {
    width: 80%
}

.w75 {
    width: 75%;
}

.w70 {
    width: 70%
}

.w65 {
    width: 65%;
}

.w60 {
    width: 60%
}

.w55 {
    width: 55%
}

.w50 {
    width: 50%;
}

.w45 {
    width: 45%;
}

.w40 {
    width: 40%
}

.w35 {
    width: 35%;
}

.w30 {
    width: 30%
}

.w25 {
    width: 25%
}

.w20 {
    width: 20%
}

.w15 {
    width: 15%
}

.w10 {
    width: 10%
}

.w9 {
    width: 9%
}

.w8 {
    width: 8%
}

.w7 {
    width: 7%
}

.w6 {
    width: 6%
}

.w5 {
    width: 5%
}

.w4 {
    width: 4%
}

.inputXS {
    width: 25%
}

.inputS {
    width: 25%
}

.inputM {
    width: 50%
}

.inputL {
    width: 80%
}

.inputXL {
    width: 100%
}

.h200 {
    height: 200px;
    vertical-align: middle;
}

.m_auto {
    margin: 20px auto 0 auto;
}

.h100 {
    height: 100px;
    vertical-align: middle;
}

.yellow {
    background-color: #FFFFCC;
}

abbr {
    display: block;
}

/*輪播圖垂直置中*/

.owl-carousel .owl-item {
    display: inline-block;
    float: none !important;
    vertical-align: middle;
    text-align: center;
}

.owl-item a {
    display: inline-block;
}

.owl-item a:focus {
    padding: 0px;
    margin: 3px;
}

.owl-carousel .owl-item img {
    width: auto !important;
    display: inline-block !important;
}

/*箭頭垂直置中*/

.owl-theme {}

.owl-prev {
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    left: 15px;
}

.owl-next {
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    right: 15px;
}

/*箭頭垂直置中*/

.share_mob {
    display: none
}

.share {
    font-size: 0;
    position: absolute;
    top: -41px;
    right: 0;
    z-index: 20;
    padding-bottom: 10px;
    text-align: right;
    display: none;
}

.share.active {
    display: block
}

.share li {
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0;
    position: relative;
    box-sizing: border-box;
    transition: all 500ms ease;
    display: block;
}

@keyframes bounce {

    0%,
    20%,
    60%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }

    80% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }
}

.share .type1 {
    background-image: url(../images/icon_fb.png);
    background-color: #2c5194;
}

.share .type2 {
    background-image: url(../images/icon_youtb.png);
    background-color: #fe0000;
}

.share .type3 {
    background-image: url(../images/icon_line.png);
    background-color: #10bc10;
}

.share .type4 {
    background-image: url(../images/icon_twitter.png);
    background-color: #41ABE1;
}

.share .type5 {
    background-image: url(../images/icon_instagram.png);
    background-color: #454545;
    background-position: center left -67px;
}

.share .type6 {
    background-image: url(../images/icon_flickr.png);
    background-color: #F3F3F2;
}

.share .type1:hover {
    background-color: #071c44;
}

.share .type2:hover {
    background-color: #9f0101;
}

.share .type3:hover {
    background-color: #008c00;
}

.share .type4:hover {
    background-color: #227ba8;
}

.share .type5:hover {
    background-image: url(../images/icon_instagram-.png);
}

.share .type6:hover {
    background-color: #d6d6d6;
}

.share2 li a {
    background-image: none;
    padding: 0 !important;
    display: block;
    height: 100%;
}

.share a {
    display: block;
    height: 100%;
}

.share a:hover {
    background-color: transparent !important;
    background-image: none !important;
}

.gotop {
    position: fixed;
    z-index: 999999;
    bottom: 8%;
    right: 0;
}

.gotop a {
    background: var(--color-text-secondary);
    color: var(--color-text-base);
    display: inline-block;
    padding: 8px 16px;
    text-align: center;
    clip-path: polygon(0 8%, 100% 0, 100% 100%, 0 100%);
    display: none;
}

.gotop a::before {
    content: "\f0d8";
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    display: block;
    font-size: 1.5rem;
}

.ml_10 {
    margin-left: 10px;
}

.mb_10 {
    margin-bottom: 10px
}

.mb_20 {
    margin-bottom: 20px
}

.mb_30 {
    margin-bottom: 30px
}

.mb_40 {
    margin-bottom: 40px
}

.mb_50 {
    margin-bottom: 50px
}

.mb_60 {
    margin-bottom: 60px
}

.mb_70 {
    margin-bottom: 70px
}

.mb_80 {
    margin-bottom: 80px
}

.mb_90 {
    margin-bottom: 90px
}

.mt_10 {
    margin-top: 10px
}

.mt_20 {
    margin-top: 20px
}

.mt_30 {
    margin-top: 30px
}

.mt_40 {
    margin-top: 40px
}

.mt_50 {
    margin-top: 50px
}

.mt_60 {
    margin-top: 60px
}

.mt_70 {
    margin-top: 70px
}

.mt_80 {
    margin-top: 80px
}

.mt_90 {
    margin-top: 90px
}

.mt_120 {
    margin-top: 120px
}

.pb_10 {
    padding-bottom: 10px;
}

.pb_20 {
    padding-bottom: 20px;
}

.pb_30 {
    padding-bottom: 30px;
}

.pb_40 {
    padding-bottom: 40px;
}

.pb_50 {
    padding-bottom: 50px;
}

.pb_60 {
    padding-bottom: 60px;
}

.pb_70 {
    padding-bottom: 70px;
}

.pb_80 {
    padding-bottom: 80px;
}

.pb_90 {
    padding-bottom: 90px;
}

.pt_10 {
    padding-top: 10px;
}

.pt_20 {
    padding-top: 20px;
}

.pt_30 {
    padding-top: 30px;
}

.pt_40 {
    padding-top: 40px;
}

.pt_50 {
    padding-top: 50px;
}

.pt_60 {
    padding-top: 60px;
}

.pt_70 {
    padding-top: 70px;
}

.pt_80 {
    padding-top: 80px;
}

.pt_90 {
    padding-top: 90px;
}

.red {
    color: #c60000;
}

.blue {
    color: #0366bb;
}

.green {
    color: green;
}

.center {
    text-align: center !important;
}

.left {
    text-align: left !important;
}

.right {
    text-align: right !important;
}


main {
    background: url(../in_images/banner_bg.png) no-repeat top 0px center;
    margin-top: -46px;
}


/* 輪播圖 */
.top_banner{
   margin-bottom: 90px;
}

.home_img {
    display: inline-block;
    background: url(../in_images/banner_bottom.png) no-repeat bottom center;
    padding-bottom: 23px;
    
}
.home_img .item {
    position: relative;
}



.home_img a {
    display: inline-block;
}


.home_img .owl-item img {
    aspect-ratio: 1600/550;
    object-fit: cover;
}

/* 最新消息 */

.news{
    margin-bottom: 90px;
}

#div_content {
    display: flex;
    justify-content: center;
    gap: 0 50px;
}

.news .title_block {
    display: flex;
    flex-direction: column;
    align-items: center;
    letter-spacing: 1px;
    width: 300px;
}

.news .title_block h2 {
    background: url(../in_images/title.png) no-repeat top center;
    padding: 67px 16px 63px 16px;
    margin-bottom: 20px;
    min-width: 300px;
}
.news .title_block a.more{
    display: inline-block;
    font-size: 1.1625rem;
    text-align: center;
    color: var(--color-text-base);
    line-height: 127%;
}

.news .title_block a.more::before{
    content: "+";
    display: block;
    font-size: 1.8rem;

}
.news .title_block a.more:hover,
.news .title_block a.more:hover::before{
    color: var(--color-text-primary);
}
.group {
    max-width: 1065px;
    width: calc(100% - 300px);
}


h2 {
    font-size: 2.25rem;
    display: inline-block;
    text-align: center;
    font-weight: bold;
}

h2 span {
    font-size: 1.88rem;
    display: block;
    color: var(--color-text-primary);
    letter-spacing: 1px;
    margin-top: 4px;
}

.news_list li {
    border-bottom: 1px #d4d4d4 dashed;
    width: 100%;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}



.news_list li a {
    padding: 28px 5px 12px 31px;
    display: flex;
    align-items: center;
    color: #3e3a39;
    font-size: 1.1625rem;
    background: url(../in_images/news_icon.png) no-repeat top 36px left 10px;
}

.news_list li:hover {

    transform: translateX(-10px);
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
}
.news_list li:hover  a{
    color: #bf6300;
}


.news_list>li>a>span {
    display: inline-block;
}

.news_list .list_word {
    width: calc(100% - 120px);
    display: flex;
    align-items: center;
}

.news_list .list_word .list_txt {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1.1625rem;
}

.news_list .list_date {
    width: 120px;
    text-align: center;
    letter-spacing: 1px;
    color: var(--color-text-primary);
}

.news_list .list_word a {
    color: #3c3c3c;
    transition: 0.3s ease;
}

.news_type {
    display: inline-block;
    margin-right: 8px;
    width: 100px;
    text-align: center;
    padding: 4px 12px;
    color: #fff;
    border-radius: 999px;
}

.type_top {
    font-weight: bold;
    letter-spacing: 2px;
    background-color: #a81e1e;
}


/* 簡介 */
.introduction{
    min-height: 494px;
    background: url(../in_images/info.png) no-repeat center center;
    padding-top: 100px;
    margin-bottom: 120px;
}

.introduction_wrap{
    
max-width: 900px;
    
margin-right: 100px;
}

.introduction .row{
    justify-content: end;
}

.introduction_wrap h2{
    background: url(../in_images/title01.png) no-repeat;
    padding: 8px 16px;
    padding: 28px 16px 10px 16px;
    text-align: center;
    min-width: 435px;
    min-height: 93px;
    margin-bottom: 42px;
}

.introduction_wrap h2 span{
    display: inline-block;
    margin-left: 16px;
}

.introduction_wrap p{
    font-size: 1.25rem;
    max-width: 725px;
    margin-left: 170px;
    line-height: 180%;
}

/* 連結 */
.links{
    margin-bottom: 90px;
}
.links .container{
    max-width: 1600px;
}
.links_wrap{
    display: flex;
    flex-direction: row-reverse;
    align-items: end;
}

.links_wrap .title_block{
    width: 385px;
    display: inline-block;
    position: relative;
    left: -80px;
    margin-bottom: 20px;
}
.links_wrap .title_block h2{
    background: url(../in_images/title02.png) no-repeat;
    width: 234px;
    height: 183px;
    padding: 48px 16px;
}
.links_wrap .title_block span{
    
}


.links_wrap ul{
    width: calc(100% - 385px);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.links_wrap ul li{
    width: calc(100%/3);
    margin-bottom: 26px;
    margin-right: -5rem;
}
.links_wrap ul li a{
    aspect-ratio:378/211;
    display: block;
    text-align: center;
    background: url(../in_images/button_bg.png) no-repeat center center;
    background-size: cover;
    padding: 5px;
    max-width: 378px;
    background-size: contain;
}

.links_wrap ul li a:hover{
    background: url(../in_images/button_bg-.png) no-repeat center center;
    background-size: contain;
    
}
.links_wrap ul li a:hover span{
    color: var(--color-text-base);
}

.links_wrap ul li:nth-of-type(4),
.links_wrap ul li:nth-of-type(5),
.links_wrap ul li:nth-of-type(6){
   position: relative;
    left: -110px;
}





.links_wrap ul li a img{
    margin-top: 8px;
    aspect-ratio:155/120;
}

.links_wrap ul li a span{
    display: block;
    color: #fff;
    text-align: center;
    font-size: 1.5rem;
    margin-top: 14px;
    font-weight: bold;
    margin-left: -59px;
}

