@charset "utf-8";

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/


/*上方選單右邊設定 臉書/LINE/電話/信箱
.tp_links a:before {寬高大小設定}
.tp_links a.me_tp_fb {}
.tp_links a.me_tp_fb:before {背景換圖/建議.SVG}
.tp_links a.me_tp_line {}
.tp_links a.me_tp_line:before {背景換圖/建議.SVG}
.tp_links a.me_tp_call {}
.tp_links a.me_tp_call:before {背景換圖/建議.SVG}
.tp_links a.me_tp_mail {}
.tp_links a.me_tp_mail:before {背景換圖/建議.SVG}
*/


/*電腦LOGO
.nav-brand {}
*/

/*手機LOGO
.nav-brand-m {}
*/

/* 商品下拉超過30個變大 */
.stellarnav.desktop li.bigMenu>ul{display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); left: 0; width: 100%; position: fixed; padding: 20px;}
.stellarnav.desktop li.bigMenu ul ul{top: 100%; left: 0; width: 100%; background: #efefef; height: auto; max-height: 300px; overflow: auto;}
.stellarnav.desktop li.bigMenu ul ul li{margin: 0;} 
.stellarnav.hasBigMenu li.bigMenu li.has-sub > a:after{border-left: 6px solid transparent; border-bottom:unset; border-right: 6px solid transparent; border-top: 6px solid #898989; right: 5px;}
/* 主分類超過30個但次分類直接顯示 
.stellarnav.desktop li.bigMenu>ul{grid-gap: 10px;}
.stellarnav.desktop li.bigMenu li{border: 0;}
.stellarnav.desktop li.bigMenu>ul>li>a{border: 1px solid #ddd;}
.stellarnav.desktop li.bigMenu ul ul{display: block !important; position: relative; top: 0; background: unset; border: 0;}
.stellarnav.desktop li.bigMenu ul ul li{border: 0;}
 主分類超過30個但次分類直接顯示-結束 */

/* 商品下拉超過30個--結束 */

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part { max-width:1500px;}
/* .product_info_page .main_part { max-width:1200px;} */

.product_page .show_content,
.product_info_page .show_content { width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap; align-items: flex-start; align-content: flex-start;}
.product_page .product_menu_list { position: relative; width: 220px; letter-spacing: 1px; /*border-right: 1px solid #ccc;*/min-height: 30vw;}
.product_page .products-list,
.product-wrapper { width: calc(100% - 270px);}
ul.page { width: 100%;}

.product-layer-two li ul { position:static; margin-top:5px; /*display:block !important;*/ width:100%; margin-left:0;}
.product-layer-two li:hover ul { border: none !important; /*display:block !important;*/}
.product-layer-two li li { display: block; padding:0; transition:all ease .3s;}
.product-layer-two li li a{ padding:5px 10px;}
.product-layer-two li li:hover > a { background:#fff; color:#ad925e;}
.product-layer-two > li { width:100%; max-width:100%; padding:0; text-align:left; border-bottom:1px dotted #ccc; padding-bottom: 5px;}
.product-layer-two > li ul > li + li { margin-top:5px;}

.product_info_page .product-layer-two { display: none;}
.product_info_page .products-list,
.product-wrapper { width: 100%;}

.product-layer-two li li:hover{ margin-left: 15px;}
.product-layer-two li li > a:before { content: ""; position: absolute; width: 12px; height: 8px; background: transparent; left: 0; margin-left: -20px; top: 50%; margin-top: -4px; clip-path: polygon(0 0, 100% 50% , 0 100%);}
.product-layer-two li li:hover > a:before { background:#ad925e;}

.product_info_page .half_box { width: 100%; float: none; padding-right: 0;}
.product_info_page .half_box li.btn_blankTop { margin-top: 50px; justify-content: space-between; display: flex;}
.product_info_page .half_box li.btn_blankTop input { width: calc(50% - 10px); background-image: none; padding: 0; text-align: center;}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 980px) {
}
@media screen and (max-width: 768px) {
.product_menu_list,
.products-list,
.product-wrapper { width: 100%;}
.product-layer-two { margin-right: 0; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); grid-gap: 5px;}
.product_page .product-layer-two,
.product_page .products-list { width: 100%; border-right: none;}
.product_page .product_menu_list>h5{display: block;}

.product_page .show_content > a { order: 1;}
.product_page ul.products-list { order: 2;}
.product_page ul.page { order: 3;}
.product_page .product_menu_list {width: 100%; order: 0; min-height: unset;}
}
@media screen and (max-width: 600px) {
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:relative; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
/* .swiper-slide img { height:auto;} */
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}

#content_main{    background: #fff4f1;}
#content{background: #fff4f1;}

.header_area{
    background: #fff;
	transition: .3s;
    box-shadow: 1px 1px 5px rgb(0 0 0 / 30%);}
.nav-brand img {
    max-width: 100px;
    width: 100%;
}
.header_area.sticky{
    background: rgb(255 237 232);}
.stellarnav > ul > li > a{    color: #444;
    font-weight: 600;    margin: 0 10px;}
.main_header_area .container {
    max-width: 85%;
	transition: .3s;}
.header_area.sticky .main_header_area .container{
    max-width: 95%;}
	
.stellarnav > ul > li > a:before{
	content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #e68a86;
	transform-origin: right bottom;
	transform: scale(0, 1);
	transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;}

.stellarnav > ul > li > a:hover:before{
	content: '';
	transform: scale(1, 1);
	transform-origin: left bottom;}

.stellarnav > ul > li:hover > a {
    color: #e68a86;
}
.stellarnav > ul > li{padding:5px;}
.me_tp_features{    padding-right: 15px;}
.me_tp_features a i:hover {
    color: #e8918d;}
	
/*下拉*/
.stellarnav > ul > li > ul li a:hover {
    background: #e78b88;color:#fff;}
.stellarnav > ul > li > ul li a{font-size:13px;    transition: all .5s;}
.stellarnav ul ul{    background:#f3ded8;}
.stellarnav li a{     color: #444;}
.stellarnav li li{    border: 1px #e78b88 solid;}
.stellarnav li li > a, .stellarnav li li.has-sub > a{padding: 10px;}



/*大圖*/
.swiper-slide{position: relative;}
.swiper-slide:after {
    content: "";
    position: absolute;
    z-index: 10000;
    pointer-events: none;
    transition-duration: 1s;
    transition-timing-function: linear;
}

.swiper-wrapper .swiper-slide::after {
    width: 30%;
    background: url(https://pic03.eapple.com.tw/yoursuperwoman/banner_text001.png);
    background-repeat: no-repeat;
    top: 0;
    background-position: center;
    background-size: contain;
    animation: ani_LtoR 1.5s 2.5s both;
    animation-delay: .5s;
    left: 5%;
    height: 100%;
}

@keyframes ani_RtoL {
    0% {
      -webkit-transform: translateX(100%);
              transform: translateX(100%);
              opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
              opacity:1;
    }
  }

  @keyframes ani_LtoR {
    0% {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
              opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
              opacity:1;
    }
  }
	
/*footer*/

.footer{background: #fdf7f7;}
.footer_logo img{    width: 170px;}
.footer_menu a{
	border: 0px #ccc solid;
    color: #e58b87;
    background: #fdf7f7;
	text-align: center;
    width: 75px;
    border-right: 1px #e58b86 solid;}
.footer_menu a:nth-child(1){
	border-left: 1px #e58b86 solid;}
.copy{color: #999;
    background: #e8d1d0;
    border-top: 1px #e8d1d0 solid;}
.box_link{display:none;}
.footer_menu a:hover {
    background: #fdf7f7;
    color: #c28282;
}

/*文章*/
.blog_subbox {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
}
.subbox_item a{    display: block;}
.blog_le .accordion > li:hover .link a, .blog_le .accordion > li.on_this_category .link a {
    color: #fff !important;
    background: #e68b88;
}
.blog_le .accordion{    background: #ffede8;}
h4.blog_category_title {
    color: #444;}
.blog_back a.article_btn_next {
    background: #e4c5bd;
}
.blog_back a.article_btn_prev {
    background: #e4c5bd;
}
.blog_back a.article_btn_back {
    background: #e0e0e0;
    color: #444;
}
.news_related {
    background: #ffede8;}
.lastPage{    background: #e78b88;}
.blog_list_ri h5{    color: #e88b88;    font-weight: 600;}
.blog_le .accordion{    border-radius: 0;}
.news_related h6 span:before{font-size: 18px;
    letter-spacing: 2px;
    color: #e78b88;}
.blog_list_le {
    overflow: hidden;
    padding: 0;
}
.subbox_item a:hover img {
    transform: scale(1.1);
    transition: all 0.5s;
}
.subbox_item a:after {
    background: rgb(255 255 255 / 0%);
}
.blog_list_ri{padding:10px;}

/*相簿*/
.album_fixed_title{background: #fff4f1;}
.show-list .item{    border-radius: 15px;}
.other_subalbum li a p {
    background: #fff4f1;
	    text-align: center;}
.other_subalbum li a p:hover {
    background: #ccc;
    transition: .3s;
}
	

/*促銷方案*/
.news_part .title_i_box h4 {
    font-size: 20px;
    color: #444;
    font-weight: 600;}
.animated-arrow{    background: #e28a87;}
.news_list ul li{border-bottom: 1px #f3cdcd solid;background: #ffefeb;}
.news_part .title_i_box h4:before {
    content: 'NEWS';
    display: block;
    color: #df8989;
    font-size: 25px;
}

/*首頁表單*/
.pageIndex .contact_content {
    display: block !important;
    background: url(https://pic03.eapple.com.tw/yoursuperwoman/index-contact_BK.jpg);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.pageIndex .i_contact_box {
    padding: 120px 20px;
}
.pageIndex .i_contact_box section {
    max-width: 100%;
}
.contact_content form {
    display: flex
;
    justify-content: space-between;
}
.pageIndex .contact_content .information_right {
    width: 100%;
    padding-left: 0px;
    display: flex
;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
}
.pageIndex .blank_letter {
    text-align: center;
    padding-top: 0px;
    font-size: 26px;
    color: #fff;
    position: relative;
    width: 435px;
    font-weight: bold;
    letter-spacing: 2px;
    padding-top: 60px;
}
.pageIndex .blank_letter:after {
    content: "歡迎填寫表單與我們聯絡，我們將有專人為您服務";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-size: 16px;
    top: 150px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 2px;
	}

.pageIndex .contact_form {
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 10px 30px;
    align-items: start;
    width: calc(100% - 530px);
    padding: 0;
    margin: 0;
}
.pageIndex .contact_form li {
    grid-template-columns: 1fr;
    grid-column: auto / span 4;
    grid-gap: 5px;
	
}
.pageIndex .contact_form li .form__label{color:#fff;text-align: left;}
.pageIndex .contact_content .information_left{    display: none;}
.contact_form li:nth-last-of-type(2), .contact_form li:nth-last-of-type(1) {
    grid-column: auto / span 6 !important;
}
.contact_form li.last cite{    background: #e28b88;    border: 0px;}

.contact_form li.last input{    color: #fff;}
.pageIndex .red {
    color: #f88b90;
}

/*聯絡我們*/
.contact_content .information_left {
    display: block;
}

.contact_content{    background: #fff;padding: 30px;    box-shadow: 0 0 10px rgb(244 174 195 / 20%);    border-radius: 15px;}
.contact_page ul.contact_form.form{    grid-template-columns: repeat(12, 1fr);
    grid-gap: 15px 20px;
    align-items: start;
    padding: 0px;
    margin-top: 60px;}
.contact_page ul.contact_form.form li {
    grid-template-columns: 1fr;
    grid-column: auto / span 4;
    grid-gap: 5px;
}
.contact_page h4.blank_letter.f:after {
    content: "歡迎填寫表單與我們聯絡，我們將有專人為您服務";
    position: absolute;
    left: 3.5%;
    font-size: 16px;
    top: 70px;
    color: var(--tccolor);
    font-weight: 500;
    letter-spacing: 2px;
	color: #666;
}
.blank_letter {padding-top: 15px;    color: #df8a8a;font-size: 25px;}
.contact_form li.last blockquote{background: #ccc;}
.contact_form li .form__label{max-width: 92px;
    text-align: left;}



	

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner h5 {
    position: absolute;
    bottom: 30%;
    color: #444;
    font-size: 30px;
    letter-spacing: 2px;
    font-weight: bold;
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
    padding: 40px 0px;}
.banner h5:before{font-optical-sizing: auto;
    font-style: normal;
    display: block;
    font-size: 18px;
    color: #5D5D5D;
    font-weight:bold;}
.banner.banA {
    background: url(https://pic03.eapple.com.tw/yoursuperwoman/banner_bg001.jpg) no-repeat;
    height: 400px;
    background-position: center !important;
    background-size: cover !important;
    position: relative;
}
.banner.banA h5:before {
    content: "NEWS";
}
.banner.banB {display:none;}
.banner.banC {background: url(https://pic03.eapple.com.tw/yoursuperwoman/banner_bg003.jpg) no-repeat;
    height: 400px;
    background-position: center !important;
    background-size: cover !important;
    position: relative;}
.banner.banC h5:before {
    content: "CONTACT";
}
.banner.banD {}
.banner.banE {background: url(https://pic03.eapple.com.tw/yoursuperwoman/banner_bg002.jpg) no-repeat;
    height: 400px;
    background-position: center !important;
    background-size: cover !important;
    position: relative;}
.banner.banE h5:before {
    content: "PHOTO";
}
.banner.banF {background: url(https://pic03.eapple.com.tw/yoursuperwoman/banner_bg002.jpg) no-repeat;
    height: 400px;
    background-position: center !important;
    background-size: cover !important;
    position: relative;}
.banner.banF h5:before {
    content: "VIDEO";
}
.banner.banblog {display:none;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本分類全版面 ( 限制最寬2000px
.work_page .main_part { max-width:2000px;}
.work_page .show_content { padding:0; width:100%;}
.work_page .show-list .item { width:33%; display:inline-block; float:none; margin:0; padding:0;}
@media screen and (max-width: 768px) {
.work_page .show-list .item { width:49%;}
}
@media screen and (max-width: 570px) {
.work_page .show-list .item { width:100%;}
}
.work_page .show-list .item a { max-width:100%;}
.work_page .show-list .show_pic { height:auto; line-height:0;}
.work_page .show-list .show_pic img { max-width:100%; max-height:100%;}
.work_page .show-list .show_name { position:absolute; top:50%; right:10%; width:80%; height:auto; line-height:160%; font-size: 20px; color: #FFFFFF !important; border: solid 1px #fff; text-align: center; margin: -20px 0 0 -120px; padding:5px 20px; transition:all ease-in .3s; opacity:0;}
.work_page .show-list .item:hover .show_name {opacity:1;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本列表
.work_info_page .main_part { max-width:2000px;}
.work_info_page .show_content { padding:0; width:100%;}
.work_info_page .subalbum-menu { text-align:center;}
.work_info_page .subalbum-menu h2 { float:none;}
.work_info_page .pic-list .item { margin:0; padding:10px; width:49%; float:none; display:inline-block;}
@media screen and (max-width: 768px) {
.work_info_page .pic-list .item { width:100%;}
}
.work_info_page .pic-list .show_pic { height:auto; line-height:0;}
.work_info_page .pic-list .show_pic img { max-width:100%; max-height:100%;}
.work_info_page .pic-list .item a { max-width:100%; pointer-events: none; cursor: default; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

@media screen and (max-width: 1240px) {

.main_header_area .container {
    max-width: 100%;}

}
@media screen and (max-width: 1024px) {
.me_tp_features{display: none;}
.pageIndex .blank_letter {
        padding-bottom: 100px;
        width: 100%;
    }
.pageIndex .contact_form{width: 100%;
	grid-template-columns: none;
    grid-gap: 0px;}
.pageIndex .i_contact_box {
        padding: 50px 20px;}
}

@media screen and (max-width: 960px) {
.contact_content form {
    display: block;}
.contact_content .information_left{    width: 100%;}
.contact_content .information_right {
    width: 100%;    padding-left: 0px;}}

@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */

.footer.with_shopping_mode { padding:30px 0 55px; }
#to_top { bottom:60px;}
.footer_logo img {
    width: 135px;
}
#bottom_menu li a{    background: #fff4f1;}
.stellarnav.mobile ul{    background: #fff4f1}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu{background: #e78b86;color:#fff;}
.stellarnav .icon-close:before{border-bottom: solid 3px #fff;}
.stellarnav .icon-close:after{border-bottom: solid 3px #fff;}
.contact_content .information_right{padding: 0px;}
.pageIndex .contact_form li {
        grid-column: auto / span 6;
    }
.pageIndex .blank_letter:after{	width:100%;}
.pageIndex .contact_content {
        background-attachment: unset;
    }
.contact_form{display: block;}
}


@media screen and (max-width: 600px) { 
.footer_menu a{width: 90px;}
.footer_menu a:nth-child(1) {
    border-left: none;
}
.pageIndex .contact_form li {
        grid-column: auto / span 12;
    }
.contact_form li .form__label{background: rgb(140 168 218 / 0%);}
.contact_form li:nth-last-of-type(2), .contact_form li:nth-last-of-type(1) {
        grid-column: auto / span 12 !important;
    }
.banner.banA{    height: 250px;}
.banner.banC{    height: 250px;}
.banner.banE{    height: 250px;}
.banner.banF{    height: 250px;}
.banner h5{    bottom: 23%;}
.blog_subbox{    grid-template-columns: 1fr 1fr;}
}




