.main-banner {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 430px;
    text-align: center;
    margin-bottom: 5%;
}
.vision {
    background: #888888 url("../images/banner_map.jpg") no-repeat;
    background-size: cover;
    background-position-x: center;
}
.nav-btn.rd.is-active:after {
    background-color: #c39797;
}
.section-inner {
    max-width: 1366px;
    padding: 0 0 6% 0;
    margin: 0 auto;
}
.book.cover {
    position: relative;
    padding: 0;
    border: 1px solid rgb(0, 0, 0, .4);
    z-index: 9997;
    margin-bottom: 30px;
}
.book {
    display: block;
    max-width: 800px;
    margin: 0 auto 10px auto;
    background-color: #ffffff;
    padding: 5% 5% 2% 5%;
    border: 1px solid #e8e8e8;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-shadow: 5px 5px 10px rgb(50, 50, 50, 0.05);
}
.book.cover.half {
    border: 0;
    box-shadow: 5px 5px 10px rgb(50, 50, 50, 0);
    margin-bottom: 0;
    background: none;
}
.book.cover.half img{
    display: inline-block;
    width: calc(50% - 5px);
}
.book.cover.half img.rd-cover {
    box-shadow: 5px 5px 10px rgb(50, 50, 50, 0);
}
.section-inner ul{
    display: block;
    width: 100%;
    max-width: 1100px;
    padding: 5% 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 0 auto;
}
.section-inner ul li{
    position: relative;
    display: block;
    font-family: 'Noto Serif TC', serif;
    font-size: 21px;
    padding: 25px 15px 25px 50px;
    margin: 0;
    letter-spacing: 1px;
    border-bottom: 1px dashed #cccccc;
}
.section-inner ul li:after{
    position: absolute;
    left: 20px;
    top: calc(50% - 3px);
    content: '';
    width: 7px;
    height: 7px;
    background: #999999;
    border-radius: 100%;
}
.section-inner ul li:nth-of-type(odd) {
    background: #ffffff;
}
.rd-cover {
    display: block;
    width: 100%;
    border: 0;
    box-shadow: 5px 5px 10px rgb(50, 50, 50, 0.15);
}
.cover-logo {
    position: absolute;
    top: 15%;
    left: 0;
    right: 0;
    display: block;
    width: 60%;
    max-width: 436px;
    margin: 0 auto;
}
.slogan-content{
    display: block;
    width: 100%;
    padding: 0 5%;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.slogan-content p {
    display: inline-block;
    padding: 0;
    margin: 0;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 2;
    color: #707070;
    vertical-align: top;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
h1, h2 {
    font-size: 36px;
    line-height: 1;
    color: #d6b885;
    font-weight: 400;
    font-family: 'Noto Serif TC', serif;
    color: #707070;
}
h3, h4 {
    font-size: 60px;
    letter-spacing: 2px;
    margin: 0 auto 3vh auto;
    text-transform: uppercase;
    color: #222222;
    font-family: 'Butler_Bold', serif;
    font-weight: 500;
}
.section-inner ul li:last-child{
    border-bottom: 0;
}
@media screen and (max-width: 1366px) {  
    h3, h4{
        font-size: 5vw;  
    }  
}  

@media screen and (max-width: 640px) { 
    .vision {
        height: 230px;
    }

    .book.cover.half img {
        width: 100%;
        margin-bottom: 5%;
        border: 1px solid #cccccc;
    }

    h3, h4,
    h1, h2 {
        font-size: 24px;
        padding-bottom: 0;
    }
    h3{
        font-size: 27px;
        font-family: 'Noto Serif TC', serif;
    }
    .section-inner {
        padding: 0 5% 10% 5%;
    }
    .section-inner ul {
        padding: 5% 0 0 0;
    }
    .section-inner ul li{
        font-size: 16px;
        padding: 15px 0 15px 50px;
        line-height: 1.3;
    }
    .slogan-content p {
        line-height: 1.5;
        margin-bottom: 5%;
    }

}

.section-inner ul li a.mail-address{
    display: inline-block;
    color: #bea47f;
    margin: 0;
    font-size: 21px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.section-inner ul li a.mail-address:hover{
    text-decoration:underline;
    color:#222222;
} 
.LocationMap {
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.LocationMap img{
    width: 100%;
}
.footer-info {
    margin-top: -6px;
}
@media screen and (max-width: 640px) {
    .main-banner {
        margin-bottom: 7%;
    }
    .section-inner ul li a.mail-address{
        font-size: 17px;
    }
    .section-inner ul li{
        padding: 25px 15px;
        margin: 0;
    }
    .section-inner ul li:after{
        display: none;
    }
}