/* stbuff hub header / GNB — left logo + body isolation */

/* unify header / body / footer to one reading width */
body.hub-site{
	--hub-content-width:1200px;
}
body.hub-site nav.navbar > .container,
body.hub-site .main > .container,
body.hub-site footer.hub-footer .container{
	width:100%;
	max-width:var(--hub-content-width);
	margin-left:auto;
	margin-right:auto;
	box-sizing:border-box;
}

body.hub-site .navbar.navbar-default{

	background:#fff;

	border:0;

	margin-bottom:0;

	min-height:0;

	position:relative;

	z-index:20;

	overflow:visible;

}

body.hub-site .snow_bg,

body.hub-site .snow_bg_src{

	display:none !important;

}

body.hub-site .telegram_tool{

	display:none !important;

}

body.hub-site .hub-topbar{

	position:relative;

	z-index:5;

	background:#fff;

	padding:8px 0 0;

	overflow:visible;

}

body.hub-site .hub-topbar--gnb{

	padding-top:6px;

}

body.hub-site .hub-nav-box.nav_box{

	position:relative !important;

	top:auto !important;

	left:auto !important;

	right:auto !important;

	z-index:6;

	clear:both;

	height:64px !important;

	line-height:64px !important;

	border-radius:10px;

	background:#1f2d44 !important;

	background-image:none !important;

	animation:none !important;

	box-shadow:none;

	margin:0 0 10px !important;

	float:none !important;

	display:block !important;

}

body.hub-site .hub-nav-box > .container{

	width:100%;

	padding-left:0;

	padding-right:0;

	height:64px;

}

body.hub-site .hub-nav-box ul.hub-gnb-list,

body.hub-site .hub-nav-box ul{

	display:flex;

	align-items:center;

	justify-content:flex-start;

	gap:0;

	width:100%;

	height:64px;

	margin:0;

	padding:0 6px 0 4px;

	list-style:none;

	overflow:visible;

}

body.hub-site .hub-nav-box li{

	float:none !important;

	width:auto !important;

	flex:1 1 0;

	height:64px !important;

	line-height:64px !important;

	text-align:center;

	position:relative;

	padding:0 4px;

	min-width:0;

}

body.hub-site .hub-nav-box li:first-child{

	display:flex !important;

}

body.hub-site .hub-nav-box li .menu{

	display:block;

	color:#fff !important;

	font-size:13px;

	font-weight:700;

	text-shadow:none !important;

	letter-spacing:-0.3px;

	white-space:nowrap;

}

body.hub-site .hub-nav-box li:hover > .menu,

body.hub-site .hub-nav-box li:focus-within > .menu{

	color:#ffc878 !important;

}

body.hub-site .hub-nav-box li .down_arrow{

	opacity:0.8;

	font-size:11px;

}

body.hub-site .hub-nav-box li.hub-nav-logo{

	flex:0 0 auto;

	height:64px !important;

	line-height:1 !important;

	display:flex;

	align-items:center;

	justify-content:flex-start;

	z-index:2;

	padding:0 12px 0 4px;

	margin-right:2px;

}

body.hub-site .hub-nav-box .hub-gnb-logo{

	display:flex;

	align-items:center;

	justify-content:flex-start;

	height:56px;

	padding:0 4px;

	background:transparent;

	border-radius:0;

}

body.hub-site .hub-nav-box .hub-gnb-logo img{

	display:block;

	width:auto !important;

	height:48px !important;

	max-width:140px;

	object-fit:contain;

}

body.hub-site .hub-nav-box .dropdown-menu.normal_drop{

	border-radius:8px;

	border:1px solid #d7dee8;

	box-shadow:none;

	padding:6px 0;

	z-index:30;

	top:58px;

}

body.hub-site .hub-nav-box .dropdown-menu.normal_drop a{

	font-size:13px;

}

/* page H1 under GNB (list/hub pages) */

body.hub-site .hub-page-title{

	margin:0 0 14px;

	padding:14px 16px 12px;

	background:#eef2f7;

	border:1px solid #d5dce6;

	border-radius:8px;

}

body.hub-site .hub-page-title h1{

	margin:0 0 6px;

	font-size:22px;

	line-height:1.35;

	color:#0f172a;

	font-weight:800;

	letter-spacing:-0.4px;

}

body.hub-site .hub-page-title p{

	margin:0;

	font-size:13px;

	line-height:1.55;

	color:#4a5568;

}

/* main column isolation */

body.hub-site .main{

	clear:both;

	position:relative;

	z-index:1;

	isolation:isolate;

}

body.hub-site .main > .container{

	clear:both;

	padding-top:4px;

}

body.hub-site .main_area{

	overflow:hidden;

	position:relative;

	z-index:1;

	float:left;

}

body.hub-site .hub-landing{

	position:relative;

	z-index:1;

	clear:both;

	overflow:hidden;

}

body.hub-site .hub-landing .board_box,

body.hub-site .hub-landing .main_new_split,

body.hub-site .hub-landing .hub-split{

	position:relative;

	overflow:hidden;

	float:none !important;

	width:auto !important;

	min-height:0 !important;

}

/* override community float gallery rules inside hub landing */

body.hub-site .hub-landing .board_box ul{

	float:none !important;

	overflow:visible !important;

	padding:0 !important;

}

body.hub-site .hub-landing .board_box li,

body.hub-site .hub-landing .board_box2 li{

	float:none !important;

	width:auto !important;

	padding:0 !important;

}

body.hub-site .hub-landing .freeslot_latest ul{

	display:grid !important;

	grid-template-columns:repeat(2,minmax(0,1fr));

	gap:10px;

	list-style:none;

	margin:0;

	padding:0 !important;

}

body.hub-site .hub-landing .freeslot_latest li{

	float:none !important;

	width:auto !important;

}

/* review list thumbs — kill absolute overlay bleed */

body.hub-site .hub-landing .img_box{

	overflow:hidden;

	display:flex;

	flex-direction:column;

	gap:8px;

}

body.hub-site .hub-landing .img_box .best_list{

	float:none !important;

	width:100% !important;

	padding:0 !important;

	position:relative;

	overflow:hidden;

}

body.hub-site .hub-landing .img_box .best_list > a.upper_link,

body.hub-site .hub-landing .img_box .best_list a{

	position:relative !important;

	top:auto !important;

	left:auto !important;

	width:auto !important;

	height:auto !important;

	display:flex !important;

	align-items:center;

	gap:10px;

	text-decoration:none;

	color:#152033;

	padding:6px 4px;

	border-radius:6px;

}

body.hub-site .hub-landing .img_box .best_list .num{

	position:static !important;

	flex:0 0 auto;

	background:#ff7916;

	color:#fff;

	width:22px;

	height:18px;

	line-height:18px;

	text-align:center;

	font-size:11px;

	border-radius:3px;

}

/* 인기글·최신글 위젯 — 구 'N' 배지(캐시 잔존) 숨김 */
body.hub-site .hub-landing .img_box .best_list .num,
body.hub-site .hub-landing .normal_list_box .normal_list .num{
	display:none !important;
}

body.hub-site .hub-landing .img_box .best_list .imgs{

	flex:0 0 113px;

	width:113px;

	height:62px;

	overflow:hidden;

	border-radius:4px;

	background:#eee;

}

body.hub-site .hub-landing .img_box .best_list .imgs img{

	width:100%;

	height:100%;

	object-fit:cover;

}

body.hub-site .hub-landing .board_box > .tit_area{

	position:relative;

	z-index:3;

}

body.hub-site .hub-landing .board_box > .tit_area .more{

	z-index:4;

}

body.hub-site .hub-landing .normal_list_box,

body.hub-site .hub-landing .normal_list{

	position:relative;

	overflow:hidden;

}

body.hub-site .hub-landing .normal_list .upper_link{

	position:absolute !important;

	top:0;

	left:0;

	right:0;

	bottom:0;

	width:100% !important;

	height:100% !important;

	z-index:1;

}

body.hub-site .hub-landing .img_box .best_list .txt{

	flex:1 1 auto;

	min-width:0;

	overflow:hidden;

	text-overflow:ellipsis;

	white-space:nowrap;

	font-size:13px;

	line-height:1.4;

	color:#333;

	height:auto !important;

	margin:0 !important;

}

body.hub-site .hub-landing .main_freeslot .new_slot,
body.hub-site .hub-landing .new_slot.new_slot_static{
	padding:8px 4px 12px !important;
	display:grid !important;
	grid-template-columns:repeat(2,minmax(0,1fr));
	gap:10px;
	overflow:visible !important;
	float:none !important;
	clear:both;
}
body.hub-site .hub-landing .main_freeslot .new_slot .slick_list,
body.hub-site .hub-landing .new_slot .slick_list{
	float:none !important;
	width:auto !important;
	padding:0 !important;
	box-sizing:border-box;
	position:relative;
	overflow:hidden;
}
body.hub-site .hub-landing .main_freeslot .new_slot .slick_list .box,
body.hub-site .hub-landing .new_slot .slick_list .box{
	margin:0;
	border-radius:8px;
	overflow:hidden;
	background:#f3f3f3;
	position:relative;
}
body.hub-site .hub-landing .main_freeslot .new_slot .slick_list .box .upper_link,
body.hub-site .hub-landing .new_slot .slick_list .box .upper_link{
	position:absolute !important;
	top:0;left:0;right:0;bottom:0;
	width:100% !important;
	height:100% !important;
	z-index:1;
}
body.hub-site .hub-landing .main_freeslot .new_slot .slick_list .box .imgs img,
body.hub-site .hub-landing .new_slot .slick_list .box .imgs img{
	width:100% !important;
	height:auto !important;
	display:block;
	aspect-ratio:208 / 108;
	object-fit:cover;
}

body.hub-site .hub-landing .main_new_split{

	display:grid !important;

	grid-template-columns:1fr 1fr;

	gap:14px;

}

body.hub-site .hub-landing .hub-split{

	display:grid !important;

	grid-template-columns:1fr 1fr;

	gap:14px;

	align-items:stretch;

}

body.hub-site .hub-landing .hub-split > .board_box{

	display:flex;

	flex-direction:column;

	height:100%;

	margin:0;

}

body.hub-site .hub-landing .hub-split > .board_box > .tit_area{

	min-height:34px;

}

body.hub-site .hub-landing .hub-split > .board_box > .tit_area h2{

	font-size:16px !important;

	margin-bottom:0;

	padding-right:70px;

	line-height:1.3;

}

body.hub-site .hub-landing .hub-split .normal_list_box:empty{

	display:none !important;

}

body.hub-site .hub-landing .hub-pair-split{

	align-items:stretch;

}

body.hub-site .hub-landing .hub-pair-split > .board_box{

	display:flex;

	flex-direction:column;

	height:100%;

	margin:0;

}

body.hub-site .hub-landing .hub-pair-split > .board_box > .tit_area{

	min-height:34px;

}

body.hub-site .hub-landing .hub-pair-split > .board_box > .tit_area h2{

	margin-bottom:0;

	padding-right:70px;

	line-height:1.3;

}

body.hub-site .hub-landing .hub-pair-split > .board_box > .tit_area p{

	display:none;

}

body.hub-site .hub-landing .hub-pair-split .normal_list_box:empty{

	display:none !important;

}

body.hub-site .hub-landing .reason_wrap{

	display:flex;

	flex-direction:column;

	gap:8px;

	flex:1 1 auto;

}

body.hub-site .hub-landing .hub-mid-pair{

	align-items:stretch;

	margin-bottom:22px;

}

body.hub-site .hub-landing .hub-mid-pair > .board_box{

	display:flex;

	flex-direction:column;

	margin:0;

}

body.hub-site .hub-landing .hub-mid-pair > .hub-reason-section{

	width:auto;

	clear:none;

	margin:0;

}

body.hub-site .hub-landing .hub-mid-pair .hub-reason-section .reason_wrap{

	grid-template-columns:1fr !important;

	gap:8px !important;

}

body.hub-site .hub-landing .hub-mid-pair .hub-reason-section .reason_item{

	min-height:0 !important;

}

body.hub-site .hub-landing .hub-mid-pair > .hub-news-section{

	margin-bottom:0 !important;

}

body.hub-site .hub-landing .hub-mid-pair > .board_box > .tit_area h2{

	margin-bottom:0;

	padding-right:70px;

	line-height:1.3;

}

body.hub-site .hub-landing .hub-mid-pair .hub-news-section .img_box{

	flex:1 1 auto;

}

body.hub-site .hub-landing .hub-reason-section{

	margin:0 0 22px;

}

body.hub-site .hub-landing .hub-reason-section .reason_wrap{

	display:grid;

	grid-template-columns:repeat(3,minmax(0,1fr));

	gap:10px;

}

body.hub-site .hub-landing .hub-reason-section .reason_item{

	/* override style6.css .reason_item{width:48%} — fill each grid cell */
	width:100% !important;

	max-width:none !important;

	min-height:0;

	height:100%;

	box-sizing:border-box;

}

body.hub-site .hub-landing .reason_item{

	display:flex;

	align-items:center;

	gap:10px;

	min-height:74px;

	box-sizing:border-box;

	padding:6px 10px;

	background:#f4f6f8;

	border-radius:6px;

}

body.hub-site .hub-landing .reason_item .num{

	flex:0 0 auto;

	background:#ff7916;

	color:#fff;

	width:22px;

	height:18px;

	line-height:18px;

	text-align:center;

	font-size:11px;

	border-radius:3px;

	font-weight:700;

}

body.hub-site .hub-landing .reason_item .reason_body{

	flex:1 1 auto;

	min-width:0;

}

body.hub-site .hub-landing .reason_item strong{

	display:block;

	margin:0 0 4px;

	font-size:13px;

	color:#152033;

	line-height:1.3;

}

body.hub-site .hub-landing .reason_item p{

	margin:0;

	font-size:12px;

	line-height:1.45;

	color:#5b677a;

}

body.hub-site .sidebar .telegram,

body.hub-site .m_menu_link_btns{

	display:none !important;

}

/* mobile */

body.hub-site .m_logo_box{

	background:#fff;

	border-bottom:none;

}

body.hub-site .my_login_data{

	display:none !important;

}

body.hub-site .m_h1_area{

	display:none !important;

}

body.hub-site .m_top_menu{

	background:#fff !important;

	box-shadow:none !important;

}

body.hub-site .m_logo_box .m_logo img{

	width:128px;

	height:auto;

	max-height:52px;

	object-fit:contain;

}

body.hub-site .m_left_menu_box .m_menu_logo img{

	max-height:44px;

	width:auto;

}

body.hub-site .m_nav_box .frame li a{

	background:#f4f6f8;

	border-color:#e3e8ef;

	color:#1f2d44;

	border-radius:8px;

}

@media (max-width: 991px){

	body.hub-site .hub-topbar{display:none;}

	body.hub-site .hub-landing .main_new_split,

	body.hub-site .hub-landing .hub-split,

	body.hub-site .hub-landing .hub-mid-pair,

	body.hub-site .hub-landing .freeslot_latest ul{

		grid-template-columns:1fr !important;

	}

	/* tablet: keep readable 3-col cards, full cell width */
	body.hub-site .hub-landing .hub-reason-section .reason_wrap{

		grid-template-columns:repeat(3,minmax(0,1fr)) !important;

		gap:8px !important;

	}

	body.hub-site .hub-landing .hub-reason-section .reason_item{

		width:100% !important;

		flex-direction:row !important;

		align-items:flex-start !important;

		gap:8px !important;

		padding:10px !important;

		min-height:0 !important;

	}

	body.hub-site .hub-landing .hub-reason-section .reason_item .num{

		width:20px !important;

		height:18px !important;

		line-height:18px !important;

		font-size:11px !important;

	}

	body.hub-site .hub-landing .hub-reason-section .reason_item strong{

		font-size:13px !important;

	}

	body.hub-site .hub-landing .hub-reason-section .reason_item p{

		font-size:12px !important;

		line-height:1.45 !important;

	}

}

@media (max-width: 767px){

	body.hub-site .hub-landing .hub-reason-section .reason_wrap{

		grid-template-columns:1fr !important;

		gap:8px !important;

	}

	body.hub-site .hub-landing .hub-reason-section .reason_item{

		width:100% !important;

		flex-direction:row !important;

		align-items:center !important;

		padding:12px 10px !important;

	}

	body.hub-site .hub-landing .hub-reason-section .reason_item strong{

		font-size:14px !important;

	}

	body.hub-site .hub-landing .hub-reason-section .reason_item p{

		font-size:12px !important;

	}

}

@media (max-width: 1200px){

	body.hub-site .hub-nav-box li{padding:0 2px;}

	body.hub-site .hub-nav-box li .menu{font-size:12px;letter-spacing:-0.4px;}

	body.hub-site .hub-nav-box li.hub-nav-logo{padding:0 8px 0 2px;}

	body.hub-site .hub-nav-box .hub-gnb-logo img{height:40px !important;}

}

@media (max-width: 560px){
	body.hub-site .hub-landing .main_freeslot .new_slot,
	body.hub-site .hub-landing .new_slot.new_slot_static{
		grid-template-columns:1fr !important;
	}
	body.hub-site .hub-landing .hub-dir{
		grid-template-columns:1fr !important;
	}
	body.hub-site .hub-landing .freeslot_latest ul{
		grid-template-columns:1fr !important;
	}
}

/* stbuff hub — mobile polish (style4/style2 float rules override) */
@media (max-width: 991px){
	body.hub-site .main > .container{
		padding-left:10px;
		padding-right:10px;
	}
	body.hub-site .hub-landing{
		margin:0 0 16px;
	}
	body.hub-site .hub-landing .hub-hero{
		padding:18px 14px 16px;
		margin:0 0 14px;
		border-radius:8px;
	}
	body.hub-site .hub-landing .hub-hero h1{
		font-size:20px !important;
		letter-spacing:-0.4px;
		line-height:1.35;
	}
	body.hub-site .hub-landing .hub-hero p{
		font-size:13px;
		margin-bottom:12px;
	}
	body.hub-site .hub-landing .hub-hero-ctas{
		gap:6px;
	}
	body.hub-site .hub-landing .hub-hero-ctas a{
		flex:1 1 auto;
		min-width:calc(50% - 4px);
		text-align:center;
		padding:10px 12px;
		font-size:13px;
		box-sizing:border-box;
	}
	body.hub-site .hub-landing .hub-hero-ctas a.ghost{
		flex:1 1 100%;
		min-width:100%;
		text-align:center;
		padding:8px 4px;
	}
	body.hub-site .hub-landing .hub-dir{
		grid-template-columns:repeat(2,minmax(0,1fr));
		gap:8px;
		margin-bottom:16px;
	}
	body.hub-site .hub-landing .hub-dir a{
		min-height:72px;
		padding:12px;
	}
	body.hub-site .hub-landing .board_box{
		margin-bottom:12px;
		padding:8px 10px 10px;
		border-radius:8px;
	}
	body.hub-site .hub-landing .board_box > .tit_area h2{
		font-size:17px !important;
		padding-right:72px;
		line-height:1.35;
	}
	body.hub-site .hub-landing .board_box > .tit_area p{
		font-size:12px;
		padding:8px 10px;
		margin-bottom:8px;
	}
	body.hub-site .hub-landing .board_box > .tit_area .more{
		display:inline-block !important;
		top:2px;
		font-size:11px;
		padding:2px 8px;
	}
	body.hub-site .hub-landing .freeslot_latest .titt{
		position:static !important;
		top:auto !important;
		left:auto !important;
		text-align:left !important;
		height:auto !important;
		line-height:1.3 !important;
		margin-top:6px !important;
		z-index:auto !important;
	}
	body.hub-site .hub-landing .freeslot_latest li img{
		width:100% !important;
		height:auto !important;
	}
	body.hub-site .hub-landing .hub-community{
		padding:14px;
		margin:0 0 16px;
	}
	body.hub-site .hub-landing .accordion-box{
		padding:0 2px;
	}
	body.hub-site .hub-landing .img_box .best_list .imgs{
		flex:0 0 96px;
		width:96px;
		height:54px;
	}
	body.hub-site .hub-landing .img_box .best_list .txt{
		font-size:12px;
	}
}

@media (max-width: 768px){
	body.hub-site .hub-landing .hub-hero h1,
	body.hub-site .hub-page-title h1,
	body.hub-site .fsr_board_intro h1,
	body.hub-site .fsr_board_intro h2,
	body.hub-site .hub_hero_copy h1,
	body.hub-site .hub_hero_copy h2{
		font-size:18px !important;
	}
	body.hub-site .hub_hero{
		margin:0 0 16px;
		padding:14px 12px;
		border-radius:8px;
	}
	body.hub-site .hub_hero_copy p{
		font-size:13px;
	}
	body.hub-site .hub_hero_stats li{
		font-size:12px;
		padding:6px 10px;
	}
	body.hub-site .hub_directory_list li{
		width:100% !important;
		float:none !important;
		padding:6px 8px;
	}
	body.hub-site .hub_directory_list .titt{
		position:static !important;
		padding:8px 12px 0;
		white-space:normal;
	}
	body.hub-site .hub_game_grid li,
	body.hub-site .hub_video_grid li{
		width:50% !important;
	}
	body.hub-site .hub_section_tit{
		margin:20px 0 10px;
		padding:0 4px;
	}
	body.hub-site .hub_section_tit h2{
		font-size:17px;
	}
	body.hub-site .hub_section_tit .more{
		position:static;
		display:inline-block;
		margin-top:6px;
	}
	body.hub-site .page_seo_tit_box.qna_box.hub_faq{
		margin:16px 4px;
		padding:12px;
	}
	body.hub-site .gallery_list.review_video_list li{
		width:50% !important;
		float:left !important;
		padding:0 4px;
		margin-bottom:10px;
		box-sizing:border-box;
	}
	body.hub-site .gallery_list.review_video_list li .box{
		height:auto;
	}
	body.hub-site .gallery_list.review_video_list li .txt .tit{
		font-size:12px;
		height:auto;
		max-height:36px;
		white-space:normal;
		line-height:1.3;
		display:-webkit-box;
		-webkit-line-clamp:2;
		-webkit-box-orient:vertical;
		overflow:hidden;
	}
	body.hub-site .fsr_board_intro,
	body.hub-site .page_seo_tit_box{
		margin-left:4px;
		margin-right:4px;
	}
	body.hub-site .board_form_box{
		padding:0 6px;
	}
	body.hub-site .board{
		padding:0 4px;
	}
	body.hub-site footer .site_info p{
		font-size:11px;
		line-height:1.5;
		padding:10px 8px;
	}
	body.hub-site .full_gallery_list.magazine_list li .box{
		padding:10px;
		height:auto;
	}
	body.hub-site .full_gallery_list.magazine_list li .imgs{
		float:none;
		width:100%;
		max-width:100%;
		height:auto;
	}
	body.hub-site .full_gallery_list.magazine_list li .txt{
		float:none;
		width:100%;
		height:auto;
		padding-top:8px;
	}
	body.hub-site .full_gallery_list.magazine_list li .txt h2,
	body.hub-site .full_gallery_list.magazine_list li .txt h3{
		font-size:15px;
		height:auto;
		margin-top:0;
	}
}


/* ========== Hub footer (stbuff info hub) ========== */
body.hub-site footer.hub-footer{
	background:linear-gradient(180deg, #1a2436 0%, #121a28 100%);
	color:#c5cedb;
	text-align:left;
	border-top:1px solid #2a364c;
	padding:36px 0 0;
	margin-top:28px;
}
/* footer container width set with header/main above */
body.hub-site .hub-footer-top{
	display:flex;
	flex-wrap:wrap;
	gap:28px 40px;
	align-items:flex-start;
	padding:0 8px 28px;
	border-bottom:1px solid rgba(255,255,255,.08);
}
body.hub-site .hub-footer-brand{
	flex:1 1 260px;
	max-width:340px;
}
body.hub-site .hub-footer-logo{
	display:inline-block;
	margin-bottom:10px;
}
body.hub-site .hub-footer-logo img{
	display:block;
	height:auto;
	opacity:.95;
}
body.hub-site .hub-footer-tagline{
	margin:0 0 14px;
	font-size:13px;
	line-height:1.65;
	color:#9aa8bc;
	font-weight:400;
}
body.hub-site .hub-footer-cta{
	display:inline-block;
	padding:9px 14px;
	border-radius:8px;
	background:#2f6fed;
	color:#fff !important;
	font-size:13px;
	font-weight:600;
	text-decoration:none;
	line-height:1.3;
}
body.hub-site .hub-footer-cta:hover{
	background:#3b7cff;
	color:#fff !important;
}
body.hub-site .hub-footer-nav{
	flex:2 1 420px;
	display:flex;
	flex-wrap:wrap;
	gap:18px 32px;
}
body.hub-site .hub-footer-col{
	flex:1 1 120px;
	min-width:110px;
}
body.hub-site .hub-footer-col strong{
	display:block;
	margin:0 0 10px;
	font-size:12px;
	letter-spacing:.04em;
	text-transform:uppercase;
	color:#7f8fa3;
	font-weight:700;
}
body.hub-site .hub-footer-col ul{
	margin:0;
	padding:0;
	list-style:none;
}
body.hub-site .hub-footer-col li{
	margin:0 0 8px;
}
body.hub-site .hub-footer-col a{
	color:#d7dee8;
	font-size:14px;
	text-decoration:none;
	font-weight:500;
}
body.hub-site .hub-footer-col a:hover{
	color:#fff;
	text-decoration:underline;
}
body.hub-site .hub-footer-legal{
	padding:18px 8px 8px;
	display:grid;
	grid-template-columns:1fr 1fr;
	gap:12px;
}
body.hub-site .hub-footer-details{
	background:rgba(255,255,255,.03);
	border:1px solid rgba(255,255,255,.08);
	border-radius:10px;
	padding:10px 14px;
}
body.hub-site .hub-footer-details summary{
	cursor:pointer;
	list-style:none;
	font-size:13px;
	font-weight:600;
	color:#e8eef7;
	outline:none;
}
body.hub-site .hub-footer-details summary::-webkit-details-marker{display:none;}
body.hub-site .hub-footer-details summary::after{
	content:'▾';
	float:right;
	color:#7f8fa3;
	font-size:11px;
}
body.hub-site .hub-footer-details[open] summary::after{content:'▴';}
body.hub-site .hub-footer-details p{
	margin:10px 0 2px;
	font-size:12px;
	line-height:1.65;
	color:#9aa8bc;
	font-weight:400;
}
body.hub-site .hub-footer-details a{
	color:#b8c8e0;
	text-decoration:underline;
}
body.hub-site .hub-footer-bottom{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:space-between;
	gap:12px;
	padding:16px 8px 22px;
	border-top:1px solid rgba(255,255,255,.06);
	margin-top:8px;
}
body.hub-site .hub-footer-sns{
	margin:0;
	padding:0;
	list-style:none;
	display:flex;
	gap:14px;
}
body.hub-site .hub-footer-sns a{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	width:34px;
	height:34px;
	border-radius:50%;
	background:rgba(255,255,255,.06);
	color:#d7dee8;
	text-decoration:none;
}
body.hub-site .hub-footer-sns a:hover{
	background:rgba(255,255,255,.12);
	color:#fff;
}
body.hub-site .hub-footer-sns i{font-size:15px;line-height:1;}
body.hub-site .hub-footer-copy{
	margin:0;
	font-size:12px;
	color:#7f8fa3;
	font-weight:400;
}
body.hub-site .hub-footer .blind{
	position:absolute;
	width:1px;height:1px;
	padding:0;margin:-1px;
	overflow:hidden;clip:rect(0,0,0,0);
	border:0;
}

@media (max-width:767px){
	body.hub-site footer.hub-footer{
		padding:28px 0 0;
		margin-top:18px;
	}
	body.hub-site .hub-footer-top{
		gap:22px;
		padding:0 4px 22px;
	}
	body.hub-site .hub-footer-brand{
		max-width:none;
		flex-basis:100%;
		text-align:center;
	}
	body.hub-site .hub-footer-logo{margin-left:auto;margin-right:auto;}
	body.hub-site .hub-footer-tagline{font-size:12px;}
	body.hub-site .hub-footer-nav{
		flex-basis:100%;
		gap:16px 12px;
	}
	body.hub-site .hub-footer-col{
		flex:1 1 30%;
		min-width:90px;
	}
	body.hub-site .hub-footer-col strong{font-size:11px;}
	body.hub-site .hub-footer-col a{font-size:13px;}
	body.hub-site .hub-footer-legal{
		grid-template-columns:1fr;
		padding:14px 4px 6px;
	}
	body.hub-site .hub-footer-bottom{
		flex-direction:column;
		text-align:center;
		padding:14px 4px 70px;
	}
	body.hub-site .hub-footer-copy{font-size:11px;}
}
