@charset "utf-8";

    /* 슬라이더 레이아웃 */

    .swiper-container {
        width: 100%;
        height: 100%;
    }

    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #f7f7f7;
        width: 100%;
        padding: 15px;
        border:0px solid #eee;
        box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
        border-radius: 4px;

        /* 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: center;
        margin-bottom: 32px;
    }
    .swiper-slide:nth-child(1n) {
        width: 100%;

    }
    .swiper-slide:nth-child(2n) {
        width: 100%;

    }
    .swiper-slide:nth-child(3n) {
        width: 100%;

    }

    /* 페이징 Dot 기본 */
    .swiper-pagination-bullet {
    width: 8px !important;
    height: 8px !important;
    display: inline-block !important;
    border-radius: 100% !important;
    background: #000 !important;
    opacity: .1 !important;
    }

    /* 페이징 Dot ON 일때 */
    .swiper-pagination-bullet-active {
        opacity: 1 !important;
        background:#232323 !important;
    }


    /* 게시물 레이아웃 */
    .sw_tit {
        font-size: 18px; 
        font-weight: bold; 
        text-align: left;
        overflow: hidden; 
        text-overflow: ellipsis;
        white-space: nowrap; 
        width: 90%;
        display: block;
    }
    .sw_tel {font-size: 14px; color:#ef9da6; font-weight:bold; margin-top:0; line-height: 22px; text-align: left;overflow: hidden;text-overflow: ellipsis;white-space: nowrap; width: 90%; display: block;}
    .sw_add {font-size: 12px; color:#323232; margin-top:0px; line-height: 22px; text-align: left;overflow: hidden;text-overflow: ellipsis;white-space: nowrap; width: 90%; display: block;}
    .sw_img {width:100%; margin-top:20px; height:228px; background-size: cover; background-position: center center; border-radius: 0px;}
    .sw_img2 {width:100%; margin-top:7px; height:228px; background-size: cover; background-position: center center; border-radius: 0px;}
    .sw_img img {}
    .sw_date {font-size: 11px; color:#999; text-align: left; margin-top: 0px;}


    
        