ul,
ol {
	list-style: none;
}
button {
	background: none;
	outline: none;
	border: none;
	touch-action: manipulation;
}
img {
	width: 100%;
}
/* common */
body {
	--max-width: 1280px;
	color: #222;
}
.hidden-pc {
	display: none;
}
.hidden-mo {
	display: block;
}
.btn_group {
	margin: 60px auto 180px;
	width: fit-content;
}
.btn_cta {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 48px;
	height: 56px;
	color: #fff;
	background: #222;
	font-size: 18px;
	font-weight: 600;
	text-indent: 12px;
	border-radius: 8px;
}
.btn_cta::after {
	content: "";
	display: inline-block;
	margin-left: 2px;
	width: 24px;
	height: 24px;
	background: #fff;
	mask: url(/wp-content/themes/fastfive/assets/images/common/btn_cta_arrow.svg) no-repeat;
	-webkit-mask: url(/wp-content/themes/fastfive/assets/images/common/btn_cta_arrow.svg) no-repeat;
	mask-position: center;
	mask-size: 100%;
}
.btn_cta.__white {
	background: #fff;
	color: #222;
}
.btn_cta.__white::after {
	background: #222;
}
.sec-title {
	text-align: center;
	font-size: 40px;
	line-height: 1.4;
	letter-spacing: -1px;
}
.sec-title__sub {
	display: block;
	text-align: center;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.4;
}
/* title */
.intro-header {
	height: 735px;
	background: #f8f5f2;
	color: #000;
}
.intro-header::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 40%;
	height: 100%;
	z-index: 1;
	background: linear-gradient(90deg, #f4f0eb 48%, transparent);
}
.intro-header-text {
	z-index: 2;
}
.intro-header-picture {
	overflow: hidden;
}
.intro-header-picture-img {
	position: absolute;
	height: 735px;
	width: 80%;
	right: 0;
	object-position: right 30% top 0;
}

.intro-heading {
	font-size: 52px;
	line-height: 1.4;
	font-weight: 400;
	letter-spacing: -1px;
	color: #222;
}
.intro-heading > span {
	display: block;
	opacity: 0;
}
.intro-heading strong {
	font-weight: 800;
}
.intro-heading.active span {
	animation: textUp 0.5s 0.1s forwards ease-in-out;
	/* opacity: 0; */
}

.intro-heading.active > span:nth-child(2) {
	animation-delay: 0.4s;
}
.intro-heading.active > span:nth-child(3) {
	animation-delay: 0.8s;
}
/*section*/
.page-space_facilities section {
	overflow: hidden;
}
.seperate {
	margin: 24px auto;
	width: 2px;
	height: 100px;
	background: #222;
}
.swiper-desc {
	margin-top: 8px;
	text-align: right;
	font-size: 20px;
}
.recharging .swiper-desc {
	text-align: left;
}
/* ff-desc */
.ff-desc {
	display: flex;
	align-items: center;
	width: 100%;
	height: 735px;
	background-color: #f8f5f2;
}
.ff-desc .ff-img {
	width: 100%;
	height: 100%;
	flex: 5.5;

	position: relative;
}
.ff-desc img {
	height: 100%;
	object-fit: cover;
}
.ff-desc .ff-img::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 15%;
	height: 100%;
	background: linear-gradient(270deg, #f8f5f2 39.39%, rgba(248, 245, 242, 0.64) 67.01%, rgba(248, 245, 242, 0.36) 80.01%, rgba(248, 245, 242, 0) 100%);
}
.ff-desc .desc-box {
	flex: 4.5;
	display: flex;
	flex-direction: column;
	gap: 24px;
	padding: 0 20px;
	font-size: 18px;
}
.desc-box p strong {
	font-weight: 700;
}
/* scroll nav-container */
.nav-container {
	position: sticky;
	top: 71px;
	z-index: 5;
	background: #000;
}
.scroll-nav {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	margin: 0 auto;
	max-width: var(--max-width);
}
.scroll-nav li {
	position: relative;
	height: 60px;
	text-align: center;
	font-size: 18px;
	line-height: 60px;
	color: #fff;
	opacity: 0.5;
	cursor: pointer;
}
.scroll-nav li + li::before {
	content: "";
	position: absolute;
	width: 1px;
	height: 32px;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background: rgba(217, 217, 217, 0.3);
}
.scroll-nav li.active {
	opacity: 1;
	font-weight: 700;
	border-bottom: 2px solid #fff;
}
/* space */
.sec-title.space {
	padding: 180px 50px 60px;
}
.page-space_facilities .nav-container + .space-gallery {
	padding: 80px 0 0;
}
.page-space_facilities .space-gallery {
	position: relative;
	padding: 100px 0 0;
}
.gallery-swiper {
	position: relative;
	margin-top: 32px;
}
.space-gallery .pagination {
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 24px 24px 0;
	margin: 0 auto;
	width: 100%;
	max-width: var(--max-width);
}
.space-gallery .swiper-pagination-fraction {
	width: fit-content;
}
.space-gallery .swiper-pagination-progressbar {
	position: relative;
	flex: 1;
	height: 2px;
}
.space-gallery.__type2 {
	padding: 180px 20px 0;
	background: #f8f1ea;
}
.space-gallery.__type2 + .space-gallery.__type2 {
	padding-top: 60px;
}
.space-gallery.__type2 .gallery-swiper {
	overflow: hidden;
	margin: 0 auto;
	max-width: 1062px;
}
.space-gallery.__type2 .pagination {
	padding: 16px 0 0;
}
.space-gallery.__type2 .swiper-button-prev {
	left: 20px;
}
.space-gallery.__type2 .swiper-button-next {
	right: 20px;
}
.space-gallery.__type2 .gallery-swiper.studio {
	margin-top: 60px;
}
.flex-gallery {
	display: flex;
	margin: 0 auto;
	padding: 60px 0 180px;
	width: 100%;
	max-width: 1062px;
	gap: 26px;
	align-items: start;
}
.flex-gallery .swiper-container {
	flex: 1;
}
.space-gallery.__type2 .gallery-swiper.terrace {
	margin-top: 120px;
}
.swiper-button-prev {
	left: 40px;
}
.swiper-button-next {
	right: 40px;
}
.swiper-button-next,
.swiper-button-prev {
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	background: url(/wp-content/themes/fastfive/assets/images/pages/space_facilities/ico_next.svg) no-repeat center / 8px 16px rgba(34, 34, 34, 0.2);
	border-radius: 50%;
	z-index: 2;
}
.swiper-button-prev {
	background-image: url(/wp-content/themes/fastfive/assets/images/pages/space_facilities/ico_prev.svg);
}
.swiper-button-next:after,
.swiper-button-prev:after {
	content: none;
}
.space-gallery .swiper-pagination-progress {
	border-radius: 4px;
}
.space-gallery .swiper-pagination-progressbar-fill {
	background: #222;
	border-radius: 4px;
}
.space-gallery .swiper-pagination-fraction {
	font-size: 18px;
	font-weight: 500;
}
.space-gallery .swiper-pagination-num {
	color: rgba(34, 34, 34, 0.3);
}
.space-gallery .swiper-pagination-current {
	margin-right: 4px;
	color: rgba(34, 34, 34, 1);
}
.space-gallery .swiper-pagination-total {
	margin-left: 4px;
	color: rgba(34, 34, 34, 0.3);
}
/* drawing-view */
.drawing-container {
	padding: 120px 0 0;
	background: #f6e5d1;
}
.drawing-view {
	display: flex;
	width: 100%;
}
.drawing-view .detail {
	position: relative;
	flex: 1;
	cursor: pointer;
}
.drawing-view .detail::before {
	content: "";
	position: absolute;
	display: none;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(/wp-content/themes/fastfive/assets/images/pages/space_facilities/ico_zoom.png) no-repeat center / 40px rgba(0, 0, 0, 0.3);
}
/* popup */
.drawing-nav {
	display: flex;
	gap: 16px;
	justify-content: center;
	align-items: center;
	margin: 60px 0 32px;
}
.drawing-nav li {
	width: 128px;
	padding: 6px 32px;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	color: #aaa;
	background: #fff;
	border-radius: 56px;
	cursor: pointer;
}
.drawing-nav li.active {
	background: #222;
	color: #fff;
}
.popup__drawing-detail-container {
	display: none;
}
.popup__drawing-detail-container.active {
	display: block;
	/* animation: fadeIn 0.3s; */
}
.popup__drawing-detail {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	z-index: 999;
	display: flex;
	justify-content: center;
	align-items: center;
}
.popup__drawing-detail .popup-inner {
	position: relative;
	width: 80%;
	height: 80%;
	max-width: 1300px;
	max-height: 900px;
	background: #fcfcfc;
	box-shadow: 10px 20px 80px 0px rgba(0, 0, 0, 0.2);
}
.popup__drawing-detail .drawing-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	overflow: auto;
}
.popup__drawing-detail .drawing-img {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	transform-origin: 0 0;
	transition: transform 0.3s;
	will-change: transform;
}
.popup__drawing-detail .drawing-img img {
	/* max-width: 1300px;
	max-height: 900px; */
	min-width: 1000px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.popup-inner .btn_close {
	position: absolute;
	top: 24px;
	right: 24px;
	width: 26px;
	height: 26px;
	background: url(/wp-content/themes/fastfive/assets/images/pages/space_facilities/btn_close.png) no-repeat center / cover rgb(255, 255, 255, 0.3);
}
.popup-inner .popup_btns {
	position: absolute;
	right: 40px;
	bottom: 40px;
	display: flex;
	flex-direction: column;
	gap: 4px;
}
.popup-inner .popup_btns > button {
	width: 48px;
	height: 48px;
}
.popup-inner .popup_btns > .btn_plus {
	background: url(/wp-content/themes/fastfive/assets/images/pages/space_facilities/btn_plus.png) no-repeat center / cover;
}
.popup-inner .popup_btns > .btn_minus {
	background: url(/wp-content/themes/fastfive/assets/images/pages/space_facilities/btn_minus.png) no-repeat center / cover;
}
/* building */
.building-container {
	padding: 180px 0 0;
	text-align: center;
	background: #222;
	color: #fff;
}
.building-container .sec-title {
	color: #fff;
}
.building-container .contents {
	padding-top: 60px;
	line-height: 1.4;
}
.building-container .contents:nth-of-type(2) {
	padding-top: 100px;
}
.building-container .title_desc > span {
	display: block;
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 0;
}
.building-container .title_desc {
	margin-bottom: 40px;
	font-size: 36px;
	font-weight: 700;
	letter-spacing: -1px;
}
.building-container .title_desc::before {
	content: "";
	display: block;
	margin: 0 auto 24px;
	width: 96px;
	height: 2px;
	background: #fff;
}
/* system */
.system-container {
	padding: 180px 0;
	background: #f1f1f3;
}
.system-container .sec-title__sub {
	margin-top: 20px;
}
.system-list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	max-width: var(--max-width);
	margin: 60px auto 0;
	gap: 24px;
}
.system-list p {
	padding: 24px 0;
	text-align: center;
	font-size: 20px;
	line-height: 1.7;
	border-top: 2px solid #222;
}
.system-list p strong {
	font-weight: 700;
}
/* banner */
.banner-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
	margin: 80px auto 0;
	padding: 0 50px;
	max-width: var(--max-width);
}
.banner-container li {
	height: 180px;
	border-radius: 20px;
}
.banner-container li a {
	display: block;
	padding: 56px 0 56px 46px;
}
.banner-container h4 {
	font-size: 24px;
	line-height: 1.4;
	color: #1f1f1f;
}
.banner-container h4 > strong {
	display: inline-flex;
	align-items: center;
	gap: 4px;
}
.banner-container h4 > strong::after {
	content: "";
	display: inline-block;
	width: 30px;
	height: 30px;
	background: #1f1f1f;
	mask: url(/wp-content/themes/fastfive/assets/images/common/btn_cta_arrow.svg) no-repeat;
	-webkit-mask: url(/wp-content/themes/fastfive/assets/images/common/btn_cta_arrow.svg) no-repeat;
	mask-position: center;
	mask-size: cover;
}
.banner-container .banner__benefit {
	background: url(/wp-content/themes/fastfive/assets/images/pages/space_facilities/bg_banner_01.jpg) no-repeat top right / auto 100% #dbe9f1;
}
.banner-container .banner__calculator {
	background: url(/wp-content/themes/fastfive/assets/images/pages/space_facilities/bg_banner_02.jpg) no-repeat top right / auto 100% #e9e3c9;
}
/* feat */
.feat-swiper .swiper-slide[data-name="가까운 오피스 찾기"] {
	background-image: url(/wp-content/themes/fastfive/assets/images/pages/space_facilities/card_2.png);
}
.feat-swiper .swiper-slide[data-name="맞춤 견적 받기"] {
	background-image: url(/wp-content/themes/fastfive/assets/images/pages/space_facilities/card_3.png);
}
.feat-swiper .swiper-slide[data-name="가까운 오피스 찾기"] .tit {
	color: #222;
}
.feat-swiper .swiper-slide[data-name="가까운 오피스 찾기"] .arrow-card {
	fill: #222;
}
/* scroll custom */
.drawing-wrapper::-webkit-scrollbar {
	width: 16px;
}
.drawing-wrapper::-webkit-scrollbar-track {
	border: 1px solid rgb(228, 228, 228);
	border-top: 0;
	background: #f9f9f9;
}
.drawing-wrapper::-webkit-scrollbar-thumb {
	background-color: rgb(199, 199, 199);
	border-radius: 10px;
	border: 4px solid #f9f9f9;
}
.drawing-wrapper::-webkit-scrollbar-thumb:hover {
	background-color: rgb(124, 124, 124);
}
/* media */
@media (max-width: 960px) {
	/* common */
	.hidden-pc {
		display: block;
	}
	.hidden-mo {
		display: none;
	}
	.sec-title {
		font-size: 28px;
	}
	.btn_group {
		margin: 40px auto 130px;
	}
	.btn_cta {
		padding: 0 32px;
	}
	.swiper-navigation {
		display: none;
	}
	.seperate {
		margin: 16px auto;
		width: 1px;
		height: 60px;
		opacity: 0.5;
	}
	/* header */
	.intro-header {
		display: flex;
		flex-direction: column-reverse;
		height: 520px;
	}
	.intro-header-picture::after {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 52%;
		max-height: 375px;
		z-index: 1;
		background: linear-gradient(-180deg, #f4f0eb, transparent);
	}
	.intro-header-picture::before {
		content: "";
		position: absolute;
		left: 0;
		bottom: -2px;
		width: 100%;
		height: 40px;
		background: linear-gradient(0deg, #f8f5f2 0%, rgba(248, 245, 242, 0) 100%);
		z-index: 1;
	}
	.intro-heading {
		font-size: 34px;
	}
	.intro-header-text {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		padding: 52px 0;
		height: auto;
	}
	.intro-header-text .row {
		padding-left: 20px;
	}
	/* ff-desc */
	.ff-desc {
		position: relative;
		height: auto;
	}
	.ff-desc .desc-box {
		font-size: 16px;
		gap: 16px;
	}
	.intro-header::before {
		content: none;
	}
	.intro-header-picture-img {
		height: 100%;
		object-position: left 0 bottom 10%;
		width: 100%;
	}
	.sec-title.space {
		padding: 130px 20px 40px;
	}
	.sec-title__sub {
		font-size: 18px;
	}
	.gallery-swiper {
		margin-top: 24px;
	}
	.page-space_facilities .space-gallery {
		padding: 60px 0 0;
	}
	.space-gallery .pagination {
		padding: 8px 20px 0;
	}
	.space-gallery .swiper-pagination-fraction {
		font-size: 12px;
	}
	.space-gallery.__type2 {
		padding-top: 130px;
	}
	.space-gallery.__type2 .pagination {
		padding: 8px 20px 0;
	}
	.swiper-desc {
		margin-top: 0;
		font-size: 12px;
	}
	.studio .swiper-desc {
		text-align: center;
	}
	.flex-gallery {
		display: block;
		padding: 24px 0 130px;
	}
	.flex-gallery .swiper-container:first-child {
		margin-right: 72px;
	}
	.space-gallery.__type2 .gallery-swiper.terrace {
		margin-top: 24px;
	}
	.flex-gallery .swiper-container:first-child .pagination {
		padding-right: 0;
	}
	.flex-gallery .swiper-container:first-child .swiper-desc,
	.flex-gallery .swiper-container:last-child .swiper-desc {
		padding: 0 20px;
	}
	.flex-gallery .swiper-container:last-child {
		margin-left: 72px;
	}
	.flex-gallery .swiper-container:last-child .pagination {
		padding-left: 0;
	}
	/* nav */
	.nav-container {
		top: 60px;
	}
	.scroll-nav {
		grid-template-columns: repeat(3, 1fr);
	}
	.scroll-nav li {
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}
	.scroll-nav li + li::before {
		height: 24px;
	}
	.scroll-nav li.active {
		border: none;
	}
	.scroll-nav li:nth-child(4)::before {
		content: none;
	}
	.ff-desc {
		padding-top: 110px;
		flex-direction: column-reverse;
	}
	.ff-desc .ff-img::after {
		content: none;
		width: 100%;
		height: 15%;
	}
	/* drawing */
	.drawing-container {
		padding: 120px 0 0;
	}
	.drawing-nav {
		margin: 24px auto;
		flex-wrap: wrap;
		gap: 8px;
		max-width: 226px;
	}
	.drawing-nav li {
		padding: 4px;
		width: 70px;
		font-size: 12px;
	}
	.drawing-view {
		padding: 0 20px;
		flex-direction: column;
	}
	.drawing-view .detail::before {
		display: block;
		left: unset;
		right: 0;
		width: 30px;
		height: 30px;
		background-size: 18px;
	}
	.popup__drawing-detail .popup-inner {
		width: 90%;
		height: 70%;
		max-height: 580px;
	}
	.popup-inner .popup_btns {
		gap: 2px;
		left: 22px;
		right: unset;
		bottom: 22px;
	}
	.popup-inner .popup_btns > button {
		width: 30px;
		height: 30px;
	}
	.popup__drawing-detail .drawing-img img {
		min-width: 900px;
	}
	.popup-inner .btn_close {
		top: 20px;
		right: 20px;
		width: 20px;
		height: 20px;
	}
	.space-gallery.__type2 .gallery-swiper.studio {
		margin-top: 24px;
	}
	/* building */
	.building-container {
		padding: 130px 0 0;
	}
	.building-container .contents {
		padding-top: 40px;
	}
	.building-container .contents:nth-of-type(2) {
		padding-top: 60px;
	}
	.building-container .title_desc::before {
		margin-bottom: 16px;
		width: 60px;
		height: 1px;
	}
	.building-container .title_desc {
		margin-bottom: 24px;
		font-size: 26px;
	}
	.building-container .title_desc > span {
		font-size: 18px;
	}
	/* system */
	.system-container {
		padding: 130px 20px;
	}
	.system-container .sec-title__sub {
		margin-top: 16px;
		font-size: 22px;
	}
	.system-list {
		grid-template-columns: repeat(2, 1fr);
		gap: 24px 12px;
		margin-top: 44px;
	}
	.system-list p {
		padding: 8px 0;
		font-size: 14px;
		border-top: 1px solid #222;
	}
	/* banner */
	.banner-container {
		grid-template-columns: repeat(1, 1fr);
		margin: 60px auto 0;
		padding: 0 20px;
	}
	.banner-container li {
		height: 144px;
		border-radius: 16px;
	}
	.banner-container li a {
		display: block;
		padding: 28px 0 28px 28px;
	}
	.banner-container h4 {
		font-size: 18px;
		line-height: 1.7;
	}
	.banner-container h4 > strong {
		gap: 0;
	}
	.banner-container h4 > strong::after {
		width: 22px;
		height: 22px;
	}
	.banner-container .banner__benefit {
		background-image: url(/wp-content/themes/fastfive/assets/images/pages/space_facilities/bg_banner_01_m.jpg);
	}
	.banner-container .banner__calculator {
		background-image: url(/wp-content/themes/fastfive/assets/images/pages/space_facilities/bg_banner_02_m.jpg);
	}
}
/* hover */
@media (min-width: 961px) and (hover: hover) {
	/* common */
	.btn_cta:hover {
		background: #c25315;
		color: #fff;
	}
	.btn_cta:hover::after {
		background: #fff;
	}
	/* view */
	.detail:hover::before {
		display: block;
	}
	/* feat */
	.feat-swiper .swiper-slide[data-name="가까운 오피스 찾기"] a:hover:after {
		background-image: url(/wp-content/themes/fastfive/assets/images/pages/space_facilities/card_2_back.png);
	}
	.feat-swiper .swiper-slide[data-name="맞춤 견적 받기"] a:hover:after {
		background-image: url(/wp-content/themes/fastfive/assets/images/pages/space_facilities/card_3_back.png);
	}
}
@keyframes textUp {
	0% {
		opacity: 0;
		transform: translateY(10%);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
