:root {
    --pc-product-form-padding: 0 2rem;
    --pc-box-padding: 2.6em;
    --mo-box-padding-100: 2.6em;
}

html {
    font-size: 20px;
}

/* btn css */
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

button,
button:focus {
    outline: none;
}

.flex_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.btn_more {
    display: inline-block;
    font-size: 1.5rem;
    padding: 0.3em 1.2em 0.35em;
    background: #cc0000;
    color: #fff;
    text-align: center;
    font-weight: 600;
    border-radius: 10rem;
    border: none;
    outline: none;
    cursor: pointer;
}

.btn_more.lg {
    font-size: 1.9rem;
}

.btn_more.sm {
    font-size: 0.9em;
    font-weight: 400;
    padding: 0.3em 0.6em 0.35em;
}

.btn_more.yellow {
    background-color: #fbc600;
}

.btn_more.red {
    background-color: #E52E33;
}

.btn_more.disabled {
    background-color: #d3d3d3;
}

.tag_blue {
    position: relative;
    top: -0.2em;
    font-style: normal;
    background-color: #134197;
    font-size: 0.7em;
    color: #fff;
    font-weight: normal;
    padding: 0.2em 0.5em 0.25em;
    border-radius: 1em;
    margin-left: 0.2em;
}

.btn_extend_wrapper {
    display: flex;
    justify-content: center;
    gap: 2.5em;
    text-align: center;
    margin-bottom: 3em;
}

.btn_extend_cancel {
    display: inline-block;
    font-size: 1.05rem;
    color: var(--border-color);
    text-align: center;
    text-decoration: underline;
    outline: none;
    border: none;
    background: transparent;
}

.font_red {
    color: #E52E33;
    font-style: normal;
}

.font_blue {
    color: #134197;
}

.font_pink {
    color: #ef5961;
    font-style: normal;
}

.font_right { text-align: right; }

.w_50 { width: 50%; }

.mt_200 { margin-top: 1rem; }
.mb_200 { margin-bottom: 1rem; }

.pl_0 { padding-left: 0 !important; }
.pr_0 { padding-right: 0 !important; }

.font_600 { font-weight: 600 !important; }
/* btn css */
.btn_apply {
    border: none;
    outline: none;
    display: block;
    width: 100%;
    font-family: "Jua", sans-serif;
    font-size: 1.8rem;
    color: #fff;
    text-align: center;
    background-color: #ce0118;
    border-radius: 45px 45px 0 0;
    -webkit-box-shadow: 0 -7px 10px rgb(0 0 0 / 25%);
    box-shadow: 0 -7px 10px rgb(0 0 0 / 25%);
    padding: 0.5em 0;
}

.btn_purchase {
    display: inline-block;
    width: 100%;
    font-size: 1.7rem;
    font-weight: 500;
    color: #fff;
    text-align: center;
    padding: 0.5em 0;
    border-radius: 0.7rem;
    background-color: #ce0017;
    cursor: pointer;
}

.btn_purchase.disabled {
    background-color: #e0e0e0;
}

.ico_recommend {
    font-size:0;
    line-height:0;
    display: inline-block;
    position: relative;
    top: 2px;
    width: 4.45rem;
    background: url(/images/home/renew/ico_recommend.png) center no-repeat;
    background-size: contain;
}

.ico_recommend::after {
    content: '';
    display: block;
    padding-bottom: 59.56%;
}

.intro_section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0.2em 0;
}

.intro_section.border_top {
    background-image: -o-linear-gradient( left, #e7decb 60%, rgba(255, 255, 255, 0) 0% );
    background-image: -webkit-gradient( linear, left top, right top, color-stop(60%, #e7decb), color-stop(0%, rgba(255, 255, 255, 0)) );
    background-image: linear-gradient( to right, #e7decb 60%, rgba(255, 255, 255, 0) 0% );
    background-position: top;
    background-size: 16px 2px;
    background-repeat: repeat-x;
}

.intro_section.border_top .buy_text.goodsbuy {
    margin-top: 1em;
}

.bulb.goodsbuy {
    left: 58%;
}

.buy_text.goodsbuy {
    font-family: "Jua", sans-serif;
    font-size: 4.5rem;
    font-weight: 400;
    text-align: center;
    letter-spacing: 1px;
    line-height: 1.3;
    margin-top: 1.5em;
}

.jp .buy_text.goodsbuy {
    font-family: "Jua", "M PLUS 1p", "Noto Sans JP", sans-serif;
    font-weight: 600;
}

.jp .appextend .buy_text.goodsbuy { margin-top: 0; }

.fairytale .buy_text.goodsbuy {
    font-size: 5rem;
}

.buy_text.goodsbuy .sub_script {
    font-size: 0.8em;
}

.intro_section .intro_desc,
.intro_section .intro_period {
    text-align: center;
    font-size: 1.7rem;
    font-weight: 400;
    letter-spacing: -1px;
    color: #535353;
}

.intro_section .intro_period {
    font-weight: 500;
}

.intro_section.sub .buy_text.goodsbuy {
    margin-top: 0.5em;
}

.intro_section.sub {
    width: 100%;
    padding-bottom: 1em !important;
}

.recommend_wrapper {
    max-width: 1200px;
    width: 90%;
    margin: 3em auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.5em;
}

.recommend_block {
    width: auto;
    margin: 0 auto;
}

.recommend_txt {
    width: auto;
    font-size: 1.25rem;
    letter-spacing: -1px;
}

.recommend_txt.mt_300 {
    margin-top: 1.5em;
}

.recommend_txt .ico_pointer {
    position: relative;
    top: -0.15em;
    font-size: 1.3em;
    margin-left: 0.5em;
}

.recommend_txt.m_col .text_block:before,
.recommend_txt::before {
    content: '';
    display: inline-block;
    position: relative;
    top: 0.2em;
    width: 1.3rem;
    height: 1.3rem;
    margin-right: 0.2em;
    background: url('/images/home/auth/arrow_down_yellow.png') center center no-repeat;
    background-size: contain;
}

.recommend_txt.m_col::before { display: none; }
.recommend_txt.m_col .text_block:before { margin-right: 0.5em; }

.recommend_txt.type_2 { font-size: 1.5rem; }
.recommend_txt.type_2::before {
    display: none;
}

.recommend_txt .recommend_product {
    font-family: "Jua", sans-serif;
    font-size: 1.3em;
    letter-spacing: 0;
    padding: 0.2em 0.35em;
    margin-left: 0.3em;
    background: url('/images/home/bg_h3_04@2x.png') center bottom no-repeat;
    background-size: 250px auto;
}

.recommend_txt .recommend_product.long_txt {
    background: url('/images/home/bg_h3_04@2x.png') center bottom no-repeat;
    background-size: 100% auto;
}

.recommend_product.sale_price {
    background: url(/images/home/bg_h3_04@2x.png) center center no-repeat;
    background-size: 250px auto;
    color: #535353;
}

.product_wrapper {
    margin: 2vh auto;
    max-width: 1200px;
}

.product_block {
    padding: 1.35em;
}

.product_block.jp {
    padding: 1.5rem 0;
}

.product_block.flex_block {
    gap: 1.5rem;
}

.product_box {
    --title-bg: #fff9ea;
    --border-color: #c1a672;
    --checkbox-img: url(/images/home/renew/ico_check.png);
    width: 100%;
    background-color: #fff;
    border: 2px solid var(--border-color);
    border-radius: 1rem;
    overflow: hidden;
    -webkit-transition: -webkit-transform .3s linear;
    transition: -webkit-transform .3s linear;
    -o-transition: transform .3s linear;
    transition: transform .3s linear;
    transition: transform .3s linear, -webkit-transform .3s linear;
    cursor: pointer;
}

.product_box:hover {
    -webkit-transform: translateY(-18px);
    -ms-transform: translateY(-18px);
    transform: translateY(-18px);
    -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
}

.product_box.no_hover:hover {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.product_box.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.product_box.red {
    --title-bg: #ffebe9;
    --border-color: #e59999;
}

.product_box.ftts {
    --title-bg: #FFEBE9;
    --border-color: #E59999;
    --checkbox-img: url(/images/home/renew/ico_check_ftts.png);
}
.product_box.mr {
    --title-bg: #CCECF8;
    --border-color: #97D9F3;
    --checkbox-img: url(/images/home/renew/ico_check_mr.png);
}

.product_box.single_line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.product_box.single_line .product_info {
    padding: var(--pc-box-padding) var(--pc-box-padding) var(--pc-box-padding) 0;
}

.product_box.single_line .product_thumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 1.5em;
    padding: 0 var(--pc-box-padding);
}

.product_box .product_header {
    background-color: var(--title-bg);
    border-bottom: 2px solid var(--border-color);
    padding: 1em 2em;
}

.product_box.double .product_header {
    padding: 1em 4em;
}

.product_box .product_body .product_thumb,
.product_box .product_body .product_info {
    padding: var(--pc-box-padding) 0;
}

.product_box .product_body {
    padding: 0 var(--pc-box-padding);
}
.product_box.double .product_body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: var(--pc-box-padding) 0;
}

.product_box.double .product_body .product_thumb {
    width: 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.product_box.double .product_body .product_thumb {
    padding: 0;
}

.product_box.double .product_body .product_thumb > .product_img {
    padding: 0 var(--pc-box-padding);
}

.product_box.double .product_body .product_info {
    width: 40%;
    padding: 0 var(--pc-box-padding);
}

.product_box .product_body .product_info {
    background-image: -o-linear-gradient(
        left,
        #e7decb 60%,
        rgba(255, 255, 255, 0) 0%
    );
    background-image: -webkit-gradient(
        linear,
        left top, right top,
        color-stop(60%, #e7decb),
        color-stop(0%, rgba(255, 255, 255, 0))
    );
    background-image: linear-gradient(
        to right,
        #e7decb 60%,
        rgba(255, 255, 255, 0) 0%
    );
    background-position: top;
    background-size: 16px 2px;
    background-repeat: repeat-x;
}

.product_box.double .product_body .product_info {
    background-image: -o-linear-gradient(
        top,
        #e7decb 60%,
        rgba(255, 255, 255, 0) 0%
    );
    background-image: -webkit-gradient(
        linear,
        left top, left bottom,
        color-stop(60%, #e7decb),
        color-stop(0%, rgba(255, 255, 255, 0))
    );
    background-image: linear-gradient(
        to bottom,
        #e7decb 60%,
        rgba(255, 255, 255, 0) 0%
    );
    background-position: left;
    background-size: 2px 16px;
    background-repeat: repeat-y;
}

.product_box .product_name {
    font-size: 1.8rem;
    font-weight: 500;
}

.product_box .product_name .lg {
    font-size: 2rem;
}

.product_box .product_price {
    font-size: 1.4rem;
    color: #ce0017;
}

.product_box .product_price .origin_price,
.product_box .product_price .arrow {
    color: #707070;
}

.product_box .product_price .origin_price {
    font-size: 0.9em;
    text-decoration: line-through;
}

.product_box .product_price.lg {
    font-size: 2.3rem;
    font-family: "Jua", sans-serif;
    margin-right: 0.5em;
    position: relative;
    top: 2px;
}

.product_box .product_price.jp {
    font-size: 2.55rem;
    font-family: "Meiryo UI W53 Bold";
    font-weight: 900;
    letter-spacing: -4px;
}

.product_box .sub_title {
    font-family: "Jua", sans-serif;
    font-size: 1.9rem;
    margin-bottom: 0.4em;
    font-weight: 400;
}

.product_box .product_body .product_thumb {
    position: relative;
    width: 100%;
    text-align: center;
}

.product_box .product_body .product_thumb .thumb_block {
    position: relative;
    width: 100%;
    text-align: center;
}

.product_box.double .product_body .product_thumb .thumb_block {
    padding: 0 var(--pc-box-padding);
}

.product_box .product_body .product_thumb .thumb_block::after {
    content: '';
    display: block;
    padding-bottom: 67.4061433447099%;
}

.product_box .product_body .product_thumb .product_img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.detail_btn_wrapper {
    text-align: left;
}

.double .detail_btn_wrapper {
    padding: 0 var(--pc-box-padding);
}

.check_text {
    position: relative;
    font-size: 1.1rem;
    color: #535353;
    font-weight: 400;
    letter-spacing: -1px;
    margin-bottom: 0.3em;
    padding-left: 1.75rem;
}

.check_text .desc {
    font-size: 0.9rem;
    margin-top: 0.2em;
}

.check_text::before {
    content: '';
    display: inline-block;
    width: 1.1rem;
    height: 1.1rem;
    background: url(/images/home/renew/ico_check.png) center no-repeat;
    background-size: contain;
    position: absolute;
    top: 0.3rem;
    left: 0;
}

.product_box .check_text {
    font-size: 1.2rem;
    word-break: break-all;
}

.product_box .check_text::before {
    width: 1.25rem;
    height: 1.25rem;
    background: var(--checkbox-img) center no-repeat;
    background-size: contain;
}

.product_box .btn_wrapper {
    padding: 2rem 0 0.9rem;
}

/* S:dropdown */
.dropdown_block {
    padding: 1rem 0;
}

.dropdown_block > .label {
    font-size: 1.1rem;
    color: #434343;
    margin-bottom: 0.5em;
}

.dropdown_box {
    position: relative;
}

.dropdown_box .select_button {
    position: relative;
    width: 100%;
    font-size: 1rem;
    text-align: left;
    border: 2px solid #2e2e2e;
    background: #fff;
    cursor: pointer;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.dropdown_box .select_button,
.dropdown_box .opt_block .opt {
    padding: 0 3rem 0 1rem;
}

.dropdown_box .placeholder,
.dropdown_box .type {
    padding: 1em 0;
}

.dropdown_box .select_button[aria-expanded='true'] {
    border-radius: 0.7rem 0.7rem 0 0;
    border-color: #2e2e2e !important;
}

.dropdown_box .select_button[aria-expanded='false'] {
    border-radius: 0.7rem;
}

.dropdown_box .select_button::after {
    content: '';
    position: absolute;
    right: 1rem;
    display: inline-block;
    width: 1.1rem;
    height: 0.65rem;
    max-width: 21px;
    max-height: 13px;
    background: url(/images/home/renew/ico_dropdown_arrow.png) center center no-repeat;
    background-size: contain;
    margin-left: 1.5rem;
}

.dropdown_box.disabled .select_button::after {
    display: none;
}

.dropdown_box .select_button[aria-expanded='true']::after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.dropdown_box .select_button[aria-expanded='false']::after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.dropdown_box .select_button .selected_value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.dropdown_box .select_button.disabled {
    border: 2px solid #b8b7b5;
}

.dropdown_box .select_button.disabled {
    color: #707070;
}

.selected_value .placeholder {
    font-size: 1.2rem;
    font-weight: 600;
    color: #707070;
}

.dropdown_box .opt_block {
    display: none;
    position: absolute;
    width: 100%;
    overflow: hidden;
    z-index: 99;
    border: 2px solid #2e2e2e;
    border-top: 0;
    border-radius: 0 0 0.7rem 0.7rem;
}

.dropdown_box .opt_block.active {
    display: block;
}

.dropdown_box .opt_block .opt {
    width: 100%;
    border-top: 1px solid #b8b7b5;
    background: #fff;
    cursor: pointer;
}

.dropdown_box .opt_block .opt:first-child {
    border-top: none;
}

.dropdown_box .opt input {
    position: absolute;
    opacity: 0;
}

.dropdown_box .opt_block .opt > label {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.selected_value .info_txt,
.opt_block .opt > label .info_txt {
    display: block;
    font-size: 0.7rem;
    color: #898989;
    font-weight: 500;
    height: 1.2rem;
    line-height: 1.2rem;
}

.selected_value .info_txt.red,
.opt_block .opt > label .info_txt.red {
    color: #cc0000;
}

.dropdown_box .type,
.dropdown_box .price,
.select_button.disabled .type,
.select_button.disabled .price {
    font-size: 1.2rem;
    font-weight: 600;
    color: #707070;
}

.dropdown_box .opt_block .opt > label.disabled { cursor: not-allowed; }

.opt_block label.disabled .type,
.opt_block label.disabled .price {
    color: #adadad !important;
}

.select_button .type,
.select_button .price {
    font-size: 1.2rem;
    font-weight: 600;
    color: #1b1b1b;
}

.selected_value .price,
.opt .price {
    text-align: right;
}

.dropdown_box .subscript {
    font-size: 0.7rem;
    color: #898989;
    font-weight: 400;
}

/* E:dropdown */
.product_form {
    max-width: 1320px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 4rem 0;
}

.product_form .info_wrapper {
    width: 62%;
    padding: var(--pc-product-form-padding);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product_form .product_thumb {
    position: relative;
    width: 100%;
    max-width: 566px;
    max-height: 321px;
    margin: 0 auto 1.5rem auto;
}

.product_form .product_thumb::after {
    content: '';
    display: block;
    padding-bottom: 56.71378091872791%;
}

.product_form .product_thumb .product_img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.product_info .title {
    font-size: 1.25rem;
    margin-bottom: 1.3em;
}

.product_form .cart_wrapper {
    width: 38%;
}

.product_form .cart_wrapper .cart_block {
    max-width: 100%;
    padding-left: 2rem;
}

.product_form .border_block {
    padding-bottom: 1.1rem;
    border-bottom: 1px solid #e1e1e1;
}

.product_form .product_name {
    font-size: 1.6rem;
}

.product_form .product_price {
    font-size: 1.3rem;
    color: #ce0017;
    font-weight: 400;
}

.pen_notice_block .info_txt {
    font-size: 1rem;
    color: #535353;
}

.product_form .price_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1em 0;
}

.product_form .price_block .title {
    font-size: 1.3rem;
    color: #1b1b1b;
    font-weight: 600;
    margin-top: 0.3rem;
}

.product_form .total_price {
    font-size: 1.6rem;
    color: #cc0000;
    font-weight: 600;
    text-align: right;
}

.product_form .total_price p {
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
}

.product_form .total_price .pen_price {
    font-size: 0.8em;
}

.product_form .total_price .pen_price .sub_txt {
    font-size: 0.8em;
}

.sale {
    font-size: 0.8em;
    color: #9d9d9d;
    text-decoration: line-through;
}

.total_price .sale {
    display: inline-block;
    font-size: 0.8em !important;
    color: #9d9d9d !important;
    text-decoration: none;
    background: url('/images/jp/payment/sale_arrow.png') right 92% no-repeat;
    background-size: 130%;
    padding-bottom: 0.2em;
    padding-right: 0.7em;
}

.btn_border {
    font-size: 0.65rem;
    color: #434343;
    padding: 0.3em 1em;
    background: transparent;
    border: 1px solid #434343;
    border-radius: 10rem;
    cursor: pointer;
    position: relative;
    top: -2px;
}

.btn_border.bold {
    display: inline-flex;
    align-items: center;
    gap: 0.25em;
    font-size: 1rem;
    line-height: 1;
    padding: 0.35em 0.8em 0.3em;
    border: 2px solid #434343;
}

.btn_border .ico_arrow {
    margin-left: 3px;
}

.btn_border .ico_arrow img {
    width: auto;
}

.product_detail {
    margin-top: 1rem;
}

.mo_btn_wrapper {
    display: none;
}

.cart_wrapper .mo_btn_close {
    display: none;
}
/* S:appextend */
.appextend {
    --primary-font: "Noto Sans KR", "돋움", Dotum, Helvetica, Arial, sans-serif;
    --secondary-font: "Jua", sans-serif;
    --border-color: #c1a672;
    --font-gray: #676767;
    --bg-info: #FFEFCA;
    --font-color-info: #000;
    --bg-warning: #F0EBE4;
    --font-color-warning: #7c7c7c;
}

.font_yellow {
    color: #FCC802;
}

.appextend_wrapper {
    max-width: 90%;
    margin: 2em auto 0;
}

.appextend .flex_block {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.appextend .desc {
    color: var(--font-gray);
}

.appextend .border_wrapper {
    border-top: 2px solid var(--border-color);
    padding: 3em 1em;
    margin: 0 auto;
}

.appextend .total_price_wrapper {
    border-top: 2px solid var(--border-color);
    padding-top: 1.5em;
}

.main_check_list {
    width: auto;
    margin: 0 auto;
}

.main_check_list .title {
    position: relative;
    font-family: var(--secondary-font);
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.25;
    padding-left: 1.3em;
    margin-bottom: 0.5em;
    word-wrap: break-word;
    word-break: break-all;
}

.main_check_list .title::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0.1em;
    left: 0;
    width: 1em;
    height: 1em;
    background: url('/images/home/renew/ico_check.png') center center no-repeat;
    background-size: contain;
}

.sub_check_list {
    margin-top: 0.5rem;
}

.sub_check_list .desc {
    font-family: var(--primary-font) !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 0.35em;
}

.dot_desc {
    position: relative;
    padding-left: 0.55em;
}

.dot_desc::before {
    content: '';
    position: absolute;
    top: 0.6em;
    left: 0;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: var(--font-gray);
}

.info_block {
    background-color: #fff9ea;
    border: 2px dashed var(--border-color);
    border-radius: 1rem;
    padding: 2em 0.5em;
    margin-top: 1.5rem;
    text-align: center;
}

.info_block .desc {
    font-family: var(--secondary-font);
    font-size: 1.35rem;
    color: var(--font-color-info);
}

.date_block {
    margin: 0.8em auto;
}

.date_block .desc {
    font-size: 1.2rem;
}

.point_desc {
    position: relative;
    font-family: var(--primary-font);
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.4;
    margin-top: 0.5em;
    padding-left: 1.8em;
}

.point_desc:before {
    content: '👉';
    font-size: 1.2em;
    position: absolute;
    left: 0;
    margin-top: -0.2em;
    -webkit-animation: slideLeft 1s ease-in infinite;
    animation: slideLeft 1s ease-in infinite;
}

@-webkit-keyframes slideLeft {
    0% {
        left: 0;
    }
    50% {

        left: -0.2em;
    }
    100% {
        left: 0;
    }
}

@keyframes slideLeft {
    0% {
        left: 0;
    }
    50% {
        left: -0.2em;
    }
    100% {
        left: 0;
    }
}

.appextend_order_wrapper {
    position: relative;
    padding-bottom: 0.5em;
}

.no_appextend_wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(240,235,228,0.65);
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    color: #222;
    text-align: center;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.no_appextend_wrapper .title {
    font-size: 2.1rem;
    line-height: 1.2;
    font-weight: 900;
}
.no_appextend_wrapper .desc {
    font-size: 1.2rem;
    font-weight: 500;
    margin-top: 0.85em;
}

.appextend .appextend_opt_wrapper {
    padding: 6em 1em;
}

.appextend_opt_wrapper.md {
    margin: 0 auto;
    padding: 3em 0 3.5em;
}

.appextend_opt_wrapper.md .opt_check_block {
    gap: 1.2em;
}

.appextend_opt_wrapper .title {
    font-family: var(--secondary-font);
    font-size: 2.6rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 1em;
}

.appextend .opt_check_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 2em;
}

.appextend .opt_check_block .input_opt {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.appextend .opt_check_block .input_opt label {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    font-size: 1.8rem;
    color: #aaaaaa;
    font-weight: bold;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f8f8f8;
    border: 4px solid #d3d3d3;
    border-radius: 0.5em;
    padding: 1.5em 0;
    cursor: pointer;
}

.appextend .opt_check_block .input_opt label .font_blue.sm {
    font-size: 0.6em;
}

.appextend .opt_check_block .input_opt.md label {
    font-size: 1.2rem;
}

.appextend .opt_check_block .input_opt input:checked ~ label {
    color: #000;
    background: #ffffff;
    border: 4px solid #ff8400;
}

.appextend .opt_check_block .input_opt .name {
    width: 55%;
}

.appextend .opt_check_block .input_opt .name::before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    background: url(/images/home/renew/ico_check.png) center center no-repeat;
    background-size: contain;
    position: relative;
    top: 0.15em;
    margin-right: 0.35em;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.appextend .opt_check_block .input_opt input:checked ~ label .name::before {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.appextend .opt_check_block .input_opt .price {
    font-size: 0.95em;
    font-weight: 900;
}

.appextend .opt_check_block .input_opt .num {
    font-size: 1.2em;
}

.appextend .total_price {
    font-family: var(--secondary-font);
    font-size: 2.5rem;
}

.appextend .total_price.md {
    font-size: 1.8rem;
}

.warning_wrapper {
    --desc-color: var(--font-color-warning);
    background-color: var(--bg-warning);
    color: var(--font-color-warning);
    border-radius: 1rem;
    margin: 3rem auto;
    padding: 1.8em 1.7em;
}

.warning_wrapper .title {
    font-size: 1.15rem;
    margin-bottom: 0.6em;
}

.warning_list .desc {
    font-size: 0.9rem;
    letter-spacing: -1px;
    margin-bottom: 0.3em;
    word-wrap: break-word;
    word-break: break-all;
}

.btn_order_list_wrapper {
    text-align: center;
    margin-bottom: 4em;
}

/* 플로팅 배너 */
.img_fixed_mark {
    max-width: 180px;
    position: fixed;
    top: 18%;
    transform: translateX(-90%);
    z-index: 9;
}
.img_fixed_mark img { width: 100%; }
/*S: appextend jp*/
.jp label { word-break: break-all; }
.jp .appextend {
    --jp-font-family: "Noto Sans JP", "M PLUS 1p", sans-serif;
    font-family: var(--jp-font-family);
}
.jp .main_check_list .title {
    font-family: var(--jp-font-family);
    font-size: 1.4rem;
    margin-bottom: 0.7em;
}
.jp .main_check_list .title.dot {
    padding-left: 1.1em;
}
.jp .main_check_list .title.dot::before {
    content: '·';
    line-height: 1em;
    background: none;
    text-align: center;
}

.jp .appextend .appextend_opt_wrapper {
    padding: 4em 1em 5em;
}

.jp .appextend_opt_wrapper .title {
    font-size: 2.3rem;
    font-weight: 800;
}

.jp .point_desc {
    font-family: var(--jp-font-family);
    font-weight: 400;
}

.jp .total_price {
    font-weight: 600;
}

.jp .total_price .num {
    font-weight: 400;
}

.jp .total_price .font_sm { font-size: 0.8em; }

.jp .btn_more.lg { font-size: 1.7rem; }

.jp .appextend .opt_check_block .input_opt label { padding: 1.8em 0; }

.jp .appextend .opt_check_block .input_opt .name { width: 45%; }
.jp .appextend .opt_check_block .input_opt .price.sm { font-size: 0.8em; }

.input_opt .label_active {
    position: absolute;
    top: -4px;
    font-size: 1.2rem;
    color: #fff;
    font-style: normal;
    line-height: 1;
    background: #cc0100;
    padding: 0.2em 1em 0.35em;
    border-bottom-left-radius: 2em;
    border-bottom-right-radius: 2em;
}

.label_error {
    font-size: 1rem;
    color: #F8463F;
    font-weight: 500;
}

.input_opt .label_error {
    position: absolute;
    top: 0.45em;
    right: 8%;
}

.ribbon {
    font-size: 1rem;
    position: absolute;
    top: -10px;
    right: 20px;
}
.ribbon:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 2.25em solid transparent;
    border-right: 2.25em solid transparent;
    border-top: 0.5em solid #F8463F;
}
.ribbon span {
    position: relative;
    display: block;
    text-align: center;
    background: #F8463F;
    font-size: 1rem;
    color: #fff;
    line-height: 1;
    padding: 0.6em 0.5em 0.5em;
    border-top-right-radius: 8px;
    width: 4.5em;
}
.ribbon span:before, .ribbon span:after {
    position: absolute;
    content: "";
}
.ribbon span:before {
    height: 6px;
    width: 6px;
    left: -6px;
    top: 0;
    background: #F8463F;
}
.ribbon span:after {
    height: 6px;
    width: 8px;
    left: -8px;
    top: 0;
    border-radius: 8px 8px 0 0;
    background: #C02031;
}
/*E: appextend jp*/

/* S:appextend */

/* pc 버전 only (1200px 이상) */
@media screen and (min-width: 1200px) {
}

/* (1000px 이상) */
@media screen and (max-width: 1600px) {
    html {
        font-size: 15px;
    }

    /*  S:product_form  */
    .product_form {
        max-width: 1100px;
    }

    .product_form .info_wrapper {
        padding: 0 1.5rem;
    }

    .product_form .cart_wrapper .cart_block {
        padding-left: 1.5rem;
    }

    .btn_purchase {
        font-size: 1.6rem;
    }

    /*  E:product_form  */
}

@media screen and (max-width: 1200px) {
    .img_fixed_mark {
        position: absolute;
        max-width: 150px;
        top: 5.5%;
        left: 3%;
        transform: translateX(0);
    }
}

/* 반응형 max-width 920px (태블릿) */
@media  screen and (max-width: 920px) {

    .product_box.single_line .product_thumb {
        gap: 1em;
    }

    .product_box.single_line .product_thumb > .product_img {
        width: 3.6rem;
    }

    /*  S:product_form  */
    .product_form {
        width: 95%;
    }
    .product_form .info_wrapper {
        width: 55%;
        padding: 0 1rem;
    }
    .product_form .cart_wrapper {
        width: 45%;
    }
    .product_form .cart_wrapper .cart_block {
        padding-left: 1rem;
    }
    /*  E:product_form  */
}

@media  screen and (max-width: 850px) { }

@media  screen and (max-width: 768px) {
    html {
        font-size: 14px;
    }
}
/* 반응형 max-width 640px ~ (모바일) */
@media  screen and (max-width: 640px) {
    .mo_br {
        display: block;
    }
    .m_mt_100 { margin-top: 0.5em !important; }
    .pc_block { display: none; }

    .buy_text.goodsbuy {
        font-size: 2.6rem;
    }

    .fairytale .buy_text.goodsbuy {
        font-size: 3rem;
    }

    .intro_section .intro_desc,
    .intro_section .intro_period {
        font-size: 1.25rem;
    }

    .recommend_block { width: 100%; }

    .recommend_txt {
        font-size: 1.1rem;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        gap: 0.2em;
    }

    .recommend_txt .text_block {
        width: 56%;
    }

    .recommend_txt.lg .text_block {
        width: 50%;
    }

    .recommend_txt .arrow_block {
        display: block;
        -ms-flex-preferred-size: 38%;
        flex-basis: 38%;
        width: 38%;
        position: relative;
        top: -0.3em;
    }

    .recommend_txt.lg .arrow_block {
        -ms-flex-preferred-size: 55%;
        flex-basis: 55%;
        width: 55%;
    }

    .recommend_block:has(.recommend_txt.m_col){
        display: flex;
        flex-direction: column;
        gap: 1.5em;
        position: relative;
        left: -1em;
    }
    .recommend_txt.m_col {
        text-align: center;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 0.7em;
    }
    .recommend_txt.m_col .text_block,
    .recommend_txt.m_col .arrow_block { width: 100%; -ms-flex-preferred-size: 100%; flex-basis: 100%; }

    .recommend_txt.type_2 {
        font-size: 1.35rem;
    }

    .recommend_txt.type_2 .text_block,
    .recommend_txt.type_2 .arrow_block {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        width: auto;
    }

    .recommend_txt .ico_pointer { margin-right: 0.2em; }

    .recommend_txt .recommend_product {
        font-size: 1.2em;
        margin: 0;
        word-break: keep-all;
        background-size: 200px auto;
        padding: 0.2em 0.1em;
    }

    .recommend_txt.type_2 {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .recommend_txt.type_2 .arrow_block,
    .recommend_txt.type_2.lg .text_block { width: auto; }

    .product_block.flex_block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 2.7em;
    }

    .product_box .btn_more {
        width: 100%;
    }

    .product_box.single_line,
    .product_box.double .product_body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .product_box.double .product_body {
        padding: 0 var(--mo-box-padding-100);
    }

    .product_box.double .product_body .product_thumb,
    .product_box.double .product_body .product_info {
        width: 100%;
        padding: var(--mo-box-padding-100) 0;
    }

    .double .detail_btn_wrapper,
    .product_box.double .product_body .product_thumb .thumb_block {
        padding: 0;
    }

    .product_box.double .product_body .product_thumb > .product_img {
        padding: 0;
    }

    .product_box.double .product_body .product_info {
        background-image: -o-linear-gradient(
            left,
            #e7decb 60%,
            rgba(255, 255, 255, 0) 0%
        );
        background-image: -webkit-gradient(
            linear,
            left top, right top,
            color-stop(60%, #e7decb),
            color-stop(0%, rgba(255, 255, 255, 0))
        );
        background-image: linear-gradient(
            to right,
            #e7decb 60%,
            rgba(255, 255, 255, 0) 0%
        );
        background-position: top;
        background-size: 16px 2px;
        background-repeat: repeat-x;
    }

    .product_box.double .product_header {
        padding: 1em 2em;
    }

    .product_box.single_line .product_name {
        text-align: left;
    }

    .product_box.single_line {
        padding: 0 var(--mo-box-padding-100);
    }

    .product_box.single_line .product_thumb {
        padding: 1em 0;
    }

    .product_box.single_line .product_info {
        padding: var(--mo-box-padding-100) 0 3.2em;
        background-image: -o-linear-gradient(
            left,
            #e7decb 60%,
            rgba(255, 255, 255, 0) 0%
        );
        background-image: -webkit-gradient(
            linear,
            left top, right top,
            color-stop(60%, #e7decb),
            color-stop(0%, rgba(255, 255, 255, 0))
        );
        background-image: linear-gradient(
            to right,
            #e7decb 60%,
            rgba(255, 255, 255, 0) 0%
        );
        background-position: top;
        background-size: 16px 2px;
        background-repeat: repeat-x;
    }

    .product_box.single_line .product_price {
        display: block;
        margin-bottom: 0.5em;
    }

    /* font 조정 */
    .product_box .product_name .lg {
        font-size: 1.8rem;
        display: block;
    }

    .product_box .product_price.lg {
        font-size: 2rem;
    }

    .product_box .product_price.jp {
        font-size: 2.2rem;
    }

    .product_box .product_price {
        font-size: 1.3rem;
    }

    .product_box .product_name {
        position: relative;
        font-size: 1.5rem;
    }

    .product_box.red .product_header .product_name {
        padding-right: 3.7rem;
    }

    .product_box.red .ico_recommend {
        width: 4rem;
        position: absolute;
        top: -0.45rem;
        right: -1.1rem;
    }

    .product_box.single_line .product_name {
        display: block;
    }

    .product_box .sub_title {
        font-size: 1.7rem;
    }

    .product_box .check_text {
        font-size: 1.1rem;
    }
    /* font 조정 */

    /* S:product_form */
    .product_form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 2rem 0 3rem;
    }

    .btn_border {
        font-size: 0.9rem;
        margin: 0.2em;
    }

    .product_form .info_wrapper,
    .product_form .cart_wrapper {
        width: 100%;
    }

    .product_form .cart_wrapper {
        margin-top: 2em;
    }

    .product_info .title {
        font-size: 1.5rem;
    }

    /* font 조정 */
    .btn_purchase {
        font-size: 1.5rem;
    }
    /* font 조정 */

    .mo_btn_wrapper {
        display: block;
        position: fixed;
        bottom: 0;
        width: 100%;
    }

    .cart_wrapper {
        display: none;
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100vh;
        padding: 0 !important;
        background: rgba(0,0,0,0.3);
        z-index: 12;
    }

    .cart_wrapper.active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: all 1s linear;
        -o-transition: all 1s linear;
        transition: all 1s linear;
    }

    .product_form  .cart_wrapper .cart_block {
        max-width: 100%;
        background: #fff;
        padding: 2rem 1.5rem 1.5rem;
        border-radius: 1.2rem 1.2rem 0 0;
    }

    .cart_wrapper.active .mo_btn_close {
        display: inline-block;
    }
    /* E:product_form */

    /* S:appextend */
    .appextend .border_wrapper { padding: 2em 0.8em; }

    .appextend_opt_wrapper.md { padding: 1.5em 0 2em; }

    .appextend .opt_check_block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 1.5em;
    }

    .appextend .opt_check_block .input_opt label {
        font-size: 1.5rem;
    }

    .appextend .total_price { font-size: 1.9rem; }
    .appextend .total_price.md { font-size: 1.6rem; }

    .appextend .warning_wrapper { border-radius: 0; }

    .img_fixed_mark {
        max-width: 80px;
    }
    /* E:appextend */
}

@media  screen and (max-width: 450px) {}

/* 반응형 max-width 375px (모바일: iphone SE) */
@media  screen and (max-width: 375px) {
    html {
        font-size: 12px;
    }
}

@media  screen and (max-width: 320px) {
    html {
        font-size: 10px;
    }
}
