._pc{
	display: block;
	visibility: visible;
}
._m{
	display: none;
	visibility: hidden;
}
.responsive{
	width: 100%;
	height: auto;
}
.hide{
	display: none;
	visibility: hidden;
}
.owl-carousel .owl-item div {
    position: relative;
    text-align: unset; 
}



.box-out{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
/*kv*/
.kv{
	width: 100%;
	height: auto;
	padding: 3% 0;
	overflow: hidden;
	position: relative;
	background-color: gray;
}
.owl-carousel.single-slide .owl-wrapper-outer,
.owl-carousel.single-slide .owl-wrapper,
.owl-carousel.single-slide .owl-item {
	transition: none !important;
	animation: none !important;
}
.kv::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	backdrop-filter: blur(12px);
	background: rgba(255, 255, 255, 0.2); /* 可依需求調整透明度 */
}
.kv_inner {
  position: relative;
  z-index: 1;
}
.kv_inner{
	width: 55%;
	height: auto;
	margin: 0 auto;
}
.kv_box{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.kv_left{
	width: 64%;
	height: auto;
	overflow: hidden;
	float: left;
}
.kv_left_pic{
	width: 100%;
	max-height: 565px;
    border-radius: 5px;
    overflow: hidden;
}
.tips{
    padding: 5px 15px;
    height: 30px;
    background: #7cc623;
    border-radius: 50px;
    color: #fff;
    font-size: 17px;
    line-height: 2;
    text-align: left;
}
.title_01 {
    font-size: 37px;
    line-height: 1;
    color: #fff;
    font-weight: 500;
    margin-bottom: 0;
}
.title_02{
	font-size: 19px;
	line-height: 1.5;
	color: #fff;
	font-weight: 100;
	margin-bottom: 10px;
}
.kv_right{
    width: 34%;    
	height: auto;
    background: #fff;
    margin: 114px 0 0 0;
    padding: 10px 15px;
    border-radius: 5px;
    float: right;
}
.title_05{
	font-size: 21px;
	font-weight: 500;
	color: #e8641b;
	line-height: 2;
	margin-bottom: 0;
}
.title_time{	
	font-size: 17px;
	font-weight: 300;
	line-height: 1.4;
	color: #393d37;
	margin-bottom: 0;
}
.title_06{
	font-size: 21px;
	font-weight: 300;
	line-height: 1.6;
	color: #393d37;
	margin-bottom: 0;
	margin-top: 15px;
}
.title_07{
	width: 100%;
	height: 189px;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.6;
	color: #393d37;
	overflow: hidden;
}
.price{
	font-size: 31px;
	line-height: 2;
	font-weight: 500;
	color: #e8641b;
	margin-bottom: 0;
	border-top: 1px solid #ccc ;
	text-align: center;
}
.btn_style{
	width: 100%;
	height: auto;
	background: #e8641b;
	font-size: 25px;
	line-height: 2;
	color: #fff;
	font-weight: 700;
}
/*no2*/
.no2 {
    width: 100%;
    height: auto;
    background: #e6e6e6;
    padding: 3% 25%;
    overflow: hidden;
}
.no2_title{
	font-size: 23px;
	font-weight: 700;
	text-align: center;
	line-height: 1.8;
	color: #393d37;
	margin-bottom: 10px;
}
.no2_words{
	font-size: 17px;
	font-weight: 300;
	text-align: center;
	line-height: 1.5;
	color: #393d37;
	text-indent: 17px;
	text-align: justify;
}
/*課程輪播*/
.swiper {
  padding: 20px;
  position: relative;
}
.swiper-wrapper {
    width: 100%;
    height: auto;
}
.swiper-slide {
  margin: 0 5px; /* 左右各5px = 總間距10px */
  height: 410px;
}
.course-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  padding: 16px;
  text-align: left;
  width: 100%;
  max-width: 320px;
}
.course-card img.responsive {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 12px;
}
.course-card .title {
	width: 100%;
	height: 25px;
	font-size: 21px;
	font-weight: 500;
	line-height: 1.5;
	color: #393d37;
	margin-bottom: 4px;
	overflow: hidden;
}
.course-card .subtitle {
	width: 100%;
	height: 25px;
	font-size: 17px;
	line-height: 1.5;
	color: #393d37;
	font-weight: 300;
	overflow: hidden;
	margin-bottom: 0;
}
.course-card .teacher {
  font-size: 15px;
  color: #393d37;
  margin: 2px 0;
}
.course-card .time {
  font-size: 15px;
  color: #393d37;
  margin: 2px 0;
  margin-bottom: 10px;
}
.course-card .price {
  font-size: 21px;
  color: #e8641b;
  margin: 2px 0;
  text-align: center;
}
/* 調整分頁點位置 */
.swiper-pagination {
  bottom: 10px !important;
}
/* 可選：左右箭頭樣式調整 */
.swiper-button-next,
.swiper-button-prev {
  color: #333;
}

/*no4*/
.no4{
	width: 100%;
	height: auto;
	background: url(../images/img_no4_bg.jpg);
	background-size: contain;
	background-repeat: repeat-x;
}
.no4_box{
	width: 100%;
	height: auto;
	background: #fff;
}
.tabs {
    display: flex;
    gap: 1px;
    margin-bottom: 0;
    background-color: #8c6635;
}
.tab-button {
	width: 25%;
    font-size: 21px;
    text-align: center;
    color: #14212b;
    font-weight: 500;
    line-height: 3;
    transition: background 0.3s;
    background-color: #f9f9f9;
}
.tab-button:hover {
    background-color: #ddd;
    color: #8c6635;
}
.tab-content {
    display: none; /* 預設隱藏所有內容 */
    width: 100%;
    height: auto;
    padding: 50px 100px;
}
/* 顯示當前選中的內容 */
.tab-content.active {
    display: block;
}
.p_bold{
	font-size: 23px;
	line-height: 1.5;
    color: #14212b;
    margin-bottom: 0;
    font-weight: 700;
}
.p_normal_puls{
	font-size: 19px;
	line-height: 1.5;
    color: #14212b;
    font-weight: 500;
    margin-bottom: 5px;
    margin-top: 20px;
}
.p_normal{
	font-size: 17px;
	line-height: 1.5;
    color: #14212b;
    font-weight: 300;
}

/*no5*/
.no5{
	width: 100%;
	height: auto;
	background: url(../images/img_no4_bg.jpg);
	background-size: contain;
	background-repeat: repeat-x;
	padding: 20px 0;
}
.no5_box {
    width: 100%;
    height: auto;
    background-image: url(../images/img_pc_no5_bg.png);
    background-position: 50% 50%;
    background-size: 159%;
    background-repeat: no-repeat;
    padding: 80px 0;
}
.form_box{
	width: 35%;
    height: auto;
    margin-left: 55%;
    background-color: #5d7926;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    padding: 20px;
    margin-bottom: 0;
}
.title_08{
	font-size: 29px;
	text-align: center;
	line-height: 1.1;
	color: #fff;
	margin-bottom: 0;
	font-weight: 700;
}
.title_09{
	font-size: 21px;
	text-align: center;
	line-height: 1.5;
	color: #ff0;
	margin-bottom: 10px;
	font-weight: 500;
}
.btn_man{
	background-color: #0669b2;
	color: #fff;
	margin-bottom: 10px;
	font-size: 19px;
	font-weight: 500;
}
.btn_woman{
	background-color:#e8641b;
	color: #fff;
	margin-bottom: 10px;
	font-size: 19px;
	font-weight: 500;
}
.btn_man:visited ,.btn_woman:visited{
	color: #ff0;
}
.btn_man:hover ,.btn_woman:hover{
	color: #ff0;
}
.btn_man:active ,.btn_woman:active{
	color: #ff0;
}
.form_txt ,.form_txt a{
	font-size: 15px;
	text-align: center;
	color: #fcf8fc;
	line-height: 1.5;
	margin-bottom: 10px;
}
/*feedback*/
.feedback{
	width: 100%;
    height: auto;
    background: url(../images/img_no2_bg.jpg);
    background-size: 101%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    overflow: hidden;
}
.textbox{
	width: 35%;
	height: auto;
	background: rgba(255,255,255,0.8);
	border-radius: 20px;
	box-shadow: 0 20px 30px rgba(0,0,0,0.8);
	overflow: hidden;
	margin: 0 auto;
	margin-top: 60px;
	margin-bottom: 120px;
	padding: 3% 5%;
}
.feedback_title{
	font-size: 45px;
	text-align: center;
	font-weight: 700;
	line-height: 2;
	color: #750c8c;
	margin-bottom: 20px;
}
.feedback_p1{
	font-size: 23px;
	text-align: center;
	font-weight: 300;
	line-height: 1.5;
	color: #14212b;
	margin-bottom: 10px;
}
.feedback_p2{
	font-size: 17px;
	text-align: center;
	font-weight: 300;
	line-height: 1.5;
	color: #14212b;
	text-align: justify;
	margin-bottom: 20px;
}
.feedback_p3{
	font-size: 31px;
	text-align: center;
	font-weight: 100;
	line-height: 2;
	color: #750c8c;
	font-style: italic;
	margin-bottom: 10px;
}





/*** 1366顯示 ***/
@media (min-width: 1025px) and (max-width: 1368px) {
	._pc{
		display: block;
		visibility: visible;
	}
	._m{
		display: none;
		visibility: hidden;
	}
	.kv_inner {
	    width: 85%;
	    height: auto;
	    margin: 0 auto;
	}
    .title_01 {
        font-size: 29px;
        line-height: 1;
        color: #fff;
        font-weight: 500;
        margin-bottom: 0;
    }
    .title_02 {
        font-size: 21px;
        line-height: 1.5;
        color: #fff;
        font-weight: 100;
        margin-bottom: 10px;
    }
    .title_03 {
        font-size: 19px;
        line-height: 1.5;
        color: #fff;
        font-weight: 500;
        margin-bottom: 0;
        padding-left: 20px;
    }
	.title_04 {
	    font-size: 13px;
	    line-height: 1.5;
	    color: #fff;
	    font-weight: 100;
	    margin-bottom: 10px;
	    padding-left: 20px;
	}	
    .kv_right {
        width: 34%;
        height: auto;
        background: #fff;
        margin: 110px 0 0 0;
        padding: 10px 15px;
        border-radius: 5px;
    }   
	.title_05{
		font-size: 21px;
		font-weight: 500;
		color: #e8641b;
		line-height: 2;
		margin-bottom: 0;
	}
	.title_time{	
		font-size: 15px;
		font-weight: 300;
		line-height: 1.4;
		color: #393d37;
		margin-bottom: 0;
	}
	.title_06{
		font-size: 21px;
		font-weight: 300;
		line-height: 1.6;
		color: #393d37;
		margin-bottom: 0;
		margin-top: 15px;
	}
    .title_07 {
        width: 100%;
        height: 165px;
        font-size: 15px;
        font-weight: 300;
        line-height: 1.6;
        color: #393d37;
        overflow: hidden;
    }
	.price{
		font-size: 31px;
		line-height: 2;
		font-weight: 500;
		color: #e8641b;
		margin-bottom: 0;
		border-top: 1px solid #ccc ;
		text-align: center;
	}
	.btn_style{
		width: 100%;
		height: auto;
		background: #e8641b;
		font-size: 25px;
		line-height: 2;
		color: #fff;
		font-weight: 700;
	}
    .no2 {
        width: 100%;
        height: auto;
        background: #e6e6e6;
        padding: 7% 9%;
        overflow: hidden;
    }
	.no2_title{
		font-size: 23px;
		font-weight: 700;
		text-align: center;
		line-height: 1.8;
		color: #393d37;
		margin-bottom: 10px;
	}
	.no2_words{
		font-size: 17px;
		font-weight: 300;
		text-align: center;
		line-height: 1.5;
		color: #393d37;
		text-indent: 17px;
		text-align: justify;
	}
	.no5 {
	    width: 100%;
	    height: auto;
		background: url(../images/img_no4_bg.jpg);
		background-size: contain;
		background-repeat: repeat-x;
	    padding: 20px 0;
	}
    .form_box {
        width: 30%;
        height: auto;
        margin-left: 61%;
        background-color: #5d7926;
        border-radius: 20px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
        padding: 20px;
        margin-bottom: 0;
    }
    .feedback {
	    width: 100%;
	    height: auto;
	    background: url(../images/img_no2_bg.jpg);
	    background-size: 170%;
	    background-position: 50% 60%;
	    background-repeat: no-repeat;
	    overflow: hidden;
	}
    .textbox {
	    width: 60%;
	    height: auto;
	    background: rgba(255, 255, 255, 0.8);
	    border-radius: 20px;
	    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.8);
	    overflow: hidden;
	    margin: 0 auto;
	    margin-top: 120px;
	    margin-bottom: 180px;
	    padding: 3% 5%;
	}
}



/*** 平板顯示 ***/
@media (min-width: 821px) and (max-width: 1024px) {
	._pc{
		display: block;
		visibility: visible;
	}
	._m{
		display: none;
		visibility: hidden;
	}
	.kv_inner {
	    width: 85%;
	    height: auto;
	    margin: 0 auto;
	}
    .title_01 {
        font-size: 29px;
        line-height: 1;
        color: #fff;
        font-weight: 500;
        margin-bottom: 0;
    }
    .title_02 {
        font-size: 21px;
        line-height: 1.5;
        color: #fff;
        font-weight: 100;
        margin-bottom: 10px;
    }
    .title_03 {
        font-size: 19px;
        line-height: 1.5;
        color: #fff;
        font-weight: 500;
        margin-bottom: 0;
        padding-left: 20px;
    }
	.title_04 {
	    font-size: 13px;
	    line-height: 1.5;
	    color: #fff;
	    font-weight: 100;
	    margin-bottom: 10px;
	    padding-left: 20px;
	}
    .kv_right {
        width: 34%;
        height: auto;
        background: #fff;
        margin: 110px 0 0 0;
        padding: 10px 15px;
        border-radius: 5px;
    }
	.btn_style{
		width: 100%;
		height: auto;
		background: #e8641b;
		font-size: 25px;
		line-height: 2;
		color: #fff;
		font-weight: 700;
	}
	.no2 {
	    width: 100%;
	    height: auto;
	    background: #e6e6e6;
	    padding: 7% 5%;
	    overflow: hidden;
	}
	.no2_title{
		font-size: 23px;
		font-weight: 700;
		text-align: center;
		line-height: 1.8;
		color: #393d37;
		margin-bottom: 10px;
	}
	.no2_words{
		font-size: 17px;
		font-weight: 300;
		text-align: center;
		line-height: 1.5;
		color: #393d37;
		text-indent: 17px;
		text-align: justify;
	}
	.title_05{
		font-size: 19px;
		font-weight: 500;
		color: #e8641b;
		line-height: 2;
		margin-bottom: 0;
	}
    .title_time {
        font-size: 15px;
        font-weight: 300;
        line-height: 1.4;
        color: #393d37;
        margin-bottom: 0;
    }
    .title_06 {
        font-size: 19px;
        font-weight: 300;
        line-height: 1.6;
        color: #393d37;
        margin-bottom: 0;
        margin-top: 15px;
    }
    .title_07 {
        width: 100%;
        height: 119px;
        font-size: 14px;
        font-weight: 300;
        line-height: 1.6;
        color: #393d37;
        overflow: hidden;
    }
    .price {
        font-size: 27px;
        line-height: 2;
        font-weight: 500;
        color: #e8641b;
        margin-bottom: 0;
        border-top: 1px solid #ccc;
        text-align: center;
    }
	.btn_style{
		width: 100%;
		height: auto;
		background: #e8641b;
		font-size: 25px;
		line-height: 2;
		color: #fff;
		font-weight: 700;
	}
	.no5 {
	    width: 100%;
	    height: auto;
		background: url(../images/img_no4_bg.jpg);
		background-size: contain;
		background-repeat: repeat-x;
	    padding: 20px 0;
	}
	.no5_box {
	    width: 100%;
	    height: auto;
	    background-image: url(../images/img_pc_no5_bg.png);
	    background-position: 50% 50%;
	    background-size: 159%;
	    background-repeat: no-repeat;
	    padding: 40px 0;
	}
	.class_pic_box {
	    width: 100%;
	    height: auto;
	    position: relative;
	    margin-bottom: 0;
	}
	.class_pic {
	    width: 100%;
	    height: auto;
	    overflow: hidden;
	    margin-bottom: 0;
	}
	.form_box {
        width: 40%;
        height: auto;
        margin-left: 54%;
        background-color: #5d7926;
        border-radius: 20px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
        padding: 20px;
        margin-bottom: 0;
    }
    .feedback {
	    width: 100%;
	    height: auto;
	    background: url(../images/img_no2_bg.jpg);
	    background-size: 160%;
	    background-position: 50% 60%;
	    background-repeat: no-repeat;
	    overflow: hidden;
	}
	.textbox {
	    width: 65%;
	    height: auto;
	    background: rgba(255, 255, 255, 0.8);
	    border-radius: 20px;
	    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.8);
	    overflow: hidden;
	    margin: 0 auto;
	    margin-top: 60px;
	    margin-bottom: 120px;
	    padding: 3% 5%;
	}
}



@media (min-width: 750px) and (max-width: 820px) {
	._pc{
		display: block;
		visibility: visible;
	}
	._m{
		display: none;
		visibility: hidden;
	}
	.kv_inner {
	    width: 85%;
	    height: auto;
	    margin: 0 auto;
	}
    .title_01 {
        font-size: 27px;
        line-height: 1;
        color: #fff;
        font-weight: 500;
        margin-bottom: 0;
    }
    .title_02 {
        font-size: 19px;
        line-height: 1.5;
        color: #fff;
        font-weight: 100;
        margin-bottom: 10px;
    }
    .title_03 {
        font-size: 19px;
        line-height: 1.5;
        color: #fff;
        font-weight: 500;
        margin-bottom: 0;
        padding-left: 20px;
    }
	.title_04 {
	    font-size: 13px;
	    line-height: 1.5;
	    color: #fff;
	    font-weight: 100;
	    margin-bottom: 10px;
	    padding-left: 20px;
	}
    .kv_right {
        width: 35%;
        height: auto;
        background: #fff;
        margin: 103px 0 0 0;
        padding: 10px 15px;
        border-radius: 5px;
    }
    .title_05 {
        font-size: 15px;
        font-weight: 500;
        color: #e8641b;
        line-height: 2;
        margin-bottom: 0;
    }
    .title_time {
        font-size: 11px;
        font-weight: 300;
        line-height: 1.4;
        color: #393d37;
        margin-bottom: 0;
    }
    .title_06 {
        font-size: 15px;
        font-weight: 300;
        line-height: 1.6;
        color: #393d37;
        margin-bottom: 0;
        margin-top: 15px;
    }
    .title_07 {
        width: 100%;
        height: 68px;
        font-size: 11px;
        font-weight: 300;
        line-height: 1.6;
        color: #393d37;
        overflow: hidden;
    }
    .price {
        font-size: 19px;
        line-height: 2;
        font-weight: 500;
        color: #e8641b;
        margin-bottom: 0;
        border-top: 1px solid #ccc;
        text-align: center;
    }
	.btn_style{
		width: 100%;
		height: auto;
		background: #e8641b;
		font-size: 17px;
		line-height: 1.5;
		color: #fff;
		font-weight: 700;
	}
	.no2 {
	    width: 100%;
	    height: auto;
	    background: #e6e6e6;
	    padding: 7%;
	    overflow: hidden;
	}
	.no5 {
	    width: 100%;
	    height: auto;
		background: url(../images/img_no4_bg.jpg);
		background-size: contain;
		background-repeat: repeat-x;
	    padding: 10px 0;
	}
    .no5_box {
        width: 100%;
        height: auto;
        background-image: url(../images/img_pc_no5_bg.png);
        background-position: 56% 50%;
        background-size: 196%;
        background-repeat: no-repeat;
        padding: 10px 0;
    }
    .form_box {
        width: 45%;
        height: auto;
        margin-left: 50%;
        background-color: #5d7926;
        border-radius: 20px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
        padding: 20px;
        margin-bottom: 0;
    }
    .feedback {
	    width: 100%;
	    height: auto;
	    background: url(../images/img_no2_bg.jpg);
	    background-size: 220%;
	    background-position: 50% 60%;
	    background-repeat: no-repeat;
	    overflow: hidden;
	}
    .textbox {
	    width: 70%;
	    height: auto;
	    background: rgba(255, 255, 255, 0.8);
	    border-radius: 20px;
	    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.8);
	    overflow: hidden;
	    margin: 0 auto;
	    margin-top: 60px;
	    margin-bottom: 120px;
	    padding: 3% 5%;
	}
}



/*** 手機顯示 ***/
@media (min-width: 400px) and (max-width: 749px) {
	._pc{
		display: none;
		visibility: hidden;
	}
	._m{
		display: block;
		visibility: visible;
	}
	.kv {
	    width: 100%;
	    height: auto;
	    padding: 6% 0;
	    overflow: hidden;
	    position: relative;
	}
	.kv_inner {
	    width: 96%;
	    height: auto;
	    margin: 0 auto;
	}
	.kv_left {
	    width: 100%;
	    height: auto;
	    overflow: hidden;
	    padding-top: 10px;
	}
    .title_01 {
        font-size: 29px;
        line-height: 1;
        color: #fff;
        font-weight: 500;
        margin-bottom: 0;
    }
    .title_02 {
        font-size: 21px;
        line-height: 1.5;
        color: #fff;
        font-weight: 100;
        margin-bottom: 10px;
    }
    .title_03 {
        font-size: 19px;
        line-height: 1.5;
        color: #fff;
        font-weight: 500;
        margin-bottom: 0;
        padding-left: 20px;
    }
	.title_04 {
	    font-size: 13px;
	    line-height: 1.5;
	    color: #fff;
	    font-weight: 100;
	    margin-bottom: 10px;
	    padding-left: 20px;
	}
    .kv_right {
        width: 100%;
        height: auto;
        background: #fff;
        margin: 10px 0 0 0;
        padding: 10px 15px;
        border-radius: 5px;
    }  
    .title_05 {
        font-size: 20px;
        font-weight: 500;
        color: #e8641b;
        line-height: 2;
        margin-bottom: 0;
    }
    .title_time {
        font-size: 15px;
        font-weight: 300;
        line-height: 1.4;
        color: #393d37;
        margin-bottom: 0;
    }
    .title_06 {
        font-size: 19px;
        font-weight: 300;
        line-height: 1.6;
        color: #393d37;
        margin-bottom: 0;
        margin-top: 15px;
    }
    .title_07 {
        width: 100%;
        height: 110px;
        font-size: 13px;
        font-weight: 300;
        line-height: 1.6;
        color: #393d37;
        overflow: hidden;
    }
    .price {
        font-size: 25px;
        line-height: 2;
        font-weight: 500;
        color: #e8641b;
        margin-bottom: 0;
        border-top: 1px solid #ccc;
        text-align: center;
    }
	.btn_style{
		width: 100%;
		height: auto;
		background: #e8641b;
		font-size: 19px;
		line-height: 1.6;
		color: #fff;
		font-weight: 700;
	}
	.no2 {
	    width: 100%;
	    height: auto;
	    background: #e6e6e6;
	    padding: 10% 5%;
	    overflow: hidden;
	}
	.tab-button {
	    width: 25%;
	    font-size: 17px;
	    text-align: center;
	    color: #14212b;
	    font-weight: 500;
	    line-height: 1.5;
	    transition: background 0.3s;
	    background-color: #f9f9f9;
	    padding-top: 10px;
	    padding-bottom: 10px;
	}
	.span_enter{
		display: block;
	}
	.tab-content {
	    display: none;
	    width: 100%;
	    height: auto;
	    padding: 30px;
	}
	.no5 {
	    width: 100%;
	    height: auto;
		background: url(../images/img_no4_bg.jpg);
		background-size: contain;
		background-repeat: repeat-x;
	    padding: 10px 0;
	}
	.no5_box {
	    width: 100%;
	    height: auto;
	    background-image: url(../images/img_pc_no5_bg.png);
	    background-position: 50% 50%;
	    background-size: 420%;
	    background-repeat: no-repeat;
	    padding: 80px 0;
	}
	.form_box {
	    width: 90%;
	    height: auto;
	    margin: 0 auto;
	    background-color: #5d7926;
	    border-radius: 20px;
	    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	    padding: 20px;
	    margin-bottom: 0;
	}
	.form_txt, .form_txt a {
	    font-size: 15px;
	    text-align: center;
	    color: #fcf8fc;
	    line-height: 2.5;
	    margin-bottom: 10px;
	}
	.feedback {
	    width: 100%;
	    height: auto;
	    background: url(../images/img_no2_bg.jpg);
	    background-size: 430%;
	    background-position: 50% 60%;
	    background-repeat: no-repeat;
	    overflow: hidden;
	}
	.textbox {
	    width: 85%;
	    height: auto;
	    background: rgba(255, 255, 255, 0.8);
	    border-radius: 20px;
	    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.8);
	    overflow: hidden;
	    margin: 0 auto;
	    margin-top: 60px;
	    margin-bottom: 120px;
	    padding: 3% 5%;
	}
	.feedback_title {
	    font-size: 37px;
	    text-align: center;
	    font-weight: 700;
	    line-height: 2;
	    color: #750c8c;
	    margin-bottom: 10px;
	}
	.feedback_p1 {
	    font-size: 19px;
	    text-align: center;
	    font-weight: 300;
	    line-height: 1.5;
	    color: #14212b;
	    margin-bottom: 10px;
	}
	.feedback_p3 {
	    font-size: 25px;
	    text-align: center;
	    font-weight: 100;
	    line-height: 2;
	    color: #750c8c;
	    font-style: italic;
	    margin-bottom: 10px;
	}
}



/*** 手機顯示 ***/
@media only screen and (max-width: 399px) {
	._pc{
		display: none;
		visibility: hidden;
	}
	._m{
		display: block;
		visibility: visible;
	}
	.kv {
	    width: 100%;
	    height: auto;
	    padding: 6% 0;
	    overflow: hidden;
	    position: relative;
	}
	.kv_inner {
	    width: 96%;
	    height: auto;
	    margin: 0 auto;
	}
	.kv_left {
	    width: 100%;
	    height: auto;
	    overflow: hidden;
	    padding-top: 10px;
	}
    .title_01 {
        font-size: 23px;
        line-height: 1;
        color: #fff;
        font-weight: 500;
        margin: 10px 0 0px 0;
    }
    .title_02 {
        font-size: 17px;
        line-height: 1.5;
        color: #fff;
        font-weight: 100;
        margin-bottom: 10px;
    }
    .title_03 {
        font-size: 19px;
        line-height: 1.5;
        color: #fff;
        font-weight: 500;
        margin-bottom: 0;
        padding-left: 20px;
    }
	.title_04 {
	    font-size: 13px;
	    line-height: 1.5;
	    color: #fff;
	    font-weight: 100;
	    margin-bottom: 10px;
	    padding-left: 20px;
	}
    .kv_right {
        width: 100%;
        height: auto;
        background: #fff;
        margin: 10px 0 0 0;
        padding: 10px 15px;
        border-radius: 5px;
    }
    .title_05 {
        font-size: 19px;
        font-weight: 500;
        color: #e8641b;
        line-height: 2;
        margin-bottom: 0;
    }
    .title_time {
        font-size: 14px;
        font-weight: 300;
        line-height: 1.4;
        color: #393d37;
        margin-bottom: 0;
    }
    .title_06 {
        font-size: 19px;
        font-weight: 300;
        line-height: 1.6;
        color: #393d37;
        margin-bottom: 0;
        margin-top: 15px;
    }
    .title_07 {
        width: 100%;
        height: auto;
        font-size: 15px;
        font-weight: 300;
        line-height: 1.6;
        color: #393d37;
        margin-bottom: 30px;
    }
    .price {
        font-size: 21px;
        line-height: 2;
        font-weight: 500;
        color: #e8641b;
        margin-bottom: 0;
        border-top: 1px solid #ccc;
        text-align: center;
    }
	.btn_style{
		width: 100%;
		height: auto;
		background: #e8641b;
		font-size: 19px;
		line-height: 1.6;
		color: #fff;
		font-weight: 700;
	}
    .no2 {
        width: 100%;
        height: auto;
        background: #e6e6e6;
        padding: 10% 5%;
        overflow: hidden;
    }
    .no2_title {
	    font-size: 23px;
	    font-weight: 700;
	    text-align: center;
	    line-height: 1.5;
	    color: #393d37;
	    margin-bottom: 10px;
	}
	.no2_words {
	    font-size: 15px;
	    font-weight: 300;
	    text-align: center;
	    line-height: 1.5;
	    color: #393d37;
	    text-indent: 17px;
	    text-align: justify;
	}
	.tab-button {
	    width: 25%;
	    font-size: 17px;
	    text-align: center;
	    color: #14212b;
	    font-weight: 500;
	    line-height: 1.5;
	    transition: background 0.3s;
	    background-color: #f9f9f9;
	    padding-top: 10px;
	    padding-bottom: 10px;
	}
	.span_enter{
		display: block;
	}
	.tab-content {
	    display: none;
	    width: 100%;
	    height: auto;
	    padding: 30px;
	}
	.no5 {
	    width: 100%;
	    height: auto;
		background: url(../images/img_no4_bg.jpg);
		background-size: contain;
		background-repeat: repeat-x;
	    padding: 10px 0;
	}
	.no5_box {
	    width: 100%;
	    height: auto;
	    background-image: url(../images/img_pc_no5_bg.png);
	    background-position: 50% 50%;
	    background-size: 420%;
	    background-repeat: no-repeat;
	    padding: 80px 0;
	}
	.form_box {
	    width: 90%;
	    height: auto;
	    margin: 0 auto;
	    background-color: #5d7926;
	    border-radius: 20px;
	    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	    padding: 20px;
	    margin-bottom: 0;
	}
	.form_txt, .form_txt a {
	    font-size: 15px;
	    text-align: center;
	    color: #fcf8fc;
	    line-height: 2.5;
	    margin-bottom: 10px;
	}
	.feedback {
	    width: 100%;
	    height: auto;
	    background: url(../images/img_no2_bg.jpg);
	    background-size: 430%;
	    background-position: 50% 60%;
	    background-repeat: no-repeat;
	    overflow: hidden;
	}
	.textbox {
	    width: 85%;
	    height: auto;
	    background: rgba(255, 255, 255, 0.8);
	    border-radius: 20px;
	    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.8);
	    overflow: hidden;
	    margin: 0 auto;
	    margin-top: 60px;
	    margin-bottom: 120px;
	    padding: 3% 5%;
	}
	.feedback_title {
	    font-size: 37px;
	    text-align: center;
	    font-weight: 700;
	    line-height: 2;
	    color: #750c8c;
	    margin-bottom: 10px;
	}
	.feedback_p1 {
	    font-size: 19px;
	    text-align: center;
	    font-weight: 300;
	    line-height: 1.5;
	    color: #14212b;
	    margin-bottom: 10px;
	}
	.feedback_p3 {
	    font-size: 25px;
	    text-align: center;
	    font-weight: 100;
	    line-height: 2;
	    color: #750c8c;
	    font-style: italic;
	    margin-bottom: 10px;
	}
}

.side-panel {
    width: 70px;
    height: auto;
    position: fixed;
    right: 1%;
    top: 60%;
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 99;
}
.side-panel li a.lineat {
    background-color: #00b900;
    color: #fff;
}
.side-panel li a {
    display: block;
    width: 70px;
    height: 70px;
    line-height: 5;
    border-radius: 50%;
    text-align: center;
    font-size: 45px;
    line-height: 65px;
    margin-bottom: 10px;
    transition: all .2s;
}
