@import"https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;700&family=Roboto:wght@400;500;700&display=swap";:root{--color-sky-blue: #87ebff;--color-ocean-blue: #38a5da;--color-lighten-blue: #31C5FF;--color-lighten-blue-opacity: #31C5FF30;--color-light-blue: #0068e850;--color-skyblue: #29699f;--color-blue: #2281ba;--color-dark-blue: #162235;--color-blue-opacity: #1b2e5cef;--color-orange: #dd6538;--color-red: #dd3838;--color-yellow: #eec21c;--color-lighten-yellow: #ffe584;--color-light-yellow: #e7cc2f;--color-dark-yellow: #ffd400;--color-darken-yellow: #e8af17;--color-lighten-brown: #c5a86b;--color-yellow-opacity: #eec21b66;--color-light-black: #666;--color-dark: #07162d;--color-black: #071224;--color-white: #fff;--color-light-white: #fbf6dd;--color-gray: #c1c1c1;--color-green: #2da949;font-size:12px}html,body{font-family:"Noto Sans TC","Noto Sans JP","Noto Sans",Roboto,Arial,sans-serif;line-height:1.5;overflow-x:hidden}table{width:100%;table-layout:auto;display:table}img{display:block;max-width:100%;max-height:100%}.bh-section{padding:4rem 0}.bh-section article{font-size:clamp(1.4rem,1*(1vw + 1vh),1.8rem);margin:6rem auto}.bh-section article .bh-content{width:100%;max-width:80%;margin:0 auto}.bh-section article:first-child{margin-top:3rem}.bh-section article:last-child{margin-bottom:0}.bh-color-blue{color:var(--color-blue)}.bh-color-light-black{color:var(--color-light-black)}.bh-color-white{color:var(--color-white)}.bh-color-gray{color:var(--color-gray)}.bh-color-orange{color:var(--color-orange)}.bh-color-red{color:var(--color-red)}.bh-color-yellow{color:var(--color-yellow)}.bh-color-light-yellow{color:var(--color-light-yellow)}.bh-color-dark-yellow{color:var(--color-dark-yellow)}.bh-color-white{color:var(--color-white)}.bh-bgcolor-white{background-color:var(--color-white)}.bh-bgcolor-light-blue{background-color:var(--color-skyblue)}.bh-bgcolor-lighten-blue{background-color:var(--color-lighten-blue)}.bh-text-highlight{color:var(--color-yellow)}.bh-gradient-line{margin:1rem auto;width:100%;max-width:1000px;background:#fff;background:linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(197, 168, 107) 50%, rgba(255, 255, 255, 0) 100%);height:2px}.text-center{text-align:center}.bh-fade-in-up-animation{opacity:0;transform:translateY(20%);transition:transform .8s ease-in-out,opacity .6s ease-in;will-change:transform,opacity}.bh-fade-in-up-animation.in{opacity:1;transform:translateY(0)}.bh-fade-in-up-animation.bh-fade-in-up-animation-delay-3s{transition-delay:3s}.bh-fade-in-up-animation.bh-fade-in-up-animation-delay-2s{transition-delay:2s}.bh-fade-in-up-animation.bh-fade-in-up-animation-delay-1s{transition-delay:1s}header.bh-header{position:fixed;width:100%;z-index:10;background:#fff;padding:.7rem 0 .5rem 0}header.bh-header .bh-header-logo{display:block;max-height:3rem}header.bh-header .bh-submit-button{text-decoration:none;background:var(--color-green);color:var(--color-white);padding:.8rem 1.6rem;border-radius:2rem;display:none}@media screen and (min-width: 768px){header.bh-header .bh-submit-button{display:block}}header.bh-header .bh-mobile-menu{position:relative;z-index:2}@media screen and (min-width: 768px){header.bh-header .bh-mobile-menu{display:none}}header.bh-header .bh-mobile-menu .bh-bars,header.bh-header .bh-mobile-menu .bh-close{border:0 none;background:none;margin-right:10px;color:var(--color-black);font-size:1.5rem;cursor:pointer;margin-left:10px}header.bh-header .bh-mobile-menu .bh-close{height:70px;margin-left:auto;font-size:2.4rem}header.bh-header .bh-mobile-menu .bh-nav{max-width:100vw;transform:translateX(120vw);transition:transform .6s ease-in-out;will-change:transform;display:flex;flex-flow:column nowrap;align-items:center;justify-content:flex-start;height:100vh;width:100vw;position:fixed;top:0;left:0;z-index:99;background:var(--color-blue);color:var(--color-white)}header.bh-header .bh-mobile-menu .bh-nav ul{position:relative;z-index:2;list-style:none;margin:0;padding:0}header.bh-header .bh-mobile-menu .bh-nav ul li{font-size:1.8rem;margin-bottom:1rem;text-align:center}header.bh-header .bh-mobile-menu .bh-nav ul li a,header.bh-header .bh-mobile-menu .bh-nav ul li a:active,header.bh-header .bh-mobile-menu .bh-nav ul li a:focus,header.bh-header .bh-mobile-menu .bh-nav ul li a:hover,header.bh-header .bh-mobile-menu .bh-nav ul li a:visited{color:var(--color-white);text-decoration:none}header.bh-header .bh-mobile-menu .bh-nav ul.collapse.show{margin-top:10px;display:flex;flex-flow:column nowrap;align-items:center;justify-content:flex-start}header.bh-header .bh-mobile-menu .bh-nav ul:not(.dropdown-menu):not(.collapse.show):not(.collapse){flex:1 0 auto;max-height:calc(100vh - 70px);display:flex;flex-flow:column nowrap;align-items:center;justify-content:flex-start}header.bh-header .bh-mobile-menu .bh-nav .bh-submit-button{margin-top:10px;display:block}header.bh-header .bh-mobile-menu .bh-nav .bh-languages{display:block}header.bh-header .bh-mobile-menu .bh-nav.bh-opened{transform:translateX(0)}@media screen and (min-width: 768px){header.bh-header{box-shadow:rgba(0,0,0,.5) 0 0 10px 0}}header.bh-header .bh-wrapper-container{display:flex;flex-flow:row wrap;align-items:center;justify-content:center}@media screen and (min-width: 768px){header.bh-header .bh-wrapper-container{padding:.5rem 2rem}}header.bh-header .bh-wrapper-container .bh-locale{flex:1 0 auto;max-width:100%;width:100%;display:flex;flex-flow:row nowrap;align-items:center;justify-content:flex-end;margin-right:2rem}header.bh-header .bh-wrapper-container .bh-locale .bh-block:first-child{margin-right:1rem;padding-right:1rem;border-right:1px solid var(--color-blue)}header.bh-header .bh-logo{display:none}header.bh-header .bh-logo .bh-block{color:var(--color-blue);font-size:1.6rem;padding:.4rem .6rem;border:2px solid var(--color-blue)}@media screen and (min-width: 768px){header.bh-header .bh-logo{display:block}}header.bh-header .bh-menu-content{display:none}@media screen and (min-width: 768px){header.bh-header .bh-menu-content{display:block;margin:auto}header.bh-header .bh-menu-content .bh-menu-items{margin:0;padding:0;list-style:none;display:flex;flex-flow:row nowrap;align-items:center;justify-content:space-between}header.bh-header .bh-menu-content .bh-menu-items .bh-item{padding:.5rem 0;margin:auto .25rem .5rem;color:var(--color-dark);display:block;font-size:1.6rem}header.bh-header .bh-menu-content .bh-menu-items .bh-item:nth-child(1){margin-left:0}}@media screen and (min-width: 768px)and (min-width: 910px){header.bh-header .bh-menu-content .bh-menu-items .bh-item{margin:auto 1rem .5rem}}@media screen and (min-width: 768px)and (min-width: 1024px){header.bh-header .bh-menu-content .bh-menu-items .bh-item{margin:auto 1.5rem .5rem}}.bh-news-page .no-news{margin:40px auto}.bh-news-page.bh-homepage-news-section .bh-news-list{flex:1 0 auto;max-width:80%;margin:0 auto}.bh-news-page .bh-news-article{padding:20px;border-radius:20px}.bh-news-page .bh-news-article .bh-news-item__date{color:var(--color-gray);font-size:.86rem}.bh-news-page .bh-news-article .bh-news-item__content .image-style-align-left img{margin:0 auto 0 0}.bh-news-page .bh-news-article .bh-news-item__content .image-style-align-center img{margin:0 auto}.bh-news-page .bh-news-article .bh-news-item__content .image-style-align-right img{margin:0 0 0 auto}.bh-news-page .bh-news-article .bh-news-back{display:inline-block;width:100%;text-align:center;margin-top:60px}.bh-news-page .bh-news-list{list-style:none;margin:0;padding:0}.bh-news-page .bh-news-list .bh-news-item{margin-bottom:20px}.bh-news-page .bh-news-list .bh-news-item .bh-block{display:flex;flex-flow:column nowrap;align-items:flex-start;justify-content:flex-start;color:var(--color-text);padding:1rem}@media screen and (min-width: 768px){.bh-news-page .bh-news-list .bh-news-item .bh-block{flex-flow:row nowrap}}.bh-news-page .bh-news-list .bh-news-item .bh-images{flex:1 0 auto;max-width:90%}@media screen and (min-width: 768px){.bh-news-page .bh-news-list .bh-news-item .bh-images{max-width:150px;margin-right:10px}}.bh-news-page .bh-news-list .bh-news-item .bh-images img{display:block;width:100%;aspect-ratio:1/1;object-fit:contain}.bh-news-page .bh-news-list .bh-news-item .bh-content{flex:1 0 auto;width:100%;max-width:100%;display:flex;flex-flow:row wrap;align-items:center;justify-content:flex-start}@media screen and (min-width: 768px){.bh-news-page .bh-news-list .bh-news-item .bh-content{max-width:calc(100% - 180px)}}.bh-news-page .bh-news-list .bh-news-item .bh-content .bh-news-item__title{flex:1 0 auto;max-width:100%}@media screen and (min-width: 768px){.bh-news-page .bh-news-list .bh-news-item .bh-content .bh-news-item__title{max-width:80%}}.bh-news-page .bh-news-list .bh-news-item .bh-content .bh-news-item__date{flex:1 0 auto;max-width:100%;font-size:.8rem;color:var(--color-white);text-align:right}@media screen and (min-width: 768px){.bh-news-page .bh-news-list .bh-news-item .bh-content .bh-news-item__date{max-width:20%;margin-left:auto}}.bh-news-page .bh-news-list .bh-news-item .bh-content .bh-news-item__content,.bh-news-page .bh-news-list .bh-news-item .bh-content .bh-news-item__more{flex:1 0 100%;max-width:100%;margin-top:10px;font-size:.9rem}.bh-news-page .bh-news-list .bh-news-item .bh-content .bh-news-item__more{margin-top:40px;font-size:.86rem;text-align:right}.bh-fixed-footer{background:var(--color-gray);padding:2rem 0 1rem 0}.bh-fixed-footer .bh-menu-items{margin:0;padding:0;list-style:none;display:flex;flex-flow:row nowrap;align-items:center;justify-content:center}.bh-fixed-footer .bh-menu-items .bh-item{padding:.5rem 0;margin:auto .25rem .5rem;color:var(--color-dark);display:block;font-size:1.6rem}.bh-fixed-footer .bh-menu-items .bh-item:nth-child(1){margin-left:0}@media screen and (min-width: 910px){.bh-fixed-footer .bh-menu-items .bh-item{margin:auto 1rem .5rem}}@media screen and (min-width: 1024px){.bh-fixed-footer .bh-menu-items .bh-item{margin:auto 1.5rem .5rem}}#layout{position:relative;background:var(--color-white);font-size:1.6rem}#layout .bh-section{max-width:120rem;margin:0 auto}#layout .bh-section .bh-content{padding:0 2rem}#layout .bh-section .bh-content h3{color:var(--color-blue);margin-top:4rem}#layout .bh-section h2.bh-title{margin:4rem 0 2rem 0;color:var(--color-blue);font-size:clamp(2.4rem,1*(1vw + 1vh),3.2rem);display:flex;flex-flow:row nowrap;align-items:center;justify-content:center}#layout .bh-section h2.bh-title span{display:block;margin:auto 1rem}#layout .bh-section h2.bh-title::before,#layout .bh-section h2.bh-title::after{display:block;content:"";flex:1 0 auto;max-width:50%;margin:auto 1rem;height:2px;background:var(--color-blue)}#layout .bh-section-kv{background:url("/images/kv_bg.webp") no-repeat center center/cover}#layout .bh-kv{width:100%;height:100%;aspect-ratio:16/9;display:flex;flex-flow:row nowrap;align-items:center;justify-content:center}#layout .bh-kv .bh-kv-main{flex:1 0 auto;max-width:80%}#layout .bh-kv .bh-kv-main img{display:block;width:100%;max-width:100%}#layout .bh-kv .bh-kv-main .bh-main{max-width:min(60%,40rem);margin-bottom:10%;margin-top:10%}#layout .bh-kv .bh-kv-main .bh-logo,#layout .bh-kv .bh-kv-main .bh-timeline{margin-bottom:2%;max-width:min(50%,30rem)}#layout .bh-kv .bh-kv-main .bh-kv-location{display:flex;flex-flow:row nowrap;align-items:center;justify-content:flex-start;margin-top:5%}#layout .bh-kv .bh-kv-main .bh-kv-location .bh-icon{flex:1 0 auto;max-width:1.5rem;margin-right:.5rem}#layout .bh-kv .bh-kv-main .bh-kv-location .bh-location{flex:1 0 auto;max-width:calc(min(100%,60rem) - 2rem)}#layout .bh-news-wrapper .bh-empty-content{text-align:center}#layout .bh-news-wrapper .bh-list{padding:1rem;border:1px solid var(--color-grey-4)}#layout .bh-news-wrapper .bh-list .bh-item{display:block;padding:1rem;margin-bottom:1rem;border-bottom:1px solid var(--color-grey-4)}#layout .bh-news-wrapper .bh-list .bh-item .bh-title{color:var(--color-text);font-weight:normal;margin-left:1rem}#layout .bh-news-wrapper .bh-list .bh-item:last-child{border-bottom:none}