﻿@import url('../ColorStyle.aspx');

body {
    font-family: 微軟正黑體, Arial, Helvetica, sans-serif;
    -webkit-text-size-adjust: none;
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: 0;
}

.form-signin {
    background-color: #F3F3F4;
    max-width: 400px;
    max-height: 525px;
    margin: 75px auto;
    box-shadow: 3px 3px 9px #A5A5A5;
    padding: 20px 15px;
}

    .form-signin .title {
        height: 60px;
        padding: 10px;
        position: relative;
        font-size: 28px;
        text-align: center;
        font-weight: 300;
    }


    .form-signin .form {
        margin-top: 60px;
        padding: 20px;
        position: relative;
    }

.form .form-control {
    border: 1px #FFAC55 solid;
    margin-bottom: 15px;
}

.form input[type=submit] {
    padding: 3px;
    background-color: #3E3A39;
    color: #fff;
    letter-spacing: 1px;
    font-size: 18px;
    margin-top: 45px;
}

    .form input[type=submit]:hover {
        color: #3E3A39;
        background-color: #BCBCBC;
    }

.form .text-danger {
    position: absolute;
    top: -40px;
}

.nav-item > input {
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.navbar-collapse {
    overflow: auto;
    max-height: 100vh;
}

@media(min-width:992px) {
    .navbar-sidenav {
        position: absolute;
        top: 0;
        left: 0;
        margin-top: 56px;
        height: calc(100vh - 56px);
        overflow-x: hidden;
    }

        .navbar-sidenav > .nav-item {
            width: 10rem;
        }

    nav + .container-fluid {
        width: auto;
        margin-left: 10rem;
    }
}

nav + .container-fluid {
    padding-top: 70px;
}

.table th, .table td {
    vertical-align: middle;
}

.selectpage {
    display: inline;
    width: auto;
}

.gopage {
    font-size: initial;
}

@media(max-width:550px) {
    .gopage {
        display: none;
    }

    .selectpage {
        display: block;
        margin: .5rem auto;
    }
}

.custom-file > input[type=file] {
    opacity: 0;
    display: none;
}

.custom-file-label {
    width: 70%;
    margin: 0 auto;
    white-space: nowrap;
    overflow-x: hidden;
}

    .custom-file-label::after {
        content: "瀏覽";
    }

.bg-lightgray {
    background-color: lightgray;
}

.material-switch > input[type="checkbox"] {
    display: none;
}

.material-switch > label {
    cursor: pointer;
    position: relative;
    width: 40px;
    display: inline-flex;
}

    .material-switch > label::before {
        background: #000;
        box-shadow: inset 0 0 10px rgba(0,0,0,0.5);
        border-radius: 8px;
        content: '';
        height: 16px;
        margin-top: -8px;
        position: absolute;
        opacity: .3;
        transition: all .4s ease-in-out;
        width: 40px;
    }

    .material-switch > label::after {
        background: #fff;
        border-radius: 16px;
        box-shadow: 0 0 5px rgba(0,0,0,0.3);
        content: '';
        height: 24px;
        left: -4px;
        margin-top: -8px;
        position: absolute;
        top: -4px;
        transition: all .3s ease-in-out;
        width: 24px;
    }

.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: .5;
}

.material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 20px;
}

@font-face {
    font-family: 'FontAwesome';
    src: url(../../css/FontAwesome.ttf) format("truetype");
}

.fa {
    font-family: 'FontAwesome';
}

.fa-clock-o:before {
    content: "\f017";
}

.fa-calendar:before {
    content: "\f133";
}

.fa-arrow-up:before {
    content: "\f106";
}

.fa-arrow-down:before {
    content: "\f107";
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-chevron-right:before {
    content: "\f054";
}

.fa-calendar-check-o:before {
    content: "\f274";
}

.fa-delete:before {
    content: "\f1F8";
}

.fa-times:before {
    content: "\f00D";
}

@media(min-width:1200px) {
    .table-xl-50 {
        width: 50%;
        margin-left: auto;
        margin-right: auto;
    }
}

.form-control2 {
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.rblTable {
    border: 0px solid #ffffff !important;
    background-color: #ffffff !important;
}

    .rblTable tr td {
        border: 0px solid #ffffff !important;
        background-color: #ffffff !important;
    }

.rblTable2 {
    border: 0px solid #F2F2F2 !important;
    background-color: #F2F2F2 !important;
}

    .rblTable2 tr td {
        border: 0px solid #F2F2F2 !important;
        background-color: #F2F2F2 !important;
    }
/*外網用*/
.pl-40 {
    padding-left: 40px !important;
}

.pr-40 {
    padding-right: 40px !important;
}
/*無障礙*/
.GUIDEup {
    color: #DDD;
    font-size: 10px;
    z-index: 2;
}

.GUIDECenter {
    color: #DDD;
    font-size: 10px;
    z-index: 2;
}

.GUIDEBottom {
    color: white;
    font-size: 10px;
}

.GUIDEup:hover {
    color: #DDD;
    font-size: 10px;
    text-decoration: none;
}

.GUIDECenter:hover {
    color: #DDD;
    font-size: 10px;
    text-decoration: none;
}

.GUIDECenter:focus {
    position: absolute;
    z-index: 3;
}


.GUIDEBottom:hover {
    color: white;
    font-size: 10px;
    text-decoration: none;
}
/*end無障礙*/
.contact_video_box {
    line-height: 40px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #000;
    padding: 4px;
    font-size: 14px;
    line-height: 40px;
    color: #000;
    font-family: 微軟正黑體,Arial, Helvetica, sans-serif;
    letter-spacing: 0em;
    text-decoration: none;
}

    .contact_video_box:hover {
        color: #FFF;
        background-color: #000;
        text-decoration: none;
    }

.ckImage {
    max-width: 90% !important;
    height: auto !important;
}

.focus-border-black:focus {
    border: dashed 0.5px #000 !important;
    background: #DEEF37;
    color: #4A4A52;
    font-weight: 700;
    z-index: 3;
}

.focus-border-white:focus {
    border: dashed 0.5px #FFF !important;
    background: #DEEF37;
    color: #4A4A52;
    font-weight: 700;
    z-index: 3;
}

.must {
    color: #FF0000;
    float: left;
    font-weight: bold;
    vertical-align: middle;
    text-decoration: none !important;
    margin-right: 3px;
    font-size: 9pt !important;
}
/*Page*/
.divPage {
    align-items: center;
    justify-content: center;
}

    .divPage input {
        background-color: transparent;
        cursor: pointer;
        font-size: 14px;
        line-height: 22px;
        color: #000;
        font-family: 微軟正黑體,Arial, Helvetica, sans-serif;
        letter-spacing: 0.2em;
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: center;
        transition: 200ms;
        -moz-transition: 200ms;
        -webkit-transition: 200ms;
        -o-transition: 200ms;
        border: 0px solid #808080;
    }

        .divPage input:hover {
            background-color: transparent;
            cursor: pointer;
            font-size: 14px;
            line-height: 22px;
            color: #808080;
            font-family: 微軟正黑體, Arial, Helvetica, sans-serif;
            letter-spacing: 0.2em;
            padding-top: 10px;
            padding-bottom: 10px;
            text-align: center;
            border: 0px solid #808080;
            text-decoration: none;
        }

.btnPrev {
    background-image: url('../images/arrowL.png');
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: 50% 58%;
    width: 15px;
}

    .btnPrev:hover {
        background-image: url('../images/arrowLH.png');
    }


.btnNext {
    background-image: url('../images/arrowR.png');
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: 50% 58%;
    width: 15px;
}

    .btnNext:hover {
        background-image: url('../images/arrowRH.png');
    }




@media (max-width:782px) {
    .pageNum {
        width: 100%;
        display: block;
    }
}

.pageNum table tr td {
    padding: 5px;
}

@media (max-width:450px) {
    .pageNum table tr td {
        padding: 2px;
    }
}


.pageNum table tr td span {
    font-size: 14px;
    color: #000;
}

.pageNum table tr td a {
    font-size: 14px;
    color: #808080;
    text-decoration: none;
}

    .pageNum table tr td a:hover {
        color: #808080;
        text-decoration: none;
    }

.pageNum table tr td input:hover {
    color: #808080;
    text-decoration: none;
}

.backBox {
    width: 248px;
    border: 1px solid #000;
    text-align: center;
    font-size: 14px;
    color: #FFF;
    margin-left: 0%;
    font-family: 微軟正黑體,Arial, Helvetica, sans-serif;
    letter-spacing: 0.1em;
    display: inline-block;
    overflow: hidden;
}

    .backBox input {
        width: 100%;
        font-family: 微軟正黑體, Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: #FFF !important;
        display: inline-block;
        -webkit-appearance: none;
        -moz-appearance: none;
        cursor: pointer;
        outline: none;
        text-align: center;
        height: 50px;
        border: 1px solid #000;
        padding-right: 2%;
        padding-left: 1vw;
        margin-top: 0;
        background-color: #000;
    }

        .backBox input:hover {
            color: #000 !important;
            border: 1px solid #FFF;
            background-color: #FFF;
        }
/*endPage*/
.wrapper {
    height: auto;
    min-height: 100%;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0px !important;
}

.vh-100 {
    height: auto;
    min-height: 100%;
}

.LeftBox {
    position: absolute;
    top: -50px;
    left: 0;
    min-height: 100%;
    width: 150px;
    z-index: 810;
    background-color: #FFF;
}

.RightBox {
    width: 100%;
    /*background-image: url('../images/WorkBG.png');
    background-repeat: repeat;*/
    min-height: calc(100vh - 130px);
    padding: 0px 10% 7.5% 10%;
}

.navbar {
    flex-wrap: nowrap;
}

@media (max-width:320px) {
    .RightBox {
        padding: 0px 8.5% 7.5% 8.5%;
    }

    .navbar-brand {
        display: inline-block;
        padding-top: 0.3125rem;
        padding-bottom: 0.3125rem;
        margin-right: 0.4rem;
        font-size: 1.25rem;
        line-height: inherit;
        white-space: nowrap;
    }
}



.TopBox {
    /*background-image: url('../images/WorkBG.png');
    background-repeat: repeat;*/
}

.PageTitle {
    font-weight: bold;
    font-size: 27px;
    font-weight: 400;
    font-family: 微軟正黑體, Arial, Helvetica, sans-serif;
    letter-spacing: .075em;
}

    .PageTitle a {
        font-weight: bold;
        font-size: 27px;
        font-weight: 400;
        font-family: 微軟正黑體, Arial, Helvetica, sans-serif;
        letter-spacing: .075em;
        color: #212529;
    }


.PageSelectBox {
    /*border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCC;*/
}


.PageSelectBoxItem div {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-family: 微軟正黑體, Arial, Helvetica, sans-serif;
    letter-spacing: 0.5em;
    font-size: 19px;
    color: #000;
}

.PageSelectBoxItem:focus, .PageSelectBoxItem:active {
    border-top: .5px dashed #c4c4c4;
    border-right: .5px dashed #c4c4c4;
    border-bottom-color: #808080;
    border-left: .5px dashed #c4c4c4;
}

    .PageSelectBoxItem:focus > div, .PageSelectBoxItem:active > div {
        border: 0px !important;
    }


.PageTip {
    font-size: 16px;
    line-height: 26px;
    color: #000;
    font-family: 微軟正黑體,Arial, Helvetica, sans-serif;
    letter-spacing: 0.1em;
    text-align: left;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCC;
    padding: 60px 0px;
}


.index_work_title {
    /*background-image: url('../images/squareB.jpg');
    background-size: 13px;
    background-repeat: no-repeat;
    background-position: 5px 50%;
    padding-left: 25px;
    font-weight: bold;
    font-size: 18px;*/
    font-weight: 400;
    font-size: 12px;
    font-family: 微軟正黑體, Arial, Helvetica, sans-serif;
    letter-spacing: .075em;
}

    .index_work_title a {
        color: #808080;
        text-decoration: none;
    }

        .index_work_title a:hover {
            color: #808080;
            text-decoration: none;
        }

.index_work_Tip {
    font-family: 微軟正黑體, Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 22px;
    color: #1E1A1B;
    letter-spacing: 0.1em;
}

/*Search*/
.index_work_searchbar {
    padding: 5px 0px;
    width: 100%;
}

.index_work_search_sec {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 16px;
    color: #FFF;
    margin-left: 0%;
    font-family: 微軟正黑體,Arial, Helvetica, sans-serif;
    letter-spacing: 0.1em;
    display: inline-block;
    overflow: hidden;
    padding: 0px 2%;
}

@media (max-width: 700px) {
    .index_work_search_sec {
        float: left;
        width: 70%;
        /*border: 1px solid #000;*/
        text-align: center;
        font-size: 14px;
        color: #FFF;
        margin-left: 0%;
        font-family: 微軟正黑體,Arial, Helvetica, sans-serif;
        letter-spacing: 0.1em;
        display: inline-block;
        overflow: hidden;
        margin-left: 15%;
    }

        .index_work_search_sec .dropdown {
            position: relative;
        }

        .index_work_search_sec .dropdown {
            display: flex !important;
            margin-bottom: 0px !important;
        }
}
/*.index_work_search_sec:first-child {
        margin-left: 0px !important;
    }*/


.index_work_search_sec .dropdown:before {
    content: '';
    right: 5px;
    top: -7px;
    width: 30px;
    height: 33px;
    position: absolute;
    pointer-events: none;
    display: block;
}


.index_work_search_sec .dropdown select {
    width: 100%;
    font-family: 微軟正黑體, Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #000 !important;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    outline: none;
    background-image: url(../images/arrow-B.png);
    background-repeat: no-repeat;
    background-position: 94% center;
    background-size: 12px;
    text-align: center;
    height: 50px;
    border: 1px solid #CCC;
    padding-right: 2%;
    padding-left: 1vw;
    margin-top: 0;
    transition: 200ms;
    -moz-transition: 200ms;
    -webkit-transition: 200ms;
    -o-transition: 200ms;
    background-color: #FFF;
}

.index_work_search_sec .dropdown:after {
    content: '';
    font: 25px Consolas, Arial, Helvetica, sans-serif;
    color: #fff !important;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 0px;
    top: -14px;
    position: absolute;
    pointer-events: none;
    width: 34px;
    padding: 0 0 5px 0;
    text-indent: 14px;
}

.index_work_search_sec .dropdown select:focus {
    border: 1px dashed #000;
}

/* For IE10 */
.index_work_search_sec > label.dropdown select::-ms-expand {
    display: none;
}

.searchText {
    background-color: #FFF;
    font-family: 微軟正黑體, Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #000;
    display: inline-block;
    height: 50px;
    padding-left: 1.3vw;
    border: 1px solid #CCC;
    border-right-width: 2px;
}


    .searchText .index_work_search_sec_input {
        width: calc(100% - 45px);
        height: 100%;
        border: 0px;
        background-color: #FFF;
        color: #000 !important;
        height: 45px;
        margin-top: 2.5px;
        margin-bottom: 2.5px;
    }

        .searchText .index_work_search_sec_input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
            color: #000;
            opacity: 1; /* Firefox */
        }

        .searchText .index_work_search_sec_input:-ms-input-placeholder { /* Internet Explorer 10-11 */
            color: #000;
        }

        .searchText .index_work_search_sec_input::-ms-input-placeholder { /* Microsoft Edge */
            color: #000;
        }

    .searchText .index_work_search_sec_input_btn {
        width: 30px;
        align-items: center;
        text-align: center;
        vertical-align: middle;
        float: right;
        margin-top: 10px;
    }

.index_work_search_sec a {
    width: 100%;
    font-family: 微軟正黑體, Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #FFF !important;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    outline: none;
    text-align: center;
    height: 50px;
    border: 1px solid #B2B2B2;
    padding-right: 2%;
    padding-left: 1vw;
    margin-top: 0;
    background-color: #B2B2B2;
    line-height: 50px;
    vertical-align: middle;
}


    .index_work_search_sec a:hover {
        text-decoration: none;
    }

    .index_work_search_sec a:focus {
        border: 0.5px dashed #fff;
    }

.index_work_search_sec input {
    width: 100%;
    font-family: 微軟正黑體, Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #FFF !important;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    outline: none;
    text-align: center;
    height: 50px;
    border: 1px solid #B2B2B2;
    padding-right: 2%;
    /*padding-left: 1vw;*/
    margin-top: 0;
    background-color: #B2B2B2;
}

.index_work_search_sec .Active {
    border: 1px solid #1E1A1B !important;
    background-color: #1E1A1B !important;
}


.index_work_search_sec input:focus {
    border: 0.5px dashed #fff;
}
/*work_page*/

/*contact*/
.form_content_sec {
    width: 100%;
    margin-bottom: 5px;
    min-height: 90px;
}

.form_content_sec_title {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 10px;
    height: 50px;
}


.ContactH1 {
    font-family: 微軟正黑體, Arial, Helvetica, sans-serif;
    float: left;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.1em;
}

.form_content_sec_input {
    font-family: 微軟正黑體, Arial, Helvetica, sans-serif;
    width: 100%;
    float: left;
    height: 40px;
    font-size: 14px;
    color: #666;
    letter-spacing: 0.05em;
    padding-right: 2%;
    border-radius: 5px;
    padding-left: 2%;
    border: 1px solid #B5B5B6;
    background-color: #f7f8f8;
}

    .form_content_sec_input:focus {
        border: 1px dashed #B5B5B6;
    }

.form_content_sec_area {
    font-family: 微軟正黑體, Arial, Helvetica, sans-serif;
    width: 100%;
    float: left;
    height: 50px;
    font-size: 14px;
    color: #666;
    letter-spacing: 0.05em;
    padding-right: 2%;
    border-radius: 5px;
    padding-left: 2%;
    border: 1px solid #B5B5B6;
    background-color: #f7f8f8;
    padding-top: 10px;
}

    .form_content_sec_area:focus {
        border: 1px dashed #B5B5B6;
    }

label.form_dropdown {
    position: relative;
}

    label.form_dropdown:before {
        content: '';
        right: 5px;
        top: -7px;
        width: 30px;
        height: 33px;
        position: absolute;
        pointer-events: none;
        display: block;
    }

    label.form_dropdown select {
        width: 100%;
        font-family: 微軟正黑體, Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: #666;
        display: inline-block;
        -webkit-appearance: none;
        -moz-appearance: none;
        cursor: pointer;
        outline: none;
        text-align: center;
        height: 40px;
        border: 1px solid #B5B5B6;
        padding-right: 2%;
        border-radius: 5px;
        padding-left: 1vw;
        margin-top: 0;
        background-color: #f7f8f8;
        background-image: url('../images/arrow-B.png');
        background-repeat: no-repeat;
        background-position: 95% center;
        background-size: 12px;
        transition: 200ms;
        -moz-transition: 200ms;
        -webkit-transition: 200ms;
        -o-transition: 200ms;
    }

        label.form_dropdown select:focus {
            border: 1px dashed #B5B5B6;
        }

.form_content_sec_password {
    font-family: 微軟正黑體, Arial, Helvetica, sans-serif;
    width: 50%;
    float: left;
    height: 40px;
    font-size: 14px;
    color: #666;
    letter-spacing: 0.05em;
    padding-right: 2%;
    border-radius: 5px;
    padding-left: 2%;
    border: 1px solid #B5B5B6;
    background-color: #f7f8f8;
}

    .form_content_sec_password:focus {
        border: 1px dashed #B5B5B6;
    }

.form_note {
    width: 100%;
    float: left;
    font-size: 19px;
    line-height: 22px;
    color: #000;
    font-family: 微軟正黑體,Arial, Helvetica, sans-serif;
    letter-spacing: 0.05em;
    padding-top: 45px;
}

.form_note_text {
    width: 98%;
    float: left;
    font-size: 14px;
    line-height: 22px;
    color: #000;
    font-family: 微軟正黑體,Arial, Helvetica, sans-serif;
    letter-spacing: 0.05em;
    text-align: left;
    margin-left: 0%;
}

.contact_note {
    width: 100%;
    float: left;
    font-size: 19px;
    line-height: 22px;
    color: #000;
    font-family: 微軟正黑體,Arial, Helvetica, sans-serif;
    letter-spacing: 0.05em;
    padding-top: 45px;
    padding-bottom: 45px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #CCC;
    margin-top: 45px;
}

.contact_note_text {
    width: 100%;
    float: left;
    font-size: 14px;
    line-height: 30px;
    color: #333;
    font-family: 微軟正黑體,Arial, Helvetica, sans-serif;
    letter-spacing: 0.05em;
    text-align: left;
}

.member_btnbox {
    width: 100%;
    float: left;
    font-size: 19px;
    line-height: 22px;
    color: #000;
    font-family: 微軟正黑體,Arial, Helvetica, sans-serif;
    letter-spacing: 0.05em;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #CCC;
    padding-top: 45px;
    padding-bottom: 45px;
}

.rental_cash_text_btn {
    width: 20%;
}

@media (max-width: 700px) {
    .member_btnbox {
        width: 85%;
        float: left;
        font-size: 19px;
        line-height: 22px;
        color: #000;
        font-family: 微軟正黑體,Arial, Helvetica, sans-serif;
        letter-spacing: 0.05em;
        border-top-width: 1px;
        border-top-style: solid;
        border-top-color: #CCC;
        padding-top: 45px;
        padding-bottom: 45px;
        padding-right: 7.5%;
        padding-left: 7.5%;
    }

    .rental_cash_text_btn {
        width: 80%;
    }
}

.rental_cash_text_btn input {
    background: #FFF;
    cursor: pointer;
    width: 100%;
    font-size: 14px;
    line-height: 22px;
    color: #000;
    font-family: 微軟正黑體,Arial, Helvetica, sans-serif;
    letter-spacing: 0.2em;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #000;
    text-align: center;
    transition: 200ms;
    -moz-transition: 200ms;
    -webkit-transition: 200ms;
    -o-transition: 200ms;
}

    .rental_cash_text_btn input:hover {
        color: #FFF;
        background-color: #000;
    }

    .rental_cash_text_btn input:focus {
        border: 1px dashed #B5B5B6;
    }

.rental_cash_text_btn a {
    background: #FFF;
    cursor: pointer;
    width: 100%;
    font-size: 14px;
    line-height: 22px;
    color: #000;
    font-family: 微軟正黑體,Arial, Helvetica, sans-serif;
    letter-spacing: 0.2em;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #000;
    text-align: center;
    transition: 200ms;
    -moz-transition: 200ms;
    -webkit-transition: 200ms;
    -o-transition: 200ms;
    display: block;
}

    .rental_cash_text_btn a:hover {
        color: #FFF;
        background-color: #000;
        text-decoration: none;
    }

/*endcontact*/
/*list*/
.FontSize-16 {
    font-size: 16px !important;
}

.FontSize-Large {
    font-size: large;
}

.contact_note_money {
    padding-top: 10px;
    height: 40px;
}

@media (min-width:768px) {
    .contact_note_money {
        height: 90px;
    }
}

.coll_download_text_btn {
    width: 29.1%;
    float: left;
    font-size: 14px;
    line-height: 22px;
    color: #000;
    font-family: 微軟正黑體,Arial, Helvetica, sans-serif;
    letter-spacing: 0.05em;
    margin-right: 2%;
    margin-left: 2%;
    text-align: center;
    transition: 200ms;
    -moz-transition: 200ms;
    -webkit-transition: 200ms;
    -o-transition: 200ms;
}

.list_content {
    width: 100%;
    float: left;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #CCC;
    padding-top: 35px;
    padding-bottom: 35px;
}

.list_content_main {
    width: 73%;
    float: left;
}

.list_content_img {
    width: 20%;
    float: left;
    height: 100px;
    padding-top: 2px;
    padding-right: 2%;
    padding-bottom: 2px;
    padding-left: 2%;
    text-align: center;
    border: 1px solid #CCC;
    position: relative;
}

    .list_content_img img {
        max-height: 85%;
        max-width: 90%;
        width: auto;
        height: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

.list_content_data {
    font-family: 微軟正黑體, Arial, Helvetica, sans-serif;
    width: 67%;
    float: right;
    margin-left: 0%;
    letter-spacing: 0.05em;
}

.list_content_data_title {
    width: 100%;
    float: left;
    font-size: 17px;
    line-height: 26px;
    color: #000;
}

.list_content_data_line {
    width: 15px;
    float: left;
    background-color: #CCC;
    height: 1px;
    margin-top: 12px;
    margin-bottom: 12px;
}

.list_content_data_text {
    font-family: 微軟正黑體, Arial, Helvetica, sans-serif;
    width: 100%;
    float: left;
    font-size: 13px;
    line-height: 20px;
    color: #000;
    letter-spacing: 0.1em;
}

.list_content_data_text_H1 {
    font-family: 微軟正黑體, Arial, Helvetica, sans-serif;
    min-width: 30%;
    float: left;
    font-size: 13px;
    line-height: 20px;
    color: #000;
    margin-right: 30px;
    letter-spacing: 0.05em;
}

.list_content_btnbox {
    width: 26%;
    float: right;
    height: 75px;
    padding-top: 0px;
}

.list_content_cash {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    color: #666;
    font-family: 微軟正黑體, Arial, Helvetica, sans-serif;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border: 1px solid #CCC;
    border-radius: 5px;
}

.list_content_btn {
    width: 20%;
    float: right;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    color: #666;
    font-family: 微軟正黑體, Arial, Helvetica, sans-serif;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

    .list_content_btn input {
        transition: 200ms;
        -moz-transition: 200ms;
        -webkit-transition: 200ms;
        -o-transition: 200ms;
        width: 100%;
        float: right;
        text-align: center;
        font-size: 14px;
        line-height: 22px;
        color: #666;
        font-family: 微軟正黑體, Arial, Helvetica, sans-serif;
        display: block;
        padding-top: 13px;
        padding-bottom: 13px;
        border-radius: 5px;
        border: 1px solid #CCC;
        background-color: white;
        color: #666;
    }

.list_nav {
    width: 100%;
    float: left;
    padding-bottom: 35px;
    padding-top: 35px;
}

.list_container {
    width: 100%;
    float: left;
    margin-right: 7.5%;
    margin-left: 7.5%;
}

.list_nav_artcile {
    width: 50%;
    float: left;
}

.list_nav_sec {
    width: 100%;
    float: left;
    margin-bottom: 5px;
    min-height: 90px;
}

.list_nav_title {
    width: 100%;
    float: left;
    padding-top: 15px;
    padding-bottom: 10px;
    height: 40px;
}

.list_nav_text {
    font-family: 微軟正黑體, Arial, Helvetica, sans-serif;
    width: 96%;
    float: left;
    height: 40px;
    font-size: 14px;
    color: #333;
    letter-spacing: 0.1em;
    border-radius: 5px;
    border: 1px solid #CCC;
    line-height: 40px;
    padding-right: 2%;
    padding-left: 2%;
}

.list_nav_btn a {
    font-family: 微軟正黑體, Arial, Helvetica, sans-serif;
    font-size: 14px;
    width: 35%;
    float: right;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #000;
    text-align: center;
    letter-spacing: 0.05em;
    color: #000;
    transition: 200ms;
    -moz-transition: 200ms;
    -webkit-transition: 200ms;
    -o-transition: 200ms;
    border-radius: 5px;
    height: 40px;
}

@media(max-width:700px) {
    .coll_download_text_btn {
        width: 100%;
        float: left;
        font-size: 14px;
        line-height: 22px;
        color: #000;
        font-family: 微軟正黑體,Arial, Helvetica, sans-serif;
        letter-spacing: 0.05em;
        margin-right: 0%;
        margin-left: 0%;
        text-align: center;
        transition: 200ms;
        -moz-transition: 200ms;
        -webkit-transition: 200ms;
        -o-transition: 200ms;
        margin-bottom: 7.5px;
        margin-top: 7.5px;
    }

    .list_content {
        width: 100%;
        float: left;
        padding-top: 0px;
        padding-bottom: 25px;
    }

    .list_content_main {
        border-top-width: 1px;
        border-top-style: solid;
        border-top-color: #CCC;
        width: 100%;
        float: left;
        margin-right: 0%;
        margin-left: 0%;
    }

    .list_content_img {
        width: 100%;
        float: left;
        height: 150px;
        padding-top: 2px;
        padding-right: 2%;
        padding-bottom: 2px;
        padding-left: 2%;
        text-align: center;
        border: 1px solid #CCC;
        position: relative;
    }

    .list_content_data {
        font-family: 微軟正黑體, Arial, Helvetica, sans-serif;
        width: 100%;
        float: right;
        margin-left: 0%;
        letter-spacing: 0.05em;
        margin-top: 10px;
    }

    .list_content_data_text_H1 {
        font-family: 微軟正黑體, Arial, Helvetica, sans-serif;
        width: 100%;
        float: left;
        font-size: 14px;
        line-height: 20px;
        color: #000;
        margin-right: 30px;
        letter-spacing: 0.1em;
    }

    .list_content_btnbox {
        width: 100%;
        float: left;
        height: auto;
        padding-top: 25px;
        margin-right: 0%;
        margin-left: 0%;
    }

    .list_content_btn input {
        transition: 200ms;
        -moz-transition: 200ms;
        -webkit-transition: 200ms;
        -o-transition: 200ms;
        width: 100%;
        float: left;
        text-align: center;
        font-size: 14px;
        line-height: 22px;
        color: #666;
        font-family: 微軟正黑體, Arial, Helvetica, sans-serif;
        display: block;
        padding-top: 10px;
        padding-bottom: 10px;
        border-radius: 5px;
        border: 1px solid #CCC;
    }

    .list_nav_btn a {
        font-family: 微軟正黑體, Arial, Helvetica, sans-serif;
        font-size: 14px;
        width: 80%;
        float: right;
        padding-top: 10px;
        padding-bottom: 10px;
        border: 1px solid #000;
        text-align: center;
        letter-spacing: 0.05em;
        color: #000;
        transition: 200ms;
        -moz-transition: 200ms;
        -webkit-transition: 200ms;
        -o-transition: 200ms;
        border-radius: 5px;
        height: 40px;
    }
}

.list_nav_btn a:hover {
    color: #FFF;
    background-color: #000;
    text-decoration: none;
}

.list_nav_btn a:focus {
    border: 0.5px dashed #000;
}

.list_content_btn input:hover {
    background-color: #930;
    border: 1px solid #930;
    color: #FFF;
}

.coll_download_text_btn input {
    width: 100%;
    float: left;
    font-size: 14px;
    line-height: 22px;
    color: #000;
    font-family: 微軟正黑體,Arial, Helvetica, sans-serif;
    letter-spacing: 0.05em;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #000;
    text-align: center;
    transition: 200ms;
    -moz-transition: 200ms;
    -webkit-transition: 200ms;
    -o-transition: 200ms;
    background-color: white;
}

.coll_download_text_btn a {
    width: 100%;
    float: left;
    font-size: 14px;
    line-height: 22px;
    color: #000;
    font-family: 微軟正黑體,Arial, Helvetica, sans-serif;
    letter-spacing: 0.05em;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #000;
    text-align: center;
    transition: 200ms;
    -moz-transition: 200ms;
    -webkit-transition: 200ms;
    -o-transition: 200ms;
    background-color: white;
}

    .coll_download_text_btn a:hover {
        color: #FFF;
        border: 1px solid #FFF;
        background-color: #000;
        text-decoration: none;
    }

.coll_download_text_btn input:hover {
    color: #FFF;
    border: 1px solid #FFF;
    background-color: #000;
    cursor: pointer;
}

.coll_download_text_btn a:focus {
    border: 0.5px dashed #000;
}

.coll_download_text_btn input:focus {
    border: 0.5px dashed #000;
}

/*endlist*/
.rental_cash_textL {
    width: 49%;
    float: left;
    font-size: 14px;
    line-height: 26px;
    color: #000;
    font-family: 微軟正黑體,Arial, Helvetica, sans-serif;
    letter-spacing: 0.05em;
    padding-bottom: 15px;
    margin-top: 15px;
    height: 650px;
    margin-right: 2%;
}

.rental_cash_textR {
    width: 49%;
    float: left;
    font-size: 14px;
    line-height: 26px;
    color: #000;
    font-family: 微軟正黑體,Arial, Helvetica, sans-serif;
    letter-spacing: 0.05em;
    padding-bottom: 15px;
    margin-top: 15px;
    height: 650px;
}

@media (max-width: 700px) {
    /*電子報*/
    .rental_cash_textL {
        width: 100%;
        float: left;
        font-size: 14px;
        line-height: 26px;
        color: #000;
        font-family: 微軟正黑體,Arial, Helvetica, sans-serif;
        letter-spacing: 0.05em;
        padding-bottom: 40px;
        border-right-width: 0px;
        border-right-style: solid;
        border-right-color: #CCC;
        margin-bottom: 40px;
        padding-right: 0%;
        height: auto;
    }

    .rental_cash_textR {
        width: 100%;
        float: left;
        font-size: 14px;
        line-height: 26px;
        color: #000;
        font-family: 微軟正黑體,Arial, Helvetica, sans-serif;
        letter-spacing: 0.05em;
        padding-bottom: 40px;
        border-right-width: 0px;
        border-right-style: solid;
        border-right-color: #CCC;
        margin-bottom: 40px;
        padding-right: 0%;
        height: auto;
    }
}
/*cptcase*/
.cptcaseH1 {
    font-family: 微軟正黑體, Arial, Helvetica, sans-serif;
    width: auto;
    float: left;
    font-size: 13px;
    line-height: 20px;
    color: #000;
    letter-spacing: 0.05em;
    text-align: left;
    margin-right: 10px;
}

.cptcaseH3 {
    font-family: 微軟正黑體, Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 22px;
    color: #000;
    text-align: left;
    margin-top: 10px;
    letter-spacing: 0.1em;
    margin-bottom: 5px;
}

.cptcaseH4 {
    font-family: 微軟正黑體, Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #999;
    text-align: left;
    letter-spacing: 0.1em;
}

.news_content_sec_date {
    font-size: 13px;
    line-height: 22px;
    color: #999;
}

.news_content_sec_title {
    font-size: 15px;
    line-height: 20px;
    color: #000;
    text-align: justify;
}

.news_content_sec_data {
    font-size: 13px;
    line-height: 20px;
    color: #000;
    text-align: justify;
}

.img {
    width: auto;
    max-width: 100%;
}

.case_content_sec {
    height: 390px;
    width: calc((100% - 41px) / 3);
    margin: 0px 10px 20px 10px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCC;
    padding: 10px;
    transition: 200ms;
    -moz-transition: 200ms;
    -webkit-transition: 200ms;
    -o-transition: 200ms;
    display: block;
}

@media(min-width:811px) {
    .case_content_sec:nth-child(3n+1) {
        margin-left: 0px !important;
    }

    .case_content_sec:nth-child(3n) {
        margin-right: 0px !important;
    }
}

.case_content_sec:hover {
    transform: scale(1.03);
}

@media (min-width:501px) and (max-width:810px) {
    .case_content_sec {
        width: calc((100% - 21px) / 2);
    }

        .case_content_sec:nth-child(2n+1) {
            margin-left: 0px !important;
        }

        .case_content_sec:nth-child(2n) {
            margin-right: 0px !important;
        }
}

@media (max-width:500px) {
    .case_content_sec {
        height: auto;
        width: calc((100%));
    }

        .case_content_sec:nth-child(n) {
            margin-left: 0px !important;
            margin-right: 0px !important;
        }
}

.ImageHeight {
    width: auto;
    height: auto;
    max-width: 90%;
    max-height: 215px;
}

.case_content_sec_item {
    height: 50px;
}

.cptcaseListH1 {
    font-family: 微軟正黑體, Arial, Helvetica, sans-serif;
    width: auto;
    float: left;
    height: 50px;
    font-size: 13px;
    line-height: 50px;
    letter-spacing: 0.05em;
    color: #000;
}

.cptcaseListH3 {
    font-family: 微軟正黑體, Arial, Helvetica, sans-serif;
    width: 100%;
    float: left;
    font-size: 13px;
    line-height: 35px;
    letter-spacing: 0.05em;
    color: black;
}

.cptcaseListH2 {
    font-family: 微軟正黑體, Arial, Helvetica, sans-serif;
    width: auto;
    float: right;
    height: 50px;
    font-size: 13px;
    line-height: 50px;
    letter-spacing: 0.05em;
    color: #999;
}

.cptcaseListH3 {
    font-family: 微軟正黑體, Arial, Helvetica, sans-serif;
    width: 100%;
    float: left;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.05em;
    color: black;
    height: 35px;
}

.cptcaseListH4 {
    font-family: 微軟正黑體, Arial, Helvetica, sans-serif;
    width: 100%;
    float: left;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.05em;
    color: black;
    height: 60px;
    overflow: hidden;
}

.casepage_main {
    font-family: 微軟正黑體, Arial, Helvetica, sans-serif;
    width: 100%;
    float: left;
    font-size: 14px;
    line-height: 22px;
    color: #000;
    margin-bottom: 45px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #CCC;
    padding-top: 30px;
}

.casepage_main2 {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #CCC;
    padding-top: 30px;
    margin-bottom: 45px;
}

.cptcaseDataH1 {
    font-family: 微軟正黑體, Arial, Helvetica, sans-serif;
    width: 100%;
    /*float: left;*/
    font-size: 17px;
    line-height: 22px;
    color: #000;
    text-align: center;
    letter-spacing: 0.2em;
    margin-bottom: 30px;
    margin-top: 15px;
}

.casepage_main li, .subGalBox li {
    height: 300px;
    float: left;
    width: 18%;
    overflow: hidden;
    position: relative;
    display: block;
    display: inline-block;
    margin: 1%;
    transition: 200ms;
    -moz-transition: 200ms;
    -webkit-transition: 200ms;
    -o-transition: 200ms;
}

    .casepage_main li a:hover, .subGalBox li a:hover {
        text-decoration: none;
    }

.casepage_sec {
    width: 100%;
    height: 200px;
    position: relative;
    background-color: #F3F3F3;
    margin-left: auto;
    margin-right: auto;
}

    .casepage_sec img {
        max-height: 85%;
        max-width: 90%;
        width: auto;
        height: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        transition: 200ms;
        -moz-transition: 200ms;
        -webkit-transition: 200ms;
        -o-transition: 200ms;
    }

@media (min-width:700px) {
    .casepage_main li:hover, .subGalBox li:hover {
        transform: scale(1.05);
    }

    .newspage_titlebox {
        width: 100%;
        padding-bottom: 45px;
        margin-bottom: 45px;
        height: 60px;
    }

    .newspage_title {
        font-family: 微軟正黑體, Arial, Helvetica, sans-serif;
        width: 50%;
        float: left;
        margin-top: 20px;
        font-size: 19px;
        line-height: 24px;
        color: #000;
        letter-spacing: 0.1em;
    }

    .newspage_date {
        font-family: 微軟正黑體, Arial, Helvetica, sans-serif;
        float: right;
        margin-top: 15px;
        font-size: 13px;
        line-height: 20px;
        color: #000;
        letter-spacing: 0.05em;
        padding-left: 10px;
        border-left-width: 1px;
        border-left-style: solid;
        border-left-color: #000;
        text-align: left;
    }
}

@media (max-width:700px) {
    .casepage_main li, .subGalBox li {
        float: left;
        width: 44%;
        overflow: hidden;
        position: relative;
        display: block;
        display: inline-block;
        margin: 3%;
        transition: 200ms;
        -moz-transition: 200ms;
        -webkit-transition: 200ms;
        -o-transition: 200ms;
    }

    .newspage_titlebox {
        width: 100%;
        padding-bottom: 30px;
        margin-bottom: 30px;
        height: 80px;
    }

    .newspage_title {
        font-family: 微軟正黑體, Arial, Helvetica, sans-serif;
        width: 100%;
        float: left;
        margin-top: 0px;
        font-size: 19px;
        line-height: 24px;
        color: #000;
        letter-spacing: 0.1em;
    }

    .newspage_date {
        font-family: 微軟正黑體, Arial, Helvetica, sans-serif;
        width: 98%;
        float: right;
        margin-top: 10px;
        font-size: 13px;
        line-height: 20px;
        color: #000;
        letter-spacing: 0.05em;
        padding-left: 2%;
        border-left-width: 1px;
        border-left-style: solid;
        border-left-color: #000;
        text-align: left;
    }
}

.newspage_textbox {
    font-family: 微軟正黑體, Arial, Helvetica, sans-serif;
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    color: #000;
    text-align: justify;
    margin-bottom: 45px;
}
/*endcptcase*/
/*購藏、租賃、授權*/
.coll_step_sec {
    min-height: 450px;
    padding: 0px 40px;
    border-right: 1px dashed #1E1A1B;
    font-size: 19px;
    line-height: 22px;
    color: #000;
    font-family: 微軟正黑體,Arial, Helvetica, sans-serif;
    letter-spacing: 0.05em;
}

.coll_step_sec_textbox {
    width: 100%;
    height: auto;
}

.coll_step_sec_textbox_title {
    width: 100%;
    margin-bottom: 18px;
    font-size: 17px;
    color: #000;
    font-weight: 500;
    letter-spacing: 0.15em;
    text-align: left;
}

.coll_step_sec_textbox_text {
    font-size: 15px;
    line-height: 24px;
    color: #000;
    width: 100%;
    font-family: 微軟正黑體,Arial, Helvetica, sans-serif;
    letter-spacing: 0.2em;
    text-align: left;
}

    .coll_step_sec_textbox_text a {
        float: left;
        font-size: 15px;
        line-height: 24px;
        color: #666;
        font-family: 微軟正黑體, Arial, Helvetica, sans-serif;
        letter-spacing: 0.2em;
        text-decoration: underline;
        width: auto !important;
        height: auto !important;
        padding: 0px !important;
        border: 0px !important;
        background-color: #fff !important;
        color: #000 !important;
        display: unset !important;
    }

.coll_step_sec_image {
    width: 100%;
    height: auto;
}

    .coll_step_sec_image img {
        width: 100%;
        height: auto;
    }

@media(max-width:768px) {
    .coll_step_sec {
        border-right: 0px dashed #1E1A1B;
        padding: 0px 15px;
    }

    /*.index_work_search_sec {
        float: left;
        width: 70%;
        text-align: center;
        font-size: 14px;
        color: #FFF;
        margin-left: 0%;
        font-family: 微軟正黑體,Arial, Helvetica, sans-serif;
        letter-spacing: 0.1em;
        display: inline-block;
        overflow: hidden;
        margin-left: 15%;
    }*/
}

.collTEXTH1 {
    height: 25px;
    line-height: 13px;
    padding-left: 15px;
    background-image: url('../images/TipB.png');
    background-repeat: no-repeat;
    background-size: 12px;
    background-position-y: top;
}

.collTEXTH2 {
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
    background-image: url('../images/TipG.png');
    background-repeat: no-repeat;
    background-size: 12px;
    background-position-y: center;
}

.ShowMD {
    visibility: hidden;
    display: none;
}

.HiddenMD {
    visibility: visible;
    display: unset;
}

@media (min-width: 700px) and (max-width: 1120px) {
    .ShowMD {
        visibility: visible;
        display: block;
    }

    .HiddenMD {
        visibility: hidden;
        display: none;
    }

    .coll_step_sec {
        border-right: 0px dashed #1E1A1B;
        padding-bottom: 20px;
        height: 160px;
        min-height: 160px;
    }

    .coll_step_sec_textbox {
        width: 60%;
        height: 160px;
        float: left;
    }

    .coll_step_sec_image {
        width: 40%;
        height: 160px;
        float: right;
    }

        .coll_step_sec_image img {
            width: 100%;
            max-width: 500px;
            height: auto;
        }
}

.coll_note {
    width: 100%;
    float: right;
    font-size: 19px;
    line-height: 22px;
    color: #000;
    font-family: 微軟正黑體,Arial, Helvetica, sans-serif;
    letter-spacing: 0.05em;
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCC;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #CCC;
}

.coll_note_title {
    width: 100%;
    float: left;
    font-size: 17px;
    line-height: 22px;
    color: #000;
    font-family: 微軟正黑體,Arial, Helvetica, sans-serif;
    letter-spacing: 0.05em;
    text-align: left;
    padding-bottom: 15px;
    padding-left: 5rem;
}

.coll_note_text {
    width: 100%;
    float: left;
    font-size: 15px;
    line-height: 22px;
    color: #000;
    font-family: 微軟正黑體,Arial, Helvetica, sans-serif;
    letter-spacing: 0.05em;
    text-align: left;
    padding-left: 5rem;
}

.coll_second_title {
    width: 100%;
    float: left;
    font-size: 18px;
    line-height: 22px;
    color: #000;
    text-align: left;
    padding-top: 30px;
    padding-bottom: 15px;
    font-family: 微軟正黑體,Arial, Helvetica, sans-serif;
    letter-spacing: 0.2em;
}

.coll_second_text {
    width: 100%;
    float: left;
    font-size: 15px;
    line-height: 22px;
    color: #000;
    text-align: left;
    font-family: 微軟正黑體,Arial, Helvetica, sans-serif;
    letter-spacing: 0.05em;
}

@media(max-width:700px) {
    .coll_step_sec {
        min-height: 350px;
        padding-bottom: 10px;
    }

    .coll_step_sec_textbox {
        height: 130px !important;
    }

    .coll_step_sec_textbox2 {
        height: 225px !important;
    }

    .coll_note {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .coll_note_title {
        width: 100%;
        float: left;
        font-size: 18px;
        line-height: 22px;
        color: #000;
        font-family: 微軟正黑體,Arial, Helvetica, sans-serif;
        letter-spacing: 0.05em;
        text-align: center;
        margin-bottom: 10px;
        padding-left: 0px;
    }

    .coll_note_text {
        width: 100%;
        float: left;
        font-size: 15px;
        line-height: 22px;
        color: #000;
        font-family: 微軟正黑體,Arial, Helvetica, sans-serif;
        letter-spacing: 0.1em;
        text-align: left;
        padding-right: 0%;
        padding-left: 0%;
        border-right-width: 0px;
        border-right-style: solid;
        border-right-color: #CCC;
        margin-bottom: 10px;
    }
}

.hidden1120 {
    visibility: hidden;
}

.show1120 {
    visibility: visible;
}

.height-1px {
    height: 1px !important;
}

.showborder-Top {
    border-top: 1px solid #CCC;
}

@media(max-width: 1120px) {
    .hidden1120 {
        visibility: visible;
        margin-bottom: 30px;
    }

    .height-1px {
        height: auto !important;
    }

    .show1120 {
        visibility: hidden;
        display: none;
    }

    .showborder-Top {
        border-top: 0px solid #CCC;
    }
}

.index_StepBox_btn {
    width: 100%;
    font-family: 微軟正黑體, Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #FFF !important;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    outline: none;
    text-align: center;
    height: 50px;
    line-height: 50px;
    border: 1px solid #B2B2B2;
    padding-right: 2%;
    /*padding-left: 1vw;*/
    margin-top: 0;
    background-color: #B2B2B2;
}

    .index_StepBox_btn:hover {
        border: 1px solid #1E1A1B !important;
        background-color: #1E1A1B !important;
        text-decoration: none;
    }

    .index_StepBox_btn:focus {
        border: 0.5px dashed #fff;
    }
/*end購藏、租賃、授權*/
/*相關連結*/
.line_article {
    font-family: 微軟正黑體, Arial, Helvetica, sans-serif;
    width: 100%;
    float: left;
    font-size: 14px;
    line-height: 22px;
    color: #1E1A1B;
    text-align: left;
    margin-bottom: 45px;
    min-height: 200px;
    padding: 3px;
    background-color: #FFF;
}

.line_title {
    width: 100%;
    float: left;
    font-size: 25px;
    line-height: 22px;
    color: #000;
    text-align: left;
    padding-top: 50px;
    padding-bottom: 50px;
    font-family: 微軟正黑體,Arial, Helvetica, sans-serif;
    letter-spacing: 0.2em;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #CCC;
}

.line_text {
    font-family: 微軟正黑體, Arial, Helvetica, sans-serif;
    width: 100%;
    float: left;
    font-size: 15px;
    line-height: 22px;
    color: #000;
    text-align: justify;
}

    .line_text a {
        font-family: 微軟正黑體, Arial, Helvetica, sans-serif;
        width: 100%;
        float: left;
        font-size: 15px;
        line-height: 22px;
        color: #000;
        text-align: justify;
        padding-top: 10px;
        padding-bottom: 10px;
        transition: 200ms;
        -moz-transition: 200ms;
        -webkit-transition: 200ms;
        -o-transition: 200ms;
    }

        .line_text a:hover {
            font-family: 微軟正黑體, Arial, Helvetica, sans-serif;
            width: 96%;
            float: left;
            font-size: 15px;
            line-height: 22px;
            color: #000;
            text-align: justify;
            padding-top: 10px;
            padding-bottom: 10px;
            background-color: #ECE9EE;
            border-radius: 5px;
            padding-left: 2%;
            text-decoration: none;
        }

/*end相關連結*/

/*最新消息*/
.DataBox {
    padding: 5px;
}

.masonry {
    width: 100%;
    position: relative;
}

.item {
    z-index: 10;
    overflow: hidden;
    position: absolute;
    text-decoration: none;
}

    .item:hover {
        text-decoration: none;
    }

.news_content_sec_date {
    font-size: 13px;
    line-height: 22px;
    color: #999;
}

.news_content_sec_title {
    font-size: 15px;
    line-height: 20px;
    color: #000;
    text-align: justify;
}

.news_content_sec_data {
    font-size: 13px;
    line-height: 20px;
    color: #000;
    text-align: justify;
}



.img {
    width: auto;
    max-width: 100%;
}

.backBox {
    width: 248px;
    border: 1px solid #000;
    text-align: center;
    font-size: 14px;
    color: #FFF;
    margin-left: 0%;
    font-family: 微軟正黑體,Arial, Helvetica, sans-serif;
    letter-spacing: 0.1em;
    display: inline-block;
    overflow: hidden;
}

    .backBox input {
        width: 100%;
        font-family: 微軟正黑體, Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: #FFF !important;
        display: inline-block;
        -webkit-appearance: none;
        -moz-appearance: none;
        cursor: pointer;
        outline: none;
        text-align: center;
        height: 50px;
        border: 1px solid #000;
        padding-right: 2%;
        padding-left: 1vw;
        margin-top: 0;
        background-color: #000;
    }

        .backBox input:hover {
            color: #000 !important;
            border: 1px solid #FFF;
            background-color: #FFF;
        }

.newspage_eventbtn a {
    font-family: 微軟正黑體, Arial, Helvetica, sans-serif;
    width: 25%;
    float: left;
    font-size: 14px;
    line-height: 22px;
    color: #000;
    text-align: center;
    margin-bottom: 45px;
    padding: 10px;
    border: 1px solid #333;
    letter-spacing: 0.2em;
    transition: 200ms;
    -moz-transition: 200ms;
    -webkit-transition: 200ms;
    -o-transition: 200ms;
}

    .newspage_eventbtn a:hover {
        font-family: 微軟正黑體, Arial, Helvetica, sans-serif;
        float: left;
        font-size: 14px;
        line-height: 22px;
        color: #FFF;
        background-color: #000;
        text-align: center;
        margin-bottom: 45px;
        padding: 10px;
        border: 1px solid #999;
        letter-spacing: 0.2em;
        text-decoration: none;
    }

.NewsDateilH1 {
    font-family: 微軟正黑體, Arial, Helvetica, sans-serif;
    float: left;
    font-size: 13px;
    line-height: 20px;
    color: #000;
    letter-spacing: 0.05em;
    text-align: left;
    clear: both;
}

@media (max-width:700px) {
    .NewsDateilH1 {
        font-family: 微軟正黑體, Arial, Helvetica, sans-serif;
        width: auto;
        float: left;
        font-size: 13px;
        line-height: 20px;
        color: #000;
        letter-spacing: 0.05em;
        text-align: left;
        margin-right: 10px;
    }
}

/*End最新消息*/

/*首頁*/
.DefBody {
    height: 100vh;
    width: 100%;
    max-width: 600px;
    position: relative;
}

.DefBoxItem {
    width: calc((100% - 90px) / 3);
    height: auto;
    margin: 15px;
}

    .DefBoxItem img {
        max-width: 100%;
        height: auto;
    }

.DefBoxItem2Img {
    width: 100%;
    max-width: 50px;
    height: 100%;
    max-height: 50px;
}

@media(max-width:767px) {
    .DefBoxItem2Img {
        width: 100%;
        max-width: 40px;
        height: 100%;
        max-height: 40px;
    }
}


.DefBodyLocation {
    position: absolute;
    top: calc(100vh - 75%);
}

.navbar-collapse {
    overflow: auto;
    max-height: 100vh;
}

.fixed-bottom {
    height: 120px;
    z-index: 10 !important;
}

.DefMenuBarItem {
    width: calc((100% - 30px) / 4);
}

    .DefMenuBarItem:hover {
        text-decoration: none;
    }

.DefMenuIconBarItem {
    width: 60px;
}

.DefMenuBarItem:focus {
    border: .5px dashed #ffffff !important;
}


@media (min-width:320px) and (max-width:767px) {
    .BottomMenu {
        padding: 30px 0px 0px 0px;
    }
}


@media (min-width:768px) and (max-width:1050px) {
    .DefMenuBarItem div {
        font-size: 17px;
    }

    .TextEN {
        font-size: 12px !important;
    }
}

@media (min-width:380px) and (max-width:768px) {
    .DefMenuBarItem div {
        font-size: 17px;
    }

    .TextEN {
        font-size: 12px !important;
    }
}


@media (min-width:320px) and (max-width:379px) {
    .DefMenuBarItem div {
        font-size: 15px;
        padding: 0px !important;
    }

    .TextEN {
        font-size: 9px !important;
    }
}

@media (max-width:319px) {
    .DefMenuBarItem div {
        font-size: 12px;
        padding: 0px !important;
    }

    .TextEN {
        font-size: 8px !important;
    }

    .BottomMenu {
        padding: 30px 0px 0px 0px;
    }
}

/*END首頁*/

/*關於我們*/
.about_content_title {
    width: 100%;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCC;
    font-size: 15px;
    line-height: 28px;
    color: #000;
    text-align: center;
    padding-top: 60px;
    padding-right: 17.5%;
    padding-left: 17.5%;
    padding-bottom: 60px;
    font-family: 微軟正黑體,Arial, Helvetica, sans-serif;
    letter-spacing: 0.1em;
}

.about_content_sec {
    width: 100%;
    float: left;
    font-size: 14px;
    line-height: 22px;
    color: #000;
    font-family: 微軟正黑體,Arial, Helvetica, sans-serif;
    letter-spacing: 0.05em;
    margin-top: 30px;
}

.about_content_sec_text {
    float: left;
    text-align: left;
    margin-right: 2%;
}

.about_content_sec_text2 {
    float: right;
    text-align: left;
    margin-left: 2%;
}

.about_content_sec_text, .about_content_sec_text2 {
    width: 49%;
    font-size: 14px;
    line-height: 22px;
    color: #000;
    font-family: 微軟正黑體,Arial, Helvetica, sans-serif;
    letter-spacing: 0.05em;
}

.aboutH1 {
    font-size: 19px;
    color: #000;
    font-family: 微軟正黑體, Arial, Helvetica, sans-serif;
    letter-spacing: 0.05em;
}

.aboutH2 {
    font-size: 15px;
    color: #000;
    font-family: 微軟正黑體, Arial, Helvetica, sans-serif;
    letter-spacing: 0.1em;
    line-height: 30px;
    width: 100%;
    clear: both;
    margin: 0px;
    text-align: left;
    float: left;
}

.about_content_sec_img {
    background-image: url(../images/img/about_banner-01.jpg);
}

.about_content_sec_img2 {
    background-image: url(../images/img/about_banner-02.jpg);
}

.about_content_sec_img3 {
    background-image: url(../images/img/about_banner-03.jpg);
}

.about_content_sec_img4 {
    background-image: url(../images/img/about_banner-04.jpg);
}

.about_content_sec_img, .about_content_sec_img2, .about_content_sec_img3, .about_content_sec_img4 {
    width: 49%;
    font-size: 14px;
    line-height: 22px;
    color: #000;
    font-family: 微軟正黑體,Arial, Helvetica, sans-serif;
    letter-spacing: 0.05em;
    min-height: 280px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.about_content_sec_bt_line {
    float: left;
    width: 49%;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCC;
    margin-right: 51%;
    height: 0px;
}

.about_content_sec_bt_line2 {
    float: right;
    width: 49%;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCC;
    margin-left: 51%;
    height: 0px;
}

.about_content_sec_btn a {
    width: 100%;
    float: left;
    font-size: 14px;
    line-height: 22px;
    color: #000;
    font-family: 微軟正黑體,Arial, Helvetica, sans-serif;
    letter-spacing: 0.05em;
    text-align: center;
    padding: 10px;
    border: 1px solid #CCC;
    margin-top: 40px;
}

    .about_content_sec_btn a:hover {
        width: 100%;
        float: left;
        font-size: 14px;
        line-height: 22px;
        color: #FFF;
        font-family: 微軟正黑體,Arial, Helvetica, sans-serif;
        letter-spacing: 0.05em;
        text-align: center;
        padding: 10px;
        border: 1px solid #CCC;
        margin-top: 40px;
        background-color: #000;
        text-decoration: none;
    }

.about_content_sec_line {
    float: left;
}

.about_content_sec_line, .about_content_sec_line2 {
    width: 15px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCC;
    font-size: 14px;
    line-height: 22px;
    color: #000;
    font-family: 微軟正黑體,Arial, Helvetica, sans-serif;
    letter-spacing: 0.05em;
    margin-top: 25px;
    height: 1px;
    margin-bottom: 25px;
}

@media (max-width:700px) {
    .about_content_title {
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #CCC;
        font-size: 15px;
        line-height: 28px;
        color: #000;
        text-align: center;
        padding-top: 40px;
        padding-right: 7.5%;
        padding-left: 7.5%;
        padding-bottom: 40px;
        font-family: 微軟正黑體,Arial, Helvetica, sans-serif;
        letter-spacing: 0.1em;
    }

    .about_content_sec {
        width: 100%;
        float: left;
        font-size: 14px;
        line-height: 22px;
        color: #000;
        font-family: 微軟正黑體,Arial, Helvetica, sans-serif;
        letter-spacing: 0.05em;
        margin-top: 45px;
    }



    .about_content_sec_text, .about_content_sec_text2 {
        width: 100%;
        font-size: 14px;
        line-height: 22px;
        color: #000;
        font-family: 微軟正黑體,Arial, Helvetica, sans-serif;
        letter-spacing: 0.05em;
    }


    .aboutH2 {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 15px;
        margin-left: 0px;
    }

    .about_content_sec_img, .about_content_sec_img2, .about_content_sec_img3, .about_content_sec_img4 {
        width: 100%;
        font-size: 14px;
        line-height: 22px;
        color: #000;
        font-family: 微軟正黑體,Arial, Helvetica, sans-serif;
        letter-spacing: 0.05em;
        min-height: 220px;
        overflow: hidden;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }

    .about_content_sec_bt_line {
        display: none;
    }

    .about_content_sec_bt_line2 {
        display: none;
    }

    .about_content_sec_text {
        float: left;
        text-align: left;
        margin-right: 0%;
    }

    .about_content_sec_text2 {
        float: right;
        text-align: left;
        margin-left: 0%;
    }

    .about_content_sec_btn a {
        width: 100%;
        float: left;
        font-size: 14px;
        line-height: 22px;
        color: #000;
        font-family: 微軟正黑體,Arial, Helvetica, sans-serif;
        letter-spacing: 0.05em;
        text-align: center;
        border: 1px solid #CCC;
        margin-top: 0px;
        padding-top: 10px;
        padding-right: 0px;
        padding-bottom: 10px;
        padding-left: 0px;
        margin-bottom: 20px;
    }

        .about_content_sec_btn a:hover {
            width: 100%;
            float: right;
            font-size: 14px;
            line-height: 22px;
            color: #FFF;
            font-family: 微軟正黑體,Arial, Helvetica, sans-serif;
            letter-spacing: 0.05em;
            text-align: center;
            border: 1px solid #CCC;
            margin-top: 0px;
            background-color: #000;
            padding-top: 10px;
            padding-right: 0px;
            padding-bottom: 10px;
            padding-left: 0px;
        }

    .about_content_sec_line, .about_content_sec_line2 {
        width: 15px;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #CCC;
        font-size: 14px;
        line-height: 22px;
        color: #000;
        font-family: 微軟正黑體,Arial, Helvetica, sans-serif;
        letter-spacing: 0.05em;
        margin-top: 15px;
        height: 1px;
        margin-bottom: 15px;
    }
}

/*END關於我們*/

.max-width-120px {
    max-width: 120px !important;
}

.work_slidebox {
    float: left;
    width: 100%;
    background-color: #F2F2F2;
    /*margin-top: 30px;*/
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.work_databox_title {
    float: right;
    width: 100%;
    line-height: 30px;
    height: auto;
}


.NewH1 {
    font-family: 微軟正黑體, Arial, Helvetica, sans-serif;
    width: calc(100% - 170px);
    font-size: 25px;
    line-height: 30px;
    color: #000;
    letter-spacing: 0.1em;
    float: left;
    margin-top: 10px;
    padding-bottom: 25px;
    text-align: left;
}

.WPH2 {
    font-family: 微軟正黑體, Arial, Helvetica, sans-serif;
    width: 30%;
    font-size: 14px;
    line-height: 20px;
    color: #999;
    letter-spacing: 0.1em;
    float: right;
    border: 1px solid #CCC;
    padding: 3px;
    text-align: center;
}

.WPH3 {
    font-family: 微軟正黑體, Arial, Helvetica, sans-serif;
    width: 150px;
    font-size: 14px;
    line-height: 30px;
    color: #999;
    letter-spacing: 0.1em;
    float: right;
    border: 1px solid #CCC;
    padding: 3px;
    text-align: center;
    margin-bottom: 0px !important;
}

.work_databox_text {
    padding-top: 25px;
    line-height: 30px;
}

.border-bottom-dark {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCC;
}

.border-top-dark {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #CCC;
}

.NewTitleH2 {
    font-family: 微軟正黑體, Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    letter-spacing: 0.1em;
    /* border-right: 1px solid #CCC; */
    padding-right: 10px;
    text-align: left;
}

.NewTitleH1 {
    float: left;
    font-family: 微軟正黑體, Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    letter-spacing: 0.1em;
    padding-right: 10px;
    margin-right: 10px;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #CCC;
    width: 75px;
    text-align: justify;
    text-justify: distribute-all-lines;
    text-align-last: justify;
    text-justify: inter-cluster;
}

.NewTitleH3 {
    float: left;
    font-family: 微軟正黑體, Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 20px;
    color: #000;
    letter-spacing: 0.1em;
    padding-right: 10px;
    margin-right: 10px;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #CCC;
    width: 75px;
    text-align: justify;
    text-justify: distribute-all-lines;
    text-align-last: justify;
    text-justify: inter-cluster;
}



.NewDescTitleH1 {
    font-family: 微軟正黑體, Arial, Helvetica, sans-serif;
    font-size: 17px;
    line-height: 20px;
    color: #000;
    letter-spacing: 0.1em;
    padding-bottom: 20px;
    text-align: left;
}

.work_databox_data {
    height: auto;
    width: 100%;
    padding-top: 15px;
}

.NewTitleH4 {
    font-family: 微軟正黑體, Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    letter-spacing: 0.1em;
    /* border-right: 1px solid #CCC; */
    padding-right: 10px;
    width: calc(100% - 85px);
    text-align: left;
}

.work_databox_sec {
    float: left;
    width: 50%;
    line-height: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: left;
}

.work_databox_sec2 {
    float: left;
    width: 100%;
    line-height: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}


@media (max-width: 1200px) and (min-width: 700px) {
    .work_databox_sec {
        width: 100%;
        line-height: 20px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

@media(max-width:500px) {
    .work_databox_sec {
        width: 100%;
        line-height: 20px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
}
