@charset "utf-8";
body{background: #000; color: #999; font-family: "微軟正黑體", "Microsoft JhengHei"; position: relative;}
.text-title{color: #fff; font-size: 32px; font-weight: normal; letter-spacing: 1px; margin-bottom: 20px;}
.text-title::after{content: ""; width: 100px; height: 2px; background: #e7bc41; display: block; margin-top: 20px;}
/* toggle */
.toggle{display: none; background: rgba(0,0, 0, .5);  border: 1px solid #e7bc41; padding: 0 10px; box-sizing: border-box; position: absolute; top: 60px; left: 50%; transform: translateX(-50%);}
.toggle > a{text-align: center; display: block !important; border-bottom: 1px solid #645733; margin: 0 !important;}
.toggle a:last-child{border-bottom: none;}

/* header */
header{width: 100%; height: 70px; background: rgba(0,0, 0, .7); position: fixed; left: 0; top: 0; z-index: 999;}
header .wrap{max-width: 1400px; width: 95%; position: relative; display: flex; justify-content: space-between; align-items: center; margin: 0 auto; padding: 10px 0;}
header .wrap .logo{width: 60px; height: 50px; background: url('../images/logo.png') no-repeat; background-size: 100% auto; text-indent: -9999px;}
header .wrap .right{display: flex; align-items: center;}
header .wrap .right .nav{display: flex; align-items: center;}
header .wrap .right a{color: #e7bc41; font-size: 14px; line-height: 50px; margin: 0 20px; display: inline-block; opacity: .5; transition: all .3s;}
header .wrap .right a:hover{opacity: 1;}
header .wrap .right .nav li,header .wrap .right .lan{position: relative;}
header .wrap .right .nav li .toggle{min-width: 150px;}
header .wrap .right .lan .toggle{width: 70px;}
header .wrap .right .nav li.sns{padding-left: 10px; border-left: 1px solid rgba(231,188, 65, .7);}
header .wrap .right .nav li.sns a{width: 20px; height: 50px; background-position: center; background-repeat: no-repeat; background-size: 100% auto; text-indent: -9999px; margin: 0 5px;}
header .wrap .right .nav .sns .fb{background-image: url('../images/icon-fb.png');}
header .wrap .right .nav .sns .ig{background-image: url('../images/icon-ig.png');}
header .wrap .right .lan .lan-btn{width: 20px; height: 50px; background: url('../images/icon-lan.png') center no-repeat; background-size: 100% auto; text-indent: -9999px; margin: 0 15px;}

/* mobile */
#mobi-btn{display: none; width: 50px; height: 50px; flex-direction: column; justify-content: space-between; padding: 15px 10px 15px 15px; margin: 0; box-sizing: border-box; z-index: 999;}
#mobi-btn span{text-indent: -9999px;}
#mobi-btn span,#mobi-btn::before,#mobi-btn::after{width: 100%; height: 2px; background: #e7bc41; display: block;}
#mobi-btn::before,#mobi-btn::after{content: "";}
#mobi-btn.active{position:relative}
#mobi-btn.active span{display: none;}
#mobi-btn.active::before,#mobi-btn.active::after{width: 30px; background: #000; position: absolute; top: 50%; left: 15px; transform: translateY(-50%);}
#mobi-btn.active::before{transform: rotate(45deg);}
#mobi-btn.active::after{transform: rotate(-45deg);}
#mobile{display: none; width: 100%; height: 100vh; background: #e7bc41; padding: 70px 0; box-sizing: border-box; position: fixed; top: 0; left: 0; overflow-y: scroll;}
#mobile li{width: 80%; margin: 0 auto; position: relative;}
#mobile li a{color: #000; font-size: 16px; text-align: center; padding: 4vh 0; display: block;}
#mobile li .toggle{width: 100%; background: none; border-top: 1px solid #000; position: static; transform: none; padding-top: 15px;}
#mobile li .toggle a{border: none; padding: 15px 0;}
#mobile .sns{width: 100%; background: #e7bc41; display: flex; justify-content: center; position: fixed; bottom: 0; left: 0; z-index: 1;}
#mobile .sns a{width: 50px; height: 50px; background-position: center; background-repeat: no-repeat; background-size: 50% auto; text-indent: -9999px; margin: 0 5px;}
#mobile .sns a.fb{background-image: url('../images/icon-fb-bk.png');}
#mobile .sns a.ig::after{content: ""; width: 1px; height: 25px; background: #000; display: block; position: relative; left: -9px; bottom: 3px;}
#mobile .sns a.ig{background-image: url('../images/icon-ig-bk.png');}

/* footer */
footer{margin-top: 70px;}
footer .footer-info{padding: 20px 0;}
footer .footer-info li{font-size: 14px; line-height: 26px; letter-spacing: 1px; padding: 20px 0;}
footer .footer-info li span{padding-left: 20px; margin-left: 20px; border-left: 1px solid #666;}
footer .footer-info li:nth-child(2){display: flex; justify-content: right; border-top: 1px solid #666;}
footer .footer-info li a{width: 24px; height: 24px; background-size: 80% auto; background-position: center; background-repeat: no-repeat; text-indent: -9999px; display: inline-block; margin-left: 5px;}
footer .footer-info li .fb{background-image: url('../images/icon-fb.png');}
footer .footer-info li .ig{background-image: url('../images/icon-ig.png');}

@media screen and (max-width:1180px) {
    .text-title{font-size: 24px;}
}

@media screen and (max-width: 767px) {
    #mobi-btn{display: flex; border-left: 1px solid #e7bc41;}
    header .wrap .right .nav{display: none;}
    header .wrap .right a{opacity: 1;}    
}
@media screen and (max-width: 639px){
    footer{margin-top: 0;}
    footer .footer-info li span{display: block; border-left: none; padding-left: 0; margin-left: 0;}
    footer .footer-info li:nth-child(2){justify-content: center;}
}