html,
body {
	max-width: 100%;
	overflow-x: hidden;
	font-family: "Noto Sans TC", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	-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;
	/*scroll-behavior: smooth;*/
}

body {
	padding-top: 60px;
	background-color: #fff;
	background-image: url(../img/main-bg.jpg);
	background-size: 100% auto;
	background-repeat: repeat-y;
}

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: 600;
}

#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 #1d2087;
	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: 15px 0;
	height: 60px;
}

.navbar-custom .navbar-nav {
	display: flex;
	flex-direction: row;
}

.navbar-custom .navbar-nav .nav-item {
	padding: 0;
}

.navbar-custom .navbar-nav .nav-item .nav-link {
	width: 45px;
	height: 25px;
	margin: 0;
	padding: 0 10px;
	display: block;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	transition: all .15s ease-in;
	opacity: .5;
}

.navbar-custom .navbar-nav .nav-item .nav-link:hover {
	opacity: 1;
}

@media only screen and (max-width: 766px) {
	.navbar-custom .navbar-nav .nav-item .nav-link {
		width: 30px;
		height: 20px;
		padding: 0 5px;
	}
}

.navbar-custom .navbar-nav .nav-item:nth-child(1) .nav-link {
	background-image: url(../img/i1.svg);
}

.navbar-custom .navbar-nav .nav-item:nth-child(2) .nav-link {
	background-image: url(../img/i2.svg);
}

.navbar-custom .navbar-nav .nav-item:nth-child(3) .nav-link {
	background-image: url(../img/i3.svg);
}

.navbar-custom .navbar-nav .nav-item:nth-child(4) .nav-link {
	background-image: url(../img/i4.svg);
}

.nav-orange {
	background-color: #eb612a;
}

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

.navbar-brand img {
	width: auto;
	height: 30px;
}

@media (min-width:767px) and (max-width:1000px) {
	.navbar-brand img {
		height: 25px;
	}
}

@media only screen and (max-width: 766px) {
	.navbar-brand img {
		height: 30px;
	}
}

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

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

@media (max-width: 766px) {
	header.masthead {
		aspect-ratio: 9/13;
	}
}

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

section.content {
	padding: 0;
}

section {
	position: relative;
}

section.nm {
	padding: 4rem 0;
}

section.nm2 {
	padding: 4rem 0 6rem 0;
}

section.pink {
	position: relative;
}

section.pink::before {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fdece5;
	mix-blend-mode: multiply;
}

@media (max-width:768px) {
	section.nm {
		padding: 3rem 0;
	}

	section.nm2 {
		padding: 3rem 0 5rem 0;
	}
}

#p1 {
	background-color: #1891c8;
}

.testimonials {
	padding: 5rem 0 0 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: 2rem;
	padding-bottom: 2rem;
}

.call-to-action-inner {
	background-color: #eb612a;
	padding: 0 0 80px 0;
}

.call-to-action h5 {
	color: #ffd700;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 2px;
}

.call-to-action p.text-light {
	font-size: .85rem;
	color: #fff !important;
}

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

.call-to-action ul li {
	font-size: 16px;
	font-weight: 450;
	color: #808080;
	padding: 4px 0;
	letter-spacing: 1px;
}

.call-to-action ul li span {
	font-weight: 600;
}

@media (max-width:766px) {
	.call-to-action {
		padding-top: 0;
		padding-bottom: 0;
	}

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

	.call-to-action ul li {
		font-size: 15px;
	}
}

footer.footer {
	padding-top: 1rem;
	padding-bottom: 1rem;
	background-color: #d92408;
	color: #fff;
}

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


.btn-primary {
	font-size: 1rem;
	font-weight: 500;
	color: #eb612a !important;
	border-radius: 0;
	border: none;
	background: #ffd700;
}

.btn-primary:hover {
	color: #eb612a !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;
}

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

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

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

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

.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: auto;
	vertical-align: middle;
	font-size: 15px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	background-color: rgba(0, 0, 0, .65);
	padding: 25px 15px 20px 15px;
	border-radius: 5px;
	margin: 0;
}

.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;
	transform: translateX(-10px);
	animation: slide 4s linear infinite;
}

@keyframes slide {
	0% {
		transform: translateX(-10px);
	}

	50% {
		transform: translateX(10px);
	}

	100% {
		transform: translateX(-10px);
	}
}


#myBtn {
	display: none;
	/* Hidden by default */
	position: fixed;
	/* Fixed/sticky position */
	bottom: 0;
	/* Place the button at the bottom of the page */
	right: 0;
	/* 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: #eb612a;
	/* 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: 0px;
		right: 0;
		padding: 5px 10px 5px 10px;
	}
}

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

.content-text {
	color: #fff;
}

.content-text h2 {
	font-size: 40px;
	font-weight: 450;
	line-height: 1;
	margin: 0 0 20px 0;
	letter-spacing: 3px;
	transform: scaleX(.96);
	transform-origin: left;
}

.content-text h2.fw {
	margin: 0;
}

.content-text h3 {
	font-size: 26px;
	font-weight: 800;
	line-height: 1.5;
	margin: 0 0 20px 0;
}


.content-text h4 {
	font-size: 30px;
	font-weight: 600;
	line-height: 1;
	margin: 0;
}

.content-text h5 {
	font-size: 23px;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 2px;
	margin: 0 0 10px 0;
}

.content-text h5.fw {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	line-height: 1;
}

.content-text h5.fw .ln {
	display: block;
	padding: 0 8px;
	height: 1px;
	background-color: #fff;
	width: 100%;
	margin: 0 10px;
}

.content-text h6 {
	font-size: 15px;
	font-weight: 700;
	line-height: 1.5;
	margin: 0 0 10px 0;
	color: #595757;
}

.content-text p {
	font-size: 15px;
	font-weight: 350;
	line-height: 1.75;
	margin: 0;
	text-align: justify;
	letter-spacing: 1px;
}

.content-text p.fw {
	line-height: 1;
	text-align-last: justify;
}

.content-text p.alt {
	font-size: 13px;
	line-height: 1.5;
	letter-spacing: 0;
}

.content-text p.alt2 {
	font-size: 14px;
	color: #808080;
	line-height: 1.5;
	margin: 25px 0 0 0;
}

.content-text p.alt2 span {
	display: block;
	font-weight: 800;
	margin: 0 0 4px 0;
}

.content-text p.ct {
	text-align-last: center;
}

.content-text.og h2,
.content-text.og h5 {
	color: #eb612a;
}

.content-text.og h5.gy {
	color: #595757;
}

.content-text.og p {
	color: #595757;
}

@media (min-width:993px) and (max-width:1200px) {
	.content-text h2 {
		font-size: 32px;
	}

	.content-text h4 {
		font-size: 26px;
	}

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

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

@media (min-width:767px) and (max-width:992px) {
	.content-text h2 {
		font-size: 26px;
		letter-spacing: 1px;
	}

	.content-text h4 {
		font-size: 21px;
	}

	.content-text h5 {
		font-size: 17px;
		letter-spacing: 1px;
	}

	.content-text h6 {
		font-size: 14px;
	}

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

@media (max-width: 766px) {
	.content-text h1 {
		font-size: 25px;
		margin: 0 0 10px 0;
	}

	.content-text h2 {
		font-size: 28px;
		letter-spacing: 2px;
		transform-origin: center;
	}

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

	.content-text h5 {
		font-size: 17px;
		letter-spacing: 1px;
	}

	.content-text h6 {
		font-size: 14px;
	}

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

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

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

	.content-text p.alt2 span {
		margin: 0 0 5px 0;
	}
}

.p2-frame {
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: 0;
	width: 100%;
	height: auto;
}

.p2-frame .p2-text {
	display: flex;
	align-items: end;
	width: 100%;
	padding: 0 20px 15px 20px;
	color: #fff;
}

@media (max-width: 766px) {
	.p2-frame .p2-text {
		padding: 0 15px 15px 15px;
	}
}

.p2-frame .p2-text h1 {
	display: flex;
	align-items: end;
	line-height: 1;
	font-size: 80px;
	font-weight: 700;
	margin: 0 15px 0 0;
}

.p2-frame .p2-text h1 span {
	display: inline-block;
	font-size: 22px;
	font-weight: 700;
	margin: 0 0 0 2px;
	transform: translateY(-4px);
}

.p2-frame .p2-text p {
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5;
	margin: 0;
	text-align: justify;
}

@media (min-width:993px) and (max-width:1200px) {
	.p2-frame .p2-text h1 {
		font-size: 60px;
	}

	.p2-frame .p2-text h1 span {
		font-size: 20px;
	}

	.p2-frame .p2-text p {
		font-size: 11px;
	}
}

@media (min-width:767px) and (max-width:992px) {
	.p2-frame .p2-text h1 {
		font-size: 50px;
	}

	.p2-frame .p2-text h1 span {
		font-size: 18px;
	}

	.p2-frame .p2-text p {
		font-size: 11px;
	}
}

@media (max-width:766px) {
	.p2-frame .p2-text h1 {
		font-size: 55px;
	}

	.p2-frame .p2-text h1 span {
		font-size: 22px;
	}
}

.p2-frame .p2-sq {
	width: 100%;
	height: 12px;
	display: block;
}

.p2-frame .p2-sq.s1 {
	background-color: #eb612a;
}

.p2-frame .p2-sq.s2 {
	background-color: #f3981c;
}

.p2-frame .p2-sq.s3 {
	background-color: #ffd700;
}

.p3-bk {
	position: relative;
	display: block;
	padding: 50px 40px;
	background-color: rgba(255, 255, 255, .85);
	border-top: solid 3px #eb612a;
	border-bottom: solid 3px #eb612a;
	box-shadow: 0px 1px 10px rgba(0, 0, 0, .25);
}

.p3-bk::before {
	content: '';
	position: absolute;
	z-index: 1;
	right: -4px;
	top: -5px;
	width: 7%;
	display: block;
	aspect-ratio: 1 / 1;
	border-top: solid 8px #eb612a;
	border-right: solid 8px #eb612a;
}

.p3-bk::after {
	content: '';
	position: absolute;
	z-index: 1;
	left: -4px;
	bottom: -5px;
	width: 7%;
	display: block;
	aspect-ratio: 1 / 1;
	border-bottom: solid 8px #eb612a;
	border-left: solid 8px #eb612a;
}

.p3-bk.mm {
	padding: 30px 20px;
	width: 85%;
	margin: 0 auto;
}

.p3-bk.mm::before,
.p3-bk.mm::after {
	width: 15%;
}

.p3-3 {
	width: 100%;
	height: auto;
	transform: translate(40px, -25%) scale(1.15);
	transform-origin: right bottom;
}

@media (max-width:766px) {
	.p3-3 {
		width: 100%;
		height: auto;
		transform: translate(20px, -70%) scale(1.2);
	}
}

.p3-text {
	position: absolute;
	z-index: 5;
	padding: 0 40px;
	top: 20px;
}

.p3-text::after {
	content: '';
	position: absolute;
	z-index: 2;
	top: 0;
	width: 10px;
	height: 100%;
}

.p3-text h5 {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.3;
	margin: 0;
	letter-spacing: 0;
	transform: scale(.92);
}

.p3-text p {
	font-size: 13px;
	font-weight: 400;
	line-height: 1;
	margin: 5px 0 0 0;
	letter-spacing: 0;
}

@media (max-width:766px) {
	.p3-text {
		padding: 0 20px;
		top: 15px;
	}

	.p3-text::after {
		width: 7px;
	}

	.p3-text h5 {
		font-size: 16px;
	}

	.p3-text p {
		font-size: 12px;
	}
}

.p3-text.xt1 {
	right: 0;
	text-align: right;
}

.p3-text.xt1::after {
	background-color: #eb612a;
	right: 0;
}

.p3-text.xt1 h5 {
	transform-origin: right;
}

.p3-text.xt1 h5:nth-child(2) {
	color: #fff;
}

.p3-text.xt1 p {
	color: #fff;
}

.p3-text.xt2 {
	left: 0;
	text-align: left;
}

.p3-text.xt2::after {
	background-color: #ef6e41;
	left: 0;
}

.p3-text.xt2 h5 {
	transform-origin: left;
}

.p3-text.xt2 h5:nth-child(2) {
	color: #595757;
}

.p3-text.xt2 p {
	color: #808080;
}

.p3-bk2 {
	position: relative;
}

.p3-bk2::before, .p3-bk2::after {
	content: '';
	position: absolute;
	z-index: 5;
	width: 50px;
	height: 50px;
	background-image: url(../img/p3-deco.svg);
	background-repeat: no-repeat;
	background-size: cover;
}

.p3-bk2::before {
	left: -10px;
	bottom: -10px;
}

.p3-bk2::after {
	right: -10px;
	top: -10px;
}

.p3-bk2 > .inner {
	display: block;
	height: 100%;
	background-color: #eb612a;
	padding: 35px;
	clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 30px, 100% 100%, 30px 100%, 0 calc(100% - 30px));
}

.p3-bk2 > .inner  p {
	position: relative;
}

.p3-bk2 > .inner p::before {
	content: '';
	position: absolute;
	z-index: 1;
	left: -15px;
	top: 5%;
	width: 1px;
	height: 90%;
	background-color: rgba(255, 255, 255, 0.5);
}

.row-p3a > .col > .p3a-bk {
	position: relative;
	display: block;
	height: 100%;
	padding: 25px 0;
}

@media (max-width:766px) {
	.row-p3a > .col > .p3a-bk {
	padding: 25px 0 35px 0;
}
}

.row-p3a > .col {
	position: relative;
}

.row-p3a > .col::after {
	content: '';
	position: absolute;
	z-index: 2;
	left: 15px;
	bottom: 0;
	width: calc(100% - 30px);
	height: 4px;
	display: block;
}

.row-p3a > .col:nth-child(1)::after {
	background-color: #e71f1a;
}

.row-p3a > .col:nth-child(2)::after {
	background-color: #f3981c;
}

.row-p3a > .col:nth-child(3)::after {
	background-color: #ffd700;
}

.og-bar {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 4px;
	display: block;
	background-color: #eb612a;
	left: 0;
	bottom: 0;
}

.p5-hr {
	border: none;
	width: 100%;
	height: 4px;
	margin: 10px 0;
	padding: 0;
	display: block;
}

.p5-hr.r1 {
	background-color: #e71f1a;
}

.p5-hr.r2 {
	background-color: #f3981c;
}

.p5-hr.r3 {
	background-color: #ffd700;
}

.p5-bk {
	position: relative;
}

.p5-bk::before {
	content: '';
	position: absolute;
	z-index: 0;
	width: calc(100% + 30px);
	height: 80%;
	left: -15px;
	top: 17%;
	display: block;
	border-radius: 10px;
	border: solid 2px #eb612a;
}

@media (max-width:766px) {
	.p5-bk {
		padding: 0 0 35px 0;
	}

	.p5-bk::before {
		height: 95%;
		top: 5%;
	}
}

.p6-title {
	margin: -60px 0 0 0;
}

@media (max-width:766px) {
	.p6-title {
		margin: -20px 0 0 0;
	}
}

.add-text {
	position: absolute;
	z-index: 3;
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	line-height: 1;
	/*text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);*/
}

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

.add-text.rb2 {
	right: 15px;
	bottom: 20px;
	text-align: right;
}

.add-text.rb3 {
	right: 10px;
	bottom: 10px;
	text-align: right;
}

.add-text.rt {
	right: 2%;
	bottom: 2%;
}

.add-text.lb {
	left: 15px;
	bottom: 12px;
}

.full-bg {
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}



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

.side-btn {
	width: 44px;
	height: 44px;
	color: #ffd700;
	font-size: 1.8rem;
	background-color: #fff;
	border-radius: 50%;
	border: solid 1px #ffd700;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 12px 0;
}

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

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

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

.side-btn.red:hover {
	color: #fff;
	background-color: #014635;
	text-decoration: none;
	border: solid 1px #014635;
}

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

}

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

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

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

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

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

.form-control {
	border-radius: 0;
	padding: .5rem 0;
	font-size: 1rem;
	color: #fff;
	background-color: transparent;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: solid 1px #fff;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

.select-css {
	display: block;
	font-size: 1rem;
	color: #fff;
	background-color: transparent;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: solid 1px #fff;
	line-height: 1.5;
	padding: .5rem 0;
	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;
}

@media (max-width:766px) {
	.form-check input[type=checkbox]+span {
		padding-left: 36px;
	    line-height: 15px;
	}
}

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

input:focus,
textarea:focus,
select:focus {
	outline-style: none !important;
	box-shadow: none !important;
	box-shadow: none !important;
	background-color: inherit !important;
	border-bottom-color: #fff !important;
	color: #fff !important;
}

.title-inner {
	display: inline-block;
	margin: 0 auto;
	position: relative;
}

.title-inner::before,
.title-inner::after {
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	width: auto;
	height: 100%;
	aspect-ratio: 76/10;
	display: block;
	background-repeat: repeat-y;
	background-position: center center;
	background-size: auto 100%;
}

.title-inner::before {
	left: 0;
	transform: translateX(-100%);
	background-image: url('../img/tr-l.svg');
}

.title-inner::after {
	right: 0;
	transform: translateX(100%);
	background-image: url('../img/tr-r.svg');
}

@media (max-width: 766px) {

	.title-inner::before,
	.title-inner::after {
		aspect-ratio: 15/10;
		background-size: auto;
	}
}

.map-frame {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

@media (max-width: 766px) {
	.map-frame {
		height: auto;
		aspect-ratio: 1 / 1;
		margin: 30px 0 0 0;
	}
}

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

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

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

.a20-11 {
	aspect-ratio: 20 / 11;
}

.a50-63 {
	aspect-ratio: 50 / 63;
}

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

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

.a40-23 {
	aspect-ratio: 40 / 23;
}

.a8-9 {
	aspect-ratio: 8 / 9;
}