.org-footer * {
    font-family: "Zen Maru Gothic", sans-serif;
}
.org-footer {
    padding: 65px 0 20px;
    background-color: #EEE;
}
    .org-footer__inner {
        display: flex;
        gap: 69px;
        width: 1140px;
        margin: 0 auto;
    }
        .org-footer-left {
            display: flex;
            gap: 50px;
        }
            .org-footer__nav-list {
                display: flex;
                flex-direction: column;
                gap: 19px;
            }
                .org-footer__nav-link {
                    font-size: 16px;
                    font-weight: 500;
                    line-height: 1.7;
                    letter-spacing: 0.05em;
                    color: #231815;
                }
                .org-footer__nav-link-icn {
                    display: flex;
                    align-items: center;
                    gap: 10px;
                }
                .org-footer__nav-link-icn::after  {
                    content: "";
                    display: inline-block;
                    width: 16px;
                    height: 16px;
                    background: url(/images/top/footer_nav-icn.svg) no-repeat center / contain;
                    margin-bottom: 2px;
                }
            .org-footer__pulldown {
                width: fit-content;
                position: relative;
            }
        .org-footer-right {
            display: flex;
            gap: 81px;
            margin-top: 5px;
            position: relative;
        }
        .org-footer-right::before {
            content: "";
            width: 1px;
            height: 260px;
            background: #CCC;
            position: absolute;
            top: 0;
            left: 340px;
        }
            .org-footer__info-list {
                display: flex;
                flex-direction: column;
                gap: 4px;
                margin-top: 21px;
            }
                .org-footer__info-item  {
                    font-size: 14px;
                    font-weight: 400;
                    line-height: 1.4;
                    color: #231815;
                }
            .org-footer-sns-list {
                display: flex;
                gap: 15px;
                margin-top: 20px;
            }
                .org-footer-sns-link {
                    display: flex;
                    justify-content: center;
                    padding-top: 59px;
                    width: 90px;
                    height: 90px;
                    border-radius: 10px;
                    background: #FFF;
                    border: 2px solid #fff;
                    box-shadow: 1px 3px 10px 0 rgba(0, 0, 0, 0.22);
                    font-size: 14px;
                    font-weight: 500;
                    line-height: 1;
                    letter-spacing: 0.05em;
                    color: #231815;
                    position: relative;
                }
                .org-footer-sns-link-insta::before {
                    content: "";
                    width: 30px;
                    height: 30px;
                    background: url(/images/top/insta_icn.svg) no-repeat center / contain;
                    position: absolute;
                    top: 14px;
                    left: 29px;
                }
                .org-footer-sns-link-youtube::before {
                    content: "";
                    width: 32px;
                    height: 30px;
                    background: url(/images/top/youtube_icn.svg) no-repeat center / contain;
                    position: absolute;
                    top: 14px;
                    left: 27px;
                }
    .copy-write {
        font-size: 14px;
        font-weight: 300;
        line-height: 1;
        letter-spacing: 0.05em;
        color: #231815;
        text-align: center;
        margin-top: 70px;
    }