

/* #main_container > .sec5{
	margin-top:6rem;
	margin-bottom:0rem;
}
#main_container > .sec5 .contents_box{
	width:100%;
	overflow:hidden;
	position:relative;
}
#main_container > .sec5 .contents_box a{
	position:absolute;
	padding-top: 6%;
}
#main_container > .sec5 .contents_box a.app{
	left:50px;
	width:170px;
	bottom:10%;
}
#main_container > .sec5 .contents_box a.tel{
	display:none;
}
@media(max-width:991.98px){
	#main_container > .sec5 .contents_box img{
		width:100%;
	}
	#main_container > .sec5 .contents_box a.app{
		left: 5%;
		width: 30%;
		bottom: 24%;
		padding-top:11%;
	}
	#main_container > .sec5 .contents_box a.tel{
		display:block;
		left:5%;
		width:52%;
		bottom:5%;
		padding-top:10%;
	}
} */


.memento .fsr1_6 {
    font-size: 18px;
    color:#999
}

.memento .container > .bg-white{
	padding:5rem;
}

.memento .memento_wrap {
    padding: 50px 15px;
}

.memento .memento_wrap .visual{
	/* background:url(/resources/_img/memento/memento_bg1-pc.jpg) no-repeat top center / cover; */
	/* background:#eee; */
    /* padding:5rem; */
	text-align:center;
	/* margin-bottom:6rem; */
    padding: 0 0px 50px;
    border-bottom: 1px solid #eaeaea;
}
.memento .memento_wrap .visual > p.title{
    color: var(--main2-color);
	font-size:28px;
	margin-bottom:25px;
	font-weight:600;
}
.memento .memento_wrap .visual > p.desc{
	font-size:18px;
	font-weight:300;
	margin-bottom:35px;
}
.memento .memento_wrap .visual > p.tel{}
.memento .memento_wrap .visual > p.tel a{
	display:flex;
	align-items: center;
	justify-content: center;
    gap: 10px;
	border-radius:100px;
	padding:14px 10px;
	max-width:320px;
	margin:0 auto;
	color:#fff;
	background:#2B9CFE;
	font-weight:400;
    font-size: 20px;
}
.memento .memento_wrap .visual > p.tel img{
	width:27px;
	margin-right:10px;
}

/* @media(min-width:992px){
	.memento .memento_wrap .visual > p.tel a{
		pointer-events: none;
		cursor: default;
	}
} */

.memento .inner_wrap {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.memento .inner_wrap i {
    margin-right: 10px;
}

.memento .memento_wrap h4.tit{
	/* font-size: 1.3333em; */
    font-size: 20px;
	font-weight:600;
	display:flex;
	align-items: center;
    margin: 20px 0 10px;
}
.memento .memento_wrap h4.tit img{
	width:25px;
	margin-right:10px;
}
.memento .memento_wrap hr{
	border-top:1px solid #e5e5e5;
	margin:3.5rem 0;
}
.memento .memento_wrap ul.desc{

}
.memento .memento_wrap ul.desc > li + li{
	margin-top:5px;
}
.memento .memento_wrap ul.step{
	display:flex;
	margin-left:-10px;
	margin-right:-10px;
}
.memento .memento_wrap ul.step .item {
	width:calc(100%/5);
	padding:10px;
	position:relative;
}
.memento .memento_wrap ul.step > li + li::before{
	content:" ";
    display: inline-block;
    width: 20px;
    height: 20px;
	font-family: "xeicon";
	position:absolute;
	left:0;
	top:50%;
	transform:translate(-50%, -50%);
	font-size:2rem;
    background: url('/resources/_img/memento/right.svg')no-repeat center;
}

.memento .memento_wrap ul.step .item .box{
	background:#dfe2e2;
	display:flex;
	align-items: center;
	justify-content: center;
	height:140px;
	padding:10px 5px;
	border-radius:10px;
	text-align:center;
	font-weight:400;
}
.memento .memento_wrap ul.step .item .box p{
	font-weight:600;
	color:#293f3a;
	letter-spacing: -0.02em;
}
.memento .memento_wrap ul.step .item .box small{
	display:block;
	font-weight:400;
	color:#222;
}

.memento .memento_wrap .form_box{
	display:flex;
    padding-top: 20px;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}
.memento .memento_wrap .form_box .form_group{
	display:flex;
	flex-direction: column;
    gap: 10px;
    width: calc((100% - (20px*3) - 180px) / 2);
}
.memento .memento_wrap .form_box .form_group label{
    font-size: 18px;
    font-weight: 500;
    align-items: center;
    color: #999;
    white-space: nowrap;
}
.memento .memento_wrap .form_box .form_group.form_name{
	/* width:30%; */
}
.memento .memento_wrap .form_box .form_group.form_phone{
	/* width:40%; */

}

.memento .memento_wrap .form_box .form_group em {
    padding-left: 20px;
}

.memento .memento_wrap .form_box  i {
    margin-right: 10px;
}

.memento .memento_wrap .form_box .form_button button{
	border: none;
	background:var(--main-color);
	color:#fff;
    width: 200px;
    font-size: 18px;
	height:5.5rem;
	outline:none;
	border-radius:10px;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
}


/* form 컨트롤 */
.memento .form-control {
    border: 1px solid #eaeaea;
    border-radius: 10px;
}



/* .memento .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
} */



@media screen and (max-width:1200px){
	.memento .container > .bg-white {
		padding: 5rem 4rem;
	}
	.memento .memento_wrap ul.step .item .box p{

		word-break: keep-all;
	}
	.memento .memento_wrap ul.step .item .box p br{
		display:none;
	}

    .memento .memento_wrap ul.step .item {
        width: 100%;
        /* width: calc((100% - 60px) / 2); */
    }

    .memento .memento_wrap ul.step .item:before {
        display: none;
    }

    .memento .memento_wrap ul.step .item .box {
        height: 60px;
    }

    .memento .memento_wrap .visual > p.title {
        font-size: 20px;
    }



}

@media screen and (max-width: 1100px){
	.memento .memento_wrap ul.step {
		flex-wrap:wrap;
	}
	.memento .memento_wrap ul.step .item {
		width: calc((100% - 60px) / 3);
	}
}


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


	.memento .memento_wrap ul.step > li:nth-of-type(4)::before{
		display: none;
	}
	
	.memento .memento_wrap ul.step > li:last-of-type(1)::before{
		display: none;
	}
	
	
	/* .memento .memento_wrap .form_box{
		display:block;
	}
	.memento .memento_wrap .form_box .form_group{
		width:100% ;
		margin-bottom:10px;
	}
	.memento .memento_wrap .form_box .form_group label{
		width:8rem ;
		flex-shrink: 0;
	}*/
    

	.memento .memento_wrap .form_box .form_button{
        width: 100%;
	}
    
    .memento .memento_wrap .form_box {
        gap: 10px;
    }
    
    .memento .memento_wrap .form_box .form_group {
        width: calc((100% - 10px) / 2);
    }
    .memento .memento_wrap .form_box .form_button button {
        height: 55px;
        width: 100%;
    }
}

@media screen and (max-width:650px) {
    .memento .memento_wrap .form_box .form_group {
        width: 100%;
    }

    .memento .memento_wrap ul.step {
        margin: 0;
        padding: 0;
        gap: 20px;
    }

    .memento .memento_wrap ul.step .item {
        padding: 0;
        width: 100%;
        /* width: calc((100% - 10px) / 2); */
    }

    .memento .memento_wrap {
        padding: 50px 10px 0;
    }

    .memento .memento_wrap ul.step .item:before {
        display: block;
        left: 50%;
        top: -20px;
        transform: translate(-50%, 0) rotate(90deg);
    }
    
    .memento .memento_wrap ul.step .item:nth-of-type(4):before {
        display: block;
    }


}