@charset "utf-8";

/* top btn */
.top_btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(32,75,150,.8);
    text-align: center;
    cursor: pointer;
    border: none;
    position: fixed;
    bottom: 30px;
    right: 50px;
    z-index: 9;
}

.top_btn i {
    width: 100%;
    height: 100%;
    font-size: 25px;
    color: #fff;
    padding-top: 16px;
    box-sizing: border-box;
}

.top_btn:hover {
    background: rgba(255,255,255,.3);
    box-sizing: border-box;
    transition: all 0.2s;
}

.top_btn:hover i {
    color: rgba(32,75,150,1);
    font-weight: 900;
}

.bodyWrap {
    width: 100%;
    margin: 0 auto; 
}

#benner {
    position: fixed;
    top: 120px;
    right: 10px;
    z-index: 2;
    width: 400px;
    height: 400px;
    background: hwb(53 4% 2%);
    border-radius: 20%;
    box-shadow: 2px 3px 19px 1px rgba(0,0,0,.3)
}

#kakao_open {
    position: fixed;
    top: 350px;
    right: 10px;
    z-index: 2;
    width: 175px;
    height: 175px;
    background: hwb(53 4% 2%);
    border-radius: 20%;
    box-shadow: 2px 3px 19px 1px rgba(0,0,0,.3)
}

/* aside - 견적문의바로가기 */
#contact_quick {
    position: fixed;
    top: 120px;
    right: 10px;
    z-index: 2;
    width: 175px;
    height: 175px;
    background: #07388e;
    border-radius: 20%;
    box-shadow: 2px 3px 19px 1px rgba(0,0,0,.3)
}

#contact_quick a {
    display: block; 
    height: 100%;
    padding-top: 37px;
    box-sizing: border-box;
    font-size: 18px;
    color: #fff;
    cursor: default;
}

#contact_quick a span {
    display: block;
    width: 100%;
}

#contact_quick a span.first {
    font-size: 26px;
    font-weight: 700;
    height: 32px;
    padding-bottom: 8px;
}

#contact_quick a span.second {
    font-size: 21px;
    height: 28px;
}

#contact_quick a span.four {
    font-size: 13px;
}

/* aside - blog */
#blog {
    position: fixed;
    top: 580px;
    right: 10px;
    z-index: 2;
    width: 175px;
    height: 175px;
    background: #04be64;
    border-radius: 20%;
    box-shadow: 2px 3px 19px 1px rgba(0,0,0,.3)
}

#blog a {
    display: block; 
    height: 100%;
    padding-top: 37px;
    box-sizing: border-box;
    font-size: 18px;
    color: #fff;
    cursor: default;
}

#blog a span {
    display: block;
    width: 100%;
}

#blog a span.first {
    font-size: 26px;
    font-weight: 700;
    height: 32px;
    padding-bottom: 8px;
}

#blog a span.second {
    font-size: 21px;
    height: 28px;
}

#blog a span.four {
    font-size: 13px;
}

@media screen and (max-width: 937px){
    #contact_quick {
        top: 110px;
        right: 20px;
        width: 150px;
        height: 150px;
    }

    #contact_quick a {
        padding-top: 38px;
        font-size: 18px;
        line-height: 22px;
    }
    
    #contact_quick a span.first {
        font-size: 23px;
        height: 25px;
        padding-bottom: 4px;
    }
    
    #contact_quick a span.second {
        height: 22px;
        font-size: 19px;
    }
    #contact_quick a span.third {
        font-size: 16px;
    }
    #contact_quick a span.four {
        font-size: 11px;
        
    }

    #blog {
        top: 280px;
        right: 20px;
        width: 150px;
        height: 150px;
    }

    #blog a {
        padding-top: 38px;
        font-size: 18px;
        line-height: 22px;
    }
    
    #blog a span.first {
        font-size: 23px;
        height: 25px;
        padding-bottom: 4px;
    }
    
    #blog a span.second {
        height: 22px;
        font-size: 19px;
    }
    #blog a span.third {
        font-size: 16px;
    }
    #blog a span.four {
        font-size: 11px;
        
    }
}

@media screen and (max-width: 550px){
    #kakao_open {
	width: 120px;
	height: 120px;
	top: 55vh;
	right: 5px;
	box-shadow: 2px 3px 19px 1px rgba(0,0,0,.3);
    }

    #contact_quick {
        width: 120px;
        height: 120px;
        top: 75vh;
        right: 5px;
        box-shadow: 2px 3px 19px 1px rgba(0,0,0,.3)
    }

    #contact_quick a {
        padding-top: 28px;
        font-size: 16px;
        line-height: 19px;
    }

    #contact_quick a span.first {
        font-size: 19px;
        height: 22px;
        padding-bottom: 3px;
    }

    #contact_quick a span.second {
        font-size: 15px;
        height: 18px;
    }

    #contact_quick a span.third {
        font-size: 13px;
    }

    #blog {
        width: 120px;
        height: 120px;
        top: 35vh;
        right: 5px;
        box-shadow: 2px 3px 19px 1px rgba(0,0,0,.3)
    }

    #blog a {
        padding-top: 28px;
        font-size: 16px;
        line-height: 19px;
    }

    #blog a span.first {
        font-size: 19px;
        height: 22px;
        padding-bottom: 3px;
    }

    #blog a span.second {
        font-size: 15px;
        height: 18px;
    }

    #blog a span.third {
        font-size: 13px;
    }
}



/** 폰트 진하기 - 강약 */
.bold {
    font-weight: bold;
}

/* 빈공간 */
.space {

}



/** 서브페이지의 snb 메뉴(breadcrumbs) */
.allWrap {
    background: #f9f9f9;
} 

.snb {
    width: 100%;
}

.snbWrap {
    width: 1420px;
    display: flex;
    height: 50px;
    margin: 0 auto;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #eee;
    box-sizing: border-box;
}

.snbWrap .home {
    width: 50px;
    height: 100%;
    padding-top: 13px;
    box-sizing: border-box;
}

.snbList {
    display: flex;
}

.pathDepth {
    width: 200px;
    height: 49px;
    border-right: 1px solid #fff;
    box-sizing: border-box;
}

.currentMenu {
    width: 100%;
    height: 100%;
    text-align: left;
    padding: 0 20px;
}

.currentMenu span {
    font-size: 14px;
}

.pathDepth1 .currentMenu {
    border-left: 1px solid #fff;
}

.currentMenu .xi-angle-down {
    width: 25px;
    height: 25px;
    line-height: 28px;
    cursor: pointer;
    transition: all ease 1s;
    transform: rotate(0deg);
}

.xi-angle-down:active {
    transform: rotate(180deg);
} 

.pathDepth_inner {
    width: 200px;
}

.pathDepth_inner li {
    display: flex;
    padding: 0 20px;
    font-weight: 300;
    height: 40px;
    line-height: 40px;
}


/* 코드펜 코드 */
.snbWrap .home {
    transition:.4s;
    box-sizing: border-box;
}

.currentMenu {
    cursor:pointer;
    width:100%;
    outline:none;
    transition:.4s;
    box-sizing: border-box;
}

.snbWrap .home:hover,
.active,.currentMenu:hover {
    background:#fff;
}

.currentMenu:after { 
    content: '\00276F'; /*❯*/
    float: right;
    margin-left: 5px;
    transform: rotate(90deg);
    
    transition: .3s ease-out;
    font-weight: 100;
}

.active:after {
    content: "\00276F";
    transform: rotate(270deg);
}

.pathDepth_inner {
    background-color:#FFF;
    max-height:0;
    overflow:hidden;
    transition:max-height .3s ease-out;
    border: 1px solid #eee;
    border-top: 0;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}

.pathDepth_inner a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: left;
    font-size: 14px;
}

.pathDepth_inner .first {
    padding-top: 5px;
}

.pathDepth_inner .last {
    padding-bottom: 5px;
}

.pathDepth_inner li:hover {
    font-weight: bold;
} 


/* 공통 타이틀 */
.innerPage_title {
    font-size: 19px;
    margin: 110px auto 90px;
    text-transform: uppercase;
}

.innerPage_title .text_chColor {
    color: #0d3c96;
    font-weight: bold;
}

.innerPage_title h1 {
    position: relative;
    letter-spacing: 1px;
}

.innerPage_title h1:after {
    content: '￣';
    display: block;
    color: #0d3c96;
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translate(-50%,-50%);
}


/* sub page 공통 이미지 */

.innerImg_wrap {
    width: 100%;
    position: relative;
}

.innerImg_inner {
    width: 1440px;
    margin: 0 auto;
}

.innerImg_innerText {
    width: 60%;
    text-align: center;
    background: rgba(0,0,0,.9);
    color: #fff;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 7px 10px;
    box-sizing: border-box;
    font-size: 34px;
}

.innerImg_inner .con_box_list {
    position: relative;
    width: 65%;
    height: 600px;
}

.innerImg_inner .con_box_list::after {
    display: block;
    content: '';
    padding-bottom: 50%;
}

.innerImg_inner .box_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.innerImg_inner .con_box_list2 {
    position: absolute;
    bottom: 0;
    z-index: -2;
    opacity: 0.14;
}

.innerImg_inner .con_box_list_l {
    left: 0;
}

.innerImg_inner .con_box_list_r {
    right: 0;
}

.innerImg_inner .con_box_list2 img {
    display: block;
    width: 100%;
}


.innerText_wrap {
    background: #f5f5f5;
    text-align: left;
}

.innerText_inner {
    width: 1440px;
    margin: 0 auto;
    padding: 150px 0 170px;
    /* background: rgba(255,255,255,.5); */
}


.blank_top {
    border-bottom: 1px solid #ddd;
    height: 100px;
    width: 100%;
}

.blank_bottom {
    border-top: 1px solid #ddd;
    height: 100px;
    width: 100%;
}

.blank_center {
    border-top: 1px solid #ddd;
    width: 100%;
}








@media (max-width: 1460px) {

    .snbWrap {
        width: 100%;
    }


    
    .innerText_inner {
        width: 95%;
    }



    .innerPage_title {
        margin: 100px auto 80px;
    }
    
    .innerImg_inner {
        width: 100%;
        position: relative;
    }

    .innerImg_inner p.innerImg_innerText {
        font-size: 28px;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 100%;
        transform: translate(-50%,-50%);
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(0,0,0,.3);
    }


    .innerImg_wrap .con_box_list {
        width: 100%;
        height: 400px;
    }


}



@media (max-width: 1200px) {

    
    .innerText_inner {
        padding: 100px 0 130px;
    }

    
    .innerImg_wrap .con_box_list {
        margin: 0 auto;
    }

    .innerImg_wrap .con_box_list2 {
        display: none;
    }


}



@media (max-width: 1110px) {

    .top_btn {
        right: 20px;
    }
}




@media (max-width: 937px) {

    .innerPage_title {
        font-size: 16px;
        margin: 55px auto 50px;
    }

    .innerPage_title h1:after {
        top: 75px;
    }

    .innerImg_wrap .con_box_list {
        height: 300px;
    }

    .innerImg_inner p.innerImg_innerText {
        font-size: 24px;
    }
    
}



@media (max-width: 737px) {

    
    .innerPage_title {
        font-size: 14px;
    }

    .innerText_inner {
        width: 95%;
        padding: 70px 0 110px;
        box-sizing: border-box;
    }

    .innerImg_inner p.innerImg_innerText {
        font-size: 18px;
    }

    .innerPage_title h1:after {
        top: 67px;
    }

}


@media (max-width: 550px) {

    
    .snbList {
        width: 100%;
    }

    .pathDepth {
        width: 100%;
    }

    .pathDepth_inner {
        width: 101%;
    }

    .innerPage_title {
        font-size: 12px;
        margin: 31px auto;
    }
    
    .innerPage_title h1:after {
        top: 54px;
    }
    
    .innerText_inner {
        padding: 40px 0 90px;
        flex-direction: column;
    }

    .innerPage_title h1 {
        font-size: 23px;
    }

    .innerImg_wrap .con_box_list {
        height: 240px;
    }




}
