@charset "utf-8";
/*------------------------------------------------------------
	default style
------------------------------------------------------------*/
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}
.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: 'Montserrat', 'Microsoft Yahei', 'PingFang SC', 'Avenir', 'Segoe UI', 'Hiragino Sans GB', STHeiti, 'Microsoft Sans Serif', 'WenQuanYi Micro Hei', sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
a,
a:link {
	color: #333;
	text-decoration: none;
	-webkit-transition: all .5s;
	transition: all .5s;
}
a:visited {
	color: #333;
}
a:hover {
	color: #333;
}
a:active {
	color: #333;
}

body {
	color: #333;
	font-size: 16px;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
#container {
	text-align: left;
	word-wrap: break-word;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 992px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 991px) {
	body {
		min-width: inherit;
		font-size: 14px;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}

/*------------------------------------------------------------
	page
------------------------------------------------------------*/
#header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 500;
	box-sizing: border-box;
	padding: 20px 15px;
	-webkit-transition: all .5s;transition: all .5s;
}
#header .width {
	max-width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#header h1 {
	width: 189px;
}
#header .navi {
	width: 70%;
}
#header .navi ul {
	display: flex;
	justify-content: space-between;
}
#header .navi a {
	display: block;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
}
#header .navi .on a,
#header .navi a:hover {
	color: #13C296;
}
#header.on {
	background-color: rgba(255,255,255,1);
	padding: 15px;
	box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.08);
}
.mainVisual {
	margin-bottom: 100px;
}
.mainVisual .bgImg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
	z-index: 1;
	-webkit-transition: all 4s;
	transition: all 4s;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.mainVisual .swiper-slide-active .bgImg {
	transform: scale(1);
	-webkit-transform: scale(1);
}
.mainVisual .width {
	height: 975px;
	position: relative;
	z-index: 2;
}
.mainVisual .width01 {
	max-width: 1430px;
	margin: 0 auto;
	padding: 0 15px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	position: relative;
}
.mainVisual .width01 .photo {
	position: absolute;
	right: 15px;
	bottom: 8.5%;
	width: 51.8%;
}
.mainVisual .width01 .photo img {
	width: 100%;
}
.mainVisual .width01 .txtbox {
	width: 44.7%;
}
.mainVisual .width .ttl {
	font-size: 50px;
	font-weight: 700;
	color: #212B36;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 30px;
}
.mainVisual .width p {
	font-size: 20px;
	color: #637381;
	font-weight: 500;
	line-height: 1.7;
	margin-bottom: 60px;
}
.mainVisual .width .link a {
	text-align: center;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	background-color: #13C296;
	border-radius: 50px;
	width: 200px;
	padding: 10px 0;
	display: inline-block;
	letter-spacing: 1px;
	box-sizing: border-box;
	border: 2px solid #13C296;
}
.mainVisual .width .link a:hover {
	background-color: #fff;
	color: #13C296;
}
.mainVisual .width02,
.mainVisual .width03 {
	max-width: 1430px;
	margin: 0 auto;
	padding: 0 15px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.mainVisual .width02 .photo {
	width: 31%;
	margin-left: 15%;
}
.mainVisual .width02 .photo img {
	width: 100%;
}
.mainVisual .width02 .txtbox {
	width: 42.5%;
}
.mainVisual .width03 .photo {
	width: 53.7%;
}
.mainVisual .width03 .photo img {
	width: 100%;
}
.mainVisual .width03 .txtbox {
	width: 41.3%;
}
.mainVisual .swiper-pagination {
    bottom: 30px !important;
}
.mainVisual .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background-color: rgba(204, 204, 204, 0.42);
	opacity: 1;
	-webkit-transition: all .5s;transition: all .5s;
}
.mainVisual .swiper-pagination-bullet-active {
	width: 60px;
	border-radius: 50px;
}
#top-back {
	position: fixed;
	right: 20px;
	bottom: 50px;
	width: 60px;
	z-index: 900;
}
.comWidth {
	max-width: 1430px;
	margin: 0 auto;
	padding: 0 15px;
	box-sizing: border-box;
}
.indexsec01 {
	margin-bottom: 100px;
}
.indexsec01 .topbox {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 35px;
}
.indexsec01 .topbox h2 {
	font-size: 38px;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
}
.indexsec01 .tablist {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.indexsec01 .tablist li {
	margin: 8px 0 8px 15px;
}
.indexsec01 .tablist a {
	padding: 5px 10px;
	color: rgba(71, 86, 99, 1);
	font-weight: 500;
	border: 1px solid rgba(191, 195, 199, 1);
	border-radius: 50px;
	cursor: pointer;
}
.indexsec01 .tablist .on a {
	background-color: rgba(19, 194, 150, 1);
	color: #fff;
	border-color: rgba(19, 194, 150, 1);
}
.indexsec01 .tabbox {
	display: flex;
	justify-content: space-between;
}
.indexsec01 .lbox {
	width: 43.1%;
	background-color: rgba(242, 247, 251, 1);
	border-radius: 12px;
	box-sizing: border-box;
	padding: 5% 5% 5%;
}
.indexsec01 .lbox a {
	display: block;
	height: 100%;
}
.indexsec01 .lbox h3 {
	font-size: 34px;
	font-weight: 600;
	color: rgba(33, 43, 54, 1);
	text-transform: uppercase;
	margin-bottom: 40px;
}
.indexsec01 .lbox .photo {
	height: 400px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.indexsec01 .lbox .photo img {
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	transition: all ease 0.6s;
	-webkit-transition: all ease 0.6s;
	-webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
}
.indexsec01 .lbox .link {
	padding: 15px 0;
	margin-top: 40px;
	width: 200px;
	background-color: #fff;
	border-radius: 30px;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	color: rgba(19, 194, 150, 1);
}
.indexsec01 .lbox a:hover .link {
	background-color: rgba(19, 194, 150, 1);
	color: #fff;
}
.indexsec01 .lbox a:hover .photo img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.indexsec01 .rbox {
	width: 55.5%;
}
.indexsec01 .rbox ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: -20px;
}
.indexsec01 .rbox ul li {
	width: 48.8%;
	height: 380px;
	margin-top: 20px;
}
.indexsec01 .rbox a {
	background-color: rgba(242, 247, 251, 1);
	border-radius: 12px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	box-sizing: border-box;
	padding: 13%;
}
.indexsec01 .rbox img {
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	transition: all ease 0.6s;
	-webkit-transition: all ease 0.6s;
	-webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
}
.indexsec01 .rbox p {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	border-radius: 0 0 12px 12px;
	text-align: center;
	background-color: rgba(19, 194, 150, 0.8);
	box-sizing: border-box;
	opacity: 0;
	-webkit-transition: all .5s;transition: all .5s;
	padding: 10px;
	color: #fff;
}
.indexsec01 .rbox a:hover p {
	opacity: 1;
}
.indexsec01 .rbox a:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.indexsec02 {
	overflow: hidden;
	margin-bottom: 100px;
}
.indexsec02 .comWidth {
	position: relative;
}
.indexsec02 .comWidth:before {
	position: absolute;
	left: 267px;
	bottom: 10px;
	background: url("../img/img08.png") no-repeat;
	content: "";
	z-index: 1;
	width: 1320px;
	height: 189px;
}
.indexsec02 .inner {
	position: relative;
	z-index: 2;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.indexsec02 .lbox {
	width: 53%;
}
.indexsec02 .lbox h2 {
	margin-bottom: 40px;
	font-size: 38px;
	font-weight: 600;
	color: rgba(33, 43, 54, 1);
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
}
.indexsec02 .lbox .txt {
	margin-bottom: 50px;
	font-size: 20px;
	color: rgba(99, 115, 129, 1);
	line-height: 1.8;
}
.indexsec02 .lbox .link a {
	display: inline-block;
	text-align: center;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	border-radius: 36px;
	background-color: rgba(19, 194, 150, 1);
	width: 200px;
	box-sizing: border-box;
	padding: 10px 0;
	border: 2px solid rgba(19, 194, 150, 1);
}
.indexsec02 .lbox .link a:hover {
	background-color: #fff;
	color: rgba(19, 194, 150, 1);
}
.indexsec02 .rbox {
	width: 42%;
}
.indexsec02 .rbox .photo {
	margin-bottom: 40px;
}
.indexsec02 .rbox .photo img {
	width: 100%;
	border-radius: 26px;
}
.indexsec02 .rbox ul {
	display: flex;
	justify-content: space-between;
}
.indexsec02 .rbox ul li {
	width: 18.7%;
}
.indexsec02 .rbox ul img {
	border-radius: 5px;
	width: 100%;
}
.indexsec03 {
	margin-bottom: 100px;
}
.indexsec03 .inner {
	padding: 50px 75px;
	position: relative;
	background-color: rgba(242, 247, 251, 1);
	border-radius: 10px;
}
.indexsec03 .swiper-button-next:after,
.indexsec03 .swiper-button-prev:after {
	display: none;
}
.indexsec03 .swiper-button-next,
.indexsec03 .swiper-button-prev {
	width: 35px;
	height: 35px;
}
.indexsec03 .swiper-button-next {
	background: url("../img/img11.png") no-repeat center center;
	background-size: 100% auto;
}
.indexsec03 .swiper-button-prev {
	background: url("../img/img10.png") no-repeat center center;
	background-size: 100% auto;
}
.indexsec03 .swiper-slide {
	width: 220px;
}
.indexsec03 .swiper-slide a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 284px;
}
.indexsec03 .swiper-slide img {
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
}
.indexsec04 .comWidth {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.indexsec04 .lbox {
	width: 47.5%;
}
.indexsec04 .lbox img {
	width: 100%;
}
.indexsec04 .rbox {
	width: 47.5%;
}
.indexsec04 .rbox h2 {
	font-size: 38px;
	color: rgba(33, 43, 54, 1);
	text-transform: uppercase;
	margin-bottom: 20px;
}
.indexsec04 .rbox .txt {
	font-size: 20px;
	color: rgba(99, 115, 129, 1);
	margin-bottom: 10px;
}
.indexsec04 .rbox li {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.indexsec04 .rbox li img {
	width: 29%;
}
.indexsec04 .rbox li .inner {
	width: 71%;
}
.indexsec04 .rbox li h3 {
	font-size: 28px;
	margin-bottom: 10px;
	font-weight: 500;
}
.indexsec04 .rbox li p {
	font-size: 18px;
	color: rgba(107, 107, 107, 1);
}
#footer {
	margin-top: 100px;
	background-color: rgba(25, 171, 141,0.1);
	position: relative;
}
#footer .copyright {
	padding: 15px 5px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	background-color: #19AB8D;
}
#footer .copyright a {
	color: #fff;
}
#footer .copyright span {
	margin-left: 40px;
}
#footer .fbox {
	max-width: 1430px;
	margin: 0 auto;
	padding: 70px 15px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}
#footer .frbox li:not(:last-child) {
	margin-bottom: 15px;
}
#footer .frbox a {
	font-size: 18px;
	color: rgba(74, 109, 102, 1);
	font-weight: 500;
}
#footer .frbox a:hover {
	text-decoration: underline;
}
#footer .fcbox li:not(:last-child) {
	margin-bottom: 15px;
}
#footer .fcbox a {
	font-size: 18px;
	color: rgba(48, 48, 48, 1);
	font-weight: 600;
}
#footer .fcbox a:hover {
	text-decoration: underline;
}
#footer .flogo {
	width: 286px;
	margin-bottom: 40px;
}
#footer .flbox {
	max-width: 510px;
}
#footer .flbox li {
	font-size: 18px;
	color: rgba(74, 109, 102, 1);
	text-transform: uppercase;
	margin-bottom: 10px;
}
#footer .flbox li:last-child {
	margin-bottom: 0;
}
#footer .flbox li a {
	color: rgba(74, 109, 102, 1);
}
.pagination {
	margin-top: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	position: relative;
	z-index: 2;
}
.pagination span {
	font-size: 16px;
}
.pagination a {
	margin: 0 5px 5px;
	display: inline-block;
	padding: 5px 10px;
	border: 1px solid #ddd;
	box-sizing: border-box;
	min-width: 36px;
	text-align: center;
}
.pagination .page-status {
	margin-right: 10px;
}
.pagination a:hover,
.pagination .page-num-current {
	background-color: rgba(19, 194, 150, 1);
	color: #fff;
}

.comBg {
	margin-bottom: -100px;
	padding: 200px 0 100px;
	background: url("../img/bg01.png") no-repeat center top;
	background-size: 100% auto;
	position: relative;
}
.comQuan {
	position: absolute;
	left: 8%;
	right: 8%;
	top: 210px;
}
.comQuan img {
	width: 100%;
}
.comQuan .quan01 {
	position: absolute;
	left: 0;
	top: 40px;
	width: 45.5%;
}
.comQuan .quan02 {
	position: absolute;
	left: 30%;
	top: 60px;
	width: 32%;
}
.comQuan .quan03 {
	position: absolute;
	left: 47%;
	top: 60px;
	width: 32%;
}
.comQuan .quan04 {
	position: absolute;
	right: 0;
	top: 0;
	width: 32%;
}
.comTtl {
	text-align: center;
	color: #212B36;
	font-weight: normal;
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 100px;
}
.comTtl span {
	display: block;
	font-size: 54px;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
}
.videoPage .listul {
	display: flex;
	flex-wrap: wrap;
}
.videoPage .listul li {
	width: 32.5%;
	margin: 0 1.25% 30px 0;
}
.videoPage .listul li:nth-child(3n) {
	margin-right: 0;
}
.videoPage .listul a {
	display: block;
}
.videoPage .listul .photo {
	position: relative;
	height: 410px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 10px;
}
.videoPage .listul .photo:before {
	position: absolute;
	left: 50%;
	top: 50%;
	content: "";
	width: 70px;
	height: 70px;
	margin: -35px 0 0 -35px;
	background: url("../img/img17.png") no-repeat;
	background-size: 100%;
}
.videoPage .listul a:hover .photo:before {
	background-image: url("../img/img18.png");
}
.videoPage .listul p {
	margin-top: 10px;
	text-align: center;
	font-size: 24px;
	color: #212B36;
	font-weight: 500;
}
.videoPage .listul a:hover p {
	color: #13C296;
}

.profilePage .listul li {
	margin-bottom: 30px;
}
.profilePage .listul a {
	display: block;
	background: #fff url("../img/img19.png") no-repeat right bottom -20px;
	background-size: 424px auto;
	border-radius: 10px;
	box-shadow: 0px 2px 6px 3px rgba(0, 0, 0, 0.04);
	position: relative;
	padding: 50px 300px 50px 50px;
}
.profilePage .listul .txt {
	font-size: 24px;
	font-weight: 500;
}
.profilePage .listul .link {
	position: absolute;
	right: 50px;
	top: 50%;
	margin-top: -25px;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	background-color: rgba(166, 166, 166, 1);
	border-radius: 36px;
	width: 200px;
	text-align: center;
	padding: 10px 0;
}
.profilePage .listul a:hover {
	background-image: url("../img/img20.png");
}
.profilePage .listul a:hover .txt {
	color: rgba(19, 194, 150, 1);
}
.profilePage .listul a:hover .link {
	background-color: rgba(19, 194, 150, 1);
}

.comCate {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 40px;
}
.comCate li {
	margin: 0 10px 10px;
}
.comCate a {
	padding: 5px 15px;
	font-size: 20px;
	color: rgba(71, 86, 99, 1);
	font-weight: 500;
	display: block;
	border-radius: 50px;
	background: rgba(255, 255, 255, 1);
	border: 1px solid rgba(191, 195, 199, 1);
}
.comCate .on a,
.comCate a:hover {
	background-color: rgba(19, 194, 150, 1);
	color: #fff;
	border-color: rgba(19, 194, 150, 1);
}
.comList {
	display: flex;
	flex-wrap: wrap;
}
.comList li {
	width: 32.5%;
	margin: 0 1.25% 40px 0;
}
.comList li:nth-child(3n) {
	margin-right: 0;
}
.comList a {
	display: block;
	position: relative;
}
.comList .photo {
	background-color: rgba(250, 250, 250, 1);
	border-radius: 10px;
	height: 400px;
	box-sizing: border-box;
	padding: 10%;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.comList .photo img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	transition: all ease 0.6s;
	-webkit-transition: all ease 0.6s;
	-webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
}
.comList p {
	text-align: center;
	margin-top: 10px;
	font-size: 24px;
	color: rgba(33, 43, 54, 1);
	font-weight: 500;
}
.comList .icon {
	position: absolute;
	left: 5%;
	top: 5%;
	width: 70px;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(212, 48, 48, 1);
	border-radius: 100%;
	color: #fff;
	font-size: 21px;
	font-weight: bold;
	text-transform: uppercase;
	z-index: 2;
}
.promotionPage .comList .icon {
    background-color: transparent;
    border-radius: 0;
    display: block;
}
.comList a:hover p {
	color: rgba(19, 194, 150, 1);
}
.comList a:hover .photo img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.arrivalPage .cateul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
.arrivalPage .cateul li {
	margin: 0 25px 10px;
}
.arrivalPage .cateul a {
	display: block;
	color: rgba(71, 86, 99, 1);
	font-size: 20px;
	font-weight: 500;
	position: relative;
	padding-bottom: 8px;
}
.arrivalPage .cateul a:before {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	content: "";
	height: 3px;
	background-color: rgba(19, 194, 150, 1);
	opacity: 0;
}
.arrivalPage .cateul a:after {
	position: absolute;
	left: 50%;
	bottom: 2px;
	content: "";
	background: url("../img/img21.png") no-repeat;
	background-size: 7px 6px;
	width: 7px;
	height: 6px;
	margin-left: -3px;
	opacity: 0;
}
.arrivalPage .cateul .on a:before,
.arrivalPage .cateul .on a:after,
.arrivalPage .cateul a:hover:before,
.arrivalPage .cateul a:hover:after {
	opacity: 1;
}

.productPage .comList02 li {
	width: 24%;
	margin: 0 0.5% 40px;
}
.productPage .comList02 .photo {
	height: 294px;
}
.productPage .topbox {
	margin: 0 0.5%;
	display: flex;
	justify-content: space-between;
}
.productPage .topbox .lbox {
	width: 49%;
	display: block;
}
.productPage .topbox .lbox .photo {
	height: 674px;
}
.productPage .topbox .comList01 {
	width: 49.5%;
	justify-content: space-between;
}
.productPage .topbox .comList01 li {
	width: 48.97%;
	margin: 0 0 40px;
}
.productPage .topbox .comList01 .photo {
	height: 294px;
}

.productdetailPage .whitebg {
	background-color: #fff;
	border-radius: 20px;
	padding: 50px;
	position: relative;
	z-index: 2;
}
.productdetailPage .pagepath {
	font-size: 12px;
	color: rgba(99, 115, 129, 1);
	margin-bottom: 50px;
}
.productdetailPage .pagepath a {
	color: rgba(99, 115, 129, 1);
}
.productdetailPage .pagepath a:hover {
	color: rgba(19, 194, 150, 1);
}
.productdetailPage .imgbox {
	border-bottom: 1px solid rgba(209, 209, 209, 1);
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 50px;
	padding-bottom: 50px;
}
.productdetailPage .imgbox .lbox {
	width: 40.5%;
}
.productdetailPage .imgbox .lbox .top {
	margin-bottom: 15px;
}
.productdetailPage .imgbox .lbox .top .swiper-slide {
	background-color: rgba(229, 229, 229, 1);
	border-radius: 10px;
	height: 500px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	padding: 10%;
}
.productdetailPage .imgbox .lbox .swiper-slide img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
.productdetailPage .imgbox .lbox .btm {
	position: relative;
	padding: 0 40px;
}
.productdetailPage .imgbox .lbox .btm .swiper-slide {
	width: 80px;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	padding: 10px;
	background-color: rgba(204, 204, 204, 1);
	border: 2px solid rgba(204, 204, 204, 1);
}
.productdetailPage .imgbox .lbox .btm .swiper-slide-thumb-active {
	border-color: rgba(33, 43, 54, 0.22);
}
.productdetailPage .imgbox .lbox .swiper-button-next,
.productdetailPage .imgbox .lbox .swiper-button-prev {
	color: rgba(33, 43, 54, 0.36);
}
.productdetailPage .imgbox .lbox .swiper-button-next {
	right: 0;
}
.productdetailPage .imgbox .lbox .swiper-button-prev {
	left: 0;
}
.productdetailPage .imgbox .lbox .swiper-button-next:after,
.productdetailPage .imgbox .lbox .swiper-button-prev:after {
	font-size: 20px;
}
.productdetailPage .imgbox .rbox {
	width: 54.5%;
}
.productdetailPage .imgbox .rbox h2 {
	color: rgba(33, 43, 54, 1);
	font-size: 36px;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 20px;
}
.productdetailPage .imgbox .rbox .txt {
	font-size: 20px;
	color: rgba(99, 115, 129, 1);
	margin-bottom: 40px;
}
.productdetailPage .imgbox .rbox .link a {
	display: inline-block;
	text-align: center;
	color: #fff;
	width: 200px;
	background-color: rgba(19, 194, 150, 1);
	border-radius: 36px;
	font-size: 20px;
	font-weight: 500;
	padding: 10px 0;
	box-sizing: border-box;
	border: 2px solid rgba(19, 194, 150, 1);
}
.productdetailPage .imgbox .rbox .link a:hover {
	background-color: #fff;
	color: rgba(19, 194, 150, 1);
}
.productdetailPage .ttl {
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.productdetailPage .info {
	font-size: 20px;
}
.productdetailPage .info img {
	display: block;
	margin: 0 auto;
	height: auto !important;
}
.productdetailPage .info table {
    max-width: 100%;
    border-collapse: collapse;
}
.productdetailPage .info table th,
.productdetailPage .info table td {
    border: 1px solid #999;
    padding: 5px !important;
}

.contactPage .sec01 {
	padding: 230px 15px 150px;
}
.contactPage .sec01 .width {
	max-width: 1554px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.contactPage .sec01 .lbox {
	width: 37%;
}
.contactPage .sec01 .lbox h2 {
	font-size: 38px;
	color: rgba(33, 43, 54, 1);
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	margin-bottom: 40px;
}
.contactPage .sec01 .lbox h2 span {
	background: -webkit-linear-gradient(transparent 75%, rgba(19, 194, 150, 1)3 25%);
background: -moz-linear-gradient(transparent 75%, rgba(19, 194, 150, 1) 25%);
background: -ms-linear-gradient(transparent 75%, rgba(19, 194, 150, 1) 25%);
background: linear-gradient(transparent 75%, rgba(19, 194, 150, 1) 25%);
}
.contactPage .sec01 .lbox .txt {
	font-size: 20px;
	color: rgba(99, 115, 129, 1);
	line-height: 1.6;
}
.contactPage .sec01 .rbox {
	width: 61%;
	position: relative;
}
.contactPage .sec01 .rbox > img {
	width: 100%;
}
.contactPage .sec01 .rbox div img {
	box-shadow: -38.4px 57.6px 86.4px 0px rgba(82, 114, 139, 0.3);
	width: 100%;
}
.contactPage .sec01 .rbox .img01 {
	position: absolute;
	left: 8%;
	top: 5%;
	width: 7.6%;
}
.contactPage .sec01 .rbox .img02 {
	position: absolute;
	left: 22%;
	top: -10%;
	width: 30.3%;
}
.contactPage .sec01 .rbox .img03 {
	position: absolute;
	right: 15%;
	top: -14%;
	width: 15.1%;
}
.contactPage .sec01 .rbox .img04 {
	position: absolute;
	right: 45%;
	bottom: 3%;
	width: 15.1%;
}
.contactPage .sec01 .rbox .img05 {
	position: absolute;
	right: 16%;
	bottom: -3%;
	width: 22.5%;
}
.contactPage .sec02 {
	position: relative;
}
.contactPage .sec02:before {
	position: absolute;
	left: 0;
	top: 50%;
	content: "";
	background: url("../img/img28.png") no-repeat;
	width: 66.3%;
	height: 653px;
	background-size: 100% auto;
	z-index: 1;
}
.contactPage .sec02 .bg {
	padding: 180px 0 100px;
	background: url("../img/img29.png") no-repeat left bottom;
	background-size: cover;
	position: relative;
	z-index: 2;
}
.contactPage .sec02 .comWidth {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.contactPage .sec02 .lbox {
	width: 35.3%;
	position: relative;
}
.contactPage .sec02 .lbox:before {
	position: absolute;
	right: -55px;
	top: -50px;
	background: url("../img/img31.png") no-repeat;
	background-size: 100% auto;
	width: 231px;
	height: 112px;
	z-index: 1;
	content: "";
}
.contactPage .sec02 .lbox:after {
	position: absolute;
	left: -70px;
	bottom: 30px;
	background: url("../img/img30.png") no-repeat;
	background-size: 100% auto;
	width: 121px;
	height: 112px;
	z-index: 3;
	content: "";
}
.contactPage .sec02 .lbox img {
	width: 100%;
	border-radius: 100px 0 0 0;
	position: relative;
	z-index: 2;
}
.contactPage .sec02 .rbox {
	position: relative;
	width: 61%;
	box-sizing: border-box;
	padding-left: 5%;
}
.contactPage .sec02 .rbox:before {
	position: absolute;
	left: 0;
	top: -27%;
	content: "";
	background: url("../img/img32.png") no-repeat;
	background: 100% auto;
	width: 288px;
	height: 227px;
	z-index: 1;
}
.contactPage .sec02 .rbox h2 {
	font-size: 38px;
	color: rgba(33, 43, 54, 1);
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 40px;
	position: relative;
	z-index: 2;
}
.contactPage .sec02 .rbox span {
	background: -webkit-linear-gradient(transparent 75%, rgba(19, 194, 150, 1)3 25%);
background: -moz-linear-gradient(transparent 75%, rgba(19, 194, 150, 1) 25%);
background: -ms-linear-gradient(transparent 75%, rgba(19, 194, 150, 1) 25%);
background: linear-gradient(transparent 75%, rgba(19, 194, 150, 1) 25%);
}
.contactPage .sec02 .rbox .txt {
	font-size: 20px;
	color: rgba(99, 115, 129, 1);
	line-height: 1.8;
	position: relative;
	z-index: 2;
}
.contactPage .sec03 {
	margin-top: 100px;
	position: relative;
	z-index: 2;
}
.contactPage .sec03 .bg {
	/*background: url("../img/img34.jpg") no-repeat center center;*/
	/*background-size: cover;*/
	border-radius: 15px;
	padding: 100px 15px;
	background: linear-gradient(315deg, rgba(101,0,94,1) 3%, rgba(60,132,206,1) 38%, rgba(48,238,226,1) 68%, rgba(19, 194, 150, 1) 98%);
    animation: gradient 15s ease infinite;
    background-size: 400% 400%;
    position: relative;
    overflow: hidden;
}
@keyframes gradient {
    0% {
        background-position: 0% 0%;
    }
    50% {
        background-position: 100% 100%;
    }
    100% {
        background-position: 0% 0%;
    }
}

.contactPage .sec03 .bg .wave {
    background: rgb(255 255 255 / 25%);
    border-radius: 1000% 1000% 0 0;
    position: absolute;
    width: 200%;
    height: 12em;
    animation: wave 10s -3s linear infinite;
    transform: translate3d(0, 0, 0);
    opacity: 0.8;
    bottom: 0;
    left: 0;
}

.contactPage .sec03 .bg .wave:nth-of-type(2) {
    bottom: -1.25em;
    animation: wave 18s linear reverse infinite;
    opacity: 0.8;
}

.contactPage .sec03 .bg .wave:nth-of-type(3) {
    bottom: -2.5em;
    animation: wave 20s -1s reverse infinite;
    opacity: 0.9;
}

@keyframes wave {
    2% {
        transform: translateX(1);
    }

    25% {
        transform: translateX(-25%);
    }

    50% {
        transform: translateX(-50%);
    }

    75% {
        transform: translateX(-25%);
    }

    100% {
        transform: translateX(1);
    }
}
.contactPage .sec03 .inner {
	box-sizing: border-box;
	padding: 40px;
	background-color: #fff;
	border-radius: 10px;
box-shadow: 0px 2px 40px 0px rgba(15, 12, 69, 0.12);
	max-width: 750px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	z-index: 5;
}
.contactPage .sec03 h2 {
	font-size: 38px;
	color: rgba(33, 43, 54, 1);
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
}
.contactPage .sec03 h2 span {
	background: -webkit-linear-gradient(transparent 75%, rgba(19, 194, 150, 1)3 25%);
background: -moz-linear-gradient(transparent 75%, rgba(19, 194, 150, 1) 25%);
background: -ms-linear-gradient(transparent 75%, rgba(19, 194, 150, 1) 25%);
background: linear-gradient(transparent 75%, rgba(19, 194, 150, 1) 25%);
}
.contactPage .sec03 li {
	margin-top: 20px;
	font-size: 20px;
	color: rgba(99, 115, 129, 1);
}
.contactPage .sec03 li a {
	color: rgba(99, 115, 129, 1);
}

@media all and (min-width: 992px) and (max-width: 1024px) {
}

@media all and (max-width: 991px) {
	.pagination {
		margin-top: 20px;
	}
	.pagination span {
		font-size: 14px;
	}
	.pagination a {
		margin: 0 3px 5px;
		min-width: 33px;
	}
	.pagination .page-status {
		margin-right: 8px;
	}
	#header {
		padding: 15px;
	}
	#header .width {
		max-width: inherit;
		display: block;
	}
	#header h1 {
		width: 140px;
	}
	#header .navi {
		display: none;
		position: absolute;
		right: 0;
		top: 100%;
		background-color: rgba(255,255,255,0.95);
		width: 160px;
		z-index: 200;
	}
	#header .navi ul {
		display: block;
	}
	#header .navi a {
		text-align: center;
		font-size: 16px;
		padding: 10px 0;
	}
	#header.on {
		padding: 10px 15px;
	}
	.menu {
		position: absolute;
		right: 15px;
		top: 20px;
		z-index: 200;
		-webkit-transition: all .5s;transition: all .5s;
	}
	#header.on .menu {
		top: 15px;
	}
	.menu-trigger,
	.menu-trigger span {
	  display: inline-block;
	  transition: all .4s;
	  box-sizing: border-box;
	}
	.menu-trigger {
	  position: relative;
	  width: 38px;
	  height: 30px;
	}
	.menu-trigger span {
	  position: absolute;
	  left: 0;
	  width: 100%;
	  height: 4px;
	  background-color: #333;
	  border-radius: 4px;
	}
	.menu-trigger span:nth-of-type(1) {
	  top: 0;
	}
	.menu-trigger span:nth-of-type(2) {
	  top: 13px;
	}
	.menu-trigger span:nth-of-type(3) {
	  bottom: 0;
	}
	.menu-trigger.active span:nth-of-type(1) {
	  -webkit-transform: translateY(13px) rotate(-45deg);
	  transform: translateY(13px) rotate(-45deg);
	}
	.menu-trigger.active span:nth-of-type(2) {
	  opacity: 0;
	}
	.menu-trigger.active span:nth-of-type(3) {
	  -webkit-transform: translateY(-13px) rotate(45deg);
	  transform: translateY(-13px) rotate(45deg);
	}
	.mainVisual {
		margin-bottom: 40px;
	}
	.mainVisual .width {
		height: 600px;
	}
	.mainVisual .width01 {
		max-width: inherit;
		display: block;
		padding: 100px 15px 0;
	}
	.mainVisual .width01 .photo {
		position: static;
		width: auto;
		max-width: 300px;
		margin: 0 auto 0;
	}
	.mainVisual .width01 .txtbox {
		width: auto;
	}
	.mainVisual .width .ttl {
		font-size: 22px;
		margin-bottom: 10px;
	}
	.mainVisual .width p {
		font-size: 15px;
		line-height: 1.5;
		margin-bottom: 20px;
	}
	.mainVisual .width .link a {
		font-size: 15px;
		width: 160px;
		padding: 6px 0;
	}
	.mainVisual .width02,
	.mainVisual .width03 {
		max-width: inherit;
		padding: 100px 15px 0;
		display: block;
	}
	.mainVisual .width02 .photo {
		width: auto;
		max-width: 160px;
		margin: 0 auto 20px;
	}
	.mainVisual .width02 .txtbox {
		width: auto;
	}
	.mainVisual .width03 .photo {
		width: auto;
		max-width: 300px;
		margin: 0 auto 0;
	}
	.mainVisual .width03 .txtbox {
		width: auto;
	}
	.mainVisual .swiper-pagination {
        bottom: 15px !important;
    }
	.mainVisual .swiper-pagination-bullet-active {
		width: 50px;
	}
	#top-back {
		right: 5px;
		bottom: 15px;
		width: 50px;
	}
	.comWidth {
		max-width: inherit;
	}
	.indexsec01 {
		margin-bottom: 40px;
	}
	.indexsec01 .topbox {
		display: block;
		margin-bottom: 20px;
	}
	.indexsec01 .topbox h2 {
		font-size: 26px;
		text-align: center;
		margin-bottom: 10px;
	}
	.indexsec01 .tablist {
		justify-content: flex-start;
	}
	.indexsec01 .tablist li {
		margin: 7px 5px 7px 0;
	}
	.indexsec01 .tabbox {
		display: block;
	}
	.indexsec01 .lbox {
		width: auto;
		padding: 15px;
	}
	.indexsec01 .lbox a {
		height: auto;
	}
	.indexsec01 .lbox h3 {
		font-size: 20px;
		margin-bottom: 20px;
		text-align: center;
	}
	.indexsec01 .lbox .photo {
		height: auto;
		display: block;
		text-align: center;
	}
	.indexsec01 .lbox .photo img {
		max-height: auto;
		max-width: 80%;
	}
	.indexsec01 .lbox .link {
		padding: 10px 0;
		margin: 20px auto 0;
		width: 160px;
		font-size: 15px;
	}
	.indexsec01 .rbox {
		width: auto;
	}
	.indexsec01 .rbox ul {
		margin-top: 0;
	}
	.indexsec01 .rbox ul li {
		height: 150px;
		margin-top: 10px;
	}
	.indexsec01 .rbox a {
		padding: 15px;
	}
	.indexsec01 .rbox p {
		padding: 5px;
	}
	.indexsec02 {
		margin-bottom: 40px;
	}
	.indexsec02 .comWidth:before {
		display: none;
	}
	.indexsec02 .inner {
		display: block;
	}
	.indexsec02 .lbox {
		width: auto;
		margin-bottom: 20px;
	}
	.indexsec02 .lbox h2 {
		margin-bottom: 10px;
		font-size: 26px;
		text-align: center;
	}
	.indexsec02 .lbox .txt {
		margin-bottom: 20px;
		font-size: 16px;
		line-height: 1.5;
	}
	.indexsec02 .lbox .link {
		text-align: center;
	}
	.indexsec02 .lbox .link a {
		font-size: 15px;
		width: 160px;
		padding: 8px 0;
	}
	.indexsec02 .rbox {
		width: auto;
	}
	.indexsec02 .rbox .photo {
		margin-bottom: 10px;
	}
	.indexsec03 {
		margin-bottom: 40px;
	}
	.indexsec03 .inner {
		padding: 30px 45px;
	}
	.indexsec03 .swiper-button-next,
	.indexsec03 .swiper-button-prev {
		width: 28px;
		height: 28px;
	}
	.indexsec03 .swiper-slide {
		width: 180px;
	}
	.indexsec03 .swiper-slide a {
		height: 240px;
	}
	.indexsec04 .comWidth {
		display: block;
	}
	.indexsec04 .lbox {
		width: auto;
		margin-bottom: 10px;
	}
	.indexsec04 .rbox {
		width: auto;
	}
	.indexsec04 .rbox h2 {
		font-size: 26px;
		margin-bottom: 10px;
		text-align: center;
	}
	.indexsec04 .rbox .txt {
		font-size: 16px;
		margin-bottom: 0;
	}
	.indexsec04 .rbox li {
		margin-top: 15px;
	}
	.indexsec04 .rbox li img {
		width: 20%;
	}
	.indexsec04 .rbox li .inner {
		width: 80%;
	}
	.indexsec04 .rbox li h3 {
		font-size: 18px;
		margin-bottom: 5px;
	}
	.indexsec04 .rbox li p {
		font-size: 14px;
	}
	#footer {
		margin-top: 40px;
	}
	#footer .copyright span {
		display: block;
		margin: 5px 0 0;
	}
	#footer .fbox {
		max-width: inherit;
		padding: 20px 15px;
		display: block;
	}
	#footer .frbox,
	#footer .fcbox {
		display: none;
	}
	#footer .flogo {
		width: 180px;
		margin: 0 auto 20px;
	}
	#footer .flbox li {
		font-size: 16px;
		margin-bottom: 5px;
	}
	.comBg {
		margin-bottom: -40px;
		padding: 100px 0 40px;
	}
	.comQuan {
		left: 0;
		right: 0;
		top: 150px;
	}
	.comQuan .quan01 {
		top: 10px;
	}
	.comQuan .quan02 {
		top: 10px;
	}
	.comQuan .quan03 {
		top: 10px;
	}
	.comTtl {
		font-size: 15px;
		margin-bottom: 30px;
	}
	.comTtl span {
		font-size: 30px;
	}
	.videoPage .listul {
		justify-content: space-between;
	}
	.videoPage .listul li {
		width: 49%;
		margin: 0 0 10px;
	}
	.videoPage .listul .photo {
		height: 150px;
	}
	.videoPage .listul .photo:before {
		width: 40px;
		height: 40px;
		margin: -20px 0 0 -20px;
	}
	.videoPage .listul p {
		margin-top: 5px;
		font-size: 16px;
	}
	.profilePage .listul li {
		margin-bottom: 15px;
	}
	.profilePage .listul a {
		background-position: right bottom -10px;
		background-size: 280px auto;
		padding: 15px;
	}
	.profilePage .listul .txt {
		font-size: 16px;
	}
	.profilePage .listul .link {
		position: static;
		margin: 10px auto 0;
		font-size: 16px;
		width: 160px;
		padding: 10px 0;
	}
	.comCate {
		justify-content: flex-start;
		margin-bottom: 20px;
	}
	.comCate li {
		margin: 0 5px 7px 0;
	}
	.comCate a {
		padding: 5px 10px;
		font-size: 14px;
	}
	.comList {
		justify-content: space-between;
	}
	.comList li {
		width: 49% !important;
		margin: 0 0 15px !important;
	}
	.comList .photo {
		height: 150px !important;
		padding: 15px !important;
	}
	.comList p {
		margin-top: 5px;
		font-size: 15px;
	}
	.comList .icon {
		left: 5px;
		top: 5px;
		width: 40px;
		height: 40px;
		font-size: 12px;
	}
	.arrivalPage .cateul {
		justify-content: flex-start;
		margin-bottom: 20px;
	}
	.arrivalPage .cateul li {
		margin: 0 20px 7px 0;
	}
	.arrivalPage .cateul a {
		font-size: 14px;
		padding-bottom: 6px;
	}
	.arrivalPage .cateul a:before {
		height: 2px;
	}
	.arrivalPage .cateul a:after {
		bottom: 0;
	}
	.productPage .topbox {
		margin: 0;
		display: block;
	}
	.productPage .topbox .lbox {
		width: auto;
		display: block;
		margin-bottom: 15px;
	}
	.productPage .topbox .lbox .photo {
		height: 300px !important;
	}
	.productPage .topbox .comList01 {
		width: auto;
	}
	.productdetailPage .whitebg {
		border-radius: 10px;
		padding: 15px;
	}
	.productdetailPage .pagepath {
		margin-bottom: 20px;
	}
	.productdetailPage .imgbox {
		display: block;
		margin-bottom: 30px;
		padding-bottom: 30px;
	}
	.productdetailPage .imgbox .lbox {
		width: auto;
		margin-bottom: 20px;
	}
	.productdetailPage .imgbox .lbox .top {
		margin-bottom: 10px;
	}
	.productdetailPage .imgbox .lbox .top .swiper-slide {
		height: 260px;
		padding: 5%;
	}
	.productdetailPage .imgbox .lbox .btm {
		padding: 0 30px;
	}
	.productdetailPage .imgbox .lbox .btm .swiper-slide {
		width: 50px;
		height: 50px;
		padding: 5px;
	}
	.productdetailPage .imgbox .lbox .swiper-button-next:after,
	.productdetailPage .imgbox .lbox .swiper-button-prev:after {
		font-size: 16px;
	}
	.productdetailPage .imgbox .rbox {
		width: auto;
	}
	.productdetailPage .imgbox .rbox h2 {
		font-size: 20px;
		margin-bottom: 10px;
		text-align: center;
	}
	.productdetailPage .imgbox .rbox .txt {
		font-size: 16px;
		margin-bottom: 20px;
	}
	.productdetailPage .imgbox .rbox .link {
		text-align: center;
	}
	.productdetailPage .imgbox .rbox .link a {
		width: 180px;
		font-size: 16px;
		padding: 8px 0;
	}
	.productdetailPage .ttl {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.productdetailPage .info {
		font-size: 15px;
	}
	.contactPage .sec01 {
		padding: 112px 15px 70px;
	}
	.contactPage .sec01 .width {
		max-width: inherit;
		display: block;
	}
	.contactPage .sec01 .lbox {
		width: auto;
		margin-bottom: 50px;
	}
	.contactPage .sec01 .lbox h2 {
		font-size: 22px;
		text-align: center;
		margin-bottom: 15px;
	}
	.contactPage .sec01 .lbox .txt {
		font-size: 16px;
	}
	.contactPage .sec01 .rbox {
		width: auto;
	}
	.contactPage .sec02:before {
		top: inherit;
		bottom: 0;
		width: 90%;
		height: 200px;
	}
	.contactPage .sec02 .bg {
		padding: 70px 0 40px;
	}
	.contactPage .sec02 .comWidth {
		display: block;
	}
	.contactPage .sec02 .lbox {
		width: auto;
		margin-bottom: 20px;
	}
	.contactPage .sec02 .lbox:before {
		right: -10px;
		top: -30px;
		width: 184px;
		height: 89px;
	}
	.contactPage .sec02 .lbox:after {
		left: -15px;
		bottom: 10px;
		width: 96px;
		height: 89px;
	}
	.contactPage .sec02 .rbox {
		width: auto;
		padding-left: 0;
	}
	.contactPage .sec02 .rbox:before {
		top: 0;
		width: 72px;
		height: 56px;
		background-size: 100%;
	}
	.contactPage .sec02 .rbox h2 {
		font-size: 22px;
		margin-bottom: 15px;
		text-align: center;
	}
	.contactPage .sec02 .rbox .txt {
		font-size: 16px;
		line-height: 1.6;
	}
	.contactPage .sec03 {
		margin-top: 10px;
	}
	.contactPage .sec03 .bg {
		padding: 20px 15px;
	}
	.contactPage .sec03 .inner {
		padding: 15px;
		max-width: inherit;
	}
	.contactPage .sec03 h2 {
		font-size: 22px;
	}
	.contactPage .sec03 li {
		margin-top: 15px;
		font-size: 16px;
	}

}