@charset "utf-8";
/* = = = 網站全域設定 = = = = = = = = = = = = = = = = = = = = = = = = = = =*/

/*#FCD006 /*網站主要色系
  #707070 /*網站輔助色系1
  #000000 /*網站輔助色系2*/

/*校稿版面設定*/
.services_page .main_part, .pageIndex .main_part, .other_page .main_part, .other_select_page .main_part{ width: 100%; max-width:100%; margin: auto; padding:0px; margin-top:-1px;}
.show_content { width: 100%; padding:0px; top:-1px;}
.edit_part { max-width: 100%; margin: 0; padding: 0px;}

/*頁面內容*/
div#page { }
#content_main, #content {font-family: "Huninn",sans-serif;}
.module_i_news { }
.path { display: none;}
.other_page #content, .other_select_page #content { min-height: auto;}

/*滾輪*/
&::-webkit-scrollbar {
    background: #fff;
    width: 7px;
}

&::-webkit-scrollbar-button {
    background: #fff;
    border-radius: 0;
}

&::-webkit-scrollbar-track-piece {
    background: #eee;
}

&::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #444;
}

&::-webkit-scrollbar-track {
    box-shadow: transparent;
}

/*SubMenu*/
.me_tp_features {display: none;}/*隱藏整列*/
.shop_search_btn { background: #FCD006;}
.tp_links a { display: none;}/*隱藏選單按鈕連結*/
.tp_links a:hover { color: #FCD006;}

/*上方選單右邊設定 臉書/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}
*/

/*.box_search { display:none;}隱藏購物車搜尋欄*/
/*.me_tp_features a.tp_btn_cart { display: none;}隱藏購物車*/
/*.me_tp_features a.tp_btn_notice { display: none;}隱藏匯款通知*/

/*按鈕*/
.animated-arrow { background: #FCD006; border-radius:50px; transition: .3s ease-in-out;}
.animated-arrow:hover { background: #707070; transition: .3s ease-in-out;}

/*頁碼*/
.page { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; width: 100%; margin: 40px auto;}
.page li { display: flex; margin: 3px; width: 30px; height: 30px; line-height:30px; align-items: center; justify-content: center;}
.page li.activeN { background: #666; border-radius: 100%; color: #fff; font-weight: 600;}
.page li a { display: block; width: inherit; height: inherit; line-height: inherit; padding: 0; color: #ccc; transition:all 0.3s;}
.page strong, .page a:hover { background: #FCD006; border: 1px solid #FCD006;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#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;}
}

/* = = = Index banner = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/* 開場動畫 */

.pageIndex  #page{position: relative;}


.pageIndex #page::after {
    content: "";
    display: block;
    background-image: url(https://pic03.eapple.com.tw/anchor/logo.png);
    background-size: cover;
    width: 300px;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000000000000000000001;
    pointer-events: none;
    animation: banner-logo 2.6s forwards;
}
.pageIndex #page::before {
    content: "";
    display: block;
    background:#FCD006;
    width: 100vw;
    height: 101vh;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 1000000000000000000000;
    animation: banner-bg 2.6s forwards;

}

@keyframes banner-logo {
    0% {
        opacity: 0;
        filter: blur(0);
    }

    25% {
        opacity: 1;
        filter: blur(0);
    }

    50% {
        filter: blur(0);
        opacity: 1;
    }

    80% {
        filter: blur(5);
        opacity: 0.5;
    }

    100% {
        filter: blur(10);
        opacity: 0;

    }
}

@keyframes banner-bg {
    0% {}

    25% { opacity: 1;}

    50% { opacity: 1;}

    80% { opacity: 1;}

    100% { opacity: 0; }
}

/* 大圖 */


.swiper-fade .swiper-slide-active::before{
    content: "";
    position: absolute;
    background-image: url(https://pic03.eapple.com.tw/anchor/s01.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height:1000px ;
    top: 0;
    left: 0;
    z-index: 99;
}

.swiper-fade .swiper-slide-active:nth-child(1):before{background-image: url(https://pic03.eapple.com.tw/anchor/s01.png);animation-delay: 4s;}
.swiper-fade .swiper-slide-active:nth-child(2):before{background-image: url(https://pic03.eapple.com.tw/anchor/s02.png);}

@media screen and (max-width: 1024px){
.pageIndex #page::after{    width: 200px;}
}

@media screen and (max-width: 768px) {
/* 行動裝置相容性調整 大圖調整 */
.swiper-slide img { animation-fill-mode: none; -webkit-animation-fill-mode: none;}
}
@media screen and (max-width:500px){
.pageIndex #page::after{    width: 140px;}
}
/* = = = banner = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.banner {
    background: url(https://pic03.eapple.com.tw/anchor/bn.png) no-repeat top center;
    background-size: cover;
    padding: 230px 0;
    margin: 5px 20px 150px;
    border-radius: 30px;
}
.banner h5 {    position: relative;top: 340px;font-size: 20px;letter-spacing: 2px;    font-weight: 400;width: 100%;}
.banner h5::before{
    position: absolute;
    content: "";
    font-size: 25px;
    font-family: "Nunito", sans-serif;
    left: 50%;
    bottom: 32px;
    color: #FCD006;
    transform: translateX(-50%);
    width: 100%;

}
.banner.banA{background: url(https://pic03.eapple.com.tw/anchor/bn_a.png) no-repeat center bottom;background-size: cover;}
.banner.banE{background: url(https://pic03.eapple.com.tw/anchor/bn_e.png) no-repeat;background-position: center;background-size: cover;}
.blog_page.article_a .banner.banblog,.blog_in_page.article_a .banner.banblog{background: url(https://pic03.eapple.com.tw/anchor/bn_blog1.png) no-repeat; background-position: left center;background-size: cover;}
.blog_page.article_b .banner.banblog,.blog_in_page.article_b .banner.banblog{background: url(https://pic03.eapple.com.tw/anchor/bn_blog2.png) no-repeat;background-position: center;background-size: cover;}
.banner.banA h5::before{content: "Clinic Schedule";}
.banner.banE h5::before{content: "Medical Devices";}
.blog_page.article_a .banner.banblog h5::before,.blog_in_page.article_a .banner.banblog h5::before{content: "News";}
.blog_page.article_b .banner.banblog h5::before,.blog_in_page.article_b .banner.banblog h5::before{content: "Former Cases";}

/*.blog_in_page .banner.banblog h5{    font-size: 25px;top: 323px;}*/

@media screen and (max-width: 1024px){
.banner{    margin: 5px 20px 100px;    padding: 135px 0;}
.banner h5{    top: 239px;}
}
@media screen and (max-width: 768px) {
    .banner{ padding: 100px 0;}
    .banner h5 {top: 205px;}
}
@media screen and (max-width: 600px) {
    .banner{border-radius: 20px; min-height: unset;padding: 63px 0;}
    .banner h5 {top: 160px;}
}
/* = = = header = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/*header*/
.pageIndex .header_area { position: fixed; width: 100%; top: 0; left: 0;padding: 0;}
.header_area{background: transparent;  position: sticky;padding: 0;transition: all 0.3s;}
.header_area.sticky{background: transparent;   position: sticky;padding: 0;box-shadow: 0 0 10px #CCC;transition: all 0.3s;}
.pageIndex .header_area.sticky { position: fixed;}
.main_header_area {     background: #fff;}
.main_header_area .container { max-width: 93%;}

/*logo*/
.navigation{grid-template-columns: 300px 1fr;}
.nav-header{    max-width: 300px;}
.header_area .nav-brand { margin: 5px 0 0; max-width: 280px; width: 100%;}

/*menu*/

.stellarnav > ul > li > a, .stellarnav li.has-sub > a { font-weight: 400;position: relative;padding:60px 15px 25px;line-height: 0;letter-spacing: 2px;font-size: 15px;font-family: "Huninn",sans-serif;}
.stellarnav > ul > li > a:not(.dd-toggle):before{
    content: "";
    position: absolute;
    background-image: url(https://pic03.eapple.com.tw/anchor/icon_m.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    top: 35%;
    left: 52%;
    z-index: -1;
    transform: translate(-50%, -50%);
    transition: .3s ease-in-out;
}
.stellarnav > ul > li:hover > a:not(.dd-toggle):before{transition: .3s ease-in-out;top: 28%;}
.stellarnav > ul > li:last-of-type{display: none;}
.stellarnav > ul > li:hover > a, .stellarnav > ul > li.has-sub:hover > a { color: #FCD006;}
.stellarnav li.has-sub > a::after { border-top: 6px solid #888;display: none;}/*下拉箭頭*/
.stellarnav li.has-sub:hover > a::after { border-top: 6px solid #000;}/*下拉箭頭*/
/*--下拉頁面---------------------------------------*/

/*外框*/
.stellarnav ul ul{padding: 0;}
.stellarnav ul ul, .stellarnav ul ul ul { background: #fffffff2; box-shadow: 5px 5px 20px rgba(0,0,0,0.1); ;width: 170px;padding: 10px;border-radius: 5px;}
.stellarnav ul ul ul { left: 100%;}
.stellarnav li li { border: none; margin-bottom: 0;}

/*右拉箭頭*/
.stellarnav li li.has-sub > a::after { border-left: 6px solid #888;}
.stellarnav li li.has-sub:hover > a::after { border-left: 6px solid #FCD006; border-top: 6px solid transparent;}

/*項目*/
.stellarnav li.has-sub > ul > li.has-sub > a, .stellarnav li.has-sub > ul > li > a { color: #777; padding:15px 15px 15px 34px; font-family: "Huninn",sans-serif; line-height: 1;}
.stellarnav li.has-sub > ul > li:before {
    content: ">";
    position: absolute;
    top: 49%;
    left: 10px;
    font-size: 12px;
    transform: translateY(-50%);
    color: #666;
    transition: all 0.3s;
}
.stellarnav li.has-sub > ul > li:hover:before{
  left: 15px;color: #000;transition: all 0.3s;
}
.stellarnav li li > a, .stellarnav li li.has-sub > a { color: #FCD006; font-size: 15px; font-weight: normal; padding: 7px 5px; border-left: 1px solid transparent; background: transparent; transition: all 0.3s;border-radius: 5px;letter-spacing: 1px;}
.stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a { color: #FCD006; transition: all 0.3s;background: #FCD00621;}
.stellarnav li.has-sub > ul > li:hover > a{ color: #000;}

/*--手機板選單---------------------------------------*/

/*選單*/
.stellarnav .menu-toggle span.bars span { background: #fff;    width: 26px;
    height: 1px;    margin: 0 auto 7px;}
.stellarnav .menu-toggle:after { color: #fff; display: none;}

/*展開*/
.stellarnav.mobile.left > ul { background: #ffffff;max-width: 100%;padding: 0;}
.stellarnav.mobile > ul > li:first-of-type { margin-top: 70px;}
.stellarnav.mobile > ul > li { border-bottom: 2px#eee dotted;}
.stellarnav.mobile > ul > li > a { padding: 30px 30px 30px 70px; border-bottom: none; display: block;}
.stellarnav.mobile > ul > li.has-sub > a { padding: 20px 30px 20px 36px;}
.stellarnav.mobile > ul > li.has-sub > a.dd-toggle { padding: 0;}
.stellarnav.mobile > ul > li.has-sub > ul > li > a { color: #444; padding: 20px 30px 20px 80px;}
.stellarnav.mobile > li > a { border-bottom: none;}

/*close*/
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu { background: #FCD006;color: #fff;font-size: 0;width: 45px; height: 45px;max-width: 100%;border-radius: 10px;position: absolute;top: 8px;right: 8px;    padding: 12px;}
.stellarnav .icon-close:after, .stellarnav .icon-close:before {    border-bottom: solid 1px #fff; width: 20px;}
.stellarnav .icon-close {width: 20px;height: 20px;}

.stellarnav.mobile > ul > li > a.dd-toggle { top: 14px;}
.stellarnav a.dd-toggle .icon-plus {width: 0; top: -7px; left: -4px;}
.stellarnav li.open > a.dd-toggle .icon-plus { width: 0; top: -5px; left: 6px;}
.stellarnav a.dd-toggle .icon-plus:before, .stellarnav a.dd-toggle .icon-plus:after { border-bottom: solid 3px #FCD006;}
.stellarnav li.open > a.dd-toggle .icon-plus:before, .stellarnav li.open > a.dd-toggle .icon-plus:after { border-bottom: solid 3px #FCD006;}

/*下拉*/
.stellarnav.mobile li.open { background: #fff; padding: 0;}
.stellarnav.mobile li.open > ul > li { margin-bottom: 0; border-bottom: none;}
.stellarnav.mobile li.open li.open { padding: 0; background: #ffffff88;}
.stellarnav.mobile ul { background: transparent;}
.stellarnav > ul > li.drop-left > ul { left: 0; right: auto;}

/*--RWD---------------------------------------*/

@media screen and (max-width: 1440px) { 
    .swiper-pagination { display: none;}
}

@media screen and (max-width: 1366px){
.main_header_area .container {max-width: 98%;}
.stellarnav > ul > li > a, .stellarnav li.has-sub > a{padding: 60px 10px 25px;    font-size: 14px;}
.stellarnav > ul > li.has-sub > a {padding-right: 10px;}
}
@media screen and (max-width: 1140px){
.navigation {grid-template-columns: 208px 1fr;    grid-gap: 0;}
}

@media screen and (max-width: 1024px) { 
    /*header*/
    .pageIndex .header_area { position: sticky;}
    .main_header_area .container { max-width: 100%;}

    /*logo*/
    .header_area .nav-brand { max-width: 250px; margin: 20px 0 0; transition: .3s ease-in-out;}

    /*menu*/
    .header_area .navigation, .header_area.sticky .navigation, .navigation { padding: 0;}
    .stellarnav.mobile > ul > li > a.dd-toggle, .stellarnav.mobile > ul > li.has-sub a.dd-toggle, .stellarnav.mobile > ul > li.has-sub > a { padding: 0 30px; }
    .stellarnav > ul > li > a, .stellarnav li.has-sub > a{padding: 60px 8px 25px; }
    .stellarnav li.has-sub > a::after {}/*下拉箭頭*/
}

@media screen and (max-width: 768px) {
    /*logo*/
    .navigation{        align-items: flex-start;}
    .nav-header { position: static;max-width: 210px;        z-index: 9999;}
    .header_area .nav-brand {         max-width: 200px; margin: 20px 0 11px 15px; transition: .3s ease-in-out;}
    /*.header_area.sticky .nav-brand { max-width: 150px; margin-top: 10px; transition: .3s ease-in-out;} */

    /*menu*/
    .stellarnav > ul > li > a:hover:before{display: none;}
    .stellarnav ul ul, .stellarnav > ul > li:hover > ul > li:hover > ul { box-shadow: none;}
    .stellarnav li li { border: none;}
    .stellarnav > ul > li > a b:last-child { display: none;}
    .stellarnav.mobile > ul > li > a.dd-toggle, .stellarnav.mobile > ul > li.has-sub a.dd-toggle{ padding: 30px;       top: 5px;}
     .stellarnav.mobile > ul > li.has-sub > a { padding: 30px 30px 30px 70px;}
    .stellarnav.mobile > ul > li > a.dd-toggle { top: 3px;}
    .stellarnav li.has-sub > a::after { top: 53%;}/*下拉箭頭*/
    .stellarnav li li > a, .stellarnav li li.has-sub > a, .stellarnav li li.has-sub.drop-left a { padding: 10px 30px; border-left: none;}
    .stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a { border-color: transparent;}

    .stellarnav.mobile{left: unset; right: 8px; top: 8px; }
    .stellarnav .menu-toggle{padding: 12px; background: #FCD006;border-radius: 60px;}
    .stellarnav > ul > li > a:not(.dd-toggle):before{    top: 48%;left: 35px;    z-index: 1;}
    .stellarnav > ul > li:hover > a:not(.dd-toggle):before {top: 43%;}
    .stellarnav li.has-sub > ul > li:before{left: 40px;}
    .stellarnav li.has-sub > ul > li:hover:before {left: 45px;}
}

/* = = = 促銷方案參考03 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/*首頁標題*/
.news_part .title_i_box h6{font-size: 55px;color:#cbc0a0 ;letter-spacing: 2px;font-weight: normal;}
.news_part .title_i_box h4{color:#000 ;letter-spacing: 2px;font-size: 20px;    position: relative;font-weight: 400;}
.news_part .title_i_box h4::before{
    position: absolute;
    content: "Clinic Schedule";
    font-size: 25px;
    font-family: "Nunito", sans-serif;
    left: 50%;
    bottom: 32px;
    color: #FCD006;
    transform: translateX(-50%);
     width: max-content;
}
.news_part .title_i_box{    margin-bottom: 45px;}
.i_news_b { margin-top: 35px;}

/*首頁*/
.news_part{    background: #FFFBEB;}
.news_part section{    background: #fff;padding:90px 50px 50px;border-radius: 30px;}
.news_list ul li{ border-bottom: 1px #ccc solid;display: block;position: relative;padding: 20px 35px;margin: 0;}
.news_list ul li a span{}
.news_list ul li a:hover{background: transparent;}
.news_list ul li:hover {background: #f7f7f7;}
.news_list ul li a:hover p,.news_list ul li a:hover p:after {color: #000000;}
.news_list ul li a:hover p{width: 98%;}
.news_list ul li:hover p:after{right: 10px;}
.news_list ul li span {display: block;vertical-align: top;padding: 0;font-size: 13px;color: #a6a6a6;width: fit-content;}
.news_list ul li p {width: 100%;color: #000;font-size: 16px;padding: 0;position: static;margin-top: 10px;}
.news_list ul li p:after {color: #707070;top: 65%;margin-right: 30px;font-size: 13px;    color: #fff; padding: 6px 10px; background: #FCD006; border-radius: 20px;}


/*內頁*/
.other_promotion li{border-radius: 15px;transition: .3s ease-in-out;border: 1px dashed #ccc;}
.other_promotion li a:before, .other_promotion li a:after{display: none;}
.other_promotion li a{border: none;    padding: 17px;transition: .3s ease-in-out;}
.other_promotion li:hover{border: 1px solid #FCD006;transition: .3s ease-in-out;}
.other_promotion li a:hover{background: transparent;    opacity: 0.5;transition: .3s ease-in-out;}
.other_promotion li:hover .pmtTitle h3 {}

/*內文*/
.edit{margin-bottom: 70px;}

/*標題*/
.promotion_title h2{color: #000000;}
.promotion_title em { border: none;}
.promotion_title span{ margin: 0 20px 2px 0; font-size: 20px; border: none;}
.promotion_title {border-bottom: 1px solid #000000;padding-bottom: 15px;}

/*下拉頁面*/
.other_select_page .promotion_title, .other_select_page .other_promotion {display: none;}

.promotions_line_button {max-width: 200px;margin: auto;}
.promotions_line_button a{ background: #FCD006;width: 100%;max-width: 200px;margin: 40px 0;border-radius: 50px;    padding: 14px; letter-spacing: 2px; gap: 8px;transition: .3s ease-in-out;}
.promotions_line_button img {max-width: 25px;}
.promotions_line_button:hover a{    background: #707070; transition: .3s ease-in-out;}

@media screen and (max-width: 600px) {
    .promotion_title h2{    font-size: 22px; margin-top: 10px;}
    .news_part .title_i_box h4::before{    font-size: 24px;}
    .news_part section{    padding: 90px 30px 50px;}
    .news_list ul li{background: transparent;padding: 15px 15px 50px;border: 1px #fff solid; border-bottom: 1px #ccc solid;}
    .news_list ul li p{text-align: left;}
    .news_list ul li p:after{position: absolute;    top: 65%;}
}


/* = = = 文章 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/
/*--文章管理/首頁---------------------------------------*/



/*區塊設定*/
.module_i_news section{    max-width: 90%;padding: 120px 50px 100px;margin: 0 auto;background: #f7f7f7;border-radius: 30px;}
.module_i_news { padding: 0 20px 50px;}
.module_i_news_list, .module_i_news_list.swiper{    padding: 50px 0;}
.module_i_news ul{ display: grid; gap: 30px;}

/*英文標題*/
.module_i_news .title_i_box h6 { display: none; color: #FCD006;}

/*中文標題*/
.module_i_news .title_i_box h4 {  position: relative;font-size: 20px;letter-spacing: 2px;    font-weight: 400;}
.module_i_news .title_i_box h4::before {
    position: absolute;
    content: "News";
    font-size: 25px;
    font-family: "Nunito", sans-serif;
    left: 50%;
    bottom: 32px;
    color: #FCD006;
    transform: translateX(-50%);
}
.module_i_news .title_i_box{    margin-bottom: 50px;}
.module_i_news ul { width: 100%; grid-template-columns:repeat(4,1fr);margin: auto;}
.i_blog_ri h5,.blog_list_ri h5 { color: #707070; font-weight: 600;letter-spacing: 2px;width: 49%;}
.i_blog_ri em,.blog_list_ri em{       letter-spacing: 2px;font-size: 12px;text-align: right;border: 1px solid;padding: 5px 15px;border-radius: 20px;}
.i_blog_ri p,.blog_list_ri p{font-size: 14px;    letter-spacing: 2px;line-height: 145%; -webkit-line-clamp: 2;}

.module_i_news li{background: #fff;    border-radius: 20px; box-shadow: 0 0 20px #eee;}

/*--文章管理/外層---------------------------------------*/

.blog_page .main_part{    max-width: 95%;}
.blog_ri{width: calc(100% - 260px);}

/*列表搜尋*/
.blog_le {width: 250px;}
h5.blog_le_t { display: none;}
.blog_le{    background: transparent;border-radius: 10px; padding: 7px 15px;}
.blog_search input[type=search]{    border: solid 2px #FCD006;    font-size: 13px;}
.blog_search input[type=submit]{background-color: #FCD006;border-radius: 0 50px 50px 0;width: 47px;height: 38px;}
.accordion li .link a{    padding: 20px;}

/*分類標題*/
h4.blog_category_title { font-size: 28px; color: #707070;    margin: 0;font-weight: 400;}
h4.blog_category_title span { font-size: 24px;}
.articel_mainPic{display: none;}
.blog_shareData{    margin-bottom: 0;}

/*次分類*/
.submenu { background: transparent;}
.submenu a:hover { color: #fff;}
.blog_le .accordion li a { color: #666;transition: .3s ease-in-out;letter-spacing: 1px;    font-weight: 400;}
.blog_le .accordion li a:hover { color: #FCD006;}
.blog_le .accordion li i { top: 12px;}

.blog_le .accordion{    border-radius: 0; border: none;}

/*文章*/
.subbox_item a{    grid-gap: 5px;}
.subbox_item a, .module_i_news li a, .subbox_item a {    grid-template-columns: 1fr;}
.blog_subbox { display: grid; gap: 20px;}
.module_i_news li, .subbox_item { position: relative; width: 100%;}
.module_i_news li a, .subbox_item a { padding: 17px;    border-radius: 10px;transition: .3s ease-in-out;}
.module_i_news li a:hover,.subbox_item a:hover {

    transition: .3s ease-in-out;
}
.module_i_news li a:after, .subbox_item a:after { pointer-events: none;}
.blog_box{text-align: justify;}

.module_i_news li a::before, .module_i_news li a::after, .subbox_item a::after,.subbox_item a::before { display: none;}
.module_i_news li::after, .subbox_item::after { 
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 8;
    background: #ffffff88;
    opacity: 0;
    border: 1px #FCD006 solid;
    pointer-events: none;
    border-radius: 20px;
    transition: all .5s;
}
.module_i_news li::before, .subbox_item::before { 
    content: 'READ MORE';
    position: absolute;
    z-index: 19;
    bottom: 10px;
    right: 10px;
    opacity: 0;
    font-size: 15px;
    color: #999;
    pointer-events: none;
    transition: all .5s;
    letter-spacing: 2px;
    display: none;
}
.module_i_news li:hover::before, .module_i_news li:hover::after, .subbox_item:hover::before, .subbox_item:hover::after {
    opacity: 1;
    transition: all .5s;
}

.i_blog_le, .i_blog_ri, .blog_list_le, .blog_list_ri { width: 100%;    display: flex;flex-wrap: wrap;gap: 10px 0;    justify-content: space-between;    align-items: center;}
.i_blog_le, .blog_list_le { position: relative; padding-bottom: 70%; height: 0;border-radius: 10px;    overflow: hidden;}/*文章縮圖長寬比例，100% →100:100 = 1:1 正方形 */
.i_blog_le img, .blog_list_le img {
	display:block;
    max-width: 100%;
    min-width: 100%;
    height: 100%;
    object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

/*側邊*/
.blog_le .accordion > li{transition:all 0.3s;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category { background: transparent !important;}
.blog_le .accordion > li:hover .link a{ transition: .3s ease-in-out;    color: #FCD006 !important;  }
.submenu a:hover { background: #FCD006;}
.blog_le .accordion li .link:last-child { border-bottom: 1px solid #CCC;}
.blog_le .accordion li:last-child .link { border: none;}
.blog_le .accordion > li.on_this_category .link a { width: 100%;    color: #666 !important;}
.blog_le .accordion > li.on_this_category:hover .link a{    color: #FCD006 !important;}

/*功*/
.blog_subbox { grid-template-columns:1fr 1fr 1fr;}
.blog_subbox:before { content:none;}

/*FB影片*/
.blog_box_edit iframe {
    width: 100%;
    max-width: 500px;
    aspect-ratio: 267 / 476;
}

/*相關推薦*/
.news_related{background: #fff;}
.news_related h6 span:before{color: #707070;}
.lastPage{background:#FCD006;    border-radius: 50px;}

/*--文章管理/內層---------------------------------------*/

.blog_back a.article_btn_back { background: #FCD006; border: 1px solid #FCD006; transition: 0.3s ease-in-out;}
.blog_back a.article_btn_back:hover { background: #707070; border-color: #707070; transition: 0.3s ease-in-out;}

.blog_back a.article_btn_prev, .blog_back a.article_btn_next { background: transparent; color: #FCD006; border: 1px solid #FCD006; transition: 0.3s ease-in-out;}
.blog_back a.article_btn_prev:hover, .blog_back a.article_btn_next:hover { background: #FCD006; color: #fff; transition: 0.3s ease-in-out;}

/*--RWD---------------------------------------*/
@media screen and (max-width: 1440px){
.i_blog_ri h5,.blog_list_ri h5 { width: 100%;}
}

@media screen and (max-width: 1024px){
    .module_i_news ul{grid-template-columns: repeat(2, 1fr);}
    .blog_subbox{grid-template-columns: 1fr 1fr;}
}


@media screen and (max-width: 768px) {
    .blog_page .main_part { padding: 50px 8% 10px;}
    .blog_in_page .main_part{padding: 50px 8% 10px;}
    /*首頁*/

    /*功能頁/外層*/
    .blog_subbox { grid-template-columns: repeat(2,1fr);}
    .blog_ri{  width: 100%;}
    .blog_le {width: 100%;}
    .blog_subbox{gap: 10px;}
    .module_i_news li a, .subbox_item a{    padding: 10px;}
}
@media screen and (max-width: 550px) {
 .module_i_news ul{grid-template-columns: repeat(1, 1fr);}
 .blog_list_ri h5{    font-size: 17px;        line-height: 150%;    -webkit-line-clamp: 2;}
 .i_blog_ri em, .blog_list_ri em{    font-size: 9px;}
}

@media screen and (max-width: 425px) {
    /*首頁*/
    .module_i_news section{padding: 100px 40px 60px;max-width: 95%;}
    .module_i_news_list, .module_i_news_list.swiper{padding: 0;}
    .module_i_news ul { grid-template-columns: 1fr;}
    .i_blog_b{    margin: 20px 0 0;}
    .i_blog_b a{    width: 100%;}

    /*功能頁/外層*/
    .blog_subbox { grid-template-columns: 1fr;}
    .i_blog_le, .i_blog_ri, .blog_list_le, .blog_list_ri{    align-items: flex-start;flex-direction: column;}
    .blog_back a.article_btn_prev, .blog_back a.article_btn_next,.blog_back a.article_btn_back {font-size: 13px;}
    .news_related{    padding: 25px 13%;}
}
@media screen and (max-width: 375px) {
    .module_i_news section{padding: 100px 25px 60px;}
.i_blog_ri h5{    font-size: 18px;}
}
/* = = = 購物車 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/* 商品下拉超過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_info_page .product-layer-two { display: none;}
.product_info_page .products-list,
.product-wrapper { width: 100%;}

.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_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;}

/*--首頁、外層 共同設定---------------------------------------*/

.products-list { display: grid; gap: 10px; grid-template-columns: repeat(4,1fr);}
.products-list::before { content:none;}
.products-list .item { width: 100%;}

/*--首頁區塊---------------------------------------*/

.prod_part { width: 100%;}

/*英文標題*/
.prod_part .i_prod_tit h2 { display: none; color: #707070;}

/*中文*/
.prod_part .i_prod_tit span { position: relative; color: #3F4049; font-weight: 600; text-shadow: 2px 2px 0 #FFFFFF, -2px -2px 0 #FFFFFF, 2px -2px 0 #FFFFFF, -2px 2px 0 #FFFFFF;}
.prod_part .i_prod_tit span::before {
    content: "PRODUCT";
    position: absolute;
    top: -45px;
    left: -60%;
    width: 100%;
    text-align: center;
    font-size: 60px;
    color: #707070;
    letter-spacing: 3px;
    text-shadow: none;
    transform: translateX(-50%);
    z-index: -1;
}

/*--購物車/外層---------------------------------------*/

/*顏色*/
.products-list .more { border: 1px solid #707070; color: #707070;}
.products-list .item a:hover .more { background: #707070;}

/*名稱*/
.products-list .name { color: #FCD006; font-weight: 600; font-size: 16px; height: 51px;}

/*價格*/
.products-list .price { display: flex; margin-bottom: 5px; align-items: center; justify-content: center; flex-wrap: wrap;}
.products-list .price b { margin: 0 5px; line-height: 180%; text-align: center;color: #A67B5B;}
.products-list .price b.ori_price { font-size: 14px;}

/*外層版面*/
.product_page .main_part { width: 80%;	max-width: 1500px;}
.product_page .show_content { display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: space-between;}
.product_page .products-list { width: calc(100% - 280px);}
.product-layer-two { width: 250px; margin: 0;}
.product_info_page .product-layer-two { display: none;}
.product-layer-two li { margin: 0; width: 100%; padding: 0 10px;}
.product-layer-two > li.active { background: #707070; border-radius: 10px;}
.product-layer-two li.active li a { color: #fff; border: unset;}

/**/
.product-layer-two li a { color: #FCD006; border: none; border-bottom: 1px dotted #ccc; background: transparent; line-height: 200%; transition: all 0.3s;    padding: 7px 26px;}
.product-layer-two li:hover > a { color: #FCD006;  padding: 7px 30px;}
.product-layer-two li.active > a { color: #fff; border: none;}
.product-layer-two li:hover > a:before { background: #FCD006; color:#fff;}
.product-layer-two li.active > a:before { background: #fff; color:#FCD006;}
.product-layer-two > li > a:before {
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 18px;
    content: "＞";
    color: #707070;
    background: #f2f2f2;
    width: 18px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
    padding-left: 2px;
    font-size: 13px;
}

/**/
.product-layer-two li ul { position: relative; padding-top: 1px;}
.product-layer-two li li { border: none; background: transparent;}
.product-layer-two li li a { background: transparent;}
.product-layer-two li li:hover a { color: #FCD006;}
.product-layer-two li.active li:hover a { color: #FCD006;}

/*hover到才顯示副選單 關掉↓*/
.product-layer-two li li { display: block;}

/*--購物車/內層---------------------------------------*/

.product_info_page .main_part { width: 86%;}
.mobile_product_name { color: #FCD006; font-size: 24px; text-align: center;}

/*次分類*/
.block { background: #FCD006;}

/*按鈕顏色*/
.inquiry_a1 { background: #707070; transition: .3s ease-in-out;}
.inquiry_a2 { background: #658781; transition: .3s ease-in-out;}
.inquiry_a3 { background: #FCD006; transition: .3s ease-in-out;}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover { background: #FCD006; transition: .3s ease-in-out;}
.lastaction { color: #fff; background-color: #707070; transition: .3s ease-in-out;}
.lastaction:hover { color: #fff; background-color: #FCD006; transition: .3s ease-in-out;}
.nextaction { background-color: #FCD006; transition: .3s ease-in-out;}
.nextaction:hover { color: #fff; background-color: #FCD006; transition: .3s ease-in-out;}
.lastPage { background: transparent; border: 1px solid #FCD006; color: #FCD006; transition: all 0.3s;}
.lastPage:hover { color: #fff; background-color: #707070; border: 1px solid #707070; transition: all 0.3s;}

/*商品照輪播*/
/*..product_main { width: 100%;}*/
.product_pic h6 { display: none; color: #444;}
.product_pic #bx-pager .block { background: #444;}

/*商品側邊規格*/
/*.sidebarBtn { display: none;}*/
.product_info li .txt_box { color: #FCD006; width: 100%;}
.sidebarBtn .sp_price { color: #707070;}

/*區塊*/
.prod li { text-align: center;}
.prod li .prod-panel { margin: 20px 0 40px; text-align: justify;}

/*內文*/
ul.prod li h3.prod-thumb { background: transparent; color: #FCD006; border-bottom: 1px solid #70707088; padding: 5px 5px 15px; display: inline-block;}
.pd_tabInner_contain{text-align: justify;}

/*Q&A*/
/*li.prod-item:not(.is-active) { display: none;}隱藏*/
.qaform .breakF { background: transparent;}
.half_box ul li { text-align: left;}
.half_box ul li img { margin-left: 10px;}/*驗證碼*/

/*相關推薦*/
.prod_related { background: transparent; text-align: center;}
.prod_related h6 { color: #FCD006; border-bottom: 2px solid #70707088; padding: 5px 5px 15px; display: inline-block;}
.prod_related h6 span:before { font-size: 20px; color: #707070;}
.related_list { display: grid; grid-template-columns: repeat(4,1fr);}
.related_list li { padding: 7px 7px 22px; overflow: hidden; width: auto;}
.related_list li:hover { opacity: 0.6; transition: .3s ease-in-out;}
.related_list li a { max-height: 300px;}
.related_list li a img { max-height: 250px;}
.related_list li a p { margin-top: 10px;}

/*--RWD---------------------------------------*/

@media screen and (max-width: 1200px) { .products-list { grid-template-columns: repeat(3,1fr);}}
@media screen and (max-width: 1024px) { .product_page .products-list { grid-template-columns: repeat(2,1fr);}}
@media screen and (max-width: 768px) { 
    .product_page .product_menu_list>h5{color: #707070;}
    .products-list { grid-template-columns: repeat(2,1fr);}
    .product_page .products-list, .product-layer-two { width:100%;}
    .prod_related h6 span:before { font-size: 24px;}

    /*順序*/
    .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) { 
    .prod_related h6 span:before{font-size: 20px;}
    .related_list { grid-template-columns: repeat(2,1fr);}
}
@media screen and (max-width: 375px) { .products-list, .product_page .products-list  { grid-template-columns: 1fr;}}


/* = = = 相簿 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本分類全版面 ( 限制最寬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;}
.work_page .show-list .item a { max-width:100%;}
.work_page .show-list .show_pic { height:auto; line-height:0;}


/*作品展示*/
.work_page .main_part , .work_class_page .main_part, .work_info_page .main_part{    max-width: 1600px; width: 100%;    margin: 0 auto;}

/*相簿管理*/
.album_page .main_part , .album_class_page .main_part, .album_info_page .main_part{    max-width: 1400px; width: 100%;    margin: 0 auto;}
.subalbum-menu { margin: 0px 0;    padding: 0 5%;}
/*版面*/
ul.show-list, .other_subalbum{    display: grid;    grid-template-columns: 1fr 1fr 1fr; }
ul.show-list:before , ul.pic-list:before{content:none;}
.overlay {display: none;}
.show-list .item , .other_subalbum li , .pic-list .item{width: 100%;margin:0;padding:5px;}

.other_subalbum li {background: transparent;}

.show-list .show_pic img , .other_subalbum li a img { display: block; max-width: 100%;  min-width: 100%; height: 100%;  object-fit: cover; -moz-object-fit: cover; -ms-object-fit: cover;
  -o-object-fit: cover; -webkit-object-fit: cover;  position: absolute;  left: 0%;  top: 0%;  transition: 0.8s;}
.other_subalbum li a div:hover img , .show-list .show_pic:hover img { transform: scale(1.05);  }

.show-list .show_name{text-align: center;}
.show-list .item:hover .show_name { color: #FCD006;}
.subalbum-menu h2{  display: none;}
.other_subalbum li a p{text-align: center;margin-top: 20px;}
.other_subalbum li:hover p:after { width: 100%;}
.album_page .other_album, .album_class_page .other_album ,.album_info_page .other_album ,.album_page .overlay {display: none;}

/*相片頁*/

.pic-list{grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));    grid-gap: 40px;}
.pic-list .item h6 {
    font-size: 15px;
    color: #000;
    padding: 0;
    text-align: center;
    font-weight: 400;
    letter-spacing: 1px;
    margin-top: 20px;
}
.pic-list .item:hover {
    opacity: 0.6;
    transition: .3s ease-in-out;
}
.pic-list .item{transition: .3s ease-in-out;}


@media screen and (max-width: 768px) {
.work_page .show-list .item { width:49%;}
ul.show-list, .other_subalbum{    grid-template-columns: 1fr 1fr;}
}
@media screen and (max-width: 570px) {
.work_page .show-list .item { width:100%;}
ul.show-list, .other_subalbum{    grid-template-columns: 1fr;}
.pic-list{    grid-template-columns: 1fr;}
}

/* = = = footer = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.footer { background: #707070;position: relative;}
.footer_logo { display: none;}
.footer_logo img { max-width: 200px; width: 100%;}
.footer_info {  padding: 0;display: flex;flex-direction: row;align-items: center;flex-wrap: wrap;align-content: space-between;gap: 0 30px;}
.footer_info ul{display: grid;grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr));gap: 0;letter-spacing: 0.15em;}


/*footer_info*/
.footer_info li{ padding: 20px 10px;}
.footer_info ul>li:nth-child(1):before{
    content: "聯絡資訊";
    font-weight: 500;
    font-family: "Huninn",sans-serif;
}
.footer_info ul>li:before{
    font-size: 115%;
    color: #fff;
    display: block;
    margin: 0 0 20px;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    letter-spacing: 0.2em;
}
.footer_info li:nth-child(1) { display: inline-block; width: 100%;}
.footer_info li p {color: #fff;font-family: "Huninn",sans-serif;}
.footer_info li p a { color: inherit;}
.footer_info li .line,.footer_info li .tel{pointer-events: none;}    

/*footer_menu*/
.footer_info ul>li:nth-child(2):before{
    content: "網站地圖";
    font-weight: 500;
    padding-left: 15px;
    font-family: "Huninn",sans-serif;
}
.footer_info li:nth-child(2) { display: inline-block; width: 100%; vertical-align: top; }
.footer_menu {margin-top: 10px;display: grid;grid-template-columns: 1fr 1fr;gap: 12px 5px;}/*footer按鈕最小寬度100px*/
.footer_menu a:nth-child(1),.footer_menu a:last-of-type{display: none;}
.footer_menu a {margin: 0 0 0 15px;padding: 0;background: transparent;border: none;text-align: left;color: #fff;display: block;width: fit-content;font-family: "Huninn",sans-serif;}
.footer_menu a:hover { background: transparent; color: #FCD006; border: transparent;}

/*聯絡icon*/
.box_link {display: none;}
.box_link {top: unset;bottom: 0;}
.box_link .me_tp_call, .box_link .me_tp_mail{display: none;}
.box_link a {transition: all 0.3s;border: none;color: #fff;}
.fa-whatsapp:before, .fa-envelope::before { color: #666;}
.box_link a:hover { background: #707070; border-color: #707070;}
.box_link a:hover .fa-whatsapp:before, .box_link a:hover .fa-envelope::before, .box_link a:hover .fa-facebook::before, .box_link a:hover .fa-line::before , .box_link a:hover .fa-instagram::before { color: #EAD8C0;transition: all 0.3s;}

/*版權*/
.copy { background: transparent; color: #fff; border: none;}
.copy a { color: #fff; transition:all 0.3s;}

/*--RWD---------------------------------------*/

@media screen and (max-width: 910px){
    .footer_info{flex-direction: column;flex-wrap: nowrap;align-content: space-between;}
    .footer_info ul{width: calc(100% - 100px);}
}


@media screen and (max-width: 768px) {
    /*footer*/
    .footer_info { justify-content: center;}
    .footer_logo { text-align: center;}
    .footer_info ul { flex-direction: column;}
    .footer_info li:nth-child(1) { width: 100%;}
    .footer_info li:nth-child(2) { width: 100%; border-left: none;}

    /*底部按鈕*/
    #to_top { bottom:60px;}
    .footer.with_shopping_mode { padding:30px 0 70px; }
}

@media screen and (max-width: 600px) { 
    /*footer*/
    .footer_info{gap: 0;}
    .footer_info ul { width: 90%;}

    /*聯絡icon*/
    
}

/* = = = 聯絡表單 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/*表單最大寬度設定*/
.contact_content .information_right { max-width: 1400px;}

/*標題*/
.blank_letter { color: #FCD006;}

/*側邊資訊*/
.list_before { margin-top: 10px;}

/*表格樣式*/
.contact_form li input.noborder { border: none; border-bottom: 1px #ddd solid; background: transparent;}/*文字欄*/
.contact_form li textarea.noborder { background: transparent; border: 1px #ddd solid;}/*文字區塊*/
.form select { background: transparent;}/*下拉式*/
input[type="checkbox"], input[type="radio"] { margin: 0 10px;}/*複選、單選*/

/*驗證碼對齊*/
.contact_form li:nth-last-of-type(2) .form__insert { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: nowrap;}
.contact_form li:nth-last-of-type(2) input.noborder { border: 1px #ddd solid;}
.captcha { margin-right: 20px;}

/*按鈕*/
.contact_form li.last blockquote { border: 1px #ccc solid;}
.contact_le_map a { background: #FCD006;}
.contact_form li.last cite {background: #FCD006;}

@media screen and (max-width: 600px){
    .contact_form li .form__label{   background: #fff;}

}

@media screen and (max-width: 425px){
    /*聯絡表單*/
    .contact_form li { padding-left: 0;}
    .contact_form li .form__label { margin: 0 0 10px; width: 100%; text-align: left;}
    .contact_form li .form__insert { width: 100%;}
}

/* = = = RWD = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
@media screen and (max-width: 1200px) { }
@media screen and (max-width: 1024px) { }
@media screen and (max-width: 768px) { }
@media screen and (max-width: 600px) { }
@media screen and (max-width: 425px) { }
