@charset 'UTF-8';

/***********
common
************/
.conte_wrap{
	position: relative;
    background-image: url(/factoryguide/img/top/bk.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: calc(100vh - 70px);
	height: calc(100dvh - 70px);
}
.conte_wrap h1{
	font-size: 40px;
	text-align: center;
	letter-spacing: 0.02em;
	line-height: 1.275;
	padding-top: 40px;
	color: #272727;
}
.conte_wrap h1 span{

}
.floor_select_btn{
	position: absolute;
	bottom: 40px;
    max-width: 280px;
    width: 100%;
    right: 0;
    left: 0;
    margin: auto;
}
.floor_select_btn p{
	font-size: 20px;
	line-height: 1.25;
	color: #fff;
	position: relative;
	padding: 20px 15px 11px;
	background: #262626;
	border-radius: 30px;
	text-align: center;
	display: block;
	width: 100%;
    font-style: normal;
	font-weight: 500;
}
.sc .floor_select_btn p,
.tc .floor_select_btn p,
.en .floor_select_btn p,
.ko .floor_select_btn p{
    padding: 17px 15px 18px;
}
.floor_select_btn p span{
	position: absolute;
	right: 10px;
	bottom: 0;
	top: 0;
	margin: auto;
	width: 36px;
	height: 36px;
	background: #fff;
	border-radius: 50%;
}
.floor_select_btn p span:before{
	content: '';
	position: absolute;
    right: -3px;
	left: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	width: 7px;
	height: 12px;
	background-image: url(/factoryguide/img/top/arrow03.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
section{
	max-width: 960px;
	margin: auto;
	padding-top: 70px;
	background: #fff;
	/* display: none; */
}
