a{
    cursor: pointer;
}

header a{
    display: block;
    position: fixed;
    top: 12px;
    right: 13px;
}

header img{
    width: 40px;
}

li{
    list-style: none;
}

.dep1{
    margin-top: 104px;
    padding: 0 20px 200px;
}

.dep1 a{
    display: block;
}

.dep1 li{
    margin-bottom: 8px;
}

.dep1_text{
    font-size: 44px;
    padding-right: 6px;
    word-break: keep-all;
    overflow-wrap: break-word;
}

.dep1_sub{
    font-size: 12px;
    opacity: 0.6;
    vertical-align: top;
    line-height: 32px;
    word-break: keep-all;
}

footer{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 200px;
    padding: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.95) 32%, #000000 100%);
}

footer img{
    width: 100%;
    height: 200px;
}

#footer_bottom{
    position: absolute;
    left: 20px;
    bottom: 40px;
}

#lang{
    margin-bottom: 10px;
}

#lang ul{
    padding-left: 0;
}

#lang a{
    margin: 0 10px 0 0;
}

#copyright{
    font-size: 14px;
    opacity: 0.6;
}

.dep2{
    padding: 0;
    margin-bottom: 40px;
}

.dep2 a{
    display: block;
    padding: 8px 0;
}

.dep2_text{
    font-size: 24px;
    padding-right: 6px;
    word-break: keep-all;
    overflow-wrap: break-word;
}

.dep2_sub{
    font-size: 10px;
    opacity: 0.6;
    vertical-align: top;
    line-height: 20px;
    word-break: keep-all;
    overflow-wrap: break-word;
}