﻿.sitemap-box{
    width: 100%;
    display:         flex;
    display: -webkit-flex;
    flex-direction: row;
    position: relative;
    margin-top: 100px;
    min-height: calc(100vh - 100px);
    overflow: hidden;
}
.sitemap-box .accesskey{
    position: absolute;
    top: 0;
    left: 0;
    color: transparent;
}
.sitemap-all-box{
    width: 1200px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 55px 0;
}
.sitemap-accesskey_info-box{
    width: 100%;
    display:         flex;
    display: -webkit-flex;
    flex-direction: row;
    margin-top: 50px;
}
.sitemap-accesskey_info{
    width: 50%;
    box-sizing: border-box;
    padding-right: 20px;
}
.sitemap-accesskey_info-name{
    font-family: 'Noto Sans TC';
    font-size: 1em;
    letter-spacing: 0.06em;
    color: #000;
    line-height: 36px;
}
.sitemap-accesskey_info-text{
    font-family: 'Noto Sans TC';
    font-weight: 300;
    font-size: 1em;
    letter-spacing: 0.06em;
    color: #666;
    line-height: 36px;
}
.sitemap-accesskey_info-text span{
    font-family: 'roboto';
    font-weight: 300;
}


.sitemap-info-box{
    margin-top: 80px;
}
.sitemap-info-box a{
    font-family: 'Noto Sans TC';
    letter-spacing: 0.06em;
    line-height: 36px;
    display: block;
}
.sitemap-info-box>ul{
    width: 100%;
    display:         flex;
    display: -webkit-flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.sitemap-info-box>ul>li{
    width: 380px;
    max-width: 100%;
    margin-right: 30px;
    border: 1px solid #d1d1d1;
    box-sizing: border-box;
}
.sitemap-info-box>ul>li:nth-child(3n){
    margin-right: 0;
}
.sitemap-info-box>ul>li:nth-child(n + 4){
    margin-top: 30px;
}
.sitemap-info-box>ul>li:last-child{
    border: none;
}
.sitemap-info-box>ul>li>a{
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #d1d1d1;
    padding: 0 25px;
    background-color: #f5f5f5;
    transition: all .3s linear;
}
.sitemap-info-box>ul>li>a p{
    font-size: 1.125em;
    color: #000;
    line-height: 80px;
}
.sitemap-info-box>ul>li>a p>span{
    font-family: 'roboto';
}
.sitemap-info-second{
    height: 500px;
    box-sizing: border-box;
    padding: 25px 0;
}
.sitemap-info-second>li>a{
    font-size: 1em;
    color: #000;
    font-weight: 300;
    box-sizing: border-box;
    padding: 0 25px;
    transition: all .3s linear;
}
.sitemap-info-thr{
    box-sizing: border-box;
    padding: 0 25px;
}
.sitemap-info-thr>li>a{
    font-size: 1em;
    color: #666;
    font-weight: 300;
    box-sizing: border-box;
    padding: 0 35px;
    transition: all .3s linear;
}

.sitemap-info-box>ul>li:last-child>a{
    border: 1px solid #d1d1d1;
    margin-bottom: 25px;
}



@media only screen and (max-width: 1200px){
    .sitemap-box{
        margin-top: 90px;
        min-height: calc(100vh - 90px);
    }
    .sitemap-all-box{
        width: 1000px;
    }
    .sitemap-info-box>ul>li{
        width: 320px;
        margin-right: 20px;
    }
}
@media only screen and (max-width: 1000px){
    .sitemap-box{
        margin-top: 79px;
        min-height: calc(100vh - 79px);
    }
    .sitemap-all-box{
        width: 750px;
    }
    .sitemap-info-box>ul>li:nth-child(n){
        width: 365px;
        margin-right: 20px;
    }
    .sitemap-info-box>ul>li:nth-child(2n){
        margin-right: 0;
    }
    .sitemap-info-box>ul>li:nth-child(n + 3){
        margin-top: 20px;
    }
}
@media only screen and (max-width: 768px){
    .sitemap-all-box{
        width: 550px;
        padding: 40px 0;
    }
    .sitemap-info-box>ul>li:nth-child(n){
        width: 265px;
    }
    .sitemap-accesskey_info-box{
        margin-top: 40px;
    }
    .sitemap-info-box{
        margin-top: 40px;
    }
}
@media only screen and (max-width: 550px){
    .sitemap-box{
        margin-top: 56px;
        min-height: calc(100vh - 56px);
    }
    .sitemap-all-box{
        width: 400px;
        padding: 20px 0;
    }
    .sitemap-info-box>ul>li:nth-child(n){
        width: 100%;
        margin-right: 0;
        margin-top: 20px;
    }
    .sitemap-accesskey_info-box{
        margin-top: 20px;
        flex-direction: column;
    }
    .sitemap-accesskey_info{
        width: 100%;
        padding-right: 0;
        margin-bottom: 10px;
    }
    .sitemap-info-box{
        margin-top: 0;
    }
    .sitemap-accesskey_info-name,
    .sitemap-accesskey_info-text{
        line-height: 2;
        font-size: 0.875em;
    }
    .sitemap-info-box>ul>li>a p{
        font-size: 1em;
        line-height: 40px;
    }
    .sitemap-info-box>ul>li>a{
        padding: 0 10px;
    }
    .sitemap-info-second{
        height: inherit;
        padding: 10px 0;
    }
    .sitemap-info-box a{
        line-height: 2;
    }
    .sitemap-info-second>li>a{
        padding: 0 10px;
    }
    .sitemap-info-thr>li>a{
        padding: 0 15px;
    }
    .sitemap-info-box>ul>li:last-child>a{
        margin-bottom: 15px;
    }
}
@media only screen and (max-width: 400px){
    .sitemap-all-box{
        width: 300px;
    }
}




@media only screen and (min-width: 1001px) and (prefers-reduced-motion: no-preference){
    .sitemap-info-box>ul>li{
        opacity: 0;
    }
    .sitemap-info-box>ul>li.anima{
        animation: fadeInUp 1s ease .0s 1 both;
    }
    .sitemap-accesskey_info{
        animation: fadeInRight 1s ease .0s 1 both;
    }
}
@media only screen and (min-width: 1001px){
    /* hover */
    .sitemap-info-box>ul>li>a:hover{
        background-color: #eee;
    }
    .sitemap-info-second>li>a:hover{
        background-color: #f0f0f0;
    }
    .sitemap-info-thr>li>a:hover{
        background-color: #f5f5f5;
    }
}