@charset "UTF-8";

/* ============================================================
   leasing.css
   租賃方案首頁（index.html）樣式
   ============================================================ */


/* ------------------------------------------------------------
   版面骨架
   ------------------------------------------------------------ */

#leasing {
	font-size: 18px;
}

#leasing .section {
	max-width: 95%;
	margin: 0 auto;
	padding: 85px 0;
}

/* 區塊底部的分隔線 */
#leasing .section.section-line {
	position: relative;
}

#leasing .section.section-line::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 100%;
	max-width: 1200px;
	height: 2px;
	background-color: #464B4E;
}

#leasing .section .section-title {
	font-weight: bold;
	font-size: 40px;
	text-align: center;
	line-height: 1.4;
	margin-bottom: 50px;
}

#leasing .section .section-title .sub-title {
	font-size: 28px;
	text-align: center;
	line-height: 1.4;
	margin-top: 10px;
}

#leasing .wrap {
	max-width: 1200px;
	margin: 0 auto;
}

#leasing .d-flex {
	display: flex;
	align-items: center;
}

#leasing .row {
	display: flex;
	flex-wrap: wrap;
}

#leasing .row .col4 {
	width: 33.3333333333%;
}

#leasing .row .col3 {
	width: 25%;
}

#leasing .row .col6 {
	width: 50%;
}


/* ------------------------------------------------------------
   按鈕
   ------------------------------------------------------------ */

#leasing .btn {
	display: inline-flex;
	font-weight: bold;
	justify-content: center;
	align-items: center;
	min-width: 220px;
	padding: 10px 12px 8px;
}

#leasing .btn.btn-y {
	font-size: 16px;
	background-color: #FFD401;
	border-radius: 50px;
	padding: 10px 12px;
	color: #000;
}

#leasing .btn.btn-y:hover {
	opacity: 0.8;
}

#leasing .btn.btn-b {
	font-size: 18px;
	border: 2px solid #00B1D2;
	border-radius: 5px;
	color: #00B1D2;
	justify-content: center;
}

#leasing .btn.btn-b:hover {
	background-color: #00B1D2;
	color: #fff;
}


/* ------------------------------------------------------------
   頁首選單
   ------------------------------------------------------------ */

#leasing #header {
	position: fixed;
	padding-top: 16px;
	left: 0;
	right: 0;
	top: 0;
	z-index: 90;
	transition: all 0.3s;
}

#leasing #header .header-block {
	background-color: #464B4E;
	box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.25);
	padding: 10px 20px;
	max-width: 95%;
	margin: 0 auto;
	font-size: 16px;
	color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: all 0.3s;
}

#leasing #header .header-block .logo {
	display: flex;
	align-items: center;
	width: 150px;
	transition: all 0.3s;
}

#leasing #header .header-block .logo img {
	vertical-align: bottom;
}

/* 漢堡鈕：桌機隱藏，1023px 以下才出現 */
#leasing #header .header-block .btn-ham {
	display: none;
}

#leasing #header .header-block #menu ul {
	display: flex;
}

#leasing #header .header-block #menu ul li a {
	display: block;
	padding: 11px 15px;
}

#leasing #header .header-block #menu ul li a:hover {
	color: #FFD401;
}

#leasing #header .header-block #menu ul li a.btn-sing {
	background-color: #00B1D2;
	font-weight: bold;
	border-radius: 50px;
	width: 220px;
	text-align: center;
	margin-left: 20px;
}

#leasing #header .header-block #menu ul li a.btn-sing:hover {
	color: #fff;
	opacity: 0.8;
}

/* 捲動後縮小的頁首 */
#leasing #header.header-scroll {
	background-color: #333333;
	padding-top: 0;
}

#leasing #header.header-scroll .header-block {
	padding: 2px 20px;
}

#leasing #header.header-scroll .header-block .logo {
	width: 108px;
}


/* ------------------------------------------------------------
   主視覺
   ------------------------------------------------------------ */

#leasing #banner {
	background: url(../images/leasing/banner1.jpg) no-repeat center center;
	background-size: cover;
	height: 100vh;
	max-height: 960px;
	position: relative;
	display: flex;
	padding-bottom: 20px;
	align-items: flex-end;
}

#leasing #banner::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.6);
}

#leasing #banner .banner-wrap {
	width: 74%;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	color: #fff;
	padding-bottom: 20vh;
}

#leasing #banner .banner-wrap .banner-text {
	font-size: 24px;
	line-height: 1.6;
	max-width: 600px;
	font-weight: bold;
}

#leasing #banner .banner-wrap .banner-text .banner-title {
	font-size: 40px;
	color: #fff;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 16px;
}

#leasing #banner .banner-wrap .banner-text .btn-block {
	margin-top: 24px;
}


/* ------------------------------------------------------------
   cut01 － 租賃方案是什麼
   ------------------------------------------------------------ */

#leasing #cut01 {
	padding-top: 60px;
	padding-bottom: 0;
}

#leasing #cut01 .section-title {
	font-size: 30px;
}

#leasing #cut01 .left-block {
	width: 50%;
	text-align: center;
}

#leasing #cut01 .right-block {
	width: 50%;
	padding: 45px;
	box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.4);
	font-size: 16px;
}

#leasing #cut01 .right-block .name {
	font-size: 30px;
	font-weight: bold;
	color: #464B4E;
}

#leasing #cut01 .right-block p {
	margin-top: 20px;
}


/* ------------------------------------------------------------
   cut02 － 客戶心聲
   ------------------------------------------------------------ */

#leasing #cut02 {
	padding-top: 60px;
}

#leasing #cut02 .card-list .card {
	padding: 0 15px;
}

#leasing #cut02 .card-list .card::before {
	content: url(../images/leasing/icon_marks.svg);
	text-align: center;
	display: block;
	margin-bottom: 16px;
}

#leasing #cut02 .card-list .card .text-sm {
	margin-top: 17px;
}


/* ------------------------------------------------------------
   cut03 － 租賃方案的特點
   ------------------------------------------------------------ */

#leasing #cut03 .card-list .col {
	padding: 0 10px;
	display: flex;
}

#leasing #cut03 .card-list .card {
	background-color: #F0F3FA;
	border-radius: 15px;
	padding: 40px 55px 50px;
	display: flex;
	flex-direction: column;
}

#leasing #cut03 .card-list .card .name {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 10px;
}

#leasing #cut03 .card-list .card p {
	text-align: left;
	line-height: 1.8;
	flex: 1;
}

#leasing #cut03 .card-list .card .btn-block {
	margin-top: 17px;
}


/* ------------------------------------------------------------
   cut04 － SpotCam 功能特點
   ------------------------------------------------------------ */

#leasing #cut04 .card-list .col {
	padding: 10px 48px;
}

#leasing #cut04 .card-list .col:nth-child(3) ~ .col {
	margin-top: 50px;
}

#leasing #cut04 .card-list .card {
	display: flex;
}

#leasing #cut04 .card-list .card .icon {
	width: 60px;
	margin-right: 50px;
}

#leasing #cut04 .card-list .card .text {
	width: calc(100% - 110px);
}

#leasing #cut04 .card-list .card .text .name {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}


/* ------------------------------------------------------------
   cut05 － 評估重點
   ------------------------------------------------------------ */

#leasing #cut05 .left-block {
	width: 40%;
	text-align: center;
}

#leasing #cut05 .right-block {
	width: 60%;
}

#leasing #cut05 .right-block .col {
	padding: 15px 24px;
}

#leasing #cut05 .right-block .col:nth-child(2) ~ .col {
	margin-top: 30px;
}

#leasing #cut05 .right-block .card {
	display: flex;
}

#leasing #cut05 .right-block .card .order {
	font-size: 36px;
	color: #00B1D2;
	margin-right: 47px;
}

#leasing #cut05 .right-block .card .name {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 12px;
}


/* ------------------------------------------------------------
   cut06 － 使用場景（分頁切換）
   ------------------------------------------------------------ */

#leasing #cut06 .tabs-nav {
	display: flex;
}

#leasing #cut06 .tabs-nav li {
	width: 25%;
}

#leasing #cut06 .tabs-nav a {
	display: block;
	text-align: center;
	padding-bottom: 18px;
	color: #A4A4A4;
	border-bottom: 3px solid transparent;
	font-size: 14px;
}

#leasing #cut06 .tabs-nav a.active {
	border-bottom-color: #00B1D2;
	color: #464B4E;
}

#leasing #cut06 .tabs-nav a:hover {
	color: #00B1D2;
}

#leasing #cut06 .tabs-block {
	display: none;
	padding: 55px 25px 0;
}

#leasing #cut06 .tabs-block.active {
	display: flex;
	align-items: center;
}

#leasing #cut06 .left-block {
	width: 33%;
	text-align: center;
}

#leasing #cut06 .right-block {
	width: 67%;
	display: flex;
	flex-direction: column;
	padding-left: 20px;
}

#leasing #cut06 .right-block .name {
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 16px;
	text-align: center;
}

#leasing #cut06 .right-block p {
	color: #888888;
	font-size: 16px;
}


/* ------------------------------------------------------------
   cut07 － 雲端服務使用費
   ------------------------------------------------------------ */

#leasing #cut07 .card-list {
	margin-bottom: 40px;
}

#leasing #cut07 .card-list .card {
	box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.4);
	background-color: #fff;
	padding: 105px 0 40px;
	text-align: center;
	position: relative;
	font-size: 18px;
}

#leasing #cut07 .card-list .card.active {
	background-color: #00B1D2;
	color: #fff;
}

#leasing #cut07 .card-list .card .marks {
	position: absolute;
	width: 123px;
	height: 111px;
	background: url(../images/leasing/bg_ribbon.svg) no-repeat center top;
	background-size: contain;
	left: 50%;
	top: -11px;
	transform: translateX(-50%);
	font-size: 14px;
	color: #00B1D2;
	padding-top: 21px;
}

#leasing #cut07 .card-list .card .price {
	font-size: 30px;
	font-weight: bold;
}

#leasing #cut07 .card-list .card .price .text-sm {
	font-size: 16px;
}

#leasing #cut07 .card-list .card .days {
	margin-top: 47px;
	font-weight: bold;
}

#leasing #cut07 .section-text {
	width: 785px;
	margin: 0 auto;
}

#leasing #cut07 .section-text .btn-block {
	margin-top: 40px;
}


/* ------------------------------------------------------------
   cut08 － 機型比較表
   ------------------------------------------------------------ */

#leasing #cut08 table {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
	margin-bottom: 20px;
}

#leasing #cut08 table thead th {
	box-shadow: 1px 1px 0 0 #EEEEEE;
	text-align: center;
	padding-bottom: 25px;
}

#leasing #cut08 table thead th:nth-child(1) {
	box-shadow: 0 1px 0 0 #EEEEEE;
}

#leasing #cut08 table tbody {
	color: #666666;
}

#leasing #cut08 table tbody td {
	text-align: center;
	font-size: 16px;
	box-shadow: 1px 1px 0 0 #EEEEEE;
	padding: 8px;
}

#leasing #cut08 p {
	color: #666666;
}


/* ------------------------------------------------------------
   資安認證橫幅
   ------------------------------------------------------------ */

.cht-security.bg1 {
	background-color: #C0E5FA;
	color: #3D5A6A;
	padding: 15px 0;
}

.cht-security .wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	max-width: 1200px;
	margin: 0 auto;
}

.cht-security .icon {
	width: 376px;
	margin-right: 14px;
}

.cht-security .text .name {
	font-size: 30px;
	font-weight: bold;
}

.cht-security .text p {
	margin: 6px 0 15px;
}

.cht-security .text .btn {
	display: inline-block;
	background-color: #00B1D2;
	color: #fff;
	font-size: 18px;
	padding: 8px;
	width: 180px;
	border-radius: 50px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}

.cht-security .text .btn:hover {
	opacity: 0.7;
}


/* ------------------------------------------------------------
   常見問題
   ------------------------------------------------------------ */

#leasing #question {
	position: relative;
}

#leasing #question::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: url(../images/leasing/banner2.jpg) no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
	z-index: 1;
}

#leasing #question .wrap {
	display: flex;
	justify-content: flex-end;
	position: relative;
	padding-top: 100px;
	padding-bottom: 235px;
	z-index: 5;
	max-width: 1200px;
	margin: 0 auto;
}

#leasing #question .question-wrap {
	width: 580px;
}

#leasing #question .question-wrap::before {
	content: "";
	width: 73px;
	height: 3px;
	background-color: #00B1D2;
	margin-bottom: 40px;
	display: block;
}

#leasing #question .question-wrap .question-item {
	font-size: 16px;
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 10px;
}

#leasing #question .question-wrap .question-item .question-name {
	background-color: #00B1D2;
	color: #fff;
	padding: 20px 25px;
	position: relative;
}

#leasing #question .question-wrap .question-item .question-name .btn-collapse {
	width: 37px;
	height: 37px;
	border-radius: 100%;
	right: 25px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: #fff url(../images/leasing/icon_arrow_down.svg) no-repeat center calc(50% + 2px);
	background-size: 15px auto;
	transition: all 0.3s;
}

#leasing #question .question-wrap .question-item .question-name .btn-collapse:hover {
	background-color: #EEEEEE;
}

#leasing #question .question-wrap .question-item .question-block {
	background-color: #fff;
	padding: 20px 25px;
	display: none;
}

#leasing #question .question-wrap .question-item.active .question-name .btn-collapse {
	transform: rotate(180deg) translateY(50%);
	background-position: 50%;
}

#leasing #question .question-wrap .question-item.active .question-block {
	display: block;
}


/* ------------------------------------------------------------
   影片彈窗
   ------------------------------------------------------------ */

#leasing #video {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0, 22, 72, 0.6);
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 99;
}

#leasing #video.active {
	display: flex;
}

#leasing #video .video-popup {
	border-radius: 5px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
	overflow: hidden;
	max-width: 90%;
}

#leasing #video .video-popup .video-tools {
	padding: 7px 45px;
	background-color: #333333;
	position: relative;
	color: #fff;
	font-size: 14px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#leasing #video .video-popup .video-tools::before {
	content: "";
	position: absolute;
	left: 15px;
	top: 7px;
	width: 20px;
	height: 20px;
	background: url(../images/leasing/logo_icon.svg) no-repeat center center;
}

#leasing #video .video-popup .video-tools .btn-close {
	width: 24px;
	height: 24px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	background-color: #fff;
	position: absolute;
	right: 15px;
	top: 7px;
}

#leasing #video .video-popup .video-tools .btn-close:hover {
	background-color: #EEEEEE;
}

#leasing #video .video-popup .video-block .video {
	position: relative;
	width: 133vh;
	max-width: 100%;
	padding-top: 56.25%;
	background-color: #464B4E;
}

#leasing #video .video-popup .video-block .video video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

#leasing #video .video-popup .video-block .video .btnVideoPlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	display: block;
}

#leasing #video .video-popup .video-block .video.pause .btnVideoPlay {
	background-color: rgba(0, 0, 0, 0.6);
}

#leasing #video .video-popup .video-block .video.pause .btnVideoPlay::before {
	content: "";
	height: 72px;
	width: 72px;
	display: block;
	background-color: #05b2d2;
	border-radius: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

#leasing #video .video-popup .video-block .video.pause .btnVideoPlay::after {
	content: "";
	display: block;
	border-style: solid;
	border-width: 16px 0 16px 28px;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -10px;
	margin-top: -16px;
}


/* ============================================================
   RWD － 1400px 以下
   ============================================================ */

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

	#leasing #cut01 .left-block {
		display: flex;
		justify-content: center;
		padding-right: 50px;
	}

	#leasing #cut01 .left-block img {
		max-width: none;
	}

	#leasing #cut01 .right-block {
		position: relative;
		background-color: #fff;
	}
}


/* ============================================================
   RWD － 1200px 以下
   ============================================================ */

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

	#leasing #banner {
		min-height: 50vw;
		max-height: none;
		height: auto;
	}

	#leasing #banner .banner-wrap {
		width: 85%;
		padding-bottom: 50px;
		padding-top: 200px;
	}

	#leasing #cut01 .right-block {
		padding: 30px 45px;
	}

	#leasing #cut02 .card-list .card {
		padding: 0 10px;
	}

	#leasing #cut03 .card-list .card {
		padding: 30px 35px 40px;
	}

	#leasing #cut03 .card-list .card .name {
		font-size: 26px;
	}

	#leasing #cut04 .card-list .col {
		padding: 10px 15px;
	}

	#leasing #cut04 .card-list .col:nth-child(3) ~ .col {
		margin-top: 30px;
	}

	#leasing #cut04 .card-list .card .icon {
		margin-right: 20px;
	}

	#leasing #cut04 .card-list .card .text {
		width: calc(100% - 80px);
	}

	#leasing #cut05 .left-block {
		width: 30%;
		padding-right: 15px;
	}

	#leasing #cut05 .right-block {
		width: 70%;
	}

	#leasing #cut05 .right-block .col {
		padding: 15px 15px;
	}

	#leasing #cut05 .right-block .card .order {
		margin-right: 20px;
	}

	#leasing #cut06 .tabs-nav a {
		padding-bottom: 12px;
	}

	#leasing #cut06 .tabs-block {
		padding-top: 35px;
	}

	#leasing #cut08 table thead th {
		padding: 8px;
		font-size: 15px;
		white-space: nowrap;
	}

	#leasing #cut08 table tbody td {
		font-size: 14px;
	}

	#leasing #cut08 .section-container > p {
		font-size: 16px;
	}

	#leasing #question .wrap {
		padding-top: 80px;
		padding-bottom: 150px;
	}
}


/* ============================================================
   RWD － 1023px 以下（平板／手機選單）
   ============================================================ */

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

	#leasing .section {
		padding: 50px 0;
	}

	#leasing .section.section-line::after {
		height: 1px;
	}

	#leasing .section .section-title {
		font-size: 30px;
	}

	#leasing .section .section-title .sub-title {
		font-size: 24px;
		margin-top: 5px;
	}

	#leasing .row .col4 {
		width: 100%;
	}

	#leasing .row .col3 {
		width: 50%;
	}

	#leasing .row .col6 {
		width: 100%;
	}

	/* --- 頁首 --- */
	#leasing #header {
		padding-top: 0;
	}

	#leasing #header .header-block {
		background-color: transparent;
		box-shadow: none;
		padding: 10px 0;
		font-size: 18px;
	}

	#leasing #header .header-block .logo {
		width: 150px;
	}

	#leasing #header .header-block .btn-ham {
		display: block;
		width: 40px;
		position: relative;
		z-index: 100;
	}

	#leasing #header .header-block .btn-ham span {
		display: block;
		background-color: #fff;
		height: 3px;
		width: 100%;
		margin: 8px 0;
		transition: all 0.3s;
	}

	#leasing #header .header-block .btn-ham.active span {
		background-color: #464B4E;
	}

	#leasing #header .header-block .btn-ham.active span:nth-child(1) {
		transform: rotate(45deg);
		position: relative;
		top: 12px;
	}

	#leasing #header .header-block .btn-ham.active span:nth-child(2) {
		width: 0;
	}

	#leasing #header .header-block .btn-ham.active span:nth-child(3) {
		transform: rotate(-45deg);
		position: relative;
		top: -10px;
	}

	/* --- 抽屜式選單 --- */
	#leasing #header .header-block #menu {
		position: fixed;
		top: 0;
		bottom: 0;
		left: -100%;
		right: auto;
		transition: left 0.5s;
	}

	#leasing #header .header-block #menu ul {
		background-color: #fff;
		flex-direction: column;
		height: 100vh;
		padding: 100px 20px;
		width: 250px;
		position: relative;
		z-index: 2;
	}

	#leasing #header .header-block #menu ul li a {
		padding: 10px 20px;
		color: #464B4E;
	}

	#leasing #header .header-block #menu ul li a.btn-sing {
		width: 100%;
		margin-left: 0;
		margin-top: 10px;
		color: #fff;
	}

	#leasing #header .header-block #menu .menu-mask {
		opacity: 0;
		transition: opacity 0.5s;
	}

	#leasing #header .header-block #menu.active {
		right: 0;
		left: 0;
	}

	#leasing #header .header-block #menu.active .menu-mask {
		position: fixed;
		left: 0;
		top: 0;
		bottom: 0;
		right: 0;
		background-color: rgba(0, 0, 0, 0.4);
		opacity: 1;
		z-index: 1;
	}

	#leasing #header.header-scroll {
		background-color: #333333;
		padding-top: 0;
	}

	#leasing #header.header-scroll .header-block {
		padding: 10px 0;
		box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.25);
	}

	#leasing #header.header-scroll .header-block .logo {
		width: 150px;
	}

	/* --- 主視覺 --- */
	#leasing #banner {
		padding-bottom: 0;
	}

	#leasing #banner .banner-wrap {
		width: 90%;
		padding-top: 100px;
	}

	#leasing #banner .banner-wrap .banner-text {
		font-size: 20px;
		max-width: 360px;
	}

	#leasing #banner .banner-wrap .banner-text .banner-title {
		font-size: 36px;
		margin-bottom: 10px;
	}

	#leasing #banner .banner-wrap .banner-text .btn-block {
		margin-top: 20px;
	}

	/* --- 各區塊 --- */
	#leasing #cut01 {
		padding-top: 50px;
	}

	#leasing #cut01 .section-title {
		font-size: 24px;
		margin-bottom: 0;
	}

	#leasing #cut01 .left-block {
		width: 40%;
		padding-right: 0;
	}

	#leasing #cut01 .right-block {
		width: 60%;
		padding: 25px 30px;
	}

	#leasing #cut01 .right-block .name {
		font-size: 26px;
	}

	#leasing #cut01 .right-block p {
		margin-top: 12px;
	}

	#leasing #cut02 {
		padding-top: 30px;
	}

	#leasing #cut02 .card-list .col:nth-child(2) ~ .col {
		margin-top: 80px;
	}

	#leasing #cut03 .card-list .col {
		margin-bottom: 20px;
	}

	#leasing #cut03 .card-list .card {
		padding: 30px 40px 40px;
		width: 100%;
	}

	#leasing #cut03 .card-list .card .name {
		font-size: 24px;
		margin-bottom: 5px;
	}

	#leasing #cut04 .card-list .col {
		padding: 10px 0;
	}

	#leasing #cut04 .card-list .col:nth-child(3) ~ .col {
		margin-top: 0;
	}

	#leasing #cut04 .card-list .card .text .name {
		margin-bottom: 0;
	}

	#leasing #cut05 .section-container {
		flex-direction: column;
	}

	#leasing #cut05 .left-block {
		width: 60%;
		padding-right: 0;
		margin-bottom: 20px;
	}

	#leasing #cut05 .left-block img {
		width: 100%;
		max-width: 330px;
	}

	#leasing #cut05 .right-block {
		width: 100%;
	}

	#leasing #cut05 .right-block .col {
		padding: 10px 0;
	}

	#leasing #cut05 .right-block .col:nth-child(2) ~ .col {
		margin-top: 0;
	}

	#leasing #cut05 .right-block .card .order {
		line-height: 1.2;
	}

	#leasing #cut05 .right-block .card .name {
		margin-bottom: 0;
	}

	#leasing #cut06 .tabs-nav li {
		display: flex;
	}

	#leasing #cut06 .tabs-nav a {
		padding: 0 15px 12px;
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	#leasing #cut06 .tabs-block {
		padding: 30px 0 0;
	}

	#leasing #cut06 .right-block .name {
		font-size: 24px;
		margin-bottom: 12px;
	}

	#leasing #cut07 .card-list {
		margin-bottom: 30px;
	}

	#leasing #cut07 .card-list .card {
		padding: 35px 0;
	}

	#leasing #cut07 .card-list .card .days {
		margin-top: 35px;
	}

	#leasing #cut07 .card-list .card.active {
		padding-top: 105px;
	}

	#leasing #cut07 .section-text {
		width: 100%;
	}

	#leasing #cut07 .section-text .btn-block {
		margin-top: 30px;
	}

	/* --- 比較表：橫向捲動＋固定表頭 --- */
	#leasing #cut08 .section-container {
		overflow: auto;
		max-height: 90vh;
	}

	#leasing #cut08 table {
		margin-bottom: 20px;
	}

	#leasing #cut08 table thead th {
		width: 150px;
		white-space: normal;
		position: sticky;
		top: 0;
		z-index: 3;
		background-color: #fff;
		outline: 1px solid #EEEEEE;
	}

	#leasing #cut08 table thead th.col-fixed {
		width: 120px;
		left: 0;
		z-index: 4;
	}

	#leasing #cut08 table thead th img {
		width: 100px;
	}

	#leasing #cut08 table tbody td.col-fixed {
		position: sticky;
		left: 0;
		z-index: 1;
	}

	#leasing #cut08 table .col-bg {
		background-color: #eaedf4;
		outline: 1px solid #fff;
	}

	/* --- 常見問題 --- */
	#leasing #question {
		background-color: #f1f1f1;
	}

	#leasing #question::before {
		background: url(../images/leasing/banner2.png) no-repeat left top;
		background-size: contain;
		background-attachment: initial;
		position: sticky;
		width: 100%;
		padding-top: 97%;
		display: block;
		margin-bottom: -76%;
	}

	#leasing #question .wrap {
		max-width: 95%;
		justify-content: flex-start;
		padding-top: calc(31.25vw + 50px);
		padding-bottom: 60px;
	}

	#leasing #question .question-wrap {
		width: 100%;
	}

	/* --- 影片彈窗 --- */
	#leasing #video .video-popup .video-tools {
		padding: 7px 40px;
	}

	#leasing #video .video-popup .video-tools::before {
		left: 10px;
	}

	#leasing #video .video-popup .video-tools .btn-close {
		right: 10px;
	}

	#leasing #video .video-popup .video-block {
		height: calc(100vw * 0.563);
		width: 100%;
	}
}


/* ============================================================
   RWD － 767px 以下（手機）
   ============================================================ */

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

	#leasing {
		font-size: 16px;
	}

	#leasing .section {
		max-width: 90%;
	}

	#leasing .section .section-title {
		font-size: 28px;
		margin-bottom: 30px;
	}

	#leasing .section .section-title .sub-title {
		font-size: 20px;
	}

	#leasing .row .col3 {
		width: 100%;
	}

	#leasing #header .header-block {
		max-width: 90%;
		padding: 5px 0;
		font-size: 16px;
	}

	#leasing #header .header-block .logo {
		width: 100px;
	}

	#leasing #header .header-block .btn-ham {
		width: 28px;
	}

	#leasing #header .header-block .btn-ham span {
		margin: 6px 0;
		height: 2px;
	}

	#leasing #header .header-block .btn-ham.active span:nth-child(1) {
		top: 9px;
	}

	#leasing #header .header-block .btn-ham.active span:nth-child(3) {
		top: -7px;
	}

	#leasing #header.header-scroll .header-block {
		padding: 5px 0;
	}

	#leasing #header.header-scroll .header-block .logo {
		width: 100px;
	}

	#leasing #banner .banner-wrap .banner-text {
		font-size: 16px;
		max-width: 280px;
	}

	#leasing #banner .banner-wrap .banner-text .banner-title {
		font-size: 28px;
	}

	#leasing #cut01 .section-title {
		font-size: 20px;
		margin-bottom: 30px;
	}

	#leasing #cut01 .section-container {
		flex-direction: column;
	}

	#leasing #cut01 .left-block {
		width: 100%;
		text-align: center;
	}

	#leasing #cut01 .left-block img {
		max-width: 100%;
	}

	#leasing #cut01 .right-block {
		width: 100%;
	}

	#leasing #cut01 .right-block .name {
		font-size: 20px;
	}

	#leasing #cut02 {
		padding-top: 50px;
	}

	#leasing #cut02 .card-list .col + .col {
		margin-top: 50px !important;
	}

	#leasing #cut03 .card-list .col {
		margin-bottom: 20px;
	}

	#leasing #cut03 .card-list .card {
		padding: 30px;
	}

	#leasing #cut03 .card-list .card .icon {
		width: 80px;
		margin: 0 auto;
	}

	#leasing #cut03 .card-list .card .name {
		font-size: 24px;
	}

	#leasing #cut06 .tabs-nav {
		overflow-x: auto;
	}

	#leasing #cut06 .tabs-nav li {
		width: auto;
		border-bottom: 1px solid #EEEEEE;
	}

	#leasing #cut06 .tabs-nav li a {
		padding: 0 15px 12px;
		white-space: nowrap;
	}

	#leasing #cut06 .tabs-block {
		flex-direction: column;
	}

	#leasing #cut06 .left-block {
		width: 100%;
		order: 2;
	}

	#leasing #cut06 .right-block {
		width: 100%;
		order: 1;
		padding-left: 0;
		margin-bottom: 12px;
	}

	#leasing #cut06 .right-block .name {
		font-size: 20px;
		margin-bottom: 5px;
	}

	#leasing #question .wrap {
		max-width: 90%;
		padding-bottom: 50px;
	}

	#leasing #question .question-wrap .question-item .question-name {
		padding: 15px 20px;
	}

	#leasing #question .question-wrap .question-item .question-name .btn-collapse {
		right: 20px;
	}

	#leasing #video .video-popup .video-block .video.pause .btnVideoPlay::before {
		height: 60px;
		width: 60px;
	}

	#leasing #video .video-popup .video-block .video.pause .btnVideoPlay::after {
		border-width: 14px 0 14px 25px;
		margin-left: -9px;
		margin-top: -14px;
	}

	/* --- 資安認證橫幅 --- */
	.cht-security.bg1 {
		padding: 1.5em 1em;
	}

	.cht-security .wrap {
		flex-direction: column;
		position: relative;
		padding-bottom: 60px;
	}

	.cht-security .icon {
		order: 2;
		width: auto;
		margin-right: 0;
	}

	.cht-security .text {
		order: 1;
		width: 100%;
	}

	.cht-security .text .name {
		font-size: 24px;
	}

	.cht-security .text .btn {
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
	}
}
