/* 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;
	font-weight: 400;
	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-1{
	flex: 1;
}
.center{
	margin-left: auto;
	margin-right: auto;
}
.t-center{
	text-align: center;
}
.t-right{
	text-align: right;
}
.t-left{
	text-align: left;
}
.v-center{
	top: 50%;
	transform: translateY(-50%);
}
.flex-center{
	justify-content: center;
}
.flex-right{
	justify-content: flex-end;
}
.flex-v-center{
	align-items: center;
}
.show-xl, .show-lg, .show-md, .show-sm, .hide{
	display: none;
}
.container-fluid, .container-xxl{
	padding-left: 15px;
	padding-right: 15px;
}
.wow{
	animation-duration: 1.5s;
}
.p15{
	padding-left: 15px;
	padding-right: 15px;
}
.bold{font-weight: bold;}

/* 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;
	box-shadow: 0 1px 2px #ccc;
	transition: opacity 0.5s;
}
.menu{
	height: 100%;
	padding-left: 200px;
	padding-right: 15px;
}
.menu_row{
	height: 100%;
	align-items: center;
	justify-content: flex-end;
}
.menu_item{
	height: 100%;
}
.menu_btn{
	display: block;
	width: 110px;
	height: 100%;
	font-size: 18px;
	color: #000;
	text-align: center;
	padding-top: 25px;
	border-bottom: 3px solid transparent;
}
.menu_btn:hover, .menu_btn.active{
	color: #ff5e27;
	border-bottom-color: #ff5e27;
}
.menu_sec_div{
	position: absolute;
	top: 80px;
	left: 0;
	width: 125px;
	display: none;
}
.menu_sec_btn{
	display: block;
	font-size: 17px;
	color: #fff;
	padding: 10px 20px;
	background-color: #202026;
}
.menu_sec_btn:hover{
	color: #fff;
	background-color: #ff5e27;
}
.menu_item2{
	padding: 0 10px;
}
.menu_right_btn{
	font-size: 16px;
	color: #fff;
	padding: 8px 26px;
	border-radius: 30px;
	background-color: #ff5e27;
	border: 1px solid #ff5e27;
}
.menu_right_btn:hover{
	color: #ff5e27;
	background-color: #fff;
}
.menu_right_btn.type2{
	background-color: #6673AB;
	border-color: #6673AB;
}
.menu_right_btn.type2:hover{
	color: #6673AB;
	background-color: #fff;
}
.menu_item3{
	padding: 0 20px;
}
.menu_icon_btn{
	width: 30px;
	height: 30px;
	overflow: hidden;
}
.menu_icon_btn:hover img{
	top: -30px;
}
.menur_tbtn{
	font-size: 16px;
	color: #000;
	padding-top: 2px;
}
.menur_tbtn:hover{
	color: #FF5E27;
}
.header_logo{
	position: absolute;
	top: 15px;
	left: 15px;
	width: 192px;
	max-height: 50px;
}
.header_logo img{
	max-height: 100%;
}
.header_right{
	position: absolute;
	top: 20px;
	right: 15px;
}
.mobile_btn{
	position: absolute;
	top: 17px;
	right: 20px;
	cursor: pointer;
	display: none;
}
.mitem_nobg{
	display: none;
}
.header_nobg{
	padding-top: 0;
}
header.active .header_bg{
	opacity: 1;
}
.event_buy_btn{
	width: 110px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	padding: 7px 0;
	border-radius: 30px;
	background-color: #ff5e27;
	border: 1px solid #ff5e27;
}
.event_buy_btn:hover{
	color: #ff5e27;
	background-color: #fff;
}

.header_s2 .menu_btn{
	color: #fff;
}
.header_s2 .menu_btn:hover, .header_s2 .menu_btn.active{
	color: #fff;
	border-bottom-color: #fff;
}
.header_s2 .mitem_org{
	display: none;
}
.header_s2 .mitem_nobg{
	display: block;
}
.header_s2 .header_bg{
	opacity: 0;
}
.header_s2 .menur_tbtn{
	color: #fff;
}
.header_s2 .menur_tbtn:hover{
	color: #202026;
}
.header_logo2{
	position: absolute;
	top: 15px;
	left: 15px;
	width: 46px;
}
.header_event_title{
	position: absolute;
	top: 21px;
	left: 75px;
	width: 230px;
	height: 34px;
	font-size: 22px;
	color: #ff5e27;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 1.5em;
	overflow: hidden;
}
.event_header .menu{
	padding-left: 235px;
	padding-right: 135px;
}
.menu_soc_btn{
	display: block;
	width: 32px;
}
.body_top{
	height: 80px;
}
.pmsd_event{
	width: 400px;
}
.evh_title{
	position: absolute;
	top: 23px;
	left: 235px;
	font-size: 26px;
	letter-spacing: 1px;
	margin: 0;
}

/* index */
.kv{
	height: 900px;
	background-color: #FF5E27;
}
.kv_line_01{
	position: absolute;
	top: 330px;
	left: calc(50% - 480px);
	width: 280px;
}
.kv_line_01_anime{
	animation-name: ani_toleft;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	animation-timing-function: linear;
	animation-delay: 0.5s;
	opacity: 0;
}
.kv_line_02{
	position: absolute;
	top: 330px;
	left: calc(50% + 210px);
	width: 310px;
}
.kv_line_02_anime{
	animation-name: ani_toright;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	animation-timing-function: linear;
	animation-delay: 0.5s;
	opacity: 0;
}
@keyframes ani_toright{
	from{clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%); opacity: 1;}
	to{clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%); opacity: 1;}
}
@keyframes ani_toleft{
	from{clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%); opacity: 1;}
	to{clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%); opacity: 1;}
}
.kv_img_01{
	position: absolute;
	top: 100px;
	left: calc(50% - 490px);
	width: 220px;
}
.kv_img_01_anime{
	animation-name: kv_img_01_ani;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	animation-delay: 1.3s;
	opacity: 0;
}
@keyframes kv_img_01_ani{
	from{transform: translate(70px, 50px); opacity: 0;}
	to{transform: translate(0, 0); opacity: 1;}
}
.kv_img_02{
	position: absolute;
	top: 230px;
	left: calc(50% - 690px);
	width: 210px;
}
.kv_img_02_anime{
	animation-name: kv_img_02_ani;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	animation-delay: 1.9s;
	opacity: 0;
}
@keyframes kv_img_02_ani{
	from{transform: translate(90px, 10px); opacity: 0;}
	to{transform: translate(0, 0); opacity: 1;}
}
.kv_img_03{
	position: absolute;
	top: 550px;
	left: calc(50% - 580px);
	width: 220px;
}
.kv_img_03_anime{
	animation-name: kv_img_03_ani;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	animation-delay: 1.6s;
	opacity: 0;
}
@keyframes kv_img_03_ani{
	from{transform: translate(70px, -50px); opacity: 0;}
	to{transform: translate(0, 0); opacity: 1;}
}
.kv_img_04{
	position: absolute;
	top: 90px;
	left: calc(50% + 330px);
	width: 190px;
}
.kv_img_04_anime{
	animation-name: kv_img_04_ani;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	animation-delay: 1.6s;
	opacity: 0;
}
@keyframes kv_img_04_ani{
	from{transform: translate(-70px, 50px); opacity: 0;}
	to{transform: translate(0, 0); opacity: 1;}
}
.kv_img_05{
	position: absolute;
	top: 240px;
	left: calc(50% + 540px);
	width: 140px;
}
.kv_img_05_anime{
	animation-name: kv_img_05_ani;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	animation-delay: 1.3s;
	opacity: 0;
}
@keyframes kv_img_05_ani{
	from{transform: translate(-90px, 10px); opacity: 0;}
	to{transform: translate(0, 0); opacity: 1;}
}
.kv_img_06{
	position: absolute;
	top: 480px;
	left: calc(50% + 400px);
	width: 220px;
}
.kv_img_06_anime{
	animation-name: kv_img_06_ani;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	animation-delay: 1.9s;
	opacity: 0;
}
@keyframes kv_img_06_ani{
	from{transform: translate(-70px, -50px); opacity: 0;}
	to{transform: translate(0, 0); opacity: 1;}
}
.kv_logo{
	position: absolute;
	top: 240px;
	left: 50%;
	transform: translateX(-50%);
	width: 380px;
}
.kv_logo_anime{
	animation-name: kv_logo_ani;
	animation-duration: 1.5s;
	animation-fill-mode: forwards;
}
@keyframes kv_logo_ani{
	from{opacity: 0;}
	to{opacity: 1;}
}
.kv_bottom{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.kv_bot_row{
	max-width: 1520px;
	padding-top: 30px;
	padding-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
	border-top: 5px solid #ffd7c9;
}
.kv_bot_item{
	width: 25%;
	padding: 0 50px;
}
.kv_bot_text{
	font-size: 16px;
	color: #fff;
}
.kv_bot_text_en{
	font-size: 16px;
	color: #fff;
}
.main_sec{
	padding-top: 30px;
	padding-bottom: 30px;
}
.w1520{
	max-width: 1520px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 15px;
}
.index_event_item{
	margin-bottom: 30px;
}
.index_event_img{
	flex: 1;
}
.index_event_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.index_event_intro{
	width: 450px;
	background-color: #202026;
	padding: 50px 30px;
}
.iev_title{
	font-size: 30px;
	color: #fff;
	margin-bottom: 20px;
}
.iev_sub{
	padding-left: 15px;
	border-left: 3px solid #FF6D3B;
	margin-bottom: 25px;
}
.iev_date{
	font-family: "Arial";
	font-size: 24px;
	color: #FF6D3B;
}
.iev_subtitle{
	font-size: 18px;
	color: #FF6D3B;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.iev_text{
	font-size: 17px;
	color: #fff;
	line-height: 1.8em;
	margin-bottom: 40px;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.btn_more{
	width: 240px;
	font-size: 17px;
	color: #fff;
	letter-spacing: 1px;
	text-align: center;
	border: 2px solid #fff;
	border-radius: 30px;
	padding: 10px 0;
}
.btn_more:hover{
	color: #fff;
	background-color: #FF5E27;
	border-color: #FF5E27;
}
.sec_introdata{
	padding-top: 70px;
	padding-bottom: 100px;
}
.introdata_item{
	padding-left: 20px;
	border-left: 3px solid #FF5E27;
}
.introdata_num{
	font-family: "Arial";
	font-size: 46px;
	color: #FF6D3B;
	letter-spacing: 1px;
	font-weight: bold;
	line-height: 1em;
	margin-bottom: 5px;
}
.introdata_num span{
	font-size: 24px;
}
.introdata_text{
	font-size: 20px;
	letter-spacing: 1px;
}
.index_news{
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #F3F3F3;
}
.sec_title_div{
	padding-left: 20px;
	border-left: 3px solid #FF5E27;
	margin-bottom: 40px;
}
.sec_title_en{
	font-family: "Arial";
	font-size: 40px;
	color: #FF5E27;
	font-weight: bold;
	line-height: 1em;
	margin-bottom: 5px;
}
.sec_title{
	font-size: 17px;
}
.news_item{
	margin-bottom: 40px;
}
.news_item_abtn{
	display: block;
	height: 100%;
}
.news_item_img{
	height: 276px;
	overflow: hidden;
}
.news_item_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s;
}
.news_item_con{
	height: calc(100% - 276px);
	padding: 25px;
	background-color: #fff;
}
.news_item_date{
	font-family: "Arial";
	font-size: 14px;
	color: #8B8B8B;
	margin-bottom: 10px;
}
.news_item_title{
	font-size: 22px;
	color: #FF5E27;
	margin-bottom: 10px;
}
.news_item hr{
	background-color: #aaa;
}
.news_item_text{
	height: 92px;
	font-size: 17px;
	color: #000;
	line-height: 1.8em;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-bottom: 20px;
}
.news_item_more{
	font-family: "Arial";
	font-size: 17px;
	font-weight: bold;
	color: #FF5E27;
	text-align: right;
	margin-bottom: 20px;
}
.news_item_abtn:hover .news_item_text{
	color: #FF5E27;
}
.news_item_abtn:hover .news_item_img img{
	transform: scale(1.05);
}
.news_more_div{
	margin-top: 30px;
}
.news_more_btn{
	display: block;
	width: 240px;
	font-size: 17px;
	color: #E65E30;
	letter-spacing: 1px;
	text-align: center;
	border: 2px solid #E65E30;
	border-radius: 30px;
	padding: 15px 0;
	margin-left: auto;
	margin-right: auto;
}
.news_more_btn:hover{
	color: #fff;
	background-color: #E65E30;
}
.kv2{
	height: 750px;
	background-image: url(../img/kv2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.kv2_con{
	padding-top: 180px;
}
.footer_logo{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}
.kv2_text{
	font-size: 35px;
	color: #fff;
	text-align: center;
	letter-spacing: 1px;
	line-height: 1.8em;
}

/* footer */
footer{
	background-color: #141414;
	padding: 30px 60px;
}
.footer_info{
	width: 500px;
	font-size: 14px;
	color: #fff;
	line-height: 1.9em;
}
.footer_info2{
	width: 350px;
	font-size: 14px;
	color: #fff;
	line-height: 1.9em;
}
.fti2_title{
	color: #FF5E27;
}
.footer_copy_div{
	flex: 1;
}
.footer_copy{
	position: absolute;
	bottom: 0;
	right: 0;
	font-family: "Arial";
	font-size: 14px;
	color: #fff;
}

/* about */
.page_kv{
	height: 250px;
	background-color: #FF5E27;
}
.page_kv_con{
	padding: 80px 15px 0 150px;
}
.page_kv_title_div{
	padding-left: 30px;
	border-left: 3px solid #fff;
}
.page_kv_title_en{
	font-family: "Arial";
	font-size: 46px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 1em;
	margin-bottom: 5px;
}
.page_kv_title{
	font-size: 28px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 0;
}
.page_kv_img{
	position: absolute;
	top: 0;
	right: 200px;
}
.about_sec1{
	padding-top: 100px;
	padding-bottom: 100px;
}
.about_main_title{
	font-size: 35px;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 1.8em;
	text-align: center;
	margin-bottom: 50px;
}
.about_sec2{
	padding-top: 100px;
	padding-bottom: 150px;
	background-color: #F3F3F3;
}
.about_sec2_bg{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 520px;
	background-image: url(../img/about/bg_floor.png);
	background-repeat: no-repeat;
	background-position: top center;
}
.about_title2_div{
	text-align: center;
	margin-bottom: 60px;
}
.about_title2{
	display: inline-block;
	font-size: 35px;
	color: #324188;
	font-weight: 500;
	letter-spacing: 1px;
}
.about_title2_bg{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 25px;
	background-color: #f5d5ca;
}
.about_sec2_img_div{
	max-width: 1000px;
	height: 520px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
.about_img_03{
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.about_img_04{
	position: absolute;
	bottom: 12px;
	left: 0;
}
.about_img_05{
	position: absolute;
	bottom: 0;
	right: 0;
}
.about_text2{
	font-size: 21px;
	color: #fff;
	letter-spacing: 1px;
	line-height: 1.8em;
	text-align: center;
}
.about_introdata{
	background-color: #FF5E27;
}
.w1200{
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.about_introdata .introdata_item{
	border-color: #fff;
}
.about_introdata .introdata_num{
	color: #fff;
}
.about_introdata .introdata_text{
	color: #000;
}
.about_coop{
	padding-top: 100px;
	padding-bottom: 60px;
	background-color: #FF5E27;
}
.about_title2.white .about_title2_bg{
	background-color: #ff7e52;
}
.about_coop_con{
	max-width: 1382px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 15px;
}
.about_logo_item{
	margin-bottom: 30px;
}
.about_logo_img{
	height: 120px;
	background-color: #fff;
	margin-bottom: 5px;
}
.about_logo_img img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.about_logo_text{
	font-size: 20px;
	color: #fff;
}
.project_sec{
	padding-top: 60px;
	padding-bottom: 60px;
}
.project_list{
	margin-left: -1px;
	margin-right: -1px;
}
.pro_item{
	width: 25%;
	padding: 0 1px;
	margin-bottom: 20px;
}
.pro_box{
	display: block;
	height: 320px;
	overflow: hidden;
}
.pro_box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s;
}
.pro_item_text{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 10px;
	font-size: 20px;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.8);
}
.pro_box:hover img{
	transform: scale(1.05);
}
.pro_btn_div{
	justify-content: center;
	padding-top: 40px;
}
.pro_btn_item{
	padding-left: 15px;
	padding-right: 15px;
}
.pro_btn{
	display: block;
	width: 240px;
	font-size: 17px;
	color: #E65E30;
	letter-spacing: 1px;
	text-align: center;
	border: 2px solid #E65E30;
	border-radius: 30px;
	padding: 15px 0;
}
.pro_btn:hover{
	color: #fff;
	background-color: #E65E30;
}

/* news */
.sec_pagebtn{
	padding-top: 35px;
	padding-bottom: 33px;
}
.news_pagebtn_div{
	margin-left: -15px;
	margin-right: -15px;
}
.news_pagebtn_item{
	padding-left: 15px;
	padding-right: 15px;
}
.news_pagebtn{
	font-size: 18px;
	color: #141414;
	padding-bottom: 7px;
}
.news_pagebtn:hover{
	color: #FF5E27;
}
.news_pagebtn.active::after{
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #FF5E27;
}
.navigation_div{
	margin-top: 60px;
}
.pagination{
	justify-content: center;
}
.page-item{
	margin-left: 3px;
	margin-right: 3px;
}
.page-link{
	color: #141414;
	border: none;
	background: none;
	padding: 6px 13px;
	border: 2px solid #f3f3f3;
}
.page-item:first-child .page-link{
	border-radius: 0;
}
.page-item:last-child .page-link{
	border-radius: 0;
}
.page-link:hover{
	background: none;
	color: #E65E30;
	border-color: #f3f3f3;
}
.page-link:focus{
	background: none;
	color: #E65E30;
	box-shadow: none;
}
.page-item.active .page-link{
	background: none;
	color: #E65E30;
	border-color: #E65E30;
}
.w1080{
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
}
.news_page_kv{
	height: 180px;
	background-color: #FF5E27;
	padding-top: 50px;
}
.news_page_kv_date{
	font-family: "Arial";
	font-size: 14px;
	color: #fff;
}
.news_page_kv_title{
	font-size: 38px;
	color: #fff;
	font-weight: normal;
	margin-bottom: 0;
}
.sec_news_page{
	padding-top: 50px;
	padding-bottom: 150px;
}
.news_next_div{
	margin-top: 100px;
	margin-left: -15px;
	margin-right: -15px;
}
.news_next_item{
	width: 50%;
	padding-left: 15px;
	padding-right: 15px;
}
.news_next_btn{
	display: block;
	max-width: 480px;
	background-color: #324188;
}
.news_next_img{
	width: 200px;
	height: 140px;
	overflow: hidden;
}
.news_next_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s;
}
.news_next_con{
	flex: 1px;
	padding: 20px;
}
.news_next_stext{
	font-family: "Arial";
	font-size: 14px;
	color: #fff;
	margin-bottom: 7px;
}
.news_next_title{
	font-size: 20px;
	color: #fff;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	height: 60px;
}
.news_next_btn:hover .news_next_img img{
	transform: scale(1.05);
}
.news_next_item.right .news_next_btn{
	background-color: #FF5E27;
	margin-left: auto;
	margin-right: 0;
}
.news_next_item.right .news_next_img{
	order: 2;
}
.news_next_item.right .news_next_con{
	order: 1;
}
.news_next_item.right .news_next_stext{
	text-align: right;
}
.project{
	padding-top: 20px;
	padding-bottom: 60px;
}

/* event page */
.event_page_kv a{
	display: block;
}
.event_page_kv img{
	width: 100%;
}
.w1020{
	max-width: 1020px;
	margin-left: auto;
	margin-right: auto;
}
.sec_event_title{
	background-color: #ff5e27;
	padding: 40px 0 35px 0;
}
.event_title{
	font-size: 26px;
	color: #fff;
	margin-bottom: 15px;
}
.event_date{
	font-size: 24px;
	color: #fff;
	margin-bottom: 5px;
}
.event_title_icon{
	display: inline-block;
	width: 20px;
	top: -3px;
	margin-right: 15px;
}
.event_main{
	padding-top: 60px;
	padding-bottom: 60px;
}
.edit_area{
	line-height: 1.8em;
}
.edit_area img{
	display: inline-block;
	height: auto !important;
}
.edit_area a{
	color: #6673AB;
}
.edit_area a:hover{
	color: #ff5e27;
}
.edit_area iframe{
	width: 100%;
}
.sec_event_brand{
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #f3f3f3;
}
.event_sec_title{
	font-size: 30px;
	color: #ff5e27;
	line-height: 1em;
	border-left: 3px solid #ff5e27;
	padding-left: 20px;
	padding-bottom: 2px;
	margin-bottom: 25px;
}
.event_brand_box{
	display: block;
	margin-bottom: 60px;
}
.evbb_img{
	height: 237px;
	margin-bottom: 3px;
	overflow: hidden;
}
.evbb_img img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: transform 0.3s;
}
.evbb_title{
	font-size: 18px;
	color: #000;
	font-weight: bold;
	margin-bottom: 10px;
}
.event_brand_box:hover .evbb_img img{
	transform: scale(1.05);
}
.event_brand_box:hover .evbb_title{
	color: #ff5e27;
}
.evbb_intro_item{
	color: #fff;
	font-weight: 400;
	margin-bottom: 5px;
}
.evbb_intro_item div{
	display: inline-block;
	padding: 2px 10px;
	border-radius: 3px;
	background-color: #ff5e27;
}
.event_brand_space{
	height: 50px;
}
.event_bottom_kv{
	padding-top: 50px;
	padding-bottom: 50px;
}
.evbot_slick_item{
	display: none;
}
.evbot_slick_item:first-child{
	display: block;
}
.evbot_img{
	overflow: hidden;
}
.evbot_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s;
}
.evbot_title{
	font-size: 20px;
	color: #000;
	margin-bottom: 5px;
}
.evbot_slick_item:hover .evbot_title{
	color: #ff5e27;
}
.evbot_slick_item:hover .evbot_img img{
	transform: scale(1.05);
}
.event_main_title{
	font-size: 26px;
	font-weight: 500;
	text-align: center;
	letter-spacing: 2px;
	margin-bottom: 30px;
}
.evre_item{
	margin-bottom: 30px;
}
.evre_box{
	cursor: pointer;
}
.evre_img{
	height: 203px;
	overflow: hidden;
}
.evre_img img{
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
	transition: transform 0.3s;
}
.evre_box:hover .evre_img img{
	transform: scale(1.05);
}
.side_menu{
	position: fixed;
	bottom: 20px;
	right: 25px;
	width: 60px;
	z-index: 9998;
}
.side_btn{
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #4d4758;
	margin-bottom: 10px;
}
.side_btn.fb{
	background-color: #1877f2;
}
.side_btn.line{
	background-color: #06c755;
}
.side_btn:hover{
	background-color: #ff5e27;
}
.popup{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	display: none;
}
.popup_bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.85;
}
.popop_bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.85;
}
.popop_close{
	position: absolute;
	top: 2px;
	right: 10px;
	font-size: 30px;
	color: #fff;
	cursor: pointer;
}
.evphoto_slick_div{
	max-width: 1320px;
	padding-left: 15px;
	padding-right: 15px;
	top: 50%;
	transform: translateY(-50%);
	margin-left: auto;
	margin-right: auto;
}
.evphoto_slick_item img{
	margin-left: auto;
	margin-right: auto;
}
.slick_btn{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}
.slick_btn.left{
	left: -35px;
}
.slick_btn.right{
	right: -35px;
}
.event_page_banner a{
	display: block;
}
.event_page_banner img{
	width: 100%;
}
.mobile_btn_buy{
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 70px;
	height: 70px;
	color: #fff;
	font-weight: 500;
	text-align: center;
	letter-spacing: 1px;
	line-height: 1.2em;
	background-color: #ff5e27;
	border: 1px solid #ff5e27;
	border-radius: 20px;
	z-index: 9998;
}
.mobile_btn_buy:hover{
	color: #ff5e27;
	background-color: #fff;
}

/* contact */
.contact{
	padding-top: 100px;
	padding-bottom: 200px;
}
.contact_text{
	line-height: 1.8em;
}
.map{
	border: 1px solid #C2C2C2;
}
.map iframe{
	width: 100%;
	height: 360px;
}

/* faq */
.faq_item{
	margin-bottom: 30px;
}
.faq_box{
	background-color: #fff;
	padding: 15px 50px 30px 50px;
}
.faq_num{
	width: 90px;
	font-family: "Arial";
	font-size: 48px;
	color: #FF5E27;
	font-weight: bold;
	letter-spacing: 1px;
}
.faq_num span{
	font-size: 24px;
}
.faq_title{
	flex: 1;
	font-size: 24px;
	color: #324188;
	font-weight: bold;
	letter-spacing: 1px;
	padding-top: 17px;
}
.faq_item hr{
	background-color: #666;
}
.faq_text{
	font-size: 17px;
	letter-spacing: 1px;
	line-height: 1.8em;
}
.faq_shadow{
	width: 100%;
	max-width: none;
}

/* login */
.login_kv{
	background-color: #FF5E27;
}
.login_con{
	padding-top: 100px;
	padding-bottom: 150px;
}
.login_title{
	font-size: 30px;
	color: #fff;
	font-weight: 500;
	letter-spacing: 1px;
	text-align: center;
	margin-bottom: 5px;
}
.login_title_en{
	font-family: "Arial";
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
	margin-bottom: 60px;
}
.forget_div{
	margin-bottom: 20px;
}
.btn_forget{
	font-size: 15px;
	color: #fff;
}
.btn_forget:hover{
	color: #3d4b8c;
}
.login_btn{
	display: block;
	width: 100%;
	max-width: 230px;
	font-size: 17px;
	color: #fff;
	letter-spacing: 1px;
	background-color: #202026;
	text-align: center;
	border: 1px solid #202026;
	border-radius: 30px;
	padding: 10px 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
.login_btn:hover{
	color: #fff;
	background-color: #48484a;
	border-color: #48484a;
}
.login_btn.line{
	color: #fff;
	background-color: #06c755;
	border-color: #06c755;
}
.login_btn.line:hover{
	color: #fff;
	background-color: #00af48;
	border-color: #00af48;
}
.btn_register{
	color: #fff;
	background-color: #324188;
	border-color: #324188;
}
.btn_register:hover{
	color: #fff;
	background-color: #1F2F78;
	border-color: #1F2F78;
}
.forget_text{
	color: #fff;
	margin-bottom: 20px;
}
.login_hr{
	background-color: #fff;
	opacity: 0.7;
	margin-bottom: 50px;
}

/* register */
.w480{
	max-width: 480px;
	margin-left: auto;
	margin-right: auto;
}
.register{
	padding-top: 80px;
	padding-bottom: 170px;
}
.register_title_div{
	padding-left: 20px;
    border-left: 8px solid #FF5E27;
    margin-bottom: 40px;
}
.register_title{
	font-size: 28px;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 1em;
	margin-bottom: 0;
}
.register_sub_title{
	font-size: 20px;
	letter-spacing: 1px;
	text-align: center;
	margin-bottom: 30px;
}
.form_row{
	margin-bottom: 20px;
}
.form_title{
	margin-bottom: 5px;
}
.register_btn_div{
	justify-content: center;
	text-align: center;
	margin-top: 70px;
	margin-bottom: 20px;
}
.register_btn{
	width: 230px;
	font-size: 17px;
	color: #fff;
	text-align: center;
	padding: 10px 0;
	background-color: #FF5E27;
	border: 2px solid #FF5E27;
	border-radius: 30px;
}
.register_btn:hover{
	color: #FF5E27;
	background-color: #fff;
}
.register_btn.type2{
	background-color: #3d4b8c;
	border-color: #3d4b8c;
}
.register_btn.type2:hover{
	color: #3d4b8c;
	background-color: #fff;
}
.register_btn_row{
	justify-content: center;
	margin-left: -10px;
	margin-right: -10px;
}
.register_btn_item{
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
}
.register_step_div{
	margin-bottom: 60px;
}
.register_step{
	width: 33.33%;
	padding: 10px 15px;
}
.register_step_num{
	font-family: "Arial";
	font-size: 20px;
	color: #FF5E27;
	text-align: center;
	width: 32px;
	height: 32px;
	border: 2px solid #FF5E27;
	border-radius: 50%;
}
.register_step_text{
	flex: 1;
	font-size: 20px;
	color: #FF5E27;
	padding-left: 10px;
	padding-top: 1px;
}
.register_step.active{
	background-color: #FF5E27;
}
.register_step.active .register_step_num{
	color: #fff;
	border-color: #fff;
}
.register_step.active .register_step_text{
	color: #fff;
}
.icon_ok{
	width: 128px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
.regs_bot_space{
	height: 50px;
}

/* member */
.member_data_title{
	font-size: 15px;
	color: #888;
}
.member_data_text{
	font-size: 18px;
	font-weight: 500;
}
.sec_member_order{
	padding-top: 60px;
	padding-bottom: 60px;
}
.order_item{
	border-radius: 15px;
	border: 1px solid #ddd;
	background-color: #fff;
	margin-bottom: 25px;
	overflow: hidden;
}
.order_item_con{
	padding: 20px;
	border-bottom: 1px solid #ffdacc;
}
.detail_item{
	border-radius: 15px;
	border: 1px solid #ffc5b0;
	background-color: #fff;
	margin-bottom: 25px;
	overflow: hidden;
}
.ori_td{
	width: 25%;
	margin-bottom: 15px;
}
.ori_td2{
	width: 20%;
	margin-bottom: 15px;
}
.ori_main_title{
	font-size: 20px;
	color: #FF5E27;
	margin-bottom: 15px;
}
.ori_title{
	font-size: 14px;
	color: #888;
}
.oti_text{
	font-size: 18px;
}
.order_btn_div{
	justify-content: center;
}
.order_btn_item{
	width: 200px;
	padding: 0 7px;
	margin-bottom: 10px;
}
.order_btn{
	width: 100%;
	font-size: 16px;
	color: #fff;
	text-align: center;
	padding: 8px 0;
	background-color: #FF5E27;
	border: 1px solid #FF5E27;
	border-radius: 30px;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
}
.order_btn:hover{
	color: #FF5E27;
	background-color: #fff;
}
.order_btn.type2{
	background-color: #202026;
	border-color: #202026;
}
.order_btn.type2:hover{
	color: #202026;
	background-color: #fff;
}
.order_btn.type3{
	background-color: #324188;
	border-color: #324188;
}
.order_btn.type3:hover{
	color: #324188;
	background-color: #fff;
}
.order_btn.type4{
	color: #666;
	background-color: #fff;
	border-color: #666;
}
.order_btn.type4:hover{
	color: #fff;
	background-color: #666;
}
input[type="checkbox"]{
	width: 18px;
	height: 18px;
	margin-right: 7px;
	top: 2px;
}
.ori_main_title_left{
	flex: 1;
}
.ori_main_title_right{
	width: 120px;
}
.order_main_title{
	font-size: 26px;
	color: #FF5E27;
	font-weight: 500;
	margin-bottom: 12px;
}
.order_main_date{
	font-family: "Arial";
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 15px;
}
.ori2_item{
	margin-bottom: 1px;
}
.ori2_item:last-child{
	margin-bottom: 0;
}
.ori2_pbtn{
	color: #fff;
	background-color: #3d4b8c;
	letter-spacing: 1px;
	padding: 10px 20px;
	cursor: pointer;
}
.ori2_arrow{
	position: absolute;
	top: 18px;
	right: 20px;
}
.ori2_pbtn.active .ori2_arrow{
	transform: rotate(180deg);
}
.ori2_pcon{
	display: none;
}
.ori3_item{
	padding: 12px 20px 10px 20px;
	background-color: #fff;
	border-bottom: 1px solid #eee;
}
/*
.ori3_item:nth-child(even){
	background-color: #F8F0E1;
}
*/
.ori3_title{
	flex: 1;
	font-size: 17px;
	font-weight: 500;
	padding-right: 20px;
	margin-bottom: 15px;
}
.ori3_rbtn_div{
	width: 120px;;
	padding-top: 5px;
}
.ori3_btn{
	display: block;
	width: 100%;
	font-size: 14px;
	color: #fff;
	text-align: center;
	padding: 8px 0;
	background-color: #FF5E27;
	border: 1px solid #FF5E27;
	border-radius: 30px;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
}
.ori3_btn:hover{
	color: #FF5E27;
	background-color: #fff;
}
.ori3_title label{
	display: inline;
}
.order_item .ori_title{
	min-height: 42px;
}
.order_know_btn{
	font-size: 14px;
	color: #202026;
	font-weight: 400;
	background-color: #F8F0E1;
	border: 1px solid #F8F0E1;
	border-radius: 30px;
	padding: 3px 10px;
	margin-left: 10px;
}
.order_know_btn:hover{
	color: #202026;
	background-color: #e0d4bd;
}
.ori_item{
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
}
.ori_price{
	text-align: right;
}
.bill_space{
	height: 60px;
}
.total_price_title{
	flex: 1;
	font-size: 18px;
	font-weight: bold;
}
.total_price{
	width: 200px;
	font-family: "Arial";
	font-size: 20px;
	color: #FF5E27;
	text-align: right;
}
.modal{
	z-index: 99999;
}
.modal-header{
	flex-wrap: wrap;
}
.modal-title{
	color: #FF5E27;
}
.modal_htext{
	width: 100%;
}
.register_btn_div .order_btn{
	font-size: 17px;
}
.amount_select{
	width: 110px;
	border: 1px solid #ccc;
}
.amount_num{
	flex: 1;
	height: 30px;
}
.amount_num input{
	width: 100%;
	border: none;
	text-align: center;
	padding-top: 2px;
}
.amount_num input:focus{
	outline: none;
}
.amount_btn{
	width: 30px;
	height: 30px;
	font-size: 20px;
	text-align: center;
	background-color: #f1f1f1;
	cursor: pointer;
}
.amount_btn:hover{
	background-color: #ddd;
}
.conflictMark{
	font-size: 16px;
	color: #f00;
}
.detail_sub_item{
	padding: 12px 20px 0 20px;
	border-bottom: 1px solid #F8F0E1;
}
.timelist{
	padding-top: 50px;
	padding-bottom: 50px;
}
.timelist_item{
	margin-bottom: 60px;
}
.timelist_frame{
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	padding-bottom: 10px;
}
.timelist_day{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	padding: 7px 20px;
	margin-bottom: 5px;
}
.timelist_row{
	display: flex;
	flex-wrap: nowrap;
	border-bottom: 1px solid #ddd;
}
.tlt_title_row{
	background-color: #faf7f2;
	border-top: 1px solid #ddd;
}
.tlt_time{
	flex: 0 0 100px;
	padding: 15px 5px;
	text-align: center;
}
.tlt_con{
	flex: 1;
}
.timelist_item.t4 .tlt_con{
	flex: 0 0 300px;
}
.tit_title{
	padding: 15px 5px;
	font-weight: bold;
	text-align: center;
}
.tlt_con a{
	display: block;
	width: 100%;
	padding: 15px 5px;
	color: #000;
	text-align: center;
	margin-bottom: 1px;
}
.tlt_con:nth-child(3n+2) a{
	background-color: #d2b9db;
}
.tlt_con:nth-child(3n) a{
	background-color: #f2ded5;
}
.tlt_con:nth-child(3n+1) a{
	background-color: #bae3fc;
}
.tlt_con a:hover{
	color: #fff;
	background-color: #ff5e27;
}

/* sleep psychological test */
.w1000{
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.w800{
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.sleep_main_title{
	color: #ff8000;
	margin-bottom: 40px;
}
.sleep_item{
	margin-bottom: 30px;
}
.sleep_item label{
	display: block;
}
.sleep_box{
	border: 1px solid #ccc;
	padding: 10px;
	box-shadow: 2px 2px 3px #00000030;
	cursor: pointer;
}
.sleep_img{
	overflow: hidden;
	margin-bottom: 10px;
}
.sleep_img img{
	transition: transform 0.3s;
}
.sleep_sec_title{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 30px;
}
.sleep_text{
	font-size: 20px;
	text-align: center;
}
.sleep_box:hover{
	background-color: #e6f2ff;
}
.sleep_box:hover .sleep_img img{
	transform: scale(1.05);
}
.sleep_item input:checked + .sleep_box{
	color: #fff;
	border-color: #ff8000;
	background-color: #ff8000;
}
.sq_arow{
	margin-bottom: 40px;
}
.sq_item{
	text-align: center;
	margin-bottom: 30px;
}
.sq_box{
	cursor: pointer;
}
.sq_title{
	font-size: 20px;
	margin-bottom: 20px;
}
.sq_radio{
	width: 64px;
	height: 64px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}
.sq_text{
	font-size: 20px;
	text-align: center;
}
.sq_box:hover .sq_text{
	color: #ff8000;
}
.sq_item input:checked + .sq_box .sq_radio img{
	top: -64px;
}
.main_btn{
	display: block;
	width: 200px;
	padding: 12px 0;
	font-size: 20px;
	color: #fff;
	letter-spacing: 1px;
	text-align: center;
	background-color: #ff5e27;
	border: 1px solid #ff5e27;
	border-radius: 10px;
	margin-left: auto;
	margin-right: auto;
}
.main_btn:hover{
	color: #ff5e27;
	background-color: #fff;
}
.sec_bottom{
	padding-bottom: 100px;
}
/* result */
#result{
	display: none;
}
.result_title{
	font-size: 40px;
	color: #ff8000;
	text-align: center;
	margin-bottom: 30px;
}
.result_img_div{
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
.result_img{
	display: none;
}
.result_img.active{
	display: block;
}
.result_text{
	max-width: 960px;
	font-size: 20px;
	margin-left: auto;
	margin-right: auto;
}
.restext1{
	display: none;
}
.restext1.active{
	display: block;
}
.restext2{
	display: none;
}
.restext2.active{
	display: block;
}
.res_abtn{
	display: inline-block;
	min-width: 200px;
	padding: 12px 20px;
	font-size: 20px;
	color: #fff;
	letter-spacing: 1px;
	text-align: center;
	background-color: #349aff;
	border: 1px solid #349aff;
	border-radius: 10px;
	margin-left: auto;
	margin-right: auto;
}
.res_abtn:hover{
	color: #349aff;
	background-color: #fff;
}
.sleep_popup_con{
	max-width: 400px;
	padding: 30px 15px;
	background-color: #fff;
	border-radius: 15px;
	top: 50%;
	transform: translateY(-50%);
	margin-left: auto;
	margin-right: auto;
}
.sleep_popup_text{
	font-size: 20px;
	text-align: center;
	margin-bottom: 30px;
}

.order_btn2{
	color: #666;
	background-color: #fff;
	border: 1px solid #666;
	border-radius: 5px;
	padding: 6px 15px;
	cursor: pointer;
}
.order_btn2:hover{
	color: #fff;
	background-color: #666;
}
.order_btn2.type2{
	color: #fff;
	background-color: #324188;
	border-color: #324188;
}
.order_btn2.type2:hover{
	color: #324188;
	background-color: #fff;
}
.pop_refund_div{
	max-width: 360px;
	border: 1px solid #ccc;
	border-radius: 12px;
	background-color: #fff;
	padding: 20px;
	top: 50%;
	transform: translateY(-50%);
	margin-left: auto;
	margin-right: auto;
}
.pop_refund_title{
	font-size: 22px;
	color: #324188;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
	margin-bottom: 15px;
}
.pop_refund_text{
	font-size: 18px;
	margin-bottom: 30px;
}
.pop_refund_amount{
	margin-bottom: 50px;
}
.pop_refund_btn_div{
	justify-content: center;
	margin-left: -15px;
	margin-right: -15px;
}


/* setting */
.fh{height: 100%;}
.white{color: #fff;}
.blue{color: #324188;}
.red{color: #f00;}
.green{color: #009f00;}
.orange{color: #FF5E27;}
.d-gray{color: #444;}
.bg_gray{background-color: #f3f3f3;}
.mb-10{margin-bottom: 10px;}
.mb-20{margin-bottom: 20px;}
.mb-30{margin-bottom: 30px;}
.mb-50{margin-bottom: 50px;}

@media (max-width: 1550px){
	footer{
		padding: 30px 15px;
	}
	.footer_info{
		width: 370px;
	}
	.footer_info2{
		width: 280px;
	}
}
@media (max-width: 1440px){
	/* index */
	.kv{
		height: 600px;
	}
	.kv_logo{
		width: 260px;
		top: 160px;
	}
	.kv_line_01{
		width: 180px;
		top: 210px;
    	left: calc(50% - 310px);
	}
	.kv_line_02{
		width: 190px;
		top: 230px;
		left: calc(50% + 140px);
	}
	.kv_img_01{
		width: 140px;
		top: 60px;
    	left: calc(50% - 320px);
	}
	.kv_img_02{
		width: 140px;
		top: 140px;
    	left: calc(50% - 450px);
	}
	.kv_img_03{
		width: 140px;
		top: 350px;
		left: calc(50% - 360px);
	}
	.kv_img_04{
		width: 120px;
		top: 70px;
    	left: calc(50% + 210px);
	}
	.kv_img_05{
		width: 120px;
		top: 160px;
		left: calc(50% + 340px);
	}
	.kv_img_06{
		width: 140px;
		top: 350px;
    	left: calc(50% + 230px);
	}
	.kv_bot_item{
		padding-left: 15px;
		padding-right: 15px;
	}
	.slick_btn.left{
		left: 15px;
	}
	.slick_btn.right{
		right: 15px;
	}
	.iev_title{
		font-size: 26px;
		margin-bottom: 15px;
	}
	.iev_sub{
		margin-bottom: 20px;
	}
	.iev_date{
		font-size: 20px;
	}
	.iev_text{
		font-size: 16px;
	}
	.kv2{
		height: 500px;
	}
	.kv2_con{
		padding-top: 90px;
	}
	.kv2_text{
		font-size: 26px;
	}
	
	.page_kv{
		height: 150px;
	}
	.page_kv_con{
		padding-top: 40px;
	}
	.page_kv_title_div{
		padding-left: 20px;
	}
	.page_kv_title_en{
		font-size: 32px;
	}
	.page_kv_title{
		font-size: 22px;
	}
	.sec_event_title{
		padding: 20px 0 30px 0;
	}
	.event_title{
		font-size: 24px;
	}
	.event_date{
		font-size: 22px;
	}
	.event_date{
		font-size: 22px;
	}
	
	.login_con{
		padding-top: 40px;
		padding-bottom: 100px;
	}
	.login_title_en{
		margin-bottom: 30px;
	}
}
@media (max-width: 1366px){
	.page_kv_img{
		right: 0;
	}
	.pro_box{
		height: 160px;
	}
	.pro_item_text{
		font-size: 16px;
	}
}

/* xl */
@media (max-width: 1199px){
	.show-xl{
		display: block;
	}
	.hide-xl{
		display: none;
	}
	
	/* header */
	.menu{
		padding-right: 5px;
	}
	.menu_btn{
		width: 90px;
		font-size: 16px;
	}
	.menu_sec_div{
		width: 106px;
	}
	.pmsd_event{
		width: 400px;
	}
	.menu_sec_btn{
		font-size: 16px;
		padding-left: 12px;
		padding-right: 12px;
	}
	.event_header .menu{
		padding-right: 115px;
	}
	.header_event_title{
		font-size: 20px;
		top: 23px;
		width: 210px;
		height: 30px;
	}
	.event_buy_btn{
		width: 90px;
		font-size: 15px;
	}
	
	/* footer */
	.footer_info{
		width: 100%;
		margin-bottom: 30px;
	}
	.footer_info2{
		width: 50%;
		margin-bottom: 30px;
	}
	.footer_copy_div{
		flex: 0 0 auto;
		width: 100%;
	}
	.footer_copy{
		position: relative;
		text-align: right;
		padding-top: 20px;
	}
	
	.news_item_con{
		padding: 15px;
	}
	.news_item_title{
		font-size: 22px;
	}
	.page_kv_con{
		padding-left: 20px;
	}
}

/* lg */
@media (max-width: 991px){
	.show-lg{
		display: block;
	}
	.hide-lg{
		display: none;
	}
	
	/* header */
	body{
		padding-top: 60px;
	}
	.header_nobg{
		padding-top: 60px;
	}
	header{
		height: 60px;
	}
	.menu{
		position: absolute;
		top: 60px;
		left: 0;
		width: 100%;
		height: calc(100vh - 60px);
		padding: 20px 0;
		background-color: #fff;
		overflow-y: auto;
		border-top: 1px solid #ddd;
		display: none;
	}
	.menu_row{
		height: auto;
	}
	.menu_item{
		width: 100%;
		height: auto;
		padding: 0;
	}
	.menu_btn{
		width: 100%;
		height: auto;
		padding: 15px;
		font-size: 18px;
		text-align: center;
	}
	.menu_right{
		width: 100%;
		padding: 20px 0;
	}
	.menu_right_row{
		justify-content: center;
	}
	.menu_item2{
		padding: 0 12px;
	}
	.header_logo{
		width: 120px;
		max-height: 32px;
		left: 10px;
	}
	.mobile_btn{
		display: block;
	}
	.event_header .menu{
		padding-left: 0;
		padding-right: 0;
	}
	.menu_sec_div{
		position: relative;
		width: 100%;
		top: 0;
	}
	.menu_sec_btn{
		font-size: 18px;
		padding: 15px;
		text-align: center;
	}
	.header_logo2{
		width: 29px;
		left: 10px;
	}
	.header_event_title{
		top: 16px;
		left: 48px;
		width: 190px;
		height: 28px;
		font-size: 18px;
	}
	.header_right{
		top: 0px;
		right: 65px;
	}
	.event_buy_btn{
		width: 78px;
		height: 60px;
		text-align: center;
		line-height: 19px;
		border-radius: 0;
		padding: 10px 6px 0 6px;
	}
	.body_top{
		height: 60px;
	}
	.pmsd_event{
		width: 100%;
	}
	.evh_title{
		top: 18px;
		left: 150px;
		font-size: 20px;
	}
	
	/* index */
	.index_event_img{
		flex: 0 0 auto;
		width: 100%;
	}
	.index_event_intro{
		width: 100%;
		padding: 30px 15px;
	}
	
	/* about */
	.page_kv_img{
		left: 150px;
		right: auto;
	}
	.about_main_title{
		font-size: 26px;
	}
	.pro_item_text{
		font-size: 14px;
		padding: 10px 5px;
	}
	
	/* news */
	.news_next_btn{
		max-width: 200px;
	}
	.news_next_img{
		width: 100%;
	}
	.news_next_con{
		flex: 0 0 auto;
		width: 100%;
		padding: 15px;
	}
	.news_next_title{
		font-size: 16px;
		height: 48px;
	}
	.news_next_item.right .news_next_img{
		order: 1;
	}
	.news_next_item.right .news_next_con{
		order: 2;
	}
	
	/* event */
	.evbb_img{
		height: 190px;
		margin-bottom: 0;
	}
	
	/* member */
	.ori_td{
		width: 33.33%;
	}
	.ori_td2{
		width: 33.33%;
	}
	.ori3_item{
		padding: 12px 20px;
	}
	.ori3_title{
		flex: 0 0 auto;
		width: 100%;
	}
	.ori3_rbtn_div{
		width: 100%;
	}
	.ori3_btn{
		width: 120px;
	}
	.bill_item .ori_td{
		width: 100%;
	}
	.bill_item .ori_price{
		text-align: left;
	}
}

/* md */
@media (max-width: 767px){
	.show-md{
		display: block;
	}
	.hide-md{
		display: none;
	}
	
	/* index */
	.kv{
		height: 600px;
	}
	.kv_line_01{
		display: none;
	}
	.kv_line_02{
		display: none;
	}
	.kv_img_01{
		width: 90px;
		top: 20px;
		left: calc(50% - 140px);
	}
	.kv_img_02{
		width: 90px;
		top: 150px;
		left: calc(50% - 190px);
	}
	.kv_img_03{
		width: 90px;
		top: 300px;
		left: calc(50% - 150px);
	}
	.kv_img_04{
		width: 80px;
		top: 20px;
		left: calc(50% + 60px);
	}
	.kv_img_05{
		width: 70px;
		top: 160px;
		left: calc(50% + 100px);
	}
	.kv_img_06{
		width: 90px;
		top: 285px;
		left: calc(50% + 70px);
	}
	
	.kv_logo{
		width: 160px;
		top: 130px;
	}
	.kv_bot_row{
		padding-bottom: 10px;
	}
	.kv_bot_item{
		width: 50%;
		margin-bottom: 20px;
	}
	.iev_btn_div{
		text-align: center;
	}
	.sec_introdata{
		padding-top: 20px;
		padding-bottom: 30px;
	}
	.introdata_item{
		margin-bottom: 30px;
	}
	.introdata_num{
		font-size: 30px;
	}
	.introdata_num span{
		font-size: 20px;
	}
	.index_news{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.news_item_con{
		height: auto;
	}
	footer{
		padding-bottom: 80px;
	}
	.footer_logo{
		width: 200px;
	}
	.kv2_text{
		font-size: 20px;
	}
	.footer_info2{
		width: 100%;
	}
	.footer_copy{
		text-align: center;
	}
	
	/* about */
	.page_kv_title_en{
		font-size: 28px;
	}
	.about_sec1{
		padding-top: 40px;
		padding-bottom: 30px;
	}
	.about_main_title{
		font-size: 20px;
	}
	.about_sec2{
		padding-top: 50px;
		padding-bottom: 100px;
	}
	.about_title2{
		font-size: 22px;
	}
	.about_sec2_img_div{
		height: 600px;
	}
	.about_img_03{
		width: 210px;
	}
	.about_img_04{
		width: 270px;
		bottom: 150px;
	}
	.about_img_05{
		width: 210px;
	}
	.about_text2{
		font-size: 18px;
	}
	.about_coop{
		padding-top: 50px;
	}
	.pro_item{
		width: 50%;
	}
	
	/* news */
	.sec_pagebtn{
		padding-top: 25px;
		padding-bottom: 23px;
	}
	.news_pagebtn_div{
		margin-left: -10px;
		margin-right: -10px;
	}
	.news_pagebtn_item{
		padding-left: 10px;
		padding-right: 10px;
	}
	.news_pagebtn{
		font-size: 16px;
	}
	.navigation_div{
		margin-top: 10px;
	}
	.news_page_kv{
		height: auto;
		padding: 40px 0;
	}
	.news_page_kv_title{
		font-size: 24px;
	}
	.sec_news_page{
		padding-bottom: 100px;
	}
	
	/* event */
	.event_date{
		font-size: 20px;
		margin-bottom: 10px;
	}
	.event_title{
		font-size: 22px;
	}
	.event_sec_title{
		font-size: 24px;
	}
	.sec_event_brand{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.event_brand_box{
		margin-bottom: 40px;
	}
	.evbb_img{
		height: 300px;
	}
	.side_menu{
		bottom: 15px;
		right: 15px;
		width: 42px;
	}
	.side_btn{
		width: 42px;
		height: 42px;
		margin-bottom: 5px;
	}
	.slick_btn{
		width: 26px;
	}
	.event_main{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.mobile_btn_buy{
		bottom: 0;
		right: 0;
		width: 100%;
		height: 50px;
		border-radius: 0;
	}
	
	/* contact */
	.contact{
		padding-top: 50px;
		padding-bottom: 60px;
	}
	.contact_text{
		margin-bottom: 60px;
	}
	
	/* faq */
	.faq_box{
		padding-left: 15px;
		padding-right: 15px;
	}
	.faq_num{
		width: 100%;
		font-size: 36px;
	}
	.faq_title{
		flex: 0 0 auto;
		width: 100%;
		font-size: 20px;
		padding-top: 0;
	}
	.faq_text{
		font-size: 16px;
	}
	
	/* login */
	.login_kv .kv_img_01{
		display: none;
	}
	.login_kv .kv_img_02{
		display: none;
	}
	.login_kv .kv_img_03{
		display: none;
	}
	.login_kv .kv_img_04{
		display: none;
	}
	.login_kv .kv_img_05{
		display: none;
	}
	.login_kv .kv_img_06{
		display: none;
	}
	.login_con{
		padding-top: 30px;
		padding-bottom: 50px;
	}
	.login_title{
		font-size: 24px;
	}
	.login_title_en{
		font-size: 20px;
		margin-bottom: 30px;
	}
	
	/* register */
	.register{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.register_title_div{
		padding-left: 15px;
	}
	.register_title{
		font-size: 22px;
	}
	.register_step{
		padding: 10px 0;
	}
	.register_step_num{
		width: 26px;
		height: 26px;
		font-size: 16px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 5px;
	}
	.register_step_text{
		flex: 0 0 auto;
		width: 100%;
		font-size: 15px;
		text-align: center;
		padding-left: 0;
	}
	.register_btn_div{
		margin-top: 50px;
		margin-left: -3px;
		margin-right: -3px;
	}
	.regs_bot_space{
		height: 50px;
	}
	
	/* member */
	.order_main_title{
		font-size: 20px;
	}
	.ori_main_title{
		font-size: 18px;
	}
	.order_item_con{
		padding: 15px;
	}
	.ori_td{
		width: 50%;
	}
	.ori_td2{
		width: 50%;
	}
	.ori_serial{
		width: 100%;
	}
	.order_btn_div{
		margin-left: -3px;
		margin-right: -3px;
	}
	.order_btn_item{
		width: 50%;
		padding: 0 3px;
	}
	.order_btn{
		font-size: 15px;
	}
	.ori_main_title_right{
		width: 90px;
	}
	.ori_main_title_right .ori3_btn{
		width: 100%;
		padding: 5px 0;
	}
	.ori2_pbtn{
		padding: 10px 15px;
	}
	.ori3_item{
		padding: 15px;
	}
	.order_item .ori_title{
		min-height: 0;
	}
	
	/* sleep psychological test */
	.sleep_main_title{
		font-size: 24px;
	}
	.sleep_text{
		font-size: 18px;
	}
	.sleep_sec_title{
		font-size: 18px;
	}
	.sq_title{
		font-size: 18px;
	}
	.sq_radio{
		width: 48px;
		height: 48px;
	}
	.sq_item input:checked + .sq_box .sq_radio img{
		top: -48px;
	}
	.sq_text{
		font-size: 18px;
	}
	.result_title{
		font-size: 26px;
	}
	.result_text{
		font-size: 18px;
	}
	
	.timelist_day{
		font-size: 18px;
	}
	.tlt_time{
		flex: 0 0 60px;
	}
	.timelist_item.t3 .tlt_con{
		flex: 0 0 130px;
	}
	.timelist_item.t4 .tlt_con{
		flex: 0 0 130px;
	}
	.tit_title{
		font-size: 14px;
	}
	.tit_text{
		font-size: 14px;
	}
}

/* sm */
@media (max-width: 575px){
	.show-sm{
		display: block;
	}
	.hide-sm{
		display: none;
	}
	
	.evh_title{
		display: none;
	}
	.about_sec1_img{
		margin-bottom: 30px;
	}
	.about_sec1_img img{
		margin-left: auto;
		margin-right: auto;
	}
	.about_logo_img{
		height: 100px;
	}
	.pro_box{
		height: 130px;
	}
	.pro_btn_item{
		width: 50%;
	}
	.pro_btn{
		width: 100%;
	}
	.register_btn{
		width: 100%;
		max-width: 230px;
	}
	.register_btn_item{
		width: 50%;
	}
	.evbb_img{
		height: 180px;
	}
	.evre_img{
		height: 140px;
	}
}