/* bootstrap 5 fix */
@media (prefers-reduced-motion: no-preference) {
	:root {scroll-behavior: auto;}
}
*{
	position: relative;
	box-sizing: border-box;
}
body{
	margin: 0;
	font-family: 'Noto Sans TC', sans-serif;
	padding-top: 80px;
}
img{
	position: relative;
	display: block;
	max-width: 100%;
}
a{display: inline-block;}
a, a:hover, a:focus{text-decoration: none;}
a:focus{outline: none;}
section{
	position: relative;
	overflow: hidden;
}
.flex{
	display: flex;
	flex-wrap: wrap;
}
.flex-row{
	display: flex;
	flex-wrap: wrap;
	margin-left: -12px;
	margin-right: -12px;
}
.flex-1{flex: 1;}
.center{
	margin-left: auto;
	margin-right: auto;
}
.t-center{text-align: center;}
.t-right{text-align: right;}
.v-center{
	top: 50%;
	transform: translateY(-50%);
}
.flex-center{justify-content: center;}
.flex-v-center{align-items: center;}
.show-xl, .show-lg, .show-md, .show-sm, .hide{
	display: none;
}
.container, .container-fluid, .container-xxl{
	padding-left: 15px;
	padding-right: 15px;
}
.row-p15{
	margin-left: -15px;
	margin-right: -15px;
}
.row-p15 > *{
	padding-left: 15px;
	padding-right: 15px;
}
.p15{
	padding-left: 15px;
	padding-right: 15px;
}
.fh{height: 100%;}
.full-img{
	max-width: none;
	width: 100%;
}
.bold{font-weight: bold;}
.wow{visibility: hidden;}

/* header */
header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	z-index: 9999;
}
.header_bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	transition: opacity 0.5s;
	box-shadow: 0px 3px 6px #0000001A;
}
.header_bline{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	display: none;
}
.header_bline::after{
	display: block;
	content: "";
	width: calc(100% - 160px);
	height: 1px;
	background-color: #fff;
	opacity: 0.5;
	margin-left: auto;
	margin-right: auto;
}
.index{
	padding-top: 0;
}
.index .header_bg{
	opacity: 0;
}
.index .menu_btn{
	color: #fff;
}
.index .header_bline{
	display: block;
}
.index .scroll .header_bg{
	opacity: 1;
}
.index .scroll .menu_btn{
	color: #000;
}
.index .scroll .header_bline{
	display: none;
}
header.active .header_bg{
	opacity: 1;
}
header.active .menu_btn{
	color: #000;
}
header.active .header_bline{
	display: none;
}
.menu{
	height: 100%;
	padding-left: 270px;
	padding-right: 270px;
}
.menu_row{
	height: 100%;
	justify-content: center;
}
.menu_item{
	height: 100%;
	padding-top: 26px;
	padding-left: 25px;
	padding-right: 25px;
}
.menu_btn{
	display: block;
	color: #000;
}
.menu_btn:hover{
	color: #ee7700;
}
.menu_item.active .menu_btn, .menu_btn.active{
	color: #ee7700;
}
.menu_right{
	position: absolute;
	top: 0;
	right: 0;
	padding-top: 16px;
	padding-right: 10px;
}
.menur_row{
	align-items: center;
}
.menur_item{
	padding-left: 7px;
	padding-right: 7px;
}
.menur_ibtn{
	display: block;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background-color: #ddd;
	overflow: hidden;
}
.menur_ibtn img{
	width: 20px;
	height: 20px;
	top: 50%;
	transform: translateY(-50%);
	margin-left: auto;
	margin-right: auto;
}
.menur_ibtn:hover{
	background-color: #0866ff;
}
.menur_ibtn:hover img{
	left: -1000px;
    filter: drop-shadow(1000px 0 #fff);
}
.menur_btn{
	display: block;
	width: 140px;
	color: #000;
	text-align: center;
	background-color: #fff;
	border: 1px solid #6697DE;
	border-radius: 45px;
	padding: 10px 0;
}

.menur_btn_icon{
	display: inline-block;
	width: 19px;
	height: 21px;
	top: 3px;
	margin-right: 10px;
	overflow: hidden;
}
.menur_btn:hover{
	color: #fff;
	background-color: #6697DE;
}
.menur_btn:hover .menur_btn_icon img{
	top: -21px;
}
.header_logo{
	position: absolute;
	top: 9px;
	left: 18px;
	color: #0c202e;
}
.logo_img{
	width: 70px;
}
.logo_title{
	font-size: 20px;
	font-weight: 500;
	padding-top: 15px;
	padding-left: 15px;
}
.mobile_btn{
	position: absolute;
	top: 17px;
	right: 20px;
	cursor: pointer;
	display: none;
}
.btn_search{
	width: 17px;
	cursor: pointer;
}
.search_bar{
	position: fixed;
	top: 80px;
	right: 15px;
	width: 300px;
	padding: 5px;
	background-color: #fff;
	border-radius: 5px;
	display: none;
}
.search_row{
	border: 1px solid #aaa;
	border-radius: 3px;
	overflow: hidden;
}
.search_input{
	flex: 1;
	display: block;
	border: none;
}
.search_submit{
	display: block;
	width: 32px;
	color: #fff;
	border: none;
	background: none;
	padding-top: 5px;
}
.search_submit img{
	width: 17px;
	margin-left: auto;
	margin-right: auto;
}
.body_top{
	height: 80px;
}

/* index */
.kv{
	height: 1000px;
}
.kv_bg{
	position: absolute;
	top: 0;
	left: 0;
	max-width: none;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.kv_video{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.kv_mask{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.1;
}
.kv_con{
	padding-top: 220px;
	text-align: center;
}
.kv_logo{
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}
.kv_title{
	font-size: 50px;
	color: #fff;
	font-weight: 500;
	text-align: center;
	letter-spacing: 2px;
	margin-bottom: 15px;
}
.kv_sub{
	font-family: "Arial";
	font-size: 40px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
.kv_text{
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
	margin-bottom: 30px;
}
.kv_abtn{
	color: #fff;
	font-weight: 500;
	background-color: #FFA201;
	border-radius: 20px;
	padding: 7px 22px;
	margin-left: 3px;
	margin-right: 3px;
	margin-bottom: 10px;
}
.kv_abtn:hover{
	background-color: #ffb638;
}
.kv_abtn.t2{
	background-color: #FF6F01;
}
.kv_abtn.t2:hover{
	background-color: #ff8e37;
}
.kv_abtn.t3{
	background-color: #469E98;
}
.kv_abtn.t3:hover{
	background-color: #65b4ae;
}
.sec_event{
	padding-top: 50px;
	padding-bottom: 80px;
}
.event_item{
	padding: 0 10px;
	display: none;
}
.event_item:first-child{
	display: block;
}
.event_box{
	display: block;
	padding-bottom: 40%;
}
.eventb_img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.eventb_con{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 20px;
	color: #fff;
	background: linear-gradient(#00000000, #000000ff);
}
.main_sec{
	padding-top: 50px;
	padding-bottom: 50px;
}
.sec_title_div{
	margin-bottom: 20px;
}
.sec_title_div::before{
	position: absolute;
	content: "";
	top: 50%;
	left: 0;
	width: calc(50% - 300px);
	border: 1px dashed #4187EB;
}
.sec_title_div::after{
	position: absolute;
	content: "";
	top: 50%;
	right: 0;
	width: calc(50% - 300px);
	border: 1px dashed #4187EB;
}
.sec_title{
	font-size: 36px;
	color: #4187EB;
	font-weight: bold;
	line-height: 1.3em;
	text-align: center;
	letter-spacing: 1px;
}
.sec_title_sub{
	font-size: 36px;
	color: #4D688E;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
	margin-bottom: 20px;
}
.sec_text{
	font-size: 17px;
	letter-spacing: 0.5px;
	text-align: center;
	margin-bottom: 50px;
}
.con2{
	max-width: 1770px;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
}
.group_item{
	margin-bottom: 30px;
}
.group_box{
	height: 100%;
	background-color: #F8F3D9;
}
.group_img_div{
	padding-bottom: 70%;
	overflow: hidden;
}
.group_img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s;
}
.group_mask{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 200px;
	background: linear-gradient(#F8F3D900, #F8F3D9FF);
}
.groupb_con{
	padding: 30px;
}
.groupb_title{
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
.groupb_text{
	flex: 1;
	height: 56px;
	font-size: 15px;
	line-height: 1.7em;
	padding-right: 20px;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.group_abtn_div{
	width: 160px;
}
.group_abtn{
	display: block;
	width: 160px;
	font-size: 15px;
	color: #fff;
	text-align: center;
	border-radius: 30px;
	background-color: #FFA201;
	padding: 12px 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
.group_abtn:hover{
	background-color: #ffb638;
}
/*
.group_abtn::after{
	position: absolute;
	content: "";
	top: 17px;
	right: 30px;
	width: 8px;
	height: 13px;
	background-image: url(../img/icon_more.png);
	background-repeat: no-repeat;
}
*/
.group_box.t2{
	background-color: #FCE8DB;
}
.t2 .group_mask{
	background: linear-gradient(#FCE8DB00, #FCE8DBFF);
}
.t2 .group_abtn{
	background-color: #FF6F01;
}
.t2 .group_abtn:hover{
	background-color: #ff8e37;
}
.group_box.t3{
	background-color: #CDE9E1;
}
.t3 .group_mask{
	background: linear-gradient(##CDE9E100, ##CDE9E1FF);
}
.t3 .group_abtn{
	background-color: #469E98
}
.t3 .group_abtn:hover{
	background-color: #65b4ae;
}
.sec_video{
	padding-top: 50px;
}
.video_div{
	padding-top: 10px;
	padding-bottom: 60px;
	background: linear-gradient(#ffffff 70px, #E0EAF9 70px);
}
.video_frame{
	position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
}
.video_frame iframe, .video_frame video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.main_btn{
	display: block;
	width: 160px;
	font-size: 15px;
	color: #000;
	text-align: center;
	border: 1px solid #4187EB;
	border-radius: 30px;
	background-color: #fff;
	padding: 12px 0;
	margin-left: auto;
	margin-right: auto;
}
/*
.main_btn::after{
	position: absolute;
	content: "";
	top: 18px;
	right: 30px;
	width: 8px;
	height: 13px;
	background-image: url(../img/icon_more2.png);
	background-repeat: no-repeat;
}
*/
.main_btn:hover{
	color: #fff;
	background-color: #4187EB;
}
/*
.main_btn:hover::after{
	background-image: url(../img/icon_more.png);
}
*/
.course_item{
	margin-bottom: 40px;
}
.course_box{
	display: block;
	height: 100%;
	color: #000;
	background-color: #fff;
	border-radius: 12px;
	padding-bottom: 60px;
	overflow: hidden;
}
.courseb_img{
	padding-bottom: 60%;
	overflow: hidden;
}
.courseb_img img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s;
}
.course_box:hover .courseb_img img{
	transform: scale(1.05);
}
.courseb_con{
	padding: 20px;
}
.courseb_cate{
	margin-left: -3px;
	margin-right: -3px;
	margin-bottom: 4px;
}
.cate_item{
	font-size: 13px;
	color: #fff;
	letter-spacing: 0.5px;
	background-color: #4187EB;
	border-radius: 30px;
	padding: 2px 12px;
	margin-left: 3px;
	margin-right: 3px;
	margin-bottom: 6px;
}
.courseb_date{
	font-size: 13px;
	color: #999;
	margin-bottom: 3px;
}
.courseb_title{
	font-size: 20px;
	color: #4D688E;
	font-weight: 500;
	margin-bottom: 10px;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.courseb_hr{
	width: 20px;
	height: 2px;
	background-color: #FF6F01;
	margin-bottom: 15px;
}
.courseb_text{
	font-size: 15px;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.courseb_btn{
	position: absolute;
	bottom: 15px;
	left: 20px;
	width: 120px;
	font-size: 15px;
	color: #fff;
	text-align: center;
	padding: 7px 0;
	border-radius: 30px;
	background-color: #FF6F01;
}
/*
.courseb_btn::after{
	position: absolute;
	content: "";
	top: 12px;
	left: calc(50% + 38px);
	width: 8px;
	height: 13px;
	background-image: url(../img/icon_more.png);
	background-repeat: no-repeat;
}
*/
.course_box:hover .courseb_btn{
	background-color: #FFA201;
}
.gym_slick{
	border: 10px solid #FCE8DB;
}
.gym_slick img{
	display: none;
}
.gym_slick img:first-child{
	display: block;
}
.gym_sitem img{
	max-width: none;
	width: 100%;
}
.gym_con{
	max-width: 600px;
	padding-top: 60px;
	margin-left: auto;
	margin-right: auto;
}
.gym_lion{
	position: absolute;
	top: -50px;
	right: 0;
	width: 147px;
}
.gym_title{
	font-size: 36px;
	color: #FF6F01;
	font-weight: bold;
	margin-bottom: 20px;
}
.gym_sub{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 30px;
}
.gym_hr{
	border-top: 1px dashed #FF6F01;
	opacity: 1;
	margin-bottom: 30px;
}
.gym_text{
	font-size: 17px;
	line-height: 1.9em;
	margin-bottom: 30px;
}
.last_sec{
	padding-bottom: 150px;
}

/* footer */
footer{
	padding-top: 10px;
	padding-bottom: 20px;
	background-color: #e8e2de;
}
.footer_logo_llc{
	width: 238px;
	margin-top: 20px;
}
.footer_menu{
	flex: 1;
	padding-top: 18px;
	padding-left: 15px;
	padding-right: 15px;
}
.fmenu_row{
	justify-content: center;
}
.fmenu_item{
	padding-left: 25px;
	padding-right: 25px;
}
.fmenu_btn{
	display: block;
	font-size: 15px;
	color: #000;
	font-weight: 500;
	margin-bottom: 5px;
}
.fmenu_btn:hover{
	color: #FF6F01;
}
.fmenu_btn.t2{
	font-size: 14px;
	font-weight: 400;
}
.footer_btn_div{
	width: 160px;
	padding-top: 12px;
}
.fbtn_row{
	justify-content: flex-end;
}
.footer_btn{
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background-color: #4D688E;
	padding-top: 10px;
	margin-left: 10px;
}
.footer_btn img{
	width: 16px;
	margin-left: auto;
	margin-right: auto;
}
.footer_btn:hover{
	background-color: #FF6F01;
}
.footer_hr{
	border-color: #ddd;
	opacity: 1;
	margin-top: 40px;
	margin-bottom: 20px;
}
.copyright{
	font-size: 12px;
	color: #000;
	text-align: center;
}

/* news */
.page_kv{
	height: 150px;
	background: linear-gradient(135deg, #f36723, #ffc22b);
}
.page_kv_video{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.page_title{
	font-size: 40px;
	color: #fff;
	font-weight: 500;
	text-align: center;
	letter-spacing: 1px;
}
.page_title_en_div{
	text-align: center;
	margin-bottom: 15px;
}
.page_title_en{
	display: inline-block;
	font-size: 17px;
	color: #fff;
	font-weight: 500;
	padding: 7px 38px;
	background-color: #4187EB;
	border-radius: 20px;
}
.news_sort{
	justify-content: center;
	margin-left: -5px;
	margin-right: -5px;
	margin-bottom: 40px;
}
.sort_btn{
	color: #000;
	padding: 5px 20px;
	border: 1px solid #ccc;
	border-radius: 20px;
	background-color: #fff;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
}
.sort_btn:hover, .sort_btn.active{
	color: #fff;
	background-color: #000;
	border-color: #000;
}
.navigation_div{
	padding-top: 10px;
}
.pagination{
	justify-content: center;
}
.page-link{
	color: #000;
	border: 1px solid #ddd;
	background-color: #fff;
	border-radius: 6px;
	margin-left: 5px;
	margin-right: 5px;
}
.page-link:focus{
	color: #000;
	box-shadow: none;
	background-color: #fff;
}
.page-item.active .page-link{
	color: #fff;
	background-color: #FF6F01;
	border-color: #FF6F01;
}
.page-item:hover .page-link{
	color: #fff;
	background-color: #FF6F01;
	border-color: #FF6F01;
}
.newsp_con{
	max-width: 1200px;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
}
.news_cate{
	margin-left: -3px;
	margin-right: -3px;
	margin-bottom: 4px;
}
.news_cate_item{
	font-size: 13px;
	color: #000;
	letter-spacing: 0.5px;
	background-color: #fff;
	border-radius: 30px;
	padding: 2px 12px;
	margin-left: 3px;
	margin-right: 3px;
	margin-bottom: 6px;
}
.news_date{
	font-size: 13px;
	color: #dfdfdf;
	margin-bottom: 3px;
}
.news_title{
	font-size: 32px;
	color: #fff;
	font-weight: 500;
	letter-spacing: 1px;
}
.news_con{
	max-width: 1200px;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
}
.news_text{
	line-height: 1.8em;
	padding-top: 10px;
	margin-bottom: 50px;
}
.edit_area img{
	height: auto !important;
	margin-left: auto;
	margin-right: auto;
}
.edit_area iframe{
	width: 100%;
}
.news_share{
	justify-content: center;
	margin-bottom: 50px;
}
.share_btn{
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background-color: #4D688E;
	padding-top: 10px;
	margin-left: 5px;
	margin-right: 5px;
}
.share_btn img{
	width: 16px;
	margin-left: auto;
	margin-right: auto;
}
.share_btn:hover{
	background-color: #FF6F01;
}

/* gym */
.page_sec1{
	background-color: #fdf3ed;
}
.psec1_left{
	width: 50%;
}
.psec1_right{
	width: 50%;
}
.psec1l_con{
	max-width: 735px;
	padding: 80px 120px 100px 15px;
	margin-left: auto;
	margin-right: 0;
}
.psec1_en{
	display: inline-block;
	font-size: 17px;
	color: #fff;
	font-weight: bold;
	padding: 5px 15px;
	background-color: #4187EB;
	border-radius: 20px;
	margin-bottom: 15px;
}
.psec1_title{
	font-size: 40px;
	color: #4187EB;
	font-weight: bold;
	letter-spacing: 2px;
	margin-bottom: 20px;
}
.psec1_sub{
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
.psec1_hr{
	border-top: 1px dashed #FF6F01;
	opacity: 1;
	margin-bottom: 20px;
}
.logo_llc{
	width: 238px;
}
.psec1_text{
	line-height: 1.8em;
	margin-bottom: 30px;
}
.psec1_btn_row{
	margin-left: -5px;
	margin-right: -5px;
}
.psec1_btn{
	display: block;
	font-size: 15px;
	color: #000;
	text-align: center;
	border: 1px solid #4187EB;
	border-radius: 30px;
	background-color: #fff;
	padding: 10px 45px 10px 30px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
}
.psec1_btn::after{
	position: absolute;
	content: "";
	top: 15px;
	right: 25px;
	width: 8px;
	height: 13px;
	background-image: url(../img/icon_more2.png);
	background-repeat: no-repeat;
}
.psec1_btn:hover{
	color: #fff;
	background-color: #4187EB;
}
.psec1_btn:hover::after{
	background-image: url(../img/icon_more.png);
}
.psec1r_img{
	position: absolute;
	top: 0;
	left: 0;
	max-width: none;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.psec_title{
	font-size: 24px;
	color: #4187EB;
	text-align: center;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 50px;
}
.step_item{
	margin-bottom: 30px;
}
.step_box{
	height: 100%;
	padding-bottom: 20px;
	border-bottom: 1px solid #e9e9e9;
}
.step_num_div{
	width: 25px;
	padding-top: 3px;
}
.step_num{
	width: 25px;
	height: 25px;
	font-family: "Arial";
	font-size: 14px;
	color: #fff;
	text-align: center;
	background-color: #FF6F01;
	padding-top: 3px;
}
.step_title{
	font-size: 18px;
	font-weight: bold;
	padding-left: 20px;
}
.step_text{
	font-size: 15px;
}
.faq_item{
	border: 1px solid #f8ccaa;
	border-radius: 10px;
	margin-bottom: 10px;
	overflow: hidden;
}
.faq_title{
	font-size: 18px;
	font-weight: bold;
	padding: 15px;
	background-color: #fdf8f4;
	cursor: pointer;
}
.faq_title:hover{
	background-color: #fadfca;
}
.faq_item.active .faq_title{
	background-color: #fadfca;
}
.faq_num_div{
	width: 25px;
	padding-top: 2px;
}
.faq_num{
	width: 25px;
	height: 25px;
	font-family: "Arial";
	font-size: 14px;
	color: #fff;
	text-align: center;
	background-color: #FF6F01;
	padding-top: 3px;
}
.faq_title_in{
	font-size: 18px;
	font-weight: bold;
	padding-left: 15px;
}
.faq_con{
	padding: 15px;
	display: none;
}
.menu2_test{
	height: 67px;
}
.menu2{
	position: fixed;
	top: 80px;
	left: 0;
	width: 100%;
	background-color: #a48b78;
	padding: 15px 5px;
	z-index: 99;
}
.menu2_row{
	justify-content: center;
}
.menu2_item{
	padding-left: 5px;
	padding-right: 5px;
}
.menu2_btn{
	font-size: 15px;
	color: #fff;
	padding: 7px 20px;
	border-radius: 35px;
	background-color: transparent;
}
.menu2_btn:hover, .menu2_item.active .menu2_btn{
	background-color: #ffa201;
}
.menu2_open{
	position: absolute;
	top: 0;
	right: -32px;
	width: 32px;
	height: 32px;
	background-color: #a48b78bb;
	padding-top: 6px;
	border-radius: 0 7px 7px 0;
	cursor: pointer;
	display: none;
}
.menu2_open_icon{
	width: 20px;
	height: 20px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
.table_time{
	width: 300px;
	border: 1px solid #ccc;
	margin-left: auto;
	margin-right: auto;
}
.table_time td{
	padding: 10px;
	border: 1px solid #ccc;
	text-align: center;
}
.step_ul{
	list-style: none;
	padding-left: 20px;
}
.step_ul li::before{
	position: absolute;
	content: "-";
	top: -1px;
	left: -15px;
	color: #FF6F01;
}
.step_pl{
	padding-left: 15px;
	border-left: 3px solid #FF6F01;
}
.step_title2{
	font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}
.space{
	
}
.space_item{
	background-color: #f0f0f0;
	display: none;
}
.space_item:first-child{
	display: block;
}
.space_left{
	width: 50%;
}
.space_img{
	padding-bottom: 60%;
}
.space_img img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.space_right{
	width: 50%;
	padding: 130px 15px 15px 100px;
}
.space_sort{
	justify-content: center;
	padding: 10px 5px;
}
.space_btn{
	font-size: 15px;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 20px;
	padding: 3px 15px;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 5px;
	cursor: pointer;
}
.space_btn:hover, .space_btn.active{
	color: #fff;
	background-color: #000;
	border-color: #000;
}
.space_right_con{
	max-width: 600px;
}
.gym_floor{
	background-color: #f0f0f0;
}
.gym_floor_left{
	width: 50%;
}
.dot_in .slick-dots{
	bottom: 10px;
}
.gym_floor_item{
	display: none;
}
.gym_floor_item:first-child{
	display: block;
}
.gym_floor_right{
	width: 50%;
	padding-top: 140px;
	padding-left: 100px;
	padding-right: 15px;
}
.gym_floor_img{
	padding-bottom: 60%;
}
.gym_floor_img img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.gym_floor_con{
	max-width: 600px;
}
.gym_floor_title{
	font-size: 24px;
	color: #4187EB;
	font-weight: bold;
	margin-bottom: 20px;
}
.gym_floor_hr{
	border: 1px dashed #FF6F01;
	opacity: 1;
	margin-top: 20px;
	margin-bottom: 20px;
}
.main_text{
	line-height: 1.8em;
}
.tra_item{
	margin-bottom: 35px;
}
.tra_box{
	height: 100%;
	border-bottom: 1px solid #e9e9e9;
	padding-bottom: 25px;
}
.trab_title{
	font-weight: bold;
	margin-bottom: 3px;
}
.trab_title span{
	color: #FF6F01;
	top: -1px;
	margin-left: 7px;
}
.tra_map{
	height: 450px;
	margin-bottom: 60px;
}
.tra_map iframe{
	width: 100%;
	height: 100%;
}
.tra_con{
	padding-left: 100px;
	padding-right: 100px;
}
.contact{
	background-color: #FCE8DB;
}
.contact_con{
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
}
.form_row{
	margin-bottom: 20px;
}
.form_title{
	width: 100px;
	font-size: 15px;
	font-weight: 500;
	padding-top: 7px;
}
.form_input_div{
	flex: 1;
}
input:focus{
	outline: none;
}
textarea:focus{
	outline: none;
}
.main_input{
	width: 100%;
	padding: 5px 10px;
	border: 1px solid #d8d8d8;
	border-radius: 5px;
	background-color: #fff;
}
textarea{
	height: 100px;
}
.verify_input_div{
	flex: 1;
	padding-right: 10px;
}
.verify{
	width: 120px;
}
.gym_bottom{
	padding-top: 50px;
	padding-bottom: 80px;
}
.sec_title_div.color2::before, .sec_title_div.color2::after{
	border-color: #FF6F01;
}
.sec_title_div.color2 .sec_title{
	color: #FF6F01;
}
.gym_bottom_row{
	justify-content: center;
	margin-left: -10px;
	margin-right: -10px;
}
.gym_bottom_item{
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 20px;
}
.main_btn.type2{
	width: 180px;
}
.main_btn.type2::after{
	right: 20px;
}
.main_btn.color2{
	border-color: #FF6F01;
}
/*
.main_btn.color2::after{
	background-image: url(../img/icon_more3.png);
}
*/
.main_btn.color2:hover{
	background-color: #FF6F01;
}
/*
.main_btn.color2:hover::after{
	background-image: url(../img/icon_more.png);
}
*/
.gym_bottom_lion{
	position: absolute;
	bottom: -60px;
	left: calc(50% + 280px);
	width: 147px;
}

/* performance */
.perf_item{
	margin-bottom: 30px;
}
.perf_box{
	padding-bottom: 20px;
	border-bottom: 1px solid #e9e9e9;
}
.perf_num{
	text-align: center;
	margin-bottom: 5px;
}
.perf_num .num{
	font-family: "Arial";
	font-size: 60px;
	color: #FF6F01;
	font-weight: bold;
	line-height: 1em;
}
.perf_num .unit{
	font-size: 15px;
	margin-left: 5px;
}
.perf_text{
	font-size: 18px;
	text-align: center;
	font-weight: 500;
}
.spsec_sub{
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
	margin-bottom: 20px;
}
.w800{
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.case_slick_div{
	padding-left: 40px;
	padding-right: 40px;
	margin-bottom: 40px;
}
.case_item{
	width: 16.66%;
	padding-left: 15px;
	padding-right: 15px;
	display: none;
}
.case_item:first-child{
	display: block;
}
.case_box{
	display: block;
	height: 100%;
	color: #000;
	background-color: #FCE8DB;
	box-shadow: 0px 10px 10px #00000008;
}
.caseb_img{
	padding-bottom: 67%;
	overflow: hidden;
}
.caseb_img img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s;
}
.case_box:hover .caseb_img img{
	transform: scale(1.05);
}
.caseb_con{
	padding: 20px 15px;
}
.caseb_title{
	color: #4D688E;
	font-weight: 500;
	margin-bottom: 15px;
}
.caseb_text{
	font-size: 15px;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.case_slick .slick-prev{
	left: -30px;
}
.case_slick .slick-next{
	right: -30px;
}
.perf_train_left{
	width: 50%;
}
.ptral_con{
	width: 720px;
	padding-top: 120px;
	padding-right: 120px;
	margin-left: auto;
	margin-right: 0;
}
.ptral_lion{
	position: absolute;
	top: 30px;
	right: 120px;
	width: 147px;
}
.perf_train_right{
	width: 50%;
}
.photo_img{
	padding: 10px;
	background-color: #FCE8DB;
}
.photo_img img{
	max-width: none;
	width: 100%;
}

/* partner */
.partner_item{
	margin-bottom: 30px;
}
.partner_box{
	display: block;
	color: #000;
	border: 1px solid #ccc;
	border-radius: 10px;
	padding: 20px;
	background-color: #fff;
}
.partnerb_title{
	font-size: 22px;
	color: #FF6F01;
	font-weight: bold;
	margin-bottom: 10px;
}
.partner_box:hover{
	background-color: #fdf2ea;
}

/* about */
.con3{
	max-width: 1630px;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
}
.abouti_left{
	width: 55%;
}
.abouti_right{
	width: 45%;
}
.abouti_img_div{
	padding: 10px;
	background-color: #FCE8DB;
}
.abouti_img_div img{
	max-width: none;
	width: 100%;
}
.abouti_sitem{
	display: none;
}
.abouti_sitem:first-child{
	display: block;
}
.abouti_con{
	padding-top: 100px;
	padding-left: 120px;
}
.abouti_title{
	font-size: 32px;
	color: #FF6F01;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 20px;
}
.about_item:nth-child(even) .abouti_left{
	order: 2;
}
.about_item:nth-child(even) .abouti_right{
	order: 1;
}
.about_item:nth-child(even) .abouti_con{
	padding-left: 0;
	padding-right: 120px;
}
.about2{
	background: linear-gradient(#ffffff 110px, #FCE8DB 110px);
}
.about2i_left{
	width: 45%;
}
.about2i_right{
	width: 55%;
}
.about2i_con{
	padding-top: 120px;
	padding-right: 120px;
}
.hr_white{
	border-color: #fff;
}
.abouti3_lion{
	position: absolute;
	top: 0;
	right: 0;
	width: 147px;
}

/* other */
.video_frame{
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
}
.video_frame iframe, .video_frame video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
input:focus{
	outline: none;
}

/* setting */
.white{color: #fff;}
.red{color: #f00;}
.bg2{background-color: #f2f2f2;}
.mb-10{margin-bottom: 10px;}
.mb-15{margin-bottom: 15px;}
.mb-20{margin-bottom: 20px;}
.mb-30{margin-bottom: 30px;}
.mb-40{margin-bottom: 40px;}

@media (max-width: 1600px){
	.menu{
		padding-right: 200px;
	}
}

@media (max-width: 1399px){
	.menu_item{
		padding-left: 15px;
		padding-right: 15px;
	}
	.kv{
		height: 800px;
	}
	.kv_con{
		padding-top: 140px;
	}
	.groupb_con{
		padding: 15px;
	}
	.groupb_text{
		width: 100%;
	}
	.group_abtn_div{
		width: 100%;
		padding-top: 15px;
	}
	.gym_con{
		padding-top: 0;
	}
	.psec1l_con{
		padding: 60px 15px 80px 15px;
	}
	.space_right{
		padding-top: 15px;
		padding-left: 15px;
	}
	.gym_floor_right{
		padding-top: 40px;
		padding-left: 30px;
	}
	.gym_floor_title{
		margin-bottom: 10px;
	}
	.ptral_con{
		width: 100%;
		padding-right: 15px;
	}
	.abouti_con{
		padding-top: 0px;
		padding-left: 15px;
	}
	.about_item:nth-child(even) .abouti_con{
		padding-right: 15px;
	}
	.about2i_con{
		padding-right: 15px;
	}
}

/* xl */
@media (max-width: 1199px){
	.show-xl{display: block;}
	.hide-xl{display: none;}
	body{
		padding-top: 60px;
	}
	/* header */
	header{
		height: 60px;
	}
	.header_bline::after{
		width: calc(100% - 30px);
	}
	.menu{
		position: absolute;
		top: 60px;
		left: 0;
		width: 100%;
		height: calc(100vh - 60px);
		padding: 20px 0;
		background-color: #fff;
		overflow-y: auto;
		display: none;
	}
	.menu_row{
		height: auto;
	}
	.menu_item{
		width: 100%;
		height: auto;
		padding: 0;
	}
	.menu_item.active::after{
		display: none;
	}
	.menu_btn{
		padding: 15px;
		font-size: 18px;
		text-align: center;
	}
	.menu_right{
		position: relative;
		padding-top: 40px;
		padding-right: 0;
	}
	.menur_row{
		justify-content: center;
	}
	.header_logo{
		top: 6px;
		left: 15px;
	}
	.logo_img{
		width: 56px;
	}
	.logo_title{
		font-size: 18px;
		padding-top: 11px;
		padding-left: 12px;
	}
	.menur_item{
		width: 100%;
	}
	.btn_search{
		display: none;
	}
	.search_bar{
		position: relative;
		display: block;
		top: 0;
		right: 0;
		padding: 0;
		background: none;
		border-radius: 0;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 30px;
	}
	.menur_btn{
		margin-left: auto;
		margin-right: auto;
	}
	.mobile_btn{
		display: block;
	}
	.footer_logo_llc{
		width: 200px;
	}
	
	/* menu2 */
	/*
	.menu2_test{
		height: 0;
	}
	.menu2{
		top: 60px;
		left: -200px;
		width: 200px;
		height: auto;
		padding: 15px 0;
		transition: left 0.5s;
	}
	.menu2_item{
		width: 100%;
		padding: 0;
	}
	.menu2_btn{
		display: block;
		border-radius: 0;
		padding: 10px 15px;
	}
	.menu2_open{
		display: block;
	}
	.menu2.active{
		left: 0;
	}
	.menu2.active .menu2_open{
		background-color: #a48b78;
	}
	.menu2.active .menu2_open_icon img{
		top: -20px;
	}
	*/
	.menu2{
		top: 60px;
	}
	.menu2_row{
		justify-content: flex-start;
	}
	
	.tra_con{
		padding-left: 0;
		padding-right: 0;
	}
	.case_item{
		width: 25%;
	}
	.ptral_lion{
		display: none;
	}
	.ptral_con{
		padding-top: 0;
	}
}

@media (max-width: 1160px){
	.fmenu_item{
		padding-left: 11px;
		padding-right: 11px;
	}
}

/* lg */
@media (max-width: 991px){
	.show-lg{display: block;}
	.hide-lg{display: none;}
	.event_item{
		padding-left: 0;
		padding-right: 0;
	}
	.footer_menu{
		display: none;
	}
	.footer_btn_div{
		flex: 1;
		width: auto;
	}
	.gym_floor_right{
		padding-top: 15px;
		padding-left: 15px;
	}
	.case_slick_div{
		padding-left: 0;
		padding-right: 0;
		margin-left: -5px;
		margin-right: -5px;
	}
	.case_item{
		padding-left: 5px;
		padding-right: 5px;
	}
	.case_slick .slick-prev{
		left: 5px;
	}
	.case_slick .slick-next{
		right: 5px;
	}
	.partner_box{
		padding: 15px;
	}
	.partnerb_title{
		font-size: 20px;
		margin-bottom: 5px;
	}
	.abouti_con{
		padding-top: 0;
	}
	.abouti3_lion{
		display: none;
	}
}

/* md */
@media (max-width: 767px){
	.show-md{display: block;}
	.hide-md{display: none;}
	.kv{
		height: 500px;
	}
	.kv_con{
		padding-top: 100px;
	}
	.kv_logo{
		width: 120px;
		margin-bottom: 30px;
	}
	.kv_title{
		font-size: 34px;
		letter-spacing: 1px;
	}
	.kv_sub{
		font-size: 26px;
	}
	.kv_text{
		font-size: 18px;
	}
	.kv_btn_div{
		display: none;
	}
	.sec_event{
		padding-top: 30px;
		padding-bottom: 60px;
	}
	.main_sec{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.sec_title{
		font-size: 24px;
	}
	.sec_text{
		font-size: 16px;
	}
	.group_item{
		margin-bottom: 20px;
	}
	.course_item{
		margin-bottom: 30px;
	}
	.courseb_con{
		padding: 15px;
	}
	.gym_con{
		padding-top: 50px;
	}
	.gym_lion{
		width: 80px;
		top: 30px;
	}
	.gym_title{
		font-size: 24px;
	}
	.gym_sub{
		font-size: 18px;
	}
	.gym_text{
		font-size: 16px;
	}
	.last_sec{
		padding-bottom: 100px;
	}
	footer{
		padding-top: 20px;
	}
	.footer_logo{
		width: 100%;
	}
	.footer_logo .flex{
		justify-content: center;
	}
	.footer_logo_llc{
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
	}
	.footer_btn_div{
		flex: 0 0 auto;
		width: 100%;
	}
	.fbtn_row{
		justify-content: center;
	}
	.footer_hr{
		margin-top: 50px;
	}
	.page_title{
		font-size: 30px;
	}
	.sort_btn{
		font-size: 15px;
		padding: 4px 12px;
	}
	.news_title{
		font-size: 24px;
	}
	.psec1_left{
		width: 100%;
	}
	.psec1l_con{
		padding: 30px 15px;
	}
	.psec1_en{
		font-size: 15px;
	}
	.psec1_title{
		font-size: 30px;
	}
	.psec1_sub{
		font-size: 16px;
		letter-spacing: 0;
	}
	.psec1_right{
		width: 100%;
	}
	.psec1r_img{
		position: relative;
	}
	.psec_title{
		margin-bottom: 30px;
	}
	.faq_title{
		padding: 10px;
	}
	.faq_num_div{
		padding-top: 0;
	}
	.faq_title_in{
		font-size: 16px;
		padding-left: 10px;
	}
	.space_left{
		width: 100%;
	}
	.space_right{
		width: 100%;
		padding-bottom: 40px;
	}
	.space_sort{
		justify-content: flex-start;
	}
	.gym_floor_left{
		width: 100%;
	}
	.gym_floor_right{
		width: 100%;
		padding-bottom: 40px;
	}
	.tra_map{
		height: 300px;
		margin-bottom: 40px;
	}
	.gym_bottom_lion{
		display: none;
	}
	.perf_num .num{
		font-size: 48px;
	}
	.case_item{
		width: 50%;
	}
	.perf_train_left{
		width: 100%;
		order: 2;
	}
	.perf_train_right{
		width: 100%;
		order: 1;
	}
	.ptral_con{
		padding-top: 20px;
		padding-right: 0;
	}
	.abouti_left{
		width: 100%;
		padding-bottom: 10px;
	}
	.abouti_right{
		width: 100%;
	}
	.abouti_con{
		padding-top: 0;
		padding-left: 0;
	}
	.abouti_title{
		font-size: 26px;
		margin-bottom: 10px;
	}
	.about_item:nth-child(even) .abouti_left{
		order: 1;
	}
	.about_item:nth-child(even) .abouti_right{
		order: 2;
	}
	.about2i_left{
		width: 100%;
		order: 2;
	}
	.about2i_right{
		width: 100%;
		order: 1;
	}
	.about2i_con{
		padding-top: 30px;
		padding-right: 0;
	}
}

/* sm */
@media (max-width: 575px){
	.show-sm{display: block;}
	.hide-sm{display: none;}
	.sec_title_div::before{
		display: none;
	}
	.sec_title_div::after{
		display: none;
	}
}