@charset "UTF-8";
@import "animate.css";

@font-face {
    font-family: 'TT Ramillas';
    font-style: lighter;
    font-weight: 300;
    src: url(../fonts/TTRamillasTrialVariableRoman.ttf) format('truetype');
}

@font-face {
    font-family: 'AcuminVariableConcept';
    font-style: lighter;
    font-weight: 300;
    src: url(../fonts/AcuminVariableConcept.otf) format('opentype');
}


@font-face {
    font-family: 'Noto Sans TWHK';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/SourceHanSansTWHK-Medium.otf) format('opentype');
}

html {
    font-size: 1rem;
    height: auto !important;
    scroll-behavior: smooth;
}
body {
    font-family: 'Noto Sans TC', '微軟正黑體', sans-serif;
    /*font-family: 'Helvetica', '微軟正黑體', sans-serif;*/
    /*font-family: 'Helvetica', 'Noto Sans TWHK', '微軟正黑體', sans-serif;*/
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 1rem;
    font-weight: 400;
    color: #555555;
    letter-spacing: 0.05em;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    background-color: #000;
}
#luxy {
    background-repeat: no-repeat;
    background-size: cover;
    overflow-x: hidden;
}
a {
	text-decoration: none;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
a:hover {
    text-decoration: none;
}
.text_red {
    color: #871C21 !important;
}
a.text_red:hover {
    color: #053246 !important;
}
img {
	max-width: 100%;
}
.full_bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.full_bg.bg_bottom {
	background-position: bottom center;
}
.luxy_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.page_bg {
    background-image: url(../images/page_bg.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom center;
}
.fs-0 {
    font-size: 3rem !important;
}
.fs-7 {
	font-size: 0.875rem !important;
}
.fs-8 {
	font-size: 0.75rem !important;
}
.text-justify {
    text-align: justify !important;
}
.rounded-4 {
    border-radius: .5rem !important
}
.rounded-5 {
    border-radius: .75rem !important
}
.rounded-6 {
    border-radius: 1rem !important
}
.text_dark_green {
	color: #053246 !important;
}
a.text_dark_green:hover {
    color: #871C21 !important;
}
.text_green {
    color: #587054 !important;
}
.border_red {
    border-color: #871C21 !important;
}
.border_top_red {
    border-top-color: #871C21 !important;
}
.border_transparent {
    border-color: transparent !important;
}
a.border_red:hover {
    border-color: #053246 !important;
}
/*.text_dark {
    color: #3E3A39 !important;
}*/
.bg_yellow {
    background-color: #FABB06 !important;
}
.bg_red {
    background-color: #871C21 !important;
}
.bg_dark_green {
    background-color: #053246 !important;
}
.bg_blue {
    background-color: #00226e !important;
}
.mw_80 {
    max-width: 80% !important;
}
.ls-0 {
    letter-spacing: 0 !important;
}
.mw-50 {
    max-width: 50% !important;
}
.w_400 {
    width: 400px;
    max-width: 100%;
}
.w_500 {
    width: 500px;
    max-width: 100%;
}
.w_600 {
    width: 600px;
    max-width: 100%;
}
.w_650 {
    width: 650px;
    max-width: 100%;
}
.w_700 {
    width: 700px;
    max-width: 100%;
}
.w_750 {
    width: 750px;
    max-width: 100%;
}
.z-1 {
    position: relative;
    z-index: 1;
}
.z-10 {
    position: relative;
    z-index: 10;
}
.btn_outline_red {
    color: #871C21 !important;
    border-color: #871C21 !important;
}
.btn_outline_red:hover,
.active .btn_outline_red {
    color: #fff !important;
    background-color: #871C21 !important;
}
.btn-check:focus+.btn_outline_red,
.btn_outline_red:focus {
    box-shadow: 0 0 0 0.25rem rgba(220,53,69,.5);
}

.hover_line {
    position: relative;
}
.hover_line:after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: -1px;
    left: 50%;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.hover_line:hover:after {
    width: 100%;
    left: 0;
}
.hover_line_dark:after {
    background-color: #555;
}


/* ==============================
   Page loader
   ============================== */

.page-loader {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #fefefe;
    z-index: 100000;
}

.loader {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    font-size: 10px;
    text-indent: -12345px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    border-right: 1px solid rgba(0, 0, 0, 0.08);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    border-left: 1px solid rgba(0, 0, 0, 0.5);

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;

    -webkit-animation: spinner 700ms infinite linear;
    -moz-animation: spinner 700ms infinite linear;
    -ms-animation: spinner 700ms infinite linear;
    -o-animation: spinner 700ms infinite linear;
    animation: spinner 700ms infinite linear;

    z-index: 100001;
}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/* Animate Style */
.animate_el {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 1s, transform 1s;
    -o-transition: opacity 1s, transform 1s;
    transition: opacity 1s, transform 1s;
}

.tr_top {
    -webkit-transform: translate(0, -40px);
    -ms-transform: translate(0, -40px);
    -o-transform: translate(0, -40px);
    transform: translate(0, -40px);
}

.tr_bottom {
    -webkit-transform: translate(0, 40px);
    -ms-transform: translate(0, 40px);
    -o-transform: translate(0, 40px);
    transform: translate(0, 40px);
}

.tr_bottom_small {
    -webkit-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    -o-transform: translate(0, 10px);
    transform: translate(0, 10px);
}

.tr_left {
    -webkit-transform: translate(-40px, 0);
    -ms-transform: translate(-40px, 0);
    -o-transform: translate(-40px, 0);
    transform: translate(-40px, 0);
}

.tr_right {
    -webkit-transform: translate(40px, 0);
    -ms-transform: translate(40px, 0);
    -o-transform: translate(40px, 0);
    transform: translate(40px, 0);
}

.owl-item.active .animate_el,
.is-loaded .animate_el,
.is-loaded.animate_el {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.delay_1 {
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.delay_2 {
    -webkit-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.delay_3 {
    -webkit-transition-delay: 1.1s;
    -o-transition-delay: 1.1s;
    transition-delay: 1.1s;
}

.delay_4 {
    -webkit-transition-delay: 1.4s;
    -o-transition-delay: 1.4s;
    transition-delay: 1.4s;
}

.delay_5 {
    -webkit-transition-delay: 1.7s;
    -o-transition-delay: 1.7s;
    transition-delay: 1.7s;
}

.delay_6 {
    -webkit-transition-delay: 2.0s;
    -o-transition-delay: 2.0s;
    transition-delay: 2.0s;
}

.delay_7 {
    -webkit-transition-delay: 2.3s;
    -o-transition-delay: 2.3s;
    transition-delay: 2.3s;
}

.delay_8 {
    -webkit-transition-delay: 2.6s;
    -o-transition-delay: 2.6s;
    transition-delay: 2.6s;
}


/*common*/
.clip_img {
    -webkit-transition: clip-path 1s cubic-bezier(0.76, 0, 0.24, 1);
    -moz-transition: clip-path 1s cubic-bezier(0.76, 0, 0.24, 1);
    transition: clip-path 1s cubic-bezier(0.76, 0, 0.24, 1);
    clip-path: inset(0 0 100% 0);
}
.img-loaded .clip_img {
    clip-path: inset(0 0 0 0);
}
.img_note {
    position: absolute;
    left: 15px;
    bottom: 15px;
    z-index: 9;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, .3);
}


/*index*/
.index_bottom {
    position: absolute;
    bottom: 15%;
    left: 50%;
    z-index: 9;
    transform: translate3d(-50%, 50%, 0);
    text-align: center;
    color: #fff;
}
.index_bottom p {
    font-family: 'TT Ramillas', 'Noto Sans TC', '微軟正黑體', sans-serif;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, .3);
}
.enter_link {
    position: relative;
    color: #fff;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 1rem;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.border_cover {
    display: block;
    position: absolute;
    background-color: #fff;
    -webkit-transition: width 0.8s linear 1s, height 0.8s linear 1s, color 0.3s ease-in-out;
    -moz-transition: width 0.8s linear 1s, height 0.8s linear 1s, color 0.3s ease-in-out;
    transition: width 0.8s linear 1s, height 0.8s linear 1s, color 0.3s ease-in-out;
/*    transition-delay: 1.1s;*/
}
.border_cover_top {
    top: 0;
    left: 0;
    width: 0;
    height: 1px;
}
.border_cover_right {
    top: 0;
    right: 0;
    width: 1px;
    height: 0;
}
.border_cover_bottom {
    bottom: 0;
    right: 0;
    width: 0;
    height: 1px;
}
.border_cover_left {
    bottom: 0;
    left: 0;
    width: 1px;
    height: 0;
}
.is-loaded .border_cover_top,
.is-loaded .border_cover_bottom {
    width: 100%;
}
.is-loaded .border_cover_right,
.is-loaded .border_cover_left {
    height: 100%;
}
.enter_link:hover {
    color: #fff;
}
.link_arrow {
    display: inline-flex;
    align-items: center;
    padding-right: 5px;
    margin-left: -12px;
    margin-top: 2px;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.link_arrow:before {
    content: '';
    display: block;
    width: 0.25rem;
    height: 2px;
    background-color: #fff;
    margin-right: -5px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.enter_link:hover .link_arrow {
    opacity: 1;
    margin-left: 0;
}
.enter_link:hover .link_arrow:before {
    width: 1rem;
}


/*header*/
/*header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
.logo {
    display: block;
    width: 25%;
    max-width: 300px;
}
.logo img {
    max-width: 100%;
    max-height: 100%;
}*/
.lang_list {
    height: 50px;
}
.lang_link {
    color: #fff;
    font-weight: bold;
    display: block;
    line-height: 1.4;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.lang_link:hover {
    color: #fff;
}
.lang_link_dark {
/*    color: #555;*/
    color: #fff;
    display: block;
    line-height: 1.4;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.lang_link_dark:hover {
/*    color: #555;*/
    color: #fff;
}


header {
    position: relative;
}
header .container-fluid {
    padding-left: 2%;
    padding-right: 2%;
}
#fixed_header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1005;
    -webkit-transition: transform .3s ease-out;
    -moz-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
}
.bd-navbar {
    z-index: 100;
/*    padding: 1.5%;*/
/*    background-color: #ffffff;*/
    /*-webkit-box-shadow: 0 0px 5px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 0px 5px rgba(0,0,0,.2);
    box-shadow: 0 0px 5px rgb(0 0 0 / 20%);*/
/*    box-shadow: 0 4px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);*/
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
/*    background: linear-gradient(to bottom,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 100%);*/
    position: relative;
}
.bd-navbar:after {
    content: '';
    display: block;
    width: 100%;
    height: 200%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    pointer-events: none;
    background: linear-gradient(to bottom,  rgba(0,0,0,0.75) 0%,rgba(0,0,0,0) 100%);
}
.bd-subnavbar {
    padding: 0;
    z-index: 99;
    position: relative;
    background-color: #f8faf9;
}
.login_btn {
    font-size: 0.875rem;
    color: #444444;
    border-color: #444444;
    display: flex;
    align-items: center;
    white-space: nowrap;
}
.login_btn:hover {
    background-color: #444444;
}
.login_btn img {
/*    height: 1.25rem;*/
    /*margin-right: 0.2rem;*/
    display: inline-block;
    -webkit-transition: .15s ease-in-out;
    -o-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
}
.login_btn img.login_btn_hover {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate3d(0, -50%, 0);
    opacity: 0;
}
.login_btn:hover img {
    opacity: 0;
}
.login_btn:hover img.login_btn_hover {
    opacity: 1;
}
.header_bottom {
    height: 42px;
    background-color: #a83232;
    position: relative;
    z-index: 99;
}

.navbar-brand {
    /*width: calc(5rem + 5vw);
    max-width: 150px;*/
}
.navbar-brand img {
    height: calc(2rem + 2vw);
    min-height: 50px;
    max-height: 85px;
    max-width: none;
}
/*.sticky_top .bd-navbar {
    background-color: #012e93;
    box-shadow: 0 4px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}*/
/*.sticky_top .navbar-brand {
    height: 70px;
}*/
/*#mainNav .navbar-nav {
    width: 100%;
}*/
.navbar-nav .nav-link {
    color: rgba(255, 255, 255, .75);
}
.navbar-nav .nav-link:focus,
.navbar-nav .nav-link:hover {
    color: #cb1a23;
}
.logo {
    position: absolute;
    top: 100%;
    transform: translate3d(0, -57%, 0);
}
.sticky_top .logo {
    opacity: 0;
}


/*mainNav*/
#mainNav {
    position: relative;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    /*font-family: 'Georgia', 'DFLiSong', '微軟正黑體', sans-serif;*/
}
#mainNav .nav-item {
    position: relative;
/*    flex: 0 1 auto;*/
    text-align: center;
}
.nav_divider {
    display: flex;
    flex: 1 1 auto;
    justify-content: center;
    align-items: center;
    color: rgba(255, 255, 255, .8);
    font-size: 0.75em;
}
.nav_divider span {
    transform: translate3d(0, -0.1em, 0);
}
#mainNav .navbar-nav > li {
    margin: 0 1vw;
}
#mainNav .navbar-nav .nav-link {
    font-size: 1rem;
    color: rgba(255, 255, 255, .7);
    line-height: 1em;
/*    font-weight: bold;*/
    padding: 1rem 0.5rem;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    white-space: nowrap;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, .3);
    letter-spacing: 0;
}
#mainNav .navbar-nav .nav-link:hover,
#mainNav .navbar-nav .active > .nav-link,
#mainNav .navbar-nav .nav-link.show {
    color: rgba(255, 255, 255, 1.0);
}
#mainNav .navbar-nav .nav-link span,
#mainNav .navbar-nav .dropdown-item span {
    position: relative;
}
#mainNav .navbar-nav .nav-link span:after,
#mainNav .navbar-nav .dropdown-item span:after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background-color: rgba(255, 255, 255, 1.0);
    position: absolute;
    bottom: -2px;
    left: 50%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
#mainNav .navbar-nav .active > .nav-link span:after,
#mainNav .navbar-nav .nav-link.show span:after,
#mainNav .navbar-nav .nav-link:hover span:after,
#mainNav .navbar-nav .active > .dropdown-item span:after,
#mainNav .navbar-nav .dropdown-item:hover span:after {
    width: 100%;
    left: 0;
}
/*#mainNav .navbar-nav .nav-link span {
    display: block;
    padding: 4px 0;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
}
#mainNav .navbar-nav .active .nav-link span {
    border-bottom-color: #0f3034;
}*/
.dropdown-toggle::after {
    display: none;
}
#mainNav .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    border: none;
/*    border-bottom: 8px solid #012e93;*/
    padding: 0.5rem;
/*    min-width: 0;*/
/*    font-size: 1.125rem;*/
    background-color: transparent;
/*    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;*/
    margin-top: 0;
    transform: translateY(40px);
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    /*left: 50%;
    transform: translate3d(-50%, 0px, 0px);*/
}
#mainNav .dropdown-menu.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
/*#mainNav .dropdown-toggle.show:before {
    content: '';
    display: block;
    width: 0px;
    height: 0px;
    border-width: 0 7px 8px 7px;
    border-style: solid;
    border-color: transparent;
    border-bottom-color: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate3d(-50%, 0, 0px);
}*/
#mainNav .dropdown-item {
/*    border-bottom: 1px solid #d7d8d9;*/
    padding: 0.5rem 0;
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 1.0);
    white-space: normal;
/*    font-size: 0.875rem;*/
    letter-spacing: 0;
}
#mainNav .dropdown-item:focus,
#mainNav .dropdown-item:hover {
    color: rgba(255, 255, 255, 1.0);
    background-color: transparent;
}
.navbar-toggler {
    position: relative;
    padding: 15px 10px;
    width: 50px;
    height: 50px;
    background-color: transparent;
    border: none;
}
.navbar-toggler:focus {
    box-shadow: none;
    outline: none;
}
.burger-wrap {
    position: relative;
    width: 100%;
    height: 100%;
}
.burger-wrap span {
    position: absolute;
    width: 100%;
    height: 2px;
    background: #fff;
    -webkit-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out;
}
.navbar-toggler .burger-top {
    top: 0;
    right: 0;
}
.navbar-toggler .burger-middle {
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.navbar-toggler .burger-bottom {
    bottom: 0;
    right: 0;
}
.navbar-toggler[aria-expanded="true"] .burger-top {
    top: 9px;
    right: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .burger-middle {
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    visibility: hidden;
}
.navbar-toggler[aria-expanded="true"] .burger-bottom {
    bottom: 9px;
    right: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


/*offcanvas*/
/*#offcanvas .offcanvas-header {
    box-shadow: 0 4px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    position: relative;
    flex-wrap: wrap;
}*/
/*#offcanvas .offcanvas-title {
    padding: 0 1rem;
}*/
#offcanvas .offcanvas-title a {
    text-decoration: none;
    color: #003153;
    font-size: 1.5rem;
    font-weight: bold;
    height: 60px;
}
#offcanvas .offcanvas-body {
    padding: 0;
}
/*#offcanvas .btn-close {
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgba%28196,162,143,1%29'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    opacity: 1;
    margin: 0 0.5rem 0 0;
}*/
.side_tool_nav {
    display: flex;
    justify-content: space-between;
    width: 100%;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    padding: 1rem 1rem 0;
    margin-top: 0.5rem;
    border-top: 1px solid #d6d6d6;
}
.side_tool_nav li a {
    text-decoration: none;
    color: #003153;
    font-weight: bold;
    display: flex;
    align-items: center;
}
.side_tool_nav li a img {
    margin-right: 0.25rem;
}
#sideMenu > li:not(:last-child) {
    border-bottom: 1px solid #fff;
}
#sideMenu > li > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1.125rem;
    font-weight: bold;
    text-decoration: none;
    color: #003153;
    background-color: #e5e5e5;
    padding: 0.625rem 1.25rem;
}
#sideMenu .btn-toggle-nav {
    padding: 0.5rem 1.25rem;
}
#sideMenu .btn-toggle-nav li:not(:last-child) {
    border-bottom: 1px solid #d6d6d6;
}
#sideMenu .btn-toggle-nav li a {
    display: block;
    color: #333;
    font-size: 1rem;
    font-weight: bold;
    text-decoration: none;
    padding: 0.625rem 1.25rem;
}

#offcanvas .offcanvas-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}
#offcanvas .btn-close {
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgba%28255,255,255,1%29'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    opacity: 1;
    margin: 0 0.5rem 0 0;
}

.btn-toggle::after {
    width: 1em;
    line-height: 0;
    content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,49,83,1%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
    transition: transform .35s ease;
    transform-origin: .5em 50%;
}
.btn-toggle[aria-expanded="true"]::after {
    transform: rotate(90deg);
}


/*video*/
.video_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
/*    -webkit-transition: clip-path 1s cubic-bezier(0.76, 0, 0.24, 1);
    -moz-transition: clip-path 1s cubic-bezier(0.76, 0, 0.24, 1);
    transition: clip-path 1s cubic-bezier(0.76, 0, 0.24, 1);
    clip-path: inset(0 0 100% 0);*/
}
.video_bg .video-js {
    width: 100%;
    height: 100%;
}

.img-loaded .video_bg {
    clip-path: inset(0 0 0 0);
}

.video_bg>video,
.video_bg>.video,
.video_bg>.video-js>video,
.video_bg>.video-js>.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (min-aspect-ratio: 16/9) {
    .video_bg>video,
    .video_bg>.video,
    .video_bg>.video-js>video,
    .video_bg>.video-js>.video {
        height: 300%;
        top: -100%;
    }
}

@media (max-aspect-ratio: 16/9) {
    .video_bg>video,
    .video_bg>.video,
    .video_bg>.video-js>video,
    .video_bg>.video-js>.video {
        width: 300%;
        left: -100%;
    }
}

@supports (object-fit: cover) {
    .video_bg>video,
    .video_bg>.video,
    .video_bg>.video-js>video,
    .video_bg>.video-js>.video {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.video_layout {
    width: 100%;
    padding-top: 56.25%;
    position: relative;
}
.video_layout iframe,
.video_layout video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*effect*/
.effect_layout {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    overflow: hidden;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    background-color: #012e93;
}
.effect_item_2 .effect_layout {
    background-color: #bec2ce;
}
.effect_item_3 .effect_layout {
    background-color: #d6d5d0;
}
.effect_item_4 .effect_layout {
    background-color: #919f8e;
}
.effect_item_5 .effect_layout {
    background-color: #d8d4cb;
}
.effect_layout,
.effect_layout a {
    font-size: 0.875rem;
}
.effect_layout h2 {
    font-size: 1.25rem;
}
.effect_item {
    width: calc(100% / 6);
    height: 100%;
    position: relative;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.effect {
    position: absolute;
    top: 0;
    left: 100%;
    width: 0;
    height: 100%;
    overflow: hidden;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.effect_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 50vw;
    max-width: none;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
/*.effect_item.current {
    background-color: #012e93;
}*/
.effect_item.current .effect {
    width: 50vw;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.effect_item.current .effect.effect_3,
.effect.effect_3 .effect_bg {
    width: calc(100vw / 6 * 2);
}

.effect_item .effect.effect_4 {
    left: auto;
    right: 100%;
}
.effect_item.current .effect.effect_4 {
    width: calc(100vw / 6 * 2);
}
.effect.effect_4 .effect_bg {
    left: auto;
    right: 0;
    width: calc(100vw / 6 * 2);
}

.effect_item .effect.effect_5 {
    left: auto;
    right: 100%;
}
.effect.effect_6 .effect_bg {
    left: auto;
    right: 0;
}

.effect_item .effect.effect_6 {
    left: auto;
    right: 100%;
}
.effect_item.current .effect.effect_6 {
    width: calc(100vw / 6 * 4);
}
.effect.effect_6 .effect_bg {
    left: auto;
    right: 0;
    width: calc(100vw / 6 * 4);
}

.current_menu_bg {
    width: calc(100% / 6);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #012e93;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.effect_item_2 .current_menu_bg {
    left: calc(100% / 6);
}
.effect_item_3 .current_menu_bg {
    left: calc(100% / 6 * 2);
}
.effect_item_4 .current_menu_bg {
    left: calc(100% / 6 * 3);
}
.effect_item_5 .current_menu_bg {
    left: calc(100% / 6 * 4);
}
.effect_item_6 .current_menu_bg {
    left: calc(100% / 6 * 5);
}

.effect_content {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 9;
    color: #fff;
    opacity: 0.5;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.effect_content a {
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, .3);
}
.effect_content > a {
    padding: 0.375rem 0.75rem;
}
.effect_item.mouseIn .effect_content,
.effect_item.current .effect_content {
    opacity: 1;
}


.effect_content .accordion-item {
    position: relative;
    border-radius: 0;
    border: none !important;
    background: transparent !important;
}
.effect_layout .accordion-button {
    font-size: 0.875rem;
}
.effect_content .accordion-item .accordion-button {
    border-radius: 0;
    border: none;
    background: transparent !important;
    flex-direction: column;
    align-items: flex-start;
    color: #fff;
    box-shadow: none;
    padding: 0.375rem 0.75rem;
}
.effect_content .accordion-item .accordion-button:after {
    display: none !important;
}
.effect_content .accordion-item .accordion-button:hover,
.effect_content .accordion-item .accordion-button:focus {
    background: transparent !important;
    box-shadow: none !important;
}
.effect_content .accordion-item .accordion-collapse {
    position: absolute;
    top: 100%;
    left: 0;
}

.effect_content .accordion-item .accordion-collapse .accordion-body {
    padding: 0.375rem 0.75rem;
    white-space: nowrap;
}

.title_bg {
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    min-height: 125px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.title_en_bg {
    height: 0;
    white-space: nowrap;
}
.mb_2 {
    margin-bottom: 2vw;
}
.mb_5 {
    margin-bottom: 5vw;
}

.circlePosition {
    position: absolute;
    width: 100px;
    transform: translate3d(-50%, -50%, 0px);
    opacity: 0;
    visibility: hidden;
}
.img-loaded .circlePosition {
    opacity: 1;
    visibility: visible;
    transition-delay: 0.5s;
}
.circleBox {
    position: relative;
    width: 100%;
    padding-top: 100%;
}
.circle, .circle1, .circle2, .circle3 {
    width: 50%;
    height: 50%;
/*    background: rgba(255, 001, 002, .75);*/
    border: 1px solid rgba(255, 001, 002, .85);
    box-shadow: inset 0px 0px 5px rgba(255, 001, 002, 1);
    border-radius: 50em;
    position: absolute;
    top: 25%;
    left: 25%;
}
.circle1, .circle2, .circle3 {
    animation-name: circleChange;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.circle1 {
    animation-delay: 1s;
}
.circle2 {
    animation-delay: 2s;
}
.circle3 {
    animation-delay: 3s;
}
@keyframes circleChange {
    0% {
        transform: scale(1);
        opacity: 0.95;
    }
    25% {
        transform: scale(1.25);
        opacity: 0.75;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.5;
    }
    75% {
        transform: scale(1.75);
        opacity: 0.25;
    }
    100% {
        transform: scale(2);
        opacity: 0.05;
    }
}
.scene-block {
    letter-spacing: 0;
}
/*.text-white {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, .3);
}
.text-dark {
    text-shadow: 2px 2px 4px rgba(255, 255, 255, .3);
}*/

/*section_1*/
.section_101 {
    background-image: url(../images/01/01.jpg?v=15);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: calc(100vw * 1209 / 1920);
    display: flex;
    align-items: center;
    padding: 150px 0;
}
.section_101 .title_en_bg {
    font-family: 'TT Ramillas', 'Noto Sans TC', '微軟正黑體', sans-serif;
    font-size: calc(2rem + 2vw);
    font-weight: lighter;
    line-height: 1;
    opacity: 0.3;
    transform: rotate(90deg) translate3d(-0.5em, -0.5em, 0);
    transform-origin: left;
}
.section_102 {
    background-color: #b4d6e9;
}
.section_103 {
    background-image: url(../images/01/03.jpg?v=15);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: calc(100vw * 1209 / 1920);
    display: flex;
    align-items: end;
    padding: 150px 0 100px;
}
.section_103 .title_en_bg {
    font-family: 'TT Ramillas', 'Noto Sans TC', '微軟正黑體', sans-serif;
    font-size: calc(2rem + 2vw);
    font-weight: lighter;
    line-height: 1;
    opacity: 0.3;
    transform: rotate(90deg) translate3d(-3em, -0.5em, 0);
    transform-origin: left;
}
.section_104 {
    background-color: #bddbc8;
}
.section_105 {
    padding: 5% 0 calc(5% - 3rem);
    background-color: #002983;
}
.list_105 {
    position: relative;
}
.list_105 li {
    padding-left: 1rem;
}
.list_date {
    position: absolute;
    right: calc(100% + 1.5rem);
}
.list_105:after {
    content: '';
    width: 0;
    height: calc(100% - 2em);
    position: absolute;
    left: 14px;
    top: 1em;
    border-left: 1px dashed rgba(255, 255, 255, .5);
}
.section_106 {
    background-color: #c7d7e1;
}
.section_107 {
    background-color: #ced7dd;
}


/*section_2*/
.section_201 {
    padding: 250px 0 5%;
}
.section_201 .title_en_bg {
    font-family: 'TT Ramillas', 'Noto Sans TC', '微軟正黑體', sans-serif;
    font-size: calc(2rem + 2vw);
    font-weight: lighter;
    line-height: 1;
    opacity: 0.3;
    transform: rotate(90deg) translate3d(0, 1.5em, 0);
    transform-origin: left bottom;
    white-space: nowrap;
}
.section_202 {
    background-color: #c4d9de;
}
.section_203 {
    min-height: calc(100vw * 1233 / 1920);
    display: flex;
    align-items: end;
    padding: 150px 0 150px;
    position: relative;
}
.section_203 .title_en_bg {
    font-family: 'TT Ramillas', 'Noto Sans TC', '微軟正黑體', sans-serif;
    font-size: calc(2rem + 2vw);
    font-weight: lighter;
    line-height: 1;
    opacity: 0.3;
    transform: rotate(90deg) translate3d(-1.5em, -0.5em, 0);
    transform-origin: left;
}
.section_204 {
    background-color: #e1e2cb;
}
.section_205 {
    background-color: #e5e5e5;
    padding: 8% 0 5%;
}
.section_205 .title_en_bg {
    font-family: 'TT Ramillas', 'Noto Sans TC', '微軟正黑體', sans-serif;
    font-size: calc(3rem + 3vw);
    font-weight: lighter;
    line-height: 1;
    opacity: 0.3;
    transform: rotate(90deg) translate3d(2em, 0, 0px);
    transform-origin: right;
}
.section_206 {
    background-color: #c7d7e1;
}


/*section_3*/
.section_301 {
    background-color: #e5e5e5;
    padding: calc(75px + 2.5vw) 0 calc(25px + 4vw);
}
.section_301 .title_en_bg {
    font-family: 'TT Ramillas', 'Noto Sans TC', '微軟正黑體', sans-serif;
    font-size: calc(1rem + 2vw);
    font-weight: lighter;
    line-height: 1;
    opacity: 0.3;
    transform: rotate(90deg) translate3d(-3.5em, -0.5em, 0);
    transform-origin: left;
}
.section_302 {
    background-color: #d1d8ce;
    padding: calc(25px + 4vw) 0;
}
.section_302 .title_en_bg {
    font-family: 'TT Ramillas', 'Noto Sans TC', '微軟正黑體', sans-serif;
    font-size: calc(1.5rem + 2vw);
    font-weight: lighter;
    line-height: 1;
    opacity: 0.3;
    transform: rotate(90deg) translate3d(-7em, -1.65em, 0);
    transform-origin: right;
    position: relative;
    z-index: 99;
}
.section_302 .title_en_bg > span > span {
    display: inline-block;
    line-height: 1;
    transform: translate3d(3em, 0, 0);
}
.section_303 {
    background-color: #e5e0da;
    padding: 5% 0;
}
.section_303 .title_bg {
    text-align: left;
    justify-content: flex-start;
    background-position: left;
}
.section_303 .container > .scene {
    margin-bottom: 8%;
}
.section_303 .item1 {
    top: 9.153%;
    left: 49.461%;
    width: 13.413%;
}
.section_303 .item2 {
    top: calc((39 + 111) / 1912 * 100%);
    left: calc((480 + 552) / 1670 * 100%);
    width: calc(72 / 835 * 200%);
}
.section_303 .item3 {
    top: calc((315 + 392) / 1912 * 100%);
    left: calc((740 + 817) / 1670 * 100%);
    width: calc(78 / 835 * 200%);
}
.section_303 .item4 {
    top: calc((567 + 644) / 1912 * 100%);
    left: calc((434 + 511) / 1670 * 100%);
    width: calc(78 / 835 * 200%);
}
.section_303 .item5 {
    top: calc((553 + 630) / 1912 * 100%);
    left: calc((582 + 660) / 1670 * 100%);
    width: calc(78 / 835 * 200%);
}
.section_303 .item1 .circle,
.section_303 .item1 .circle1,
.section_303 .item1 .circle2,
.section_303 .item1 .circle3,
.section_303 .item2 .circle,
.section_303 .item2 .circle1,
.section_303 .item2 .circle2,
.section_303 .item2 .circle3,
.section_303 .item3 .circle,
.section_303 .item3 .circle1,
.section_303 .item3 .circle2,
.section_303 .item3 .circle3,
.section_303 .item4 .circle,
.section_303 .item4 .circle1,
.section_303 .item4 .circle2,
.section_303 .item4 .circle3,
.section_303 .item5 .circle,
.section_303 .item5 .circle1,
.section_303 .item5 .circle2,
.section_303 .item5 .circle3 {
    border: 1px solid rgba(186, 207, 182, .85);
    box-shadow: inset 0px 0px 5px rgba(186, 207, 182, 1);
}
.section_303 .item6 {
    top: calc((403 + 481) / 1912 * 100%);
    left: calc((322 + 401) / 1670 * 100%);
    width: calc(78 / 835 * 200%);
}
.section_303 .item7 {
    top: calc((629 + 706) / 1912 * 100%);
    left: calc((438 + 515) / 1670 * 100%);
    width: calc(78 / 835 * 200%);
}
.section_303 .item8 {
    top: calc((705 + 782) / 1912 * 100%);
    left: calc((444 + 521) / 1670 * 100%);
    width: calc(78 / 835 * 200%);
}
.section_303 .item9 {
    top: calc((801 + 878) / 1912 * 100%);
    left: calc((339 + 417) / 1670 * 100%);
    width: calc(78 / 835 * 200%);
}
.section_303 .item10 {
    top: calc((872 + 950) / 1912 * 100%);
    left: calc((474 + 551) / 1670 * 100%);
    width: calc(78 / 835 * 200%);
}
.section_303 .item6 .circle,
.section_303 .item6 .circle1,
.section_303 .item6 .circle2,
.section_303 .item6 .circle3,
.section_303 .item7 .circle,
.section_303 .item7 .circle1,
.section_303 .item7 .circle2,
.section_303 .item7 .circle3,
.section_303 .item8 .circle,
.section_303 .item8 .circle1,
.section_303 .item8 .circle2,
.section_303 .item8 .circle3,
.section_303 .item9 .circle,
.section_303 .item9 .circle1,
.section_303 .item9 .circle2,
.section_303 .item9 .circle3,
.section_303 .item10 .circle,
.section_303 .item10 .circle1,
.section_303 .item10 .circle2,
.section_303 .item10 .circle3 {
    border: 1px solid rgba(159, 193, 191, .85);
    box-shadow: inset 0px 0px 5px rgba(159, 193, 191, 1);
}



/*section_4*/
.section_401 {
    background-image: url(../images/04/01.jpg?v=15);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: calc(100vw * 1209 / 1920);
    display: flex;
    align-items: center;
    padding: 5% 0;
}
.section_401 .title_en_bg {
    font-family: 'TT Ramillas', 'Noto Sans TC', '微軟正黑體', sans-serif;
    font-size: calc(1rem + 2vw);
    font-weight: lighter;
    line-height: 1;
    opacity: 0.3;
    transform: rotate(90deg) translate3d(-3.5em, -0.5em, 0);
    transform-origin: left;
}
/*.section_401_mobile {
    color: #fff;
}*/
.section_401_mobile .title_en_bg {
    font-family: 'TT Ramillas', 'Noto Sans TC', '微軟正黑體', sans-serif;
    font-size: calc(1rem + 2vw);
    font-weight: lighter;
    line-height: 1;
    opacity: 0.3;
    transform: rotate(90deg) translate3d(-6em, 1em, 0);
    transform-origin: left;
}
.section_402 {
    background-color: #002983;
    padding: 5% 0;
}
.section_402 .container > .scene {
    margin-bottom: 8%;
}
.section_402 .title_en_bg {
    font-family: 'TT Ramillas', 'Noto Sans TC', '微軟正黑體', sans-serif;
    font-size: calc(2rem + 2vw);
    font-weight: lighter;
    line-height: 1;
    opacity: 0.3;
    transform: rotate(90deg) translate3d(-4em, 1em, 0);
    transform-origin: left;
}
.section_402 .title_en_bg .fs-4 {
    display: inline-block;
    line-height: 1;
    transform: translate3d(4em, calc(-1rem - 1vw), 0);
}
/*.section_402 .page_slider .item {
    padding-top: calc(875 / 700 * 100%);
    position: relative;
    background-color: #000;
}
.section_402 .page_slider .item img,
.section_402 .page_slider .item .video_layout {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translate3d(0, -50%, 0);
}*/
.section_403 {
    background-color: #d1d8ce;
    padding: 5% 0;
}
.section_403 .container > .scene,
.section_403 .w_600 {
    margin-bottom: 8%;
}
.section_403 .title_en_bg {
    font-family: 'TT Ramillas', 'Noto Sans TC', '微軟正黑體', sans-serif;
    font-size: calc(1.5rem + 2vw);
    font-weight: lighter;
    line-height: 1;
    opacity: 0.3;
    transform: rotate(90deg) translate3d(-3em, -1em, 0);
    transform-origin: right;
    position: relative;
    z-index: 99;
}
.section_403 .title_en_bg > span > span {
    display: inline-block;
    line-height: 1;
    transform: translate3d(3em, 0, 0);
}
/*.section_403 .page_slider .item {
    padding-top: calc(703 / 1250 * 100%);
    position: relative;
    background-color: #000;
}
.section_403 .page_slider .item img,
.section_403 .page_slider .item .video_layout {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translate3d(0, -50%, 0);
}*/
.section_404 {
    background-color: #002983;
    padding: 5% 0;
}
.section_404 .container > .scene,
.section_404 .w_650 {
    margin-bottom: 8%;
}
.section_404 .title_en_bg {
    font-family: 'TT Ramillas', 'Noto Sans TC', '微軟正黑體', sans-serif;
    font-size: calc(2rem + 2vw);
    font-weight: lighter;
    line-height: 1;
    opacity: 0.3;
    transform: rotate(90deg) translate3d(-4em, 2em, 0);
    transform-origin: left;
}
.section_404 .title_en_bg .fs-4 {
    display: inline-block;
    line-height: 1;
    transform: translate3d(0, calc(-1rem - 1vw), 0);
    text-indent: 5em;
}


/*section_5*/
.section_501 {
    background-image: url(../images/05/bg.jpg?v=15);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 100vh;
    padding: calc(75px + 2.5vw) 0 calc(25px + 4vw);
}

/*section_6*/
.section_601 {
    background-image: url(../images/05/bg.jpg?v=15);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 100vh;
    padding: calc(75px + 2.5vw) 0 calc(25px + 4vw);
}
.back {
    position: absolute;
    left: 1.5rem;
    bottom: 1.5rem;
    z-index: 99;
    color: rgba(255, 255, 255, .7);
    text-decoration: none;
    pointer-events: auto;
}
.back:hover {
    color: rgba(255, 255, 255, 1.0);
}
.img_note_outside {
    background-color: rgba(255, 255, 255, .2);
}


/*news*/
.news_list > li {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}
.news_list > li > a {
    text-decoration: none;
    color: rgba(255, 255, 255, .7);
    margin-bottom: 0.5rem;
}
.news_list > li > a:hover {
    color: rgba(255, 255, 255, 1.0);
    text-decoration: underline;
}
.news_date {
    color: #fff;
    padding: 0.25rem 1rem;
    background-color: #697278;
    margin-right: 1.5rem;
    margin-bottom: 0.5rem;
    white-space: nowrap;
}
.news_detail p {
    color: rgba(255, 255, 255, .75) !important;
    margin-bottom: 1.5rem;
}
.news_detail a {
    color: rgba(255, 255, 255, .7);
}
.news_detail a:hover {
    color: rgba(255, 255, 255, 1.0);
    text-decoration: underline;
}
.news_detail img {
    width: 100%;
}


/*slider*/
.page_bg_slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.page_bg_slider .owl-carousel,
.page_bg_slider .owl-stage-outer,
.page_bg_slider .owl-stage,
.page_bg_slider .owl-item,
.page_bg_slider .item {
    height: 100%;
}
.page_bg_slider .owl-carousel .owl-item {
    animation-duration: 3s !important;
}
.page_bg_slider .owl-carousel .item {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.page_slider .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 2vw;
}
.page_slider .owl-theme .owl-dots .owl-dot span {
    background-color: rgba(255, 255, 255, .7);
    width: 7px;
    height: 7px;
    outline: 1px solid transparent;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}
.page_slider .owl-theme .owl-dots .owl-dot.active span,
.page_slider .owl-theme .owl-dots .owl-dot:hover span {
    background-color: rgba(255, 255, 255, 1.0);
    outline: 1px solid rgba(255, 255, 255, 1.0);
}


/*res_form*/
#res_form a {
    color: rgba(255, 255, 255, 1.0);
    text-decoration: none;
}
#res_form a:hover {
    color: #0f0;
}
#res_form .form-label {
    margin-bottom: 0;
}
#res_form .form-control {
    border-radius: 0;
    border-color: transparent;
    background-color: transparent;
    color: #fff;
}
#res_form .form-control-lg,
#res_form .col-form-label-lg,
#res_form .btn-lg {
    font-size: 1.125rem !important;
}
#res_form .form-control:focus {
    outline: none;
    box-shadow: none;
}
#res_form .form-check {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}
#res_form .btn-light {
    border-radius: 0;
}
#res_form .btn-light:hover {
    background-color: rgba(255, 255, 255, 1.0);
    color: #000;
}


/*section_108*/
.section_108 {
    background-color: #0f2c6e;
}
.fixed_top {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}
.fixed_top a {
    color: #fff;
}
.back {
    position: fixed;
    bottom: 30px;
    right: 30px;
}
.footer_text {
    width: 710px;
    max-width: 100%;
}


/*map*/
#map {
    width: 100%;
    height: 300px;
}


/*footer*/
footer {
    background-color: #0e2c6e;    
}
.footer_open {
    position: absolute;
    right: 40px;
    top: -60px;
    z-index: 999;
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #fff;
    color: #fff;
    font-size: 20px;
    opacity: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.active .footer_open {
    opacity: 1;
}
.footer_open i {
    line-height: 26px;
}
.gototop {
    position: absolute;
    right: 40px;
    top: 40px;
    z-index: 99;
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #92b245;
    color: #3b342b;
    font-size: 20px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.gototop i {
    line-height: 26px;
    color: #92b245;
}
.gototop:hover {
    color: #000;
}
.footer_logo {
    padding: 17.5px 200px 17.5px;
    background: #f6f4e0 url(../images/footer_img.png) no-repeat;
    background-position: 200px 17.5px;
}
.footer_logo div {
    padding: 7.5px 0;
}
.footer_copyright {
    background-color: #3b342b;
    padding: 25px 15px;
    height: 86px;
    display: table;
    width: 100%;
}
.footer_copyright p {
    font-size: 0.4em;
    text-align: center;
    margin-bottom: 0;
    height: 36px;
    display: table-cell;
    vertical-align: middle;
}
.footer_show > div,
.footer_show > object {
    /*margin-top: -194px;*/
    -webkit-transform: translate(0, -194px);
    -ms-transform: translate(0, -194px);
    -o-transform: translate(0, -194px);
    transform: translate(0, -194px);
}
.footer_show .footer_open {
    opacity: 0;
    z-index: -1;
}
.gototop_text {
    position: absolute;
    left: -100px;
}

/*quick_link*/
.quick_link {
    display: flex;
    flex-direction: column;
    list-style: none;
    padding-left: 0;
    position: fixed;
    top: 50%;
    right: 40px;
    z-index: 999;
    transform: translate3d(0, -50%, 0);
}
.quick_link li {
    margin-bottom: 8px;
}
.quick_link li a {
    display: flex;
    width: 40px;
    padding: 10px 5px;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #606060;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.quick_link li a.quick_link_icon {
    height: 40px;
    font-size: 1.375rem;
}
.quick_link li a:not(.quick_link_icon) {
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    letter-spacing: 0.5em;
}
.quick_link li a:hover {
    background-color: #333;
}
.quick_link li a.quick_link_icon img {
    max-height: 100%;
}


/*pagination*/
.page-item .page-link {
    background-color: transparent;
    border-color: transparent;
    color: #053246;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    transition: all .2s ease-out;
    font-weight: bold;
}
.page-item.disabled .page-link {
    background-color: transparent;
    border-color: transparent;
    color: #053246;
    opacity: 0.5;
}
.page-item .page-link:not([aria-label="Previous"], [aria-label="Next"]):after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: transparent;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.page-item .page-link:hover,
.page-item.active .page-link {
    color: #871C21;
    background-color: transparent;
    border-color: transparent;
}
.page-item .page-link:hover:after,
.page-item.active .page-link:after {
    background-color: #871C21;
}
.page-item .page-link:focus {
    box-shadow: none;
}


/*modal*/
.modal-header .btn-close {
    background: #3c4451 url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.5em auto no-repeat;
    opacity: 1;
    border-radius: 100%;
    padding: 0.75rem;
}
.tel_link {
    color: #004a77;
}


@media (max-width:1399.98px) {
    .section_103 .title_en_bg {
        transform: rotate(90deg) translate3d(-2em, -0.5em, 0);
    }
    .section_203 .title_en_bg {
        transform: rotate(90deg) translate3d(-0.5em, -0.5em, 0);
    }
    .section_205 .title_en_bg {
        transform: rotate(90deg) translate3d(3em, 0, 0px);
    }
    .section_401 .title_en_bg {
        transform: rotate(90deg) translate3d(-2em, -0.5em, 0);
    }
}

@media only screen and (max-width: 1199.98px) {
    #mainNav .navbar-nav > li {
        margin: 0;
    }
    .section_104 .scene-block {
        padding-left: 10%;
        padding-right: 10%;
    }
    .section_201 .title_en_bg {
        transform: rotate(90deg) translate3d(0, 1em, 0);
    }
    .section_402 .title_en_bg {
        transform: rotate(90deg) translate3d(-4em, 0.25em, 0);
    }
    .section_404 .title_en_bg {
        transform: rotate(90deg) translate3d(-4em, 0.5em, 0);
    }
}


@media only screen and (max-width: 991.98px) {
    .navbar-toggler-layout {
        width: 110.5px;
    }
    .navbar-brand {
        width: auto;
        height: 60px;
    }
    /*.effect_bg {
        width: calc(100vw / 6 * 4);
    }
    .effect_item.current .effect {
        width: calc(100vw / 6 * 4);
    }

    .effect_item.current .effect.effect_3,
    .effect.effect_3 .effect_bg,
    .effect_item.current .effect.effect_4,
    .effect.effect_4 .effect_bg {
        width: 50vw;
    }*/

    #effect_section {
        flex: 1 1 auto;
    }
    .effect_layout {
        height: 100% !important;
        display: block;
        padding-top: 76px;
    }
    .effect_item {
        width: 100% !important;
        height: calc((60vh - 76px) / 5);
        overflow: hidden;
    }
    .effect_content {
        align-items: flex-start;
        -webkit-transition: all .5s linear;
        -moz-transition: all .5s linear;
        transition: all .5s linear;
    }
    .effect {
        width: 100% !important;
        height: 100% !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
    }
    .effect_item.current {
        height: 40vh;
        flex: 0 0 auto;
    }
    .effect_item.current .effect {
        width: 100% !important;
        -webkit-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s;
    }
    .effect_bg {
        width: 100% !important;
        height: calc(28vh + 14.4px) !important;
        top: calc((60vh - 76px) / 5);
        -webkit-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s;
    }
    .current_menu_bg {
        width: 100% !important;
        height: calc((60vh - 76px) / 5);
        left: 0 !important;
    }
    .effect_item_1 .current_menu_bg {
        top: 76px !important;
    }
    .effect_item_2 .current_menu_bg {
        top: calc((60vh - 76px) / 5 + 76px) !important;
    }
    .effect_item_3 .current_menu_bg {
        top: calc((60vh - 76px) / 5 * 2 + 76px) !important;
    }
    .effect_item_4 .current_menu_bg {
        top: calc((60vh - 76px) / 5 * 3 + 76px) !important;
    }
    .effect_item_5 .current_menu_bg {
        top: calc((60vh - 76px) / 5 * 4 + 76px) !important;
    }
    .effect_item_6 .current_menu_bg {
        top: calc(60vh - 76px) !important;
    }
    .effect_layout h2 {
        font-size: 1rem;
        margin-bottom: 0.25rem;
    }
    .effect_content > a {
        text-align: center;
        justify-content: center;
        height: calc((60vh - 76px) / 5);
    }
    .effect_content .accordion-item .accordion-button {
        align-items: center;
        justify-content: center;
        height: calc((60vh - 76px) / 5);
    }
    .effect_content .accordion-item .accordion-collapse {
        width: 100%;
        text-align: center;
    }
    .effect_content .accordion-collapse {
        display: block !important;
        opacity: 0 !important;
        height: auto !important;
        transform: translate3d(0, 40px, 0) !important;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        
    }
    .effect_content .accordion-collapse.show {
        opacity: 1 !important;
        transform: translate3d(0, 0, 0) !important;
    }

    .section_104 .title_en_bg {
        font-size: calc(5rem + 0.5vw);
    }
    .section_201 {
        padding: 25% 0 10%;
    }
    .section_201 .title_en_bg {
        transform: rotate(90deg) translate3d(0, 0.25em, 0);
    }
    .section_302 .title_en_bg {
        transform: rotate(90deg) translate3d(-9em, -1em, 0);
    }
    .section_303 .title_bg {
        text-align: center;
        justify-content: center;
        background-position: center;
    }

    .footer_logo {
        background-image: none;
        padding-left: 15px;
        padding-right: 15px;
        text-align: center;
    }
    .footer_logo div {
        float: none !important;
    }
    .footer_text {
        width: auto;
    }
}

@media only screen and (max-width: 767.98px) {
    /*html, body {
        overflow-y: auto !important;
    }*/
    body.effect_body {
        display: flex;
        flex-direction: column;
        height: 100vh;
    }
    /*.container {
    	max-width: 95%;
    }*/
    header {
        position: static;
/*        height: 75px;*/
    }
    .logo {
        width: auto;
        height: 40px;
    }
    .bd-navbar:after {
        display: none;
    }
    .bd-navbar {
        background-color: #012e93;
        box-shadow: 0 4px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    }
    /*#effect_section {
        flex: 1 1 auto;
    }
    .effect_layout {
        height: 100% !important;
        display: block;
        padding-top: 75px;
    }
    .effect_item {
        width: 100% !important;
        height: calc((60vh - 75px) / 5);
        overflow: hidden;
    }
    .effect_content {
        align-items: flex-start;
        -webkit-transition: all .5s linear;
        -moz-transition: all .5s linear;
        transition: all .5s linear;
    }
    .effect {
        width: 100% !important;
        height: 100% !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
    }
    .effect_item.current {
        height: 40vh;
        flex: 0 0 auto;
    }
    .effect_item.current .effect {
        width: 100% !important;
        -webkit-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s;
    }
    .effect_bg {
        width: 100% !important;
        height: calc(28vh + 14.4px) !important;
        top: calc((60vh - 75px) / 5);
        -webkit-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s;
    }
    .current_menu_bg {
        width: 100% !important;
        height: calc((60vh - 75px) / 5);
        left: 0 !important;
    }
    .effect_item_1 .current_menu_bg {
        top: 75px !important;
    }
    .effect_item_2 .current_menu_bg {
        top: calc((60vh - 75px) / 5 + 75px) !important;
    }
    .effect_item_3 .current_menu_bg {
        top: calc((60vh - 75px) / 5 * 2 + 75px) !important;
    }
    .effect_item_4 .current_menu_bg {
        top: calc((60vh - 75px) / 5 * 3 + 75px) !important;
    }
    .effect_item_5 .current_menu_bg {
        top: calc((60vh - 75px) / 5 * 4 + 75px) !important;
    }
    .effect_item_6 .current_menu_bg {
        top: calc(60vh - 75px) !important;
    }
    .effect_layout h2 {
        font-size: 1.125rem;
        margin-bottom: 0.25rem;
    }
    .effect_content > a {
        text-align: center;
        justify-content: center;
        height: calc((60vh - 75px) / 5);
    }
    .effect_content .accordion-item .accordion-button {
        align-items: center;
        justify-content: center;
        height: calc((60vh - 75px) / 5);
    }
    .effect_content .accordion-item .accordion-collapse {
        width: 100%;
        text-align: center;
    }
    .effect_content .accordion-collapse {
        display: block !important;
        opacity: 0 !important;
        height: auto !important;
        transform: translate3d(0, 40px, 0) !important;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        
    }
    .effect_content .accordion-collapse.show {
        opacity: 1 !important;
        transform: translate3d(0, 0, 0) !important;
    }*/

    .section_104 {
        min-height: unset;
    }
    .section_104 .scene-block {
        padding: 10% 5%;
    }
    .section_104 .title_en_bg {
        font-size: calc(1rem + 8vw);
    }
    .section_105 {
        padding: 10% 0 calc(10% - 1.5rem);
        background-color: #002983;
    }
    .list_105 li {
        padding-left: 0.5rem;
    }
    .list_105:after {
        left: 17px;
    }
    .list_date {
        right: calc(100% + 0.5rem);
    }
    .section_302 .title_en_bg {
        transform: rotate(90deg) translate3d(-6em, 0, 0);
    }
    .section_401 .scene-block {
        opacity: 0;
        visibility: hidden;
    }
    .section_402,
    .section_403,
    .section_404 {
        padding: 3rem 0;
    }
    .section_402 .title_en_bg {
        transform: rotate(90deg) translate3d(-3em, 0.25em, 0);
    }
    .section_402 .title_en_bg .fs-4 {
        font-size: 1rem !important;
    }
    .section_403 .title_en_bg {
        transform: rotate(90deg) translate3d(-3em, 0, 0);
    }
    .section_404 .title_en_bg {
        transform: rotate(90deg) translate3d(-5em, 0, 0);
    }

    .news_list > li {
        flex-direction: column;
        align-items: self-start;
    }
    .news_detail img {
        margin-bottom: 1.5rem;
    }

    .quick_link {
        right: 10px;
    }
}

@media (max-width:575.98px) {
    #res_form .col-form-label-lg,
    #res_form .form-control-lg {
        font-size: 1rem !important;
    }
    .footer_text {
        font-size: 0.875rem;
    }
    .section_402 .title_en_bg {
        transform: rotate(90deg) translate3d(-1.5em, 0.25em, 0);
    }
}

@media (min-width:576px) {
    
}

@media (min-width:768px) {
    .w-md-50 {
        width: 50% !important;
    }
    .border-md-start {
        border-left: 1px solid #C9CACA !important;
    }
    .fs-md-7 {
        font-size: 0.875rem !important;
    }
    .fs-md-6 {
        font-size: 1rem !important;
    }
    .fs-md-5 {
        font-size: 1.25rem !important;
    }
    .fs-md-5_5 {
        font-size: 1.125rem !important;
    }
}

@media (min-width:992px) {
    .w-lg-50 {
        width: 50% !important;
    }
    .fs-lg-5 {
        font-size: 1.25rem !important;
    }
    .fs-lg-5_5 {
        font-size: 1.125rem !important;
    }
}

@media (min-width:1200px) {
    .fs-xl-4 {
        font-size: 1.5rem !important;
    }
    .border-xl-start {
        border-left: 1px solid #C9CACA !important;
    }
    .effect_layout,
    .effect_layout a,
    .effect_layout .accordion-button {
        font-size: 1rem;
    }
    .effect_layout h2 {
        font-size: 1.25rem;
    }
}

@media (min-width:1400px) {
    .effect_layout h2 {
        font-size: 1.5rem;
    }
}

@media (min-width:1600px) {
    .container {
        max-width: 1520px;
    }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 144dpi) {
    
}