/* ************萬泰聯合會計師事務所************************ */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC&family=Zen+Old+Mincho:wght@700&display=swap');

/*
關於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}
*/

/*大圖上滑固定*/
.pageIndex .bannerindex { position: sticky;}
/*字體*/
.nav-menu>li>a{ font-family: 'Zen Old Mincho', serif; font-weight:700;}
.footer_info li p{ font-family: 'Zen Old Mincho', serif; font-weight:700;}
.footer_menu a {  font-family: 'Zen Old Mincho', serif; font-weight:700;}
/*
.nav-menu>li>a{ font-family: 'Noto Serif TC', serif; font-family: 'Zen Old Mincho', serif; font-weight:700;}
.footer_info li p{ font-family: 'Noto Serif TC', font-family: 'Zen Old Mincho'serif; font-weight:700;}
.footer_menu a { font-family: 'Noto Serif TC', font-family: 'Zen Old Mincho'serif; font-weight:700;}*/
/*首頁最新消息隱藏*/
.pageIndex .news_part{	display:none;}
.pageIndex .news_part .title_box{	display:none;}
.pageIndex .main_part {   border-top: none;}
/*編輯頁底下*/
.pageIndex .main_part {  background-color: #842b00;}
/*諮詢表單麵包屑*/
.contact_page .path { display: none;}
.contact_page .animated-arrow {  background: #842b00;}
.contact_page .blank_letter { color: #842c01;}
/*選單*/
.pageIndex .header_area {  position: fixed; width: 100%;}
.nav-brand{width: 300px;margin-top: 17px;margin-left: 0;height: 40px;}
.nav-brand{
	background-image: url(http://www.wantaicpa.com.tw/images/logo.svg);
	background-repeat: no-repeat;
	background-position: center;}

.nav-brand img { max-width: 100%; margin-left: 200px;  margin-top: -10px; display: none;}
.me_tp_features {  top: 11px;   right: 122px;}
.nav-dropdown > li > a {color: #222;     background: #fff;}
.nav-dropdown > li > a:hover {color: #fff; background-color:#da232b;}
.nav-menu > li > a { margin-right: 8px;  letter-spacing: 3px;   font-size: 18px; color: #111;padding: 15px 20px;}
.main_header_area {  background-color: #dbc7be;box-shadow: rgb(0 0 0 / 20%) 0px 0px 8px;}
.main_header_area .container {max-width: 2000px;}
/*.nav-menu>li:hover>a, .nav-menu>li.active>a, .nav-menu>li.focus>a { color: #cab065;}*/
.pageIndex .main_part {   border-top: none;}
.header_area *{transition: all 0.8s;}
.nav-menu {margin: 20px 100px 15px 0; padding: 0;text-align: right;width: 100%;}
.submenu-indicator-chevron {border-color: transparent #929cb3 #929cb3 transparent;}
.tp_links{display: none !important;}
.nav-menu>li:hover>a, .nav-menu>li.active>a, .nav-menu>li.focus>a {color: #111;}

/*footer*/

.footer_logo img {   width: 23%;    margin: 6px 4px;}
.footer_menu a {   width: 44%;    text-align: center;  letter-spacing: 2px; color: #dbc7be;
    background: #6e2501; border-radius: 4px;padding: 5px 0px;border: solid 1px #7e7e7e; }
.copy {   color: #ccc;border-top: none;}
.copy a{ color:#ccc;}
.footer_menu a:hover {  background: #dbc7be;  color: #444;  border: 1px solid #dbc7be;}
.footer {background-color:#842B00;}
.footer_info li p { color: #ccc;}
/*footer logo*/
.footer_logo {
    display: inline-block;
    width: 295px;
    vertical-align: top;
    margin-top: -34px;
    margin-left: -134px;
    background: url(http://www.wantaicpa.com.tw/images/logo2.svg) no-repeat center;
    max-width: 250px;
    width: 100%;
}
.footer_logo img{ width: 0; height:110px;}


/*滑動特效*/
.nav-menu > li > a:not(.tp_links a):before{ 
content: ""; position: absolute; height: 1px; background: #111;width:0; transition:all 0.3s; top: 0; left: 0;}
.nav-menu > li > a:not(.tp_links a):after{ 
content: ""; position: absolute; height: 1px; background: #111;width:0; transition:all 0.3s; bottom: 0; right: 0;}
.nav-menu > li:hover > a:not(.tp_links a):before {width: 100%;}
.nav-menu > li:hover > a:not(.tp_links a):after {width: 100%;}

.nav-dropdown > li { text-align: center;}
.nav-menu > li > a {position: relative;;}
.nav-menu > li:hover > a, .nav-menu>li.active>a, .nav-menu>li.focus>a { color: #111;font-weight: bold;}
.nav-dropdown>li:hover>a, .nav-dropdown>li.focus>a { color: #111;}


/*聯絡我們*/
.contact_page .contact_content .information_right {   width: calc(100% - 360px); padding-left: 55px;}
.contact_page .contact_form li .form__label {  font-size: 18px; width: 83px;font-weight: bold;}
button, html input[type="button"], input[type="reset"], input[type="submit"] {font-size: 18px; font-weight: bold;}
.contact_page .list_before { font-size: 16px; font-weight: bold;}
.TEL:before, .TEL2:before, .PHONE:before, .FAX:before, .TAXID:before, .MAIL:before, .ADD:before, .ADD2:before {font-size: 17px;  font-weight: bold;}
.contact_page .list_before.info li {  padding-left: 45px;width: 305px;}
/*電腦LOGO
.nav-brand {}
*/

/*手機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;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {}
.banner h5 {}
.banner.banA {}
.banner.banB {}
.contact_page .banC {background-image:none;}
.banner {  padding: 0px; background:none;}
.banner.banD {}
.banner.banE {}
.banner.banblog {}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
.contact_page #content .banner h5 {display: none;}

/*文章設定*/
/*一排呈現
.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: 1600px) {
.footer_logo {    margin-left: 0px;}
}
@media screen and (max-width: 1300px) {
.nav-brand img {    margin-left: 60px;}}

@media screen and (max-width: 1024px) {
.pageIndex .header_area {  position: relative;}
.nav-brand img {   margin-left: 60px;}
.footer_logo { margin-left: 44px;}
.nav-menu {  margin: 19px 0px 15px 4px;}
}

@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {display: block; }
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}
.nav-brand img {   margin-left: 0px;}
.nav-menu {   margin: 20px 0px;}
.footer_logo img {  width: 0px;}
.footer_logo {  margin-left: 7px;margin-bottom: -17px;}
.nav-brand {  margin: 10px 0px;}
.contact_page .contact_content .information_right {  width: calc(100% - 50px);}
.contact_page .list_before.info {  margin: 0px 20px;}
.contact_page .blank_letter { margin: 20px 20px;}
}

@media screen and (max-width: 425px) {
.contact_page .contact_content .information_right {width: 100%;padding-left:0px;}
.contact_page .contact_content {  padding: 0px 0px 30px 0px;}
.contact_page .main_part {  padding: 0px 10px 0px  10px;}
.contact_page .blank_letter {  margin: -5px 0px 20px 0px;}
}

@media screen and (max-width: 375px) {
.contact_page .box {  width: 200px;}
.contact_page .list_before.info li {  width: 250px;}

}



