#about, #work, #video, #surroundings, #contact, #banner{
    position: relative;
    top: -60px;
}

/*banner*/
.banner-box{
    width: 100%;
    position: relative;
    display: block;
    height: 100vh;
    overflow: hidden;
}

.banner-img{
    width: 100%;
    height: 100vh;
    display: block;
    position:relative;
}
.banner-img li{
    width: 100%;
    height: 100%;
    display: block;
}
.banner-img li a{
    width: 100%;
    height: 100%;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}



.banner-info-box{
    position: absolute;
    z-index: 1;
    left: 20%;
    top: calc(50% - 328px);
}


.banner-info .title{
    font-size: 45px;
    letter-spacing:5px;
    color: #845f21;   
}

.banner-info .free{
    font-size: 35px;
    display: inline-block;
    padding-top: 20px;
    color: #e00b0b;
    padding-right: 25px;
}
.free:before{
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    background-image: url('../img/banner-icon.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    vertical-align: middle;
}

.banner-info p, .banner-info-p{
    font-size: 30px;
    padding-top: 20px;
    display: block;
    letter-spacing: 3px;
}
.banner-info-p-img{
    width: 500px;
    max-width: 100%;
    display: block;
}
.banner-info-p-img img{
    width: 100%;
}
.original{
    text-decoration: line-through;
    font-family: 'Arial';
    font-size: 37px;
}

.font-c{
    color: #f21c1c;
    font-size: 35px;
}
.font-w{
    font-size: 35px;
    font-weight: 500;
}
.original{
    font-size: 32px;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{
    bottom: 10px;
}
/*about*/
.about-bg{
    width: 100%;
    background-color: #f1f1f1;
    position: relative;
}
.about-box{
    width: 1200px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.about-box .title{
    font-size: 35px;
    padding:30px 0;
    text-align: center;
    color: #845f21;
    letter-spacing: 5px;
}

.about-list{
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #b6b6b6;
}
.about-list li{
    display: inline-block;
    font-size: 30px;
    padding: 0 10px;
    vertical-align: middle;
}
.about-list-line{
    font-size: 30px;
    color: #b6b6b6;
    display: inline-block;
    vertical-align: middle;
}

.about-info{
    width: 100%;
    display: block;
    margin-top: 20px;
}
.about-info li{
    font-size: 0;
    width: 100%;
    padding-bottom: 50px;
}

.about-info-p-box{
    width: 50%;
    display: inline-block;
    font-size: 24px;
    line-height: 3;
    letter-spacing: 3px;
    vertical-align: top;
    margin-top: 10px;
    text-align: justify;
}

.about-info-img{
    width: 50%;
    display: inline-block;
}
.about-learn-list{
    border-top: 1px solid #b1b1b1;
}
.about-learn-list li{
    padding-bottom: 0;
    font-size: 24px;
}

.about-bg2{
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
}

.about-page{
    width: 100%;
    text-align: center;
    font-size: 0;
    padding: 20px 0;
}
.about-page li{
    display: inline-block;
    width: 10px;
    height: 10px;
    max-width: 100%;
    background-color: #b6b6b6;
    border-radius: 50%;
    margin: 0 10px;
}
.about-page li.active{
    background-color: #000;
}

.about-info a{
    color: #f932df;
}
.about-info span{
    color: rgb(0,112,192);
}

.about-learn-list .about-learn-title span{
    color: red;
}
.about-learn-list{
    font-size: 24px;
}
.about-learn-title{
    font-size: 26px;
    margin: 10px 0;
}
.about-learn-list li{
    background-color: #dab484;
    border-radius: 10px;
    margin-bottom: 10px;
    padding-left: 10px;
    letter-spacing: 2px;
}

/*work*/
.work-box{
    width: 1200px;
    max-width: 100%;
    display: block;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 20px;
}
.work-box .title, .video-box .title, .surroundings-box .title, .contact-box .title{
    font-size: 35px;
    padding:30px 0;
    text-align: center;
    color: #845f21;
    border-bottom: 1px solid #b6b6b6;
    margin-bottom: 30px;
}

.work-list{
    width: 150px;
    max-width: 100%;
    display: block;
    float: left;
    position: relative;
}

.work-list li{
    font-size: 24px;
    padding: 5px 0;
    padding-left: 20px;
    border-bottom: 1px solid #b6b6b6;
    cursor: pointer;
}


.work-info{
    width: 1000px;
    max-width: 100%;
    display: block;
    float: right;
}

.work-info-title{
    font-size: 26px;
    color: #9b7f54;
     margin-bottom: 10px;
    letter-spacing: 2px;
}

.work-info-p{
    font-size: 20px;
    line-height: 3;
    display: block;
    letter-spacing: 2px;
}
.work-info-p p{
    background-color:#dab484;
    border-radius: 10px;
    margin-bottom: 5px;

    padding-left: 10px;
}
#geomantic .work-info-title{
    background-color: #5b4424;
    color: #FFF;
    padding-left: 10px;
    border-radius: 10px;
    font-size: 23px;
}
#geomantic .work-info-p p{
    background-color: #dab484;
   
    padding-left: 20px;
}
#geomantic .geomantic-list{
    color: red;
    padding-left: 10px;
    display: block;
}
.geomantic-list-p{
    padding-left: 50px;
    display: block;
}
#geomantic li a, #outline li a{
    width: 100%;
    display: block;
    background-color: #EEE;
    color: rgb(249,50,223);
    border-radius: 10px;
    padding-left: 10px;
    box-sizing: border-box;
}
.work-list li.mh28.mh28b:nth-child(1):before, .work-list li.mh28.mh28b:nth-child(1).mh28.mh28b:after, .work-list li.mh28.mh28b:nth-child(2):before, .work-list li.mh28.mh28b:nth-child(2).mh28.mh28b:after{
    font-size: 30px;
    color: #0d8ccc;
}
/*.work-list li.mh28.mh28b:nth-child(1):before{
    padding-top: 0;
}*/

.work-list li:nth-child(1), .work-list li:nth-child(2){
    font-size: 30px;
}
.work-list li:nth-child(1) span:before{
    top: 7px;
}
.work-list-bg{
    width: 100%;
    display: block;

}
#outline .work-info-title{
    background-color: #5b4424;
    color: #FFF;

    padding-left: 10px;
    font-style: 35px;
    border-radius: 10px;
}
.work-top{
    width: 30px;
    display: block;
    max-width: 100%;
    clear: both;
    float: right;
    margin-top: 10px;
    position: relative;
}

.work-list-fiexd{
    position: fixed;
    float: none;
    top: 70px;
}

.rwd-work-list{
    display: none;
}
/*movie*/
.video-box{
    width: 100%;
    display: block;
    background-color: #f1f1f1;
    position: relative;
    padding-bottom: 30px;
    overflow: hidden;
}

.video-box .title{
    width: 1200px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.video-bg{
    width: 300px;
    max-width: 100%;
    display: block;
    position: absolute;
    top: 30px;
    right: 0;
}
.video-list{
    width: 1230px;
    max-width: 100%;
    display: block;
    font-size: 0;
    margin: 0 auto;
    margin-top: 30px;
}
.video-list li{
    width: 380px;
    height: 300px;
    overflow: hidden;
    max-width: 100%;
    display: inline-block;
    margin: 0 15px;
    margin-bottom: 30px;
    position: relative;
}
.video-link{
    width: 100%;
    height: 100%;
    display: block;
}
.video-list li .video-mask{
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    background-color: rgba(0,0,0,0.4);
    font-size: 16px;
}
.video-list li .video-mask2{
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    background-color: rgba(0,0,0,0.0);
    top: 0;
}
.page{
    margin: 40px 0;
    text-align: center;
}
.page .prev {
    padding-right: 10px;
}
.page .select {
    color: #c58005;
}
.page a {
    font-size: 1rem;
    padding: 0 10px;
    color: #000;
    vertical-align: middle;
}
.page .prev, .page .next {
    font-size: 1.5rem;
    color: #c58005;
    vertical-align: middle;
}


.page .prev, .page .next {
    font-size: 1.5rem;
    color:#c58005;
    vertical-align: middle;
}

.page .next {
    padding-left: 10px;
}
/*surroundings*/

.surroundings-bg{
    width: 100%;
    display: block;
    position: relative;

}

.surroundings-box{
    width: 1200px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    font-size: 0;
}
.surroundings-bg{
    width: 100%;
    display: block;
    padding-bottom: 30px;
    background-image: url('../img/surroundings-bg.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.surroundings-box .title{
    position: relative;
    color: #FFF;
}
.surroundings-box .title:before{
    content: '';
    width: 65px;
    height: 60px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    bottom: 15px;
    position: absolute;
    background-image: url('../img/surroundings-icon.png');
}

.surroundings-left ,.surroundings-right{
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

.surroundings-left li{
    width: 290px;
    height: 290px;
    display: block;
    float: left;
    position: relative;
}
.surroundings-img{
    width: 100%;
    height: 100%;
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.surroundings-left li:nth-child(2){
    width: 290px;
    height: 600px;
    display: block;
    float: right;
    margin-right: 5px;
}

.surroundings-left li:nth-child(2) .surroundings-img{
    background-position: 0% 50%;
}
.surroundings-left li:nth-child(3){
    margin-top: 20px;
}

.surroundings-right li{
    width: 290px;
    height: 290px;
    display: block;
    float: right;
    overflow: hidden;
     margin-bottom: 20px;
}
.surroundings-right li:nth-child(1){
    width: 590px;
    height:290px;
    display: block;
    margin-bottom: 20px;
}
.surroundings-right li:nth-child(3){
    margin-right: 10px;
}

.surroundings-mask{
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 1;
    background-image: url('../img/forma-icon.png');
    background-repeat: no-repeat;
    background-size: 53px;
    background-position: center;
    background-color: rgba(0,0,0,0.4);
}
.surroundings-right li a, .surroundings-left li a, .out-learn li a{
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    position: relative;
}
.out-learn{
    clear: both;
    font-size: 0;
}
.out-learn li{
    width: 290px;
    height: 290px;
    max-width: 100%;
    display: block;
    float: left;
    overflow: hidden;

    margin-bottom: 20px;
    margin-right: 13.3px;
}
.out-learn li:last-child{
    margin-right: 0;
}
/*contact*/
.contact-box{
    width: 1200px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    background-color: #FFF;
    position: relative;
}
.contact-info{
    width: 100%;
    font-size: 0;
    display: block;
}
.contact-left, .contact-right{
    padding-bottom: 30px;
}
.contact-left{
    width: 580px;
    max-width: 100%;
    margin-right: 20px;
    display: inline-block;
    vertical-align: top;
}

.contact-left li{
    width: 100%;
    display: block;
    height: 50px;
    position: relative;
    clear: both;
    margin-bottom: 20px;
}
.contact-left li:nth-child(4) .contact-list-label{
    font-family: "Arial";
}
.contact-left li input{
    width: 100%;
    height: 100%;
    display: block;
    font-size: 18px;
    padding-left: 10px;
    border: 1px solid #898989;
    box-sizing: border-box;
}

.contact-list-label{
    position: absolute;
    top: 9px;
    left: 10px;
    font-size: 22px;
    letter-spacing: 3px;
}
.contact-list-label span{
    color:  #845f21;
    font-family: "標楷體";
}
.contact-left li input:focus + .contact-list-label, .contact-left li textarea:focus + .contact-list-label{
    display: none;
}

.contact-left li.phone{
    width: 280px;
    max-width: 100%;
    display: block;
    clear: none;
}


.contact-left li.contact-textarea{
    height: 243px;
}
.contact-textarea textarea{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    resize: none;
    font-size: 18px;
    padding-left: 10px;
    border: 1px solid #898989;
}

.contact-left li.button input{
    background-color: #845f21;
    cursor: pointer;
    font-size: 0;
}
.contact-left li.thank input{
    background-color: #eee;
}
.contact-button{
    text-align: center;
    font-size: 22px;
    color: #FFF;
    cursor: pointer;
    position: absolute;
    left: calc(50% - 42px);
    top: calc(50% - 14px);
    letter-spacing: 3px;   
}
.submit{
    width: 100%;
    display: block;
    text-align: center;
    line-height: 40px;
    background-color: #845f21;
    color: #FFF;
    font-size: 20px;
    position: relative;
    letter-spacing: 3px;
    transition: all .4s linear;
}

.contact-right{
    width: 600px;
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
}

.traffic-title{
    font-size: 25px;
    letter-spacing: 3px;
}
.traffic-list{
    font-size: 22px;
    color: #845f21;
}
.traffic-p{
    font-size: 18px;
    letter-spacing: 3px;
    text-align: justify;
}
.contact-map{
    width: 100%;
    height: 300px;
    overflow: hidden;
    display: block;
    position: relative;
    margin-bottom: 50px;
}

.thank label{
    color: #845f21;
    font-size: 22px;
    left: calc(50% - 70px);
    top: calc(50% - 17.5px);
}

.transfer{
    width: 100%;
    display: block;
    clear: both;
    padding-bottom: 30px;
}

.transfer-list{
    font-size: 20px;
    color: #f21c1c;
    display: block;
    letter-spacing: 3px;
}
.transfer-list:before{
    content: '◎';
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
}

.contact-right li p{
    font-size: 20px;
    letter-spacing: 3px;
    display: block;
    text-align: justify;
}
.contact-right li a{
    font-size: 20px;
    letter-spacing: 3px;
    display: block;
    transition: all .4s linear; 
}
.transfer .traffic-title{
    font-size: 40px;
    color: #845f21;
}

.transfer li{
    width: 50%;
    display: inline-block;
    padding: 0 10px;
    box-sizing: border-box;
}

.contact-right li.contact-icon-link a{
    width: 50px;
    max-width: 100%;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}
.contact-icon-link {
    margin-top: 10px;
}

.contact-info-p{
    font-size: 20px;
}
.contact-p-title{
    font-size: 24px;
    color: #845f21;
    display: block;
}

.contact-color, .traffic-p span{
    color: red;
}

.class-time{
    font-size: 16px;
    background-color: yellow;
    color: #000;
    padding-left: 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.class-time p{
    display: inline-block;
    margin-right: 10px;
    font-size: 20px;
}