@charset "utf-8";
/* CSS Document */
.index{
    background: #f0ece8;
}
.slider{
    position: relative;
    width: 100%;
    border-bottom: 2px solid #ccc9c5;
}
.intro{
    width: 94%;
    margin: 0 auto;
}
.intro li{
    position: relative;
    float: left;
    width: 50%;
    border-radius: 5px;
    margin-top: 10px;
}
.intro li img{
    width: 96%;
    display: block;
    margin: 0 auto;
    border-radius: 5px;
}
.intro-con{
    position: absolute;
    z-index: 20;
    width: 96%;
    border-radius: 5px;
    left: 2%;
    bottom: 0;
    background: url("../images/p-bg.png") center no-repeat;
    background-size: 100%;
    padding: 2em 0 .5em 1em;
}
.intro-u{
    width: 90%;
    font-size: 1.3rem;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.intro-d{
    width: 94%;
    font-size: 1rem;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
