/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

.container {
    /* padding: ; */
    width: 1200px;
    /* display: flex; */
    flex-wrap: wrap;
}

@media (min-width: 1200px) {
    .container{
        width: 1200px;
        margin: auto;
    }    
}

.flex{
    display: flex;
}


footer{
	line-height: 1;
    background-color: #353f4b;
    color: #a4acb4;
	font-family: "微軟雅黑","Noto Sans TC", "Microsoft Yahei", sans-serif;
}

.vender-logo-g{
    margin: auto;
    justify-content: center;
    /* padding: 0 20px; */
}

.vender-logo{
    padding: 36px;
}

.sitemap-link-group nav, .licence-group-g{
    justify-content: center;
    text-align: center;
}

.licence-group-g{
    padding: 10px 0;
}

.licence-item{
    padding: 10px 0 15px 0 ;
    width: 33.33%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.sitemap-link-group a{
    color: #a4acb4;
    font-size: 14px;
    padding: 20px;
}

.sitemap-link-group a:hover {
    color: #fff;
}

.footer-info{
    padding-top: 10px;
}

/* .licence-item{
    display: flex;
    flex-wrap: wrap;
} */


/* .licence-item img{
    padding-bottom: 15px;
    height: 42px;
} */

.licence-item-img{
    margin: auto;
    width: 200px;    
    /* height: 60px; */
    /* padding-bottom: 20px; */
    margin-bottom: 20px;
}

.licence-item-img .img01{
    margin: auto;
    background-image: url(../images/footer/license/lincense01.png);
    background-repeat: no-repeat;
    height: 39px;
    width: 42px;
}

.licence-item-img .img01:hover{
    background-image: url(../images/footer/license/lincense01-hover.png);
}

.licence-item-img .img02{
    margin: auto;
    background-image: url(../images/footer/license/lincense02.png);
    background-repeat: no-repeat;
    height: 30px;
    width: 154px;
}

.licence-item-img .img02:hover{
    background-image: url(../images/footer/license/lincense02-hover.png);
}

.licence-item-img .img03{
    margin: auto;
    background-image: url(../images/footer/license/lincense03.png);
    background-repeat: no-repeat;
    width: 89px;
    height: 25px;
}

.licence-item-img .img03:hover{
    background-image: url(../images/footer/license/lincense03-hover.png);
}

.licence-item-img .img04{
    margin: auto;
    background-image: url(../images/footer/license/lincense04.png);
    background-repeat: no-repeat;
    width: 169px;
    height: 40px;
}

.licence-item-img .img04:hover{
    background-image: url(../images/footer/license/lincense04-hover.png);
}

.licence-item-img .img05{
    margin: auto;
    background-image: url(../images/footer/license/lincense05.png);
    background-repeat: no-repeat;
    width: 37px;
    height: 40px;
}

.licence-item-img .img05:hover{
    background-image: url(../images/footer/license/lincense05-hover.png);
}

.copyright{
    text-align: center;
    line-height: 2;
    padding: 20px;
    font-size: 13px;
}

.divi-line{
    /* height: 1px; */
    margin-top: -20px;
    padding: 0 20px;
}

.divi-line.l01{
    padding: 0 40px;
}

