#fp-nav.right{
	right:3rem;
}
#fp-nav ul li{
	margin:2.5rem 0;
}
#fp-nav ul li, 
.fp-slidesNav ul li{
	width:7px;
	height: 7px;
	margin:2.5rem 0;
}
#fp-nav ul li a span, 
#fp-nav ul li a.active span,
.fp-slidesNav ul li a span{
    height: 7px;
    width: 7px;
    background: #999;
    margin: 0;
	left:0;
	top:0;
}
#fp-nav ul li a.active span{
	background: #000;
}
#fp-nav ul li:hover a span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a span{
    height: 7px;
    width: 7px;
    margin: 0;
}
#fp-nav ul li a.active{
	position: relative;
}
#fp-nav ul li a.active span::before{
	content: '';
	border: 1px solid #000;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	position: absolute;
	top: -12px;
	left: -11px;
}

#fullpage .section{
	position: relative;
	max-width:1920px;
	width:100%;
	overflow-x:hidden;
}
#fullpage .section .container{
	padding-top: 6%;
}
#fullpage .section:first-child .container,
#fullpage .section:last-child .container{
	padding-top: 0;
}
#fullpage .cta > a{
	height: 6rem;
	line-height: 6rem;
	font-size:1.8rem;
	padding:0 5rem;
	color:#fff;
	text-align: center;
	display:inline-block;
	background: #81b4e2;
}
#fullpage .big{
	font-size:18rem;
	color:#81b4e2;
	opacity:0.1;
	font-family: 'Roboto';
	font-weight: 900;
	text-transform: uppercase;
	position: absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}
#fullpage .more{
	border-bottom: 2px solid #fff;
	padding-bottom: 0.5rem;
	display:inline-block;
}
#fullpage .more p{
	font-weight: 500;
}
#fullpage .more p i{
	padding-left: 0.5rem;
	transform:translatey(1px);
}
@media(max-width:991.98px){
	#fullpage .section{
		padding:4rem 0;
	}
	#fullpage .section .container{
		padding-top: 0;
	}
	#fullpage .section.fp-auto-height{
		padding: 0;
	}
	#fullpage .big{
		font-size:9rem;
	}
	#fullpage .more{
		border-bottom: 1px solid #fff;
	}
}

#main_visual,
#main_visual .swiper-container,
#main_visual .swiper-wrapper,
#main_visual .swiper-slide{
	height:100%;
	position:relative;
}
#main_visual .swiper-slide > .txt_box{
	position:absolute;
	left:0;
	width:100%;
	top:50%;
	transform:translateY(-51%);
	color:#fff;
	padding-top:90px;
	z-index:1;
}
#main_visual .swiper-slide > .txt_box h3{
	font-size:3.8rem;
	font-weight:300;
	line-height: 1.3;
}
#main_visual .swiper-slide > .txt_box h3 b{
	font-weight: 600;
}
#main_visual .swiper-slide > .txt_box p{
	font-size:1.8rem;
	font-weight:300;
	position:relative;
}
#main_visual .swiper-slide > .txt_box img{
	padding:2rem 0 3rem;
}
@media(max-width:991.98px){
	#main_visual,
	#main_visual .swiper-container,
	#main_visual .swiper-wrapper,
	#main_visual .swiper-slide{
		height:60rem;
	}
	#main_visual .swiper-slide > .txt_box img{
		max-width:25rem;
	}
}

/* ima move */
.img-wrap{
	overflow:hidden;
	width:100%;
	height:100%;
}
.img-wrap > div{
	width:100%;
	height:100%;
	overflow: hidden;
	transform: scale(1.15) rotate(.001deg);
	transition: 6s;
}
.swiper-slide.swiper-slide-active .img-wrap > div{
	transform:scale(1.15) rotate(.001deg);transition-delay:0s;
	animation-name:main-bg-active;
	animation-duration:6s;
	animation-timing-function:linear;
	animation-delay:0s;
	animation-fill-mode:forwards;
}
#subVisual .img-wrap > div{
	transform:scale(1.1) rotate(.001deg);transition-delay:0s;
	animation-name:main-bg-active;
	animation-duration:6s;
	animation-timing-function:linear;
	animation-delay:0s;
	animation-fill-mode:forwards;
}
@keyframes main-bg-active{
	0%{transform:scale(1.15) rotate(.001deg);}
	100%{transform:scale(1) rotate(.001deg);}
}

#sec01 ul > li{
	position: relative;
	font-size:2.2rem;
	color:#333;
	padding-left: 1rem;
	margin:5px 0;
}
#sec01 ul > li::before{
	content:'';
	width:3px;
	height:3px;
	background: #333;
	position: absolute;
	top:17px;
	left:0;
	border-radius:50%;
}
#sec01 .fp-tableCell{
	position: relative;
	background: url('../_img/main/todak-bg.jpg') no-repeat center center / cover;
}
@media(max-width:991.98px){
	#sec01 ul > li{
		font-size:1.7rem;
	}
	#sec01 ul > li::before{
		top:10px;
	}
}

#sec02{
	background: url('../_img/main/section-03-bg.jpg') no-repeat center center / cover;
}
#sec02 .container{
	height: 78%;
}
#sec02 .container .flex{
	display:flex;
	height: 100%;	
}
#sec02 .container .flex > a{
	width:100%;
	height: 100%;
	text-align: center;
	display:block;
	position: relative;
	transition:all 0.2s ease-in-out;
}
#sec02 .container .flex > a.item-1{
	background: url('../_img/main/about.jpg') no-repeat center center / cover;
}
#sec02 .container .flex > a.item-2{
	background: url('../_img/main/high.jpg') no-repeat center center / cover;
}
#sec02 .container .flex > a.item-3{
	background: url('../_img/main/case.jpg') no-repeat center center / cover;
}
#sec02 .container .flex > a p{
	color:#fff;
}
#sec02 .container .flex > a [class*="txt"]{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	width:100%;
    height: 100%;
    max-height: 12rem;
	position: absolute;
	bottom:25%;
}
#sec02 .container .flex > a [class*="txt"] p{
	width:100%;
}
#sec02 .container .flex > a [class*="txt"] .roboto{
	letter-spacing: 0.5px;
	line-height: 1.2;
}

#sec02 .container .flex > a .txt_hover{
	display:none;
}
#sec02 .container .flex > a .txt_hover p.fsr1_6{
	padding:4rem 0 6rem;
}

#sec02 .container .flex > a:hover{
	margin-top:-4rem;
}
#sec02 .container .flex > a:hover [class*="txt"]{
	display:none;
}
#sec02 .container .flex > a:hover .txt_hover{
	display:flex;
	align-content: flex-end;
	max-height:inherit;
	bottom:15%;
}
#sec02 .container .flex > a.item-1:hover{
	background: url('../_img/main/about_on.jpg') no-repeat center center / cover;
}
#sec02 .container .flex > a.item-2:hover{
	background: url('../_img/main/high_on.jpg') no-repeat center center / cover;
}
#sec02 .container .flex > a.item-3:hover{
	background: url('../_img/main/case_on.jpg') no-repeat center center / cover;
}
@media(max-width:991.98px){
	#sec02 .container{
		height: auto;
	}
	#sec02 .container .flex{
		display:block;
		height: inherit;	
	}
	#sec02 .container .flex > a{
		padding:6rem 0;
	}
	#sec02 .container .flex > a:hover{
		margin-top:0;
	}
	#sec02 .container .flex > a [class*="txt"]{
		display:none;
	}
	#sec02 .container .flex > a .txt_hover,
	#sec02 .container .flex > a:hover .txt_hover{
		display:block;
		max-height:inherit;
		bottom:15%;
		position: relative;
		bottom:0;
	}
	#sec02 .container .flex > a .txt_hover p.fsr1_6{
		padding:2rem 0 4rem;
	}
	#sec02 .container .flex > a.item-1{
		background: url('../_img/main/about_on.jpg') no-repeat center center / cover;
	}
	#sec02 .container .flex > a.item-2{
		background: url('../_img/main/high_on.jpg') no-repeat center center / cover;
	}
	#sec02 .container .flex > a.item-3{
		background: url('../_img/main/case_on.jpg') no-repeat center center / cover;
	}
}

#sec03 .news_item > .thumb{
	width:100%;
	padding-top: 70%;
	margin-bottom: 2rem;
}
#sec03 .news_item > .flex{
	display:flex;
	align-items:center;
	justify-content:space-between;
}
#sec03 .news_item > .flex .icon{
	padding: 0.9rem 0.8rem;
	word-break: break-all;
	text-align: center;
	background: #81b4e2;
	color: #fff;
	line-height: 1.2;
	font-size: 1.4rem;
	margin-right: 1.5rem;
	width: 5rem;
	letter-spacing: -0.015em;
}
#sec03 .news_item > .flex .title{
	font-size:1.8rem;
	color:#000;
	font-weight: 500;
	line-height: 1.5;
	width:calc(100% - 6.5rem);
}
#sec03 .news_item > .desc{
	margin: 1.5rem 0 1rem;
	font-size:1.6rem;
	height: 6rem;
	color:#666;
}
#sec03 .news_item > .date{
	font-size:1.5rem;
	color:#999;
}
#sec03 .inquiry{
	background: url('../_img/main/inquiry-img.jpg') no-repeat center center / cover;
	display:block;
	margin-top: 4%;
	padding:6rem;
	color:#fff;
}
#sec03 .inquiry .flex{
	display:flex;
	align-items:center;
	justify-content:space-between;
}
@media(max-width:991.98px){
	#sec03 .row{
		margin-left: -1rem;
		margin-right: -1rem;
	}
	#sec03 .row > div{
		padding-left: 1rem;
		padding-right: 1rem;
		margin-bottom: 2rem;
	}
	#sec03 .news_item > .thumb{
		margin-bottom: 1rem;
	}
	#sec03 .news_item > .flex{
		display:block;
	}
	#sec03 .news_item > .flex .icon {
		width: auto;
		margin:0 0 1rem;
		display:inline-block;
	}
	#sec03 .news_item > .flex .title {
		font-size: 1.8rem;
		width: 100%;
	}
	#sec03 .news_item > .desc {
		margin: 1rem 0 0;
	}
	#sec03 .inquiry {
		margin-top: 3rem;
		padding: 3rem 2rem;
	}
	#sec03 .inquiry .flex{
		display:block;
	}
}