html,
body {
	max-width: 100%;
	overflow-x: hidden;
	font-family: 'Noto Sans TC', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smooth: always;
	-webkit-user-select: none;
	/* Chrome all / Safari all */
	-moz-user-select: none;
	/* Firefox all */
	-ms-user-select: none;
	/* IE 10+ */
	user-select: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;
}

body {
	/*padding-top: 53px;*/
	background-color: #fff;
}

img {
	-webkit-user-drag: none;
	-khtml-user-drag: none;
	-moz-user-drag: none;
	-o-user-drag: none;
	user-drag: none;
}

a[href^="tel"] {
	color: inherit;
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400
}

.mobile-menu {
	display: block;
	height: 80px;
}

.header {
	height: 53px;
	position: fixed;
	top: 0;
	transition: top 0.1s ease-in-out;
	width: 100%;
}

/*.nav-up {
	top: -53px;
}*/
@media only screen and (min-width: 767px) {

	/*body {
	padding-top: 78px;
}*/
	.mobile-menu {
		display: none;
	}

	.header {
		height: 78px;
	}

	/*.nav-up {
	top: -78px;
}*/
}

#loading {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999;
	width: 100%;
	height: 100%;
	overflow: visible;
	background: rgba(255, 255, 255, 0.9);
}

@keyframes lds-rolling {
	0% {
		-webkit-transform: translate(-50%, -50%) rotate(0deg);
		transform: translate(-50%, -50%) rotate(0deg);
	}

	100% {
		-webkit-transform: translate(-50%, -50%) rotate(360deg);
		transform: translate(-50%, -50%) rotate(360deg);
	}
}

@-webkit-keyframes lds-rolling {
	0% {
		-webkit-transform: translate(-50%, -50%) rotate(0deg);
		transform: translate(-50%, -50%) rotate(0deg);
	}

	100% {
		-webkit-transform: translate(-50%, -50%) rotate(360deg);
		transform: translate(-50%, -50%) rotate(360deg);
	}
}

.lds-rolling {
	position: relative;
}

.lds-rolling div,
.lds-rolling div:after {
	position: absolute;
	width: 86px;
	height: 86px;
	border: 6px solid #0b5061;
	border-top-color: transparent;
	border-radius: 50%;
}

.lds-rolling div {
	-webkit-animation: lds-rolling 1s linear infinite;
	animation: lds-rolling 1s linear infinite;
	top: 100px;
	left: 100px;
}

.lds-rolling div:after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.lds-rolling {
	width: 200px !important;
	height: 200px !important;
	-webkit-transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
	transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
}

.navbar-custom {
	padding-top: 5px;
	padding-bottom: 5px;
}

.navbar-dark {
	background: #1d2975;
}

.navbar-light {
	background: #000;
}

.navbar-brand {
	max-width: 100px;
}

.navbar-brand img {
	width: 100px;
}

.tel {
	margin-top: 0rem;
	display: inline-block;
	margin-left: auto;
	margin-right: 0.5rem;
	color: #fff;
}

.tel .tel-t {
	display: block;
	font-size: 0.5rem;
	font-weight: 100;
}

.tel .tel-n {
	display: block;
	font-size: 1rem;
	font-weight: 700;
	margin-top: -0.3rem;
}

.tel .tel-n a,
.tel .tel-n a:visited,
.tel .tel-n a:hover {
	text-decoration: none;
	color: #30bac4;
}

@media only screen and (min-width: 767px) {
	.navbar-light {
		background: #fff;
	}

	.navbar-brand {
		max-width: 200px;
	}

	.navbar-brand img {
		width: 150px;
	}

	.tel {
		margin-top: -0.5rem;
		margin-left: auto;
		margin-right: 1.2rem;
	}

	.tel .tel-t {
		margin-bottom: 1rem;
		font-size: 1.2rem;
	}

	.tel .tel-n {
		line-height: 1.2rem;
		font-size: 1.5rem;
		margin-top: 0rem;
	}
}

.nav-h {
	font-size: 1.2rem;
	display: none;
	color: #FFF;
	font-weight: 500;
	padding-top: 25px;
	padding-bottom: 25px;
}

.navbar-custom .nav-link:active,
.navbar-custom.nav-link:focus,
.navbar-custom .nav-link:hover {
	color: #FFF !important;
}

.nav-h.bh1 {
	background: #48700e;
}

.nav-h.bh2 {
	background: #5e5e0e;
}

.nav-h.bh3 {
	background: #891f1f;
}

.navbar-toggler {
	font-size: 0.8rem;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	color: #30bac4 !important;
	background-color: #fff;
	border: none !important;
}

@media only screen and (min-width: 767px) {
	.navbar-custom {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
		padding-right: 0 !important;
	}

	.navbar-brand {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	.nav-h {
		display: inline-block;
	}
}

.navbar-custom2 {
	padding-top: 0;
	padding-bottom: 0;
	border-bottom: solid 1px #fff !important;
}

.navbar-custom2 .nav-link {
	color: #30bac4 !important;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	display: block;
	font-weight: 500;
}

.navbar-custom2 .nav-link:hover {
	color: #222 !important;
}

/* SHIFT */

.navbar-custom2 ul li a,
.navbar-custom2 ul li a:after,
.navbar-custom2 ul li a:before {
	transition: all .2s;
}

@media only screen and (min-width: 767px) {

	/* stroke */
	.stroke ul li a,
	.fill ul li a {
		position: relative;
	}

	.stroke ul li a:after,
	.fill ul li a:after {
		position: absolute;
		top: 1.7rem;
		left: 0;
		right: 0;
		margin: auto;
		width: 0%;
		content: '.';
		color: transparent;
		background: #222;
		height: 1px;
	}

	.stroke ul li a:hover:after {
		width: 100%;
	}

	.fill ul li a {
		transition: all 2s;
	}

	.fill ul li a:after {
		text-align: left;
		content: '.';
		margin: 0;
		opacity: 0;
	}

	.fill ul li a:hover {
		color: #fff;
		z-index: 1;
	}

	.fill ul li a:hover:after {
		z-index: -10;
		animation: fill 1s forwards;
		-webkit-animation: fill 1s forwards;
		-moz-animation: fill 1s forwards;
		opacity: 1;
	}
}

@media only screen and (min-width: 767px) {
	.navbar-custom2 {
		padding-top: 1.2rem;
		padding-bottom: 1.2rem;
	}

	.navbar-custom2 .nav-item {
		border-left-width: 1px;
		border-left-style: solid;
		border-left-color: #30bac4;
		padding-right: 0.5rem;
		padding-left: 0.5rem;
	}

	.navbar-custom2 .nav-item:last-child {
		border-right-width: 1px;
		border-right-style: solid;
		border-right-color: #30bac4;
	}

}


@media only screen and (min-width: 997px) {

	.navbar-custom2 .nav-link {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
		display: inline-block;
		padding-left: .5rem;
		padding-right: .5rem;
	}
}

@media only screen and (max-width: 996px) and (min-width: 767px) {
	.navbar-custom2 .nav-link {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
		display: inline-block;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

header.masthead {
	width: 100%;
	aspect-ratio: 9/14;
	background-color: #fff;
	overflow: hidden;
}

header.masthead img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	object-position: center center;
}

@media (min-width: 768px) {
	header.masthead {
		aspect-ratio: 16/9;
	}
}

.full-img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	object-position: center center;
}

section.content {
	padding: 0;
}

section {
	position: relative;
}

section.super {
	padding: 0;
	background-color: #003a75;
}


section.super h1 {
	position: absolute;
	z-index: 2;
	right: 15%;
	top: 50%;
	font-size: 70px;
    font-weight: 700;
	text-align: right;
	color: #fff !important;
	transform: translateY(-50%);
}

section.super h1 span {
	display: block;
	margin: 20px 0 0 0;
	font-family: "Josefin Sans", sans-serif;
	font-size: 29px;
}

@media (max-width:768px) {
	section.super h1 {
		right: 30px;
		font-size: 48px;
		letter-spacing: 0;
	}
	section.super h1 span {
		font-size: 18px;
	}
}

.testimonials {
	padding: 5rem 0;
	background-color: #e1e2f4;
}


.testimonials h4 {
	font-weight: 500;
	color: #727171;
}

@media (max-width:768px) {
	.testimonials {
		padding: 4rem 0;
	}
}

.testimonials .testimonial-item {
	max-width: 18rem
}

.testimonials .testimonial-item img {
	max-width: 12rem;
	box-shadow: 0 5px 5px 0 #adb5bd
}

.call-to-action {
	position: relative;
	padding-top: 6rem;
	padding-bottom: 6rem;
	background-color: #00478f;
}

.call-to-action .title {
	font-size: 28px;
	font-weight: 700;
	color: #fff;
}

.call-to-action .title span {
	display: inline-block;
	font-weight: 400;
	font-family: "Josefin Sans", sans-serif;
    font-optical-sizing: auto;
	transform-origin: left center;
	transform: scaleX(.92);
}

.call-to-action ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.call-to-action ul li {
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	padding: 7px 0;
	border-top: solid 1px rgba(255, 255, 255, 0.15);
}

.call-to-action ul li:last-child {
	border-bottom: solid 1px rgba(255, 255, 255, 0.15);
}

#map-frame {
	width: 100%;
	height: 300px;
	filter: saturate(90%) contrast(95%);
	-webkit-filter: saturate(90%) contrast(95%);
	-moz-filter: saturate(90%) contrast(95%);
}

@media only screen and (max-width: 766px) {
	.call-to-action {
		padding-top: 5rem;
		padding-bottom: 5rem;
	}
	.call-to-action .title {
		font-size: 24px;
	}
	#map-frame {
		height: 250px;
	}
}

.call-to-action p.text-light {
	font-size: .85rem;
}

@media (max-width:768px) {
	.call-to-action p.text-light {
		font-size: .75rem;
	}
}

footer.footer {
	padding-top: 1rem;
	padding-bottom: 70px;
}

@media only screen and (min-width: 767px) {
	footer.footer {
		padding-bottom: 1rem
	}
}

hr.sl {
	max-width: 100% !important;
	border-width: 1px;
	border-color: #DFDFF7;
}

.btn-primary {
	font-size: 1rem;
	font-weight: 550;
	color: #fff !important;
	border-radius: 0;
	border: none;
	background: #93080a;
}

.btn-primary:hover {
	color: #d61518 !important;
	background: #fff;
}

.btn-secondary {
	color: #fff !important;
	border-radius: 0;
	border-color: #fff;
	background: #003e4b;
}

.btn-secondary:hover {
	color: #003e4b !important;
	background: #fff;
	border-color: #fff;
}


#map {
	width: 100%;
	height: 300px;
	margin-top: 0;
	margin-bottom: 0;
}

.form-control {
	border-radius: 0;
}

.bg-primary {
	background-color: #333 !important;
}

.bts {
	padding: 0;
	-webkit-box-shadow: 0px -5px 5px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px -5px 5px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px -5px 5px 0px rgba(0, 0, 0, 0.3);
	transform: translateY(1px);
}

.mbo {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
}

.mbo:last-child {
	border-right-style: none;
}

.mbo a {
	color: #d61518 !important;
	text-decoration: none;
	background-color: rgba(33, 33, 33, 0) !important;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.mbo a:hover {
	color: #FFFFFF !important;
	background-color: rgba(99, 99, 99, 0.8) !important;
}

.mbo h5 {
	padding-top: .8rem;
	padding-bottom: .4rem;
	font-size: .9rem;
	font-weight: 500;
}

.ics {
	margin-right: 0;
	margin-bottom: 4px;
}

.mbo i,
.mbo span {
	display: block;

}

.mbo span {
	font-size: .75rem;
	padding-top: .1rem;
	color: #FFFFFF !important;
}

@media (min-width: 767px) {
	.bts {
		display: none;
	}
}

#myBtn {
	display: none;
	/* Hidden by default */
	position: fixed;
	/* Fixed/sticky position */
	bottom: 0;
	/* Place the button at the bottom of the page */
	right: 20px;
	/* Place the button 30px from the right */
	z-index: 500;
	/* Make sure it does not overlap */
	border: none;
	/* Remove borders */
	outline: none;
	/* Remove outline */
	background-color: #404040;
	/* Set a background color */
	color: #fff;
	/* Text color */
	cursor: pointer;
	/* Add a mouse pointer on hover */
	padding: 10px 15px 10px 15px;
	border-radius: 0px;
	/* Rounded corners */
	font-size: 1rem;
	/* Increase font size */
	/*border-radius: 50%;*/
}

@media only screen and (max-width: 766px) {
	#myBtn {
		bottom: 80px;
		right: 0;
		padding: 5px 10px 5px 10px;
	}
}

#myBtn:hover {
	color: #FFF;
	background-color: #004951;
	/* Add a dark-grey background on hover */
}

.detail li {
	color: #727171;
	padding: .5rem 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: rgba(0, 0, 0, .1);
	font-size: 1rem;
	line-height: 1.8rem;
	font-weight: 500;
}

.detail li:last-child {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(0, 0, 0, .1);
}

@media (max-width: 766px) {
	.detail li {
		font-size: .85rem;
		line-height: 1.6rem;
	}
}


.topic hr {
	max-width: 50px;
	border-width: 3px;
	border-color: #30bac4
}



.map-title {
	position: absolute;
	z-index: 9;
	top: 5%;
	left: 50%;
	font-size: 1.3rem;
	font-weight: 500;
	text-align: center;
	width: 50%;
	color: #fff;
	transform: translateX(-50%) scaleX(.95);
}

@media (max-width: 766px) {
	.map-title {
		width: 75%;
		top: 8%;
		font-size: 1.1rem;
	}
}

.add-text {
	position: absolute;
	z-index: 9;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
}

.add-text.topic {
	font-size: 20px;
	font-weight: 700;
}

.add-text.rb {
	right: 15px;
	bottom: 12px;
	text-align: right;
}

.add-text.lt {
	left: 15px;
	top: 12px;
}

.add-text.rt {
	right: 15px;
	top: 12px;
	text-align: right;
}

@media (max-width: 766px) {
	.add-text {
		font-size: 12px;
	}
	.add-text.topic {
		font-size: 18px;
	}
}

.overflow-x-auto {
	overflow-x: auto;
}

.overflow-x-auto {
	overflow-x: auto;
}

.overlay-cover {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	color: #fff;
	background-color: rgba(0, 0, 0, .6);
	text-align: center;
	left: 0;
	z-index: 2;
}

.overlay-cover .mid {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 0px;
}

.overlay-cover .mid:before {
	content: "";
	display: inline-block;
	width: 0%;
	height: 100%;
	vertical-align: middle;
}

.overlay-cover .mid p {
	display: inline-block;
	width: 90%;
	vertical-align: middle;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	text-align: center;
}

.overlay-cover .mid p span {
	display: block;
	width: 60px;
	height: 60px;
	margin: 0 auto 10px auto;
	background: url('../img/swipe.svg') no-repeat;
	background-size: contain;
}

.sidemenu {
	position: fixed;
	z-index: 500;
	right: 20px;
	bottom: 80px;
	width: 44px;
	height: auto;
	/*background-color: #FF0004;*/
}

.side-btn {
	width: 44px;
	height: 44px;
	color: #005bb6;
	font-size: 1.8rem;
	background-color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, .35));
	-webkit-filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, .35));
	-moz-filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, .35));
	margin: 0 0 12px 0;
}

.side-btn.red {
	font-size: .8rem;
	line-height: .8rem;
	font-weight: 600;
	color: #fff;
	background-color: #d61518;
}

.side-btn.alt {
	font-size: .8rem;
	line-height: .8rem;
	font-weight: 600;
}

.side-btn:last-child {
	margin: 0;
}

.side-btn:hover {
	color: #fff;
	background-color: #0d81f5;
	text-decoration: none;
}

.side-btn.red:hover {
	color: #fff;
	background-color: #640002;
	text-decoration: none;
}

input {
	-webkit-appearance: none;
	appearance: none;
	color: #111 !important;
	background-color: rgba(255, 255, 255, .95);

}

::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #111 !important;
}

::-moz-placeholder {
	/* Firefox 19+ */
	color: #111 !important;
}

:-ms-input-placeholder {
	/* IE 10+ */
	color: #111 !important;
}

:-moz-placeholder {
	/* Firefox 18- */
	color: #111 !important;
}

input {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

input:focus,
textarea:focus,
select:focus {
	outline-style: none;
	box-shadow: none;
}

.form-control {
	border-radius: 0;
	padding: .5rem 1rem;
	font-size: 1rem;
	color: #111;
	background-color: rgba(255, 255, 255, .95);
	border: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

.select-css {
	display: block;
	font-size: 1rem;
	color: #111;
	background-color: rgba(255, 255, 255, .95);
	border: none;
	line-height: 1.5;
	padding: .5rem 1rem;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	margin: 0;
	border-radius: 0;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-image: url('../img/arrow.svg');
	background-repeat: no-repeat, repeat;
	background-position: right .7em top 50%, 0 0;
	background-size: .65em auto, 100%;
}

.select-css::-ms-expand {
	display: none;
}

.form-check {
	padding-left: 0;
}

.form-check input[type=checkbox] {
	display: none;
}

.form-check input[type=checkbox]+span {
	display: inline-block;
	padding-left: 26px;
	line-height: 20px;
	background: url(../img/cbx-off.svg) no-repeat;
	user-select: none;
}

.form-check input[type=checkbox]:checked+span {
	background: url(../img/cbx-on.svg) no-repeat;
}


.form-check {
	padding-left: 0;
}

.form-check input[type=checkbox] {
	display: none;
}

.form-check input[type=checkbox]+span {
	display: inline-block;
	padding-left: 26px;
	line-height: 20px;
	background: url(../img/cbx-off.svg) no-repeat;
	user-select: none;
}

.form-check input[type=checkbox]:checked+span {
	background: url(../img/cbx-on.svg) no-repeat;
}

.pic-frame {
	overflow: hidden;
	position: relative;
}

.pic-frame img {
	object-fit: cover;
	object-position: center center;
	width: 100%;
	height: 100%;
}

.a209 {
	aspect-ratio: 20/9;
}

.a109 {
    aspect-ratio: 10/9;
}

.a128 {
	aspect-ratio: 12/8;
}

.a1 {
	aspect-ratio: 1/1;
}

.a32 {
	aspect-ratio: 3/2;
}

.a43 {
	aspect-ratio: 4/3;
}

.a53 {
	aspect-ratio: 5/3;
}

.a1124 {
	aspect-ratio: 2000/1124;
}

.a78 {
	aspect-ratio: 100/78;
}

.a21 {
	aspect-ratio: 2/1;
}

.a169 {
	aspect-ratio: 16/9;
}

.a914 {
	aspect-ratio: 9/14;
}

.a1053 {
	aspect-ratio: 100/53;
}

.a10672 {
	aspect-ratio: 1000/672;
}

/* Title */

.content-text {
	padding: 80px 0;
}

.content-text h1, .content-text h2, .content-text h3, .content-text h4, .content-text h5 {
	text-align: center;
}

.content-text h1, .content-text h4 {
	background: linear-gradient(#1795ac, #0b5093);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: #0b5093;
}

.content-text h1 {
	font-size: 50px;
	font-weight: 800;
}

.content-text h4 {
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 2px;
}

.content-text h3 {
	font-size: 22px;
	font-weight: 700;
	color: #454545;
}

.content-text h5 {
	font-size: 20px;
	font-weight: 600;
	color: #454545;
}

.content-text h3 span.low {
	font-weight: 450;
}

.content-text p {
	font-size: 15px;
	font-weight: 400;
	color: #454545;
	line-height: 1.75;
	text-align: justify;
}

.content-text .icon-text {
	background: linear-gradient(45deg, #1795ac, #0b5093);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: #0b5093;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	letter-spacing: 4px;
	transform: translateX(-2px);
}

@media (max-width: 766px) {
	.content-text {
		padding: 60px 0;
	}
	
	.content-text h1 {
		font-size: 45px;
	}

	.content-text h4, .content-text h5 {
		font-size: 19px;
	}

	.content-text h3 {
		font-size: 20px;
	}

	.content-text p {
		font-size: 15px;
	}

	.content-text .icon-text {
		font-size: 18px;
	}

}

.icon-row {
	margin: 0 -30px;
}

.icon-row > .col-6 {
	padding: 0 30px;
}

.pic-row {
	margin: 0 -1px;
}

.pic-row > .col {
	padding: 0 1px;
}

hr.base {
	width: 1px;
	height: 100%;
	display: block;
	margin: 0 auto;
	background-color: #ccc;
	border: none;
}

@media (max-width: 766px) {
	hr.base {
		width: 100%;
		height: 1px;
		margin: 30px 0;
	}
}

.public {
	width: 100%;
	display: flex;
	align-items: center;
	line-height: 1;
}

.public .num {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background: rgb(23,149,172);
    background: linear-gradient(0deg, rgba(23,149,172,1) 0%, rgba(11,80,147,1) 100%);
	color: #fff;
	font-family: "Josefin Sans", sans-serif;
	font-size: 25px;
	line-height: 1;
	border-radius: 20px;
}

.public .num span {
	transform: translateY(7%) scaleX(.9);
}

.public .file {
	display: block;
	font-size: 18px;
	font-weight: 600;
	color: #454545;
	margin: 0 0 0 15px;
}

.public .file span.sub {
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	padding: 0 0 0 10px;
	color: #999;
}

.public .en {
	display: block;
	font-family: "Josefin Sans", sans-serif;
	display: block;
	font-size: 14px;
	font-weight: 500;
	color: #999;
	padding: 10px 0 0 0;
}

@media (max-width: 766px) {
	.public .file span.sub {
		font-size: 15px;
	}

	.public .en {
		font-size: 13px;
	}
}

.item-text {
	display: block;
	padding: 18px 0;
	text-align: center;
	background-color: #eee;
}

.item-text h3 {
	background: linear-gradient(45deg, #1795ac, #0b5093);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: #0b5093;
	font-size: 22px;
	font-weight: 700;
	text-align: center;
	letter-spacing: 2px;
	transform: translateX(-1px);
	margin: 0 0 8px 0;
}

.item-text h5 {
	font-size: 16px;
	font-weight: 400;
	color: #333;
	margin: 0 0 5px 0;
}

.item-text p {
	font-family: "Josefin Sans", sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #333;
	margin: 0;
}

@media (max-width: 766px) {
	.item-text {
		padding: 18px 0 35px 0;
	}
}

