@charset "utf-8";
/* CSS Document */
/*【default】*/
/*--------------------------------------------整體預設架構----------------------------------------*/
    #banner .bx-wrapper img {
        width: 100%;
    }
/*--------------------------title-----------------------------------*/
    .title h1{
        color: #333;
    }
    .title h1 span{
        color: darkgoldenrod;
    }
    .title h2{
        color: #333;
    }
    .title h2 span{
        color: darkgoldenrod;
    }
/*-------------------------article----------------------------------*/
    article p{
        letter-spacing: 3px;
        line-height: 2.5em;
    }
/*---------------------------------------------------main-----------------------------------------*/
/*---------------------------section1-------------------------------*/
#section1{
    padding: 30px 0;
    background-color: rgba(187, 187, 187, 0.5);
}
/*-----------------figureBox------------------*/
#section1 .figureBox{
    width: 1440px;
    margin: 0 auto;
}
#section1 .figureBox figure{
    width: 450px;
    margin: 35px 15px;
    float: left;
}
#section1 .mask{
    width: 100%;
    height: 300px;
    overflow: hidden;
}
/*---照片(photo)---*/
#section1 .figureBox figure .photo{
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
#section1 .figureBox figure .photo:hover{
    transform: scale(1.2);
}

/*---文字(h2)---*/
#section1 .figureBox figure h2{
    color: #353538;
    padding-top: 20px;
}

#section1 h2 {
    margin-bottom:20px;
}

#section1 h2 small {
    font-size: 85%;
}

#section1 > div > div > div {
    margin: 20px;
    min-height: 335px;
    box-sizing: border-box;
}
#section1 {
    text-align: left;
}
#section1 #stepBox {
    padding: 30px;
    background: #f7e8d5;
}
#section1 .steps li {
    list-style: none;
    margin: 20px 0;
}
#section1 .steps span {
    position: relative;
    padding: 2px 4px;
    margin: 5px 0px 0px;
    margin-right: 10px;
    color: #fff;
    border-radius: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
}
#section1 .steps span:after {
    top: 7px;
    bottom: auto;
    left: auto;
    right: -5px;
    border-width: 5px 0 5px 5px;
    content: "";
    position: absolute;
    border-style: solid;
    display: block;
    width: 0;
}
#section1 .steps li:nth-child(odd) span {
    border: 2px solid #c6af92;
    background: #c6af92;
}
#section1 .steps li:nth-child(odd) span:after {
    border-color: transparent #c6af92;
}
#section1 .steps li:nth-child(even) span {
    border: 2px solid #71685f;
    background: #71685f;
}
#section1 .steps li:nth-child(even) span:after {
    border-color: transparent #71685f;
}

#section1 #contactBox {
    padding: 30px 20px;
    background: #f8f8f8;
}
#section1 .input-group-addon {
    padding: 0;
}
#codeimg {
    height: 32px;
    border-radius: 0 4px 4px 0;
}
#contactBox .btn-primary,
#contactBox .btn-default {
    width: 48%;
}

#section1 #advisoryBox {
    padding: 30px;
    color: #f7e8d5;
    background: #71685f;
}
#section1 #advisoryBox h2 {
    color: #f7e8d5;
}
#section1 #advisoryBox p {
    margin-bottom: 10px;
}
#section1 .advisory {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #71685f;
    font-weight: bold;
}
#section1 .advisory li {
    position: relative;
    padding: 5px 10px;
    margin-bottom: 5px;
    background: #f7e8d5;
    -webkit-border-radius: 5px 5px 5px 5px !important;
    border-radius: 5px 5px 5px 5px !important;
}
#section1 .advisory li:hover {
    background: #c6af92;
    cursor: pointer;
}
#section1 .advisory li img {
    display: inline;
    vertical-align: middle;
    margin-right: 10px;
}

/*---------------------------section2-------------------------------*/
    #section2{
        padding: 8% 0;
        background-color: rgba(255,255,255,0.8);
    }
    #section2 article{
        width: 40%;
        margin: 0 auto;
        padding: 4% 0;
    }
/*--------------------btn---------------------*/
/*more按鈕*/
/*
    #section2 .btn{
        background-color: palegoldenrod;
        border: 1px solid palegoldenrod;
    }
    #section2 .btn h5.mask{
        color: #353538;
    }
    #section2 .btn:hover{
        background-color:  #fff;
        border: 1px solid #353538;
    }
*/
    .btn{
        background-color: #54483f;
        border: 1px solid #54483f;
    }
    .btn h5.mask{
        color: #fff;
    }
    .btn:hover{
        background-color:  #fff;
        border: 1px solid #353538;
    }
    .btn:hover h5{
        color: #353538;
    }
/*---------------------------section3-------------------------------*/
    #section3{
        position: relative;
        height: 31vw;
    }
    #section3 .triangle{
        width: 0;
        height: 0;
        border-left: 200px solid transparent;
        border-right: 200px solid transparent;
        border-top: 80px solid rgba(255, 255, 255, 0.8);
        margin: 0 auto;
        position: relative;
        top: 0;
    }
    #section3 .word{
        position: relative;
        margin-top: -66px;
    }
    #section3 .btn{
        margin-top: 22vw;
    }

/*熒幕尺寸【小於】1441時頁面顯示*/
@media (max-width:1440px) {
/*---------------------------section1-------------------------------*/
    #section1 .figureBox{
        width: 1000px;
    }
    #section1 .figureBox figure{
        width: 300px;
    }
    #section1 .mask{
        height: 200px;
    }
}

/*熒幕尺寸【小於】1025時頁面顯示---平板*/
@media (max-width:1024px) {
/*---------------------------section1-------------------------------*/
    #section1 .figureBox{
        width: auto;
    }
    #section1 .figureBox figure{
		width: 46%;
		margin: 3% 2%;
    }
    #section1 .mask{
        height: 31vw;
    }
/*---------------------------section2-------------------------------*/
    #section2{
        padding: 10% 0;
    }
    #section2 article{
        width: 80%;
        padding: 6% 0;
    }
/*---------------------------section3-------------------------------*/
    #section3 .btn{
        margin-top: 20vw;
    }
}


@media (max-width: 991px) {
    #section1 .figureBox{
        max-width: 390px;
    }
    #section3 .triangle {
        border-top-width: 10vw;
    }
    #section3 .word {
        margin-top: -9vw;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    #section3 .btn{
        margin-top: 19vw;
    }
}

@media (max-width: 575px) {
    #section3 .triangle{
        border-width: 10vw 50vw 0;
    }
    #section3 .btn {
        margin-top: 10vw;
        margin-left: 10%;
    }
}

/*熒幕尺寸【小於】481時頁面顯示---手機*/
@media (max-width: 480px) {
/*---------------------------------------------------main-----------------------------------------*/
/*---------------------------section1-------------------------------*/
    #section1{
        padding:12% 0;
    }
    #section1 .figureBox figure{
        width: 300px;
        margin: 11% auto;
        float: none;
    }
    #section1 .mask{
        height: 200px;
    }
/*---------------------------section2-------------------------------*/
    #section2{
        padding: 12% 0 18% 0;
    }
    #section2 article{
        width: 80%;
        padding: 8% 0;
    }
}
