*,
::before,
::after {
	box-sizing: border-box;

	/* 1 */
	border-width: 0;

	/* 2 */
	border-style: solid;

	/* 2 */
	border-color: #e5e7eb;

	/* 2 */
}

::before,
::after {
	--tw-content: "";
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
*/

html {
	line-height: 1.5;

	/* 1 */
	-webkit-text-size-adjust: 100%;

	/* 2 */

	/* 3 */
	-o-tab-size: 4;
	tab-size: 4;

	/* 3 */
	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";

	/* 4 */
	font-feature-settings: normal;

	/* 5 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
	margin: 0;

	/* 1 */
	line-height: inherit;

	/* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
	height: 0;

	/* 1 */
	color: inherit;

	/* 2 */
	border-top-width: 1px;

	/* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
	color: inherit;
	text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
	font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;

	/* 1 */
	font-size: 1em;

	/* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {font-size: 80%;}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub{bottom: -0.25em;}

sup{top: -0.5em;}

/*
1. Remove text indentation from table contents in Chrome and Safari.
(https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari.
(https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
	text-indent: 0;

	/* 1 */
	border-color: inherit;

	/* 2 */
	border-collapse: collapse;

	/* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;

	/* 1 */
	font-size: 100%;

	/* 1 */
	font-weight: inherit;

	/* 1 */
	line-height: inherit;

	/* 1 */
	color: inherit;

	/* 1 */
	margin: 0;

	/* 2 */
	padding: 0;

	/* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
	text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;

	/* 1 */
	background-color: transparent;

	/* 2 */
	background-image: none;

	/* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
	outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox.
(https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
	box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
	vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
	height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type="search"] {
	-webkit-appearance: textfield;

	/* 1 */
	outline-offset: -2px;

	/* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
	-webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
	-webkit-appearance: button;

	/* 1 */
	font: inherit;

	/* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
	display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
	margin: 0;
}

fieldset {
	margin: 0;
	padding: 0;
}

legend {
	padding: 0;
}

ol,
ul,
menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
	resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::placeholder,
textarea::placeholder {
	opacity: 1;

	/* 1 */
	color: #9ca3af;

	/* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
	cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
	cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default.
	(https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
	display: block;

	/* 1 */
	vertical-align: middle;

	/* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio.
(https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
	max-width: 100%;
	height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
	display: none;
}

*,
::before,
::after {
	--tw-border-spacing-x: 0;
	--tw-border-spacing-y: 0;
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 0;
	--tw-scale-y: 0;
	--tw-pan-x: 0;
	--tw-pan-y: 0;
	--tw-pinch-zoom: 0;
	--tw-scroll-snap-strictness: proximity;
	--tw-ordinal: 0;
	--tw-slashed-zero: 0;
	--tw-numeric-figure: 0;
	--tw-numeric-spacing: 0;
	--tw-numeric-fraction: 0;
	--tw-ring-inset: 0;
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgb(59 130 246 / 0.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: 0;
	--tw-brightness: 0;
	--tw-contrast: 0;
	--tw-grayscale: 0;
	--tw-hue-rotate: 0;
	--tw-invert: 0;
	--tw-saturate: 0;
	--tw-sepia: 0;
	--tw-drop-shadow: 0;
	--tw-backdrop-blur: 0;
	--tw-backdrop-brightness: 0;
	--tw-backdrop-contrast: 0;
	--tw-backdrop-grayscale: 0;
	--tw-backdrop-hue-rotate: 0;
	--tw-backdrop-invert: 0;
	--tw-backdrop-opacity: 0;
	--tw-backdrop-saturate: 0;
	--tw-backdrop-sepia: 0;
}

::backdrop {
	--tw-border-spacing-x: 0;
	--tw-border-spacing-y: 0;
	--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: 0;
	--tw-pan-y: 0;
	--tw-pinch-zoom: 0;
	--tw-scroll-snap-strictness: proximity;
	--tw-ordinal: 0;
	--tw-slashed-zero: 0;
	--tw-numeric-figure: 0;
	--tw-numeric-spacing: 0;
	--tw-numeric-fraction: 0;
	--tw-ring-inset: 0;
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgb(59 130 246 / 0.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: 0;
	--tw-brightness: 0;
	--tw-contrast: 0;
	--tw-grayscale: 0;
	--tw-hue-rotate: 0;
	--tw-invert: 0;
	--tw-saturate: 0;
	--tw-sepia: 0;
	--tw-drop-shadow: 0;
	--tw-backdrop-blur: 0;
	--tw-backdrop-brightness: 0;
	--tw-backdrop-contrast: 0;
	--tw-backdrop-grayscale: 0;
	--tw-backdrop-hue-rotate: 0;
	--tw-backdrop-invert: 0;
	--tw-backdrop-opacity: 0;
	--tw-backdrop-saturate: 0;
	--tw-backdrop-sepia: 0;
}

/* ===== General ===== */
ol li{
	list-style-type: decimal;
	padding: 4px 0;
}
ul li{
	list-style: inside;
	padding: 4px 0;
}
ul ul{
	padding: 8px 36px;
}
ul ul li{
	list-style: circle;
	padding: 4px 0;
	font-size: 14px;
}
ul a{
	text-decoration: none !important;
}
ul li::marker,
ul ul li::marker{color: #73216D;}

div{word-wrap:break-word;}

input[type='radio']:checked {
	accent-color: #73216D;
}

/* ===== === Custom CSS === ===== */
.w-max-1300{
	max-width: 1300px;
	margin: 0 auto;
}


/* font size */
.Label1{
	font-weight: 600;
	font-size: 16px;
	line-height: 125%;
}
.Label2{
	font-weight: 600;
	font-size: 14px;
	line-height: 125%;
}
.Label3{
	font-weight: 500;
	font-size: 14px;
	line-height: 125%;
}
.Headline2,
.researchItem h1{
	font-weight: 700;
	font-size: 24px;
	line-height: 130%;
}
.Headline3,
.researchItem h2{
	font-weight: 700;
	font-size: 22px;
	line-height: 130%;
}
.Subtitle1,
.researchItem p{
	font-weight: 600;
	font-size: 18px;
	line-height: 130%;
}
.Subtitle2{
	font-weight: 600;
	font-size: 16px;
	line-height: 130%;
}
.Body1{
	font-weight: 400;
	font-size: 14px;
	line-height: 160%;
}
.Caption{
	font-weight: 400;
	font-size: 12px;
	line-height: 120%;
}

@media (min-width: 768px) {
	.Label1{font-size: 18px;}
	.Label2{font-size: 16px;}

	.Headline2,
	.researchItem h1{
		font-size: 40px;
	}

	.Headline3,
	.researchItem h2{
		font-size: 32px;
	}

	.Subtitle1,
	.researchItem p{
		font-size: 24px;
	}

	.Subtitle2{font-size: 22px;}
	.Body1{font-size: 16px;}
}

/* color */
.text-fafafa{color: #FAFAFA;}
.text-73216D{color: #73216D;}
.text-d4a437{color: #D4A437;}
.text-212121{color: #212121;}
.text-616161{color: #616161;}
.text-9e9e9e{color: #9E9E9E;}

/* background color */
.bg-f0e0f1{background-color: #F0E0F1 !important;}
.bg-f5f5f5{background: #F5F5F5;}
.bg-fafafa{background: #FAFAFA;}
.bg-f0e0f1{background: #F0E0F1;}
.bg-d4a437{background: #D4A437;}

/* padding */
.px-5per{padding: 0 5%}

@media (min-width: 768px) {
	.p-md-1270{
		padding: 12px 70px;
	}
}
/* z-index */
.z-2{z-index: 2;}
.z-3{z-index: 3;}

/* ----- Navbar ----- */
.site-header{
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 5000;
}
.site-logo{
	background: #FFFFFF;
}

.bg-blurPurple{
	background: rgba(115, 33, 109, 0.8);
	backdrop-filter: blur(10px);
}

.navbar{
	width: 100%;
	flex-direction: row;
	padding: 0px 16px;
}
.navItem:hover,
.hoverPurple:hover{
	background: rgba(115, 0, 109, 1);
	color: #FAFAFA;
}
.navItem:hover path{
	fill: #FAFAFA;
}
.mobNavItem:hover p{
	color: #FAFAFA;
}
.navSelected .navSub{
	display: flex;
	flex-direction: column;
	align-items: center;
	visibility : visible;
	opacity : 1;
}
.navSubMobile{
	transform: translateY(1%);
	border-radius: 8px;
	height: 0;
	visibility: hidden;
}
.navSub{
	position: absolute;
	min-width: fit-content;
	z-index: 1000;
	top: 100%;
	height: 0;
	background: #fff;
	color: #000;
	border-radius: 0 0 8px 8px;
	filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.3));

	overflow: hidden;
	visibility: hidden;
	opacity: 0;
}
.navSubItem:hover{
	background: rgba(178, 178, 178, 0.5);
}

@media (min-width: 768px) {
	.site-header{
		height: 180px;
	}
}

/* */
.header,
.navSpacing{
	height: 100px;
}
.btnSearch{
	padding: 8px 16px;
	border-radius: 8px;
	width: fit-content;
}
.navItem{
	height: 100%;
	display: flex;
	/*justify-content: center;*/
	align-items: center;
	padding: 16px 0px;
}
.navSubItem{
	padding: 8px 16px;
}

@media (min-width: 768px) {
	.navbar{
		width: 100%;
		flex-direction: row;
		padding: 0px 16px;
		/*background: rgba(115, 33, 109, 0.8);*/
		/*backdrop-filter: blur(10px);*/
		/*border-radius: 16px;*/
	}
	.navItem{
		justify-content: center;
	}
	.navSelected > .navSub{
		display: flex;
		flex-direction: column;
		align-items: center;
		visibility : visible;
		opacity : 1;
	}
	.navSub{
		position: absolute;
		min-width: fit-content;
		z-index: 10000;
		top: 100%;
		height: 0;
		background: #fff;
		color: #000;
		border-radius: 0 0 8px 8px;
		filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.3));

		overflow: hidden;
		visibility: hidden;
		opacity: 0;
	}
	.navSubItem:hover{
		background: rgba(178, 178, 178, 0.5);
	}
	.navDesktopSpacing{
		width: 100%;
		height: 180px;
	}
	.site-logo{
		height: 110px;
	}
	#navDesktop{
		height: 70px;
	}
}
/* ----- breadcrumb ----- */
.breadcrumb{
	position: absolute;
	z-index: 200;
	left: 5%;
	bottom: 3%;
	display: flex;
	align-items: center;
}

/* ----- section tab ----- */
.tabContainer{
	/*overflow-x: scroll;*/
	border-bottom: 1px solid #73216D;
}
/*.tabContainer::-webkit-scrollbar {*/
/*	display: none;*/
/*}*/

.toggleList,
.sectionTab{
	padding: 16px;
}
.toggleList{
	cursor: pointer;
}

.activeTab{
	background: #F0E0F1 !important;
	border-radius: 8px;
}
.tabItem{
	padding: 8px 16px;
}

@media (min-width: 768px) {
	.tabItem{
		width: auto !important;
		padding: 12px 24px;
	}

	.tabContainer{
		overflow-x: visible;
		justify-content: space-around;
	}
	.toggleList,
	.sectionTab{
		padding: 30px 16px;
	}
	.activeTab{
		border-radius: 8px 8px 0px 0px;
	}
}

/* ----- toggle list ----- */
.btnToggle{
	height: fit-content;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 4px;
	background: #73216D;
	border-radius: 4px;
}
.toggleItemContainer{
	padding: 16px 0;
}
.hrToggle{border: 1px solid #D4A437;}

.surveyItem{
	margin-bottom: 36px;
}
.surveyTitle{
	margin-bottom: 8px;
}
.surveyTitle a{
	color: #73216D;
	text-decoration: underline;
}

@media (min-width: 768px) {
	.btnToggle{
		min-width: 48px;
		min-height: 48px;
	}
	.toggleItemContainer{
		padding: 32px 0 60px;
	}
	.surveyTitle{
		margin-bottom: 16px;
	}
	.surveyItem{
		margin-bottom: 60px;
	}
}

/* ===== Home page ===== */
.homeSection{
	padding: 32px 16px;
}
.publicationsBook{
	box-shadow: 0px 4px 8px 3px rgba(0, 0, 0, 0.15);
	filter: drop-shadow(0px 1px 3px rgba(0, 0, 0, 0.3));
	border-radius: 4px;
}
.publicationsTag{
	width: fit-content;
	padding: 4px 12px;
	border: 1px solid #616161;
	border-radius: 100px;
	text-align: center;
}
.eventScroll,
.imgSwiper{
	padding: 1px;
}

.eventScroll,
.imgSwiper img{
	height: 270px;
}
.eventScroll,
.imgSwiper img{
	background: #FCFCFC;
	overflow-y: auto;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3), 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
	border-radius: 16px;
}
.eventScroll::-webkit-scrollbar {
	width: 16px;
}
.eventScroll::-webkit-scrollbar-track {
	background-color: #E8E8E8;
	border-radius: 0 100px 100px 0;
}
.eventScroll::-webkit-scrollbar-thumb {
	background-color: #7A7A7A;
	border-radius: 100px;
}

.titleBetween{
	margin-bottom: 16px;
}
.pressReleaseTag{
	position: absolute;
	left: 35%;
	bottom: -7.5%;
	padding: 8px 24px;
}

@media (min-width: 768px) {
	.homeSection{
		padding: 50px 40px 140px;
	}
}

/* ----- Swiper ----- */
.heroBullet{
	bottom: 0 !important;
	text-align: left !important;
	left: 40px !important;
}
.lowerRectangle,
.lowerRectangleTop{
	position: absolute;
	right: 0;
	z-index: 2;
}
.lowerRectangle{bottom: 0;}
.lowerRectangleTop{top: 0;}

.upperRectangle,
.upperRectangleTop{
	position: absolute;
	left: 0;
	z-index: 10;
}
.upperRectangle{bottom: 0;}
.upperRectangleTop{top: 0;}

.upperRectangle path{
	transform: translateX(-5px);
}
.lowerRectangle path{
	transform: translateX(5px);
}

.popupImg.active {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 10000;
}

.btnAndBullet{
	padding: 0 16px;
	margin: 32px auto 8px auto;
}

.btnAndBullet > .swiper-button-next,
.btnAndBullet > .swiper-button-prev,
.btnAndBullet > .swiper-pagination{
	position: relative;
}
.swiper-pagination{
	z-index: 150;
}
.swiper-pagination-bullet{
	width: 12px !important;
	height: 12px !important;
	background: #FAFAFA !important;
	border: 1px solid #9E9E9E;
	opacity: 1 !important;
}
.my-bullet-active{
	width: 36px !important;
	height: 12px !important;
	opacity: 0.9 !important;
	border-radius: 100px !important;
}
.btnHero{
	/*background: rgba(255, 255, 255, 0.4);*/
	background: rgba(0, 0, 0, 0.4);
	backdrop-filter: blur(10px);
	width: 32px !important;
	height: 32px !important;
}
.swiper-button-prev{
	left: 0;
	padding-left: 4px;
	border-radius: 0px 70px 70px 0px;
}
.swiper-button-next{
	right: 0;
	padding-right: 4px;
	border-radius: 70px 0px 0px 70px;
}
.swiper-button-prev::after,
.swiper-button-next::after{
	font-size: 16px !important;
	color: #FAFAFA;
}
/* event */
.imgSwiper-button-prev::after,
.imgSwiper-button-next::after,
.prSwiper-button-prev::after,
.prSwiper-button-next::after,
.pubSwiper-button-prev::after,
.pubSwiper-button-next::after{
	font-size: 16px !important;
	padding: 8px 12px;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3), 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
	border-radius: 50px;
	cursor: pointer;
}

.pubSwiper-button-prev::after,
.pubSwiper-button-next::after{
	color: #D4A437;
	background: #fff;
	border: 1px solid #D4A437;
	cursor: pointer;
}

.imgSwiper-button-prev{
	left: 1%;
	z-index: 100;
}
.imgSwiper-button-next{
	right: 1%;
	z-index: 100;
}
.imgBullet > span{
	border: 1px solid #73216D;
	opacity: 0.75 !important;
}

/* Press Release */
.imgSwiper-button-prev::after,
.imgSwiper-button-next::after,
.prSwiper-button-prev::after,
.prSwiper-button-next::after{
	color: #73216D;
	background: #fff;
	border: 1px solid #73216D;
}

/* Section Tab */
.sectionTabScroll{
	width: 100% !important;
	left: 0 !important;
	bottom: 0 !important;
}

/* Pagination */
.paginationPrev,
.paginationNext{
	color: #D4A437;
	background: #fff;
	cursor: pointer;
}
.activePagination{
	color: #D4A437;
	border-bottom: 1px solid #D4A437;
}

@media (min-width: 768px) {
	.titleBetween{
		display: flex;
		justify-content: space-between;
		margin-top: 12px;
		margin-bottom: 24px;
	}

	.btnHero{
		width: 72px !important;
		height: 72px !important;
	}
	.swiper-button-prev::after,
	.swiper-button-next::after{
		font-size: 18px !important;
		padding: 12px 16px;
		font-weight: 600;
	}

	/* event */
	.eventScroll,
	.imgSwiper img{
		height: 420px;
	}
	.imgSwiper-button-prev::after,
	.imgSwiper-button-next::after {
		font-size: 16px !important;
		padding: 8px 12px;
	}

	/* Press Release */
	.pressReleaseTag{
		padding: 8px 12px;
		left: 50%;
		bottom: -17.5%;
		transform: translate(-50%, -50%);
	}
	.prSwiper{
		/*margin-top: 72px;*/
		/*padding-left: 150px;*/
	}
	.prSwiperArrow{
		position: relative;
		background: #F5F5F5;
		z-index: 100;
	}
	/* Publications */

	.btnAndBullet{
		margin-top: 48px;
	}
}
@media (min-width: 1024px) {
	.titleBetween {
		margin-top: 20px;
		margin-bottom: 40px;
	}
	.btnAndBullet{
		margin-top: 60px;
	}
}
/* ===== Research ===== */
.closeToggle{
	background-color: #FFFFFF;
	border-top: 5px solid #E0E0E0;
	border-bottom: 5px solid #E0E0E0;
}
.researchToggle > .closeToggle:first-child{border-top: 10px solid #E0E0E0;}
.researchToggle > .closeToggle:last-child{border-bottom: 10px solid #E0E0E0;}
.labelCorner{
	position: absolute;
	top: 0;
	right: 0;
}
.btnViewAll{
	height: fit-content;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 8px 16px;
	border: 1px solid #73216D;
	border-radius: 4px;
}
.toggleSectionTitle{
	margin-bottom: 24px;
}
.toggleSection{
	padding: 24px 0;
}

.researchItem h2{
	text-decoration: underline;
}

@media (min-width: 768px) {
	.toggleSectionTitle{
		margin-bottom: 48px;
	}
	.toggleSection{
		padding: 48px 0;
	}
	.aboutContent{
		padding: 24px;
	}
	.viewAllContainer{
		padding: 24px;
	}
}
@media (min-width: 1024px) {
	.toggleSectionTitle {
		margin-bottom: 60px;
	}
	.toggleSection{
		padding: 60px 0;
	}
}

/* ===== About -> People ===== */
.dnaContainer{
	width: 100%;
}
.peopleIcon{
	width: 20px;
	display: flex;
	align-items: center;
	margin-right: 8px;
}
.dnaImg{
	width: 100px;
	height: 100px;
	box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
	filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.3));
	border-radius: 16px;
}

@media (min-width: 768px) {
	.dnaContainer{
		width: calc(50% - 32px);
	}
	.dnaCard{
		padding: 0 16px 120px 16px;
	}
	.dnaImg{
		width: 150px;
		height: 150px;
	}
}
@media (min-width: 1024px) {
	.dnaContainer{
		width: calc(33.3333% - 32px);
	}
}

/* ===== Footer ===== */
.hr616161{
	border: 1px solid #616161;
}

.lowerTopRectangle{
	position: absolute;
	right: 0;
	Top: 0;
	z-index: 100;
}
.upperTopRectangle{
	position: absolute;
	left: 0;
	Top: 0;
	z-index: 100;
}

.footerLogo img{
	/*width: calc(100% - 26px); !* 100% - 58px + 16px + 16px *!*/
	/*max-width: 420px;*/
	/*max-height: 86px;*/
	height: 75%;
	object-fit: contain;
}

@media (min-width: 768px) {
	.site-footer{
		padding: 75px 0 45px 0;
	}
	.hr616161{
		margin: 56px 0 24px 0;
	}
}
@media (min-width: 1024px) {
	.footerLogo img{
		max-width: 500px;
	}
}
/* ===== Publications ====== */
.tabSub{
	left: 0;
	filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.3));
}
.sectionTitle{
	padding: 32px 16px;
}

/* ===== Publication List ===== */
.btnPublicationList{
	padding: 4px 16px;
	color: #73216D;
	background: #fff;
	border: 1px solid #73216D;
	border-radius: 4px;
}
.publicationsImg{
	width: 200px;
	object-fit: contain;
}

@media (min-width: 768px) {
	.sectionTitle{
		padding: 60px 40px;
	}
	.tabSub{
		top: 102% !important;
	}
}

/* ===== Wyswyg ===== */
.wyswyg,
.peopleSection{
	padding: 32px 16px;
	word-wrap:break-word;
}
.wyswyg a{
	text-decoration: underline;
}
.wyswyg h2{
	font-size: 24px;
}
.wyswyg p,
.wyswyg ul,
.wyswyg li,
.aboutContent p{
	text-align: justify;
}
@media (min-width: 768px) {
	.wyswyg,
	.peopleSection{
		padding: 60px 40px;
	}
	.wyswyg h2{
		font-size: 32px;
	}
}

/* ===== Search ===== */
.searchContainer{
	padding: 60px 16px;
}

.searchBar{
	width: 100%;
	padding: 12px;
	border: #9E9E9E solid 1px;
	border-radius: 8px;
}
input[type=text]:focus {
	border: none;
	outline: none;
}
.selectClass,
select{
	padding: 8px 4px !important;
	border: 1px solid #9E9E9E;
	border-radius: 4px;
}
.btnConfirm{
	padding: 8px 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	background: #73216D !important;
	border-radius: 4px;
}

.searchFilterBar{
	flex-direction: column;
}

@media (min-width: 768px) {
	.searchContainer{
		padding: 160px 40px;
	}
	#searchFilter{
		flex-direction: column-reverse;
	}
	.searchBar{
		width: 70%;
	}
}

@media (min-width: 1024px) {
	#searchFilter{
		margin: 60px 0;
		flex-direction: row;
		justify-content: space-between;
		align-items: end;
	}
	#resultNum{
		margin: 0;
	}
	.searchFilterBar{
		flex-direction: row;
		align-items: end;
	}
}

/* ===== Post list ===== */
.pagination{
	max-width: 1300px;
	display: flex;
	justify-content: end;
	margin-top: 16px;
}
.page-numbers{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 12px;
	font-weight: 600;
	font-size: 18px;
	line-height: 125%;
	color: #1D1D1F;
}
.page-numbers.current{
	color: #D4A437;
}
@media (min-width: 768px) {
	.pagination{
		margin-top: 32px;
	}
}

/* ===== News & Event ===== */
#formCheckbox,
#formRadio,
#sortByRadio,
#categoryRadio,
#subCategoryCheckbox{
	position: absolute;
	background: #fff;
	top: 102%;
	left: 0;
	border: 1px solid #9E9E9E;
	border-radius: 4px;
	z-index: 200;
}
.inputCheckbox{
	cursor: pointer;
}

.newsEventContainer{
	padding: 32px 16px;
}
.newsEventImg{
	width: 100%;
	height: fit-content;
	max-height: 310px !important;
	object-fit: contain;
	object-position: top;
}

.customContent a{
	text-decoration: underline;
}
.customContent p{
	text-align:justify;
}
.newsEventCategory{
	width: fit-content;
	padding: 4px 12px;
	border: 1px solid #9E9E9E;
	border-radius: 100px;
}

/* filter */
input[type='checkbox']:checked{
	accent-color: #73216D;
}

/* carousel */
.carouselContainer{
	display: flex;
	flex-direction: column;
	gap: 24px;
}
.postImg,
.carouselImg{
	width: fit-content;
	margin: 0 auto;
}
.carouselImg{
	display: flex;
	justify-content: center;
	cursor: pointer;
}
.postImg img,
.carouselImg img{
	width: 90%;
}

.popupImg{
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .9);
	z-index: 10000;
}
.popupImg i{
	color: #FFFFFF;
	position: absolute;
	top: 36px;
	right: 16px;
	font-size: 36px;
	font-weight: bolder;
	cursor: pointer;
	z-index: 10000;
}
.popupImg img{
	width: 90%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border: 5px solid #fff;
}

@media (min-width: 768px) {
	.newsEventCard{
		width: calc(50% - 16px) !important;
	}
	.newsEventContainer{
		padding: 60px 40px;
	}

	.newsEventCategory{
		font-size: 14px;
	}

	.selectClass{
		min-width: 150px !important;
	}

	.imgPreview{
		width: calc(33.3333% - 16px);
	}

	.popupImg i{
		top: 60px;
		right: 60px;
	}
}

@media (min-width: 1024px) {
	.newsEventCard{
		width: calc(50% - 20px) !important;
	}

	.popupImg img{
		width: fit-content;
		max-width: 50%;
		max-height: 90%;
	}
}

/* ===== Sub-items section tab ===== */
/* headerClass */
.headerClass {
	width: 100%;
	background-color: #fff;
	box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
}

.headerClass ul {
	margin: 0;
	padding: 0;
	list-style: none;
	/*overflow: hidden;*/
	background-color: #fff;
}

.sectionNabItem{
	background-color: #fff;
	border-radius: 8px;
}
.sectionNabItem:hover p{
	color: #f7f7f7;
}

.headerClass li a {
	display: block;
	padding: 20px 20px;
	border-right: 1px solid #f4f4f4;
	text-decoration: none;
}

.headerClass li a:hover,
.headerClass .menu-btn:hover {
	background-color: #f4f4f4;
}

/* menu */
.headerClass .menu {
	position: absolute;
	z-index: 9999;
	top: 100%;
	clear: both;
	max-height: 0;
	transition: max-height .2s ease-out;
	max-height: fit-content;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3), 0px 2px 6px 2px rgba(0, 0, 0, 0.15);
	border-radius: 8px;
}

.searchIcon{
	padding: 20px;
}

/* menu icon */
.headerClass .menu-icon {
	cursor: pointer;
	display: inline-block;
	float: right;
	padding: 16px;
	position: relative;
	user-select: none;
}

.headerClass .menu-icon .navicon {
	background: #333;
	display: block;
	height: 2px;
	position: relative;
	transition: background .2s ease-out;
	width: 18px;
}

.headerClass .menu-icon .navicon:before,
.headerClass .menu-icon .navicon:after {
	background: #333;
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	transition: all .2s ease-out;
	width: 100%;
}

.headerClass .menu-icon .navicon:before {
	top: 5px;
}

.headerClass .menu-icon .navicon:after {
	top: -5px;
}

/* menu btn */
.headerClass .menu-btn {
	display: none;
}

.headerClass .menu-btn:checked ~ .menu {
	max-height: fit-content;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3), 0px 2px 6px 2px rgba(0, 0, 0, 0.15);
}

.headerClass .menu-btn:checked ~ .menu-icon .navicon {
	background: transparent;
}

.headerClass .menu-btn:checked ~ .menu-icon .navicon:before {
	transform: rotate(-45deg);
}

.headerClass .menu-btn:checked ~ .menu-icon .navicon:after {
	transform: rotate(45deg);
}

.headerClass .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.headerClass .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
	top: 0;
}

.hoverPurple{
	background-color: #fff;
}

@media (min-width: 768px) {
	.headerClass li {
		float: left;
	}
	.headerClass li a {
		padding: 20px 30px;
	}
	.headerClass .menu {
		clear: none;
		float: right;
		max-height: none;
	}
	.headerClass .menu-icon {
		display: none;
	}
}

/* ===== e-bulletin ===== */
.e-bulletin{
	flex-direction: column;
}

@media (min-width: 550px) {
	.e-bulletin{
		flex-direction: row;
	}
}


/* ===== Search ===== */
.searchResult{
	padding: 24px 16px;
	display: flex;
	flex-direction: column-reverse;
	border-bottom: 1px solid #979797;
	row-gap: 12px;
	column-gap: 16px;
}

.resultHighlight{
	color: #dc3232 !important;
	font-weight: bold !important;
}

.disableSubCat{
	background: #c7c7c7;
	cursor: not-allowed !important;
}

.resultContent{
	max-height: calc(3 * 1rem);
	overflow-y: hidden;
}

@media (min-width: 768px) {
	.searchResult{
		padding: 32px 16px;
		flex-direction: row;
		justify-content: space-between;
		column-gap: 60px;
	}
}

@media (min-width: 1024px) {
	#filterCategory {
		width: 300px;
	}
}