@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 {}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#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;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*基本設定*/
.page {  margin: 0px;}
.pageIndex .main_part {
    border-top: 0px solid #ccc;}
.main_header_area .container {
    max-width: 1400px;}
.main_part {    padding: 25px 25px 100px;  }

/*中間小標刪除*/
.path { display:none;}


/*header最右側icon*/
.nav-menu>li:last-child {display:none;}
.tp_links a {    DISPLAY: NONE;}

/*網站按鈕*/
.animated-arrow {  background:#5eccff; border-radius: 30px;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*header*/
.pageIndex .header_area {   width: 100%;}
.main_header_area {   background: #ffffff; }
.navigation {    padding: 0px 0 0px 300px;}    
.me_tp_features {   display: none; }

.main_header_area:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50px;
    background: url(https://pic03.eapple.com.tw/jsacswim/header_bg.png);
    background-repeat: repeat-x;
    width: 100%;
    height: 100px;
    display: block;
    z-index: -1;
    -webkit-animation: scroll_left 25s steps(5124) infinite normal;
    animation: scroll_left 25s steps(5124) infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-filter: drop-shadow(12px 12px 7px rgba(0, 0, 0, 0.7));
    filter: drop-shadow(0px 0 6px rgba(0, 0, 0, 0.2));
}

/* 動畫 vvv */
@-webkit-keyframes scroll_left {
    0% {
        background-position: 0;
    }

    100% {
        background-position: -5000px;/*動畫圖片寬度*/
    }
}

@keyframes scroll_left {
    0% {
        background-position: 0;
    }

    100% {
        background-position: -5000px;/*動畫圖片寬度*/
    }
}

/* 動畫 ^^^ */

/*LOGO*/
.nav-header {  top: 0px;}
.nav-brand img {     max-width: 100%;}

.header_area .nav-brand{ width: 180px; transition: 0.3s ease-in-out;}
.header_area.sticky .nav-brand{ width: 100px; transition: 0.3s ease-in-out;}


/*選單*/
.stellarnav li {    letter-spacing: 1px;    margin: 0px 3px 0px 0px;  }
.stellarnav > ul > li:hover:after {
    height: 3px;
    width: 82%;
}
.stellarnav > ul > li > a {
    text-transform: uppercase;
    color: #313131;
    padding: 25px 0px 0px 40px;
    letter-spacing: 0.5px;
    font-size: 16px;
    vertical-align: middle;
    margin:  0px;
    height: 74px;
    text-align: center;
    line-height: normal;
}
.stellarnav > ul > li > a b {
    height: 100%;
}
.stellarnav > ul > li > a:hover {    
    color:#5eccff;
}
.stellarnav li.has-sub > a:after { 
    display: none;
}  

@media screen and (max-width: 1310px) {
    .stellarnav > ul > li > a {  padding: 25px 0px 0px 20px;}
}
@media screen and (max-width: 1130px) {
    .stellarnav > ul > li > a {  padding: 25px 0px 0px 10px;}
}
@media screen and (max-width: 1024px) {
.navigation {  padding: 0px 0 0px 0px;}
.stellarnav > ul > li > a {    padding: 0px 0px 0px 40px; height: 48px;}
}

@media screen and (max-width: 768px) {
    .header_area .nav-brand {   width: 80px;}
    .header_area.sticky .nav-brand {    width: 80px;}
    .stellarnav .menu-toggle:after {color: #5c5c5c;}
    .stellarnav .menu-toggle span.bars span {  background: #5c5c5c;}
    .stellarnav .menu-toggle, .stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile, .stellarnav .close-menu { padding: 27px 30px;}
    .stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {    background: #c8ecfd;  }
    .stellarnav.mobile > ul > li { border-bottom: 1px #d9d9d9 solid;  }
    .stellarnav.mobile > ul > li > a {  color: #060606;}
    .stellarnav > ul > li:after {display: none;}
    .me_tp_features { margin: 0% 0;}
}

@media screen and (max-width: 425px) {
    .main_header_area:after { top: 45px; height: 90px;}
    .stellarnav .menu-toggle, .stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile, .stellarnav .close-menu { padding: 27px 10px;}
    .nav-brand img {   padding-top: 0px;}
}

/*下拉選單*/
.stellarnav li li:hover {        background:#5eccff;}
.stellarnav li a:hover {    color: #ffffff;}
.stellarnav li li.has-sub > a:after {
    margin-left: 70px;
    border-left: 6px solid #fdfdfd;
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner { background: url(https://pic03.eapple.com.tw/jsacswim/bn.jpg)center top;     padding: 135px 0;     letter-spacing: 10px;}
.banner h5 { display: none; color: #f3d806;}

.services_page .banner.banB {display: none;}
.other_page .banner.banB {display: none;}
.banner.banC {}
.banner.banE {}
.banner.banF {}
.banner.banblog {}

/*首頁文章*/
/*.module_i_news li:nth-child(n+4) {display: none;}*/

@media screen and (max-width: 1024px) {
    .banner { font-size: 35px;}
}
@media screen and (max-width: 768px) {
    .banner { padding: 65px 0;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*footer*/
.footer {    
    background: #046ab6; 
    padding: 0px 0 0;

}

.footer_logo {    
    display: none;
}

.footer:before {
    content: "";
    background-image: url(https://pic03.eapple.com.tw/jsacswim/footer_bg.png);
    bottom: 117px;
    height: 220px;
    width: 100%;
    left: 0;
    position: absolute;
    display: block;
    clear: both;
    background-position: 0 0, 0 bottom;
    background-repeat: repeat-x, repeat-x;
    z-index: -999;
    -webkit-animation: scroll_left 25s steps(5124) infinite normal;
}

.footer_info {  
    padding: 0; 
}
.footer_info ul{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
}
.footer_info li {
    padding: 5px 6px;
}
.footer_info li p {
    width: 380px;
    color: #ffffff;
}
.footer li:nth-child(1) a{
    color: #ffffff;
}
.footer_info li:nth-child(1) {
    padding: 5px 6px 5px 19px;
}
.footer_info li:nth-child(2) {
    display: flex;
    justify-content: flex-end;
    width: 56%;
}
.footer_info li h6{
    font-size: 20px;
    line-height: 130%;
    margin-bottom: 10px;
}
.footer_menu {
    width: 66%;
    text-align: end;
}
.footer_menu a {
    letter-spacing: 1px;
    border: 1px #ffffff solid;
    color: #ffffff;
    background: none ;
    padding: 8px 13px;
    text-align: center;
    width: 130px;
}
.footer_menu a:hover {
    border: 1px #4caae0 solid;
    color: #ffffff ;
    background: #4caae0 ;
}
.footer_info li p.tel:before {
    content: '聯絡電話：';
}
.footer_info li p.add:before {
    content: '泳池地址：';
}
.copy {
    color: #fff;
    border-top: 1px #046ab6 solid;
    background: #046ab6;
}
.copy a {color: #fff;}
.copy a:hover {color: #fff;}

@media screen and (max-width: 1024px) {
    .footer_menu {    width: 80%;  }
    .footer_info li p {  width: 100%;}
    .footer_info li:nth-child(1) {   width: 100%;}
    .footer_info li:nth-child(2) {width: 100%;}
    .footer_info ul {  flex-direction: column;    }
    .footer:before {   bottom: 189px;    height: 240px;}
}

@media screen and (max-width: 893px) {
}

@media screen and (max-width: 768px){
    .footer_info ul {
        display: flex;
        width: 100%;
        flex-direction: column;
        align-items: unset;
    }
    .footer_info li:nth-child(1) {   width: 100%;}
    .footer_info li:nth-child(2) {  justify-content: center;      width: 100%;  }
    .footer_menu {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .copy { padding-top: 10px;}
    .footer:before {   bottom: 222px;}
}
@media screen and (max-width: 681px) {
    .footer:before {   bottom: 255px;    }
}
@media screen and (max-width: 580px) {
    .footer:before {   bottom: 270px;   height: 245px;  }
}
@media screen and (max-width: 425px) {
    .footer:before {   bottom: 288px;    height: 210px;}
}
@media screen and (max-width: 419px) {
    .footer:before {   bottom: 275px;    height: 232px;}
}
@media screen and (max-width: 375px){
    .footer:before {   bottom: 314px;    height: 350px;}
.footer_menu {  width: 93%;}
}

/*選單按鈕隱藏選單*/
.footer_menu a:nth-of-type(1),.footer_menu a:nth-of-type(11)  {display: none;}

/*隱藏footer右邊按鈕*/
.box_link a { display: none;}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*首頁文章*/
.module_i_news {  padding: 50px 20px 120px;}
.module_i_news li {    width: 49%;}
.module_i_news li a:before {
    background:#5eccff;
    color: #ffffff;
    opacity: 0;
    right: 0px;
    bottom: 0px;
    top: 100%;
    width: 100%;
    transform: translate(0%, 0%)}
.module_i_news li a:hover::before {     top: 81%;  transform: translate(0%, 0%) translateY(0%);    opacity: 1;}
.module_i_news li a:after {    background: unset;    border: unset;}
@media screen and (max-width: 768px){
    .module_i_news li {  width: 100%; }
}

/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/
/*文章設定*/
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {    background:#5eccff !important;}
.blog_le .accordion {
    list-style-type: none;
    margin: unset;
    border: unset;
    border-radius: unset;
    border-bottom :  1px #ccc solid;
    border-top:  1px #ccc solid;}
.blog_box {padding: 30px 7px 40px 7px;}
.subbox_item { 
    width:100%;
    padding: 25px 0;
    border-bottom: 3px dotted #ccc;
}
.blog_list_le {box-shadow: 0px 0px 5px #ccc;width: 18%;}
.blog_list_ri {
    padding: 0 35px;
    width: 80%;
}
.subbox_item a:before {
    background:#5eccff;
    color: #fff;
    padding: 0px 0px 0px 88%;
    width: 100%;
    right: 0px;
    bottom: -14px;
}
.subbox_item a:hover:before  { opacity: 1;}
.submenu a:hover { background: #046ab6;}

.subbox_item a:after {display: none;}

@media screen and (max-width: 768px){
    .subbox_item {padding: 14px 0;}
    .subbox_item a:before { padding: 0px 0px 0px 3%;}
    .blog_list_le {width: 100%;}
    .blog_list_ri {padding: 10px 5px 10px;}
}

/*文章內頁*/
.blog_back a.article_btn_back {  background:#5eccff;}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*服務項目-下拉*/
.promotion_title { display: none;}
.other_select_page .clearfix {  display: none;}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*相簿*/
.overlay {   background: rgb(0 0 0 / 25%);}
.show-list .show_pic {
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
    line-height: 0;
    height: 100%;
    padding-bottom: 0;
    box-shadow: 0px 0px 10px #aaa;
}

.show-list .show_name {   text-align: center; margin-top: 15px;}
.show-list .item:hover .show_name {    color:#5eccff;}
.other_album_choice li {
    background:#5eccff;
    border-radius: 10px;
    font-size: 13px;}
.other_album_choice li .fa {  height: 12px;vertical-align: baseline;}
.fa-2x {    font-size: 1em;}

.subalbum-menu h2 { color: #5eccff;}
.block {  background: #5eccff;}

@media screen and (max-width: 748px){
    .show-list .item {    width: unset;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*購物車*/
.product_page .main_part { max-width:1400px;}
.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;}
.product_page .product-layer-two { position: relative; width: 220px; letter-spacing: 1px; min-height: 30vw;}
.product_page .products-list,
.product-wrapper { width: calc(100% - 270px); display: flex; flex-wrap: wrap; align-items: flex-start;}
ul.page { width: 100%;}
.products-list .item {    width: 24%;  margin: 0px 7px 14px 0;}
.products-list .item a:hover .more {background:#5eccff;}
.products-list .name {    text-align: center; margin-top: 7px;}
.products-list .pic {padding-bottom: 0;   height: 100%;  overflow: hidden;  box-shadow: 0px 0px 0px #aaa;}
.products-list .pic img { transform: scale(1);  transition: all 0.3s;}
.products-list .pic:hover img {transition: all 0.3s; transform: scale(1.1);}
.products-list .more {
    border: 1px solid#5eccff;
    color:#5eccff;}
.products-list a:hover .more {
    background:#5eccff;
    border-color:#5eccff;
    color: #fff;}

.product-layer-two li ul { position:static; margin-top:10px; 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:5px 10px; transition:all ease .3s;}
.product-layer-two li li a{ padding:0;}
.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;}
.product-layer-two li a {  background: #ffffff00;  border: unset; text-align: center;    color:#5eccff;    transition: all 0.3s;}
.product-layer-two li a:hover {transform: translateX(10px);   transition: all 0.3s;}
.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: #fff; 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-layer-two li.active a { border:unset;  color: #fff;  background:#5eccff;}

.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;}

.bx-wrapper .bx-viewport {  border: unset; box-shadow: 0px 0px 10px #aaa;  background: #fff;}
.bx-wrapper img {  margin: 0 auto;}
.product_pic #bx-pager {color:#5eccff;}
.product_pic #bx-pager .block { background:#5eccff;}
.product_main .prod h3 { display: inline-block; padding: 8px 20px 10px; background:#5eccff;color: #fff; border-radius: 30px; margin-bottom: 15px;}
.qaform {  margin: 0px auto;}

/*購物車所有按鈕*/
.inquiry_a1 {    background: #e79348;}
.inquiry_a2 {    background: #020202;}
.lastaction { color: #fff;  background-color: #333;}
.nextaction {    background-color:#5eccff;}
.lastPage {    background: #000;}

/*相關推薦*/
.related_list li {    width: 20%;    padding: 7px;}
.related_list li a {    background: unset; transition: all 0.3s;}
.related_list li a:hover { transform: translateY(-10px);   transition: all 0.3s;}

/*首頁購物車*/
@media screen and (max-width: 1024px){
    .products-list .item { margin: 0px 4px 11px 0;  }.
}
@media screen and (max-width: 425px){
    .products-list .item { width: 49%; margin: 0px 0px 10px 0;  }
}
/*購物車*/
@media screen and (max-width: 768px){
    .product_page .products-list, .product-wrapper {   width: calc(100% - 0px);}
}
@media screen and (max-width: 425px){
    .product_page .products-list, .product-wrapper { justify-content: space-between;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*聯絡我們*/
.contact_form li input.noborder {
    border: unset;
}
.contact_form li textarea.noborder {
    border: unset;
}
.contact_form li {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 90px;
    border-bottom: 1px solid #C2BCB4;
}
.contact_form li.last cite {
    background:#5eccff;
}
.contact_form li.last blockquote, .contact_form li.last cite {
    border: 1px#5eccff solid;
}
.contact_content .information_right {  
    padding-left: 44px;
}

@media screen and (max-width: 825px) {
    .list_before.info li {    width: 100%; }
}
@media screen and (max-width: 768px) {
    .contact_content .information_right {padding-left: 0px; padding: 0px; }
}
@media screen and (max-width: 695px) {
    .contact_form li .form__label {
        text-align: left;
        margin-bottom: 5px;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {display: none; }
.footer.with_shopping_mode { padding:20px 0 0px; }
#to_top { bottom:60px;}

/*手機版電話顏色
.footer_info li:nth-child(1) p, .footer_info li:nth-child(1) a {    color: #fff;}*/
}

@media screen and (max-width: 600px) { 
}




