@charset "utf-8";
/* CSS Document */


    html, body {
        position: relative;
        height: 100%;
    }
    body {
        background: #eee;
        font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
        font-size: 14px;
        color:#000;
        margin: 0;
        padding: 0;
    }
    .swiper-container {
        width: 100%;
        height: 100%;
    }
    .swiper-slide {
        text-align: center;
        font-size: 18px;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: baseline;
    }
    .swiper-container-v {
        background: #eee;
    }
	.swiper-container-h {
		top:0;
	}
	
	.desktop-banner01{
		background: url(../../images/index-banner/index-banner-01.jpg);
		background-position:top;
		background-repeat:no-repeat;
	}
	.desktop-banner02{
		background: url(../../images/index-banner/index-banner-03.jpg);
		background-position:top;
		background-repeat:no-repeat;
	}
	.desktop-banner03{
		background: url(../../images/index-banner/index-banner-05.jpg);
		background-position:top;
		background-repeat:no-repeat;
	}
	.desktop-banner04{
		background: url(../../images/index-banner/index-banner-07.jpg);
		background-position:top;
		background-repeat:no-repeat;
	}
	
	.edotcom-desktop01{
		background:url(../../images/edotcom/edotcom-ad-index-01.jpg);
		background-position:top;
		background-repeat:no-repeat;
	}
	.edotcom-desktop02{
		background:url(../../images/edotcom/edotcom-ad-index-03.jpg);
		background-position:top;
		background-repeat:no-repeat;
	}
	.edotcom-desktop03{
		background:url(../../images/edotcom/edotcom-ad-index-04.jpg);
		background-position:top;
		background-repeat:no-repeat;
	}
	.edotcom-desktop04{
		background:url(../../images/edotcom/edotcom-ad-index-02.jpg);
		background-position:top;
		background-repeat:no-repeat;
	}
	
	@media screen and (max-width: 768px) {
	.hide-on-mobile{
	display:none;
}
}

@media screen and (min-width:769px){
	.hide-on-desktop{
		display: none;
	}
}

@media screen and (max-width: 1408px) {
	.white-bg{
		background:#FFF;
	}
}