@charset "UTF-8";

img,
picture {
    max-width: 100%;
    display: inline;
}

/* origin site css */
.content {
    max-width: 1164px;
    margin: 0 auto;
    padding: 0px 0;
    color: #222222;
}

.content h1 {
    font-size: 2.125rem;
    font-weight: bold;
    color: #222222;
    padding: 0 0 47px 0;
    margin: 0;
    line-height: normal;
    font-family: Verdana, Microsoft JhengHei, "微軟正黑體", sans-serif;
}

.breadcrumbs {
    font-family: 'Noto Sans TC', sans-serif;
}

.stage_pop_con .fancybox-skin {
    border-radius: 0;
    padding-bottom: 30px !important;
}

.stage_pop_con .fancybox-close {
    background: url(https://wellness.suntory.com.tw/img/popup-close.jpg);
    width: 34px;
    height: 34px;
    right: 0;
    top: -34px;
}

/* global style */
.mi_content {
    max-width: 1164px;
    width: 100%;
    margin: 0 auto;
    color: #222222;
    font-family: Microsoft JhengHei, "微軟正黑體", sans-serif;
    overflow: hidden;
}

.mi_content .no_list {
    list-style: none;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.mi_content img {
    height: auto;
}

.mi_content .full {
    width: 100%;
    display: block;
}

.mi_content .max100 {
    max-width: 100%;
    display: block;
}

.mi_content .margin_auto {
    margin-left: auto;
    margin-right: auto;
}

.mi_content .clear:after {
    content: '';
    display: table;
    clear: both;
}

.mi_content p {
    line-height: 1.8;
    margin: 1rem 0;
}

.mi_content .tc {
    text-align: center;
}

.mi_content .flex {
    display: flex;
    flex-direction: row;
}

.w800 .item:nth-child(1) {
    width: 266px
}

.w800 .item:nth-child(2) {
    flex: 1
}

/* header */
.mi_header {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    background: #fff;
    position: relative !important;
}

.mi_header .logo {
    max-width: 120px;
    margin-left: 30px;
}

.mi_header .menu {
    display: flex;
    justify-self: flex-end;
    margin-left: auto;
}

.mi_header .menu>li {
    padding: 0 30px;
}

.mi_header .menu a {
    color: #5e3c3c;
    font-weight: bold;
    text-decoration: none;
    display: block;
    transition: all .3s;
}

.mi_header .menu>li>a {
    padding-bottom: 6px;
    border-bottom: 2px solid transparent;
}

.mi_header .menu>li>a:hover,
.mi_header .has_sub.open>a,
.mi_header .menu>li>a.act {
    color: #ce3253;
    border-color: #ce3253;
}

.mi_header .has_sub>a:hover:after,
.mi_header .has_sub.open>a:after,
.mi_header .has_sub>a.act:after {
    border-color: #ce3253;
}

.mi_header .has_sub.open>a:after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    top: 6px;
}

.mi_header .has_sub {
    position: relative;
}

.mi_header .has_sub ul {
    display: none;
    position: absolute;
    width: 150px;
    background: #fff;
    text-align: center;
    top: 50px;
    left: 50%;
    margin-left: -75px;
    z-index: 2;
}

.mi_header .has_sub.open ul {
    display: block;
}

.mi_header .has_sub>a {
    position: relative;
    padding-right: 20px;
}

.mi_header .has_sub>a:after {
    position: absolute;
    content: '';
    right: 3px;
    top: 3px;
    border: solid #5e3c3c;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transition: all .3s;
}

.mi_header .has_sub li {
    border-bottom: 1px solid #f28da4;
}

.mi_header .has_sub li:last-of-type {
    border-bottom: 0;
}

.mi_header .has_sub ul a {
    padding: 15px 10px;
    transition: all .3s;
}

.mi_header .has_sub ul a:hover {
    color: #f28da4;
}

.mi_header .ig_link {
    display: none;
}

.mi_header .menu_btn {
    display: none;
}

/* index */
.mi_content .slider_one {
    border-bottom: 15px solid transparent;
    -moz-border-image: -moz-linear-gradient(left, rgba(243, 202, 203, 1) 0%, rgba(251, 247, 180, 1) 50%, rgba(212, 208, 246, 1) 100%);
    -webkit-border-image: -webkit-linear-gradient(left, rgba(243, 202, 203, 1) 0%, rgba(251, 247, 180, 1) 50%, rgba(212, 208, 246, 1) 100%);
    border-image: linear-gradient(to right, rgba(243, 202, 203, 1) 0%, rgba(251, 247, 180, 1) 50%, rgba(212, 208, 246, 1) 100%);
    border-image-slice: 1;

    display: block !important;
    opacity: 1 !important;
    min-height: 400px;
}

.mi_content .slider_one .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 20px;
    text-align: center;
}

.mi_content .slider_one .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 100px;
    border: 1px solid #757575;
    margin: 0 5px !important;
    transition: all .3s;
    display: inline-block;
    font-size: 0;
}

.mi_content .slider_one .owl-dots .owl-dot.active,
.mi_content .slider_one .owl-dots .owl-dot:hover {
    background: #981a57;
    border-color: #981a57;
}

.mi_content .slider_one .owl-nav button.owl-prev,
.mi_content .slider_one .owl-nav button.owl-next {
    background: url(../img/icon-banner-arrow.png) no-repeat;
    background-size: 100% 100%;
    width: 23px;
    height: 37px;
    text-indent: -99999px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    margin-top: -19px;
    transition: all .3s;
}

.mi_content .slider_one .owl-nav button.owl-prev:hover,
.mi_content .slider_one .owl-nav button.owl-next:hover {
    opacity: 0.7;
}

.mi_content .slider_one .owl-nav button.owl-prev {
    left: 40px;
}

.mi_content .slider_one .owl-nav button.owl-next {
    right: 40px;
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    /*IE*/
    filter: FlipH;
}

.index {
    background: #ffeaf3;
    color: #993074;
}

.index-kv {
    /*    margin-bottom: 30px;*/
    position: relative;

    /*
        border-bottom: 15px solid transparent;
    -moz-border-image: -moz-linear-gradient(left, rgba(243,202,203,1) 0%, rgba(251,247,180,1) 50%, rgba(212,208,246,1) 100%);
    -webkit-border-image: -webkit-linear-gradient(left, rgba(243,202,203,1) 0%,rgba(251,247,180,1) 50%,rgba(212,208,246,1) 100%);
    border-image: linear-gradient(to right, rgba(243,202,203,1) 0%,rgba(251,247,180,1) 50%,rgba(212,208,246,1) 100%);
    border-image-slice: 1;
*/

    min-height: 400px;
}

.index-kv .swiper-slide {
    opacity: 0;
}

.index-kv .swiper-slide-active {
    opacity: 1;
}

.index-kv img {
    display: block;
}

.index-kv .swiper-pagination {
    position: absolute;
    width: 100%;
    bottom: 20px;
    text-align: center;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 100px;
    border: 1px solid #757575;
    margin: 0 5px !important;
    transition: all .3s;
    background: transparent;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #981a57;
    border-color: #981a57;
}

.index .swiper-button-prev,
.index .swiper-button-next {
    background: url(../img/icon-banner-arrow.png) no-repeat;
    background-size: 100% 100%;
    width: 23px;
    height: 25px;
    text-indent: -99999px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    margin-top: -13px;
    transition: all .3s;
}

.index .swiper-button-prev {
    left: 16px;
    z-index: 1;
}

.index .swiper-button-next {
    right: 16px;
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    z-index: 1;
}

.mi_content .box_lr {
    display: flex;
    /*    max-width: 950px;*/
    /*    margin: 3rem auto;*/
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    position: relative;
    z-index: 1;
}

.mi_content .box_lr>* {
    /*    flex: 1;*/
}

.mi_content .index .txt_wrap {
    padding-left: 6%;
}

.mi_content .box_lr .img_wrap {
    flex: 1;
    justify-items: flex-end;
}

.mi_content .box_lr .btn1 {
    margin-top: 2rem;
}

.mi_content .r {
    position: relative;
}

.mi_content .main_tit {
    font-size: 2.125rem;
    color: #82410c;
    font-weight: bold;
}

.mi_content .txt_deco {
    padding-top: 30px;
}

.mi_content .txt_deco:before {
    position: absolute;
    content: '';
    width: 70px;
    height: 20px;
    top: 0;
    left: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f3cacb+0,fbf7b4+100 */
    background: rgb(243, 202, 203);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(243, 202, 203, 1) 0%, rgba(251, 247, 180, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(243, 202, 203, 1) 0%, rgba(251, 247, 180, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(243, 202, 203, 1) 0%, rgba(251, 247, 180, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3cacb', endColorstr='#fbf7b4', GradientType=1);
    /* IE6-9 */
}

.mi_content hr {
    height: 1px;
    overflow: inherit;
    background: #5e3c3c;
    border: none;
}

.mi_content hr.right {
    max-width: 450px;
}

.mi_content hr.right:after {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 100px;
    background: #5e3c3c;
    right: 0;
    top: 50%;
    margin-top: -4px;
}

.mi_content hr.left:after {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 100px;
    background: #5e3c3c;
    left: 0;
    top: 50%;
    margin-top: -4px;
}

.mi_content .sub_tit {
    font-size: 1.625rem;
    font-weight: bold;
    margin-bottom: 1rem;
    color: #4d4d4d;
    line-height: 1.5;
}

.mi_content .sub_tit small {
    display: block;
    font-size: 60%;
    color: #531111;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.mi_content .btn1 {
    color: #3d1b1b;
    font-weight: bold;
    font-size: 1rem;
    text-align: center;
    text-decoration: none;
    display: block;
    width: 200px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fcd6e1+0,ffa4be+100 */
    background: rgb(252, 214, 225);
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(252, 214, 225, 1) 0%, rgba(255, 164, 190, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(252, 214, 225, 1) 0%, rgba(255, 164, 190, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(252, 214, 225, 1) 0%, rgba(255, 164, 190, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcd6e1', endColorstr='#ffa4be', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    height: 50px;
    line-height: 50px;
    border-radius: 100px;
    position: relative;
    letter-spacing: 1px;
    box-shadow: 0px 4px #ed88a4, 0px 7px 3px rgb(0 0 0 / 20%);
    transition: all .3s;
    padding: 0 20px;
    box-sizing: border-box;
}

.mi_content .btn1 img {
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: 25px;
    transition: all .3s;
}

.mi_content .btn1:hover {
    filter: brightness(1.1);
}

.mi_content .btn1:hover img {
    right: 16px;
}

.mi_content .w950 {
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
}

.mi_content hr.center {
    margin-top: 3rem;
    margin-bottom: 2rem;
}

.mi_content hr.center:after {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 100px;
    background: #5e3c3c;
    left: 50%;
    top: 50%;
    margin-top: -4px;
    margin-left: -4px;
}

.mi_content .box_lr.lr3 {
    max-width: 900px;
}

.mi_content .box_lr.lr4 {
    max-width: 900px;
}

.mi_content .user_box {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e0def3+0,fdfad2+50,faeae7+100 */
    background: rgb(224, 222, 243);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(224, 222, 243, 1) 0%, rgba(253, 250, 210, 1) 50%, rgba(250, 234, 231, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(224, 222, 243, 1) 0%, rgba(253, 250, 210, 1) 50%, rgba(250, 234, 231, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(224, 222, 243, 1) 0%, rgba(253, 250, 210, 1) 50%, rgba(250, 234, 231, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e0def3', endColorstr='#faeae7', GradientType=1);
    /* IE6-9 */
    margin: 4rem 0 2rem;
    position: relative;
}

.mi_content .user_box:before,
.mi_content .user_box:after {
    position: absolute;
    content: '';
    height: 55px;
    width: 100%;
    left: 0;
    background: #fff;
}

.mi_content .user_box:before {
    top: 0;
}

.mi_content .user_box:after {
    bottom: 0;
}

.mi_content .user_box .sub_tit {
    color: #3d1b1b;
    margin-bottom: 2rem;
}

.mi_content .slider_user {
    /*    max-width: 1000px;*/
    margin-left: auto;
    margin-right: auto;
}

.mi_content .slider_user .item {
    padding-bottom: 10px;
}

.mi_content .slider_user a {
    text-decoration: none;
}

.mi_content .slider_user figure {
    background: #fff;
    padding-left: 12px;
    box-shadow: 0 7px 2px -2px rgb(170 170 170 / 10%);
}

.mi_content .slider_user figcaption {
    padding: 15px 12px 15px 0;
    color: #5e3c3c;
    font-weight: bold;
}

.mi_content .slider_user figcaption span {
    float: right;
}

.mi_content .quality_box {
    margin: 4rem 0;
}

.mi_content .quality_box .flex {
    flex-wrap: wrap;
    gap: 20px;
    max-width: 1050px;
    margin: auto;
    padding-top: 2rem;
}

.mi_content .quality_box .flex .item {
    flex: 1;
    /*    min-height: 480px;*/
}

.mi_content .quality_box .flex .item1 .txt_wrap {
    padding: 50px 50px 0;
}

.mi_content .quality_box .flex .item1 img {
    margin-top: -5rem;
}

.mi_content .quality_box .flex .item1 {
    border-radius: 30px 30px 0 0;
    background: #7dcef3;
}

.mi_content .quality_box .flex .item2 {
    border-radius: 30px 30px 0 0;
    background: #eaeff1;
    box-sizing: border-box;
}

.mi_content .quality_box .flex .item2 img {
    margin: 50px auto 1rem;
}

.mi_content .quality_box .flex .item2 .txt_wrap {
    padding: 0 50px;
}

.mi_content .quality_box .flex .item3 {
    flex-basis: 100%;
    position: relative;
    border-radius: 0 0 30px 30px;
    overflow: hidden;
    padding: 50px 120px;
}

.mi_content .quality_box .flex .item3 .bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.mi_content .bg_tit {
    color: #5e3c3c;
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 1.2;
}

.mi_content .sub_flex {
    display: flex;
    gap: 50px;
    justify-content: center;
    margin-bottom: 1rem;
}

.mi_content .sub_flex .sub1 {
    /*    flex: 1;*/
}

.mi_content .sub_flex .sub2 {
    /*    flex: 2;*/
    max-width: 450px;
}

.mi_content .sub_flex .sub2 img {
    margin-bottom: 1rem;
}

.mi_content main.index .ps {
    font-size: 0.875rem;
    color: #8f8f8f;
    line-height: 1.5;
    padding: 20px 30px;
}

.mi_content .ig_box {
    padding-bottom: 50px;
}

.mi_content .ig_box .ig_txt {
    color: #ec76a8;
    font-weight: 700;
    font-size: 1.625rem;
    font-style: italic;
    margin: 10px 0;
}

.mi_content .ig_box .txt {
    font-size: 2.125rem;
    margin-bottom: 20px;
    color: #b42d76;
    font-weight: 700;
    text-decoration: none;
}

.mi_content .ig_box .ig_pic {
    max-width: 834px;
    margin: auto;
}

.mi_content .ig_box .slider_ig {
    margin: 30px auto 100px;
    max-width: 970px;
}

.mi_content .ig_box .item {
    position: relative;
    transition: all .3s;
}

.mi_content .ig_box .item:hover {
    opacity: .5;
}

.mi_content .ig_box .icon {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: auto;
}

/* page */
.mi_content main.page {
    min-height: 1000px;
}

.mi_content main.page .bg_img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.mi_content main.page .inner {
    padding: 5rem 0;
}

.mi_content main.page .padding {
    padding-left: 2rem;
    padding-right: 2rem;
}

.mi_content hr.side {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.mi_content hr.side:before,
.mi_content hr.side:after {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 100px;
    background: #5e3c3c;
    top: 50%;
    margin-top: -4px;
}

.mi_content hr.side:before {
    left: 0;
}

.mi_content hr.side:after {
    right: 0;
}

.mi_content .btm_link {
    gap: 20px;
    justify-content: center;
    margin: 4rem 0;
    padding: 0 2rem;
    text-align: left;
}

.mi_content .btm_link .border {
    padding: 4px;
    border-radius: 30px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f6d1d5+0,f7f0c1+50,d4d0f6+100 */
    background: rgb(246, 209, 213);
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(246, 209, 213, 1) 0%, rgba(247, 240, 193, 1) 50%, rgba(212, 208, 246, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(246, 209, 213, 1) 0%, rgba(247, 240, 193, 1) 50%, rgba(212, 208, 246, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(246, 209, 213, 1) 0%, rgba(247, 240, 193, 1) 50%, rgba(212, 208, 246, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6d1d5', endColorstr='#d4d0f6', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

.mi_content .btm_link .item:nth-of-type(1) .border {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d4d0f6+0,f7f0c1+50,f6d1d5+100 */
    background: rgb(212, 208, 246);
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(212, 208, 246, 1) 0%, rgba(247, 240, 193, 1) 50%, rgba(246, 209, 213, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(212, 208, 246, 1) 0%, rgba(247, 240, 193, 1) 50%, rgba(246, 209, 213, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(212, 208, 246, 1) 0%, rgba(247, 240, 193, 1) 50%, rgba(246, 209, 213, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d4d0f6', endColorstr='#f6d1d5', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

.mi_content .btm_link a {
    display: inline-block;
    min-width: 170px;
    padding: 20px;
    text-align: left;
    color: #0072ef;
    background: #fff;
    border: 1px solid #d7d7d7;
    border-radius: 30px 30px 0 30px;
    box-shadow: 0 4px 2px -2px #ebdada;
    margin-left: -10px;
    margin-top: -25px;
    position: relative;
    font-weight: bold;
    box-sizing: border-box;
    transition: all .3s;
}

.mi_content .btm_link a:hover {
    transform: translateY(-2px);
    color: #00BBFF;
}

.mi_content .element_wrap {
    margin-top: 10rem;
}

.mi_content .element_box {
    max-width: 970px;
    margin: 4rem auto;
}

.mi_content .element2,
.mi_content .element4,
.mi_content .element6 {
    justify-content: flex-end;
}

.mi_content .e_tit {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.mi_content .e_tit.t1 {
    color: #ee5a91;
}

.mi_content .e_tit.t2 {
    color: #5a91ee;
}

.mi_content .e_tit.t3 {
    color: #875d0b;
}

.mi_content .e_sub {
    color: #582d0a;
    font-weight: bold;
    font-size: 1.125rem;
    line-height: 1.2;
}

.mi_content .element_box .txt_wrap {
    width: 55%;
    position: relative;
    z-index: 1;
}

.mi_content .element_box .img_wrap {
    position: relative;
}

.mi_content .element_wrap .element_box:nth-of-type(odd) .img_wrap {
    float: left;
}

.mi_content .element_wrap .element_box:nth-of-type(odd) .txt_wrap {
    float: left;
}

.mi_content .element_wrap .element_box:nth-of-type(even) .img_wrap {
    float: right;
}

.mi_content .element_wrap .element_box:nth-of-type(even) .txt_wrap {
    float: right;
}

.mi_content .element_box hr {
    max-width: inherit;
}

.mi_content .element_box .txt_wrap p {
    max-width: 425px;
}

.mi_content .element1 .img_wrap {
    margin-left: -7%;
    top: -50px;
}

.mi_content .element2 .img_wrap {
    left: 8%;
    top: -80px;
}

.mi_content .element4 .img_wrap {
    left: 5%;
    top: -80px;
}

.mi_content .element5 .img_wrap {
    left: -10%;
    top: -50px;
}

.mi_content .element6 .img_wrap {
    left: 5%;
}

.mi_content .element_box .txt_wrap.l_space>* {
    padding-left: 100px;
}

.mi_content .element3 .txt_wrap {
    margin-left: -20%;
}

.mi_content .btn1.big {
    width: 400px;
    text-align: left;
    margin-bottom: 1rem;
}

.mi_content .btn1.big span {
    float: left;
    margin-right: 10px;
}

.mi_content .btn1.big div {
    overflow: hidden;
}

.mi_content .qa_top {
    justify-content: space-between;
    align-items: center;
    max-width: 750px;
    margin: -80px auto 0;
    padding: 0 1rem;
}

.mi_content .qa_top .txt_wrap {
    padding: 40px 0 0;
}

.mi_content .qa_txt {
    position: absolute;
    font-size: 1.125rem;
    color: #3d1b1b;
    font-weight: bold;
    transform: rotate(-10deg);
    top: 0;
    left: -10px;
}

.mi_content .box1 {
    max-width: 800px;
    /* padding: 0 1rem 1rem; */
    background: #fff;
    border-radius: 30px;
    margin: 0 auto 4rem;
    /*    min-height: 500px;*/
}

.mi_content .w800 {
    max-width: 800px;
    margin: auto;
}

.mi_content .qa_tit {
    border: 2px solid #ffa6c0;
    border-radius: 50px;
    color: #3d1b1b;
    font-weight: bold;
    font-size: 1.5rem;
    padding: 10px 30px 10px 65px;
    display: inline-block;
    line-height: 1.2;
    margin-top: -2rem;
    background: #fff;
}

.mi_content .qa_tit span {
    font-size: 2.125rem;
    color: #3d1b1b;
    font-weight: bold;
    border-radius: 100px;
    background: #fcd5e0;
    border: 1px solid #e9c6cd;
    box-shadow: 0px 4px #f49fb6;
    width: 65px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    display: inline-block;
    position: absolute;
    left: -1rem;
    top: -10px;
}

.mi_content .box_c {
    padding: 2rem;
}

.mi_content .qa_link {
    /*    display: block;*/
    /*    height: 3rem;*/
    /*    margin-top: -3rem;*/
}

.mi_content .box1 p {
    margin: 0;
}

.mi_content .box1 .flex {
    gap: 1rem;
}

.mi_content .box1 .box_c .flex .item:nth-child(1) {
    flex: 1
}

.mi_content .box1 .box_c .flex .item:nth-child(2) {
    width: 225px
}

.mi_content .box1.q2 {

    /*    background: #ccc;*/
}

.mi_content .box1.q2 .box_c {
    padding-bottom: 0;
}

.mi_content .box1.q2 .flex {
    align-items: end;
    margin-top: -5rem;
    margin-bottom: 7rem;
}

.mi_content .box1.q2 p {
    padding-bottom: 0;
}

.mi_content .hl {
    background: linear-gradient(120deg, #fff45c 0%, #fff45c 100%);
    background-repeat: no-repeat;
    background-size: 100% 8px;
    background-position: bottom;
}

.mi_content main.qa {
    background: #fffef2;
}

.mi_content .q3 {
    align-items: center;
    margin-top: -5rem;
}

.mi_content .q3 .box1 {
    margin-bottom: 0;
    border-radius: 30px 30px 0 0;
}

.mi_content .box1 .txt {
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: bold;
    color: #3d1b1b;
    margin-bottom: 1rem;
    gap: 1rem;
    display: flex;
    line-height: 1.2;
}

.mi_content .box1 .txt img:last-of-type {
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    /*IE*/
    filter: FlipH;
}

.mi_content .q4 {
    max-width: 850px;
}

.mi_content main.recipe {
    background: #fffef2;
}

.mi_content .w850 {
    max-width: 850px;
    margin: auto;
}

.mi_content .recipe_btn {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(4, 1fr);
    margin: 4rem auto;
}

.mi_content .recipe_btn a {
    display: block;
    background: #fff;
    border-radius: 30px;
    color: #82410c;
    font-weight: bold;
    font-size: 1.5rem;
    text-decoration: none;
    padding: 50px 1rem;
    line-height: 1.2;
    position: relative;
    transition: all .3s;
}

.mi_content .recipe_btn a:hover {
    background: #ce3253;
    color: #fff;
}

.mi_content .recipe_btn a:before {
    position: absolute;
    content: '';
    width: 32px;
    height: 32px;
    border-radius: 100px;
    background: #ce3253;
    left: 50%;
    bottom: -16px;
    margin-left: -16px;
    transition: all .3s;
}

.mi_content .recipe_btn a:hover:before {
    background: #fff;
}

.mi_content .recipe_btn a:after {
    position: absolute;
    content: '';
    left: 50%;
    bottom: -3px;
    margin-left: -4px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transition: all .3s;
}

.mi_content .recipe_btn a:hover:after {
    border-color: #ce3253;
}

.mi_content .box1 .txt2 {
    font-size: 1.5rem;
    font-weight: bold;
    color: #82410c;
    /*    margin-bottom: 1rem;*/
    line-height: 1.2;
    position: relative;
}

.mi_content .box1 .txt2:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 12px;
    border: solid #82410c;
    border-width: 6px 0 2px 0;
    top: 50%;
    left: 0;
    margin-top: -4px;
    box-sizing: border-box;
}

.mi_content .box1 .txt2 span {
    display: inline-block;
    padding: 0 1rem;
    position: relative;
    background: #fff;
    z-index: 1;
}

.mi_content .recipe_box {
    margin: 2rem 0;
    align-items: center;
}

.mi_content .recipe_box .img_wrap {
    padding: 10px;
    background: #fff;
    box-shadow: 0 0 10px rgb(146 146 146 / 50%);
    border-radius: 10px;
}

.mi_content .recipe_box .txt_wrap {
    flex: 1;
    text-align: left;
}

.mi_content .recipe_box .name {
    font-size: 1.5rem;
    font-weight: bold;
    color: #ce3253;
    padding-bottom: 1rem;
    border-bottom: 2px dashed #e27c91;
    margin-bottom: 1rem;
}

.mi_content .recipe_box .theme {
    color: #4d4d4d;
    font-size: 1.125rem;
    margin-right: 1rem;
    letter-spacing: 1px;
}

.mi_content .recipe_box .theme .big {
    font-size: 1.5rem;
    margin-left: 2px;
}

.mi_content .recipe_box .r_sub_tit {
    font-size: 1.125rem;
    font-weight: bold;
    color: #82410c;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.mi_content .recipe_box .list {
    line-height: 1.8;
}

.mi_content .recipe_box .list span {
    float: left;
    width: 18px;
    height: 18px;
    line-height: 18px;
    color: #fff;
    background: #82410c;
    font-size: 0.75rem;
    font-weight: bold;
    margin-right: 5px;
    margin-top: 3px;
    text-align: center;
    border-radius: 100px;
}

.mi_content .recipe_box .list div {
    overflow: hidden;
}

.mi_content .r_link {
    display: block;
    height: 1px;
}

.mi_content .buy_wrap {
    margin-top: 4rem;
}

.mi_content .buy_box {
    max-width: 650px;
    margin: 2rem auto;
    padding: 1rem;
    background: #fff;
    font-family: Verdana, Microsoft JhengHei, "微軟正黑體", sans-serif;
}

.mi_content .buy_box p {
    margin: 0;
    line-height: normal;
}

.mi_content .buy_box a {
    color: #0072EF;
}

.mi_content .buy_box a:hover {
    color: #00bbff;
}

.mi_content .buy_box .bgOrange {
    background: #ffeeed;
}

.mi_content .buy_box .orangebox {
    background: #ef8098;
}

.mi_content .buy_box .orangebox::before {
    border-color: transparent transparent #ef8098 transparent;
}

.mi_content main.user {
    background: #fffef2;
}

.mi_content .user_top img {
    margin: 50px auto;
}

.mi_content .bar1 {
    text-align: center;
    border-radius: 30px;
    color: #3d1b1b;
    font-weight: bold;
    font-size: 1.125rem;
    border: 2px solid #ffa6c0;
    padding: 7px 15px;
    margin-bottom: 1rem;
}

.mi_content .bar1+p {
    margin: 1rem 1rem 0;
}

.mi_content .user_q {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
}

.mi_content .user_rec {
    max-width: 650px;
    margin: -9rem auto 100px;
}

.mi_content .user_rec .border {
    max-width: 400px;
    margin-left: auto;
    border: 2px solid #ffa6c0;
    border-radius: 30px 0 30px;
    background: #fff;
    padding: 1rem;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
}

.mi_content .user_rec .border_btm {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 30px 0 30px;
    background: #fff;
    border: 2px solid #ffa6c0;
    right: 10px;
    top: -10px;
    z-index: 0;
    max-width: 400px;
    padding: 1rem;
    box-sizing: border-box;
}

.mi_content .user_rec .pic {
    position: absolute;
    left: -250px;
    top: 50%;
    transform: translateY(-50%);
}

.mi_content .user_rec .txt {
    align-items: center;
    justify-content: center;
    font-size: 1.125rem;
    font-weight: bold;
    color: #3d1b1b;
    margin-bottom: 1rem;
    gap: 1rem;
    display: flex;
    line-height: 1.2;
    padding: 10px 0;
}

.mi_content .user_rec .txt img:first-of-type {
    top: -10px;
}

.mi_content .user_rec .txt img:last-of-type {
    bottom: -10px;
    right: 0.5rem;
    transform: rotate(180deg);
}

.mi_content main.user .box1 {
    padding-bottom: 10rem;
}

.mi_content .video_all {
    max-width: 620px;
    margin: 50px auto;
    padding: 1rem 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f3cacb+0,fbf7b4+50,d4d0f6+100 */
    background: rgb(243, 202, 203);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(243, 202, 203, 1) 0%, rgba(251, 247, 180, 1) 50%, rgba(212, 208, 246, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(243, 202, 203, 1) 0%, rgba(251, 247, 180, 1) 50%, rgba(212, 208, 246, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(243, 202, 203, 1) 0%, rgba(251, 247, 180, 1) 50%, rgba(212, 208, 246, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3cacb', endColorstr='#d4d0f6', GradientType=1);
    /* IE6-9 */
}

.mi_content .v_tit {
    text-align: center;
    font-weight: bold;
    font-size: 1.875rem;
    color: #5e3c3c;
    letter-spacing: 1px;
    margin-bottom: 1.5rem;
}

.mi_content .video_wrap {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.mi_content .video_wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    max-height: 100%;
    max-width: 100%;
    min-height: 100%;
    min-width: 100%;
    width: 0;
}

.mi_content .more_wrap {
    margin: 50px auto;
}

.mi_content .more_wrap .btn1 {
    margin: auto;
}

.mi_content main.user .slider_user {
    /*    max-width: 915px;*/
    max-width: 482px;
    top: 55px;
}

.mi_content main.user .user_box:before,
.mi_content main.user .user_box:after {
    opacity: 0;
}

.mi_content .pic_wrap {
    margin: 50px auto;
}

.mi_content .pic_wrap img {
    margin: auto;
}

.mi_content .box2 {
    background: #f4f4f4;
    border-radius: 30px;
    margin: 1rem auto 4rem;
    position: relative;
    padding: 2rem;
}

.mi_content .box2.odd {
    padding-left: 225px;
}

.mi_content .box2.even {
    padding-right: 225px;
}

.mi_content .box2.last {
    margin-bottom: 1rem;
}

.mi_content .box2 .pic {
    position: absolute;
    top: -25px;
}

.mi_content .box2.odd .pic {
    left: -10px;
}

.mi_content .box2.even .pic {
    right: -10px;
}

.mi_content .u_label {
    color: #c62f4f;
    margin-bottom: 5px;
}

.mi_content .u_info {
    color: #5e3c3c;
    font-weight: bold;
    font-size: 1.125rem;
    margin-bottom: 1rem;
}

.mi_content .u_info span {
    display: inline-block;
    margin-right: 1rem;
}

.mi_content .u_info .big {
    font-size: 1.5rem;
    display: inline-block;
    margin-right: 0;
}

.mi_content .bar2 {
    border-radius: 30px;
    color: #5e3c3c;
    font-weight: bold;
    font-size: 1.125rem;
    font-weight: bold;
    padding: 7px 15px;
    margin-bottom: 0.5rem;
    display: inline-block;
    background: #fcd5e0;
}

.mi_content .read_wrap p {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    visibility: visible;
}

.mi_content .read_wrap.open p {
    display: block;
}

.mi_content .read_btn {
    color: #5e3c3c;
    font-weight: bold;
    position: relative;
    float: right;
    padding-left: 20px;
    cursor: pointer;
    margin-top: 5px;
}

.mi_content .read_btn:before {
    position: absolute;
    content: '';
    left: 0;
    top: 3px;
    border: solid #5e3c3c;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transition: all .3s;
}

.mi_content .read_wrap.open .read_btn:before {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    top: 6px;
}

.mi_content main.user_other .box1 {
    padding-bottom: 0;
}

/* 2025 new index */
.mi_content .main_tit2 {
    margin-bottom: 1rem;
    line-height: 1.2;
}

.mi_content .main_tit2 .en {
    color: #b52d75;
    font-style: italic;
    font-size: 1.625rem;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.mi_content .main_tit2 .ch {
    color: #ec76a8;
    font-weight: bold;
    font-size: 2.125rem;
    letter-spacing: 1px;
}

.mi_content .btn2 {
    color: #fff;
    font-size: 1.6rem;
    text-align: center;
    text-decoration: none;
    display: block;
    width: 220px;
    background: #ed7fb0;
    height: 40px;
    line-height: 40px;
    border-radius: 100px;
    position: relative;
    letter-spacing: 1px;
    transition: all .3s;
    padding: 0 20px;
    box-sizing: border-box;
}

.mi_content .btn2:hover {
    filter: brightness(1.1);
}

.mi_content .index_news {
    padding: 70px 0 30px;
}

.mi_content .list_news {
    padding-left: 20px;
}

.mi_content .list_news li {
    margin-bottom: 10px;
    line-height: 1.5;
}

.mi_content .list_news a {
    color: #993074;
    text-decoration: none;
}

.mi_content .list_news a:hover {
    text-decoration: underline;
}

.mi_content .index_info {
    margin-top: -50px;
}

.mi_content .index_info .txt_wrap {
    position: absolute;
    left: 0;
    top: 165px;
}

.mi_content .main_tit2 small {
    font-size: 76%;
    display: block;
    line-height: 1.5;
}

.mi_content .box_top {
    display: flex;
    gap: 4%;
}

.mi_content .box_btm {
    display: flex;
    align-items: center;
    gap: 4%;
    justify-content: space-between;
    margin-top: -8%;
}

.mi_content .box_btm .txt_wrap {
    align-self: flex-end;
    padding-bottom: 30px;
}

.mi_content .index_prize {
    margin: 16px auto 0;
    max-width: 744px;
}

.mi_content .box_pro {
    display: flex;
    gap: 4%;
    margin-top: -30px;
}

.mi_content .box_pro .txt_wrap2 {
    padding-top: 200px;
}

.mi_content .index_recipe {
    background-image: url(../img/index-item-03.png);
    width: 978px;
    height: 514px;
    margin: -110px auto 50px;
}

.mi_content .index_recipe .txt_wrap {
    padding-top: 200px;
    padding-left: 485px;
}

.mi_content .index_qa {
    display: flex;
    justify-content: center;
    padding-bottom: 70px;
}

.mi_content .index_qa .txt_wrap {
    padding-top: 75px;
}

.mi_content .qa_bubble {
    background-image: url(../img/bg-bubble.png);
    width: 185px;
    height: 74px;
    position: absolute;
    top: 0;
    left: 270px;
}

.mi_content .qa_bubble span {
    color: #fff;
    font-size: 1.625rem;
    padding: 10px 0;
    display: block;
    box-sizing: border-box;
    text-align: center;
    font-style: italic;
}

.mi_content .index_user {
    background-image: url(../img/bg-user.jpg);
    width: 1164px;
    height: 852px;
}

.mi_content .index_user .txt_wrap {
    padding: 120px 0 70px 245px;
}

.mi_content .index_user .name_wrap {
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 15px;
    width: 220px;
    justify-content: center;
}

.mi_content .name_txt {
    font-size: 2.125rem;
    font-weight: 700;
    color: #b52d75;
}

.mi_content .label2 {
    color: #fff;
    font-size: 1.6rem;
    text-align: center;
    text-decoration: none;
    display: block;
    width: 220px;
    background: #ed7fb0;
    height: 40px;
    line-height: 40px;
    border-radius: 100px;
    position: relative;
    letter-spacing: 1px;
    transition: all .3s;
    padding: 0 20px;
    box-sizing: border-box;
}

.mi_content .index_user_other {
    display: flex;
    padding: 40px 0px;
    justify-content: center;
    gap: 25px;
}

.mi_content .index_user_other .item {
    display: flex;
    text-decoration: none;
}

.mi_content .index_user_other .img {
    z-index: 1;
}

.mi_content .index_user_other .txt {
    padding-top: 115px;
    margin-left: -30px;
}

.mi_content .index_user .label2+.name_txt {
    margin-top: 15px;
}

.mi_content .index_image {
    padding: 120px 0 60px;
}

.mi_content .image-swiper {
    /*    max-width: 900px;*/
    margin: auto;
    /*    overflow: hidden;*/
}

.mi_content .image-swiper .video_all {
    max-width: 740px;
    margin: auto;
    padding: 0;
}

.mi_content .swiper-slide .video_all,
.mi_content .swiper-slide .video_desc {
    opacity: 0;
}

.mi_content .swiper-slide .video_desc {
    opacity: 0;
    transition: all .3s;
}

.mi_content .swiper-slide-prev .video_all,
.mi_content .swiper-slide-next .video_all {
    transform: scale(0.65);
    opacity: 1;
}

.mi_content .swiper-slide-active .video_all,
.mi_content .swiper-slide-active .video_desc {
    transform: scale(1);
    opacity: 1;
}

.index .button.prev,
.index .button.next {
    background: url(../img/icon-banner-arrow-02.png) no-repeat;
    background-size: 100% 100%;
    width: 29px;
    height: 51px;
    text-indent: -99999px;
    overflow: hidden;
    position: absolute;
    top: 205px;
    transition: all .3s;
}

.index .button.prev {
    left: 70px;
    z-index: 1;
}

.index .button.next {
    right: 70px;
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    z-index: 1;
}

.mi_content .video_desc {
    text-align: center;
    margin-top: 30px;
}

.mi_content .video_desc .flex {
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.mi_content .desc_txt {
    font-size: 1.625rem;
    font-style: italic;
    margin-top: 1rem;
    color: #b52d75;
}

/* rwd */
.mi_content .pc {
    display: inherit;
}

.mi_content .mo {
    display: none !important;
}

@media (min-width: 768px) {
    .mi_content {
        min-width: 1164px;
    }
}

@media only screen and (max-width: 767px) {
    .mi_content .flex {
        flex-direction: column;
        display: flex;
    }

    .content {
        padding: 0 13px;
    }

    .breadcrumbs {
        margin: 10px 0;
    }

    .mi_header .logo {
        margin-left: 13px;
    }

    .mi_header {
        position: relative;
        padding: 10px 0;
    }

    .mi_header.sticky {
        z-index: 1003;
        position: fixed !important;
        width: 100% !important;
        top: 0;
    }

    .mi_header .menu {
        display: none;
        position: absolute;
        width: 100%;
        left: 0;
        top: 60px;
        background-color: rgba(255, 255, 255, .5);
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        border-top: 5px solid #f28da4;
        box-shadow: 0 5px 5px rgb(0 0 0 / 30%);
        z-index: 2;
    }

    .mi_header .menu.open {
        display: block;
    }

    .mi_header .menu>li {
        max-width: 70%;
        margin: auto;
        border-bottom: 1px solid #f28da4;
        padding: 20px;
        text-align: center;
    }

    .mi_header .menu>li>a {
        padding-bottom: 0;
        padding-right: 20px;
        border: none;
        display: inline-block;
    }

    .mi_header .has_sub ul {
        position: static;
        background: transparent;
        padding-top: 10px;
    }

    .mi_header .has_sub.open ul {
        margin: auto;
    }

    .mi_header .has_sub li {
        border: none;
    }

    .mi_header .has_sub ul a {
        padding-left: 0;
    }

    .mi_header .menu>.ig_link {
        display: block;
        max-width: inherit;
        border-top: 5px solid #f28da4;
        border-bottom: 0;
        text-align: left;
        margin-top: -1px;
    }

    .mi_header .menu>.ig_link a {
        color: #222;
        font-size: 0.75rem;
    }

    .mi_header .menu>.ig_link span {
        vertical-align: middle;
        margin-left: 10px;
    }

    .mi_header .menu_btn {
        display: inline-block;
        position: absolute;
        right: 13px;
        width: 40px;
        height: 40px;
        border-radius: 100px;
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f3d9e1+0,d4d0f5+100 */
        background: rgb(243, 217, 225);
        /* Old browsers */
        background: -moz-linear-gradient(-45deg, rgba(243, 217, 225, 1) 0%, rgba(212, 208, 245, 1) 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(-45deg, rgba(243, 217, 225, 1) 0%, rgba(212, 208, 245, 1) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(135deg, rgba(243, 217, 225, 1) 0%, rgba(212, 208, 245, 1) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3d9e1', endColorstr='#d4d0f5', GradientType=1);
        /* IE6-9 fallback on horizontal gradient */
        cursor: pointer;
    }

    .mi_header .menu_btn img {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .mi_header .menu_btn .icon_close {
        display: none;
    }

    .mi_content .slider_one .owl-nav button.owl-prev,
    .mi_content .slider_one .owl-nav button.owl-next {
        width: 11px;
        height: 18px;
    }

    .mi_content .slider_one .owl-nav button.owl-prev {
        left: 20px;
    }

    .mi_content .slider_one .owl-nav button.owl-next {
        right: 20px;
    }

    .mi_content .box_lr {
        flex-direction: column;
        margin: 2rem 0;
        align-items: flex-start;
    }

    .mi_content .box_lr .txt_wrap {
        padding: 0 2rem;
    }

    .mi_content .box_lr .img_wrap {
        max-width: 75%;
        margin-left: auto;
    }

    .mi_content .main_tit {
        font-size: 1.5rem;
    }

    .mi_content .sub_tit {
        font-size: 1.25rem;
    }

    .mi_content .sub_tit small {
        margin-bottom: 0;
    }

    .mi_content .box_lr .btn1 {
        margin-left: auto;
        margin-right: auto;
    }

    .mi_content .box_lr.lr2 {
        position: relative;
        padding-bottom: 70px;
    }

    .mi_content .box_lr.lr2 .img_wrap {
        order: 2;
    }

    .mi_content .box_lr.lr2 .btn1 {
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -100px;
    }

    .mi_content .box_lr.lr3 {
        position: relative;
        padding-bottom: 70px;
        gap: 0;
    }

    .mi_content .box_lr.lr3 .txt_wrap {
        width: calc(100% - 4rem);
    }

    .mi_content .box_lr.lr3 .img_wrap {
        padding: 0 2rem;
    }

    .mi_content .box_lr.lr3 .btn1 {
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -100px;
    }

    .mi_content .box_lr.lr4 {
        position: relative;
        padding-bottom: 10px;
        gap: 0;
        flex-direction: row;
        align-items: flex-start;
    }

    .mi_content .box_lr.lr4 .img_wrap {
        order: 2;
    }

    .mi_content .box_lr.lr4 .img_wrap img {
        margin-left: 1rem;
    }

    .mi_content .box_lr.lr4 .txt_wrap {
        width: calc(100% - 2rem);
        padding-right: 0;
    }

    .mi_content .box_lr.lr4 .btn1 {
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -100px;
    }

    .mi_content .user_box .w950 {
        padding: 0 2rem;
    }

    .mi_content .user_box:before,
    .mi_content .user_box:after {
        height: 3rem;
    }

    .mi_content .slider_user figcaption {
        line-height: 1.2;
        min-height: 70px;
        box-sizing: border-box;
    }

    .mi_content .slider_user figcaption.one_line {
        line-height: 40px;
    }

    .mi_content .owl-carousel.style1 .owl-dots {
        text-align: center;
    }

    .mi_content .owl-carousel.style1 .owl-dots button.owl-dot {
        width: 10px;
        height: 10px;
        border-radius: 100px;
        background: #e0dcdc;
        margin: 0 5px !important;
        transition: all .3s;
    }

    .mi_content .owl-carousel.style1 .owl-dots button.owl-dot.active,
    .mi_content .owl-carousel.style1 .owl-dots button.owl-dot:hover {
        background: #f28da4;
    }

    .mi_content .owl-carousel.style1 .owl-nav button.owl-prev,
    .mi_content .owl-carousel.style1 .owl-nav button.owl-next {
        background: url(../img/icon-slider-arrow.png) no-repeat;
        background-size: 100% 100%;
        width: 48px;
        height: 48px;
        text-indent: -99999px;
        overflow: hidden;
        position: absolute;
        top: 50%;
        margin-top: -24px !important;
        transition: all .3s;
    }

    .mi_content .owl-carousel.slider_user .owl-nav button.owl-prev,
    .mi_content .owl-carousel.slider_user .owl-nav button.owl-next {
        margin-top: -57px !important;
    }

    .mi_content .owl-carousel.style1 .owl-nav button.owl-prev:hover,
    .mi_content .owl-carousel.style1 .owl-nav button.owl-next:hover {
        opacity: 0.7;
    }

    .mi_content .owl-carousel.style1 .owl-nav button.owl-prev {
        left: 20px;
        -moz-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        transform: scaleX(-1);
        /*IE*/
        filter: FlipH;
    }

    .mi_content .owl-carousel.style1 .owl-nav button.owl-next {
        right: 20px;
    }

    .mi_content .owl-carousel.style1 .owl-nav button.disabled {
        display: none;
    }

    .mi_content .quality_box .w950 {
        padding: 0 2rem;
    }

    .mi_content .quality_box .flex {
        margin: 2rem;
        padding: 0;
    }

    .mi_content .quality_box .flex .item1 .txt_wrap {
        padding: 2rem 2rem 0;
    }

    .mi_content .quality_box .flex .item2 {
        border-radius: 0;
        padding: 2rem;
    }

    .mi_content .quality_box .flex .item2 img {
        margin-top: 0;
    }

    .mi_content .quality_box .flex .item2 .txt_wrap {
        padding: 0;
    }

    .mi_content .quality_box .flex .item3 {
        padding: 2rem;
    }

    .mi_content .sub_flex {
        flex-direction: column;
        gap: 0;
        margin: 0;
    }

    .mi_content .sub_flex .sub1 img {
        margin-left: auto;
        margin-right: auto;
        max-width: 50%;
    }

    .mi_content .sub_flex .sub2 {
        max-width: inherit;
    }

    .mi_content .sub_flex .sub2 img {
        margin: 1rem auto;
    }

    .mi_content main.index .ps {
        font-size: 9px;
        padding: 10px 15px;
    }

    .mi_content .ig_box .slider_ig {
        margin: 1rem 0 4rem;
    }

    .mi_content .ig_box .icon {
        width: 13%;
        right: 3%;
        bottom: 3%;
    }

    .mi_content main.page .inner {
        padding: 3rem 0;
    }

    .mi_content .flex {
        margin: 2rem 0;
    }

    .mi_content main.element p br {
        display: none;
    }

    .mi_content .element_wrap {
        margin-top: 3rem;
    }

    .mi_content .element_box {
        margin: 2rem 0;
    }

    .mi_content .element_wrap .element_box:nth-of-type(odd) .txt_wrap {
        padding-left: 2rem;
        box-sizing: border-box;
    }

    .mi_content .element_wrap .element_box:nth-of-type(odd) .txt_wrap>* {
        padding-right: 20px;
    }

    .mi_content .element_wrap .element_box:nth-of-type(odd) .img_wrap {
        float: right;
        margin-left: -10%;
    }

    .mi_content .element_wrap .element_box:nth-of-type(even) .txt_wrap {
        padding-right: 2rem;
        box-sizing: border-box;
        margin-left: -10%;
    }

    .mi_content .element_wrap .element_box:nth-of-type(even) .txt_wrap>* {
        padding-left: 20px;
    }

    .mi_content .element_wrap .element_box:nth-of-type(even) .img_wrap {
        float: left;
    }

    .mi_content .element_wrap .element_box.element3 .txt_wrap {
        margin-left: 0;
    }

    .mi_content .element_wrap .element_box.element3 .img_wrap {
        -moz-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        transform: scaleX(-1);
        /*IE*/
        filter: FlipH;
    }

    .mi_content .element_wrap .element_box.element3 .img_wrap img {
        max-width: inherit;
    }

    .mi_content .element_box .txt_wrap.l_space>* {
        padding-left: 0;
    }

    .mi_content .element_box.element3 hr:after {
        left: inherit;
        right: 0;
    }

    .mi_content .element_box .txt_wrap {
        width: 60%;
    }

    .mi_content .element_box .img_wrap {
        width: 50%;
    }

    .mi_content .element_box .img_wrap img {
        max-width: 100%;
    }

    .mi_content .element_box .img_wrap {
        margin: 0;
        top: inherit;
        left: inherit;
    }

    .mi_content .e_tit {
        margin-bottom: 0.5rem;
    }

    .mi_content .element_box hr {
        margin-top: 0.5rem;
    }

    .mi_content .element6 .img_wrap {
        width: 40%;
    }

    .mi_content .btn1.big {
        width: auto;
        padding-right: 65px;
        height: auto;
        line-height: 1.2;
        padding: 1rem 65px 1rem 25px;
    }

    .mi_content .box1 {
        margin-left: 2rem;
        margin-right: 2rem;
    }

    .mi_content .qa_top {
        padding: 0;
    }

    .mi_content .qa_top .img_wrap img {
        max-width: 80%;
        margin: auto;
    }

    .mi_content .qa_tit {
        font-size: 1.25rem;
        padding: 10px 20px 10px 35px;
    }

    .mi_content .qa_tit span {
        font-size: 1.375rem;
        width: 40px;
        height: 40px;
        line-height: 40px;
        top: 0;
    }

    .mi_content main.qa .flex {
        margin: 0;
    }

    .mi_content .box_c {
        padding: 1rem;
    }

    .mi_content .q1 img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .mi_content .box1.q2 .flex {
        margin: 0;
        align-items: center;
    }

    .mi_content .box1.q2 .item {
        width: 100%;
    }

    .mi_content .box1.q2 p {
        padding-bottom: 0;
    }

    .mi_content .box1.q2 img {
        max-width: 60%;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .mi_content .q3 .item:first-of-type {
        order: 2;
        margin: 0 2rem 2rem;
        background: #fff;
        border-radius: 0 0 30px 30px;
        width: calc(100% - 6rem);
        text-align: center;
        padding: 0 1rem;
    }

    .mi_content .q3 .item:first-of-type img {
        max-width: 65%;
        display: block;
        margin: auto;
    }

    .mi_content .box1 .txt {
        font-size: 1.25rem;
    }

    .mi_content .box1 .txt img {
        width: 16px;
    }

    .mi_content .box1 .txt div {
        width: 250px;
    }

    .mi_content .box1 .txt span {
        display: block;
    }

    .mi_content .box1 .txt span:last-of-type {
        text-align: right;
    }

    .mi_content .recipe_btn {
        grid-template-columns: repeat(2, 1fr);
        padding: 0 2rem;
        margin: 2rem 0;
    }

    .mi_content .recipe_btn a {
        margin-bottom: 1rem;
        font-size: 1.25rem;
    }

    .mi_content .box1 .txt2 {
        font-size: 1.25rem;
    }

    .mi_content .recipe_box {
        margin: 2rem 0;
    }

    .mi_content .recipe_box .flex {
        margin: 0;
    }

    .mi_content .recipe_box .txt_wrap {
        width: 100%;
    }

    .mi_content .recipe_box.even .txt_wrap {
        order: 2;
    }

    .mi_content .recipe_box .name {
        text-align: center;
    }

    .mi_content .recipe_box .list {
        margin-bottom: 2rem;
    }

    .mi_content .buy_box .bgGray {
        margin-top: 0;
    }

    .mi_content .buy_box .orangediv {
        background-color: #ef8098;
    }

    .mi_content .buy_box .orangediv::before {
        border-color: transparent #ef8098 transparent transparent;
    }

    .mi_content .buy_box .qaa {
        margin-bottom: 20px;
    }

    .mi_content .buy_box .qaa a {
        color: #0072EF;
        font-size: 0.875rem;
        padding-left: 22px;
        background-size: 17px auto;
        display: block;
        line-height: 1.4em;
        position: relative;
        text-decoration: none;
    }

    .mi_content .buy_box .qaa a::before {
        position: absolute;
        content: "";
        background: url(https://wellness.suntory.com.tw/common/img/que.svg) no-repeat;
        width: 20px;
        height: 20px;
        left: 0;
        top: -2px;
    }

    .mi_content .user_q {
        grid-template-columns: repeat(1, 1fr);
    }

    .mi_content .bar1 {
        font-size: 1rem;
    }

    .mi_content .user_rec .pic {
        position: static;
        transform: none;
    }

    .mi_content .user_rec .pic img {
        max-width: 100%;
    }

    .mi_content main.user .box1 {
        padding-bottom: 1rem;
    }

    .mi_content .user_rec {
        margin: 2rem;
    }

    .mi_content .user_rec .txt {
        font-size: 1rem;
        width: 250px;
        padding-bottom: 2rem;
        gap: 0.5rem;
    }

    .mi_content .user_rec .txt img {
        width: 9px;
    }

    .mi_content .user_rec .tit_wrap {
        display: flex;
        margin-top: -3rem;
        align-items: flex-end;
    }

    .mi_content .user_rec .border,
    .mi_content .user_rec .border_btm {
        margin: auto;
        max-width: none;
    }

    .mi_content .user_video {
        margin: 0 2rem;
    }

    .mi_content main.user .slider_user {
        max-width: inherit;
    }

    .mi_content .v_tit {
        font-size: 1.25rem;
        margin-bottom: 1rem;
    }

    .mi_content .video_all {
        margin: 1rem 0;
        padding: 0.5rem 0;
    }

    .mi_content .user_top img {
        margin: 1rem 0;
    }

    .mi_content .pic_wrap {
        margin: 1rem 0;
    }

    .mi_content .box2.odd,
    .mi_content .box2.even {
        padding: 1rem;
    }

    .mi_content .box2 .pic {
        position: static;
        max-width: 50%;
    }

    .mi_content .box2 .tit_wrap {
        display: flex;
        margin-top: -2rem;
        align-items: flex-end;
        justify-content: center;
        margin-bottom: 0.5rem;
    }

    .mi_content .u_info span {
        display: block;
        font-size: 1rem;
        line-height: 1.2;
    }

    .mi_content .u_wrap {
        padding-bottom: 0.5rem;
    }

    .mi_content .u_info .big {
        font-size: 1.25rem;
    }

    .mi_content .u_label {
        font-size: 0.875rem;
    }

    .mi_content .bar2 {
        display: block;
        line-height: 1.2;
    }

    .mi_content .bar2 span {
        display: block;
    }

    .mi_content .bar2 span:last-of-type {
        text-align: right;
    }

    .mi_content .read_wrap p {
        -webkit-line-clamp: 5;
    }

    .mi_content .read_btn {
        float: none;
        display: inline-block;
        left: 50%;
        transform: translateX(-50%);
    }

    .mi_content .qa_link {
        /*        height: calc(3rem + 60px);*/
        /*        margin-top: calc(-3rem - 60px);*/
    }

    .swiper-button-prev,
    .swiper-button-next {
        /*
        width: 11px;
        height: 18px;
*/
    }

    .swiper-button-prev {
        left: 20px;
    }

    .swiper-button-next {
        right: 20px;
    }

    .index {
        font-size: 75%;
    }

    .mi_content .index_news {
        padding: 35px 6% 15px 0;
    }

    .mi_content .main_tit2 .en {
        font-size: 1rem;
    }

    .mi_content .main_tit2 .ch {
        font-size: 1.4rem;
        white-space: nowrap;
    }

    .mi_content .btn2 {
        width: 130px;
        height: 24px;
        line-height: 24px;
        font-size: 1rem;
    }

    .mi_content .index_info {
        margin-top: 0;
    }

    .mi_content .index_info .txt_wrap {
        top: 45px;
    }

    .mi_content .index_recipe {
        background-image: url(../img/index-item-03-m.png);
        background-size: 100% 100%;
        margin: -12vw auto 25px;
        width: 362px;
        height: 393px;
    }

    .mi_content .index_recipe .txt_wrap {
        padding: 120px 15px 0 196px;
    }

    .mi_content .main_tit2 small {
        font-size: 70%;
    }

    .mi_content .index_qa {
        padding: 0 6% 35px;
        max-width: 375px;
        margin: auto;
    }

    .mi_content .index_qa .img_wrap {
        max-width: 302px;
        padding-top: 20px;
    }

    .mi_content .qa_bubble {
        background-size: 100% 100%;
        width: 116px;
        height: 46px;
        left: 135px;
    }

    .mi_content .qa_bubble span {
        font-size: 1rem;
        padding: 7px 0;
    }

    .mi_content .index_qa .txt_wrap {
        padding-top: 40px;
    }

    .mi_content .index_user {
        background-image: url(../img/bg-user-m.jpg);
        background-size: 100% 100%;
        width: 375px;
        height: 377px;
        margin: auto;
    }

    .mi_content .index_user .txt_wrap {
        padding: 17px 6% 20px;
    }

    .mi_content .label2 {
        width: 130px;
        height: 24px;
        line-height: 24px;
        font-size: 1rem;
    }

    .mi_content .index_user .name_wrap {
        margin-top: 1rem;
        gap: 7px;
        width: 130px;
    }

    .mi_content .name_txt {
        font-size: 1.4rem;
    }

    .mi_content .index_user .name_wrap .img {
        width: 75px;
    }

    .mi_content .index_user_other {
        gap: 7px;
        padding: 30px 15px;
    }

    .mi_content .index_user_other .txt {
        padding-top: 20px;
        margin-left: -35px;
    }

    .mi_content .index_user .label2+.name_txt {
        margin-top: 7px;
        text-align: right;
        padding-right: 10px;
    }

    .mi_content .index_user_other .label2 {
        text-align: right;
    }

    .mi_content .index_image {
        padding: 60px 0 30px;
        /*        max-width: 375px;*/
        margin: auto;
    }

    .mi_content .image-swiper .video_all {
        /*        max-width: 288px;*/
        max-width: 77%;
    }

    .index .button.prev,
    .index .button.next {
        width: 15px;
        height: 25px;
        top: 22vw;
    }

    .index .button.prev {
        left: 5px;
    }

    .index .button.next {
        right: 5px;
    }

    .mi_content .swiper-slide-prev .video_all {
        transform-origin: left;
        margin-left: 1rem;
    }

    .mi_content .swiper-slide-next .video_all {
        transform-origin: right;
        margin-right: 1rem;
    }

    .mi_content .video_desc .flex {
        flex-direction: row;
        gap: 10px;
        margin: 1rem 0;
    }

    .mi_content .desc_txt {
        font-size: 1rem;
    }

    .mi_content .video_desc {
        margin-top: 0;
    }

    .mi_content .box_top {
        flex-direction: column-reverse;
        padding: 0 6%;
    }

    .mi_content .box_btm {
        flex-direction: column;
        padding: 0 6%;
        margin-top: 8%;
    }

    .mi_content .box_btm .txt_wrap {
        padding: 0;
        align-self: flex-start;
    }

    .mi_content .index_prize {
        margin: 1rem auto 2rem;
        max-width: 80%;
    }

    .mi_content .box_pro {
        flex-direction: column-reverse;
        margin-top: 0;
    }

    .mi_content .box_pro .txt_wrap2 {
        padding: 0 6%;
    }

    .mi_content .box_pro .img_wrap {
        max-width: 70%;
    }

    .mi_content .ig_box>img {
        width: 35px;
    }

    .mi_content .ig_box .ig_txt {
        font-size: 1rem;
    }

    .mi_content .ig_box .txt {
        font-size: 1.4rem;
    }

    .mi_content .quality_box {
        margin: 2rem 0;
    }

    .mi_content .pc {
        display: none;
    }

    .mi_content .mo {
        display: inherit !important;
    }
}