@charset "utf-8";

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/
/* 綠  #4C6039=== */



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

.main_header_area .container {
    max-width: 85%;
}

.nav-header {
    top: 15px;
}

.nav-brand {
    width: 320px;
}

.navigation {
    padding: 0px 0 0px 230px;
}

/*主分類按鈕*/
.stellarnav>ul>li>a {
    color: #fff;
    padding: 15px 0px;
    height: auto;
    font-size: 16px;
    vertical-align: middle;
}

.stellarnav li.has-sub>a {
    padding: 15px 15px 15px 0px;
}

.stellarnav li.has-sub>a:after {
    border-top: 4px solid #444;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    right: 0px;
}

.stellarnav li.has-sub>a:hover:after {
    border-top: 4px solid #ddd;
}

/*三角形icon*/
/*購物車功能檢視*/
.me_tp_features {
    display: block;
    position: absolute;
    right: 15px;
    top: 15px;
    max-width: 360px;
}

.me_tp_features a {
    transition: all .3s;
}

.me_tp_features a.tp_btn_notice i {
    margin-top: 5px;
}

.me_tp_features a:hover {
    transform: translateY(-3px);
}

.me_tp_features a i {
    margin: 0;
}

.me_tp_features a span {
    display: none;
}

.tp_links {
    display: none;
}

.box_search {
    margin-right: 10px;
    overflow: hidden;
}

.box_search input[type=text] {
    padding: 5px 10px 5px 32px;
    border-radius: 0;
}

.shop_search_btn {
    background: #888;
    padding: 6px 12px;
    border-radius: 0;
}



/*首頁功能調整*/
.animated-arrow { background: #555555;}
	
/*文章管理(法的空間)*/
.module_i_news { padding: 130px 20px; }
.module_i_news .title_i_box h4:before {
    margin: 0 auto;
    content: "";
    position: absolute;
	top: auto;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 26px;
    height: 4px;
    background: url(https://pic03.eapple.com.tw/victorattorneys/1p1_3dot.png) no-repeat center;
    background-size: contain;
    -webkit-animation: SlideUp 1s 0.2s ease-in-out forwards;
    animation: SlideUp 1s 0.2s ease-in-out forwards;
}

.module_i_news .title_i_box h4 {
    font-size: 40px;
    text-align: center;
    color: #212121;
    font-family: 'Noto Serif TC', serif;
    font-weight: bold;
    margin-bottom: 50px;
	line-height: 170%;
}




/*商品管理(法的案例)*/
.i_prod_tit {
    text-align: center;
    padding-bottom: 50px;
}
.i_prod_tit span {
    font-size: 40px;
    color: #212121;
    text-align: center;
    font-family: 'Noto Serif TC', serif;
    font-weight: bold;
	line-height: 170%;
}

.i_prod_tit span:before {
    content: "";
    position: absolute;
	top: auto;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 26px;
    height: 4px;
    background: url(https://pic03.eapple.com.tw/victorattorneys/1p1_3dot.png) no-repeat center;
    background-size: contain;
    -webkit-animation: SlideUp 1s 0.2s ease-in-out forwards;
    animation: SlideUp 1s 0.2s ease-in-out forwards;
}








/*其他下拉按鈕*/
.stellarnav>ul>li>ul a {
    background: #fff;
    color: #555;
    padding: 15px;
    font-size: 14px;
    border-bottom: none;
    transition: all .5s;
}

.stellarnav>ul>li>ul a:hover {
    background: #f1f1f1;
    padding: 15px 10px 15px 20px;
}

.stellarnav>ul>li.has-sub>ul a {
    padding: 15px;
}

.stellarnav>ul>li.has-sub>ul a:hover {
    padding: 15px 10px 15px 20px;
}

.stellarnav>ul>li>ul a:hover {
    background: #333;
    color: #fff;
}

.stellarnav li li:hover>a {
    color: #fff;
    background: #555;
}

.stellarnav li li.has-sub:hover>a:after {
    border-left: 5px solid #fff;
}

.stellarnav li li {
    border: none;
    margin-bottom: 0;
}

.stellarnav li li.has-sub>a:after {
    border-left: 5px solid #888;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    right: 10px;
}

.stellarnav ul ul li.has-sub>a:hover:after {
    border-top: 4px solid transparent;
}

.me_tp_features {
    display: none;
}


.stellarnav .icon-close:after {
    border-bottom: solid 3px #fff;
}

.stellarnav .icon-close:before {
    border-bottom: solid 3px #fff;
}

.stellarnav.mobile>ul>li {
    border-bottom: 1px #555 solid;
}


.stellarnav .menu-toggle:after {
    color: #e7e7e7;
}

.stellarnav .menu-toggle span.bars span {
    background: #e7e7e7;
}

/* ==== */

@media screen and (max-width: 1200px) {
    .pageIndex .header_area {
        position: relative;
    }
}

@media screen and (max-width: 1024px) {
    .navigation {
        padding: 5px;
    }

    .nav-header {
        position: relative;
    }

    .stellarnav>ul>li>a {
        padding: 5px;
    }

    .stellarnav li.has-sub>a {
        padding: 5px 25px 5px 15px;
    }
}

@media screen and (max-width: 768px) {
    .stellarnav.mobile {
        top: 10px;
    }

    /*漢堡紐*/
    .stellarnav.mobile.left>ul {
        border-right: none;
        box-shadow: 0 0 10px rgba(0, 0, 0, .05);
    }

    .stellarnav .menu-toggle span.bars span {
        width: 20px;
        height: 1px;
    }

    .nav-header {
        top: 0;
        z-index: 0;
    }



    /*主分類*/
    .stellarnav.mobile>ul>li>a {
        vertical-align: middle;
        width: 80%;
    }

    .stellarnav.mobile>ul>li>a.dd-toggle {
        padding: 0px;
        width: auto;
        top: 10px;
        right: 10px;
    }

    .stellarnav.mobile>ul>li.has-sub>ul a {
        padding: 10px;
    }

    /*其他下拉按鈕*/
    .stellarnav.mobile li.open {
        padding: 0;
    }

    .stellarnav.mobile li.open li.open {
        padding: 3px;
        background: #ddd;
    }

    .stellarnav.mobile li.open li.open>a {
        background: #ddd;
    }

    .stellarnav.mobile li li a.dd-toggle {
        width: 40px;
        height: 40px;
    }

    .stellarnav.mobile li a {
        border-bottom: none;
    }

    .stellarnav.mobile>ul>li>a.dd-toggle {
        width: 100%;
        text-align: right;
    }

    .stellarnav.mobile>ul>li>a.dd-toggle:before {
        content: "";
        width: 0;
        height: 0;
        border: 6px solid;
        border-color: #888 transparent transparent transparent;
        position: absolute;
        top: 10px;
        right: 15px;
    }

    .stellarnav a.dd-toggle .icon-plus:before,
    .stellarnav a.dd-toggle .icon-plus:after {
        display: none;
    }

    .stellarnav>ul>li>ul a:hover {
        background: #fff;
    }

    /*叉叉按鈕*/
    .stellarnav.mobile.right .close-menu,
    .stellarnav.mobile.left .close-menu {
        color: transparent;
        background: transparent;
    }

    .stellarnav .icon-close {
        position: absolute;
        right: 15px;
    }

    /*漢堡紐*/
    .stellarnav .menu-toggle span.bars span {
        width: 25px;
        height: 2px;
        margin: 0 auto 5px;
    }

}


@media screen and (max-width: 768px) {
    .stellarnav.mobile.left>ul {
        background: #272727ed;
    }
}



@media screen and (max-width: 570px) {
    .stellarnav .menu-toggle {
        padding: 10px;
    }
}

/*※※※※※【【  此案件更動處↓↓↓  】】※※※※※*/
.main_header_area {
    background: #272727;
}

.stellarnav>ul>li {
    padding: 0 10px;
}



.stellarnav>ul>li>a:hover {
    color: #ddd;
}




.stellarnav li.has-sub>a {
    padding: 25px 15px 25px 0px;
}


/*三角形icon*/
.stellarnav>ul>li>ul a:hover {
    background: #272727;
}

/*下拉*/
.stellarnav>ul>li.has-sub>ul a {
    padding: 12px 15px;
}

.stellarnav>ul>li.has-sub>ul a:hover {
    padding: 12px 10px 12px 20px;
}

.header_area.sticky .main_header_area {
    width: 100%;
    max-width: 100%;
    margin: 0px auto;
}




@media screen and (max-width: 1200px) {
    .main_header_area .container {
        max-width: 97%;
    }
}

@media screen and (max-width: 1024px) {
    .nav-header {
        top: 10px;
    }

    .stellarnav>ul>li>a {
        padding: 10px 0px;
    }

    .stellarnav li.has-sub>a {
        padding: 10px 15px 10px 0px;
    }
}

@media screen and (max-width: 768px) {
    .nav-header {
        top: 5px;
    }

    .stellarnav.mobile {
        top: 15px;
    }

    .stellarnav.mobile>ul>li.has-sub>ul a {
        padding: 10px 20px;
    }

    .stellarnav.mobile li.open {
        background: #555;
    }

    .stellarnav.mobile li.open>a {
        color: #fff;
    }

    .stellarnav.mobile>ul>li.open>a.dd-toggle:before {
        border-color: #fff transparent transparent transparent;
    }

    .stellarnav>ul>li>ul a {
        background: transparent;
    }


}


@media screen and (max-width: 400px) {
    .nav-brand img {
        margin-left: 30px;
        width: 260px;
    }
}





/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*footer*/
.box_link {
    display: none;
}


.footer {
    padding: 40px 0 0;
    background: #272727;
}

.footer .center {
    max-width: 1600px;
    padding: 0 2%;
}

.footer_menu a:first-child {
    display: none;
}

.footer_logo {
    width: 160px;
    margin: 0;
}

.footer_logo img {
    max-width: 0;
}

.footer_info,
.footer_info li {
    padding: 0;
}

.footer_info ul {
    display: flex;
    width: 100%;
    letter-spacing: 2px;
    margin: 0px 0 24px 0;
}

.footer_info li:nth-child(1) {
    width: 100%;
}

.footer_info li p,
.footer_info li p a {
    color: #ddd;
}

.footer_info li p {
    display: inline-block;
    width: 100%;
    letter-spacing: 0px;
}


.footer_info li p a {
    letter-spacing: 1px;
}


.footer_info li:nth-child(2) {
    width: 100%;
    position: relative;
}

.footer_menu {
    width: max-content;
    position: absolute;
    right: 0;
}

.footer_menu a {
    border: 1px solid #272727;
    padding: 6px 12px;
    color: #ddd;
    background: transparent;
    margin: 0;
    margin-left: 18px;
}

.footer_menu a:hover {
    color: #ddd;
    background: transparent;
    border: 1px solid #ddd;
}

.copy a:hover {
    color: #8C715B;
}

.copy {
    text-align: left;
    padding: 15px 2% 25px;
    border-top: none;
    max-width: 1600px;
    margin: 0 auto;
}



@media screen and (max-width: 1024px) {

    .footer_logo {
        display: none;
    }

    .footer_info li:nth-child(1) {
        margin: 20px 0 20px 10px;
        width: 100%;
    }

    .footer_info ul {
        display: block;
    }

    .footer_menu {
        position: relative;
        width: 100%;
    }

    .footer_menu a {
        margin-left: 0px;
    }

    .copy {
        text-align: center;
        padding: 25px 0 10px 0;
        font-size: 13px;
        color: #999;
        border-top: 0px #ddd solid;
        margin-top: 15px;
    }
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#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;
    }
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



@media screen and (max-width: 768px) {

    /* 開啟手機板下方按鈕所需設定 */
    #bottom_menu {
        display: block;
    }

    .footer.with_shopping_mode {
        padding: 30px 0 70px;
    }

    #to_top {
        bottom: 60px;
    }
}

@media screen and (max-width: 600px) {}





#content_main {
    min-height: auto;
}


body.other_select_page .page {
    display: none;
}

body.other_select_page .other_promotion {
    display: none;
}



/* banner=== */
.banner.banC {
    background-image: url(https://pic03.eapple.com.tw/victorattorneys/bn2.jpg);
}

.banner {
    position: relative;
    background-image: url(https://pic03.eapple.com.tw/victorattorneys/bn.jpg);
    height: 25vw;
    max-height: 450px;
    background-size: cover;
}

.banner h5 {
    font-family: 'Noto Serif TC', serif;
    font-weight: bold;
    font-size: 40px;
    position: absolute;
    width: 90%;
    transform: translateX(-50%);
    text-align: center;
    left: 50%;
    bottom: 0;
    color: #fff;
    letter-spacing: 2px;
}





.banner h5::before {
    margin: 0 auto;
    content: "";
    position: absolute;
    width: 72px;
    height: 70px;
    right: -50%;
    left: -50%;
    top: -50px;
    background: url(https://pic03.eapple.com.tw/victorattorneys/iconn.png) no-repeat center;
    background-size: contain;
    -webkit-animation: SlideUp 1s 0.2s ease-in-out forwards;
    animation: SlideUp 1s 0.2s ease-in-out forwards;
}

.banner h5:after {
    content: "";
    display: block;
    width: 1px;
    height: 70px;
    margin: 20px auto 0;
    background: #fff;
}



@media screen and (max-width: 1000px) {
    .banner {
        height: 30vw;
    }
}

@media screen and (max-width: 768px) {
    .banner {
        height: 45vw;
    }

    .banner h5 {
        font-size: 35px;
    }
}



@media screen and (max-width: 600px) {
    .banner h5 {
        font-size: 30px;
    }

    .banner h5:after {
        content: "";
        display: block;
        width: 1px;
        height: 45px;
    }

}



div#content {
    background: url(https://pic03.eapple.com.tw/victorattorneys/bgg.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    width: 100%;
}




/*＝＝＝聯絡資訊＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*聯絡資訊*/
.contact_page .main_part {
    max-width: 1500px;
}

.contact_content {
    background: #fff0;
    padding: 0px 50px;
}

.contact_content .information_left {
    width: 30%;
}

button,
input,
optgroup,
select,
textarea {
    outline: none;
    padding-left: 15px !important;
    background: #ededed;
}

input[type="checkbox"],
input[type="radio"] {
    margin: 8px;
}


.list_before.info li {
    padding: 10px 0 10px 50px;
}

.innersend {
    padding-left: 0 !important;
    text-align: center;
}

.blank_letter {
    color: #272727;
    font-size: 22px;
}


.TEL:before,
.TEL2:before,
.PHONE:before,
.FAX:before,
.TAXID:before,
.MAIL:before,
.ADD:before,
.ADD2:before {
    width: 40px;
    font-size: 15px;
    height: 25px;
    border-right: 1px solid #b9b9b9;
    letter-spacing: 0.05em;
    color: #545454;
    font-weight: 500;
}



/*表格樣式*/
.contact_content .information_right {
    width: calc(65% - 0px);
    padding-left: 30px;
}

.contact_form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact_form li {
    width: 50%;
    display: inline-block;
    padding: 10px 10px;
    border-bottom: none;
}

.contact_form li:nth-child(6) {
    width: 50%;
}

.contact_form li:nth-child(9) {
    width: 100%;
}

.contact_form li .form__label {
    text-align: left;
    margin-left: 0;
    width: 100%;
}

.contact_form li.last {
    width: 100%;
}

.noborder {
    padding: 10px 0;
    margin-top: 10px;
    border: 2px solid #ccc;
}

.form select {
    background-color: #fff;
    border: 2px solid #ccc;
    padding: 8px 26px 8px 3px;
    margin-top: 10px;
    width: 100%;
    margin-top: 10px;
}

.contact_form li.last cite {
    background: #555555;
}

.contact_form li.last blockquote,
.contact_form li.last cite {
    width: 49%;
    border: 1px #d3d3d3 solid;
}

.contact_form li input.noborder {
    border: 0px #ddd solid;
    background: #f5f5f5;
}

.contact_form li textarea.noborder {
    border: 0px #ddd solid;
    background: #f5f5f5;
}

.noborder {
    padding: 10px 10px;
    border-radius: 4px;
}



@media screen and (max-width: 1024px) {

    .contact_content .information_left {
        width: 45%;
    }

    .contact_content .information_right {
        width: 100%;
        padding-left: 0px;
    }
}



@media screen and (max-width: 768px) {
    .list_before.info {
        width: 100%;
        max-width: inherit;
    }

    .contact_content .information_left {
        width: 100%;
    }

    .contact_content .information_right {
        width: 100%;
        padding: 0;
    }
}

@media screen and (max-width: 600px) {
    .contact_form li {
        width: 100%;
        padding: 10px 0;
    }

    .contact_content .information_right {
        width: calc(100% - 0px);
    }

    .contact_content .information_left {
        width: 100%;
    }

    .contact_form li .form__insert {
        width: 95%;
    }

    .contact_form li .form__label {
        width: 25%;
    }
}

@media screen and (max-width: 480px) {
    .contact_form li:nth-child(6) {
        width: 100%;
    }

    .contact_form li .form__insert {
        width: 100%;
    }

    .contact_form li .form__label {
        width: 100%;
        text-align: left;
    }

    .information_left,
    .information_right {
        padding: 0px;
    }

    .contact_page .main_part {
        padding: 50px 15px;
    }

    h4.blank_letter.i::after {
        font-size: 25px;
        letter-spacing: 0px;
    }

    .blank_letter {
        padding: 0 0 0 10px;
    }

    .contact_content {
        padding: 50px 10px;
    }
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

.path p a:hover {
    color: #888;
}

.info_fix>span {
    background: #777;
}



/* 文章=== */
.submenu a:hover {
    background: #777;
}

.blog_back a.article_btn_back {
    background: #777;
}


/* 商品==== */

.products-list .more {
    border: 1px solid #545454;
    color: #545454;
}

.products-list .item a:hover .more {
    background: #545454;
}

.lastPage {
    background: #545454;
}

li.prod-item:nth-child(2) .prod-panel {
    display: none;
}

li.prod-item:nth-child(2) h3.prod-thumb {
    display: none;
}