/* BASIC css start */
/* =========================================================
   GUMZZI FOOTER / SEC8
   PC ÇÏ´Ü ÀüÃ¼ CSS Åë±³Ã¼¿ë
   ÆùÆ® : Pretendard ÅëÀÏ
   ========================================================= */


/* =========================================================
   SEC8 : È¸¿ø ÇýÅÃ ¾È³»
   ========================================================= */

#sec8 {
    margin-top: 110px;
    margin-bottom: 0;
}

#sec8 .sec_inner {
    width: 1280px;
    margin: 0 auto;
}

#sec8 .sec_inner ul {
    display: flex;
    justify-content: center;
    align-items: stretch;

    margin: 0;
    padding: 38px 0;

    background-color: #fafafa;
}

#sec8 .sec_inner ul li {
    margin: 0;
    padding: 0;
}

#sec8 .sec_inner ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;

    width: auto;
    height: 96px;

    padding: 0 35px;

    border-right: 1px solid #ebebeb;

    text-decoration: none;
    box-sizing: border-box;
}

#sec8 .sec_inner ul li:last-child a {
    border-right: none;
}

#sec8 .sec_inner ul li a .icon {
    position: relative;

    display: flex;
    align-items: center;
    justify-content: center;

    height: 55px;
}

#sec8 .sec_inner ul li a .icon img {
    display: block;

    margin-bottom: 0;

    transition: margin-bottom .2s ease;
}

#sec8 .sec_inner ul li a:hover > .icon img {
    margin-bottom: 6px;
}

#sec8 .sec_inner ul li a .icon:after {
    content: "";

    position: absolute;
    top: -4px;
    left: 50%;

    display: inline-block;

    width: 4px;
    height: 4px;

    border-radius: 50%;

    background-color: #222;

    opacity: 0;

    transform: translateX(-50%);
    transition: opacity .3s ease;
}

#sec8 .sec_inner ul li a:hover > .icon:after {
    opacity: 1;
}

#sec8 .sec_inner ul li a p {
    margin: 0;

    text-align: center;

    color: #777;

    font-family:
        'Pretendard',
        -apple-system,
        BlinkMacSystemFont,
        'Segoe UI',
        sans-serif;

    font-size: 12px;
    font-weight: 400;

    letter-spacing: -0.2px;
    line-height: 1.45;
}


/* =========================================================
   FOOTER ÀüÃ¼
   ========================================================= */

#footer {
    width: 100%;

    margin-top: 32px;

    border-top: 1px solid #eee;

    background: #fff;
    color: #666;

    font-family:
        'Pretendard',
        -apple-system,
        BlinkMacSystemFont,
        'Segoe UI',
        sans-serif;

    font-size: 11px;
    font-weight: 400;
}

#footer,
#footer * {
    font-family:
        'Pretendard',
        -apple-system,
        BlinkMacSystemFont,
        'Segoe UI',
        sans-serif;
    box-sizing: border-box;
}

#footer .foot_inner {
    width: 1280px;

    margin: 0 auto;
    padding: 34px 0 24px;

    display: flex;
    flex-direction: column;

    gap: 26px;
}


/* =========================================================
   FOOTER 6¿­
   ========================================================= */

#footer .footer_row {
    display: grid;

    grid-template-columns:
        145px
        270px
        250px
        135px
        120px
        120px;

    column-gap: 48px;

    align-items: start;

    width: 100%;
}

#footer .footer_block {
    min-width: 0;
    max-width: none;

    margin: 0;

    word-break: keep-all;
    white-space: normal;
}


/* =========================================================
   FOOTER Á¦¸ñ
   ========================================================= */

#footer .footer_block h4 {
    margin: 0 0 11px;

    color: #222;

    font-size: 11px;
    font-weight: 600;

    line-height: 1.3;
    letter-spacing: 0.5px;
}


/* =========================================================
   CALL CENTER
   ========================================================= */

#footer .cs_center h5 {
    margin: 0 0 8px;

    color: #111;

    font-size: 18px;
    font-weight: 600;

    line-height: 1.2;
    letter-spacing: -0.2px;
}

#footer .cs_center ul,
#footer .footer_block ul {
    margin: 0;
    padding: 0;
}

#footer .cs_center ul li,
#footer .footer_block ul li {
    margin: 0 0 5px;
    padding: 0;

    color: #666;

    font-size: 10.5px;
    font-weight: 400;

    line-height: 1.45;
    letter-spacing: -0.15px;
}

#footer .cs_btn {
    margin-top: 13px;
}

#footer .escrow-img {
    display: block;

    width: 62px;
    height: auto;

    border: 0;
}


/* =========================================================
   ¸µÅ©
   ========================================================= */

#footer .footer_block ul li a {
    color: #666;

    text-decoration: none;

    transition: color .15s ease;
}

#footer .footer_block ul li a:hover {
    color: #111;

    text-decoration: none;
}

#footer .footer_block ul li a b {
    font-weight: 500;
}


/* =========================================================
   COMPANY / RETURN
   ========================================================= */

#footer .company_info li {
    white-space: nowrap;
}

#footer .company_info,
#footer .return_info {
    max-width: none;
}


/* =========================================================
   SNS
   ========================================================= */

#footer .sns_under_return {
    display: flex;
    align-items: center;

    gap: 8px;

    margin-top: 13px;
}

#footer .sns_under_return a {
    display: block;

    line-height: 0;

    opacity: .72;

    transition: opacity .15s ease;
}

#footer .sns_under_return a:hover {
    opacity: 1;
}

#footer .sns_under_return img {
    display: block;

    width: 18px;
    height: 18px;
}


/* =========================================================
   COPY
   ========================================================= */

#footer .copy {
    margin-top: 4px;
    padding-top: 18px;

    border-top: 1px solid #f2f2f2;

    color: #aaa;

    font-size: 9.5px;
    font-weight: 400;

    line-height: 1.55;
    letter-spacing: 0;

    text-align: center;
}

#footer .copy p {
    margin: 0;
}


/* =========================================================
   ¿¹Àü ¹«·á¹è¼Û / Æ¯°¡ / G.MADE ¹èÁö
   È¤½Ã ´Ù¸¥ ÆäÀÌÁö ½ºÅ©¸³Æ®°¡ ³²¾Æ ÀÖ¾îµµ È­¸é¿¡ Ç¥½ÃÇÏÁö ¾ÊÀ½
   ========================================================= */

.gz-free-badge,
.gz-special-badge,
.gz-made-badge,
.gz-main-badges,
.gz-badge-stack {
    display: none !important;
}

/* BASIC css end */

