@charset "utf-8";

body {
	font-family: "Microsoft JhengHei", Arial, Helvetica, sans-serif;
	line-height: 1.5;
	color: #2a2a2a;
}

.wrapper {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 12px;
	overflow: hidden;
}

.accordion-item {
	border: 1px solid #e2e2e2;
}

.accordion-item:first-of-type .accordion-button {
	border-top-left-radius: .375rem;
	border-top-right-radius: .375rem;
}

.border-radius-5,
.accordion-item {
	border-radius: .375rem !important;
}

.accordion-button {
	font-size: 1.125rem;
	border-radius: .375rem;
}

.accordion-button:focus {
	box-shadow: 0 0 0 3px #ff6800 inset;
}

.accordion-button:not(.collapsed) {
	color: #008061;
	background-color: #ffffff;
	font-weight: bolder;
	box-shadow: inset 0px 0px 0px #d0d0d0;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

.accordion-body {
	background-color: #FFF9F0;
	border-bottom-left-radius: .375rem;
	border-bottom-right-radius: .375rem;
	border-top: 1px solid #e2e2e2;
}

.accordion-body p {
	font-size: 1rem;
}

.accordion-body p a {
	text-decoration: underline;
}

.accordion-button::after {
	flex-shrink: 0;
	width: 1.25rem;
	height: 1.25rem;
	margin-left: auto;
	content: "";
	background-image: url('../img/tcb-plus.svg');
	background-repeat: no-repeat;
	background-size: 1.25rem;
	transition: transform .2s ease-in-out;
}

.accordion-button:not(.collapsed)::after {
	background-image: url('../img/tcb-Subtraction.svg');
	transform: rotate(-180deg);
}

#q1 .q1-tit,
#line-notify-area .q1-tit {
	color: #A95F00;
	font-weight: bold;
	font-size: 1.125rem;
	margin-bottom: 10px;
}

#q1 .q-tit-item {
	font-size: 1rem;
}

.card-img,
.card-img-top {
	border-top-left-radius: calc(.375rem - 1px);
	border-top-right-radius: calc(.375rem - 1px);
}

.tcb_green_bg {
	background-color: #008061;
}

.tcb_main_bg {
	background: linear-gradient(114deg, #fff8e5 39%, #dcefe8 98%);
}

.header_navbar {
	display: flex;
	align-items: center;
	width: 14.125rem;
	height: 4.25rem;
}

.footer_area {
	position: relative;
}

.foot-item {
	padding: .75rem 1rem .75rem 1rem;
}

.tcb_copyright {
	font-size: .875rem;
	color: #fff;
}

.tcb_link a:hover {
	color: #fff;
}

.tcb_link_item {
	display: inline-block;
	vertical-align: top;
	margin-bottom: .5rem;
	margin-right: .625rem;
	font-size: .875rem;
	color: #fff;
	text-decoration: none;
}

.tcb_link_item + .tcb_link_item {
	position: relative;
	margin-left: .625rem;
}

.tcb_link_item + .tcb_link_item::before {
	content: '';
	position: absolute;
	top: 50%;
	left: -.625rem;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
	width: .0625rem;
	height: 1rem;
	background-color: #fff;
}

.m_banner {
	display: none;
}

.pc_banner {
	display: block;
	text-align: center;
}

.btn-area {
	display: flex;
	justify-content: center;
	padding-bottom: 3rem;
	padding-top: 3.125rem;
	flex-wrap: nowrap;
}

.tcb_green_bt {
	width: 8rem;
	padding: .625rem .5rem;
	font-weight: 700;
	color: #ffffff;
	border-radius: .375rem;
	border: .0625rem solid #008061;
	background-color: #008061;
	font-size: 1.125rem;
}

.tcb_green_bt:hover {
	border: .0625rem solid #005a44;
	background-color: #005a44;
	color: #ffffff;
}

.tcb_green_bt:focus,
.tcb_green_bt_outline:focus {
	outline: 0;
	box-shadow: 0 0 0 3px #ff6800 inset;
}

.tcb_green_bt_outline {
	width: 8rem;
	padding: .625rem .5rem;
	font-weight: 700;
	color: #008061;
	border-radius: .375rem;
	border: .0625rem solid #008061;
	background-color: #ffffff;
	font-size: 1.125rem;
}

.tcb_green_bt_outline:hover {
	background-color: #ecfcf8;
	color: #008061;
}

.ls-confirm-header {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: flex-start;
	padding: 1rem 1rem;
	border-top-left-radius: 1rem;
	border-top-right-radius: 1rem;
	background-color: #FFF9F0;
}

.ls-confirm-title {
	font-size: 1.125rem;
	font-weight: bolder;
	color: #008061;
}

.ls-body-style {
	font-size: 1rem;
	text-align: justify;
	min-height: 100px;
}

.ls-footer-style {
	border-top: 0px;
	justify-content: center;
}

.border-radius-1 {
	border-radius: 1rem;
}

.tcb-lsnav-item {
	width: 25%;
}

.nav-link {
	font-size: 1.25rem;
	display: block;
	box-sizing: border-box;
	width: 100%;
	padding: .75rem .5rem;
	color: #656565;
	text-align: center;
	text-decoration: none;
	transition: color .3s;
}

.nav-link:hover {
	color: #008061;
}

.nav-tabs {
	border-bottom: 1px solid #d0d0d0;
}

.nav-tabs .nav-link:hover {
	border-color: #ffffff00;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	color: #008061;
	background-color: #ffffff00;
	border-color: #ffffff00;
	border-bottom: 4px solid #FDC885;
}

.card-s-icon {
	flex: 0 0 auto;
	width: 40px;
	height: 40px;
	border: 2px solid #e2e2e2;
	border-radius: 50px;
}

.card-tit-l {
	flex: 0 0 auto;
	font-size: 1.5rem;
	font-weight: bolder;
	margin-left: 12px;
}

.card-tit-item {
	margin-top: 1rem;
	margin-left: 2rem;
	font-size: 14px;
}

.card-body {
	min-height: 400px;
}

.tcb-banner-title {
	background-color: #ffffff;
	width: 100%;
	margin: 0 auto;
	padding: .5rem 3rem;
	border-radius: 3rem;
	font-size: 1.25rem;
}

.tcb-banner-img {
	width: 400px;
	height: auto;
}

.join-line {
	position: fixed;
	right: 1.25rem;
	bottom: 1.25rem;
	width: 75px;
	height: 75px;
	background-color: #ffffff;
	display: flex;
	align-content: center;
	flex-wrap: wrap;
	text-align: center;
	border-radius: 50px;
	justify-content: center;
	border: 2px solid #5FD4A0;
	transition: .3s;
	cursor: pointer;
}

#join-line-area {
	display: none;
}

.join-line a {
	font-size: 1.25rem;
	color: #008061 !important;
	text-decoration: none;
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 22px;
	align-items: center;
}

.join-line:hover {
	background-color: #5FD4A0;
	color: #ffffff;
}

.tcb-mmeun-area {
	display: none;
}

@media only screen and (min-width: 1024px) {
	.footer_area {
		max-width: 70rem;
		margin: auto;
		padding: 0 10px;
	}

	.foot-item {
		display: flex;
		padding: .75rem 0;
	}

	.tcb_link {
		flex: 1;
	}

	.tcb_copyright {
		flex: 0 0 auto;
	}

	.tcb_link_item {
		margin-bottom: 0px;
	}

	.tcb_green_bt,
	.tcb_green_bt_outline {
		width: 10rem;
		transition: .3s;
	}

}

@media (min-width: 1023px) and (max-width: 1200px) {
	.main-area {
		min-height: 912px;
	}
}

@media only screen and (max-width: 576px) {
	.pc_banner {
		display: none;
	}

	.m_banner {
		display: block;
		text-align: center;
	}

	.card-body {
		min-height: 0;
	}

	.carousel-item {
		height: 500px;
	}

	.tcb-pc-menu {
		display: none;
	}

	.tcb-mmeun-area {
		width: 100%;
		background-color: #ffffff;
		display: block;
		padding-left: 0px;
		padding-right: 0px;
	}

	.m-menu-btn {
		font-size: 1.25rem;
		font-weight: bolder;
		color: #008061;
		width: 100%;
		height: 58px;
		text-align: left;
		align-items: center;
		display: flex;
		text-decoration: none;
        padding-left: 0.938rem;
        padding-right: 0.938rem;
	}

	.m-menu-btn:hover {
		color: #008061;
	}

	.m-menu-btn:focus {
		color: #008061;
		outline: 0;
		box-shadow: 0 0 0 3px #ff6800 inset;
	}

	.m-menu-btn::after {
		flex-shrink: 0;
		width: 1.25rem;
		height: 1.25rem;
		margin-left: auto;
		content: "";		
		background-image: url(../img/tcb-Subtraction-green.svg);
		background-repeat: no-repeat;
		background-size: 1.25rem;
		transition: transform .2s ease-in-out;
		transform: rotate(0deg);
	}	

	.m-menu-btn:not(.bt-active)::after {		
		background-image: url(../img/tcb-plus-green.svg);
		transform: rotate(-180deg);
	}

	.m-tab-content {
		padding-left: 0px;
		padding-right: 0px;
	}

	.fad-show {
		opacity: 1 !important;
		padding-left: .938rem;
        padding-right: .938rem;
	}

	.m-tab {
		margin-bottom: 1.875rem;
		margin-top: 1.875rem;
	}

	.border-top-green {
		border-top: 1px solid #008061;
	}

	.border-bottom-green {
		border-bottom: 1px solid #008061;
	}	

}