/*!tailwindcss v3.0.24 | MIT License | https://tailwindcss.com*/*,:after,:before {

	box-sizing:border-box
}
:after,:before {
	--tw-content:""
}
html {
	-webkit-text-size-adjust:100%;
	font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
	line-height:1.5;
	-moz-tab-size:4;
	-o-tab-size:4;
	tab-size:4
}
body {
	line-height:inherit;
	margin:0
}
hr {
	border-top-width:1px;
	color:inherit;
	height:0
}
abbr:where([title]) {
	-webkit-text-decoration:underline dotted;
	text-decoration:underline dotted
}
h1,h2,h3,h4,h5,h6 {
	font-size:inherit;
	font-weight:inherit
}
a {
	color:inherit;
	text-decoration:inherit
}
b,strong {
	font-weight:bolder
}
code,kbd,pre,samp {
	font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;
	font-size:1em
}
small {
	font-size:80%
}
sub,sup {
	font-size:75%;
	line-height:0;
	position:relative;
	vertical-align:baseline
}
sub {
	bottom:-.25em
}
sup {
	top:-.5em
}
table {
	border-collapse:collapse;
	border-color:inherit;
	text-indent:0
}
button,input,optgroup,select,textarea {
	color:inherit;
	font-family:inherit;
	font-size:100%;
	line-height:inherit;
	margin:0;
	padding:0
}
button,select {
	text-transform:none
}
[type=button],[type=reset],[type=submit],button {
	-webkit-appearance:button;
	background-color:transparent;
	background-image:none
}
:-moz-focusring {
	outline:auto
}
:-moz-ui-invalid {
	box-shadow:none
}
progress {
	vertical-align:baseline
}
::-webkit-inner-spin-button,::-webkit-outer-spin-button {
	height:auto
}
[type=search] {
	-webkit-appearance:textfield;
	outline-offset:-2px
}
::-webkit-search-decoration {
	-webkit-appearance:none
}
::-webkit-file-upload-button {
	-webkit-appearance:button;
	font:inherit
}
summary {
	display:list-item
}
blockquote,dd,dl,fieldset,figure,h1,h2,h3,h4,h5,h6,hr,p,pre {
	margin:0
}
fieldset,legend {
	padding:0
}
menu,ol,ul {
	list-style:none;
	margin:0;
	padding:0
}
textarea {
	resize:vertical
}
input::-moz-placeholder,textarea::-moz-placeholder {
	color:#9ca3af;
	opacity:1
}
input:-ms-input-placeholder,textarea:-ms-input-placeholder {
	color:#9ca3af;
	opacity:1
}
input::placeholder,textarea::placeholder {
	color:#9ca3af;
	opacity:1
}
[role=button],button {
	cursor:pointer
}
:disabled {
	cursor:default
}
audio,canvas,embed,iframe,img,object,svg,video {
	display:block;
	vertical-align:middle
}
img,video {
	height:auto;
	max-width:100%
}
[hidden] {
	display:none
}
*,:after,:before {
	--tw-translate-x:0;
	--tw-translate-y:0;
	--tw-rotate:0;
	--tw-skew-x:0;
	--tw-skew-y:0;
	--tw-scale-x:1;
	--tw-scale-y:1;
	--tw-pan-x:;
	--tw-pan-y:;
	--tw-pinch-zoom:;
	--tw-scroll-snap-strictness:proximity;
	--tw-ordinal:;
	--tw-slashed-zero:;
	--tw-numeric-figure:;
	--tw-numeric-spacing:;
	--tw-numeric-fraction:;
	--tw-ring-inset:;
	--tw-ring-offset-width:0px;
	--tw-ring-offset-color:#fff;
	--tw-ring-color:rgba(59,130,246,.5);
	--tw-ring-offset-shadow:0 0 #0000;
	--tw-ring-shadow:0 0 #0000;
	--tw-shadow:0 0 #0000;
	--tw-shadow-colored:0 0 #0000;
	--tw-blur:;
	--tw-brightness:;
	--tw-contrast:;
	--tw-grayscale:;
	--tw-hue-rotate:;
	--tw-invert:;
	--tw-saturate:;
	--tw-sepia:;
	--tw-drop-shadow:;
	--tw-backdrop-blur:;
	--tw-backdrop-brightness:;
	--tw-backdrop-contrast:;
	--tw-backdrop-grayscale:;
	--tw-backdrop-hue-rotate:;
	--tw-backdrop-invert:;
	--tw-backdrop-opacity:;
	--tw-backdrop-saturate:;
	--tw-backdrop-sepia:
}
.absolute {
	position:absolute
}
.relative {
	position:relative
}

.c-header {
       opacity: inherit;
        display: block;
    color: #000000 !important;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin-top: 75px;

}

.w--current img {
    max-width: 50%;
    vertical-align: middle;
    display: inline-block;
    border-radius: 50px;
    border: 2px solid #ffffff;
}
.c-bann {
    font-size: 16px;
    margin-top: 4px;
    padding-top: 9px;
    margin-bottom: 12px;
    opacity: 1 !important;
    font-weight: 700;
    font-family: Optima-Regular, PingFangTC-light;
        color: #000000;
}
.top-5 {
	top:1.25rem
}
.right-5 {
	right:1.25rem
}
.left-4 {
	left:1rem
}
.top-4 {
	top:1rem
}
.right-4 {
	right:1rem
}
.bottom-4 {
	bottom:1rem
}
.mx-auto {
	margin-left:auto;
	margin-right:auto
}
.-mx-5 {

}
.my-5 {
	margin-bottom:1.25rem;

}
.ml-1 {
	margin-left:.25rem
}
.mb-1 {
	margin-bottom:.25rem
}
.mt-10 {
	margin-top:1rem;
}
.mb-5 {
	margin-bottom:1rem;
}
.block {
display: block;
}
.flex {
	display:flex
}
.hidden {
	display:none
}
.h-60 {
	height:15rem
}
.h-6 {
	height:1.5rem
}
.w-full {
	width:100%
}
.w-6 {
	width:1.5rem
}
.w-\[1px\] {
	width:1px
}
.max-w-3xl {
	max-width:48rem
}
.flex-1 {
	flex:1 1 0%
}
.transform {
	transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
.cursor-pointer {
	cursor:pointer
}
.appearance-none {
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none
}
.items-center {
	align-items:center
}
.justify-center {
	justify-content:center
}
.justify-between {
	justify-content:space-between
}
.gap-\[6px\] {
	gap:6px
}
.rounded-full {
	border-radius:9999px
}
.rounded-lg {
	border-radius:.5rem
}
.border-2 {
	border-width:2px
}
.border-dashed {
	border-style:dashed
}
.border-gray-200 {
	--tw-border-opacity:1;
	    border-color: #ef1c2429;
}
.bg-white {
	--tw-bg-opacity:1;
	background-color:rgb(255 255 255/var(--tw-bg-opacity));
	 /*   border-radius: 10px;*/
}
.bg-\[\#D8D8D8\] {
	--tw-bg-opacity:1;
	background-color:rgb(216 216 216/var(--tw-bg-opacity))
}
.bg-red-500 {
	--tw-bg-opacity:1;
	background-color:rgb(239 68 68/var(--tw-bg-opacity))
}
.bg-transparent {
	background-color:transparent
}
.bg-\[\#fafafa\] {
	--tw-bg-opacity:1;
	background-color:rgb(250 250 250/var(--tw-bg-opacity))
}
.object-cover {
	-o-object-fit:cover;
	object-fit:cover
}
.p-5 {
	padding:1.25rem
}
.p-4 {
	padding:1rem
}
.py-1 {
	padding-bottom:.25rem;
	padding-top:.25rem
}
.px-3 {
	padding-left:.75rem;
	padding-right:.75rem
}
.py-2 {
	padding-bottom:.5rem;
	padding-top:.5rem
}
.text-center {
	text-align:center
}
.text-right {
	text-align:right
}
.align-top {
	vertical-align:top
}
.text-xl {
	font-size:1.25rem
}
.text-lg,.text-xl {
	line-height:1.75rem
}
.text-lg {
	font-size:1.125rem
}
.text-xs {
	font-size:.75rem;
	line-height:1rem
}
.text-\[8px\] {
	font-size:8px
}
.text-sm {
	font-size:.875rem;
	line-height:1.25rem;
	    display: none;
}
.font-bold {
	font-weight:700;
	display: none;
}
.font-medium {
	font-weight:500

}
.leading-none {
	line-height:1
}
.leading-6 {
	line-height:1.5rem;
	    border: 0 solid #e5e7eb;
}
.text-gray-300 {
	--tw-text-opacity:1;
	color:rgb(209 213 219/var(--tw-text-opacity))
}
.text-black {
	--tw-text-opacity:1;
	color:rgb(0 0 0/var(--tw-text-opacity))
}
.text-gray-400 {
	--tw-text-opacity:1;
	color: #9393937a;
}
.text-white {
	--tw-text-opacity:1;
	color:rgb(255 255 255/var(--tw-text-opacity));
	    border: 0 solid #e5e7eb;
}
.opacity-40 {
	opacity:.4
}
.shadow-sm {
	--tw-shadow:0 1px 2px 0 rgba(0,0,0,.05);
	--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);
	box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}
.outline-hidden {
	outline-style:hidden
}
.transition-all {
	transition-duration:.15s;
	transition-property:all;
	transition-timing-function:cubic-bezier(.4,0,.2,1);
	    color: #ef1c24a1;
}
body {
    background-color: #f4f4f4;
}
.hover\:border-gray-400:hover {
	--tw-border-opacity:1;
	    border-color: #ef1c24;
}
.hover\:text-red-500:hover {
	--tw-text-opacity:1;
	color:rgb(239 68 68/var(--tw-text-opacity))
}
.dark .dark\:bg-black {
	--tw-bg-opacity:1;
	background-color:rgb(0 0 0/var(--tw-bg-opacity))
}
.dark .dark\:text-white {
	--tw-text-opacity:1;
	color:rgb(255 255 255/var(--tw-text-opacity))
}
.dark .dark\:opacity-80 {
	opacity:.8
}
@media(min-width:768px) {
	.md\:left-8 {
	left:2rem
}
.md\:top-8 {
	top:2rem
}
.md\:right-8 {
	right:2rem
}
.md\:bottom-8 {
	bottom:2rem
}
.md\:mx-0 {
	margin-left:0;
	margin-right:0
}
.md\:mb-3 {
	margin-bottom:.75rem
}
.md\:h-80 {
	height:20rem
}
.md\:h-12 {
	height:3rem
}
.md\:w-12 {
	width:3rem
}
.md\:max-w-xs {
	max-width:20rem;
	display: none;
}
.md\:gap-3 {
	gap:.75rem
}
.md\:p-8 {
	padding:2rem
}
.md\:text-\[22px\] {
	font-size:22px
}
.md\:text-base {
	font-size:1rem;
	line-height:1.5rem
}
.md\:opacity-0 {
	opacity:0
}
.group:hover .group-hover\:md\:opacity-100 {
	opacity:1
}
}