/*
============================================================
PC LAYOUT READY
============================================================
*/
body {
    min-width: 1280px;
}

#hd {
    position: relative;
    z-index: var(--z-header);
}

#wrapper {
    margin: 0;
    padding: 0;
}

#container_wr {
    margin: 0;
    padding: 0;
}

#container {
    margin: 0 auto;
    padding: 0;
}

/*
============================================================
PC AREA STRUCTURE
============================================================
*/
.header-sec {
    position: relative;
    width: 100%;
    z-index: var(--z-header);
}

.header-sec .header-inner {
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
    max-width: var(--inner-pc);
}

.header-sec .logo-wrap {
    position: relative;
}

.header-sec .nav-wrap {
    position: relative;
}

.header-sec .util-wrap {
    position: relative;
}

.footer-sec {
    position: relative;
    width: 100%;
}

.footer-sec .footer-inner {
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
    max-width: var(--inner-pc);
}

.footer-sec .footer-logo {
    position: relative;
}

.footer-sec .footer-info {
    position: relative;
}

.footer-sec .footer-link {
    position: relative;
}

.popup-sec,
.pop-sec {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: var(--z-modal);
}

.popup-sec.is-active,
.pop-sec.is-active {
    display: block;
}

.popup-sec .dim,
.pop-sec .dim {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.popup-sec .pop-wrap,
.pop-sec .pop-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 600px;
    background: var(--color-white);
    z-index: 1;
}

.popup-sec .pop-head,
.pop-sec .pop-head {
    position: relative;
}

.popup-sec .pop-body,
.pop-sec .pop-body {
    position: relative;
}

.popup-sec .pop-foot,
.pop-sec .pop-foot {
    position: relative;
}

.article-sec {
    position: relative;
    width: 100%;
}

.article-sec .sec-inner {
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
    max-width: var(--inner-pc);
}

.article-sec .sec-head {
    position: relative;
}

.article-sec .sec-body {
    position: relative;
}

.article-sec .sec-foot {
    position: relative;
}

.article-sec .cont-wrap {
    position: relative;
}

.article-sec .tt-wrap {
    position: relative;
}

.article-sec .img-wrap {
    position: relative;
}

.article-sec .txt-wrap {
    position: relative;
}

/*
============================================================
PC HEADER
============================================================
*/
.site-header {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    color: var(--color-white);
    background: transparent;
    border: 0;
    opacity: 1;
    overflow: visible;
    z-index: var(--z-header);
    transition: background var(--speed-base) var(--ease-base), color var(--speed-base) var(--ease-base), box-shadow var(--speed-base) var(--ease-base);
}

#hd.site-header {
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    background: transparent;
    min-width: 1280px;
}

.site-header .top-rolling {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 28px;
    font-family: var(--font-base);
    font-size: 14px;
    font-weight: 800;
    line-height: 28px;
    color: var(--color-white);
    background: var(--primary);
    border: 0;
    opacity: 1;
    overflow: hidden;
    z-index: 2;
    transition: height var(--speed-base) var(--ease-base), opacity var(--speed-base) var(--ease-base);
}

.site-header .rolling-track {
    display: inline-flex;
    position: relative;
    transform: translateX(0);
    margin: 0;
    padding: 0;
    width: max-content;
    height: 28px;
    font-family: var(--font-base);
    font-size: 14px;
    font-weight: 800;
    line-height: 28px;
    white-space: nowrap;
    animation: textLoopRight 37s linear infinite;
    opacity: 1;
    overflow: visible;
    will-change: transform;
}

.site-header .rolling-track span {
    display: inline-flex;
    position: relative;
    margin: 0 70px 0 0;
    padding: 0;
    width: auto;
    flex: 0 0 auto;
    height: 28px;
    font: inherit;
    word-break: keep-all;
}

.site-header .header-main {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 76px;
    background: transparent;
    border-bottom: 1px solid transparent;
    opacity: 1;
    overflow: visible;
    z-index: 1;
    transition: background var(--speed-base) var(--ease-base), border-color var(--speed-base) var(--ease-base), box-shadow var(--speed-base) var(--ease-base), backdrop-filter var(--speed-base) var(--ease-base);
}

.site-header .header-inner {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin: 0 auto;
    padding: 0 48px;
    width: 100%;
    max-width: 1920px;
    height: 76px;
    overflow: visible;
}

.site-header .logo-wrap {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 160px;
    height: 76px;
    overflow: visible;
}

.site-header .logo-link {
    display: inline-flex;
    flex-wrap: nowrap;
    align-items: center;
    position: relative;
    margin: 0;
    padding: 0;
    width: auto;
    height: 76px;
    font-family: var(--font-eng);
    font-size: 28px;
    font-weight: 900;
    line-height: 1;
    color: var(--color-white);
    word-break: keep-all;
    opacity: 1;
    transition: color var(--speed-base) var(--ease-base);
}

.site-header .logo-img {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 126px;
    height: 40px;
    opacity: 1;
    overflow: hidden;
}

.site-header .logo-img img {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.site-header .logo-red {
    display: none;
}

.site-header .site-nav {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    padding: 0;
    width: auto;
    height: 76px;
    overflow: visible;
    z-index: 2;
}

.site-header .list-item {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0;
    padding: 0;
    width: auto;
    height: 76px;
    list-style: none;
    overflow: visible;
}

.site-header .item {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: auto;
    height: 76px;
    list-style: none;
    overflow: visible;
}

.site-header .nav-link {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0;
    padding: 0 32px;
    width: auto;
    height: 76px;
    font-size: 17px;
    font-weight: 800;
    line-height: 1;
    color: var(--color-white);
    word-break: keep-all;
    opacity: 1;
    transition: color var(--speed-base) var(--ease-base);
}

.site-header .nav-link:after {
    display: block;
    position: absolute;
    left: 32px;
    bottom: 20px;
    transform: scaleX(0);
    transform-origin: right center;
    margin: 0;
    padding: 0;
    width: calc(100% - 64px);
    height: 2px;
    background: currentColor;
    border: 0;
    content: "";
    opacity: 0.95;
    transition: transform var(--speed-base) var(--ease-base);
}

.site-header .item:hover .nav-link:after,
.site-header .item:focus-within .nav-link:after {
    transform: scaleX(1);
    transform-origin: left center;
}

.site-header .sub-menu {
    display: block;
    position: absolute;
    top: 76px;
    left: 50%;
    transform: translate(-50%, 10px);
    margin: 0;
    padding: 14px 0;
    width: 180px;
    height: auto;
    background: var(--color-white);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-sm);
    box-shadow: var(--shadow-md);
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    z-index: var(--z-gnb);
    pointer-events: none;
    transition: transform var(--speed-base) var(--ease-base), opacity var(--speed-base) var(--ease-base), visibility var(--speed-base) var(--ease-base);
}

.site-header .item:hover .sub-menu,
.site-header .item:focus-within .sub-menu {
    transform: translate(-50%, 0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.site-header .sub-list-item {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    list-style: none;
    overflow: visible;
}

.site-header .sub-item {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    list-style: none;
    overflow: visible;
}

.site-header .sub-item a {
    display: block;
    position: relative;
    margin: 0;
    padding: 12px 20px;
    width: 100%;
    height: auto;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    color: var(--color-title);
    background: transparent;
    word-break: keep-all;
    opacity: 1;
    transition: color var(--speed-base) var(--ease-base), background var(--speed-base) var(--ease-base);
}

.site-header .sub-item a:hover,
.site-header .sub-item a:focus {
    color: var(--primary);
    background: var(--primary-soft);
}

.site-header .header-util {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    margin: 0;
    padding: 0;
    width: 260px;
    height: 76px;
    overflow: visible;
    z-index: 3;
}

.site-header .bulk-btn {
    display: inline-flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0 18px 0 0;
    padding: 0 20px;
    min-width: 118px;
    height: 38px;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    color: var(--color-title);
    background: var(--color-white);
    border: 0;
    border-radius: var(--radius-pill);
    word-break: keep-all;
    opacity: 1;
    overflow: hidden;
    transition: color var(--speed-base) var(--ease-base), background var(--speed-base) var(--ease-base), box-shadow var(--speed-base) var(--ease-base);
}

.site-header .bulk-btn:hover,
.site-header .bulk-btn:focus {
    color: var(--color-white);
    background: var(--primary);
}

.site-header .login-btn,
.site-header .profile-btn {
    display: inline-flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0;
    padding: 0;
    width: auto;
    height: 38px;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    color: var(--color-white);
    background: transparent;
    border: 0;
    word-break: keep-all;
    opacity: 1;
    overflow: visible;
    cursor: pointer;
    transition: color var(--speed-base) var(--ease-base);
}

.site-header .login-icon,
.site-header .profile-icon {
    display: block;
    position: relative;
    margin: 0 8px 0 0;
    padding: 0;
    width: 34px;
    height: 34px;
    background: transparent;
    border: 0;
    border-radius: 50%;
    opacity: 1;
    overflow: hidden;
}

.site-header .login-icon-red,
.site-header .profile-icon-red {
    display: none;
}

.site-header .login-icon img,
.site-header .profile-icon img {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.site-header .profile-wrap {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: auto;
    height: 38px;
    overflow: visible;
}

.site-header .profile-name {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    max-width: 92px;
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.site-header .profile-menu {
    display: block;
    position: absolute;
    top: 48px;
    right: 0;
    transform: translateY(8px);
    margin: 0;
    padding: 12px 0;
    width: 168px;
    height: auto;
    background: var(--color-white);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-sm);
    box-shadow: var(--shadow-md);
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    z-index: var(--z-gnb);
    transition: transform var(--speed-base) var(--ease-base), opacity var(--speed-base) var(--ease-base), visibility var(--speed-base) var(--ease-base);
}

.site-header .profile-wrap:hover .profile-menu,
.site-header .profile-wrap:focus-within .profile-menu,
.site-header .profile-menu.is-open {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.site-header.is-sub.is-top .header-main {
    background: rgba(0, 0, 0, 0.04);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.site-header.is-top .logo-wh {
    display: block;
}

.site-header.is-top .logo-red {
    display: none;
}

.site-header.is-top .login-icon-wh,
.site-header.is-top .profile-icon-wh {
    display: block;
}

.site-header.is-top .login-icon-red,
.site-header.is-top .profile-icon-red {
    display: none;
}

.site-header.is-scrolled .top-rolling {
    height: 0;
    opacity: 0;
}

.site-header.is-scrolled .header-main {
    background: rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 6px 22px rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(12px);
}

.site-header.is-scrolled .logo-wh {
    display: none;
}

.site-header.is-scrolled .logo-red {
    display: block;
}

.site-header.is-scrolled .login-icon-wh,
.site-header.is-scrolled .profile-icon-wh {
    display: none;
}

.site-header.is-scrolled .login-icon-red,
.site-header.is-scrolled .profile-icon-red {
    display: block;
}

.site-header.is-scrolled .nav-link {
    color: var(--color-title);
}

.site-header.is-scrolled .login-btn,
.site-header.is-scrolled .profile-btn {
    color: var(--color-title);
}

.site-header.is-scrolled .bulk-btn {
    color: var(--color-white);
    background: var(--color-black);
}

#wrapper.site-wrapper {
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: 400px;
}

#wrapper.site-wrapper.is-index {
    padding-top: 0;
}

#container_wr.site-container-wrap {
    margin: 0;
    padding: 0;
    width: 100%;
}

#container.site-container {
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

/*
============================================================
PC FOOTER
============================================================
*/
.site-footer {
    display: block;
    position: relative;
    margin: 0;
    padding: 64px 0 0;
    width: 100%;
    color: var(--color-gray-800);
    background: #eeeeee;
    border-top: 1px solid var(--color-border);
    opacity: 1;
    overflow: hidden;
    z-index: 1;
}

#ft.site-footer {
    display: block;
    position: relative;
    margin: 0;
    padding: 64px 0 0;
    width: 100%;
    color: var(--color-gray-800);
    background: #eeeeee;
    border-top: 1px solid var(--color-border);
    opacity: 1;
    overflow: hidden;
    z-index: 1;
}

#ft.site-footer.shop-footer {
    overflow: visible;
    z-index: var(--z-max);
}

.site-footer .footer-inner {
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
    max-width: 1280px;
    overflow: visible;
}

.site-footer .footer-main {
    margin: 0;
    padding: 0 0 46px;
    height: auto;
}

.site-footer .footer-info {
    margin: 0;
    padding: 0;
    width: calc(100% - 330px);
    height: auto;
}

.site-footer .footer-logo {
    margin: 0 0 24px;
    padding: 0;
    width: 128px;
    height: 30px;
}

.site-footer .footer-logo a {
    margin: 0;
    padding: 0;
    height: 100%;
}

.site-footer .footer-logo img {
    margin: 0;
    padding: 0;
}

.site-footer .company-line {
    margin: 0 0 8px;
    padding: 0;
    height: auto;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    color: var(--color-gray-700);
    word-break: keep-all;
    opacity: 1;
}

.site-footer .company-line span {
    display: inline-block;
    position: relative;
    margin: 0 18px 0 0;
    padding: 0;
    width: auto;
    height: auto;
}

.site-footer .business-verify-link {
    color: inherit;
    font: inherit;
    text-decoration: none;
}

.site-footer .footer-copy {
    margin: 24px 0 0;
    padding: 0;
    height: auto;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
    color: var(--color-gray-500);
    word-break: keep-all;
}

.site-footer .footer-cs {
    margin: 0;
    padding: 0;
    width: 280px;
    height: auto;
}

.site-footer .cs-title {
    margin: 0 0 15px;
    padding: 0;
    height: auto;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--color-gray-700);
    word-break: keep-all;
}

.site-footer .cs-tel {
    margin: 0 0 10px;
    padding: 0;
    height: auto;
    font-family: var(--font-eng);
    font-size: 30px;
    font-weight: 900;
    line-height: 1.1;
    color: var(--color-gray-900);
    word-break: keep-all;
}

.site-footer .footer-cs p {
    margin: 0;
    padding: 0;
    height: auto;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
    color: var(--color-gray-700);
    word-break: keep-all;
}

.site-footer .footer-link {
    margin: 0;
    padding: 26px 0;
    height: auto;
    background: transparent;
    border-top: 1px solid var(--color-border);
}

.site-footer .footer-link a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0 52px 0 0;
    padding: 0;
    width: auto;
    height: auto;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    color: var(--color-gray-700);
    word-break: keep-all;
    opacity: 1;
}

.top-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    right: 28px;
    bottom: 28px;
    margin: 0;
    padding: 0;
    width: 54px;
    height: 54px;
    font-family: var(--font-eng);
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
    color: var(--color-white);
    background: var(--primary);
    border: 0;
    border-radius: 50%;
    opacity: 0.92;
    overflow: hidden;
    z-index: var(--z-sticky);
    cursor: pointer;
}

#top_btn.top-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    left: auto;
    right: 28px;
    bottom: 28px;
    margin: 0;
    padding: 0;
    width: 54px;
    height: 54px;
    font-family: var(--font-eng);
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
    color: var(--color-white);
    background: var(--primary);
    border: 0;
    border-radius: 50%;
    opacity: 0.92;
    overflow: hidden;
    z-index: 1000;
}

#ft.site-footer.shop-footer #top_btn.top-btn {
    z-index: var(--z-max);
}

/*
============================================================
PC BREAKPOINT 1480
============================================================
*/
@media (max-width: 1480px) {
    .header-sec .header-inner,
    .footer-sec .footer-inner,
    .article-sec .sec-inner {
        max-width: 1280px;
    }
}

/*
============================================================
PC BREAKPOINT 1280
============================================================
*/
@media (max-width: 1280px) {
    .header-sec .header-inner,
    .footer-sec .footer-inner,
    .article-sec .sec-inner {
        max-width: 1180px;
    }
}

@media (min-width: 1025px) and (max-width: 1279px) {
    body,
    #hd.site-header {
        min-width: 1025px;
    }

    #wrapper.site-wrapper,
    #container_wr.site-container-wrap,
    #container.site-container,
    #ft.site-footer {
        width: 100%;
        min-width: 1025px;
    }

    #container_wr.site-container-wrap,
    #container.site-container {
        max-width: none;
    }

    .site-header .header-inner {
        padding-right: 20px;
        padding-left: 20px;
    }

    .site-header .logo-wrap {
        width: 140px;
    }

    .site-header .logo-img {
        width: 118px;
    }

    .site-header .nav-link {
        padding-right: 14px;
        padding-left: 14px;
        font-size: 15px;
    }

    .site-header .nav-link:after {
        left: 14px;
        width: calc(100% - 28px);
    }

    .site-header .header-util {
        width: 220px;
    }

    .site-header .bulk-btn {
        margin-right: 10px;
        padding-right: 14px;
        padding-left: 14px;
        min-width: 108px;
        font-size: 13px;
    }

    .site-header .login-btn,
    .site-header .profile-btn {
        font-size: 13px;
    }

    .site-header .login-icon,
    .site-header .profile-icon {
        margin-right: 6px;
        width: 30px;
        height: 30px;
    }
}

@media (max-width: 1024px) {
    body:has(#hd.site-header):has(.shop-page),
    body:has(#hd.site-header):has(.shop-page) #hd.site-header {
        min-width: 640px;
    }

    body:has(#hd.site-header):has(.shop-page) #wrapper.site-wrapper,
    body:has(#hd.site-header):has(.shop-page) #container_wr.site-container-wrap,
    body:has(#hd.site-header):has(.shop-page) #container.site-container,
    body:has(#hd.site-header):has(.shop-page) #ft.site-footer {
        width: 100%;
        min-width: 640px;
    }

    body:has(#hd.site-header):has(.shop-page) #container_wr.site-container-wrap,
    body:has(#hd.site-header):has(.shop-page) #container.site-container {
        max-width: none;
    }

    body:has(#hd.site-header):has(.shop-page) .site-header .header-inner {
        padding-right: 16px;
        padding-left: 16px;
    }

    body:has(#hd.site-header):has(.shop-page) .site-header .logo-wrap {
        width: 112px;
    }

    body:has(#hd.site-header):has(.shop-page) .site-header .logo-img {
        width: 104px;
        height: 34px;
    }

    body:has(#hd.site-header):has(.shop-page) .site-header .nav-link {
        padding-right: 7px;
        padding-left: 7px;
        font-size: 13px;
    }

    body:has(#hd.site-header):has(.shop-page) .site-header .nav-link:after {
        left: 7px;
        width: calc(100% - 14px);
    }

    body:has(#hd.site-header):has(.shop-page) .site-header .header-util {
        width: 165px;
    }

    body:has(#hd.site-header):has(.shop-page) .site-header .bulk-btn {
        margin-right: 8px;
        padding-right: 10px;
        padding-left: 10px;
        min-width: 92px;
        font-size: 12px;
    }

    body:has(#hd.site-header):has(.shop-page) .site-header .login-btn,
    body:has(#hd.site-header):has(.shop-page) .site-header .profile-btn {
        font-size: 12px;
    }

    body:has(#hd.site-header):has(.shop-page) .site-header .login-icon,
    body:has(#hd.site-header):has(.shop-page) .site-header .profile-icon {
        margin-right: 5px;
        width: 28px;
        height: 28px;
    }
}

@media (max-width: 767px) {
    body:has(#hd.site-header):has(.shop-page) .site-header .header-inner {
        padding-right: 12px;
        padding-left: 12px;
    }

    body:has(#hd.site-header):has(.shop-page) .site-header .logo-wrap {
        width: 96px;
    }

    body:has(#hd.site-header):has(.shop-page) .site-header .logo-img {
        width: 88px;
        height: 30px;
    }

    body:has(#hd.site-header):has(.shop-page) .site-header .nav-link {
        padding-right: 4px;
        padding-left: 4px;
        font-size: 12px;
    }

    body:has(#hd.site-header):has(.shop-page) .site-header .nav-link:after {
        left: 4px;
        width: calc(100% - 8px);
    }

    body:has(#hd.site-header):has(.shop-page) .site-header .header-util {
        width: 148px;
    }

    body:has(#hd.site-header):has(.shop-page) .site-header .bulk-btn {
        margin-right: 6px;
        padding-right: 8px;
        padding-left: 8px;
        min-width: 80px;
        font-size: 11px;
    }

    body:has(#hd.site-header):has(.shop-page) .site-header .login-btn,
    body:has(#hd.site-header):has(.shop-page) .site-header .profile-btn {
        font-size: 11px;
    }

    body:has(#hd.site-header):has(.shop-page) .site-header .login-icon,
    body:has(#hd.site-header):has(.shop-page) .site-header .profile-icon {
        margin-right: 4px;
        width: 26px;
        height: 26px;
    }
}

/*
============================================================
PC BREAKPOINT 1024
============================================================
*/
@media (max-width: 1024px) {
    .header-sec .header-inner,
    .footer-sec .footer-inner,
    .article-sec .sec-inner {
        max-width: 100%;
    }
}
