@charset "utf-8";
:root {
    --Color_01: #254e58;
    --Color_02: #1b414a;
    --Color_03: #b08d57;
    --Color_04: #88b9a6;
    --Color_05: #5a5a5a;
}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*反白顏色*/
::-moz-selection{
  background-color: #444;
  color: #fff;
}
::selection{
  background-color: #444;
  color: #fff;
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 頁面的麵包屑 首頁/頁面名稱/ */
.path { display:none;}
.pageIndex .main_part {    border-top: none;}
#content {    min-height: 80vh;}

/*首頁+聯絡按鈕*/
.animated-arrow { background:var(--Color_02) ;}
.swiper-pagination {    position: relative;    transform: translateX(-50%);    left: 50%;    margin-left: 0;bottom: 30px;}
.news_part {    display: none;}

/*預設解除背景輪播*/
#content_main { margin:0;}
.swiper-banner { position:static; margin:0; height:auto;}
.bannerindex {
    padding: 0;
    margin: 0;
    height: auto;
    position: relative;
    aspect-ratio: 2 / 1;
}
.swiper-slide img {
    width: 100%;
    display: block;
    max-width: 100%;
    min-width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    margin: 0;
    transition: all 0.3s;
}
.swiper-slide:before {
    content: "";
    background: url(https://pic03.eapple.com.tw/venusnail/Banner-04.png);
    position: absolute;
    max-width: 850px;
    width: 50%;
    height: auto;
    aspect-ratio: 21 / 4;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
    left: 50%;
    bottom: 7.5%;
    transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;height: auto;aspect-ratio:1/2;}
.swiper-banner {    height: 100%;}
.swiper-slide:before{width: 90%;  }
.swiper-slide img {
    transform: translate(-25%, 50%) rotate(90deg) !important;
    width: 200%;
    height: 50%;
    max-width: 200%;
    min-width: 200%;
}
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*選單設定*/
.nav-menu {    margin: 30px 0 0;    padding: 0 10px 0 220px;}
.main_header_area {    background: rgb(255 255 255 / 90%);}
.main_header_area .container {    max-width: 95%;}
.nav-menu>li:not(.tp_links) {    padding-right: 15px;}
.nav-menu>li:hover>a, .nav-menu>li.active>a, .nav-menu>li.focus>a {    color: var(--Color_02);}
.nav-dropdown>li:hover>a, .nav-dropdown>li.focus>a {    color: #fff;}
li.tp_links {    display: none;}


/*下拉*/
.nav-dropdown>li{transition: 0.2s;}
.nav-dropdown>li:hover{background-color: var(--Color_03);}
.nav-dropdown>li>a {    background: transparent; color: #fff;    transition: all 0.2s;        letter-spacing: 1.5px; width: 100%;    border: none;}
.nav-dropdown>li:hover>a {    color: #fff;}
.nav-dropdown>li + li{border-top: 1px solid var(--Color_01);}
.nav-menu>li:hover>a .submenu-indicator-chevron, .nav-menu>.active>a .submenu-indicator-chevron, .nav-menu>.focus>a .submenu-indicator-chevron,
.nav-dropdown>li:hover>a .submenu-indicator-chevron, .nav-dropdown>.focus>a .submenu-indicator-chevron {    border-color: transparent #fff #fff transparent;}

.nav-menu>li:nth-child(3)>.nav-dropdown > li:nth-child(7) ~ li {    display: none;}
.nav-menu>li:nth-child(2)>.nav-dropdown > li:nth-child(1) , .nav-menu>li:nth-child(3)>.nav-dropdown > li:nth-child(1) , .nav-menu>li:nth-child(5)>.nav-dropdown > li:nth-child(1){display:none;}

.nav-menu>li>.nav-dropdown{background: var(--Color_02);border: none;}

/*手機漢堡選單設定*/
.nav-menus-wrapper-close-button{color: #fff;}
.nav-toggle {    top: 17px;}
.nav-toggle:before {    background-color:#fff;    box-shadow: 0 0.5em 0 0#fff, 0 1em 0 0#fff;}
.nav-toggle:after {    color:#fff;}
.navigation-portrait .nav-menus-wrapper {    max-width: 280px;background: var(--Color_01);}


/*電腦選單漸變效果處*********************************/
/*固定選單*/
.pageIndex .header_area {    position: fixed;    width: 100%;}
/*選單底色*/
.header_area .main_header_area{    background: var(--Color_01);}
.pageIndex .header_area .main_header_area {    background: transparent;transition: all 0.3s;}
.header_area.sticky .main_header_area {    background: var(--Color_01);transition: all 0.3s;}
/*選單字體顏色*/
.header_area .nav-menu>li>a {    color: #fff;}
.header_area .nav-menu > li > a:after {    background: #fff;}
/*
.header_area.sticky .nav-menu>li>a {    color:#444 ;}
.header_area.sticky .nav-menu > li > a:after {    background:#444 ;}
/*選單logo變色*/
.header_area .nav-brand img {    filter: brightness(5);    transition: all 0.3s;}
/*
.header_area.sticky .nav-brand img {    filter: brightness(1);}
/*選單下拉箭頭顏色*/
.header_area .submenu-indicator-chevron {    border-color: transparent #fff #fff transparent;}
/*
.header_area.sticky .submenu-indicator-chevron {    border-color: transparent #444 #444 transparent;}
/**/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*LOGO設定*/
.nav-brand {    margin-top: 5px;}
.footer_logo img {        filter: brightness(10);}

@media screen and (max-width: 768px) {
.nav-brand-m {    display: block;    text-align: left;    padding: 15px 10px;}
.nav-brand-m img {    max-width: 150px;
    width: 100%;
    transform: translateX(-50%);
    left: 50%;
    position: relative;filter: brightness(10);
}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*Footer*/
.footer {    padding: 50px 0 0;    background: var(--Color_01);}
.footer_menu { border-bottom: none !important;}
.copy {    background: var(--Color_02);    color: #fff;    border: none;    padding: 10px 0;margin-top: 25px;}
.copy a{    color: #fff;}

.footer_menu {    display: grid;    grid-template-columns: repeat(auto-fit, minmax(min(100px,100%), 1fr));    gap: 5px;}
.footer_menu a {
    margin: 0;
    text-align: center;
    padding: 6px 3px;
    transition: all 0.3s;
    border: none;
    background: var(--Color_02);
    color: #fff;
}.footer_menu a:hover {    background: var(--Color_03);}


.footer_info li:nth-child(1) p , .footer_info li:nth-child(1) a {    color: #fff;}


/*footer置中*/
.footer_info{padding: 0;}
.footer_info li:nth-child(1) {    width: 100%;    display: flex;    flex-direction: column;    margin-bottom: 10px;}
.footer_info li:nth-child(2) {width: 100%;}

p.phone , p.mail{    display: none;}

p.add{order: 1;}
p.tel{order: 2;}
p.add2{order: 3;}
p.fax{order: 4;}
/**/

.footer_info li p.add:before {    content: '店家地址：';}
.footer_info li p.tel:before {    content: '聯絡電話：';}
.footer_info li p.add2:before {    content: '營業時間：';}
.footer_info li p.fax:before {    content: '店休日：';    letter-spacing: .42em;    margin-right: -1px;}
.footer_info li:nth-child(1):after {
    content: "停車資訊：店門口可停汽車、機車，最近的停車場為忠明公園地下停車場。";
    order: 99;
    line-height: 175%;
    letter-spacing: 1px;
    color: #fff;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {
    background-image: url(https://pic03.eapple.com.tw/venusnail/sBanner.jpg);
    background-repeat: no-repeat;
    width: 90%;
    margin: 50px auto;
    background-size: cover;
    max-height: 360px;
    height: 20vw;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5vw;
    color: #fff;
}

@media screen and (max-width: 768px) {
.banner h5{font-size: 28px;}
}
@media screen and (max-width: 600px) {
.banner {    margin: 30px auto;}
.banner h5{font-size: 24px;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*購物車設定*/
/* 產品的看更多按鈕設定 */
.products-list .more {    border: 1px solid var(--Color_02) !important;    color: var(--Color_02);}
.products-list a:hover .more {    background: var(--Color_02);    border-color: var(--Color_02);    color: #ffffff;}


/*外層*/
.product-layer-two li a {    color: var(--Color_02);    border: 1px solid var(--Color_02);    transition: all 0.3s;}
.product-layer-two li:hover > a { background: var(--Color_02);    color: #fff;}
.product-layer-two li.active > a {background: var(--Color_02);    color: #fff;  font-weight: normal;}

/*內層*/
.lastPage {    background: var(--Color_02);}
.nextaction {    background-color: var(--Color_02);}
.lastaction {    color: #fff;    background-color: var(--Color_02);}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*文章管理*/
.main_part {    max-width: 1500px;}
.products-box {    width: 90%;    max-width: 1500px;    margin: 100px auto;}
.module_i_news {    padding: 100px 20px;}
.module_i_news ul {    display: flex;    flex-wrap: wrap;}
.module_i_news li {    width: 25%;    padding: 10px;}
.i_blog_ri , .i_blog_le {    width: 100%;}
.module_i_news li a , .subbox_item a{overflow: hidden;}
.module_i_news li a:before , .module_i_news li a:after , .subbox_item a:before , .subbox_item a:after{    transition: 0.3s;}
.module_i_news li a:after , .subbox_item a:after{    content: none;}
.module_i_news li a:before, .subbox_item a:before {    background: #254e58cc;    color: #fff;}
.module_i_news .title_i_box h4 {    font-size: 28px;    color: #222;    font-weight: normal;    letter-spacing: 2px;}

.module_i_news li a:before , .subbox_item a:before {    transform: translateX(-50%);    width: 100%;    bottom: -40px;    top: unset;    opacity: 0;}
.module_i_news li a:hover:before , .subbox_item a:hover:before {    opacity: 1;    transform: translateX(-50%);    bottom: 0;}

/*文章分享變1排3個*/
.blog_page .main_part {    max-width: 1400px;}
.blog_list_le , .blog_list_ri {    width: 100%;}
.blog_subbox {    display: flex;    flex-wrap: wrap;    justify-content: flex-start;}
.subbox_item {    width: calc(100% / 3);    padding: 5px;}

@media screen and (max-width: 980px) {
.module_i_news li , .subbox_item {    width: 50%;}
.module_i_news ul {    max-width: 650px;}
.products-box {    margin: 70px auto;}
.module_i_news {    padding: 70px 20px;}
}
@media screen and (max-width: 600px) {
.module_i_news {    padding: 50px 20px;}
.module_i_news li , .subbox_item{    width: 100%;    margin: 0 auto;    max-width: 350px;}
.products-box {    margin: 50px auto;}
.module_i_news .title_i_box h4 {    font-size: 24px;}
}


/*文章設定*/
.blog_back a.article_btn_back {    background: var(--Color_02);}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {    background: var(--Color_02) !important;}
.share_page .edit {    text-align: justify;    line-height: 180%;}
.subbox_item a:before , .subbox_item a:after {    transition: 0.3s;}
.blog_le .accordion > li {    transition: all 0.3s;}
.blog_box_edit {    line-height: 180%;    text-align: justify;    margin-bottom: 30px;}
h4.blog_category_title {    text-align: justify;}
.link a {    width: 100%;    display: block;    padding: 15px 10px;}
.accordion li .link {    padding: 0;}

/**/

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*主分類頁面*/
ul.show-list , ul.other_subalbum , ul.pic-list {    display: grid;grid-template-columns: repeat(3,1fr);gap:30px;}
ul.show-list:before , ul.other_subalbum:before , ul.pic-list:before{content:none;}
.other_subalbum li , .show-list .item , .pic-list .item{    width: 100%;padding: 0;margin: 0;}

.album_page .main_part , .album_class_page .main_part , .album_info_page .main_part {    max-width: 1400px;}
.show-list .item:hover .show_name {    color: var(--Color_02);}
.show-list .show_pic {    padding-bottom: 100%;}
.show-list .show_pic img {
    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%);
}

/*次分類頁面*/
.other_album_choice li {    background: var(--Color_02);}
.other_subalbum li p {    line-height: 220%;}
.other_subalbum li a div {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
}
.other_subalbum li a img {
    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%);
}
.other_subalbum li a div:after {
    content: "";
    position: absolute;
    background: rgb(0 0 0 / 30%);
    width: 100%;
    height: 100%;
    transform: translate(-50% , -50%) scale(0);
    top: 50%;
    left: 50%;
    transition: all 0.3s ease-in-out;
    opacity: 0;
}
.other_subalbum li a:hover div:after {    transform: translate(-50% , -50%) scale(1);    opacity: 1;}


/*照片頁*/
.pic-list .show_pic {
    padding-bottom: 100%;
}
.pic-list .show_pic img{
    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%);
}


@media screen and (max-width: 980px) {
ul.show-list , ul.other_subalbum , ul.pic-list{    grid-template-columns: repeat(2,1fr); gap:20px; }
}
@media screen and (max-width: 600px) {
ul.show-list , ul.other_subalbum , ul.pic-list{    grid-template-columns: repeat(1,1fr);  gap:15px;}
}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*其他分頁*/
.promotion_title h2 {    border-bottom: 2px solid var(--Color_02);}
.promotion_title {    border-bottom: 1px solid var(--Color_02);}

.other_select_page .promotion_title , .other_select_page .other_promotion , .other_select_page .page{display: none;}

/*聯絡我們*/
.contact_page .main_part{padding-top: 0;}

/**/
.list_before.info li:last-child {    padding-left: 0;}
.contact_content .list_before > li:not(li:last-of-type) {    display: none;}
.contact_content .list_before.info > li:last-of-type {    padding: 0;    margin: 0;}
/**/

/**/
/*線上估價*/
.rewrite_simple {    background-color:var(--Color_02) ;}
.send_simple    {    background-color:var(--Color_02) ;}
.filltext {    background: var(--Color_02);}


/**/
/*購物車開金流*/
.box_search {    margin-left: 40px;}
.shop_search_btn {    background: var(--Color_02);}

/*頁數設定*/
.page {    display: flex;    justify-content: center;    flex-wrap: wrap;   margin: 40px 0;}
.page strong, .page a {
    height: auto !important;
    border: 1px var(--Color_02) solid;
    border-radius: 30px;
    padding: 0 5px;
    color: var(--Color_02);
    transition: all 0.3s;
}
.page strong, .page a:hover {    background: var(--Color_02);    color: #fff;}
.page li.activeN {
    display: flex;
    width: 30px;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1/1;
    position: relative;
    vertical-align: initial;
    background: var(--Color_02);
    color: #fff;
    border-radius: 30px;
}


@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {display: block; }
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}
.nav-menu {    margin: 0;padding: 0 10px;}
.nav-menu>li:not(.tp_links) {    padding-right: 0;}
.nav-dropdown>li {    text-align: left;}
.nav-dropdown>li>a {    width: calc(100% - 45px);}
.navigation-portrait .nav-dropdown>li>a:before{content:none;}
.list_before.info {    max-width: 100%;}
.box_search {    margin-left: 0;}

/*手機選單漸變效果處*********************************/
/*選單底色*/
.header_area {    position: relative;}
.header_area .main_header_area {    background: var(--Color_01) ;}
/*選單字體顏色*
.header_area .nav-menu>li>a {   color:#444 ;}
/*選單logo變色*/
.nav-brand img {    margin-top: 0;    max-width: 180px;}

/*
.header_area .nav-brand img {    filter: brightness(1);}
/*選單下拉箭頭顏色*/
/*
.header_area .submenu-indicator-chevron {    border-color: transparent #444 #444 transparent;}
/**/




/*手機版LOGO設定*/
.footer_logo { margin-left: unset; margin: auto; text-align: center; }

}

@media screen and (max-width: 600px) {
.products-list .item {    width: 100%;}
.subbox_item a:before , .subbox_item a:after {    content: none;}
}