﻿.introduction-box{
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    margin-top: 100px;
    box-sizing: border-box;
    padding-bottom: 80px;
    min-height: 100vh;
}
.main-path-box{
    width: 100%;
    display: block;
    background-color: #f5f5f5;
    box-sizing: border-box;
    padding: 10px 0;
}
.main-path-all-box{
    width: 1300px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
    font-size: 0;
}
.main-path{
    font-size: 14px;
    font-family: 'Noto Sans TC';
    color: #888;
    letter-spacing: 0.1em;
    line-height: 30px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.main-path i{
    line-height: inherit;
}
a.main-path{
    margin-right: 20px;
}
a.main-path:nth-child(1){
    color: #005888;
    line-height: 28px;
}
a.main-path::after{
    content: '〉';
    font-family: 'Noto Serif TC';
    font-weight: 300;
    font-size: 12px;
    line-height: 30px;
    color: #888;
    position: absolute;
    top: 0;
    right: -20px;
    pointer-events: none;
}
.introduction-box .index-introduction-box{
    margin-top: 90px;
}




/* pages */
.introduction-pages-box{
    width: 1300px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
    font-size: 0;
    margin-top: 80px;
}
.introduction-pages-img-box{
    width: 100%;
    display: block;
}
.introduction-pages-img{
    height: 800px;
    display: block;
}
.introduction-pages-img-box .slick-dots li button:before{
    color: #000;
}
.introduction-pages-img-box .slick-dots li.slick-active button:before{
    opacity: 1;
    color: #005888;
}
.introduction-pages-info-box{
    margin-top: 60px;
}
.introduction-pages-info-text-box{
    width: calc(100% - 360px);
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding-right: 75px;
}
.introduction-pages-info-title{
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0.1em;
    color: #000;
    font-family: 'Noto Serif TC';
}
.introduction-pages-info-day{
    font-size: 16px;
    font-family: 'Noto Sans TC';
    font-weight: 300;
    color: #000;
    letter-spacing: 0.1em;
    line-height: 30px;
    margin: 30px 0;
}
.introduction-pages-info-day i{
    color: #f10000;
    margin-right: 10px;
}
.introduction-pages-info-text{
    font-size: 16px;
    font-family: 'Noto Sans TC';
    font-weight: 300;
    color: #666;
    letter-spacing: 0.1em;
    line-height: 40px;
}
.introduction-pages-contact-box{
    width: 360px;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding: 60px 30px;
    background-color: #f5f5f5;
    display: none;
}
.introduction-pages-contact-text-box>p{
    font-family: "roboto";
    font-weight: 700;
    font-size: 36px;
    line-height: 40px;
    color: #005888;
    display: inline-block;
    vertical-align: bottom;
}
.introduction-pages-contact-text-box>p>span{
    vertical-align: super;
    font-size: 18px;
    font-weight: 700;
    margin-right: 5px;
    position: relative;
    top: -15px;
}
.introduction-pages-contact-text{
    display: inline-block;
    vertical-align: bottom;
}
.introduction-pages-contact-text>p{
    display: inline-block;
    vertical-align: bottom;
    font-size: 14px;
    font-family: 'Noto Sans TC';
    font-weight: 300;
    color: #666;
    line-height: 30px;
    margin-left: 10px;
    margin-right: 20px;
}
.introduction-pages-contact-text>span{
    display: inline-block;
    vertical-align: bottom;
    font-size: 14px;
    font-family: 'Roboto';
    font-weight: 700;
    color: #000;
    line-height: 30px;
    text-decoration: line-through;
}
.introduction-pages-contact-url{
    width: 100%;
    display: block;
    background-color: #005888;
    font-size: 20px;
    line-height: 50px;
    color: #fff;
    letter-spacing: 0.1em;
    box-sizing: border-box;
    padding-left: 0.1em;
    text-align: center;
    font-family: 'Noto Sans TC';
    margin-top: 23px;
    cursor: pointer;
    transition: all .3s linear;
}
.introduction-pages-edit-box{
    width: 100%;
    display: block;
    font-size: 20px;
    line-height: 40px;
    color: #666;
    letter-spacing: 0.1em;
    box-sizing: border-box;
    font-family: 'Noto Sans TC';
    border-top: 1px solid #d1d1d1;
    margin-top: 80px;
    padding: 40px 0;
}
.introduction-pages-edit-box p{
    font-weight: 300;
}


@media only screen and (max-width: 1300px){
    .main-path-all-box,
    .introduction-pages-box{
        width: 1200px;
    }
    .introduction-pages-img{
        height: calc((800 / 1300) * 1200px);
    }
}
@media only screen and (max-width: 1200px){
    .introduction-box{
        margin-top: 80px;    
    }
    .main-path-all-box,
    .introduction-pages-box{
        width: 1000px;
    }
    .introduction-pages-img{
        height: calc((800 / 1300) * 1000px);
    }
}
@media only screen and (max-width: 1000px){
    .main-path-all-box,
    .introduction-pages-box{
        width: 750px;
    }
    .introduction-pages-box{
        margin-top: 40px;
    }
    .introduction-box .index-introduction-box{
        margin-top: 40px;
    }
    .introduction-pages-img{
        height: calc((800 / 1300) * 750px);
    }
}
@media only screen and (max-width: 768px){
    .main-path-all-box,
    .introduction-pages-box{
        width: 550px;
    }
    .introduction-pages-img{
        height: calc((800 / 1300) * 550px);
    }
    .introduction-pages-info-text-box{
        width: 100%;
        display: block;
        padding-right: 0;
    }
    .introduction-pages-contact-box{
        display: block;
        margin: 0 auto;
        margin-top: 30px;
    }
    .introduction-pages-edit-box{
        margin-top: 40px;
    }
}
@media only screen and (max-width: 550px){
    .introduction-box{
        margin-top: 20px;
        padding-bottom: 20px;
    }
    .main-path-box{
        padding: 5px 0;
    }
    .main-path-all-box{
        width: 95vw;
    }
    .main-path{
        line-height: 20px;
        font-size: 12px;
    }
    a.main-path:nth-child(1){
        line-height: 18px;
    }
    a.main-path::after{
        line-height: 20px;
    }
    .introduction-box .index-introduction-box{
        margin-top: 20px;
    }


    .introduction-pages-box{
        width: 95vw;
        margin-top: 20px;
    }
    .introduction-pages-info-box{
        margin-top: 20px;
    }
    .introduction-pages-info-title{
        font-size: 18px;
        line-height: 1.4;
    }
    .introduction-pages-info-day{
        font-size: 14px;
        line-height: 1.4;
        margin: 10px 0;
    }
    .introduction-pages-info-text{
        font-size: 14px;
        line-height: 26px;
    }
    .introduction-pages-contact-box{
        width: 95vw;
        max-width: 360px;
        padding: 30px 15px;
    }
    .introduction-pages-contact-text-box>p>span{
        font-size: 14px;
        top: 0px;
    }
    .introduction-pages-contact-text-box>p{
        font-size: 24px;
        line-height: 32px;
    }
    .introduction-pages-contact-text>p{
        font-size: 12px;
        line-height: 26px;
        margin-left: 5px;
        margin-right: 10px;
    }
    .introduction-pages-contact-text>span{
        font-size: 12px;
        line-height: 26px;
    }
    .introduction-pages-contact-url{
        font-size: 16px;
        line-height: 40px;
        margin-top: 10px;
    }
    .introduction-pages-edit-box{
        font-size: 14px;
        line-height: 1.6;
        padding: 10px 0;
        margin-top: 20px;
    }
    .introduction-pages-img-box .slick-dots li{
        margin: 0;
    }
}




@media only screen and (min-width: 1001px){
    .main-path-box,
    .introduction-pages-img-box,
    .introduction-pages-info-title,
    .introduction-pages-info-day,
    .introduction-pages-info-text,
    .introduction-pages-contact-box,
    .introduction-pages-edit-box{
        opacity: 0;
    }
    .main-path-box.anima{
        animation: fade 1s ease 0s 1 both;
    }
    .introduction-pages-img-box.anima{
        animation: fade 1s ease 0s 1 both;
    }
    .introduction-pages-info-box.anima .introduction-pages-info-title{
        animation: fadeInRight 1s ease 0s 1 both;
    }
    .introduction-pages-info-box.anima .introduction-pages-info-day{
        animation: fadeInRight 1s ease .2s 1 both;
    }
    .introduction-pages-info-box.anima .introduction-pages-info-text{
        animation: fadeInUp 1s ease .3s 1 both;
    }
    .introduction-pages-info-box.anima .introduction-pages-contact-box{
        animation: fade 1s ease .4s 1 both;
    }
    .introduction-pages-edit-box.anima{
        animation: fadeInUp 1s ease 0s 1 both;
    }

    .introduction-pages-contact-url:hover{
        color: #e60012;
    }
}