﻿/* Bannerinside
 --------------------------------------------------  */
    #bannerinside{
        height: auto;
        max-height: calc(20vh - 20px);
        min-height: 300px;
        
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        position: relative;
        z-index: -1;
    }
    .bannerinside01{background: url(../img/inside01.jpg) no-repeat;}
    .bannerinside02{background: url(../img/inside02.jpg) no-repeat;}
    .bannerinside03{background: url(../img/inside03.jpg) no-repeat;}
    .bannerinside04{background: url(../img/inside04.jpg) no-repeat;}
    .bannerinside05{background: url(../img/inside05.jpg) no-repeat;}
    #bannerinside:before {
      content: "";
      height: 0;
      display: block;
      /*padding-bottom: 56.25%;*/
    }
    #bannerinside .slogan{
        position: absolute;
        right: 10%;
        top: 15%;
        width: 450px;
        padding: 20px;        
        color: rgba(255,255,255,1);
    }
    #bannerinside  .slogan h3{
        font-size: 48px;
        text-align: left;
        font-weight: normal;
        line-height: normal;
        margin: 0 0 15px;
    }
    #bannerinside .slogan h3{
        font-size: 40px;
        
    }

/*側選單
---------------------------------------------*/
.side-bar h2 {
    background: #14a3e7;
    color: #fff;
    margin: 0;
    padding: 6px 15px;
    padding-left: 20px;
    margin-bottom: 10px;
    font-size: 20px;
    border-radius: 2px;
}
.side-bar ul>li {
    padding-left: 20px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px #a47500 dotted;
}
.side-bar ul>li>a {
    color: #000;
    font-size: 16px;
    display: block;
}

/*內容頁
--------------------------------------*/
.right-column{padding:20px ;color: #333;font-weight: 300;  }
.right-column h3{
    color: #000;
    margin: 0;
    font-size: 20px;
    padding-left: 0.7em;
    position: relative;
    font-weight: 500;

}
.right-column h3:before {
    content: '';
    height: 100%;
    border-left: 5px solid #D8D8D8;
    position: absolute;
    top: 0%;
    left: 0%;
}
.right-column-area{padding: 20px 15px;}
.right-column-area img {
    max-width: 600px;
}
.right-column-area a{text-decoration: underline;cursor: pointer;}
.right-column h2{ font-size: 18px;color: #C52620;}
.right-column h4{font-size: 16px;color: #000;}
/*內容頁::Success
--------------------------------------*/
.Success_list li{
  list-style-type: none;
      margin: 0 0 10px;
      background: url(../img/arror.png) no-repeat 0px 7px;
      display: block;
      padding-left: 1.5em;
      color: #666;

}

/*聯絡我們頁
--------------------------------------*/
.am-form-group .more{
    border: 2px solid #000;
    border-radius: 5px;
    display: inline-block;
    padding: 5px 50px;
    color: #fff;
    background: #000;
    margin-top: 30px;
    width: auto;
    text-transform: uppercase;
}
.am-form-group .more:hover{
    color: #fff;
    background: #333;
    border: 2px solid #333;
}