@charset "utf-8";/*這段一定要加否則中文會變亂碼*/

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/
/* 崁入中文字體-Chiron GoRound TC ------*/

@import url('https://fonts.googleapis.com/css2?family=Chiron+GoRound+TC:wght@200..900&display=swap');

/* 滾動條 -------------------- */
/* 捲軸寬度及高度 */
::-webkit-scrollbar {
    width: 6px;
    /*右側捲軸寬度*/
    height: 0px;
    /*下方捲軸高度*/
}

/* 軌道背景底色 */
::-webkit-scrollbar-track {
    background-color: transparent;
}

/* 滑桿顏色 */
::-webkit-scrollbar-thumb {
    background-color: #999;
    border-radius: 3px;
}

/* 滑桿滑鼠滑入時的顏色 */
::-webkit-scrollbar-thumb:hover {
    background: #937f86;
}

/*反白顏色*/
::-moz-selection {
    background-color:#A8697E;
    color: #ffffff;
}

::selection {
    background-color:#A8697E;
    color: #fff;
}

/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/* 動畫入場text-----------------------------------*/
.bannerindex .swiper-slide:nth-child(n):before {
    content: "";
    background-image: url(https://pic03.eapple.com.tw/hongchicare/text01.png);
    height: 100%;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: translate(0%, 0%);
    opacity: 1;
    z-index: 999;
    position: absolute;
}
/*---active分開寫避免時間差-------------------------*/
.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):before{
    animation: inside1 2s;
    animation-timing-function: linear;
}
/*------------------動畫在這裡---------------------*/
@keyframes inside1{
	0% {transform: translate(0%, -5%);opacity: 0.5;filter: blur(5px);}
    50%{filter: blur(1px);}
	100%{opacity: 1;}
}
/*------------------------------------------------*/


/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/
.header_area {
    position: relative;
    z-index: 9999;
    padding: 10px;
    background: #ffffff80;
    backdrop-filter: blur(10px);
    border-bottom: 1px solid #fff;
    position: fixed;
    top: 0;
    width: 100%;
    padding-top: 18px;
    transition: .5s all;
}
.header_area.sticky {
    width: 100%;
    z-index: 9999;
    background: #ffffff;
    border-bottom: transparent 0px;
    backdrop-filter: unset;
    transition: .5s all;
}
.main_header_area .container {
    max-width: 1400px;
    margin: auto;
    transition: .5s all;
}
.header_area.sticky .main_header_area .container {
    max-width: 1600px;
    transition: .5s all;
}
.navigation {
    align-items: center;
    grid-template-columns: 220px 1fr;
}
.nav-header {
    grid-row: unset;
    max-width: 220px;
}
.me_tp_features {
    display: none;
}
.stellarnav > ul > li {
    border-right: 1px solid #dddddd;
}
.stellarnav > ul > li:last-of-type {
    border-right-style: none;
}
.stellarnav > ul > li > a {
    font-family: 'Chiron GoRound TC';
    color: #847158;
    letter-spacing: .5px;
    font-size: 16px;
    line-height: 20px;
    height: 20px;
    margin: 0 15px;
}
/* 下拉選單----------------------*/
.stellarnav ul ul {
    padding-top: 30px;
    background: transparent;
}
.stellarnav li li {
    display: block;
    border: 0;
    border-bottom-width: 0;
    transition: .5s all;
    background: #ffffffb0;
}
.stellarnav li a {
    padding: 15px 15px;
    display: block;
    color: #835A63;
    font-size: 15px;
    letter-spacing: 0.3px;
    font-family: 'Chiron GoRound TC';
    transition: .5s all;
}
.stellarnav li li:hover {
    background: #ffffffde;
    transition: .5s all;
}
.stellarnav li:hover > a {
    color: #483139;
    transition: .5s all;
}
/* RWD------------------------*/
@media screen and (max-width: 768px) {
.header_area {
    position: relative;
    backdrop-filter: unset;
}
.header_area.sticky {
    position: sticky;
}
}
/* fix 側邊按鈕---------------*/
.info_fix {
    width: 60px;
    bottom: 60px;
    right: 5px;
}
.info_fix_links {
    display: flex!important;
}
.info_fix_links a {
    width: 43px;
    height: 43px;
    background: #a5c5cc;
    margin-bottom: 10px;
    font-size: 1.4em;
    border: 1px #fff solid;
}
.info_fix_links a:hover {
    background: #eb85af;
}
.linksBtn {
    display: none;
}

/* FOOTER---------------------*/
.footer {
    padding: 100px 0 0;
    font-size: 14px;
    background: linear-gradient(151deg, #c574a8, 30%, #dcb2b9);
    position: relative;
    z-index: 99;
}
.footer .center {
    position: relative;
    max-width: 1600px;
    padding: 0 70px;
}
.footer_info {
    padding: 0;
    display: grid;
    grid-template-columns: 300px 1fr;
    grid-gap: 5px;
    padding-right: 0;
    justify-items: start;
}
.footer_logo {
    order: -2;
    display: inline-block;
    vertical-align: top;
    max-width: 280px;
    margin: 0;
    filter: contrast(0) brightness(3);
}
.box_link {
    position: relative;
    top: 0;
    right: 2px;
    width: 100%;
    max-width: 270px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    max-height: 100%;
    order: -1;
    grid-column: 1 / 2;
}
.box_link a {
    display: flex;
    width: 35px;
    border: 1px #fff solid;
    background: #fff;
    border-radius: 23px;
    padding: 8px 10px;
    font-size: 17px;
    text-align: center;
    margin: 0 7px;
    color: #a5c5cc;
    justify-content: center;
    align-items: center;
}
.footer_info ul {
    display: flex;
    width: 100%;
    grid-column-start: 2;
    grid-row: 2 / 4;
    flex-direction: column-reverse;
    align-items: flex-end;
    font-family: 'Chiron GoRound TC';
    gap: 30px;
}
.footer_info li p {
    line-height: 200%;
    letter-spacing: 2px;
    color: #835c63;
    font-weight: 400;
    font-size: 14px;
}
.footer_info li p a {
    line-height: 200%;
    letter-spacing: 1px;
    color: #835c63;
    font-weight: 300;
    transition: .5s all;
}
.footer_info li p a:hover {
    transition: .5s all;
    color: #fff;
}
p.tel:after {
    content: " 分機111";
    line-height: 200%;
    letter-spacing: 1px;
    color: #835c63;
    font-weight: 300;
}
.footer_info li:nth-child(2) {
    padding-right: 0;
}
.footer_menu {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.footer_menu a {
    display: inline-block;
    padding: 8px 15px;
    border: 0;
    font-weight: 500;
    border-radius: 20px;
    margin: 0;
    font-size: 16px;
    line-height: 100%;
    color: #fff;
    background: unset;
    transition: .5s all;
}
.footer_menu a:first-of-type {
    display: none;
}/*回首頁隱藏*/
.footer_menu a:hover {
    background: #835c63;
    color: #fff;
    transition: .5s all;
}
.copy {
    text-align: center;
    font-family: 'Chiron GoRound TC';
    letter-spacing: 1px;
    font-weight: 300;
    padding: 10px 70px 80px 70px;
    font-size: 13px;
    color: #c1949b;
    border-top: 0;
    margin-top: 0px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    max-width: 1590px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    gap: 5px 0;
}
.copy a {
    color: #c1949b;
}
.copy a:hover {
    color: #8d000d;
}
.privacyLinks a+a {
    border-left: 0;
}
#to_top {
    display: none;
    position: fixed;
    bottom: 30px;
    left: 20px;
    z-index: 600;
    width: 43px;
    height: 43px;
    padding-top: 9px;
    font-size: 11px;
    letter-spacing: 0.5px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background: #bd3f8d78;
    box-shadow: unset;
    border: 1px solid #fff;
    border-radius: 100%;
}
#to_top i.top {
    width: 10px;
    height: 10px;
}
#to_top i.top:before, #to_top i.top:after {
    height: 8px;
}
#to_top i:before, #to_top i:after {
    background: #fff;
}
/* RWD---------------------------------------*/
@media screen and (max-width: 768px) {
.footer.with_shopping_mode {
    padding: 100px 0 70px;
}
}

@media screen and (max-width: 700px) {
.footer_info {
    padding: 0;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 5px;
    padding-right: 0;
    justify-items: center;
}
.footer_logo {
    order: -1;
    display: inline-block;
    vertical-align: top;
    max-width: 280px;
    margin: 0;
    filter: contrast(0) brightness(3);
}
.box_link {
    position: relative;
    top: 0;
    right: 2px;
    width: 100%;
    max-width: 270px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    max-height: 100%;
    order: 0;
    grid-column: 1 / 2;
    grid-row-start: 2;
}
.footer_info ul {
    display: flex;
    width: 100%;
    grid-column: 1 / 2;
    grid-row: 3 / 4;
    flex-direction: column-reverse;
    font-family: 'Chiron GoRound TC';
    gap: 30px;
    align-items: center;
}
.footer_menu {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.copy {
    text-align: center;
    font-family: 'Chiron GoRound TC';
    letter-spacing: 1px;
    font-weight: 300;
    padding: 10px 60px 80px 60px;
    font-size: 13px;
    color: #c1949b;
    border-top: 0;
    margin-top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    max-width: 1590px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
}

@media screen and (max-width: 425px) {
.footer .center {
    position: relative;
    max-width: 1600px;
    padding: 0 10px;
}
}
/*上方選單右邊設定 臉書/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;}
}


/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.path {display: none;}

/*內頁BANNER 設定*/

.banner {
    padding: 0;
    min-height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 30px;
    margin: 5vw;
}
.banner h5 {
    font-family: 'Chiron GoRound TC';
    font-weight: 700;
    color: #fff;
    letter-spacing: 3px;
    filter: drop-shadow(2px 4px 7px #00000080);
}
.banner h5:after {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 300;
    content: "宏綺相信「安心」是產後最重要的陪伴";
    display: block;
}
@media screen and (max-width: 500px) {
.banner {
    min-height: 250px;
}        
.banner h5:after {
    display: none;
}
}
.banner.banA {}
.banner.banB {background-image: url(https://pic03.eapple.com.tw/hongchicare/banner-b.png);}/*編輯頁banner*/
.banner.banC {background-image: url(https://pic03.eapple.com.tw/hongchicare/banner.png);}/*聯絡我們*/
.banner.banD {}
.banner.banE {}
.banner.banblog {background-image: url(https://pic03.eapple.com.tw/hongchicare/banner.png);}/*最新消息*/

/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/
.blog_page .main_part {
    padding: 70px 20px;
    max-width: -webkit-fill-available;
    margin: 0 5vw;
}
.blog_box {
    display: flex;
    min-height: 20vw;
    padding: 7px;
    flex-direction: column;
}
.blog_le {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    gap: 50px;
}
h5.blog_le_t {
    display: none;
}
.blog_search {
    position: relative;
    margin-bottom: 0;
}
.blog_search input[type=search] {
    width: 200px;
    font-size: 14px;
    color: #999;
    border: 0;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    padding: 14px 35px 14px 15px;
}
.blog_le .accordion {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(180px, 100%), 1fr));
    gap: 20px 0px;
    width: 100%;
    border-radius: 0;
    border: 0;
    overflow: hidden;
}
.accordion li+li .link {
    border-top: 0;
}
.blog_le .accordion li {
    border-bottom: 1px solid #c1949b;
    border-radius: 10px 10px 0 0;
}
.accordion li .link a {
    width: 100%;
    padding: 15px 15px;
    color: #835B63;
    font-size: 15px;
    letter-spacing: 1px;
    font-family: 'Chiron GoRound TC';
    font-weight: 700;
    text-align: center;
}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {
    background: #c1949b !important;
}
.blog_le .accordion > li:hover .link a, .blog_le .accordion > li.on_this_category .link a {
    color: #fff !important;
}
/*-------------------*/
.blog_ri {
    width: 100%;
    padding: 0;
}
.blog_subbox {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
    grid-gap: 60px 30px;
}
.subbox_item {
    border-radius: 10px;
}
.subbox_item a {
    display: flex;
    flex-direction: column;
}
.blog_list_le img {
    border-radius: 10px;
}
.blog_list_ri {
    padding: 10px 10px;
}
.blog_list_ri h5 {
    font-weight: 700;
    letter-spacing: 1px;
    font-family: 'Chiron GoRound TC';
    font-size: 20px;
    color: #AE1579;
}
.blog_list_ri em {
    font-size: 13px;
    font-family: 'Chiron GoRound TC';
    letter-spacing: 0.5px;
    color: #53828A;
    font-weight: 200;
}
.blog_list_ri p {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.5px;
    font-family: 'Chiron GoRound TC';
    color: #847158;
    line-height: 180%;
    -webkit-line-clamp: 2;
}
.subbox_item a:after {
    border: 0;
    border-radius: 10px;
    background: linear-gradient(180deg, #dab5b559, #ca9ba1 70%);
}
.subbox_item a:before {
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    bottom: unset;
    right: unset;
    font-family: 'Chiron GoRound TC';
    letter-spacing: 1px;
    font-size: 20px;
    color: #fff;
}
/* RWD-------------------------------------*/
@media screen and (max-width: 960px) {
.subbox_item {
    border-bottom: 0;
}
}

@media screen and (max-width: 768px) {
.main_part {
    margin: 0;
}    
.blog_le {
    flex-direction: column-reverse;
}
.blog_subbox {
    grid-template-columns: repeat(auto-fill, minmax(265px, 1fr));
}    
.blog_search {
    width: 100%;
}
.blog_search input[type=search] {
    width: 100%;
}
}
/* 內文頁面---------------------------------*/
.blog_in_page .blog_box {
    display: flex;
    min-height: 20vw;
    padding: 7px;
    flex-direction: column;
    align-items: center;
}
.blog_in_page .blog_le {
    display: none;
}
.blog_in_page .blog_ri {
    width: 70vw;
    padding: 0;
}
h4.blog_category_title {
    color: #A7687E;
    font-family: 'Chiron GoRound TC';
    letter-spacing: 1px;
}
.articel_mainPic img {
    display: none;
}
.blog_box_edit * {
    color: #70685d;
    font-family: 'Chiron GoRound TC';
    line-height: 250%;
}
.blog_back {
    text-align: center;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 0;
}
.blog_back a {
    font-size: 15px;
    font-family: 'Chiron GoRound TC';
    font-weight: 600;
    color: #835A63;
    padding: 10px 15px;
    border-left: 1px solid #c1949b57;
    transition: .3s all;
}
.blog_back a.article_btn_prev {
    background: #fff;
    border-left-width: 0;
}
.blog_back a.article_btn_back {
    background: #fff;
}
.blog_back a.article_btn_next {
    background: #fff;
}
.blog_back a:hover {
    background: #c1949b;
    color: #fff;
}
/*---------------------------------------*/
.news_related {
    background: url(https://pic03.eapple.com.tw/hongchicare/post-bcg.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    padding: 90px 15px;
}
.news_related h6 {
    max-width: 1300px;
    margin: 0 auto 60px;
    text-align: center;
}
.news_related h6 span:before {
    content: '相關文章';
    font-size: 30px;
    color: #AE1579;
    letter-spacing: 3px;
    font-family: 'Chiron GoRound TC';
}
.news_related_list {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-gap: 30px;
    max-width: 1300px;
}
.news_related_list li {
    display: block;
    padding: 0px;
    filter: drop-shadow(1px 1px 7px #00000020);
}
.news_related_list li a {
    padding: 15px;
    border-radius: 10px;
}
.news_related_list li figure {
    border-radius: 7px;
}
.news_related_list li a p {
    padding-top: 10px;
    font-size: 15px;
    font-family: 'Chiron GoRound TC';
    letter-spacing: 0.5px;
    color: #70685d;
    font-weight: 700;
    line-height: 2;
}
.lastPage {
    border-radius: 10px;
    font-family: 'Chiron GoRound TC';
    background: #cf99a8;
    padding: 15px 20px;
    margin: 70px auto auto auto;
}
/* RWD--------------------------------*/
@media screen and (max-width: 768px) {
.blog_back {
    grid-gap: 0;
}
.news_related_list {
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
}
.blog_in_page .blog_ri {
    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; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/*線上表單-聯絡我們---------------*/
.contact_page .main_part {
    padding: 30px 0 100px 0;
    max-width: -webkit-fill-available;
    margin: 0 5vw;
}
.contact_content {
    margin: auto;
    padding: 0;
    font-family: 'Chiron GoRound TC';
    background: #f5e4ea;
    border-radius: 30px;
}
.contact_content form {
    padding: 30px 60px;
    display: flex;
    justify-content: space-between;
}
.contact_content .information_left {
    width: 30%;
}
.contact_content .information_right {
    width: 60%;
    padding: 10px;
}
.blank_letter {
    font-family: 'Chiron GoRound TC';
    padding: 25px 0 15px 0;
    font-size: 26px;
    color: #AE1579;
    background-position: left bottom;
    background-repeat: no-repeat;
    border-bottom: 1px solid #ffffffb3;
}
.list_before {
    margin-top: 20px;
    margin-bottom: 30px;
    margin-left: 10px;
    letter-spacing: 1px;
    font-size: 15px;
    color: #665e54;
    display: block;
    width: 100%;
    position: relative;
}
.list_before.info li {
    padding-left: 60px;
    margin: 3px 0;
    line-height: 1.7;
}
.info_TEL:before, .info_TEL2:before, .info_PHONE:before, .info_LINE:before, .info_FAX:before, .info_TAXID:before, .info_MAIL:before, .info_ADD:before, .info_ADD2:before {
    position: absolute;
    display: block;
    width: 55px;
    left: 0;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 3px;
    color: #7f4154;
}
.contact_page .info_TEL:before {
    content: "電話：";
}
.contact_page .info_MAIL:before {
    content: "信箱：";
}
.contact_page .info_ADD:before {
    content: "地址：";
}
.contact_le_nomap {
    display: flex;
    flex-direction: row;
    align-items: center;
}
/*-------------右邊表單--------*/
.red {
    color: #aa4c5a;
}
.contact_form {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 15px;
    color: #7f4154;
    font-weight: 600;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px 30px;
}
.contact_form li {
    display: grid;
    grid-template-columns: 100px 1fr;
    grid-gap: 10px;
}
.contact_form li input.noborder {
    border: 0;
    background: #ffffff78;
    border-radius: 10px;
    padding: 12px 18px;
}
.contact_form li textarea.noborder {
    border: 0;
    background: #ffffff78;
    border-radius: 10px;
    padding: 12px 18px;
}
.contact_form li:nth-child(5) {
    grid-column: 1 / 3;
}/*留言區佔2fr*/

.contact_form li.last blockquote, .contact_form li.last cite {
    border: 0;
    border-radius: 10px;
    padding: 10px;
}
.contact_form li.last blockquote {
    color: #A8697E;
    background: #ffffffd1;
}
.contact_form li.last cite {
    background: #c390a1;
    color: #fff;
}
/*-------------RWD---------------*/
@media screen and (max-width: 1024px) {
.contact_content form {
    flex-direction: column;
}
.contact_content .information_left {
    width: 100%;
}
.contact_content .information_left {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px 10px;
}
.blank_letter {
    grid-column: 1 / 3;
}
.list_before {
    margin-top: 0;
}
.contact_content .information_right {
    width: 100%;
    padding: 10px;
}
iframe {
    width: 100%;
}
}
@media screen and (max-width: 768px) {
.contact_content .information_left {
    width: 100%;
    display: flex;
    grid-gap: 0;
    flex-direction: column;
}
.blank_letter {
    padding: 25px 0px 15px 10px;
}
.list_before {
    margin-top: 20px;
}
.contact_form {
    grid-gap: 15px 20px;
}
.contact_form li {
    grid-template-columns: 80px 1fr;
}
}
@media screen and (max-width: 600px) {
.contact_content form {
    padding: 30px 40px;
}
.contact_form {
    grid-template-columns: 1fr;
}
.contact_form li {
    grid-template-columns: unset;
}
.contact_form li:nth-child(5) {
    grid-column: unset;
}
.contact_form li .form__label {
    background: transparent;
}
.contact_form li.last {
    justify-content: right;
}
}
@media screen and (max-width: 425px) {
.contact_content form {
    padding: 20px 20px;
}
.list_before {
    font-size: 14px;
}
.list_before.info {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}
.list_before.info li {
    padding-left: 50px;
}
}



@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
/*#bottom_menu {display: block; }*/
#to_top { bottom:60px;}
}

@media screen and (max-width: 600px) { 
}




