/*----------------------------------------------
메인
----------------------------------------------*/

/* 메인 비주얼 */
.main-visual {
    width: 100%;
    height: 500px;
    background-color: #e74c3c;
    background-image: url(../images/step/bg.png);
    background-size: 1920px 500px;
    background-position: center;
    background-repeat: no-repeat;
}

.templet02 .main-visual {
          width: 100%;
    height: 500px;
    background-color: #e74c3c;
    background-image: url(../images/step/bg04.png);
    background-size: 1920px 500px;
    background-position: center;
    background-repeat: no-repeat;
    }
.templet03 .main-visual {
          width: 100%;
    height: 500px;
    background-color: #e74c3c;
    background-image: url(../images/step/bg03.png);
    background-size: 1920px 500px;
    background-position: center;
    background-repeat: no-repeat;
    }
.main-visual-bg {
    display: none;
    position: absolute;
    width: 100%;
    height: 500px;
    background-color: rgba(255,255,255,0.8);
    z-index: 5;
    top: 60px;
    left: 0px;
}

/* 박스모델 */
.rows {
    width: 100%;
    float: left;
    margin-top: 10px;
}
.box {
    position: relative;
    width: 100%;
    height: 280px;
    background-color: #FFF;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
.boxBanner {
    position: relative;
    width: 100%;
    background-color: #FFF;
    float: left;
    margin-bottom: 10px;
}
.boxBanner:last-child {
    margin-right: 0px !important;
}
.boxBanner img {
    width: 100%;
}
.rows .box:last-child {
    margin-right: 0px;
}
.box h1 {
    font-size: 16px;
    font-weight: bold;
    margin: 0px;
}
.box .underbar {
    position: absolute;
    top: 38px;
    left: 0px;
    width: 30px;
    height: 2px;
    background-color: #e74c3c;
}
.rows-title {
    position: relative;
    text-align: center;
    font-size: 20px;
    width: 100%;
    height: 55px;
    line-height: 55px;
    font-weight: bold;
}
.rows-title .head-bar {
    position: absolute;
    top: 0px;
    left: 50%;
    width: 60px;
    margin-left: -30px;
    height: 4px;
    background-color: #e74c3c;
}
.box .btn {
    position: absolute;
    bottom: 40px;
    left: 0px;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 2px solid #e74c3c;
    font-weight: bold;
    border-radius: 25px;
    font-size: 13px;
    transition: 0.3s;
}
.box .btn:hover {
    background-color: #e74c3c;
    color: #FFF;
}
.box .m_img {
    display: block;
    max-width: 340px;
    margin: 0 auto;
	width:100%;
}
.know .box {
    margin-bottom: -10px;
}

/* 실시간 접수현황 */
.now-list {
    height: 500px;
}
.btn-now-status {
    position: absolute;
    top: 10px;
    right: 0px;
}
.now-status {
    margin-top: 60px;
}
.now-status li {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #DDD;
}
.now-status li:first-child {
    border-top: 1px solid #DDD;
}
.now-status li span {
    margin-right: 5px;
}
.now-status li span img {
    margin: 0px 3px;
}

/* 배너 */
.box .banner {
    display: block;
    width: 100%;
    max-width: 340px;
    margin: 0 auto;
}

/* 후원캠페인 */
.support {
    position: relative;
    width: 340px;
    height: 280px;
    margin: 0 auto;
    background-image: url(../images/main/support.png);
    background-position: center;
    background-repeat: no-repeat;
    font-size: 14px;
    color: #FFF;
    font-weight: bold;
}
.support .c1 {
    position: absolute;
    width: 100%;
    top: 122px;
    left: 0px;
}
.support .c1 li {
    position: absolute;
    top: 0px;
}
.support .c1 li:nth-child(1) { left: 72px; }
.support .c1 li:nth-child(2) { left: 94px; }
.support .c1 li:nth-child(3) { left: 116px; }
.support .c1 li:nth-child(4) { left: 143px; }
.support .c1 li:nth-child(5) { left: 165px; }
.support .c1 li:nth-child(6) { left: 187px; }
.support .c1 li:nth-child(7) { left: 215px; }
.support .c1 li:nth-child(8) { left: 237px; }
.support .c1 li:nth-child(9) { left: 259px; }

.support .c2 {
    position: absolute;
    width: 100%;
    top: 215px;
    left: 0px;
}
.support .c2 li {
    position: absolute;
    top: 0px;
}
.support .c2 li:nth-child(1) { left: 72px; }
.support .c2 li:nth-child(2) { left: 94px; }
.support .c2 li:nth-child(3) { left: 116px; }
.support .c2 li:nth-child(4) { left: 143px; }
.support .c2 li:nth-child(5) { left: 165px; }
.support .c2 li:nth-child(6) { left: 187px; }
.support .c2 li:nth-child(7) { left: 215px; }
.support .c2 li:nth-child(8) { left: 237px; }
.support .c2 li:nth-child(9) { left: 259px; }

/* 이용후기 */
.review {
    position: relative;
}
.review h1 {
    font-size: 16px;
    font-weight: bold;
    margin: 0px;
    color: #e74c3c;
    margin-bottom: 21px;
}
.review .controller {
    position: absolute;
    top: 3px;
    right: 0px;
    cursor: pointer;
}
.review .controller li:last-child {
    margin-top: -3px;
}
.review .controller li {
    transition: 0.3s;
}
.review .controller li:hover {
    opacity: 0.8;
}
.review .comment {
    height: 240px;
    overflow-y: hidden;
}
.review .comment li {
    border-bottom: 1px solid #DDD;
    margin-bottom: 10px;
    transition: 1s;
}
.review .comment li h2 {
		 margin:14px 0
	}
.review .comment li:first-child {
    margin-top: -0px;
}
.review .comment li h1 {
    margin-bottom: 0px;
    font-size: 13px;
    font-weight: bold;
    color: #000;
}
.review .comment li h1 .regidate {
    color: #777;
    margin-left: 5px;
}
.review .comment li p {
    margin: 10px 0px;
    line-height: 16px;
}

/* 최신뉴스 카드 */
.card {
    text-align: center;
}
.card .thumb {
    width: 100%;
    height: 140px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.card h1 {
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
    color: #e74c3c;
}
.card p {
    line-height: 20px;
}

/* 추천 업체 */
.boxHalf {
    width: 100%;
    margin-right: 0px;
    float: left;
}
.boxHalf:last-child {
    margin-right: 0px;
}
.boxHalf .card {
    width: 100%;
    height: 120px;
    border: 1px solid #eaeaea;
    margin-bottom: 20px;        
}
.boxHalf .card .thumb {
    width: 125px;
    height: 120px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    float: left;
}
.boxHalf .card .info {
    float: left;
    text-align: left;
    margin-left: 15px;
}
.boxHalf .card .info h1 {
    font-size: 20px;
    color: #4d4d4d;
    margin-top: 10px;
    margin-bottom: 10px;
}
.boxHalf .card .info h2 {
    font-size: 15px;
    color: #4d4d4d;
    margin: 0px;
}
.boxHalf .card .info h3 {
    position: relative;
    text-indent: 30px;
    font-size: 20px;
    color: #4d4d4d;
    margin-top: 10px;
}
.boxHalf .card .info h3 img {
    position: absolute;
    top: 3px;
    left: 0px;
}

/* 스탯박스 */
 .statBox {
    height: 160px !important;
	background:#efefef !important;
    color: #3b3a3a;
	box-sizing:border-box;
}
.statBoxcall{
	 border:1px solid #e74c3c;
	 background-color:#fff !important;
	}

.statBox h1 {
    text-align: center;
    font-size: 15px;
    margin-top: 35px !important;
}
.statBox span {
    position: absolute;
    right: 50%;
    margin-right: -80px;
    bottom: 40px;
    font-size: 15px;
    font-weight: bold;
}
.statBox span b {
    font-size: 25px;
    color: #e74c3c;
}
.statBox img {
    position: absolute;
    left: 50%;
    margin-left: -100px;
    bottom: 25px;
}


@media screen and (min-width:1060px) {
    /* 실시간 접수현황 */
    .now-list {
        height: 280px;
    }
    /* 박스모델 */
    .rows {
        width: 100%;
        float: left;
        margin-top: 50px;
    }
	
	.templet02 .main-visual {
        background-image: url(../images/step/bg_highlight04.png);
    }
	.templet03 .main-visual {
        background-image: url(../images/step/bg_highlight03.png);
    }
    .main-visual {
        background-image: url(../images/step/bg_highlight.png);
    }
	
	 .templet04 .main-visual {
        background-image: url(../images/step/bg11.png);
    }
	.clean_service .main-visual {
        background-image: url(../images/step/bg_highlight_clean.png);
    }
	
    .main-visual-bg {
        top: 135px;
    }
    .box {
        position: relative;
        width: 340px;
        height: 280px;
        background-color: #FFF;
        float: left;
        margin-right: 20px;
        margin-bottom: 0px;
    }
    .boxBanner {
        position: relative;
        width: 340px;
        background-color: #FFF;
        float: left;
        margin-right: 20px;
        margin-bottom: 0px;
    }
    .know .box {
        margin-bottom: 20px;
    }
    
    /* 추천 업체 */
    .boxHalf {
        width: 520px;
        margin-right: 20px;
        float: left;
    }
    .boxHalf:last-child {
        margin-right: 0px;
    }
    .boxHalf .card {
        width: 100%;
        height: 150px;
        border: 1px solid #eaeaea;
        margin-bottom: 20px;        
    }
    .boxHalf .card .thumb {
        width: 175px;
        height: 150px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        float: left;
    }
    .boxHalf .card .info {
        float: left;
        text-align: left;
        margin-left: 35px;
    }
    .boxHalf .card .info h1 {
        font-size: 20px;
        color: #4d4d4d;
        margin-top: 25px;
        margin-bottom: 10px;
    }
    .boxHalf .card .info h2 {
        font-size: 15px;
        color: #4d4d4d;
        margin: 0px;
    }
    .boxHalf .card .info h3 {
        position: relative;
        text-indent: 30px;
        font-size: 20px;
        color: #4d4d4d;
        margin-top: 10px;
    }
    .boxHalf .card .info h3 img {
        position: absolute;
        top: 3px;
        left: 0px;
    }
}