@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}
a,
a:link,
a:visited,
a:hover,
a:active {
	text-decoration: none;
}
img {
	border: 0px none;
	width: 100%;
}

body {
	padding: 0;
	margin: 0;
	color: #333333;
	font-family: "Noto Sans TC", "微軟正黑體", "Microsoft JhengHei", Verdana, Helvetica, Arial,
		"HeitiTC", "Microsoft YaHei", sans-serif;
	font-size: 16px;
	/* background-color: #ffffff; */
	background-repeat: repeat;
}
@media screen and (max-width: 768px) {
	body.open {
		width: 100%;
		height: 100vh;
		overflow: hidden;
	}
	.overlay {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 49;
		width: 100%;
		height: 100%;

		opacity: 0;
		visibility: hidden;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
		background-color: rgba(0, 0, 0, 0.8);
	}
	.overlay.open {
		opacity: 0.8;
		visibility: visible;
	}
}
.main-content,
footer {
	font-family: "Noto Sans TC", "微軟正黑體", "Microsoft JhengHei", Verdana,
		Helvetica, Arial, "HeitiTC", "Microsoft YaHei", sans-serif;
}
/************************
TOTAL
************************/
.page-wrapper,
.page-container {
	margin: 0 auto;
	width: 100%;
}
.page-wrapper {
	padding: 0px;
	width: min(1200px, 100% - 20px);
}
.page-container {
	padding: 0px;
	width: min(992px, 100% - 20px);
}
@media (min-width: 1400px) {
    .container{
        max-width: 1140px !important;
    }
}
@media only screen and (max-width: 1280px) {
}
@media only screen and (max-width: 1024px) {
	.page-container {
		width: 100%;
		padding: 0px;
	}
}
@media only screen and (max-width: 992px) {
}
@media only screen and (max-width: 768px) {
}
/****************************/
.toggle-button {
	position: relative;
    display: none;
	float: left;
	top: 5px;
	left: 0;
	width: 53px;
    height: 53px;
    padding: 15px 15px;
    margin: 0px;
    transition: .25s;
    z-index: 999;
    }
.toggle-button:hover { 
    cursor: pointer;
	/*background-color: #eeeeee;*/
    }
.toggle-button .menu-bar {
	position: relative;
    width: 100%;
    transition: .2s;
    }
.toggle-button .menu-bar-top {
    border: 2px solid #909090;
    border-bottom: none;
    top: 0px;
    }
.toggle-button .menu-bar-middle {
	height: 2px;
    /*background-color: #909090;*/
    margin: 2px 0px;
    top: 0px;
    }
.toggle-button .menu-bar-bottom {
    border: 2px solid #909090;
    border-top: none;
    top: 0px;
    }
.toggle-button.open .menu-bar-top {
    transform: rotate(45deg) translate(3px, 3px);
    transition: .2s;
    }
.toggle-button.open .menu-bar-middle {
    transform: translate(0px);
    transition: .1s ease-in;
    opacity: 0;
    }
.toggle-button.open .menu-bar-bottom {
    transform: rotate(-45deg) translate(3px, -3px);
    transition: .2s;
    } 

@media only screen and (max-width: 992px) {
.toggle-button { 
	display: inline-block;
	}
}
/************************
HEADER
************************/
header {
	position: fixed;
	display: inline-block;
	width: 100%;
	top: 0;
	left: 0;
	font-size: 16px;
	height: 120px;
    z-index: 50;
	background-color: rgba(255,255,255,0.99);
	box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.2);
	transition: all 0.2s ease-out;
	}
header.open { 
	height: 50px;
    border-top: 4px solid #2e2e2e;
	}
header.open,
header { transition: all 0.2s ease-out; }

@media screen and (max-width: 992px) {
header { 
	height: 50px;
    border-top: 4px solid #2e2e2e;
	}
}
/************************/
header .h_menu,
header .h_logo,
header .h_content {
    position: relative; 
	display: inline-block;
	float: left;
    }
header .h_content {
    width: 100%;
	padding-top: 40px;
    }

header .h_menu ul.menu-bottom {
	position: fixed;
	display: inline-block;
	top: 0;
    left: 0;	
	width: 100%;
	height: 40px;
	background: #2e2e2e;
    z-index: 50;
	}
header .h_menu ul.menu-bottom li {
    position: relative; 
	display: inline-block;
	float: right;
	font-size: 14px;
	line-height: 1.5em; 
	font-weight: 500;
	}
header .h_menu ul.menu-bottom a:hover,	
header .h_menu ul.menu-bottom a {
	display: inline-block;
	color: #ffffff;
	height: 40px;
    padding: 9px 18px;
	}
header .h_menu ul.menu-bottom a span {
	font-size: 12px;
	color: #82827c;
	}
header .h_menu ul.menu-bottom li:hover {
	background: #444444;
	}
	
header .h_menu ul.menu-bottom ul {
    position: absolute; 
	display: none;
	top: 100%;
	width: 280px;
	color: #b8b8b8;
	background: #444444;
	padding-left: 0;
    }
header .h_menu ul.menu-bottom li:hover > ul { 
    display: block;
	height: auto;
	}
header .h_menu ul.menu-bottom ul li { 
	float: left;
	width: 100%;
	padding: 5px 15px;
	min-height: 40px;
	}
header .h_menu ul.menu-bottom ul li:hover {
	background: #999999;
	} 
header .h_menu ul.menu-bottom ul li.panel-header:hover {
	background: #444444;
	}
	
header .h_menu ul.menu-bottom ul label,	
header .h_menu ul.menu-bottom ul a { 
	font-weight: 400;
	}
	
header.open ul.menu-bottom { display: none; }
header.open .h_content { padding-top: 0px; }

@media screen and (max-width: 992px) {
header .h_content { 
    padding-top: 0px; 
	}
body.open .h_content { 
	padding-left: 280px; 
	}
	
header.open ul.menu-bottom,
header .h_menu ul.menu-bottom {
    position: relative; 
	display: inline-block;
	background: #ffffff;
	}
header .h_menu ul.menu-bottom li {
	float: left;
	width: 100%;
	}
header .h_menu ul.menu-bottom li:hover {
	background: #ffffff;
	}	
header .h_menu ul.menu-bottom a:hover,	
header .h_menu ul.menu-bottom a {
	width: 100%;
	color: #656565;
	}
header .h_menu ul.menu-bottom a span {
    position: absolute; 
	right: 30px;
	color: #ff3333;
	}	
header .h_menu ul.menu-bottom li.pc768 {
	display: none;
	}
header .h_menu ul.menu-bottom ul {
    position: relative; 
	display: inline-block;
	padding: 10px 0px; 
	color: #70706f;
	background: #ececec;
    }
header .h_menu ul.menu-bottom ul li { 
	padding: 5px 20px;
	min-height: 30px;
	}

header .h_menu ul.menu-bottom ul.last-menu li,
header .h_menu ul.menu-bottom ul li.panel-header:hover {
	background: #ececec;
	}
header .h_menu ul.menu-bottom ul li:hover {
	background: #e2e2e2;
	} 	
header .h_menu ul.menu-bottom ul a:hover,
header .h_menu ul.menu-bottom ul a { 
	font-weight: 500;
	color: #000000;
	}

header .h_menu ul.menu-bottom li:hover > ul,
header .h_menu ul.menu-bottom ul { display: none; }
header .h_menu ul.menu-bottom li:hover > ul.open,
header .h_menu ul.menu-bottom ul.open { display: inline-block; }

}		
/************************/
header .h_logo {
	width: 190px;
	margin-top: 26px;
	margin-right: 10px;
	transition: all 0.4s ease-out;
	}
header .h_logo img {
	display: inline-block;
	float: left;
	width: 50%;
	}
	
header .h_menu ul.menu-top li,
header .h_menu ul.menu-top,
header .h_menu,
header .h_bank {
    position: relative; 
	display: inline-block;
    }
	
header .h_bank,
header .h_menu ul.menu-top li {
	line-height: 1.5em; 
	height: 80px;
	padding: 26px 0px;
	font-weight: 500;
	color: #2e2e2e; 	
	}
/************************/
header .h_bank ul.dark-last {
    position: absolute; 
	display: none;
	top: 100%;
	right: 0px;
	width: 180px;
	color: #2e2e2e; 
	background: #ececec;
    text-align: center; 
	padding-left: 0;
	}
header .h_bank ul.dark-last li {
    display: inline-block;
	width: 100%;
	}
		
header .h_bank ul.dark-last a,
header .h_bank ul.dark-last a:hover {
	display: inline-block;
	width: 100%;
	padding: 15px 0px;
	font-size: 14px;
	color: #2e2e2e; 
	transition: all 0.5s ease 0s; 
	}	
header .h_bank ul.dark-last a:hover {
	background: #dedede;
	}
header .h_bank ul.dark-last.open {
	display: inline-block;
	}	
/************************/

header .h_menu ul.menu-top a,
header .h_menu ul.menu-top a:hover {
	display: inline-block;
	padding: 0px 15px;
	color: #2e2e2e; 
	}
/*
header .h_menu ul.menu-top li:last-child a {
	border-left: 1px solid #c0c0c0;
	}
*/
header .h_menu ul.menu-top li:hover {
	background: #eeeeee;
	}
header.open ul.menu-top li {
	height: 46px;
	padding: 10px 0px;
	}
/************************/	
header .h_menu ul.menu-top a,
header .h_menu ul.menu-top a:hover {
	display: inline-block;
	padding: 0px 17px;
	color: #2e2e2e; 
	}
header .h_menu ul.menu-top li:last-child a {
	/* border-left: 1px solid #c0c0c0; */
	}
header .h_menu ul.menu-top li:hover {
	background: #eeeeee;
	}
header.open ul.menu-top li {
	height: 46px;
	padding: 10px 0px;
	}
/************************/	
header .h_bank {
	float: right;
	background: #ff3333;
	padding: 26px 17px;
	}
header.open .h_bank,
header .h_bank { transition: all 0.2s ease-out; }	
	
header .h_bank a,
header .h_bank a:hover {
	display: inline-block;
	color: #ffffff; 
	}
header .h_bank img {
	display: inline-block;
	width: 20px;
	margin-bottom: -3px;
	}
header.open .h_bank {
	height: 46px;
	padding: 10px 17px;
	}

header.open .h_logo img.logo_tc { display: none; }
header.open .h_logo { 
	width: 80px;
	margin-top: 12px;
	margin-left: 10px;
	margin-right: 10px;
    }
header.open .h_logo img { width: 100%; }

@media screen and (max-width: 992px) {
header .h_content { height: 50px; }
header .h_logo img.logo_tc { display: none; }
header.open .h_logo,
header .h_logo {
	width: 80px;
	margin-top: 12px;
	margin-left: 0px;
	margin-right: 10px;
	}
header .h_logo img { width: 100%;}
header .h_bank {
	font-size: 14px;
	height: 46px;
	padding: 10px 17px;
	}

header .h_menu { 
	position: absolute;
	display: none;
    width: 280px;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: 20;
	padding-bottom: 100px;
	background: #ffffff;
    }
	
body.open header .h_menu { 
	display: inline-block;
    overflow-x: hidden;
	}	
body.open .h_bank {
	display: none;
	}
	
header .h_menu ul.menu-top { 
	border-bottom: 1px solid #ececec; 
    }
header .h_menu ul.menu-top li {
	width: 100%;
	height: auto;
	font-size: 18px;
	padding: 12px 0px;
	}
header .h_menu a,
header .h_menu a:hover {
	padding: 0px 20px;
	}	
}
header .h_menu ul.menu-top li:last-child a {
    border-left: 1px solid #c0c0c0;
}
@media screen and (max-width: 468px) {

}	
/***********************
LAYOUT 框架
***********************/
main.main-content {
	position: relative;
	display: inline-block;
	width: 100%;
	padding-top: 120px;
	color: #fff;
	overflow-x: clip;
}
body.open main.main-content {
	padding-top: 50px;
}
@media screen and (max-width: 992px) {
	body.open main.main-content,
	main.main-content {
		padding-top: 50px;
	}
}
/************************
FOOTER
************************/
footer .f_link,
footer .fiscal .f_right,
footer .fiscal .f_left,
footer .fiscal,
footer .f_warning,
footer {
	position: relative;
	display: inline-block;
	float: left;
	width: 100%;
}

footer {
	padding: 10px 2%;
	background-color: #000;
}
/************************/
footer .f_warning {
	color: #fff;
	margin: 10px 0 40px 0;
	width: 100%;
	padding: 0 5% 0 0;
}
/************************/
footer .fiscal {
	margin: 20px 0px;
	color: #191919;
}
footer .fiscal .f_left {
	width: 25%;
	font-size: 30px;
	color: #ffffff;
	min-height: 48px;
	text-align: center;
}
footer .fiscal .f_left img {
	width: 80%;
}
footer .fiscal .f_right {
	width: 75%;
	font-size: 14px;
	line-height: 1.4em;
	color: #ffffff;
}
footer .fiscal .f_right a,
footer .fiscal .f_right a:hover {
	color: #ffffff;
	line-height: 1em;
}
/************************/
footer .f_link {
	margin-top: 10px;
	min-height: 40px;
	font-size: 14px;
	color: #b8b8b8;
}
footer .f_link a,
footer .f_link a:hover {
	display: inline-block;
	padding: 0px 10px;
	color: #b8b8b8;
	line-height: 1em;
}
footer .f_link a + a {
	border-left: 1px solid #b8b8b8;
}
footer .f_copy {
	display: inline-block;
	font-weight: 600;
}

@media screen and (max-width: 992px) {
	footer .fiscal {
		width: 90%;
		padding: 0px 5%;
	}
	footer .fiscal .f_left img {
		max-width: 300px;
	}
	footer .fiscal .f_left,
	footer .fiscal .f_right {
		width: 90%;
		margin: 0px 5%;
		text-align: left;
	}
	footer .fiscal .f_warning {
		margin: 10px 5% 40px 5%;
	}

	footer .f_link {
		font-size: 13px;
	}
	footer .f_link {
		width: 96%;
		margin: 1em 2%;
		text-align: center;
	}
	footer .f_copy {
		display: inline-block;
		width: 90%;
		margin: 10px 5%;
		text-align: center;
	}
}

/************************
TOTAL
************************/
.h2{
	font-size: 40px;
	font-weight: bold;	
	background: linear-gradient(308deg, rgba(198, 232, 232, 1) 100%, rgba(255, 255, 255, 1) 31%);
    background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
}
:root {
	--color-primary: #f3e601;
	--color-grey: #cccccc;
	--color-darkgrey: #707070;
	--color-red: #ff2c50;
	--color-black: #333333;
}

.d-none		{ display: none; }
.d-block	{ display: block; }
.mobile		{ display: none; }
.desktop	{ display: block; }

.fs-1		{ font-size: 36px !important; }
.fs-2		{ font-size: 24px !important; }
.fs-3		{ font-size: 20px !important; }
.fs-4		{ font-size: 18px !important; }
.fs-5		{ font-size: 16px !important; }
.fs-6		{ font-size: 14px !important; }

.text-primary	{ color: var(--color-primary) !important;}
.text-grey	 	{ color: var(--color-grey) !important;}
.text-darkgrey	{ color: var(--color-darkgrey) !important;}
.text-red		{ color: var(--color-red) !important; }

.text-decor		{color: #ff7a81; }

@media screen and (max-width: 768px) {
	.mobile		{ display: block; }
	.desktop	{ display: none; }
	.fs-1		{ font-size: 28px !important; }
	.fs-2		{ font-size: 20px !important; }
	.fs-3		{ font-size: 18px !important; }
	.fs-4		{ font-size: 16px !important; }
	.fs-5		{ font-size: 16px !important; }
	.fs-6		{ font-size: 14px !important; }

}
@media screen and (min-width: 576px) {
	
	
}

/************************
LAYOUT
************************/
.linear-bg {
	background: #393B3D;
	background: linear-gradient(0deg, rgba(57, 59, 61, 1) 0%, rgba(1, 1, 1, 1) 100%);
	z-index: 0;
}
.linear-bg::after {
	content: '';
	width: 100%;
	height: 100%;
	background-image: url(../images/bg_square.png);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.section {
	position: relative;
	padding-block: 80px;
	z-index: 2;
}
@media screen and (max-width: 576px) {
	.section {
		padding-block: 40px;
	}
}
/************************
KEY-VISUAL
************************/
.key-visual {
	position: relative;
	overflow: clip;
	background-color: #241716;
}
/* .key-visual .page-container {
	position: relative;
	height: 100%;
} */
.key-visual .title-container {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 14%;
	width: 100%;
}
.key-visual .title-container img {
	width: 27.2%;
	max-width: 530px;
}
.key-visual .h1{
	border-bottom: 6px solid var(--color-primary);
	width: fit-content;
	font-size: 48px;
	letter-spacing: 0.1em;
}
.key-visual .star {
	--star-width: 23%;
	position: absolute;
	right: calc(var(--star-width) / 4 * -1);
	width: var(--star-width);
	opacity: 20%;
	bottom: 20%;
}
.key-visual-bg img {
	width: 100vw;
	/* max-height: 970px; */
	display: block;
	margin: 0 auto;
}

@media screen and (max-width: 992px) {
	.key-visual .h1{
		font-size: 32px;
	}
}
@media screen and (max-width: 768px) {
	.key-visual .title-container {
		width: 90%;
	}
	.key-visual .star {
		--star-width: 24%;
		top: 280px;
	}
	.key-visual .title-container img {
		width: 35%;
	}
}
@media screen and (max-width: 576px) {
	.key-visual .h1{
		font-size: 28px;
	}
	.key-visual .title-container {
		width: 100%;
	}
	.key-visual .star {
		--star-width: 30%;
		top: 140px;
	}
	.key-visual .title-container img {
		width: 40%;
	}
}


/************************
區塊標題
************************/
.title-container{
	justify-content: space-between;
	align-items: center;
}
.title-container .decor {
	width: 22%;
	object-fit: contain;
}
.title-container .title{
	width: 100%;
}
.decor-gradient-container {
	width: 50%;
	max-width: 800px;
}
.decor-gradient {
	width: 80%;
	height: 3px;
	background: #30BCDD;
	background: linear-gradient(90deg, rgba(48, 188, 221, 1) 0%, rgba(251, 87, 87, 1) 28%, rgba(82, 108, 223, 1) 53%, rgba(26, 196, 222, 1) 76%, rgba(242, 145, 145, 1) 100%);
}
section.more-campaign .decor-gradient{
	width: 25%;
}
@media screen and (max-width: 768px) {
	.title-container .decor {
		width: 15%;
	}
	.decor-gradient-container {
		width: 100%;
	}
	section.more-campaign .decor-gradient{
		width: 40%;
	}
}
@media screen and (max-width: 576px) {
	.title-container{
		flex-direction: column;
		gap: 20px;
	}
	.title-container .decor {
		width: 40%;
	}
	.title-container .decor:last-of-type {
		display: none;
	}
}
/************************
卡片
************************/
.card {
	background-color: #efefef;
	border: 1px solid #000;
	outline: 6px solid #efefef;
	border-radius: 12px;
	margin-inline: 10px;
	height: 100%;
	margin-top: 10px;
	display: flex;
	flex-direction: column;
}
.card-style-1 .card-top {
	height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.card-style-1 .card-img{
	width: 45%;
}
.card-style-1 .card-bottom {
	background-color: var(--color-black);
	padding: 20px 10px;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}
.card-style-1 .gradient-badge {
	background: #CEDFEA;
	background: linear-gradient(90deg, rgba(206, 223, 234, 1) 0%, rgba(202, 219, 232, 1) 25%, rgba(255, 253, 250, 1) 35%, rgba(253, 240, 204, 1) 45%, rgba(202, 219, 232, 1) 57%, rgba(239, 255, 252, 1) 83%, rgba(254, 252, 239, 1) 100%);
	width: 90%;
	margin-inline: auto;
	padding: 4px;
	color: var(--color-black);
	margin-bottom: 8px;
	border-radius: 24px;
	font-weight: bold;
}

.card-style-2 .card-img {
	border-radius: 0;
}
.card-style-2 .card-bottom {
	padding: 16px;
	display: flex;
	flex-direction: column;
	justify-content: start;
	gap: 10px;
	height: 100%;
}
@media screen and (max-width: 576px) {
	.card-style-1 .card-top {
		height: 160px;
	}
}

/************************
Swiper
************************/
.swiper-wrapper {
	align-items: stretch;
	padding-bottom: 56px;
}
.swiper-slide {
	height: auto;
}
.custom-next-button,
.custom-prev-button {
	width: 32px;
}
.custom-next-button {
	right: -40px;
}
.custom-prev-button {
	left: -40px;
	transform: translateY(-50%) scale(-1);
}
.swiper-pagination-bullet-active {
	background: #ffffff90;
}
.swiper-pagination-bullet {
	background: #ffffff40;
}


/************************
BUTTON
************************/
.btn {
	font-weight: 600;
	display: flex;
	background: var(--color-black);
	color: #fff;
	width: fit-content;
	align-items: center;
	position: relative;
}
.btn-lg .icon {
	width: 12px;
	right: 40px;
	transition: transform ease 300ms;
}
.btn-lg { 
	font-size: 28px; 
	padding: 16px 120px;
	border-radius: 8px;
	box-shadow: 6px 6px 0 rgba(191, 0, 133, 0.75);
	transition: box-shadow ease 300ms,transform ease 300ms;
}
.btn-lg:hover { 
	transform: translate(6px, 6px);
	box-shadow: 0px 0px 0 rgba(191, 0, 133, 0.75);
}
.btn-lg:hover .icon{
	transform: translateX(10px);
} 
@media screen and (max-width: 768px) {
	.btn-lg { 
		font-size: 24px; 
		padding: 12px 80px;
	}
}
@media screen and (max-width: 576px) {
	.btn-lg { 
		font-size: 20px; 
	}
}

/***********************
TABLE 表格選單
***********************/
table {
	font-size: 18px;
	width: 100%;
	margin: 0;
	padding: 0;
	line-height: 1.2em;
	border-collapse: collapse;
	border-spacing: 0;
	background: #fbe5e7;
}
table tr {
	padding: 5px;
	text-align: left;
	border: 1px solid #ffffff;
}
table th {
	padding: 13px 5px;
	font-size: 18px;
	letter-spacing: 1px;
	color: #000000;
	background: #f8ccd0;
	text-align: center;
	border-left: 1px solid #ffffff;
}

table tr a,
table tr:hover,
.table tr:active {
	color: #222222;
}

tr:nth-of-type(odd) {
	background: #fef3f4;
}

table tr td {
	padding: 3px 10px;
	height: 40px;
	text-align: center;
	border-left: 1px solid #ffffff;
}
/*table tr.odd { background: #fbe5e7; }*/
table .show {
	display: none;
}

@media only screen and (max-width: 480px) {
	table {
		border: 0;
	}
	table thead {
		display: none;
	}
	table tr {
		margin-bottom: 10px;
		/*
	display: block;
	*/
		border-bottom: 2px solid #ffffff;
	}
	table tr td {
		display: block;
		min-height: 40px;
		height: auto;
		padding: 10px 5px;
		text-align: left;
		border-right: 0px solid #ffffff;
		border-bottom: 1px dotted #ffffff;
	}
	table td:last-child {
		border-bottom: 0;
	}
	table td:before {
		content: attr(data-label);
		float: left;
		text-transform: uppercase;
		font-weight: bold;
	}
	table .show {
		display: inline-block;
		padding-right: 10px;
		color: #dc0012;
	}
}

table dt {
	font-size: 16px;
	padding: 3px 10px;
}
table .state {
	width: 50px;
}
table .turn {
	width: 80px;
}
table .time {
	width: 150px;
}
table .act {
	width: 150px;
}

.none {
	display: none;
}
/************************
DRAWER-ITEM 
************************/
section.notice-all .page-wrapper{
	/* border-top: 0.8px solid #fff; */
	margin-top: 80px;
	position: relative;
	z-index: 2;
}
.drawer-item {
	width: 100%;
	padding-block: 40px;
	/* padding-inline: 20px; */
}
.drawer-header {
	margin: 0px;
	display: block;
	/* color: #212121; */
	padding: 6px;
	cursor: pointer;
	min-height: 30px;
	transition: 0.25s;
	overflow: hidden;
}
.drawer-header h1 {
	float: left;
	color: var(--color-grey);
	font-size: 14px;
	line-height: 1.4em;
	font-weight: 600;
	margin: 0;
}
.drawer-item-active .drawer-header {
	transition: 0.25s;
	min-height: 30px;
	color: var(--color-grey);
}
.drawer-header-icon {
	display: inline-block;
	content: "";
	float: left;
	width: 16px;
	height: 20px;
	background: url("../images/btn_to_open.png") no-repeat scroll center center
		transparent;
	background-size: contain;
	text-align: right;
	vertical-align: middle;
	margin-left: 4px;
}
.drawer-header-icon.drawer-header-icon-active {
	transform: rotate(180deg);
}
.drawer-item-active .drawer-header-icon {
	/*color: #ffffff;*/
}
.drawer-content {
	width: 96%;
	padding: 0;
	display: block;
	color: var(--color-grey);
	font-size: 14px;
	line-height: 1.8em;
	padding-top: 10px;
	padding-bottom: 30px;
	text-align: left;
}
.drawer-content ol {
	padding-left: 25px;
}

/************************
GOTOP
************************/
.fixed-btn{
	position: fixed;
	z-index: 99;
	width: 45px; 
	right: 0px;
	bottom: 6%;
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.fixed-btn a, .fixed-btn img { 
	display: block;
	width: 100%; 
	}
.go_top {
	margin-top: 40px;
}
.fixed-btn a{ 
    cursor: pointer;
}

@media screen and (max-width: 576px) {
	.fixed-btn,.go_top {
		width: 40px;
	}
}


/************************
MODAL
************************/
.modal {
	--bs-modal-width: 80vw;
}
.modal-open {
	padding-right: 0 !important;
}
.modal-body{
	padding: 8%;
}
.modal .btn-close {
	width: 42px;
	height: 42px;
	background-size: 80%;
	background-image: url(../images/btn_close.svg);
	opacity: 1;
	margin-right: 10px;
	margin-top: 10px;
}
.modal .btn-close:focus,
.modal .btn-close:active {
	outline: none;
	border: none;
	box-shadow: none;
}
.modal .modal-logo {
	width: 22%;
}
.modal .modal-content {
	border-radius: 12px;
	border: 1.5px solid #000;
	outline: 10px solid #fff;
}
.modal-dialog {
	margin: 40px auto;
}
@media screen and (max-width: 768px) {
	.modal .modal-logo {
		width: 50%;
	}
	.modal .btn-close {
		background-size: 50%;
		margin-right: 0px;
		margin-top: 0px;
	}
	.modal-body{
		padding: 5%;
		padding-top: 2%;
	}
	.modal {
		--bs-modal-width: 100%;
	}
	.modal-dialog {
		margin: 40px 20px;
	}
}
/************************
Background
************************/
.bg-lightning {
	width: 80px; 
	left: -20px; 
	top: 300px;
}
.bg-concert {
	width: 180px; 
	right: -2px; 
	bottom: 50px;
}
.bg-bag {
	width: 120px;
	top: 400px;
}
@media screen and (max-width: 576px) {
	.bg-lightning {
		top: 80px;
		width: 60px;
		left: -10px; 
	}
	.bg-concert {
		width: 140px; 
		bottom: 10px;
	}
	.bg-bag {
		display: none;
	}
}