.simple_slider{position:relative;overflow:visible;}
.simple_slider .btn_left{width:50px;height:60px;cursor:pointer;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;position:absolute;top:0px;left:0px;z-index:1;}
.simple_slider .btn_right{width:50px;height:60px;cursor:pointer;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;position:absolute;top:0px;right:0px;z-index:1;}
.simple_slider .s_container{padding:0px;margin:0px;height:100%;width:100%;position:relative;overflow:hidden;}
.simple_slider .simple_slider_container{width:10000px;position:absolute;height:100%;top:0px;left:0px;}
.simple_slider .s_container .sep{height:100%;float:left;}
.simple_slider .s_container .s_item{text-align:center;float:left;position:relative;display:block;margin:0px;padding:0px;min-width:0px;}
.simple_slider .s_container .s_item > a{display:block;height:100%;background-position:50% 0%;background-repeat:no-repeat;}
.simple_slider .s_container .s_item img{}
.simple_slider .control_container {}
.simple_slider .bullet{}
.simple_slider .bullet span{border-radius:5px;padding:4px;margin:0px 9px;background:#a1a1a1;font-size:0px;cursor:pointer;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;}
.simple_slider .bullet span.current{background:#d11457;}




#mp_simple_slider {margin-bottom:  50px;}
#mp_simple_slider .s_item {}

#mp_simple_slider .s_item img {padding-top: 230px;padding-bottom:  100px;}

#mp_simple_slider .btn_left{background:url(/project/templates/site/img/slider_arrows.png) 0px 0px no-repeat;width:30px;height:15px;top: 150px;}
#mp_simple_slider .btn_left .title {
    color: #dfe0e0;
    font-size: 40px;
    position: absolute;
    bottom: 110px;
    font-weight: 700;
    min-width: 150px;
    left: 0px;
}
#mp_simple_slider .btn_left .image {
    position: absolute;
    bottom: 20px;
    left: 0px;
}
#mp_simple_slider .btn_left .image img {height: 95px;width: auto;max-width: none;}

#mp_simple_slider .btn_right{background:url(/project/templates/site/img/slider_arrows.png) -30px 0px no-repeat;width:30px;height:15px;top: 150px;}
#mp_simple_slider .btn_right .title {
    color: #dfe0e0;
    font-size: 40px;
    position: absolute;
    bottom: 110px;
    right: 0px;
    font-weight: 700;
    min-width: 150px;
}
#mp_simple_slider .btn_right .image {
    position: absolute;
    bottom: 20px;
    right: 0px;
}
#mp_simple_slider .btn_right .image img {height: 95px;width: auto;max-width: none;}

#mp_simple_slider .bullet {display:none;}



#mp_simple_slider .bg {position:absolute;top:0px;left:0px;width:100%;height:100%;background-position: 50% 0%;background-repeat: no-repeat;}
#mp_simple_slider .bg .title {
    font-family: "HyundaiSansHead","Hevetica",Arial,sans-serif;
    font-size: 65px;
    font-weight: 500;
    position: absolute;
    right: 50%;
    top: 35px;
    margin-right: 100px;
    text-align: right;
    line-height: 100%;
}
#mp_simple_slider .bg .price {
    display: block;
    color: #686868;
    font-size: 18px;
    font-weight: 500;
    line-height: 100%;
}
#mp_simple_slider .bg .credit {
    border-radius: 50% 50% 50% 0;
    background: #e63312;
    width: 130px;
    height: 130px;
    overflow: hidden;
    padding: 28px 17px 15px 0;
    position: absolute;
    left: 50%;
    margin-left: 160px;
    top: 40px;
    font-size: 18px;
    color: white;
    font-weight: 700;
    text-align: right;
    box-sizing: border-box;
    line-height: 130%;
}
#mp_simple_slider .bg .credit span:first-child {
    color: #f5d3d4;
    display: block;
    font-size: 14px;
}
#mp_simple_slider .bg .credit .text {font-size: 25px;}

#mp_simple_slider .bg .btn {
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: 300px;
    margin-left: -150px;
    z-index: 1;
}
