@import "bootstrap.min.css";
/*@import "bootstrap-icons.min.css";*/ /*bootstrap-icons*/
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");
@import "owl.carousel.min.css";
@import "jquery.fancybox.css";
@import "default.css";
@import "content.css";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/* 共用變數 */
:root {
	--bule-primary:#055EB4;
	--bule-heavy:#1A59A7;
	--red-primary:#D50032;

	--orange-primary:#FF7733;
	--orange-heavy:#F05F17;

	--gray-heavy:#1D2329;
	
	--border: #eee;
	--border-dark: #ddd;
	--bg-gray:#fbfbfb;
	--undone:#E41000;
		
	--textshadow-01: 5px 5px 20px rgba(0, 0, 0, 0.25);
	--textshadow-02: 0px 5px 15px rgba(0, 0, 0, 0.1);
	--textshadow-03: rgba(136, 165, 191, 0.48) 5px 2px 16px 0px, rgba(255, 255, 255, 0.8) -5px -2px 16px 0px;
	--textshadow-03-2: rgba(136, 165, 191, 0.2) 5px 2px 16px 0px, rgba(255, 255, 255, 0.5) -5px -2px 16px 0px;
}

/* 布局 */
body {
	position: relative;
    width: 100%;
    overflow-x: hidden;
    top: 0 !important;
    font-size: 1rem;
    color: #1d2329;
	min-height: 100vh;
}
main{
	position: relative;	
	padding-top: 100px;
	min-height: calc(100vh - 100px);
}
.wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	transition: max-width .5s;
	max-width: 1280px;
}
#index main .wrapper{
	padding: 0;
}
.wrapper.row>* {
    padding-right: 0;
    padding-left: 0;
}
.mainBlk{
	margin: 0 auto;
	transition: padding .5s;
	background-color: #f2f3f4;
	padding-bottom: 40px;
	padding-top: 30px;
}
@media (max-width: 1320px){	
	.wrapper {
		max-width: 1180px;
	}
}
@media (max-width: 1240px){	
	.wrapper {
		max-width: 1080px;
	}
}
@media (max-width: 1180px){	
	main .wrapper {
		max-width: 991px;
	}
}
@media (max-width: 1024px){	
	main{
		padding: 60px 0 0;
	}
}
@media (max-width: 991px){	
	.mainBlk .wrapper>div:not(.col-lg-12){
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media (max-width: 576px){	

	.mainBlk .wrapper>div:not(.col-lg-12){
		padding-left: 15px;
		padding-right: 15px;
	}
}
/* header&logo */
header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	transition: all .5s; 
	background-color: #fff;
}
header .headerBlk{	
	height: 100px;
	transition: all .5s;
	box-shadow: var(--textshadow-02);
	position: relative;
}
header .headerBlk .wrapper{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}
.headernavBlk{
	width: 100%;
	max-width: calc(100% - 200px);
	display: flex;
	flex-flow: column;
	align-items: flex-end;
	justify-content: space-between;
	height: 100%;
}
.logoBlk{
	height: 100%;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 10;
	flex: 0 0 auto;
}
.logoBlk .h1{
	line-height: 1;
	display: flex;
	align-items: center;
	font-size: 0;
}
.logoBlk .h1 img{
	height: 60px;
	width: auto;
	transition: all .5s;
	margin-right: 5px;
}
@media (max-width: 1920px){	
	header .headerBlk {
		padding: 0 10px;
	}
}
@media (max-width:1024px) {
	header .headerBlk {
		height: 60px;
		padding: 0 0 0 60px;
	}
	.logoBlk .h1 img{
		height: 40px;
		width: auto;
	}
	.logoBlk .h1{
		font-size: 1.25rem;
		font-weight: 600;
	}
}
@media (max-width: 576px){	
	.logoBlk .h1 img{
        height: 34px;
    }
}
@media (max-width: 425px){	
	.logoBlk .h1 img{
        height: 30px;
    }
}
/* headerBlk-btn */
.headerBlk-btn{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.navBlk>ul>li.headerBlk-btn{
	padding: 0;
	margin-left: 10px;
}
.headerBlk-btn a{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	transition: all .5s;
}
.nav-ul li.headerBlk-btn:hover{
	background-color: transparent;
}
.headerBlk-btn .header-btn{
	color: #222;
	font-size: 0;
	opacity: 1;
	letter-spacing: 0;
}
.header-btn{
	position: relative;
	padding: 0 10px;
}
.header-btn.fb-btn{
	padding: 0 15px;
}
.header-btn::before,
.header-btn::after{
	content: '';
	display: block;
	transition: all .5s;
}
.ig-btn::before,
.ig-btn::after{
	width: 25px;
	height: 25px;
}
.ig-btn::before{
	background: url(../images/icon/icon-ig.svg) center no-repeat;
	background-size: 100% auto;
	filter: brightness(0) invert(0); 
	position: relative;
	z-index: 2;
}
.ig-btn::after{
	background: url(../images/icon/icon-ig-bg.svg) center no-repeat;
	background-size: 100% auto;
	position: absolute;
	left: 10px;
	z-index: 1;
	opacity: 0;
}
.ig-btn:hover:before,
.footerBlk .footeritem ul li .ig-btn:before{
	filter: brightness(0) invert(1); 
}
.ig-btn:hover:after,
.footerBlk .footeritem ul li .ig-btn:after{
	opacity: 1;
}
.YT-btn::before{
	width: 22px;
	height: 25px;
	background: url(../images/icon/icon-ytlogo.svg) center no-repeat;
	background-size: 100% auto;
	filter: brightness(0) invert(0); 
}
.YT-btn:hover::before,
.footerBlk .footeritem ul li .YT-btn::before{
	filter: none; 
}
.fb-btn::before{
	width: 10px;
	height: 20px;
	background-color: #000;
	clip-path: path("M8.19057 3.32002H10V0.14003C9.12392 0.0453769 8.24365 -0.00135428 7.36285 2.98641e-05C4.74495 2.98641e-05 2.95476 1.66003 2.95476 4.70002V7.32002H0V10.88H2.95476V20H6.49663V10.88H9.44177L9.8845 7.32002H6.49663V5.05002C6.49663 4.00002 6.76612 3.32002 8.19057 3.32002Z");	
	/* background-color: var(--bule-primary); */
}
.fb-btn:hover::before,
.footerBlk .footeritem ul li .fb-btn::before{
	background-color: var(--bule-primary);
}
/* 漢堡 */
.toggleBlk {
	display: none;
	position: absolute;
	left: -60px;
	top: 0px;
	z-index: 9999;
}
.toggleBlk:has(a.active){

}
.toggleBlk>a {
	display: block;
	padding: 22px 0;
	width: 55px;
	height: 60px;
	text-indent: -9999px;
	font-size: 0;
}
.toggleBlk a.active{	
	background-color: rgba(0, 0, 0, 0);
}
.toggleBlk .icon-bar {
	display: block;
	width: 20px;
	height: 2px;
	border-radius: 1px;
	background-color: #000;
	margin-left: auto;
	margin-right: auto;
}
.toggleBlk .icon-bar+.icon-bar {
	margin-top: 4px;
}
.toggleBlk a.active .icon-bar:nth-child(1) {
	transform: translateY(9px) rotate(135deg);
}
.toggleBlk a.active .icon-bar:nth-child(2) {
	display: none;
}
.toggleBlk a.active .icon-bar:nth-child(3) {
	transform: translateY(6px) rotate(-135deg);
	margin-top: 1px;
}
.toggleBlk a.active {
	border: none;
	padding: 20px 0;
}	

/* nav */
nav{
	display: flex;
	height: 100%;
}
.navBlk,
.navBlk>ul,
.navBlk>ul>li {
	display: flex;
	align-items: center;
	height: 100%;
	transition: all .5s;
	list-style-type: none;
}
.web-menu{
	width: 100%;
}
.navBlk{
	width: 100%;
	justify-content: center;
}
.web-menu>.navBlk>.nav-ul{
	justify-content: flex-end;
    width: 100%;
}
.navBlk>ul>li{
	height: 50px;
}
.navBlk>ul>li:not(.headerBlk-btn)>a{
	padding: 0 20px;
}
.navBlk>ul>li>a,
.nav-menu .menu-hoverbox .menu .nav-menu{
	text-decoration: none;
	height: 100%;
	display: flex;
	align-items: center;
	font-size: 1rem;
	letter-spacing: 1px;
	color: var(--gray-heavy);
	transition: all .5s;
}
.navBlk>ul>li:hover>a{
	color: var(--bule-primary);
}
.navBlk>ul>li a{
	justify-content: center;
}
.navBlk>ul li,
.nav-menu .menu-hoverbox .menu .nav-menu{
	position: relative;
}
.navBlk ul li.nav-menu>.down-icon{
	width: 15px;
	height: 20px;
	display: none;
	align-items: center;
	justify-content: center;
    color: #222;
	font-size: .8rem;
	line-height: 20px;
}
/* menu hover */
.menu-hoverbox{
	display: none;
	position: absolute;
	transform: translateX(-50%);
    transition: all ease .5s;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, .2);
	top: 50px;
	left: 50%;
	z-index: 5;
	background-color: #fff;
	opacity: .985;
    width: fit-content;
	padding: 5px 0;
}
.menu-hoverbox.active{
	display: block;
}
.web-menu .navBlk .menu-hoverbox .wrapper{
	padding: 0;
	flex-flow: column;
	height: auto;
	margin: 0;
}
.menu-hoverbox .wrapper .menu{
	list-style: none;
	width: 100%;
}
.nav-menu .menu-hoverbox .menu>li{
	padding: 0 15px;
}
.menu-hoverbox .wrapper .menu li a{
	padding: 0;
	line-height: 36px;
	display: block;
	transition: all .5s;
	color: #222;
	width: 100%;
	white-space: nowrap;
}
.navBlk li.nav-menu .menu-hoverbox li.nav-menu>.menu-hoverbox {
	width: 100%;
	background-color: var(--border);
	border-top: 0;
}
@media (min-width: 1025px) {
	.web-menu>.navBlk{
		justify-content: flex-end;
	}
	.navBlk>ul>li:not(.headerBlk-btn):hover>a{
		animation: arrow .5s;
	}
	.navBlk>ul>li.active>a::after{
		content: '';
		display: block;
		width: calc(100% - 40px);
		height: 4px;
		background-color: var(--gray-heavy);
		position: absolute;
		left: 20px;
		bottom: 0;
		transition: all ease .5s;
		opacity: 1;
	}
	.web-menu>.navBlk>.nav-ul>li.nav-menu:hover>a::after{
		display: none;
	} 
	.web-menu>.navBlk>.nav-ul>li.nav-menu:hover>a:before {
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		z-index: 10;
		height: 0px;
		width: 0px;
		border-style: solid;
		border-width: 0 4px 12px;
		border-color: transparent transparent #fff;  
		content: "";
	}
	.web-menu>.navBlk>.nav-ul>li.nav-menu:hover>a:before {
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		z-index: 10;
		height: 0px;
		width: 0px;
		border-style: solid;
		border-width: 0 4px 12px;
		border-color: transparent transparent #fff;  
		content: "";
	}
	.menu-hoverbox{
		box-shadow: 0px 0px 15px rgba(0, 0, 0, .2);
	}
	.navBlk li.nav-menu .menu-hoverbox li.nav-menu>.menu-hoverbox {
		width: fit-content;
		transform: translateX(0);
		top: 0;
		left: 100%;
		padding: 0;
	}
	.navBlk li.nav-menu .menu-hoverbox li.nav-menu>span.down-icon{
		display: flex;
	}
    .navBlk li.nav-menu .menu-hoverbox li.nav-menu>span.down-icon i {
        transform: rotate(-90deg);
    }
    .navBlk li.nav-menu .menu-hoverbox li.nav-menu:hover>span.down-icon i{
		color: #fff;
    }
	.menu-hoverbox .wrapper .menu li:hover{
		background-color: var(--bule-primary)
	}
	.menu-hoverbox .wrapper .menu li:hover a{
		text-decoration: none;
	}
	.web-menu>.navBlk>.nav-ul>li>.menu-hoverbox .menu>li:hover>a{
		color: #fff;
	}
}
@media (max-width: 1320px) {
	.navBlk>ul>li:not(.headerBlk-btn)>a{
		padding: 0 10px;
	}
	.navBlk>ul>li.active>a::after{
		width: calc(100% - 20px);
		left: 10px;
	}
}
@media (max-width:1024px) {
	.toggleBlk,
	.toggleBlk a,
	header nav.active,
	header .menu-hoverbox.active {
		display: block;
	}
	header nav {
		display: none;
		width: 100%;
		height: 100vh;
		position: fixed;
		top: 0;
		right: 0;
		padding: 60px 0 0;
		opacity: 1;
	}
	header nav.active {
		display: block;
		transition: all 0.25s ease-in;
	}
	.web-menu>.navBlk{
		background-color: #fff;
	}
	.navBlk {	
		overflow-y: auto;	
		width: 100%;
		flex-flow: column;
		justify-content: flex-start;
		padding: 0 20px;
		position: relative;
		z-index: 2;
	}
	.navBlk>ul{
		flex-flow: column;
		width: 100%;
		justify-content: flex-start;
		height: auto;
        border-top: 1px solid var(--border);
	}
	.navBlk>ul>li{
		height: auto;
		width: 100%;
		padding: 0;
		border-bottom: 1px solid var(--border);
	}
	.navBlk>ul>li.headerBlk-btn{
		display: none;
	}
	.navBlk>ul>li:hover{		
		background-color: transparent;
	}
	.navBlk>ul>li>a{
		color: var(--bule-primary);
		font-weight: 500;
	}
	.navBlk>ul>li a,
	.navBlk>ul li.nav-menu>a{
		padding: 0 0 0 10px;
		justify-content: space-between;
		width: 100%;
		font-size: 1.125rem;
		width: calc(100% - 55px);
		height: auto;
		line-height: 50px;
		letter-spacing: 2px;
	}
	.navBlk>ul li.nav-menu{
		padding: 0;
		flex-wrap: wrap;
		align-items: baseline;
	}
	.navBlk ul li.nav-menu>.down-icon{
		display: flex;
		width: 55px;
		height: 50px;
		flex: 0 0 55px;
		cursor: pointer;
	}
	.navBlk>ul li.nav-menu>.down-icon i{
		font-size: 1rem;
	}
	.navBlk ul li.nav-menu>.down-icon:hover i{
		color: var(--red-primary);
	}
	.menu-hoverbox{
		position: initial;
		padding: 10px 0;
        border-top: 1px solid var(--border);
		background-color: transparent;
		transform: translateX(0%);
		box-shadow: 10px 15px 15px rgba(0, 0, 0, 0);
		width: 100%;
	}
	.menu-hoverbox .wrapper {
		padding: 0;
	}
	.menu-hoverbox .wrapper .menu li{
		width: 100%;
		padding: 0;
		background-color: transparent;
	}
	.menu-hoverbox .wrapper .menu li a{
		width: 100%;
		padding: 0;
		border-top: 0;
		font-size: 1rem;
		line-height: 35px;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		padding-left: 15px;
	}
	.menu-hoverbox .wrapper .menu li.nav-menu>a{
		justify-content: space-between;
		width: 100%;
		width: calc(100% - 55px);
		height: auto;
		line-height: 35px;
		color: #444;
	}	
	.menu-hoverbox .wrapper .menu li a:hover{
		color: var(--red-primary);
	}
	.menu-hoverbox .wrapper .menu li.nav-menu>.down-icon{
		height: 20px;
	}
}
/* search modal */
.searchBlk{
	display: flex;
	width: 100%;
	justify-content: flex-end;
	position: relative;
	z-index: 10;
}
.search-keyword{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin: 0 8px;
}
.search-keyword>p{
	margin: 0;
	font-size: .85rem;
	color: var(--gray-heavy);
}
.search-keyword a{
	display: flex;
	align-items: center;
	margin: 0 0 0 5px;
	transition: all .5s;
	font-size: .85rem;
	color: var(--gray-heavy);
	padding: 0 .375rem;
	background-color: rgba(0, 0, 0, .14);
	border-radius: 2px;
}
.search-keyword a:hover{
	background-color: var(--red-primary);
	color: #fff;
}
.searchBlk .search-btn{
	display: flex;
	font-size: 0;
	width: 55px;
	height: 60px;
	justify-content: center;
	align-items: center;
}
.searchBlk .search-btn::after{
	content: '';
	display: block;
	background-color: var(--gray-heavy); 
	width: 21px;
	height: 21px;
	clip-path: path("M20.5,21.5c-.3,0-.5,0-.7-.3l-4.1-4.1c-1.6,1.3-3.7,2.1-5.8,2.1s-4.8-1-6.6-2.7c-1.8-1.8-2.7-4.1-2.7-6.6s1-4.8,2.7-6.6c.9-.9,1.9-1.5,3-2,2.3-.9,4.9-.9,7.1,0,1.1.5,2.2,1.2,3,2,.9.9,1.5,1.9,2,3,.5,1.1.7,2.3.7,3.6s-.2,2.4-.7,3.6c-.3.8-.8,1.6-1.3,2.3l4.1,4.1c.4.4.4,1,0,1.4s-.5.3-.7.3ZM9.8,2.5c-1,0-1.9.2-2.8.6s-1.7.9-2.4,1.6c-1.4,1.4-2.1,3.2-2.1,5.2s.8,3.8,2.1,5.2c1.4,1.4,3.2,2.1,5.2,2.1s3.8-.8,5.2-2.1h0c.7-.7,1.2-1.5,1.6-2.4.4-.9.6-1.8.6-2.8s-.2-1.9-.6-2.8c-.4-.9-.9-1.7-1.6-2.4-.7-.7-1.5-1.2-2.4-1.6-.9-.4-1.8-.6-2.8-.6Z");	
	flex: 0 0 auto;
}
@media (min-width: 1025px) {
	.searchBlk{
		padding: 12px 0 7px;
	}
	.searchBlk .search-btn{
		justify-content: space-between;
		border: 1px solid var(--border);
		width: 100%;
		padding: 4px 8px 4px 5px;
		max-width: 200px;
		border-radius: 2px;
		margin-left: 5px;
		height: auto;
		transition: all .5s;
	}
	.searchBlk .search-btn::before{
		content: '關鍵字搜尋';
		font-size: .875rem;
		color: #999;
	}
	.searchBlk .search-btn::after{
		transform: scale(.75);
	}
	.searchBlk .search-btn:hover::after{
		background-color: var(--red-primary);
	}
	.searchBlk .search-btn:hover{
		border: 1px solid var(--border-dark);
		background-color: var(--bg-gray);
	}
}
@media (max-width: 1024px) { 	
	.searchBlk .search-keyword{
		display: none;
	}
}
.modal-search{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 2rem;
}
.modal-body .modal-search{
	margin-bottom: 0;
}
.modal-search input[type="text"].form-control{
	border: 0;
	height: 50px;
	background: #fff; 
	min-height: 50px;
	border: 1px solid var(--border-dark);
}
.modal-search input[type="text"].form-control:focus {
	box-shadow: 0 0 5px 0 rgba(13,110,253,0);
}
.modal-search button{	
	height: 50px;
	width: 20%;
	margin-left: 2%;
}
.modal-body .search-keyword{
	padding: 1.5rem 0 .5rem;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin: 0;
}
.modal-body .search-keyword>p{
	padding-bottom: 5px;
}
.modal-body .search-keyword a{
	margin: 0 5px 5px 0;
	padding: 0 .5rem;
    font-size: .9rem;
}
#Search .modal-body{
	padding: 3rem 5% 2rem;
}
@media (max-width: 768px) {   
	.modal-search button{	
		width: 40%;
	}
	#Search .modal-body {
		padding: 2rem 1.5rem 1.5rem;
	}
}
@media (max-width: 576px) {   
	#Search .modal-body {
		padding: 1.75rem 1rem 1rem;
	}
	.modal-body .search-keyword p{
		width: 100%;
	}
}

/* 頁數 */
.page {
	width: 100%;
    padding: 2rem 0 1.5rem;
}
.pagination {
	display: flex;
	justify-content: center;
    margin: 0;
}
.pagination li{
	padding: 0 3px;
}
.pagination a{
    width: auto;
	min-width: 2rem;
    height: 2rem;
    font-size: 1rem;
    color: #666;
    display: flex;
    align-items: center;
    justify-content: center;
	border: 1px solid var(--border-dark);
	transition: all .1s;
}
.pagination .active,
.pagination a:hover{
	background-color: var(--bule-primary);
	color: #fff;
	border: 1px solid  var(--bule-primary);
} 
.pagination a[disabled="disabled"].disabled::before{
	color: #ccc;
}
@media (max-width: 768px){
	
}
@media (max-width: 576px){
	
}
@media (max-width: 425px){
	
}

/* 麵包屑 */
.breadcrumbBlk{    
	background-color: #e2e2e2;
}
.breadcrumbBlk .wrapper{
	
}
.breadcrumb {
	padding: 0;
	margin-bottom: 0rem;
	background-color: transparent;
}
.breadcrumb-item a,
.breadcrumb-item{
	font-size: .875rem;
	line-height: 40px;
	opacity: .95;
}
.breadcrumb-item{
	color: #6d6d75;
}
/* .breadcrumb-item{
	display: none;
}
.breadcrumb-item:has(a){
	display: block;
} */
.breadcrumb-item+.breadcrumb-item {
	padding-left: 0.35rem;
}
.breadcrumb-item+.breadcrumb-item::before {
	padding-right: 0.35rem;
	color: #6d6d75;
	font-size: .8rem;
	line-height: 40px;
	opacity: .5;
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
	.breadcrumb-item+.breadcrumb-item {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		max-width: 600px;
	}
}
@media (max-width: 1024px){	
	.breadcrumbBlk{    
		display: none;
	}
}

/* title */
.item-title{
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
}
.item-title>span{
	display: flex;
	align-items: center;
}
.item-title>span:not(.h3)>*{
	background-color: var(--red-primary);
    line-height: 40px;
	padding: 2px 20px;
	color: #fff;
}
.item-title>span:not(.h3):after {
    content: "";
    z-index: -1;
    height: 0px;
    width: 0px;
    border-style: solid;
    border-width: 44px 0 0 24px;
    border-color: transparent transparent transparent var(--red-primary);
	position: relative;
    z-index: 2;
}
.item-title:has(.h1){
	justify-content: space-between;
}
.item-title:has(.h1)::after{
	content: '';
	display: block;
	width: 100%;
	height: 4px;
	background-color: var(--red-primary);
	position: absolute;
	bottom: 0;
}
.item-title:has(.h1) a.item-more{
	color: var(--gray-heavy);
    line-height: 1.5rem;
    letter-spacing: 1px
}
.item-title:has(.h1) a.item-more:hover{
	color: var(--red-primary);
}
.item-title:has(.h1) a.item-more::after{
	content: '\F285';
	font-family: bootstrap-icons;
    font-size: .8rem;
}
.item-title:has(.h2){
	background-color: var(--gray-heavy);
}
.item-title .h1{
	font-size: 1.25rem;
	font-weight: 600;
}
.item-title .h2{
	font-size: 1.25rem;
	font-weight: 500;
}
.item-title .h3{
	width: 100%;
	justify-content: space-between;
}
.item-title .h3::before,
.item-title .h3::after{
	content: '';
	display: block;
	width: 50%;
	height: 3px;
	background-color: var(--red-primary);
}
.item-title .h3>*{
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 0 0 auto;
	padding: 0 10px;
}
@media (min-width: 768px){	
	.item-title:not(.page-title) .h3>*::before,
	.item-title:not(.page-title) .h3>*::after{
		content: "";
		display: block;
		height: .65rem;
		width: .65rem;
		background-color: var(--red-primary);
	}
	.item-title .h3>*::before{
		margin-left: -20px;
		margin-right: 10px;
	}
	.item-title .h3>*::after{
		margin-right: -20px;
		margin-left: 10px;
	}	
}
.item-title.page-title .h3{
	justify-content: center;
	margin-bottom: 2rem;
}
.item-title.page-title .h3::before,
.item-title.page-title .h3::after{
	max-width: 2rem;
}
@media (max-width: 991px){	
	.item-title>span>*{
		line-height: 36px;
	}
	.item-title>span:after {
		border-width: 40px 0 0 20px;
	}	
}

section{
	margin-bottom: 5vh;
}
/* banner swiper */
.top-banner{
	width: 100%;
	display: flex;
	justify-content: center;
	margin: 0 auto;
	padding: 2rem 0;
}
.index-banner{
	width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 1;	
}
.index-swiper{
	background-size: 0;
	width: 100%;
	margin: 0 auto;
}
.top-banner .index-swiper .owl-carousel .owl-stage-outer{
	margin: 0 auto;
}
.index-swiper .owl-theme{
	width: 100%;
	position: static;
}
@media screen and (min-width: 992px) and (max-width: 1024px) {
	.top-banner{
		padding: 30px 0;
	}	
	.top-banner .wrapper.row>div:last-child{
		padding: 0 0 0 30px;
	}
}
@media (max-width: 991px) {
	.top-banner{
		padding: 0;
	}	
	.top-banner .wrapper.row>div:last-child{
		padding: 30px;
	}
	.top-banner .wrapper.row>div{
		padding-bottom: 30px;
	}
}
@media (max-width: 576px) {
	
	.top-banner .wrapper.row>div:last-child{
		padding: 15px 15px;
	}
}

/* AD */
.adimgBlk{
	padding-bottom: 30px; 
}
.adimgBlk iframe{
	width: 100% !important;
}
@media (max-width: 1024px) {
	.adimgBlk{
		
	}
}
.adimgBlk .adimg{
	position: relative;
	width: fit-content;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
.adimgBlk .imgBlk-banner{
	display: block;
	overflow: hidden;
	position: relative;
}
.adimgBlk .adimg .imgBlk-banner::before{
	content: 'AD';
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.25);
	color: #fff;
	font-size: .8rem;
	padding: 0 5px;
	line-height: 15px;
}
.adimgBlk .adimg .btn-close{
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
	height: 20px;
	background-color: rgba(0, 0, 0, 0.25);
	background-position: center;
	background-repeat: no-repeat;
	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='White' stroke-width='1' stroke-linecap='round' stroke-linejoin='round' d='M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
	background-size: 18px auto;
	transition: all .5s;
	opacity: .8;
	z-index: 2;
	border-radius: 0;
}
.adimgBlk .adimg .btn-close:hover{
	opacity: 1;
	background-color: rgba(0, 0, 0, 0.5);
}
/* 蓋板 */
.adimgBlk.adimghide{
	width: 100%;
	height: 100vh;
	position: fixed;
	background-color: rgb(0, 0, 0,.75);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1099;
	padding: 0;
}
.adimgBlk.adimghide .adimg{
	position: fixed;
	top: 0;            
	bottom: 0;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	max-width: inherit;
	padding: 5vh 5vw;
}
.adimgBlk.adimghide .adimg::-webkit-scrollbar{
	display: none;
}
.adimgBlk .adimg .modalBlk{
	position: relative;
}
.adimgBlk .adimg .modalBlk .imgBlk-banner img{
	width: auto;
	max-height: 90vh;
}
.adimgBlk .adimg .modalBlk .btn-close{
	z-index: 2;
	right: 0;
    top: 0;
}
@media (max-width: 425px) {
	.adimgBlk.adimghide .adimg{
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.adimgBlk.adimghide .adimg .modalBlk{
		top: inherit;
	}
}

/* TSNA TV */
.tv-content{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding-top: 3rem;
	padding-bottom: 3rem;
	position: relative;
}
.tv-content::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: var(--gray-heavy);
    opacity: .8;
	z-index: 1;
}
@media (min-width: 1025px) {
	.tv-content{
		padding-top: 5rem;
		padding-bottom: 5rem;
	}
}
.tv-content .content-title{
	text-align: center;
	color: #fff;
	padding-top: 1.875rem;
    padding-bottom: 1.625rem;  
	position: relative;  
	z-index: 2;
}
.tv-content .search-list{
	margin: 0;
	padding: 0;
	background-color: transparent;
	position: relative;  
	z-index: 2;
}
.tv-content .search-list .cardbox {
	border-bottom: 0 solid var(--border);
	padding: 0;
}
.tv-content .search-list .cardbox:hover{
	background-color: transparent;
}
.tv-content .search-list .cardbox .card-info .cardimg {
	width: 65%;
}
.tv-content .search-list .cardbox .card-info .cardtext {
    justify-content: center;
    padding: 10px 0 10px 20px;
}

.tv-content .search-list .cardbox .cardtext>.title{
	color: #fff;
	font-size: 1.5rem;
    line-height: 1.5;
    font-weight: 700;
}
@media (min-width: 769px){
	.tv-content .search-list .cardbox .cardtext>.title{
		display: block;
	}
}
.tv-content .search-list .cardbox .cardtext>.info,
.tv-content .search-list .cardtext>.day>span.author,
.tv-content .search-list .cardtext>.day>span.author::before,
.tv-content .search-list .cardtext>.day>span.Views,
.tv-content .search-list .cardtext>.day>span.Views::before{
	color: #f2f3f4;
}
.tv-content .search-list .cardbox .cardtext>.day{
	color:#b9b9be;
	font-size: 1rem;
	padding: 10px 0;
}
.tv-content .search-list .cardbox .cardtext>.info {
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5;
	padding-top: 20px;
	border-top: 1px solid #6d6d75;
	white-space: pre-line;
    color: var(--border);
	margin-top: 10px;
}
@media (max-width: 1024px) {
	.tv-content .content-title,	
	.tv-content .search-list .cardbox .cardtext>.info,
	.tv-content .search-list .cardbox .cardtext>.day,
	.tv-content .search-list .cardbox .cardtext .btnBlk{
		display: none;
	}
	.tv-content .search-list .cardbox .card-info .cardimg{
		width: 60%;
	}
	.tv-content .search-list{
		padding: 0 20px;
	}
}
@media (max-width: 991px) {
	
}
@media (max-width: 768px) {
	.tv-content{
		padding-top: 0;
		padding-bottom: 0;
	}
	.tv-content .search-list{
		padding: 0 0;
	}
	.tv-content .search-list .cardbox .card-info .cardimg{
		width: 100%;
	}
	.tv-content .search-list .cardbox .card-info .cardtext{
		padding: 15px;
	}
	.tv-content .search-list .cardbox .cardtext>.title{
		font-size: 1rem;
		font-weight: 400;
		margin-bottom: 0;
	}
}

/* article list */
.search-list {
	display: flex;
	flex-wrap: wrap;
	background-color: #fff;
	/* margin-top: 40px; */
	margin-bottom: 40px;
	padding: 15px;
}
/* .item-title ~ .search-list {
	margin-top: 0px;
} */
.cardgroup{
	width: 100%;
}
.search-list .cardbox{
	width: 100%;
	padding: 1rem .75rem;
}
.search-list .cardbox:hover{
	background-color: var(--border);
}
.search-list .cardbox .card-info .cardimg {
    width: 100%;
	flex: 0 0 auto;
}
.search-list .cardbox .card-info .cardtext {
    padding: 15px 0 0 0 ;
    justify-content: space-between;
}
.search-list .cardbox .cardtext>.title {
    font-size: 1.25rem;
    line-height: 1.25;
	margin-bottom: .5rem;
}
.search-list .cardbox .cardtext>.info {
	margin-bottom: 5%;
	font-size: .9rem;
	line-height: 1.45;
}
.search-list .cardbox .cardtext>.day {
	justify-content: space-between;
}
@media (min-width: 769px){
	.search-list .cardbox{
		border-bottom: 1px solid var(--border);
	}
	.search-list .cardbox .card-info {
		flex-wrap: nowrap;
	}
	.search-list .cardbox .card-info .cardimg {
		width: 30%;
	}
	.search-list .cardbox .card-info .cardtext {
		padding: 0 0 0 15px;
		width: 70%;
	}
}
@media (max-width: 768px){	

	.search-list .cardbox .cardtext>.info {
		display: none;
	}
	.search-list .cardbox .cardtext>.title {
		margin-bottom: 10px;
		-webkit-line-clamp: 2;
	}
	.cardtext>.tag {
		margin-bottom: .75rem;
	}
}
@media (max-width: 576px){
	.search-list {
		padding: 5px 0 0 0;
	}
	.search-list .cardbox {
		padding: 10px 1rem;
	}
}
@media (max-width: 425px){
	
}

/* iframe */
.iframeBlk{
	position: relative;
	padding-top: 20px;
}
.iframeBlk .cardtext{
	padding: .5rem 0;
	border-bottom: 1px solid var(--border);
}
.iframeBlk .cardtext>.title{
	font-size: 1.15rem;
}
.iframeBlk iframe{
	width: 100%;
}
/* 3 cards */
.cards3Blk {
	padding: 0 0 30px;
	overflow: hidden;
}
.cards3Blk ul{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	list-style: none;
}
.cards3Blk ul>li:first-child{
	padding: 10px 0;
}
.cards3Blk ul>li{
	padding: 10px 0 10px 20px;
}
.cards3Blk ul li:first-child .cardtext-mask .cardimg{
	aspect-ratio: 840 / 475;
}
.cards3Blk ul li .cardtext-mask .cardimg{
	aspect-ratio: 21 / 11;
}
.cards3Blk .cards-swiper .owl-carousel .owl-stage-outer {
    overflow: inherit;
}
.index-article .cards3Blk ul>li:first-child{
	padding: 15px 0;
}
.index-article .cards3Blk ul>li{
	padding: 15px 0 15px 30px;
}
.index-article .cards3Blk ul>li:first-child .cardtext-mask .cardimg{
	aspect-ratio: 64 / 41;
}
.index-article  .cards3Blk ul>li .cardtext-mask .cardimg{
	aspect-ratio: 61 / 19;
}
.index-article .owl-dots{
	display: none;
}
@media (min-width: 1025px){	
	.index-article .cards3Blk {
		padding: 30px 0;
	}
	.cards3Blk ul{
		flex-direction: column;
		height: 500px;
	}
	.index-article .cards3Blk ul{
		height: 440px;
	}
	.cards3Blk ul>li:first-child{
		width: 65%;
	}
	.cards3Blk ul>li{
		width: 35%;
	}
	.cards3Blk ul>li .cardtext-mask .cardtext>.title{
		font-size: 1.25rem;
	}
	.index-article .cards3Blk ul>li{
		width: 50%;
	}
	.index-article .cards3Blk ul>li:not(:first-child) .cardtext-mask .cardtext {
		/* background-color: rgba( 255, 255, 255, .5); */
		height: 100%;
	}
	/* .index-article .cards3Blk ul>li:not(:first-child) .cardtext-mask .cardtext>*{
		color: var(--gray-heavy);
	}
	.index-article .cards3Blk ul>li:not(:first-child) .cardtext-mask .cardtext>.day>span.author{
		color: var(--bule-primary);
	}
	.index-article .cards3Blk ul>li:not(:first-child) .cardtext-mask .cardtext>.day>span.author::before{
		color: var(--gray-heavy);
	} */
	.index-article .cards3Blk ul>li:not(:first-child) .cardtext-mask .cardtext>.title {
		-webkit-line-clamp: 2;
		line-height: 1.5;		
	}
}
@media (max-width: 1024px){	
	.cards3Blk ul li{
		padding: 0 5px;
	}
	.cards3Blk .cards-swiper .owl-item li{
		opacity: .4;
	}
	.cards3Blk .cards-swiper .owl-item li .cardtext-mask .cardimg{
		aspect-ratio: 5 / 2;
	}
	.cards3Blk .cards-swiper .owl-item.active.center li{
		opacity: 1;
	}
	.cards3Blk .cards-swiper .owl-item.active.center li .cardtext-mask .cardimg{
		aspect-ratio: 2 / 1;
	}
	.cards3Blk .cards-swiper .owl-carousel .owl-stage {
		display: flex;
		align-items: center;
	}
	.cards3Blk .cards-swiper{
		width: 90%;
		max-width: 840px;
		margin: 0 auto;
	}
	.index-article .item-title{
		width: calc(100% - 60px);
		margin: 0 auto;
	}	
	.index-article .cards3Blk .cards-swiper{
		margin: 0;
	}
	.index-article .cards3Blk .cards-swiper .owl-item li{
		opacity: 1;
		padding: 15px 0 15px 30px;
	}
	.index-article .cards3Blk .cards-swiper .owl-item li .cardtext-mask .cardimg{
		aspect-ratio: 2 / 1;
	}
}
@media (max-width: 576px) {
	.index-article .item-title{
		width: calc(100% - 30px);
	}	
	.index-article .cards3Blk .cards-swiper .owl-item li{
		opacity: 1;
		padding: 15px 0 15px 20px;
	}
}
/* index tv */
.index-tv .listBlk ul{
	padding-top: 30px;
	padding-bottom: 30px;
}
.index-tv .listBlk ul li a:has(.cardbox.card-video){
	padding: 0px;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
@media (max-width: 1024px){	
	.index-tv{
		display: none;
	}
}
/* populor */
.populorBlk{	
	padding: 0 20px;
	border-radius: 0 0 5px 5px;
	background-color: #fff;
	margin-bottom: 40px;
}
.populorBlk .populor{
	display: flex;
	align-items: center;
	padding: 12px 0;
	transition: all .5s;
}
.populorBlk .populor:not(:last-child){
	border-bottom: 1px solid var(--border);
}
.populorBlk .populor::before{
    content: '';
    margin: 0 .5rem 0 0;
    width: 6px;
	height: 6px;
    flex: 0 0 auto;
	border-radius: 100%;
	background-color: var(--red-primary);
}
.populorBlk .populor span{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
	line-height: 24px;   
	text-align: justify;
}
.populorBlk .populor:hover span{
	font-weight: 600;
}
.top-banner .populorBlk{	
	box-shadow: -5px 5px 15px rgba(0, 0, 0, .08);
	padding: 0;
	border-radius: 0;
}
.top-banner .populorBlk .populor{
	padding: 15px 20px;
}
.top-banner .item-title>span>span {
    background-color: transparent;
    line-height: 75px;
    font-size: 1.5rem;
    letter-spacing: .25rem;
    display: flex;
    align-items: center;
}
.top-banner .item-title>span:after {
    display: none;
}
.top-banner .item-title>span>span::before{
	content: '';
	display: block;
	width: 32px;
	height: 32px;
	background-color: var(--red-primary);
	clip-path: path("m14.646 23.959-.533-.41c-.575-.41-.575-1.231-.575-1.641v-1.19a.631.631 0 0 0-.615-.615h-2.461a.631.631 0 0 0-.616.615v3.159c0 1.108.657 1.97 1.682 1.97h2.01c1.19 0 1.272-.821 1.272-.821s.205-.739-.164-1.067zm9.149-11.241v-5.62c0-.985-1.23-1.272-1.887-.616l-3.652 3.446c-.574.493-1.312.698-2.05.698H9.968c-2.133.04-3.815 1.887-3.815 4.02v.082c0 2.134 1.682 3.734 3.815 3.734h6.236c.78 0 1.518.328 2.092.82l3.61 3.528c.657.657 1.888.41 1.888-.574v-5.58c1.23 0 1.97-.861 1.97-1.969s-.74-1.97-1.97-1.97z");
	/* transform: scale(.8); */
}
@media (max-width: 768px) {	
	.top-banner .item-title>span>span {
		line-height: 46px;
		font-size: 1.125rem;
		padding: 0 15px;
	}
	.top-banner .populorBlk .populor {
		padding: 12px 15px;
	}
}
/* detail page */
.detailBlk{
	width: 100%;
    border-radius: 4px;
    background-color: #fff;
    padding: 1.5rem;
	margin-bottom: 2rem;
}
@media (max-width: 991px) {
	.detailBlk{
		padding: 15px;
	}
}
/* 代表圖 */
.detailimg {
	margin-bottom: 1.5rem;
	padding-top: 0;
}
.detailimg figure{
	margin:0 auto;
}
.detailimg.iframeBlk ~ .cardtext{
	border-bottom: 1px solid var(--border);
	padding-bottom: 10px;
}
.detailimg.iframeBlk ~ .cardtext>.day{
	margin-bottom: 1.5rem;	
}
/* 標題 */
.detailBlk>.cardtext {
    padding:0;
	margin-bottom: 1rem;
}
.detailBlk>.cardtext>.tag{
	width: 100%;
	max-width: calc(100% - 135px);
	margin-bottom: .5rem;
	height: auto;
}
.detailBlk>.cardtext>.tag>a{
	margin-bottom: .5rem;
}
.detailBlk .mata{
	display: flex;
	justify-content: flex-end;
	margin-bottom: -24px;
}
.detailBlk>.cardtext>.title{
    font-size: 2.5rem;
    line-height: 1.25;
	display: block;
	margin-bottom: 1rem;
}
@media (max-width: 1024px) {
	.detailBlk>.cardtext>.title{
		font-size: 2.25rem;
	}
}
@media (max-width: 768px) {
	.detailBlk .item-title{
		margin-bottom: .75rem !important;
	}
	.detailBlk>.cardtext>.tag{
		max-width: calc(100% - 75px);
	}
	.detailBlk>.cardtext>.title{
		font-size: 2rem;
	}
}
@media (max-width: 576px) {
	.detailBlk>.cardtext>.title{
		font-size: 1.75rem;
	}
}
@media (max-width: 425px) {
	.detailBlk>.cardtext>.title{
		font-size: 1.5rem;
	}
}
/* more news */
.detailBlk .item-title{ 
	margin-bottom: 1.25rem;
}
.detailBlk .item-title:has(.h3){
	margin-top: 1.25rem;
	margin-bottom: 1.5rem;
}
.detailBlk .populorBlk{
	margin-bottom: 0;
	background-color: var(--bg-gray);
}
.detailBlk .listBlk ul{
    justify-content: space-between;
}
.detailBlk .listBlk ul li {
	padding: 10px;
}
.listBlk ul li a:has(.cardbox.card-video){
	display: block;
	padding: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .05);
	border-radius: 2px;
    overflow: hidden;
}
.detailBlk .listBlk ul li .cardtext>.title {
    color: var(--gray-heavy);
    font-size: 1rem;
    font-weight: 400;
    -webkit-line-clamp: 2;
    margin: 0;
}
.detailBlk .listBlk ul li .card-video .cardtext>.title {
    color: var(--gray-heavy);
    font-size: 1.125rem;
    font-weight: 600;
    -webkit-line-clamp: 1;
    margin: 0 0 5px;
}
/* .detailBlk .listBlk ul li .cardimg {
    aspect-ratio: 5 / 3;
} */
.listBlk.allvideolist ul{
	display: grid;
    gap: 1.25rem;
    grid-template-columns: repeat(3, minmax(0, 125rem));
}
.listBlk.allvideolist ul li {
	width: 100%;
	padding: 0;
}
@media (max-width: 1024px) {
	.detailBlk .listBlk:has(.owl-videolist){
		overflow: hidden;
		position: relative;
	}	
	.detailBlk .listBlk .owl-videolist .owl-carousel,
	.detailBlk .listBlk .owl-carousel .owl-stage-outer {
		overflow: inherit;
	}
	.detailBlk .listBlk .owl-videolist{
        width: 85%;
		max-width: 600px;
    }
	.detailBlk .listBlk .owl-videolist .owl-dots{
		display: none;
	}
	.detailBlk .listBlk .owl-videolist .owl-carousel li{
        padding: 10px;
		width: 100%;
	}
	.detailBlk .listBlk .owl-videolist .owl-carousel .owl-item{
		opacity: .25;
	}
	.detailBlk .listBlk .owl-videolist .owl-carousel .owl-item.active{
		opacity: 1;
	}
}
@media (max-width: 768px) {  
	
	.detailBlk .listBlk ul li,
	.listBlk.allvideolist ul li{
		width: 100%;
		padding: 10px 0;
        border-bottom: 1px solid var(--border);
	}
	.detailBlk .listBlk ul li:last-child{
		padding: 10px 0 0;
        border-bottom: 0px solid var(--border);
	}
	.detailBlk .listBlk ul li .cardbox:not(.card-video) .card-info,
	.listBlk.allvideolist .card-info{
		flex-wrap: nowrap;
	}
	.detailBlk .listBlk ul li .cardbox:not(.card-video) .card-info .cardimg{
		width: 30%;
		flex: 0 0 auto;
	}
	.detailBlk .listBlk ul li .cardbox:not(.card-video) .card-info .cardtext {
		padding: 10px;
	}

	.listBlk.allvideolist ul{
		gap: 0;
		grid-template-columns: repeat(1, minmax(0, 125rem));
	}
	.listBlk.allvideolist ul li a:has(.cardbox.card-video){
		padding: 0;
		box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	}
	.listBlk.allvideolist ul li .cardimg{
		width: 60%;
	}
	.listBlk.allvideolist ul li .cardtext{
		padding: 10px;
		justify-content: space-between;
	}
	
}
@media (max-width: 576px) {	
	.listBlk.allvideolist ul li .cardtext{
		padding: 0 0 0 10px;
	}
	.listBlk.allvideolist ul li .cardimg{
		width: 100%;
	}
	.listBlk.allvideolist ul li .card-video .cardtext>.title {
		font-size: 1rem;
		-webkit-line-clamp: 2;
	}
	.detailBlk .listBlk .owl-videolist .owl-carousel li{
		padding: 10px 5px 10px 5px;
	}
}
@media (max-width: 425px) {
	.listBlk ul li a:has(.cardbox.card-video){
		padding: 5px;
	}
	.listBlk ul li a:has(.cardbox.card-video) .cardtext {
		padding: .5rem .5rem .25rem;
	}
}
/* search */
.searchtag{
	margin-top: 2rem;
	background-color: #fff;
	border-bottom: 1px solid var(--border);
	padding: 5px 5px 0;
	overflow: hidden;
	display: none;
}
.searchtag ul{
	list-style: none;	
	display: flex;
	align-items: center;
	white-space: nowrap;
    flex-wrap: nowrap;
    width: 100%;
    overflow-x: auto;
}
.searchtag ul li a{
	color: var(--gray-heavy);
	padding: .75rem .5rem;
	position: relative;
	display: block;
}
.searchtag ul li a:hover,
.searchtag ul li a.active{
	color: var(--red-primary);
	font-weight: 600;
}
.searchtag ul li a.active::after{
	content: '';
	display: block;
    position: absolute;
    right: 0px;
    left: 0px;
    bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    height: 0px;
    width: 0px;
    border-style: solid;
    border-width: 0 5px 6px;
    border-color: transparent transparent var(--red-primary);
}
@media (max-width: 576px) {
	.search-result .search-keyword{
		margin: 0 auto 2rem;
	}
}

/* footer */
footer {
	margin: 0;
	width: 100%;
	position: relative;
	border-top: 1px solid #e7e7e7;
}
.footerBlk{
	padding: 30px 0;
	background-color: #F2F3F4;
}
.footerBlk .wrapper{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
@media (max-width: 1024px) {
	.footeritem{
		display: none;
	}
}
.footerBlk .footeritem{
	padding: 20px 10px 0;
	margin-bottom: 30px;
}
.footerBlk .footeritem p{
	font-weight: 600;
}
.footerBlk .footeritem p ~ span{
	text-align: justify;
	font-size: .875rem;
	line-height: 1.5;
}
.footerBlk .footeritem ul{
	font-size: .875rem;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	height: 110px;
}
.footerBlk .footeritem ul li{
	display: flex;
	align-items: flex-start;
	margin-bottom: 5px;
}
.footerBlk .footeritem ul li::before{
	content: '';
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 100%;
	background-color: #999;
	margin: 13px 10px 0 3px;
}
.footerBlk .footeritem ul li a{
	color: #444;
	line-height: 30px;
	display: flex;
}
.footerBlk .footeritem ul li a:hover{
	text-decoration: underline;
}
.footerBlk .footeritem ul li .header-btn{
	padding: 0 8px 0 0;
}
.footerBlk .footeritem ul li .header-btn.fb-btn{
	padding: 0 13px 0 5px;
}
.footerBlk .footeritem ul li .header-btn{
	display: flex;
	align-items: center;
}
.footerBlk .footeritem ul li .ig-btn::before,
.footerBlk .footeritem ul li .ig-btn::after{
	width: 20px;
	height: 20px;
}
.footerBlk .footeritem ul li .ig-btn::after {
    left: 0;
}
.footerBlk .footeritem ul li .YT-btn::before{
	width: 20px;
}

.footer_logolist{
	display: flex;
	justify-content: center;
}
.footer_logolist>img{
	height: 60px;
	margin: 0 3%;
}
.copyRightBlk{
	background-color: var(--gray-heavy);
	padding: 10px 20px;
	position: relative;
}
.copyRightBlk::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
	background-color: rgb(0 0 0 / 5%);
}
.copyRightBlk .wrapper{
	display: flex;
	justify-content: space-between;
	max-width: 1240px;
}
.copyRightBlk .wrapper p{
	color: #fff;
	font-size: .875rem;
	line-height: 30px;
	margin: 0;
	letter-spacing: 1px;
	opacity: .8;
	width: 100%;
	text-align: center;
}
.copyRightBlk .wrapper p span{
	color: #fff;
}
.copyRight-link{
	list-style: none;
	display: flex;
}
.copyRight-link li{
	padding: 0 0 0 10px;
}
.copyRight-link li a{	
	color: #fff;
	font-size: .875rem;
	line-height: 30px;
	opacity: .9;
}
.copyRight-link li a:hover{	
	text-decoration: underline;
}
@media (max-width: 1024px) {
	.copyRightBlk .wrapper p{
		line-height: 24px;
	}
	.footer_logolist>img{
		height: 50px;
	}
}
@media (max-width: 768px) {
	.footer_logolist>img{
		height: 40px;
	}
	.copyRightBlk .wrapper p{
		line-height: 1.5;
        font-size: .8rem;
	}
}

.gotop {
	width: 60px;
	height: 60px;
	font-size: 0;
	position: fixed;
	right: 20px;
	bottom: 10%;
	text-align: center;
	border-radius: 5px;
	z-index: 2;
	box-shadow: var(--textshadow-02);
	background-color: var(--gray-heavy);
	transition: all .5s;
	opacity: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.gotop.sticky{
	opacity: .8;
}
.gotop::after{
	content: '\F145';
	color: #fff;
	font-family: bootstrap-icons;
	line-height: 1;
	font-size: 3rem;
}
.gotop:hover {
	background-color: var(--red-primary);
	text-decoration: none;
	opacity: .95;
}
@media (max-width: 1024px) {
	.gotop {
		width: 2.5rem;
		height: 2.5rem;
	}
	.gotop::after{
		font-size: 2rem;
	}
}

/* about */
.introduction p{
	font-size: 1.125rem;
	line-height: 1.5;
	margin-bottom: 0;
}
.introduction{

}
.introduction ul{
	padding-left: 0;
}
.introduction ul li{
	margin-bottom: 0;
}
.introduction ul li span{
	display: flex;
	align-items: center;
}
.introduction ul li span::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 100%;
	background-color: var(--bule-primary);
	margin-right: 14px;
}
.introduction ul li span ~ p{
	padding-left: 20px;
	font-size: 1rem;
}
.about p{
	margin: 0 auto .75em;
	padding: 0 20px;
}
.detailtitle{
	justify-content: center;
	display: flex;
	align-items: stretch;
	transform: skewX(-10deg);
	margin: 40px auto 20px;
}
.detailtitle::before,
.detailtitle::after{
	content: '';
	display: block;
	background-color: var(--bule-primary);
	width: 10px;
}
.detailtitle .h2{
	background-color: var(--red-primary);
	padding: 0 20px;
	margin: 0 5px;
	color: #fff;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.5;
}
.userBlk .listBlk.row{
	max-width: 1080px;
	margin-bottom: 40px;
	justify-content: flex-start;
}
.userBlk .listBlk.row .title{
	text-align: center;
	color: var(--bule-primary);
	margin-bottom: 10px;
	font-size: 1.5rem;
}
.userBlk .listBlk.row .card-info{
	padding: 10px;
}
.userBlk .listBlk.row .cardtext{
	padding: 0;
	padding-top: 20px;
}
.userBlk .listBlk.row .cardtext>.info{
	display: block;
	margin: 0;
}
.userBlk .listBlk.row .btn{
	border-radius: 0;
	max-width: 400px;
	margin: 0 auto;
}
@media (min-width: 1241px) {
	.about{
		padding-left: 25%;
		padding-right: 2%;
		padding-bottom: 10%;
		padding-top: 20px;
		background: url(../images/bg-about.svg) bottom center no-repeat;
	}
	.userBlk .listBlk.row .title{
		text-align: center;
	}
}
/* 404 */
.errBlk{
	width: 100%;
	height: 100vh;
	padding: 30px 5% 60px;
	max-width: 1720px;
	margin: 0 auto;
}
.errBlk .errlogo{
	width: 100%;
	display: flex;
	margin-bottom: 20px;
}
.errBlk .errlogo>img{
	height: 50px;
	width: auto;
}
.err-content{
	position: relative;
	background-color: var(--bg-gray);
	height: calc(100% - 60px);
}
.err-content .err-mian{
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: column;
	padding: 20px;
	height:100%;
	text-align: center;
}
.err-content .err-mian .icon{
	margin:0 auto 40px;
	width: 60%;
	max-width: 240px;
}
.err-content .err-mian .title{
	font-size: 2.5rem;
	line-height: 1.25;
	margin-bottom: 15px;
	font-weight: 500;
}
.err-content .err-mian p{
	margin: 0;
	color: #666;
	padding: 0 5%;
}
.err-content .err-mian .btnBlk{
	padding: 3em 0 0;
}
.err-content .err-mian .btnBlk .btn{
	margin: 0 auto 0;
}
@media (max-width: 768px){
	.err-content .err-mian .title{
		font-size: 2rem;
	}
}
@media (max-width: 425px){
	.err-content .err-mian .title{
		font-size: 1.75rem;
	}
}
