body {
	background: #fff;
	scroll-behavior: smooth;
}

.awardList-container {
	max-width: 1090px;
	margin: 0 auto;
}
.limitedList-container {
	max-width: 1090px;
	margin: 0 auto;
}
.limitedList-Smallcontainer {
	margin: 0 auto;
	background-color: #fff;
	border-radius: 15px;
	box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.1);
}
.content2_container {
	margin: 0 auto;
	padding: 15px 0;
}
.intro-container {
	max-width: 960px;
	margin: 0 auto;
}
.banner-margin {
	margin-top: 60px;
}

/* small screen*/
@media screen and (max-width: 576px) {
	.sponsor-logo {
		margin-right: 8px;
		margin-left: 8px;
	}
	.organizer-logo {
		margin-right: 8px;
		margin-left: 8px;
	}
	.sponsor-title {
		padding: 0 8px;
	}
	.awardList-container {
		padding: 0px 15px 5px 15px;
	}
	.limitedList-container {
		padding: 0 15px;
	}
	.limitedList-Smallcontainer {
		padding: 25px 15px 15px 15px;
	}
	.bd-introduction {
		padding: 20px 15px;
	}
	.sponsor-background {
		padding: 20px 15px;
	}
	.bd-row__header span {
		display: block;
		position: relative;
	}
	.description-container {
		padding: 10px 15px 10px 15px;
	}
	#button {
		right: 10px;
	}
	.description-main-Title {
		font-size: 19px;
	}
	.description-main-body {
		font-size: 17px;
	}
}
@media screen and (min-width: 577px) {
	.sponsor-logo {
		margin-right: 25px;
	}
	.organizer-logo {
		margin-right: 25px;
	}
	.awardList-container {
		padding: 0px 60px 30px 60px;
	}
	.limitedList-container {
		padding: 0 60px;
	}
	.limitedList-Smallcontainer {
		padding: 30px 30px 20px 30px;
	}
	.bd-introduction {
		padding: 40px 60px;
	}
	.sponsor-background {
		padding: 40px 60px;
	}
	.description-container {
		padding: 30px 60px 10px 60px;
	}
	#button {
		right: 30px;
	}
	.description-main-Title {
		font-size: 22px;
	}
	.description-main-body {
		font-size: 18px;
	}
}
@media screen and (max-width: 768px) {
	.bd-profile {
		margin: 55px auto 15px;
	}
	.banner-margin {
		margin-top: 85px;
	}
	.float-btn {
		width: 110px;
		height: 128px;
		bottom: 100px;
		right: 0px;
		background-image: url(../img/flow-btn-m.png);
		background-size: cover;
	}
	.keyVisual1 {
		display: none;
	}
	.keyVisual2 {
		display: block;
	}
	.content_container {
		margin: 0 auto;
		background: linear-gradient(180deg, rgba(14,49,79,1) 0%, rgba(77,120,171,1) 100%);
	}
}
/* md screen*/
@media screen and (min-width: 769px) {
	.content_container {
		margin: 0 auto;
		background-image:url(../img/background.png),linear-gradient(180deg, rgba(14,49,79,1) 0%, rgba(77,120,171,1) 100%);
		background-repeat: repeat-y;
		background-size: 100%;
	}
	.float-btn {
		width: 200px;
		height: 165px;
		bottom: 100px;
		right: 15px;
		background-image: url(../img/flow-btn.png);
		background-size: cover;
	}

	.keyVisual1 {
		display: block;
	}
	.keyVisual2 {
		display: none;
	}
}
.float-btn img {
	width: 100%;
}

.content_container {
	padding-bottom: 25px;
}
.intro-container {
	display: block;
	width: 100%;
	margin: 0 auto;
}
.awardDetails {
	padding: 15px 10px;
	text-align: center;
}
.special {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: -10px;
}

.product-name {
	font-size: 20px;
	line-height: 1.2em;
	letter-spacing: 1pt;
	color: #f29700;
	font-weight: bold;
}

.product-details {
	font-size: 18px;
	line-height: 1.2em;
	color: #2c2c2c;
}
.product-details2 {
	font-size: 14px;
	line-height: 1.2em;
	color: #2c2c2c;
	font-weight: 300 !important;
}
.btn-more {
	background: rgb(255,204,64);
		background: linear-gradient(0deg, rgba(255,204,64,1) 0%, rgba(217,135,0,1) 100%);
		background: -webkit-linear-gradient(0deg, rgba(255,204,64,1) 0%, rgba(217,135,0,1) 100%);
	border: 1px solid #fff;
	font-size: 18px;
	line-height: 1.2em;
	letter-spacing: 1pt;
	color: #fff;
	font-weight: bold;
	width: 90%;
	padding: 10px;
	transition: 400ms background-position ease-in-out;
	background-size: 200%;
	background-position: left;
}
.limitedList-content {
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 10px;
	overflow: hidden;
	width: 100%;
	margin: 10px 0;
}

.product-content {
	background-color: rgba(255, 255, 255, 1);
	border-radius: 10px;
	overflow: hidden;
	width: 100%;
	margin: 15px 0;
	box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.1);
}
.product-content2 {
	background-color: rgba(255, 255, 255, 1);
	border-radius: 10px;
	overflow: hidden;
	width: 100%;
	margin: 15px 0;
	box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.1);
}
.product-content:hover .image_area {
	overflow: hidden;
}
.product-content:hover .shop_img {
	transform: scale(1.05);
	transition: .5s ease all;
}
.product-content:hover .btn-more {
	background-position: right;
}
.product-content2:hover .image_area {
	overflow: hidden;
}
.product-content2:hover .shop_img {
	transform: scale(1.05);
	transition: .5s ease all;
}
.product-content2:hover .btn-more {
	background-position: right;
}

.image_area img {
	width: 100%;
}
.image_area2 img {
	width: 100%;
}
.limitedList-content:hover .image_area2 {
	overflow: hidden;
}
.limitedList-content:hover .shop_img {
	transform: scale(1.05);
	transition: .5s ease all;
}

.bd-introduction {
	background-color: #e8f2f9;
}
.bd-row__header {
	display: block;
	position: relative;
}
.bd-row__header span {
	position: absolute;
	vertical-align: middle;
	text-align: center;
	font-size: 30px;
	font-weight: 900;
	left: 0;
	right: 0;
	bottom: 4%;
	color: #4c4cc2;
	margin: auto;
	background: -webkit-linear-gradient(#5f55cf, #3e68fa);
	-webkit-text-fill-color: transparent;
}
.tc-section {
	margin: 0 auto;
	display: block;
	width: 100%;
	max-width: 300px;
	padding: 0 20px 20px 20px;
}
.section_title {
	margin: 0 auto;
	display: block;
	width: 100%;
	max-width: 450px;
	padding: 0 40px 10px 40px;
}
.terms_condition_canvas {
	display: block;

	width: 100%;
	margin: 0 auto;
}
.terms_condition_canvas li a {
	color: #0c60a5;
}
.module {
	position: relative;
}

.module .collapse,
.module .collapsing {
	height: 10rem;
}

.module .collapse {
	display: block;
	overflow: hidden;
}

.module .collapse.show {
	height: auto;
}
.read-more {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	background-image: linear-gradient(to bottom, transparent 30%, #e8f2f9 90%);
	opacity: 1;
	transition: all .3s linear;
}

.read-more:not(.collapsed) {
	opacity: 1;
	background-image: none;
	/* visibility: hidden; */
	height: 45px;
	top: calc(100% - 45px);
	transition-delay: -1s;
}
.read-more:not(.collapsed) .btn-terms {
	padding: 10px 72px 2px;
}

.read-more:not(.collapsed) .arrow {
	transform: rotate(-135deg);
}
.btn-terms {
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	bottom: 0;
	padding: 2px 72px 10px;
	color: #ffffff;
	background: #013263;
	border-style: none;
}
.btn-secondary:hover .arrow {
	border-bottom-width: 2px;
	border-right-width: 2px;
	border-color: #013263;
}

a:hover .btn-secondary .arrow {
	border-bottom-width: 2px;
	border-right-width: 2px;
	border-color: #013263;
}

.btn-secondary:hover {
	background-color: #fff3f2;
}

a:hover .btn-secondary {
	color: #4a86d2;
	background: #ffffff;
}
.arrow {
	box-sizing: border-box;
	height: 14px;
	width: 14px;
	border-style: solid;
	border-color: #ffffff;
	border-width: 0px 1px 1px 0px;
	transform: rotate(45deg);
	transition: border-width 150ms ease-in-out;
}
.intro-container span {
	font-size: 16px;
	color: #3d4b5a;
}

.intro-container b {
	font-weight: 550;
}
.terms_conditions {
	font-size: 16px;
}

.terms_conditions ul {
	list-style: none;
	padding-inline-start: 10px;
	padding-bottom: 20px;
}

.terms_conditions ul li {
	padding-bottom: 6px;
	text-align: justify;
}

.terms_conditions ul li:before {
	content: "*";
	margin-left: -10px;
	color: #013263;
}
.bottom {
	margin-top: 0;
}
.bottom .sponsors {
	padding-bottom: 20px;
	padding-left: 0;
	padding-right: 0;
}
.MoreButton {
	padding-top: 10px;
}
.sponsor-background {
	background-color: #fff;
}
.content-wrapper-last {
	width: 100%;
	max-width: 970px;
	margin: 0 auto;
}
.sponsor-title {
	font-family: 'Noto Sans TC', sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #013263;
}
.sponsor-logo {
	display: inline-block;
	margin-top: 10px;
}
.organizer-logo {
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 20px;
}
.sponsor-logo img {
	width: 100px;
}
.organizer-logo img {
	width: 200px;
}

/*Back to Top Button*/
#button {
	display: inline-block;
	background-color: #ffcc40;
	width: 50px;
	height: 50px;
	text-align: center;
	border-radius: 4px;
	position: fixed;
	bottom: 30px;
	transition: background-color .3s, opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
}
#button::after {
	content: "\f077";
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	font-size: 2em;
	line-height: 50px;
	color: #fff;
}
#button:hover {
	cursor: pointer;
	background-color: #e7a118;
}
#button:active {
	background-color: #e7a118;
}
#button.show {
	opacity: 1;
	visibility: visible;
}
.description-container {
	margin: 0 auto;
	background: #0e314f;
}
.description-main {
	position: relative;
	display: block;
	width: 100%;
	margin: 0 auto;
	max-width: 900px;
	padding: 0px;
	text-align: center;
}
.description-main-Title {
	font-weight: 600;
	line-height: 1.6;
	color: #fff;
	text-align: center;
}
.description-main-body {
	font-weight: 400;
	line-height: 1.6;
	color: #fff;
	text-align: center;
}

/* KV */
.section__header {
	background: #0e314f;
}
.section__header-container {
	position: block;
	margin: 0 auto;
	overflow: hidden;
}
.top {
	z-index: 98;
	position: relative;
}
.content-wrapper {
	display: block;
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
}
.keyVisual1 img {
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 1440px;
}
.keyVisual2 img {
	display: block;
	margin: 0 auto;
	width: 100%;
}
.key-visual .logo {
	padding: 10px 0px 0px 10px;
	width: 55%;
	display: inline-block;
}
.key-visual .logo img {
	width: 155px;
}
.key-visual {
	position: relative;
	overflow: hidden;
}
.key-overlap img {
	max-width: 100%;
	width: 100%;
	display: block;
	margin: 0 auto;
}
/* top header */
#header {
	overflow: hidden;
	background-color: #fff;
	position: fixed; /* Set the navbar to fixed position */
	top: 0; /* Position the navbar at the top of the page */
	width: 100%; /* Full width */
	/* padding: 10px 0 10px 20px;*/
	display: block;
	z-index: 100;
	min-height: 60px;
}
#header .flex {
	display: flex;
	align-content: stretch;
	justify-content: space-between;
	align-items: center;
}
#header .flex .logo img {
	max-width: 150px;
	width: 100%;
	padding: 10px 0 10px 20px;
}
.modile_download_app_btn {
	text-align: center;
	background: #3087d9;
	justify-content: center;
	color: #fff;
	padding: 5px;
	font-size: 14px;
	width: 100%;
}

.modile_download_app_btn:visited {
	color: #fff;
}
.download_app_btn img {
	width: 8px;
	margin-right: 6px;
}

.download_app_btn {
	display: flex;
	color: #fff;
	background: #3087d9;
	padding: 5px 10px 6px;
	border-radius: 50px;
	margin: 0 10px;
}
.download_app_btn:hover {
	cursor: pointer;
	background-color: #155ea2;
	color: #fff;
}
.download_app_btn:active {
	background-color: #3087d9;
	color: #fff;
}
.download_app_btn:visited {
	color: #fff;
}
.web_community_btn img {
	width: 15px;
	margin-right: 6px;
}

.web_community_btn {
	display: flex;
	color: #fff;
	background: #05c791;
	padding: 5px 10px;
	border-radius: 50px;
	margin: 0 10px;
}
.web_community_btn:hover {
	cursor: pointer;
	background-color: #0f936e;
	color: #fff;
}
.web_community_btn:active {
	background-color: #05c791;
	color: #fff!;
}
.web_community_btn:visited {
	color: #fff;
}

/*floating-btn*/
.float-btn {
	position: fixed;
	transition: background-color .3s, opacity .5s, visibility .5s;
	z-index: 1000;
}
/*image hover effect*/
#image-effect:hover {
	transform: scale(0.98, 0.98);
}

/*modal*/
.modal {
	z-index: 100001 !important;
}
.title {
	margin: 0 auto;
	display: block;
	width: 100%;
	max-width: 700px;
	padding: 0 10px;
}
.awardInfo {
	min-height: 110px;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: .25rem 0;
}
