.eb-container{
    width: 85%;
    margin-left: auto;
    margin-right: auto;
}
.eb-nav{
	z-index: 100;
    background-color: rgba(255, 255, 255, 0.98);
    width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;    
    height: 120px;
    -webkit-box-shadow:0px 8px 20px rgba(0, 0, 0, .03);  
    -moz-box-shadow:0px 8px 20px rgba(0, 0, 0, .03);  
    box-shadow:0px 8px 20px rgba(0, 0, 0, .03);  
}
.eb-left{
    float: left;
}
.eb-right{
    float: right;
}
.eb-clean{
    clear: both;
}
.eb-nav-linkgroup {
    font-size: 1.4em;
    color: #3F3F3F;
}
.eb-nav-linkgroup a{
    color: #3F3F3F;
    text-decoration: none;
    margin-left: 50px;
}

.eb-nav-linkgroup a:hover{
    color: #07598C;
}
.eb-nav-linkgroup-active{
    background-color: #07598C;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 30px;
    padding-left: 30px;
    border-radius:50px;

}
.eb-font-white{
    color: #fff;
}
.eb-hover-detail{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 600px;
}
.eb-hover-detail-head{
    font-weight: bold;
    color: #fff;
}
.eb-hover-detail-contents{
    width: 560px;
    font-size: 1.2em;
    color: #fff;
    line-height: 180%;
}

.eb-hover-detail-head2{
    font-size: 3em;
    font-weight: bold;
    color: #fff;
}
.eb-hover-detail-contents2{
    font-size: 1em;
    color: #fff;
    line-height: 180%;
    opacity: 0.9;
}

.eb-hover-detail-button a{
    color: #FFF;
    text-decoration: none;
    border-radius: 8px;
    font-size: 2em;
    border: 1px #fff solid;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    
}

.eb-hover-detail-button a:hover{
    transition:1s;
    color: #FFF;
    background-color: #8ABF54;
    text-decoration: none;
    border-radius: 8px;
    font-size: 2em;
    border: 1px #8ABF54 solid;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    
}
.eb-row-5{
    width: 50%;
    float: left;
}
.eb-card{
    padding-top: 60px;
    padding-bottom: 100px;
    padding-left: 80px;
}
.eb-card-head{
    font-size: 1.8em;
    color: #333;
    padding-bottom: 10px;
}
.eb-card-contents{
    line-height: 180%;
    color: #555;
}
.eb-footer{
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #333333;
}
.eb-footer-con{
    font-size: 0.9em;
    opacity: 0.8;
    padding: 30px;
    color: #FFF;
    text-align: center;
    line-height: 150%;
}
.eb-mobile-nav-content{
    z-index: 1000;
    background-color: #333;
    width: 50%;
    position: fixed;
    top: 0px;
    right: 0px;
    color: #fff;
    padding: 30px;
}
.eb-mobile-nav-content-head{
    font-size: 1.3em;
    text-align: right;
    margin-bottom: 20px;
}
.eb-mobile-nav-content a{
    opacity: 0.9;
    color: #FFF;
    font-size: 1em;
    text-decoration: none;
    display: block;
    line-height: 200%;
}
.eb-banner{
    margin-top: 120px;
    width: 100%;
    height: 260px;
	background: url(../img/sub-banner.jpg);
	background-size: 100% 100%;
}
.eb-banner2{
    margin-top: 120px;
    width: 100%;
    height: 260px;
	background: url(../img/sub-banner2.jpg);
	background-size: 100% 100%;
}
.eb-info{
    color: #535353;
    font-size: 1em;
	background: url(../img/info-bgline.png);
    background-repeat: repeat-x;
}
.eb-block-white{
    background-color: #FFF;
    width: 100%;
}
.eb-block-grey{
    background-color: #F6F6F6;
    width: 100%;
}
.eb-block-contents{
    padding-top: 40px;
    padding-bottom: 40px;
}
.eb-block-contents-head{
    color: #333333;
    text-align: center;
    font-size: 3em;
}
.eb-block-contents-detail{
    color: #525252;    
    text-align: center;
    font-size: 0.8em;
    opacity: 0.6;
}
.eb-block-contents-txt{
    color: #525252;    
    font-size: 1em;    
    line-height: 180%;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 100px;
    padding-right: 100px;
}
.delays {
	-moz-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.eb-enter-block{
    width: 100%;
    height: 100%;
    background: url(../img/hover02.jpg);
	background-size: 100% 100%;
}
.eb-enter-div{
    color: #525252;
    padding-right: 50px;
    padding-left: 50px;
    position: relative;
    top: 30%;
    width: 600px;
    background-color: #FFF;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 50px;
    border-radius: 8px;
    box-shadow: 
    -20px 0 20px 5px rgba(0, 0, 0, 0.15),
    0px -20px 20px 5px rgba(0, 0, 0, 0.15),
    20px 0 20px 5px rgba(0, 0, 0, 0.15),
    0 20px 20px 5px rgba(0, 0, 0, 0.15);
}
.eb-enter-div-head{
    color: #07598C;
    font-size: 3em;
    font-weight: bold;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}
.eb-enter-div a{
    color: #07598C;
    text-decoration: none;    
}
.eb-form-control{
    color: #525252;
    background-color: #F0F2F4;
    width: 100%;
    display: block;
    padding: 20px;
    margin-bottom: 20px;
    border: none;
    outline:0;
    border-radius: 10px;
    caret-color:525252;
}
.eb-button{
    color: #fff;
    background-color: #8ABF54;
    width: 100%;
    display: block;
    padding: 14px;
    margin-bottom: 20px;
    border: none;
    border-radius: 10px;
    font-size: 1.4em;
}
.eb-enter-footer{
    width: 100%;
    color: #FFF;
    padding-bottom: 30px;
    text-align: center;
    opacity: 0.5;
    position: fixed;
    bottom: 0px;
}