html, body, p, a, div, span, li, ul, h1, h2, h3, h4, h5, h6{
    word-break: keep-all;
    overflow-wrap: break-word;
}

#topvisual{
    width: 100%;
    height: 700px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: top center;
    z-index: 0;
}

#topvisual img{
    position: absolute;
    left: 0;
    bottom: 0;
}

#transTopBox{
    width: 100%;
    height: 400px;
}

#contact{
    position: relative;
    z-index: 1;
}

#contents{
    padding-bottom: 200px;
    z-index: 1;
}

#about_text{
    width: 1040px;
    z-index: 1;
    position: relative;
    word-break: keep-all;
}

#about_text h2{
    font-size: 60px;
    font-weight: 600;
    margin: 0 0 60px;
}

#about_text p{
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
}

#contact h3{
    font-size: 40px;
    font-weight: 600;
    margin: 0 0 80px;
    position: relative;
    z-index: 1;
}

#contact p{
    margin: 0 0 40px;
}

#contact p:last-child{
    margin: 0;
}

#contact .dot{
    width: 1.5px;
    height: 1.5px;
    vertical-align: super;
    background-color: rgba(255, 255, 255, 0.6);
    display: inline-block;
}

.contactTitle{
    opacity: 0.5;
    font-size: 20px;
    font-weight: 400;
    display: block;
    margin-bottom: 12px;
}

.contactDetail{
    font-size: 20px;
    font-weight: 500;
    display: block;
}

#social{
    display: flex;
    flex-wrap: wrap;
    gap: 10px 10px;
    align-items: center;
}

#contact_img{
    width: 100%;
    border-radius: 6px;
}

#transContactBox{
    width: 100%;
    height: 400px;
}

#addrarrow{
    width: 25px;
    padding-bottom: 3px;
}

.gradient_bg{
    width: 100%;
    height: 700px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%, #000000 100%);
    position: absolute;
    bottom: 0;
    left: 0;
}

#contact_left{
    width: calc(50% - 40px);
    padding-right: 40px;
}
#contact_right{
    width: calc(50% - 40px);
    padding-left: 40px;
}

@media (max-width: 576px) {

    #contact_left{
        width: 100%;
        padding: 0;
    }
    #contact_right{
        width: 100%;
        padding: 0;
    }

    #about_text{
        width: 100%;
    }

    #social a{
        display: inline-block;
    }

    #social{
    gap: 6px 10px;
}

    #contact h3{
        margin: 0 0 60px;
    }

    .contactTitle{
        font-size: 18px;
        margin-bottom: 10px;
    }

    .gradient_bg{
        height: 480px !important;
    }
    #topvisual{
        height: 480px;
    }
    #about_text p{
        font-size: 18px;
    }

    #transContactBox{
        height: 120px;
    }
}

@media (max-width: 1023px) {
    #about_text{
        width: 100%;
    }
    #about_text{
        width: 100%;
    }
    #about_text h2{
        font-size: 40px;
        font-weight: 600;
    }
    #contact h3{
        font-size: 28px;
        margin-bottom: 60px;
    }
    .contactTitle{
        font-size: 18px;
        margin-bottom: 10px;
    }
    
    .contactDetail{
        font-size: 18px;
    }
    #addrarrow{
        width: 23px;
    }
    #contents{
        padding-bottom: 100px;
    }
    #transContactBox{
        height: 120px;
    }
}

@media (max-width: 1200px) {
    #about_text{
        width: 100%;
    }
    #transContactBox{
        height: 120px;
    }
}

@media (max-width: 1600px) {
    #about_text{
        width: 100%;
    }
}