@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}
*/
.tp_links {
    background: #fff;
    border-radius: 20px;
    padding: 11px 19px;
    box-shadow: inset 1px 2px 6px 1px #07093b52;
    margin-left: 35px;
}
.tp_links a:before {
    margin-right: 7px;
    margin-bottom: -2px;
    width: 22px;
    height: 22px;
}

/*電腦LOGO
.nav-brand {}
*/
.nav-brand img { max-width: 73px;}
.sticky .nav-brand img { filter: contrast(0) brightness(100) drop-shadow(0px 0px 4px #222);}

/*手機LOGO
.nav-brand-m {}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#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;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
.news_part { display: none;}
.pageIndex .main_part { border-top: none;}
.pageIndex .header_area { position: fixed; width: 100%;}
.pageIndex  .main_header_area {background: linear-gradient(176deg, #060b3b, #3038659c);}

.main_header_area {  background: linear-gradient(176deg, #060b3b, #303865); height: 110px;}
.main_header_area .container { max-width: 90%;}
.nav-brand:before {
    content: '';
    width: 0;
    height: 110px;
    background: linear-gradient(30deg, #101433 25%,#22286e 75%);
    position: absolute;
    top: 0;
    left: -168px;
    -webkit-transform: skewX( -30deg );
    transform: skewX( -30deg );
    z-index: -1;
    box-shadow: 0 0 7px 0px #00000078;
    transition: all 1s;
    animation-timing-function: ease-out;
}


.sticky .nav-brand:before {  width: calc(100% + 150px);}
.sticky .main_header_area {
    background: linear-gradient(90deg, #eee, #fffdfd);
    box-shadow: 0 0 7px 3px #00000029;
}
.sticky .nav-menu > li > a { color: #000;}
.sticky .nav-menu>li:not(.tp_links) { border-left: 1px solid #babbbb24;}
.sticky .nav-menu>li:nth-child(5) { border-right: 1px solid #babbbb24;}

/*選單*/
.nav-menu { margin: 0;}
.nav-menu>li:not(.tp_links) { border-left: 1px solid #363d8d91;}
.nav-menu>li:nth-child(5) { border-right: 1px solid #363d8d91;}
.nav-menu > li > a {
    padding: 45px 25px;
    color: #fff;
    font-size: 16px;
	position: relative;
}
.nav-menu>li:hover>a, .nav-menu>li.active>a, .nav-menu>li.focus>a { color: #D9B765;}
.nav-menu > li:not(.tp_links) > a:after {
    content: "";
    width: 0%;
    height: 5px;
    display: block;
    position: absolute;
    left: 0;
    transition: all .3s ease;
    background: #D9B765;
    bottom: 0;
}
.nav-menu > li:hover > a:after { width: 100%;}

/*內頁BANNER 設定*/
.banner {
    background-position: center;
    background-size: cover;
    padding: 225px 0;
    background-repeat: no-repeat;
    position: relative;
}
.contact_page .banner { background-image: url(https://pic03.eapple.com.tw/parallel/ban.jpg);}

.banner h5 {
    color: #fff;
    font-size: 40px;
    font-weight: 500;
    position: absolute;
    right: 20%;
    text-align: right;
    top: 43%;
}

.contact_page .banner h5:before {
    content: "Contact us";
    display: block;
    font-size: 25px;
    color: #fef597cf;
    font-family: 'Roboto Condensed', sans-serif;
    margin-bottom: -8px;
}

.banner.banA {}
.banner.banB {}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}



/*footer*/
.footer { padding: 50px 0 0;  background: #121639;}
.footer_info { padding: 0 70px 35px 0;}
.footer_info li p, .footer_info li p a { color: #fff;}
.footer_menu a {
    width: fit-content;
    text-align: center;
    border: none;
    background: transparent;
    border-bottom: 1px solid #ffffff7d;
    margin-right: 12px;
}
.footer_logo { text-align: right; margin-right: 28px; width: 198px;}
.footer_logo img { width: 90px;}
.box_link a { filter: contrast(0) brightness(100);}
.box_link{display:none;}

/*送出按鈕*/
.animated-arrow { background: #22286e;transition: all 0.4s linear;}
.animated-arrow:hover { background: #121639;}	
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本分類全版面 ( 限制最寬2000px
.work_page .main_part { max-width:2000px;}
.work_page .show_content { padding:0; width:100%;}
.work_page .show-list .item { width:33%; display:inline-block; float:none; margin:0; padding:0;}
@media screen and (max-width: 768px) {
.work_page .show-list .item { width:49%;}
}
@media screen and (max-width: 570px) {
.work_page .show-list .item { width:100%;}
}
.work_page .show-list .item a { max-width:100%;}
.work_page .show-list .show_pic { height:auto; line-height:0;}
.work_page .show-list .show_pic img { max-width:100%; max-height:100%;}
.work_page .show-list .show_name { position:absolute; top:50%; right:10%; width:80%; height:auto; line-height:160%; font-size: 20px; color: #FFFFFF !important; border: solid 1px #fff; text-align: center; margin: -20px 0 0 -120px; padding:5px 20px; transition:all ease-in .3s; opacity:0;}
.work_page .show-list .item:hover .show_name {opacity:1;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本列表
.work_info_page .main_part { max-width:2000px;}
.work_info_page .show_content { padding:0; width:100%;}
.work_info_page .subalbum-menu { text-align:center;}
.work_info_page .subalbum-menu h2 { float:none;}
.work_info_page .pic-list .item { margin:0; padding:10px; width:49%; float:none; display:inline-block;}
@media screen and (max-width: 768px) {
.work_info_page .pic-list .item { width:100%;}
}
.work_info_page .pic-list .show_pic { height:auto; line-height:0;}
.work_info_page .pic-list .show_pic img { max-width:100%; max-height:100%;}
.work_info_page .pic-list .item a { max-width:100%; pointer-events: none; cursor: default; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

@media screen and (max-width: 1024px) {
.main_header_area .container { max-width: 95%;}
.nav-menu {padding: 0 10px 0 160px;}
.sticky .nav-brand:before { width: calc(100% + 100px);}
.tp_links {margin-left: 15px;padding: 7px 10px;}
.nav-menu > li > a { padding: 45px 14px;}

}




@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {display: block; }
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}

.pageIndex .header_area { position:relative;}
.pageIndex .main_header_area {
    background: linear-gradient(176deg, #060b3b, #303865);
}
.main_header_area {
    background: linear-gradient(176deg, #060b3b, #303865);}
.main_header_area .container { max-width: 100%;}
.sticky .nav-brand:before { width: 100%;}
.nav-menu { padding: 0 10px;}

.nav-toggle {top: 31px;}
.nav-toggle:before {
    background-color: #e0cb79;
    box-shadow: 0 0.5em 0 0 #e0cb79, 0 1em 0 0 #e0cb79;
}
.nav-toggle:after { color: #e0cb79;}
.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
    background: linear-gradient(176deg, #060b3b, #303865);
}
.nav-menus-wrapper-close-button { color: #ffffff;}
.banner h5 {
    width: 100%;
}
.banner {
    padding: 150px 0;}
.footer_info {
        padding: 25px 70px;
}
.footer_logo {
    text-align: left;
    margin-right: 0;
}
.footer_info li:nth-child(1) {
    width: 100%;
    padding: 0;
    margin-bottom: 17px;
}
.footer_info li:nth-child(2) {
    width: 100%;
    padding: 10px 0 0;
}
.footer_menu a {
    width: auto;
}

}

@media screen and (max-width: 600px) { 
    .footer_info {
        padding: 20px;
    }
}