@import url('/css/SeoJump.css');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+TC:wght@100..900&display=swap');

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	margin: 0;
}

div,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
form,
label,
input,
textarea,
img,
span,
ul,
li {
	text-align: left;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	word-wrap: normal;
	word-break: normal;
	line-height: 170%;
	border-width: 0;
	font-family: "Noto Sans TC", "Montserrat", system-ui;
	font-size: 14px;
	word-wrap: break-word;
	word-break: break-all;
}

:before,
:after {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

ul,
ol {
	list-style: none;
}

fieldset {
	border: 0;
}

input,
button,
select,
textarea {
	outline: none
}

img {
	max-width: 100%;
}

a:link,
a:visited {
	color: #000
}

a:link,
a:visited,
a:hover {
	text-decoration: none;
	vertical-align: initial;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

livedemo00.template-help:after,
:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.text-clamp {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.container {
	width: 1080px;
	position: relative;
	margin: 0 auto;
}

/* a.photo */
a.photo {
	overflow: hidden;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 100% auto;
	display: inline-block;
}

/* wow */
.wow {
	animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
}

/* webBox */
.webBox {
	position: relative;
}

.webBox .pageh1 {
	position: absolute;
	top: 0;
	z-index: 1;
}

.pageh1 {
	position: fixed;
	z-index: -8989898;
	opacity: 0;
	color: #fff;
}

.webBox .wrapper {
	width: 100%;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
	z-index: 2;
	transition: all linear 0.3s;
}

/* workframe */
.container {
	width: 1200px;
	position: relative;
	margin: 0 auto;
	max-width: 95%;
}

.workframe {
	position: relative;
	margin: 0 auto;
	width: 100%;
}

/* Sitemap */
#Sitemap #jsonUL a {
	color: #000;
}

/*右側懸浮*/
#side-fix-icon {
	position: fixed;
	z-index: 999;
	width: 40px;
	bottom: 102px;
	right: 15px;
	display: flex;
	flex-wrap: wrap;
}

#side-fix-icon a {
	margin: 5px 0px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
	font-size: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.icon {
	cursor: pointer;
	position: relative;
	display: inline-block;
	width: 60px;
	height: 60px;
	margin-left: 12px;
	margin-right: 12px;
	border-radius: 30px;
	overflow: hidden;
	text-align: center;
}

.icon::before,
.icon::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	transition: all 0.25s ease;
	border-radius: 30px;
	z-index: -3;
}

.icon i {
	position: relative;
	color: #FFFFFF;
}

.icon i:hover i {}

.icon-expand::before {
	/* box-shadow: inset 0 0 0 60px #fff; */
}

.icon-expand img {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	z-index: 5;
	width: 30px;
}

.icon-expand:hover::before {
	box-shadow: inset 0 0 0 0px #fff;
}

#fbFansURL.icon-expand::after {
	box-shadow: inset 0 0 0 1px #3b5999
}

#lineTitle.icon-expand::after {
	/* box-shadow: inset 0 0 0 1px #00b900; */
}

#webPhone.icon-expand::after {
	/* box-shadow: inset 0 0 0 1px #3c6382; */
}

#webEmail.icon-expand::after {
	/* box-shadow: inset 0 0 0 1px #576dac; */
}

#fbFansURL.icon i {
	color: #3b5999
}

#lineTitle.icon i {
	color: #00b900
}

#webPhone.icon i {
	color: #3c6382
}

#webEmail.icon i {
	color: #d5362f
}

#fbFansURL.icon:hover i,
#lineTitle.icon:hover i,
#webPhone.icon:hover i,
#webEmail.icon:hover i {
	color: #fff
}

#fbFansURL.icon-expand::before {
	background: #3b5999;
}

#lineTitle.icon-expand::before {
	background: #00b900;
}

#webPhone.icon-expand::before {
	background: #6e8afd;
}

#webEmail.icon-expand::before {
	background: #0131b9;
}


/* header */
header {
	box-shadow: 0 0 14px -5px rgba(0, 0, 0, .3);
	background: #fff;
	width: 100%;
	transition: all linear 0.3s;
	z-index: 99;
	position: fixed;
	top: 0px;
	left: 0px;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0 2.5%;
}

header.fixed {
	position: fixed;
}

header.headerTop {
	top: 0px;
}

header #translate {
	display: inline-block;
	border: 1px solid #dadada;
	border-radius: 15px;
	margin-left: 5px;
}

header #translate>p {
	display: inline-block;
	vertical-align: initial;
	font-size: 12px;
	margin-left: 10px;
	color: #238dc7
}

header #translate>p a {
	color: #1b6c98
}

header #translate form {
	top: 132px;
	right: 50px;
	z-index: 8;
	text-align: center;
	line-height: 40px;
	color: #fff;
	transition: ease .3s;
}

header #translate form p {
	border: 1px solid #7d7d7d;
	overflow: hidden;
	background: #fff
}

header #translate #goSearch {
	transition: ease .3s;
	text-align: center;
	padding: 0px 10px;
	color: #717171;
	line-height: 20px;
	float: right;
	font-size: 12px;
	letter-spacing: .1em;
	line-height: 25px
}

header #translate #goSearch:hover {
	opacity: .9
}

header #translate form input {
	height: 25px;
	width: 120px;
	padding: 5px 10px;
	font-size: 14px;
	display: inline-block;
	float: left;
	background: none;
}

header#openSearch #translate {
	position: absolute;
	display: block;
}

header #cis {
	position: relative;
	z-index: 10;
	transition: ease .3s;
}

header.headerTop #cis {
	top: 15px;
}

header .topBox {
	position: relative;
	top: 0px;
	display: flex;
	z-index: 2;
	order: 2;
	transition: ease .3s;
	justify-content: flex-end;
	border-left: #c8c8c8 1px solid;
	padding-left: 10px;
	margin-left: 10px;
}

header.headerTop .topBox {
	top: 0px;
}

header .topBox font {
	padding: 5px;
	display: inline-block;
	transition: all linear 0.3s;
}

header .topBox font#openMenu {
	display: none;
}

header .topBox font#openMenu a {
	display: block;
	width: 28px;
	height: 28px;
}

header .topBox font#openMenu a span {
	transition: ease .3s;
	display: block;
	width: 100%;
	height: 2px;
	margin: 6px 0px;
	background: #002387;
}

.openwrap header .topBox font#openMenu a span:nth-child(1) {
	transform: rotate(45deg) translateY(10px);
}

.openwrap header .topBox font#openMenu a span:nth-child(2) {
	opacity: 0;
}

.openwrap header .topBox font#openMenu a span:nth-child(3) {
	transform: rotate(-45deg) translateY(-11px) translateX(1px);
}

header .topBox font a,
header .topMenu nav .mobtop font a {
	color: #333;
}


header .topMenu {
	position: relative;
	display: flex;
	flex: 1;
}

header .topMenu nav {}

header .topMenu nav {
	display: flex;
	justify-content: flex-end;
}

header .topMenu nav ul.pc {
	display: inline-block;
}

header .topMenu nav .mobtop,
header .topMenu nav .pc>li>p b {
	display: none;
}

header .topMenu nav .pc>li {
	display: inline-block;
}

header .topMenu nav .pc>li>p a {
	padding: 33px 10px;
	display: block;
	text-align: center;
	font-size: 16px;
	color: #333;
	transition: all linear 0.3s;
}

header .topMenu nav .pc>li:hover>p a {
	color: #002aa2;
}

header .topMenu nav .pc li .menu_body {
	overflow: hidden;
	position: absolute;
	width: 130px;
	height: 0;
	background: #fff;
	text-align: left;
	z-index: 10;
	opacity: 0;
	transition: all linear 0.3s;
}

header .topMenu nav .pc li:hover .menu_body {
	overflow: visible;
	height: auto;
	opacity: 1;
}

header .topMenu nav .pc li .menu_body ul li,
header .topMenu nav .pc li .menu_body ul li .bo {
	position: relative;
}

header .topMenu nav .pc li .menu_body ul li>div a {
	transition: ease .3s;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
	background-color: #fff;
	position: relative;
	padding: 10px 15px 10px 15px;
	display: block;
	color: #79551a;
	z-index: 3;
}

header .topMenu nav .pc li .menu_body ul li:hover b,
header .topMenu nav .pc li .menu_body ul li .sub2Option b,
header .topMenu nav .pc li .menu_body ul li .sub2Option a {
	color: #79551a;
}

header .topMenu nav .pc li .menu_body ul li b {
	color: #fff;
	position: absolute;
	padding: 0 5px;
	right: 0;
	top: calc(50% - 13px);
	z-index: 4;
}

header .topMenu nav .pc li .menu_body ul li b i.fa-plus:before {
	content: "\f0da";
}

header .topMenu nav .pc li .menu_body ul li>.sub2Option,
header .topMenu nav .pc li .menu_body ul li>.sub3Option {
	transition: ease .3s;
	position: absolute;
	width: 130px;
	background: rgba(31, 77, 161, 0.7);
	right: 0;
	top: 0;
	opacity: 0;
}

header .topMenu nav .pc li .menu_body ul li:hover>.sub2Option,
header .topMenu nav .pc li .menu_body ul li:hover>.sub3Option {
	right: -130px;
	opacity: 1;
}



/* gotop */
#gotop {
	position: fixed;
	bottom: 55px;
	right: 14px;
	z-index: 999;
	width: 40px;
	aspect-ratio: 1/1;
	border-radius: 50%;
	background-color: #1a85f8;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	transition: .3s;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

#gotop:before {
	display: block;
	width: 12px;
	height: 8px;
	background: url(/images/27/ico-arrow_top.svg) 50% 50% no-repeat;
	background-size: cover;
	content: "";
}

#gotop i {
	color: #E33339;
	font-size: 45px;
}

/* gocart */
#gocart {
	position: fixed;
	width: 50px;
	bottom: 95px;
	right: 10px;
	z-index: 999;
	color: #ffffff;
	height: 50px;
	border-radius: 50%;
	background: #333;
	text-align: center;
	line-height: 50px;
	font-size: 24px;
}



/* footer */
footer {
	color: #fff;
	font-size: 13px;
}

footer #footerCompany {
	background: #032176;
	padding-top: 80px;
	padding-bottom: 30px;
}

footer #footerCompany .row {
	display: flex;
}

footer #footerCompany .row .section {
	width: 33%;
}

footer #footerCompany .row .section:nth-child(2) {
	padding: 0 30px;
}

footer #footerCompany .logo-content {
	margin-bottom: 20px;
	padding-bottom: 30px;
	border-bottom: 1px solid #eee;
	display: flex;
	align-items: flex-end;
}

footer #footer-cis {
	width: 250px;
}

footer .navlist {
	margin-bottom: 20px;
	padding-bottom: 0px;
	border-bottom: 1px solid #eee;
}

footer .navlist ul {
	display: flex;
	flex-wrap: wrap;
}

footer .community {
	display: flex;
	padding-bottom: 10px;
}

footer .community i {
	color: #ffffff;
	font-size: 20px;
	padding: 0 10px;
	transition: ease .3s;
}

footer .community i:hover {
	opacity: .8;
}

footer #footerCompany .row h4 {
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 15px;
	color: #ffffff;
}

footer #footerCompany .row h4 span {
	display: inline-block;
	width: 8px;
	height: 8px;
	background: #ffffff;
	vertical-align: inherit;
	margin-right: 15px;
}

footer #footerCompany .fcontact li:nth-child(2n+1) .btn a>span {
	background: #818181;
}

footer #footerCompany .fcontact li:nth-child(2n+1) .btn a:hover>span {
	background: #818181
}

footer #footerCompany .fcontact li:nth-child(even) .btn a:hover>span {
	background: #E33339;
}

footer #footerCompany #footer-qrcode,
footer #footerCompany #footer-FB,
footer #footerCompany #footer-map {
	width: 100%;
	display: inline-block;
	margin: 0 10px 10px 0;
}

#footerCompany #footer-FB {
	overflow: hidden;
}

footer #footerCompany .comlist li {
	color: #ffffff;
	position: relative;
}

footer #footerCompany .comlist li b {
	color: #ffffff;
	margin-right: 5px;
	vertical-align: middle
}

footer #footerCompany .comlist li span {
	vertical-align: middle;
	color: #ffffff;
}

footer #footerCompany p {
	margin-bottom: 15px;
	color: #ffffff;
}

footer #footerCompany .fcontact li {
	margin-bottom: 5px
}

footer #footerCompany .fcontact li a {
	display: block;
	background: #114fee;
	text-align: center;
	color: #fff;
	padding: 0px 0;
	transition: all linear .3s;
	height: auto;
	width: 100%;
	box-sizing: border-box;
	border-radius: 666px;
	line-height: 56px;
}

footer #footerCompany .fcontact li:nth-child(even) a {
	background: #0c970c;
	color: #fff
}

footer #footerCompany .fcontact li a:hover {
	opacity: .8
}

footer #footerCompany .footernav {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

footer #footerCompany .footernav li {
	position: relative;
	padding-bottom: 20px;
	margin: 0 15px;
}

footer #footerCompany .footernav li.sitemap i {
	color: #333;
}

footer #footerCompany .footernav li a {
	color: #ffffff;
	font-weight: bold;
}

footer #footerCompany .comlist li span a {
	color: #ffffff;
}

footer .web,
#footerSet {
	background: #002692;
}

#footerSet .info {
	overflow: hidden;
	text-align: center;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	padding-top: 15px;
}

#footerSet .info div,
#footerSet .info p {
	display: inline-block;
	vertical-align: top;
	color: #fff;
	font-size: 12px
}

#footerSet .info .SeoWebFooter {
	display: block;
	text-align: center;
	padding-bottom: 5px;
}

#footerSet .info .SeoWebFooter .sitemap {
	margin-left: 5px;
	font-size: 12px;
	vertical-align: baseline;
}

#footerSet .info .SeoWebFooter .sitemap a {
	color: #fff;
}

#footerSet .info a {
	color: #ffffff;
}

#footerSet .community {
	text-align: center;
}

#footerSet .community li {
	display: inline-block;
}

#footerSet .community li a {
	display: inline-block;
	font-size: 22px;
	padding: 0 5px;
}

#footerSet .community li a i {
	color: #333;
}

footer #footerCompany .comlist {
	overflow: visible
}

footer #footerCompany .plus-information {
	overflow: visible
}

footer #footerCompany .plus-information a {
	position: relative;
	display: inline-block
}

footer #footerCompany .plus-information img {
	position: absolute;
	max-width: 150px;
	bottom: 100%;
	left: 0;
	z-index: 8;
	max-height: 150px;
	display: none
}

.web {
	color: #fff;
	font-size: 8pt;
	padding: 5px 0
}

/* webSeo */
#webSeo {
	overflow: hidden;
	width: 100%;
}

#webSeo .seo>div {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}

/* phoneWrap */
.phoneWrap {
	position: fixed;
	width: 100%;
	display: none;
	bottom: 0;
	left: 0;
	z-index: 998;
	transition: all linear .3s;
}

.phoneWrap ul {
	overflow: hidden;
}

.phoneWrap ul li {
	float: left;
	width: 50%;
}

.phoneWrap ul li a {
	padding: 6px 0;
	background: #134ad5;
	display: block;
	text-align: center;
	font-size: 16px;
	color: #fff;
}

.phoneWrap ul li:last-child a {
	background-color: #0c970c;
	border-right: 0;
}

/* SeoStarRating */
#SeoStarRating font {
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}

#SeoStarRating font {
	display: inline-block;
}

#SeoStarRating font:first-child {
	font-weight: bold;
	font-size: 18px;
	color: #FF9800;
}

#SeoStarRating font:nth-child(2) {
	font-size: 16px;
	color: #FF9800;
}

#SeoStarRating font:last-child {
	color: #ff003b;
}

@media screen and (min-width: 1281px) {
	footer #footer-info ul li.plus-information a:hover img {
		display: block;
	}
}

@media screen and (min-width: 1280px) {
	footer #footerCompany .plus-information a:hover img {
		display: block
	}

}

@media screen and (max-width: 1540px) and (min-width: 1025px) {

	header .topMenu nav .pc li:nth-child(7)~li .menu_body ul li:hover>.sub2Option,
	header .topMenu nav .pc li:nth-child(7)~li .menu_body ul li:hover>.sub3Option {
		right: 130px;
	}

	header .topMenu nav .pc li:nth-child(10) .menu_body ul li b {
		left: 0px;
		right: unset;
	}

	header .topMenu nav .pc li:nth-child(10) .menu_body ul li b i {
		transform: rotate(180deg);
	}
}

@media screen and (min-width: 1025px) {
	header .topMenu nav .pc li .menu_body ul {
		box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .15);
	}

	header .topMenu nav .pc li .menu_body ul li:hover>div a {
		color: #fff;
		background: #79551a;
	}

	header .topMenu nav .pc>li {
		position: relative;
	}

	header .topMenu nav .pc>li::after {
		content: "";
		position: absolute;
		bottom: 0px;
		width: 100%;
		display: block;
		height: 0px;
		background: #0131b9;
		transition: ease .3s;
	}

	header .topMenu nav .pc>li:hover::after {
		height: 5px;
	}
}

@media screen and (max-width: 1440px) {
	header .topMenu nav {}

	header .topMenu nav .pc>li>p a {
		padding: 35px 5px;
	}

}

@media screen and (max-width: 1280px) {
	header .community i {
		font-size: 20px;
		padding: 0 5px;
	}

	header .topMenu nav {}

	footer #footerCompany .row:last-child,
	footer #footerCompany .row:nth-child(3) {
		margin-bottom: 0
	}

	header .topMenu nav .pc>li>p a {
		padding: 35px 4px;
	}
}

@media screen and (max-width: 1240px) {
	.container {
		width: 80%;
	}
}

@media screen and (max-width: 1180px) {
	header #cis {}

	header .topMenu nav {}
}

@media screen and (max-width: 1140px) {
	header .topMenu nav .pc>li>p a {
		padding: 45px 4px 30px;
	}

	header .topBox {}

	header .community {
		display: none;
	}
}

@media screen and (max-width: 1024px) {
	header {
		z-index: 1000;
	}

	header #translate {
		display: none;
	}

	header .topMenu nav .pc li .menu_body ul li>div a {
		background-color: #eee;
	}

	header .ykln {
		display: none;
	}

	header.headerTop .ykln {
		position: absolute;
		display: block;
		bottom: 0px;
	}

	header.headerTop .topBox {
		top: 15px;
	}

	header .topMenu nav .mobtop .community {
		display: block;
		z-index: 10;
	}

	header .topMenu nav .mobtop .community i {
		color: #fff;
		font-size: 18px;
	}

	header .topMenu nav .pc>li:hover>p a {
		color: #000;
	}

	header .topBox {
		display: flex;
		align-items: center;
	}

	header {
		height: 85px;
	}

	header #cis {}

	header #cis a.photo img {
		width: 190px;
	}

	header .topBox .workframe {
		width: 100%;
	}

	header .topBox font.languagebox {
		display: none;
	}

	header .topBox font {
		padding: 5px 15px 15px;
	}

	header .topBox font#openMenu {
		padding-top: 10px;
	}

	header .topBox font.phone,
	header .topBox font.cont {
		display: none;
	}

	header .topBox font#openMenu {
		display: inline-block;
	}

	header .topMenu:before {
		background-size: auto 5px;
		top: -4px;
		height: 5px;
	}

	header .topMenu nav {
		display: none;
		overflow-y: scroll;
		position: fixed;
		margin-left: 0;
		padding: 0 0 100px;
		width: 100%;
		height: 100%;
		background: #fff;
		top: 85px;
		left: 0px;
		z-index: 110;
		transition: all 0.5s ease;
	}

	.openwrap header nav {
		display: block;
	}

	header .topMenu nav::-webkit-scrollbar {
		width: 0;
	}

	header .topMenu nav .mobtop,
	header .topMenu nav .pc>li {
		display: block;
	}

	header .topMenu nav .mobtop font {
		padding: 10px 0 15px;
		float: left;
		width: 50%;
		text-align: center;
	}

	header .topMenu nav .pc {
		background: #fff;
		position: relative;
		padding: 40px 10%;
		width: 100%;
	}

	header .topMenu nav .pc>li,
	header .topMenu nav .pc>li:first-child {
		border-bottom: 1px solid #e0e0e0;
	}

	header .topMenu nav .pc>li>p {
		position: relative;
	}

	header .topMenu nav .pc>li>p a,
	header.headerTop .topMenu nav .pc>li>p a {
		padding: 15px 10px;
		text-align: left;
		color: #000;
	}

	header .topMenu nav .pc>li>p b {
		position: absolute;
		padding: 0 10px;
		display: block;
		color: #000;
		top: calc(50% - 13px);
		right: 0;
		z-index: 1;
	}

	header .topMenu nav .pc li .menu_body,
	header .topMenu nav .pc li .menu_body ul li>.sub2Option,
	header .topMenu nav .pc li .menu_body ul li>.sub3Option {
		position: relative;
		width: auto;
		height: auto;
		background: none;
		display: none;
		opacity: 1;
		transition: none;
	}

	header .topMenu nav .pc li .menu_body ul li>.sub2Option .sub3Title a {
		padding: 15px 30px;
	}

	header .topMenu nav .pc li .menu_body ul li>.sub3Option li a {
		padding: 15px 40px;
	}

	header .topMenu nav .pc li .menu_body ul li:hover>div a {
		color: #000;
	}

	header .topMenu nav .pc li .menu_body ul li>.sub2Option {
		background: unset;
	}

	header .topMenu nav .pc li .menu_body ul li:hover b,
	header .topMenu nav .pc li .menu_body ul li .sub2Option b,
	header .topMenu nav .pc li .menu_body ul li .sub2Option a {
		color: #000;
	}

	header .topMenu nav .pc li .menu_body ul li>.sub3Option {
		padding-right: 0;
	}

	header .topMenu nav .pc li .menu_body ul li>div a {
		border-bottom: 0;
		color: #000;
	}

	header .topMenu nav .pc li .menu_body ul li b {
		color: #000;
		padding: 0 10px;
	}

	header .topMenu nav .pc li .menu_body ul li b i.fa-plus:before {
		content: "\f067";
	}

	header .topMenu nav .pc li .menu_body ul li:hover>.sub2Option,
	header .topMenu nav .pc li .menu_body ul li:hover>.sub3Option {
		right: 0;
	}

	header .topMenu nav .pc li .menu_body ul li>.sub2Option>li:last-child {
		border-bottom: 0;
	}

	header .topMenu nav .pc li .menu_body ul li>div a {
		padding: 15px 20px;
	}

	footer {
		padding: 0px 0 35px;
	}

	footer #footer-links {
		width: calc(48% - 40px);
	}

	footer #footer-menu {
		width: 48%;
	}

	footer #footer-info {
		margin: 15px 0;
		width: 100%;
	}

	footer #footer-info ul li {
		padding-right: 15px;
		width: calc(50% - 20px);
		display: inline-block;
	}

	.phoneWrap {
		display: block;
	}
}

@media screen and (max-width: 980px) {
	footer #footerCompany .footernav {
		justify-content: flex-start;
	}
}

@media screen and (max-width: 768px) {
	.container {
		width: 85%;
	}


	footer #footerCompany .footernav li {
		width: 20%;
	}

	header .topMenu nav .pc {
		padding: 40px 5%;
	}

	footer #footerCompany .row {
		flex-wrap: wrap;
	}

	footer #footerCompany .row .section:nth-child(2) {
		padding: 15px 0px;
	}

	footer #footerCompany .row .section {
		width: 50%;
		padding: 15px 0px;
	}

	footer #footerCompany .row .section:first-child {
		width: 100%;
	}

}

@media screen and (max-width: 640px) {

	footer #footerCompany .row,
	footer #footerCompany .comlist,
	footer #footerCompany .fcontact,
	footer #footerCompany .footernav {
		width: 100%;
		max-width: 100%
	}

	footer #footerCompany .row:nth-child(3) {
		margin-bottom: 50px
	}

	footer #footerCompany .row:last-child,
	footer #footerCompany .footernav li {
		text-align: left;
	}

	#footerSet .info,
	#footerSet .info .SeoWebFooter {
		text-align: center;
	}

	#footerSet .info {
		width: 100%
	}

	#trs1 img {
		height: 100vh !important;
	}

	#trs #trs2 img,
	#trs #trs3 img {
		height: 100vh !important;
	}
}

@media screen and (max-width: 680px) {
	footer #footer-links #qrcode {
		display: none;
	}

	footer #footer-info ul li {
		padding-right: 0;
		width: auto;
		display: block;
	}
}

@media screen and (max-width: 480px) {
	footer #footerCompany .row .section {
		width: 100%;
	}

	footer #footerCompany .row:last-child {
		text-align: left;
	}

	footer #footerCompany #footer-FB {
		display: block;
		width: 85%;
	}

	footer #footerCompany #footer-qrcode {
		display: block;
		width: 150px;
	}

	footer #footerCompany #footer-map {
		width: 70px
	}

	.web {
		font-size: 6pt
	}


}

@media screen and (max-width: 540px) {
	footer #footerCompany .footernav li {
		width: 25%;
	}
}

@media screen and (max-width: 480px) {
	footer #footerCompany .footernav li {
		width: 33.3%;
		margin: 0;
	}
}

@media screen and (max-width: 420px) {
	header #translate form {
		right: 0px;
	}

	header .topBox font {
		padding: 6px 15px;
	}
}

@media screen and (max-width: 400px) {
	header .topBox font:first-child {
		display: none;
	}
}