/*====卷軸===*/
/* 細捲軸開始 */
::-webkit-scrollbar {
	height: 5px;
	overflow: visible;
	width: 5px;
}

::-webkit-scrollbar-thumb {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f8de1a+14,f8de1a+14,62b025+85 */
	background: #f8de1a;
	/* Old browsers */
	background: -moz-linear-gradient(top, #f8de1a 14%, #f8de1a 14%, #62b025 85%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f8de1a 14%, #f8de1a 14%, #62b025 85%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f8de1a 14%, #f8de1a 14%, #62b025 85%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8de1a', endColorstr='#62b025', GradientType=0);
	/* IE6-9 */

	background-clip: padding-box;
	border: solid transparent;
	border-width: 0 0 0 0px;
	min-height: 28px;
	padding: 100px 0 0;
	box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0), inset 0 -1px 0 rgba(0, 0, 0, 0);
}

::-webkit-scrollbar-thumb:hover {
	background-color: #8D8D8D;
	box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0);
}

::-webkit-scrollbar-thumb:active {
	background-color: #666666;
	box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0);
}

::-webkit-scrollbar-track {
	background-color: #c5c3c3;
}

/* 細捲軸結束 */

.f20 {
	font-size: 20px
}

.f40 {
	font-size: 40px
}

.w50 {
	width: 50px !important
}

.w-100 {
	width: 100px
}

.w-220 {
	width: 220px
}

.border-1-d3 {
	border: 1px #d3ebf8 solid;
}

.bg-color-none {
	background-color: #fff0;
}

.bg-google {
	background-color: #1b72e8;
}

.bg-fb {
	background-color: #3A559F;
}

.b-r-5 {
	border-radius: 5px !important
}

.b-r-10 {
	border-radius: 10px !important
}

.rounded-app {
	border-radius: 20px !important;
}


/*--↓banner_slick_star↓--*/
.slide-container {
	margin: auto;
	width: 100%;
	background-color: #dd202000;
	/*顏色標記*/
}

.bn_wrapper {
	padding-top: 1.5%;
	padding-bottom: 1%;
	background-color: #7fd62e00;
	/*顏色標記*/
}

.clash-card {
	width: 100%;
	display: inline-block;
	margin: auto;
	position: relative;
	box-shadow: -1px 15px 30px -12px rgba(0, 0, 0, 0);
	/*陰影*/
	z-index: 2;
}

.clash-card__image {
	position: relative;
	height: auto;
	padding-bottom: 39.5%;
	margin-bottom: 0px;
	background-size: 100%;
	background-repeat: no-repeat;
}

/*BN_01*/
.clash-card__image img {
	width: 44.2%;
	height: auto;
	position: absolute;
	top: -16%;
	left: 0%;
}

.slick-dots {
	bottom: 8% !important;
}

/*--↑banner_slick_end↑--*/

/*--↓banner_slick_star↓--*/
.slide-container2 {
	margin: auto;
	width: 100%;
	display: block;
	background-color: #dd202000;
	/*顏色標記*/
}

.bn_wrapper2 {
	padding-top: 6.3%;
	padding-bottom: 7%;
	background-color: #7fd62e00;
	/*顏色標記*/
}

.clash-card2 {
	width: 100%;
	display: inline-block;
	margin: auto;
	position: relative;
	box-shadow: -1px 15px 30px -12px rgba(0, 0, 0, 0);
	/*陰影*/
	z-index: 2;
}

.clash-card2__image {
	position: relative;
	/*height: auto;*/
	padding-bottom: 30%;
	margin-bottom: 0px;
	background-size: 100%;
	background-repeat: no-repeat;
}

/*BN_01*/
.clash-card2__image img {
	width: 55.2%;
	height: auto;
	position: absolute;
	top: -16%;
	left: 42%;
}

/*BN_01*/
.clash-card2__image--barbarian {
	background-image: url(../images/banner2_01.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
}

.clash-card2__image--barbarian img {
	width: 50%;
	height: auto;
	position: absolute;
	top: -22%;
	left: 42%;
}

@media (max-width:768px) {

	/*--↓banner_slick_star↓--*/
	.slide-container {
		margin: auto;
		width: 100%;
		background-color: #dd202000;
		/*顏色標記*/
	}

	.bn_wrapper {
		//padding-top: 14.3%;
		//padding-bottom: 7%;
		/*顏色標記*/
	}

	.clash-card {
		width: 100%;
		display: inline-block;
		margin: auto;
		position: relative;
		box-shadow: -1px 15px 30px -12px rgba(0, 0, 0, 0);
		/*陰影*/
		z-index: 9999;
	}

	.clash-card__image {
		position: relative;
		height: auto;
		padding-bottom: 39.5%;
		margin-bottom: 0px;
		background-size: 100%;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		height: 300px;
	}

	/*BN_01*/
	.clash-card__image img {
		width: 53.2%;
		height: auto;
		position: absolute;
		top: -11%;
		left: 50%;
	}

	.slick-dots {
		bottom: -5% !important;
	}

	.clash-card2__image {
		position: relative;
		height: auto;
		padding-bottom: 39.5%;
		margin-bottom: 0px;
	}

	/*BN_01*/
	.clash-card2__image--barbarian {
		background-image: url(../images/banner2_01.jpg);
		background-size: 100%;
		background-repeat: no-repeat;
	}

	.clash-card2__image--barbarian img {
		width: 50%;
		height: auto;
		position: absolute;
		top: -6.5%;
		left: 0%;
	}


	.clash-card2 {
		width: 200%;
		display: inline-block;
		margin: auto;
		position: relative;
		box-shadow: -1px 15px 30px -12px rgba(0, 0, 0, 0);
		/*陰影*/
		z-index: 9999;
	}

	.clash-card2__image {
		position: relative;
		height: auto;
		padding-bottom: 39.5%;
		margin-bottom: 0px;
	}
}

.ltd_info_box {
	position: absolute;
	width: 34.06%;
	height: auto;
	padding-bottom: 2%;
	top: 62.5%;
	left: 11.3%;
	background: #6fd2b0;
	background: -moz-linear-gradient(left, #6fd2b0 13%, #45cbfc 87%, #45cbfc 87%);
	background: -webkit-linear-gradient(left, #6fd2b0 13%, #45cbfc 87%, #45cbfc 87%);
	background: linear-gradient(to right, #6fd2b0 13%, #45cbfc 87%, #45cbfc 87%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6fd2b0', endColorstr='#45cbfc', GradientType=1);
	z-index: 59;
	opacity: 0.75;
}

.ltd_info_box ul {
	width: 90%;
	height: auto;
	background-color: #4c494800;
	/*顏色標記*/
	margin: 0 auto;
	padding-inline-start: 0%;
	list-style: none;
}

.info_big_title {
	width: 100%;
	height: auto;
	color: #352f2d;
	font-size: 2.2vw;
	font-weight: 600;
	/*margin-top: 8%;*/
	//padding-bottom: 5%;
	background-color: #35b65500;
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
	--animate-duration: 0.8s;
}

.info_sec_title {
	width: 100%;
	height: auto;
	color: #352f2d;
	font-size: 1.3vw;
	font-weight: 600;
	padding-bottom: 2%;
	background-color: #c5f02a00;
	/*顏色標記*/

	-webkit-animation-delay: 1s;
	animation-delay: 1s;
	--animate-duration: 0.8s;
}

.info_s_word {
	// width: 100%;
	height: auto;
	color: #352f2d;
	font-size: 0.82vw;
	font-weight: 400;
	line-height: 166%;
	background-color: #35b65500;
	/*顏色標記*/

	-webkit-animation-delay: 1.4s;
	animation-delay: 1.4s;
	--animate-duration: 0.8s;
}


.info_big_title {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
	--animate-duration: 0.8s;
}

.info_sec_title {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
	--animate-duration: 0.8s;
}

.info_s_word {
	-webkit-animation-delay: 1.4s;
	animation-delay: 1.4s;
	--animate-duration: 0.8s;
}

.ltd_col {
	margin-left: 50px;
}

.ltd_col img {
	position: absolute;
	bottom: 0;
	right: 10%;
	width: 50%;
}

.down_arrow {
	width: 100%;
	text-align: center;
}

.down_arrow img {
	width: 2.5rem;
}

.faq_col .title {}

.title h2 {
	font-size: 28px;
}

.title h2:hover {
	cursor: pointer;
	color: #78cc31;
	margin-left: 1rem;
	transition: .3s;
}

.big_title h1 {
	position: relative;
	width: 100%;
	height: auto;
	margin-bottom: 5%;
	font-size: 50px;
	text-align: center;
	font-weight: 900;
	color: #444;
}

.btn-reg {
	background: #fff;
	border: 1px solid #78cc31 !important;
	border-radius: 10px !important;
	color: #000;
	border-radius: 10px;
	transition: .5s;
}

.btn-reg:hover {
	background: #78cc31;
	color: #fff;
	//font-size: 21px;
	border: 1px solid #78cc31;
	transition: .5s;
}

.btn-third {
	border-radius: 10px !important;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hashtags a {
	padding: 5px;
}

.right_data {
	border: 1px solid #eee;
	background-color: #fff;
	border-radius: 10px;
	padding: 40px;
	margin: 0 0 30px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	transition: .3s;
}

.right_data_left {
	display: flex;
	align-items: left;
	justify-content: left;
}

.right_data_left2 {
	margin: 0 10px;
}

.data_tittle {
	font-size: 21px;
	line-height: 21px;
	font-weight: 500;
	margin: 0;
}

.data_info {
	font-size: 16px;
	line-height: 32px;
	margin: 0 !important;
}

.profile-header {
	background-color: #17a2b8;
	height: 150px;
	background-image: url('../images/cha-bg.png');
	background-size: cover;
}

.user-detail {
	margin: -50px 0px 30px 0px;
}

.user-detail img {
	height: 100px;
	width: 100px;
}

.user-detail h5 {
	margin: 15px 0px 5px 0px;
}

.user-social-detail {
	padding: 15px 0px;
	background-color: #17a2b8;
}





@media (max-width:1200px) {
	.ltd_col {
		margin-left: 0;
	}

	.ltd_info_box {}

	.ltd_col img {}

}

@media (max-width:1024px) {
	.ltd_info_box {
		width: 60%;
		padding-bottom: 4%;
		top: 61.5%;
	}

	.info_big_title {
		font-size: 3vw;
	}

	.info_sec_title {
		font-size: 3vw;
	}

	.info_s_word {
		font-size: 1.5vw;
	}

	/*
	.ltd_col img {
		width: 70%;
	}
    */
}

@media (max-width:768px) {
	.ltd_info_box {
		width: 80%;
	}

	.ltd_col img {
		width: 100%;
		right: 0;
	}

	.info_big_title {
		font-size: 5.5vw;
	}

	.info_sec_title {
		font-size: 4vw;
	}

	.info_s_word {
		font-size: 3vw;
	}
}