@charset "utf-8"; @import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css"); * {
    padding: 0;
    margin: 0;
    border: 0;
    box-sizing: border-box;
}

html, body {
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    font-size: 10px;
}

img {
    width: 100%;
    height: auto;
}

ul, li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #000;
}

.wrap {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    background: url(../images/bg.png) no-repeat center;
    background-size: cover;
}

.content_wrap {
    width: 750px;
    margin: 0 auto;
    background-image: url(../images/main_01.png), url(../images/main_02.png);
    background-size: cover;
}

.inner {
    width: calc(100% - 10rem);
    margin: 0 auto;
}

.header {
    width: 100%;
    padding: 6rem 0;
}

.header .inner {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
}

.header p {
    color: #fff;
    font-size: 3rem;
    letter-spacing: -0.6px;
    line-height: 4rem;
}

.header .left {
    text-align: left;
}

.header .right {
    text-align: right;
}

.header .logo {
    width: 18rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.section .top_logo_text .logo_text {
    font-size: 6.4rem;
    letter-spacing: -1.28px;
    margin-bottom: 2rem;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.section .top_logo_text .sub_text {
    font-size: 2.4rem;
    letter-spacing: -0.48px;
    color: #fff;
    text-align: center;
}

.nav {
    margin: 12rem auto 8rem;
    border-top: .2rem solid rgba(255, 255, 255, .12);
    width: calc(100% + 10rem);
    left: -5rem;
    position: relative;
}

.nav li {
    text-align: center;
    padding: 2.8rem 0;
    border-bottom: .2rem solid rgba(255, 255, 255, .12);
}

.nav a {
    font-size: 4rem;
    padding: 2.8rem 0;
    letter-spacing: -0.8px;
    font-weight: bold;
    color: #31efef;
}

.section + .section {
    padding-top: 16rem;
}

#section1 {
    padding-top: 0;
}

#section1 .tit {
    font-size: 3.2rem;
    letter-spacing: -0.64px;
    margin-bottom: 4.8rem;
    line-height: 4.8rem;
    color: #fff;
    text-align: center;
}

.video_wrap {
    width: 100%;
    overflow: hidden;
}

.video_wrap video,
.video_wrap iframe {
    width: 100%;
    border-radius: 1.6rem;
}

#section1 .big_tit {
    width: 14rem;
    margin: 0 auto;
}

#section1 .big_txt {
    font-size: 2.2rem;
    line-height: 4rem;
    letter-spacing: -0.56px;
    color: #fff;
    text-align: center;
}

#section1 > .flex {
    display: flex;
    align-items: center;
    margin-bottom: 4rem;
    justify-content: center;
    gap: 2rem;
}

#section2 .tab_tit ul {
    gap: 10rem;
    margin-bottom: 4.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 1rem;
    border-bottom: .2rem solid transparent;
    border-image: linear-gradient(to right, #000000, #464646, #818181, #2b2b2b, #000);
    border-image-slice: 1;
}

#section2 .tab_tit a {
    font-size: 2.8rem;
    letter-spacing: -0.56px;
    color: rgba(255, 255, 255, .48)
}

#section2 .tab_tit .active a {
    color: #31efee;
    border-bottom: .4rem solid #31efee;
    padding-bottom: 0.8rem;
}

#section2 .video_wrap {
    position: relative;
}

#section2 .tab_cont .slick-slide {
    margin: 0 .4rem;
}

#section2 .text_wrap {
    /* position: absolute; left: 4rem; bottom: 4.8rem;  */
    color: #fff;
    margin-top: 2rem;
}

#section2 .text_wrap .tit {
    font-size: 4rem;
    letter-spacing: -0.8px;
    margin-bottom: 1.6rem;
    font-weight: bold;
}

#section2 .text_wrap .txt {
    font-size: 2.6rem;
    letter-spacing: -0.52px;
    line-height: 3.6rem;
    word-break: keep-all;
}

#section2 .progress_wrap {
    width: 100%;
    height: 0.6rem;
    background: rgba(255, 255, 255, .24);
    margin-top: 4.8rem;
}

#section2 .tab_progress {
    width: 100%;
    height: 0.6rem;
    background: rgb(255, 255, 255);
    margin-top: 4.8rem;
}

#section3 > .tit, #section4 > .tit, #section5 > .tit {
    font-size: 4.4rem;
    letter-spacing: -0.88px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin-bottom: 4.8rem;
}

#section3 .link_wrap {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    gap: 2.2rem 2.2rem;
    margin-bottom: 16rem;
}

#section3 .link_wrap li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images/link_icon.png) no-repeat center;
    background-size: 100% 100%;
    opacity: .1;
    z-index: 0;
}

#section3 .link_wrap li {
    padding: 3.2rem 2.8rem;
    width: calc(50% - 1.1rem);
    position: relative;
}

#section3 .link_wrap li::after {
    content: '';
    width: 2.8rem;
    height: 2.8rem;
    background: url(../images/arrow.png) no-repeat center;
    background-size: cover;
    right: 2rem;
    top: 2rem;
    position: absolute;
}

#section3 .link_wrap li a {
    position: relative;
    z-index: 5;
}

#section3 .link_wrap .num {
    font-size: 2.2rem;
    letter-spacing: -0.44px;
    color: #31efee;
    margin-bottom: 4.8rem;
    text-decoration: underline;
    text-underline-offset: .1rem;
}

#section3 .link_wrap .tit {
    font-size: 2.8rem;
    letter-spacing: -0.56px;
    line-height: 3.8rem;
    margin-bottom: 2rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}

#section3 .link_wrap .txt {
    color: #fff;
    font-size: 2rem;
    letter-spacing: -0.4px;
    line-height: 3rem;
}

#section4 > .tit {
    text-align: left;
}

#section4 .sub_txt {
    font-size: 3rem;
    letter-spacing: -0.6px;
    line-height: 4.2rem;
    margin-bottom: 4rem;
    color: #fff;
    word-break: keep-all;
}

#section4 .meetup_text {
    margin-bottom: 8rem;
    display: flex;
    gap: 6.6rem;
    justify-content: space-between;
}

#section4 .meetup_text li {
    font-size: 2.4rem;
    line-height: 3.4rem;
    letter-spacing: -0.48px;
    color: rgba(255, 255, 255, .5);
    word-break: keep-all;
    flex: 0 50%;
}

#section4 .metting {
    padding: 1.7rem 5rem;
    width: 44rem;
    font-size: 3.2rem;
    letter-spacing: -0.64px;
    color: #fff;
    font-weight: 500;
    border-radius: 600px;
    background: linear-gradient(to bottom, #04a8a7, #7009e5);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

#section4 .metting::before {
    content: '';
    width: 4.8rem;
    height: 5.4rem;
    background: url(../images/calendar.png) no-repeat center;
    background-size: cover;
    margin-right: 1.6rem;
}

#section5 .location_info {
    display: flex;
    align-items: center;
    margin-top: 4rem;
}

#section5 .location_info .area {
    margin-right: 2.8rem;
    font-size: 3.6rem;
    letter-spacing: -0.72px;
    border-radius: 1.2rem;
    padding: 1.4rem 3.6rem;
    background: #31efee;
    color: #000;
    white-space: nowrap;
}

#section5 .location_info .info_text {
    font-size: 2.6rem;
    line-height: 3.6rem;
    letter-spacing: -0.52px;
    color: #31efee;
    word-break: keep-all;
}

#section6 .contact_box {
    border-radius: 2rem;
    padding: 6rem 3.5rem 8rem;
    background: rgba(255, 255, 255, .1);
}

#section6 .contact_box > .tit {
    font-size: 4.4rem;
    letter-spacing: -0.88px;
    margin-bottom: 4.8rem;
    text-align: center;
    color: #fff;
}

#section6 .contact_list li + li {
    margin-top: 4rem;
}

#section6 .contact_list .tit {
    font-size: 2.4rem;
    letter-spacing: -0.48px;
    margin-bottom: 1.2rem;
    color: rgba(255, 255, 255, .5);
}

#section6 .contact_list .txt {
    font-size: 3rem;
    letter-spacing: -0.6px;
    color: #fff;
}

#section6 .contact_box .page_btn {
    font-size: 2.8rem;
    letter-spacing: -0.56px;
    font-weight: 500;
    border-radius: 2rem;
    border: .2rem solid rgba(255, 255, 255, .24);
    padding: 2.3rem 0;
    text-align: center;
    width: 100%;
    margin-top: 4.8rem;
    display: block;
    color: #fff;
}

#section7 .tit {
    font-size: 4.4rem;
    letter-spacing: -0.88px;
    margin-bottom: 9.6rem;
    text-align: center;
    color: #fff;
    font-weight: bold;
}

#section7 .txt_wrap {
    color: #fff;
    font-size: 2.8rem;
    letter-spacing: -0.56px;
    line-height: 4rem;
    margin-bottom: 4.8rem;
}

#section7 .txt_wrap .txt + .txt {
    margin-top: 2.8rem;
}

#section7 .txt_wrap .c {
    color: #31efee;
}

#section7 .num_list {
    position: relative;
    margin-top: 6rem;
}

#section7 .num_list li {
    display: flex;
    flex-flow: row nowrap;
    position: relative;
}

#section7 .num_list .num {
    width: 6rem;
    height: 6rem;
    padding: 1.2rem;
    font-size: 2.8rem;
    letter-spacing: -0.56px;
    font-weight: 500;
    border-radius: 50%;
    border: .2rem solid #31efee;
    color: #31efee;
    position: relative;
    margin-right: 1.6rem;
}

#section7 .num_list li:not(:last-child)::after {
    content: '';
    width: 0.2rem;
    height: 69%;
    position: absolute;
    background: #31efee;
    top: 6rem;
    left: 3rem;
}

#section7 .num_list .tit {
    font-size: 3.2rem;
    letter-spacing: -0.64px;
    font-weight: 500;
    text-align: left;
    margin: 1.2rem 0 1.8rem;
}

#section7 .num_list .text {
    font-size: 2.6rem;
    letter-spacing: -0.56px;
    line-height: 3.6rem;
    color: rgba(255, 255, 255, .5);
    padding-bottom: 4.8rem;
}

#section8 .event_box {
    width: 100%;
    background: url(../images/event_bg.png) no-repeat center;
    background-size: cover;
    padding: 8rem 4.4rem;
    border-radius: 2rem;
}

#section8 .tit {
    font-size: 4.4rem;
    margin-bottom: 8rem;
    letter-spacing: -0.88px;
    text-align: center;
    line-height: 6rem;
    color: #fff;
    font-weight: bold;
}

#section8 .txt_wrap {
    font-size: 2.8rem;
    letter-spacing: -0.56px;
    color: #fff;
    line-height: 4rem;
}

#section8 .txt_wrap .b {
    font-size: 3.2rem;
    letter-spacing: -0.64px;
    line-height: 4.4rem;
    margin-bottom: 2rem;
    font-weight: 500;
}

#section8 .txt_wrap > * + * {
    margin-top: 2rem;
}

#section8 .txt_wrap .c {
    color: #31efee;
}

#section8 .txt_wrap .btn {
    display: block;
    color: #000;
    width: 100%;
    text-align: center;
    padding: 2rem;
    border-radius: 2rem;
    background: #31feff;
    font-weight: 500;
    margin: 2.8rem 0 2rem;
}

#section8 .txt_wrap .gray {
    font-size: 2.6rem;
    letter-spacing: -0.56px;
    line-height: 3.6rem;
    color: rgba(255, 255, 255, .68);
    text-align: center;
}

footer {
    margin-top: 16rem;
    border-top: .2rem solid rgba(255, 255, 255, .2);
}

footer .inner {
    padding: 6rem 0 12rem;
}

footer .site_link {
    display: flex;
    align-items: center;
    gap: 3.6rem;
    justify-content: center;
    margin-bottom: 6.8rem;
}

footer .site_link li {
    width: 8rem;
}

footer .f_logo {
    font-size: 4rem;
    letter-spacing: -0.8px;
    color: #fff;
    margin-bottom: 3.6rem;
    font-weight: 500;
    text-align: center;
}

footer .company_info ul {
    display: flex;
    flex-flow: row wrap;
    gap: .6rem 2.6rem;
    justify-content: center;
}

footer .company_info .info {
    font-size: 2.4rem;
    letter-spacing: -0.48px;
    line-height: 3.6rem;
    color: #fff;
    /* flex: 1 50%; */
    text-align: center;
}

footer .company_info .info:nth-child(1), footer .company_info .info:nth-child(4) {
    flex: 0 100%;
}

footer .copy {
    margin-top: 2.8rem;
    font-size: 2.2rem;
    letter-spacing: -0.44px;
    color: rgba(255, 255, 255, .5);
    text-align: center;
}

@media screen and (max-width: 768px) {
    .wrap {
        width: 100%;
        height: 100%;
        min-height: 100vh;
        background: url(../images/bg.png) no-repeat center;
        background-size: cover;
    }

    .content_wrap {
        width: 100%;
        margin: 0 auto;
        background: url(../images/main_bg.png) no-repeat center top;
        background-size: contain;
    }

    .inner {
        width: calc(100% - 5rem);
        margin: 0 auto;
    }

    .header {
        width: 100%;
        padding: 4rem 0;
    }

    .header p {
        font-size: 1.5rem;
        letter-spacing: -0.3px;
        line-height: 2rem;
    }

    .header .logo {
        width: 9rem;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

    main .inner {
        padding-top: 6rem;
    }

    .section .top_logo_text .logo_text {
        font-size: 3.2rem;
        letter-spacing: -0.64px;
        margin-bottom: 1rem;
    }

    .section .top_logo_text .sub_text {
        font-size: 1.2rem;
        letter-spacing: -0.24px;
    }

    .nav {
        margin: 6rem auto 4rem;
        border-top: .1rem solid rgba(255, 255, 255, .12);
        width: calc(100% + 5rem);
        left: -2.5rem;
        position: relative;
    }

    .nav li {
        text-align: center;
        padding: 1.4rem 0;
        border-bottom: .1rem solid rgba(255, 255, 255, .12);
    }

    .nav a {
        font-size: 2rem;
        padding: 1.4rem 0;
        letter-spacing: -0.4px;
    }

    .section + .section {
        padding-top: 8rem;
    }

    #section1 .tit {
        font-size: 1.6rem;
        letter-spacing: -0.32px;
        margin-bottom: 2.4rem;
        line-height: 2.4rem;
    }

    .video_wrap {
        overflow: hidden;
    }

    .video_wrap video {
        border-radius: .8rem;
    }

    #section1 .big_tit {
        width: 9rem;
        margin: 0 auto;
    }

    #section1 .big_txt {
        font-size: 1.4rem;
        line-height: 2rem;
        letter-spacing: -0.28px;
    }

    #section2 .tab_tit ul {
        gap: 5rem;
        margin-bottom: 2.4rem;
        padding-bottom: .5rem;
        border-bottom: .1rem solid transparent;
        border-image: linear-gradient(to right, #000000, #464646, #818181, #2b2b2b, #000);
        border-image-slice: 1;
    }

    #section2 .tab_tit a {
        font-size: 1.4rem;
        letter-spacing: -0.28px;
        color: rgba(255, 255, 255, .48)
    }

    #section2 .tab_tit .active a {
        border-bottom: .2rem solid #31efee;
        padding-bottom: 0.4rem;
    }

    #section2 .tab_cont .slick-slide {
        margin: 0 .2rem;
    }

    #section2 .text_wrap {
        /* position: absolute; left: 2rem; bottom: 2.4rem; */
        margin-top: 1rem;
    }

    #section2 .text_wrap .tit {
        font-size: 2rem;
        letter-spacing: -0.4px;
        margin-bottom: .8rem;
    }

    #section2 .text_wrap .txt {
        font-size: 1.3rem;
        letter-spacing: -0.26px;
        line-height: 1.8rem;
    }

    #section2 .progress_wrap {
        width: 100%;
        height: 0.3rem;
        background: rgba(255, 255, 255, .24);
        margin-top: 2.4rem;
    }

    #section2 .tab_progress {
        width: 100%;
        height: 0.3rem;
        background: rgb(255, 255, 255);
        margin-top: 2.4rem;
    }

    #section3 > .tit, #section4 > .tit, #section5 > .tit {
        font-size: 2.2rem;
        letter-spacing: -0.44px;
        margin-bottom: 2.4rem;
    }

    #section3 .link_wrap {
        gap: 1.1rem 1.1rem;
        margin-bottom: 8rem;
    }

    #section3 .link_wrap li::before {
        background-size: 100% 100%;
        opacity: .1;
        z-index: 0;
    }

    #section3 .link_wrap li {
        padding: 1.6rem 1.4rem;
        width: calc(50% - 0.6rem);
    }

    #section3 .link_wrap li::after {
        content: '';
        width: 1.4rem;
        height: 1.4rem;
        background: url(../images/arrow.png) no-repeat center;
        background-size: cover;
        right: 1rem;
        top: 1rem;
        position: absolute;
    }

    #section3 .link_wrap .num {
        font-size: 1.1rem;
        letter-spacing: -0.22px;
        color: #31efee;
        margin-bottom: 2.4rem;
        text-decoration: underline;
        text-underline-offset: .1rem;
    }

    #section3 .link_wrap .tit {
        font-size: 1.4rem;
        letter-spacing: -0.28px;
        line-height: 1.9rem;
        margin-bottom: 1rem;
        color: #fff;
        text-transform: uppercase;
        font-weight: 500;
    }

    #section3 .link_wrap .txt {
        color: #fff;
        font-size: 1rem;
        letter-spacing: -0.2px;
        line-height: 1.5rem;
    }

    #section4 > .tit {
        text-align: left;
    }

    #section4 .sub_txt {
        font-size: 1.5rem;
        letter-spacing: -0.3px;
        line-height: 2.1rem;
        margin-bottom: 2rem;
        color: #fff;
        word-break: keep-all;
    }

    #section4 .meetup_text {
        margin-bottom: 4rem;
        display: flex;
        gap: 3.3rem;
        justify-content: space-between;
    }

    #section4 .meetup_text li {
        font-size: 1.2rem;
        line-height: 1.7rem;
        letter-spacing: -0.24px;
        flex: 0 50%;
    }

    #section4 .metting {
        padding: 0.87rem 2.5rem;
        width: 22rem;
        font-size: 1.6rem;
        letter-spacing: -0.32px;
    }

    #section4 .metting::before {
        content: '';
        width: 2.4rem;
        height: 2.7rem;
        background: url(../images/calendar.png) no-repeat center;
        background-size: cover;
        margin-right: .8rem;
    }

    #section5 .location_info {
        display: flex;
        align-items: center;
        margin-top: 2rem;
    }

    #section5 .location_info .area {
        margin-right: 1.4rem;
        font-size: 1.8rem;
        letter-spacing: -0.36px;
        border-radius: .6rem;
        padding: .7rem 1.8rem;
        background: #31efee;
        color: #000;
    }

    #section5 .location_info .info_text {
        font-size: 1.3rem;
        line-height: 1.8rem;
        letter-spacing: -0.26px;
        color: #31efee;
        word-break: keep-all;
    }

    #section6 .contact_box {
        border-radius: 1rem;
        padding: 3rem 1.8rem 4rem;
        background: rgba(255, 255, 255, .1);
    }

    #section6 .contact_box > .tit {
        font-size: 2.2rem;
        letter-spacing: -0.44px;
        margin-bottom: 2.4rem;
        text-align: center;
        color: #fff;
    }

    #section6 .contact_list li + li {
        margin-top: 2rem;
    }

    #section6 .contact_list .tit {
        font-size: 1.2rem;
        letter-spacing: -0.24px;
        margin-bottom: .6rem;
        color: rgba(255, 255, 255, .5);
    }

    #section6 .contact_list .txt {
        font-size: 1.5rem;
        letter-spacing: -0.3px;
        color: #fff;
    }

    #section6 .contact_box .page_btn {
        font-size: 1.4rem;
        letter-spacing: -0.28px;
        border-radius: 1rem;
        border: .1rem solid rgba(255, 255, 255, .24);
        padding: 1.15rem 0;
        text-align: center;
        width: 100%;
        margin-top: 2.4rem;
        display: block;
        color: #fff;
    }

    #section7 .tit {
        font-size: 2.2rem;
        letter-spacing: -0.44px;
        margin-bottom: 4.8rem;
        text-align: center;
        color: #fff;
        font-weight: bold;
    }

    #section7 .txt_wrap {
        color: #fff;
        font-size: 1.4rem;
        letter-spacing: -0.28px;
        line-height: 2rem;
        margin-bottom: 2.4rem;
    }

    #section7 .txt_wrap .txt + .txt {
        margin-top: 1.4rem;
    }

    #section7 .txt_wrap .c {
        color: #31efee;
    }

    #section7 .num_list {
        position: relative;
        margin-top: 3rem;
    }

    #section7 .num_list li {
        display: flex;
        flex-flow: row nowrap;
        position: relative;
    }

    #section7 .num_list .num {
        width: 3rem;
        height: 3rem;
        padding: .6rem;
        font-size: 1.4rem;
        letter-spacing: -0.28px;
        font-weight: 500;
        border-radius: 50%;
        border: .1rem solid #31efee;
        color: #31efee;
        position: relative;
        margin-right: 0.8rem;
    }

    #section7 .num_list li:not(:last-child)::after {
        content: '';
        width: 0.1rem;
        height: 69%;
        position: absolute;
        background: #31efee;
        top: 3rem;
        left: 1.5rem;
    }

    #section7 .num_list .tit {
        font-size: 1.6rem;
        letter-spacing: -0.32px;
        font-weight: 500;
        text-align: left;
        margin: .6rem 0 0.9rem;
    }

    #section7 .num_list .text {
        font-size: 1.3rem;
        letter-spacing: -0.26px;
        line-height: 1.8rem;
        color: rgba(255, 255, 255, .5);
        padding-bottom: 2.4rem;
    }

    #section8 .event_box {
        width: 100%;
        background: url(../images/event_bg.png) no-repeat center;
        background-size: cover;
        padding: 4rem 2.2rem;
        border-radius: 1rem;
    }

    #section8 .tit {
        font-size: 2.2rem;
        margin-bottom: 4rem;
        letter-spacing: -0.44px;
        text-align: center;
        line-height: 3rem;
        color: #fff;
        font-weight: bold;
    }

    #section8 .txt_wrap {
        font-size: 1.4rem;
        letter-spacing: -0.28px;
        color: #fff;
        line-height: 2rem;
    }

    #section8 .txt_wrap .b {
        font-size: 1.6rem;
        letter-spacing: -0.32px;
        line-height: 2.2rem;
        margin-bottom: 1rem;
    }

    #section8 .txt_wrap > * + * {
        margin-top: 1rem;
    }

    #section8 .txt_wrap .btn {
        display: block;
        width: 100%;
        text-align: center;
        padding: 1rem;
        border-radius: 1rem;
        background: #31feff;
        font-weight: 500;
        margin: 1.4rem 0 1rem;
    }

    #section8 .txt_wrap .gray {
        font-size: 1.3rem;
        letter-spacing: -0.26px;
        line-height: 1.8rem;
        color: rgba(255, 255, 255, .68);
        text-align: center;
    }

    footer {
        margin-top: 8rem;
        border-top: .2rem solid rgba(255, 255, 255, .2);
    }

    footer .inner {
        padding: 3rem 0 6rem;
    }

    footer .site_link {
        display: flex;
        align-items: center;
        gap: 1.8rem;
        justify-content: center;
        margin-bottom: 3.4rem;
    }

    footer .site_link li {
        width: 4rem;
    }

    footer .f_logo {
        font-size: 2rem;
        letter-spacing: -0.4px;
        color: #fff;
        margin-bottom: 1.8rem;
        font-weight: 500;
        text-align: center;
    }

    footer .company_info ul {
        display: flex;
        flex-flow: row wrap;
        gap: .3rem 1.3rem;
        justify-content: center;
    }

    footer .company_info .info {
        font-size: 1.2rem;
        letter-spacing: -0.24px;
        line-height: 1.8rem;
        color: #fff;
        /* flex: 1 50%; */
        text-align: center;
    }

    footer .company_info .info:nth-child(1), footer .company_info .info:nth-child(4) {
        flex: 0 100%;
    }

    footer .copy {
        margin-top: 1.4rem;
        font-size: 1.1rem;
        letter-spacing: -0.22px;
        color: rgba(255, 255, 255, .5);
        text-align: center;
    }
}
