.wow {
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1.2s;
	animation-duration: 1.2s
}

.deck01 {
	opacity: 1
}

.tit .deckTop {
	margin-bottom: 30px
}

.tit .deckTop h2 {
	letter-spacing: 2.5px;
	position: relative
}

.deckTop {
	animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown
}

.deckTop h3 {
	position: relative;
	margin: 0 0 40px;
	font-size: 20px;
	font-weight: 600;
	color: #242424;
	letter-spacing: 1px;
	z-index: 1
}

.deckTop p {
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 10px
}

.deckTop p font {
	color: #252525;
	font-size: 52px;
	line-height: 120%;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1.5px
}

.deckTop p font:nth-child(2) {
	color: #252525;
	-webkit-text-stroke: 2px #252525;
	-webkit-text-fill-color: transparent
}

.littetitle {
	display: flex;
	flex-direction: column
}

#po_newbox .littetitle {
	align-items: center;
}

#po_newbox .aos-animate .littetitle .Jlino {
	position: absolute;
	top: -70px;
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

#po_newbox .aos-animate .littetitle .Jdion {
	position: absolute;
	bottom: -19px;
	left: calc(50% - 15px);
}

.littetitle .ame {
	line-height: 180%;
	font-weight: 300;
	font-size: max(1.6 * (1vw + 1vh) / 2, 20px);
	display: flex;
	align-items: center;
}

.aos-animate .littetitle .Jlino {
	width: 100px;
	height: 2px;
	background: #cc8b00;
}

.aos-animate .littetitle .Jdion {
	width: 12px;
	aspect-ratio: 1/1;
	background: #cc8b00;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-left: 10px;
	margin-right: 17px;
	animation: loading 3s linear infinite;
}

@keyframes loading {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.littetitle .mr_top {
	font-size: 19px;
	margin-top: 3px;
	font-weight: 500;
	margin-bottom: 56px
}

.littetitle h3 {
	color: #4a423e;
	font-size: max(8 * (1vw + 1vh) / 2, 20px);
	position: relative;
	line-height: 120%;
	font-weight: 600;
	letter-spacing: 0.02em;
	display: flex;
	font-family: "Playfair Display", "cwTeXFangSong", sans-serif;
}

#wrapBox {
	background-image: url(/images/43/web_bg.jpg);
	position: relative;
	margin-top: 0;
	z-index: 1;
	padding-top: 0;
	background-position: 50% 50%;
}

.aos-init {
	-webkit-transition: all 0.9s ease-in-out;
	-moz-transition: all 0.9s ease-in-out;
	-o-transition: all 0.9s ease-in-out;
	-ms-transition: all 0.9s ease-in-out
}

#ch_wall {
	position: relative;
	margin-top: -300px;
	z-index: 3;
}

/*po_porduct*/
#po_porduct {
	position: relative;
	padding: 5px 0 100px;
	background: url(/images/43/spimg.jpg);
	margin-top: 0;
	z-index: 2;
}

#po_porduct:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 400px;
	top: 0;
	background: linear-gradient(to bottom, #ecebeb, rgb(237 235 236 / 26%));
}

#po_porduct .po-_box {
	display: flex;
	position: relative;
	left: 10%;
}

#po_porduct .po-_box .po_leftbox {
	display: flex;
	flex-direction: column;
	width: 30%;
}

#po_porduct .po-_box .po_leftbox .imfotext {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	height: 100%;
}

#po_porduct .po-_box .po_leftbox .phtoteext {
	display: flex;
	width: 100%;
	flex-direction: column;
}

#po_porduct .po-_box .po_leftbox .bomitem {
	display: flex;
	flex-direction: column;
}

#po_porduct .po-_box .po_leftbox .bomitem h3 {
	font-size: max(3 * (1vw + 1vh) / 2, 28px);
	font-weight: 400;
}

#po_porduct .po-_box .po_leftbox .bomitem p {
	font-size: max(1.6 * (1vw + 1vh) / 2, 20px);
}

#po_porduct .po-_box .po_leftbox .bomitem .npev_box {
	display: flex;
	justify-content: space-between;
	margin-top: 85px;
}

#po_porduct .po-_box .po_leftbox .bomitem .npleft {
	display: flex;
}

#po_porduct .po-_box .po_leftbox .bomitem .npright {
	display: flex;
	align-items: center;
}

#po_porduct .po-_box .po_leftbox .bomitem .npright button {
	aspect-ratio: 1/1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	width: 50px;
	padding: 12px;
	margin: 0 4px;
	border: 1px #4a4437 solid;
}

#po_porduct .po-_box .po_leftbox .bomitem .npright button:hover {
	background: #b89547;
	border: 1px #9d7e38 solid;
}

#po_porduct .po-_box .po_leftbox .bomitem .npright button:hover img {
	filter: brightness(99999.99);
}

#po_porduct .po-_box .po_leftbox .bomitem .npright button.prev {
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

#po_porduct .po-_box .po_leftbox .bomitem .npright button.next {
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}



#po_porduct .po-_box .po_rightbox {
	display: flex;
	flex-direction: column;
	width: 57%;
	-moz-transform: translateX(11%);
	-webkit-transform: translateX(11%);
	-o-transform: translateX(11%);
	-ms-transform: translateX(11%);
	transform: translateX(11%);
}

#po_porduct .po-_box .po_rightbox .mitem {
	margin: 0 10px;
	-moz-transform: scale(0.95) rotate(1deg);
	-webkit-transform: scale(0.95) rotate(1deg);
	-o-transform: scale(0.95) rotate(1deg);
	-ms-transform: scale(0.95) rotate(1deg);
	transform: scale(0.95) rotate(1deg);
}

#po_porduct .po-_box .po_rightbox .mitem.slick-active {
	-moz-transform: scale(1) rotate(0deg);
	-webkit-transform: scale(1) rotate(0deg);
	-o-transform: scale(1) rotate(0deg);
	-ms-transform: scale(1) rotate(0deg);
	transform: scale(1) rotate(0deg);
}

#po_porduct .po-_box .po_rightbox .mitem img {
	border-radius: 20px;
}

#aboutWrap {
	overflow: hidden;
	position: relative
}

#aboutWrap section {
	overflow: hidden;
	position: relative;
	padding: 90px 0;
	margin: auto;
	background-size: contain;
	z-index: 1
}

/*#po_newbox*/
#po_newbox {
	position: relative;
	z-index: 3;
	padding: 80px 0;
	background-size: cover;
}

#po_newbox .manew_box {
	width: 1000px;
	max-width: 100%;
	margin: 80px auto;
}

#po_newbox .manew_box .nw_item {
	display: flex;
	position: relative;
	align-items: center;
	width: 100%;
	margin: 17px 0;
	padding: 20px 15px;
	background: white;
	box-shadow: 5px 4px 15px rgb(123 123 123 / 10%);
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}

#po_newbox .manew_box .nw_item:hover {
	-moz-transform: translateY(-0.15em);
	-webkit-transform: translateY(-0.15em);
	-o-transform: translateY(-0.15em);
	-ms-transform: translateY(-0.15em);
	transform: translateY(-0.15em);
}

#po_newbox .manew_box .nw_item a {
	position: absolute;
	width: 100%;
	height: 100%;
}

#po_newbox .manew_box .nw_item .cate_box {
	display: flex;
	padding: 3px 5px;
	background: #4a423e;
	width: 120px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	margin-left: -34px;
	margin-right: 20px;
}

#po_newbox .manew_box .nw_item .cate_box p {
	color: white;
	font-size: max(1.3 * (1vw + 1vh) / 2, 16px);
	font-weight: 400;
}

#po_newbox .manew_box .nw_item .date_box {
	display: flex;
	margin-right: 30px;
	align-items: center;
}

#po_newbox .manew_box .nw_item .date_box span {
	font-size: max(1.2 * (1vw + 1vh) / 2, 19px);
	font-family: "Playfair Display", "cwTeXFangSong", sans-serif;
}

#po_newbox .manew_box .nw_item .date_box:after {
	content: "";
	width: 36px;
	height: 1px;
	margin-top: 7px;
	background: #4a423e4f;
	margin-left: 30px;
}

#po_newbox .manew_box .nw_item .infom_box {
	display: flex;
}

#po_newbox .manew_box .nw_item .infom_box h3 {
	font-weight: 500;
	font-size: max(1.5 * (1vw + 1vh) / 2, 20px);
}

#po_newbox .manew_box .nw_item .linknw_box {
	display: flex;
	justify-content: flex-end;
	flex: 1;
}

#po_newbox .manew_box .nw_item .linknw_box img {
	aspect-ratio: 1 / 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	width: 24px;
	padding: 12px;
	margin: 0 4px;
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	border: 1px rgba(var(--black-rgb), .3) solid;
}

/*dontact_box*/

#dontact_box {
	position: relative;
	display: flex;
	background: #4a423e;
	padding: 0 0 10px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}

#dontact_box:hover {
	background: #ab883a;
}

#dontact_box a {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
}

#dontact_box .imfotext {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-around;
}

#dontact_box .littetitle {
	display: flex;
	flex-direction: row;
	align-items: center;
}

#dontact_box .littetitle h3 {
	color: #ffffffc2;
	font-size: max(6.6 * (1vw + 1vh) / 2, 20px);
}

#dontact_box .rnage {
	display: flex;
	margin-top: 20px;
}

#dontact_box .rnage img {
	aspect-ratio: 1 / 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	width: 24px;
	padding: 12px;
	margin: 0 4px;
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	border: 1px rgba(var(--black-rgb), .3) solid;
	background-color: white;
}

#dontact_box .littetitle .ame {
	font-size: max(2.5 * (1vw + 1vh) / 2, 17px);
	margin-top: 20px;
	color: white;
	margin-left: 29px;
}

#dontact_box .aos-animate .littetitle .Jlino {
	background: white;
	width: 181px;
	margin-left: 51px;
}

#dontact_box .aos-animate .littetitle .Jdion {
	background: white;
}

#aboutWrap #treeCanvas {
	position: absolute;
	top: 200px;
	left: 240px;
	-webkit-transform-origin: center;
	transform-origin: center;
	z-index: 10;
	display: none
}

#aboutWrap section #articleInfo7 .info {
	margin: 0 auto;
	width: calc(50% - -340px);
	text-align: center;
	font-size: 18px;
	color: #484848
}



#recomWrap {
	position: relative
}

.tit .deckTop h2::before {
	content: "";
	display: block;
	position: absolute;
	width: 30px;
	height: 3px;
	left: 0;
	margin-left: 0;
	bottom: -30px;
	background: #252525
}

#products ul {
	overflow: hidden;
	position: relative;
	display: flex;
	flex-wrap: wrap
}

#products ul li {
	padding: 20px 20px;
	width: calc((100% / 4) - 40px);
	position: relative;
	border-width: 0px 0px 1px 0px;
	border-color: #dcdcdc;
	border-style: solid;
	background-color: #fff
}

#products ul li .info {
	border-radius: 5px
}

#products ul li .p-more {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 10
}

#products ul li .info .productPhoto {
	margin-bottom: 10px
}

#products ul li .info .productPhoto {
	transition: all 0.4s cubic-bezier(0.39, 0.58, 0.57, 1);
	margin: 20px;
	background-size: cover
}

#products ul li .info:hover .productPhoto {
	-webkit-transform: scale(1.02);
	transform: scale(1.02)
}

#products ul li .info:hover .productPhoto {}

#products ul li .info h3 a {
	overflow: hidden;
	height: 57px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-align: left;
	font-size: 20px;
	line-height: 160%;
	letter-spacing: 0;
	font-family: unset;
	padding: 10px 0;
	margin-bottom: 0px;
	font-weight: 500
}

#products ul li .info span {
	padding: 10px;
	font-size: 17px;
	font-weight: 600;
	color: #707070;
	display: none
}

#products ul li .info p {
	font-size: 16px;
	color: #CA2A18;
	text-align: left;
	font-weight: 700;
	padding: 10px 0
}

#products ul li .info .addcar {
	border-radius: 7px;
	padding: 2px 0px;
	background: linear-gradient(0deg, #CA2A18 22%, #E96C5E 80%);
	-webkit-box-shadow: 0 2px 12px rgba(70, 70, 70, 0.64);
	-moz-box-shadow: 0 2px 12px rgba(70, 70, 70, 0.64);
	-ms-box-shadow: 0 2px 12px rgba(70, 70, 70, 0.64);
	box-shadow: 3px 4px 8px 1px rgba(70, 70, 70, 0.64);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	font-size: 18px;
	color: #ffffff;
	text-align: center;
	width: 72%
}

#products ul li .info .addcar a {
	color: #ffffff
}

#products ul li .info .addcar a:hover {
	color: #ffffff;
	text-decoration: none
}

#products .deck01 {
	position: relative;
	padding-bottom: 50px
}

.btnBox {
	position: relative;
	display: flex;
	flex-direction: column
}

#po_newbox .btnBox {
	align-items: center;
}

.btnBox:hover a {}

.btnBox:hover:before {
	background-color: #000000;
}



.moreBtn {
	display: inline-block;
	max-width: 140px;
	width: 50px;
	font-weight: 500;
	font-family: "Noto Sans TC";
	font-size: 13px;
	color: #6cb2c2;
	letter-spacing: 0.65px;
	text-align: center;
	padding: 12.5px 0px
}

.moreBtn:hover {
	color: #0a0a0a
}

.moreBtn.arrow {
	position: relative;
	text-align: left;
	padding: 20px 100px 12px 12px;
	width: 100px;
	color: #4a423e;
	transition: all 0.5s ease-out 0s;
	border-bottom: #4a423e 1px solid;
	font-weight: 400;
}

.moreBtn.arrow:before,
.moreBtn.arrow:after {
	content: "";
	position: absolute;
	top: 0;
	margin: auto;
	display: block;
	transition: all 0.5s ease-out 0s
}

.moreBtn.arrow:before {
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9px 16px 9px 5px;
	border-color: #4a423e transparent transparent transparent;
	right: 10px;
	bottom: -13px;
	content: "";
	-moz-transform: rotate(30deg);
	-webkit-transform: rotate(30deg);
	-o-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg);
}

.moreBtn.arrow:after {
	bottom: -6px;
	right: 25px;
	width: 35px;
	height: 1px;
	background-color: #4a423e;
}

.moreBtn.arrow:hover {
	width: 130px;
}

#photoList {
	overflow: hidden
}

#photoList .bidPhoto,
#photoList .bd {
	float: left;
	width: 83%
}

#photoList .bd {
	margin-left: 1%;
	width: 16%
}

#photoList .bd ul li {
	margin: 10px 0
}

#photoList .bidPhoto a,
#photoList .bd ul li a {
	border: 1px #545353 solid
}


#situationWrap {
	border-bottom: 30px solid #1d2087;
	background: url(../../images/02/index/img-situationBg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-color: rgb(212, 229, 243);
	background-position: 50% 10%
}

#situationWrap .info {
	padding: 170px 0;
	width: 100%
}

#situationWrap .info .logoimg {
	margin-bottom: 15px;
	text-align: center
}

#situationWrap .info p {
	text-align: center;
	text-shadow: 1px 2px 1px #000;
	line-height: 160%;
	font-size: 48px;
	color: #fff
}



#slogn {
	padding: 170px 0;
	background-image: url(/images/02/index/sloganBg.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	background-attachment: fixed
}

#slogn img {
	margin: 0 auto;
	display: block
}

#slogn .wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	animation-name: fadeInUp;
	-webkit-animation-name: fadeInUp
}

#slogn .wrap a {
	position: relative;
	padding-left: 25px;
	width: 30%;
	height: 80px;
	border: 1px solid rgb(255 255 255 / 26%);
	display: inline-block;
	line-height: 80px;
	letter-spacing: 2.5px;
	font-size: 17px;
	color: #fff;
	background-color: rgb(10 7 3 / 40%);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out
}

#slogn .wrap a:before {
	position: absolute;
	width: 8px;
	height: 1px;
	background-color: #fff;
	top: calc(50% + 0.5px);
	right: 30px;
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top;
	-webkit-transform: rotate(40deg);
	-ms-transform: rotate(40deg);
	transform: rotate(40deg);
	-webkit-animation: anti02 2s forwards cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
	animation: anti02 2s forwards cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
	content: ""
}

#slogn .wrap a:after {
	position: absolute;
	width: 35px;
	height: 1px;
	top: 50%;
	right: 30px;
	background-color: #fff;
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top;
	-webkit-animation: anti02 2s forwards cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
	animation: anti02 2s forwards cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
	content: ""
}

@-webkit-keyframes iconRotate {
	0% {
		-webkit-transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(2deg)
	}
}

@keyframes iconRotate {
	0% {
		transform: rotate(0)
	}

	100% {
		transform: rotate(2deg)
	}
}

@-webkit-keyframes iconRotate2 {
	0% {
		-webkit-transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(-2deg)
	}
}

@keyframes iconRotate2 {
	0% {
		transform: rotate(0)
	}

	100% {
		transform: rotate(-2deg)
	}
}

@-webkit-keyframes iconRotate3 {
	0% {
		-webkit-transform: rotate(0)
	}

	80% {
		-webkit-transform: rotate(25deg)
	}

	100% {
		-webkit-transform: rotate(25deg)
	}
}

@keyframes iconRotate3 {
	0% {
		transform: rotate(0)
	}

	80% {
		transform: rotate(25deg)
	}

	100% {
		transform: rotate(25deg)
	}

}

@-webkit-keyframes bgWhirligig {
	0% {
		-webkit-transform: rotate(360deg)
	}

	100% {
		-webkit-transform: rotate(0)
	}
}

@keyframes bgWhirligig {
	0% {
		transform: rotate(360deg)
	}

	100% {
		transform: rotate(0)
	}
}

@-webkit-keyframes bgWhirligig-2 {
	0% {
		-webkit-transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(360deg)
	}
}

@keyframes bgWhirligig-2 {
	0% {
		transform: rotate(0)
	}

	100% {
		transform: rotate(360deg)
	}
}

@-webkit-keyframes newsbg {
	0% {
		background-position: 95% 35%
	}

	100% {
		background-position: 95% 90%
	}
}

@keyframes newsbg {
	0% {
		background-position: 95% 35%
	}

	100% {
		background-position: 95% 90%
	}
}

@-webkit-keyframes anti02 {
	0% {
		right: 50px;
		opacity: 0
	}

	100% {
		right: 30px;
		opacity: 1
	}
}

@keyframes anti02 {
	0% {
		right: 50px;
		opacity: 0
	}

	100% {
		right: 30px;
		opacity: 1
	}
}



@media screen and (max-width:1440px) {
	#aboutWrap section {
		position: relative;
		width: 90%;
		padding: 50px 0
	}

	#aboutWrap #treeCanvas {
		left: 70px
	}
}

@media screen and (max-width:1366px) {
	#situationWrap .info {
		width: 100%
	}
}

@media screen and (min-width:1281px) {
	#products ul::before {
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		border-style: solid;
		border-width: 1px 1px 0px 1px;
		border-color: #dcdcdc;
		border-right: none;
		position: absolute;
		top: 0px;
		left: 0;
		z-index: 10
	}

	#products ul li::before {
		content: '';
		display: block;
		width: 1px;
		height: 100%;
		background: #dcdcdc;
		position: absolute;
		top: 0px;
		right: 0px;
		z-index: 10
	}

	#products ul li:last-child::before {
		right: 0px
	}

	#products ul li:hover::before {}

	#recomWrap::after {
		content: '';
		position: absolute;
		height: 1000px;
		width: 50%;
		top: 0;
		right: 0;
		background-image: url(/images/02/index/img-pBg.jpg);
		z-index: -1
	}
}

@media screen and (max-width:1280px) {
	#slogn {
		background-attachment: initial
	}

	#products ul li {
		padding: 20px 5px;
		width: calc((100% / 2) - 10px);
		border-width: 0
	}
}

@media screen and (min-width:1025px) {
	.deckTop-m {
		display: none
	}

	#slogn .wrap a:hover {
		background-color: #912a2a;
		border: 1px solid rgb(0 0 0 / 0%)
	}

	#bookWrap ul li .hoverBox a {
		padding: 0 23px;
		font-size: 16px
	}
}

@media screen and (max-width:1024px) {
	#situationWrap .info {
		padding: 130px 0
	}


	#slogn .wrap {
		display: flex;
		flex-direction: column
	}

	#slogn .wrap a {
		margin: 10px 0;
		width: 80%;
		height: 70px;
		line-height: 70px
	}

	#slogn {
		padding: 100px 0
	}

	.deckTop p {
		padding: 0
	}

	.deckTop p font {
		font-size: 34px
	}

	.deckTop-m {
		zoom: 80%
	}

	.deckTop-m p {
		text-align: center
	}

	#po_porduct {
		overflow: hidden;
	}

	#po_porduct .po-_box {
		display: flex;
		flex-direction: column;
		left: 0;
		width: 92%;
		margin: 0 auto;
	}

	#po_porduct .po-_box .po_leftbox {
		width: 100%;
	}

	#po_porduct .po-_box .po_rightbox {
		width: 100%;
		-moz-transform: translateX(0%);
		-webkit-transform: translateX(0%);
		-o-transform: translateX(0%);
		-ms-transform: translateX(0%);
		transform: translateX(0%);
		margin: 30px 0;
	}
}

@media screen and (max-width:960px) {
	.deckTop h3 {
		margin-bottom: 10px
	}




	#products ul li .info .productPhoto {
		margin: 5px
	}

	#products ul li .info h3 a {
		font-size: 18px;
		height: 52px
	}

	#products ul li .info p {
		font-size: 14px
	}

	#products .deck01 {
		padding-bottom: 20px
	}
}

@media screen and (max-width:768px) {
	#photoList .bd ul li {
		margin: 5px 0
	}

	#prodInfo .box,
	#prodInfo .box:first-child,
	#prodInfo .box article {
		width: 100%
	}

	#prodInfo .box .list:last-child {
		text-align: center
	}

	#prodInfo .box .list:last-child p {
		margin-top: 10px;
		width: 32%
	}

	#situationWrap .info p {
		font-size: 38px
	}

	#situationWrap {
		background-position: 50% 60%;
		border-bottom: 30px solid #1d2087
	}



	#aboutWrap #treeCanvas {
		top: 0;
		left: -130px
	}
}

@media screen and (max-width:640px) {
	#dontact_box .imfotext {
		display: flex;
		flex-direction: column;
		padding: 20px 0;
	}

	#dontact_box .littetitle {
		display: flex;
		flex-direction: column;
	}

	#po_newbox .manew_box .nw_item {
		display: flex;
		flex-wrap: wrap;
		padding: 22px 15px;
		margin-bottom: 37px;
	}

	#po_newbox .manew_box .nw_item .cate_box {
		margin-top: -26px;
		border-radius: 10px;
		padding: 5px 2px;
	}

	#po_newbox .manew_box .nw_item .date_box {
		margin-top: -25px;
	}

	#po_newbox .manew_box .nw_item .linknw_box img {
		width: 15px;
		padding: 5px;
	}

	#newBox {
		padding: 0 16px
	}

	.deckTop p {
		margin: 0 0 4px
	}

	.btnBox {
		position: relative;
		bottom: 0;
		align-items: center;
	}

	#ch_wall {
		margin-top: -60px;
	}

}

@media screen and (max-width:540px) {
	.littetitle h3:before {
		left: -17px
	}

	.littetitle h3 {
		margin-left: 10px
	}

	#po_newbox .manew_box {
		margin: 60px auto 45px;
	}
}

@media screen and (max-width:480px) {
	#po_porduct .po-_box .po_leftbox .bomitem h3 {
		margin: 16px 0;
	}

	#po_porduct .po-_box .po_leftbox .bomitem .npev_box {
		margin-top: 50px;
	}

	#po_porduct .po-_box .po_rightbox .mitem {
		margin: 0 2px;
	}

	#po_newbox .manew_box .nw_item {
		padding: 26px 12px 20px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}

	#po_newbox .aos-animate .littetitle .Jlino {
		display: none;
	}

	#po_newbox {
		padding: 40px 0;
	}

	#po_porduct {
		padding-bottom: 20px;
	}

	#dontact_box .littetitle .ame {
		display: flex;
		flex-direction: column;
		margin-left: 0;
		margin-bottom: 15px;
	}

	#dontact_box .aos-animate .littetitle .Jlino {
		margin-left: 0;
		margin-top: 20px;
	}

	#dontact_box .aos-animate .littetitle .Jdion {
		margin-top: -6px;
	}

	#po_newbox .manew_box .nw_item .cate_box {
		margin-left: 7px;
		margin-top: -38px;
	}

	#po_newbox .manew_box .nw_item .date_box {
		margin-top: -34px;
	}

	#situationWrap .info {
		padding: 70px 0
	}

	#situationWrap .info p {
		font-size: 25px
	}

	#wrapBox {
		padding-top: 0px;
	}

	.maprouctJ .titleJ {
		margin-top: 30px
	}

	.moreBtn.arrow {
		padding: 15px 50px 15px 45px
	}

	.btnBox:before {
		margin-left: 190px
	}

	#ch_wall img {
		width: 200%;
		max-width: 200%;
		margin-left: -59%;
	}
}

@media screen and (max-width:450px) {

	#photoList .bidPhoto,
	#photoList .bd {
		width: 100%
	}

	#photoList .bd {
		display: none
	}

	#product-article ul.tabs li a {
		padding: 0 10px;
		font-size: 14px
	}

	#prodInfo .box .list:last-child p a {
		font-size: 14px
	}
}

@media screen and (max-width:380px) {}