/* =======================================
# 合作夥伴列表頁
========================================= */
.partners {
	color: var(--blck);
	background-color: var(--gray);
}

.partners .level-title {
	border-bottom: 4px double var(--main);
	padding-bottom: 10px;
}

.partner-card {
	position: relative;
	text-align: center;
	transition: all 0.3s ease-in-out;
	padding: 1rem;
	margin-bottom: 20px;
}

.partner-card img {
	width: 100%;
	display: block;
	border: 1px solid var(--main);
	border-radius: 10px;
	margin-bottom: 10px;
	background-color: #fff;
}

.partner-card h5 {
	color: var(--main);
}

.partner-card p {
	color: #666;
	margin-bottom: 0;
}

.partner-card:hover {
	transform: scale(95%);
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.7);
	box-shadow: rgba(94, 251, 214, 0.7) 0px 0px 0px 4px;
}

/* =======================================
# 合作夥伴內頁
========================================= */
:root {
	scroll-padding-top: 100px;
	/* 內頁nav錨點偏差修正 */
}

.bg-area section:nth-child(odd) {
	background: rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(2px);
	-webkit-backdrop-filter: blur(2px);
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
	border-top: 1px solid rgba(255, 255, 255, 0.18);
	border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.title-area {
	padding: 30px 40px;
	position: relative;
}

.ex-maintitle {
	font-size: 28px;
	letter-spacing: 3px;
	line-height: 1;
	color: #212121;
	position: relative;
}

.ex-subtitle {
	font-style: italic;
	font-size: 18px;
	color: #999999;
}

.title-deco {
	position: absolute;
	width: 50px;
	left: 210px;
	top: 30px;
}

.title-deco-pd1,
.title-deco-pd2 {
	position: absolute;
	width: 50px;
}

.title-deco-pd1 {
	left: 0;
}

.title-deco-pd2 {
	right: 0;
	top: 30px;
}

.light-title {
	color: #ffd803;
}

/* ====================================================
# ex-navbar
==================================================== */
.ex-navbar {
	background-color: #606bff;
	font-size: 18px;
	top: 80px;
	z-index: 10;
}

.ex-navbar .navbar-nav li.nav-item {
	position: relative;
}

.ex-navbar .navbar-nav li.nav-item::before {
	content: "|";
	position: absolute;
	left: 0;
	bottom: 10px;
}

.ex-navbar .navbar-nav li:first-child::before {
	display: none;
}

.ex-navbar.navbar-light .navbar-nav .nav-link {
	padding: 10px 20px;
	color: #fff;
}

.ex-navbar.navbar-light .navbar-nav .nav-link:hover {
	color: #fef9b0;
}

@media (max-width: 1200px) {
	.ex-navbar {
		top: 92px;
	}
}

@media (max-width: 992px) {
	.ex-navbar .navbar-nav li.nav-item::before {
		content: "";
	}

	.nav-link {
		text-align: center;
	}
}

/* ====================================================
 # ex-topinfo    公司資訊
==================================================== */

.ex-topinfo {
	position: relative;
	padding: 0 1.5rem 3rem;
	color: var(---black);
	background: #dee2e6;
}

.extop {
	z-index: 2;
}

.ex-logo {
	position: relative;
	margin-top: -3rem;
	padding: 20px;
	width: 85%;
	border-radius: 8px;
	backdrop-filter: blur(16px) saturate(180%);
	-webkit-backdrop-filter: blur(16px) saturate(180%);
	background-color: rgba(17, 25, 40, 0.25);
	filter: drop-shadow(0 10px 10px rgba(0, 0, 0, 0.15));
}

.ex-num {
	position: relative;
	top: 8px;
}

.ex-num span {
	color: var(--main);
	font-size: 16px;
}

.exnum-img {
	border: 1px solid #dee2e6;
	background-color: #fff;
}

.info-title {
	font-size: 1.5rem;
	font-weight: 600;
	color: #001432;
	margin-top: 2rem;
}

.info-title small {
	font-size: 1.2rem;
	color: #666666;
}

.info-icon {
	padding: 15px 0;
}

.border-icon {
	display: inline-block;
	margin-right: 8px;
	color: #001432;
	border: 1px solid #001432;
	border-radius: 50%;
	line-height: 40px;
	width: 40px;
	height: 40px;
	text-align: center;
	font-size: 18px;
	transition: 0.2s;
}

.border-icon:hover {
	color: #ffff;
	border-color: var(--main);
	background-color: var(--main);
}

.ex-contact i {
	font-size: 22px;
}

.info-tel,
.info-mail {
	padding-left: 6px;
}

@media (max-width: 576px) {
	.info-title {
		margin-top: 20px;
	}

	.ex-topinfo {
		padding-bottom: 30px;
	}

	.ex-logo {
		top: 0;
		margin: 40px 20px 25px;
	}

	.contact-ad {
		display: none;
	}
}

/* ====================================================
# ex-foreword
====================================================*/
.ex-foreword {
	padding-top: 4rem;
}

.ex-foreword ul {
	padding-left: 28px;
}

.contact-info {
	border: 2px solid #333;
	padding: 20px;
	line-height: 2;
	background-color: #ffffff;
	color: #666666;
	border-radius: 3px;
	margin: 0 20px;
	font-size: 16px;
}

.contact-info ul {
	margin: 0;
	padding: 0;
}

.contact-info ul li span {
	color: #333333;
	border-left: 1px solid #cccccc;
	padding-left: 10px;
	margin-left: 6px;
}

.contact-ad {
	text-align: center;
	padding: 0 20px;
}

.contact-ad img {
	display: block;
	width: 100%;
	border: 1px solid #efefef;
	background-color: #ffffff;
}

.info-img {
	border: 1px solid #efefef;
	cursor: pointer;
}

.contact-ad img,
.info-img {
	transition: all 0.2s;
}

.contact-ad img:hover,
.info-img:hover {
	transform: translateY(3px);
	opacity: 0.8;
}

/* ====================================================
# 參展產品
====================================================*/
.product-card {
	position: relative;
}

.product-card img {
	background-color: #ffffff;
	border-radius: 10px;
}

.product-card .tag {
	font-size: 15px;
	line-height: 20px;
	color: var(--gray);
	margin-top: 10px;
}

.product-title {
	margin-top: 15px;
}

.product-card:hover .product-title {
	color: var(--light);
}

/*====================================================
# session-item 
==================================================== */
.session-item {
	width: 100%;
	padding: 20px;
	color: #212121;
	background-color: #ffffff;
	margin: 25px 0;
	border-radius: 10px;
	box-shadow: rgba(35, 74, 255, 0.7) 0px 0px 0px 3px;
}

.se-left {
	padding-right: 25px;
}

.se-right {
	padding-left: 25px;
	border-left: 2px solid rgba(35, 74, 255, 0.3);
}

.session-time {
	word-spacing: 3px;
}

.session-item-title {
	font-size: 20px;
	font-weight: 500;
	line-height: 30px;
	margin-bottom: 8px;
}

.session-item-txt p {
	font-size: 16px;
	margin: 0;
}

.session-item-txt .collapse:not(.show) {
	height: 90px !important;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.session-item-txt .collapsing {
	min-height: 90px !important;
}

.session-item-txt a.collapsed:after,
.session-item-txt a:not(.collapsed):after {
	font-size: 16px;
}

.session-item-txt a.collapsed:after {
	content: "顯示更多";
}

.session-item-txt a:not(.collapsed):after {
	content: "顯示更少";
}

.session-item-txt a:not(.collapsed) i {
	transform: rotate(180deg);
	display: inline-block;
}

.session-item-txt .six-line-clamp {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
}

.session-item .spkers-group {
	margin: 12px;
	color: #666666;
}

.spkers-group .sp-desc {
	color: #787878;
	font-size: 16px;
}

.spkers-group .sp-desc::before {
	content: "/";
	padding: 0px 5px;
}

.session-img {
	width: 50px;
	border-radius: 50%;
	border: 2px solid #606bff;
	margin-right: 6px;
}

.session-info {
	color: #234aff;
	font-size: 15px;
}

.session-info li {
	padding-bottom: 10px;
}

.session-info li span {
	color: #1c1a27;
}

@media (max-width: 576px) {
	.spkers-group .sp-desc::before {
		display: none;
	}

	.spkers-group .sp-desc {
		padding-left: 60px;
		line-height: 1.6;
	}

	.session-item .spkers-group {
		background-color: transparent;
	}

	.se-left {
		padding: 10px;
	}

	.se-right {
		border: 0;
	}

	.session-item {
		padding: 15px;
		margin: 20px auto;
	}
}

/*====================================================
# resource-box
==================================================== */

.resource-box {
	color: #212121;
	background-color: #ffffff;
	padding: 20px;
	border-radius: 10px;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	margin-bottom: 20px;
	transition: all 0.2s;
}

.resource-box:hover {
	box-shadow: rgba(0, 114, 197, 0.3) 0px 0px 0px 2px;
}

.resource-box h5 {
	font-size: 18px;
}

.ellipsis-multiple {
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	/* Multi-line settings */
	-webkit-line-clamp: 3;
	height: 66px;
	line-height: 22px;
}
