﻿
/*-------全局設定 --------*/
@charset "utf-8";

* {
    box-sizing: border-box;
    margin: 0 auto;
}

html {
    font-size: 16px;
}

html, body, form {
    height: 100%;
    margin: 0;
    padding: 0;
    min-width:992px;
}

body {
    font-family: "微軟正黑體", "Microsoft JhengHei","Helvetica", "Microsoft JhengHei";
    background: #e0e0e0;
    color: #000;
    line-height: 1.8rem;
    font-size: 1.125rem;
}

a {
    cursor: pointer;
    text-decoration: none;
}

    a, a:link, a:visited, a:active {
        text-decoration: none;
        color: #004182;
    }

        a:visited {
            color: #004182;
        }

        a:hover {
            color: #337ab7;
        }

ul, li {
    list-style: none;
}

p {
    text-align: justify;
    text-justify: inter-ideograph;
}

img {
    border: none;
    max-width: 100%;
}

.wrapper {
    min-height: 100%;
    margin-bottom: -50px;
}

.Page {
    /*padding: 0 60px;*/
    padding-bottom: 50px;
    padding-top: 25px;
}

.clear {
    clear: both;
}

.HideBtn {
    z-index: -100;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
}

.container {
    max-width: 1400px;
    width: 100%;
}

.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

    .row [class="col-"] {
        display: flex;
        flex-direction: column;
    }

.aspNetDisabled {
    cursor: no-drop;
}

@media (min-width: 1400px) {
    .container {
        max-width: 1400px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 95%;
    }
}

@media (max-width: 1200px) {
    .Page {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (max-width: 992px) {
    .wrapper {
        margin-bottom: 0px;
    }

    .Page {
        padding-bottom: 0px;
    }
}





/*-------全局設定 end--------*/

/*-------header--------*/
.header {
    background-color: #fff;
}

.TopMenu {
    text-align: right;
    background-color: #c22c23;
}

    .TopMenu a {
        color: #fff;
        font-weight: bold;
        padding: 6px 12px;
        display: inline-block;
    }

        .TopMenu a:hover {
            text-shadow: black 0.12em 0.1em 0.2em;
        }

        .TopMenu a:before {
            padding-right: 5px;
        }

.TopMenuBK {
    text-align: right;
    width: 100%;
    max-width: 1450px;
    background-color: #c22c23;
    background-image: url(../image/master/topHeaderBack.svg);
    background-repeat: no-repeat;
    background-position-x: left;
}

.PageMenu {
    position: relative;
}

.logo_M {
    position: relative;
    bottom: -20px;
    max-width: 500px;
}

.logo_SBox {
    height: 80px;
}

.logo_S {
    position: absolute;
    top: -20px;
    max-width: 300px;
    margin: 0;
    width: 100%;
}

.TItleBox {
    
    display: flex;
    align-items: center;
    min-height: 70px;
}

.TItleBox_Left {
}

.PageTitle {
    display: flex;
    align-items: center;
    position: relative;
}

    .PageTitle .titleIcon {
        width: 45px;
        margin: 0;
    }

    .PageTitle .titleText {
        margin: 0;
        display: block;
    }

    .PageTitle .titleMain {
        color: #e7643a;
        font-size: 1.6rem;
        font-weight: bold;
    }

.MainType_L.titleMain {
    color: #7cc11b;
}

.MainType_F.titleMain {
    color: #169dd7;
}

.MainType_E.titleMain {
    color: #f7931e;
}

.MainType_I.titleMain {
    color: #6A3F16;
}



.PageTitle .titleMainBig {
    font-size: 1.8rem;
}

.titleType {
    font-size: 1.25rem;
    color: #90513c;
    padding-left: 45px;
    font-weight: bold;
    line-height: 1.25rem;
    position: absolute;
    top: -1.25rem;
}

.titleTSub {
}

.titleType, .titleTSub {
    padding-left: 45px;
}

.CaseHistoryBox .ItemTitle {
    color: #a25d01;
}

.CaseHistoryBox .ItemContent span:not(:last-child)::after {
    content: "→";
}

.pageItemBox {
    font-weight: bold;
    margin-right: 15px;
    margin-left: 15px;
    display: flex;
    align-items: center;
    padding: 0 40px;
    position: relative;
    top: -10px;
    left:68px;
}

    .pageItemBox .row {
        width: 100%;
    }


.pageItem {
    padding: 0;
    position: relative;
    top: 50%;
    background: #eee;
    content: "";
    height: 3px;
    z-index: 1;
    display: flex;
    align-items: center;
}

.pageItemBox .row .pageItem:first-child {
    position: absolute;
    left: -7px;
    top: 0px;
}

.pageItem {
    z-index: 8;
    font-weight: bold;
    text-decoration: none !important;
}

.pageItem_num {
    margin-right: 0;
}

    .pageItem_num span {
        align-items: center;
        justify-content: center;
        z-index: 99;
        border: 3px solid #eee;
        border-radius: 100px;
        background-color: #fff;
        color: #eee;
        width: 32px;
        height: 32px;
        display: flex;
    }

.pageItem_Text {
    position: absolute;
    top: 18px;
    right: -22px;
    white-space: nowrap;
}

.pageItem:nth-child(3) .pageItem_Text {
    right: -22px;
}

.pageItem:nth-child(4) .pageItem_Text {
    right: -22px;
}
.pageItem:nth-child(5) .pageItem_Text {
    right: -56px;
}

.pageItem_Text span {
    color: #eee;
}

.pageItem_ed {
    background: #c22c23;
}

    .pageItem_ed .pageItem_num span {
        border: 3px solid #c22c23;
        color: #c22c23;
    }

    .pageItem_ed .pageItem_Text span {
        color: #c22c23;
    }

@media (max-width: 1200px) {
    .pageItem {
        padding-right: 0;
    }

    .pageItemBox {
        padding: 0px;
        padding-left: 40px;
    }
}

@media (max-width:1100px) {
    .pageItem_Text {
        right: -16px;
        font-size: 1rem;
    }

    .pageItem:nth-child(3) .pageItem_Text {
        right: -32px;
    }

    .pageItem:nth-child(4) .pageItem_Text {
        right: -27px;
    }
}
/*-------header  end--------*/

/*首頁header & Menu*/
.MainPageHeader {
    padding-bottom:5px;
}

.MainPageMenu {
    height: 100%;
    display: flex;
    align-items: flex-end;
}

.loginUserTextBox {
    display: flex;
    justify-content:flex-end;
    align-items: center;
}

    .loginUserTextBox img {
        margin: 0;
        width: 30px;
    }

    .loginUserTextBox span {
        color: #9c2232;
        font-weight: bold;
        margin: 0;
        white-space: nowrap;
        font-size: 24px;
    }

.MenuItem {
    display: flex;
    align-items: center;
    margin-bottom: -18px;
    padding: 0 5px;
}

    .MenuItem span {
        font-weight: bold;
        font-size: 1.4rem;
        margin: 0;
        padding-left: 5px;
    }

.MenuIcon {
    width: 70px;
    height: 70px;
    border-radius: 50px;
    margin: 0;
}

    .MenuIcon img {
        width: 100%;
    }

@media (max-width:1200px) {
    /*.loginUserTextBox span {
        white-space: nowrap;
        font-size: 1rem;
    }*/

    .MenuIcon {
        width: 60px;
        height: 60px;
    }

    .MenuItem span {
        font-size: 1.3rem;
    }
}

@media (max-width:991px) {
    .MainPageMenu {
        margin-top: 15px;
    }

    .loginUserTextBox span {
        white-space: nowrap;
        font-size: 1rem;
    }

    .MenuIcon {
        width: 55px;
        height: 55px;
    }

    .MenuItem {
        margin-bottom: 0px;
        padding: 0 15px;
    }

        .MenuItem span {
            font-size: 1.2rem;
        }
}

/*首頁header & Menu end*/


/*-------footer--------*/
.footer {
    background-color: #ccc;
    color: #333;
    height: 50px;
    display: flex;
    align-items: center;
}

.footerBox .leftBox {
    float: left;
}

.footerBox .rightBox {
    float: right;
}

.footerBox span {
    display: inline-block;
    font-size: 0.875rem;
}

.footerBox .leftBox span, .footerBox .rightBox span {
    padding-right: 20px;
}

    .footerBox .leftBox span:last-child, .footerBox .rightBox span:last-child {
        padding-right: 0px;
    }

@media (max-width:1100px) {
    .footer {
        height: auto;
    }

    .footerBox {
        padding-top: 5px;
        padding-bottom: 5px;
    }

        .footerBox .leftBox, .footerBox .rightBox {
            float: none;
        }
}

@media (max-width:768px) {
    .footerBox span {
        display: block;
    }
}
/*-------footer end--------*/


/*  阿勳開始  */
.PageTitle span.theCaseTitle {
    position: absolute;
    top: -22px;
    left: 50px;
    font-weight: 700;
    color: #90513c;
}

.foundTableBtn {
    border: none;
    background-color: transparent;
    font-weight: 700;
    padding: 5px 5px 5px 40px;
    background-image: url("../image/page/LoginMenuICON03.png");
    background-repeat: no-repeat;
}

.foundSuggestionBtn {
    border: none;
    background-color: transparent;
    font-weight: 700;
    padding: 5px 5px 5px 40px;
    background-image: url("../image/page/LoginMenuICON04.png");
    background-repeat: no-repeat;
    margin-right: 60px;
    margin-left: 20px;
}
.reviewHeadRight{
    display: flex;
    justify-content: flex-end;
}


/*  首頁特效  */
.outFrameOverflow {
    height: 250px;
    width: 250px;
    overflow: hidden;
    box-shadow: 1px 0px 5px 2px #999;
    border-radius: 10px;
}
.outFrameOverflow:hover .MainType_Box {
   /* background: #e9e9e9;*/
    transform: translateY(-215px);
}

/*  阿勳結束  */
