@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}
*/

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*反白顏色*/
::-moz-selection{
  background-color: #444;
  color: #fff;
}
::selection{
  background-color: #444;
  color: #fff;
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 頁面的麵包屑 首頁/頁面名稱/ */
.path { display:none;}
.news_part {    display: none;}

/*首頁+聯絡按鈕*/
.animated-arrow { background:#374a7d ;}
.swiper-pagination {    left: 50%;    margin-left: 0;    transform: translate(-50% , 0);}
.pageIndex .main_part {    border-top: none;}
.products-box {    width: 100%;    max-width: 1200px;    margin: 80px auto;}



/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:static; 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;}
}

.swiper-slide:after {
    top: 30%;
    left: 75%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    max-width: 300px;
    max-height: 33.3%;
    content: "";
    position: absolute;
    background-image: url(https://pic03.eapple.com.tw/justsongit/Banner-Slogan.png);
    background-position: center;
    filter: drop-shadow(0px 0px 2px rgba(0,0,0,0.5));
}
.swiper-slide:nth-child(2):after {
    background-image: url(https://pic03.eapple.com.tw/justsongit/Banner-Slogan2.png);
    filter: drop-shadow(0px 0px 2px #fff);
}




/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*選單設定*/
.main_header_area {    background: rgb(255 255 255 / 90%);}
.nav-menu {    margin: 0;}
.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: #374a7d;}
.nav-dropdown>li:hover>a, .nav-dropdown>li.focus>a {    color: #374a7d;}
.nav-dropdown>li {    text-align: center;}

.pageIndex .header_area {    position: fixed;    width: 100%;}


/*下拉*/
.nav-dropdown>li>a {    background: #f7f5f5;    transition: 0.2s;        letter-spacing: 1.5px; width: 100%;}
.nav-dropdown>li>a:hover {    transition: 0.2s;    background-color: #374a7d;;    color: #fff}
.nav-dropdown>li:hover>a .submenu-indicator-chevron, .nav-dropdown>.focus>a .submenu-indicator-chevron {    border-color: transparent #fff #fff transparent;}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*LOGO設定*/
.nav-brand img {    margin-top: -5px;    max-width: 180px;}
.footer_logo img {    max-width: 260px;    margin-top: 8px;}

@media screen and (max-width: 768px) {
.nav-brand-m {    display: block;    text-align: left;    padding: 15px 10px;}
.nav-brand-m img {    max-width: 200px;    width: 100%;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*Footer*/
.footer{ border-top: none !important;padding: 50px 0 0;}
.footer_menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10px;
    border-bottom: none !important;
}
.copy {    background: #374a7d;    color: #fff;}
.copy a{    color: #fff;}
.footer_menu a:hover {    background: #374a7d;}
.footer_menu a {
    width: calc((100% - 30px) / 6);
    text-align: center;
    margin: 0;
}

.footer_info li:nth-child(1) {    width: 100%;}
.footer_info li:nth-child(2) {    width: 100%;}

@media screen and (max-width: 768px) {
.footer_menu a {    width: calc((100% - 15px) / 3);    margin: 5px 0;}
}
@media screen and (max-width: 600px) {
.footer_menu {    margin: 0 auto;}
}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {    background: url(https://pic03.eapple.com.tw/justsongit/sBanner-01.png);    height: 350px;position: relative;background-size: cover;    background-position: center;}
.banner h5 {
    background: #374a7d;
    color: #fff;
    width: fit-content;
    top: 50%;
    padding: 5px 25px;
    position: relative;
    left: 0;
    padding-left: 55px;
    transform: translateY(-50%);
}
@media screen and (max-width: 1200px) {.banner {    height: 300px;}}
@media screen and (max-width: 1024px) {.banner {    font-size: 36px;    height: 250px;}}
@media screen and (max-width: 768px) {.banner {    font-size: 32px;    height: 250px;    background-position: center;}}
@media screen and (max-width: 600px) {
.banner {    height: 160px;    background-position: 55% , center;}
.banner h5 {    padding: 5px 25px;    left: 50%;    transform: translate(-50%,-50%);}
}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*購物車設定*/
/* 產品的看更多按鈕設定 */
.products-list .more {    border: 1px solid #374a7d !important;    color: #374a7d;    border-radius: 0 10px;}
.products-list a:hover .more {    background: #374a7d;    border-color: #374a7d;    color: #ffffff;}
.products-list .pic {    overflow: hidden;}

/*外層*/
.product-layer-two li a {    color: #374a7d;    transition: all 0.3s;    border: 1px solid #374a7d;    border-radius: 0 8px 0 8px;}
.product-layer-two li:hover > a { background: #374a7d;    color: #fff;}
.product-layer-two li.active > a {background: #374a7d;    color: #fff;  font-weight: normal;}

/*內層*/
.lastPage {    background: #374a7d;}
.nextaction {    background-color: #374a7d;}
.lastaction {    color: #fff;    background-color: #374a7d;}

/*購物車內外層最大寬度設定*/
.product_page .main_part {    max-width: 1500px;    min-height: 50vh;}
.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;}
.product_page .products-list, .product-wrapper {    width: calc(100% - 270px);}
.page{    width: 100%;}


/*購物車主分類設定寬度100%*/
.product-layer-two > li {    width: 100%;    max-width: 100%;    padding: 0px;    text-align: left;}


/*購物車次分類固定展開*/
.product-layer-two li ul {    position: unset;    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 ul > li + li {    margin-top: 5px;}
.product-layer-two li li a{    padding: 0;}
.product-layer-two li li:hover > a { background: #fff;    color: #374a7d;}


/*購物車內頁不顯示分類選單*/
.product_info_page .product-layer-two {    display: none;}
.product_info_page .products-list, .product-wrapper {    width: 100%;}


/*選單文字顏色*/
.product-layer-two li.active > a {    background: #374a7d;    color: #fff;    font-weight: normal;}

/*次分類hover箭頭*/
.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: #374a7d;}

/**/


@media screen and (max-width: 768px) {
.product-layer-two , .products-list, .product-wrapper {    width: 100%;}
.products-list .item {    width: 49%;}
}

@media screen and (max-width: 600px) {
.products-list .item {    width: 100%;}
.product-layer-two {    margin-right: 0;}
.product-layer-two > li {    margin-bottom: 5px;}
.product_page .product-layer-two , .product_page .products-list {    width: 100%;}


/*調整手機版選單順序*/
.product_page .show_content > a {    order: 1;}
.product_page ul.products-list {    order: 2;}
.product_page .page {    order: 3;}
.product_page ul.product-layer-two {    order: 4;}

}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/
.blog_back a.article_btn_back {    background: #374a7d;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {    background: #374a7d !important;}
.share_page .edit {    text-align: justify;    line-height: 180%;}
.subbox_item a:before , .subbox_item a:after {    transition: 0.3s;}
.blog_box_edit {    line-height: 180%;    text-align: justify;}
h4.blog_category_title {    text-align: justify;}
.link a {    width: 100%;    display: block;    padding: 15px 10px;}
.accordion li .link {    padding: 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: #374a7d;}
.show-list .show_pic {    height: 30vh;    max-height: 290px;    padding-bottom: 0;}
.show-list .show_pic img {
    display: inline-block;
    max-width: 100%;
    min-width: 100%;
    object-fit: cover;
    height: 30vh;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
}

/*次分類頁面*/
.other_album_choice li {    background: #374a7d;}
.other_subalbum li p {    line-height: 220%;}
.other_subalbum li a div {
    height: 30vh;
    max-height: 250px;
    overflow: hidden;
    position: relative;
}
.other_subalbum li a img {
    max-width: 100%;
    min-width: 100%;
    object-fit: cover;
    height: 100%;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
}
.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 {    height: 40vh;    max-height: 240px;    padding-bottom: 0;}
.pic-list .show_pic img{
    max-width: 100%;
    min-width: 100%;
    object-fit: cover;
    height: 100%;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
}


@media screen and (max-width: 600px) {
/*照片頁*/
.pic-list .item {    width: 96%;    margin: 10px 2%;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*其他分頁*/
.promotion_title h2 {    border-bottom: 2px solid #374a7d;}
.promotion_title {    border-bottom: 1px solid #374a7d;}

/*聯絡我們*/
.contact_content .information_left {    width: 100%;}
.contact_content .information_right {
    width: 100%;
    padding: 10px;
    max-width: 1200px;
    margin: 0 auto;
    display: block;
	display:none;
}
.list_before.info li {    padding-left: 0;}
.list_before.info li:not(li:last-child) {    display: none;}
h4.blank_letter.i {    display: none;}
.contact_content {    width: 100%;    padding: 0;}
.noborder {    background: #f7f7f7;    border-radius: 5px;}

.contact_form li {    padding-left: 100px;}
.contact_form li .form__label {    width: 95px;    margin-left: -100px;}


.contact_form li:nth-of-type(3) {    position: relative;}
.contact_form li:nth-of-type(3) .form__label {    position: absolute;    top: 10px;}
.contact_form li:nth-of-type(3):before {
    content: "請按右側的電話聯繫事務所，或傳訊息表示事件過程(人、事、時、地、物)。";
    display: block;
    margin: 0 0 10px;
    color: #0E6EB8;
    position: relative;
}

/**/


@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {display: block; }
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}
.nav-menu>li:not(.tp_links) {    padding-right: 0;}
.nav-dropdown>li>a {    width: calc(100% - 45px);}
.pageIndex .header_area {    position: relative;}

/*手機版LOGO設定*/
.footer_logo { margin-left: unset; margin: auto; text-align: center; }
.nav-brand img {    margin-top: 0;    max-width: 200px;}
.footer_logo img {    margin-top: 0;}


.swiper-slide:after {    max-width: 150px;}

}

@media screen and (max-width: 600px) {


/*手機板大圖*/

.swiper-slide img { display:none; }
.swiper-slide {    width: 100%;    height: 0;    padding-bottom: calc(100% / 3 * 4);}
.swiper-slide:nth-child(1) { background-image:url(https://pic03.eapple.com.tw/justsongit/Banner-04.jpg) ; background-size:cover;   background-position: center;}
.swiper-slide:nth-child(2) { background-image:url(https://pic03.eapple.com.tw/justsongit/Banner-05.jpg) ; background-size:cover;   background-position: center;}
.swiper-slide:nth-child(1):after, .swiper-slide:nth-child(2):after {
    top: 35%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 40%;
    max-height: 60%;
    height: 60%;
    max-width: 280px;
}
}



