@font-face { font-family: "Inter"; font-style: normal; font-weight: bold;  src: url('../../fonts/Inter/Inter-Bold.woff2') format('woff2'); }
@font-face { font-family: "Inter"; font-style: italic; font-weight: 400;  src: url("../../fonts/Inter/Inter-Italic.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 500;  src: url("../../fonts/Inter/Inter-Medium.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 600;  src: url("../../fonts/Inter/Inter-SemiBold.woff2") format("woff2"); }
@font-face {font-family: "Noto Sans TC"; src: url('../../fonts/Noto_Sans_TC/NotoSansTC.ttf') format('truetype'); font-weight: normal; font-style: normal; }

:root {
font-family: "Inter", "Noto Sans TC";
  font-feature-settings: 'liga' 1, 'calt' 1; /* fix for Chrome */
}

/* Set root font size (1rem = ? px) */
html { font-size: 13px; font-family: "Inter", "Noto Sans TC"; }

/* Common */
body{min-width: 1540px; overflow: scroll;}

.ui-helper-hidden { display: none; }

a {
	color: #a02337;
}

a:hover {
	text-decoration: underline;
}

.text-wrapper-for-offset {
	height: 22px;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: flex-start;
	padding: 0px 0px 2px;
	box-sizing: border-box;
}

body {
	font-family: "Inter", "Noto Sans TC";
	background-color: #fff;
	margin: 0;
	line-height: normal;
	overflow-y: auto;
	max-width: 100%;
	overflow-x: auto;
}
.content-container {
	background-color: #ffffff;
	overflow-x: hidden;
	height: fit-content;
	min-width: 1000px;
	min-height: 1000px;
	margin-top: 10px;
}

/* Old Reset CSS */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video
{
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Inter, Noto Sans TC;
}

/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
  display: block;
}

body {
  line-height: 1;
}

blockquote,q {
  quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Header Blockline Styles */
.header-blockline {
	position: relative;
	width: 100%;
	min-width: 1050px;
	max-height: 149px;
	background: #fff;
	overflow: hidden;
	padding-bottom: 25px;
	height: 112px;
}

/* Top angled red block */
.header-blockline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 485px;
  height: 112px;
  background: #A02337;
  clip-path: polygon(0 0, 100% 0, 77.2% 100%, 0% 100%);
  z-index: 1;
}

/* Bottom red bar */
.header-blockline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 14px;
  background: #A02337;
  z-index: 2;
}

/* PolyU Logo (left side) */
.header-blockline-logo {
  position: absolute;
  top: 26px;
  left: 26px;
  width: 318px;
  height: 62px;
  z-index: 3;
  padding-left: 20px;
}

/* Text centered vertically in the angled block, next to logo */
.header-blockline-title {
  position: absolute;
  left: 500px; /* 26px (logo left) + 452px (logo width) + 2px (gap) + 22px (gap) */
  top: 40%;
  transform: translateY(-50%);
  color: #000;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  z-index: 3;
  white-space: nowrap;
  text-decoration: none;
}


/* Footer */

.footer {
	width: 100%;
	min-width: 1050px;
	position: relative;
	background-color: #f5f5f5;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	padding: 24px 64px;
	box-sizing: border-box;
	text-align: left;
	font-size: 12px;
	color: #a02337;
	z-index: 5;
}
 
.footer-info {
	position: absolute;
	right: 24px;    /* Match horizontal padding */
	bottom: 16px;   /* Adjust as needed for spacing */
	text-align: right;
	font-size: 12px;
	color: #58595b;
}

.disclaimer-title {
  	position: relative;
	font-size: 24px;
	line-height: 32px;
	color: #a02337;
	text-align: left;
	font-weight: bold;
}

.disclaimer-content {
  	flex: 1;
	width: 100%;
	position: relative;
	font-size: 1rem;
	color: #000;
	text-align: left;
	display: inline-block;
	margin: 0;
}

.line-break{
	line-height: 2;
}

.copyright-container {
	width: 100%;
	position: relative;
	font-size: 12px;
	line-height: 18px;
	color: #58595b;
	text-align: left;
	display: flex;
	align-items: flex-end;
}




