#main-wrapper{
    width: 1px;
    min-width: 100%;
    *width: 100%;    
}

#top{
	text-align: center;
}
#top .title{
	font-size: 30px;
	line-height: 1.2;
	font-weight: bold;
	margin-bottom: 30px;
}
#top .content{
	font-size: 16px;
	line-height: 1.75;
	margin: auto;
	margin-bottom: 90px;

    width: 780px;
    max-width: 100%;
    text-align: justify;
    padding: 0 10px;
}

.explode-list > li:nth-child(2){
	margin-bottom: 70px;
    margin-bottom: 0;
}

.slider-box{
	font-size: 18px;
	width: 750px;
	max-width: 100%;
	margin: auto;
}
#slider {
    border: none;
    height: 6px;
    border-radius: 0;
    background-color: #e4dcd3;
}
#custom-handle {
    background: none;
    outline: none;
    border: none;
    width: 30px;
    height: 30px;
    top: -11px;
    background-image: url(../img/slider-handle.png);
}
button.submit-btn{
    margin-top: 60px;
}