/* CSS Document */
.bg{
	height:100vh;
}
#about .fx_menu li:nth-child(1):after,#business .fx_menu li:nth-child(2):after,#process .fx_menu li:nth-child(3):after,#portfolio .fx_menu li:nth-child(4):after,#contact .fx_menu li:nth-child(5):after{
    opacity: 1;
    bottom: 0;
}
.menu_list ul li{
    display: flex;
    position: relative;
    height: 100%;
    align-items: center;
}
.menu_list ul li:hover:after{
    opacity: 1;
    bottom: 0;
}
.menu_list ul li:after{
    content: '';
    height: 0.4vw;
    position: absolute;
    width: 110%;
    bottom: -5px;
    background: rgb(232,77,7); /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(232,77,7,1) 0%, rgba(193,11,22,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(232,77,7,1) 0%,rgba(193,11,22,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(232,77,7,1) 0%,rgba(193,11,22,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e84d07', endColorstr='#c10b16',GradientType=1 ); /* IE6-9 */
    left: -5%;
    opacity: 0;
    transition: all 0.2s linear;
}
.menu_list ul li + li{
    margin-left: 5%;
}
.menu_list ul{display: flex;flex-wrap: nowrap;flex: 46%;justify-content: flex-end;margin-right: 6%;}
.menu_list h2{
    font-family: 'Noto Serif TC', serif;
    font-weight: 900;
    margin: 3% 0 5% 0;
    letter-spacing: 0.2vw;
    font-size: 1.25vw;
    color: #ffffff;
    transition: all 0.5s;
}
#about{
    background: url("../img/about/bg.jpg");
    background-position: top right;
}
#contact{
    background: url("../img/contact/bg.jpg");
    background-position: bottom right;
}
#index{
    background: url("../img/index/bg.jpg");
    background-position: bottom right;
}
#business{
    background: url("../img/business/bg.jpg");
    background-position: bottom right;
}
#process{
    background: url("../img/process/bg.jpg");
    background-position: bottom right;
    padding-bottom: 47px;
}
#contact,#index,#about,#business,#process{
    background-size: cover;
    background-repeat: no-repeat;
}
.menu_list{
    background: #006AA4;
    height: 4.1vw;
    display: flex;
    width: 100%;
}
.left_menu{
    position: fixed;
    background: #006AA4;
    padding: 5px;
    border-radius: 0 10px 10px 0;
    width: 15%;
    max-width: 90px;
    bottom: 8%;
    z-index: 1;
}
.left_menu li a img{
    width: 90%;
    margin: 0 5% 0 5%;
}
.left_menu li + li{
}
.left_menu li:last-child{border-top: 1px solid #FFFFFF;}
.left_menu li{
    padding: 5% 0 5% 0;
}
.menu_list ul li a{
    display: inline-block;
    cursor: pointer;
    padding: 0;
}
.menu_list ul li a:hover{
    text-decoration: none;
}
.menu_list ul li a:hover .menu_e{
    color: #BC081E
}
.menu_list ul li a:hover h2{
    color: #FFFFFF;
}
.menu_list h1{
    width: 15.6%;
    display: flex;
    margin: 0 0 0 6%;
    align-items: center;
}
.menu_e{
    margin: 5% 9% 0 9%;
    width: 82%;
    display: inline-block;
    color: #898989;
}
.menu_con{
    display: none;
    z-index: 9;
    position: fixed;
    right: 1%;
    width: 16.7%;
    max-width: 88px;
    top: 1%;
}
.menu_con img{
    width: 100%;
}
.fx_menu{
    position: fixed;
    z-index: 99;
    width: 100%;
}
body{
    font-size: 16px;
    min-height: 100vh;
}
#index_con h1 {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
}
.rose{
    position: absolute;
    width: 100%;
    height: 6vw;
    z-index: 9;
    bottom: 0;
}
.c1{
    position: absolute;
    left: 0;
    top: 0;
    -ms-animation: c1 1s infinite  ease-in-out;
    -o-animation: c1 1s infinite  ease-in-out;
    -moz-animation: c1 1s infinite  ease-in-out;
    -webkit-animation: c1 1s infinite  ease-in-out;
    animation: c1 1s infinite  ease-in-out;
}
.c2{
    position: absolute;
    left: 0;
    top: 0;
    -ms-animation: c2 1s infinite  ease-in-out;
    -o-animation: c2 1s infinite  ease-in-out;
    -moz-animation: c2 1s infinite  ease-in-out;
    -webkit-animation: c2 1s infinite  ease-in-out;
    animation: c2 1s infinite  ease-in-out;
}
@keyframes c1{
    0% {
        opacity: 1;
    }
    50%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
@keyframes c2{
    0% {
        opacity: 0;
    }
    50%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}
.menu{
    position: fixed;
    bottom:0;
    z-index: 1;
}
#main {
}
@media (max-width: 960px){
    .uk-sticky-placeholder{
        height: 0!important;
    }
    #contact,#index,#about,#business,#process{
        background: none;
    }
    .left_menu li:last-child {
        border-top: 0;
    }
    #process{
        padding-bottom: 0;
    }
    .menu_list ul li:after{
        height: 0;
    }
    .menu_list ul li a:hover h2{
        color: #BC081E;
    }
    .menu_list h2{
        font-family: 'Noto Serif TC', serif;
        font-weight: 900;
        margin: 3% 0 5% 0;
        letter-spacing: 0.5vw;
        font-size: 24px;
        color: #3E3A39;
        transition: all 0.5s;
    }
    .menu_list ul{
        padding-left: 0;
        width: 75%;
        margin: 0 12.5%;
        position: static;
        display: inline-block;
    }
    .menu_list ul li{
        border-top: 1px solid rgba(219,220,220,0.8);
        display: block;
    }
    .menu_list ul li:last-child{
        border-bottom: 1px solid rgba(219,220,220,0.8);
    }
    .menu_list h2{
        font-family: 'Noto Serif TC', serif;
        font-weight: 900;
        margin: 3% 0 5% 0;
        letter-spacing: 0.5vw;
        font-size: 24px;
        color: #3E3A39;
        transition: all 0.5s;
    }
    .menu_con{
        display: block;
        z-index: 9;
        position: fixed;
        right: 1%;
        width: 16.7%;
        max-width: 88px;
        top: 1%;
    }
    .menu_list{
        background: url("../img/nav/bg.png") #FFFFFF;
        width: 26%;
        height: 100vh;
        right: 0;
        top: 0;
        text-align: center;
        background-size: cover;
        box-shadow: -15px 0 20px rgba(0,0,0,0.2);
    }
    .menu_list{
        display: none;
    }
    #about .fx_menu li:nth-child(1) .menu_e,#business .fx_menu li:nth-child(2) .menu_e,#process .fx_menu li:nth-child(3) .menu_e,#portfolio .fx_menu li:nth-child(4) .menu_e,#contact .fx_menu li:nth-child(5) .menu_e{
        color: #BC081E;
    }
    #about .fx_menu li:nth-child(1) h2,#business .fx_menu li:nth-child(2) h2,#process .fx_menu li:nth-child(3) h2,#portfolio .fx_menu li:nth-child(4) h2,#contact .fx_menu li:nth-child(5) h2{
        color: #BC081E;
    }
    .btn_hr {
        position: absolute;
        right: 0;
        top: 8%;
        width: 2px;
        height: 87%;
    }
    .left_menu li a{
        display: inline-block;
        width: 50%;
    }
    .left_menu li{
        width: 33.3%;
        padding: 2% 0 2% 0;
        text-align: center;
        position: relative;
    }
    .menu_list {
        width: 100%;
    }
    .left_menu{
        padding: 1% 1% 6% 1%;
        border-radius: 0;
        width: 100%;
        bottom: 0;
        max-width: inherit;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        margin: 0;
    }
    .menu_list h1{
        width: 44.6%;
        margin: 15% 0 8% 0;
        display: inline-block;
    }
    .menu_con{
        right: 1%;
        width: 16.7%;
    }
    .menu_list h2{
        font-size: 4.5vw;
    }
    #main {
        padding-bottom: 24%;
    }
    .fx_menu{
        position: fixed;
        z-index: 99;
        width: 100%;
    }
}