/*----------------------------------------------
견적의뢰 단계
----------------------------------------------*/

/* 메인 비주얼 */
.call_section-main {
    width: 100%;
    height: 560px;
    background: #0054a6;
    background-image: url(//2424.net/mall/img/bg/main_bgc.jpg);
    background-size: auto 560px;
    background-position: center;
    background-repeat: no-repeat;
}

.main-visual-bg {
    display: none;
   	position: fixed;
	width: 100%;
	height: 100%;
    background-color: rgba(0,0,0,0.4);
	/*--background-color: rgba(255,255,255,0.7);----*/
    z-index:100;
    top:0px;
    left: 0px;
}


@media (max-width: 767px) {
  .call_section-main {font-size: 14px;
  font-size: 0.875rem;
  background-size: auto 500px;height:500px;
  }
 
  
} 
/* 모달 */
.modal {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 420px;
    background-color: #FFF;
    border-radius: 10px;
    z-index: 100;
    border:3px solid #333;
}
.modal .head {
    position: relative;
    width: 100%;
    height: 80px;
    background-color: #FFF;
    color: #383838;
    text-align: center;
    border-radius: 10px 10px 0px 0px;
    border-bottom: 1px solid #c4c4c4;
}
.modal .head h1 {color: #383838;
    margin: 0px;
    padding-top: 15px;
    padding-bottom: 0px;
    font-weight: 400;
    cursor: default;
    font-size: 20px;
}
.modal .head h2 {color: #7778;
    margin: 0px;
    font-size: 12px;
    padding: 5px 10px;
    font-weight: 400;
}
.modal .head .btn-close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
#modal5 {
    height:800px;
}
#modal1 { height:500px;
        
    }

.over_select {
   float: left;
}
.wrap_scroll {
   height: 300px;
   overflow-y: scroll;
   border-radius: 0px 0px 10px 10px;
   border: 1px solid #EFEFEF;
   border-top: none;
}


/* STEP 03 */
.day-info {
    position: absolute;
    top:35px;
    left: 65px;
    width: 120px;
    height: 20px;
    color: #FFF;
    padding-left: 10px;
    font-size: 13px;
}


.day-info e {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #e74c3c;
    border: 3px solid #e74c3c;
    border-radius: 100%;
    margin-right: 5px;
    position: absolute;
    top: 5px;
    left: 0px;
}
.day-info b {
    position: absolute;
    top: -1px;
    left: 25px;   
    color: #000;
}

/* 캘린더 */
.calendar_wrap {
    width: 100%;
    margin: 0 auto;
}
	.calendar_wrap:after { content:""; clear:both; display:block; height:0; visibility:hidden;}
	.step_before {display:none}
	.step_next { display:none}	
.calendar {
    width: 270px;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
}
.calendar:nth-child(4), .calendar:nth-child(5) {
    display: none;
}
.calendar_wrap .calendar:last-child {
    margin-right: 0px;
}
.calendar h1 {
    position: relative;
    text-align: center;
    font-size: 20px;
}
.calendar h1 a:first-child {
    position: absolute;
    top: 8px;
    left: 15px;
}
.calendar h1 a:last-child {
    position: absolute;
    top: 8px;
    right: 15px;
}
.calendar .head {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #c4c4c4;
    color: #FFF;
    border-radius: 0px;
    border-bottom: 0px;
}
.calendar .head li {
    display: block;
    width: 38px;
    height: 50px;
    float: left;
}
.calendar .week {
    width: 100%;
    float: left;
    border-bottom: 1px solid #F7F7F7;
}
.calendar .week li {
    display: block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    margin: 1px;
    float: left;
    border-radius: 100%;
    border: 2px solid #FFF;
    color: #000;
    font-weight: bold;
	position:relative
}
.calendar .outdated {
    color: #DDD !important;
}

.dayhover::before { content:""; width:32px; height:6px; background:#e9463f; position:absolute; bottom:8px; left:0; display:inline-block; opacity:0.2}

/* 달력 동그라미
.calendar .nday {
    border: 2px solid #e74c3c !important;
}*/
.calendar .nday span{
	width:5px; height:5px; background:#e9463f; border-radius:5px;
	display:block; position:absolute; top:2px; height:4px;
}
/* 리스트 */
.modal .list {
    width: 100%;
    height: 300px;padding-left: 10px;
    overflow-y: scroll;
}

.modal .list li {color:#333;
    width: 130px;
    height: 35px;
    line-height: 35px;
    padding-left: 20px;
    float: left;
    margin: 8px 4px;
    font-size: 13px;
    font-weight: 400;
    border: 1px solid #eaeaea;
    background-color: #FFF;
    border-left: 5px solid #e9463f;
    cursor: pointer;
}
.modal .btn-back {
    position: absolute;
    top: 30px;
    left: 20px;
    z-index: 10;
    cursor: pointer;
    
    padding: 5px 10px;
    color: #FFF;
    font-size: 12px;
}


/* */

@media screen and (min-width:1200px) {
   .dp-m {
        display: none;
    }
    .dp-l {
        display: block;
    }    
   /*.main-visual-bg {
        top: 135px;
    }
    /* 모달 */
    .modal {
        top: 100px;
        left: 0px;
        width: 1140px;  z-index: 100;
    }
	
.mlr-25 { margin-right: 25px; margin-left: 25px; }

	.modal .head {
    position: relative;
    width: 100%;
    height:90px;
    background-color: #FFF;
    color: #383838;
    text-align: center;
    border-radius: 10px 10px 0px 0px;
    border-bottom: 1px solid #c4c4c4;
}
    .modal .head h1 {
        margin: 0px;
        padding-top: 15px;
        padding-bottom: 5px;
        font-size: 1.875rem;
        font-weight: 400;
    }
    .modal .head h2 {color: #7778;
        margin: 0px;
        font-size: 14px;
        font-weight: 400;
    }
    .modal .head .btn-close {
        top: 30px;
        right: 30px;
    }


    /* 웹  */

 #modal5 { height:600px;
        
    }
 #modal1 { height:420px;
        
    }
    
    /* 캘린더  */
    .calendar_wrap {
        width: 100%;
        margin: 0 auto;
    }
    .calendar {
        width: 270px;
        text-align: center;
        float: left;   
        margin: 0 auto;
    cursor: pointer;
    }
    .calendar:nth-child(4), .calendar:nth-child(5) {
        display: block;
    }
    .calendar h1 a {
        display: none;
    }
    
	
	/* 리스트 */
.modal .list {
    width: 100%;
    height: 300px;padding-left: 40px;
    overflow-y: scroll;
}
	
    /* 리스트 */
    .modal .list li {
        width: 140px;
        height: 58px;
        line-height: 58px;
        padding-left:20px;
        float: left;
        margin: 8px 4px;
        font-size: 14px;
        font-weight: bold;
        border: 1px solid #eaeaea;
        background-color: #FFF;
        border-left: 5px solid #e9463f;
        cursor: pointer;
    }
    
    

}
