/*版面*/
.cover_banner {
    height: 100vh;
    width: 100vw;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.cover_banner .main {
    width: 90%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
    max-width:1920px;
}
/*.cover_banner .main:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #ccc;
    bottom: -1px;
    left: 0;
}*/
/*標語*/
.cover_banner .main .right_word .main-title {
    font-family: 'Dosis', sans-serif;
    font-size: 110px;
    letter-spacing: -4px;
    line-height: 1em;
    color: #111;
    margin-bottom: 20px;
    display: block;
    width: 100%;
    text-align: right;
}

/*選單*/
.web_menu ul li a:hover {
    transition: 0.3s;
    color: #111;
}
.web_menu ul li a {
    display: block;
    padding: 5px;
    color: #666;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.8em;
    letter-spacing: 0px;
    margin-left: 25px;
    transition: 0.3s;
}
.web_menu ul li {
    list-style: none;
}
.web_menu ul {
    padding-left: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
.web_menu {
    width: 100%;
    padding-right: 0px;
}

/*main*/
.cover_banner .main .left_pic img {
    width: 100%;
}
.cover_banner .main .right_word {
    width: 50%;
    padding-left: 5%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    background: rgb(235 235 235 / 70%);
    z-index: 1;
}
/*.cover_banner .main .left_pic:after {
    content: "";
    position: absolute;
    height: 105%;
    width: 1px;
    background: #ccc;
    bottom: 0px;
    right: 0;
}*/
.cover_banner .main .left_pic {
    width: 40%;
    position: relative;
    text-align: right;
    z-index:11;
}
.index .web_menu:after {
    content: "";
    position: absolute;
    width: 100vw;
    height: 1px;
    background: #cccccc;
    right: -15%;
    z-index: -1;
}
