@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');
* {
    -webkit-tap-highlight-color: rgba(0,0,0,0) !important; /* make transparent link selection, adjust last value opacity 0 to 1.0 */
}
html{
  touch-action: manipulation !important;
  -ms-touch-action: manipulation !important;
}
body{
  -webkit-overflow-scrolling: touch;  
  padding-top: constant(safe-area-inset-top);   /* 針對ios APP */
  padding-right: constant(safe-area-inset-right);  /* 針對ios APP */
  padding-bottom: constant(safe-area-inset-bottom); /* 針對ios APP */
  padding-left: constant(safe-area-inset-left); /* 針對ios APP */
  font-family: "Noto Sans TC", sans-serif;
}
:root{
    --bs-breadcrumb-font-size:1.1rem;
}

#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li:hover > a, #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li:focus > a, #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.active > a, #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li:active > a, #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.open > a, #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.accessibility-open > a{
    background-color: var(--secondary--300);
    color: var(--light);
}
.bg-custom_blue{
    background-color: #f2f5ff !important;
}
.section.bg-color-primary-rgba-10{
    background-color:rgb(230 183 135 / 9%) !important
}

.admissions-area h3{
    color: var(--dark);
    font-weight: bold;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    letter-spacing: 0.05rem;
    line-height: 1.3;
}


.admissions-area .thumb-info .thumb-info-title{
    font-size: 1.5rem;
    letter-spacing: 0.1rem;
    font-weight: 500;
    line-height: 1.2;

}

.admissions-area .thumb-info.thumb-info-hide-info-hover .thumb-info-title{
    top: 85%;
}

.admissions-area .thumb-info .thumb-info-type{
    border-radius: 20px;
    font-size: 1.2rem;
    letter-spacing: 0.2rem;
    margin: 3px -2px -15px 0px;
    padding: 0px 30px;
    line-height: 37px;
    height: 35px;
    background-color: var(--secondary-300);
    font-weight: 500;
}

.admissions-area .sort-destination.full-width .isotope-item{
    width: 25%;
}

#ytplayer.ratio>*{
    border-radius: 20px;
}

.text-red{
    color: #c50e0e;
}

.title-group p{
    margin-bottom: 0.2rem;
    color: var(--primary);
    text-transform: uppercase;
    font-size: 1.3rem;
    font-weight: bold;
}

.title-group .title-name{
    margin-bottom: 1.5rem;
    color: var(--quaternary);
    text-transform: uppercase;
    font-size: 3rem;
    font-weight: bold;
    letter-spacing: 0.2rem;
    line-height: 1.2;
}

.outline-text-style{
    font-size: 15rem;
    line-height: 0;
    font-weight: bold;
    color: var(--primary--300);
    opacity: 0.2;
    letter-spacing: 0.3rem;
    -webkit-mask-image: linear-gradient(to top, transparent 35%, black 50%);
    mask-image: linear-gradient(to top, transparent 35%, black 50%);
}

.owl-carousel.nav-font-size-xxl .owl-nav button.owl-prev,
.owl-carousel.nav-font-size-xxl .owl-nav button.owl-next {
	font-size: 40px;
}

.owl-dots{
    margin-top: 1rem;
}

.path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    animation: window 2s linear alternate forwards;
}

@keyframes window {
from {
    stroke-dashoffset: 822;
}
to {
    stroke-dashoffset: 0;
}
}

.news-window-top{
    position: absolute;
    top: 0;
}

.news-area article .news-date a{
    font-size: 1.1rem;
    color: #caab8c;
    text-decoration: none;
    font-weight: 600;
}

.news-area article h4 a{
    font-size: 1.2rem;
    color: var(--quaternary);
    line-height: 1.4;
    font-weight: 600;
    text-decoration: none !important;
    letter-spacing: 0.05rem;
}

.multiline-ellipsis{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    overflow: hidden;
}

.text-color-hover-secondary:hover, .text-hover-secondary:hover{
    font-weight: 700;
}

.cover {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.h20 {
    padding-bottom: 20%;
}
.h50 {
    padding-bottom: 50%;
}
.h60 {
    padding-bottom: 60%;
}
.h70 {
    padding-bottom: 70%;
}
.h85 {
    padding-bottom: 85%;
}
.h100 {
    padding-bottom: 100%;
}

.btn-custom-rounded{
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 35px;
    border-bottom-right-radius: 35px;
}

.news-area:before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    height: 50%;
    width: 70vw;
    border-radius: 0 0 50px 0;
    line-height: 1.5;
    background: linear-gradient(89deg, var(--primary-rgba-90), #d85113db);
}

.news-area .news-list{
    /*max-height: 386px;
    overflow-y: auto;*/
}

.news-area .border-bottom{
    border-bottom-color: var(--grey-200) !important;;
}
.tabs-vertical .nav-tabs.index-news-tabs{
    padding-right: 20px;
    width: 20%;
}
.index-news-tabs li{
    display: inline-block;
    margin: 0 10px;
    margin-bottom: 10px;
    margin-right: 20px;
}

.badge-warning{
    background-color: var(--bs-warning);
    color: var(--dark);
}

.index-news-tabs li .btn-tab, html body .tabs.tabs-simple .nav-tabs.index-news-tabs > li .nav-link.btn-tab{
    border: 1px solid var(--secondary-rgba-20) !important;
    background-color: var(--secondary-rgba-10);
    font-weight: 500;
    font-size: 1rem;
    padding: .5rem 1rem;
    border-radius: 5px;
    color: var(--secondary);
    text-align: center;
}

.index-news-tabs li .btn-tab.active, .index-news-tabs li .btn-tab:hover, .index-news-tabs li .btn-tab:focus, html body .tabs.tabs-simple .nav-tabs.index-news-tabs > li .nav-link.btn-tab.active, html body .tabs.tabs-simple .nav-tabs.index-news-tabs > li .nav-link.btn-tab:hover {
    /*background-color: var(--secondary-200);*/
    color: #fff;
    border: 2px solid rgb(254 254 254 / 49%);
}
.index-news-tabs ~ .tab-content .row .col-xl-2{
    text-align: center;
}
.event-area .thumb-info-content p{
    font-size: 1.1rem;
    color: var(--primary);
    font-weight: 600;
    margin-bottom: 0;
}

.event-area .thumb-info-content h4{
    margin: 0rem 0 1rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
}

.overlay-gradient-bottom-content:before{
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 65%, var(--dark) 100%);
}
.window-wrap-area{
    right: -10%;
    top: 10%;
}
.window-wrap{
    position: relative;
}
.window{
    position: relative;
    display: block;
    width: 100%;
    height: fit-content;
}

.window-wrap .window .window-img{
    position: relative;
    display: block;
    margin: auto;
    right: -8%;
    width: fit-content;
    height: 550px;
    border-radius: 1000px 1000px 0px 0px;
    overflow: hidden;
}

.window-wrap .window .window-img .image{
    display: block;
    margin:auto;
    width: 30rem;
    height: auto;
    filter: hue-rotate(170deg) opacity(0.1) brightness(0.7);
    /* min-height: 50rem; */
    /* object-fit: cover; */
    object-fit: contain;
}

.window-wrap .window svg{
    position: absolute;
    top: -1.3rem;
    left: 0;
    right: -4px;
    display: block;
    margin: auto;
    width: calc(50rem - 16rem);
    height: auto;
    overflow: initial;
}

.window-wrap .window svg .text_on_path{
    font-size: 1.8rem;
    line-height: 1.5;
    fill: #f6eee7;
    font-weight: 600;
}

.suisse{
    font-weight: 400;
    letter-spacing: 0.06rem;
}

.intro-wrap{
    height: 800px;
    display: grid;
    grid-gap: 10px;
    gap: 15px;
    grid-template-areas:
        "img1 img2 img3"
        "img1 img2 img3"
        "img4 img2 content"
        "img4 img5 content"
        "img4 img5 img6"
        "img4 img5 img6";
    grid-template-rows: repeat(6, 1fr);
}

.intro-wrap .intro-content{
    font-weight: 300;
    padding-right: 10px;
    align-items: center;
    grid-area: content;
    overflow-y: auto;
}

.intro-set{
    border-radius: 8px;
    overflow: hidden;
    color: transparent;
    cursor: pointer;
    height: 100%;
    display: flex;
    flex-direction: row;
}

.intro-set img {
    height: 100% !important;
    width: 100%;
    object-fit: cover;
}

.intro-img-1{
    grid-area: img1;
}
.intro-img-2{
    grid-area: img2;
}
.intro-img-3{
    grid-area: img3;
}
.intro-img-4{
    grid-area: img4;
}
.intro-img-5{
    grid-area: img5;
}
.intro-img-6{
    grid-area: img6;
}

.intro-wrap .thumb-info-wrapper, .intro-wrap .thumb-info.thumb-info-no-borders.thumb-info-no-borders-rounded .thumb-info-wrapper:after{
    height: 100%;
}

.intro-wrap .thumb-info{
    width: 100%;
}

body > .skiptranslate {
    display: none;
}
.goog-logo-link {
    display: none !important;
}
.goog-te-gadget {
    color: transparent !important;
    font-size:0px !important;
}
.goog-te-banner-frame.skiptranslate {
    display: none !important;
}
a[href="https://translate.google.com"] {
    display: none !important;
}

#google_translate_element {
    position: relative;
    line-height: 1.1;
    /*position: absolute;
    top: 5px;
    right: -80px;*/
    /* z-index: 2147483647; */
}

body > .skiptranslate,.goog-logo-link,.gskiptranslate,.goog-te-gadget span,.goog-te-banner-frame,#goog-gt-tt, .goog-te-balloon-frame,div#goog-gt-{
    display: none!important;
}
  
  .goog-text-highlight {
    background: none !important;
    box-shadow: none !important;
  }

#google_translate_element select{
    position: relative;
    border: 1px solid #f3f3f3;
    background: #f5f5f5;
    color: #797979;
    font-size: 1rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 4px 25px 3px 8px;
    margin-left: 10px;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 1px;
  }
#google_translate_element:after{
    content: "\f078";
    font-family: 'Font Awesome 6 Free';
    position: absolute;
    font-weight: 900;
    color: #aaaaaa;
    font-size: 0.6rem;
    top: 35%;
    right: 10px;

}
  
#google_translate_element select option{
    background: var(--light);
    border-radius: 0 !important;
}

.breadcrumb li a{
    color: var(--dark--200);
}

.filter-box .form-label, .login-box .form-label, .modal .form-label, .signup-box .form-label, .form_box .form-label {
    font-size: 1rem;
    color: var(--grey-1000);
    font-weight: 500;
}

.page-item:first-child .page-link{
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
}
.page-item:last-child .page-link{
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
}

.page-link{
    padding: 0.5rem 1.1rem;
    font-size: 1.2rem;
}

.page-content{
    width: 80%;
    margin: 2rem auto 2rem;
}

.side-page-content{
    width: 90%;
    margin: 2rem auto 2rem;
}

.btn-default {
    border: none;
    background-color: var(--grey-1000);
    color: white;
}
.btn-default:hover {
    background-color: var(--grey-800);
}

.news-title{
    position: relative;
    display: -webkit-inline-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    overflow: hidden;
}

.news-title::before{
    /*content: '';
    width: 0%;
    height: 3px;
    background: var(--primary);
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateY(-50%);
    transition: all 0.4s ease-in-out;
    border-radius: 8px;*/
}

.news-title:hover::before{
    /*width: 100%;*/
}
.news-title:hover{color:var(--primary) !important;}

.news-list .date , .post-date{
    color: var(--quaternary);
    font-size: 1rem;
    font-weight: 600;
    opacity: .7;
}

.pieces-wrap{
    display: flex;
    align-items: center;
    font-size: 1rem;
    letter-spacing: 0.1rem;
}
.pieces-wrap .pieces-title{
    color: #000;
}
.pieces-wrap .pieces-number{
    color: var(--primary--100);
}
.pieces-filter label{
    font-size: 1rem;
    letter-spacing: 0.1rem;
    color: #000;
}

.pieces-filter .form-control{
    border: 1px solid #d5d5d5;
    max-width: 90px;
    padding: 5px 30px 5px 10px;
}

.news-list .card-text{
    font-size: 1rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
}

.news-list .card-body{
    padding: 0 0 0 1.4rem;
}

.news-list-area .card{
    border: none;
    border-bottom: 1px solid var(--grey-300);
    padding: 1rem 0;
    border-radius: 0;
}
.news-list-area .card:last-child{
    border: none;
}

.post-title {
    position: relative;
    color: var(--dark-100);
    letter-spacing: 0.2rem;
    font-size: 2rem;
    padding-top: 1rem;
    font-weight: bold;
    line-height: 1.3;
}

.post-title:before {
    content: '';
    position: absolute;
    background-color: var(--primary);
    height: 3px;
    width: 100%;
    left: 0;
    bottom: -5px;
}

.post-content, .intro-content{
    justify-content: center;
    text-align: justify;
}
.post-content blockquote, .tab-content blockquote{
    margin-top: 2rem;
    padding: 0.2rem 0.7rem;
}

.post-content blockquote p, .tab-content blockquote p {
    margin-bottom: 0;
    font-size: 1.2rem;
    font-weight: bold;
    color: #000;
}

.download-list a {
    color: var(--second);
    align-items: center;
    font-weight: normal;
    font-size: 1rem;
    transition: all 0.2s ease-in-out;
}
.related-links a {
    color: var(--primary);
    align-items: center;
    font-weight: normal;
    font-size: 1rem;
    transition: all 0.2s ease-in-out;
    padding-left: 1rem;
}
.related-links a:hover, .related-links a:active, .related-links a:focus {
    color: var(--primary-100);
    padding-left: 1.3rem;
}

.download-date {
    margin-right: 0.5rem;
    color: var(--bs-gray-500);
    font-size: 1rem;
}

.btn-red {
    background-color: var(--grey-200);
    color: #c50e0e;
}

.btn-red:hover {
    background-color: #c50e0e;
    color: var(--light);
}

.page-banner{
    overflow: hidden;
    border-radius: 0 0 160px 0;
    position: relative;
    width: 100%;
    aspect-ratio: 5 / 1;
    background-color: #f5f5f5;
}

.organizing-area .thumb-info .thumb-info-title{
    font-size: 1rem;
    border-radius: 0 25px 25px 0;
    padding: 8px 25px;
    background: var(--secondary-rgba-80);
    bottom: 6%;
}
.organizing-area .thumb-info .thumb-info-inner{
    font-size: 1rem;
    letter-spacing: 0.05rem;
}

.organizing-area .thumb-info .thumb-info-type{
    font-size: 0.8rem;
    border-radius: 0 20px 20px 0;
    margin: 8px -2px -15px -25px;

}

.organizing-area .thumb-info .thumb-info-caption-text{
    font-size: 1.6rem;
    padding: 0;
    font-weight: 600;
    color: var(--second);
    margin-bottom: 0.3rem;
    letter-spacing: 0.1rem;
}

.organizing-area .thumb-info-caption p{
    padding: 0;
    font-size: 1rem;
    margin-bottom: 0.8rem;
}

.organizing-area .contact-info li a{
    color: var(--grey-1000);
    text-decoration: none;
    word-break: break-all;
}

.organizing-tabs li{
    display: inline-block;
    margin: 0 10px;
    margin-bottom: 10px;
}

.organizing-tabs li .btn-tab, html body .tabs.tabs-simple .nav-tabs.organizing-tabs > li .nav-link.btn-tab{
    border: 1px solid var(--secondary-rgba-80) !important;
    background-color: var(--light-rgba-80);
    font-weight: 500;
    font-size: 1rem;
    padding: .5rem 1rem;
    border-radius: 25px;
    color: var(--secondary);
    text-align: center;
}

.organizing-tabs li .btn-tab.active, .organizing-tabs  li .btn-tab:hover, .organizing-tabs li .btn-tab:focus, html body .tabs.tabs-simple .nav-tabs.organizing-tabs  > li .nav-link.btn-tab.active, html body .tabs.tabs-simple .nav-tabs.organizing-tabs  > li .nav-link.btn-tab:hover{
    background-color: var(--secondary-200);
    color: #fff;
    border: 2px solid rgb(254 254 254 / 49%);
}

.organizing-area .thumb-info{
    border-radius: 10px 10px 0 0;
}
.organizing-area .cover.h100{
    aspect-ratio: 3 / 4;
}
.sidebar ul.nav-list li a{
    border-bottom: 1px solid #3b599838;
    border-radius: 2px;
    color: var(--second);
    font-weight: 600;
    letter-spacing: 0.1rem;
    font-size: 1rem;
    transition: all 0.2s ease-in-out;
    padding-left: 2rem;
    margin-left: 0.4rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.sidebar ul.nav-list li a.active, .sidebar ul.nav-list li a:hover ,.sidebar ul.nav-list li a:focus{
    background-color: var(--second);
    margin-bottom: 0.5rem;
    color: var(--light);
    margin-left: 0rem;
}
.sidebar ul.nav-list li ul li a.active, .sidebar ul.nav-list li ul li a:hover ,.sidebar ul.nav-list li ul li a:focus{
    background-color: #f6f9ff;
    color:var(--second);
}

.sidebar ul.nav-list li a:before{
    font-size: 0.7em;
    left: 10px;
    top: 30%;
}

.sidebar ul.nav-list li a:hover:before, ul.nav-list li a:hover i[class*="fa-chevron"]{
    margin-left: 0.5rem;
    font-size: 0.9rem;
    top: 30%;
}

.version-set > li{
    width: 50%;
    margin-right: 1rem;
    text-align: center;
    padding: 20px 30px;
    font-weight: 600;
    font-size: 1.5rem;
    letter-spacing: 0.1rem;
    border-radius: 10px;
    line-height: 1.6rem;
}

.version-set li a {
    color: var(--light);
}
.version-set li span{
    letter-spacing: 0rem;
    font-weight: 400;
    font-size: 1.3rem;
}

.accordion.accordion-modern-status > .card .card-header a{
    border-radius: 10px 35px 35px 10px;
    background-color: var(--light);
    font-size: 1.2rem;
    color: var(--grey-1000);
    padding: 15px 30px;
    font-weight: 500;
    letter-spacing: 0.02rem;
}

.accordion.accordion-modern-status > .card, .accordion .card:not(:first-of-type) .card-header:first-child, .accordion.accordion-modern-status > .card + .card, .accordion .card-header{
    border-radius: 10px 35px 35px 10px;
}

.accordion-modern-status-primary.accordion-modern-status > .card .card-header a:not(.collapsed){
    border-radius: 10px 35px 0px 0px;
}

.accordion .card-header a::before {
    content: 'Q';
    color: var(--primary);
    font-size: 2.1rem;
    padding-right: 14px;
}

.accordion-modern-status-primary.accordion-modern-status > .card .card-header a:not(.collapsed)::before{
    color: var(--light);
}

#maincontent{
    position: relative;
    min-height: 100vh;
    z-index: 2;
}
#maincontent.bg-color-primary-rgba-10{
    background-color: rgb(234 84 4 / 5%) !important;
}
.container.bg-color-light.border-radius-2{
    box-shadow: 0 0 20px rgb(241 195 149 / 15%);
}
.main > .container-fluid.px-0.bg-color-primary-rgba-1{
   background-color: rgb(234 84 4 / 5%) !important;
}

table.table-set {
    counter-reset: rowNumber;
}

.table-set td.counter::before {
    counter-increment: rowNumber;
    content: counter(rowNumber);
}

table.table-set td, table.table-set th,table th,table td{
    font-size: 1rem;
    padding: 0.6rem;
    vertical-align: middle;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

table.table-set th,table th{
    background-color: var(--secondary-300);
    color: white;
    font-weight: 600;
    line-height: 1.4rem;
}

table.table-set caption,table caption{
    caption-side: top;
    font-weight: bold;
    font-size: 1.3em;
    color: var(--secondary);
    background-color: var(--grey-100);
    border-top-left-radius: 0.8rem;
    border-top-right-radius: 0.8rem;
    letter-spacing: 0.1rem;
    text-align: center;
}

.table-display{
    display: none;
}

table.table-set a,table a{
    color: var(--secondary-200);
}

table.table-set a:not(.btn):hover,table a:not(.btn):hover{
    text-decoration: none;
    color: var(--secondary);
}
.index-news-tabs li:nth-child(2) .btn-tab.active,.index-news-tabs li:nth-child(2) .btn-tab:hover,.badge.v1{
    background-color: #dc625c !important;
    border-color:#dc625c !important;
    color:#fff;
    border-radius: 8px;
    font-size: 90%;
    display: block;
    word-wrap: break-word;
    white-space: break-spaces;
}
.index-news-tabs li:nth-child(3) .btn-tab.active,.index-news-tabs li:nth-child(3) .btn-tab:hover,.badge.v2{
    background-color: #e38f46 !important;
    border-color:#e38f46 !important;
    color:#fff;
    border-radius: 8px;
    font-size: 90%;
    display: block;
    word-wrap: break-word;
    white-space: break-spaces;
}
.index-news-tabs li:nth-child(4) .btn-tab.active,.index-news-tabs li:nth-child(4) .btn-tab:hover,.badge.v3{
    background-color: #f4dd7d !important;
    border-color:#f4dd7d !important;
    color:#444 !important;
    border-radius: 8px;
    font-size: 90%;
    display: block;
    word-wrap: break-word;
    white-space: break-spaces;
}
.badge.v4{
    background-color: #6ec3b6 !important;
    border-color:#6ec3b6 !important;
    color:#fff;
    border-radius: 8px;
    font-size: 90%;
    display: block;
    word-wrap: break-word;
    white-space: break-spaces;
}
.index-news-tabs li:nth-child(5) .btn-tab.active,.index-news-tabs li:nth-child(5) .btn-tab:hover,.badge.v5{
    background-color: #7359e0 !important;
    border-color:#4c85df !important;
    color:#fff;
    border-radius: 8px;
    font-size: 90%;
    display: block;
    word-wrap: break-word;
    white-space: break-spaces;
}
.index-news-tabs li:nth-child(6) .btn-tab.active,.index-news-tabs li:nth-child(6) .btn-tab:hover,.badge.v6{
    background-color: #4c85df !important;
    border-color:#4c85df !important;
    color:#fff;
    border-radius: 8px;
    font-size: 90%;
    display: block;
    word-wrap: break-word;
    white-space: break-spaces;
}
.index-news-tabs li:nth-child(7) .btn-tab.active,.index-news-tabs li:nth-child(7) .btn-tab:hover,.badge.v7{
    background-color: #46addc !important;
    border-color:#46addc !important;
    color:#fff;
    border-radius: 8px;
    font-size: 90%;
    display: block;
    word-wrap: break-word;
    white-space: break-spaces;
}
.index-news-tabs li:nth-child(1) .btn-tab.active,.index-news-tabs li:nth-child(1) .btn-tab:hover,.badge.v8{
    background-color: #db79b2 !important;
    border-color:#db79b2 !important;
    color:#fff;
    border-radius: 8px;
    font-size: 90%;
    display: block;
    word-wrap: break-word;
    white-space: break-spaces;
}
.border-round{
    box-shadow: 0px 13px 20px rgb(94 54 27 / 14%);
    border-radius: 0 0 50px 50px;
}
.title-1{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.title-2{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.title-3{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.border-round-50{
    border-radius: 50px;
}
.carousel-center-active-item-3 .img-thumbnail img{
    aspect-ratio: 16 / 7;
    object-fit: cover;
    object-position: center;
}
.carousel-center-active-item-3 .owl-item.active .img-thumbnail img{
    object-fit: contain;
}
.carousel-center-active-item-3 .owl-item{
    opacity: .3;
    transform: scale(.9);
    border-radius: 20px;
    overflow: hidden;

}
.carousel-center-active-item-3 .owl-item.active{
    opacity: 1;
    transform: scale(1);
    box-shadow: 0 0 20px rgba(0 0 0 /10%);
}
.common-links-area .carousel-half-full-width-wrapper a img{
    border-radius: 5px;
    border:1px solid #eee;
    padding: 8px;
}
.sidebar_title{
  color: var(--second);
  text-align: center;
  padding: 0.25em;
  font-size:1.5rem;
  border-top: solid 2px var(--second);
  border-bottom: solid 2px var(--second);
  background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
  background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
}
.post-content{margin-bottom: 50px;}
.post-content h4,.side-post-content h4{
  position: relative;
  color: var(--primary-300);/*文字色*/
  display: inline-block;
  padding-left: 30px;
  margin-bottom: 30px;
  /*border-bottom: dashed 2px var(--primary-300);*/
}
.post-content h4:before,.side-post-content h4:before{
    /*content:'• ';*/
    width: 6px;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    border-radius: 3px;
    background-color: var(--primary-300);
}
.info-list{
    padding: 2.5rem;
    display: flex;
}
.info-list-area{
    margin-top: 30px;
    overflow: hidden;
}
.info-list-area .col-lg-4{
    position: relative;
    aspect-ratio:4/3;
}
.info-list-area .col-lg-4 .info_item p.title-2{
    position: absolute;
    bottom:0;
    width: calc(100% - 40px);
}
.info-list-area .info_item{
    position: relative;
    padding: 20px;
    transition: all 0.3s ease;
}
.info-list-area  .col-lg-4:hover .info_item h3 a,.third_nav li:hover a{
    color:var(--primary) !important;
    text-decoration: none;
}
.info-list-area .col-lg-4:hover{
    background-color: rgb(255 229 197 / 10%);
}
/*.info-list-area .info_item:before{
    content: '';
    position: absolute;
    height: 100%;
    top: 0;
    left: -1px;
    border-left: 1px solid var(--grey-500);
}*/
.info-list-area .info_item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 0;
    top: auto;
    left: 0;
    bottom: -1px;
    border-bottom: 1px solid var(--grey-500);
}

svg.p-absolute{
    z-index: 0;
}
.third_nav{
    margin-top: 1.5rem;
    text-align: center;
    background-color: var(--primary-rgba-10);
    padding: 10.5px 0 10.5px;
    border-top: 2px solid #ffddbb;
    border-bottom: 2px solid #ffddbb;
}
.third_nav li{
    display: inline-block;
    padding: 0 1rem;
    margin: 3px 0;
    border-right:1px solid #f6dfc8;
}
.third_nav li:last-child{
    border-right:0;
}
.third_nav li a{
    color:var(--dark--100);
    font-size: 1.3rem;
    line-height: 1;
}
.container-xl-custom.z-index-9{
    position: relative;
}
.links_list .feature-box .anim-hover-inner-translate-top-20px{
    width: 100%;
}
.links_list a .feature-box-icon i{
    transition: all 0.3s ease;
}
.links_list a:hover .feature-box-icon i{
    padding: .8rem;
    font-size: 1.5rem !important;
    background-color: var(--primary);
    border-radius: 50px;
    color: #fff !important;
}
.links_list .card{
    height: 100%;
    min-height: 177px;
}
.site_item h2 {
    font-size: 2rem;
    background-color: #847f7f;
    border-radius: 10px;
    margin-bottom: 10px;
    margin-top: 30px;
}
.site_item h2 a {
    display: block;
    color: #fff;
    font-size: .8em;
    padding: 10px;
    font-weight: 600;
}
.site_item ul {
    background-color: #eee;
    padding: 10px;
    margin-top: 10px;
    height: 80%;
    border-radius: 10px;
}
.site_item ul li{
  list-style: none;
  margin-bottom: 8px;
}
.site_item ul li a{
  color: #242424;
  padding: 8px;
  font-size: 1.13rem;
}
.site_item ul li:hover a{
  color: var(--primary);
}

body[data-plugin-page-transition]{
    top: 0 !important;
}
.side-post-content .card.card-default .card-header,
.side-post-content .card.card-default .collapse,
.side-post-content .card.card-default .collapsing{
    border:1px solid  #ffddbb !important; 
}
.side-post-content .accordion.accordion-modern-status > .card .card-header a{
    background-color:rgb(255 248 242);
}














:root{
    --font:'Microsoft JhengHei',-apple-system, "Helvetica Neue", Helvetica, "Nimbus Sans L", Arial, "Liberation Sans", "PingFang SC", "Hiragino Sans GB", "Source Han Sans CN", "Source Han Sans SC", "Microsoft YaHei", "Wenquanyi Micro Hei", "WenQuanYi Zen Hei", "ST Heiti", SimHei, "WenQuanYi Zen Hei Sharp", sans-serif;
    --main:var(--primary);
    --maindark:var(--primary-300);
    --maindlight:var(--primary--300);
    --second:var(--secondary);
    --seconddark: #192652;
    --seconddlight:var(--secondary--100);
}
::-webkit-scrollbar {
    -webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
    width: 6px;
}

::-webkit-scrollbar:horizontal {
    height: 2px;
}

::-webkit-scrollbar-thumb {
    background-color: var(--bs-gray-400);
    border-radius: 10px;
    border: 2px solid transparent;
}

::-webkit-scrollbar-track {
    background-color: transparent; 
}


/**/
.img-list a:not(.btn):hover {
    text-decoration:none;
}
.img-list a:hover .btn-outline.btn-secondary,
.img-list a:hover .btn-outline.btn-secondary.hover {
    color: var(--secondary-inverse);
    background-color: var(--secondary);
    border-color: var(--secondary);
}
.img-list a:hover .btn-arrow-effect-1 > :nth-child(1) {
    animation: btnArrowEffect1 ease-out .3s;
}
.img-list a:hover .text-color-hover-secondary-300,
.img-list a:hover .text-hover-secondary-300{
    color: var(--secondary-300) !important;
}
.img-list .thumb-info-content-inner-hidden{
    visibility: hidden;
    height: 0;
    padding: 0 !important;
}
.img-list a:hover .thumb-info-content-inner-hidden{
    visibility: visible;
    height: auto;
}
.bg-svg{
    pointer-events: none;
}
.ratio img{
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}
.case-page .thumb-info-title {
    position: absolute;
    background: var(--light);
    left: 0;
    width: 100%;
    max-width: 100%;
    transition: transform .2s ease-out, opacity .2s ease-out;
    transform: translate3d(0, 100%, 0);
    top: auto;
    bottom: 0;
    opacity: 0;
    padding: 15px;
    text-shadow: none;
    color: #fff;
    text-align: left;
    font-size: 17px;
    font-weight: 600;
}
.case-page a:hover .thumb-info-title{
    opacity: 1;
    z-index: 2;
    transform: translate3d(0, 0%, 0);
    background: linear-gradient(to top, var(--dark-rgba-80) 0, transparent 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.case-page .img-thumbnail.img-thumbnail-hover-icon:before{
    background: rgba(23, 23, 23, 0.25);
}
.case-page a:hover img {
    transform: scale(1.1);
}
.case-page img {
    transition: all 0.3s ease;
}
.case-page .img-thumbnail.img-thumbnail-hover-icon:after{
    width: 30px;
    font-size: 14px;
    color: var(--dark);
    background: #fff;
    border-radius: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    left: 50%;
    transform: translate(-50%, -50%);
}
.case-page .img-thumbnail.img-thumbnail-hover-icon:hover:after{
    width: 35px;
    height: 35px;
}
.bg-color-seconddlight{
    background: var(--seconddlight);
}
.border-seconddlight{
    border-color: var(--seconddlight) !important;
}
.bg-world{
    background: #097be6;
}
.bg-excel{
    background: #04831f;
}
.bg-excel:hover{
    background: #035a16;
}
.border-secondary--200{
    border-color: var(--secondary-200) !important;
}
.border-primary--100{
    border-color: var(--primary--100) !important;
}

@media (min-width: 992px) and (max-width: 1199px){
    .header-logo{
        width: 180px;
    }
    #header .header-nav.header-nav-stripe nav > ul > li > a{
        font-size: 15px;
    }
}

/*
| ----------------------------------------------------
| responsive
| ----------------------------------------------------
*/
@media (max-width: 1441px) {
    .container-xl-custom {
        max-width: 1340px;
    }
    #header .container{max-width: 100%;}
    .header-container.container > .header-row{
        flex-wrap: wrap-reverse;
    }

}
@media (min-width: 1150px) and (max-width: 1281px){
    #header .header-nav-main nav {
        display: inline-block !important;
    }
    #header .header-nav.header-nav-stripe nav > ul > li > a{
        padding: 0 .4rem;
    }
}


@media (max-width: 1181px) {}

@media (max-width: 1025px) {
    .carousel-center-active-item-3 .img-thumbnail img{
        aspect-ratio: 3 / 1;
    }
    #header .header-logo{position: absolute;top:-10px;}
}


@media (max-width: 821px) {
    .admissions-area .sort-destination.full-width .isotope-item{width: 50%;}
    .page-banner{border-radius: 0 0 80px 0;}
    #header .header-logo{top:35%; }
}

@media (max-width: 736px) {
    .table-rwd{min-width: 100%;}
    .table-rwd tr{display: block;border-top: 1px solid #ddd;padding: 0.7rem 0;}
    .table-rwd td {text-align: left; overflow: hidden;width: 100%; display: block; padding: 0.4rem 2rem; border: none; display: flex; align-self: start; font-size: 1rem;}
    .table-rwd td:before {content: attr(data-th); display: inline-block; text-transform: uppercase; font-weight: 500; margin-right: 10px; color: var(--secondary-200); min-width: 7rem; width: min-content ; font-size: 1rem; font-weight: 600; line-height: 1.4rem;}
    .table-rwd.table-bordered td,.table-rwd.table-bordered th,.table-rwd.table-bordered{border:0;}
    }
    .border-round{padding-bottom: 30px;}
    #header .header-logo{width: 220px;}


@media (max-width: 575px) {
    .admissions-area .sort-destination.full-width .isotope-item{width: 50%; float: left; clear: none;}
}

 /*iphone plus*/
@media (max-width: 430px) {
    .admissions-area .sort-destination.full-width .isotope-item{width: auto;}
    .outline-text-style{font-size: 7rem; -webkit-mask-image: linear-gradient(to top, transparent 10%, black 40%);
    mask-image: linear-gradient(to top, transparent 10%, black 40%);}
        .tabs.tabs-simple .nav-tabs {justify-content: flex-start !important;}
    .index-news-tabs li{margin-bottom: 10px !important;}
    .news-area .news-list{max-height: 600px;}
    .index-news-tabs li .btn-tab, html body .tabs.tabs-simple .nav-tabs.index-news-tabs > li .nav-link.btn-tab{padding: .3rem .5rem;}
    .window-wrap .window .window-img .image{width: 15rem;min-height: 30rem;}
    .window-wrap .window svg{top: -0.8rem;width: calc(50rem - 33rem);}
    .news-list .card-body{padding: 0 0.3rem;}
    .page-content {width: 90%; margin: 2rem auto 0;}
    .page-banner{border-radius: 0 0 40px 0;}
    .sidebar ul.nav-list li{width: 45%; margin-right: 0.5rem;}
    .sidebar ul.nav-list{justify-content: space-between;}
    .title-group .title-name{margin-bottom: 0;}
    .sidebar ul.nav-list li a.active, .sidebar ul.nav-list li a:hover, .sidebar ul.nav-list li a:focus{margin-left: 0;}
    .sidebar ul.nav-list li a:hover:before, ul.nav-list li a:hover i[class*="fa-chevron"]{margin-left: 0;}
    .table-rwd td.counter:before {min-width: 30px; height: 30px; line-height: 30px; background-color: #c1dcfb; text-align: center; border-radius: 5px;}
}


/*iphone: 7px*/
@media (max-width: 400px) {}



/*iphone 5*/
@media (max-width: 321px) {}


/*iPhone XR*/
@media only screen 
    and (device-width : 414px) 
    and (device-height : 896px) 
    and (-webkit-device-pixel-ratio : 2) { 



}

/*iPhone XS*/
@media only screen 
    and (device-width : 375px) 
    and (device-height : 812px) 
    and (-webkit-device-pixel-ratio : 3) { 

}

/*iPhone XS Max*/
@media only screen 
    and (device-width : 414px) 
    and (device-height : 896px) 
    and (-webkit-device-pixel-ratio : 3) { 


}
/*橫拿*/
@media screen and  (orientation:landscape) {}
/*縱拿*/
@media screen and (orientation:portrait) {}
/*設備寬高比*/
@media screen and (device-aspect-ratio: 16/9) {}

