@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');

:root {
	--cnvs-themecolor: #77D6DB;
	--cnvs-themecolor-rgb: 119, 214, 219;

	--cnvs-themesubcolor: #78AFB2;
	--cnvs-themesubcolor-rgb: 120, 175, 178;

	--cnvs-themehovercolor: #333333;
	--cnvs-themehovercolor-rgb: 51, 51, 51;

	--cnvs-themedarkcolor: #558a8d;
	--cnvs-themehovercolor-rgb: 85, 138, 141;

	--cnvs-primary-font: 'Noto Sans TC', sans-serif;
	--cnvs-body-font: 'Noto Sans TC', sans-serif;
	--cnvs-secondary-font: var(--cnvs-body-font);

	--cnvs-header-bg: var(--cnvs-themesubcolor);

	--cnvs-header-height-md: 100px;
	--cnvs-font-size-body: 16px;
}

.dark {
	--cnvs-header-bg: var(--cnvs-themesubcolor);
	--cnvs-header-sticky-bg: var(--cnvs-themesubcolor);
}

@media screen and (max-width: 991px) {
	:root {
		--cnvs-header-height-md: 91px;
	}
}

@media screen and (max-width: 768px) {
	:root {
		--cnvs-header-height-md: 75px;
	}
}

#header {
	--cnvs-primary-menu-font-weight: 500;
	--cnvs-primary-menu-font-size: 18px;
	--cnvs-primary-menu-tt: none;
	--cnvs-primary-menu-ls: 1;
	--cnvs-primary-menu-submenu-font-size: 16px;
	--cnvs-primary-menu-submenu-font-weight: 400;
	--cnvs-primary-menu-submenu-hover-font-weight: 500;
	--cnvs-primary-menu-submenu-tt: none;

	--cnvs-primary-menu-hover-color: var(--cnvs-themehovercolor);
	--cnvs-top-search-placeholder: #f8f9fa;
}

.is-expanded-menu .mega-menu-style-2 .mega-menu-title>.menu-link {
	font-size: calc(var(--cnvs-primary-menu-submenu-font-size) * 0.9);
}

.top-links-container {
	padding-left: 0;
}

.top-links-item a {
	color: #FFF;
}

.top-links-item > a {
    padding: 14px 12px 12px;
}

.top-links-item:hover>a {
	color: var(--cnvs-themehovercolor);
}

.top-links-item>a>i.sub-menu-indicator {
	display: none;
}

.top-links-sub-menu {
	width: 110px;
	padding-left: 0;
	background: #FFF;
}

.top-links-sub-menu .top-links-item {
	padding: 8px 4px;
	transition: all .3s ease-out;
}

.top-links-sub-menu .top-links-item a {
	color: #000;
}

.top-links-sub-menu .top-links-item:hover {
	background-color: rgba(0, 0, 0, 0.024);
	padding-left: 8px;
}

.top-links-item:hover {
	background-color: unset;
}

#top-search a:hover {
	color: var(--cnvs-themehovercolor);
}

.top-search-form .form-control {
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 1px;
}

.top-search-form .form-control::-moz-placeholder {
	color: var(--cnvs-top-search-placeholder);
	opacity: .75;
}

.top-search-form .form-control::placeholder {
	color: var(--cnvs-top-search-placeholder);
	opacity: .75;
}

.primary-menu-open #header-wrap {
	background-color: var(--cnvs-header-bg);
}

.button {
	font-size: 16px;
	line-height: 1.75;
	padding: 8px 32px;
	background-color: var(--cnvs-themesubcolor);
}

.button:hover {
	background-color: var(--cnvs-themecolor);
}

.one-row {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
}

.two-row {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
}

.three-row {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
}

/*----------------------------------------------------------------- 
== Slider Area
-----------------------------------------------------------------*/
.swiper-slide-bg::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
}

.slider-caption h3 {
	text-transform: none;
	font-size: 48px;
	letter-spacing: 1px;
	line-height: 1.3;
	margin-bottom: 0;
	text-align: center;
}

.slider-caption p {
	font-size: 20px;
	letter-spacing: 1px;
	line-height: 1.75;
	margin-top: 24px;
	margin-bottom: 0;
	text-align: center;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.slider-button {
	margin-top: 24px;
}

@media screen and (max-width: 1299px) {
	.slider-caption h3 {
		font-size: 40px;
	}

	.slider-caption p {
		font-size: 18px;
	}
}

@media screen and (max-width: 991px) {
	.slider-caption h3 {
		font-size: 36px;
	}

	.slider-caption p {
		font-size: 16px;
	}
}

@media screen and (max-width: 768px) {
	.slider-caption h3 {
		font-size: 5vw;
	}

	.slider-caption p {
		display: none;
	}
}

/* Feaured Carousel
-----------------------------------------------------------------*/
#oc-features .owl-item:not(.active) {
	opacity: .4;
}

#oc-features .owl-item p {
	font-size: 16px;
	font-weight: 300;
	color: #666;
}

/* Button-link
-----------------------------------------------------------------*/
.button-link {
	display: inline-block;
	position: relative;
	color: #333;
	font-weight: 600;
	margin-top: 10px;
	padding: 5px 0;
	transition: color .3s ease;
}

.dark .button-link {
	color: #FFF;
}

.button-link:hover {
	color: var(--cnvs-themecolor);
}

/* .button-link::after {
	content: '';
	background : url('images/border.svg') no-repeat;
	position: absolute;
	bottom: 0px;
	left: 0;
	margin-bottom: 0;
	width: 100%;
	height: 4px;
	transition: bottom .3s ease;
} */

.button-link.border-0::after {
	content: none;
}

.button-link:hover::after {
	bottom: 3px;
}


/* Owl Carousel - Controls - Arrows
-----------------------------------------------------------------*/
.owl-carousel-full .owl-nav [class*=owl-] {
	left: 150px !important;
	height: 60px;
	line-height: 60px;
	border: none;
	color: #333;
	background-color: transparent;
	font-size: 28px;
	border-radius: 0;
}

.owl-carousel .owl-nav .owl-next {
	left: auto;
	right: -155px;
}

.owl-carousel-full .owl-nav .owl-next {
	left: auto !important;
	right: 155px !important;
	border-radius: 0;
}

.owl-carousel-full .owl-nav [class*=owl-]:hover {
	color: #333 !important;
}

/* Owl Carousel - Responsive
-----------------------------------------------------------------*/
.device-lg .owl-carousel .owl-nav .owl-prev,
.device-md .owl-carousel .owl-nav .owl-prev,
.device-sm .owl-carousel .owl-nav .owl-prev,
.device-xs .owl-carousel .owl-nav .owl-prev {
	left: 2px !important;
}

.device-lg .owl-carousel-full .owl-nav .owl-next,
.device-md .owl-carousel-full .owl-nav .owl-next,
.device-sm .owl-carousel-full .owl-nav .owl-next,
.device-xs .owl-carousel .owl-nav .owl-next {
	right: 2px !important;
}

/* Grid Filter
-----------------------------------------------------------------*/
.grid-filter li.activeFilter a {
	font-weight: normal;
}

.grid-overlay {
	background-color: rgba(0, 0, 0, 0.75);
}


/* Testimonial
-----------------------------------------------------------------*/
.testimonials-rating {
	margin-top: 15px;
	color: #FFD700;
	font-size: 18px;
	line-height: 1;
}

.testi-content p {
	font-size: 16px;
	color: #666;
	font-style: normal;
}

.testi-content p::before,
.testi-content p::after {
	display: none;
}

.testi-meta::before {
	display: none;
}

.testi-meta span {
	padding-left: 0;
}

.testimonial .flex-control-nav {
	bottom: 8px;
	right: 0px;
}

.testimonial .flex-control-nav li a {
	background-color: #333;
}

/* Misc
-----------------------------------------------------------------*/
#header,
#header-wrap,
#logo img {
	transition: all .4s ease;
}

#logo img {	
	aspect-ratio: 402 / 148;
}

#header-wrap {
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}

.feature-box h3 span.subtitle {
	font-size: 14px;
}

.feature-box.fbox-plain .fbox-icon img {
	height: 50px;
}

.col-padding {
	padding: 60px 48px !important;
}

.heading-block::before {
	content: attr(data-heading);
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	color: var(--cnvs-contrast-200);
	z-index: -1;
	font-family: var(--cnvs-primary-font);
	font-weight: bold;
	font-size: 90px;
	line-height: .3;
}

.heading-block.center::before {
	right: 0;
	left: 0;
	margin: auto;
}

.text-rotater {
	display: inline-block;
	font-weight: 300;
	font-size: 20px;
	line-height: 1.7;
	color: var(--cnvs-contrast-600);
}

/*-----------------------------------------------------------------
 == breadcrumb 
-----------------------------------------------------------------*/
.breadcrumb::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
}

.breadcrumb_title {
	font-size: 32px;
	text-align: center;
	color: #FFF;
	margin-bottom: 16px;
}

.breadcrumb_list li {
	color: #FFF;
}

.breadcrumb_list li a {
	color: #FFF;
	transition: all .3s ease-out;
}

.breadcrumb_list li a:hover {
	color: var(--cnvs-themecolor);
}

/*-----------------------------------------------------------------
== intro 
-----------------------------------------------------------------*/
.intro_box {
	display: flex;
	justify-content: center;
	gap: 48px;
	padding: 24px;
	margin-top: 24px;
	border-radius: 10px;
	border: 2px solid var(--cnvs-themesubcolor);
}

.intro_box .intro_item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.intro_box .intro_item img {
	width: 64px;
}

.intro_box .intro_item .intro_title {
	display: block;
	margin-top: 8px;
	color: var(--cnvs-themesubcolor);
	letter-spacing: 1px;
	text-align: center;
}

.intro_box_2 {
	padding: 24px;
	border-radius: 10px;
	border: 2px solid var(--cnvs-themesubcolor);
}

.intro_bo_2 .intro_client {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.intro_box_2 .intro_client img {
	margin: auto;
	width: 80px;
}

.intro_box_2 .intro_client .intro_title {
	text-align: center;
	display: block;
	margin-top: 8px;
	color: var(--cnvs-themesubcolor);
	letter-spacing: 1px;
}

.bg-box::before {
	content: '';
	position: absolute;
	top: 0;
	left: -400px;
	width: 400px;
	height: 100%;
	background-color: #F4FAEE;
}

.bg-box-right::before {
	content: '';
	position: absolute;
	top: 0;
	right: -400px;
	width: 400px;
	height: 100%;
	background-color: #F4FAEE;
}

.bg-box-9::before {
	background-color: rgba(244, 250, 238, 0.9);
}

.intro-title {
	font-size: 28px;
	font-weight: 700;
}

/*-----------------------------------------------------------------
== intro certificate 
-----------------------------------------------------------------*/

.cer-img img {
	width: 100%;
	object-fit: contain;
}

.cer-img {
	transition: all .3s ease-out;
}

.cer-img::before,
.cer-img::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 75%;
	height: 100%;
	border: 2px solid var(--cnvs-themecolor);
	z-index: -1;
	transition: .3s ease-in-out;
}

.cer-img::before {
	opacity: 0;
  	background: var(--cnvs-themecolor);
	transition: .3s ease-in-out;
}

.cer-item:hover .cer-img::after {
	width: 100%;
}

.cer-item:hover .cer-img::before {
	width: 100%;
	opacity: 1;
}

/*-----------------------------------------------------------------
== service 
-----------------------------------------------------------------*/
.services-grid .feature-box {
	position: relative;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	padding: 3rem;
	background-size: cover;
	border-radius: 10px;
	overflow: hidden;
	aspect-ratio: 3 / 2;
}

.services-grid .feature-box .serIcon {
	display: flex;
	justify-content: center;		
	z-index: 1;
}

.services-grid .feature-box .serIcon span {
	border-radius: 100px;
	width: 90px;
	padding: 15px;
	background: var(--bs-white);
}

.services-grid .feature-box .service-title {
	color: var(--bs-white);
	text-align: center;
	margin-bottom: 0;
	line-height: 1.3;
	z-index: 1;
}

.services-grid .feature-box .bg::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--cnvs-themesubcolor);
	z-index: 0;
	opacity: 1;
	transition: all .3s ease-out;
}

.services-grid .feature-box:hover .bg::after {
	opacity: 0;
}

.service-image {
	width: 100%;
	height: 100%;
	overflow: hidden;
	aspect-ratio: 3 / 2;
}

.service-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .3s ease-out;
}

.service-image a:hover img {
	transform: scale(1.1);
}

.service-info .service-title {
	margin-bottom: 16px;
}

.service-info .service-title a {
	color: var(--bs-black);
	font-size: 20px;
	line-height: 1.3;
	font-weight: 600;
	letter-spacing: 1px;
	transition: all .3s ease-out;
}

.service-info .service-title:hover a {
	color: var(--cnvs-themecolor);
}

.service-info {
	padding: 16px 8px;
}

.service-info .tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 16px;
}

.service-info .tags {
	font-size: 16px;
	line-height: 1.5;
	font-weight: 400;
}

.service-info .tags a {
	padding: 0 12px;
	border-radius: 4px;
	background-color: var(--cnvs-themesubcolor);
	color: var(--bs-white);
	transition: all .3s ease-out;
	margin-bottom: 0;
}

.service-info .tags a:hover {
	background-color: var(--cnvs-themecolor);
}

#service-info .tags {
	margin-top: 16px;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

#service-info .tags a {
	padding: 0 12px;
	border-radius: 4px;
	background-color: var(--cnvs-themesubcolor);
	color: var(--bs-white);
	transition: all .3s ease-out;
	margin-bottom: 0;
}

#service-info .tags a:hover {
	background-color: var(--cnvs-themecolor);
}

#service-info .service-title {
	font-size: 32px;
	margin: 16px 0;
	color: var(--cnvs-themesubcolor);
	letter-spacing: 1px;
}


/*----------------------------------------------------------------- 
== news 
-----------------------------------------------------------------*/
.news-image {
	width: 100%;
	height: 100%;
	overflow: hidden;
	aspect-ratio: 3 / 2;
}

.news-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .3s ease-out;
}

.news-image a:hover img {
	transform: scale(1.1);
}

.news-info .news-title a {
	color: var(--bs-black);
	font-size: 20px;
	line-height: 1.3;
	font-weight: 600;
	letter-spacing: 1px;
	transition: all .3s ease-out;
}

.news-info .news-title:hover a {
	color: var(--cnvs-themecolor);
}

.news-info {
	padding: 16px 8px;
}

.news-info .news-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: baseline;
	margin-bottom: 12px;
	gap: 8px;
}

.news-info .tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.news-info .tags,
.news-info .date {
	font-size: 16px;
	line-height: 1.5;
	font-weight: 400;
}

.news-info .date {
	color: var(--cnvs-themesubcolor);
}

.news-info .tags a {
	padding: 0 12px;
	border-radius: 4px;
	background-color: var(--cnvs-themesubcolor);
	color: var(--bs-white);
	transition: all .3s ease-out;
	margin-bottom: 0;
}

.news-info .tags a:hover {
	background-color: var(--cnvs-themecolor);
}

.news-info .news-txt {
	margin-top: 16px;
	margin-bottom: 0;
	font-size: 18px;
	font-weight: 400;
	color: #000;
	min-height: 85px;
}

#owl-news .owl-dots .owl-dot {
	width: 10px;
	height: 10px;
	border: 1px solid var(--cnvs-themecolor);
	background: unset;
	opacity: 1;
}

#owl-news .owl-dots .owl-dot.active {
	background: var(--cnvs-themecolor);
}


/* #news-list  */
#news-list .news-image-block {
	width: 300px;
}

#news-list .news-content-block {
	width: calc(100% - 300px);
	flex: 0 0 auto;
}

#news-list .news-txt {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	min-height: 30px;
}


/* news page */
#news-info .news-date {
	min-width: 102px;
	width: auto;
	color: var(--cnvs-themesubcolor);
}

#news-info .tags {
	margin-top: 16px;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

#news-info .tags a {
	padding: 0 12px;
	border-radius: 4px;
	background-color: var(--cnvs-themesubcolor);
	color: var(--bs-white);
	transition: all .3s ease-out;
	margin-bottom: 0;
}

#news-info .tags a:hover {
	background-color: var(--cnvs-themecolor);
}

.nodata {
	border: 1px solid var(--cnvs-themesubcolor);
	border-radius: 10px;
	color: var(--cnvs-themesubcolor);
	letter-spacing: 1px;
}

.sidebar-wrap {
	top: 110px;
}

.news_widget-item {
	border: 2px solid #f3f3f3;
	background-color: #fdfdfd;
	margin-bottom: 40px;
	padding: 35px 28px 37px;
}

.news_widget-item.news_widget-item--search {
	border: none;
	background-color: transparent;
	padding: 0;
}

@media only screen and (max-width: 1199px) {
	.news_widget-item {
		margin-bottom: 30px;
		padding: 23px 16px 26px;
	}
}

@media only screen and (max-width: 991px) {
	.news_widget-item {
		margin-top: 30px;
	}

	.news_widget-item.news_widget-item--search {
		margin-top: 0;
	}
}

.news_widget-title {
	color: var(--cnvs-themesubcolor);
	font-weight: 500;
	font-size: 22px;
	line-height: 1;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.news_form-input-item {
	position: relative;
}

.news_form-input-item input {
	border: 1px solid #f3f3f3;
	background-color: #fdfdfd;
	color: #919090;
	font-size: 18px;
	height: 50px;
	line-height: 50px;
	padding: 10px 70px 10px 19px;
	width: 100%;
}

.news_form-input-item input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #919090;
}

.news_form-input-item input::-moz-placeholder {
	/* Firefox 19+ */
	color: #919090;
}

.news_form-input-item input:-ms-input-placeholder {
	/* IE 10+ */
	color: #919090;
}

.news_form-input-item input:-moz-placeholder {
	/* Firefox 18- */
	color: #919090;
}

.news_btn-src {
	border: none;
	background-color: var(--cnvs-themesubcolor);
	color: var(--bs-white);
	font-size: 18px;
	position: absolute;
	padding: 9px 20px;
	height: 100%;
	top: 0;
	right: 0;
	transition: all 0.4s ease-out;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
}

.news_btn-src:hover {
	background-color: var(--cnvs-themecolor);
	color: var(--bs-white);
}

.news_widget-categories ul {
	margin: 0;
}

.news_widget-categories ul li {
	list-style: none;
	border: 1px solid #f3f3f3;
	background-color: #fff;
	margin-bottom: 10px;
	padding: 0;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.news_widget-categories ul li.active {
	color: var(--bs-white);
	background-color: var(--cnvs-themesubcolor);
}

.news_widget-categories ul li.active a,
.news_widget-categories ul li.active span {
	color: var(--bs-white);
}

.news_widget-categories ul li:last-child {
	margin-bottom: 0;
}

.news_widget-categories ul li a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #494949;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-weight: 400;
	font-size: 18px;
	padding: 8px 16px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.news_widget-categories ul li a span {
	color: #333;
	font-size: 15px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.news_widget-categories ul li:not(.active):hover {
	color: var(--bs-white);
	background-color: var(--cnvs-themecolor);
}

.news_widget-categories ul li:not(.active):hover a {
	color: var(--bs-white);
}

.news_widget-categories ul li:not(.active):hover a span {
	color: var(--bs-black);
}


.news_widget-body {
	margin-top: 30px;
}


.news_widget-blog-post {
	border-bottom: 1px solid #f3f3f3;
	margin-bottom: 20px;
	padding-bottom: 22px;
}

.news_widget-blog-post:last-child {
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.news_widget-blog-post ul {
	margin: 0;
}

.news_widget-blog-post ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.news_side-thumb {
	margin-right: 16px;
	width: 120px;
}

.news_side-thumb a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	aspect-ratio: 3 / 2;
	background-color: #DDD;
}

.news_side-thumb a.pdt {
	aspect-ratio: 3 / 2;
}

.news_side-thumb img {
	object-fit: contain;
	width: 100%;
	height: 100%;
	transition: 0.3s;
}

.news_side-thumb a:hover img {
	transform: scale(1.05);
}

.news_side-content {
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	width: calc(100% - 136px);
	margin-top: -7px;
}

.news_side-content .news-date {
	color: var(--cnvs-themesubcolor);
	font-size: 14px;
	text-transform: uppercase;
}

.news_side-content h3 {
	color: var(--bs-black);
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 0;
}

.news_side-content h3 a {
	color: var(--bs-black);
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	transition: all 0.3s ease-out;
}

.news_side-content h3 a:hover {
	color: var(--cnvs-themecolor);
}

.news-hr {
	color: rgb(var(--cnvs-themecolor-rgb), .25);
	opacity: 1;
}

.news-title {
	font-size: 30px;
	margin: 16px 0;
	color: var(--cnvs-themesubcolor);
	letter-spacing: 1px;
}

/* pagination */
.pagination .pagination li {
	margin-right: 5px;
}

.pagination .pagination li a {
	background-color: rgba(var(--cnvs-themesubcolor-rgb), 0.1);
	color: var(--bs-black);
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	height: 36px;
	line-height: 35px;
	padding: 0;
	text-align: center;
	vertical-align: top;
	width: 36px;
}

.pagination .pagination li a.active {
	color: var(--bs-white);
	background-color: var(--cnvs-themesubcolor);
}

.pagination .pagination li a:hover {
	color: var(--bs-white);
	background-color: var(--cnvs-themecolor);
}

.pagination .pagination li i {
	font-size: 15px;
	font-weight: 700;
}

.pagination .pagination li:last-child {
	margin-right: 5px;
}


/*-----------------------------------------------------------------
== contact 
-----------------------------------------------------------------*/
.contact-img-bg {
	width: 100%;
	height: 100%;
	top: 0;
	opacity: 0.6;
}

.contact-img-bg img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 50%;
	transform: translateY(-50%);
	object-position: center;
	object-fit: cover;
}

.contact-block {
	border-radius: 10px;
}

.contact-box {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-top: 24px;
}

.contact-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--cnvs-themesubcolor);
	color: #FFF;
	width: 70px;
	height: 70px;
	font-size: 24px;
	transition: all .3s ease-out;
}

.contact-info {
	width: calc(100% - 70px);
}

.contact-title {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 0;
	color: #000;
	transition: all .3s ease-out;
}

.contact-link {
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 0;
	color: #000;
	transition: all .3s ease-out;
}

.contact-link:hover {
	color: var(--cnvs-themecolor);
}

.contact-box:hover .contact-icon {
	background-color: var(--cnvs-themecolor);
}

.contact-box:hover .contact-title,
.contact-box:hover .contact-link {
	color: var(--cnvs-themecolor);
}

/*-----------------------------------------------------------------
== footer 
-----------------------------------------------------------------*/
#footer {
	background: var(--cnvs-themesubcolor);
}

.h1-txt {
	font-size: 16px;
	line-height: 1.75;
	letter-spacing: 1px;
	font-weight: 400;
	margin-top: 24px;
	color: var(--bs-white);
}

.footer-title {
	font-size: 22px;
	line-height: 1.75;
	letter-spacing: 1px;
	font-weight: 600;
	margin-bottom: 16px;
	color: var(--bs-white);
}

.footer-list {
	list-style: none;
	padding-left: 0;
}

.footer-list li:not(:first-child) {
	margin-top: 8px;
}

.footer-list li a {
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 1px;
	color: var(--bs-white);
	transition: all .3s ease-out;
}

.footer-list li a:hover {
	color: var(--cnvs-themehovercolor);
}

.footer-list-flex {
	display: flex;
	flex-wrap: wrap;
}

.footer-list-flex li {
	margin-top: 8px;
	width: 125px;
}

#copyright {
	background: var(--cnvs-themedarkcolor);
}

.copyright-txt {
	font-size: 16px;
	line-height: 1.75;
	margin-bottom: 0;
	color: var(--bs-white);
	letter-spacing: 1px;
}

.copyright-link {
	color: #FFF;
}

.copyright-link:hover {
	color: var(--cnvs-themecolor);
}

/*-----------------------------------------------------------------
== cookie 
-----------------------------------------------------------------*/
.cookie_cse {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 1000;
	background-color: rgba(0, 0, 0, 0.4);
}

.cookie_cse .cookie-info {
	position: absolute;
	width: 100%;
	bottom: 0;
	background-color: var(--cnvs-themedarkcolor);
}

.cookie_cse .cookie-info .container-fluid {
	margin: 0 auto;
	padding: 32px 24px;
	width: 80%;
}

.cookie_cse .cookie-info .align-center {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.cookie_cse .cookie-info .tx {
	padding-right: 30px;
}

.cookie_cse .cookie-info .tx p {
	color: #FFF;
	line-height: 1.5;
	margin-bottom: 0;
}

.cookie_cse .cookie-info .tx p a {
	color: #FFF;
}

.cookie_cse .cookie-info .tx p a:hover {
	color: var(--cnvs-themehovercolor);
}

.cookie_cse .btn-cookie {
	margin-left: 0;
	margin-top: 10px;
	min-width: fit-content;
}

.cookie_cse .btn-cookie .btn-all {
	background-color: var(--cnvs-themesubcolor);
	color: #FFF;
	padding: 16px 32px;
	letter-spacing: 0.12em;
	font-weight: 700;
	font-size: 16px;
	border-radius: 4px;
}

.cookie_cse .btn-cookie .btn-all:hover {
	background-color: var(--cnvs-themecolor);
	color: #FFF;
}

@media(max-width: 1024px) {
	.grid.info .col-4 {
		float: none;
		display: block;
		margin-right: auto;
		margin-left: auto;
		width: 100%;
		margin-bottom: 6%;
		min-width: 200px;
	}
}

@media(max-width: 1299px) {
	.cookie_cse .cookie-info .container-fluid {
		margin: 0 auto;
		padding: 20px;
		width: 100%;
	}

	.cookie_cse .cookie-info .tx p {
		font-size: 18px;
	}
}

@media(max-width: 991px) {
	.cookie_cse .cookie-info .align-center {
		display: block;
	}

	.cookie_cse .cookie-info .tx {
		padding-right: 0px;
	}

	.cookie_cse .cookie-info .tx p {
		line-height: 30px;
	}

	.cookie_cse .btn-cookie {
		display: flex;
		justify-content: flex-end;
	}

	.cookie_cse .btn-cookie .btn-all {
		background-color: var(--cnvs-themecolor);
		color: #FFF;
		padding: 12px 24px;
		letter-spacing: 0.12em;
		font-weight: 700;
		font-size: 16px;
	}
}

@media(max-width: 375px) {

	.cookie_cse .cookie-info .tx p {
		font-size: 16px;
	}

	.cookie_cse .btn-cookie .btn-all {
		font-size: 16px;
	}
}


/*-----------------------------------------------------------------
== contact 
-----------------------------------------------------------------*/
.map-iframe {
	width: 100%;
	height: 100%;
}

.mail-word {
	word-break: break-all;
}


/* contact form */
.contact-form .form-group {
	position: relative;
	min-height: 70px;
	padding: 0 0 10px;
	margin: 0;
}

.sending-status {
	position: absolute;
	top: calc(50% - 23px);
	right: 160px;
	display: block;
}


/* contact form */
.contact-form .form-group input,
.contact-form .form-group textarea,
.contact-form .form-group select {
	-webkit-transition: border 0.5s;
	transition: border 0.5s;
	/* color: #848484; */
	border: 1px solid #efefef;
	padding: 0 20px;
	-webkit-border-radius: 0;
	border-radius: 0;
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 60px;
	line-height: 55px;
}

.contact-form .form-group input::placeholder,
.contact-form .form-group textarea::placeholder,
.contact-form .form-group select::placeholder {
	color: #848484;
}

.contact-form .form-group textarea.message {
	height: 200px;
	margin-bottom: -6px;
}

.contact-form .form-group textarea.tips {
	height: 60px;
	margin-bottom: -6px;
}

.contact-form .form-group select.classic {
	margin: 0;
	min-height: 60px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-color: white;
	display: inline-block;
	font: inherit;
	background-image: linear-gradient(45deg, transparent 50%, #999 50%), linear-gradient(135deg, #999 50%, transparent 50%), linear-gradient(to right, #E9E9E9, #E9E9E9);
	background-position: calc(100% - 29px) calc(1em + 12px), calc(100% - 21px) calc(1em + 12px), 100% 0;
	background-size: 8px 8px, 8px 8px, 60px 60px;
	background-repeat: no-repeat;
}

.contact-form .form-group .form-check-input {
	width: 30px;
	height: 30px;
	padding: 0;
	border: 1px solid var(--cnvs-themecolor);
}

.captcha-area__inner {
	display: inline-block;
}

.captcha-area__inner img {
	height: 40px;
	margin: 10px 0;
}

/*----------------------------------------------------------------- 
== SNS 
-----------------------------------------------------------------*/
[id*="sns"] {
	--cnvs-sns-size: 2.5rem;
	--cnvs-sns-bg: var(--cnvs-themedarkcolor);
	--cnvs-sns-icon-size: 1.5rem;
	--cnvs-sns-icon-color: #fff;
	--cnvs-sns-position-boxed-right: 30px;
	--cnvs-sns-position-boxed-botom: 30px;
	--cnvs-sns-border-radius: 4px;
	--cnvs-sns-hover-color: var(--cnvs-themecolor);
	z-index: 100;
	position: fixed;
	width: var(--cnvs-sns-size);
	line-height: var(--cnvs-sns-size);
	font-size: var(--cnvs-sns-icon-size);
	text-align: center;
	color: var(--cnvs-sns-icon-color);
	top: auto;
	left: auto;
	right: var(--cnvs-sns-position-boxed-right);
	bottom: var(--cnvs-sns-position-boxed-bottom);
	cursor: pointer;
	background-color: var(--cnvs-sns-bg);
	border-radius: var(--cnvs-sns-border-radius);
	opacity: 1;
	transition: background-color 0.2s linear, opacity 0.4s ease;
}

[id*="sns"]:hover {
	background-color: var(--cnvs-sns-hover-color);
}

#sns_contact {
	--cnvs-sns-position-boxed-bottom: 150px;
}

#sns_tel {
	--cnvs-sns-position-boxed-bottom: 200px;
}


/*-----------------------------------------------------------------
== RWD 
-----------------------------------------------------------------*/
@media (max-width: 1399px) and (min-width: 992px) {
    /*----- header -----*/
    #logo a .logo-default {
        max-height: 70px;
    }

    .is-expanded-menu .menu-link {
        --cnvs-primary-menu-padding-x: 8px;
    }
}

@media screen and (max-width: 991px) {
	/*---- breadcrumb ----*/
	.breadcrumb_title {
		font-size: 28px;
	}

	.heading-block {
		--cnvs-heading-block-font-size-h2: 28px;
	}

	/*---- service -----*/
	#service-info .service-title {
		font-size: 28px;
	}
	
	/*---- news -----*/
	.news-title {
		font-size: 28px;
	}	

	.news-image-block,
	#news-list .news-image-block {
		width: 100%;
	}

	.news-content-block,
	#news-list .news-content-block {
		width: 100%;
		margin: 16px 0;
		padding: 0;
	}

	#news-list .news-txt {
		display: -webkit-box;
		-webkit-line-clamp: 2;
		min-height: 60px;
	}

	/*---- SNS -----*/
	[id*="sns"] {
		--cnvs-sns-position-boxed-right: 15px;
	}
}

@media screen and (max-width: 767px) {
	/*----- service -----*/
	.services-grid .feature-box .serIcon span{
		padding: 10px;
		width: 60px;
	}
	
	.services-grid .feature-box .service-title {
		font-size: 20px;
	}

	/*---- news -----*/
	.news-title {
		font-size: 24px;
	}
}

@media screen and (max-width: 576px) {
	/*---- service ----*/
	.services-grid .feature-box {
		padding: 1rem;
		aspect-ratio: unset;
	}
}

@media screen and (max-width: 425px) {

	/*---- SNS & gotoTop -----*/
	#gotoTop {
		--cnvs-gotoTop-position-boxed-bottom: 130px;
	}

	#sns_contact {
		--cnvs-sns-position-boxed-bottom: 180px;
	}

	#sns_tel {
		--cnvs-sns-position-boxed-bottom: 230px;
	}
}