@charset "UTF-8";
/* CSS Document */
:root{
	--fontcolor: #282936;
	--greencolor: #5F4846;
	--browncolor: #C98E61;
	--lightbrowncolor: #C98E61;
	--detailfont: 19px;
	--defaultfontfamily: "Noto Sans TC","正黑體", "黑體", "微軟正黑體", Helvetica, Arial, "sans-serif";
}
body {
	background-color: #F2F2F2;
	font-family: "Noto Sans TC","正黑體", "黑體", "微軟正黑體", Helvetica, Arial, "sans-serif";
	font-weight: 400;
	color: var(--fontcolor);
	overflow-x: hidden;
}
.top_bar {
	position: fixed;
	top: 0;
	width: 100%;
	background: rgba(255, 255, 255, 1);
	z-index: 9999;
	-webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.4);
}
.top_menu {
	position: relative;	
	left: 0;
	right: 0;
	width: 100%;
/*	max-width: 1080px;*/
	overflow-x: hidden;
	margin: auto;
	max-width: 1600px;
}
.navbar-brand {
	width: 15%;
	padding-bottom: 10px;
	max-width: 140px;
	min-width: 100px;
}
.main_kv picture{
	position: relative;
	z-index: 1;
}
/*h1{
	position: relative;
    color: #F2F2F2;
    text-align: center;
    margin-bottom: 0;
    line-height: 0;
}*/
h1{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -40%, 0);
	display: flex;
	flex-direction: column;
	z-index: 2;
}
h1 span:nth-child(1){
	display: block;
	font-size: 93px;
	font-size: clamp(10px, 6.458vw, 93px);
	font-weight: 600;
	color: white;
	-webkit-text-stroke: 18px #6468D4;
	paint-order: stroke fill;
	position: relative;
	transform: translateX(-10px) rotate(-1deg);
	white-space: nowrap;
}
h1 span:nth-child(1):before,
h1 span:nth-child(1):after{
	content: '';
	width: 106%;
	position: absolute;
	left: calc(-3% + 6px);
	height: 18px;
	background-color: white;
	border: 6px solid #6468D4;
}
h1 span:nth-child(1):before{
	top: -9px;
}
h1 span:nth-child(1):after{
	bottom: -18px;
}
h1 span:nth-child(2){
	display: none;
}
h1 span:nth-child(3){
	display: block;
	font-size: 32px;
	font-size: clamp(10px, 2.22vw, 32px);
	font-weight: bold;
	margin: 40px auto 0;
	text-align: center;
	padding:12px 45px 16px;
	border-radius: 50em;
	letter-spacing: 2px;
	background-color: #12FFAF;
	position: relative;
}
h1 span:nth-child(3):after{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	/*background-color: red;*/
	z-index: -1;
	top: -9px;
	left: -9px;
	border-radius: 50em;
	padding: 6px;
	box-sizing: content-box;
	border: 3px solid #12FFAF;
}
.lt_header{
	text-align: center;
	color: #014182;
	font-size: 2rem;
	font-weight: 500;
	display: none;
}
.span1{
	font-size: 1.5rem;
	font-weight: 500;
	color: #014182;
}
.navbar-toggler {
    padding: .20rem 0rem;
    background-color: transparent;
    border: 0px solid transparent;
	display: none !important;
}
.navbar {
	padding: 0 1rem;
}
.navbar-nav {
	display: none !important;
}


.main_kv {
	position: relative;
    width: 100%;
	margin-top: 78px;
	z-index: 1;
}

.main_kv a, .main_kv a:hover, .main_kv a:focus{
	color: white;
	text-decoration: none;
	position: relative;
}
.top_banner {
	margin: 0px auto 0px auto;
	position: relative;
	max-width: 1600px;
}
.wrapper {
	position: relative;
    margin: 0 auto;
    padding: 32px;
    width: 100%;
/*    max-width: 1280px;*/
	max-width: 1600px;
}

.hidden{
	display: none;
}

.desktop{
	display: block;
}
.mobile{
	display: none;
}
.tablet768{
	display: none;
}

a{
	color: #645735;
}
a:hover{
	color: var(--highlight-color);
	text-decoration: underline;
}
.wrapper img{
	pointer-events: none;
	outline: none;
	user-select: none;
	width: 100%;
	height: auto;
}
.wrapper.row{
	flex-direction: column;
	max-width: 90%;
}
.full-width{
/*	max-width: 100% !important;*/
	width: 100% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	max-width: 1600px !important;
}
.user-select{
	user-select: none;
	-webkit-user-select: none;
}
.foot_bg {
	position: relative;
	width: 100%;
	background: #fff;
	border-top: 1px solid #ccc;
}
.foot_grass {
	position: relative;
	width: 100%;
}
.foot_grass img {
	object-fit: contain;
	-ms-interpolation-mode: bicubic;
	flex: 0 0 auto;  /* IE */
	object-fit: initial; /* FF */
}
footer {
	position: relative;
    margin: 0px auto 0 auto;
    padding: 10px;
    width: 100%;
    max-width: 1200px;
    background: #fff;
    font-size: 11px;
    text-align: center;
    
}
footer span {
	white-space: nowrap;
}
.footer01 {
	position: relative;
    float: left;
	margin-right: 3%;
    width: 12%;
    max-width: 141px;
}
.footer02 {
	position: relative;
    float: left;
    padding-top: 12px;
    width: 25%;
    text-align: left;
    font-size: 12px;
    color: #666;
    line-height: 14px;
    font-weight: 300;
}
.footer03 {
	position: relative;
    float: right;
    width: 50%;
    max-width: 590px;
    text-align: right;
}

.m768, .m576{
	display: none;
}

.mt0{
	margin-top: 0 !important;
}
.pb0{
	padding-bottom: 0 !important;
}
.align-left{
	text-align: left !important;
}
.align-center{
	text-align: center !important;
}
.align-right{
	text-align: right !important;
}

/**/
body{
	color: black;
}
.maxwidth{
	width: 1024px;
	max-width: 100%;
	margin: 0 auto;
}
.desc-content{
	max-width: 992px;
	margin:0 auto;
	font-size: 20px;
	line-height: 34px;
	color: var(--fontcolor);
	letter-spacing: 1px;
}
.desc-content h5{
	font-size: var(--detailfont);
	line-height: 1.7;
	font-family: var(--defaultfontfamily);
	font-weight: 300;
	letter-spacing: 1px;
}
.desc-content.for-oes{
	font-size: 19px;
	line-height: 33px;
	max-width: 90%;
}
.h1-block{
	margin: 0 auto;
	padding:32px;
	max-width: 100%;
	width: calc(1440px - 64px);
}
.h1-block .desc{
    position: absolute;
    max-width: calc(100% - 64px);
    overflow: hidden;
    color: #F6F3EE;
}
.h1-img{
	position: relative;
	z-index: 1;
}

.content_menu{
	width: 480px;
	border-radius: 8px;
	background-color: #fff;
	margin:0 auto;
	font-size: 22px;
	overflow: hidden;
	max-width: 95%;
}
.content_menu .title{
	background: #6468D4;
    font-weight: normal;
    color: white;
    line-height: 1;
    padding: 10px 28px;
    font-size: 22px;
    letter-spacing: 1px;
}
.content_menu ul{
	list-style: none;
	padding: 25px 30px 20px 35px;
}
.content_menu a{
	color:var(--fontcolor);
/*	text-decoration: underline;*/
/*	line-height: 1.9;*/
	font-weight: 500;
	letter-spacing: 1px;
}
.content_menu li{
	position: relative;
}
.content_menu li:not(:last-child) {
    margin-bottom: 10px;
}
.content_menu a:hover, .content_menu a:focus{
	color:var(--highlight-color);
}

.mobile-show{
	display: none;
}
h2{
	font-size: 36px;
	color: var(--fontcolor);
	text-align: center;
	font-weight: bold;
	position: relative;
	/*padding: 11px 90px;*/
	align-self: center;
	letter-spacing: 0;
	/*max-width: 90%;*/
	margin: 0 auto 30px;
	height: 88px;
	padding:0;
	line-height: 79px;
}
h2:after{
	position: absolute;
	content: '';
	width: 54px;
	height: 88px;
	z-index: 1;
	right: 0;
	margin-right: -54px;
	line-height: 79px;
}
h2:before{
	position: absolute;
	content: '';
	width: 36px;
	height: 88px;
	z-index: 1;
	left: 0;
	margin-left: -36px;
}
h2.no-border{
	color: #4851A1;
	border-radius: 0;
	background: unset;
	margin: 0 auto 10px;
	line-height: 1.5;
	padding: 11px 90px;
	height: auto;
}
h2.no-border:after, h2.no-border:before{
	display: none;
}

.big-btn{
	width: 354px;
	height: 81px;
	color: white;
	font-size: 29px;
	letter-spacing: 4px;
	background-color: #8D745E;
	border-radius: 50em;
	text-align: center;
	margin: 58px auto;
	position: relative;
	transition: all 150ms;
	line-height: 78px;
}
.big-btn:hover, .big-btn:active, .big-btn:focus{
	color: white;
	text-decoration: none;
}
.big-btn:hover{
	filter: brightness(1.2);
}

.products{
/*	background-color: #EEE3D8;*/
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 18px;
    margin: 0 auto;
    /*padding: 33px;*/
    padding: 15px 0;
    font-family: var(--defaultfontfamily);
    width: 95%;
    max-width: 1024px;
}
.product{
	border: 3px solid #00A497;
	padding: 15px 16px;
	flex: 0 0 calc(33.33% - 12px);
}
.product .thumbnail{
	width: 100%;
	height: 0;
	padding-bottom: 66.87%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border: 3px solid #00A497;
}
.swiper-button-next, .swiper-button-prev{
	width: 63px !important;
	height: 63px !important;
	top: 50% !important;
	margin-top: -32px !important;
	border-radius: 50em;
	box-shadow: none;
}
.swiper-button-next:after, .swiper-button-prev:after{
	display: none !important;
}
.swiper-button-next{
	right: 8px !important;
	transform: rotate(180deg);
}
.swiper-button-prev{
	left: 8px !important;
}
.swiper-button-prev:not(.swiper-button-disabled):hover,
.swiper-button-next:not(.swiper-button-disabled):hover{
	filter: brightness(1.2);
}

.views-container{
	max-width: 100%;
	width: 1600px;
	padding-bottom: 3em;
	margin: 0 auto;
}
.views-container.bg{
	background-color: #CFDCE3;
}
.views-container .swiper-wrapper{
	align-items: stretch;
}
.views-container.bg .views-swiper-container:before{
	width: 100%;
	height: 78px;
	background-color: white;
	content: '';
	position: absolute;
	top: 0;
	z-index: -1;
}
.views-swiper{
	position: relative;
    max-width: 1440px;
    width: calc(100vw - 150px);
    overflow: hidden;
    margin: 0;
}
.views-swiper .big-image{
	
}
.views-swiper .swiper-slide{
	height: auto;
}
.views-swiper .content{
	user-select: none;
	border-radius: 25px;
	background-color: white;
	overflow: hidden;
	height: 100%;
}
.views-swiper2 .content{
	user-select: none;
}
.views-swiper .text-content{
	padding: 28px 34px;
}
.views-swiper .text-content .title,
.views-swiper2 .text-content .title{
	position: relative;
}
.views-swiper .text-content .title:before,
.views-swiper2 .text-content .title:before{
	content: '';
	position: absolute;
	left: 0;
	top: 3px;
	width: 19px;
	height: 40px;
}
.views-swiper .text-content .title h3,
.views-swiper2 .text-content .title h3{
	padding-left: 33px;
	font-size: 35px;
	font-weight: bold;
	color: var(--fontcolor);
	line-height: 1.3;
}
.views-swiper .text-content .title span,
.views-swiper2 .text-content .title span{
	font-size: 16px;
	font-weight: normal;
	display: block;
}
.views-swiper .text-content > .desc,
.views-swiper2 .text-content > .desc{
	font-size: 18px;
	line-height: 25px;
	padding: 13px 0 7px;
	text-align: justify;
}
.views-container-bg{
	background-color: #C3DEDE;
	position: absolute;
	top: 11em;
	width: 100%;
	left: 0;
	z-index: -1;
	height: calc(100% - 11em);
}

.views-swiper-container{
	position: relative;
	/*margin-bottom: 1em;*/
	z-index: 1;
}


.w830{
	max-width: 830px;
}
.views-swiper2 .big-image{
	padding-right: 33.3%;
}
.views-swiper2 .text-content{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 646px;
	background-color: white;
	padding: 80px 90px 50px 45px;
	box-sizing: border-box;
	border-top-left-radius: 47px;
	border-bottom-left-radius: 47px;
	overflow: hidden;
}
.views-swiper-container .swiper-pagination-bullets.swiper-pagination-horizontal{
	bottom: calc(-11px - 25px);
}
.views-swiper-container .swiper-pagination-bullet{
	width: 57px;
	height: 6px;
	border-radius: 0;
	background-color: #D8D8D8;
	opacity: 1;
}
.views-swiper-container .swiper-pagination-bullet-active{
	background-color: #09CE8B;
}
.views-swiper2 .text-content > .desc{
	padding-left: 33px;
}
.views-swiper2 .btn-prevnext{
	position: relative;
	display: flex;
	flex-direction: row-reverse;
	gap: 33px;
	margin-top: 30px;
}
.views-swiper2 .btn-prevnext .swiper-button-next,
.views-swiper2 .btn-prevnext .swiper-button-prev{
	position: relative;
	top: 0 !important;
    left: 0 !important;
    margin: 0 !important;
}
.views-swiper2 .btn-prevnext .swiper-button-prev{
}
.m7desc{
	background-color: white;
	font-size: 20px;
	letter-spacing: 1px;
	line-height: 1.4;
}
.m7desc-top, .m7desc-bottom{
	position: relative;
	height: 55px;
	display: flex;
	background-color: white;
	width: 100%;
}
.m7desc-wrapper{
	width: 937px;
	margin: 0 auto;
}
.m7desc-top span, .m7desc-bottom span{
	flex: 1 1 auto;
}
.m7desc-top:before, .m7desc-bottom:before,
.m7desc-top:after, .m7desc-bottom:after{
	flex:0 0 136px;
	content: '';
}
.m7desc-wrapper span{
	font-size: 26px;
	font-weight: 600;
}

.img-local{
	position: absolute;
	width: 270px;
	height: 304px;
	top: 0;
	right: 29px;
	z-index: -1;
}
.img-bg-arrow{
	position: absolute;
	width: 297px;
	height: 441px;
	top: 0;
	left: 0;
	z-index: -1;
}

.side-left{
	width: 100%;
	background-color: white;
	display: flex;
}
.side-left_block{
	padding:56px 60px 80px 108px;
	flex:1 0 52%;
}
.side-left_block h2{
	display: inline-block;
}
.side-left .img{
	margin-top: -33px;
}
.marathonEGL-bottom{
	text-align: center;
	padding: 62px 0;
}
.subtitle{
	position: relative;
}
.subtitle h3{
	font-size: 30px;
	background-color: #f2f2f2;
	z-index: 1;
	position: relative;
	display: inline-block;
	padding: 20px;
	text-align: center;
	margin: 0 auto;
}
.subtitle:after{
	content: '';
	width: 100%;
	height: 3px;
	background-color: var(--fontcolor);
	transform: translateX(-50%);
	margin-top: -1.5px;
	position: absolute;
	top: 50%;
	width: 830px;
	z-index: 0;
	left: 50%;
}
.subtitle.white h3{
	background-color: white;
	color: #00A498;
}
.subtitle.green-line:after{
	background-color: #00A498;
}
.egl3boxes{
	display: flex;
	margin: 20px auto 0;
	justify-content: center;
	gap: 20px;
}
.egl3box{
	flex: 0 0 290px;
	height: 290px;
	border-radius: 50em;
	border: 17px solid white;
	background-color: #DEFFF4;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.2;
}
.egl3box .ic{
	flex: 0 0 131px;
	height: 131px;
}
.egl3box .ic img{
	width: auto;
	height: 100%;
}
.bg-white{
	background-color: white;
}
/*.w1024{
	width: 1024px;
}*/
.subtitle.w1024:after{
	width: 1024px;
}

.button-set{
	text-align: center;
	margin: 0 auto;
}
.button-set a{
	width: 307px;
	height: 61px;
	border-radius: 8px;
	background-color: #614992;
	color: white;
	text-align: center;
	line-height: 1;
	padding: 10px;
	display: flex;
	font-size: 23px;
	font-weight: bold;
	align-items: center;
	justify-content: center;
	gap: 5px;
	filter: brightness(1);
}
.button-set a:hover{
	text-decoration: none;
	filter: brightness(1.2);
}
.button-set a:before{
	content: '';
	width: 28px;
	height: 28px;
	background-color: white;
	position: relative;
}
.label-faq{
	position: absolute;
	right: 76px;
	top: 65px;
	width: 114px;
	z-index: -1;
}
.tips-lists{
	width: 990px;
	max-width: 95%;
	margin: 0 auto;
}
.tips-list{
	border-top: 1px solid #979797;
    padding: 22px 0px;
	position: relative;
}
.tips-list:last-child{
	border-bottom: 1px solid #979797;
}
.tips-title{
	font-size: 23px;
	font-weight: 500;
	cursor: pointer;
	letter-spacing: 1px;
	position: relative;
	padding-left: 26px;
}
.tips-title:before{
	content: '';
	width: 20px;
	height: 38px;
	position: absolute;
	background-size: contain;
	left: 0;
}
.tips-text-content{
	font-size: 19px;
	line-height: 28px;
	padding: 0 80px 0 26px;
	position: relative;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.tips-text-content:before{
	content: '';
	position: relative;
	display: block;
	width: 100%;
	height: 8px;
}
.tips-btn{
	position: absolute;
	right: 24px;
	top: 0;
	width: 34px;
	height: 34px;
	transform: rotate(0);
	background-size: contain;
}
.tips-title.open .tips-btn{
	transform: rotate(180deg);
}
.product{
	display: flex;
	flex-direction: column;
}
.product .title{
	font-size: 28px;
	font-weight: 600;
	color: #00A498;
	margin-top: 10px;
	line-height: 1.2;
}
.product .desc{
	font-size: 15px;
	line-height: 20px;
	margin-top: 10px;
}
.product .desc ul{
	padding-left: 20px;
}
.product .bottom{
	flex: 1 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.product .bottom .date{
	font-weight: 500;
	line-height: 20px;
	font-size: 15px;
}
.product .bottom .price{
	align-self: flex-end;
	color: #EC6C87;
	font-size: 37px;
	font-weight: 500;
}
.product .bottom .price span{
	font-size: 25px;
	font-weight: normal;
}
.more-detail-btn{
	width: 100%;
    text-align: center;
    padding: 5px;
    background: #00a597;
    border-radius: 6px;
    color: white;
    margin-top: 3px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
}
@media only screen and (min-width: 1600px){

}
@media only screen and (max-width: 1280px){	
	.views-swiper .text-content .title:before, .views-swiper2 .text-content .title:before{
		width: 15px;
		height: 32px;
	}
	.views-swiper .text-content .title h3, .views-swiper2 .text-content .title h3{
		font-size: 26px;
		padding-left: 26px;
	}
	.views-swiper .text-content .title span, .views-swiper2 .text-content .title span{
		font-size: 13px;
	}
	.views-swiper .text-content > .desc, .views-swiper2 .text-content > .desc {
	    font-size: 15px;
	    line-height: 21px;
	    padding: 7px 0 4px;
	}
	.views-swiper .text-content {
	    padding: 20px 26px;
	}
	.side-left_block {
	    padding: 36px 30px 60px 78px;
	}
	.desc-content{
		font-size: 17px;
    	line-height: 28px;
	}
	h2{
		font-size: 32px;
	}
	.img-local{
		width: 210px;
	}
	.egl3box{
		font-size: 21px;
	}
	.egl3box .ic {
	    flex: 0 0 120px;
	    height: 120px;
	}
}

@media (max-width: 1200px) {
	.footer02 {
		position: relative;
		float: left;
		padding-top: 5px;
		width: 25%;
		text-align: left;
		font-size: 10px;
		color: #666;
		line-height: 12px;
		font-weight: 300;
	}
}
@media (max-width: 1024px) {
	h1 span:nth-child(1):before, h1 span:nth-child(1):after {
	    left: calc(-3% + 5px);
	    height: 14px;
	    border: 5px solid #6468D4;
	}
	h1 span:nth-child(1){
		-webkit-text-stroke-width: 12px;
		transform: translateX(-7px) rotate(-1deg);
	}
	h1 span:nth-child(1):before{
		top: -6px;
	}
	h1 span:nth-child(1):after{
		bottom: -14px;
	}
	h1 span:nth-child(3) {
	    margin: 28px auto 0;
	    padding: 9px 35px 12px;
	    letter-spacing: 1.5px;
	}
	h1 span:nth-child(3):after{
		padding: 5.5px;
		top: -8px;
		left: -8px;
		border-width: 2.5px;
	}
	h2.no-border{
		font-size: 23px;
	}
	.m7desc-wrapper{
		max-width: 82%;
		width: 100%;
	}
	.m7desc{
		font-size: 16px;
		letter-spacing: 0;
	}
	.m7desc-wrapper span{
		font-size: 18px;
	}
	.m7desc-top:before, .m7desc-bottom:before, .m7desc-top:after, .m7desc-bottom:after{
		flex: 0 0 86px;
	}
	.m7desc-top, .m7desc-bottom{
		height: 44px;
	}
	.views-swiper .content{
		border-radius: 20px;
	}
	.views-swiper .text-content .title:before, .views-swiper2 .text-content .title:before {
        width: 12px;
        height: 27px;
    }
    .views-swiper .text-content .title h3, .views-swiper2 .text-content .title h3 {
        font-size: 21px;
        padding-left: 21px;
    }
    .views-swiper .text-content .title span, .views-swiper2 .text-content .title span {
        font-size: 11px;
    }
    .views-swiper .text-content > .desc, .views-swiper2 .text-content > .desc {
        font-size: 13px;
        line-height: 17px;
        padding: 4px 0 4px;
    }
    .views-swiper .text-content {
        padding: 15px 21px;
    }
    .swiper-button-next, .swiper-button-prev {
	    width: 48px !important;
	    height: 48px !important;
	    top: 50% !important;
	    margin-top: -24px !important;
	}
	.views-swiper{
		.views-swiper
	}

	.main_kv {
		margin-top: 7.65625vw;
	}
	.wrapper.row{
		padding:32px 0;
	}
	
    .main_kv:after{
    	height: 90px;
    }

	.desc-content {
        width: 624px;
        max-width: 70%;
        font-size: 15px;
        line-height: 1.5;
    }
	h2{
		font-size: 27px;
		height: 72px;
		line-height: 67px;
		margin-bottom: 20px;
	}
	h2:before{
		width: 30px;
		height: 72px;
		margin-left: -30px;
	}
	h2:after{
		width: 44px;
		height: 72px;
		margin-right: -44px;
	}
	.img-local {
        width: 160px;
        right: 15px;
    }
    .img-bg-arrow{
    	width: 190px;
    }
    .side-left_block .desc-content{
    	max-width: unset;
    	width: unset;
    }
    .side-left_block {
        padding: 26px 20px 50px 58px;
    }
    .subtitle h3{
    	font-size: 24px;
    	padding: 15px;
    }
    .egl3box {
	    flex: 0 0 270px;
	    height: 270px;
	    border-width: 12px;
	}
	.egl3boxes{
		margin-top: 15px;
	}
	.egl3box .ic {
        flex: 0 0 110px;
        height: 110px;
    }
    .w1024{
    	idth: 95vw;
    	margin: 0 auto;
    }
    .subtitle.w1024:after{
    	width: 95vw;
    }
    .label-faq {
	    position: absolute;
	    right: 56px;
	    top: 65px;
	    width: 86px;
	}
	.tips-lists {
	    margin: 24px auto;
	}
	.tips-title{
		font-size: 18px;
		padding-left: 20px;
	}
	.tips-title:before {
	    width: 15px;
	    height: 28px;
	}
	.tips-btn{
		width: 28px;
		height: 28px;
		right: 20px;
	}
	.tips-list{
		padding:16px 0;
	}
	.tips-text-content{
	    font-size: 15px;
	    line-height: 23px;
	    padding: 0 66px 0 20px;
	}
	.content_menu .title{
		padding: 10px 22px;
    	font-size: 19px;
	}
	.content_menu ul {
	    padding: 18px 25px 18px 28px;
	}
	.content_menu li:not(:last-child) {
	    margin-bottom: 8px;
	}
	.content_menu{
		font-size: 18px;
		width: 400px;
	}
	.views-swiper2 .text-content{
		border-top-left-radius: 28px;
    	border-bottom-left-radius: 28px;
    	width: 439px;
    	padding: 60px 60px 30px 35px;
	}

	.product .title{
		font-size: 22px;
	}
	.product .desc{
		font-size: 13px;
	    line-height: 18px;
	}
	.product .desc ul{
		padding-left: 20px;
	}
	.product .bottom .date{
		line-height: 18px;
		font-size: 13px;
	}
	.product .bottom .price{
		font-size: 31px;
	}
	.product .bottom .price span{
		font-size: 20px;
	}
}
@media (max-width: 768px) {
	h1 span:nth-child(1):before, h1 span:nth-child(1):after {
	    left: calc(-3% + 4px);
	    height: 11px;
	    border: 4px solid #6468D4;
	}
	h1 span:nth-child(1){
		-webkit-text-stroke-width: 10px;
		transform: translateX(-7px) rotate(-1deg);
	}
	h1 span:nth-child(1):before{
		top: -4px;
	}
	h1 span:nth-child(1):after{
		bottom: -10px;
	}
	h1 span:nth-child(3) {
	    margin: 21px auto 0;
        padding: 7px 28px 10px;
        letter-spacing: 1px;
	}
	h1 span:nth-child(3):after{
		padding: 4px;
        top: -6px;
        left: -6px;
        border-width: 2px;
	}
	.content_menu .title{
		padding: 10px 18px;
    	font-size: 17px;
	}
	.content_menu ul {
	    padding: 15px 23px 16px 25px;
	    margin-bottom: .5rem;
	}
	.content_menu li:not(:last-child) {
	    margin-bottom: 6px;
	}
	.content_menu{
		font-size: 17px;
		width: 362px;
	}
	.desc-content {
        width: 100%;
        max-width: 90%;
    }
    .desktop{
    	display: none;
    }
    .m7desc{
    	font-size: 14px;
    }
    .m7desc-top:before, .m7desc-bottom:before, .m7desc-top:after, .m7desc-bottom:after {
        flex: 0 0 70px;
    }
    .m7desc-top, .m7desc-bottom {
        height: 30px;
    }
    .m7desc-wrapper span {
        font-size: 16px;
    }
    .views-swiper{
    	width: calc(100vw - 100px);
    }
    .views-swiper .text-content .title h3, .views-swiper2 .text-content .title h3 {
        font-size: 18px;
        padding-left: 16px;
    }
    .views-swiper .text-content .title:before, .views-swiper2 .text-content .title:before {
        width: 9px;
        height: 18px;
    }
    .views-swiper .text-content .title span, .views-swiper2 .text-content .title span{
    	font-size: 9px;
    }
    .views-swiper .text-content > .desc, .views-swiper2 .text-content > .desc {
        font-size: 12px;
        line-height: 15px;
        padding: 2px 0 2px;
    }
    .swiper-button-next, .swiper-button-prev {
        width: 36px !important;
        height: 36px !important;
        margin-top: -18px !important;
    }
    .views-container{
    	padding-bottom: 2em;
    }
    h2 {
        height: 60px;
        line-height: 54px;
        margin-bottom: 15px;
        font-size: 21px;
    }
    h2:before {
        width: 22px;
        height: 60px;
        margin-left: -22px;
    }
    h2:after {
        width: 36px;
        height: 60px;
        margin-right: -36px;
    }
    .img-local {
        width: 125px;
        right: 10px;
        top: -30px;
    }
    .views-swiper2 .text-content {
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        width: 380px;
        padding: 44px 48px 22px 30px;
    }
    .views-swiper2 .btn-prevnext{
    	gap: 14px;
    	margin-top: 25px;
    }
    .views-swiper-container .swiper-pagination-bullet {
	    width: 36px;
	    height: 4px;
	}
	.side-left_block .desc-content {
        font-size: 13px;
    }
    .side-left_block {
        padding: 22px 20px 36px 42px;
    }
    .side-left .img {
	    margin-top: -9px;
	}
	.subtitle h3 {
        font-size: 19px;
        padding: 12px;
    }
    .subtitle:after{
    	width: 90%;
    	height: 2px;
    }
    .egl3boxes{
    	gap:14px;
    }
    .egl3box {
        flex: 0 0 220px;
        height: 220px;
        border-width: 9px;
        font-size: 17px;
    }
    .egl3box .ic {
        flex: 0 0 100px;
        height: 100px;
    }
    .button-set a {
	    width: 267px;
	    height: 51px;
	    font-size: 17px;
	}
	.button-set a:before{
		width: 22px;
		height: 22px;
	}
	.label-faq {
        right: 36px;
        width: 68px;
    }
    .tips-title {
        font-size: 15px;
        padding-left: 16px;
    }
    .tips-title:before {
        width: 12px;
        height: 22px;
    }
    .tips-list {
        padding: 11px 0;
    }
    .tips-btn {
        width: 22px;
        height: 22px;
    }
    .tips-text-content {
        font-size: 13px;
        line-height: 18px;
        padding: 0 66px 0 16px;
    }
    .tips-text-content:before{
    	height: 4px;
    }
    .tips-lists{
    	max-width: 90%;
    }
	.wrapper {
		padding: 30px 10px;
	}
	.w970{
		max-width: 100%;
	}
	
	.footer01 {
		display: none;
	}
	.footer02 {
		position: relative;
		float: none;
		padding-top: 12px;
		width: 100%;
		text-align: left;
		font-size: 12px;
		color: #666;
		line-height: 14px;
		font-weight: 300;
		text-align: center;
	}
	.footer03 {
		position: relative;
		float: none;
		width: 100%;
		margin: 0 auto;
		max-width: 590px;
		text-align: center;
	}
	:root{
		--detailfont: 15px;
	}

	.product .title{
		font-size: 18px;
	}
	.product .desc{
		font-size: 12px;
	    line-height: 17px;
	}
	.product .desc ul{
		padding-left: 17px;
	}
	.product .bottom .date{
		line-height: 17px;
		font-size: 12px;
	}
	.product .bottom .price{
		font-size: 27px;
	}
	.product .bottom .price span{
		font-size: 16px;
	}
	.product .thumbnail{
		border-width: 2px;
	}
	.product {
	    border-width: 2px;
	    padding: 11px;
	}
	.products{
		gap: 8px;
	}
}
@media (max-width: 576px) {

	.top_bar {
		position: fixed;
		width: 100%;
		background: rgba(255, 255, 255, 1);
		z-index: 9999;
		overflow-x: hidden;
	}
	.top_menu {
		width: 100%;
	}
	.navbar-brand {
		width: 19%;
		padding-bottom: 6px;
		max-width: 140px;
		min-width: 70px;
	}	
	.main_kv{
		margin-top: 44px;
	}
	.h576{
		display: none;
	}
	.m576{
		display: inline-block;
	}
	
    .mobile{
    	display: block;
    }
    .desktop{
    	display: none;
    }

	:root{
		--detailfont: 12px;
	}
	
	/*h2{
        letter-spacing: 1px;
        font-size: 19px;
        line-height: 26px;
        border-top-width: 3px;
        border-bottom-width: 3px;
        padding: 10px 30px 12px;
        font-weight: 500;
        max-width: 95%;
    }*/
    
    .mobile-hide{
    	display: none;
    }
    .mobile-show{
    	display: block;
    }
    
    .wrapper.row {
        padding: 24px 0;
    }
    .desc-content{
    	max-width: 90%;
    	margin-top: 0;
    	font-size: 14px;
        line-height: 1.5;
    }
    
    .products{
    	display: flex !important;
    }
    .products + .products {
	    padding: 0 18px 12px;
	}
	
    .main_kv:after {
        height: 44px;
        bottom: -18px;
    }
    

    .swiper-button-next{
		right: 10px !important;
	}
	.swiper-button-prev{
		left: 10px !!important;
	}
	
    .content_menu{
    	font-size: 15px;
    }		
    .content_menu ul {
        padding: 15px 23px 14px 25px;
    }
    h2{
    	font-size: 18px;
    }
	h2.no-border{
		margin: 0 auto 5px;
	    line-height: 1.5;
	    padding: 5px 0 11px;
	    font-size: 19px;
	    max-width: 90%;
	}
	.img-local {
        width: 115px;
        right: 10px;
        top: -70px;
    }
    .img-bg-arrow{
		top: -60px;
		width: 22%;
    }
	.m7desc-wrapper {
        max-width: 85%;
        width: 100%;
        padding: 10px 0;
        font-size: 13px;
    }
    .views-swiper2 .content{
    	display: flex;
    	flex-direction: column;
    }
    .views-swiper2 .text-content {
        background-size: auto 14px;
        position: relative;
        margin-left: 10px;
        width: calc(100vw - 10px);
        transform: translateY(-40px);
        padding: 34px 28px 20px 26px;
    }
    .views-swiper2 .big-image{
    	padding-right: 0;
    }
    .views-swiper2 .btn-prevnext {
        margin-top: 18px;
    }
    .views-swiper-container .swiper-pagination-bullets.swiper-pagination-horizontal {
	    bottom: 10px;
	}
	.views-swiper{
		width: 100vw;
	}
	.views-swiper .swiper-slide{
		padding: 0 50px;
		box-sizing: border-box;
	}
	.side-left{
		flex-direction: column;
	}
	.side-left_block {
        padding: 22px 30px 36px 30px;
        text-align: center;
    }
    .side-left .img {
        margin-bottom: -19px;
    }
    .egl3boxes{
    	flex-wrap: wrap;
    }
    .egl3box {
        flex: 0 0 180px;
        height: 180px;
        border-width: 7px;
        font-size: 16px;
    }
    .egl3box .ic {
        flex: 0 0 85px;
        height: 85px;
        margin-top: -13px;
    }
    .egl3box:last-child{
    	margin-top: -20px;
    }
    .label-faq {
        right: 16px;
        width: 48px;
        top: 13px;
    }
    .tips-lists{
    	margin: 0 auto;
    }
    .tips-list{
    	padding: 9px 0;
    }
    .product{
    	flex:0 0 100%;
    }
    .m7desc-top, .m7desc-bottom {
        height: 20px;
    }
   	.m7desc-top:before, .m7desc-bottom:before, .m7desc-top:after, .m7desc-bottom:after {
        flex: 0 0 47px;
    }
    .marathonEGL-bottom{
    	padding: 50px 0 30px;
    }
   	.views-swiper-container .swiper-pagination-bullet {
        width: 26px;
        height: 3px;
    }

    .product{
    	padding: 15px;
    }
    .product .title{
		font-size: 23px;
	}
	.product .desc{
		font-size: 15px;
	    line-height: 22px;
	}
	.product .desc ul{
		padding-left: 17px;
	}
	.product .bottom .date{
		line-height: 22px;
		font-size: 15px;
	}
	.product .bottom .price{
		font-size: 37px;
	}
	.product .bottom .price span{
		font-size: 22px;
	}
	h1 span:nth-child(1):before, h1 span:nth-child(1):after {
	    left: calc(-3% + 3px);
        height: 9px;
        border: 3px solid #6468D4;
	}
	h1 span:nth-child(1){
		font-size: 36px;
		-webkit-text-stroke-width: 8px;
		transform: translateX(-3px) rotate(-1deg);
	}
	h1 span:nth-child(1):before{
		top: -6px;
	}
	h1 span:nth-child(1):after{
		bottom: -9	px;
	}
	h1 span:nth-child(3) {
		font-size: 15px;
	    margin: 18px auto 0;
        padding: 5px 18px 8px;
	}
	h1 span:nth-child(3):after{
		padding: 3px;
        top: -5px;
        left: -5px;
        border-width: 2px;
	}
	h2:not(.no-border){
		margin-bottom: 6px;
	}
}
@media (max-width: 375px) {
	.main_kv {
		margin-top: 44.16px;
	}
}
