@import url('/css/fontawesome-all.css');
@import url('/css/font-awesome.min.css');
@import url('/css/fontawesome.min.css');
@import url('/css/SeoJump.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@200;300;400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

*:focus {
	outline: none
}

body {
	margin: 0
}

body::selection {
	background: #dedede;
	text-shadow: none
}

body::-webkit-scrollbar {
	width: 5px
}

body::-webkit-scrollbar-track {
	background: #d0d0d0
}

body::-webkit-scrollbar-thumb {
	background: #3c3c3c
}

body::-webkit-scrollbar-thumb:hover {
	background: #222222
}

header,
footer,
div,
nav,
article,
h2,
h3,
h4,
h5,
h6,
hr,
p,
form,
label,
input,
textarea,
li,
img,
span,
font,
strong,
b,
a,
i {
	text-align: left;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	font-weight: 300;
	line-height: 170%;
	border-width: 0;
	font-size: max(1.1 * (1vw + 1vh) / 2, 16px);
	word-wrap: break-word;
	word-break: break-all;
	font-family: 'Montserrat', 'Noto Sans TC', serif;
	color: #3a3a3a
}

ul {
	padding: 0
}

/* general class set */
.txt_clamp {
	overflow: hidden;
	height: 27px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1
}

.d_inblock.txt_clamp {
	display: -webkit-inline-box
}

.atag_item {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0
}

.svg_clip {
	width: 0;
	height: 0
}

.pos_rel {
	position: relative
}

article,
h2,
h3,
h4,
h5,
h6,
hr,
p,
form,
label,
ul,
li,
span,
font,
strong,
b,
a,
i {
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

:before,
:after {
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

.svg_clip {
	width: 0;
	height: 0
}

ul,
ol {
	list-style: none
}

fieldset {
	border: 0
}

input,
button,
select,
textarea {
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

img {
	max-width: 100%
}

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
}

/* a.photo */
a.photo,
.bgBox {
	overflow: hidden;
	background: no-repeat 50% / cover;
	display: block
}

/* fancybox */
[class^="fancybox-"],
[class^="fancybox-"] *,
.slick-track,
.fa,
.fas,
.fa:before,
.fas:before,
.fa:after,
.fas:after {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none
}

/* webBox */
.webBox {
	position: relative;
	overflow: hidden;
	width: 100%
}

.webBox .pageh1 {
	position: absolute;
	top: 0;
	z-index: 1;
	display: none
}

.webBox .wrapper {
	position: relative;
	z-index: 2
}

/* workframe */
.workframe {
	position: relative;
	margin: 0 auto;
	width: 1280px
}

/* Sitemap */
#Sitemap #jsonUL a {
	color: #6d6d6d
}

/* bgTxt */
.bgTxt {
	position: relative;
	z-index: 1
}

.bgTxt.title {
	display: inline-block;
	width: 100%;
	text-align: center;
	font-size: 4rem;
	color: #bdad84;
	letter-spacing: .05em;
	font-weight: 400;
	text-transform: uppercase;
	padding: 0 0 1vw;
	display: flex;
	flex-direction: column;
	align-items: center
}

.bgTxt.title .titleEn,
.serviceArea .titleBox .titleEn {
	color: #242424;
	border-bottom: 1px solid #242424;
	font-weight: 500;
	line-height: 140%;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	margin-bottom: 10px;
	display: inline-block;
	text-align: center;
	font-family: "Lora", serif;
}

.bgTxt.title h1,
.bgTxt.title h3 {
	color: #242424;
	text-align: center;
	margin-top: -3px
}

.bgTxt.title h3 {
	font-size: 36px;
	letter-spacing: 5.5px;
	font-weight: 500;
}

/* more */
p.more {
	padding: 0;
	text-align: center
}

p.more a {
	position: relative;
	overflow: hidden;
	padding: 8px 40px;
	display: inline-block;
	align-items: center;
	border: 1px rgb(189 173 132 / 20%) solid;
	letter-spacing: .06em;
	line-height: 30px;
	transition: 1.2s ease 1.8s;
	transform: translateY(0%)
}

p.more a:before {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #bdad84;
	top: 0;
	left: 0;
	transform: translateY(110%);
	transition: .4s cubic-bezier(.23, 1, .32, 1);
	content: ""
}

p.more a font {
	position: relative;
	display: inline-block;
	font-size: 13px;
	color: #bdad84;
	padding-bottom: 5px;
	z-index: 2;
	font-family: 'Cormorant', serif
}

/* header */
header {
	position: fixed;
	width: 100%;
	font-size: 0;
	top: 0;
	left: 0;
	z-index: 999
}

header.headerfixed {
	background: #2a2728;
}

header .top-wrap {
	position: relative;
	max-width: 100%;
	align-items: center;
	transition: all 0.5s;
	display: flex
}

header #cis {
	display: inline-block;
	text-align: center;
	width: 255px;
	margin-left: 100px
}

header.headerfixed #cis {
	width: 210px;
}

header #menuIcon {
	width: 40%;
	display: inline-block;
	text-align: right;
	color: #bdad84;
	vertical-align: top
}

header #menuIcon b {
	padding: 10px 0;
	display: inline-block
}

header #menuIcon font {
	position: relative;
	margin-right: 10px;
	width: 25px;
	height: 25px;
	display: inline-block;
	text-align: center;
	line-height: 23px;
	color: #555555;
	vertical-align: middle
}

header #menuIcon span {
	position: absolute;
	width: 20px;
	height: 2px;
	background: #ffffff;
	display: block;
	top: 5px;
	left: 3px
}

header #menuIcon span:nth-child(2) {
	width: 13px;
	top: 12px;
	left: 10px
}

header #menuIcon span:nth-child(3) {
	top: 19px
}

header #menuIcon[data-type="2"] span:nth-child(1) {
	-webkit-transform: translate3d(0, 7px, 0) rotate(45deg);
	transform: translate3d(0, 7px, 0) rotate(45deg);
	transition-delay: 0.1s
}

header #menuIcon[data-type="2"] span:nth-child(2) {
	width: 0;
	height: 0
}

header #menuIcon[data-type="2"] span:nth-child(3) {
	-webkit-transform: translate3d(0, -7px, 0) rotate(-45deg);
	transform: translate3d(0, -7px, 0) rotate(-45deg);
	transition-delay: 0.1s
}

header #mbMenu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 15px 0 0px;
	margin: 0 auto;
	justify-content: flex-end;
	flex: 1;
	margin-right: 100px;
}

header #mbMenu .btnBox {
	text-align: right
}

header #mbMenu .btnBox a {
	margin: 0 10px;
	height: 27px;
	display: inline-block;
	line-height: 27px;
	color: #bdad84
}

header #mbMenu nav>ul {
	position: relative;
	text-align: center;
	font-size: 0;
	padding: 0
}

header #mbMenu nav>ul>li {
	position: relative
}

header #mbMenu nav>ul>li>p>a {
	color: #ffffff;
	display: flex;
	font-size: 16px;
	font-weight: 400;
	padding: 25px 10px;
	letter-spacing: 1.5px;
	flex-direction: column;
	align-items: center
}

header #mbMenu nav>ul>li>p>a:after {
	content: '◆';
	font-size: 12px;
	position: absolute;
	bottom: -40px;
	color: #ebb612;
	zoom: 95%
}

header #mbMenu nav>ul>li:hover>p>a:after {
	bottom: 4px
}

header #mbMenu nav>ul>li>p>a:hover {
	color: #ebb612;
}

header #mbMenu nav>ul>li .menu_body ul {
	position: relative;
	font-size: 0;
	text-align: center;
	box-shadow: 3px 2px 6px rgb(147 147 147 / 42%);
}

header #mbMenu nav>ul>li .menu_body .subOption li {
	position: relative;
	overflow: hidden;
	display: inline-block;
	border-bottom: 0
}

header #mbMenu nav>ul>li .menu_body .subOption li>div a {
	width: 150px;
	color: #2e2e2e;
	max-height: initial;
	overflow: hidden;
	-webkit-line-clamp: 1;
	text-overflow: ellipsis;
	font-size: 14px;
	display: block;
	letter-spacing: 0.8px;
	padding: 10px 15px
}

/*abcallJtop*/
.abcallJtop {
	display: flex;
	position: absolute;
	bottom: 30px;
	left: -120px
}

.abcallJtop a {
	display: flex;
	flex-direction: column;
	align-items: center;
	background: #ca2423;
	padding: 10px 70px
}

.abcallJtop a p {
	color: white;
	font-weight: 400;
	font-size: 17px
}

.abcallJtop a span {
	color: white;
	font-size: 27px;
	font-family: "Lora", serif
}

.abcallJtop a .cn01 {
	display: flex;
	align-items: center
}

.abcallJtop a .cn02 {
	display: flex
}

.abcallJtop svg {
	width: 23px;
	height: 23px;
	fill: #ffffff;
	margin-right: 6px
}

/* hSearch */
header form[name="hSearch"] {
	position: absolute;
	border: 1px solid #bdad84;
	box-shadow: 0 0 10px #bdad84;
	background: #fff;
	right: 245px;
	top: -100%;
	opacity: 0;
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-ms-transition-duration: .3st;
	-o-transition-duration: .3s;
	transition-duration: .3s
}

header form[name="hSearch"] input {
	margin: 5px 0;
	padding: 5px 20px;
	background: transparent;
	color: #6d6d6d
}

header form[name="hSearch"]:before {
	position: absolute;
	width: 1px;
	height: 25px;
	background: #bdad84;
	display: inline-block;
	right: 59px;
	top: calc((100% - 25px) / 2);
	content: ""
}

header form[name="hSearch"] a {
	padding: 0 20px;
	display: inline-block;
	color: #888
}

header form#hSearch {
	top: 53px;
	opacity: 1
}

/* footer */
footer {
	position: relative;
	background: #f3f3f3;
	padding: 40px 0 60px;
	z-index: 2;
}

footer:before {
	content: "";
	position: absolute;
	background: url(/images/46/footer_bg.jpg);
	width: 73%;
	height: 120%;
	right: 0;
	top: -16%;
	z-index: 0;
	background-size: cover;
}

footer:after {
	content: "";
	position: absolute;
	width: 2px;
	height: calc(100% + 120px);
	background: rgb(221 221 221 / 57%);
	left: 6%;
	top: 0;
}

footer a {
	color: #f7f7f7
}

footer .footercont .title h3.contact-txt {
	position: relative;
	width: 155px;
	margin: 0 auto
}

footer .footercont .title h3:before,
footer .footercont .title h3:after {
	position: absolute;
	top: 16px;
	left: 150px;
	right: 150px;
	width: 150px;
	height: 1px;
	background: #bdad84;
	content: ""
}

footer .footercont .title h3:after {
	left: auto
}

footer .footercont ul {
	vertical-align: top;
	margin-left: 0;
	margin-top: 0;
	width: 100%;
	display: flex;
}

footer .footercont ul.extralist {
	padding-top: 0;
	margin-top: 0
}

footer .footercont ul li {
	width: calc((100% /1) - 10px);
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 2px
}

footer .footercont ul {}

footer .footercont ul li.extra {
	width: calc((100% / 1) - 10px)
}

footer .footercont ul li font.fenfiest {
	width: 66px;
	margin-left: 0
}

footer .footercont ul li.extra font.fenfiest {
	width: 120px
}

footer .footercont ul li font.fensre {
	width: calc(100% - 131px)
}

footer #footerInfo #sitefooter font.fensre a {
	display: flex
}

footer #footerInfo #sitefooter font.fensre a img {
	width: 20px;
	height: 20px
}

footer .footercont ul li i {
	color: #e4e0d8;
	font-size: 18px;
	width: 20px;
	text-align: center;
	display: none
}

footer .footercont ul li font {
	color: #ffffff;
	width: calc(100% - 80px);
	display: flex
}

footer .footercont ul li.plus-information img {
	position: absolute;
	max-width: 150px;
	bottom: 100%;
	left: 0;
	z-index: 8;
	max-height: 150px;
	display: none
}

footer #footerInfo {
	position: relative;
	padding: 40px 0 50px;
	font-size: 0;
	display: flex;
	width: min(90%, 1510px);
	margin: auto;
	justify-content: space-between
}

footer #footerInfo .mamalist {
	position: relative;
	display: flex;
	justify-content: flex-end;
	margin-bottom: 60px;
}

footer #footerInfo .mamalist:before {
	position: absolute;
	content: "";
	width: 150%;
	right: -27%;
	height: 1px;
	background: rgb(255 255 255 / 34%);
	bottom: -20px;
}

footer #footerInfo .mamalist a {
	padding: 0 10px;
	margin-bottom: 10px;
}

footer #footerInfo .leftBox {
	width: 300px;
	margin-right: 10px;
}

footer #footerInfo .rightBox {
	display: flex;
	width: 65%;
	flex-direction: column;
}

footer #footerInfo .rightBox .fooJtitle {
	font-size: max(1.8 * (1vw + 1vh) / 2, 16px);
	font-weight: 400;
	color: white;
	margin-bottom: 8px;
}

footer #footerInfo .leftBox .row {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start
}

footer #footerInfo .leftBox #g-map {
	position: absolute;
	bottom: -259px;
	width: 400px;
}

footer #footerInfo .leftBox #g-map iframe {
	width: 100%;
	width: min(100%, 400px);
	aspect-ratio: 4/2.2;
}

footer #footerInfo .row {
	text-align: center;
	display: flex;
	margin-bottom: 0;
	width: 100%;
}

footer #footerInfo #sitefooter .footercont {
	display: flex;
	flex-direction: column;
}

footer #footerInfo #sitefooter .fooicoo {
	width: 25%;
}

footer #footerInfo #sitefooter .fooicoo svg {
	width: 29px;
	aspect-ratio: 1/1;
	fill: aliceblue;
	background: #2e2e2e;
	padding: 9px;
	border-radius: 50%;
}

footer #footerInfo .footercont ul {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 55px;
}

footer #footerInfo .footercont ul li {
	width: calc((100% / 2) - 10px);
}

footer #footerInfo .row #flogo {
	text-align: center;
	margin-bottom: 10px
}

footer #footerInfo .row #flogo img {
	width: 246px
}

footer #footerInfo .row #flogo a {
	margin-bottom: 10px;
	display: inline-block
}

footer #footerInfo .row .foot {
	margin-right: 0;
	display: inline-block;
	font-size: 13px;
	color: #fff;
	letter-spacing: 0
}

footer #footerInfo .row .foot.text {
	color: #ffffff
}

footer #footerInfo #sitefooter>div {
	text-align: center;
	width: calc(100% - 0px);
}

footer #footerInfo #sitefooter>div a {
	display: inline-block;
	color: #fff;
	font-size: max(1.1 * (1vw + 1vh) / 2, 15px);
	font-weight: 300;
	letter-spacing: 0
}

footer #footerInfo #sitefooter #community {
	padding: 0;
	width: 150px
}

footer #footerInfo #sitefooter #community .social {
	display: flex;
	justify-content: flex-end
}

footer #footerInfo #sitefooter #community .social li a {
	padding: 0 10px;
	width: auto;
	height: auto;
	background: unset;
	margin: 0
}

footer #footerInfo #sitefooter #community .social li a img {
	padding-top: 3px;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center
}

footer #footerInfo #sitefooter #community a svg {
	width: 60%;
	height: 60%;
	fill: #fffc
}

footer #copyright {
	display: flex;
	align-items: flex-start;
	opacity: 0.4
}

footer #copyright .foot,
footer #copyright .foot a {
	letter-spacing: 0.5px;
	color: #ffffff;
	font-size: 13px;
	vertical-align: bottom
}

footer #copyright .text {
	margin-left: 0
}

.contactArea {
	background-color: #bdad84;
	border-top: #a5946a 5px solid;
	background: url(/images/46/img_n_t_bg.png) repeat top/contain
}

.contactArea .wrap {
	max-width: 1280px;
	height: 100px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: space-between;
	position: relative;
	background-image: none;
	padding-top: 0;
	z-index: initial;
	margin: auto;
	padding: 0
}

.contactArea .titleBox .title {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 100%;
	margin-left: 8px;
	font-size: 30px;
	letter-spacing: 0;
	color: #ffffff;
	font-family: 'Cormorant', serif
}

.contactArea .rightBox {
	display: flex
}

.contactArea .rightBox .item {
	padding: 0;
	position: relative
}

.contactArea .rightBox .item a {
	display: flex;
	align-items: center
}

.contactArea .rightBox .item a:hover .iconBox circle {
	animation: progressCircleAnimation 4s infinite linear
}

.contactArea .rightBox .item a:hover span {
	text-shadow: 1px 1px 6px #ad9c6d
}

.contactArea .rightBox .item .iconBox {
	display: inline-block;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.2);
	position: relative;
	margin-right: 18px
}

.contactArea .rightBox .item .iconBox .path {
	display: block;
	width: 44px;
	height: 44px;
	fill: none;
	stroke-dashoffset: 0;
	stroke-dasharray: 153.86;
	stroke: #fff;
	stroke-width: 1px;
	transform: rotate(-90deg);
	position: absolute;
	opacity: 0
}

.contactArea .rightBox .item .iconBox i {
	display: block;
	filter: brightness(0) invert(1);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	text-align: center;
	font-size: 20px
}

.contactArea .rightBox .item span {
	display: inline-block;
	font-size: 26px;
	line-height: 23px;
	letter-spacing: 2px;
	color: #fff;
	font-weight: 500;
	font-family: 'Noto Serif TC', serif
}

.contactArea .rightBox .item b {
	font-size: 30px;
	line-height: 23px;
	letter-spacing: 1px;
	color: #fff;
	font-weight: 300;
	margin-right: 10px;
	opacity: 0.6;
	font-family: 'Noto Serif TC', serif
}

/* webSeo */
#webSeo {
	position: relative;
	overflow: hidden;
	padding: 4px 0;
	margin-top: 0;
	background: #5a5140
}

#webSeo .js-marquee-wrapper *,
#webSeo .js-marquee *,
#webSeo .seo * {
	font-size: 13px;
	color: #b9ac8e;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
	font-weight: 200;
	font-family: 'Noto Serif TC'
}

/* gotop */
.gotop {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 990;
	width: 40px;
	height: 41px;
	background: #9a9a9a;
	border-radius: 50%;
	display: block;
	text-align: center;
	line-height: 41px
}

.gotop a {
	color: #fff;
	opacity: 1;
	font-family: 'Cormorant', serif;
	font-weight: 500;
	font-size: 13px
}

.gotop span {
	position: relative;
	margin: 0 auto 10px;
	width: 1px;
	height: 20px;
	background: #000;
	display: none;
	animation: gotop 2s infinite alternate ease-in-out;
	-webkit-animation: gotop 2s infinite alternate ease-in-out
}

.gotop span:before {
	position: absolute;
	border-left: 4px solid transparent;
	border-bottom: 7px solid #000;
	border-right: none;
	border-top: none;
	display: block;
	top: -5px;
	left: -3px;
	content: ""
}

/* SeoStarRating */
#SeoStarRating font {
	margin-right: 5px;
	display: inline-block;
	vertical-align: bottom
}

#SeoStarRating font:first-child {
	font-size: 14px;
	color: #bdad84
}

#SeoStarRating font:nth-child(2) {
	font-size: 16px;
	color: #bdad84
}

#SeoStarRating font:last-child {
	color: #6D6D6D;
	font-size: 14px
}


@media screen and (min-width: 1025px) {
	.phoneWrap {
		display: none !important;
	}

	footer #footerCompany .plus-information a:hover img {
		display: block
	}
}

@media screen and (max-width: 1024px) {
	.phoneWrap {
		display: flex;
		position: fixed;
		bottom: 0px;
		left: 0px;
		width: 100%;
		z-index: 5;
		flex-direction: column
	}

	.phoneWrap ul {
		display: flex;
		padding: 0;
		margin: 0
	}

	.phoneWrap ul li {
		width: 50%;
		box-sizing: border-box;
		background-color: #2a2728;
	}

	.phoneWrap ul li+li {
		border-left: 1px solid #fff
	}

	.phoneWrap ul li a {
		display: inline-block;
		width: 100%;
		color: #fff;
		text-align: center;
		padding: 4px 0px
	}

	footer {
		padding: 40px 0 40px
	}

	footer #footerInfo #sitefooter .footercont {
		display: flex;
		width: 100%
	}
}

@media (max-width: 1540px) {
	.contactArea .wrap {
		padding: 0 20px
	}

	header #cis {
		margin-left: 60px;
		width: 190px
	}
	header.headerfixed #cis{width: 170px}
	header #mbMenu{margin-right: 45px;}

	header #rightBox {
		margin-right: 30px
	}
}
@media (max-width: 1470px) {
	footer:after{
    left: 3%;
}
	footer #footerInfo #sitefooter .fooicoo svg{
    width: 22px;
}
}

@media screen and (min-width: 1281px) {

	header #webmenu li .menu_body .subOption li>div a:hover,
	header #linelink .member_other p a:hover {
		color: var(--white);
		background-color: #000
	}

	p.more a:hover {
		border-color: #bdad84
	}

	p.more a:hover:before {
		transform: translateY(0)
	}

	header #rightBox .socialBox a:hover img {
		transform: translateY(-15%)
	}

	p.more a:hover font {
		color: #fff
	}

	header #menuIcon {
		display: none
	}

	header #mbMenu nav>ul>li {
		overflow: hidden;
		display: inline-block
	}

	header #mbMenu nav>ul>li:hover,
	header #mbMenu nav>ul>li .menu_body .subOption>li:hover,
	header #mbMenu nav>ul>li .menu_body .sub2Option>li:hover {
		overflow: visible
	}

	header #mbMenu nav>ul>li .menu_body .subOption li>div p:hover {
		background: #deac11;
	}

	header #mbMenu nav>ul>li .menu_body .subOption li>div p:hover a {
		color: #fff
	}

	header #mbMenu nav ul li b {
		display: none
	}

	header #mbMenu nav>ul>li .menu_body,
	header #mbMenu nav>ul>li .menu_body .subOption li ul {
		position: absolute;
		left: calc(50% - 100px);
		background: #ffffff;
		z-index: 1;
		opacity: 0;
		transform: translateY(20px);
		transition: all .3s ease-out
	}

	header #mbMenu nav>ul>li:hover .menu_body {
		opacity: 1;
		transform: translateY(0)
	}

	header #mbMenu nav>ul>li .menu_body .subOption li ul {
		top: 0;
		left: 200px;
		background: #bdad84;
		-webkit-transform: translateY(0);
		-webkit-transform: translateX(30px);
		transform: translateY(0);
		transform: translateX(30px)
	}

	header #mbMenu nav>ul>li:last-child .menu_body .subOption li ul {
		left: auto;
		right: 200px
	}

	header #mbMenu nav>ul>li .menu_body .subOption li:hover ul.sub2Option,
	header #mbMenu nav>ul>li .menu_body .subOption li ul.sub2Option li:hover ul.sub3Option {
		opacity: 1;
		transform: translateX(0)
	}

	footer #footerInfo #sitefooter #community a:hover {
		color: #bdad84
	}

	footer #footerInfo #sitefooter #community a:hover svg {
		fill: #bdad84
	}
}

@media screen and (max-width: 1280px) {

	header #linelink .member_other,
	header #linelink[data-type="2"] .member_other {
		right: -50%;
		width: 120px;
		-webkit-transform: translate(0%, 70%);
		transform: translate(0%, 70%)
	}

	header #linelink .member_other p a {
		padding: 13px 10px
	}

	.bgTxt.title h3 {
		font-size: 30px;
		letter-spacing: 7.5px
	}

	.workframe,
	footer #footerInfo,
	.contactArea .wrap {
		width: 90%
	}
	footer #footerInfo{
    display: flex;
    flex-direction: column;
}
	footer #footerInfo .leftBox{
    width: 100%;
}
	footer #footerInfo .leftBox .row{
    display: flex;
    flex-direction: column;
    align-items: center;
}
	footer #footerInfo .rightBox{
    width: 100%;
}
	footer #footerInfo .mamalist{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
	footer:before{
    width: 100%;
    top: auto;
    height: 70%;
    bottom: 0;
}
	footer:after{
    display: none;
}
	footer #footerInfo .leftBox #g-map{
    position: relative;
    bottom: 0;
    margin-bottom: 50px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

	header .top-wrap {
		margin: 15px 25px;
		display: flex;
		justify-content: space-between
	}

	header #rightBox {
		margin: 0;
		display: none
	}

	header #cis {
		display: inline-block;
		text-align: left;
		margin-left: 0;
		width: 170px;
	}

	header #mbMenu {
		overflow-y: scroll;
		position: fixed;
		top: 70px;
		left: 0;
		width: 100%;
		height: 0;
		margin-left: auto;
		padding: 0;
		-webkit-transition-duration: .35s;
		transition-duration: .35s;
		background: #2d2a2b;
		display: inline-block
	}

	header #mbMenu::selection {
		background: #dedede;
		text-shadow: none
	}

	header #mbMenu::-webkit-scrollbar {
		width: 5px
	}

	header #mbMenu::-webkit-scrollbar-track {
		background: #d0d0d0
	}

	header #mbMenu::-webkit-scrollbar-thumb {
		background: #4d4d4d
	}

	header #mbMenu::-webkit-scrollbar-thumb:hover {
		background: #b1b1b1
	}

	header #mbMenu nav {
		margin-top: 50px;
		padding-bottom: 400px;
		margin: 0 10px
	}

	header #mbMenu nav ul li {
		width: 100%;
		text-align: center;
		border-bottom: 1px #bdad8440 solid;
		display: block
	}

	header #mbMenu nav ul li:last-child {
		border-bottom: none
	}

	header #mbMenu nav>ul>li>p {
		position: relative
	}

	header #mbMenu nav>ul>li>p a {
		padding: 20px 50px 20px 60px;
		font-size: 15px;
		text-align: center;
		color: #fff
	}

	header #mbMenu nav>ul>li>p>a:hover {
		color: #c8c5c5
	}

	header #mbMenu nav>ul>li>p>a:after {
		display: none
	}

	header #mbMenu nav>ul>li>p b,
	header #mbMenu nav>ul>li .menu_body .subOption li .bo b {
		position: absolute;
		padding: 10px 10px;
		color: #ffffff;
		right: 0;
		padding-left: calc(100% - 50px);
		width: 35px;
		height: 45px;
		display: inline-block;
		text-align: center;
		line-height: 41px;
		top: calc((100% - 60px) / 2);
		left: 0;
		cursor: pointer
	}
	header #mbMenu nav>ul>li>p b .fa{
    color: white;
}
	header #mbMenu nav>ul>li .menu_body,
	header #mbMenu nav>ul>li .menu_body .sub2Option,
	header #mbMenu nav>ul>li .menu_body .sub3Option {
		display: none;
		-webkit-transition: none;
		-moz-transition: none;
		-ms-transition: none;
		-o-transition: none;
		transition: none
	}

	header #mbMenu nav>ul>li .menu_body .subOption {
		padding: 20px 0 35px;
		background: rgb(217 217 217 / 10%)
	}

	header #mbMenu nav>ul>li .menu_body .subOption li .bo {
		position: relative
	}

	header #mbMenu nav>ul>li .menu_body .subOption li>div a {
		width: 100%;
		border-bottom: 0;
		color: #dbdbdb;
	}

	header #mbMenu nav>ul>li .menu_body .subOption li>div p {
		padding: 10px 30px
	}

	header #mbMenu nav>ul>li .menu_body .subOption li .sub3Title a {
		color: #bdad84
	}

	header #mbMenu nav>ul>li .menu_body .sub2Option,
	header #mbMenu nav>ul>li .menu_body .sub3Option {
		background: rgb(240 216 211 / 0.2);
		padding: 25px 0
	}

	header #mbMenu nav>ul>li .menu_body .sub3Option li>div a {
		color: #d7a297
	}

	header #mbMenu nav>ul>li .menu_body .subOption li .bo b {
		padding: 10px 40px
	}

	header #mbMenu[data-type="2"] nav {
		padding: 30px;
		height: calc(100vh - 139px)
	}

	header form#hSearch {
		top: 131px;
		right: 235px
	}

	footer .footercont {
		width: 90%
	}

	footer #footerInfo #sitefooter {
		margin-left: 0;
		width: 100%
	}
}

@media screen and (max-width: 1180px) {
	footer #footerInfo {
		display: flex;
		flex-direction: column;
		align-items: center;
		padding: 20px 0 10px
	}

	footer #footerInfo .leftBox,
	footer #footerInfo .row {
		width: 100%;
		margin: auto;
		text-align: center;
		display: flex;
		justify-content: center
	}

	footer #footerInfo .leftBox {
		margin-bottom: 10px
	}

	footer #footerInfo .rightBox,
	footer #footerInfo #sitefooter {
		width: 100%;
		display: flex;
		flex-direction: column;
		flex-wrap: wrap
	}

	footer #footerInfo #sitefooter #community {
		width: 100%
	}

	footer #footerInfo #sitefooter>div {
		width: calc(100% - 70px);
		margin: auto
	}

	footer .footercont ul {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		padding-left: 0
	}

	footer .footercont ul li {
		width: 100%
	}

	footer #footerInfo #sitefooter #community .social {
		display: flex;
		justify-content: center
	}

	footer #copyright {
		display: flex;
		align-items: baseline;
		justify-content: center;
		padding: 10px 0
	}

	.contactArea .rightBox {
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center
	}

	.contactArea .rightBox .item a {
		width: 100%
	}

	.contactArea .wrap {
		padding: 30px 0
	}

	.contactArea .titleBox {
		width: 100%;
		text-align: center
	}
}

@media screen and (max-width: 980px) {
	footer #footerInfo .footercont ul li{
    width: 100%;
}
	footer #footerInfo #sitefooter .fooicoo{width: 100%;}
	.bgTxt.stitle {
		position: relative;
		font-size: 10vw;
		-webkit-writing-mode: inherit;
		writing-mode: inherit
	}

	.bgTxt.title .titleEn {
		margin-bottom: 4px
	}

	.bgTxt.title {
		font-size: 2rem;
		margin-bottom: 15px
	}

	.bgTxt.title h3 {
		margin-top: 0px;
		font-size: 27px;
		letter-spacing: 5.5px
	}

	header {
		padding: 15px 4%;
		width: 94%;
		background: #1a1819;
	}

	header .top-wrap {
		margin: 0
	}

	header.headerfixed #mbMenu {
		top: 60px
	}

	header.headerfixed .top-wrap {
		margin: 0
	}

	footer a {
		font-size: 14px
	}

	footer .footercont:before,
	footer .footercont:after {
		background-size: 75%;
		background-repeat: no-repeat;
		top: -60px;
		bottom: -120px;
		right: -130px
	}

	footer .footercont:after {
		top: auto;
		left: -42px
	}

	footer .footercont .title h3:before,
	footer .footercont .title h3:after {
		display: none
	}

	.gotop {
		bottom: 50px
	}
}

@media (max-width: 840px) {
	.contactArea .wrap {
		padding: 20px 0 15px;
		height: auto
	}

	.contactArea .titleBox::before {
		width: 16px;
		left: calc(50% - 8px);
		display: none
	}

	.contactArea .rightBox {
		width: 100%;
		justify-content: center;
		flex-wrap: wrap
	}

	.contactArea .rightBox .item {
		padding: 9px 0px
	}

	.contactArea .rightBox .item .iconBox {
		margin-right: 15px;
		width: 34px;
		height: 34px
	}

	.contactArea .rightBox .item .iconBox i {
		font-size: 15px
	}

	.contactArea .rightBox .item b,
	.contactArea .rightBox .item span {
		font-size: 20px
	}

	footer #footerInfo #sitefooter .footercont {
		display: flex;
		flex-direction: column
	}

	footer .footercont ul {
		width: 100%
	}
}

@media screen and (max-width: 640px) {
	header #mbMenu .btnBox {
		text-align: center;
		padding: 0
	}

	header form[name="hSearch"] {
		top: 143px;
		right: -100%
	}

	header form#hSearch {
		top: 143px;
		right: calc(35% / 2)
	}

	footer .footercont ul {
		padding: 2vh 0 0;
		margin-left: 0
	}

	footer .footercont ul li.extra {
		width: calc((100% / 1) - 10px)
	}

	footer .footercont ul:last-child {
		padding: 0 0 1vh
	}

	footer .footercont .title h3.contact-txt {
		font-size: 12px;
		margin-top: -10px
	}

	footer #copyright {
		display: flex;
		flex-direction: column;
		margin-top: 0;
		padding: 0
	}
}

@media (max-width: 440px) {
	.contactArea .rightBox .item:nth-child(1)::before {
		display: none
	}
}