@charset "utf-8";
.mo{
	display:none;
}
body{min-width:1420px;}
.inbox{
	width:1420px;
	margin:0 auto;
	position:relative;
	text-align:center;
}
h1{
	font-size: 164px;
	line-height:100%;
}
h2{
	font-size: 70px;
	line-height:100%;
}
h3{
	font-size: 80px;
	line-height:100%;
}
h4{
	font-size: 60px;
	line-height:100%;
}
h5{
	font-size: 40px;
	line-height:100%;
}
h6{
	font-size: 45px;
	line-height:100%;
}
.line_link{
	text-align: center;
	background:#47669a;
	padding:105px 0;
}
.line_link .inbox h4{
	color:#fff;
	letter-spacing:-0.5px;
	font-weight:600;
	line-height:100%;
	margin-bottom:80px;
}
.line_link .inbox h4 span{
	display:inline-block;
	margin-left:-30px;
}
.line_link .inbox a{
	display:inline-block;
	background:#fff;
	font-size:40px;
	font-weight:600;
	color:#47669a;
	width: 884px;
	height:104px;
	border-radius:52px;
	line-height:104px;
}
.titlebox h4{
	font-weight:400;
	margin-bottom:40px;
	letter-spacing:-1.5px;
}
.titlebox h3{
	font-weight:700;
	color:#47669a;
	letter-spacing:-5px;
}
.visual{
	background:url(/images/main_bg.png) no-repeat 50% 0%;
	background-size:cover;
}
.visual .buttom_box{
	display:flex;
	justify-content: space-between;
	padding:34px 50px 0;
}
.visual .buttom_box .sns a{
	display:inline-block;
	margin-right:8px;
	vertical-align:middle;
}
.visual .buttom_box .sns a:last-child{
	margin-right:0;
}
.visual .textbox{
	text-align:left;
	margin-top:105px;
}
.visual .textbox h2{
	letter-spacing:-0.8px;
	margin-bottom:50px;
	font-weight:400;
}
.visual .textbox h1{
	letter-spacing:-3px;
	font-weight:800;
	color:#47669a;
}
.visual .textbox p:before{
	margin-top:120px;
	margin-bottom: 40px;
	content:"";
	display:block;
	width:79px;
	height:10px;
	border-radius:2px;
	background:#8d8582;
}
.visual .textbox p{
	letter-spacing:-1.5px;
	font-size:45px;
	line-height:68px;
	font-weight:400;
}
.visual .inbox .box ul{
	display:flex;
	margin-top:310px;
	justify-content:space-between;
	padding-bottom: 105px;
}
.visual .inbox .box ul li{
	width:430px;
	height:430px;
	position:relative;
	border-radius:50%;
	border: 2px solid #47669a;
}
.visual .inbox .box ul li span{
	position: absolute;
	width:100%;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	color:#47669a;
	font-size: 40px;
	letter-spacing:-1.5px;
}

.con1{
	padding-top:105px;
}
.con1 .inbox .imgbox{
	margin-top: 65px;
	position:relative;
}
.con1 .inbox .imgbox .box{
	position:absolute;
	bottom:8%;
	left:50%;
	transform:translate(-50%,0%);
	width: 1180px;
	background:rgba(71,102,154,0.85);
	padding:105px 0 105px 80px;
	text-align:left;
	border-radius:30px;
	
}
.con1 .inbox .imgbox .box li{
	font-size:40px;
	color:#fff;
	letter-spacing:-2px;
	line-height:100%;
	margin-bottom: 65px;
}
.con1 .inbox .imgbox .box li:last-child{
	margin-bottom:0;
}
.con1 .inbox .imgbox .box li img{
	margin-right:5px;
	vertical-align:middle;
	margin-top:-7px;
}
.con2 .inbox .titlebox img{
	margin-bottom: 105px;
}
.con2 .inbox .box{
	margin-top:90px;
}
.con2 .inbox .box h4{
	letter-spacing:-2px;
	margin-bottom:40px;
}
.con2 .inbox .box .p{
	font-size:30px;
	line-height:50px;
	letter-spacing:-1px;
	font-weight:400;
}
.con2 .inbox .box .flex{
	display:flex;
	justify-content:space-between;
	margin:90px 0 105px;
}
.con2 .inbox .box .flex li{
	background:#eff3fa;
	position:relative;
	border:2px solid #47669a;
	padding:78px 0;
	width: 442px;
}
.con2 .inbox .box .flex li .circle{
	position:absolute;
	top:0;
	left:50%;
	transform:translate(-50%,-50%);
	background:#47669a;
	display:block;
	width:32px;
	height:32px;
	border-radius:50%;
	mix-blend-mode:multiply;
}
.con2 .inbox .box .flex li  h5{
	color:#47669a;
	font-size:40px;
	line-height:58px;
	letter-spacing:-2px;
	font-weight:700;
}
.con2 .inbox .box .flex li  p:before{
	margin:25px auto;
	content:"";
	display:block;
	width:6px;
	height:40px;
	border-radius:3px;
	background:#bfbfbf;
}
.con2 .inbox .box .flex li  p{
	font-size:25px;
	line-height:39px;
	letter-spacing:-1px;
	font-weight:400;
}
.con3{
	background:#e5e6e9;
	padding:105px 0;
}
.con3 .inbox .flex{
	display:flex;
	justify-content:space-between;
	align-items: center;
}
.con3 .inbox .flex .box{
	text-align:left;
}
.con3 .inbox .flex .box h6{
	font-size:45px;
	letter-spacing:-2px;
	color:#47669a;
	font-weight:700;
	margin-bottom: 60px;
}
.con3 .inbox .flex .box p{
	font-size: 29px;
	line-height:51px;
	font-weight:500;
	letter-spacing:-1.5px;
}
.con4{
	padding:105px 0;
}
.con4 .inbox .titlebox {
	margin-bottom:105px;
}
.con4 .inbox .titlebox span{
	color:#bfbfbf;
	font-size:22px;
	letter-spacing:18px;
	line-height:100%;
	margin-bottom: 50px;
	display:inline-block;
}
.con4 .inbox .stepbox{
	background:#eff3fa;
	border-radius:30px;
	padding: 80px 120px;
	margin-bottom:80px;
}
.con4 .inbox .stepbox:last-child{
	margin-bottom:0;
}
.con4 .inbox .stepbox h4{
	width:480px;
	height:104px;
	border-radius:52px;
	background:#47669a;
	color:#fff;
	font-weight:700;
	line-height:104px;
	margin:0 auto 100px;
}
.con4 .inbox .stepbox ul li{
	display:flex;
	align-items:center;
	margin-bottom:90px;
}
.con4 .inbox .stepbox ul li:last-child{
	margin-bottom:0;
}
.con4 .inbox .stepbox ul li .icon{
	width:210px;
}
.con4 .inbox .stepbox ul li .bar{
	display:block;
	width: 8px;
	border-radius:4px;
	background:#47669a;
	margin-right: 55px;
	margin-left:70px;
	height:200px;
}
.con4 .inbox .stepbox ul li .bar2{
	height:440px;
}
.con4 .inbox .stepbox ul li .bar3{
	height:320px;
}
.con4 .inbox .stepbox ul li .bar4{
	height:500px;
}
.con4 .inbox .stepbox ul li  .box{
	text-align:left;
}
.con4 .inbox .stepbox ul li  .box b{
	font-size:30px;
	font-weight:700;
	line-height:100%;
	margin-bottom: 50px;
	color:#47669a;
	display:block;
}
.con4 .inbox .stepbox ul li  .box p{
	font-size:40px;
	font-weight:400;
	line-height:60px;
	letter-spacing:-2px;
}
.con5{
	background:#e5e6e9;
	padding:105px 0;
}
.con5 .inbox .titlebox p{
	font-size:40px;
	line-height:62px;
	letter-spacing:-1.5px;
	margin-bottom:60px;
	font-weight:400;
}
.con5 .inbox .titlebox h4{
	font-weight:700;
	margin-bottom:80px;
}
.con5 .inbox .titlebox h4 strong{
	color:#47669a;
	display:inline-block;
	margin:0 25px;
}
.con5 .inbox .box{
	background:#47669a;
	border-radius:20px;
	text-align:left;
	padding:80px ;
	margin-bottom:60px;
}
.con5 .inbox > p{
	font-size:30px;
	letter-spacing:-1.5px;
	font-weight:400;
}
.con5 .inbox .box .flex{
	display:flex;
	justify-content:space-between;
	flex-wrap: wrap;

}
.con5 .inbox .box .flex li{
	width:45%;
}
.con5 .inbox .box ul li{
	color:#fff;
	font-size:30px;
	letter-spacing:-2px;
	line-height:100%;
	margin-bottom:40px;
}
.con5 .inbox .box ul li span{
	color:#1b1b1b;
	display:inline-block;
	margin-right:12px;
	font-weight:800;
}
.con5 .inbox .box .flex li:nth-child(n+4){
	margin-bottom:0;
}
.con5 .inbox .box ul li:last-child{
	margin-bottom:0;
}
.con5 .inbox .box b{
	display:block;
	margin:80px 0 50px;
	color:#fff;
	font-weight:700;
	font-size:35px;
	letter-spacing:-1.5px;
}
.con5 .inbox .box b span{
	border-top: 2px dotted #fff;
	display:inline-block;
	width:65%;
	vertical-align:middle;
	margin-left:20px;
}
.con6{
	background:url(/images/section9_bg.png) no-repeat 50% 0%;
	background-size:cover;
	padding:105px 0;
}
.con6 .inbox p{
	color:#fff;
	font-size:40px;
	line-height:65px;
	letter-spacing:-1.5px;
	margin-bottom:60px;
}
.con6 .inbox p strong{
	color:#9ab4df;
	font-weight:600;
}
.con6 .inbox .bar{
	display:inline-block;
	margin-bottom:60px;
	width:8px;
	height:105px;
	border-radius:5px;
	background:#a19c9e;
}
.con6 .inbox h4{
	font-size:60px;
	font-weight:700;
	margin-bottom:40px;
	color:#fff;
}
.con6 .inbox h4 strong{
	color:#9ab4df;
}
.footer{
	background:#000;
	padding:50px 0;
	color:#6f7c7d;
}
.footer .flex{
	display:flex;
	align-items:flex-end;
	text-align:left;
	justify-content:space-between;
}
.footer .flex p{
	font-size:22px;
	font-weight:400;
	line-height:150%;
}

/*모바일*/
@media screen and (max-width: 767px){


body{min-width:auto;}
.inbox{
	width:85vw;
	margin:0 auto;
	position:relative;
	text-align:center;
}
img{
	max-width:100%;
}
h1{
	font-size: 11vw;
	line-height:100%;
}
h2{
	font-size: 5vw;
	line-height:100%;
}
h3{
	font-size: 6vw;
	line-height:100%;
}
h4{
	font-size: 4.5vw;
	line-height:100%;
}
h5{
	font-size: 3vw;
	line-height:100%;
}
/* h6{ */
	/* font-size: 45px; */
	/* line-height:100%; */
/* } */
.line_link{
	text-align: center;
	background:#47669a;
	padding:12.5vw 0;
}
.line_link .inbox h4{
	color:#fff;
	letter-spacing:-0.5px;
	font-weight:600;
	line-height:100%;
	margin-bottom:7.5vw;
}
.line_link .inbox h4 span{
	display:inline-block;
	margin-left:-2vw;
}
.line_link .inbox a{
	display:inline-block;
	background:#fff;
	font-size:3.5vw;
	font-weight:600;
	color:#47669a;
	width: 70vw;
	height:8vw;
	border-radius:4vw;
	line-height:7.5vw;
}
.titlebox h4{
	font-weight:400;
	margin-bottom:2.5vw;
	letter-spacing:-1.5px;
}
.titlebox h3{
	font-weight:700;
	color:#47669a;
	letter-spacing:-2px;
}
.visual{
	background:url(../m/images/main_bg.png) no-repeat 50% 0% #e5e6e9;
	background-size:100% auto;
}
.visual .buttom_box{
	display:flex;
	justify-content: space-between;
	padding:3vw  5vw 0;
}
.visual .buttom_box .logo{
	width:20%;
	display:block;
}
.visual .buttom_box .linebtn{
	width:32%;
	display:block;
}
.visual .buttom_box a img{
	width:100%;
}
.visual .textbox{
	text-align:left;
	margin-top:12vw;
}
.visual .textbox h2{
	letter-spacing:-0.8px;
	margin-bottom:2vw;
	font-weight:400;
}
.visual .textbox h1{
	letter-spacing:-3px;
	font-weight:800;
	color:#47669a;
}
.visual .textbox p:before{
	margin-top:12vw;
	margin-bottom: 2vw;
	content:"";
	display:block;
	width:5vw;
	height:4px;
	border-radius:2px;
	background:#8d8582;
}
.visual .textbox p{
	letter-spacing:-1.5px;
	font-size:3vw;
	line-height:150%;
	font-weight:500;
}
.visual .inbox .box ul{
	display:flex;
	flex-wrap:wrap;
	margin-top:25vw;
	justify-content:center;
	padding-bottom: 12.5vw;
}
.visual .inbox .box ul li{
	width:38vw;
	height:38vw;
	position:relative;
	border-radius:50%;
	border: 2px solid #47669a;
}
.visual .inbox .box ul li:first-child{
	margin:0 10vw;
}
.visual .inbox .box ul li:last-child{
	margin-left:5vw;
}
.visual .inbox .box ul li span{
	position: absolute;
	width:100%;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	color:#47669a;
	font-size: 3.5vw;
	letter-spacing:-1.5px;
}

.con1{
	padding:12.5vw 0 10vw;
}
.con1 .inbox .imgbox{
	margin-top: 7vw;
	position:relative;
}
.con1 .inbox .imgbox .box{
	position:absolute;
	bottom:0;
	left:50%;
	transform:translate(-50%,0%);
	width: 70vw;
	background:rgba(57,85,135,0.9);
	padding:6vw 0 6vw 5vw;
	text-align:left;
	border-radius:3vw;
	
}
.con1 .inbox .imgbox .box li{
	font-size:3vw;
	color:#fff;
	letter-spacing:-0.5px;
	font-weight:300;
	line-height:100%;
	margin-bottom: 4vw;
	display:flex;
	align-items:flex-start;
	line-height:150%;
}
.con1 .inbox .imgbox .box li:last-child{
	margin-bottom:0;
}
.con1 .inbox .imgbox .box li img{
	margin-right:1vw;
	vertical-align:middle;
	margin-top:0.5vw;
	width:4vw;
}
.con2{
	padding-bottom:12.5vw;
}
.con2 .inbox .titlebox img{
	margin-bottom: 6vw;
	width:2.5vw;
}
.con2 .inbox .box{
	margin-top:6vw;
}
.con2 .inbox .box h4{
	letter-spacing:-1px;
	margin-bottom:3vw;
	font-size:4vw;
}
.con2 .inbox .box .p{
	font-size:2.3vw;
	line-height:150%;
	letter-spacing:-1px;
	font-weight:500;
}
.con2 .inbox .box .flex{
	width:70vw;
	margin: 7vw auto 0;
	display:block;
}
.con2 .inbox .box .flex li{
	background:#eff3fa;
	position:relative;
	border:1px solid #47669a;
	padding:5vw 0;
	width: 100%;
	margin-bottom:5vw;
}
.con2 .inbox .box .flex li:last-child{
	margin-bottom:0;
}
.con2 .inbox .box .flex li .circle{
	position:absolute;
	top:0;
	left:50%;
	transform:translate(-50%,-50%);
	background:#47669a;
	display:block;
	width:2.5vw;
	height:2.5vw;
	border-radius:50%;
	mix-blend-mode:multiply;
}
.con2 .inbox .box .flex li  h5{
	color:#47669a;
	font-size:3.5vw;
	line-height:150%;
	letter-spacing:-1px;
	font-weight:700;
}
.con2 .inbox .box .flex li  p:before{
	margin:2.2vw auto;
	content:"";
	display:block;
	width:3px;
	height:3.5vw;
	border-radius:1.5px;
	background:#bfbfbf;
}
.con2 .inbox .box .flex li  p{
	font-size:2.5vw;
	line-height:150%;
	letter-spacing:-1.5px;
	font-weight:500;
}
.con3{
	background:#e5e6e9;
	padding:12.5vw 0;
}
.con3 .inbox .flex{
	display:block;
}
.con3 .inbox .flex img{
	width:35vw;
}
.con3 .inbox .flex .box{
	text-align:center;
}
.con3 .inbox .flex .box h6{
	font-size:3.5vw;
	letter-spacing:-1px;
	color:#47669a;
	font-weight:700;
	margin: 5vw 0 3vw;
}
.con3 .inbox .flex .box p{
	font-size: 2.5vw;
	line-height:150%;
	font-weight:500;
	letter-spacing:-1.5px;
}
.con4{
	padding:12.5vw 0;
}
.con4 .inbox .titlebox {
	margin-bottom:7vw;
}
.con4 .inbox .titlebox span{
	color:#bfbfbf;
	font-size:2vw;
	letter-spacing:10px;
	line-height:100%;
	margin-bottom: 3vw;
	display:inline-block;
}
.con4 .inbox .stepbox{
	background:#eff3fa;
	border-radius:2vw;
	padding: 6vw 5vw;
	padding-right:0;
	margin-bottom:5vw;
}
.con4 .inbox .stepbox:last-child{
	margin-bottom:0;
}
.con4 .inbox .stepbox h4{
	width:30vw;
	height:8vw;
	border-radius:4vw;
	background:#47669a;
	color:#fff;
	font-weight:700;
	line-height:7.8vw;
	margin:0 auto 5vw;
	font-size:3.5vw;
}
.con4 .inbox .stepbox ul li{
	display:flex;
	align-items:center;
	margin-bottom:5vw;
}
.con4 .inbox .stepbox ul li:last-child{
	margin-bottom:0;
}
.con4 .inbox .stepbox ul li .icon{
	width:20vw;
}
.con4 .inbox .stepbox ul li .icon img{
	width:90%; 
}
.con4 .inbox .stepbox ul li .bar{
	display:block;
	width: 4px;
	border-radius:2px;
	background:#47669a;
	margin-right: 3vw;
	margin-left:3vw;
	height:13vw;
}
.con4 .inbox .stepbox ul li .bar2{
	height:28vw;
}
.con4 .inbox .stepbox ul li .bar3{
	height:20vw;
}
.con4 .inbox .stepbox ul li .bar4{
	height:32vw;
}
.con4 .inbox .stepbox ul li  .box{
	text-align:left;
}
.con4 .inbox .stepbox ul li  .box b{
	font-size:2.2vw;
	font-weight:700;
	line-height:100%;
	margin-bottom: 2.5vw;
	color:#47669a;
	display:block;
}
.con4 .inbox .stepbox ul li  .box p{
	font-size:2.5vw;
	font-weight:500;
	line-height:160%;
	letter-spacing:-1px;
}
.con5{
	background:#e5e6e9;
	padding:12.5vw 0;
}
.con5 .inbox .titlebox p{
	font-size:2.5vw;
	line-height:150%;
	letter-spacing:-1px;
	margin-bottom:5vw;
	font-weight:500;
}
.con5 .inbox .titlebox h4{
	font-weight:700;
	margin-bottom:5vw;
}
.con5 .inbox .titlebox h4 strong{
	color:#47669a;
	display:inline-block;
	margin:0 1vw;
}
.con5 .inbox .box{
	background:#47669a;
	border-radius:20px;
	text-align:left;
	padding:8vw 5vw ;
}
.con5 .inbox .box .flex{
	/* display:flex; */
	/* justify-content:space-between; */
	/* flex-wrap: wrap; */

}
.con5 .inbox .box .flex li{
	width:100%;
}
.con5 .inbox .box ul li{
	color:#fff;
	font-size:2.5vw;
	letter-spacing:-0.5px;
	line-height:100%;
	margin-bottom:3vw;
}
.con5 .inbox .box .flex li:nth-child(n+4) {
    margin-bottom: 3vw;
}
.con5 .inbox .box ul li span{
	color:#1b1b1b;
	display:inline-block;
	margin-right:1vw;
	font-weight:800;
}

.con5 .inbox .box ul li:last-child{
	margin-bottom:0;
}
.con5 .inbox .box b{
	display:block;
	margin:5vw 0 4vw;
	color:#fff;
	font-weight:600;
	font-size:3vw;
	letter-spacing:-0.5px;
}
.con5 .inbox .box b span{
	border-top: 1px dotted #fff;
	display:inline-block;
	width:50%;
	vertical-align:middle;
	margin-left:2vw;
}
.con6{
	background:url(../images/section9_bg.png) no-repeat 50% 0%;
	background-size:cover;
	padding:12.5vw 0;
}
.con6 .inbox p{
	color:#fff;
	font-size:3vw;
	line-height:160%;
	letter-spacing:-1px;
	margin-bottom:3vw;
}
.con6 .inbox p strong{
	color:#9ab4df;
	font-weight:600;
}
.con6 .inbox .bar{
	display:inline-block;
	margin-bottom:5vw;
	width:4px;
	height:9vw;
	border-radius:2px;
	background:#a19c9e;
}
.con6 .inbox h4{
	font-size:3.5vw;
	font-weight:700;
	margin-bottom:3vw;
	color:#fff;
}
.con6 .inbox h4 strong{
	color:#9ab4df;
}
}