@font-face {
  font-display: swap;
}
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400);
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
@import url(https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200..900);

/* =========================
   Base / Global
========================= */
body{
	font-family:'Noto Sans TC','微軟正黑體', '蘋方', 'Noto Sans TC', sans-serif;
	font-size:16px;
	width:100%;
	height:100%;
	overflow-x:hidden;
}

.WapNo{ white-space:nowrap; }
.wrap { overflow:hidden; }

.head{
	font-family:'Noto Sans TC', sans-serif;
	position:relative;
	color:#fff;
}

.noto-sans tc-<uniquifier>{
	font-family:"Noto Sans TC", sans-serif;
	font-optical-sizing:auto;
	font-weight:<weight>;
	font-style:normal;
}

/* =========================
   Navbar
========================= */
.navbarLOGO{ padding:0px; margin-right:0rem; }
.navbarLOGO > img{ width:90%; }

.navbarICONGp{
	align-items:center;
	justify-content:flex-end;
	padding-right:10px;
}

.navbarICONs > img{
	padding:4.5px !important;
	max-width:90%;
	height:auto;
	vertical-align:middle;
	border:0;
	opacity:0.45;
	transition:0.2s ease-in;
}
.navbarICONs > img:hover{ opacity:0.7; }

/* =========================
   Fixed CTA / Back Top
========================= */
.BACKTOP{
	position:fixed;
	z-index:9999;
	padding-bottom:50px;
	bottom:0px;
	right:50px;
	display:block;
	text-align:center;
	font-family:'Noto Sans TC','微軟正黑體', '蘋方',"Noto Sans","Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Verdana", "sans-serif";
	font-weight:900;
}
.Flx_Box{
	background-color:rgba(0,0,0,0.8);
	color:#ffffff;
	position:fixed;
	z-index:333;
	bottom:0;
	width:100%;
}
.Flx_BOX_link{
	text-decoration:none;
	color:#ffffff;
}
.Flx_BOX_link:hover{
	text-decoration:none;
	color:#FFFD00;
}
.btn-line{
	background-color:#41AB48;
	border-color:#2F7F0B;
	color:#ffffff;
}

.scroll-link{
	display:none;
	cursor:pointer;
	opacity:0;
	transition:opacity 1s ease-in-out;
}
.scroll-link.show{
	display:block;
	opacity:1;
}
.btn-btfixBk{
	position:fixed;
	bottom:0px;
	right:0px;
	padding:20px 50px 35px 50px;
	background-color:#DC5F00;
	color:#222;
	width:100%;
	text-decoration:none;
	text-align:center;
	z-index:999;
	font-weight:800;
	font-size:1.2em;
}
.scroll-link:hover{
	background-color:#7e1818;
	color:#fff;
}

/* =========================
   BRDS Buttons
========================= */
.brds-btn{
	--btn-bg:#ff6b00;
	--btn-color:#fff;
	background-color:var(--btn-bg);
	color:var(--btn-color);
	border:none;
	border-radius:999px;
	padding:6px 18px;
	font-weight:500;
	transition:all .25s ease;
	font-size: 14px;
}
.brds-btn:hover{
	filter:brightness(0.9);
	color:var(--btn-color);
}

.brds-btn-outline{
	--btn-border:#0d2b45;
	--btn-color:#0d2b45;
	background-color:transparent;
	color:var(--btn-color);
	border:1px solid var(--btn-border);
	border-radius:999px;
	padding:6px 18px;
	transition:all .25s ease;
	font-size: 14px;
}
.brds-btn-outline:hover{
	background-color:var(--btn-border);
	color:#fff;
}

/* =========================
   BRDS Hero
========================= */
.brds-hero-bg{
	background-image:url("../images/client/course/brands/brd-hdback-001.jpg");
	height:60vh;
	background-position:center center;
}
.brds-hero-panel{
	background-color:#fff;
	margin-top:-45vh;
	padding:5%;
}
.brds-hero-h1{
	color:#042b54;
	font-family:'Noto Sans TC', '微軟正黑體', '蘋方', sans-serif;
	font-weight:700;
	line-height:1em;
	font-size:2.8em;
}
.brds-hero-desc{
	font-size:1.15em;
	letter-spacing:1px;
}

.brds-hero-meta{
	background-color:#25213c;
	padding:20px;
	border-top:10px solid #fa701f;
	border-bottom:10px solid #fa701f;
	box-sizing:border-box;
}
.brds-hero-meta-title-box{
	width:45%;
	margin-bottom:15px;
}
.brds-hero-meta-item{
	color:#fff;
	border:0px dashed #fff;
	padding:15px;
}
.brds-hero-meta-title{
	border-bottom:1px solid #fff;
	padding-bottom:5px;
	text-align:center;
	font-weight:800;
}

/* =========================
   BRDS Learn
   手機 / 桌機雙版本
========================= */
.brds-learn{
	position:relative;
	padding:0px 0 34px;
	overflow:hidden;
}
.brds-learn::before{
	content:"";
	position:absolute;
	inset:0;
	background:radial-gradient(circle at 50% 0%, rgba(255,255,255,0.35) 0%, rgba(255,255,255,0) 42%);
	pointer-events:none;
}

.brds-learn-head{
	position:relative;
	z-index:2;
	margin-bottom:24px;
}
.brds-learn-title{
	margin:0;
	color:#111111;
	font-size:30px;
	line-height:1.2;
	font-weight:800;
	letter-spacing:-0.02em;
}

/* -------- 共用圓形 -------- */
.brds-learn-step-circle{
	border-radius:50%;
	background:#ff6f1a;
	color:#ffffff;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	text-align:center;
	padding:20px;
	border:none;
	box-shadow:0 18px 45px rgba(0,0,0,0.08);
	transition:transform .35s ease, box-shadow .35s ease, filter .35s ease;
}
.brds-learn-step-circle:hover{
	transform:translateY(-6px);
	box-shadow:0 24px 40px rgba(0,0,0,0.12);
	filter:saturate(1.02);
}
.brds-learn-step-title{
	margin:0 0 0px;
	color:#111111;
	font-size:20px;
	line-height:1.3;
	font-weight:700;
	letter-spacing:0.02em;
	text-align:center;
}
.brds-learn-step-en{
	margin:0;
	color:#ffffff;
	font-size:14px;
	line-height:1.2;
	font-weight:400;
	letter-spacing:0.06em;
	text-align:center;
}

/* -------- Desktop Version -------- */
.brds-learn-intro{
	position:relative;
	z-index:2;
	margin-bottom:30px;
}
.brds-learn-intro-item{
	max-width:320px;
	margin:0 auto;
	color:#666666;
	font-size:17px;
	line-height:1.65;
	font-weight:400;
	letter-spacing:0.01em;
	text-align:center;
}

.brds-learn-flow-desktop{
	position:relative;
	z-index:2;
}
.brds-learn-flow-row{
	gap:15px;
}
.brds-learn-desktop .brds-learn-step-circle{
	width:150px;
	height:150px;
	padding:18px;
}
.brds-learn-arrow{
	display:flex;
	align-items:center;
	justify-content:center;
}
.brds-learn-arrow img{
	width:30px;
	height:auto;
	transform:rotate(0deg);
	transform-origin:center;
}

/* -------- Mobile Version -------- */
.brds-learn-mobile-list{
	display:flex;
	flex-direction:column;
	gap:0;
}

.brds-learn-mobile-item{
	width:100%;
}

.brds-learn-mobile-main{
	display:grid;
	grid-template-columns:110px 1fr;
	column-gap:10px;
	align-items:start;
}

.brds-learn-mobile-visual{
	display:flex;
	flex-direction:column;
	align-items:center;
}

.brds-learn-mobile .brds-learn-step-circle{
	width:110px;
	height:110px;
	min-width:110px;
	box-shadow:none;
}
.brds-learn-mobile .brds-learn-step-circle:hover{
	transform:none;
	box-shadow:none;
	filter:none;
}

.brds-learn-mobile-arrow{
	display:flex;
	align-items:center;
	justify-content:center;
	padding:10px 0 12px;
}
.brds-learn-mobile-arrow img{
	width:22px;
	height:auto;
	transform:rotate(90deg);
	transform-origin:center;
}

.brds-learn-mobile-copy{
	padding-top:10px;
}
.brds-learn-mobile-text{
	margin:0;
	color:#666666;
	font-size:15px;
	line-height:1.5;
	font-weight:400;
	letter-spacing:0.01em;
	text-align:left;
}

/* =========================
   開課與預約
========================= */
.OpDay{
	border:2px solid #fff;
	background-color:#fff;
	color:#000;
	padding:20px 10px;
	border-radius:15px;
	margin:25px;
	box-shadow:0px 3px 6px rgba(0,0,0,0.75);
}
.OpDay2{
	border:0px solid #fff;
	background-color:#EBEBEB;
	color:#000;
	padding:20px;
}
.BooKArea{
	width:100%;
	margin:0;
	height:auto;
	padding:3% 2%;
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-position:center center;
	background-size:cover;
	line-height:28px;
	background-color:#EBEBEB;
	color:#000;
}
.bk-img-01{
	background-size:cover;
	background-image:url(../images/client/course/UIUXweb/ui_back.png);
	color:#000;
}

footer{
	padding:35px 5% 135px 5%;
}

/* =========================
   Teacher / Owl
========================= */
.teacherBox{
	padding:15px 20px;
}
.teacherBoxPIC{
	box-shadow:8px 10px 0px rgba(118,118,179,0.7);
	border:5px solid #3C3D55;
	border-radius:15px;
	width:100%;
}
.teacherBox:hover{
	transform:scale(1.03);
	-webkit-transition:all 0.2s ease-in;
	transition:all 0.2s ease-in;
}

#TeacherList > div > div.owl-controls > div.owl-dots{
	margin-top:-32px;
}
#TeacherList > div > div.owl-controls > div.owl-nav > div.owl-prev{
	margin-right:65% !important;
}
#TeacherList > .owl-theme .owl-controls .owl-nav [class*=owl-]{
	color:#fff;
	font-size:1.2em;
	margin:5px;
	padding:4px 13px;
	background:#d6b680;
	display:inline-block;
	cursor:pointer;
	-webkit-border-radius:300px;
	-moz-border-radius:300px;
	border-radius:300px;
	align-content:center;
}

/* =========================
   Wsp Content
========================= */
.Wsp_ConTL{
	font-size:1em;
	padding:0px;
	border:0px solid #720D0E;
}
.Wsp_ConSub{
	color:#ffffff;
	background-color:#720D0E;
	padding:3px 15px;
	letter-spacing:1.5px;
}
.LSpace_none{
	letter-spacing:-1px;
}
.Wsp_ConBt{
	text-align:right;
	padding:15px 0 35px 0;
	border-bottom:0.5px solid #ccc;
}
.btn-Wsp_ConBt{
	padding:3px 20px;
}
.Wsp_Con_text-container{
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	overflow:hidden;
	transition:max-height 0.5s ease;
}
.Wsp_Con_text-container[data-lines="5"]{
	-webkit-line-clamp:5;
}
.Wsp_Con_text-container.expanded{
	-webkit-line-clamp:unset;
}
.Wsp_Con_text-wrapper{
	margin-bottom:10px;
}

/* =========================
   BRDS Syllabus
========================= */

.brds-syllabus{
	padding: 24px 0 8px;
}

.brds-syllabus-head{
	margin-bottom: 20px;
}

.brds-syllabus-heading{
	margin: 0;
	color: #111111;
	font-size: 2.2rem;
	line-height: 1.2;
	font-weight: 800;
	letter-spacing: -0.02em;
}

.brds-syllabus-card{
	position: relative;
	min-height: auto;
	height: auto;
	border-radius: 18px;
	overflow: hidden;
	background-color: #222;
	background-image: var(--card-bg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	isolation: isolate;
}

.brds-syllabus-overlay{
	position: absolute;
	inset: 0;
	background: rgba(0,0,0,0.8);
	z-index: 1;
}

.brds-syllabus-content{
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	padding: 26px 28px;
	text-shadow: 0 0 5px rgba(0,0,0,0.5);
}

.brds-syllabus-title{
	margin: 0 0 14px;
	color: #ff9f2a;
	font-size: 1.35rem;
	line-height: 1.35;
	font-weight: 500;
	letter-spacing: 0.02em;
}

.brds-syllabus-list{
	margin: 0;
	padding-left: 18px;
	color: #ffffff;
}

.brds-syllabus-list li{
	margin-bottom: 4px;
	font-size: 0.95rem;
	line-height: 1.3;
	font-weight: 400;
}

.brds-syllabus-list li:last-child{
	margin-bottom: 0;
}
.CSyllabus_02{
	background:#234C77;
	padding:5% 0% 5% 0%;
	}
/* =========================
   手機細修：480 - 767
========================= */
@media (min-width: 480px) and (max-width: 767px){

	.navbarICONs{ padding:5px 10px !important; }

	.BooKArea{
		background-attachment:scroll;
	}

	.OpDay{
		padding:20px;
	}

	footer{
		padding:3% 5% 11% 5%;
	}

	/* Learn */
	.brds-learn-title{
		font-size:34px;
	}
	.brds-learn-mobile-main{
		grid-template-columns:200px 1fr;
		column-gap:30px;
	}
	.brds-learn-mobile .brds-learn-step-circle{
		width:180px;
		height:180px;
		min-width:180px;
	}
	.brds-learn-step-title{
		font-size:22px;
	}
	.brds-learn-step-en{
		font-size:19px;
	}
	.brds-learn-mobile-text{
		font-size:17px;
		line-height:1.6;
	}
	.brds-learn-mobile-arrow img{
		width:24px;
	}
	/*syllabus*/
	.brds-syllabus{
		padding: 28px 0 12px;
	}

	.brds-syllabus-head{
		margin-bottom: 22px;
	}

	.brds-syllabus-heading{
		font-size: 2.4rem;
	}

	.brds-syllabus-card{
		min-height: 310px;
	}

	.brds-syllabus-content{
		padding: 28px 30px;
	}

	.brds-syllabus-title{
		font-size: 1.3rem;
		margin-bottom: 16px;
	}

	.brds-syllabus-list li{
		font-size: 1rem;
		line-height: 1.65;
	}
}

/* =========================
   768+
========================= */
@media (min-width: 768px){

	.navbarLOGO{ padding:5px 20px; }
	.navbarICONs{ padding:5px 18px !important; }

	.BooKArea{
		background-attachment:fixed;
	}

	.brds-hero-panel{
		margin-top:-50vh;
		padding:5%;
	}
	.brds-hero-h1{ font-size:4.5em; }
	.brds-hero-desc{ font-size:1.3em; }
	.brds-hero-meta-item{ border:1px dashed #fff; }

	.OpDay{
		padding:20px;
	}

	footer{
		padding:3% 5% 11% 5%;
	}

	/* Learn */
	.brds-learn-head{
		margin-bottom:32px;
	}
	.brds-learn-intro-item{
		font-size:17px;
		line-height:1.65;
	}
	.brds-learn-desktop .brds-learn-step-circle{
		width:150px;
		height:150px;
	}
	.brds-learn-step-title{
		font-size:24px;
	}
	.brds-learn-step-en{
		font-size:18px;
	}
	.brds-learn-arrow img{
		width:30px;
	}
	/*syllabus*/
	.brds-syllabus-card{
	min-height: 280px;
}
	.brds-syllabus{
		padding: 34px 0 16px;
	}

	.brds-syllabus-head{
		margin-bottom: 26px;
	}

	.brds-syllabus-heading{
		font-size: 2.6rem;
	}

	.brds-syllabus-card{
		height: 248px;
		min-height: 248px;
	}

	.brds-syllabus-content{
		padding: 24px 26px;
	}

	.brds-syllabus-title{
		font-size: 1.1rem;
		margin-bottom: 12px;
	}

	.brds-syllabus-list li{
		font-size: 0.92rem;
		line-height: 1.5;
	}
}

/* =========================
   980+
========================= */
@media (min-width: 980px){

	body{
		font-size:18px;
	}

	.navbarLOGO > img{ width:100%; }
	.navbarICONGp{ padding-right:20px; }

	.brds-hero-panel{ margin-top:-35vh; }
	.brds-btn{ padding:8px 28px; font-size:16px; }
	.brds-btn-outline{ padding:8px 28px;font-size:16px; }

	.brds-hero-meta{
		border-top:15px solid #fa701f;
		border-bottom:15px solid #fa701f;
	}
	.brds-hero-meta-title-box{
		width:60%;
		margin-bottom:15px;
	}

	footer{
		padding:3% 5% 10% 5%;
	}

	/* Learn */
	.brds-learn-head{
		margin-bottom:48px;
	}
	.brds-learn-title{
		font-size:38px;
		line-height:1.15;
	}
	.brds-learn-intro-item{
		max-width:340px;
		font-size:18px;
		line-height:1.7;
		text-align:left;
	}
	.brds-learn-flow-row{
		gap:28px;
	}
	.brds-learn-desktop .brds-learn-step-circle{
		width:180px;
		height:180px;
	}
	.brds-learn-step-title{
		font-size:28px;
	}
	.brds-learn-step-en{
		font-size:20px;
	}
	.brds-learn-arrow img{
		width:40px;
	}
	.brds-learn-intro{
 	margin-left: 20px;
	margin-right: 20px;
}
	/*syllabus*/
	.brds-syllabus{
		padding: 40px 0 18px;
	}

	.brds-syllabus-head{
		margin-bottom: 30px;
	}

	.brds-syllabus-heading{
		font-size: 2.85rem;
	}

	.brds-syllabus-card{
		height: 280px;
		min-height: 280px;
		border-radius: 20px;
	}

	.brds-syllabus-content{
		padding: 28px 30px;
	}

	.brds-syllabus-title{
		font-size: 1.35rem;
		margin-bottom: 14px;
	}

	.brds-syllabus-list li{
		font-size: 1rem;
		line-height: 1.55;
	}
}

/* =========================
   1200+
========================= */
@media (min-width: 1200px){

	.BooKArea{
		padding:2% 6%;
	}

	.brds-hero-panel{ margin-top:-30vh; }
	.brds-hero-h1{ font-size:5em; }

	.brds-hero-meta{
		border-top:16px solid #fa701f;
		border-bottom:16px solid #fa701f;
	}
	.brds-hero-meta-title-box{
		width:45%;
		margin-bottom:15px;
	}
	.brds-learn-title{
		font-size:48px;
		line-height:1.15;
	}
	.brds-learn-intro-item{
		max-width:360px;
	}
	.brds-learn-flow-row{
		gap:30px;
	}
	.brds-learn-desktop .brds-learn-step-circle{
		width:220px;
		height:220px;
	}
	.brds-learn-step-title{
		font-size:32px;
	}
	.brds-learn-step-en{
		font-size:21px;
	}
	.brds-learn-arrow img{
		width:60px;
	}

	footer{
		padding:3% 5% 6% 5%;
	}
	/*syllabus*/
	.brds-syllabus-heading{
		font-size: 3rem;
	}
.brds-syllabus-overlay{
	background: rgba(0,0,0,0.8);
}
	.brds-syllabus-card{
		height: 300px;
		min-height: 300px;
	}

	.brds-syllabus-content{
		padding: 30px 34px;
	}

	.brds-syllabus-title{
		font-size: 1.5rem;
		margin-bottom: 16px;
	}

	.brds-syllabus-list li{
		font-size: 1.02rem;
		line-height: 1.58;
	}
}

/* =========================
   1400+
========================= */
@media (min-width: 1400px){

	.brds-hero-panel{ margin-top:-28vh; }


	.brds-hero-meta{
		border-top:18px solid #fa701f;
		border-bottom:18px solid #fa701f;
	}
	.brds-hero-meta-title-box{
		width:28%;
		margin-bottom:15px;
	}
 .brds-learn-title {
        font-size: 54px;
				line-height: 1.15;}
.brds-learn-intro{
 	margin-left: 40px;
	margin-right: 40px;
}
	.brds-learn-desktop .brds-learn-step-circle{
		width:250px;
		height:250px;
	}
	/*syllabus*/
	.brds-syllabus-card{
		height: 320px;
		min-height: 320px;
	}

	.brds-syllabus-content{
		padding: 32px 36px;
	}
}

/* =========================
   1600+
========================= */
@media (min-width: 1600px){
	.brds-learn-intro-item{
		max-width:370px;
		text-align: center;
		margin: 0 25px;
	}
	.brds-learn-desktop .brds-learn-step-circle{
		width:300px;
		height:300px;
	}
	.brds-learn-flow-row{
		gap:45px;
	}
}