body, html {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}    
.left{
    text-align: left;
}
.right{
    text-align: right;
}
.center{
    text-align: center;
}

.ba-container {
    width:100%;
    height: 1130px;
    background: #565b78;
    padding: 80px 0;
}
.evnetPage-wrap {
    max-width:1200px;
    margin: 0 auto;
    position: relative;

}

.title-img {
    margin-top: 35px;
}
.ba-title{
    font-size: 54px;
    color: #fff;
    margin-bottom: 30px;
    line-height: normal;
}
.ba-subtitle {
    margin: 0 auto;
    width: 530px;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    font-size: 18px;
    color:#fff;
    letter-spacing: 20px;
    line-height: 54px;
}

/***********BEFORE AFTER ***************/

.ba-wrap {
    width:584px;
    height:664px;
    background: #fff;
    margin: 25px auto;
    position: relative;
}

.logo-bg {
    width:282px;
    height:239px;
    background: #000;
    position: absolute;
    bottom: -29px;
    right:10px;
    background-image: url(/img_up/shop_pds/nanaprs/design/img/test/img/nana-logo.svg);
    background-repeat: no-repeat;
    background-position: 90% 98%;
}

.event-navBtn{
    text-align: center;
}
.event-nav {
    width: 11px;
    height: 11px;
    background: #fff;
    border-radius: 100px;
    display: inline-block;
    margin: 25px 3px;
    transition: .3s;
    cursor: pointer;
}

.event-nav-active {
    width:27px;
    transition: .3s;
    cursor: default;
}






/***********BEFORE AFTER ***************/










.event-container {
    padding: 100px 0;
    background: #f2f2f4;
}

.event-title {
    text-align: left;
    font-size: 45px;
    line-height: 55px;
    color: #333;
    padding-bottom: 50px;
    display: inline-block;
}

.event-rec-top {
    text-align: left;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}
.arrow-leftbtn {
    position: absolute;
    right: 90px;
    bottom: 50px;
}
.arrow-rightbtn {
    position: absolute;
    right: 30px;
    bottom: 50px;
}
.arrow-btn img:last-child {
    margin-left: 20px;
}


.event-carousel {
    position: relative;
    width:100%;
    height: 400px;
    overflow: hidden;
}

.event-carousel ul {
    width:100%;
    height:100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.event-carousel ul li {
    width:280px; 
    height:400px;
    display:inline-block;
    text-align: center;
    position: absolute;
    cursor: pointer;
    transition: .3s all;
}
.event-carousel ul li:hover {
    background: #333;
    transition: .3s all;
}
.event-carousel ul li:hover .carousel-title{
    color:#fff;
}


.carousel-title{
    font-size: 20px;
    color: #333;
    line-height: 25px;
    padding: 55px 0 30px 20px;
    text-align: left;
}
.event-carousel ul li:nth-child(2){
    left: 300;
}
.event-carousel ul li:nth-child(3){
    left: 600;
}
.event-carousel ul li:nth-child(4){
    left: 900;
}
.event-carousel ul li:nth-child(5){
    left: 1200;
}








.event-rec {
    width:280px;
    height: 400px;
    background: #fff;
    display: inline-block;
    margin-right: 20px;
    cursor: pointer;
    transition: .3s ease;
    text-align: center;
    
}
.event-rec img {
    transition: 1s ease;
}
.event-rec:hover {
    background: #333;
    color: #fff;
    transition: .3s ease;
}





.event-rec-title {
    font-family: SourceHanSansK;
    font-size: 20px;
    font-weight: 300;
    text-align: left;
    padding: 50px 0 29px 19px;
    line-height: 30px;
}


/***** Carousel ******/
.slider-wrap {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    width:100%;
}
.slider {
position: relative;
width: 100%;
margin: auto;
}
.slider ul {
margin: 0;
padding: 0;
}
.slider ul li {
list-style: none;
    cursor: pointer;
    transition: .3s ease;
}
.slider ul li span {
display: block;
vertical-align: middle;
width: 280px;
height: 400px;
background: #fff;
}

.slider ul li:hover .content01{
    background: #333;
    transition: .3s ease;
}

.slider ul li:hover .car-title{color:#fff;}

.car-title {
    padding: 55px 0 22px 15px;
    text-align: left;
    font-size: 20px;
    line-height: 30px;
    color: #333;
}
.con-img {
    text-align: center;
}



.slider-arrow {
position: absolute;
top: 40px;
width: 20px;
height: 20px;
background: black;
color: #fff;
text-align: center;
text-decoration: none;
border-radius: 50%;
}


.ab-arrow img{
    transition: .2s;
}


/***** Carousel*****/





@media(max-width:1207px){
    .event-rec {margin-top: 20px;}
    .event-container{padding: 80px 10px}
}

@media(max-width:1000px){
    .event-container{padding: 80px 10px}
    .ba-title {font-size: 30px;}
    .ba-subtitle{
        font-size: 12px;
        width:70%;
        letter-spacing: 10px;
        line-height: 35px;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
    }
    .title-img{width:80%; margin-top: 30px;}
    
    .event-title {font-size: 25px; line-height: 35px;}
    
    .ab-arrow img {width:30px;}
    
    
}
@media(max-width:768px){
   .ab-arrow img {width:25px;}
    .arrow-leftbtn {right:50px;}
    .arrow-rightbtn {right:10px;}
    .ba-container{height:100%;}
    .ba-wrap{width:90%;height: 100%;}
.slider-wrap{width:auto;}
.event-rec-top{width:auto}
}















