@charset "utf-8";
/* @import "fonts.css";
@import "reset.css"; */



.main{
    width: 100%;
}

.main__container{
    max-width: 1160px;
    margin: 0 auto;
    padding: 20px 0;
}




/* 메인배너 */
.mainBanner{
    overflow:hidden;
    z-index: 1;
    position:relative;
    width:100%;
    height: 510px;
    border-radius: 10px;
}

.mainBanner>img{
    width:100%;
}

.mainBanner__text{
    position: 2;
    position:absolute;
    top:50%;
    left:60px;
    transform: translate(0, -50%);
}

.mainBanner__text>h2{
	height:48px;
	line-height:48px;
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 5px;
    color:#ffffff;
}
.mainBanner__text>h3{
	color:#007fda;
	height:48px;
	line-height:48px;
	font-size: 48px;
    font-weight: 600;
    margin-bottom: 50px;
}

.mainBanner__text>p{
	height:20px;
    font-size: 20px;
    line-height:20px;
    font-weight: 400;
    margin-bottom: 5px;   
    color:#ffffff;   
}
.textNumber{
	display:inline-block;
	color:#ffffff;
	height:40px;
	line-height:40px;
	font-size:40px;
	font-weight:600;
	font-familly:'roboto';
	margin-right:5px;
}
.mainBanner__text>h4{
	display:inline-block;
	color:#ffffff;
	font-size:15px;
	font-weight:400;
	height:40px;
	line-height:40px;
}
.mainBanner__text>h4>b{
	display:inline-block;
	font-size:20px;
}
.section5Bt{
    display:block;
    width:400px;
    text-align: center;
    height:28px;
    line-height:28px;
    padding:20px 0;
    font-size: 28px;
    font-weight: 600;
    color: #ffffff;
    border: 3px solid #ffffff;
    border-radius: 10px;
    margin-top:20px;
    transition: all 0.3s;
}

.section5Bt:hover{
    background: #ffffff;
    color:#4fb4fd;
}
/* 서비스소개 */
.section1{
    margin-top:30px;
    text-align: center;
}

.section__title{
    display:inline-block;
}


/* 서비스소개 - 텍스트 */
.section__text{
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #222222;
    letter-spacing: -0.5px;
}

.section__line{
    display:inline-block;
    width:100%;
    height:3px;
    background: #222222;
}

.section1__text{
    margin-top:20px;
}

.section1__text>h2{
    font-weight: 600;
    font-size: 40px;
    color:#222222;
    margin-bottom: 20px;
    
}



.section1__text>p{
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 15px;
    color: #333333;
    letter-spacing: -0.5px;
}



/* 서비스소개 - 도표 */
.section1__graph__total{
    padding:50px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.section1__graph{
    width:222px;
    padding:47px 0;
    border-radius:10px;
}
.section1__graph1{
    background: #e2f3ff;
}
.section1__graph2{
    background: #d1ecff;
}
.section1__graph3{
    background: #bbe2ff;
}
.section1__graph4{
    background: #a4d9ff;
}
.section1__graph5{
    background: #8dcfff;
    padding:61px 0;
}

/* 서비스소개 - 도표 - 간격조정 */
.section1__graph>p{
    font-weight: 600;
    font-size: 18px;
    color:#222222;
    margin-bottom: 10px;
}
.section1__graph>p:nth-child(3){
    margin-bottom: 0;
}
.section1__graph5>p:nth-child(2){
    margin-bottom: 0;
}

.detailBt{
	width:100%;
	text-align:center;
	postition:relative;
}


.detailBt__link{
    display: inline-block;
    position:relative;
    margin-bottom:50px;
}

.detailBt__link:hover.detailText{
	color: #222222; 
	
}

.detailBt__text{
	display:inline-block;
	font-size: 23px;
    font-weight: 400;   
    text-align:center;
    color: #dddddd; 
   	position:relative;
}

.detailBt__icon{
	display: block;
	position:absolute;
	top:50%;
	right:-30px;
    width:20px;
    height:20px;
    border-bottom:1px solid #dddddd;
    border-right:1px solid #dddddd;
    transform: rotate(45deg) translate(0, -100%);;
}

.detail-setction{
	display:none;
}
.detailAdd{
	display:block;
}

/* 서비스 신청 */
.section2{
    width:100%;
    height:510px;
    background: #f3f5f9;
    overflow:hidden;
}

.section2__container{
    max-width: 1160px;
    height:100%;
    margin: 0 auto;
    z-index: 1;
    position: relative;
}
/* 서비스 신청 - 왼쪽 */
.container__left{
    z-index: 2;
    position: absolute;
    top:50%;
    left:0;
    transform: translate(0, -50%);
}
.container__left--title{
    display:block;
    font-size: 48px;
    font-weight: 600;
    letter-spacing: -0.5px;
    color:#222222;
    margin-bottom: 15px;
}

.container__left--title2{
    margin-bottom: 45px;
}

.container__left--text{
    display:block;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.5px;
    color:#222222;
    margin-bottom: 18px;;    
}
/* 서비스 신청 - 왼쪽 - 버튼 */
.serviceBt{
    display: inline-block;
    border:3px solid #4fb4fd;
    border-radius: 10px;
    color:#4fb4fd;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    padding:20px 50px;;
    margin-top:45px;
    transition: all 0.3s;
}
.serviceBt:hover{
    background: #4fb4fd;
    color:#ffffff;
}



/* 서비스 신청 - 오른쪽 */
.container__right{
    z-index: 2;
    position: absolute;
    top:50%;
    right:0;   
    width:600px;
    height:390px;
    transform: translate(0, -50%);
}







/* 서비스 이용방법 */
.section3{
    padding:100px 0 100px 0;
    text-align: center;
}
.section__contects__title{
    max-width:1160px;
    margin:0 auto;
    text-align: left;
}
.title__circle{
    display:inline-block;
    width:20px;
    height:20px;
    border-radius:50%;
    background: #222222;
    color:#ffffff;
    font-size: 20px;
    padding: 15px;
    text-align: center;
    line-height:20px;
}
.title__text{
    display:inline-block;  
    color:#222222;
    font-size: 20px;
    font-weight: 600;
    padding: 15px 10px;    
}

.section3__contects__total{
    padding-top:30px;
    max-width:1315px;
    margin:0 auto;
    display:flex;
    flex-direction: row;
    justify-content: space-around;

}

/* 서비스 이용방법 - 아이콘이미지 */
.contects{
    text-align: center;
    position: relative;

}
.contects__image{
    display: inline-block;
    width:125px;
    height:129px;
    margin-bottom:35px;
}
.contects__image2{
    width:182px;
}
.contects__image>img{
    height:100%;
}


/* 서비스 이용방법 - 텍스트 */
.contects__text>h4{
    font-size: 25px;
    color: #222222;
    font-weight: 600;
    margin-bottom: 20px;
}
.contects__text>p{
    font-size: 18px;
    color: #222222;
    font-weight: 400;
    margin-bottom: 7px;
}
.contects__text2{
    margin:30px 15px;
    text-align: left;

}
.text2--circle{
    display: inline-block;
    width:8px;
    height:8px;
    border-radius: 50%;
    background: #222222;
    margin:10px;
}
.contects__text2>p{
    margin-bottom: 5px;
}

.contects__text2 em{
font-size:18px;
font-weight: 400;
color:#222222;
}
.contects__subtext{
    position: absolute;
    bottom:-20px;
    left:50%;
    margin-left:-150px;
    width:300px;
}

.contects__subtext>span{
    display: inline-block;
    border-radius: 50%;
    background: #dddddd;
    color:#ffffff;
    width:15px;
    height:15px;
    text-align:center;
    font-size:13px;
    line-height:13px;
    margin-bottom:5px;
}
.contects__subtext>p{
    display: inline-block;
    padding-bottom:10px;
    font-size: 13px;
    font-weight: 400;
    color: #999999;
}
.contects__arrow{
    padding:150px 0;
}



/* section4 */
.section4{
    width:100%;
    background: #ebeff5;
    padding:80px 0;
}
.section4__container{
    max-width: 1190px;
    margin:0 auto;
}

.section4__contents{
    width: 100%;
    position: relative;
}

/* section4 왼쪽 */
.contents__left{
    float: left;
    padding:50px 0;
}
.contents__link{
    display:block;
    padding:20px;
    border-radius: 10px;
    margin-bottom:20px;
    transition: all 0.3s;
    font-weight: 400;
}
.contents__linkAdd{
    background: #ffffff;
    box-shadow: 5px 5px 5px #dddddd;
    font-weight: 600;
}

/* section4 왼쪽 - 아이콘 */
.contents__link--image{
    display: inline-block;
    margin-right:10px;
}
.contents__link--image>img{
    width:100%;
}
/* section4 왼쪽 - 텍스트 */
.contents__link--text{
    display: inline-block;
    line-height:26px;
    font-size:20px;
    color: #222222;
    font-weight: 400;
    transition: all .3s;
}



/* section4 오른쪽 */
.contents__right{
    position: absolute;
    top:50%;
    right:-80px;
    transform: translate(0, -50%);
    width:900px;
    height:450px;
    border-radius: 10px;
    box-shadow: 5px 5px 10px #dddddd;
    overflow: hidden;
}

.contents__image{
    display: none;
    width:100%;
}
.contents__image>img{
    width: 100%;
}

.contents__imageAdd{
    display:block;
}

/* section5 */
.section5{
    z-index: 1;
    position: relative;
    width:100%;
    overflow: hidden;
}
.section5--image{
    width:100%;
    
}
.section5--text{
    z-index: 2;
    position:absolute;
    top:50%;
    left:0;
    transform: translate(0, -50%);
    text-align: center;
    width:100%;
}
.section5--text h2{
    font-size: 40px;
    color:#ffffff;
    font-weight: 600;
    margin-bottom:30px;
}

.section5--text p{
    font-size: 20px;
    color:#ffffff;
    font-weight: 400;
    margin-bottom:10px;
}




/* messageService_style.css */