@charset "UTF-8";
@import url(base.css);
@import url(font-awesome.min.css);
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@600&display=swap');
/* =============================================================================
   BASIC
   ========================================================================== */
html, body { height: 100%;
 -webkit-text-size-adjust: none;
		 text-size-adjust: none;
}
body { background:#FBFBFB; }
body, th, td, input { font-size: 100%; }
a { text-decoration: none; }
h1 { font-size: 1.5em; font-family: Arial, Helvetica, sans-serif; margin: 0 0 1em; }
h2 { font-size: 1.4em; font-family: Arial, Helvetica, sans-serif; margin: 0 0 1em; }
h3 { font-size: 1.3em; font-family: Arial, Helvetica, sans-serif; margin: 0 0 0.6em; color: #333;}
h4 { font-size: 1.2em; font-family: Arial, Helvetica, sans-serif; margin: 0 0 0.6em; }
h5 { font-size: 1.2em; font-family: Arial, Helvetica, sans-serif; margin: 0 0 0.6em; }
h6 { font-size: 1.1em; font-family: Arial, Helvetica, sans-serif; margin: 0 0 0.6em; }
p,li { font-size: 1em; line-height: 1.8em; color: #333; font-family: Arial, Helvetica, sans-serif; }
.hl{ color: #FD6B62;}
a:link, a:visited { text-decoration: none; cursor: pointer; }
hr {  margin: 1.5em 0;}
a:link, a:visited { text-decoration: none; cursor: pointer;  }
::selection { background: #FD6B62; color: #FFF;}

/*IMG LOAD*/
.imgLiquidCenter, .imgLiquidFill{ opacity: 0; transition: opacity 1000ms ease; }
.imgLiquidCenter img, .imgLiquidFill img{ display: none;}
.imgLiquid_ready { opacity: 1; }
div.lazy{ opacity: 0;}
div.lazy.imgLiquid_ready{ opacity: 1;}

/*scale*/
.mv_16by9 { position: relative; padding-bottom: 56.25%; margin-bottom: 30px;}
.mv_16by9 iframe{  position: absolute; top: 0; bottom: 0; left: 0; width: 100%; height: 100%; border: 0;}
.mv_4by3 { position: relative; padding-bottom: 75%; margin-bottom: 30px;}
.mv_4by3 iframe{  position: absolute; top: 0; bottom: 0; left: 0; width: 100%; height: 100%; border: 0;}
.item_16by9 { position: relative; padding-bottom: 56.25%;}
.item_4by3 { position: relative; padding-bottom: 75%;}

/*Element*/
.ie { position: fixed; width: 60%; height: 80%; padding: 10% 20%; text-align: center; left: 0; top: 0; background: #f2f2f2; z-index: 9999; }
.ie .title { color: #333 !important; font-size: 2em; }
.ie p { text-align: center; color: #333 !important; font-size: 0.9375em; }
.ie a { color: #F36; }

.text-ellipsis{ display: block; max-width: 100%; word-break:keep-all; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }

/* =============================================================================
   BASIC END
   ========================================================================== */

/*Package*/
.inner-width { position: relative; max-width:1200px; margin: auto;}
.txt-width { position: relative; max-width:900px; margin: auto; }

/*more_bar*/
.more_bar{ position: relative; z-index: 100; text-align: left; margin: 30px 0 0;}
.more_bar.center{ text-align: center;}
.more_bar.right{ text-align: right;}
.more_bar.pos_right{ position: absolute; right: 0; top: 0; margin: 0;}
.more_bar.ad{ right: 320px;}
.more_bar .arr{ display: inline-block; margin: 0 20px;  vertical-align: middle; 
	transition: 200ms ease;
}
.more_bar .arr:hover{ opacity: 0.5;}

.right_ad{ float: right; width: 300px; }
.right_ad a{ display: block; margin: 0 0 20px 0;}

/*title_bar*/
.title_bar{ position: relative; text-align: left; margin: 0 0 20px 0; padding:0;}
.title_bar.sm{ margin: 0 0 40px 0; }
.title_bar.first { margin: 60px 0 30px 0;}
.title_bar.nomr{ margin: 0;}
.title_bar.left{ text-align: left; }
.title_bar.right{ text-align: right; }
.title_bar.center{ text-align: center; }
.title_bar .title{ position: relative; display: block; color: #393939; font-size: 28px; font-family: 'Quicksand', sans-serif; font-weight: 700; line-height: 1.1em; margin: 0; }
.title_bar .title.w{ position: relative; display: block; color: #FFF; font-size: 2em; font-weight: 500; line-height: 1em; margin: 0; }
.title_bar .title.big{ font-size: 2.5em;}
.title_bar .title span{ display: block; font-size: 15px; line-height: 1.4em; color: #666; font-weight: 400;}
.title_bar .title span.time{ font-size: 16px; color: #D93E3E; vertical-align: middle; font-weight: 700; margin-top: 5px;}
.title_bar .back{ position: absolute; bottom: 10px; left: -30px; font-size: 24px; color: #D93E3E;}
.title_bar .sub_title{ position: relative; display: block; color: #464646; font-weight: 600;font-size: 1.2em; margin:10px 0;}
.title_bar .date{ color: #FFF; font-size: 15px; font-weight: 700; margin-bottom: 5px; padding: 0 10px; margin: 10px 0; background: #FD6B62; display: inline-block;}
.title_bar.w .title{ color: #FFF;}
.title_bar.w .title::before{ top: 12px; background: #FFF;}
.title_bar.w .title span{ color: #CCC; }
.right_title_bar{ position: relative; text-align: left; margin: 0 0 20px 0;}
.right_title_bar .title{ position: relative; display: block; color: #393939; font-size: 24px; font-family: 'Quicksand', sans-serif; font-weight: 700; line-height: 1em; margin: 0; }

@media only screen and (max-width: 900px) {
	.title_bar.first { margin: 40px 0 20px 0;}
}


/*button*/
.btn_more{ position: relative; display: inline-block; font-size: 15px; color: #FFF; min-width: 180px; text-align: left; line-height: 40px; padding: 0 20px; border-radius: 10px; background: #FD6B62; border: solid 1px transparent; box-sizing: border-box; vertical-align: middle; font-family: 'Quicksand', sans-serif;
	transition: 200ms ease;
}
.btn_more:hover, .btn_more:focus{ color: #FD6B62; border: solid 1px #FD6B62; background: #FFF;}
.btn_more i.fa{ position: absolute; top: 0; right: 15px; line-height: 40px;}
.btn_more.right{ text-align: right; }

.btn_more.c1{ color: #FD6B62; background: transparent; border: solid 1px #FD6B62;}
.btn_more.c1:hover, .btn_more.c2:focus{ color: #FFF; background: #FD6B62;}

.btn_more.c2{ color: #FFF; background: #FD6B62; border: solid 1px #FD6B62;}
.btn_more.c2:hover, .btn_more.c2:focus{ color: #FD6B62; background: #FFF;}

.btn_more.left{ padding: 0 40px 0 20px; text-align: left;}
.btn_more.sm{ line-height: 32px; padding: 0 20px;}
.btn_more.sm i.fa{ line-height: 32px;}

.btn_send{ position: relative; display: inline-block; font-size: 1rem; color: #FFF; min-width: 140px; text-align: center; line-height: 40px; padding: 0 30px; border-radius: 10px; background: #FD6B62; border: solid 1px transparent; box-sizing: border-box; vertical-align: middle;
	transition: 200ms ease;
}
.btn_send:hover, .btn_send:focus{ color: #FD6B62; border: solid 1px #FD6B62; background: #FFF;}
.btn_send i.fa{ position: absolute; top: 0; right: 15px; line-height: 40px;}

.btn_send.disabled{ opacity: 0.2; cursor: default;}
.btn_send.c1{ color: #FFF; background: #464646;}
.btn_send.c1:hover, .btn_send.c1:focus{ color: #464646; background: #FFF; border:solid 1px #464646;}
.btn_send.c2{ color: #FD6B62; background: #FFF;  border:solid 1px #FD6B62;}
.btn_send.c2:hover, .btn_send.c2:focus{ color: #FFF; background: rgba(253, 106, 98, 0.5); border:solid 1px #FD6B62;}
.btn_send.sm{ line-height: 32px; padding: 0 40px; min-width: inherit;}
.btn_send.sm i.fa{ line-height: 32px;}
.btn_send.left{ padding: 0 40px 0 20px; text-align: left;}

.btn_clear{ position: relative; display: inline-block; font-size: 1rem; color: #FFF; background: #666; font-weight: 500; line-height: 40px; padding: 0 20px; border-radius: 10px; border: solid 1px #666;
	transition: 200ms ease;
}
.btn_clear:hover, .btn_clear:focus{ color: #FFF; background: #999;}
.btn_clear i.fa{ margin: 0 0 0 2em;}
.btn_clear.disabled{ background: #CCC; cursor: default;}
.btn_clear.sm{ line-height: 32px; padding: 0 20px;}
.btn_clear.sm i.fa{ line-height: 32px;}

.btn_link{ position: relative; display: inline-block; font-size: 1rem; color: #666; font-family: 'Quicksand', sans-serif; line-height: 40px; padding: 0 5px;
	transition: 200ms ease;
}
.btn_link:hover, .btn_link:focus{ color: #FD6B62; }
.btn_link i.fa{ margin: 0 0 0 2em;}
.btn_link.disabled{ opacity: 0.2; cursor: default;}
.btn_link.sm{ line-height: 32px; padding: 0 20px;}
.btn_link.sm i.fa{ line-height: 32px;}

.btn_o{ position: relative; display: inline-block; font-size: 24px; color: #FFF; width: 48px; height: 48px; line-height: 48px; border-radius: 24px; text-align: center; background: #FD6B62; border: solid 1px transparent;}
.btn_o + .btn_o{ margin: 0 10px;}
.btn_o img{ display: inline-block; width: 24px; margin-top: 7px; }
.btn_o.fb{ background: #385AAF;}
.btn_o.google{ background: #D93E3E; }
.btn_o:hover{ background: #FFF; border: solid 1px #FD6B62; color: #FD6B62;}

.btn_o2{ position: relative; display: inline-block; font-size: 15px; color: #FFF; width: auto; padding: 0 20px; height: 48px; line-height: 48px; border-radius: 24px; text-align: center; background: #FD6B62; border: solid 1px transparent;}
.btn_o2 + .btn_o2{ margin: 0 10px;}
.btn_o2 img{ display: inline-block; width: 24px; margin-top: 7px; }
.btn_o2 i{ font-size: 24px; vertical-align: middle;}
.btn_o2 span{ font-size: 15px; display: inline-block; padding: 0 10px;}
.btn_o2.fb{ background: #385AAF;}
.btn_o2.google{ background: #D93E3E; }
.btn_o2:hover{ color: #FFF;}
.btn_o2.fb.on{ background: #385AAF; color: #FFF; border: solid 1px #385AAF;}
.btn_o2.google.on{ background: #D93E3E; color: #FFF; border: solid 1px #D93E3E;}
.btn_o2.fb.off{ background: #385AAF; color: #FFF; border: solid 1px #385AAF; opacity: 0.5;}
.btn_o2.google.off{ background: #D93E3E; color: #FFF; border: solid 1px #D93E3E; opacity: 0.5;}
.btn_o2.off:hover{ opacity: 1;}

@media only screen and (max-width: 900px) {
	.btn_more{ min-width: 150px;}
}





.tag_bar{ position: relative; margin: 10px 0; display: flex; flex-wrap: wrap;}
.tag_bar .item{ color: #FFF; font-size: 14px; margin: 2px; padding: 0 6px; background: #666666; border-radius: 2px;}
.tag_bar .item.hand{ cursor: pointer;}
.tag_bar.link .item{ flex: 0 1 auto; text-align: center; background: #F9E9DE; color: #333; border-radius: 5px;}
.tag_bar.link .item:hover{ background: #FD6B62; color: #FFF;}

/*PAGER*/
.pager_bar { padding: 20px 0; text-align: center; }
.pager_bar.right { text-align: right; }
.pager_bar.left { text-align: left; }
.pager_bar a { display: inline-block; line-height: 30px; width: 30px; text-align: center; margin: 0 2px 0 0; color: #666; font-size: 1em; border-radius: 15px; background: #FFF; vertical-align: text-top;
	transition: 300ms ease;
}
.pager_bar select { display: inline-block; line-height: 30px; vertical-align: text-top; padding: 0 30px; margin: 0 4px 0 0; border-radius: 10px;
	transition: 300ms ease;
}
.pager_bar a.con { width: auto; padding: 0 20px;  border-radius: 10px; background: #666;}
.pager_bar a.arr { background: #FFF; width: auto; padding: 0 10px;}
.pager_bar a:hover, .pager_bar a.cur { color: #FFF; background: #FD6B62;}
.pager_bar p{ text-align: center; color: #666; font-size: 0.9em; margin: 0 0 10px 0;}
.pager_bar p strong{ color:#333}

.pager_bar a.back { background: #FD6B62; color: #FFF; width: auto; padding: 0 15px; border: solid 1px #FD6B62;}
.pager_bar a.back:hover { color: #FD6B62; background: #FFF;}

.radio_sw{ position: relative;}
.radio_sw .txt{ max-height: 0; overflow: hidden; padding: 0 0 0 30px; color: #666; font-size: 16px;}
.radio_sw .txt.on{ max-height: 400px; padding: 0 0 20px 30px; }

/*BLOCK*/
#wrapper { position: relative; z-index: 1; width: 100%; margin:auto; top:0; overflow:hidden;}
@media only screen and (max-width: 640px) {
	#wrapper { padding-bottom: 48px;}
}
#header { position:fixed; z-index:1000; width:100%; padding: 0; left:0; background: rgba(0, 0, 0, 0.6); height: 80px;
	transition: 500ms ease;
}
#header:before { content: ""; position: absolute; background: inherit; z-index: -1; top: 0; left: 0; right: 0; bottom: 0; transition: 500ms ease;
    -webkit-backdrop-filter: blur(0) saturate(100%);
    backdrop-filter: blur(0) saturate(100%);
}
#header>.inner-width{ display: flex; flex-wrap: nowrap; justify-content:space-between;}

#content { position: relative;}
#content>.inner-width{ display: flex; flex-wrap: wrap; justify-content: space-between;}
#content>.inner-width .title_bar{ flex: 0 0 100%;}

#main_block{ position: relative; }
#main_block.left{ width: calc(100% - 340px);}
#right_block{ position: relative; width: 300px;}
#footer { position:relative; z-index: 1; padding: 20px 0; background: #333333;}
#footer .copyright { position: relative; text-align: center;}
#footer .copyright p{ margin: 0; font-size: 0.9em; color: #FFF;}
#footer .copyright a{ color: #FFF; font-weight: 700;}

.to_top{ position: fixed; cursor: pointer; bottom: -40px; right: 10px; width: 40px; height: 40px; line-height: 38px; text-align: center; background: #FD6B62; border-radius: 20px; color: #FFF; font-size: 24px;
	transition: 300ms ease; z-index: 100;
}
.to_top:hover{ background: #333;}
.to_top.ed{ bottom: 10px; }

#footer .icon{ position: absolute; top: -115px; right: 3%; }


/*list element*/
.list .pic{ position: relative;}
.list .pic_16by9 { position: relative; padding-bottom: 56.25%;}
.list .pic_4by3 { position: relative; padding-bottom: 75%;}
.list .pic_1by1 { position: relative; padding-bottom: 100%;}

/*list*/
.list .highlight_1{ border-bottom: solid 4px #FD6B62; }
.list .highlight_2{ border-bottom: solid 4px #13acd2; }
.list .highlight_3{ border-bottom: solid 4px #b50105; }

.list .bor10{ border-radius: 10px; overflow: hidden;}
.list .bor20{ border-radius: 20px; overflow: hidden;}

.list .tag{ position: absolute; top: 10px; left: 10px; z-index: 100;}
.list .tag.bl{ top: inherit; bottom: 10px; left: 10px;}
.list .tag .item{ display: inline-block; font-size: 0.9rem; border-radius: 5px; background: #333; color: #FFF; padding: 4px; line-height: 1em;}

.list .add{ position: absolute; top: 0; right:0; z-index: 100;}
.list .add .item{ font-size: 20px; color: #FD6B62; width: auto; height: 40px; padding: 0 10px; text-align: center; line-height: 40px; cursor: pointer; float: left;
	transition: 200ms ease;
}
.list .add .item:hover{ background: #FFF;}


/*box_style*/	
.bg1{ background-color: #FFF3E8 !important;}
.bg2{ background: url(../images/cover.jpg) #333 center/cover fixed !important; }
.bg3{ background: url(../images/cover2.jpg) #333 center/cover fixed !important; }
.bg4{ background: url(../images/cover3.jpg) #333 center/cover fixed !important; }
.noph{ padding: 0 !important;}

/**logo**/
.logo { padding:10px; margin: 0 ; box-sizing: border-box; flex: 0 0 auto; }
.logo img { max-width: 150px; vertical-align: middle; }
.logo span { vertical-align: middle; color: #FD6B62; }

/*mem_menu*/
.mem_menu{ position: absolute; top: 25px; right: 0;
	transition: 500ms ease;
}
.mem_menu ul{ list-style:none; margin:0; box-sizing: border-box;}
.mem_menu>ul>li{ position: relative; display: block; float: left;}
.mem_menu>ul>li>a{ position:relative; display:block; font-size: 24px; font-weight: 600; color:#FFF; padding:0 5px; margin: 0 2px; line-height: 32px; width: 32px; height: 32px; border-radius: 5px; text-align: center;
	transition: 500ms ease;
}
.mem_menu>ul>li>a img{ width: 24px; vertical-align: text-top;}
.mem_menu>ul>li>a span{ display: block; text-indent: -9999px;}
.mem_menu>ul>li>a b{ display: block; position: absolute; top: 20px; right: -5px; font-size: 12px; width: 20px; height: 20px; line-height: 20px; text-align: center; background: #FD6B62; border-radius: 5px;
	animation: moveicon linear 1s infinite;
}
@keyframes moveicon{
	0% { transform: translateY(-2px) scale(1, 1);}
	50% { transform:  translateY(2px) scale(1, 0.9);}
	100% { transform: translateY(-2px) scale(1, 1);}
}
.mem_menu>ul>li>.mem.on{ background: #FD6B62;}

.mem_menu .search_btn{ display: none; color: #FFF; background: transparent;}
.mem_menu .search_btn.on{ color: #FFF; background: #FD6B62;}

.mem_menu_list{ position: absolute; z-index: 200; top: 40px; right: 0; background: #FFF; padding: 0 20px; overflow: hidden; max-height: 0;  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); border-top: solid 0 #FD6B62; text-align: center;
	transition: 500ms ease;
}
.mem_menu_list.on{ padding: 10px 20px; max-height: 1000px; border-top: solid 4px #FD6B62;}
.mem_menu_list .row{ max-width: 600px; min-width: 160px; flex-wrap:nowrap }
.mem_menu_list .items{ min-width: 180px; flex: 1 1 auto; padding: 10px;}
.mem_menu_list .items+.items{  border-left: solid 1px #f2f2f2; }
.mem_menu_list .items .title{ font-size: 1.1rem; margin-bottom: 10px; color: #333; font-weight: 700;}
.mem_menu_list .items a{ display: block; padding: 5px 10px; font-size: 0.9rem; color: #666; border-radius: 5px; margin: 4px 0;
	transition: 300ms ease;
}
.mem_menu_list .items li{ border-bottom: solid 1px #f2f2f2;}
.mem_menu_list .items a:hover{ color: #FFF; background: #FD6B62;}
.mem_menu_list .signout{ text-align: center; }

/*search_box*/
.search_box{ position: absolute; top: 80px; right: 10px; width: 100%; padding: 10px; z-index: 1;
	transition: 500ms ease;
}
.search_box .search_bar{ border-radius: 10px; height: 40px; line-height: 40px; background: #FFF; width: 400px; float: right; 
	display: flex; flex-wrap: nowrap; 
}
.search_box .t1{ background: transparent; border: none; display:block; height: 40px; font-size: 16px; flex: 1 1 500px;
	transition: 500ms ease;
}
.search_box .t1::placeholder{ color: #666;}
.search_box .t1:hover, .search_box .t1:focus { outline: none; box-shadow: none;}
.search_box .btn_search{ display:block; font-size: 16px; background: #FD6B62; color: #FFF; border: solid 1px transparent; flex: 1 1 80px; margin: 4px; line-height: 32px; text-align: center; border-radius: 5px;
	transition: 500ms ease;
}
.search_box .btn_search:hover{ background: #FFF; color: #FD6B62; border: solid 1px #FD6B62;}
.search_box .tag{ position: relative; margin: 5px 20px; height: 30px; float: left;
	transition: 500ms ease;
}
.search_box .tag a{ color: #FFF; display: inline-block; font-size: 14px; margin: 2px; padding: 0 6px; background: #38BAC2; border-radius: 5px;}
@media only screen and (max-width: 640px) {
	.search_box .search_bar{  width: 100%; }
}


/*top_menu*/
.top_menu{ box-sizing: border-box; z-index: 2; flex: 0 0 auto; margin: 0 120px 0 0;
	transition: 500ms ease;
}
	.top_menu ul{ list-style:none; margin:0; box-sizing: border-box; text-align: center;}
	.top_menu>ul>li{ position: relative; display: inline-block; }
	.top_menu>ul>li>a{ position:relative; display:block; font-size: 16px; font-weight: 400; color:#FFF; padding:0 1em; line-height: 80px;
		transition: 500ms ease;
	}
	.top_menu>ul>li>a::before{
		position: absolute; bottom: -2px; left: 50%; display: block; content: ''; width: 0%; height: 4px; background: #FD6B62; border-radius: 2px;
		transition: 500ms ease;
	}
	
	.top_menu>ul>li>a:hover::before{ left: 10%; width: 80%; background: #FFF;}
	.top_menu>ul>li.on>a::before{ left: 10%; width: 80%; background: #FFF;}
	.top_menu>ul>li>a.cur::before{ left: 10%; width: 80%; background: #FD6B62;}
	.top_menu>ul>li>a.main{ color: #FD6B62;}
	
.top_menu .submenu{ position: fixed; top: 80px; left: 0; width: 100%; background: #FFF; padding: 0; opacity: 0; overflow: hidden; max-height: 0;
	background: rgba(255, 255, 255, 0.95);
	-webkit-backdrop-filter: blur(20px) saturate(150%);
	backdrop-filter: blur(20px) saturate(150%);
	transition: 500ms ease-in-out;
}
	.top_menu .submenu ul{ padding: 20px 0; border-bottom: solid 1px #CCC;}
	.top_menu .submenu .title{ font-size: 32px; text-align: center;}
	.top_menu .on .submenu{ padding: 0; opacity: 1; max-height: 60%; box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);}
	.top_menu .submenu li{ display: inline-block;}
	.top_menu .submenu>li + li{  border-top: solid 1px #f2f2f2;}
	.top_menu .submenu li a{ position: relative; display: block; text-align: left; color: #FD6B62; border: solid 1px transparent; border-radius: 5px; padding: 10px 1em; line-height: 18px; margin:0; font-size: 16px; white-space:nowrap;
		transition: 500ms ease;
	}
	.top_menu .submenu li a:hover, .top_menu ul.submenu li a:focus{  border: solid 1px #FD6B62;}
	
	.top_menu .submenu .extend{ padding: 20px 40px;}
	.top_menu .submenu .extend .pic{ width: 240px; height: 180px; float: left; margin: 0 20px 0 0; border-radius: 2px;}
	.top_menu .submenu .extend .txt{ width: calc(100% - 260px); float: left; padding: 10px; text-align: left;}
	.top_menu .submenu .extend .txt h3{ font-size: 18px;}
	.top_menu .submenu .extend .txt p{ font-size: 16px; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; overflow: hidden;}

	.top_menu .submenu .tab_list .extend{ opacity: 0; padding: 0; height: 0; overflow: hidden;}
	.top_menu .submenu .tab_list .extend.on{ opacity: 1; padding: 20px 0; height: auto;}

	.top_menu .icon a span{ display: block; text-indent: -9999px;}
	.top_menu .icon a b{ display: block; position: absolute; top: 4px; left: -5px; font-size: 12px; width: 20px; height: 20px; line-height: 20px; text-align: center; background: #FD6B62; border-radius: 5px;}
	.top_menu .icon a.mem.on{ background: #FD6B62;}

/*ED*/
#header.ed { background: rgba(0, 0, 0, 0.6); }
#header.ed:before {
    -webkit-backdrop-filter: blur(20px) saturate(150%);
    backdrop-filter: blur(20px) saturate(150%);
}

#header.ed .search_box{ top: -500px; width: 100%; margin: 0;
	background: rgba(255, 255, 255, 0.5);
	-webkit-backdrop-filter: blur(20px) saturate(150%);
	backdrop-filter: blur(20px) saturate(150%);
}
#header.ed .search_box.inx.on{ top: 80px; }
#header.ed .mem_menu .search_btn{ display: block;}

/*right_menu*/
.right_menu{ position: relative; margin: 0 0 40px 0; width: 300px;}
.right_menu.ed{ position: fixed; top: 100px;}
.right_menu ul{ list-style:none; margin:0; box-sizing: border-box; text-align: left;}
.right_menu>ul>li{ position: relative; display: block; }
.right_menu>ul>li>a{ position:relative; display:block; font-size: 16px; font-weight: 400; color:#FD6B62; background: #FFF; height: calc(1.5em + .75rem + 2px); padding: .375rem 1.75rem .375rem .75rem; margin-bottom: 10px; border-radius: 5px; border: solid 1px #FD6B62;
	transition: 500ms ease;
}
.right_menu>ul>li>a:hover{ background: #666; color: #FFF;}
.right_menu>ul>li>a.cur{ color: #FFF; background: #FD6B62; cursor: default;}


.bg_box{ position: relative; height: 390px; background-size: cover; background-position: 0% 100%;}
.bg_box .txt{ padding: 100px 0 0; margin: auto; max-width: 800px; text-align: center;}
.bg_box .txt .title{ font-size: 30px; color: #FD6B62; font-weight: 700; margin-bottom: 10px;}
.bg_box .txt .con{ font-size: 16px; color: #333333;}

@media only screen and (max-width: 640px) {
	.bg_box .txt { padding: 100px 40px 0; }
}


/*BANNER*/
/*---top_banner---*/
.top_banner { position: relative; width: 100%; padding: 0; margin: 0 auto; overflow: hidden; z-index: 0; }
.top_banner ul{ list-style: none; margin: 0 auto; overflow: visible;}
.top_banner li{ position: relative; display: block;}
.top_banner .item{ position: relative; display: block; height: 630px;}
.top_banner .pic{ display: block; position: absolute; top: 0; left: 0;  width: 100%; height: 100%; z-index: 0; overflow: hidden;
	background: #333 url(../images/loading.gif) no-repeat center center; background-size: 60px;
	transition: opacity 800ms ease;
}
.top_banner .inner-width{ position: relative; height: 630px; max-width: 1200px; margin: auto;}
.top_banner .txt{ position: absolute; bottom: 80px; right: 0%; margin: 0; padding: 40px; width: 600px; text-align: left; z-index: 1; background: rgba(0, 0, 0, 0); border-radius: 20px;
	transition: 400ms 500ms ease-in;
}
.top_banner .txt .title{ position: relative; font-weight: 700; font-size: 34px; line-height: 1.2em; color: #FD6B62; margin: 0 0 10px 0;
	top:30px;
	opacity: 0;
	word-break:keep-all; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
	transition: 400ms 500ms ease-in;
}
.top_banner .txt .sub_title{ position: relative; font-weight: 400; font-size: 20px; line-height: 1.2em; color: #FD6B62; margin: 0 0 20px 0;
	top:30px;
	opacity: 0;
	word-break:keep-all; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
	transition: 400ms 500ms ease-in;
}
.top_banner .txt .con{ position: relative; font-size: 16px; color: #E4E4E4; margin: 0 0 10px 0; line-height: 1.5em; top:30px; opacity: 0; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; overflow: hidden;
	transition: 500ms 500ms ease-in;
}
.top_banner .txt .more_bar{ font-size: 1em; color: #333; top:30px; opacity: 0;
	transition: 600ms 500ms ease-in;
}
.top_banner video { z-index: 1; position: absolute; top: 50%; left: 50%; min-width: 100%; min-height: 100%; width: auto; height: auto; max-width: none; background-size: cover;
    transform: translateX(-50%) translateY(-50%);
	transition: 400ms ease;
}
.top_banner video.on{ opacity: 1; }

.top_banner .owl-carousel .owl-stage-outer { overflow: visible;}
.top_banner .owl-item .cloned .item:focus { outline: none; }
.top_banner .owl-theme .owl-dots{ position: absolute; bottom: 10px;}
.top_banner .owl-theme .owl-dots .owl-dot span { background: #FFF; transform: scale(0.8);}
.top_banner .owl-theme .owl-dots .owl-dot.active span { background: #FFF; transform: scale(1);}
.top_banner .active .txt { 
	background: rgba(0, 0, 0, 0.7);
	-webkit-backdrop-filter: blur(10px) saturate(150%);
	backdrop-filter: blur(10px) saturate(150%);
}
.top_banner .active .txt .title{  top:0; opacity: 1;}
.top_banner .active .txt .sub_title{  top:0; opacity: 1;}
.top_banner .active .txt .con{  top:0; opacity: 1;}
.top_banner .active .txt .more_bar{  top:0; opacity: 1;}
.top_banner .active .pic::before{ opacity: 1;}

@media only screen and (max-width: 1200px) {
	.top_banner .txt{ bottom: 60px; right: 10px; width: 500px; margin: 10px; }
	.top_banner .txt .title{ font-size: 24px;}
}
@media only screen and (max-width: 900px) {
	.top_banner .item{ height: 500px;}
	.top_banner .inner-width{ height: 500px;}
	.top_banner .txt{ bottom: 40px; right: 0; padding: 30px 20px; width: calc(100% - 20px); margin: 10px; }
	.top_banner .more_bar { margin: 10px 0 0;}
	.top_banner .active .txt { 
		background: rgba(0, 0, 0, 0.5);
		-webkit-backdrop-filter: blur(5px) saturate(150%);
		backdrop-filter: blur(5px) saturate(150%);
	}
}
@media only screen and (max-width: 640px) {
	.top_banner .txt .title{ font-size: 20px;}
	.top_banner .txt .con{ font-size: 15px;}
}

/*---home_banner---*/
.home_banner { position: relative; max-width: 1200px; min-height: 200px; margin: auto; z-index: 0;}
.home_banner ul{ list-style: none; margin: 0 auto; overflow: visible;}
.home_banner li{ position: relative; display: block;}
.home_banner .item{ position: relative; display: block; padding-bottom: 44%;}
.home_banner .pic{ display: block; position: absolute; top: 0; left: 0;  width: 100%; height: 100%; z-index: 0; overflow: hidden; opacity: 0.3;
	transition: opacity 1000ms ease;
}
.home_banner .owl-carousel .owl-stage-outer { overflow: visible;}
.home_banner .active .pic{ opacity: 1;}
@media only screen and (max-width: 640px) {
	.home_banner .item{ padding-bottom: 300px;}
}
/*------*/

/*---page_banner---*/
.page_banner { position: relative; width: 100%; padding: 0; margin: 0 auto -300px; overflow: hidden; z-index: 0; height: 450px; }
.page_banner .item{ display: block;  width: 100%; height: 450px;
	transition: opacity 800ms ease-in-out;
	filter: blur(5px);
	-webkit-filter: blur(5px);
}
.page_banner .item::before{ display: block; content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%;
	background-image: linear-gradient(to top, rgba(251,251,251,1) 0%, rgba(251,251,251,0.6) 100%);
	
}
@media only screen and (max-width: 900px) {
	.page_banner { margin: 0 auto -350px; height: 450px; }
}
/*------*/

/*---story_box---*/
.story_box{ position: relative; padding: 60px 0; }
.story_box>.inner-width{ display: flex;}
.story_box .left{ position: relative; flex: 0 0 calc(50% - 40px); margin: -200px 20px 0; }
.story_box .cover{ flex: 0 0 50%; height: 290px; margin-bottom: 20px; border-radius: 10px;}
.story_box .txt{ flex: 0 0 calc(50% - 40px);  margin: 0 20px;}
.story_box .info a{ color: #FD6B62;}

@media only screen and (max-width: 900px) {
	.story_box{ position: relative; padding: 40px 10px; }
}
@media only screen and (max-width: 640px) {
	
	.story_box>.inner-width{ flex-wrap: wrap;}
	.story_box .left{ flex: 0 0 100%; margin: 0 0 20px ;}
	.story_box .cover{ flex: 0 0 auto; max-width: 100%; margin-top: -200px;}
	.story_box .txt{ flex: 0 0 100%;  margin: 0 ;}
}
/*------*/

/*---news_box---*/
.news_box{ position: relative; padding: 60px 0;}
.news_box .list ul{ position: relative; display: flex; flex-flow: wrap; list-style: none; margin: 0 -10px; }
.news_box .list ul li{ position: relative; flex: 0 0 calc(100% / 4 - 20px); margin: 10px;}
.news_box .list li a { position: relative; display: block; overflow: hidden; border-radius: 10px; }
.news_box .list li a .pic{ width: 100%; height: 0; padding: 0 0 110% 0; margin: 0;
	transition: opacity 500ms ease, transform 500ms ease;
}
.news_box .list li a .pic::before{ position: absolute; display: block; content: ''; top: 0; left: 0; width: 100%; height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
}
.news_box .list li a .txt{ position: absolute; bottom: 0; left: 0; width: 100%; box-sizing: border-box; padding:10px;}	
.news_box .list li a .txt .date{ position: absolute; top: -20px; left: 0; font-size: 13px; line-height: 20px; padding: 0 10px; color: #FFF; background: #FD6B62; margin: 0 0 4px 0;}
.news_box .list li a .txt .title{ font-size: 18px; color: #FFF; line-height: 24px; margin-bottom: 5px; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:1; overflow: hidden;}
.news_box .list li a .txt .con{ font-size: 15px; line-height: 20px; height: 40px; color: #FFF; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; overflow: hidden;}
.news_box .list li a:hover .pic{ transform: scale(1.05);}
.news_box .list li a:hover .pic::before{
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.7) 100%);
}
.news_box .list li.xl{ flex: 0 0 calc(100% / 2 - 20px); }
.news_box .list li.xl a .pic{ padding: 0 0 calc(55% - 10px) 0; }

.news_box.right .list ul{ margin: 0;}
.news_box.right .list ul li{ position: relative; flex: 0 0 100%; margin: 10px 0;}
.news_box.right .list li a .pic{ padding: 0 0 70% 0; }

.news_box .list.col3 ul li{ flex: 0 0 calc(100% / 3 - 20px); }

@media only screen and (max-width: 900px) {
	.news_box { padding: 40px 10px;}
	.news_box .list ul{ padding: 0 10px; margin: 0 -20px;}
	.news_box .list ul li{ flex: 0 0 calc(100% / 3 - 10px); margin: 5px;}
	.news_box.inx .list ul{ overflow: auto; flex-wrap: nowrap; padding: 0 10px;}
	.news_box.inx .list ul li{ flex: 1 0 calc(90% / 3 - 20px); margin: 0 5px;}
	.news_box.inx .list li.xl{ flex: 0 0 calc(90% / 3 * 2 - 20px); margin: 0 5px;}
}
@media only screen and (max-width: 640px) {
	.news_box .list ul li{ flex: 0 0 calc(100%  - 10px); margin: 5px;}
	.news_box .list li.xl a .pic{ padding: 0 0 110% 0; }

	.news_box.inx .list ul li{ flex: 1 0 calc(80% - 20px); margin: 0 5px;}
	.news_box.inx .list li.xl{ flex: 0 0 calc(80% - 20px); margin: 0 5px;}
	
}
/*------*/

/*---store_box---*/
.store_box{ position: relative; padding: 60px 0; background: #FBFBFB; }
.store_box.nobg{ background: transparent; }
.store_box.page{ padding: 20px 0;}
.store_box .list ul{ position: relative; display: flex; flex-flow: wrap; list-style: none; margin: 0 -10px; }
.store_box .list ul li{ position: relative; flex: 0 0 calc(100% / 4 - 20px); margin: 10px;}
.store_box .list li a { position: relative; display: block; overflow: hidden; border-radius: 10px;}
.store_box .list li a .pic{ width: 100%; height: 0; padding: 0 0 100% 0; margin: 0;
	transition: opacity 500ms ease, transform 500ms ease;
}

.store_box .list li a .txt{ position: absolute; bottom: 10px; left: 10px; width: calc(100% - 20px); box-sizing: border-box; padding: 4px 10px; background: rgba(0, 0, 0, 0.2); text-align: center; border-radius: 10px;
	transition: 200ms ease;
}	
.store_box .list li a .txt .date{ position: absolute; top: -20px; left: 0; font-size: 13px; line-height: 20px; padding: 0 10px; color: #FFF; background: #FD6B62; margin: 0 0 4px 0;}
.store_box .list li a .txt .title{ font-size: 18px; color: #FFF; line-height: 24px; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:1; overflow: hidden;}
.store_box .list li a .txt .con{ font-size: 15px; line-height: 20px; height: 40px; color: #FFF; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; overflow: hidden;}
.store_box .list li a:hover .pic{ transform: scale(1.05);}
.store_box .list li a:hover .txt{ background: rgba(0, 0, 0, 0.5);}

.store_box .list li.xl{ flex: 0 0 calc(100% / 3 - 20px); }

.store_box .view{ display: flex;}
.store_box .view .cover{ width: 600px;}
.store_box .view .cover .pic_main{ margin: -100px auto 0;  }
.store_box .view .cover .pic_main .item{ margin: 0 50px; border-radius: 10px;}
.store_box .view .cover .pic_main img{ width: 100%;}
.store_box .view .cover .pic_main a{ position: relative; display: block; overflow: hidden;}
.store_box .view .cover .pic_main a::before{ position: relative; display: block; content: ''; padding-bottom: 100%; }
.store_box .view .cover .pic_main a img{ display: block !important; opacity: 0 !important; z-index: 1; position: absolute; top: 50%; left: 50%; min-width: 100%; min-height: 100%; width: auto; height: auto; max-width: 100%; background-size: cover; transform: translateX(-50%) translateY(-50%);}
.store_box .view .cover .pic_list{ position: relative; margin: 5px -5px 0;}
.store_box .view .cover .pic_list ul{ display: flex; flex-wrap: wrap; margin: 0 50px; list-style: none;}
.store_box .view .cover .pic_list li{ flex:0 1 25%;}
.store_box .view .cover .pic_list .item{  margin:5px; opacity: 0.5; cursor: pointer; border-radius: 10px; height: 50px; overflow: hidden;}
.store_box .view .cover .pic_list .item::before{ position: relative; display: block; content: ''; padding-bottom: 100%; }
.store_box .view .cover .pic_list .item.imgLiquid_ready{ height: auto;}
.store_box .view .cover .pic_list .item:hover{ opacity: 0.8;}
.store_box .view .cover .pic_list .item.on{ opacity: 1;}
.store_box .view .cover .pic_list img{ display: block; max-width: 100%;}
.store_box .view .txt{ position: relative; width: 600px; padding: 0; }
.store_box .view .txt .type{ color: #666;}
.store_box .view .txt .name{ font-size: 36px; line-height: 1.2em;}
.store_box .view .txt .number{ color: #999; font-size: 12px; margin-bottom: 10px;}
.store_box .view .txt .name.des{ color: #91469D; }
.store_box .view .txt .number.des{ color: #91469D; }
.store_box .view .txt .info{ font-size: 16px; color: #666; margin-bottom: 5px;}
.store_box .view .txt .info a{ color: #E3007F;}
.store_box .view .txt .social{ display: flex; justify-content: left; margin: 10px 0;}
.store_box .view .txt .social a{ flex: 0 0 24px; font-size: 24px; color: #FD6B62; margin: 0 5px;}
.store_box .view .txt .social a svg{ width: 24px; margin-top: -4px;}
.store_box .view .txt .social a svg path{ fill: #FD6B62;}
.store_box .view .txt .social a:hover{ color: #D93E3E;}
.store_box .view .txt .social a:hover path{ fill: #D93E3E;}
.store_box .view .txt .con{ margin: 4px 0; color: #333; font-size: 18px;}
.store_box .view .txt .info{ margin: 4px 0 20px; color: #666; font-size: 14px;}
.store_box .view .service{ position: relative;}
.store_box .view .service .item{ display: block; margin: 2px 0; padding: 5px 0; color: #666;}
.store_box .view .service .item .fa{ width: 30px; font-size: 20px; text-align: center; color: #FD6B62;}
.store_box .view .service .item .on{ color: #FD6B62;}
.store_box .view .service .item .off{ color: #666;}
.store_box .view .service .item .time{ position: relative; cursor: pointer; display: inline-block; vertical-align: top; max-height: 0; max-width: 0; overflow: hidden;
	transition: max-height 200ms ease;
}
.store_box .view .service .item .time.show{ max-height: 500px;  max-width: 100%; padding-right: 30px; }
.store_box .view .service .item .time.now::before{ position: absolute; top: 0; right: 0;
content: "\f107";
	font-family:  FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #FD6B62;
	font-size: 18px;
	padding-right: 0.5em;
}
.store_box .view .service .item .time.all::before{ position: absolute; top: 0; right: 4px;
	content: "\f106";
	font-family:  FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #FD6B62;
	font-size: 18px;
	padding-right: 0.5em;
}
.store_box .view .mod_list{ position: relative; display: flex; flex-wrap: nowrap; border-top: solid 1px #CCC; padding: 20px 0 0 0;}
.store_box .view .mod_list .title{ font-size: 18px; color: #333; font-weight: 700; margin: 0 0 10px 0;}
.store_box .view .mod_list .item{ flex: 0 0 auto; margin-right: 30px;}
.store_box .view .mod_list .item ul{ display: flex; list-style: none; margin: 0;}
.store_box .view .mod_list .item a{ display: block; flex: 0 0 auto; width: 64px; height: 64px; padding: 12px; line-height: 20px; text-align: center; font-size: 18px; font-weight: 700; margin-right: 10px; background: #FD6B62; color: #FFF; border-radius: 10px;
	transition: 400ms ease;
}
.store_box .view .mod_list .item a.s2{ line-height: 40px;}
.store_box .view .mod_list .item a:hover{ transform: scale(1.05);}

.store_box .view .experience{ position: relative; padding: 40px 0 0;}
.store_box .view .experience ul{ position: relative; list-style: none; margin: 0; display: flex; flex-wrap: wrap;}
.store_box .view .experience ul li{ flex: 1 1 40%; margin-bottom: 10px; margin: 0 10px 20px;}
.store_box .view .experience .title{ font-size: 20px; font-family: 'Noto Serif TC', serif; }
.store_box .view .experience .items{ display: flex; justify-content: center; flex-wrap: wrap;}
.store_box .view .experience .item { flex: 1 1 auto; border: solid 1px #CCC; color: #666; padding: 10px; line-height: 1.3em; margin: 5px; border-radius: 10px; font-size: 14px;}

@media only screen and (max-width: 900px) {
	.store_box { padding: 40px 10px;}
	.store_box .list ul{ padding: 0 10px; margin: 0 -20px;}
	.store_box .list ul li{ flex: 0 0 calc(100% / 3 - 10px); margin: 5px;}
	.store_box .list ul li:first-of-type{ flex: 0 0 calc(100% / 3 * 2 - 10px); margin: 5px;}
	.store_box .list ul li:first-of-type .pic{ padding: 0 0 calc(50% - 5px) 0;}

	.store_box.inx .list ul{ flex-wrap: nowrap; overflow: auto; padding: 0 10px;}
	.store_box.inx .list ul li{ flex: 0 0 calc(90% / 3 - 20px); margin: 0 5px;}
	.store_box.inx .list ul li:first-of-type .pic{ padding: 0 0 100% 0;}
	.store_box.inx .list li.xl{ flex: 0 0 calc(90% / 3 - 20px); margin: 0 5px;}
	.store_box.inx .list li.xl .pic{ padding: 0 0 100% 0;}

	.store_box .view{ flex-wrap: wrap;}
	.store_box .view .cover{ max-width: 500px; margin: 0 auto 40px; flex: 0 0 100%;}
	.store_box .view .cover .pic_main { margin: -150px auto 0;}
	.store_box .view .txt { flex: 0 0 calc(100% - 40px ); margin: 0 20px; width: auto;}
}
@media only screen and (max-width: 640px) {
	.store_box .list ul li{ flex: 0 0 calc(50%  - 10px); margin: 5px;}
	.store_box .list li.xl a .pic{ padding: 0 0 110% 0; }

	.store_box .list ul li:first-of-type{ flex: 0 0 calc(50% - 10px); }
	.store_box .list ul li:first-of-type .pic{ padding: 0 0 100% 0;}

	.store_box.inx .list ul li{ flex: 1 0 calc(70% - 20px); margin: 0 5px;}
	.store_box.inx .list li.xl{ flex: 0 0 calc(70% - 20px); margin: 0 5px;}

	.store_box .view .cover .pic_main .item { margin: 0 20px; }
	.store_box .view .cover .pic_list ul { margin: 0 20px; }

	.store_box .view .cover .pic_main { margin: -100px auto 0;}

	.store_box .view .txt { flex: 0 1 auto; margin: 0; max-width: 100%;  }

	.store_box .view .mod_list{flex-wrap: wrap; }
	.store_box .view .mod_list .item ul { margin: 0 0 20px 0;}

	.store_box .view .more_bar.pos_right{ position: relative; text-align: right;}
}
/*------*/

/*---search_list_box---*/
.search_list_box{ position: relative; padding: 60px 0;  }
.search_list_box .list ul{ position: relative; display: flex; flex-flow: wrap; list-style: none; margin: 0 -10px; }
.search_list_box .list ul li{ position: relative; flex: 0 0 calc(100% / 2 - 20px); margin: 10px;}
.search_list_box .list li a { position: relative; display: flex; overflow: hidden; background: #FFF;
	transition: 200ms ease;
}
.search_list_box .list li a .pic{ flex: 0 0 100px; margin: 0;
	transition: opacity 500ms ease, transform 500ms ease;
}
.search_list_box .list li a .pic::before{ content: ''; display: block; padding: 0 0 100% 0; }
.search_list_box .list li a .txt{ flex: 0 0 calc(100% - 100px); padding: 10px;
	transition: 200ms ease;
}	
.search_list_box .list li a .txt .date{ font-size: 13px; line-height: 20px; color: #FD6B62; margin: 0 0 4px 0;}
.search_list_box .list li a .txt .title{ font-size: 18px; color: #333; line-height: 24px; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:1; overflow: hidden; margin: 0 0 2px 0;}
.search_list_box .list li a .txt .con{ font-size: 15px; color: #666; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:1; overflow: hidden;}
.search_list_box .list li a:hover { transform: scale(1.02); box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);}


@media only screen and (max-width: 900px) {
	.search_list_box { padding: 40px 10px;}
	.search_list_box .list ul{ padding: 0 10px; margin: 0 -20px;}
	.search_list_box .list ul li{ flex: 0 0 calc(100% - 10px); margin: 5px;}

}
@media only screen and (max-width: 640px) {
	

}
/*------*/

/*---coupon_box---*/
.coupon_box{ position: relative; padding: 60px 0;}
.coupon_box .list ul{ position: relative; display: flex; flex-flow: wrap; list-style: none; margin: 0 -10px;}
.coupon_box .list ul li{ position: relative; flex: 0 0 calc(100% / 4 - 20px); margin: 10px; perspective:800px;
	transform-style: preserve-3d;
}
.coupon_box .list li a { position: relative; display: block; overflow: hidden; border-radius: 10px;
	transition: 500ms ease-in-out;
}
.coupon_box .list li a .pic{ width: 100%; height: 0; padding: 0 0 100% 0; margin: 0;}
.coupon_box .list li a .pic::before{ position: absolute; display: block; content: ''; top: 0; left: 0; width: 100%; height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
}
.coupon_box .list li a .txt{ position: absolute; bottom: 0; left: 0; width: 100%; box-sizing: border-box; padding:10px; margin: 0 ; max-width: inherit; background: transparent; border: none; box-shadow: none; text-align: left;}	

.coupon_box .list li a .txt .title{ font-size: 18px; color: #FFF; line-height: 24px; margin-bottom: 5px; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; overflow: hidden;}
.coupon_box .list li a .price{ position: relative; border-top: dashed 2px #FFF; margin-top: -2px; z-index: 100;}
.coupon_box .list li a .price .money{ background: #FD6B62; color: #FFF; font: 40px 'Quicksand', sans-serif; text-align: right; line-height: 60px; padding: 0 20px;}
.coupon_box .list li a .price .tip{ background: #E34036; color: #FFF; font-size: 15px; text-align: right; line-height: 35px; padding: 0 20px;}
.coupon_box .list li a.pre .price .money{ background: #DD7A8F; }
.coupon_box .list li a.pre .price .tip{ background: #B94F66; }
.coupon_box .list li a.ed .price .money{ background: #999; }
.coupon_box .list li a.ed .price .tip{ background: #666; }
.coupon_box .list li a:hover{ box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
	transform: translateY(-10px) rotateX(5deg);
}
.coupon_box .list.sm ul li { flex: 0 0 250px; }
.coupon_box .list.sm li a .pic { width: 250px; padding-bottom: 250px;}
.coupon_box .list.sm ul li .qrcode { background: #FFF; border: solid 1px #CCC; border-radius: 0 0 10px 10px;}

@media only screen and (max-width: 900px) {
	.coupon_box { padding: 40px 0;}
	.coupon_box .list ul{ padding: 0 10px;}
	.coupon_box .list ul li{ flex: 0 0 calc(100% / 3 - 10px); margin: 5px;}

	.coupon_box.inx .list ul{ flex-wrap: nowrap; overflow: auto; padding: 0 10px;}
	.coupon_box.inx .list ul li{ flex: 0 0 calc(100% / 3 - 20px); margin: 0 5px;}	
}
@media only screen and (max-width: 640px) {
	.coupon_box .list ul{ padding: 0 10px;}
	.coupon_box .list ul li{ flex: 0 0 calc(80% - 10px); margin: 5px;}
	.coupon_box.inx .list ul{ flex-wrap: nowrap; overflow: auto; padding: 0 10px;}
	.coupon_box.inx .list ul li{ flex: 0 0 calc(80% - 20px); margin: 0 5px;}	

	.coupon_box .list.sm ul { flex-wrap: nowrap; overflow: auto;}
	.coupon_box .list.sm ul li { flex: 0 0 250px; }
}
/*------*/


/*---point_box---*/
.point_box{ position: relative; padding: 60px 0;}
.point_box .list ul{ position: relative; display: flex; flex-flow: wrap; list-style: none; margin: 0;}
.point_box .list ul li{ position: relative; flex: 0 1 350px; }
.point_box .list li .item { position: relative; display: block; overflow: hidden; border-radius: 10px; background: #FFF;}
.point_box .list li .item .pic{ width: 100%; height: 0; padding: 0 0 170px 0; margin: 0;}
.point_box .list li .item .pic::before{ position: absolute; display: block; content: ''; top: 0; left: 0; width: 100%; height: 100%;
	background: rgba(253, 107, 98, 0.5);
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
}
.point_box .list li .item .txt{ position: absolute; top: 0; left: 0; width: 100%; box-sizing: border-box; padding:40px 0 0; margin: 0; text-align: center; max-width: inherit; background: transparent; border: none; box-shadow: none; }	
.point_box .list li .item .txt .title{ font-size: 28px; color: #FFF; line-height: 1.1; margin-bottom: 5px; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; overflow: hidden;}
.point_box .list li .item .txt .title span{ display: block; font-size: 18px; padding: 10px 0 0;}
.point_box .list li .item .txt .collected{ color: #FFF; font-size: 18px;}
.point_box .list li .item .now_list{ padding: 20px 20px 0; background: #FD6B62; display: flex; flex-wrap: wrap;}
.point_box .list li .item .now_list .dot{ flex: 0 0 50px; height: 50px; line-height: 50px; margin: 5px; color: #FFF; border: dashed 1px #FFF; border-radius: 25px;}
.point_box .list li .item .now_list .dot.done{ background: #BC4841; border: solid 1px #BC4841;}
.point_box .list li .item .now_list .dot.goal{ font-size: 14px;}
.point_box .list li .item .tip{ position: relative; border-top: dashed 2px #FFF; margin-top: -2px; padding: 10px 0; z-index: 100; background: #E34036; color: #FFF; font-size: 18px;}
.point_box .list li .item .qrcode{ padding: 30px 0; background: #FD6B62;}
.point_box .list li .item .qrcode .qrcode_pic{ display: inline-block; background: #FFF;}
/*------*/


/*---shop_box---*/
.shop_box{ position: relative; padding: 60px 0;  }
.shop_box.nobg{ background: transparent; }
.shop_box.page{ padding: 20px 0;}
.shop_box .list ul{ position: relative; display: flex; flex-flow: wrap; list-style: none; margin: 0 -10px; }
.shop_box .list ul li{ position: relative; flex: 0 0 calc(100% / 3 - 20px); margin: 10px;}
.shop_box .list li a { position: relative; display: block; overflow: hidden; border-radius: 10px; background: #FFF;}
.shop_box .list li a .pic{ width: 100%; height: 0; padding: 0 0 100% 0; margin: 0;
	transition: opacity 500ms ease, transform 500ms ease;
}
.shop_box .list li a .txt{ position: relative; box-sizing: border-box; padding:10px; background: #FFF;}	
.shop_box .list li a .txt .title{ font-size: 18px; color: #333; line-height: 24px; margin-bottom: 5px; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; overflow: hidden;}
.shop_box .list li a .txt .price{ text-align: right; color: #FD6B62; font: 20px 'Quicksand', sans-serif; }
.shop_box .list li a:hover .pic{ transform: scale(1.02);}
@media only screen and (max-width: 900px) {
	.shop_box { padding: 40px 0;}
	.shop_box .list ul{ padding: 0 10px;}
	.shop_box .list ul li{ flex: 0 0 calc(100% / 3 - 10px); margin: 5px;}
	.shop_box.inx .list ul{ flex-wrap: nowrap; overflow: auto; padding: 0 10px;}
	.shop_box.inx .list ul li{ flex: 0 0 calc(90% / 3 - 20px); margin: 0 5px;}	
}
@media only screen and (max-width: 640px) {
	.shop_box .list ul{ padding: 0 10px;}
	.shop_box .list ul li{ flex: 0 0 calc(70% - 10px); margin: 5px;}
	.shop_box.inx .list ul{ flex-wrap: nowrap; overflow: auto; padding: 0 10px;}
	.shop_box.inx .list ul li{ flex: 0 0 calc(70% - 20px); margin: 0 5px;}	
}
/*------*/

/*---inner_box---*/
.inner_box{ padding: 0 0 40px;}
.inner_box table{min-width: 100%;}
.inner_box td .type{ position: relative; display: inline-block; font-size: 1rem; color: #FFF; text-align: center; line-height: 32px; padding: 0 10px; border-radius: 10px; background: #999; border: solid 1px transparent; box-sizing: border-box; vertical-align: middle;
	transition: 200ms ease;
}
.inner_box td .type.booked{ background: #38BAC2;}
.inner_box td .type.checkin{ background: #FD6B62;}
.inner_box td .type.cancel{ background: #F36;}

@media only screen and (max-width: 900px) {
	.tab_scroll{ overflow: auto;}
	.inner_box { padding: 0 10px;}
	.inner_box table{min-width: 800px;}
}
@media only screen and (max-width: 640px) {
	.inner_box .more_bar.pos_right { position: relative; text-align: right;}
}
/*------*/


/*faq_box*/
.faq_box{ position:relative; padding:30px 0 20px 0;}
.faq_box .list{ counter-reset: my-badass-counter  my-badass-counter2;}
.faq_box .title{ position:relative; display: block; font-size:18px; color:#000; padding:10px 40px 10px 80px; border-bottom:solid 1px #CCC; cursor: pointer;}
.faq_box .title.on{ border:none;}
.faq_box .title:hover{ background:#f2f2f2;}
.faq_box .title:after{ position:absolute; top:10px; right:10px; font-size:24px; color:#CCC; margin:0 5px 0 0;
	content: "\f107"; font-family: FontAwesome; font-style: normal; font-weight: normal; text-decoration: inherit;}
.faq_box .title.on:after{content: "\f106";}
.faq_box .title:before { position:absolute; top:10px; left:10px; font-weight:bold; font-size:30px; color:#da2036;
	content:'Q' counter(my-badass-counter);
	counter-increment: my-badass-counter;
}
.faq_box .txt{ position:relative; font-size:16px; color:#666; padding:0 20px 0 80px; border-bottom:solid 1px #f2f2f2; overflow: hidden; max-height: 0;
	transition: 500ms ease-in;
}
.faq_box .txt:before { position:absolute; top:15px; left:10px; font-weight:bold; font-size:30px; color:#666;
	content:'A' counter(my-badass-counter2);
	counter-increment: my-badass-counter2;
}
.faq_box .txt.on{ max-height: 200px; padding:10px 20px 20px 80px; }
.faq_box .txt.on{ border-bottom: solid 1px #CCC;}

/*EDITOR*/
.edit img{ max-width: 100%; height: auto !important;}
.edit iframe{ max-width: 100%;}
.edit h2{ font-size: 1.5rem; color: #FD6B62;}
.edit h3{ position: relative; display: inline-block; font-size: 1.6rem; color: #333; margin-bottom: 20px;}
.edit h3::before{ position: absolute; display: block; content: ''; bottom: -5px; left: 0; width: 20px; height: 2px; background: #FD6B62;}
.edit h3::after{ content: ''; display: block; clear: both;}
.edit h4{ position: relative; display: block; color: #FD6B62; font-size: 1.3rem;}
.edit h5{ font-size: 1.2rem;}
.edit h6{ font-size: 1.1rem; color: #666;}
.edit i{ color:#666;}
.edit a{ color:#13acd2;}
.edit p{ margin-bottom: 1em; color: #333; text-align: justify;}

/*text img*/
.pic_center{ display: block; max-width: 100%; margin: 0 auto 20px; padding: 0 0 20px 0; text-align: center; border-bottom: #CCC 4px solid;}
.pic_center img{ width: 100%; max-width: 500px; height: auto;}
.pic_center figure{ display: block; text-align: left; color: #333; padding: 10px;}
.pic_center.col2 { overflow: auto;}
.pic_center.col2 img{ width:calc(50% - 20px); max-width: none; margin: 0 10px; float: left;}
.pic_left{ display: block; float:left; margin: 0 40px 20px 0; max-width: 45%; border-bottom: #CCC 4px solid;}
.pic_left img{ display: block; width: 100%; height: auto;}
.pic_right{ display: block; float:right; margin: 0 0 20px 40px; max-width: 45%; border-bottom: #CCC 4px solid;}
.pic_right img{ display: block; width: 100%; height: auto;}
.pic_full{ display: block; max-width: 100%; margin: 0 auto 20px; padding: 0 0 20px 0; text-align: center; border-bottom: #CCC 4px solid;}
.pic_full img{ width: 100%; height: auto;}
.pic_full figure{ display: block; text-align: left; color: #333; padding: 10px;}

@media only screen and (max-width: 900px) {

}
@media only screen and (max-width: 640px) {
	.pic_right{ float:none; margin: 0 0 20px 0; max-width: 100%; width: 100%; }
	.pic_left{ float:none; margin: 0 0 20px 0; max-width: 100%; width: 100%; }
}


.txt_pad{ padding: 20px;}
.print .inner_box{ padding: 20px 0;}
.print .title_bar{ text-align: left; margin: 0;}
.print blockquote.s1 { max-width: 100%; margin: 0 auto 20px;}

.pho_list{ position: relative; margin:10px -10px 50px;}
.pho_list a{ position: relative; display: block; float: left; width: calc(100%/4 - 20px); margin: 10px; border-radius: 5px; overflow: hidden; background: #333;}
.pho_list a figure{ position: absolute; display: block; z-index: 1; bottom: 0; left: 0; width: 100%; box-sizing: border-box; background: rgba(0,0,0,0); color: #FFF; padding: 5px; text-align: center; opacity: 0; font-size: 0.9em;
	transition: 500ms ease-in-out;
}
.pho_list a img{ position: absolute; display: block !important; top: 50%; left: 50%; width: 0%; height: 0%;
	transition: 500ms ease-in-out;
}
.pho_list a::before{ display: block; content: ''; background: #333; opacity: 0; z-index: 1; width: 100%; padding: 0 0 100% 0;
	transition: 500ms ease-in-out;
}
.pho_list a::after{ display: block; position: absolute; color:#FFF; opacity: 0; z-index: 2; top: 50%; left:50%; margin: -16px 0 0 -16px ; width: 32px; height: 32px; line-height: 32px; text-align: center; font-size: 1.2em;
	font-family: "FontAwesome"; font-weight: 900; content: "\f00e";
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	transition: 500ms ease-in-out;	
	text-shadow: 0 0 0 10px rgba(0,0,0,0.2);
}
.pho_list a:hover figure{ background: rgba(0,0,0,0.6); opacity: 1;}
.pho_list a:hover::before{ opacity: 0.4;}
.pho_list a:hover::after{ opacity:1;}

.share_bar{ position: relative; padding: 20px 0; text-align: left; border-top: solid 1px #CCC;}
.share_bar h5{ font-size: 15px; color: #666; margin: 0 0 4px 0;}
.share_bar a{ display: inline-block; color: #FFF; background: #666; text-align: center; margin: 2px; width: 32px; line-height: 32px; border-radius: 16px;}
.share_bar a i{ font-size: 1.25em; vertical-align: text-top; margin: -1px 0 0 0;}
.share_bar a.fb{ background: #3B5998;}
.share_bar a.tw{ background: #1EA2F2;}
.share_bar a.ld{ background: #0B66C2;}
.share_bar a.line{ background: #00B901;}
.share_bar a.line img{ width: 22px; vertical-align: text-top; margin: -1px 0 0 0;}
.share_bar a:hover{ background: #1E66DB; color: #FFF;}

blockquote{ background: #FFF; padding: 20px; border-left: 4px solid #FD6B62;}
blockquote.s1{ box-sizing: border-box; background: #FFF; color:#333; border-radius: 20px; margin: 20px auto 60px; padding: 20px 40px; quotes:"\201C""\201D""\2018""\2019"; border: none; }
blockquote.s1:before, blockquote.s1:after{ font-size:3em; color:#FD6B62; line-height:.01em; vertical-align:-0.5em;}
blockquote.s1:before{ content:open-quote; top: 20px; float: left; position: relative; margin-left:-0.5em;}
blockquote.s1:after{ float: right; position: relative; content:close-quote; margin-right:-0.5em;}
blockquote.s1 ol{margin:.2em;padding:0}
blockquote.s1 li{margin:.2em;padding:0}

/*===POPUP===*/
/*---pop_box---*/
.pop_box{ position:fixed; top:-100%; left:0; width:100%; height:100%; overflow:auto; -webkit-overflow-scrolling: touch; z-index:1000; opacity:0;
	transition: 800ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
}
.pop_box.on{ top:0; opacity:1;}
.pop_box .mask{  position: fixed; top:0%; left:0; width:100%; height:0%; z-index:1; background:rgba(0,0,0,.7); background-size: cover; opacity:0;
	transition: 800ms ease;
}
.pop_box.on .mask, .pop_box.ad .mask{ height:100%; opacity:0.95; }
.pop_box .txt{ position: relative; max-width:600px; background:#FFF; margin:44px auto; padding: 40px; z-index:10; box-sizing: border-box; box-shadow: 0 0 10px rgba(0,0,0,0.2); border-top: solid 4px #FD6B62;}
.pop_box .txt.xl{ max-width: 1200px;}
.pop_box .txt.sm{ max-width: 350px; padding: 40px 0; background: transparent; box-shadow: none; border: none;}

.pop_box .close_btn{ position: relative; width:24px; text-align:center; z-index:10; opacity:0.5; margin: 20px auto; cursor: pointer;}
.pop_box .close_btn.in{ position: absolute; top: 10px; right: 10px; margin: 0;}
.pop_box .close_btn.fixed{ position: fixed; top: -44px; right: -44px; margin: 0; padding: 10px; width: 44px; height: 44px; background: rgba(0, 0, 0, 0.5);}
.pop_box.on .close_btn.fixed{ top: 5px; right: 5px; opacity: 0.9;}
.pop_box .close_btn img{ display: block; max-width:100%;}
.pop_box .close_btn:hover{ opacity:1;}
.pop_box .checkbox-inline a{ color: #D93E3E;}

.pop_box .view{ position: relative; display: flex; flex-wrap: wrap;}
.pop_box .view .cover{ flex: 0 0 50%; }
.pop_box .view .cover::before{ display: block; position: relative; content: ''; padding-bottom: 100%;}
.pop_box .view .info{ position: relative; padding: 20px; flex: 0 0 50%;}
.pop_box .view .info .name{ line-height: 1.2em; font: 20px 'Quicksand', sans-serif; color: #333; font-weight: 700;}
.pop_box .view .info .price{  color: #FD6B62; font: 30px 'Quicksand', sans-serif; font-weight: 700; line-height: 1em; margin-bottom: 20px;}

.pop_box .view .edit{ flex: 0 0 100%; }

.pop_box .view .menu{ text-align: center; font: 20px 'Quicksand', sans-serif; font-weight: 700; display: flex; flex-wrap: nowrap; justify-content: space-around; color: #FD6B62;}
.pop_box .view .menu>div{ line-height: 40px; padding: 0 5px; cursor: pointer;}
.pop_box .view .calendar{ position: relative;}
.pop_box .view .calendar .week{ position: relative; display: flex; flex-wrap: wrap;}
.pop_box .view .calendar .week>div{ flex: 0 0 calc(100% / 7 - 4px); text-align: center; height: 48px; margin: 2px; font: 15px/48px 'Quicksand', sans-serif; border-radius: 5px;}
.pop_box .view .calendar .week.day>div{ background: rgba(255,255,255,0.3); cursor: pointer; box-sizing: border-box;}
.pop_box .view .calendar .week.day>div:hover{ border: solid 2px #ffba79; line-height: 44px; }
.pop_box .view .calendar .week.day>div.sel{ border: solid 2px #FD6B62; line-height: 44px; }
.pop_box .view .calendar .week.day>div.ade{ background: #b4e7b3;}
.pop_box .view .calendar .week.day>div.has{ background: #fce189;}
.pop_box .view .calendar .week.day>div.full{ background: #e26862;}
.pop_box .view .calendar .week.day>div.old{ background: #CCC;}
.pop_box .view .calendar .week.day>div.now{ background: rgba(255, 214, 79, 0.6); border: solid 2px #e4b415; line-height: 44px; }

.pop_box .tip{ justify-content: center;}
.pop_box .tip>div{ font-size: 15px; padding: 4px 8px; margin: 2px; border-radius: 5px;}
.pop_box .tip>div.ade{ background: #b4e7b3;}
.pop_box .tip>div.has{ background: #fce189;}
.pop_box .tip>div.full{ background: #e26862;}
.pop_box .tip>div.old{ background: #CCC;}
.pop_box .tip a{ color: #FFF; text-decoration: underline;}

@media only screen and (max-width: 900px) {
	.pop_box .view .cover{ flex: 0 0 300px; height: 300px;}
	.pop_box .view .info{ flex: 0 0 calc(100% - 300px);}
}
@media only screen and (max-width: 640px) {
	.pop_box .view .cover{ flex: 0 0 100%; height: auto;}
	.pop_box .view .info{ flex: 0 0 100%; padding: 20px 0;}
}
/*------*/


/*alert_box*/
.alert_box{ position:fixed; top:-100%; left:0; width:100%; height:100%; overflow:auto; -webkit-overflow-scrolling: touch; opacity:0; z-index: 1000;
	transition: 500ms ease;
}
.alert_box.on{ top:0; opacity:1; }
.alert_box .txt{ position: absolute; width: 360px ; padding:10px 20px; z-index:10; box-sizing: border-box; color: #FFF; background: #FD6B62;
	top: 110px; left: 50%; margin: 0 0 0 -180px; text-align: center; border-radius: 10px;
}
.alert_box .fa{ font-size: 18px;}


.inquiry_list{ position: relative;}
.inquiry_list .row{ justify-content: space-between; border-bottom: solid 1px #CCC; margin-bottom: 10px;}
.inquiry_list .list_item{ flex: 1 1 auto; line-height: 100px;}
.inquiry_list .list_item.name span{ color: #FD6B62; font-weight: 600; font-family: 'Quicksand' , sans-serif;}
.inquiry_list .list_item:nth-of-type(1){ flex: 0 0 100px;}
.inquiry_list .pic{ width: 100px; height: 100px;}


.quantity-row{ display:inline-flex; border-radius: 10px; overflow: hidden; margin: 30px 0;}
.quantity_item[type="text"]{ border:none; width:60px; height: 40px; line-height: 40px; text-align:center; font-family: 'Quicksand' , sans-serif; font-weight: 600; }
.button_icon{ width:30px; text-align:center; color:#FFF; background: #CCC; cursor:pointer; height: 40px; line-height: 40px;}
.button_icon:hover{ background: #FD6B62;}
.btn_del{ font-size: 24px; color: #FD6B62;}
.btn_del:hover{ color: #333;}


/*RWD*/
.desk-show { display: block !important;}
.mobile-show { display: none !important; }
.peload{ opacity:0; transition: opacity 700ms ease-in-out;}
.peload.ed{ opacity:1;}
.pehide.ed{ display:none;}
.phone_btn{ display: none;}
.mobile_menu{ display: none;}

.atss {
    z-index: 500 !important;
}

@media only screen and (max-width: 1199px) {
	.inner-width { margin: 0 10px; }
}

@media only screen and (max-width: 900px) {
	.desk-show { display: none!important; }
	.mobile-show { display: block!important; }
	a:focus { outline: none; }
	.inner-width { padding: 0;}
	.txt-width { padding: 0;}
	.mem_menu{ z-index: 0;}
	blockquote.s1 { margin: 10px auto 20px; }


	#main_block.left{ width: calc(100%);}
	#right_block{ display: none;}

	/*MENU*/
	.menu_btn{ position: absolute; top:0; right:0; display:block; width:50px; height:60px; z-index:3000; cursor: pointer;} 
	.menu_btn>div{ position:absolute; width:24px; height:2px; background: #FFF; left:12px; transition: 0.2s ease-in; }
	.menu_btn.on>div{ background: #CCC;}
	.menu_btn .m1{ top:20px;}
	.menu_btn .m2{ top:28px;}
	.menu_btn .m3{ top:36px;}
	.menu_btn:hover .m1,.menu_btn:hover .m2,.menu_btn:hover .m3{ width:24px;}
	.menu_btn.on .m1{  top:29px; width: 24px; transform: rotateZ(45deg) }
	.menu_btn.on .m2{ opacity: 0; width:0; left:50%;}
	.menu_btn.on .m3{  top:29px; width: 24px; transform: rotateZ(-45deg); }

	.top_menu{ padding: 60px 10px 0; background: rgba(0, 0, 0, 0.7); position:fixed; top:0 !important; left: initial; right:-100% !important; width:200px;  z-index:100; height: 100%; box-sizing: border-box; letter-spacing: 0.1em; transition: 500ms ease-in;
		-webkit-backdrop-filter: blur(20px) saturate(150%);
		backdrop-filter: blur(20px) saturate(150%);
	}
	.top_menu ul{ list-style:none; margin:0; padding:0; width:100%; display:block; box-sizing: border-box; transition: 500ms ease-in;}
	.top_menu ul>li{ display: block; border-left:none; float: none; margin: 0;}
	.top_menu>ul>li { display: block; float: none; }
	.top_menu>ul>li:first-child{ border: none;}
	.top_menu>ul>li>a{ color:#FFF; margin: 5px 0; padding:10px; line-height: 1.2em; font-size: 15px;}
	.top_menu>ul>li>a:hover::before, .top_menu>ul>li.on>a::before, .top_menu>ul>li.cur>a::before { bottom: 0; }
	.top_menu>ul>li.submenuhead.on { height: auto; }
	.top_menu .submenu{ top: 0; left: inherit; right: 200px; width:140px; overflow: auto;}
	.top_menu .submenu ul { border-bottom: none; }
	.top_menu .on .submenu{ max-height: 100%; height: 100%;}
	.top_menu .submenu li a{  padding: 10px 5px; }
		.top_menu .submenu .extend{ padding: 20px 0;}
		.top_menu .submenu .extend .pic{ width: 100%; height: 0; padding-bottom: 75%; float: none; margin: 0;}
		.top_menu .submenu .extend .txt{ width: auto; float: none; padding: 10px 0;}
		.top_menu .submenu .extend .txt h3{word-break:keep-all; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
		.top_menu .submenu .extend .txt p{ font-size: 14px;}

	.top_menu.on{ right:0 !important; }
	.top_menu_mask{ display:block; position:fixed; top:0; left:100%;; width:100%; height:100%; z-index:0; opacity:0; background: rgba(0,0,0,0.8); transition: opacity 500ms ease-in; }
	.top_menu_mask.on{ left:0; opacity:1; z-index: 2;}

	#header { height: 60px;}
	#header:before {
		-webkit-backdrop-filter: blur(20px) saturate(150%);
		backdrop-filter: blur(20px) saturate(150%);
	}
	#header .logo img { max-height: 40px; max-width: inherit;}
	#header .logo span { font-size: 16px;}

	#header .top_menu{ top: 10px; margin: 0;}
	#header .search_box{ top: -500px; width: 100%; margin: 0; left: 0;
		background: rgba(0, 0, 0, 0.2);
		-webkit-backdrop-filter: blur(20px) saturate(150%);
		backdrop-filter: blur(20px) saturate(150%);
	}
	#header .search_box.inx.on{ top: 60px; padding: 10px 0;}

	#header.ed .search_box.inx.on { top: 60px; padding: 10px 0;}
	.top_menu .lan_menu{ display: block;}
	.mem_menu{ top: 15px; right: 40px;}
	.mem_menu .search_btn {display: block;}
	.tab_list{ display: none;}
}

@media only screen and (max-width: 640px) {
	blockquote { padding: 10px;}
	blockquote.s1{ font-size: 0.95em;}
	.card.card-custom > .card-body { padding: 1rem 1.25rem;}
	#header .logo span { display: none;}
}

@media only screen and (max-width: 414px) {
	
}