#visual .swiper-slide{
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
    color: #fff
}
#visual .slide1{
    background-image: url(/images/1.png)
}
#visual .slide2{
    background-image: url(/images/2.png)
}
#visual .slide3{
    background-image: url(/images/3.png)
}
#visual .slide4{
    background-image: url(/images/4.png)
}
#visual .slide5{
    background-image: url(/images/5.png)
}
#visual .con_box{
    position: relative;
    top: 40%;
	overflow: hidden
}
#visual .con_box .tit{
    font-size: 80px;
    text-transform: uppercase;
    letter-spacing: -1px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
}
#visual .con_box .tit,
#visual .con_box .desc{
	transition: all 1.8s;
	transform: translate(-100%);
}
#visual .con_box .desc{
    font-size: 20px;
    margin-top: 30px;
    line-height: 1.6;
	transition-delay: 0.2s;
}
#visual .swiper-slide-active .con_box .tit,
#visual .swiper-slide-active .con_box .desc{
	transform: translate(0);
}
#visual .bottom{
    position: absolute;
    bottom: 80px;
    width: 100%;
    font-size: 0
}
#visual .bottom .swiper-pagination span{
    width: 20%;
    margin: 0;
    border-radius: 0;
    position: relative;
    display: inline-block;
    height: 1px;
    padding: 0;
    margin: 0;
    background: none;
    border: 0 none;
    opacity: 1
}
#visual .bottom .swiper-pagination span::after{
    background: #fff;
    z-index: 99;
    font-weight: 400;
    cursor: pointer;
    display: block;
    content: '';
    width: calc(100%  - 10px);
    height: 1px;
    position: absolute;
    top: 0;
    left: 10px;
    opacity: .3
}
#visual .bottom .swiper-pagination span em{
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    box-sizing: border-box;
    border: 1px solid #fff;
    z-index: 999;
    position: absolute;
    top: -5px;
    opacity: .3
}
#visual .bottom .swiper-pagination span.swiper-pagination-bullet-active::after{
    opacity: 1
}
#visual .bottom .swiper-pagination span.swiper-pagination-bullet-active em{
    background: #fff;
    opacity: 1
}
#visual .bottom .swiper-pagination span::before{
    display: block;
    content: '';
    font-size: 16px;
    position: absolute;
    top: -40px;
    left: 0;
    color: #fff;
}
#visual .bottom .swiper-pagination span:first-child::before{
    content: '금융·렌탈 중개';
}
#visual .bottom .swiper-pagination span:nth-child(2)::before{
    content: '유통·서비스';
}
#visual .bottom .swiper-pagination span:nth-child(3)::before{
    content: '광고·마케팅';
}
#visual .bottom .swiper-pagination span:nth-child(4)::before{
    content: '제휴상품 기획';
}
#visual .bottom .swiper-pagination span:nth-child(5)::before{
    content: '시스템 구축';
}
#visual .bottom .swiper-pagination::after{
    display: block;
    content:'';
    position: absolute;
    right: -10px;
    top: -10px;
    width: 0px;
    height: 0px;
    border-top:10px solid transparent;
    border-bottom:10px solid transparent;
    border-right: 10px solid transparent;
    border-left: 10px solid  #fff;
}

/*** sec1 ***/
#sec1{
    background: #002b81;
    padding: 60px 0
}
#sec1 .list{
    font-size: 0;
    text-align: center;
}
#sec1 .list>li{
    display: inline-block;
    width: 32%;
    margin-right: 2%;
    color: #fff;
    font-size: 16px;
	position: relative;
	top: 100px;
	opacity: 0;
}
#sec1 .list>li:last-child{
    margin-right: 0
}
#sec1 .list>li img{
    width: 100%
}
#sec1 .list>li .con_box{
    margin-top: 20px
}
#sec1 .list>li .con_box .title{
    font-size: 25px;
    font-weight: 800;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: -1px;
}
#sec1 .list>li .con_box .desc{
    line-height: 1.6;
    margin-top: 20px;
    padding: 0 20px;
    word-break: keep-all
}
#sec1 .list>li .con_box button{
    background: #fff;
    border: 0 none;
    color: #002b81;
    font-family: inherit;
    padding: 8px 0;
    width: 140px;
    border-radius: 15px;
    font-weight: 600;
    margin-top: 20px;
    cursor: pointer
}

/*** sec2 ***/
#sec2{
    background: url(../images/sec2_bg.png) no-repeat center;
    padding: 60px 0;
    text-align: center;
	background-size: cover
}
#sec2>div{
    max-width: 1000px;
	width: 90%
}
#sec2 .list{
    font-size: 0
}
#sec2 .list>li{
    display: inline-block;
    vertical-align: top;
    width: 49%;
    margin-right: 2%;
    text-align: center;
    background: #fff;
    box-shadow: 2px 2px 2px rgba(0,0,0,.25);
    position: relative  ;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
	position: relative;
	opacity: 0
}
#sec2 .list>li:nth-child(2n){
    margin-right: 0
}
#sec2 .list>li>img{
    width: 100%
}
#sec2 .list>li .icon{
    position: absolute;
    width: 65px;
    height: 65px;
    line-height: 65px;
    border-radius: 50%;
    background: #7088bf;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    top: 125px;
}
#sec2 .list>li:nth-child(2) .icon{
    background: #215295
}
#sec2 .list>li:nth-child(3) .icon{
    background: #0d2556
}
#sec2 .list>li:nth-child(4) .icon{
    background: #132c8b
}
#sec2 .list>li .icon img{
    vertical-align: middle
}
#sec2 .list>li .title{
    padding-top: 44px;
    padding-bottom: 15px;
}
#sec2 .con_box{
	margin-top: 20px;
	position: relative;
	top: 70px;
	opacity: 0
}
#sec2 .con_box .desc{
    font-size: 18px;
    line-height: 1.8;
    margin-top: 5px
}
#sec2 .con_box .title{
    font-size: 35px;
    font-family: 'Montserrat', sans-serif;
	font-weight: 800;
    letter-spacing: -1px;
}

/*** sec3   */
#sec3{
    padding: 60px 0;
    text-align: center
}
#sec3 .tit{
    font-size: 35px;
    line-height: 1.5;
    font-weight: 600
}
#sec3 .tit span{
    display: block;
    font-size: 18px;
    color: #777
}
#sec3 .graph_box{
    margin-top: 50px;
}
#sec3 .graph_box>li{
    display: inline-block;
    vertical-align: top;
    margin: 0 30px;
	position: relative;
	opacity: 0;
}
#sec3 .graph_box>li img{
    display: block
}
#sec3 .graph_box>li .title{
    background: #002a81;
    color: #fff;
    display: inline-block;
    margin-top: 25px;
    font-size: 18px;
    padding: 7px 30px;
    border-radius: 20px
}
#sec3 .graph_box>li .desc{
    color: #666;
    margin-top: 5px;
}

/*** sec4 ***/
#sec4{
    background: url(../images/sec4_bg.png) no-repeat fixed top;
	background-size: cover;
    padding: 60px 0;
    color: #fff;
    text-align: center
}
#sec4 .con_box .title{
    font-size: 30px;
    font-weight: 600;
	position: relative;
	top: 70px;
	opacity: 0
}
#sec4 .con_box .title::before{
    display: block;
    content: '';
    width: 30px;
    height: 1px;
    background: #fff;
    margin: 30px auto;
}
#sec4 .con_box .desc{
    line-height: 1.8;
    margin-top: 25px;
	position: relative;
	top: 70px;
	opacity: 0
}
#sec4 .con_box button{
    background: #002a81;
    color: #fff;
    border: 0 none;
    padding: 8px 0;
    width: 140px;
    border-radius: 15px;
    font-family: inherit;
    font-weight: 600;
    margin-top: 30px;
    cursor: pointer;
	position: relative;
	top: 70px;
	opacity: 0
}

@media screen and (max-width: 1200px) {

	#sec3 .graph_box{
		font-size: 0
	}
	#sec3 .graph_box>li{
		margin: 0;
		width: 48%;
		margin-right: 4%
	}
	#sec3 .graph_box>li:last-child{
		margin-right: 0
	}
	#sec3 .graph_box>li img{
		width: 100%
	}
	#sec1 .list>li{
		vertical-align: top
	}
	#sec1 .list>li .con_box .desc{
		font-size: 14px;
		height: 4.8em
	}

}

@media screen and (max-width: 768px) {
	
	#visual .con_box .tit{
		font-size: 35px
	}
	#visual .con_box .desc{
		word-break: keep-all;
		font-size: 14px
	}
	#visual .con_box .desc br{
		display: none;

	}
	#visual .bottom .swiper-pagination span::before{
		font-size: 13px
	}
	#sec1 .list>li{
		width: 100%;
		display: block;
		margin-bottom: 40px;
		text-align: left
	}
	#sec1 .list>li .con_box .desc{
		height: auto;
		padding: 0
	}
	#sec2 .list>li .icon{
		top: auto;
		bottom: 50px
	}
	#sec2 .con_box .desc{
		font-size: 14px;
		word-break: keep-all;
	}
	#sec3 .graph_box>li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
		display: block
	}
	#visual .swiper-slide{
		background-position: right 25% center
	}

}

@media screen and (max-width: 480px) {

	#sec4 .con_box .desc br{
		display: none;

	}
	#sec2 .list>li{
		display: block;
		width: 100%;
		margin-right: 0
	}
	#sec2 .con_box{
		margin-top: 35px
	}
	#sec2 .con_box .title,
	#sec3 .tit{
		font-size: 30px
	}
	#sec4 .con_box .desc{
		word-break: keep-all
	}

}