body {
    font-family: "Arial", "Verdana", "微軟正黑體", "新細明體";
    height: 100vh;
}

#home_wrapper{
    height: 100%;
    position: relative;
}

#home_wrapper img#bg_pic{
    height: 100%;
    width: 100%;
}

#home_wrapper #nav_list{
    border-top: 3px solid #FFC900;
    bottom: 14%;
    display: inline-block;
    left: 5em;
    padding: 0px 0.2em;
    position: absolute;
}

#home_wrapper a.func_link{
    display: inline-block;
    margin-right: -1.2em;
    position: relative;
    top: -38px;
    transform: scale(0.66);
    vertical-align: top;
}

#home_wrapper a.func_link:nth-of-type(2){
    top: -36.2px;
}

#home_wrapper a.func_link:nth-of-type(3){
    margin-right: -4.4em;
    top: -43px;
}

#home_wrapper a.func_link:nth-of-type(4){
    margin-right: -5.4em;
    top: -44px;
}

#home_wrapper a.func_link:nth-of-type(6){
    margin-right: -3.5em;
    top: -42px;
}

#home_wrapper a.func_link:nth-of-type(7){
    top: -35px;
}

#home_wrapper #news{
    background: rgba(35, 40, 46, 0.86);
    box-shadow: -1px -1px 2px 1px #363656 inset;
    color: #FFFFFF;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 15px;
    line-height: 1.8em;
    padding: 12px 10px 12px 12px;
    position: absolute;
    right: 2.6em;
    top: 25%;
    width: 25%;
}

#home_wrapper #news h4{
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
    text-align: center; 
}

#home_wrapper #news h4:after{
    background: #F37542;
    bottom: -10px;
    content: "";
    display: inline-block;
    height: 2px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 5em;
}

#home_wrapper #news a{
    color: #FBBC3B;
}

@media only screen and (min-width: 1480px){
    #home_wrapper #news{
        right: 5em;
	width: "30%";
    }
}

@media only screen and (max-width: 1000px){
    #home_wrapper{
        height: auto;
        min-width: 1000px;
    }

    #home_wrapper #nav_list{
        bottom: auto;
	left: 2em;
	top: 65%;
    }

    #home_wrapper #news{
        right: 1.5em;
        width: 22%;
    }

    #home_wrapper a.func_link{
        margin-right: -2.3em;
    }

    #home_wrapper a.func_link:nth-of-type(2){
        margin-right: -3em;
    }

    #home_wrapper a.func_link:nth-of-type(3){
        margin-right: -6.2em;
    }

    #home_wrapper a.func_link:nth-of-type(6){
        margin-right: -4.8em;
    }
}

#news img.youtube_pic{
    height: 25px;
    width: 25px;
}

#news a.template_download{
    margin-right: 7px
}

#nav_list .func_link:nth-child(2) {
    display: none;
}

#nav_list .func_link:nth-child(5) {
    display: none;
}

