/* bootstrap 5 fix */
@media (prefers-reduced-motion: no-preference) {
	:root {
		scroll-behavior: auto;
	}
}
@font-face{
    font-family: font-en;
    src: local(Arial);
    unicode-range: U+00-024F;
}
*{
	position: relative;
	box-sizing: border-box;
}
body{
	margin: 0;
	font-family: 'Noto Serif TC', serif;
}
img{
	position: relative;
	display: block;
	max-width: 100%;
}
a{
	display: inline-block;
}
a, a:hover, a:focus{
	text-decoration: none;
}
a:focus{
	outline: none;
}
.container-xxl, .container-fluid{
	padding-left: 15px;
	padding-right: 15px;
}
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;
}
.v-center{
	top: 50%;
	transform: translateY(-50%);
}
.flex-center{
	justify-content: center;
}
.flex-v-center{
	align-items: center;
}
.flex-between{
	justify-content: space-between;
}
.show-xl, .show-lg, .show-md, .show-sm, .hide{
	display: none;
}
.fh{
	height: 100%;
}
.serif{
	font-family: 'Noto Serif TC', serif;
}
.castoro{
	/* font-family: 'Castoro Titling', cursive; */
	font-family: 'Noto Serif TC', serif;
}
.jost{
	font-family: 'Jost', sans-serif;
}
.arial{
	font-family: "Arial";
}
button{
	border: none;
}
.inline-block{
	display: inline-block;
}

/* header */
header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	box-shadow: 0 0 2px #ccc;
	z-index: 9999;
}
.header_bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	transition: opacity 0.3s;
}
.header_bg_active{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #3E3E3E;
	display: none;
}
.menu{
	position: absolute;
	top: 80px;
	left: 0;
	width: 100%;
	height: calc(100vh - 80px);
	padding: 20px 0;
	background-color: #3E3E3E;
	overflow-y: auto;
	display: none;
}
.menu_item{
}
.menu_btn{
	display: block;
	font-size: 18px;
	color: #fff;
	letter-spacing: 1px;
	text-align: center;
	padding: 15px;
}
.menu_btn:hover{
	color: #AC8A58;
}
.menu_btn_en{
	font-size: 16px;
	margin-bottom: 3px;
}
.header_logo{
	position: absolute;
	top: 20px;
	left: 20px;
	width: 167px;
}
.menu_sub{
	position: absolute;
	top: 10px;
	right: 10px;
	padding: 20px 15px;
}
.menu_sub_bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 0;
	transition: opacity 0.3s;
}
.menu_sub_row{
	align-items: center;
}
.menu_sub_btn{
	padding: 0 12px;
}
.menu_sub_abtn{
	display: block;
	width: 20px;
	color: #c8b698;
	text-align: center;
}
.icon_hw{
	display: none;
}
.icon_hover{
	display: none;
}
.mobile_btn{
	width: 32px;
	cursor: pointer;
}
.mobile_btn_bar{
	width: 100%;
	height: 1px;
	background-color: #555;
	margin-top: 9px;
}
.mobile_btn_bar:first-child{
	margin-top: 0;
}
.message_num{
	position: absolute;
	top: -10px;
	right: 0;
	width: 20px;
	height: 20px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	background-color: #f00;
	border-radius: 50%;
	padding-top: 0.5px;
}
.logo_white{
	display: none;
}

.page_header{
	box-shadow: none;
}
.page_header .header_bg{
	opacity: 0;
}
.page_header.scroll{
	box-shadow: 0 0 2px #ccc;
}
.page_header.scroll .header_bg{
	opacity: 1;
}

.page_header .logo_white{
	display: block;
}
.page_header .logo_black{
	display: none;
}
.page_header.scroll .logo_white{
	display: none;
}
.page_header.scroll .logo_black{
	display: block;
}
header.active .logo_white, .page_header.active .logo_white{
	display: block;
}
header.active .logo_black, .page_header.active .logo_black{
	display: none;
}
.page_header .menu_sub_bg{
	opacity: 0;
}
.page_header.scroll .menu_sub_bg{
	opacity: 0;
}
header.active .menu_sub_bg, .page_header.active .menu_sub_bg{
	opacity: 0;
}
.page_header .menu_sub_abtn{
	color: #fff;
}
.page_header.scroll .menu_sub_abtn{
	color: #c8b698;
}
header.active .menu_sub_abtn, .page_header.active .menu_sub_abtn{
	color: #fff;
}
.menu_sub_abtn:hover{
	color: #AC8A58 !important;
}
.page_header .icon_h{
	display: none;
}
.page_header .icon_hw{
	display: block;
}
.page_header.scroll .icon_h{
	display: block;
}
.page_header.scroll .icon_hw{
	display: none;
}
header.active .icon_h, .page_header.active .icon_h{
	display: none;
}
header.active .icon_hw, .page_header.active .icon_hw{
	display: block;
}
header.active .icon_hover, .page_header.active .icon_hover{
	display: none;
}
.menu_sub_abtn:hover .icon_h{
	display: none !important;
}
.menu_sub_abtn:hover .icon_hw{
	display: none !important;
}
.menu_sub_abtn:hover .icon_hover{
	display: block !important;
}
.page_header .mobile_btn_bar{
	background-color: #fff;
}
.page_header.scroll .mobile_btn_bar{
	background-color: #555;
}
header.active .mobile_btn_bar, .page_header.active .mobile_btn_bar{
	background-color: #fff;
}
.mobile_btn:hover .mobile_btn_bar{
	background-color: #AC8A58 !important;
}
.login_header .menu_sub_bg{
	opacity: 1;
}
.login_header .menu_sub_abtn{
	color: #c8b698;
}
.login_header .icon_h{
	display: block;
}
.login_header .icon_hw{
	display: none;
}
.login_header .mobile_btn_bar{
	background-color: #555;
}

.body_top{
	height: 80px;
}

/* footer */
footer{
	background-color: #292A2E;
	padding: 40px 80px 20px 80px;
}
.footer_top_row{
	justify-content: space-between;
	align-content: center;
	margin-bottom: 30px;
}
.footer_logo{
	display: block;
	width: 260px;
}
.footer_share_btn{
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin-left: 10px;
	margin-right: 10px;
}
.footer_share_icon{
	width: 26px;
	height: 26px;
	top: 50%;
	transform: translateY(-50%);
	margin-left: auto;
	margin-right: auto;
}
.footer_share_btn:hover{
	background-color: #AC8A58;
}
.footer_hr{
	background-color: #fff;
	margin-bottom: 30px;
}
.footer_list_item{
	width: 150px;
}
.footer_item_title{
	font-size: 16px;
	color: #fff;
	letter-spacing: 1px;
	margin-bottom: 15px;
}
.footer_list_abtn{
	display: block;
	font-size: 15px;
	color: #D5D5D5;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
.footer_list_abtn:hover{
	color: #AC8A58;
}
.footer_space{
	height: 70px;
}
.footer_copy{
	font-size: 13px;
	color: #fff;
}

/* anime */
.wow{
	visibility: hidden;
	animation-duration: 1.5s;
}
.enteranime{
	opacity: 0;
}
.enteranime.anime_active{
	opacity: 1;
}
.anime_center_lr.anime_active{
	animation-name: ani_center_lr;
	animation-duration: 1.5s;
	animation-fill-mode: forwards;
}
@keyframes ani_center_lr{
	from{clip-path: polygon(50% 0%, 50% 0%, 50% 100%, 50% 100%);}
	to{clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);}
}
.anime_slope.anime_active{
	animation-name: ani_slope;
	animation-duration: 1.5s;
	animation-fill-mode: forwards;
}
@keyframes ani_slope{
	from{clip-path: polygon(100% 0%, 100% 0%, 0% 100%, 0% 100%); opacity: 1;}
	to{clip-path: polygon(50% -50%, 150% 50%, 50% 150%, -50% 50%); opacity: 1;}
}
.anime_tobottom.anime_active{
	animation-name: ani_tobottom;
	animation-duration: 1.5s;
	animation-fill-mode: forwards;
	animation-timing-function: ease-in-out;
}
@keyframes ani_tobottom{
	from{clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%); opacity: 1;}
	to{clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%); opacity: 1;}
}
.anime_totop.anime_active{
	animation-name: ani_totop;
	animation-duration: 1.5s;
	animation-fill-mode: forwards;
	animation-timing-function: ease-in-out;
}
@keyframes ani_totop{
	from{clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%); opacity: 1;}
	to{clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%); opacity: 1;}
}
.anime_toright.anime_active{
	animation-name: ani_toright;
	animation-duration: 1.5s;
	animation-fill-mode: forwards;
	animation-timing-function: ease-in-out;
}
@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;}
}
.anime_toleft.anime_active{
	animation-name: ani_toleft;
	animation-duration: 1.5s;
	animation-fill-mode: forwards;
	animation-timing-function: ease-in-out;
}
@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;}
}

.anime_circle.anime_active{
	animation-name: ani_circle;
	animation-duration: 1.5s;
	animation-fill-mode: forwards;
}
@keyframes ani_circle{
	from{clip-path: circle(0%);}
	to{clip-path: circle(100%);}
}
.anime_triangle_rb.anime_active{
	animation-name: ani_triangle_rb;
	animation-duration: 1.5s;
	animation-fill-mode: forwards;
}
@keyframes ani_triangle_rb{
	from{clip-path: polygon(100% 100%, 100% 100%, 100% 100%);}
	to{clip-path: polygon(100% -70%, 100% 100%, -70% 100%);}
}
.anime_triangle_lt.anime_active{
	animation-name: ani_triangle_lt;
	animation-duration: 1.5s;
	animation-fill-mode: forwards;
}
@keyframes ani_triangle_lt{
	from{clip-path: polygon(0% 0%, 0% 0%, 0% 0%);}
	to{clip-path: polygon(0% 0%, 170% 0%, 0% 170%);}
}
.anime_breath{
	animation-name: ani_breath;
	animation-duration: 7s;
	animation-iteration-count: infinite;
}
@keyframes ani_breath{
	0% {transform: scale(1);}
	5% {transform: scale(1);}
	50% {transform: scale(0.93);}
	55% {transform: scale(0.93);}
	100% {transform: scale(1);}
}
.anime-delay-2s{
	animation-delay: 2s;
}

/* index */
.kv{
	height: 900px;
}
.kv_frame{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.kv_bg_blur{
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/index/kv_bg_blur.jpg?001);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.kv_bg_div{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.kv_bg_div::before{
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #775276;
	opacity: 0;
}
.kv_bg{
	width: 100%;
	height: 100%;
	background-image: url(../img/index/kv_bg.jpg?001);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	opacity: 0;
}
.kv_mask{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.4;
}
.kv_con{
	padding-top: 180px;
}
.kv_logo{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 80px;
	opacity: 0;
}
.kv_text_en{
	font-size: 54px;
	color: #fff;
	text-align: center;
	margin-bottom: 30px;
	opacity: 0;
}
.kv_text{
	font-size: 25px;
	color: #fff;
	letter-spacing: 7px;
	text-align: center;
	opacity: 0;
}
.kv_frame.anime_active .kv_logo{
	animation-name: ani_kv_logo;
	animation-duration: 2s;
	animation-fill-mode: forwards;
}
@keyframes ani_kv_logo{
	0% {transform: translatey(100px) scale(1.5); opacity: 0;}
	50% {transform: translatey(100px) scale(1.5); opacity: 1;}
	100%{transform: translatey(0) scale(1); opacity: 1;}
}
.kv_frame.anime_active .kv_bg_div::before{
	animation-name: ani_kv_bg;
	animation-duration: 0.7s;
	animation-delay: 2s;
	animation-fill-mode: forwards;
	animation-timing-function: ease-in-out;
}
.kv_frame.anime_active .kv_bg{
	animation-name: ani_kv_bg;
	animation-duration: 0.7s;
	animation-delay: 2.5s;
	animation-fill-mode: forwards;
	animation-timing-function: ease-in-out;
}
@keyframes ani_kv_bg{
	from{clip-path: polygon(50% 0%, 50% 0%, 50% 100%, 50% 100%); opacity: 1;}
	to{clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%); opacity: 1;}
}
.kv_frame.anime_active .kv_text_en{
	animation-name: ani_kv_text;
	animation-duration: 1.5s;
	animation-delay: 2.6s;
	animation-fill-mode: forwards;
}
.kv_frame.anime_active .kv_text{
	animation-name: ani_kv_text;
	animation-duration: 1.5s;
	animation-delay: 3s;
	animation-fill-mode: forwards;
}
@keyframes ani_kv_text{
	from{transform: translateY(100px); opacity: 0;}
	to{transform: translateY(0); opacity: 1;}
}

.anime_img::before{
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #775276;
	opacity: 0;
}
.anime_img > img{
	opacity: 0;
}
.ani_slope.anime_active::before{
	animation-name: ani_slope;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
	animation-timing-function: linear;
}
.ani_slope.anime_active > img{
	animation-name: ani_slope;
	animation-duration: 0.5s;
	animation-delay: 0.4s;
	animation-fill-mode: forwards;
	animation-timing-function: linear;
}
.ani_toleft.anime_active::before{
	animation-name: ani_toleft;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
	animation-timing-function: ease-in-out;
}
.ani_toleft.anime_active > img{
	animation-name: ani_toleft;
	animation-duration: 0.5s;
	animation-delay: 0.4s;
	animation-fill-mode: forwards;
	animation-timing-function: ease-in-out;
}
.ani_toright.anime_active::before{
	animation-name: ani_toright;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
	animation-timing-function: ease-in-out;
}
.ani_toright.anime_active > img{
	animation-name: ani_toright;
	animation-duration: 0.5s;
	animation-delay: 0.4s;
	animation-fill-mode: forwards;
	animation-timing-function: ease-in-out;
}
.ani_totop.anime_active::before{
	animation-name: ani_totop;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
	animation-timing-function: ease-in-out;
}
.ani_totop.anime_active > img{
	animation-name: ani_totop;
	animation-duration: 0.5s;
	animation-delay: 0.4s;
	animation-fill-mode: forwards;
	animation-timing-function: ease-in-out;
}
.ani_tobottom.anime_active::before{
	animation-name: ani_tobottom;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
	animation-timing-function: ease-in-out;
}
.ani_tobottom.anime_active > img{
	animation-name: ani_tobottom;
	animation-duration: 0.5s;
	animation-delay: 0.4s;
	animation-fill-mode: forwards;
	animation-timing-function: ease-in-out;
}

.anime_img_02::before{
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #775276;
	opacity: 0;
}
.anime_img_02 > img{
	opacity: 0;
}
.anime_img_02.anime_active::before{
	animation-name: ani_tobottom;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
	animation-timing-function: ease-in-out;
}
.anime_img_02.anime_active > img{
	animation-name: ani_tobottom;
	animation-duration: 0.5s;
	animation-delay: 0.5s;
	animation-fill-mode: forwards;
	animation-timing-function: ease-in-out;
}
.anime_img_02.delay02.anime_active::before{
	animation-delay: 0.15s;
}
.anime_img_02.delay02 > img{
	animation-delay: 0.65s;
}
.anime_img_02.delay03.anime_active::before{
	animation-delay: 0.3s;
}
.anime_img_02.delay03 > img{
	animation-delay: 0.8s;
}
.anime_img_02.delay04.anime_active::before{
	animation-delay: 0.45s;
}
.anime_img_02.delay04 > img{
	animation-delay: 0.95s;
}

.main_sec{
	padding-top: 30px;
	padding-bottom: 60px;
}
h1{
	margin-bottom: 30px;
}
hr{
	margin-top: 10px;
	margin-bottom: 10px;
}
.index_sec01{
	padding-top: 100px;
}
.index_sec01_img_div{
	width: 50%;
}
.index_sec01_img{
	width: 400px;
	margin-left: auto;
	margin-right: auto;
}
.index_sec01_con{
	width: 50%;
}
.index_sec01_title{
	font-size: 25px;
	letter-spacing: 5px;
	margin-bottom: 50px;
}
.index_sec01_title_en{
	font-size: 54px;
}
.index_slogan{
	padding-top: 250px;
	padding-bottom: 200px;
}
.index_slogan_title{
	font-size: 25px;
	letter-spacing: 2px;
	line-height: 1.7em;
	text-align: center;
	margin-bottom: 30px;
}
.index_slogan_title_en{
	font-size: 54px;
	text-align: center;
	margin-bottom: 20px;
}
.index_slogan_text{
	font-size: 16px;
	text-align: center;
}
.index_spic_01{
	position: absolute;
	top: -130px;
	left: -50px;
}
.index_spic_02{
	position: absolute;
	bottom: -150px;
	right: -50px;
}
.w960{
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}
.index_intro_01{
	padding-bottom: 400px;
}
.index_intro_01_div{
	max-width: 1350px;
	margin-left: auto;
	margin-right: 0;
}
.index_intro_01_con{
	padding-top: 300px;
	padding-bottom: 400px;
	background: linear-gradient(#F8F1E4, #E8E8E8);
}
.index_intro_01_box{
	max-width: 510px;
	padding: 0 15px;
	margin-left: auto;
	margin-right: 0;
	right: 200px;
}
.index_intro_title{
	font-size: 21px;
	letter-spacing: 5px;
	margin-bottom: 30px;
}
.index_intro_title_en{
	font-size: 54px;
	margin-bottom: 30px;
}
.index_intro_text{
	line-height: 1.8em;
}
.index_intro_pic02{
	position: absolute;
	top: 630px;
	left: 60px;
}
.index_intro_pic03_div{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.index_intro_pic03{
	max-width: 1320px;
	margin-left: auto;
	margin-right: auto;
}
.index_intro_02{
	padding-top: 450px;
}
.index_spic_03{
	position: absolute;
	top: 100px;
	right: 50px;
}
.index_spic_04{
	position: absolute;
	top: 800px;
	right: 670px;
}
.index_intro_02_box{
	max-width: 650px;
}
.index_intro_02_pic_div{
	height: 1000px;
}
.index_intro_pic04{
	position: absolute;
	top: -100px;
	right: -160px;
}
.index_intro_pic05{
	position: absolute;
	bottom: 0;
	left: 0;
}
.index_intro_03{
	padding-top: 470px;
	margin-bottom: 450px;
	background: linear-gradient(#F8F1E4, #E8E8E8);
	overflow: visible;
}
.index_intro_pic06{
	position: absolute;
	top: 0;
	right: 0;
	max-width: none;
}
.index_spic_05{
	position: absolute;
	top: 100px;
	right: 950px;
	width: 400px;
}
.index_spic_06{
	position: absolute;
	top: 40px;
	right: 680px;
	width: 600px;
}
.index_intro_pic07{
	position: absolute;
	top: 720px;
	right: 0;
}
.index_intro_03_box{
	max-width: 480px;
}
.index_intro_03_pic_div{
	height: 600px;
}
.index_intro_pic08{
	position: absolute;
	bottom: -300px;
	left: 0;
}
.index_intro_pic09{
	position: absolute;
	bottom: -450px;
	left: 550px;
}
.index_intro_pic07s{
	display: none;
}
.over-show{
	overflow: visible;
}
.index_service{
	padding-top: 200px;
}

.index_service_title{
	font-size: 30px;
	letter-spacing: 3px;
	text-align: center;
	margin-bottom: 30px;
}
.index_service_title_en{
	font-size: 54px;
	text-align: center;
	margin-bottom: 80px;
}
.index_service_main{
	background: linear-gradient(#ffffff 50%, #463045 50%);
	padding-bottom: 50px;
}
.w1600{
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
}
.index_service_item{
	display: block;
	width: 25%;
}
.index_service_imgtext{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 90px;
	font-size: 22px;
	color: #fff;
	text-align: center;
	background: linear-gradient(#00000000, #000000bb);
}
.index_service_item_title{
	font-size: 18px;
	color: #fff;
	letter-spacing: 5px;
	text-align: center;
	padding: 20px 0;
}
.index_service_bot{
	padding-top: 120px;
	padding-bottom: 120px;
	background-color: #463045;
}
.more_btn_text_en{
	font-size: 20px;
	color: #fff;
	font-weight: 400;
	text-align: center;
	margin-bottom: 10px;
}
.more_btn_arrow{
	width: 200px;
	height: 8px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	transition: width 0.3s;
}
.more_btn_arrow img{
	position: absolute;
	top: 0;
	right: 0;
	max-width: none;
}
.more_btn_text{
	font-size: 25px;
	color: #fff;
	letter-spacing: 3px;
	text-align: center;
	margin-top: 10px;
}
.more_btn:hover .more_btn_arrow{
	width: 262px;
}
.sec_membership{
	height: 800px;
	background-image: url(../img/membership_banner.jpg);
	background-color: #000;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.sms_title{
	font-size: 30px;
	color: #fff;
	text-align: center;
	letter-spacing: 9px;
	margin-bottom: 20px;
}
.sms_title_en{
	font-size: 74px;
	color: #fff;
	text-align: center;
	margin-bottom: 50px;
}
.map_iframe{
	width: 100%;
	height: 100%;
	min-height: 720px;
}
.index_banner_item{
	display: none;
}
.index_banner_item:first-child{
	display: block;
}
.index_banner_item a{
	display: block;
}
.index_banner_item img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.index_video{
	padding-top: 100px;
}
.video_frame{
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
}
.video_frame iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.index_build{
	width: 300px;
	margin-left: auto;
	margin-right: auto;
}
.build_floor_img{
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.build_btn_div{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding-top: 60px;
}
.build_btn{
	width: 400px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	cursor: pointer;
}
.build_btn::after{
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	width: 4px;
	height: 100%;
	background-color: #AC8A58;
	opacity: 0.5;
}
.build_btn.active::after{
	opacity: 1;
}
.build_page{
	padding-top: 160px;
	display: none;
}
.build_page.active{
	display: block;
}
.build_page_title{
	font-size: 32px;
	color: #AC8A58;
	letter-spacing: 2px;
	text-align: center;
	margin-bottom: 10px;
}
.build_page_sub{
	display: inline-block;
	font-size: 20px;
	color: #fff;
	letter-spacing: 3px;
	padding: 10px 15px;
	background-color: #AC8A58;
	margin-bottom: 20px;
}
.build_page_text{
	font-size: 18px;
	letter-spacing: 1px;
	text-align: center;
}


/* about */
.about_spic_01{
	position: absolute;
    top: -80px;
    left: 0px;
}
.about_spic_02{
	position: absolute;
    bottom: -50px;
    right: 0;
}
.about_slogan_text{
	font-size: 17px;
	line-height: 1.8em;
	text-align: center;
	margin-top: 50px;
}
.about_kv2{
	height: 800px;
	background-image: url(../img/about/about_kv2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.about_kv2_title{
	font-size: 25px;
	color: #fff;
	letter-spacing: 2px;
	line-height: 1.7em;
	text-align: center;
	margin-bottom: 15px;
}
.about_kv2_title_en{
	font-size: 80px;
	color: #fff;
	text-align: center;
}
.about_intro_01_con{
	padding-top: 180px;
    padding-bottom: 300px;
    background: linear-gradient(#F8F1E4, #E8E8E8);
}
.about_intro_01_box{
	max-width: 720px;
	padding: 0 15px;
	margin-left: auto;
	margin-right: auto;
}
.about_intro_title{
	font-size: 25px;
	letter-spacing: 3px;
	margin-bottom: 5px;
}
.about_intro_title_en{
	font-size: 22px;
	letter-spacing: 1px;
}
.about_intro_01_box hr{
	margin-top: 20px;
	margin-bottom: 20px;
}
.about_intro_space{
	height: 100px;
}
.breadcrumb_div{
	padding: 10px 15px;
}
.breadcrumb{
	margin-bottom: 0;
}
.breadcrumb-item{
	font-size: 13px;
	color: #000;
}
.breadcrumb-item a{
	color: #000;
	text-decoration: underline;
}
.breadcrumb-item a:hover{
	color: #AC8A58;
}
.breadcrumb-item.active{
	color: #000;
}
.breadcrumb-item + .breadcrumb-item::before{
	content: "";
}
.breadcrumb-item + .breadcrumb-item{
	padding-left: 15px;
}
.breadcrumb_div.black .breadcrumb-item{
	color: #000;
}
.breadcrumb_div.black .breadcrumb-item a{
	color: #000;
}
.breadcrumb_div.black .breadcrumb-item a:hover{
	color: #AC8A58;
}
.breadcrumb_div.black .breadcrumb-item.active{
	color: #000;
}

/* brand */
.brand_sec{
	padding-top: 100px;
	padding-bottom: 80px;
}
.sec_title{
	font-size: 30px;
	letter-spacing: 3px;
	text-align: center;
}
.sec_title_en{
	font-size: 66px;
	text-align: center;
}
.sec_fwimg{
	height: 600px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.brand_sec_topbg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 460px;
	background: linear-gradient(103deg, #F8F1E4, #E8E8E8);
}
.brand_sec_top{
	padding-top: 120px;
}
.brand_icon_frame{
	max-width: 600px;
	margin-left: auto;
	margin-right: 0;
}
.brand_icon_div{
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
}
.brand_icon_item{
	width: 33.33%;
}
.brand_icon{
	width: 75px;
}
.brand_icon img{
	width: 75px;
	height: 60px;
	object-fit: contain;
}
.brand_icon_text{
	flex: 1;
	padding-left: 5px;
}
.brand_list_item{
	margin-bottom: 100px;
}
.brand_list_item:nth-child(even) .brand_list_box{
	margin-left: auto;
	margin-right: 0;
	top: 100px;
}
.brand_list_box{
	display: block;
	max-width: 600px;
}
.bdlb_info{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100px;
	background: linear-gradient(#00000000, #000000);
	font-size: 22px;
	color: #fff;
	padding: 0 20px;
}
.img-fw{
	width: 100%;
	max-width: none; 
}
.brand_list_space{
	height: 200px;
}
.sec_brand_ec{
	height: 900px;
	background-image: url(../img/brand/brand_ec.jpg);
	background-color: #000;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding-top: 200px;
}
.brand_ec_mask{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, #111329 0%, #25283EA0 62%, #282D4300 100%);
	opacity: 0.7;
}
.brand_ec_title_div{
	align-items: center;
	margin-bottom: 40px;
}
.brand_ec_title_line{
	width: 40px;
	height: 1px;
	background-color: #fff;
	margin-right: 20px;
}
.brand_ec_title{
	font-size: 21px;
	color: #fff;
	letter-spacing: 5px;
}
.brand_ec_title_en{
	font-size: 64px;
	color: #fff;
	margin-bottom: 40px;
}
.brand_ec_text{
	font-size: 17px;
	color: #fff;
	letter-spacing: 2px;
	line-height: 2em;
	margin-bottom: 60px;
}
.brand_ec_btn{
	display: block;
	width: 240px;
	font-size: 24px;
	color: #fff;
	text-align: center;
	padding: 12px 0;
	background-color: #292A2E;
	border-radius: 0 30px 30px 0;
}
.brand_ec_btn:hover{
	color: #AC8A58;
	background-color: #fff;
}

/* brand_page */
.sec_brand_page_intro{
	padding-top: 100px;
	padding-bottom: 200px;
}
.w540{
	max-width: 540px;
	margin-left: auto;
	margin-right: auto;
}
.floor_div{
	position: absolute;
	top: 0;
	right: 0;
	width: 80px;
	
}
.floor_title{
	font-size: 24px;
	writing-mode: vertical-lr;
	margin-left: auto;
	margin-right: auto;
	left: -4px;
}
.floor_line{
	width: 1px;
	height: 40px;
	background-color: #292A2E;
	margin-top: 30px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}
.floor_num{
	font-size: 56px;
	text-align: center;
}
.brand_page_logo{
	margin-bottom: 50px;
}
.brand_page_logo img{
	margin-left: auto;
	margin-right: auto;
}
.brand_page_ectext{
	font-size: 21px;
	color: #AC8A58;
	letter-spacing: 2px;
	text-align: center;
	line-height: 1.8em;
	margin-bottom: 50px;
}
.brand_page_text{
	font-size: 17px;
	line-height: 1.8em;
	margin-bottom: 50px;
}
.brand_page_btn{
	display: block;
	width: 50%;
	text-align: center;
	color: #000;
	padding: 16px 0;
	background-color: #F1F1F1;
}
.bpbtn_sp{
	color: #bbb;
	padding-left: 20px;
	padding-right: 10px;
	top: -1px;
}
.bpbtn_cht{
	font-size: 18px;
	letter-spacing: 4px;
	top: 1px;
}
.brand_page_btn:hover{
	color: #fff;
	background-color: #754873;
}
.brand_page_btn:hover .bpbtn_sp{
	color: #fff;
}
.brand_page_btn.type2{
	color: #fff;
	background-color: #AC8A58;
}
.brand_page_btn.type2 .bpbtn_sp{
	color: #fff;
}
.brand_page_btn.type2:hover{
	color: #fff;
	background-color: #754873;
}
.bpsi_img{
	width: 50%;
	background-color: #F8F1E4;
}
.bpsi_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.w560{
	max-width: 560px;
	margin-left: auto;
	margin-right: auto;
}
.bpsi_con{
	width: 50%;
	padding: 150px 15px;
	background: linear-gradient(138deg, #F8F1E4, #E8E8E8);
}
.bpsi_title{
	font-size: 50px;
	text-align: center;
	margin-bottom: 20px;
}
.bpsi_vline{
	width: 1px;
	height: 30px;
	background-color: #ccc;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
}
.bpsi_floor{
	font-size: 36px;
	color: #AC8A58;
	text-align: center;
	margin-bottom: 50px;
}
.bpsi_tel_title{
	font-size: 20px;
	text-align: center;
	margin-bottom: 5px;
}
.bpsi_tel{
	font-size: 36px;
	letter-spacing: 1px;
	text-align: center;
	margin-bottom: 40px;
}
.bpsi_hr{
	background-color: #AC8A58;
	margin-bottom: 50px;
	opacity: 0.8;
}
.w480{
	max-width: 480px;
	margin-left: auto;
	margin-right: auto;
}
.bpsi_time{
	font-size: 17px;
	text-align: center;
	line-height: 1.8em;
	margin-bottom: 50px;
}
.bpsi_notice{
	font-size: 15px;
	line-height: 1.8em;
}
.brand_page_sec{
	padding-top: 150px;
	padding-bottom: 100px;
}
.bp_sec_title{
	font-size: 30px;
	text-align: center;
	line-height: 1.8em;
	margin-bottom: 80px;
}
.bp_sec_title_en{
	font-size: 60px;
	text-align: center;
}
.w1700{
	max-width: 1700px;
	margin-left: auto;
	margin-right: auto;
}
.bp_box{
	width: 1200px;
	margin-bottom: 250px;
}
.bp_box_img{
	
}
.bp_box_info{
	position: absolute;
	bottom: -80px;
	right: -260px;
	width: 480px;
	padding: 60px 50px;
	background-color: rgba(240, 237, 230, 0.95);
}
.bp_box_title{
	font-size: 18px;
	letter-spacing: 3px;
	text-align: center;
	margin-bottom: 10px;
}
.bp_box_title_en{
	font-size: 36px;
	color: #AC8A58;
	text-align: center;
	margin-bottom: 30px;
}
.bp_box_hr{
	background-color: #AC8A58;
	margin-bottom: 40px;
	opacity: 0.8;
}
.bp_box_text{
	font-size: 17px;
	letter-spacing: 1px;
	line-height: 1.8em;
	margin-bottom: 50px;
	word-break: break-all;
}
.bp_box_abtn{
	font-size: 20px;
	color: #AC8A58;
	border-bottom: 2px solid #AC8A58;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 1px;
}
.bp_box_abtn:hover{
	color: #754873;
	border-color: #754873;
}
.bp_box:nth-child(even){
	margin-left: auto;
	margin-right: 0;
}
.bp_box:nth-child(even) .bp_box_info{
	left: -260px;
	right: auto;
}
.main_btn{
	width: 270px;
	color: #fff;
	text-align: center;
	padding: 16px 0;
	background-color: #AC8A58;
}
.main_btn .bpbtn_sp{
	color: #fff;
}
.main_btn:hover{
	color: #fff;
	background-color: #754873;
}
.bp_slick_item{
	padding-left: 5px;
	padding-right: 5px;
	display: none;
}
.bp_slick_item:first-child{
	display: block;
}
.brand_news_list{
	margin-bottom: 130px;
}
.sec_brand_bot{
	padding-top: 30px;
	padding-bottom: 100px;
}
.brand_bot_title{
	font-size: 30px;
	letter-spacing: 2px;
	padding: 0 80px;
}
.title_sline{
	flex: 1;
	height: 1px;
	background-color: #ddd;
}
.map_info{
	width: 50%;
	padding: 80px 15px 60px 15px;
	background: linear-gradient(127deg, #F8F1E4, #E8E8E8);
}
.map_title{
	font-size: 50px;
	text-align: center;
	margin-bottom: 50px;
}
.map_tel_title{
	font-size: 20px;
	text-align: center;
}
.map_tel{
	font-size: 36px;
	font-weight: 400;
	letter-spacing: 1px;
	text-align: center;
	margin-bottom: 30px;
}
.map_tel a{
	color: #754873;
}
.map_hr{
	border-top: 2px dotted #ccc;
	margin-bottom: 30px;
}
.map_add{
	font-size: 17px;
	text-align: center;
}
.map_img{
	width: 50%;
}
.map_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.map_opentime{
	font-size: 17px;
	line-height: 1.7em;
	text-align: center;
	margin-bottom: 30px;
}

/* news */
.page_kv{
	height: 400px;
	background-color: #000;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.page_kv_bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.page_kv_bg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.page_kv_con{
	height: 100%;
	padding-top: 130px;
}
.page_kv_title_line{
	width: 70px;
	height: 2px;
	background-color: #fff;
	margin-right: 20px;
}
.page_kv_title{
	font-size: 24px;
	color: #fff;
	letter-spacing: 2px;
}
.page_kv_title_en{
	font-size: 60px;
	color: #fff;
}
.page_bg{
	background-image: url(../img/page_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.page_btn_div{
	justify-content: center;
	border-bottom: 1px solid #ddd;
	margin-left: -15px;
	margin-right: -15px;
}
.page_btn_div2{
	justify-content: center;
	margin-left: -15px;
	margin-right: -15px;
	padding-top: 15px;
}
.page_btn_item{
	padding: 0 15px;
}
.page_btn{
	display: block;
	width: 100px;
	font-size: 16px;
	color: #000;
	letter-spacing: 1px;
	text-align: center;
	padding-bottom: 15px;
	cursor: pointer;
}
.page_btn:hover{
	color: #754873;
}
.page_btn.active{
	color: #754873;
}
.page_btn.active::after{
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #754873;
}
.page_btn_div2 .page_btn_item{
	padding: 0 5px;
}
.page_btn2{
	display: block;
	width: 120px;
	font-size: 16px;
	color: #000;
	text-align: center;
	background-color: #F1F1F1;
	border-radius: 7px;
	padding: 8px 0;
}
.page_btn2:hover, .page_btn2.active{
	color: #fff;
	background-color: #754873;
}
.news_sec{
	padding-bottom: 80px;
}
.news_page_btn_div{
	padding-top: 80px;
	padding-bottom: 120px;
}
.news_page_btn_div .page_btn_div{
	margin-bottom: 80px;
}
.news_list{
	top: -120px;
}
.news_item{
	margin-bottom: 150px;
}
.news_item:last-child{
	margin-bottom: 30px;
}
.news_item_img{
	width: 720px;
	height: 720px;
}
.news_item_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.news_item_info{
	flex: 1;
	max-width: 480px;
	padding-top: 120px;
}
.news_item_con{
	height: 100%;
	padding: 80px 60px 10px 60px;
	background: linear-gradient(145deg, #F8F1E4, #E8E8E8);
}
.news_item_date{
	font-size: 27px;
	color: #AC8A58;
	letter-spacing: 1px;
	font-weight: 400;
	text-align: center;
	margin-bottom: 40px;
}
.news_item_date span{
	font-size: 40px;
}
.news_item_title{
	font-size: 22px;
	color: #000;
	letter-spacing: 1px;
	text-align: center;
	margin-bottom: 30px;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;    
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.news_item_hr{
	background-color: #AC8A58;
	margin-bottom: 30px;
}
.news_item_text{
	font-size: 16px;
	color: #000;
	margin-bottom: 100px;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;    
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.news_more_btn{
	font-size: 20px;
	color: #AC8A58;
}
.news_more_btn:hover{
	color: #754873;
}
.news_item:nth-child(odd) .news_item_flex{
	justify-content: flex-end;
}
.news_item:nth-child(odd) .news_item_img{
	order: 2;
}
.news_item:nth-child(odd) .news_item_info{
	order: 1;
}
.pagination{
	justify-content: center;
}
.page-link{
	color: #000;
	border: none;
}
.page-item.active .page-link{
	color: #000;
	background-color: #E9E9E9;
}
.page-item:hover .page-link{
	color: #000;
	background-color: #E9E9E9;
}

/* news_page */
.news_page_kv{
	height: 900px;
	background-color: #000;
}
.news_page_kv_bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.news_page_kv_bg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.8;
}
.news_page_kv_class{
	font-size: 18px;
	color: #fff;
	letter-spacing: 3px;
	text-align: center;
	margin-bottom: 40px;
}
.news_page_kv_title{
	font-size: 60px;
	color: #fff;
	text-align: center;
	margin-bottom: 50px;
}
.news_page_kv_sub_title{
	font-size: 48px;
	color: #fff;
	letter-spacing: 2px;
	text-align: center;
}
.sec_news_page{
	padding-top: 100px;
	padding-bottom: 80px;
}
.news_con_title{
	font-size: 21px;
	color: #AC8A58;
	letter-spacing: 2px;
	line-height: 1.8em;
	text-align: center;
	margin-bottom: 70px;
}
.con-style{
	font-size: 17px;
	line-height: 1.8em;
}
.con-style p{
	margin-bottom: 30px;
}
.con-style img{
	width: auto !important;
	height: auto !important;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
.con-style hr{
	background-color: #AC8A58;
}
.con-style iframe{
	width: 100%;
}
.sec_np_welcome{
	padding-top: 60px;
	padding-bottom: 100px;
}
.np_wel_title{
	font-size: 30px;
	letter-spacing: 2px;
	text-align: center;
}
.np_wel_title_en{
	font-size: 64px;
	text-align: center;
	margin-bottom: 10px;
}
.sec_share{
	padding-top: 100px;
	padding-bottom: 40px;
}
.share_btn{
	width: 40px;
	height: 40px;
	margin: 0 10px;
	overflow: hidden;
}
.share_btn:hover img{
	top: -40px;
}
.sec_np_npbtn{
	padding-top: 20px;
	padding-bottom: 60px;
}
.npbtn{
	width: 420px;
}
.npbtn_img{
	width: 90px;
	height: 90px;
	border-radius: 50%;
	overflow: hidden;
}
.npbtn_con{
	flex: 1;
}
.npbtn_sub{
	font-size: 15px;
	color: #AC8A58;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
.npbtn_title{
	font-size: 19px;
	color: #000;
	letter-spacing: 1px;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;    
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.npbtn.prev .npbtn_con{
	padding-left: 25px;
}
.npbtn.next .npbtn_con{
	padding-right: 25px;
	text-align: right;
}
.npbtn:hover .npbtn_title{
	color: #AC8A58;
}
.sec_news_slick{
	padding-top: 80px;
}
.news_slick img{
	display: none;
}
.news_slick img:first-child{
	display: block;
}

/* login */
.login{
	height: 100vh;
	background-color: #F8F1E4;
}
.login_kv{
	width: 50%;
	height: 100%;
	background-image: url(../img/login_kv.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.login_kv_con{
	top: 50%;
	transform: translateY(-50%);
}
.login_kv_title{
	font-size: 30px;
	color: #fff;
	letter-spacing: 8px;
	text-align: center;
	margin-bottom: 20px;
}
.login_kv_title_en{
	font-size: 100px;
	color: #fff;
	text-align: center;
}
.login_main{
	width: 50%;
	height: 100vh;
	padding-top: 70px;
	padding-bottom: 30px;
	overflow-y: auto;
}
.login_con{
	max-width: 510px;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
}
.login_main_title{
	font-size: 26px;
	color: #B58743;
	letter-spacing: 2px;
	text-align: center;
}
.login_main_title_en{
	font-size: 20px;
	color: #B58743;
	letter-spacing: 1px;
	text-align: center;
	margin-bottom: 40px;
}
.login_form_row{
	margin-bottom: 40px;
}
.login_form_title_en{
	font-size: 19px;
}
.login_form_title{
	font-size: 17px;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
.login_form_title span{
	font-size: 14px;
	color: #898989;
}
input[type="text"], input[type="password"]{
	width: 100%;
}
input[type="text"]:focus, input[type="password"]:focus{
	outline: none;
}
input[type="checkbox"]{
	width: 18px;
	height: 18px;
	top: 3px;
	margin-right: 5px;
}
.form_row label{
	margin-right: 15px;
}

.btn_forget{
	position: absolute;
	top: 3px;
	right: 0;
	font-size: 15px;
	color: #898989;
	font-weight: 400;
	letter-spacing: 1px;
}
.btn_forget:hover{
	color: #AC8A58;
}
.login_btn_div{
	padding-top: 10px;
}
.login_sumbit{
	display: block;
	width: 100%;
	font-size: 18px;
	color: #fff;
	text-align: center;
	letter-spacing: 1px;
	padding: 18px 0;
	background-color: #302B2B;
	border-radius: 10px;
	border: none;
}
.login_sumbit:hover{
	color: #fff;
	background-color: #B58743;
}
.login_fb{
	display: block;
	width: 100%;
	font-size: 18px;
	color: #fff;
	text-align: center;
	letter-spacing: 1px;
	padding: 18px 0;
	background-color: #1877f2;
	border-radius: 10px;
}
.login_fb:hover{
	color: #fff;
	background-color: #B58743;
}
.login_register{
	display: block;
	width: 100%;
	font-size: 18px;
	color: #fff;
	text-align: center;
	letter-spacing: 1px;
	padding: 18px 0;
	background-color: #754873;
	border-radius: 10px;
}
.login_register:hover{
	color: #fff;
	background-color: #B58743;
}
.forget_text{
	font-size: 18px;
	margin-bottom: 30px;
}
.verify_input_div{
	flex: 1;
}
.verify_img_div{
	width: 230px;
	padding-left: 10px;
}
.verify_div{
	margin-top: 10px;
	align-items: center;
}
.btn_ver_re{
	color: #754873;
	margin-left: 10px;
}
.btn_ver_re:hover{
	color: #B58743;
}
.login_form_notice{
	padding-top: 5px;
}

/* member */
.member_sec{
	padding-top: 40px;
	padding-bottom: 40px;
}
.bklist_item{
	margin-bottom: 100px;
}
.bklist_info{
	width: 320px;
	padding-top: 20px;
}
.bklist_date{
	font-size: 40px;
	color: #302B2B;
	text-align: center;
	margin-bottom: 5px;
}
.bklist_time{
	font-size: 28px;
	color: #B58743;
	font-style: initial;
	text-align: center;
	margin-bottom: 5px;
}
.bklist_week{
	font-size: 15px;
	text-align: center;
	margin-bottom: 20px;
}
.bklist_pnum{
	font-size: 16px;
	color: #B58743;
	text-align: center;
}
.bklist_pnum span{
	font-size: 27px;
	margin-right: 5px
}
.bklist_photo{
	width: 330px;
}
.bklist_con{
	flex: 1;
	padding-left: 40px;
}
.bklist_con_title{
	font-size: 27px;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
.bklist_con_cl{
	font-size: 15px;
	color: #9E7F42;
	padding-right: 20px;
}
.bklist_con_cl_line{
	flex: 1;
	height: 1px;
	background-color: #c9b58e;
}
.bklist_business_hours{
	flex: 1;
	font-size: 15px;
	
	padding-right: 12px;
}
.bklist_floor{
	font-size: 40px;
	text-align: right;
}
.bklist_con_text{
	font-size: 15px;
	margin-bottom: 40px;
}
.bklist_btn_1{
	display: block;
	width: 50%;
	font-size: 16px;
	color: #302B2B;
	letter-spacing: 1px;
	text-align: center;
	padding: 18px 0;
	background-color: #EBEBEB;
}
.bklist_btn_1:hover{
	color: #fff;
	background-color: #754873;
}
.bklist_btn_sp{
	color: #ccc;
	margin: 0 10px;
}
.bklist_btn_ch{
	letter-spacing: 3px;
}
.bklist_btn_2{
	display: block;
	width: 50%;
	font-size: 16px;
	color: #fff;
	letter-spacing: 1px;
	text-align: center;
	padding: 18px 0;
	background-color: #302B2B;
}
.bklist_btn_2:hover{
	color: #fff;
	background-color: #754873;
}
.bklist_btn_3{
	display: block;
	width: 50%;
	font-size: 16px;
	color: #fff;
	letter-spacing: 1px;
	text-align: center;
	padding: 18px 0;
	background-color: #AC8A58;
}
.bklist_btn_3 .bklist_btn_sp{
	color: #fff;
}
.bklist_btn_3:hover{
	color: #fff;
	background-color: #754873;
}
.bklist_mes_item{
	margin-bottom: 50px;
}
.bklist_mes_info{
	padding-top: 0;
}
.bklist_mes_con{
	flex: 1;
	padding-top: 3px;
}

.mccard_item{
	border: 1px solid #ddd;
	border-radius: 10px;
	background-color: #fff;
	padding: 15px 25px;
	margin-bottom: 25px;
}
.mccard_item.active{
	background-color: #f2f2f2;
}
.creditcard_item{
	display: block;
	border-radius: 10px;
	background-color: #f2f2f2;
	padding: 15px 25px;
	margin-bottom: 25px;
}
.creditcard_item:hover{
	background-color: #AC8A58;
}
.ccard_item_info{
	flex: 1;
	padding-right: 10px;
}
.ccard_item_title{
	font-size: 22px;
	color: #000;
	margin-bottom: 5px;
}
.ccard_item_id{
	font-size: 20px;
	color: #AC8A58;
}
.ccard_item_state{
	width: 40px;
	font-size: 16px;
	color: #AC8A58;
	padding-top: 20px;
	text-align: right;
}
.ccard_item_edit{
	width: 60px;
	padding-top: 20px;
	text-align: right;
}
.ccard_item_edit_a{
	color: #000;
}
.ccard_item_edit_a:hover{
	color: #754873;
}
.creditcard_item:hover .ccard_item_title{
	color: #fff;
}
.creditcard_item:hover .ccard_item_id{
	color: #fff;
}
.creditcard_item:hover .ccard_item_state{
	color: #fff;
}
.creditcard_addbtn_div{
	padding-top: 30px;
	padding-bottom: 20px;
	text-align: center;
}
.ccard_addbtn_icon{
	width: 32px;
	height: 32px;
	font-size: 20px;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	background-color: #754873;
}
.ccard_addbtn_text{
	font-size: 18px;
	color: #754873;
	padding-left: 15px;
}
.creditcard_addbtn:hover .ccard_addbtn_icon{
	background-color: #aa69a7;
}
.creditcard_addbtn:hover .ccard_addbtn_text{
	color: #aa69a7;
}
.creditcard_icon_div{
	justify-content: center;
	margin-bottom: 30px;
}
.creditcard_icon_div img{
	width: 64px;
	margin-left: 10px;
	margin-right: 10px;
}
.ccard_input_date{
	width: 70px;
}
.ccard_input_date input{
	text-align: center;
}
.ccard_input_date_sp{
	padding: 0 10px;
}
.ccard_input_ccv{
	width: 100px;
}
.ccard_input_ccv input{
	text-align: center;
}
.ccard_text{
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 16px;
}
.ccard_chk{
	font-size: 16px;
	cursor: pointer;
}
.ccard_chk:hover{
	color: #754873
}
.form_ccard_num{
	width: calc(25% - 15px);
}
.form_ccard_num_sp{
	width: 20px;
	text-align: center;
}
.form_title_side{
	width: 110px;
	padding-right: 10px;
}
.register_title{
	font-size: 26px;
	color: #9E7F42;
	text-align: center;
	margin-bottom: 40px;
}
.btn_policy{
	color: #754873;
}
.btn_policy:hover{
	color: #9E7F42;
}
.record_item{
	border: 1px solid #AC8A58;
	padding: 15px 15px 5px 15px;
	border-radius: 10px;
	margin-bottom: 30px;
}
.mri_row{
	margin-bottom: 10px;
}
.mri_title{
	width: 110px;
	color: #777;
}
.mri_text{
	flex: 1;
}
.mri_text.big{
	font-size: 20px;
}
.mcp_page_btn_div{
	margin-bottom: 50px;
}
.mcp_page_btn{
	display: block;
    width: 50%;
    font-size: 16px;
    color: #302B2B;
    letter-spacing: 1px;
    text-align: center;
    padding: 18px 0;
    background-color: #EBEBEB;
}
.mcp_page_btn.active{
	color: #fff;
	background-color: #302B2B;
}
.mcp_page_btn:hover{
	color: #fff;
    background-color: #754873;
}
.mcr_title{
	font-size: 22px;
	letter-spacing: 1px;
	text-align: center;
	margin-bottom: 20px;
}

@keyframes ani_filp_in{
	form {transform: scaleX(0);}
	to {transform: scaleX(1);}
}
@keyframes ani_filp_out{
	form {transform: scaleX(1);}
	to {transform: scaleX(0);}
}
.mcar_item{
	padding: 15px;
	border-radius: 10px;
	border: 1px solid #AC8A58;
	margin-bottom: 30px;
	background-color: #fff;
}
.mcar_btn_div{
	justify-content: center;
	padding-top: 30px;
}
.mcar_btn{
	display: block;
    width: 100px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
    padding: 7px 0;
    background-color: #222;
    border: 1px solid #222;
    border-radius: 30px;
    margin-left: 12px;
    margin-right: 12px;;
    cursor: pointer;
}
.mcar_btn:hover{
	color: #222;
	background-color: #fff;
}
.mcar_btn.type2{
	background-color: #754873;
	border-color: #754873;
}
.mcar_btn.type2:hover{
	color: #754873;
	background-color: #fff;
}
.mcar_edit_btn{
	position: absolute;
	top: 25px;
	right: 15px;
	color: #000;
	overflow: hidden;
}
.mcar_edit_btn:hover{
	color: #754873;
}
.member_kv_name_div{
	position: absolute;
	bottom: 15px;
	left: 15px;
}
.member_kv_name{
	font-size: 30px;
	color: #fff;
	letter-spacing: 1px;
}
.member_kv_name span{
	font-size: 16px;
	margin-right: 10px;
}
.member_kv_notice{
	position: absolute;
	bottom: 15px;
	right: 15px;
	font-size: 16px;
	color: #fff;
	letter-spacing: 1px;
	font-weight: 400;
}
.member_kv_notice span{
	font-size: 30px;
	color: #fff;
	padding: 0 10px;
}
.qrcode_page{
	display: none;
}
.qrcode_page.active{
	display: block;
}
.qrcode_box{
	max-width: 400px;
	padding: 35px 10px;
	background-color: #866584;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
.qrcode_name{
	font-size: 26px;
	color: #fff;
	letter-spacing: 3px;
	text-align: center;
}
.qrcode_name_en{
	font-size: 26px;
	color: #fff;
	text-align: center;
	margin-bottom: 25px;
}
.qrcode_img{
	max-width: 270px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
}
.qrcode_logo{
	width: 180px;
	margin-left: auto;
	margin-right: auto;
}

/* member card */
.member_card_item{
	margin-bottom: 30px;
}
.member_card_box{
	height: 100%;
}
.mcb_top{
	height: 300px;
}
.mcb_top > img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.mcb_title_div{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 140px;
	background: linear-gradient(#00000000, #000000);
	padding-top: 50px;
}
.mcb_title{
	font-size: 22px;
	color: #fff;
	letter-spacing: 1px;
	text-align: center;
	margin-bottom: 5px;
}
.mcb_stitle{
	font-size: 18px;
	color: #fff;
	letter-spacing: 1px;
	text-align: center;
	margin-bottom: 15px;
}
.mcb_title_sp{
	width: 1px;
	height: 15px;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
}
.mcbbc_box{
	height: 100%;
	padding-bottom: 210px;
	background: linear-gradient(133deg, #F8F1E4, #E8E8E8);
}
.mcb_con{
	
	
}
.mcb_con_in{
	padding: 30px 15px;
}
.mcb_con_title{
	font-size: 18px;
	color: #9E7F42;
	text-align: center;
	margin-bottom: 30px;
}
.mcb_text{
	font-size: 15px;
}
.mcb_ul{
	padding-left: 15px;
	list-style: none;
}
.mcb_ul li{
	margin-bottom: 5px;
}
.mcb_ul li::before{
	position: absolute;
	content: "-";
	top: 0;
	left: -12px;
}
.mcb_bottom{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.mcb_bottom_con{
	padding: 0 15px;
}
.mcbbc_bot_con{
	height: 210px;
	padding: 0 15px;
}
.mcb_btl{
	height: 1px;
	background-color: #d3c3ab;
	margin-bottom: 30px;
}
.mcb_bprow{
	align-items: center;
	margin-bottom: 20px;
}
.mcb_bpbox{
	width: 50%;
	text-align: center;
}
.mcbr_title{
	width: 50px;
}
.mcbr_price{
	flex: 1;
	font-size: 18px;
}
.mcbr_btn_div{
	width: 80px;
}
.mcbr_btn{
	display: block;
	color: #fff;
	text-align: center;
	padding: 6px 0;
	background-color: #AC8A58;
}
.mcbr_btn:hover{
	color: #fff;
	background-color: #754873;
}
.mcb_rsp{
	border-right: 1px solid #ccc;
}
.mcb_btn{
	display: block;
	width: 100%;
	font-size: 16px;
	color:  #000;
	letter-spacing: 1px;
	text-align: center;
	padding: 15px 0;
	background-color: #F1F1F1;
}
.mcb_btn.type2{
	color: #fff;
	background-color: #AC8A58;
}
.mcb_btn:hover{
	color: #fff;
	background-color: #754873;
	border-color: #754873;
}
.mcb_btn.type3{
	color: #fff;
	background-color: #754873;
}
.mcb_btn.type3:hover{
	color: #fff;
	background-color: #444;
}
.mcb_btn_w50{
	width: 50%;
}

/* booking */
.w800{
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.w500{
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}
.page_slogan{
	padding: 100px 0;
}
.page_slogan_title{
	font-size: 30px;
	letter-spacing: 3px;
	text-align: center;
}
.page_slogan_title_en{
	font-size: 64px;
	text-align: center;
}
.bklist_info2{
	padding-top: 40px;
}
.bklist_date2{
	font-size: 40px;
	color: #AC8A58;
	text-align: center;
}
.bklist_week2{
	font-size: 15px;
	text-align: center;
}
.bklist_info_sp{
	width: 1px;
	height: 16px;
	background-color: #AC8A58;
	margin: 15px auto 10px auto;
}
.fw{
	width: 100%;
}
.bkform_shopname{
	font-size: 24px;
	color: #754873;
	letter-spacing: 2px;
}
.bpsi_btn_div{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.booking_slick_div{
	padding-right: 20px;
}
.booking_slick img{
	display: none;
}
.booking_slick img:first-child{
	display: block;
}
.booking_intro_logo{
	width: 160px;
	height: 160px;
	object-fit: cover;
	margin-bottom: 15px;
}
.booking_intro_title{
	font-size: 20px;
	margin-bottom: 10px;
}
.booking_intro_text{
	font-size: 20px;
	color: #707070;
	margin-bottom: 30px;
}
.booking_intro_btn_div{
	max-width: 360px;
}
.booking_intro_btn1{
	display: block;
	font-size: 16px;
	color: #000;
	text-align: center;
	letter-spacing: 3px;
	padding: 12px 0;
	background-color: #fff;
	border: 1px solid #222;
	border-radius: 30px;
}
.booking_intro_btn1:hover{
	color: #fff;
	background-color: #222;
}
.btn_row{
	justify-content: center;
	margin-left: -15px;
	margin-right: -15px;
}
.booking_intro_btn2{
	display: block;
	font-size: 16px;
	color: #fff;
	text-align: center;
	letter-spacing: 3px;
	padding: 12px 0;
	background-color: #222;
	border: 1px solid #222;
	border-radius: 30px;
}
.booking_intro_btn2:hover{
	color: #000;
	background-color: #fff;
}
.booking_intro_info{
	padding: 15px 20px;
	background-color: #eee;
	margin-top: 20px;
	margin-bottom: 50px;
}
.booking_info_item{
	margin-bottom: 20px;
}
.booking_info_title{
	width: 110px;
	font-size: 20px;
	color: #707070;
}
.booking_info_text{
	flex: 1;
	padding-left: 10px;
	font-size: 20px;
	color: #707070;
}
.booking_main{
	padding-top: 40px;
	padding-bottom: 60px;
}
.booking_case_item{
	padding: 40px 0;
	border-bottom: 1px solid #ccc;
}
.booking_case_title{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
.booking_case_text{
	font-size: 20px;
	color: #666;
}
.booking_case_btn{
	width: 160px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	letter-spacing: 3px;
	padding: 12px 0;
	background-color: #222;
	border: 1px solid #222;
	border-radius: 30px;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
}
.booking_case_btn:hover{
	color: #000;
	background-color: #fff;
}
.booking_form{
	padding-top: 40px;
}
/* form */
.form_row{
	margin-bottom: 30px;
}
.form_title{
	font-size: 16px;
	color: #777;
	margin-bottom: 3px;
}
.form_box{
	padding-top: 5px;
	padding-bottom: 5px;
}
.form_radio_btn{
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.radio_label{
	width: 100%;
	color: #000;
	border-color: #aaa;
}
.radio_label:hover{
	color: #fff;
	background-color: #754873;
	border-color: #754873;
}
.btn-check:checked + .radio_label, .btn-check:active + .radio_label, .radio_label:active, .radio_label.active, .radio_label.dropdown-toggle.show{
	color: #fff;
	background-color: #754873;
	border-color: #754873;
}
.btn-check:focus + .btn, .btn:focus{
	outline: 0;
	box-shadow: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn{
	opacity: 0.3;
}
.form_radio_item{
	min-height: 38px;
	padding-top: 6px;
	margin-bottom: 5px;
}
.submit_div{
	margin-top: 50px;
	text-align: center;
}
.btn_submit{
	width: 100%;
	max-width: 400px;
	color: #fff;
	background-color: #007fff;
	border: 1px solid #007fff;
	padding-top: 10px;
	padding-bottom: 10px;
}
.btn_submit:hover{
	color: #007fff;
	background-color: #fff;;
}
.notice_check{
	font-size: 14px;
	color: #f00;
	margin-left: 10px;
	display: none;
}
input[type="radio"]{
	width: 16px;
	height: 16px;
	top: 2px;
	margin-right: 5px;
}
/* datepicker */
.booking_datetext{
	padding: 6px 12px;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	margin-bottom: 10px;
}
.booking_datepicker .ui-datepicker{
	width: 100% !important;
}
.ui-datepicker-group{
	padding-left: 10px;
	padding-right: 10px;
}
.booking_datepicker .ui-datepicker td{
	width: 14.28%;
}
.ui-datepicker td span, .ui-datepicker td a{
	text-align: center;
}
.booking_datepicker .ui-datepicker td span, .booking_datepicker .ui-datepicker td a{
	line-height: 3em;
}
.ui-state-highlight.ui-state-active, .ui-widget-content .ui-state-highlight.ui-state-active, .ui-widget-header .ui-state-highlight.ui-state-active{
	border: 1px solid #754873;
    background: #754873;
    color: #ffffff;
}
.ui-datepicker-unselectable .ui-state-default, .ui-datepicker-unselectable .ui-widget-content .ui-state-defaul{
	
}

.booking_result{
	padding: 50px 0;
	background-color: #F8F1E4;
}
.bkrs_con{
	flex: 1;
	padding-right: 10px;
}
.booking_result_text{
	font-size: 19px;
}
.bkrs_shopname{
	font-size: 24px;
	color: #754873;
	letter-spacing: 1px;
	margin: 0 5px;
	top: 2px;
}
.bkrs_btn_div{
	width: 300px;
	text-align: center;
}
.btn_sumbit{
	display: block;
	width: 180px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
    padding: 12px 0;
    background-color: #222;
    border: 1px solid #222;
    border-radius: 30px;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
}
.btn_sumbit:hover{
	color: #000;
	background-color: #fff;
}
.btn_sumbit.type2{
	border-color: #754873;
	background-color: #754873;
}
.btn_sumbit.type2:hover{
	color: #754873;
	background-color: #fff;
}

.booking_frame{
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #ccc;
	padding: 30px 20px;
	border-radius: 16px;
}
.booking_c_title{
	font-size: 24px;
	color: #754873;
	text-align: center;
	letter-spacing: 1px;
	margin-bottom: 30px;
}
.booking_s_shopname{
	font-size: 42px;
	text-align: center;
	margin-bottom: 30px;
}
.booking_c_hr{
	margin-top: 20px;
	margin-bottom: 40px;
}
.booking_c_row{
	margin-bottom: 15px;
}
.booking_c_left{
	width: 160px;
}
.booking_c_right{
	flex: 1;
}
.booking_c_stitle{
	font-size: 17px;
	padding-top: 6px;
}
.booking_c_text{
	font-size: 18px;
	line-height: 2em;
}
.form_btn_sec{
	padding: 50px 0;
	background-color: #F8F1E4;
}
.form_btn_div_text{
	font-size: 17px;
	text-align: center;
	margin-bottom: 30px;
}
.form_btn{
	width: 300px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	background-color: #292A2E;
	border-radius: 30px;
	padding: 17px 0;
	cursor: pointer;
}
.form_btn:hover{
	color: #fff;
	background-color: #09090A;
}
.form_btn_sp{
	margin: 0 10px;
}
.form_btn_ch{
	letter-spacing: 2px;
}
.form_btn.type2{
	background-color: #754873;
}
.form_btn.type2:hover{
	background-color: #411E40;
}
.form_btn_item{
	padding: 0 15px;
	margin-bottom: 15px;
}
.refund_title{
	font-size: 20px;
	color: #754873;
	text-align: center;
	letter-spacing: 1px;
	margin-bottom: 26px;
}

/* trade */
.trade_title{
	font-size: 22px;
	margin-bottom: 20px;
}
.trade_date{
	font-size: 21px;
	margin-bottom: 10px;
}
.trade_left{
	flex: 1;
}
.trade_right{
	width: 140px;
}
.trade_shopname{
	font-size: 22px;
	color: #754873;
}
.trade_price{
	font-size: 24px;
	text-align: right;
	padding-top: 6px;
}
.trade_price_total{
	font-size: 32px;
	color: #754873;
	text-align: right;
}
.trade_sub_title{
	font-size: 20px;
	letter-spacing: 3px;
	text-align: center;
	margin-bottom: 5px;
}
.trade_hr{
	margin-bottom: 30px;
}
.trade_item{
	font-size: 18px;
	margin-bottom: 20px;
}
.trade_item_title{
	flex: 1;
}
.trade_item_price{
	width: 140px;
	text-align: right;
}
.trade_item_total{
	font-size: 26px;
	font-weight: bold;
}
.trade_item_ftitle{
	width: 100px;
}
.trade_item_text{
	flex: 1;
}
.trade_pay_dialog{
	padding-top: 50px;
}
.trade_pay_dialog_title{
	font-size: 20px;
	text-align: center;
	margin-bottom: 30px;
}
.trade_pay_btn{
	display: block;
	width: 100%;
    font-size: 16px;
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
    padding: 12px 0;
    background-color: #666;
    border: 1px solid #666;
    border-radius: 30px;
    cursor: pointer;
}
.trade_pay_btn:hover{
	color: #666;
	background-color: #fff;
}
.trade_pay_btn.type2{
	background-color: #754873;
	border-color: #754873;
}
.trade_pay_btn.type2:hover{
	color: #754873;
	background-color: #fff;
}
.tpay2_bot_space{
	height: 300px;
}
.tsuc_title{
	font-size: 30px;
	color: #AC8A58;
	text-align: center;
	letter-spacing: 2px;
	margin-bottom: 30px;
}
.tsuc_date{
	font-size: 21px;
	padding: 0 15px;
}
.tsuc_num{
	font-size: 21px;
	color: #AC8A58;
	padding: 0 15px;
}
.trade_cancel_text{
	font-size: 20px;
	text-align: center;
}
.invoice_box{
	width: 100%;
	padding: 15px;
	border: 1px solid #ccc;
	border-radius: 20px;
	background-color: #fff;
	margin-bottom: 15px;
	cursor: pointer;
}
.invoice_box:hover{
	background-color: #f2f2f2;
}
.invoice_box.active{
	border-color: #d4b5d4;
	background-color: #edd8ed;
}
.trdc_sec{
	padding-top: 20px;
	padding-bottom: 20px;
}
.trdc_page{
	display: none;
}
.trdc_page.active{
	display: block;
}
.scan_frame{
	max-width: 302px;
	height: 302px;
	border: 1px solid #000;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
.trdc_scan_info{
	font-size: 18px;
	text-align: center;
}
.trdc_icon_success{
	width: 100px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
.trdc_qrcode{
	max-width: 302px;
	border: 1px solid #000;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
.trdc_btn_div{
	text-align: center;
	margin-top: 80px;
}
.trd_btn_div{
	text-align: right;
	padding-top: 10px;
}
.w480{
	max-width: 480px;
	margin-left: auto;
	margin-right: auto;
}
.trd_search_btn{
	color: #fff;
	text-align: center;
	background-color: #222;
	border: 1px solid #222;
	padding: 10px 60px;
	border-radius: 12px;
	cursor: pointer;
}
.trd_search_btn:hover{
	color: #222;
	background-color: #fff;
}
.trdc_btns_row{
	margin-left: -5px;
	margin-right: -5px;
}
.trdc_sort_item{
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
}
.trdc_sort_btn{
	padding: 7px 20px;
	color: #222;
	background-color: #fff;
	border: 1px solid #222;
	border-radius: 5px;
	cursor: pointer;
}
.trdc_sort_btn:hover{
	color: #fff;
	background-color: #222;
}
.trdc_sort_item.active .trdc_sort_btn{
	color: #fff;
	background-color: #222;
}

/* car_park */
.park_title{
	font-size: 26px;
	text-align: center;
}
.park_num{
	font-size: 36px;
	color: #f00;
	text-align: center;
	margin-bottom: 20px;
}
.mbtn_edit{
	display: inline-block;
	padding: 5px 20px;
	font-size: 16px;
	color: #000;
	background-color: #ccc;
	border-radius: 20px;
}
.mbtn_edit:hover{
	color: #fff;
	background-color: #666;
}
.btn_sumbit.type_blue{
	color: #fff;
	background-color: #0038a3;
	border-color: #0038a3;
}
.btn_sumbit.type_blue:hover{
	color: #0038a3;
	background-color: #fff;
}
.btn_sumbit.type_red{
	color: #fff;
	background-color: #be0000;
	border-color: #be0000;
}
.btn_sumbit.type_red:hover{
	color: #be0000;
	background-color: #fff;
}
.btn_fdiv{
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 20px;
}

/* contact */
.contact_sec{
	padding-top: 60px;
	padding-bottom: 60px;
}
.contact_text{
	margin-bottom: 60px;
}
.main_ul{
	padding-left: 25px;
}
.main_ol{
	padding-left: 25px;
}
.modal{
	z-index: 99999;
}
.btn-purple{
	color: #fff;
	background-color: #754873;
}
.btn-purple:hover{
	color: #fff;
	background-color: #aa69a7;
}

/* parking booking */
.pkb_area{
	margin-bottom: 80px;
}
.pkb_vacancy_text{
	font-size: 20px;
	text-align: center;
	margin-bottom: 5px;
}
.pkb_vacancy_text span{
	font-size: 32px;
	color: #754873;
	top: 3px;
	margin-left: 10px;
}
.pkb_time_text{
	color: #444;
	text-align: center;
}
.pkb_title{
	font-size: 20px;
	text-align: center;
	letter-spacing: 1px;
	margin-bottom: 20px;
}
.pkbi_item{
	display: block;
	min-height: 250px;
    padding: 15px 25px;
    margin-bottom: 25px;
    cursor: pointer;
}
.pkbi_bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 250px;
	background: linear-gradient(#3b3c40, #000000);
	border-radius: 10px;
}
.pkbi_left{
	width: 50%;
}
.pkbi_right{
	width: 50%;
}
.pkbi_title{
	color: #fff;
	margin-bottom: 5px;
}
.pkbi_carnum{
	font-size: 24px;
	color: #d5c9af;
}
.pkbi_type{
	font-size: 24px;
	color: #fff;
	letter-spacing: 2px;
	text-align: right;
}
.icon_car_type{
	display: inline-block;
	top: -3px;
	margin-left: 12px;
}
.pkbi_car_img{
	margin-left: auto;
	margin-right: auto;
}
.pkbi_item.active .pkbi_bg{
	background: #AC8A58;
}
.pkbi_item.active .pkbi_carnum{
	color: #fff;
}
.pkb_notice{
	font-size: 18px;
	color: #e50000;
	text-align: center;
	display: none;
}
.pkb_s_time{
	font-size: 18px;
	text-align: center;
	margin-bottom: 10px;
}
.pkb_text{
	font-size: 18px;
}
ul, ol{
	padding-left: 25px;
}
ul li, ol li{
	margin-bottom: 5px;
}
.icon_loading{
	width: 46px;
	animation-name: ani_rotate;
	animation-duration: 1.5s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}
@keyframes ani_rotate{
	from{transform: rotate(0deg);}
	to{transform: rotate(360deg);}
}
.pkb_wait_text{
	font-size: 20px;
	padding-left: 15px;
}
.pkb_wait_space{
	height: 200px;
}
.wait{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.75);
	z-index: 9999;
	display: none;
}
.wait.active{
	display: block;
}
.wait_text{
	font-size: 20px;
	color: #fff;
	padding-left: 15px;
}
.sel_time_item{
	flex: 1;
}
.sel_time_sp{
	width: 20px;
	text-align: center;
	padding-top: 5px;
}

/* faq */
.faq_box{
	padding: 0 30px;
	border-radius: 20px;
	background-color: #fff;
	border: 1px solid #AC8A58;
	margin-bottom: 40px;
}
.faq_title_div{
	cursor: pointer;
}
.faq_title{
	font-size: 20px;
	letter-spacing: 1px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 35px;
}
.faq_btn_icon{
	position: absolute;
	top: 20px;
	right: 0;
	width: 32px;
	height: 32px;
	overflow: hidden;
}
.faq_con{
	font-size: 17px;
	line-height: 1.8em;
	word-break: break-all;
	padding-top: 0;
	padding-bottom: 20px;
	display: none;
}
.faq_title_div:hover .faq_title{
	color: #754873;
}
.faq_title_div.active .faq_title{
	color: #754873;
}
.faq_title_div.active .faq_btn_icon img{
	top: -32px;
}

.sysinfo_text{
	font-size: 18px;
	text-align: center;
	margin-bottom: 30px;
}
.modal_parking_icon{
	display: inline-block;
	width: 30px;
	margin-right: 10px;
	top: -3px;
}

/* discount */
.dis_pbtn_div{
	justify-content: center;
	margin-left: -4px;
	margin-right: -4px;
	margin-bottom: 40px;
}
.dis_pbtn_item{
	padding-left: 4px;
	padding-right: 4px;
}
.dis_pbtn{
	font-size: 17px;
	color: #000;
	letter-spacing: 1px;
	text-align: center;
	padding: 12px 35px;
	background-color: #F1F1F1;
}
.dis_pbtn span{
	font-size: 14px;
}
.dis_pbtn.active{
	color: #fff;
	background-color: #AC8A58;
}
.dis_pbtn:hover{
	color: #fff;
	background-color: #754873;
}
.dis_stitle{
	font-size: 17px;
	margin-bottom: 20px;
}
.dis_text{
	font-size: 15px;
	margin-bottom: 60px;
}
.disb_img{
	height: 300px;
}
.disb_img img{
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
}
.disb_con{
	height: calc(100% - 300px);
    background: linear-gradient(133deg, #F8F1E4, #E8E8E8);
    padding-bottom: 60px;
}
.disb_con_in{
	padding: 15px;
}
.disb_type{
	display: inline-block;
	font-size: 14px;
	color: #fff;
	letter-spacing: 1px;
	text-align: center;
	padding: 5px 12px;
	background-color: #754873;
	margin-bottom: 15px;
}
.disb_timelimit{
	position: absolute;
	top: 17px;
	right: 15px;
	font-size: 15px;
	color: #754873;
	letter-spacing: 1px;
}
.disb_timelimit.end{
	color: #B2B2B2;
}
.disb_title{
	font-size: 22px;
	margin-bottom: 7px;
}
.disb_date{
	font-size: 16px;
	color: #754873;
}
.disb_area{
	font-size: 16px;
}
.disb_hr{
	background-color: #AC8A58;
	margin-top: 20px;
	margin-bottom: 20px;
}
.disb_text{
	font-size: 15px;
}

.disb_countdown{
	font-size: 16px;
	color: #d90000;
}
.dis_box:hover .disb_img img{
	transform: scale(1.05);
}
.dis_box:hover .disb_text{
	color: #754873;
}

.disp_main{
	padding-bottom: 60px;
}
.disp_img{
	margin-bottom: 15px;
}
.disp_intro{
	padding-top: 60px;
	padding-bottom: 60px;
}
.disp_intro_title{
	font-size: 20px;
	margin-bottom: 10px;
}

.sec_dis_page{
	padding-top: 20px;
	padding-bottom: 60px;
}
.disp_date_div{
	margin-bottom: 20px;
}
.disp_type{
	font-size: 19px;
	color: #fff;
	letter-spacing: 1px;
	padding: 4px 12px;
	background-color: #754873;
}
.disp_tl{
	flex: 1;
	font-size: 21px;
	color: #754873;
	padding-left: 20px;
}
.disp_tl.end{
	color: #B2B2B2;
}
.disp_title{
	font-size: 40px;
	letter-spacing: 1px;
	margin-bottom: 20px;
}
.disp_date{
	font-size: 20px;
	color: #754873;
}
.disp_area{
	font-size: 20px;
	margin-bottom: 40px;
}
.disp_main_img img{
	margin-left: auto;
	margin-right: auto;
}
.disp_intitle{
	font-size: 21px;
	color: #AC8A58;
	letter-spacing: 1px;
	line-height: 2em;
	text-align: center;
	padding: 80px 0;
}
.disp_use_title{
	font-size: 16px;
	letter-spacing: 1px;
	text-align: center;
	padding: 15px 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin-bottom: 50px;
}
.disp_use{
	margin-bottom: 80px;
}
.disp_use_item{
	padding-left: 15px;
	margin-bottom: 5px;
}
.disp_use_item::before{
	position: absolute;
	content: "-";
	top: 0;
	left: 0;
}

/* traffic */
.traffic_slogan{
	padding-top: 80px;
	padding-bottom: 50px;
}
.traffic_title{
	font-size: 20px;
	letter-spacing: 2px;
	text-align: center;
	padding: 14px 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin-bottom: 60px;
}
.traffic_map{
	height: 720px;
	margin-bottom: 100px;
}
.traffic_map iframe{
	width: 100%;
	height: 100%;
}
.traffic_div{
	margin-bottom: 100px;
}
.traffic_box{
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 80px;
}
.traffic_box_title{
	font-size: 20px;
	color: #AC8A58;
	letter-spacing: 1px;
	padding-left: 15px;
}
.tra_hr{
	background-color: #ddd;
	opacity: 1;
	margin-top: 20px;
	margin-bottom: 30px;
}
.traffic_box_text{
	font-size: 15px;
	line-height: 1.8em;
}
.tra_stitle{
	font-weight: bold;
	margin-bottom: 5px;
}

/* map */
.map_guide{
	max-width: 357px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}
.floor_title_img{
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}
.map_path{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.path_canvas{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	animation-name: ani_path;
	animation-duration: 1s;
	animation-iteration-count: infinite;
}
@keyframes ani_path{
	0%   {opacity: 1;}
	10%   {opacity: 1;}
	55%   {opacity: 0.3;}
	100%   {opacity: 1;}
}
.dot_div{
	position: absolute;
	top: 0;
	left: 0;
}
.path_dot{
	position: absolute;
	top: 0;
	left: 0;
	width: 5px;
	height: 5px;
	border-top: 1px solid #00f;
	border-left: 1px solid #00f;
}
.path_dot::after{
	position: absolute;
	content: "";
	top: -5px;
	left: -5px;
	width: 5px;
	height: 5px;
	border-bottom: 1px solid #00f;
	border-right: 1px solid #00f;
}
.path_dot.red{
	border-color: #f00;
}
.path_dot.red::after{
	border-color: #f00;
}
.goal_point{
	position: absolute;
	top: 0;
	left: -10000px;
	width: 32px;
	height: 32px;
	transform: translate(-16px, -32px);
}
.goal_point img{
	animation-name: ani_goal;
	animation-duration: 1s;
	animation-iteration-count: infinite;
}
@keyframes ani_goal{
	0% {transform: translateY(0);}
	20% {transform: translateY(0);}
	60% {transform: translateY(-5px);}
	100% {transform: translateY(0);}
}

/* popup */
.popup{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	z-index: 10000;
	display: none;
}
.popup_bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.85;
}
.popup_close_btn{
	position: absolute;
	top: 0;
	right: 8px;
	font-size: 32px;
	color: #fff;
	cursor: pointer;
}
.popup_con{
	max-width: 640px;
	padding-left: 15px;
	padding-right: 15px;
	top: 50%;
	transform: translateY(-50%);
	margin-left: auto;
	margin-right: auto;
}
.popup_box{
	padding: 30px 15px;
	border-radius: 10px;
	background-color: #fff;
}
.popup_trade_text{
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
}
.popup_mbtn{
	display: block;
	width: 100%;
	font-size: 16px;
	color: #fff;
	text-align: center;
	background-color: #292A2E;
	border-radius: 30px;
	padding: 17px 0;
	cursor: pointer;
}
.popup_mbtn:hover{
	color: #fff;
	background-color: #09090A;
}
.popup_mbtn.type2{
	background-color: #754873;
}
.popup_mbtn.type2:hover{
	background-color: #411E40;
}

/* setting */
.black{color: #000;}
.red{color: #f00;}
.blue{color: #00f;}
.khaki{color: #AC8A58;}
.purple{color: #754873;}
.bold{font-weight: bold;}
.pt-30{padding-top: 30px;}
.mb-5px{margin-bottom: 5px;}
.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;}
.mb-50{margin-bottom: 50px;}
.error{color: #f00;}

@media (max-width: 1760px){
	.about_intro_01_box{
		margin-right: 100px;
	}
}

@media (max-width: 1680px){
	.index_spic_01{
		left: -300px;
	}
	.index_spic_02{
		right: -300px;
	}
	.about_spic_01{
		left: -300px;
	}
	.about_spic_02{
		right: -300px;
	}
	.login_kv_title_en{
		font-size: 60px;
	}
	.login_main{
		padding-top: 40px;
	}
	.login_main_title{
		margin-bottom: 10px;
	}
	.login_form_row{
		margin-bottom: 15px;
	}
}
@media (max-width: 1500px){
	.kv{
		height: 800px;
	}
	.kv_con{
		padding-top: 170px;
	}
	.kv_logo{
		margin-bottom: 70px;
	}
	.kv_text_en{
		font-size: 50px;
	}
	.index_sec01_title_en{
		font-size: 60px;
	}
	.index_slogan_title_en{
		font-size: 60px;
	}
	.index_intro_01{
		padding-bottom: 200px;
	}
	.index_intro_01_div{
		max-width: 80%;
	}
	.index_intro_01_con{
		padding-top: 250px;
	}
	.index_intro_01_box{
		right: 100px;
	}
	.index_intro_pic02{
		top: 500px;
		left: 20px;
		width: 500px;
	}
	.index_intro_pic03{
		max-width: 1000px;
	}
	.index_spic_03{
		right: 0;
	}
	.index_intro_02_pic_div{
		height: 900px;
	}
	.index_intro_pic04{
		width: 570px;
	}
	.index_intro_pic05{
		width: 820px;
	}
	.index_intro_03{
		padding-top: 370px;
	}
	.index_intro_pic06{
		width: auto;
		height: 600px;
	}
	.index_spic_05{
		right: auto;
		left: 40px;
	}
	.index_spic_06{
		right: auto;
		left: 40px;
	}
	.index_intro_pic07{
		top: 600px;
		width: 500px;
	}
	.index_intro_pic08{
		width: 500px;
	}
	.index_intro_pic09{
		width: 500px;
		left: 400px;
	}
	
	.bp_box{
		width: 900px;
	}
	
	.news_page_kv{
		height: 600px;
	}
	.news_page_kv_title{
		font-size: 40px;
	}
	.news_page_kv_sub_title{
		font-size: 32px;
	}
	
	.kv_text_en{
		font-size: 36px;
	}
	.index_sec01_title_en{
		font-size: 36px;
	}
	.index_slogan_title_en{
		font-size: 36px;
	}
	.index_intro_title_en{
		font-size: 36px;
	}
	.index_service_title_en{
		font-size: 36px;
	}
	.sms_title_en{
		font-size: 60px;
	}
	.map_title{
		font-size: 36px;
	}
	.page_kv_title_en{
		font-size: 48px;
	}
	.about_kv2_title_en{
		font-size: 42px;
	}
	.sec_title_en{
		font-size: 40px;
	}
	.brand_ec_title_en{
		font-size: 40px;
	}
}

@media (max-width: 1360px){
	.about_intro_01_box{
		margin-right: 15px;
		padding-left: 100px;
	}
}

@media (max-width: 1240px){
	/* brand */
	.brand_sec_top{
		padding-top: 80px;
		padding-bottom: 50px;
	}
	.brand_list_item{
		margin-bottom: 30px;
	}
	
	/* news */
	.news_page_btn_div{
		padding-bottom: 40px;
	}
	.news_list{
		top: -60px;
	}
	.news_item_img{
		width: 57%;
		height: 57%;
	}
	.news_item_info{
		padding-top: 60px;
	}
	.news_item_con{
		padding: 40px 30px 5px 30px;
	}
}

/* xl */
@media (max-width: 1199px){
	.show-xl{
		display: block;
	}
	.hide-xl{
		display: none;
	}
	
	.kv{
		height: 600px;
	}
	.kv_con{
		padding-top: 130px;
	}
	.kv_logo{
		margin-bottom: 50px;
	}
	.index_slogan{
		padding-top: 150px;
		padding-bottom: 120px;
	}
	.index_spic_01{
		width: 600px;
		top: -80px;
		left: -200px;
	}
	.index_spic_02{
		width: 600px;
		bottom: -70px;
		right: -200px;
	}
	.index_intro_01_div{
		width: 100%;
	}
	.index_intro_01_box{
		right: 50px;
	}
	.index_intro_pic02{
		width: 350px;
	}
	.index_spic_03{
		width: 500px;
	}
	.index_intro_02_pic_div{
		height: 750px;
	}
	.index_intro_pic04{
		width: 380px;
		right: -60px;
	}
	.index_intro_pic05{
		width: 600px;
	}
	.index_intro_03{
		padding-top: 220px;
		margin-bottom: 0;
		overflow: hidden;
	}
	.index_intro_pic06{
		height: 400px;
	}
	.index_spic_05{
		width: 250px;
		top: 30px;
	}
	.index_intro_03_spic_div{
		margin-top: 100px;
		margin-bottom: 160px;
		display: none;
	}
	.index_spic_06{
		position: relative;
		top: 0;
		left: 20px;
		width: 400px;
	}
	.index_intro_pic07{
		width: 400px;
		top: 400px;
	}
	.index_intro_03_pic_div{
		display: flex;
		height: auto;
	}
	.index_intro_pic08{
		position: relative;
		width: 35%;
		bottom: 0;
		left: 0;
	}
	.index_intro_pic09{
		position: relative;
		width: 35%;
		bottom: 0;
		left: 0;
	}
	.index_intro_pic07s{
		display: block;
		width: 30%;
	}
	.index_intro_pic07s img{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.index_video{
		padding-top: 60px;
	}
	.index_service{
		padding-top: 80px;
	}
	.index_service_title{
		font-size: 25px;
	}
	.sec_membership{
		height: 600px;
	}
	.sms_title{
		font-size: 26px;
	}
	
	.about_spic_01{
		width: 600px;
		left: -200px;
	}
	.about_spic_02{
		width: 600px;
		right: -200px;
	}
	.about_kv2{
		height: 500px;
	}
	.about_intro_01_box{
		padding-left: 150px;
	}
	
	.sec_title{
		font-size: 26px;
	}
	.sec_fwimg{
		height: 500px;
	}
	
	.sec_brand_ec{
		height: 600px;
		padding-top: 90px;
	}
	
	.bklist_info{
		width: 200px;
	}
	.bklist_photo{
		width: 280px;
	}
	.bp_box{
		width: 100%;
		margin-bottom: 40px;
	}
	.bp_box_img img{
		width: 100%;
		max-width: none;
	}
	.bp_box_info{
		position: relative;
		bottom: 0;
		right: 0;
		width: 100%;
	}
	.bp_box:nth-child(even) .bp_box_info{
		left: 0;
	}
	.pkb_wait_space{
		height: 150px;
	}
	.discount_page_btn_div .page_btn_div{
		justify-content: center;
	}
	.traffic_slogan{
		padding-top: 60px;
		padding-bottom: 30px;
	}
	.traffic_map{
		height: 500px;
	}
}

/* lg */
@media (max-width: 991px){
	.show-lg{
		display: block;
	}
	.hide-lg{
		display: none;
	}
	
	/* header */
	header{
		height: 60px;
	}
	.header_logo{
		width: 150px;
		top: 15px;
		left: 10px;
	}
	.menu{
		top: 60px;
		height: calc(100vh - 60px);
	}
	.menu_sub{
		top: 10px;
		right: 10px;
		padding: 8px 2px;
	}
	.body_top{
		height: 60px;
	}
	.body_top_mobile{
		height: 60px;
	}
	
	.brand_news_list{
		margin-bottom: 60px;
	}
	
	/* footer */
	footer{
		padding: 40px 15px 20px 15px;
	}
	.footer_list_item{
		width: 33.33%;
		margin-bottom: 40px;
	}
	.footer_item_title{
		text-align: center;
	}
	.footer_list_abtn{
		text-align: center;
	}
	
	/* index */
	.index_intro_01{
		padding-bottom: 50px;
	}
	.index_intro_01_div{
		max-width: none;
	}
	.index_intro_01_con{
		padding-top: 60px;
		padding-bottom: 20px;
		background: #F8F1E4;
	}
	.index_intro_01_box{
		right: 0;
		margin-right: auto;
	}
	.index_intro_text{
		margin-bottom: 20px;
	}
	.index_intro_pic03_div{
		position: relative;
	}
	.index_intro_02{
		padding-top: 350px;
	}
	.index_spic_03{
		width: 400px;
		top: 0;
		right: -50px;
	}
	.index_spic_04{
		position: relative;
		top: -50px;
		right: 0;
		width: 300px;
		margin-left: auto;
		margin-right: auto;
	}
	.index_intro_02_pic_div{
		display: flex;
		height: auto;
	}
	.index_intro_pic04{
		position: relative;
		width: 35%;
		top: 0;
		right: 0;
	}
	.index_intro_pic04 img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.index_intro_pic05{
		position: relative;
		width: 65%;
	}
	.index_intro_pic05 img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.index_slogan{
		padding-top: 80px;
		padding-bottom: 60px;
	}
	.index_intro_pic06{
		height: 340px;
	}
	.index_intro_03_box{
		max-width: none;
	}
	.index_intro_03_spic_div{
		/* display: flex; */
		justify-content: space-between;
		margin-top: 30px;
		margin-bottom: 0;
		display: none;
	}
	
	.index_intro_pic03_div{
		background-color: #F8F1E4;
		padding-bottom: 30px;
	}
	.index_intro_pic07{
		position: relative;
		width: 300px;
		top: 0;
	}
	.index_spic_06{
		margin-top: 100px;
	}
	.index_intro_pic07 img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.index_service_imgtext{
		font-size: 16px;
	}
	.index_build{
		width: 200px;
	}
	.build_btn_div{
		padding-top: 45px;
	}
	.build_btn{
		width: 250px;
		height: 62px;
	}
	.build_page{
		padding-top: 100px;
	}
	
	/* about */
	.about_intro_01_con{
		padding-top: 60px;
    	padding-bottom: 60px;
	}
	.about_intro_01_box{
		padding-left: 15px;
		margin-right: auto;
	}
	.build_page_title{
		font-size: 28px;
		letter-spacing: 1px;
	}
	.build_page_sub{
		font-size: 18px;
		letter-spacing: 1px;
	}
	
	
	/* login */
	.login{
		height: auto;
	}
	.login_kv{
		width: 100%;
		height: 300px;
	}
	.login_kv_title{
		font-size: 22px;
		letter-spacing: 2px;
	}
	.login_kv_title_en{
		font-size: 34px;
	}
	.login_main{
		width: 100%;
		height: auto;
		padding-top: 40px;
		padding-bottom: 60px;
	}
	.login_main_title_en{
		font-size: 24px;
	}
	.login_main_title{
		font-size: 22px;
	}
	.login_main_title span{
		font-size: 18px;
	}
	.login_form_title_en{
		font-size: 17px;
	}
	.login_form_title{
		font-size: 16px;
	}
	.login_form_title span{
		font-size: 14px;
	}
	.forget_text{
		font-size: 16px;
	}
	
	/* news */
	.news_page_btn_div{
		padding-top: 50px;
		padding-bottom: 1px;
	}
	.page_btn_item{
		width: 25%;
		padding: 0;
	}
	.page_btn{
		width: 100%;
		font-size: 14px;
	}
	.page_btn_div2 .page_btn_item{
		width: 25%;
		padding: 2px;
	}
	.page_btn2{
		width: 100%;
		font-size: 14px;
		letter-spacing: 0;
	}
	.news_list{
		top: 0;
	}
	.news_item{
		margin-bottom: 40px;
	}
	.news_item_img{
		width: 50%;
		height: 50%;
	}
	.news_item_info{
		padding-top: 0;
	}
	.news_item_con{
		padding: 15px 15px 5px 15px;
	}
	.news_item_date{
		margin-bottom: 10px;
	}
	.news_item_text{
		margin-bottom: 40px;
	}
	.npbtn{
		width: 50%;
	}
	.npbtn.prev .npbtn_con{
		padding-left: 15px;
		padding-right: 15px;
	}
	.npbtn.next .npbtn_con{
		padding-left: 15px;
		padding-right: 15px;
	}
	.npbtn_title{
		font-size: 16px;
		letter-spacing: 0;
	}
	
	.booking_slick_div{
		padding-right: 0;
	}
	
	/* member */
	.page_kv_con{
		padding-top: 110px;
	}
	.member_sec{
		padding-top: 30px;
		padding-bottom: 20px;
	}
	.bklist_info{
		display: flex;
		width: 100%;
		align-items: center;
		margin-bottom: 10px;
	}
	.bklist_date{
		font-size: 20px;
		padding-right: 15px;
		margin-bottom: 0;
	}
	.bklist_time{
		font-size: 18px;
		padding-right: 15px;
		margin-bottom: 0;
	}
	.bklist_week{
		padding-right: 15px;
		margin-bottom: 0;
	}
	.bklist_pnum span{
		font-size: 20px;
	}
	.bklist_con_title{
		font-size: 22px;
	}
	.bklist_floor{
		font-size: 28px;
	}
	.mcar_row{
		margin-bottom: 20px;
	}
	.page_btn_div2{
		justify-content: flex-start;
	}
	
	/* booking */
	.page_slogan_title{
		font-size: 20px;
	}
	.page_slogan_title_en{
		font-size: 28px;
	}
	.bklist_info2{
		padding-top: 0;
	}
	.bklist_date2{
		font-size: 24px;
		padding-right: 10px;
		margin-bottom: 0;
	}
	.bklist_info_sp{
		width: 16px;
		height: 1px;
		margin: 0 15px;
	}
	
	.pkbi_row{
		margin-bottom: 15px;
	}
	
	/* discount */
	.discount_top{
		height: 40px;
	}
	.discount_page_btn_div{
		position: fixed;
		top: 60px;
		left: 0;
		width: 100%;
		padding: 0;
		background-color: #fff;
		box-shadow: 0 0 2px #ccc;
		z-index: 9990;
	}
	.discount_page_btn_div .page_btn_div{
		padding: 0;
		border: none;
	}
	.discount_page_btn_div .page_btn_item{
		width: 33.33%;
	}
	.disp_type{
		font-size: 15px;
	}
	.disp_tl{
		font-size: 18px;
	}
	.disp_title{
		font-size: 30px;
	}
	.trd_btn_div{
		text-align: center;
		padding-top: 20px;
		padding-bottom: 10px;
	}
}

/* md */
@media (max-width: 767px){
	.show-md{
		display: block;
	}
	.hide-md{
		display: none;
	}
	
	.menu_sub_btn{
		padding: 0 7px;
	}
	.footer_logo_div{
		width: 100%;
		margin-bottom: 30px;
	}
	.footer_logo{
		width: 220px;
		margin-left: auto;
		margin-right: auto;
	}
	.footer_share{
		width: 100%;
	}
	.footer_share_row{
		justify-content: center;
	}
	.footer_space{
		height: 50px;
	}
	
	/* index */
	.kv{
		height: 360px;
	}
	.kv_con{
		padding-top: 40px;
	}
	.kv_logo{
		width: 160px;
		margin-bottom: 40px;
	}
	.kv_text_en{
		font-size: 22px;
		margin-bottom: 20px;
	}
	.kv_text{
		font-size: 20px;
		letter-spacing: 5px;
	}
	.index_sec01{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.index_sec01_img_div{
		width: 100%;
	}
	.index_sec01_img{
		width: 300px;
		margin-left: auto;
		margin-right: auto;
	}
	.index_sec01_con{
		width: 100%;
	}
	.index_sec01_title{
		font-size: 22px;
		text-align: center;
		margin-bottom: 10px;
	}
	.index_sec01_title_en{
		font-size: 24px;
		text-align: center;
	}
	.index_spic_01{
		width: 500px;
		top: -60px;
	}
	.index_spic_02{
		width: 500px;
		bottom: -60px;
	}
	.index_slogan_title{
		font-size: 22px;
		margin-bottom: 10px;
	}
	.index_slogan_title_en{
		font-size: 24px;
	}
	.index_slogan_text{
		text-align: left;
	}
	.index_intro_title{
		margin-bottom: 10px;
	}
	.index_intro_title_en{
		font-size: 24px;
	}
	.index_intro_pic06{
		height: 310px;
		right: -250px;
	}
	.index_spic_05{
		width: 220px;
		left: 10px;
	}
	.index_spic_06{
		width: 65%;
		left: 0;
		padding-right: 5px;
	}
	.index_intro_pic07{
		width: 35%;
	}
	.index_service_title{
		font-size: 22px;
		margin-bottom: 10px;
	}
	.index_service_title_en{
		font-size: 24px;
	}
	.index_service_imgtext{
		font-size: 14px;
	}
	.index_service_item_title{
		font-size: 16px;
		letter-spacing: 1px;
	}
	.index_service_bot{
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.more_btn_text_en{
		font-size: 17px;
		margin-bottom: 5px;
	}
	.more_btn_text{
		font-size: 20px;
	}
	.sec_membership{
		height: 400px;
	}
	.sms_title{
		font-size: 22px;
		letter-spacing: 3px;
	}
	.sms_title_en{
		font-size: 36px;
	}
	.build_page{
		padding-top: 50px;
	}
	.t-justify-md{
		text-align: justify;
	}
	
	/* about */
	.about_slogan_text{
		font-size: 16px;
	}
	.about_spic_01{
		width: 500px;
		top: 10px;
	}
	.about_spic_02{
		width: 500px;
		bottom: 10px;
	}
	.about_kv2{
		height: 400px;
	}
	.about_kv2_title{
		font-size: 22px;
	}
	.about_kv2_title_en{
		font-size: 26px;
	}
	.about_intro_title{
		font-size: 21px;
	}
	.about_intro_title_en{
		letter-spacing: 0;
	}
	.about_intro_space{
		height: 50px;
	}
	
	/* login */
	.verify_input_div{
		flex: 0 0 auto;
		width: 100%;
	}
	.verify_img_div{
		width: 100%;
	}
	.login_btn_div{
		padding-top: 20px;
	}
	
	/* brand */
	.brand_sec{
		padding-top: 80px;
	}
	.sec_title_en{
		font-size: 28px;
	}
	.sec_title{
		font-size: 24px;
	}
	.sec_fwimg{
		height: 300px;
	}
	.brand_icon_frame{
		margin-right: auto;
	}
	.brand_icon{
		width: 100%;
		margin-bottom: 10px;
	}
	.brand_icon img{
		margin-left: auto;
		margin-right: auto;
	}
	.brand_icon_text{
		flex: 0 0 auto;
		width: 100%;
		text-align: center;
	}
	.bdlb_info{
		font-size: 18px;
	}
	
	.brand_list_box{
		max-width: 460px;
		margin-left: auto;
		margin-right: auto;
	}
	.brand_list_item:nth-child(even) .brand_list_box{
		margin-right: auto;
		top: 0;
	}
	.brand_list_space{
		height: 30px;
	}
	.sec_brand_ec{
		height: 500px;
		padding-top: 50px;
	}
	.brand_ec_title_div{
		margin-bottom: 30px;
	}
	.brand_ec_title{
		letter-spacing: 2px;
	}
	.brand_ec_title_en{
		font-size: 32px;
		margin-bottom: 30px;
	}
	.brand_ec_text{
		letter-spacing: 1px;
		margin-bottom: 50px;
	}
	.brand_ec_btn{
		font-size: 18px;
	}
	
	/* brand_page */
	.sec_brand_page_intro{
		padding-top: 50px;
		padding-bottom: 100px;
	}
	.floor_div{
		position: relative;
		display: flex;
		align-items: center;
		margin-bottom: 40px;
	}
	.floor_title{
		font-size: 20px;
		writing-mode: horizontal-tb;
		left: 0;
	}
	.floor_line{
		flex: 0 0 auto;
		width: 30px;
		height: 1px;
		margin: 0 15px;
	}
	.floor_num{
		font-size: 30px;
	}
	.brand_page_ectext{
		font-size: 18px;
		letter-spacing: 1px;
	}
	.bpbtn_sp{
		padding-left: 10px;
	}
	.bpbtn_cht{
		font-size: 16px;
		letter-spacing: 0;
	}
	.bpsi_img{
		width: 100%;
	}
	.bpsi_con{
		width: 100%;
		padding: 40px 15px;
	}
	.bpsi_title{
		font-size: 28px;
	}
	.bpsi_floor{
		font-size: 30px;
		margin-bottom: 30px;
	}
	.bpsi_tel{
		font-size: 32px;
		margin-bottom: 30px;
	}
	.bpsi_hr{
		margin-bottom: 30px;
	}
	.bpsi_time{
		margin-bottom: 30px;
	}
	.brand_page_sec{
		padding-top: 50px;
		padding-bottom: 40px;
	}
	.bp_sec_title{
		font-size: 22px;
	}
	.bp_box_info{
		padding: 40px 15px;
	}
	.bp_box_title_en{
		font-size: 26px;
		margin-bottom: 20px;
	}
	.bp_box_hr{
		margin-bottom: 30px;
	}
	.bp_sec_title_en{
		font-size: 26px;
	}
	.brand_bot_title{
		font-size: 22px;
		letter-spacing: 1px;
		padding: 0 30px;
		text-align: center;
	}
	.map_info{
		width: 100%;
		padding: 40px 15px;
	}
	.map_img{
		width: 100%;
	}
	.map_title{
		font-size: 26px;
		margin-bottom: 30px;
	}
	.map_tel{
		font-size: 32px;
		margin-bottom: 20px;
	}
	.sec_share{
		padding-top: 60px;
		padding-bottom: 20px;
	}
	.sec_brand_bot{
		padding-bottom: 60px;
	}
	
	/* news */
	.news_page_btn_div .page_btn_div{
		margin-bottom: 60px;
	}
	.news_item_img{
		width: 100%;
		height: 100%;
	}
	.news_item_info{
		width: 100%;
		max-width: none;
	}
	.news_item:nth-child(odd) .news_item_img{
		order: 1;
	}
	.news_item:nth-child(odd) .news_item_info{
		order: 2;
	}
	.news_item_con{
		padding: 30px 15px;
	}
	.news_item_date{
		font-size: 24px;
		margin-bottom: 30px;
	}
	.news_item_date span{
		font-size: 30px;
	}
	.news_item_title{
		font-size: 20px;
	}
	.news_item_text{
		margin-bottom: 60px;
	}
	.news_page_kv{
		height: 400px;
	}
	.news_page_kv_title{
		font-size: 28px;
	}
	.news_page_kv_sub_title{
		font-size: 22px;
	}
	.sec_news_page{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.news_con_title{
		margin-bottom: 40px;
	}
	.sec_np_npbtn{
		padding-bottom: 40px;
	}
	.npbtn_img{
		display: none;
	}
	.npbtn.prev .npbtn_con{
		padding-left: 0;
	}
	.npbtn.next .npbtn_con{
		padding-right: 0;
	}
	.sec_news_slick{
		padding-top: 40px;
	}
	
	/* member */
	.page_kv{
		height: 260px;
	}
	.page_kv_con{
		padding-top: 90px;
	}
	.page_kv_title{
		font-size: 20px;
	}
	.page_kv_title_en{
		font-size: 30px;
	}
	.page_kv_title_line{
		display: none;
	}
	.member_kv_name{
		font-size: 20px;
	}
	.member_kv_name span{
		font-size: 12px;
		margin-right: 5px;
	}
	.member_kv_name_div{
		bottom: 35px;
	}
	.member_kv_notice{
		bottom: 5px;
		left: 15px;
		right: auto;
		font-size: 13px;
	}
	.member_kv_notice span{
		font-size: 20px;
		padding: 0 5px;
	}
	.bklist_photo{
		width: 100%;
	}
	.bklist_con{
		flex: 0 0 auto;
		width: 100%;
		padding-top: 20px;
		padding-left: 0;
	}
	.bklist_btn_sp{
		margin: 0 5px;
	}
	.bklist_btn_ch{
		letter-spacing: 1px;
	}
	.bklist_mes_con{
		flex: 0 0 auto;
		width: 100%;
		padding-top: 0;
	}
	
	.disp_type{
		font-size: 14px;
	}
	.disp_date{
		font-size: 18px;
	}
	.disp_area{
		font-size: 18px;
	}
	.disp_tl{
		font-size: 15px;
	}
	.disp_title{
		font-size: 22px;
	}
	.disp_intitle{
		font-size: 18px;
		padding: 40px 0;
	}
	.disp_use_title{
		margin-bottom: 30px;
	}
	
	/* member card */
	.mcb_title{
		font-size: 24px;
	}
	.mcb_text{
		font-size: 16px;
	}
	.mcb_price{
		font-size: 18px;
	}
	
	/* booking */
	.booking_slick_div{
		margin-bottom: 50px;
	}
	.bpsi_bk{
		padding-bottom: 100px;
	}
	.booking_intro_logo{
		margin-left: auto;
		margin-right: auto;
	}
	.booking_intro_info{
		padding: 15px;
		margin-top: 40px;
	}
	.booking_info_title{
		width: 90px;
		font-size: 18px;
	}
	.booking_info_text{
		font-size: 18px;
	}
	.booking_case_img{
		margin-bottom: 20px;
	}
	.booking_case_text{
		margin-bottom: 20px;
	}
	.ui-datepicker td span, .ui-datepicker td a{
		line-height: 3em;
	}
	.booking_main{
		padding-top: 0;
	}
	.bkform_shopname{
		font-size: 20px;
		letter-spacing: 1px;
	}
	.bkrs_con{
		flex: 0 0 auto;
		width: 100%;
		padding-right: 0;
	}
	.booking_result_text{
		font-size: 16px;
		margin-bottom: 30px;
	}
	.bkrs_shopname{
		font-size: 18px;
	}
	.bkrs_btn_div{
		width: 100%;
	}
	.booking_frame{
		padding: 30px 15px;
	}
	.booking_s_shopname{
		font-size: 24px;
	}
	.booking_c_left{
		width: 120px;
	}
	.booking_c_stitle{
		font-size: 16px;
		padding-top: 3px;
	}
	.booking_c_text{
		font-size: 16px;
	}
	.booking_c_title{
		font-size: 20px;
	}
	
	/* trade */
	.trade_title{
		font-size: 20px;
	}
	.trade_sub_title{
		font-size: 18px;
	}
	.trade_item{
		font-size: 16px;
	}
	.trade_date{
		font-size: 16px;
	}
	.trade_right{
		width: 100px;
	}
	.trade_shopname{
		font-size: 18px;
	}
	.trade_price{
		font-size: 18px;
		padding-top: 3px;
	}
	.trade_price_total{
		font-size: 22px;
	}
	.trade_pay_dialog_title{
		font-size: 16px;
	}
	.creditcard_item{
		padding: 10px;
	}
	.ccard_item_title{
		font-size: 18px;
	}
	.ccard_item_id{
		font-size: 18px;
	}
	.tpay2_bot_space{
		height: 200px;
	}
	.tsuc_date{
		font-size: 18px;
	}
	.tsuc_num{
		font-size: 18px;
	}
	.map_iframe{
		min-height: 500px;
	}
	.pkb_wait_space{
		height: 100px;
	}
	
	/* faq */
	.faq_box{
		padding: 0 15px;
	}
	.faq_title{
		font-size: 18px;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.faq_btn_icon{
		top: 15px;
	}
	
	/* traffic */
	.traffic_slogan{
		padding-top: 40px;
	}
	.traffic_map{
		height: 350px;
		margin-bottom: 50px;
	}
	.traffic_title{
		margin-bottom: 40px;
	}
	.traffic_div{
		margin-bottom: 40px;
	}
}

/* sm */
@media (max-width: 575px){
	.show-sm{
		display: block;
	}
	.hide-sm{
		display: none;
	}
	
	.kv_bg_blur{
		background-image: url(../img/index/kv_bg_blur_m.jpg?001);
	}
	.kv_bg{
		background-image: url(../img/index/kv_bg_m.jpg?001);
	}
	.index_spic_01{
		top: 20px;
	}
	.index_spic_02{
		bottom: 20px;
	}
	.index_intro_02{
		padding-top: 300px;
	}
	.index_spic_03{
		width: 300px;
		right: -60px;
	}
	.index_spic_06{
		margin-top: 50px;
	}
	.index_service_main{
		background: #463045;
	}
	.index_service_item{
		width: 50%;
	}
	.index_service_item_title{
		padding-top: 10px;
	}
	.about_spic_01{
		top: 160px;
	}
	.about_spic_02{
		bottom: 160px;
	}
	.booking_intro_btn_div{
		max-width: none;
	}
	.btn_sumbit{
		width: 140px;
	}
	.mcb_top{
		height: 300px;
	}
	.dis_pbtn_item{
		width: 33.33%;
	}
	.dis_pbtn{
		width: 100%;
		padding: 10px 0;
		font-size: 15px;
	}
	.dis_pbtn span{
		font-size: 13px;
	}
	.pkbi_title{
		margin-bottom: 0;
	}
	.pkbi_carnum{
		font-size: 22px;
	}
	.pkbi_type{
		font-size: 22px;
	}
	.page_btn_div2 .page_btn_item{
		width: 33.33%;
	}
	.popup_mbtn{
		padding: 12px 0;
	}
}