/* 共用 CSS */

body {
	font-family: "微軟正黑體" !important;
}

a {
	text-decoration: none !important;
}

.orange-button {
	background: #ff7a00;
	width: 220px;
	margin: 20px auto;
	text-align: center;
	height: 50px;
	line-height: 50px;
	color: white;
	font-size: 1.1em;
	border-radius: 5px;
	font-weight: bold;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}

.left-arrow, .right-arrow {
	position: absolute;
    color: #1688f7;
    font-size: 3em;
    transform: scale(0.8, 1.2);
    cursor: pointer;
    z-index: 100;
}

.draggable-block-dragging {
	-webkit-transition: unset !important;
	transition: unset !important;
}

.static-footer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
}

.service-icon-block {
	width: 80px;
	height: 120px;
	cursor: pointer;
	position: fixed;
	right: 20px;
	bottom: 20px;
}

.service-icon-block > .icon {
	width: 80px;
	height: 80px;
	border-radius: 40px;
	background: #ffdb64;
	box-shadow: 3px 3px 4px rgba(0,0,0,0.6);
}

.service-icon-block > .text {
	text-align: center;
	margin: 4px auto;
	color: #116493;
	background: #ffdb64;
	border-radius: 15px;
	box-shadow: 3px 3px 4px rgba(0,0,0,0.6);
	font-weight: bold;
	width: 50px;
	font-size: 14px;
}

.service-icon-block > .icon > img {
	width: 60px;
	padding: 10px;
	box-sizing: initial;
}

/* 螢幕寬度大於 768px 時的樣式表 (桌面版) */
@media (min-width: 768px){

	.pc-version {
		display: block !important;
	}

	.mobile-version {
		display: none !important;
	}

	.clear {
		clear: both;
	}

	.nav-link {
		padding: 0;
		margin: 8px;
	}

	.nav-link.selected {
		border-bottom: 3px solid rgb(240,134,55);
	}

	.cirple_logo {
		width: 100px;
		cursor: pointer;
	}

	.header > div > .links > li > a {
		color: #00cfe0 !important;
		font-size: 1.2em;
		font-weight: bold;
	}

	.header > div > .links > li > .button {
		border-radius: 5px;
		color: #00cfe0 !important;
		padding: 3px 10px;
		margin-top: 3px;
		border: 2px solid #00cfe0;
	}

	.page-title {
		background: #00cfe0;
		text-align: center;
		color: white;
	}

	.page-title > h1 {
		margin: 0;
		padding-top: 20px;
		font-size: 1.8em;
		font-weight: bold;
	}

	.page-title > h2 {
		font-size: 1.4em;
		padding: 20px;
		font-weight: bold;
	}

	.footer.pc-version {
		background: #00cfe0;
		display: flex!important;
	}

	.footer > .links,
	.footer > .language,
	.footer > .consultant,
	.footer > .copyright {
		font-weight: bold;
		font-size: 1.1em;
	}

	.footer > .links {
		margin: 40px 20px;
		width: calc(100% - 220px);
	}

	.footer > .language,
	.footer > .consultant,
	.footer > .copyright {
		width: 100%;
	}

	.footer > .language {
		margin-bottom: 40px;
		margin-left: 30px;
	}

	.footer > .consultant,
	.footer > .copyright {
		text-align: center;
	}

	.footer > .copyright {
		margin-bottom: 20px;
	}

	.footer > .links > a,
	.footer > .language > a {
		color: white;
		margin: 0 10px;
		text-decoration: none;
	}

	.footer > .links > label {
		margin: 0 10px;
	}

	.footer > .links > label,
	.footer > .language > label,
	.footer > .consultant,
	.footer > .copyright {
		color: #4a4a4a;
	}

	.footer > .social {
		width: 172px;
	}

	.footer > .social > a > div {
		text-align: center;
		margin: 10px;
	}

	.footer > .social > a > div > img {
		width: 60px;
		height: 60px;
	}

	.footer > .social > a > div > div {
		color: white;
	}

}

@media (max-width: 1024px) and (min-width: 768px) {

	.footer > .links {
		margin: 40px 15px;
		width: calc(100% - 210px);
	}
	.footer > .links > label {
		margin: 0 5px;
	}

	.footer > .language {
		margin-left: 20px;
	}

	.footer > .social {
		width: 172px;
	}

	.footer > .links > a, .footer > .language > a {
		margin: 0 5px;
	}

	.footer > .links, .footer > .language,
	.footer > .consultant, .footer > .copyright {
		font-size: 1em;
	}

}

/* 螢幕寬度小於 767px 時的樣式表 (手機版) */
@media (max-width: 767px){

	.cirple_logo {
		width: 80px;
		cursor: pointer;
	}

	.nav-link.selected {
		border-bottom: none;
	}

	.pc-version {
		display: none !important;
	}

	.mobile-version {
		display: block !important;
	}

	.navbar-light .navbar-toggler-icon {
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 207, 224, 1)' stroke-width='4' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
	}

	.navbar-light .navbar-toggler {
		border-color: white;
	}

	.navbar-light .navbar-nav .nav-link,
	#navbarCollapse > ul > li > a:hover,
	#navbarCollapse > ul > li > a:focus {
		color: #00cfe0;
		font-weight: bold;
	}

	#navbarCollapse > ul > li {
		text-align: center;
	}

	#navbarCollapse > ul > li.login {
		border: 1px solid #00cfe0;
		border-radius: 5px;
	}

	.footer {
		background: #00cfe0;
	}

	.footer > .social,
	.footer > .title,
	.footer > .link,
	.footer > .link > a {
		text-align: center;
		color: white;
		text-decoration: none;
	}

	.footer > .title {
		font-weight: bold;
		color: #4a4a4a;
	}

	.footer > .link {
		margin: 10px;
	}

	.footer > .social > a > div {
		margin: 15px;
		color: white;
	}

	.footer > .social > a > div > img {
		width: 60px;
		height: 60px;
	}

	.footer > .consultant,
	.footer > .copyright {
		text-align: center;
		color: #4a4a4a;
		font-weight: bold;
		font-size: 0.9em;
	}

	.page-title {
		background: #00cfe0;
		text-align: center;
		color: white;
	}

	.page-title > h1 {
		margin: 0;
		padding-top: 20px;
		font-size: 1.8em;
		font-weight: bold;
	}

	.page-title > h2 {
		font-size: 1.4em;
		padding: 20px;
		font-weight: bold;
	}

}

@media (max-width: 575px){

	.page-title > h1 {
		font-size: 1.6em;
	}

	.page-title > h2 {
		font-size: 1.2em;
	}

}