/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
	fxco
------------------------------------*/
/* 센터소개 */
.center_top .txt01{
    font-family: "Metropolis";
    letter-spacing: 0.3rem;
    line-height: 1;
    color: rgba(0,0,0, 1);
    font-size: 4.4rem;
    font-weight: 200;
}
.center_top .txt01 span{
    color: #1c955f;
	font-size: 4.4rem;
}
/* 서클 돌리기 */
.about-wrap .circleTxt_box {
	position: absolute;
	left:  calc( 50% - 25rem );
    top: 2rem;
    z-index: 99;
	transform: translate(0%,-50%);
}
.circleTxt {
    animation: rotate 50s linear infinite;
}
.circleTxt img{width:100%}
.sm_logo {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@keyframes rotate {
    from{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to{
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* 층별안내 */
.floor_top .txt01{
	font-size: 1.3rem;
    font-weight: 600;
    color: #000;
    text-align: center;
    letter-spacing: -0.1rem;
}
.floor_top .txt03{
    font-weight: 600;
    font-family: 'Metropolis';
	color:#000;
	font-size:1.5rem;
	line-height:0.8;
	letter-spacing:-0.0rem;
}
.floor_box{
	background: url("/public/images/contents/center/pat02.png") repeat scroll 0 0;
	margin-top: -1.2rem;
}
.left_floor .txt01{
    font-weight: 700;
    font-family: 'Metropolis';
	color:#000;
	font-size:6rem;
	line-height:0.8;
	letter-spacing:-0.0rem;
}
.left_floor .txt02 > div{
	font-weight: 500;
    color: #000;
    font-size: 1.08rem;
    line-height: 1.1;
    margin-bottom: 0.7rem;
    margin-right: 1.3rem;
}
.floor-wrap .video_file {
    position: relative;
}
.floor-wrap video {
    z-index: 1;
	width:100%;
	height:100%;
	opacity: 1;
}
@media (max-width: 991px) {
	.left_floor .txt01{
		font-size:4rem;
	}
}


/* 전시안내 */
.exhibition_box01 {
    border-radius: 12px;
    border: 1px solid #e8e9eb;
    box-shadow: 15px 20px 25px -15px rgba(0, 0, 0, 0.1);
	transition: .3s ease all;
    overflow: hidden;
}
.exhibition_box01:hover {
    border: 1px solid #000;
    box-shadow: 15px 20px 25px -15px rgba(0, 0, 0, 0.25);
}
.exhibition_box01 img {
    max-width: 100%;
    width: 100%;
    height: auto;
}
.exh_text{
	position:relative;
	line-height:1.1;
}
.exh_text .list_flag{
    position: absolute;
    top: -1.9rem;
	left: calc( 50% - 1.8rem );
	width:3.7rem;
	height:3.7rem;
	line-height:3.7rem;
	font-weight:500;
	font-size:0.95rem;
	text-align:center;
	border-radius:50%;
}
.list_flag.apply-ing{
	background:#009754;
	color:#fff;
}
.list_flag.apply-done{
	background:#000;
	color:#fff;
}
.list_flag.apply-expected{
	background:#130ea4;
	color:#fff;
}
.exh_text .txt01{
    color: #000;
    font-size: 1.3rem;
    font-weight: 600;
	letter-spacing:-0.09rem;
}
.exh_text .txt01::after {
    content: "";
    display: block;
    width: 2.5rem;
    height: 2px;
    background: #000;
    margin:0.5rem auto;
    transition: .3s ease all;
}
.exh_text .txt02{
    color: #000;
    font-size: 1.05rem;
    font-weight: 500;
	letter-spacing:-0.09rem;
}
.exh_text .txt03{
    color: #9d9d9d;
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: -0.03rem;
}

/* 전시안내 상세보기 */
.exhibition_view .list_flag{
	width:3.7rem;
	height:3.7rem;
	line-height:3.7rem;
	font-weight:500;
	font-size:0.95rem;
	text-align:center;
	border-radius:50%;
	margin-right:10px;
}
.exh_text02 {
	line-height:1.2;
}
.exh_text02 .txt01{
    color: #000;
    font-size: 2.2rem;
    font-weight: 600;
	letter-spacing:-0.15rem;
}
.exh_text02 .txt02{
    color: #000;
    font-size: 1.4rem;
    font-weight: 600;
	letter-spacing:-0.09rem;
}
.exh_text02 .txt03{
    font-size: 1.1rem;
    color: #9d9d9d;
    font-weight: 500;
}
.line_t{border-top: 1px solid #e8e9eb;}
@media (max-width: 991px) {
	.line_md_t{
		border-top: 1px solid #e8e9eb;
		margin-top: 1rem;
	}
}
.exhibition_view_bo .title_01{
    color: #000;
    font-size: 1.5rem;
    font-weight: 600;
	letter-spacing:-0.09rem;
}


/* 오시는길 */
.comapny_maps .info_come .company_in .add {
    border-top:2px solid #000;
	border-bottom: 1px solid #e7e7e7;
	padding:2em 0 1em 0;
}
.comapny_maps .lo {
    color: #000000;
	font-weight:500;
    letter-spacing: -0.6px;
}
.comapny_maps .lo .material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 500, 'GRAD' 100;
    font-size: 23px;
}
.comapny_maps .lo .decimal {
    color: #818181;
    font-weight: 400;
    line-height: 1.2;
    font-size: 0.95rem;
}

/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
	mall
------------------------------------*/
@media (max-width: 1200px) {
	/* 펙스코몰 소개 */
	.mall_intro  .center_top .txt01{
		font-family: "Metropolis";
		letter-spacing: 0.1rem;
		line-height: 0.95;
		color: rgba(0,0,0, 1);
		font-size: 3.8rem;
		font-weight: 200;
	}
}
/* 서클 돌리기 */
.mall_intro .circleTxt_box {
	right:  calc( 50% - 36rem );
	position: absolute;
    top: 2rem;
    z-index: 99;
	transform: translate(0%,-50%);
}
.mall_bo:before {
    content: 'FXCO MALL';
    position: absolute;
    text-transform: uppercase;
    font-size: 9.5rem;
    color: #f5f5f5;
    font-weight: 600;
    font-family: 'play';
    top: -8.8rem;
    display: inline-block;
    width: 100%;
    text-align: center;
    z-index: -1;
    letter-spacing: 0.5rem;
}
/* 입주매장 안내 */
.c_search_box {
    border-bottom: 2px solid #000;
	padding-bottom:5px;
}
.c_search_box input {
    border: none;
    color: #000;
    font-weight: 600;
    font-size: 1.1rem;
    letter-spacing: -0.07rem;
    outline: none;
    width: 100%;
    background: #fff;
}
.c_search_box .bt_search .material-symbols-outlined {
	font-variation-settings: 'FILL' 0, 'wght' 600, 'GRAD' 100, 'opsz' 28;
    color: #ffffff;
    font-size: 26px;
    margin-right: 6px;
    width: 2.7rem;
    height: 2.7rem;
    background: #000;
    border-radius: 30px;
    line-height: 2.7rem;
    text-align: center;
}
.strore_box01 {
    border-radius: 12px;
    border: 1px solid #e8e9eb;
    box-shadow: 15px 20px 25px -15px rgba(0, 0, 0, 0.1);
	transition: .3s ease all;
    overflow: hidden;
}
.strore_box01:hover {
    border: 1px solid #000;
    box-shadow: 15px 20px 25px -15px rgba(0, 0, 0, 0.25);
}
.sto_pic::before {
    display: block;
    content: '';
    background: #000;
    opacity: 0.025;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.sto_pic {
    border-radius: 12px;
    overflow: hidden;
    max-width: 270px;
    min-width: 160px;
	position:relative;
}
.sto_text02 .txt01{
    color: #000;
    font-size: 1.6rem;
    font-weight: 600;
	letter-spacing:-0.09rem;
	display:block;
}
.sto_text02 .txt02{
    color: #878787;
}
.sto_text02 .txt03{
    color: #000;
}
.sto_text02 .txt03 .material-symbols-outlined {
	font-variation-settings: 'FILL' 0, 'wght' 600, 'GRAD' 100;
    font-size: 23px;
}
@media (max-width: 1199px) {
	.sto_pic {
		margin: 0 auto;
	}
}
/* 입주매장 상세 */
.store_view  .sto_text02 .txt01 {
    font-size: 1.9rem;
}
@media (min-width: 992px) {
	.strore_box_view{
		border-top: 2px solid #000;
		border-bottom: 1px solid #e8e9eb;
		padding:2.5rem 0;
	}
}
@media (max-width: 991px) {
	.store_view_top{
		border-top: 2px solid #000;
		border-bottom: 1px solid #e8e9eb;
		padding:1.5rem 0;
	}
}
.sto_pic_vi01{
	overflow:hidden;
    border-radius: 16px;
}
.sto_pic_vi_con{
	border-top: 1px solid #e8e9eb;
	border-bottom: 1px solid #e8e9eb;
}
.sto_div01 .txt01{
	color: #000;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: -0.09rem;
}
.sto_div01 .txt02{
	color: #222;
    font-size: 1.1rem;
}
.sto_div01 .txt03{
	color: #b9b9b9;
    font-weight: 500;
}
.sto_gall_box .pic01{
	overflow:hidden;
    border-radius: 16px;
}
.sto_gall_box .txt01{
	color: #222;
    font-size: 1.1rem;
    font-weight:500;
    letter-spacing: -0.09rem;
	margin-top:10px;
	text-align:center;
}

/* 스크롤 스타일 */
.sw_scroll_st .scroll_width{
	position:relative;
	max-width:400px;
    margin:2rem auto 0 ;
}
.sw_scroll_st .swiper-horizontal>.swiper-scrollbar, .sw_scroll_st .swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: 0;
    bottom: 3px;
    z-index: 50;
    height: 6px;
    width: 100%;
}
.sw_scroll_st .swiper-scrollbar-drag {
    background: #73b196;
}