#contact-second-line{
    margin-left: 40px;
    margin-top: 50px;
    margin-bottom: 40px;
    width: calc(100% - 80px);
    height: 1px;
    background-color: #E7E8EC;
}

#contact-title{
    width: 100%;
    margin-top: 50px;
    height: 32px;
    text-align: center;
    color: black;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 1px;
}

.contact-map-box{
    margin-bottom: 40px;
    width: 100%;
    height: 23vw;
}

.contact-map-img{
    position: absolute;
    right: 50%;
    height: 23vw;
    width: auto;
}

.contact-map-info{
    position: absolute;
    left: 60.5%;
    margin-top: 7vw;
}

.contact-map-title{
    color: black;
    font-size: 24px;
    line-height: 40px;
    letter-spacing: 1px;
}

.contact-map-msg{
    margin-top: 10px;
    color: black;
    font-size: 13px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 1px;
}

.contact-map-to-map{
    float: left;
    margin-top: 20px;
    color: black;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 1px;
    border-bottom: solid 1px #333333;
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: color 0.1s, border-color 0.1s;
}

.contact-map-to-map:hover{
    color: #AA8350;
    border-color: #AA8350;
}

@media only screen and (max-width: 1280px){    

    .contact-map-title{
        font-size: 20px;
        line-height: 24px;
    }

    .contact-map-msg{
        margin-top: 9px;
        font-size: 11px;
        line-height: 22px;
    }

}

@media only screen and (max-width: 1080px){

    .contact-map-title{
        font-size: 18px;
        line-height: 20px;
    }

    .contact-map-msg{
        margin-top: 8px;
        font-size: 10px;
        line-height: 16px;
    }

}

@media only screen and (max-width: 720px){

    .contact-map-info{
        margin-top: 5vw;
    }

    .contact-map-title{
        font-size: 16px;
        line-height: 18px;
    }

    .contact-map-msg{
        margin-top: 7px;
        font-size: 9px;
        line-height: 14px;
    }

}

@media only screen and (max-width: 640px){

    .contact-map-info{
        margin-top: 4vw;
    }

}

@media only screen and (min-width: 1440px){
    
    .contact-map-box{
        height: 331px;
    }
    
    .contact-map-img{
        height: 331px;
    }
    
    .contact-map-info{
        left: 50%;
        margin-left: 151.2px;
        margin-top: 101px;
    }

}

@media only screen and (max-width: 600px){

    #contact-second-line{
        display: none;
    }
    
    #contact-title{
        float: left;
        width: 100%;
        margin-top: 0px;
        margin-bottom: 0vw;
        height: 15.47vw;
        padding-left: 0px;
        text-align: center;
        color: #333333;
        background-color: #f6f6f6;
        font-size: 5.33vw;
        line-height: 15.47vw;
        font-weight: 600;
    }
    
    .contact-map-box{
        float: left;
        margin-bottom: 0px;
        width: 89.34vw;
        height: auto;
        margin-left: 5.33vw;
        padding-bottom: 6.03vw;
        border-bottom: solid 1px #e7e8ec;
    }
    
    .contact-map-img{
        position: relative;
        float: left;
        right: auto;
        margin-top: 5.33vw;
        height: 49.6vw;
        width: 89.34vw;
    }
    
    .contact-map-info{
        position: relative;
        float: left;
        left: auto;
        margin-top: 9.07vw;
        width: 89.34vw;
    }
    
    .contact-map-title{
        float: left;
        color: black;
        font-size: 5.33vw;
        line-height: 7.2vw;
    }
    
    .contact-map-msg{
        float: left;
        margin-top: 1.33vw;
        color: #333333;
        font-size: 3.47vw;
        font-weight: 400;
        line-height: 6.93vw;
        width: 89.34vw;
    }
    
    .contact-map-to-map{
        float: right;
        margin-top: 2.57vw;
        font-size: 3.47vw;
        font-weight: 600;
        line-height: 5.53vw;
        letter-spacing: 1px;
        border-bottom: solid 1px black;
    }

}