body {
    --padding: clamp(12px, 17/480*100vw, 27px);
}
body.find-store-open, body.result-open {
    --padding: clamp(12px, 30/480*100vw, 40px);
}
@media screen and (max-width: 360px) {
    body {
        --padding: clamp(12px, 15/360*100vw, 20px);
    }
    body.find-store-open, body.result-open {
        --padding: clamp(12px, 15/360*100vw, 20px);
    }
}
.transition_screen {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.transition_screen .top {
    width: 100%;
    height: 50%;
    background-color: #ff5522;
    transform: translateX(-100%);
}
.transition_screen .bottom {
    width: 100%;
    height: 50%;
    background-color: #ff5522;
    transform: translateX(100%);
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background-color: #ff5522;
    transition: all .0s 0.3s;
}
@media screen and (min-width: 821px) {
    .header {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 100;
    }
}
body.find-store-open .header {
    background-color: #fff;
    border-bottom: 1px solid #eee;
    transition: all .3s 0.3s;
}
.header .header-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: clamp(12px, 16/480*100vw, 16px) var(--padding);
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all .1s 0.3s;
}
body.find-store-open .header .header-inner {
    padding: clamp(12px, 16/480*100vw, 16px) var(--padding);
}
.header .header-back {
    display: flex; align-items: center;
    font-size: clamp(16px, 20/480*100vw, 26px);
    opacity: 0;
    visibility: hidden;
    transition: all 0s 0.3s;
    padding-top: calc(5/20*1em);
}
body.find-store-open .header .header-back {
    opacity: 1;
    visibility: visible;
    transition: all .3s 0.3s;
}
.header .header-back h2 {
    font-family: 'Pretendard';
    font-weight: 500;
    letter-spacing: -0.05em;
    padding-left: calc(15/20*1em);
    padding-top: calc(3/20*1em);
}
.header .header-back h2.result-page {
    display: none;
}
body.chg-title .header .header-back h2.find-store-page {
    display: none !important;
}
body.chg-title .header .header-back h2.result-page {
    display: block !important;
}
.header .logo.mo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: clamp(60px, 83/480*100vw, 100px);
    position: absolute;
    left: 50%; top: 50%;
    transform: translate(-50%, -50%);
    transition: all .1s 0.3s;
}
body.find-store-open .header .logo.mo {
    opacity: 0;
    visibility: hidden;
    transition: all .3s 0.3s;
}
.header .logo.pc {
    display: none;
    width: clamp(150px, 150/820*100vw, 385px);
}
.header .find-store-btn {
    display: flex;
    align-items: center;
    gap: calc(7/12*1em);
    font-size: clamp(12px, 12/480*100vw, 16px);
    font-family: 'Pretendard';
    letter-spacing: -0.025em;
    font-weight: 600;
    color: #fff;
}
.header .find-store-btn span {
    display: block;
    padding-top: calc(4/12*1em);
    transition: all 0s 0.3s;
}
body.find-store-open .header .find-store-btn span {
    opacity: 0;
    visibility: hidden;
    transition: all .3s 0.3s;
}
.header .find-store-btn img {
    width: calc(36/12*1em);
    transition: all 0s 0.3s;
}
body.find-store-open .header .find-store-btn img {
    filter: invert(1);
    transition: all .3s 0.3s;
}
@media screen and (min-width: 821px) {
    .header {
        background: #fff;
    }
    .header .header-inner {
        justify-content: center;
        padding: clamp(20px, 20/820*100vw, 52px) var(--padding);
    }
    .header .logo.pc {
        display: block;
    }
    .header .logo.mo {
        display: none;
    }
    .header .find-store {
        display: none;
    }
    .header .header-back {
        display: none;
    }
}
@media screen and (max-width: 360px) {
    .header .header-back h2 {
        padding-left: calc(10/20*1em);
        padding-top: calc(2/20*1em);
    }
    .header .find-store-btn img {
        width: calc(25/12*1em);
    }

    .header .logo.mo {
        left: 0;
        transform: translate(0%, -50%);
        padding-left: var(--padding);
        padding-top: 1px;
    }
}




.footer {
    background-color: #f6f8f9;
    padding: 70px 0 30px;
    box-sizing: border-box;
}
.footer .footer_top {
    display: flex;
    flex-direction: column;
}
.footer .footer_top .top_1 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.footer .footer_top .top_1 .info {
    display: flex;
    flex-direction: column;
}
.footer .footer_top .top_1 .info .title {
    display: flex; align-items: flex-end;
    font-size: 24px;
    padding-bottom: calc(30/24*1em);
}
.footer .footer_top .top_1 .info .title b {
    font-family: 'Pretendard';
    font-weight: 700;
    font-size: inherit;
    letter-spacing: -0.05em;
    color: #ff5522;
    padding-right: calc(10/24*1em);
    box-sizing: border-box;
}
.footer .footer_top .top_1 .info .title a {
    font-family: 'Pretendard';
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -0.05em;
    color: #727272;
}
.footer .footer_top .top_1 .info .number {
    display: flex;
    align-items: center;
    font-size: 16px;
    gap: calc(25/16*1em);
}
.footer .footer_top .top_1 .info .number p {
    display: flex;
    align-items: center;
}
.footer .footer_top .top_1 .info .number p span {
    font-family: 'Pretendard';
    font-weight: 500;
    font-size: inherit;
    letter-spacing: -0.05em;
    color: #000;
}
.footer .footer_top .top_1 .info .number p b {
    font-family: 'Pretendard';
    font-weight: 700;
    font-size: 20px;
    letter-spacing: -0.05em;
    color: #000;
    padding-left: calc(9/16*1em);
}
.footer .footer_top .top_1 .appLink {
    display: flex;
    align-items: center;
    gap: 10px
}
.footer .footer_top .top_1 .appLink .appIcon {
    width: 205px;
    background: #fff;
    border-radius: 18px;
    border: 1px solid #eee;
}
.footer .footer_top .top_1 .appLink .appIcon img {
    width: 100%;
    height: 100%;
}
.footer .footer_top .top_2 {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.footer .footer_top .top_2 .offlineInquiry {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    font-family: 'Pretendard';
    letter-spacing: -0.05em;
    line-height: calc(24/16*1em);
    font-weight: 500;
    padding-top: calc(40/16*1em);
}
.footer .footer_top .top_2 .offlineInquiry b {
    color: #000;
}
.footer .footer_top .top_2 .offlineInquiry p {
    color: #727272;
}
.footer .footer_top .top_2 .callCenter {
    display: flex;
    align-items: center;
}
.footer .footer_top .top_2 .callCenter b {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: -0.05em;
    color: #727272;
    display: flex;
    align-items: center;
    padding-right: calc(15/16*1em);
}
.footer .footer_top .top_2 .callCenter b i {
    font-size: calc(24/16*1em);
    letter-spacing: -0.05em;
    margin-right: calc(5/24*1em);
}
.footer .footer_top .top_2 .callCenter em {
    color: #ff5522;
    font-family: 'GmarketSansBold';
    font-size: 44px;
    padding-top: calc(5/44*1em);
}
.footer .footer_bottom {
    display: flex;
    align-items: center;
    padding-top: calc(60/16*1em);
    font-size: 16px;
}
.footer .footer_bottom .footer_logo {
    width: calc(280/16*1em);
    padding-right: calc(40/16*1em);
}
.footer .footer_bottom .footer_logo img {
    width: 100%;
}
.footer .footer_bottom .footer_info {
    display: flex;
    flex-direction: column;
}
.footer .footer_bottom .footer_info p {
    font-family: 'Pretendard';
    font-weight: 500;
    font-size: inherit;
    letter-spacing: -0.05em;
    color: #727272;
    line-height: 1.3;
    padding-bottom: calc(5/16*1em);
}
.footer .footer_bottom .footer_info span {
    font-family: 'Pretendard';
    font-size: inherit;
    letter-spacing: -0.05em;
    color: #aaa;
}
@media screen and (max-width: 1024px) {
    .footer {
        padding: 50px 0 30px;
    }
    .footer .footer_top .top_1 .info .title {
        font-size: clamp(20px, 20/821*100vw, 24px);
    }
    .footer .footer_top .top_1 .info .title b {
        font-size: clamp(20px, 20/821*100vw, 24px);
    }
    .footer .footer_top .top_1 .info .title a {
        font-size: clamp(14px, 14/821*100vw, 16px);
    }
    .footer .footer_top .top_1 .info .number {
        font-size: clamp(14px, 14/821*100vw, 16px);
    }
    .footer .footer_top .top_1 .info .number p span {
        font-size: clamp(14px, 14/821*100vw, 16px);
    }
    .footer .footer_top .top_1 .info .number p b {
        font-size: clamp(14px, 14/821*100vw, 16px);
    }
    .footer .footer_top .top_1 .appLink {
        gap: 5px;
    }
    .footer .footer_top .top_1 .appLink .appIcon {
        width: 150px;
    }
    .footer .footer_top .top_2 {
        flex-direction: column;
        align-items: flex-start;
    }
    .footer .footer_top .top_2 .offlineInquiry {
        font-size: clamp(14px, 14/821*100vw, 16px);
    }
    .footer .footer_top .top_2 .offlineInquiry b {
        font-size: clamp(14px, 14/821*100vw, 16px);
    }
    .footer .footer_top .top_2 .offlineInquiry p {
        font-size: clamp(14px, 14/821*100vw, 16px);
    }
    .footer .footer_top .top_2 .callCenter {
        font-size: clamp(14px, 14/821*100vw, 16px);
        padding-top: calc(20/14*1em);
    }
    .footer .footer_top .top_2 .callCenter b {
        font-size: clamp(14px, 14/821*100vw, 16px);
    }
    .footer .footer_top .top_2 .callCenter em {
        font-size: clamp(30px, 30/821*100vw, 40px);
    }
    .footer .footer_bottom {
        font-size: clamp(14px, 14/821*100vw, 16px);
    }
    .footer .footer_bottom .footer_logo {
        width: clamp(200px, 200/821*100vw, 280px);
    }
    .footer .footer_bottom .footer_info p {
        font-size: clamp(14px, 14/821*100vw, 16px);
    }
}
@media screen and (max-width: 820px) {
    .footer {
        display: none;
    }
}