#contact{
    width: 100%;
    position: relative;
}
#contact #sub_banner{
    background: url(../../img/sub/sub_banner_1.png) no-repeat center center/cover;
}
p{
    letter-spacing: -0.03em;
    font-family: 'Montserrat', sans-serif;
}
#contact > .container{
    padding: 160px 0 40px;
}
#contact .heading .tit{
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 40px;
    letter-spacing: -0.02em;
    color: #000;
    text-transform: uppercase;
    text-align: left;
}
#contact .heading .blue_line{
    display: block;
    width: 97px;
    height: 3px;
    background: #28a9e0;
    margin: 25px 0;
}
#contact .content{
    width: 100%;
    background: #F6F8F9;
    padding-bottom: 60px;
}
#contact .content .container{
    padding: 90px 0 140px;
}
#contact .content .thr_con{
    display: flex;
    justify-content: space-between;
}
#contact .content .thr_con .con{
    width: calc(33.333% - 30px);
}
#contact .content .thr_con .way p{
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 24px;
    color: #121212;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    margin-bottom: 8px;
    position: relative;
    z-index: 1;
}
#contact .content .thr_con .way p::before{
    content: '';
    position: absolute;
    top: 0;
    left: -5px;
    width: 10px;
    height: 10px;
    background-color: #28A9E0;
    border-radius: 100%;
    z-index: -1;
}
#contact .content .thr_con .con .info p.bold{
    font-family: 'Pretendard';
    font-weight: 500;
    font-size: 20px;
    letter-spacing: -0.03em;
    margin-bottom: 8px;
}
#contact .content .thr_con .con .info p.grey{
    font-size: 16px;
    letter-spacing: -0.02em;
    color: #6c6969;
    margin-bottom: 10px;
}
#contact .map_con{

}
#contact .map iframe{
    width: 885px;
    height: 480px;
}
#contact .root_daum_roughmap_landing{
    width: 76% !important;
    margin: 0 auto;
    /* height: 340px; */
}


@media (max-width:1800px) {
    #contact .map iframe{
        width: 100%;
    }
}
@media (max-width:1440px) {
    #contact .container{
        width: 90%;
    }
    #fran_inquire form{
        width: 80%;
    }
    #fran_inquire form .write{
        width: 100%;
    }
    #contact .root_daum_roughmap_landing{
        width: 90% !important;
    }
    #contact .content .thr_con .way p{
        font-size: 22px;
    }
    #contact .content .thr_con .con .info p.bold{
        font-size: 18px;
    }
}
@media (max-width:1024px) {
    #contact > .container{
        padding: 60px 0 40px;
    }
    #contact .content .thr_con{
        flex-direction: column;
    }
    #contact .content .thr_con .con{
        width: 100%;
        margin-bottom: 40px;
    }
    #contact .content .container{
        padding: 60px 0 ;
    }
    #contact .heading .tit{
        font-size: 32px;
    }
    #fran_inquire .write .sub{
        margin-bottom: 40px;
    }
}
@media (max-width:900px) {
    #fran_inquire .write .sub{
        font-size: 16px;
    }
    #fran_inquire form{
        width: 90%;
    }
    #contact .content .thr_con .way p{
        font-size: 20px;
    }
}
@media (max-width:768px) {
    #fran_inquire form .write button{
        width: 100%;
    }
    #contact .content .thr_con .con{
        margin-bottom: 30px;
    }
}
@media (max-width:500px) {
    #contact > .container {
        padding: 40px 0 15px;
    }
    #contact .content .container{
        padding: 30px 0;
    }
    #contact .heading .tit{
        font-size: 28px;
    }
    #contact .heading .blue_line{
        margin: 15px 0 ;
    }
    #contact .content .thr_con .con .info p.bold{
        font-size: 16px;
    }
    
}
@media (max-width:375px) {
    #contact .heading .tit {
        font-size: 24px;
    }
}