body {
    font-family: 'Noto Sans TC', sans-serif;
    max-width: 100%;
    font-size: 20px;
    color: #DA164A;
    margin: 0;
    padding: 167px 0 0 0;
    line-height: normal;
    background: #fff;
}

.clear {
    zoom: 1;
    clear: both;
    margin: 0;
    padding: 0;
    line-height: 0;
    height: 0;
}

.clear:after {
    content: '';
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}

ul, li {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    list-style: none;
}

p {
    margin: 25px 0 0 0;
}

* p:first-child {
    margin: 0;
}

a {
    text-decoration: none;
    transition: all 0.3s ease 0s;
}

a:hover {
    opacity: 0.65;
}

a.btn {
    background: #CE5959;
    padding: 4px 45px 6px 45px;
    border-radius: 50px;
    margin-top: 25px;
    max-width: 100%;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}

img {
    max-width: 100%;
}

.header {
    width: 100%;
    left: 0;
    top: 0;
    position: fixed;
    box-shadow: 2px 2px 8px #333;
    background-color: rgba(255, 255, 255, 1);
    z-index: 200;
    transition: all 0.3s ease 0s;
}

body.scroll .header {
    background-color: rgba(255, 255, 255, 0.9);
}

.header .logo {
    margin: 25px 0;
    transition: all 0.3s ease 0s;
}

body.scroll .header .logo {
    margin: 10px 0;
}

.menu {
    background: #900506;
}

.menu ul {
    text-align: center;
}

.menu ul li {
    display: inline-block;
    padding: 10px 0;
}

.menu ul li a {
    color: #fff;
    text-decoration: none;
    padding: 10px 75px;
}

.menu ul li a:hover {
    background: #76B03F;
    opacity: 1;
}

.home-banner {
    width: 100%;
    height: 500px;
    background-position: center center;
}

.sub-banner {
    width: 100%;
    height: 300px;
    background-position: center center;
}

.sub-banner {
    position: relative;
    width: 100%;
    height: 300px;
}

.sub-banner h2 {
    position: absolute;
    color: #fff;
    z-index: 30;
    left: 10px;
    top: 100px;
    font-size: 45px;
    width: 100%;
    text-align: left;
    text-shadow: 3px 3px 6px #333;
}

.sub-banner .sub-banner-mask {
    background-color: rgba(144, 5, 6, 0.44);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 20;
    width: 100%;
    height: 100%;
}

.home-service {
    width: 100%;
    min-height: 500px;
    background-position: center center;
    color: #fff;
    padding: 50px 0;
}

.home-service h3 {
    margin-bottom: 25px;
    font-size: 25px;
}

a.home-service-box {
    width: 387px;
    max-width: 100%;
    display: block;
    text-decoration: none;
    color: #fff;
    opacity: 1;
    margin: 10px auto;
    overflow: hidden;
}

.home-service-box-img {
    width: 387px;
    height: 237px;
    position: relative;
}

.home-service-box-img .img-mask {
    width: 387px;
    height: 100%;
    background-color: rgba(144, 5, 6, 0.44);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 20;
    transition: all 0.3s ease 0s;
}

a.home-service-box:hover .img-mask {
    background-color: rgba(144, 5, 6, 0);
}

.home-service-box-img img {
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 10;
    margin-left: -193px;
}

.home-service-box-text {
    background-image: linear-gradient(to right, #2F1B1B, #CE5959);
    padding: 20px 0;
    transition: all 0.3s ease 0s;
}

.home-service-box-text h4 {
    margin: 0;
    font-size: 20px;
}

.white-line {
    width: 45px;
    height: 3px;
    background: #fff;
    display: inline-block;
    margin: 0 6px 8px 6px;
}

.home-map {
    width: 100%;
    min-height: 500px;
    background: url("../images/map_bg.png") center repeat-y;
    color: #000;
    font-size: 27px;
    font-weight: bold;
    padding: 50px 0;
}

.home-map h2 {
    font-size: 45px;
    color: #DA164A;
    margin: 55px 0 55px 0;
}

.red-text {
    font-size: 35px;
    color: #DA164A;
}

.home-flow {
    color: #fff;
    padding: 50px 0;
    width: 100%;
    min-height: 500px;
    background-position: center;
}

.home-flow h3 {
    margin-bottom: 150px;
    font-size: 25px;
}

.home-flow h4 {
    font-size: 20px;
    margin-top: 15px;
}

.home-flow .flow-icon {
    height: 90px;
}

.home-flow .flow-arrow {
    margin-top: -50px;
}

.footer {
    background: #393939;
    padding: 25px 0;
    font-size: 13px;
    color: #fff;
}

.footer a {
    color: #fff;
    text-decoration: none;
}

.footer ul {
    margin-bottom: 50px;
}

.footer ul li {
    display: inline-block;
    margin-right: 25px;
}

.footer ul li a {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
}

.backtotop {
    position: fixed;
    right: 0;
    bottom: -50px;
    width: 42px;
    height: 42px;
    z-index: 1000;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    border-radius: 5px 0 0 0;
}

body.scroll .backtotop {
    bottom: 0;
}

.content-box {
    background: #fff;
    padding: 20px 25px 25px 25px;
    min-height: 200px;
    margin-top: -50px;
    margin-bottom: 50px;
    box-shadow: 2px 2px 8px #ccc;
    position: relative;
    z-index: 100;
    color: #000;
    font-size: 17px;
    border-radius: 2px;
}

.content-box h3 {
    margin-top: 25px;
    font-size: 21px;
}

.path a {
    color: #900506;
    text-decoration: none;
}

.path-arrow {
    margin: -3px 10px 0 10px;
}

.service-box {
    margin: 25px 0;
}

.service-box h3 {
    margin: 0;
    color: #900506;
    font-size: 29px;
    line-height: 29px;
    border-left: solid 8px #900506;
    padding: 2px 0 2px 10px;
}

.cs-area h3 {
    margin: 0 0 50px 0;
    color: #900506;
    font-size: 19px;
}

.cs-area ul {
    margin: 50px 0;
}

.cs-area ul li {
    margin: 15px 0;
}

.cs-area ul li.cs-icon-1 {
    background: url("../images/cs-icon-1.svg") left no-repeat;
    padding-left: 25px;
}

.cs-area ul li.cs-icon-2 {
    background: url("../images/cs-icon-2.svg") left no-repeat;
    padding-left: 25px;
}

.cs-area iframe {
    width: 100%;
    height: 450px;
}

.cs-area label {
    display: block;
}

.cs-area input[type="text"], 
.cs-area input[type="email"], 
.cs-area input[type="tel"] {
    width: 100%;
    border-top: none;
    border-right: none;
    border-bottom: solid 1px #000;
    border-left: none;
    padding: 5px 0;
    margin: 10px 0;
    outline: none;
}

.cs-area input[type="text"]:hover, 
.cs-area input[type="email"]:hover, 
.cs-area input[type="tel"]:hover {
    border-bottom: solid 1px #CE5959;
}

.cs-area textarea {
    width: 100%;
    height: 150px;
    padding: 10px 15px;
    outline: none;
    resize: none;
    border: solid 1px #000;
}

.cs-area textarea:hover {
    border: solid 1px #CE5959;
}

.cs-area input[type="submit"] {
    cursor: pointer;
    background: #CE5959;
    padding: 4px 45px 6px 45px;
    border-radius: 50px;
    margin-top: 25px;
    max-width: 100%;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}

.cs-area input[type="submit"]:hover {
    opacity: 0.65;
}