/* footer   =================================================== */
.footer {
    width: 1856px;
    height: 400px;
    top: 3200px;
    left: 32px;
    position: absolute;
    backdrop-filter: blur(120px);
    border-radius: 16px;
    background-color: rgba(255, 255, 255, 0.6);
    border: 1px solid #dbdcdf;
    box-sizing: border-box;
    overflow: hidden;
    text-align: left;
    font-size: 14px;
    color: #70737c;
    font-family: Roboto;
}


/* logo, intro =================================================== */
.footer-logo {
    position: absolute;
    top: 39px;
    left: 21px;
    font-size: 56px;
    line-height: 64px;
    font-weight: 600;
}

.footer-intro {
    position: absolute;
    top: 119px;
    left: 21px;
    font-size: 18px;
    line-height: 24px;
    color: #37383c;
    display: flex;
    align-items: center;
    width: 268px;
}

/* sns =================================================== */
.footer-sns-instagram {
    position: absolute;
    width: calc(100% - 1266px);
    top: 263px;
    right: 1245px;
    left: 21px;
    border-radius: 12px;
    background-color: rgba(255, 255, 255, 0.7);
    border: 1px solid #dbdcdf;
    box-sizing: border-box;
    height: 80px;
    font-size: 24px;
    color: #37383c;
}
.footer-sns-youtube {
    position: absolute;
    width: calc(100% - 1266px);
    top: 263px;
    right: 634px;
    left: 632px;
    border-radius: 12px;
    background-color: rgba(255, 255, 255, 0.7);
    border: 1px solid #dbdcdf;
    box-sizing: border-box;
    height: 80px;
    font-size: 24px;
    color: #37383c;
}

.footer-sns-contact {
    position: absolute;
    width: calc(100% - 1266px);
    top: 263px;
    right: 22px;
    left: 1244px;
    border-radius: 12px;
    background-color: rgba(255, 255, 255, 0.7);
    border: 1px solid #dbdcdf;
    box-sizing: border-box;
    height: 80px;
    font-size: 24px;
    color: #37383c;
}

.footer-sns-text {
    position: absolute;
    top: 14px;
    left: 13px;
    line-height: 32px;
    font-weight: 600;
}
.footer-sns-mail {
    position: absolute;
    top: 46.8px;
    left: 13px;
    font-size: 14px;
    line-height: 20px;
    color: #878a93;
}
.footer-sns-icon {
    position: absolute;
    top: calc(50% - 12.02px);
    left: 554.33px;
    width: 24px;
    height: 24px;
}

/* section =================================================== */
.footer-section-01 {
    position: absolute;
    top: 39.25px;
    left: 831px;
    width: 302px;
    height: 103.8px;
}
.footer-section-02 {
    position: absolute;
    top: 39px;
    left: 505px;
    width: 302px;
    height: 103.8px;
}
.footer-section-03 {
    position: absolute;
    top: 39.25px;
    left: 1157px;
    width: 302px;
    height: 103.8px;
}
.footer-section-04 {
    position: absolute;
    top: 39.25px;
    left: 1483px;
    width: 302px;
    height: 103.8px;
}
.footer-section-heading {
    position: absolute;
    top: 0px;
    left: 0px;
    line-height: 20px;
    font-weight: 600;
    color: #5a5c63;
    display: flex;
    align-items: center;
    width: 59.2px;
    height: 21px;
}
.footer-section-link-01 {
    position: absolute;
    width: 100%;
    top: 29px;
    right: 0px;
    left: 0px;
    height: 25px;
}

.footer-section-link-02 {
    position: absolute;
    width: 100%;
    top: 54px;
    right: 0px;
    left: 0px;
    height: 25px;
}
.footer-section-link-03 {
    position: absolute;
    width: 100%;
    top: 78.75px;
    right: 0px;
    left: 0px;
    height: 25px;
}

.footer-section-link-text {
    position: absolute;
    top: 2px;
    left: 0px;
    line-height: 20px;
}
