@charset "utf-8";

#esti_wrap{letter-spacing:-0.3px}
.estTop{
    height: 70px;
    line-height: 70px;
    color: #FFF;
    background: #404040;
}
.estTop h1{
    float: left;
}
.estTop h1 img{
    width: 110px;
    margin-top: 11px;
}
.estTop div div{
    float: right;
    font-size: 17px;
}
.estTop div span{
    display: inline-block;
    margin-right: 30px;
}
.estTop div span:last-child{margin-right:0}
.estTop div b{
    display: inline-block;
    margin-right: 7px;
	color:#8dbcff
}

.estimateBoxWrap{
    margin-top: 40px;
    overflow: hidden;
}
.estimateBoxWrap .stepBox{
    text-align: center;
    margin: 45px 0;
}
.stepBox h2{
    font-family: 'GyeonggiTitleM';
    font-size: 32px;
    color: #000;
}
.stepBox h2 p{
    font-family: 'Noto Sans KR';
    font-size: 16px;
    margin-top: 15px;
    font-weight: 400;
}
.estimateBox {overflow:hidden}
.estimateBox h3{font-size:24px; font-weight: 600; padding-left: 20px;line-height: 70px;}
.estimateBox h3 span{
    display: inline-block;
    position: relative;
    color: #FFF;
    border-radius: 50%;
    background: #2568c8;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    margin-right: 7px;
    font-size: 14px;
}
.estimateBox h3 span:before{
	content: 'step';
	display: block;
	color: #2568c8;
	font-size: 12px;
	position: absolute;
	top: -20px;
}
.estimateBox .formBox{
    position: relative;
    overflow: hidden;
    border-top: 2px solid #4c96ff;
    background: #f0f0f0;
    padding: 50px 50px;
}

.estimateBox .formBox dt{
    font-size: 18px;
    font-weight: 500;
    margin: 20px 0 0;
    padding: 0 0 5px 15px;
    position: relative;
}
.estimateBox .formBox dt .text_sm{
    font-size: 14px;
    font-weight: 400;
    padding: 0 0 0 5px;
}
.estimateBox .formBox dt:first-child{
    margin-top: 0;
}
.estimateBox .formBox dt::before{
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 5px;
    height: 5px;
    background: #2568c8;
    border-radius: 50%;
}
.estimateBox .formBox dd{
    font-size: 16px;
    margin: 0 0 5px;
    padding: 0 10px;
}
.estimateBox .formBox input[type=checkbox],
.estimateBox .formBox input[type=radio] {
    margin: 0 4px 0 0 !important;
}
.estimateBox .formBox  label{
    margin: 0 10px 0 0;
    font-weight: 400;
}
.estimateBox .formBox input[type=text],
.estimateBox .formBox input[type=tel]{
    border: 0;
    width: 400px;
    height: 30px;
    padding: 5px;
}
.estimateBox .formBox select{
    border: 0;
    width: 400px;
    height: 30px;
}

.estimateBox .formBox
.estimateBox .formBox hr{
    width: 100%;
    height: 1px;
    border: 1px dotted #444;
}

/*step1*/
.estimateBox .formBox .step1 dd,
.estimateBox .formBox .step2 dd{
    width: 100%;
    margin: 10px 0 0;
}
.estimateBox .formBox .step1 input[type=checkbox],
.estimateBox .formBox .step1 input[type=radio] {
        margin: 0 4px 5px 0 !important;
}
.estimateBox .formBox .step1 label {
    width: calc(100% - 30px);
    margin: 0 0 10px 0;
}
.estimateBox .formBox .step1 dt:nth-of-type(1)::before,
.estimateBox .formBox .step2 dt:nth-of-type(1)::before{
    content: '1.';
    color: #2568c8;
    font-size: 10px;
    width: auto;
    height: auto;
    background: none;
}
.estimateBox .formBox .step1 dt:nth-of-type(2)::before,
.estimateBox .formBox .step2 dt:nth-of-type(2)::before{
    content: '2.';
    color: #2568c8;
    font-size: 10px;
    width: auto;
    height: auto;
    background: none;
}


.estimateBox .btnBox{
    text-align: center;
    margin-top: 35px;
}
.estimateBox .btnBox a, .estimateBox .btnBox button{
    display: inline-block;
    font-size: 16px;
    color: #FFF;
    padding: 0 30px;
    border-radius: 30px;
    line-height: 50px;
    background: #b9b9b9;
	border: 0;
}
.estimateBox .btnBox a:hover, .estimateBox .btnBox button:hover{
	 background:#f0f0f0
}
.estimateBox .btnBox a.nextB, .estimateBox .btnBox button.nextB{
    padding-right: 100px;
    background: #4c96ff url(../img/main/ico_next.png) no-repeat 80% 19px;
    margin-left: 10px;
    background-size: 31px;
	vertical-align: top;
}
.estimateBox .btnBox a.nextB:hover, .estimateBox .btnBox button.nextB:hover{
    background: #2568c8 url(../img/main/ico_next.png) no-repeat 82% 19px;
	background-size: 31px;
	-webkit-transition: all 0.3s;
	-moz-transition:  all 0.3s;
	-ms-transition:  all 0.3s;
	-o-transition:  all 0.3s;
	transition:  all 0.3s;
}


@media (max-width:500px){
    .estTop div div{
        font-size: 14px;
        width:calc(100% - 130px);
        line-height: 1.5em;
        position: relative;
        top: 15px;
    }
    .estTop div span{
        margin-right: 0px;
        width: calc(100% - 34px);
    }
    
    
    .estimateBoxWrap{
        width: 90%;
        margin: 0 auto 40px;
    }
    .estimateBox .formBox{
        padding: 15px;
    }
    .estimateBox .formBox dt{
        padding: 0 0 0 15px;
        margin: 0 0 10px;
    }
    .estimateBox .formBox input[type=checkbox], .estimateBox .formBox input[type=radio] {
        margin: 0 4px 5px 0 !important;}
    .estimateBox .formBox label {
        width: calc(100% - 30px);
        margin: 0 0 10px 0;
    }
    .estimateBox .formBox input[type=text],
    .estimateBox .formBox input[type=tel]{
        border: 0;
        width: 100%;
    }
    .estimateBox .formBox select{
        width: 100%;
    }
    .estimateBox h3{
        padding-left: 10px;
    }
    .estimateBox .formBox .step1 dt:nth-of-type(2)::before{
        top: 30%;
    }
    
    .estimateBox .formBox dt .text_sm{
        display: block;
        padding: 0;
    }
}