:root {
    --point : #F8C1D9;
    --base : #000;
    --gray1 : #f7f7f7;
}

a {
    text-decoration: none;
    color: inherit;
}

*{
    list-style: none; padding:0; margin:0;
}

img {
    max-width: 100%;
    display: block;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    max-width: 100%;
    display: block;
}

.tx {
    transform: translateY(-1px);
    display: inline-block;
}

#wrap {
    max-width: 400px;
    margin: 0px auto 0 !important;
    position: relative;
    overflow: unset !important;
    padding: 50px 0 0;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

#wrap * {
    font-family: "pretendard", sans-serif !important;
    font-style: normal;
    letter-spacing: -0.6px;
}

#wrap .en,
#wrap .en * {
    font-family: "DM Sans", sans-serif !important;
    letter-spacing: 0;
}

.header {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    max-width: 400px;
    background: var(--gray1);
    left: 50%;
    transform: translateX(-50%);
}

#header-location.on .header{
    background: rgba(255, 255, 255, .1);
    backdrop-filter: blur(6px);
}

.header .inner {
    padding: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header .inner .mh_logo img {
    height: 34px;
}

.header .inner .snsIcons {
    display: flex;
    align-items: center;
    gap: 5px;
}

.roll {
    width: 100%;
    overflow: hidden;
    background: var(--point);
    padding: 7px 0;
}

.roll-list {
    display: flex;
    width: max-content;
    list-style: none;
    padding: 0;
    margin: 0;
    animation: rolling 20s linear infinite;
}

.roll-list li {
    white-space: nowrap;
    padding-right: 20px;
    font-size: 12px;
}

/*.roll:hover .roll-list {animation-play-state: paused;}*/
@keyframes rolling {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.des_wrap .thum img {
    width: 100%;
}

.des_wrap .description {
    padding: 30px 20px;
}

.des_wrap .description .ko {
    font-size: 14px;
    margin-bottom: 2px;
}

.des_wrap .description .en {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 18px;
}

.des_wrap .description .sub {
    font-size: 14px;
    font-weight: 600;
}

.box {
    padding-bottom: 1px;
    margin: 0 18px 18px;
    border-radius: 6px;
    background: #FFF;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.20);
    position: relative;
}

.box .box_header {
    background: var(--gray1);
    border-radius: 6px 6px 0 0;
    text-align: center;
    padding: 8px 0;
    position: relative;
}

.box .box_header span {
    font-size: 14px;
    font-weight: 700;
}

.box .box_header p {
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
}

.box .box_header p.left {
    left: 12px;
}

.box .box_header p.right {
    right: 12px;
}

.benefit {
    text-align: center;
    margin: 30px auto;
}

.benefit .title {
    margin-bottom: 12px;
    position: relative;
}
.benefit .title img{margin:0 auto;}

.benefit .t_1 {
    font-size: 12px;
    line-height: 16px;
}
.benefit .t_1 strong{line-height: 20px;}
.benefit .t_1 b {
    background: var(--point);
    padding: 0 1px;
}

.channel_wrap .channel {
    margin: 12px;
    padding-bottom: 1px;
    border-radius: 6px;
    background: var(--gray1);
    position: relative;
}

/* 로딩 상태 */
.channel.loading .channel_name {
    opacity: 0;
}

/* 로더 */
.channel .loader {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 스피너 */
.channel .loader::after {
    content: "";
    width: 28px;
    height: 28px;
    border: 3px solid #ddd;
    border-top: 3px solid #333;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

/* 숨김 */
.channel.loaded .loader {
    display: none;
}

.channel.loaded .channel_name {
    padding-top: 36px;
    opacity: 1;
    transition: opacity 0.3s ease;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}



.channel_wrap .channel .card_wrap {
    margin: 0 12px 12px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.20);
    overflow: hidden;
    min-height: 300px;
}

.channel_wrap .channel .card_wrap .thum img {
    width: 100%;
}

.stockists {
    padding-bottom: 40px;
}

.stockists .prd {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    margin: 36px 0 30px;
}

.stockists .prd .thum {
    width: 73px;
    margin: 0 auto;
}

.stockists .prd .t_1 {
    background: var(--point);
    padding: 2px 6px;
    display: inline-block;
    margin: 10px auto 8px;
    font-size: 16px;
    font-weight: 700;
}

.stockists .prd .t_2 {
    color: #A0A2A6;
    font-size: 8px;
    text-decoration-line: underline;
}

.stockists .stock_wrap {
    margin: 0 24px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.stockists .stock_wrap li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
    background: var(--gray1);
    border-radius: 50px;
    height: 36px;
    font-weight: 700;
    font-size: 12px;
    transition: .2s;
}

.stockists .stock_wrap li a:hover {
    background: #f1f1f1;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.stockists .stock_wrap li a .thum {
    position: absolute;
    top: 4px;
    left: 4px;
}




/* 모바일 하단 */
.footer {
    padding: 100px 18px 18px;
    background: #000;
}

.footer>.inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.footer .inner .left .sub {
    color: var(--point);
    font-size: 10px;
    margin-bottom: 18px;
    line-height: 13px;
    font-weight: 700;
}

.footer .inner .left .info {
    font-size: 10px;
    line-height: 14px;
    margin-bottom: 50px;
}

.footer .inner .right img {
    width: 134px;
}

.footer .inner .right span.copy {
    margin-top: 10px;
    font-size: 10px;
}

.footer .inner .info {
    font-size: 10px;
    color: #fff;
    line-height: 14px;
}