@charset "utf-8";
/* tb-scroll */
.tb-scroll {
    position: relative;
}
.tb-scroll .mCSB_horizontal.mCSB_inside>.mCSB_container {
    margin-bottom: 0;
}
@media (max-width: 991px) {    
    .tb-scroll {
        padding-top: 3em;
    }
    .tb-scroll td{
        white-space:nowrap;
    }
    .tb-scroll:before {
        content: "向右滑看更多 ➨";
        display: inline-block;
        padding: .35em .875rem;
        text-align: right;
        font-size: .875rem;
        color: #000;
        background: var(--border);
        border-radius: 30px;
        position: absolute;
        right: 0;
        top: 0;
    }
}

/* slider grid */
.slider-grid {
    display: flex;
    flex-wrap: wrap;
    margin-left: -.5rem;
    margin-right: -.5rem;
}
.slider-grid>li {
    padding: 0 .5rem 1.5rem .5rem;
    width: 25%;
}
.slider-grid .img {
    height: 0;
    position: relative;
}
.slider-grid.video .img:before {
    display: block;
    background: rgba(41, 143, 164, .5);
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    transition: background-color .25s ease-out;
}
.slider-grid.video .img:after {
    content: "\f144";
    display: block;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    font-family: "Font Awesome 5 Free";
    font-size: 3rem;
    width: 46px;
    height: 46px;
    line-height: 50px;
    text-align: center;    
    transform: translate(-50%, -50%);
}
.slider-grid .img img {
    width: 100%;
}
.slider-grid p {
    height: 47px;
    overflow: hidden;
    padding-bottom: 0;
}
.slider-grid.video a:hover .img:before {
    background: transparent;
}
.slider-grid.video a:hover .img:after {
    display: none;
}
@media (max-width: 991px) {
    .slider-grid>li {
        width: calc(100% / 3);
    }
}
@media (max-width: 768px) {
    .slider-grid>li {
        width: 50%;
    }
}
@media (max-width: 576px) {   
    .slider-grid>li {
        width: 100%;
        padding: 0 .5rem 2rem .5rem;
    }
    .slider-grid p {
        height: inherit;
    }
}

/* annexBlk - 輪播 */
.annexBlk .owl-theme .owl-nav {
    height: 50px;
    top: 43%;
}
.annexBlk .owl-theme .owl-nav [class*=owl-]{
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-size: 10px auto;
    background-position: right 20px center;
}
.annexBlk .owl-theme .owl-nav .owl-prev {
    left: -25px;
}
.annexBlk .owl-theme .owl-nav .owl-next {
    right: -25px;    
}
.annexBlk .owl-theme .owl-nav .owl-prev:hover {
    left: -30px;
}
.annexBlk .owl-theme .owl-nav .owl-next:hover {
    right: -30px;
}

/* annexBlk */
.annexBlk {
    position: relative;
    padding: 0 0 1rem;
}
.annexBlk.page-tag{
    padding: 1rem 0;
}
.annexBlk ul {
    padding-left: 0;
}
.annexBlk li {
    list-style-type: none;
	margin-bottom:0;
}
.annexBlk li a:hover {
    text-decoration: underline;
}
.annexBlk li a:focus {
    border: 2px dotted orange;
    outline: 0px auto -webkit-focus-ring-color;
}
.annexBlk .owl-carousel .owl-item>li>a:hover img{
    width: 110%;
}
.annexBlk .owl-carousel .owl-dot{
	background-color: var(--ctv-bule-primary);
    opacity: .2;
}
.annexBlk .owl-carousel .owl-dot.active,.owl-dot:hover{
	opacity: .9;
}

/* link */
.annexBlk.link,
.annexBlk.download{
    margin: 0;
    padding: 0 0 1.5rem;
}
.annexBlk.link ul,
.annexBlk.download ul {
    width: 100%;
    list-style-type: none;
    padding: 0;
}
.annexBlk.link li,
.annexBlk.download ul>li {
    padding: 1rem 1.5rem 1rem .5rem;
    margin: 0 0 1rem;
    background: #fff;
    border-radius: 30px;
    box-shadow: var(--textshadow-03-2);
    transition: all .5s;
    display: flex;
    align-items: flex-start;
}
.annexBlk.link li:hover,
.annexBlk.download li:hover{
    box-shadow: var(--textshadow-03);
}
.annexBlk.link li:before,
.annexBlk.download .col:nth-child(1):before  {
    content: "\f0c1";
    display: block;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    color: var(--ctv-bule-primary);
    width: 20px;
    height: 32px;
    margin: 0 .75rem 0 1rem;
    font-size: 1rem;
    line-height: 32px;
    text-align: center;
    flex: 0 0 20px;
}
.annexBlk.link li a {
    position: relative;
    color: #666;
    display: block;
    width: 100%;
    font-size: 1.125rem;
}
.annexBlk.link li a:hover {
    text-decoration: none;
    color: var(--ctv-bule-primary);
}
/* download */
.annexBlk.download ul>li {
    padding: 1rem 1.5rem 1rem .5rem;
    color: #666;
}
.annexBlk.download .col:nth-child(1):before {
    content: "\f56d";
    height: 20px;
    line-height: 20px;
}
.annexBlk.download [class*="icon-file"] {
    display: inline-block;
    color: #fff;
    margin: 0 0 0 .5rem;
}
.annexBlk.download .col:last-child {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
}
.annexBlk.download .col:nth-child(1){
    display: flex;
    align-items: center;
}
@media (max-width: 768px) {
    .annexBlk.link ul>li,
    .annexBlk.download ul>li{
        border-radius: 15px;
        padding: 1rem .5rem;
    }
    .annexBlk.download ul>li {
        display: flex;
        flex-flow: column;
    }
    .annexBlk.download .col{
        width: 100%;
        flex-basis: auto;
    }    
    .annexBlk.download .col:last-child {
        justify-content: flex-start;
        padding: 0.25rem 1rem 0;
    }
    .annexBlk.download [class*="icon-file"]{
        margin: 0 0.25rem 0 0 ;
    }
}
@media screen and (max-width: 576px) {    
    .annexBlk.download .col:nth-child(1):before {
        margin-right: 0.25rem;
    }
} 

/* FAQ */
.faqBlk {
    display: block;  
    padding: 2.5rem 0 0;
}
.faqBlk .accordion-item {
    background-color: transparent;
    border: 0 solid rgba(0, 0, 0, .125);
    margin: 0 0 1.5rem;
    counter-increment:rank;
    counter-reset: section;
    border-radius: 30px;
}
.faqBlk .accordion-item:has(.show){
    background: var(--bg-gray);
}
.faqBlk .accordion-link a {
    color: var(--ctv-bule-primary);
    line-height: 1;
    border-radius: 40px;
    display: flex;
    padding: 1.25rem 3.5rem 1.25rem 2rem;
    align-items: baseline;
    position: relative;
    z-index: 2;
    background-color: #fff;
    width: 100%;
    transition: all .5s;
    border: 1px solid var(--border);
    box-shadow: var(--textshadow-03);
    font-size: 1.35rem;
}
.faqBlk .accordion-link a:hover,
.faqBlk .accordion-link a.collapsed:hover {
    color: var(--ctv-bule-primary);
    box-shadow: var(--textshadow-03);
}
.faqBlk .accordion-link a.collapsed {
    background-color: #fff;
    color: #444;
    box-shadow: 0 0 0 0 transparent;
}
.faqBlk .accordion-link a::after {
    float: right;
    content: '\f106';
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
    transition: all 0.3s;
    line-height: 24px;
    padding: 0 .5rem;
    position: absolute;
    right: 1.25rem;
    color: #ddd;
}
.faqBlk .accordion-link a.collapsed::after {
    transform: rotate(180deg);
}
.faqBlk .accordion-link a::before,
.faqBlk .accordion-content::before  {
    /* content: "Q" counter(rank); */
    content: "Q.";
    margin-right: .5rem;
    font-weight: 500;
    color: var(--ctv-bule-primary);
    width: 30px;
    height: 24px;
    text-align: center;
    line-height: 1;
    display: block;
    font-weight: 600;
    font-size: 1.35rem;
    flex: 0 0 auto;
    display: none;
}
.faqBlk .accordion-content {
    padding: 2rem 2rem ;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-start;
}
.faqBlk .accordion-content ul {
    margin: 1rem 0;
}
.faqBlk .accordion-content p:first-child,
.faqBlk .accordion-content p:last-child {
    margin-bottom: initial;
}
.faqBlk ul li .accordion {
    margin: 0;
}
.faqBlk .accordion-content::before {
    content: "";
    font-weight: 400;
}
@media (max-width:768px) {
    .faqBlk .accordion-link a::before, 
    .faqBlk .accordion-content::before{
        margin-right: .25rem;
        font-size: 1.25rem;
    }
}
@media (max-width:576px) {
    .faqBlk .accordion-item,
    .faqBlk .accordion-link a{
        border-radius: 10px;
    }
    .faqBlk .accordion-link a{
        padding: 1.25rem 3rem 1.25rem 1.25rem;
    }
    .faqBlk .accordion-content {
        padding: 1.5rem 1.5rem 1.5rem 1.5rem;
    }
    .faqBlk .accordion-link a::after {
        right: 1rem;
    }
    .faqBlk .accordion-link a::before, 
    .faqBlk .accordion-content::before{
        font-size: 1.125rem;
    }
    .faqBlk .download .col:nth-child(2) {
        padding-left: 2.75rem;
    }
    .faqBlk .links {
        padding: 2.25rem 0 0 0;
    }
    .faqBlk .links>ul>li {
        padding: 0.25rem 0 0.25rem 0;
    }
}
@media (max-width:425px) {
    .faqBlk .accordion-item{
        margin: 0 0 1rem;
    }
    .faqBlk .accordion-link a{
        padding: 1rem 3rem 1rem 1rem;
    }
    .faqBlk .accordion-content {
        padding: 1rem 1rem 1rem 1rem;
    }
}

/* sitemap */
ul.sitemap {
    margin: 0 -1rem 1rem -1rem;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-content: stretch;
    list-style-type: none;
}
.sitemap>li {
    width: 20%;
    margin: .5rem 1rem 1rem 1rem;
    padding-bottom: 0;
    border-radius: 1rem;
    overflow: hidden;
    border: 1px solid var(--border-dark);
}
.sitemap>li>a, .sitemap>li>span {
    color: #222222;
    padding: .5rem .5rem .5rem .75rem;
    display: block;
    background: #f0f0f0;
}
.sitemap li ul {
    padding: .5rem 0 .5rem 1.5rem;
}
.sitemap li ul li {
    padding-bottom: 0.5rem;
}
.sitemap li ul li a {
    color: var(--ctv-bule-primary);
}
.sitemap li ul li a:hover {
    text-decoration: underline;
}
.sitemap li ul li ul li a {
    color: var(--ctv-bule-primary);
}
@media (max-width: 1200px) {
    .sitemap>li {
        width:25%;
    }
}
@media (max-width: 768px) {
    .sitemap>li {
        width: 42.5%;
    }
}
/* tabBlk */
.tabBlk{
	display: flex;
    width: 100%; 
    flex-wrap: wrap;
    align-items: center;
    padding: 2rem 0 1rem;
    border-top: 1px dotted var(--border);
}
.tabBlk>.btn-link{
    padding: 1.125rem 1.5rem;
    margin: 0 .75rem 1rem 0;
}
.tabBlk>.btn-link::after{
    margin: 0 0 0 12px;
    transform: rotate(-45deg);
}
@media (max-width: 768px) {
    .tabBlk>.btn-link{
        padding: 1rem 1.25rem;
        margin: 0 .5rem .75rem 0;
    }
}
@media (max-width: 576px) {
    .tabBlk>.btn-link{
        padding: 1rem 1rem;
        font-size: 1.125rem;
    }
    .tabBlk>.btn-link::after {
        margin: 0 0 0 .5rem;
    }
}

/* photo */
.photo{
    display: flex;
	flex-wrap: wrap;
    width: 95%;
    margin: 0 auto 2rem;
}
.photo a {
	margin: 0;
	padding: .5rem;
	width: 25%;
	box-sizing: border-box;
	transition: all .5s;
}
@media (max-width: 768px){
	.photo a {
		width: 50%;
	}
}
@media (max-width: 576px){
	.photo a {
		width: 100%;
	}
}

/* tag */
.newsBlk-detail .page-tag{
	padding: 2rem 0;
	margin: 0;
}
.page-tag .hashtag{
	display: flex;
	flex-wrap: wrap;
	list-style: none;
}
.page-tag .hashtag li{
	padding: 0 .5rem .5rem 0;
}
.page-tag .hashtag li p{
	line-height: 2.15;
    font-size: .875rem;
}
.page-tag .hashtag li a{
	color: var(--ctv-bule-heavy);
    display: flex;
    align-items: center;
    line-height: 2.25;
    font-size: .875rem;
    padding: 0 1rem;
    border-radius: 30px;
    background-color: rgba(255,255,255,.0);
    transition: all .5s;
    border: 1px solid var(--border);
}
#search .page-tag .hashtag li a{
    background-color: #f3f3f3;
}
.page-tag .hashtag li a:hover{
	text-decoration: none;
    background-color: rgba(221, 221, 221, 0.85);
	color: #000;
}

/* ul.start */
.userBlk  ul.start{
	list-style-type: none;
	padding-left: 0;
}
.userBlk  ul.start>li{
	font-size: 1.125rem;
	margin: 0 0 .5rem;
	color: var(--ctv-orange-heavy);
}
.userBlk .start>li::before {
	content: '★';
	padding: 0 8px 0 5px;
}
/* illustrate */
.userBlk .illustrate {
    background-color: var(--bg-gray);
    padding: 1.75rem 1.5rem;
    margin: 0 0 1.5rem;
}
.userBlk .staff{
	padding: 0 0;
	font-weight: 400;
	display: flex;
	flex-wrap: wrap;
    list-style-type: none;
    margin: 0 0;
}
.staff li{
	line-height: 1.5;
	margin: 0 0;
	width: auto;
	padding: 0 .75rem 0 0;
    font-size: 1.125rem;
    /* color: #000; */
}
.staff li a{
	line-height: 1.5;
}
.staff span{
	padding: 0;
	line-height: 1;
    font-weight: 500;
}
.staff li span::after{
    content: '：';
    margin: 0 5px 0 0;
}
@media (max-width: 768px){
	.userBlk .illustrate {
        padding: 1rem 1.25rem;
    }
    .staff li{
        margin: .25rem 0;
        font-size: 1rem;
    }
}
@media (max-width: 576px){
	.userBlk .illustrate {
        padding: 1rem 1rem;
        margin: 0 0 1rem;
    }
    .userBlk .staff{
        flex-flow: column;
    }
}

/* 日曆 flatpickr */

.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after{
	display: none;
}
.flatpickr-day{
	border-radius: 0;
}
.flatpickr-months {
    background: #f4f4f4;
}
.flatpickr-months .flatpickr-month,
.flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month,
.flatpickr-current-month,
.flatpickr-current-month .flatpickr-monthDropdown-months,
.flatpickr-current-month input.cur-year{
	height: 40px;
}
.flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month,
.flatpickr-current-month{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
}
.flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month{
	width: 40px;
	position: inherit;
}
.flatpickr-current-month .flatpickr-monthDropdown-months,
.flatpickr-current-month input.cur-year{
	padding: 0 .5rem;
	font-weight: 500;    
	font-size: 1rem;
}
.flatpickr-months .flatpickr-prev-month:hover, 
.flatpickr-months .flatpickr-next-month:hover{
    background: #eee;
}
.flatpickr-months .flatpickr-prev-month:hover svg, 
.flatpickr-months .flatpickr-next-month:hover svg{
	fill: var(--jm-blue-2);
}
.flatpickr-weekdays {
	height: 35px;
    background: #f7f7f7;
}
span.flatpickr-weekday {
	color: #333;
	font-weight: 600;
}
/* 日曆table -jquery-ui */
.ui-widget.ui-widget-content{
	border: 1px solid var(--border);
	box-shadow: var(--textshadow-02);
}
.ui-datepicker th{
	background-color: #ddd;
	padding: .3em;
	color: #333;
}
.ui-state-default, 
.ui-widget-content .ui-state-default, 
.ui-widget-header .ui-state-default{
	border: 1px solid #fff;	
    text-align: center;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover {
    border: 1px solid transparent;
    background: #ccc;
    font-weight: normal;
    color: #2b2b2b
}
.ui-datepicker td a:hover{
	text-decoration: none;
	color:#fff;
	background-color: var(--jm-green-h-100);
}
.ui-state-highlight, 
.ui-widget-content .ui-state-highlight, 
.ui-widget-header .ui-state-highlight {
    border: 1px solid transparent;
    background: var(--jm-blue-l-100);
    color: #fff;
}
.ui-datepicker .ui-datepicker-header{
    border: 0px solid #ddd;
    background: #e9e9e9;
}
.ui-datepicker .ui-datepicker-prev, 
.ui-datepicker .ui-datepicker-next{
	top: .2em;
	background: rgba(0, 0, 0, 0);
	cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev span, 
.ui-datepicker .ui-datepicker-next span{
	background: url(../images/icon-arrow-right-gry.png) center no-repeat;
}
.ui-datepicker .ui-datepicker-prev span{
	transform: rotate(180deg);
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
   	top: .2em;
	background: rgba(0, 0, 0, .05);
}
.ui-datepicker .ui-datepicker-prev-hover {
    left: 2px
}
.ui-datepicker .ui-datepicker-next-hover {
    right: 2px
}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year{
    height: 28px;
    border: 0px;
    margin: 0 2px;
    border-radius: 3px;
	background-color: rgb(255 255 255 / 50%);
	background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
	background-repeat:no-repeat;
	background-position:right 5px center;
	background-size:16px 12px;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	padding: 0 0 0 5px;
}

/* print */
@media print {
    .userBlk table {
        page-break-inside: avoid;
    }
    .userBlk table th, .userBlk table td {
        break-inside: avoid;
    }
    .annexBlk {
        break-inside: avoid;
    }
    .annexBlk ul {
        padding: 0 0;
    }
    .slider-grid>li {
        width: 50%;
    }
    .owl-stage {
        width: 100% !important;
    }
    .owl-theme .owl-dots, .owl-theme .owl-nav {
        display: none;
    }
    .owl-carousel .owl-item {
        width: 50% !important;
        margin: 0 0 !important;
        padding: 0 .5rem;
    }
    .slider-grid, .faqBlk .blk, .faqBlk .links {
        break-inside: avoid;
    }
    ul.sitemap {
        display: block;
    }
    .sitemap>li {
        width: 100%;
    }
}