.footer{width: 100%;background: white;color: black;transition: 0.6s;letter-spacing: -1px;font-family: "Pretendard-Regular";}
.footer .f-t{background: #f7f7f7;}
.footer .f-t .wrap{max-width: 1300px;margin: auto;height: 84px;display: flex;justify-content: space-between;}
.footer .f-t .left-bt{
    display: block;
    width: 268px;
    padding: 30px 0;
    color: #fff;
    text-align: center;
    background-color: #16b9b9;
    transition: all .2s;

    font-weight: 500;
    font-size: 16px;
}
.footer .f-t .left-bt span{
    position: relative;
    padding-right: 25px;
}
.footer .right-bt a{color:black!important;}
.footer .f-t .left-bt span:nth-child(1):after {
    position: absolute;
    right: 11px;
    top: 6px;
    width: 1px;
    height: 13px;
    content: '';
    background-color: #18cdcd;
}
/* .footer .f-t .left-bt span:after {
    position: absolute;
    right: 11px;
    top: 6px;
    width: 1px;
    height: 13px;
    content: '';
    background-color: #18cdcd;
} */
.footer .f-t .right-bt{}
.footer .f-t .right-bt ul{display: flex;justify-content: center;height: 100%;}
.footer .f-t .right-bt ul li{display: flex;align-items: center;padding: 0px 25px;}
.footer .f-t .right-bt ul li a{font-family: 'Pretendard-Regular';color: black;}
.footer .f-t .right-bt ul li:hover a{border-bottom: 2px solid black;}



.footer .f-b{background: #1d2228;color: white;height: 400px;}
.footer .f-b .wrap{max-width: 1300px;margin: auto;
    /* display: flex; */
    justify-content: space-between;padding-top:90px;}
.footer .f-b .right{position: relative;flex:1;}
.footer .f-b dl {
    margin-bottom: 60px;
}
.footer .f-b dl dt {
    padding-bottom: 15px;
    font-size: 18px;
    font-weight: 700;
}
.footer .f-b dl dd .tel {
    font-size: 32px;
    color: #18cdcd;
}
.footer .f-b .time dd span {
    display: inline-block;
    position: relative;
    width: 80px;
    padding-left: 18px;
    line-height: 29px;
}
.footer .f-b .time dd span:before {
    position: absolute;
    left: 0;
    top: 11px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    content: '';
    background-color: #18cdcd;
}
.footer .f-b .time dd .last {
    padding-top: 20px;
}
.footer .f-b .kakao {
    display: inline-block;
    position: relative;
    line-height: 36px;
    color: #fff;
    cursor: pointer;
}
.footer .f-b .kakao img {
    padding-right: 5px;
}
.footer .f-b .kakao span {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    overflow: hidden;
    padding-left: 10px;
    font-size: 15px;
    font-weight: 500;
}
.footer .f-b .kakao span:before, .footer .f-b .kakao span:after {
    position: absolute;
    bottom: -1px;
    width: 100%;
    height: 3px;
    content: '';
    background-color: #fff;
    transition: all .2s;
}
.footer .f-b .kakao span:before {
    left: 0;
}
.footer .f-b .kakao span:after {
    left: -100%;
    opacity: 0;
}
.footer .f-b .kakao img {
    vertical-align: middle;
    font-size: 1em;
}


#quick_form {
    position: absolute;
    right: 0;
    top: 0;
    width: 450px;
}
#quick_form .input_area li {
    border-bottom: solid 1px #505963;
    overflow: hidden;
}
#quick_form .input_area li label {
    display: inline-block;
    float: left;
    width: 20%;
    line-height: 70px;
}
#quick_form .quick_input {
    width: 80%;
    float: left;
    height: 70px;
    padding: 0 20px;
    border: none;
    border-radius: 3px;
    font-size: 16px;
    color: #fff;
    line-height: 70px;
    background: none;
}
#quick_form .form_tit {
    padding-bottom: 22px;
    border-bottom: solid 2px #fff;
    font-size: 18px;
    font-weight: 700;
    color: white;
}
#sh_ft .info_area {
    padding: 80px 0;
    color: #fff;
    background-color: #1d2228;
}

#sh_ft .info_area dl dt {
    padding-bottom: 15px;
    font-size: 18px;
    font-weight: 700;
}
#quick_form #btn_submit {
    display: block;
    width: 186px;
    height: 60px;
    margin: 30px auto 0;
    border-radius: 0;
    border: solid 2px #18cdcd;
    font-size: 15px;
    color: #18cdcd;
    background: none;
    -webkit-appearance: none;
    appearance: none;
    transition: all .2s;
    font-weight: 500;
}
#quick_form .agree {
    position: absolute;
    right: 0;
    top: 3px;
    font-size: 14px;
} 
.footer a{
    color: white!important;
} 
.footer .copyright{
    text-align: center;
}
@media only screen and (max-width: 767px) {
    .footer .f-t {
        font-size: 18px;
        font-weight: 700;
        letter-spacing: 0;
    }
    .footer .f-t .left-bt {
        width:100%;font-size: 18px;
    }
    .footer .f-t .right-bt {
        display: none;
    }
    #quick_form{
        display: none;
    }
    .footer .f-b {
        height: auto;
    }
    .footer .f-b .wrap {
       padding: 50px 0px;
    }
    .footer .f-b dl {
        margin-bottom: 30px;
    }
   
    .footer .line{
        border: 1px solid grey;
        border-left: 0px;
        border-right: 0px;
        padding: 6px;
        margin: 8px 0;
    }
}/* 모바일 */


@media only screen and (min-width: 768px) and (max-width:1423px) {
}/* 테블릿 */
  
@media only screen and (min-width: 1424px) {
}/* pc */