/* BASIC css start */
/* =========================================================
   AKKINARA MOBILE FOOTER - FINAL STABLE
   Prefix: akfoot-
   Header akm-* / Main akmain-* / Detail akdetail-* ¿Í ºÐ¸®
========================================================= */

.akfoot-footer,
.akfoot-footer *,
.akfoot-floating,
.akfoot-floating * {
    box-sizing: border-box;
}


/* =========================================================
   ROOT
========================================================= */

.akfoot-footer {
    --akfoot-bg: #242825;
    --akfoot-paper: #ffffff;
    --akfoot-soft: #f5f2ed;
    --akfoot-line: #ded9d1;
    --akfoot-ink: #222522;
    --akfoot-text: #696c68;
    --akfoot-accent: #8a5a44;

    width: 100%;
    margin: 0;
    padding: 0;

    background: var(--akfoot-bg);
    color: var(--akfoot-ink);

    font-family:
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        "Apple SD Gothic Neo",
        "Noto Sans KR",
        "Malgun Gothic",
        sans-serif;
}


.akfoot-footer a {
    color: inherit !important;
    text-decoration: none !important;
}


.akfoot-footer p,
.akfoot-footer h2,
.akfoot-footer h3,
.akfoot-footer dl,
.akfoot-footer dt,
.akfoot-footer dd {
    margin: 0;
    padding: 0;
}


/* =========================================================
   CUSTOMER SUPPORT
========================================================= */

.akfoot-support {
    width: 100%;
    padding: 32px 16px 20px;

    background: var(--akfoot-paper);

    border-top:
        1px solid
        var(--akfoot-line);
}


.akfoot-heading {
    margin-bottom: 18px;
}


.akfoot-eyebrow {
    margin-bottom: 7px !important;

    color: var(--akfoot-accent);

    font-size: 10px !important;
    font-weight: 800 !important;

    line-height: 1.3 !important;

    letter-spacing: .14em;
}


.akfoot-heading h2 {
    margin: 0 !important;

    color: var(--akfoot-ink) !important;

    font-size: 23px !important;
    font-weight: 800 !important;

    line-height: 1.25 !important;

    letter-spacing: -.035em;
}


/* =========================================================
   CUSTOMER SUPPORT CARDS
   ÇÙ½É: ÆäÀÌÁöº° CSS °£¼· ¹æÁö
========================================================= */

.akfoot-contact-grid {
    display: grid !important;

    grid-template-columns:
        repeat(
            2,
            minmax(0, 1fr)
        ) !important;

    align-items: stretch !important;

    gap: 9px !important;

    width: 100% !important;

    margin: 0 !important;
    padding: 0 !important;
}


.akfoot-contact-card {
    display: flex !important;

    flex-direction: column !important;

    align-items: stretch !important;

    justify-content: flex-start !important;

    width: 100% !important;
    min-width: 0 !important;

    height: 100% !important;
    min-height: 126px !important;

    margin: 0 !important;

    padding: 15px !important;

    border:
        1px solid
        var(--akfoot-line) !important;

    border-radius: 15px !important;

    background:
        var(--akfoot-soft) !important;

    color:
        var(--akfoot-ink) !important;

    float: none !important;

    position: relative !important;

    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;

    line-height: normal !important;

    text-align: left !important;

    vertical-align: top !important;
}


/* Ä«µå ³»ºÎ Àü¿ª CSS ¸®¼Â */

.akfoot-contact-card > span,
.akfoot-contact-card > strong {
    display: block !important;

    width: 100% !important;

    max-width: 100% !important;

    margin-left: 0 !important;
    margin-right: 0 !important;

    float: none !important;

    position: static !important;

    text-align: left !important;
}


.akfoot-contact-label {
    min-height: 16px !important;

    margin: 0 !important;
    padding: 0 !important;

    color: #777 !important;

    font-size: 10px !important;
    font-weight: 700 !important;

    line-height: 1.5 !important;

    white-space: normal !important;
}


.akfoot-contact-card strong {
    min-height: 24px !important;

    margin: 13px 0 0 !important;
    padding: 0 !important;

    color: var(--akfoot-ink) !important;

    font-size: 17px !important;
    font-weight: 800 !important;

    line-height: 1.25 !important;

    letter-spacing: -.03em !important;

    white-space: nowrap !important;
}


.akfoot-contact-action {
    min-height: 15px !important;

    margin-top: auto !important;

    padding-top: 12px !important;

    color: var(--akfoot-accent) !important;

    font-size: 10px !important;
    font-weight: 800 !important;

    line-height: 1.4 !important;
}


/* =========================================================
   INFO GRID
========================================================= */

.akfoot-info-grid {
    display: grid;

    grid-template-columns: 1fr;

    gap: 10px;

    width: 100%;

    padding:
        0
        16px
        22px;

    background:
        var(--akfoot-paper);
}


.akfoot-info-card {
    width: 100%;

    padding: 18px 17px;

    border:
        1px solid
        var(--akfoot-line);

    border-radius: 15px;

    background: #fff;
}


.akfoot-info-card h3 {
    margin-bottom: 15px !important;

    color: #252825 !important;

    font-size: 14px !important;
    font-weight: 800 !important;

    line-height: 1.4 !important;
}


/* =========================================================
   BUSINESS HOURS
========================================================= */

.akfoot-hours > div + div {
    margin-top: 14px;

    padding-top: 14px;

    border-top:
        1px solid
        #eeeae4;
}


.akfoot-hours dt {
    margin-bottom: 5px !important;

    color: #333 !important;

    font-size: 12px !important;
    font-weight: 800 !important;

    line-height: 1.5 !important;
}


.akfoot-hours dd {
    color:
        var(--akfoot-text) !important;

    font-size: 11px !important;

    line-height: 1.7 !important;
}


.akfoot-hours dd span {
    color: #999 !important;
}


/* =========================================================
   BANK
========================================================= */

.akfoot-bank {
    display: grid;

    gap: 8px;
}


.akfoot-bank > div {
    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 10px;

    width: 100%;
}


.akfoot-bank dt {
    flex: 0 0 auto;

    color: #777 !important;

    font-size: 11px !important;
    font-weight: 700 !important;

    line-height: 1.5 !important;
}


.akfoot-bank dd {
    min-width: 0;

    color: #333 !important;

    font-size: 12px !important;
    font-weight: 700 !important;

    line-height: 1.5 !important;

    text-align: right !important;

    white-space: nowrap;
}


.akfoot-depositor {
    margin-top: 13px !important;

    padding-top: 13px !important;

    border-top:
        1px solid
        #eeeae4;

    color: #444 !important;

    font-size: 11px !important;
    font-weight: 700 !important;

    line-height: 1.5 !important;
}


/* =========================================================
   QUICK MENU
========================================================= */

.akfoot-quick {
    display: grid;

    grid-template-columns:
        repeat(
            3,
            minmax(0, 1fr)
        );

    gap: 1px;

    width: 100%;

    background: #ddd7cf;

    border-top:
        1px solid
        #ddd7cf;

    border-bottom:
        1px solid
        #ddd7cf;
}


.akfoot-quick > a {
    display: flex !important;

    flex-direction: column !important;

    align-items: center !important;

    justify-content: center !important;

    gap: 7px !important;

    min-width: 0 !important;

    min-height: 82px !important;

    margin: 0 !important;
    padding: 8px 4px !important;

    background: #f8f6f2 !important;

    color: #444 !important;

    font-size: 11px !important;
    font-weight: 700 !important;

    line-height: 1.4 !important;

    text-align: center !important;

    float: none !important;
}


/* =========================================================
   QUICK ICON
========================================================= */

.akfoot-quick-icon {
    position: relative;

    display: block;

    width: 27px;
    height: 27px;

    flex: 0 0 auto;
}


.akfoot-icon-chat {
    border:
        2px solid
        #333;

    border-radius: 8px;
}


.akfoot-icon-chat::after {
    position: absolute;

    left: 4px;
    bottom: -5px;

    width: 7px;
    height: 7px;

    border-left:
        2px solid
        #333;

    border-bottom:
        2px solid
        #333;

    background: #f8f6f2;

    transform:
        skewY(-35deg);

    content: "";
}


.akfoot-icon-phone {
    border:
        2px solid
        #333;

    border-radius: 8px;
}


.akfoot-icon-phone::before {
    position: absolute;

    top: 4px;
    left: 7px;

    width: 9px;
    height: 15px;

    border-left:
        3px solid
        #333;

    border-bottom:
        3px solid
        #333;

    border-radius:
        0
        0
        0
        8px;

    transform:
        rotate(-35deg);

    content: "";
}


.akfoot-icon-help {
    border:
        2px solid
        #333;

    border-radius: 50%;

    color: #333 !important;

    font-size: 16px !important;
    font-weight: 800 !important;

    line-height: 23px !important;

    text-align: center !important;
}


/* =========================================================
   SOCIAL
========================================================= */

.akfoot-social {
    width: 100%;

    padding: 24px 16px;

    background:
        var(--akfoot-bg);

    color: #fff;

    text-align: center;
}


.akfoot-social h3 {
    margin-bottom: 15px !important;

    color: #d7d9d7 !important;

    font-size: 11px !important;
    font-weight: 700 !important;

    line-height: 1.4 !important;

    text-align: center !important;
}


.akfoot-social-links {
    display: flex;

    align-items: center;

    justify-content: center;

    flex-wrap: wrap;

    gap: 11px;
}


.akfoot-social-links a {
    display: flex !important;

    align-items: center !important;

    justify-content: center !important;

    width: 38px !important;
    height: 38px !important;

    margin: 0 !important;
    padding: 0 !important;

    overflow: hidden;

    border-radius: 50%;

    background: #fff;

    float: none !important;
}


.akfoot-social-links img {
    display: block !important;

    width: 30px !important;
    height: 30px !important;

    margin: 0 !important;
    padding: 0 !important;
}


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

.akfoot-company {
    width: 100%;

    border-top:
        1px solid
        rgba(
            255,
            255,
            255,
            .12
        );

    border-bottom:
        1px solid
        rgba(
            255,
            255,
            255,
            .12
        );

    background:
        var(--akfoot-bg);
}


.akfoot-company-toggle {
    position: relative;

    display: block;

    width: 100%;

    height: 48px;

    margin: 0;

    padding:
        0
        46px
        0
        16px;

    border: 0;

    background: transparent;

    color: #eee;

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

    line-height: 48px;

    text-align: left;

    -webkit-appearance: none;
    appearance: none;
}


.akfoot-company-arrow::before,
.akfoot-company-arrow::after {
    position: absolute;

    top: 23px;
    right: 18px;

    width: 10px;
    height: 1px;

    background: #aaa;

    content: "";
}


.akfoot-company-arrow::before {
    transform:
        translateX(-3px)
        rotate(45deg);
}


.akfoot-company-arrow::after {
    transform:
        translateX(3px)
        rotate(-45deg);
}


.akfoot-company-toggle[
    aria-expanded="true"
]
.akfoot-company-arrow::before {
    transform:
        translateX(-3px)
        rotate(-45deg);
}


.akfoot-company-toggle[
    aria-expanded="true"
]
.akfoot-company-arrow::after {
    transform:
        translateX(3px)
        rotate(45deg);
}


.akfoot-company-info {
    padding:
        0
        16px
        20px;

    color: #aeb1ae;

    font-size: 10px;

    line-height: 1.75;
}


.akfoot-company-info p {
    color: #aeb1ae !important;

    font-size: 10px !important;

    line-height: 1.75 !important;
}


.akfoot-company-info strong {
    color: #fff !important;
}


/* =========================================================
   POLICY
========================================================= */

.akfoot-policy {
    display: flex;

    flex-wrap: wrap;

    align-items: center;

    justify-content: center;

    gap:
        6px
        14px;

    width: 100%;

    padding:
        17px
        12px
        9px;

    background:
        var(--akfoot-bg);
}


.akfoot-policy a {
    display: inline-block !important;

    margin: 0 !important;
    padding: 0 !important;

    color: #b8bbb8 !important;

    font-size: 10px !important;

    line-height: 1.5 !important;

    float: none !important;
}


.akfoot-policy .akfoot-policy-strong {
    color: #fff !important;

    font-weight: 700 !important;
}


/* =========================================================
   COPYRIGHT
========================================================= */

.akfoot-copy {
    width: 100%;

    padding:
        8px
        16px
        28px;

    background:
        var(--akfoot-bg);

    color: #777b77;

    text-align: center;
}


.akfoot-copy p {
    color: #777b77 !important;

    font-size: 9px !important;

    line-height: 1.5 !important;

    text-align: center !important;
}


/* =========================================================
   FLOATING
========================================================= */

.akfoot-floating {
    position: fixed;

    right: 14px;
    bottom: 18px;

    z-index: 3500;

    display: flex;

    flex-direction: column;

    align-items: flex-end;

    gap: 8px;

    font-family:
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        "Apple SD Gothic Neo",
        "Noto Sans KR",
        "Malgun Gothic",
        sans-serif;
}


.akfoot-top-button,
.akfoot-help-button {
    position: relative;

    display: block;

    width: 44px;
    height: 44px;

    margin: 0;
    padding: 0;

    border:
        1px solid
        rgba(
            0,
            0,
            0,
            .10
        );

    border-radius: 50%;

    box-shadow:
        0
        4px
        16px
        rgba(
            0,
            0,
            0,
            .12
        );

    -webkit-appearance: none;
    appearance: none;
}


.akfoot-top-button {
    background: #fff;
}


.akfoot-top-button span::before,
.akfoot-top-button span::after {
    position: absolute;

    top: 20px;

    width: 11px;
    height: 2px;

    background: #222;

    content: "";
}


.akfoot-top-button span::before {
    left: 12px;

    transform:
        rotate(-45deg);
}


.akfoot-top-button span::after {
    right: 12px;

    transform:
        rotate(45deg);
}


.akfoot-help-button {
    background:
        #242825;

    color: #fff;

    font-size: 10px;
    font-weight: 800;
}


.akfoot-help-panel {
    position: absolute;

    right: 52px;
    bottom: 0;

    width: 180px;

    overflow: hidden;

    border:
        1px solid
        #dedad3;

    border-radius: 14px;

    box-shadow:
        0
        8px
        28px
        rgba(
            0,
            0,
            0,
            .16
        );

    background: #fff;
}


.akfoot-help-panel a {
    display: block !important;

    width: 100% !important;

    margin: 0 !important;

    padding:
        12px
        14px !important;

    color: #333 !important;

    text-decoration: none !important;

    float: none !important;
}


.akfoot-help-panel a + a {
    border-top:
        1px solid
        #eeeae4;
}


.akfoot-help-panel strong,
.akfoot-help-panel span {
    display: block !important;

    width: 100% !important;

    margin: 0 !important;

    float: none !important;
}


.akfoot-help-panel strong {
    color: #333 !important;

    font-size: 13px !important;

    font-weight: 800 !important;

    line-height: 1.4 !important;
}


.akfoot-help-panel span {
    margin-top: 3px !important;

    color: #888 !important;

    font-size: 10px !important;

    line-height: 1.4 !important;
}


/* =========================================================
   VERY SMALL MOBILE
========================================================= */

@media screen and (max-width:340px) {

    .akfoot-contact-grid {
        grid-template-columns:
            1fr !important;
    }


    .akfoot-contact-card {
        min-height:
            112px !important;
    }


    .akfoot-bank > div {
        align-items:
            flex-start;
    }


    .akfoot-bank dd {
        white-space:
            normal;
    }

}

.akfoot-top-button {
    display: none !important;
}


/* =========================================================
   TABLET
========================================================= */

@media screen and (min-width:600px) {

    .akfoot-support,
    .akfoot-info-grid {
        max-width: 900px;

        margin-left: auto;

        margin-right: auto;
    }


    .akfoot-info-grid {
        grid-template-columns:
            repeat(
                2,
                minmax(0, 1fr)
            );
    }

}
/* BASIC css end */

