@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700;900&family=Red+Hat+Display:wght@400;500;600&display=swap');

html,
body {
    margin: 0;
    padding: 0;
    font-size: 100%;
    scroll-padding-top: 7em;
}

ma {
    box-sizing: border-box;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
}

a {
    text-decoration: none;
    color: #222;
    width: fit-content;
    margin: 0 auto;
}

.linebreak {
    display: none;
}

.linebreak_pc {
    display: block;
}

.vPC {
    /* display: inline !important; */
}

.vMB {
    display: none !important;
}


@font-face {
    font-family: "OptimaEL";
    src: url("/media/export/cms/fonts/OptimaEL-Text.eot?#iefix") format("embedded-opentype"),
        url("/media/export/cms/fonts/OptimaEL-Text.otf") format("opentype"),
        url("/media/export/cms/fonts/OptimaEL-Text.woff") format("woff"),
        url("/media/export/cms/fonts/OptimaEL-Text.ttf") format("truetype"),
        url("/media/export/cms/fonts/OptimaEL-Text.svg#OptimaEL-Text") format("svg");
    font-weight: normal;
    font-style: normal;
}

/***
 *                     █████  ██      ██     ██  █████  ██    ██ ███████ 
 *                    ██   ██ ██      ██     ██ ██   ██  ██  ██  ██      
 *                    ███████ ██      ██  █  ██ ███████   ████   ███████ 
 *                    ██   ██ ██      ██ ███ ██ ██   ██    ██         ██ 
 *                    ██   ██ ███████  ███ ███  ██   ██    ██    ███████ 
 *                                                                       
 *                                                                       
 */
/* ---------------------------------------------------------------------------------- share ------- */

.share {
    width: 100%;
    max-width: 1366px;
    overflow: hidden;
    margin: 0 auto 0;
    display: grid;
    grid-template-columns: 48% 52%;
}

.share_kv {
    width: 100%;
    height: 100%;
    background-image: url(https://www.esteelauder.com.tw/media/export/cms/2023MD/images/share_kv_v2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.share_bd {
    width: 100%;
    background-color: #fff;
    padding: 1em;
}

.share_bd_ct {
    width: 100%;
    border: .4em solid #c80b2f;
    padding: 1em 1em;
    height: 100%;
}

.share_caption {
    text-align: center;
    font-size: 1.3em;
    margin-top: .7em;
}

.share_title {
    text-align: center;
    font-size: 2.6em;
    color: #c80b2f;
    font-weight: 600;
    margin: .4em auto;
    line-height: 1.25em;
}

.share_gift {
    width: 96%;
    margin: 0.5em auto;
    position: relative;
    background-color: #fad7dd;
    padding: 0.7em;
}

.share_gift_p {
    width: 2.4em;
    position: absolute;
    top: -0.7em;
    right: 1em;
}

.share_gift_t {
    font-size: 1.3em;
}

.share_text {
    text-align: center;
    font-size: 1.3em;
    line-height: 1.2em;
}

.share_notice {
    font-size: 1em;
    line-height: 1.3em;
    margin-top: 1em;
    font-weight: 300;
}

.share_notice div {
    text-indent: -.6em;
    margin-left: .6em;
}

.share_btn {
    background-color: #000;
    width: fit-content;
    margin: .5em auto 0;
    font-size: 1.5em;
    min-height: 1.6em;
    font-weight: 500;
}

.share_btn span {
    padding: 0 2em;
    display: inline-block;
    background: #D9BD7E;
    background: linear-gradient(to right, #D9BD7E 0%, #EDE1BB 25%, #D9BD7E 50%, #EDE1BB 74%, #D9BD7E 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    width: fit-content;
    margin: 0 auto;
}

.share_steps {
    width: 100%;
    max-width: 1366px;
    overflow: hidden;
    margin: 0 auto 0;
    background-color: #fff;
    padding-bottom: 3em;
    color: #282828;
}

.share_steps_bd {}

.share_steps_title {
    font-size: 2em;
    color: #c20f2f;
    width: fit-content;
    margin: 1.5em auto .6em;
    position: relative;
}

.share_steps_title::before,
.share_steps_title::after {
    content: '';
    width: 3em;
    border-bottom: 1px solid #c20f2f;
    display: inline-block;
    position: absolute;
    top: 0.8em;
}

.share_steps_title::after {
    left: 4.2em;
}

.share_steps_title::before {
    left: -3.2em;
}

.share_steps_ss {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 94%;
    margin: 0 auto;
    column-gap: 1em;
    grid-row-gap: 1em;
}

.share_steps_s {
    width: 100%;
    display: grid;
    grid-template-rows: 15em auto;
}

.share_steps_s_t {
    background-color: #f3f3f5;
    padding: 1.5em .5em 0;
    text-align: center;
}

.share_steps_s_sno {
    font-size: 1.5em;
    font-weight: 600;
    text-align: center;
    margin-bottom: .5em;
}

.share_steps_s_text {
    font-size: 1.3em;
}

.share_steps_s_text small {
    margin-top: 0.7em;
    font-size: .8em;
    display: block;
}

.share_steps_s_p {}

.share_steps_s_p5 {
    grid-column: 1/5;
    position: relative;
    background-color: #f3f3f5;
}

.share_steps_s_p5 .share_steps_s_t {
    width: 35%;
    margin-left: 22%;
}

.share_steps_s_p5 .share_steps_s_p {
    position: absolute;
    width: 15em;
    top: -3em;
    left: 49em;
}

@media screen and (max-width: 750px) {

    .share {
        grid-template-columns: 100%;
        width: 100%;
    }

    .share_kv {
        height: 80vw;
    }

    .share_bd_ct {
        padding: 1em 1.5em 2em;
    }

    .share_notice {
        font-size: 1.15em;
    }

    .share_gift_t {
        text-align: center;
        font-size: 1.5em;
        line-height: 1.3em;
    }

    .share_gift_p {
        width: 9vw;
        right: 2em;
    }

    .share_title {
        font-size: 2.4em;
    }

    .share_title .w_big {
        letter-spacing: -.05em;
    }

    .share_steps_ss {
        grid-template-columns: 1fr 1fr;
        font-size: .95em;
    }

    .share_steps_s_p5 {
        grid-column: 1/3;
    }

    .share_steps_s_p5 .share_steps_s_t {
        width: 60%;
        margin-left: 0;
    }

    .share_steps_s_p5 .share_steps_s_p {
        width: 14em;
        top: -4vw;
        left: 56vw;
    }

    .share_steps_s:nth-child(1),
    .share_steps_s:nth-child(2) {
        grid-template-rows: 16em auto;
    }

}



/***
 *            ███    ███ ███████ ███    ███ ██████  ███████ ██████  
 *            ████  ████ ██      ████  ████ ██   ██ ██      ██   ██ 
 *            ██ ████ ██ █████   ██ ████ ██ ██████  █████   ██████  
 *            ██  ██  ██ ██      ██  ██  ██ ██   ██ ██      ██   ██ 
 *            ██      ██ ███████ ██      ██ ██████  ███████ ██   ██ 
 *                                                                  
 *                                                                  
 */
.member {
    background-color: #eff2f7;
    color: #060c26;
    padding: 5em 0;
    max-width: 1366px;
}

.member_bd {}

.member_title_ct {
    border-bottom: 2px solid #060c2677;
    width: fit-content;
    margin: 0 auto;
    padding-bottom: 2px;
}

.member_title {
    font-size: 2.2em;
    text-align: center;
    border-bottom: 3px solid #060c26;
    width: fit-content;
    margin: 0 auto;
    font-weight: 500;
}

.member_ps {
    width: fit-content;
    display: flex;
    margin: 4em auto 2em;
}

.member_p {
    width: 15em;
}

.member_p_icon {
    width: 55%;
    margin: 0 auto;
}

.member_p_t {
    font-size: 1.4em;
    line-height: 1.2em;
    text-align: center;
    margin-top: .5em;
}

.member_btn {
    color: #fff;
    background-color: #060c26;
    font-size: 1.3em;
    width: 20em;
    text-align: center;
    margin: 0 auto;
    height: 1.8em;
    line-height: 1.9em;
    background-image: url(https://www.esteelauder.com.tw/media/export/cms/2023EC/05/images/btn_arrow.png);
    background-size: .55em;
    background-position: calc(50% + 4.6em) center;
    background-repeat: no-repeat;
}

.member_sp {
    display: none;
}

/***
 *                     █████  ██      ██     ██  █████  ██    ██ ███████     ███████ ███    ██ ██████  
 *                    ██   ██ ██      ██     ██ ██   ██  ██  ██  ██          ██      ████   ██ ██   ██ 
 *                    ███████ ██      ██  █  ██ ███████   ████   ███████     █████   ██ ██  ██ ██   ██ 
 *                    ██   ██ ██      ██ ███ ██ ██   ██    ██         ██     ██      ██  ██ ██ ██   ██ 
 *                    ██   ██ ███████  ███ ███  ██   ██    ██    ███████     ███████ ██   ████ ██████  
 *                                                                                                     
 *                                                                                                     
 */
.el_ec_main {
    font-family: "OptimaEL", "Noto Sans TC", 微軟正黑體, Arial, sans-serif;
    font-size: 1rem;
    width: 100%;
    background-color: #ffdceb;
    letter-spacing: 0;
    margin: 0 auto;
    font-weight: 400;
    color: #333;
    overflow: hidden;
    position: relative;
}

.el_ec_main.for_iframe {
    background-color: unset;
}

.el_ec_main img {
    width: 100%;
    display: block;
}

.w_en {
    font-weight: 600;
}

.w_big {
    font-size: 1.6em;
    margin: 0 .1em;
}

.w_sbig {
    font-size: 1.3em;
    margin: 0 .1em;
}

.el_ec_main > div {
    width: 100%;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
    margin: 0 auto;
    max-width: 85.375em;
    padding-bottom: 3em;
}


/***
 *            ██╗  ██╗██╗   ██╗
 *            ██║ ██╔╝██║   ██║
 *            █████╔╝ ██║   ██║
 *            ██╔═██╗ ╚██╗ ██╔╝
 *            ██║  ██╗ ╚████╔╝ 
 *            ╚═╝  ╚═╝  ╚═══╝  
 *                             
 */
.kv {
    background-color: #f1a5cb;
}





/***
 *    ██████  ███████ ██████  ████████ 
 *    ██   ██ ██      ██   ██    ██    
 *    ██   ██ █████   ██████     ██    
 *    ██   ██ ██      ██         ██    
 *    ██████  ███████ ██         ██    
 *                                     
 *                                     
 */
.dept {
    background-color: #f7c4da;
    padding-bottom: 2em;
}

.dept_bd {}

.dept_bd .atitle {
    width: 34em;
    margin: 0 auto;
}

.dept_area {
    width: 8em;
    margin: 3em auto 0.5em;
    background-image: url(/media/export/cms/2024MD/images/area_tag.png);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    height: 1.6em;
    color: #fff;
    text-align: center;
    font-size: 1.5em;
}

.dept_list_ct {
    width: 64%;
    margin: 1em auto 3em;
}

.dept_timel {
    color: #e96c95;
    font-weight: 500;
}

.dept_item {
    display: grid;
    grid-template-columns: 2.9fr 1.3fr 1.1fr 1.1fr;
    color: #222;
    text-align: center;
    font-size: 1.1em;
    font-weight: 300;
    align-items: center;
}

.dept_item:nth-of-type(odd) {
    background-color: transparent;
    padding: 0.5em 0;
}

.dept_item:nth-of-type(even) {
    background-color: #ffffff66;
    padding: 0.5em 0;
}

.dept_notice {
    font-size: 1em;
    text-align: center;
    font-weight: 300;
}

.dept_notice div {
    display: flex;
    justify-content: center;
}

.dept_notice div img {
    width: 1.5em !important;
    margin-right: 0.5em;
}



/***
 *            ███    ███ ███████ ███    ██ ██    ██ 
 *            ████  ████ ██      ████   ██ ██    ██ 
 *            ██ ████ ██ █████   ██ ██  ██ ██    ██ 
 *            ██  ██  ██ ██      ██  ██ ██ ██    ██ 
 *            ██      ██ ███████ ██   ████  ██████  
 *                                                  
 *                                                  
 */
.menu_2024md {
    width: 81.688em;
    height: 4.938em;
    position: sticky !important;
    padding: 0 0 0 0 !important;
    left: calc(50% - 40.8em);
    top: 75px;
    font-family: "OptimaEL", "Noto Sans TC", 微軟正黑體, Arial, sans-serif;
    font-size: 1rem;
    letter-spacing: 0;
    font-weight: 400;
    overflow: hidden;
    z-index: 10;
    margin-top: -6em;
    background-image: url(https://www.esteelauder.com.tw/media/export/cms/2024MD/images/menu_bg.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
}


.menu_bd {
    height: 100%;
    width: 69em;
    overflow: hidden;
    display: grid;
    margin: 0 0 0 calc(50% - 29.5em);
    grid-template-columns: 13.9em 14.1em 14.8em 13.7em 1fr;
    align-items: center;
}

.menu_bd a {
    width: 100%;
}

.menu_seed {
    font-size: 1.1em;
    color: #fff;
    padding-top: .5em;
    font-weight: 500;
}


/***
 *    ██      ██ ███    ██ ███████         ██████  ██████   ██████  ███    ███  ██████  
 *    ██      ██ ████   ██ ██              ██   ██ ██   ██ ██    ██ ████  ████ ██    ██ 
 *    ██      ██ ██ ██  ██ █████           ██████  ██████  ██    ██ ██ ████ ██ ██    ██ 
 *    ██      ██ ██  ██ ██ ██              ██      ██   ██ ██    ██ ██  ██  ██ ██    ██ 
 *    ███████ ██ ██   ████ ███████ ███████ ██      ██   ██  ██████  ██      ██  ██████  
 *                                                                                      
 *                                                                                      
 */
.line_promo {
    background-color: #f1a5cb;
    padding: 2em 0;
}

.line_promo_bd {
    background-image: url(https://www.esteelauder.com.tw/media/export/cms/2024MD/images/line_promo_bg.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 72.188em;
    height: 20.75em;
    margin: 0 auto;
}

.line_promo_ct {}

.line_promo_title {
    width: fit-content;
    margin: 0 auto;
    color: #fff;
    font-size: 1.5em;
    height: 2em;
    line-height: 2.1em;
}

.line_promo_super {
    color: #eb69aa;
    font-size: 2.3em;
    width: fit-content;
    margin: 0 auto;
    height: 2em;
}

.line_promo_grid {
    width: 32em;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 7.4em 7.4em 7.1em auto;
    height: 7.4em;
    align-items: center;
}

.line_promo_grid_b {
    font-size: 1.7em;
    text-align: center;
    color: #644939;
}

.line_promo_grid_b small {
    display: block;
    line-height: 1em;
    font-size: 0.5em;
    height: 1.5em;
}

.line_promo_grid_w {
    font-size: 2.3em;
    font-style: italic;
    color: #fff;
    padding-left: 1.2em;
}

.line_promo_text {
    color: #231815;
    text-align: center;
    margin: 1.5em auto 0;
}

.line_promo_btn {
    width: 7em;
    margin: .5em auto 0;
}





/***
 *    ██      ██ ███    ███ ██ ████████ 
 *    ██      ██ ████  ████ ██    ██    
 *    ██      ██ ██ ████ ██ ██    ██    
 *    ██      ██ ██  ██  ██ ██    ██    
 *    ███████ ██ ██      ██ ██    ██    
 *                                      
 *                                      
 */
.limit {
    padding-bottom: 0 !important;
}

.limit_bd {
    padding: 3em 0 3em;
    background-image: url(https://www.esteelauder.com.tw/media/export/cms/2024MD/images/limit_bg.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
    margin: 0 auto;
}

.limit_title {
    width: 34.375em;
    margin: 0 auto;
}

.limit_pds {
    width: fit-content;
    margin: 1em auto 0;
    display: grid;
    grid-template-columns: auto auto auto auto;
    column-gap: 1em;
    row-gap: 1em;
    justify-items: center;
}

.limit_pd {
    background-image: url(https://www.esteelauder.com.tw/media/export/cms/2024MD/images/limit_pd_bg.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 17.625em;
    height: 35.25em;
    position: relative;
    padding-top: 1em;
}

.limit_pd.c2 {
    width: 34.5em;
    height: 34.25em;
    background-image: url(https://www.esteelauder.com.tw/media/export/cms/2024MD/images/limit_pd_bg_c2.png);
    grid-column-start: span 2;
    padding-top: 0;
}

.limit_pd.c2 .limit_pd_t {
    line-height: unset;
}

.limit_pd.c2 .limit_pd_p {
    margin: 0 auto;
}

.limit_pd.c2 .limit_pd_disc {
    top: 5em;
    right: 1em;
}

.limit_pd.c2 .limit_pd_s {
    margin: 1em auto 0;
}

.limit_pd.c2 .limit_pd_n {
    padding: 0 1em;
}

.limit_pd_disc {
    background-image: url(https://www.esteelauder.com.tw/media/export/cms/2024MD/images/disc_star.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 6.5em;
    height: 6.5em;
    position: absolute;
    text-align: center;
    color: #fff;
    text-shadow: 0 0 .5em black;
    padding-top: 2.4em;
    top: 5.6em;
    right: -0.4em;
    font-size: 1.2em;
}

.limit_pd_disc span {
    font-size: 1.7em;
    font-weight: 600;
}

.limit_pd_s {
    width: fit-content;
    margin: 0em auto 0;
    color: #eb6dac;
    font-size: 1.9em;
    height: 1.6em;
    background-image: url(https://www.esteelauder.com.tw/media/export/cms/2024MD/images/limit_pd_s_bg.png);
    background-position: center top;
    background-repeat: repeat-y;
    background-size: 100%;
    padding: 0 0.8em;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
}

.limit_pd_t {
    font-size: 1.5em;
    color: #eb6dac;
    text-align: center;
    font-weight: 500;
    line-height: 1.2em;
}

.limit_pd_p {
    width: 93%;
    margin: 5em auto 0;
}

.limit_pd_p.limit_p5,
.limit_pd_p.limit_p6 {
    margin: 6.8em auto 0;
}

.limit_pd_n {
    width: fit-content;
    text-align: center;
    font-size: 1.6em;
    background-color: #eb69aa;
    color: #fff;
    height: 1.7em;
    border-radius: 2em;
    margin: .5em auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0.5em;
}

.limit_pd_v {
    text-align: center;
    margin: .5em auto 0;
    font-size: 1.1em;
}

.limit_pd_price {
    text-align: center;
    font-size: 1.8em;
    font-weight: 600;
    margin: .3em auto 0;
    color: #eb69aa;
}

.limit_pd_btn {
    width: 12.6em;
    margin: 0.6em auto 0;
}




/***
 *     ██████  ██ ███████ ████████ 
 *    ██       ██ ██         ██    
 *    ██   ███ ██ █████      ██    
 *    ██    ██ ██ ██         ██    
 *     ██████  ██ ██         ██    
 *                                 
 *                                 
 */
.gift {
    padding-bottom: 0 !important;
}

.gift_bd {
    background-color: #f695c5;
    padding: 2em 0;
}

.gift_title {
    width: 35em;
    margin: 0 auto;
}

.gift_text {
    text-align: center;
    color: #fff;
    font-size: 1.5em;
}

.gift_pds {
    background-image: url(https://www.esteelauder.com.tw/media/export/cms/2024MD/images/gift_pds_bg.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 71.875em;
    height: 51.938em;
    margin: 1.5em auto 0;
    position: relative;
}

.gift_pd {
    position: absolute;
    width: 16.25em;
    text-align: center;
}

.gift_pd1 {
    top: 2.5em;
    left: 1em;
}

.gift_pd2 {
    top: 2.5em;
    left: 16.6em;
}

.gift_pd.gift_pd2 .gift_pd_p {
    width: 70%;
}

.gift_pd.gift_pd1 .gift_pd_p {
    width: 70%;
    margin: 2.4em auto 0;
}

.gift_pd3 {
    top: 1em;
    left: 36.6em;
}

.gift_pd4 {
    top: 1em;
    left: 54.8em;
}

.gift_pd.gift_pd4 .gift_pd_p {
    margin: 5.5em auto 2.5em;
}

.gift_pd5 {
    top: 28.5em;
    left: 0.3em;
}

.gift_pd6 {
    top: 28.5em;
    left: 18.4em;
}

.gift_pd7 {
    top: 28.5em;
    left: 36.6em;
}

.gift_pd.gift_pd7 .gift_pd_p {
    margin-top: 2.2em;
}

.gift_pd_n {
    width: fit-content;
    text-align: center;
    font-size: 1.6em;
    background-color: #eb69aa;
    color: #fff;
    height: 1.7em;
    border-radius: 2em;
    margin: 0em auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0.6em;
}

.gift_pd_n.r2 {
    margin: -.5em auto 0;
}

.gift_pd_price {
    font-size: 1.2em;
    color: #eb69aa;
    margin: 0 0 0.2em;
}

.gift_pd_price span {
    font-size: 2.2em;
}

.gift_pd_t {
    color: #644939;
    font-size: 1.2em;
    margin: .5em 0 0;
    font-weight: 500;
}

.gift_pd_t span {
    font-weight: 600;
    color: #eb69aa;
    font-size: 1.4em;
    margin: 0 .1em;
}

.gift_pd_t span {}

.gift_pd_p {
    width: 98%;
    margin: 1em auto 0;
}

.gift_pd12_text {
    position: absolute;
    width: fit-content;
    top: 21em;
    left: 12.8em;
}

.gift_pd_i {}


/***
 *    ███████ ██   ██ ██ ███    ██ 
 *    ██      ██  ██  ██ ████   ██ 
 *    ███████ █████   ██ ██ ██  ██ 
 *         ██ ██  ██  ██ ██  ██ ██ 
 *    ███████ ██   ██ ██ ██   ████ 
 *                                 
 *                                 
 */
.skin {
    padding-bottom: 0 !important;
}

.skin_bd {
    padding: 3em 0 3em;
    background-image: url(https://www.esteelauder.com.tw/media/export/cms/2024MD/images/skin_bg.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
    margin: 0 auto;
    position: relative;
}

.skin_sidemenu {
    background-image: url(https://www.esteelauder.com.tw/media/export/cms/2024MD/images/side_menu.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: 14em;
    right: 0.5em;
    z-index: 2;
    width: 5.625em;
    height: 21.125em;
}

.skin_sidemenu_bd {
    margin-top: 1.1em;
}

.skin_sidemenu_seed {
    width: 100%;
    /* background-color: rgba(255,0,0,.5); */
    height: 3.9em;
    cursor: pointer;
    /* border: 1px solid #fff; */
    box-sizing: border-box;
}


.skin_title {
    width: 35em;
    margin: 0 auto;
}

.skin_text {
    text-align: center;
    color: #eb69aa;
    font-size: 1.5em;
}

.skin_sub {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
    margin: 2em auto 0;
    overflow: hidden;
}

.skin_sub_pg_notice {
    position: absolute;
    font-size: .65em;
    top: 28.1em;
    color: #73afd3;
    text-align: center;
    line-height: 1em;
}

.skin_sub1 {
    background-image: url(https://www.esteelauder.com.tw/media/export/cms/2024MD/images/skin_sub1_bg.png);
    width: 80.063em;
    height: 78.25em;
}

#skin_sub1_iframe {
    height: 61em;
}

.skin_sub1_iframe_ct {
    width: 71.6em !important;
    padding-bottom: 0 !important;
}

.skin_sub2 {
    background-image: url(https://www.esteelauder.com.tw/media/export/cms/2024MD/images/skin_sub2_bg.png);
    width: 80.063em;
    height: 74.125em;
}

.skin_sub3 {
    background-image: url(https://www.esteelauder.com.tw/media/export/cms/2024MD/images/skin_sub3_bg.png);
    width: 80.063em;
    height: 73.875em;
}

.skin_sub.skin_sub3 .skin_sub_pds {
    margin-top: 33em;
}

.skin_sub4 {
    background-image: url(https://www.esteelauder.com.tw/media/export/cms/2024MD/images/skin_sub4_bg.png);
    width: 80.125em;
    height: 38.875em;
}

.skin_sub5 {
    background-image: url(https://www.esteelauder.com.tw/media/export/cms/2024MD/images/skin_sub5_bg.png);
    width: 80.125em;
    height: 37.688em;
}

.skin_sub_bd {}

.skin_sub1_iframe_ct .skin_sub_bd,
.skin_sub1 .skin_sub_bd {
    width: 98.3%;
    overflow: hidden;
    margin: 18em auto 0;
    height: 61em;
    position: relative;
}

.skin_sub_pds {
    width: fit-content;
    margin: 1em auto 0;
    display: grid;
    column-gap: 0.9em;
    grid-template-columns: auto auto auto auto;
}

.skin_sub1_iframe_ct .skin_sub_pds,
.skin_sub1 .skin_sub_pds {
    margin: 0 auto;
    display: block;
    width: 180em;
    display: flex;
}

.skin_sub4 .skin_sub_pds,
.skin_sub5 .skin_sub_pds {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 100%;
}

.skin_sub_pg {
    width: 34em;
    height: 37.5em;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
    display: grid;
    grid-template-columns: auto auto;
    justify-items: center;
    padding-top: 19.5em;
}

.skin_sub_pg.skin_sub_pg5 {
    background-image: url(https://www.esteelauder.com.tw/media/export/cms/2024MD/images/skin_sub_pg5.png);
}

.skin_sub_pg.skin_sub_pg4 {
    background-image: url(https://www.esteelauder.com.tw/media/export/cms/2024MD/images/skin_sub_pg4.png);
}

.skin_sub_pg.skin_sub_pg3 {
    background-image: url(https://www.esteelauder.com.tw/media/export/cms/2024MD/images/skin_sub_pg3.png);
}

.skin_sub_pg.skin_sub_pg2 {
    background-image: url(https://www.esteelauder.com.tw/media/export/cms/2024MD/images/skin_sub_pg2.png);
}

.skin_sub_pg.skin_sub_pg1 {
    background-image: url(https://www.esteelauder.com.tw/media/export/cms/2024MD/images/skin_sub_pg1.png);
}

.skin_sub_pd {
    width: 16.5em;
    height: 32.8em;
    background-color: #fff;
    border-radius: 1em;
    border: .2em solid #ffbccc;
    position: relative;
    display: grid;
    grid-template-rows: auto auto auto auto 1fr auto auto;
    padding: 1em 0;
}

.skin_sub1_iframe_ct .skin_sub_pd,
.skin_sub1 .skin_sub_pd {
    border: unset;
    background-color: unset;
    width: 16em;
    height: 34.6em;
}

.skin_sub4 .skin_sub_pd,
.skin_sub5 .skin_sub_pd {
    border: unset;
    background-color: unset;
    grid-template-rows: auto auto auto auto auto auto;
    height: unset;
    position: absolute;
}

.skin_sub_pd.skin_sub_pd52 {
    top: 14em;
    left: 61em;
}

.skin_sub_pd.skin_sub_pd51 {
    top: 13em;
    left: 6em;
}

.skin_sub_pd.skin_sub_pd42 {
    top: 13em;
    left: 58em;
}

.skin_sub_pd.skin_sub_pd41 {
    top: 11em;
    left: 5em;
}

.skin_sub3 .skin_sub_pd {
    height: 35.2em;
}

.skin_sub_pd_disc {
    background-image: url(https://www.esteelauder.com.tw/media/export/cms/2024MD/images/disc_star.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 5.7em;
    height: 5.7em;
    position: absolute;
    text-align: center;
    color: #fff;
    text-shadow: 0 0 0.5em black;
    padding-top: 2.1em;
    top: 4em;
    right: -1em;
    font-size: 1em;
}

.skin_sub_pd_disc.save_money {
    padding-top: 1.5em;
    line-height: 1.2em;
}

.skin_sub_pd_disc span {
    font-size: 1.7em;
    font-weight: 600;
}

.skin_sub_pd_s {
    width: 10em;
    background-color: #eb69aa;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    font-size: 1.4em;
    height: 1.5em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.skin_sub1_iframe_ct .skin_sub_pd_s,
.skin_sub1 .skin_sub_pd_s {
    width: fit-content;
    padding: 0 0.3em;
}

.skin_sub4 .skin_sub_pd_s,
.skin_sub5 .skin_sub_pd_s {
    filter: drop-shadow(0.15em 0.15em 0 #ffffff44);
}

.skin_sub3 .skin_sub_pd_s {
    width: 10.8em;
    letter-spacing: -.05em;
}

.skin_sub_pd_t {
    font-size: 1.3em;
    color: #eb69aa;
    text-align: center;
    font-weight: 500;
}

.skin_sub4 .skin_sub_pd_t,
.skin_sub5 .skin_sub_pd_t {
    color: #fff;
    font-size: 1.2em;
    font-weight: 400;
}

.skin_sub_pd_p {
    width: 92%;
    margin: 1.5em auto -.5em;
}

.skin_sub_pd_n {
    font-size: 1.2em;
    font-weight: 500;
    text-align: center;
    margin-bottom: 0.2em;
}

.skin_sub4 .skin_sub_pd_n,
.skin_sub5 .skin_sub_pd_n {
    margin: 0.3em auto;
}

.skin_sub_pd_i {
    text-align: center;
    font-size: 1em;
    line-height: 1.3em;
}

.skin_sub_pd_i.ls_5 {
    letter-spacing: -.05em;
}

.skin_sub_pd_price {
    text-align: center;
    font-size: 1.8em;
    font-weight: 600;
    margin: 0em auto .5em;
    color: #eb69aa;
}

.skin_sub4 .skin_sub_pd_price,
.skin_sub5 .skin_sub_pd_price {
    margin: 0.5em 0;
}

.skin_sub_pd_btn {
    width: 12.6em;
    margin: 0 auto 0;
}

.skin_sub_text {
    margin: 43em 0 0;
    text-align: center;
    font-size: 0.7em;
}


/***
 *     ██████  ██     ██ ███████ 
 *    ██    ██ ██     ██ ██      
 *    ██    ██ ██  █  ██ █████   
 *    ██    ██ ██ ███ ██ ██      
 *     ██████   ███ ███  ███████ 
 *                               
 *                               
 */
.owe {
    background-color: #f695c5;
}

.owe_bd {
    padding: 3em 0 3em;
    background-image: url(https://www.esteelauder.com.tw/media/export/cms/2024MD/images/owe_bg.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
    margin: 0 auto;
}

.owe_title {
    width: 34.6em;
    margin: 0 auto;
}

.owe_pds {
    width: 72em;
    margin: 2.5em auto 0;
    display: flex;
    flex-wrap: wrap;
    column-gap: 1em;
    row-gap: 1em;
    justify-content: center;
}

.owe_pd {
    width: 16.5em;
    height: 32.5em;
    background-color: #fff;
    border-radius: 1em;
    border: 0.2em solid #ffbccc;
    position: relative;
    display: grid;
    grid-template-rows: auto auto auto 1fr auto auto;
    padding: 1em 0;
}

.owe_pd_disc {
    background-image: url(https://www.esteelauder.com.tw/media/export/cms/2024MD/images/disc_star.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 5.7em;
    height: 5.7em;
    position: absolute;
    text-align: center;
    color: #fff;
    text-shadow: 0 0 0.5em black;
    padding-top: 2.1em;
    top: 4em;
    right: -1em;
    font-size: 1em;
}

.owe_pd_disc span {
    font-size: 1.7em;
    font-weight: 600;
}

.owe_pd_s {
    width: 10.5em;
    background-color: #eb69aa;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    font-size: 1.4em;
    height: 1.5em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.owe_pd_p {
    width: 80%;
    margin: 0.8em auto -0.5em;
}

.owe_pd_n {
    font-size: 1.2em;
    font-weight: 500;
    text-align: center;
    margin-bottom: 0.2em;
}

.owe_pd_i {
    text-align: center;
    font-size: 1em;
    line-height: 1.3em;
}

.owe_pd_price {
    text-align: center;
    font-size: 1.8em;
    font-weight: 600;
    margin: 0em auto 0.5em;
    color: #eb69aa;
}

.owe_pd_btn {
    width: 12.6em;
    margin: 0 auto 0;
}




/***
 *                                                                                   ██╗██████╗  ██████╗  ██████╗ 
 *                                                                                  ███║╚════██╗██╔════╝ ██╔════╝ 
 *            █████╗█████╗█████╗█████╗█████╗█████╗█████╗█████╗█████╗█████╗█████╗    ╚██║ █████╔╝███████╗ ███████╗ 
 *            ╚════╝╚════╝╚════╝╚════╝╚════╝╚════╝╚════╝╚════╝╚════╝╚════╝╚════╝     ██║ ╚═══██╗██╔═══██╗██╔═══██╗
 *                                                                                   ██║██████╔╝╚██████╔╝╚██████╔╝
 *                                                                                   ╚═╝╚═════╝  ╚═════╝  ╚═════╝ 
 *                                                                                                                
 */
@media screen and (max-width: 1366px) {

    .el_ec_main,
    .menu_2024md {
        font-size: 1.1713vw;
    }

    .menu_seed {
        /* text-align: center; */
    }
}

/***
 *                                                                                  ███████╗███████╗ ██████╗ 
 *                                                                                  ╚════██║██╔════╝██╔═████╗
 *            █████╗█████╗█████╗█████╗█████╗█████╗█████╗█████╗█████╗█████╗█████╗        ██╔╝███████╗██║██╔██║
 *            ╚════╝╚════╝╚════╝╚════╝╚════╝╚════╝╚════╝╚════╝╚════╝╚════╝╚════╝       ██╔╝ ╚════██║████╔╝██║
 *                                                                                     ██║  ███████║╚██████╔╝
 *                                                                                     ╚═╝  ╚══════╝ ╚═════╝ 
 *                                                                                                           
 */
@media screen and (max-width: 750px) {

    html,
    body {
        scroll-padding-top: 20vw;
    }


    .el_ec_main,
    .menu_2024md {
        font-size: 2.8vw;
    }

    .menu_seed {
        text-align: center;
        padding-top: 8vw;
        line-height: 1.2em;
    }

    .menu_bd {
        grid-template-columns: 20vw 18.5vw 18vw 16.3vw 19vw;
        width: fit-content;
        margin: 0 0 0 2vw;
    }

    .menu_2024md {
        position: fixed !important;
        bottom: 3vw;
        top: unset;
        background-image: url(https://www.esteelauder.com.tw/media/export/cms/2024MD/images/menu_bg_m.png);
        width: 97.467vw;
        height: 19.867vw;
        left: 1.7vw;
        margin: 0 auto 0;
    }

    .vPC {
        display: none !important;
    }

    .vMB {
        display: block !important;
    }

    .linebreak {
        display: block;
    }

    .linebreak_pc {
        display: none;
    }

    .member_ps {
        flex-wrap: wrap;
        width: 96vw;
        justify-content: space-evenly;
    }

    .member_sp {
        width: 88vw;
        border-bottom: 1px dashed #060c26;
        display: block;
        margin: 5vw auto;
    }


    /***
     *            ██╗  ██╗██╗   ██╗
     *            ██║ ██╔╝██║   ██║
     *            █████╔╝ ██║   ██║
     *            ██╔═██╗ ╚██╗ ██╔╝
     *            ██║  ██╗ ╚████╔╝ 
     *            ╚═╝  ╚═╝  ╚═══╝  
     *                             
     */
    .kv {}

    .dept {
        padding-top: 4vw;
    }

    .dept_list_ct {
        width: 94%;
    }

    .dept_item.star_icon {
        background-position: 1% center;
        background-size: 1.5em;
    }


    /***
 *    ██      ██ ███    ██ ███████         ██████  ██████   ██████  ███    ███  ██████  
 *    ██      ██ ████   ██ ██              ██   ██ ██   ██ ██    ██ ████  ████ ██    ██ 
 *    ██      ██ ██ ██  ██ █████           ██████  ██████  ██    ██ ██ ████ ██ ██    ██ 
 *    ██      ██ ██  ██ ██ ██              ██      ██   ██ ██    ██ ██  ██  ██ ██    ██ 
 *    ███████ ██ ██   ████ ███████ ███████ ██      ██   ██  ██████  ██      ██  ██████  
 *                                                                                      
 *                                                                                      
 */
    .line_promo {
        background-color: #f1a5cb;
        padding: 0em 0 2em;
    }

    .line_promo_bd {
        background-image: url(https://www.esteelauder.com.tw/media/export/cms/2024MD/images/line_promo_bg_m.png);
        background-position: center top;
        background-repeat: no-repeat;
        background-size: 100%;
        margin: 0 auto;
        width: 93.2vw;
        height: 73.2vw;
    }

    .line_promo_ct {}

    .line_promo_title {
        width: fit-content;
        margin: 0 auto;
        color: #fff;
        font-size: 1.5em;
        height: 2em;
        line-height: 2.1em;
    }

    .line_promo_super {
        color: #eb69aa;
        font-size: 2.3em;
        width: fit-content;
        margin: 0 auto;
        height: 2em;
    }

    .line_promo_grid {
        width: 32em;
        margin: 3.3vw auto 0;
        display: grid;
        grid-template-columns: 7.4em 7.4em 7.1em auto;
        height: 7.4em;
        align-items: center;
    }

    .line_promo_grid_b {
        font-size: 1.7em;
        text-align: center;
        color: #644939;
    }

    .line_promo_grid_b small {
        display: block;
        line-height: 1em;
        font-size: 0.5em;
        height: 1.5em;
    }

    .line_promo_grid_w {
        font-size: 2.3em;
        font-style: italic;
        color: #fff;
        padding-left: 1em;
    }

    .line_promo_text {
        color: #231815;
        text-align: center;
        margin: 1.5em auto 0;
    }

    .line_promo_btn {
        width: 7em;
        margin: 0.9em auto 0;
    }





    /***
 *    ██      ██ ███    ███ ██ ████████ 
 *    ██      ██ ████  ████ ██    ██    
 *    ██      ██ ██ ████ ██ ██    ██    
 *    ██      ██ ██  ██  ██ ██    ██    
 *    ███████ ██ ██      ██ ██    ██    
 *                                      
 *                                      
 */
    .limit {
        padding-bottom: 0 !important;
    }

    .limit_bd {
        padding: 3em 0 3em;
        background-image: url(https://www.esteelauder.com.tw/media/export/cms/2024MD/images/limit_bg_m.png);
        background-position: center top;
        background-repeat: no-repeat;
        background-size: 100%;
        margin: 0 auto;
    }

    .limit_title {
        width: 34.375em;
        margin: 0 auto;
    }

    .limit_pds {
        width: fit-content;
        margin: 1em auto 0;
        display: grid;
        grid-template-columns: auto auto;
        column-gap: 1em;
        row-gap: 1em;
        justify-items: center;
    }

    .limit_pd {
        background-image: url(https://www.esteelauder.com.tw/media/export/cms/2024MD/images/limit_pd_bg.png);
        background-position: center top;
        background-repeat: no-repeat;
        background-size: 100%;
        position: relative;
        padding-top: 1em;
        width: 45.867vw;
        height: 91.733vw;
    }

    .limit_pd.c2 {
        width: 34.5em;
        height: 34.25em;
        background-image: url(https://www.esteelauder.com.tw/media/export/cms/2024MD/images/limit_pd_bg_c2.png);
        grid-column-start: span 2;
        padding-top: 0;
        width: 91.733vw;
        height: 91.733vw;
    }

    .limit_pd.c2 .limit_pd_t {
        line-height: unset;
    }

    .limit_pd.c2 .limit_pd_p {
        margin: 0 auto;
    }

    .limit_pd.c2 .limit_pd_disc {
        top: 5em;
        right: 1em;
    }

    .limit_pd.c2 .limit_pd_s {
        margin: 0.7em auto 0;
    }

    .limit_pd.c2 .limit_pd_n {
        padding: 0 1em;
    }

    .limit_pd_disc {
        background-image: url(https://www.esteelauder.com.tw/media/export/cms/2024MD/images/disc_star.png);
        background-position: center top;
        background-repeat: no-repeat;
        background-size: 100%;
        width: 6.5em;
        height: 6.5em;
        position: absolute;
        text-align: center;
        color: #fff;
        text-shadow: 0 0 .5em black;
        padding-top: 2.4em;
        top: 5.6em;
        right: -0.4em;
        font-size: 1.2em;
    }

    .limit_pd_disc span {
        font-size: 1.7em;
        font-weight: 600;
    }

    .limit_pd_s {
        width: fit-content;
        margin: 0em auto 0;
        color: #eb6dac;
        font-size: 1.9em;
        height: 1.6em;
        background-image: url(https://www.esteelauder.com.tw/media/export/cms/2024MD/images/limit_pd_s_bg.png);
        background-position: center top;
        background-repeat: repeat-y;
        background-size: 100%;
        padding: 0 0.8em;
        font-weight: 500;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .limit_pd_t {
        font-size: 1.5em;
        color: #eb6dac;
        text-align: center;
        font-weight: 500;
        line-height: 1.2em;
    }

    .limit_pd_p {
        width: 93%;
        margin: 3.6em auto 0;
    }

    .limit_pd_p.limit_p5,
    .limit_pd_p.limit_p6 {
        margin: 5.3em auto 0;
    }

    .limit_pd_n {
        width: fit-content;
        text-align: center;
        font-size: 1.6em;
        background-color: #eb69aa;
        color: #fff;
        height: 1.7em;
        border-radius: 2em;
        margin: .5em auto 0;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 0.5em;
    }

    .limit_pd_v {
        text-align: center;
        margin: .5em auto 0;
        font-size: 1.1em;
    }

    .limit_pd_price {
        text-align: center;
        font-size: 1.8em;
        font-weight: 600;
        margin: .3em auto 0;
        color: #eb69aa;
    }

    .limit_pd_btn {
        width: 12.6em;
        margin: 0.6em auto 0;
    }




    /***
 *     ██████  ██ ███████ ████████ 
 *    ██       ██ ██         ██    
 *    ██   ███ ██ █████      ██    
 *    ██    ██ ██ ██         ██    
 *     ██████  ██ ██         ██    
 *                                 
 *                                 
 */
    .gift {
        padding-bottom: 0 !important;
    }

    .gift_bd {
        background-color: #f695c5;
        padding: 2em 0;
    }

    .gift_title {
        width: 35em;
        margin: 0 auto;
    }

    .gift_text {
        text-align: center;
        color: #fff;
        font-size: 1.5em;
    }

    .gift_pds {
        background-image: url(https://www.esteelauder.com.tw/media/export/cms/2024MD/images/gift_pds_bg_m.png);
        background-position: center top;
        background-repeat: no-repeat;
        background-size: 100%;
        margin: 1.5em 0 0 3vw;
        position: relative;
        width: 95.6vw;
        height: 260.4vw;
    }

    .gift_pd {
        position: absolute;
        width: 16.25em;
        text-align: center;
    }

    .gift_pd1 {
        top: 1.5em;
        left: 0.7em;
    }

    .gift_pd2 {
        top: 1.5em;
        left: 16.6em;
    }

    .gift_pd.gift_pd2 .gift_pd_p {
        width: 70%;
    }

    .gift_pd.gift_pd1 .gift_pd_p {
        width: 70%;
        margin: 2.4em auto 0;
    }

    .gift_pd3 {
        top: 71vw;
        left: -0.5vw;
    }

    .gift_pd4 {
        top: 76vw;
        left: 49.5vw;
    }

    .gift_pd.gift_pd4 .gift_pd_p {
        margin: 1.5em auto -1.5em;
    }

    .gift_pd5 {
        top: 140vw;
        left: -0.6vw;
    }

    .gift_pd6 {
        top: 191vw;
        left: 49vw;
    }

    .gift_pd7 {
        top: 210vw;
        left: -0.5vw;
    }

    .gift_pd.gift_pd7 .gift_pd_p {
        margin-top: -1.8em;
    }

    .gift_pd_n {
        width: fit-content;
        text-align: center;
        font-size: 1.6em;
        background-color: #eb69aa;
        color: #fff;
        height: 1.7em;
        border-radius: 2em;
        margin: 0em auto 0;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 0.6em;
    }

    .gift_pd_n.r2 {
        margin: -.5em auto 0;
    }

    .gift_pd_price {
        font-size: 1.2em;
        color: #eb69aa;
        margin: 0 0 0.2em;
    }

    .gift_pd_price span {
        font-size: 2.2em;
    }

    .gift_pd_t {
        color: #644939;
        font-size: 1.2em;
        margin: .5em 0 0;
        font-weight: 500;
    }

    .gift_pd_t span {
        font-weight: 600;
        color: #eb69aa;
        font-size: 1.4em;
        margin: 0 .1em;
    }

    .gift_pd_t span {}

    .gift_pd_p {
        width: 98%;
        margin: 1em auto 0;
    }

    .gift_pd12_text {
        position: absolute;
        width: fit-content;
        top: 20em;
        left: 12.3em;
    }

    .gift_pd_i {}


    /***
 *    ███████ ██   ██ ██ ███    ██ 
 *    ██      ██  ██  ██ ████   ██ 
 *    ███████ █████   ██ ██ ██  ██ 
 *         ██ ██  ██  ██ ██  ██ ██ 
 *    ███████ ██   ██ ██ ██   ████ 
 *                                 
 *                                 
 */
    .skin {
        padding-bottom: 0 !important;
    }

    .skin_bd {
        padding: 3em 0 0;
        background-image: unset;
        background-position: center top;
        background-repeat: no-repeat;
        background-size: 100%;
        margin: 0 auto;
        position: relative;
        background-color: #f9d3e3;
    }

    .skin_sidemenu {
        background-image: url(https://www.esteelauder.com.tw/media/export/cms/2024MD/images/side_menu.png);
        background-position: center top;
        background-repeat: no-repeat;
        background-size: 100%;
        position: absolute;
        top: 11em;
        right: -0.4em;
        z-index: 2;
        width: 5.625em;
        height: 21.125em;
    }

    .skin_sidemenu_bd {
        margin-top: 1.1em;
    }

    .skin_sidemenu_seed {
        width: 100%;
        /* background-color: rgba(255,0,0,.5); */
        height: 3.9em;
        cursor: pointer;
        /* border: 1px solid #fff; */
        box-sizing: border-box;
    }


    .skin_title {
        width: 35em;
        margin: 0 auto;
    }

    .skin_text {
        text-align: center;
        color: #eb69aa;
        font-size: 1.5em;
    }

    .skin_sub {
        background-position: center top;
        background-repeat: no-repeat;
        background-size: 100%;
        margin: 0em auto 0;
        overflow: hidden;
    }

    .skin_sub_pg_notice {
        position: absolute;
        font-size: .65em;
        top: 28.1em;
        color: #73afd3;
        text-align: center;
        line-height: 1em;
    }

    .skin_sub1 {
        background-image: url(https://www.esteelauder.com.tw/media/export/cms/2024MD/images/skin_sub1_bg_m.png);
        width: 100vw;
        height: 215.6vw;
        margin-top: 3vw;
    }

    #skin_sub1_iframe {
        height: 58em;
    }

    .skin_sub1_iframe_ct {
        width: 71.6em !important;
        padding-bottom: 0 !important;
    }

    .skin_sub2 {
        background-image: url(https://www.esteelauder.com.tw/media/export/cms/2024MD/images/skin_sub2_bg_m.png);
        width: 100vw;
        height: 298.533vw;
    }

    .skin_sub3 {
        background-image: url(https://www.esteelauder.com.tw/media/export/cms/2024MD/images/skin_sub3_bg_m.png);
        width: 100vw;
        height: 298.133vw;
    }

    .skin_sub.skin_sub3 .skin_sub_pds {
        margin-top: 29.7em;
    }

    .skin_sub4 {
        background-image: url(https://www.esteelauder.com.tw/media/export/cms/2024MD/images/skin_sub4_bg_m.png);
        width: 100vw;
        height: 168vw;
    }

    .skin_sub5 {
        background-image: url(https://www.esteelauder.com.tw/media/export/cms/2024MD/images/skin_sub5_bg_m.png);
        width: 100vw;
        height: 142vw;
    }

    .skin_sub_bd {}

    .skin_sub1_iframe_ct .skin_sub_bd,
    .skin_sub1 .skin_sub_bd {
        width: 93vw;
        overflow: hidden;
        margin: 39vw 0 0 5.4vw;
        height: 58em;
        position: relative;
    }

    .skin_sub_pds {
        width: fit-content;
        margin: 1em auto 0;
        display: grid;
        column-gap: 3vw;
        grid-template-columns: auto auto;
        row-gap: 3vw;
    }

    .skin_sub1_iframe_ct .skin_sub_pds,
    .skin_sub1 .skin_sub_pds {
        margin: 0 auto;
        display: block;
        width: 180em;
        display: flex;
    }

    .skin_sub4 .skin_sub_pds,
    .skin_sub5 .skin_sub_pds {
        display: block;
        position: relative;
        margin: 0 auto;
        width: 100%;
    }

    .skin_sub_pg {
        width: 34em;
        height: 37.5em;
        background-position: center top;
        background-repeat: no-repeat;
        background-size: 100%;
        display: grid;
        grid-template-columns: auto auto;
        justify-items: center;
        padding-top: 19.5em;
    }

    .skin_sub_pg.skin_sub_pg5 {
        background-image: url(https://www.esteelauder.com.tw/media/export/cms/2024MD/images/skin_sub_pg5.png);
    }

    .skin_sub_pg.skin_sub_pg4 {
        background-image: url(https://www.esteelauder.com.tw/media/export/cms/2024MD/images/skin_sub_pg4.png);
    }

    .skin_sub_pg.skin_sub_pg3 {
        background-image: url(https://www.esteelauder.com.tw/media/export/cms/2024MD/images/skin_sub_pg3.png);
    }

    .skin_sub_pg.skin_sub_pg2 {
        background-image: url(https://www.esteelauder.com.tw/media/export/cms/2024MD/images/skin_sub_pg2.png);
    }

    .skin_sub_pg.skin_sub_pg1 {
        background-image: url(https://www.esteelauder.com.tw/media/export/cms/2024MD/images/skin_sub_pg1.png);
        /* width: 90.4vw; */
        /* height:149.867vw; */
    }

    .skin_sub_pd {
        width: 44vw;
        height: 87vw;
        background-color: #fff;
        border-radius: 1em;
        border: .2em solid #ffbccc;
        position: relative;
        display: grid;
        grid-template-rows: auto auto auto auto 1fr auto auto;
        padding: 1em 0;
    }

    .skin_sub1_iframe_ct .skin_sub_pd,
    .skin_sub1 .skin_sub_pd {
        border: unset;
        background-color: unset;
        width: 16em;
        height: 34.6em;
    }

    .skin_sub4 .skin_sub_pd,
    .skin_sub5 .skin_sub_pd {
        border: unset;
        background-color: unset;
        grid-template-rows: auto auto auto auto auto auto;
        height: unset;
        position: absolute;
    }

    .skin_sub_pd.skin_sub_pd52 {
        top: 12em;
        left: 51vw;
    }

    .skin_sub_pd.skin_sub_pd51 {
        top: 12em;
        left: 1.5em;
    }

    .skin_sub_pd.skin_sub_pd42 {
        top: 11em;
        left: 52vw;
    }

    .skin_sub_pd.skin_sub_pd41 {
        top: 11em;
        left: 2em;
    }

    .skin_sub3 .skin_sub_pd {
        height: 91vw;
    }

    .skin_sub_pd_disc {
        background-image: url(https://www.esteelauder.com.tw/media/export/cms/2024MD/images/disc_star.png);
        background-position: center top;
        background-repeat: no-repeat;
        background-size: 100%;
        width: 5.7em;
        height: 5.7em;
        position: absolute;
        text-align: center;
        color: #fff;
        text-shadow: 0 0 0.3em rgba(0, 0, 0, .6);
        padding-top: 2.1em;
        top: 4em;
        right: -1em;
        font-size: 1em;
    }

    .skin_sub_pd_disc span {
        font-size: 1.7em;
        font-weight: 600;
    }

    .skin_sub_pd_s {
        width: 10em;
        background-color: #eb69aa;
        color: #fff;
        text-align: center;
        margin: 0 auto;
        font-size: 1.4em;
        height: 1.5em;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .skin_sub1_iframe_ct .skin_sub_pd_s,
    .skin_sub1 .skin_sub_pd_s {
        width: fit-content;
        padding: 0 0.3em;
    }

    .skin_sub4 .skin_sub_pd_s,
    .skin_sub5 .skin_sub_pd_s {
        filter: drop-shadow(0.15em 0.15em 0 #ffffff44);
    }

    .skin_sub3 .skin_sub_pd_s {
        width: 10.5em;
        letter-spacing: -.05em;
    }

    .skin_sub_pd_t {
        font-size: 1.3em;
        color: #eb69aa;
        text-align: center;
        font-weight: 500;
    }

    .skin_sub4 .skin_sub_pd_t,
    .skin_sub5 .skin_sub_pd_t {
        color: #fff;
        font-size: 1.2em;
        font-weight: 400;
    }

    .skin_sub_pd_p {
        width: 92%;
        margin: 1.5em auto -.5em;
    }

    .skin_sub3 .skin_sub_pd_p {
        width: 88%;
    }

    .skin_sub_pd_n {
        font-size: 1.2em;
        font-weight: 500;
        text-align: center;
        margin-bottom: 0.2em;
    }

    .skin_sub4 .skin_sub_pd_n,
    .skin_sub5 .skin_sub_pd_n {
        margin: 0.3em auto;
    }

    .skin_sub_pd_i {
        text-align: center;
        font-size: 1em;
        line-height: 1.3em;
    }

    .skin_sub_pd_i.ls_5 {
        letter-spacing: -0.1em;
    }

    .skin_sub_pd_price {
        text-align: center;
        font-size: 1.8em;
        font-weight: 600;
        margin: 0em auto .5em;
        color: #eb69aa;
    }

    .skin_sub4 .skin_sub_pd_price,
    .skin_sub5 .skin_sub_pd_price {
        margin: 0.5em 0;
    }

    .skin_sub_pd_btn {
        width: 12.6em;
        margin: 0 auto 0;
    }

    .skin_sub_pd.skin_sub_pd52 .skin_sub_pd_btn {
        margin-top: 30vw;
    }

    .skin_sub_pd.skin_sub_pd51 .skin_sub_pd_btn {
        margin-top: 40vw;
    }

    .skin_sub4 .skin_sub_pd41 .skin_sub_pd_btn {
        margin-top: 53vw;
    }

    .skin_sub4 .skin_sub_pd42 .skin_sub_pd_btn {
        margin-top: 40vw;
    }

    .skin_sub_text {
        margin: 78vw 0 0;
        text-align: center;
        font-size: 0.6em;
    }


    /***
 *     ██████  ██     ██ ███████ 
 *    ██    ██ ██     ██ ██      
 *    ██    ██ ██  █  ██ █████   
 *    ██    ██ ██ ███ ██ ██      
 *     ██████   ███ ███  ███████ 
 *                               
 *                               
 */
    .owe {
        background-color: #f695c5;
    }

    .owe_bd {
        padding: 3em 0 7em;
        background-image: url(https://www.esteelauder.com.tw/media/export/cms/2024MD/images/owe_bg_m_icon.png);
        background-position: right 97%;
        background-repeat: no-repeat;
        background-size: 40vw;
        margin: 0 auto;
    }

    .owe_title {
        width: 34.6em;
        margin: 0 auto;
    }

    .owe_pds {
        width: 93vw;
        margin: 1.5em auto 0;
        display: flex;
        flex-wrap: wrap;
        column-gap: 1em;
        row-gap: 1em;
        justify-content: flex-start;
    }

    .owe_pd {
        width: 44vw;
        height: 83vw;
        background-color: #fff;
        border-radius: 1em;
        border: 0.2em solid #ffbccc;
        position: relative;
        display: grid;
        grid-template-rows: auto auto auto 1fr auto auto;
        padding: 1em 0;
    }

    .owe_pd_disc {
        background-image: url(https://www.esteelauder.com.tw/media/export/cms/2024MD/images/disc_star.png);
        background-position: center top;
        background-repeat: no-repeat;
        background-size: 100%;
        width: 5.7em;
        height: 5.7em;
        position: absolute;
        text-align: center;
        color: #fff;
        text-shadow: 0 0 0.3em rgba(0, 0, 0, .6);
        padding-top: 2.1em;
        top: 4em;
        right: -1em;
        font-size: 1em;
    }

    .owe_pd_disc span {
        font-size: 1.7em;
        font-weight: 600;
    }

    .owe_pd_s {
        width: 10.5em;
        background-color: #eb69aa;
        color: #fff;
        text-align: center;
        margin: 0 auto;
        font-size: 1.4em;
        height: 1.5em;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .owe_pd_p {
        width: 78%;
        margin: 0.8em auto -0.5em;
    }

    .owe_pd_n {
        font-size: 1.2em;
        font-weight: 500;
        text-align: center;
        margin-bottom: 0.2em;
    }

    .owe_pd_i {
        text-align: center;
        font-size: 1em;
        line-height: 1.3em;
    }

    .owe_pd_price {
        text-align: center;
        font-size: 1.8em;
        font-weight: 600;
        margin: 0em auto 0.5em;
        color: #eb69aa;
    }

    .owe_pd_btn {
        width: 12.6em;
        margin: 0 auto 0;
    }




}
