@charset "utf-8";
body, td, th, table, caption, tbody, tfoot, thead, tr, th, td, img, ul, li, ol, dl, dt, dd, span, fieldset, form, label, legend, input, textarea, select, button {
	border: none;
	outline: none;
	margin: 0px;
	padding: 0px;
	font-family: 'Noto Sans','Noto Sans TC','Roboto', Arial,'新細明體', sans-serif;
	line-height: 1.5;
	transition: all .5s;
}
h1, h2, h3, h4, h5, h6, p {
	border: none;
	outline: none;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0;
    font-weight: 600;
}
img {
	border: 0px none;
	max-width: 100%;
}
a{
	color: var(--ctv-bule-primary);
	text-decoration: none;
}
a:hover {
	color: var(--channel-color);
}
button, input, select, textarea {
	vertical-align: middle;
}
input[type="text"], input[type="password"], input[type="file"]{
	padding: 0 20px;
	min-height: 3.25rem;
	background-color: #fff;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	cursor: pointer;
}
input[type="radio"],input[type="checkbox"]{
	width: 20px;
	height: 20px;
	margin: 0 5px 0 0;
	flex: 0 0 20px;
}
input::-ms-clear, input::-ms-reveal {
	display: none;
}
input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset;
}
select {
	border: 1px solid var(--border);
}

*{
	box-sizing: border-box;
}
/* table */
.table {
	display: table;
	border-collapse: collapse;
	width: 100%;
}
table {
	border-collapse: collapse;
	margin-bottom: 20px;
}
.table>:not(:last-child)>:last-child>* {
    border-bottom-color: var(--border-dark);
}
.table thead tr th{
	background-color: var(--ctv-bule-primary);
}
.thead {
	display: table-header-group;
}
.tbody {
	display: table-row-group;
}
.tr, tr {
	display: table-row;
}
.th, .td, th, td {
	display: table-cell;
	padding: .5rem;
}
th, td {
	border-bottom: 1px solid #fff;
}
.th, th {
	color:#fff;
    background-color: var(--ctv-bule-primary);
	font-weight: 500;
	position: relative;
	text-align: center;
	letter-spacing: 0.125rem;
	/* border-bottom: 2px solid  var(--ctv-bule-primary);
	border-right: 1px solid rgba(255,255,255,.1); */
}
.th:last-of-type:after {
	display: none;
}
.td, td {
	border-bottom: 1px solid var(--border);
	vertical-align: top;
	color: #444;
}
.td a, td a {
	transition: all .25s;
}
.td a:hover, td a:hover {
	color: #000000;
	text-decoration: underline;
}
.table .tr:nth-child(odd) .td, 
table tr:nth-child(odd) td {
	background-color: var(--bg-gray);
}
.td a[class*="-file"] {
	transform: scale(1.375);
	margin-left: 6px;
}
/* table mobile */
.table_style_mobile{
	display: table;
	width: 100%;
	margin: 0 0 2rem;
	white-space: nowrap;
}
.table_style_mobile .th{
	font-weight: 400;
	text-align: center;
}
.table_style_mobile .td{
	padding: 15px 10px;
	text-align: center;
}
.table_style_mobile .td.w-10{
	text-align: left;
}

@media (max-width: 768px){
	.table_style_mobile{
		white-space: normal;
	}
	.table_style_mobile .th {
        display: none;
    }
	.table_style_mobile .th.w-10 {
        display: block;
		width: 100%;
    }
	.table_style_mobile .tr{
		display: flex;
		flex-wrap: wrap;
	}
	.table_style_mobile .tr:has(.td){
		border: 1px solid #eee;
		border-width: 0px 1px 1px 1px;
		padding: 15px 5px 5px;
	}
	.table_style_mobile .td{
		width: auto;
		border-right: 0px solid #eee;
		border-bottom: 0px solid #eee;
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		font-size: 1rem;
		padding: 0 5px 10px;
		background: transparent;
	}
	.table_style_mobile .td::before{
		content: attr(data-th) " :";
		display: block;
		margin: 0 5px 0 0;
		font-size: .875rem;
		color: #666;
	}
	.table_style_mobile .td.w-10{
		width: 100%;
	}
}
@media (max-width: 576px){
	.table_style_mobile .td{
		font-size: .9rem;
	}
}

/* base */
.required {
    display: inline-block;
    width: 10px;
    text-align: center;
    color: var(--undone);
	empty-cells: show;
	font-size: .8rem;
    padding: 8px 0 0;
}
.error{
    color: var(--undone);
}
pre {
    padding: 0;
    margin: 0 0 15px;
    font-size:inherit;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: transparent;
    border: none;
    border-radius: 0;
	white-space:pre;
	display:block;
	overflow:hidden;
}
/* 按鈕 */
.btnBlk{
	text-align:center;
    padding:30px 0 20px 0;
    display: flex;
    justify-content: center;
}
.btnBlk .btn{
	display:inline-block;
    margin: 0 .5rem;
	line-height: 1;  
	padding: 1rem 3rem; 
}
/* button */
.btn {
    padding: 1rem .75rem;
    font-size: 1.15rem;
    border-radius: 30px;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
	color: var(--ctv-bule-primary);
	letter-spacing: 1px;
    transition: all .5s;
}
.btn:hover,.btn:active,.btn:focus{
	box-shadow: var(--textshadow-03);
}
.btn .fa{
	margin-right:3px;
}
.btn [class*="fa-"].carwash:before{
	content: "";
}
.btn-default {
	color: #888;
    border-color: #fff;
	background-color: rgba(255,255,255,.35);
}
.btn-default:hover,.btn-default:active,.btn-default:focus{
    color: #fff;
	background-color:var(--ctv-bule-primary);
	border-color:var(--ctv-bule-primary);
    box-shadow: var(--textshadow-03);
}
.btn-default.none-hover{
	color:  var(--ctv-bule-primary);
    border-color: var(--border);
	background-color: rgba(255,255,255,.35);
	box-shadow: none;
}
.btn-primary{
    color: #fff;
    border-color: var(--ctv-bule-primary);
    background: var(--ctv-bule-primary);
}
.btn-primary:hover,.btn-primary:active,.btn-primary:focus{
    color: #fff;
    border-color: var(--ctv-bule-primary);
	background: var(--ctv-bule-primary);
}
.btn-outline-primary{
	color:  var(--ctv-bule-primary);
    /* border-color:  var(--ctv-bule-primary); */
	border-color:  var(--border);
	background: rgba(255,255,255,.35);
}
.btn-outline-primary:hover,.btn-outline-primary:active,.btn-outline-primary:focus{
    color: #fff;
    border-color:  var(--ctv-bule-primary);
	background:  var(--ctv-bule-primary);
}
.btn-outline-line{
	color:  #444;
    border-color: var(--done);
	background: rgba(255,255,255,.35);
}
.btn-outline-line::before{
	content: '';
	display: block;
	width: 18px;
	height: 18px;
	background: url(../images/icon/icon-line-g.svg) center no-repeat;
	background-size: 100% auto;
	margin: 0 10px 0 0;
}
.btn-outline-line:hover,.btn-outline-line:active,.btn-outline-line:focus{
    color: #fff;
	background: var(--done);
	transition: color none;
}
.btn-outline-line:hover::before{
	background: url(../images/icon/icon-line.svg) center no-repeat;
	background-size: 100% auto;
	transition: all none;
}
.btn-secondary{
	color: #333;
    border-color: #f0f0f0;
    background: #f0f0f0;
}
.btn-secondary:hover,.btn-secondary:active,.btn-secondary:focus{
    color: #fff !important;
    border-color: var(--ctv-bule-primary);
	background: var(--ctv-bule-primary);
}
.btn-light,.btn-light.disabled, .btn-light:disabled {
	color: #888;
	border-color: #f6f6f6;
	background-color: #f6f6f6;
}
.btn-light:hover,.btn-light:active,.btn-light:focus{
	color: #888;
	border-color: var(--border);
	background-color: var(--border);
}
.btn-link,
.userBlk .btn-link{
    padding: 1.25rem 1.75rem;
    border: 1px solid var(--border);
    margin: 1rem 0;
    color: #222;
	display: flex;
    align-items: center;
	justify-content: space-between;
	text-decoration: none;
    transition: all .5s;
	font-size: 1.25rem;
}
.btn-link::after{
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: url(../images/icon/icon_arrow_out.svg) center no-repeat;
    background-size: 100% auto;
}
.btn-link:hover,
.userBlk .btn-link:hover{
	color: var(--ctv-bule-primary);
}
@media (max-width: 425px) {
	.btn {
		padding: .9rem .75rem;
		font-size: 1.075rem;
	}
}
@media (max-width: 375px) {
	.btn {
		padding: .9rem .75rem;
		font-size: 1.025rem;
	}
}
/* form */
.disabled {
	pointer-events: none;
	opacity: 0.5;
}
.form-select,.form-textarea,.form-control{
	padding: 0 20px;
	color: #666;
	border-radius: 30px;
	min-height: 3.25rem;
    background-color: #fff;
	border-color: var(--border);
	transition: all .5s;
}
.form-select{
	background-position: right 20px center;
}
.form-textarea{
	padding: 15px 20px;
	height: auto;
	min-height: 5rem;
	line-height: 1.5;
	white-space-collapse: collapse;
	text-wrap: balance;
}
.form-control:focus{
    border-color: var(--ctv-bule-primary);
    outline: 0;
    box-shadow: 0 0 5px 0 rgba(13,110,253,.25);
}
.form-control:disabled{
	background-color: #f6f6f6;
	border: 1px solid #f6f6f6;
}
.form-select::placeholder,.form-textarea::placeholder,.form-control::placeholder{
	color: #999;	
	font-weight: 400;
}
.form-check-input[type=checkbox] {
	border-radius: 100%;
	border-color: var(--border-dark);
	background-color: var(--border);
}
.form-check-input[type=checkbox]:checked{
	border-color: var(--ctv-bule-primary);
	background-color: var(--ctv-bule-primary);
}
.form-check-input[type=checkbox]:checked~label,
.form-check-input[type=checkbox]:checked~label>a{
	color: var(--ctv-bule-primary);
}
.form-content{
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
.form-group{
	display: flex;
	align-items: baseline;
	width: 100%;
	padding: 0 0 1rem;
	position: relative;
	margin: 0 auto;
}
.form-group label{
	width: 20%;
	padding: 0 10px;
}
label.error {
	color: var(--undone);
	padding-left: 17px;
	position: relative;
	margin: 0 0 0 5px;
}
label.error:before {
	content: "\f06a";
	position: absolute;
	left: 0;
	top: 0;
	font-size: 0rem;
	font-family: "Font Awesome 5 Free";
	line-height: 1;
	color: var(--undone);
}
label[type="hidden"] {
	display: none;
}
.form-group:has(label) .form-control{
	width: 80%;
}
.form-radio{
	display: flex;
	align-items: center;
	padding: 0 20px;
    min-height: 3.25rem;
	border-color: var(--bg-gray);
	background-color: var(--bg-gray);
}
.form-check{
	display: flex;
	align-items: center;
    padding-left: 0;
    margin-bottom: 0;
}
.form-check input[type="radio"] {
	margin: 0;
}
.form-check input[type="radio"] ~ span{
	padding: 0 10px;
}
.form-control.textarea-h {
    min-height: 120px;
}
.form-control.datepicker{
	position: relative;
}
.form-control.datepicker {
	background:#fff url(../images/icon/icon-calendar-b.svg) right 20px center no-repeat;
	background-size: 13px auto;
}
.form-control.form-search{
	background:#fff url(../images/icon/icon-search-b.svg) left 20px center no-repeat;
	background-size: 18px auto;
	padding: 0 1rem 0 3rem;
}
.recaptcha-info{
	width: 80%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: 0;
	padding: 10px 0;
}
.captchaImage{
	height: auto;
	width: 100%;
	max-width: 300px;
}
.recaptcha-info button.reloadBtn{
	padding: 0 .75rem;
	background-color: rgba(0,0,0,0);
	color: #777;
}
.recaptcha-info button.reloadBtn:hover{
	opacity: .5;
}
/* center container userBlk */
.userBlk {
    display: block;
    width: 100%;
    min-height: 350px;
    min-height: 20vh;
    position: relative;
    color: #333;
    opacity: 1;
}
.ancBlk.userBlk{
	min-height: auto;
}
.userBlk .row{
	width: 100%;
	justify-content: center;
	margin: auto;
}
.userBlk .row>* {
    padding: 10px;
}

/* center title */
.userBlk h2 {
	font-size: 2rem;
	font-weight: 400;
	transition: all .5s;
	position: relative;
	line-height: 2;
	z-index: 2;
	display: flex;
	align-items: flex-start;
	border: 1px dotted var(--border);
	border-width: 1px 0 0;
	padding: 1.5rem 0;
}
.userBlk h2::before{
	content: '';
	display: block;
	width: 3px;
	height: 20px;
	z-index: 1;
	background-color: var(--border-dark);
	margin: 22px 20px 0 1px;
	flex: 0 0 3px;
}
.userBlk h3 {
	font-size: 1.75rem;
	font-weight: 400;
	transition: all .5s;
	position: relative;
	margin: 0 0 1rem 0;
	line-height: 40px;
	color: var(--ctv-orange-heavy);
}
.userBlk h3 span{
	padding: 0 0 0 5px;
	font-size: .875rem;
	color: #999;
	line-height: 40px;
}
.userBlk h4 {
	margin:.5rem 0;
	font-size: 1.5rem;
	line-height: 1.75;
	font-weight: 500;
}
.userBlk h5 {
	font-size: 1.125rem;
	font-weight: 500;
	margin: 1rem 0;
}
.userBlk h6 {
	margin: 0 0 .75rem;
	font-weight: 500;
}
@media (max-width: 768px) {
	.userBlk h2 {
		font-size: 1.85rem;
	}
	.userBlk h2::before{
		margin: 20px 15px 0 1px;
	}
	.userBlk h3 {
		font-size: 1.5rem;
	}
}
@media (max-width: 576px) {
	.userBlk h2 {
		font-size: 1.5rem;
		line-height: 1.35;
		padding: 1.25rem 0;
	}
	.userBlk h2::before{
		margin: 9px 10px 0 0;
	}
	.userBlk h3 {
		font-size: 1.35rem;
	}
	.userBlk h4 {
		margin: 0 0 .75rem;
		font-size: 1.15rem;
		line-height: 1.5;
		text-align: justify;
	}
}

/* center text */
.userBlk .ctv-color{
	color: var(--ctv-orange-heavy);
}
.userBlk .ctv-color-2{
	color: var(--ctv-bule-heavy);
}
.userBlk strong,.userBlk .strong{
	font-weight: 600;
}

/* center a */
.userBlk a{
	transition: all 0.1s ease-in;
	word-break: break-all;
}
.userBlk a.more{
    padding: 0 .5rem;
    color: var(--ctv-orange-heavy);
	text-decoration: underline;
}

/* center p */
.userBlk p {
	line-height: 1.85;
	color: #444;
	font-size: 1rem;
}
.userBlk p a{
	padding: 0 3px;
}
@media (max-width: 576px) {	
	.userBlk p {
		text-align: justify;
	}
}

/* center img */
.userBlk img{
	width: auto;
	max-width: 100%;
}

/* figure */
figure{
	padding: 0 ;
	margin: 0 0 1.5rem;
}
figure, figure figcaption{
	text-align: center;
}
figure figcaption{
	color: #666;
	font-size: .875rem;
	line-height: 20px;
    padding: 0 5px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
	margin: 0 0 10px;
}
figure img {
	display: inline-block;
	position: relative;
    z-index: 2;
	margin: 0 0 10px;
}
.userBlk figure img {
	max-width: 100%;
}

/* center ul ol */
.userBlk ol, .userBlk ul {
	padding-left: 1.75rem;
	line-height: 1.5;
}
.userBlk li {
	line-height: 1.75;
	margin-bottom: 10px;
	color: #444;
}
.userBlk ul li::marker {
   color: #ccc;
}
.userBlk li a:hover {
	text-decoration: underline;
}
.userBlk li p {
	padding-bottom: 0
}
.userBlk .dec>li {
    list-style-type: decimal;
    list-style-position: outside;
}
.userBlk ol>li::marker,
.userBlk .dec>li::marker {
    color: #444;
}
.userBlk li ul{
	padding-top: .5rem;
	list-style-type: circle;
}
.userBlk li ul li{
	margin: 0;
}
@media (max-width: 576px) {
	.userBlk ol, .userBlk ul {
		padding-left: 1.25rem;
	}
}
/* center iframe */
.userBlk iframe {
	width: 100%;
	border-width: 0px;
	overflow: hidden;
	border-radius: 5px;
}
.userBlk .iframeBlk{
	margin: 0 0 2rem;
}
/* center table */
.userBlk table {
    width: inherit;
    margin: 0 0 2em;
    border: 1px solid var(--border);
}
.userBlk table caption {
    display: none;
}
.userBlk table thead th {
    border-bottom: 0px solid #CCC;
    white-space: nowrap;
    border-right: 1px solid var(--border);
    padding: 0.75rem;
    text-align: center;
}
.userBlk table th, .userBlk table td {
    padding: .7rem .7rem;
    vertical-align: top;
    border-right: 1px solid var(--border);
}
.userBlk table tbody th, .userBlk table tbody td {
    border-bottom: 1px solid var(--border);
    vertical-align: middle;
    line-height: 1.5;
}
.userBlk table li {
    margin: 5px 0;
}

/* video-container */
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin: 0 0 1em 0;
	width: 100%;
}
.video-container iframe, 
.video-container object, 
.video-container video, 
.video-container embed, 
.video-container img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-width: 0px;
}
.userBlk figure a {
	display: block;
}
/* file */
[class*="icon-file"] {
	display: inline-block;
	font-size: .75rem;
	padding: .25rem .875rem .25rem .5rem;
	border-radius: .2rem;
	color: #fff;
	position: relative;
	line-height: 1;
	vertical-align: text-top;
}
[class*="icon-file"]>i {
	margin-right: .25rem;
	font: normal normal normal .875rem/1 FontAwesome;
}
[class*="icon-file"]:before {
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	right: 0;
	top: 0;
	content: "";
	border-style: solid;
	border-width: 0 10px 10px 0;
	border-color: transparent rgba(255, 255, 255, 1) transparent transparent;
}
[class*="icon-file"]:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	right: 0;
	top: 0;
	border-style: solid;
	border-width: 10px 0 0 10px;
	border-color: transparent transparent transparent rgba(0, 0, 0, .35);
}

.icon-file {
	background: #00479d;
}

.icon-file-pdf {
	background: #d53036;
}

.icon-file-jpg {
	background: #9f5506;
}

.icon-file-ppt {
	background: #de7d2f;
}

.icon-file-zip {
	background: #985dc1;
}

.icon-file-doc {
	background: #006aa3;
}

.icon-file-odt {
	background: #368ca2;
}

.icon-file-xls {
	background: #006943;
}

.icon-file-ods {
	background: rgba(130, 160, 50, 1);
}

.icon-file-audio {
	background: #01b3be;
}

.icon-file-video {
	background: #da2c8e;
}

.icon-file-other {
	background: #656565;
}

.icon-file-web {
	background: #4c95e8;
}

[class*="icon-file"]:hover, [class*="icon-file"]:focus, [class*="icon-file"]:hover, [class*="icon-file"]:focus {
	color: #fff;
	transform: scale(0.9, 0.9);
}
[class*="icon-file"]:before:hover, [class*="icon-file"]:hover:before, [class*="icon-file"]:after:hover, [class*="icon-file"]:hover:after {
	display: none;
}
input[type="date"]::-webkit-datetime-edit-text {
	padding: 0 0.25rem;
	color: #ccc;
}

/* modal */
.modal-open .modal {
    padding-right: 0 !important;
}
.modal-header {
    padding: 1rem 1.35rem 1rem 1rem;
    background: var(--border-dark);
	color: #333;
}
.adimgBlk .close {
    width: 20px;
    height: 20px;
    background-color: rgba(0, 0, 0, 0.25);
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/icon/icon-close-w.svg);
    background-size: 10px auto;
    transition: all .5s;
    border-radius: 0;
}
.modal-body {
    padding: 1rem;
	min-height:80px;	
	max-height: 70vh;
	overflow-y: auto;
}
.modal-footer {
    text-align: center;
	border-top: none;    
	justify-content: center;
    background: var(--bg-gray);
	border-top: 1px solid var(--border)
}
.modal.show .modal-dialog{
	transition: all .5s;
}
.modal-dialog{
	margin: 1.5rem;
}
@media screen and (min-width: 441px) and (max-width: 576px){
    .modal-dialog {
		margin: 1.5rem 7.5%;
    }
}
.modal-dialog-centered {
    min-height: calc(100% - 3rem);
}
.modal-title {
	color: #333;
    font-size: 1.25rem;
    line-height: 1;
}
.modal .video-container {
	padding-top: 0;
	margin-bottom: .5rem;
}
.modal iframe, .modal img, .modal video {
	width: 100%;
}
.modal video {
	margin-bottom: .5rem;
}
/* modal size */
@media (min-width: 576px) {
    .modal-dialog {
		max-width:480px;
		margin: 1.5rem auto;
    }
}
@media (min-width: 640px) {
    .modal-xl {
        max-width:600px
    }
}
@media (min-width: 768px) {
    .modal-xl {
        max-width:680px
    }
}
@media (min-width: 991px) {
    .modal-lg,.modal-xl {
        max-width:800px
    }
}
@media (min-width: 1200px) {
    .modal-xl {
        max-width:1140px
    }
}
/* 輪播 */
.owl-theme {
	position: relative;
}
.owl-theme .owl-nav {
    margin: 0;
    width: 100%;
    height: 120px;
	position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0%,-50%);
    pointer-events: none;
	z-index: 2;
}
.owl-theme .owl-nav [class*=owl-]{
    display: block;
    margin: 0 ;
    padding: 0 ;
	width: 40px;
	height: 120px;
    cursor: pointer;
    text-align: center;
	position: absolute;
    top: 0;
    border-radius: 0 5px 5px 0;	
	box-shadow: 5px 0px 15px rgba(0, 0, 0, .15);;
    pointer-events: auto;
	background-color: rgba(255,255,255,.8);
	background-image: url(../images/icon/icon-prev-b.svg);
	background-position: right 18px center;
    background-repeat: no-repeat;
	background-size: 12px auto;
    transition:all .5s;
	opacity: .8;
}
.owl-theme .owl-nav .owl-prev {
    left: 0;
	box-shadow: 0px -5px 15px rgba(0, 0, 0, 0);
	background-color: rgba(255,255,255,.65);
}
.owl-theme .owl-nav .owl-next {
    right: 0;
    transform: rotate(180deg);
}
.owl-theme .owl-nav [class*=owl-]:hover{
    background-color: rgba(255,255,255,1);
	opacity: 1;
}
.owl-theme .owl-nav [class*=owl-].disabled{
    opacity: 0;
	/* background-color: rgba(255,255,255,.2);
	background-image: url(../images/icon/icon-prev.svg); */
}
.owl-carousel .owl-stage-outer {
	border-radius: 0px;
}
.owl-dots{
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top:1rem;
	position: initial;
    margin: 0;
    transform: translate(0%, 0%);
    padding: 1rem 0 0;
}
.owl-dot{
	margin: 0 .15rem;
	display: block;
	width: 10px;
	height: 4px;
	border-radius: 15px;
    transition: all .5s;
    border: 0px solid transparent;
    opacity: .8;
	background-color: rgba(255, 255, 255, 0.35);
}
.owl-dot.active,.owl-dot:hover{
    opacity: 1;
	width: 50px;
	background-color: rgba(255, 255, 255, 0.95);
}
.owl-theme .owl-nav .owl-prev:focus, 
.owl-theme .owl-nav .owl-next:focus {
    border: 2px dotted orange;
    outline: 0px auto -webkit-focus-ring-color;
}
@media (max-width: 576px) {
	.owl-carousel .owl-stage-outer .card-info{
		padding: 0 10px;
	}
}
/* card */
.cardbox{
	opacity: 1;
	width: 100%;
	transition: all .5s;
	background-color: rgba(255,255,255,0);
}
.card-info{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	transition: all .5s;
}
.card-info:hover{
	text-decoration: none;
}
.cardbox-v2 .card-info {
    flex-wrap: nowrap;
}
/* card img */
.cardimg{
	width: 100%;
	overflow: hidden;
	position: relative;
	transition: all .5s;    
	aspect-ratio: 8 / 5;
	border-radius: 5px;
	z-index: 2;
}
.cardimg img {
    width: 100%;
    max-width: inherit;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: all .5s;
}
.cardbox:hover .cardimg img{
    width: 110%;
}
/* card text */
.cardtext{
	padding: 10px 0;
	margin: 0;
	width: 100%;
	transition: all .5s;
	display: flex;    
	flex-flow: column;
    justify-content: center;
	position: relative;
	z-index: 1;	
}
.cardtext>.day{
	color: #999;
	line-height: 1;
	font-size: .9rem;
	display: flex;
	align-items: center;
}
.cardtext>.day::before{
	content: '';
	display: flex;
	width: 12px;
	height: 12px;
	background: url(../images/icon/icon-time.svg) center no-repeat;
	background-size: 100% auto;
	margin: 0 5px 0 0;
	display: none;
}
.cardtext>.title{
	width: 100%;
	color: #444;
	font-size: 1.15rem;
	line-height: 1.5;
	overflow: hidden;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	margin: 0 0 .5rem ;
	text-decoration: none;
}
.cardtext>.info{
	color: #666;
	font-size: 1rem;
	line-height: 1.25;
	overflow: hidden;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	word-break: break-all;
	text-decoration: none;
}
a.card-info:hover .cardtext>.title,
a.card-info:hover .cardtext>.info,
a.card-info:hover{
	color: var(--channel-color);
	text-decoration: none;
}
.cardtext>.time{
	color: #444;
	-webkit-line-clamp: 1;
	line-height: 1;	
}

/* card video */
.card-video .cardimg:before {
    content: "";
    display: block;
	background-color: rgb(0 0 0 / 50%);
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    transition: all .25s ease-out;
    z-index: 1;
    transform: translate(-50%, -50%);
}
.card-video .cardimg:after {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 32px;
    border-color: transparent transparent #fff;
    transform: rotate(90deg);
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -15px;
    margin-top: -16px;
    z-index: 2;
}
.card-video:hover .cardimg:before {
    background: transparent;
}
.card-video:hover .cardimg:after {
    display: none;
}

.cardtext .play {
    position: absolute;
    left: 50%;
    top: 50%;   
	margin-left: -34px;
    margin-top: -24px;
    width: 68px;
    height: 48px;
    transition: opacity .25s cubic-bezier(0,0,.2,1);
    z-index: 5;
}
.cardtext .play svg {
    height: 100%;
    width: 100%;
}

.owl-photo .cardtext .info,
.owl-video .cardtext .info{
	text-align: center;
	-webkit-line-clamp: 1;
}
.owl-photo .cardtext,
.owl-video .cardtext{
	width: 99%;
	margin: 0 auto;
}

@media (max-width: 576px) {
	.owl-photo .cardtext .info,
	.owl-video .cardtext .info{
		-webkit-line-clamp: 2;
	}
}
/* print */
@media print {
	.badge {
		border: none;
	}
	.userBlk iframe, .video-container iframe {
		page-break-after: always;
		border: none;
		outline: none;
	}
	.btnBlk {
		display: none;
	}
}