/* next,prev 버튼 */
*{
    font-family: 'NanumSquare' !important;
}
body{
    margin: 0;
    /*background:#b0b1b4;*/
}
h1,h2,h3,h4,h5,h6,p,span,small{
    margin: 0;
}

/* 헤더 */
/* 슬라이드 */
/* next,prev 버튼 */
/* 인디케이터 */
/* pdf 다운로드 */



/* 헤더 */
.dq-leaflet-header{
    position: relative;
    border-top: 1px #ffcccc solid;
    max-width: 360px;
    margin: 0 auto;
}
.dq-leaflet-header h1:after{
    content: '';
    display: block;
    width: 24px;
    height: 1px;
    margin: 8px 0 16px;
    background: #333;
}
.dq-leaflet-header-img{
    position: absolute;
    top:  16px;
    right:  16px;
    display: inline-block;
    width: 80px;
    height: 80px;
    background: url("/dqstatic/assets/image/service/qz_service/leaflet/svg/leaflet_ico.svg") no-repeat 100%;
}


/* 슬라이드 */
.slick-slide{
    height: auto;
    border: 1px #e6e7e9 solid;
}
.slider-leaflet{
    max-width: 360px;
    width: auto;
    height: auto;
    margin: 0 auto;
}
.slider-leaflet > div{

}
.slider-leaflet > div img{
    width: 100%;
    height: auto;
    margin: 0 auto;
}


/* next,prev 버튼 */
.slick-next,.slick-prev{
    position: absolute;
    width: 80px;
    height: 80px;
    top: 50%;
    bottom: 0;
    font-size: 0;
    background: none;
    transform: translateY(-50%);
    z-index: 2;
    border: none;
    outline: none;
    cursor: pointer;
}
.slick-prev{
    left: -112px;
}
.slick-next{
    right: -112px;
    /*left: 35%;*/
}
.slick-prev:before,
.slick-prev:after,
.slick-next:before,
.slick-next:after{
    content: '';
    position: absolute;
    width: 0;
    left: 0;
    top: 50%;
    right: 0;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border-top: 12px transparent solid;
    border-bottom: 12px transparent solid;
    opacity: 0.9;
}
.slick-prev:before,
.slick-prev:after{
    border-right: 24px #ff4081 solid;
}
.slick-next:before,
.slick-next:after{
    border-left: 24px #ff4081 solid;
}
.slick-prev:after{
    left :32px;
}
.slick-next:after{
    right: 32px;
}
.slick-prev.slick-disabled:before,
.slick-prev.slick-disabled:after,
.slick-next.slick-disabled:before,
.slick-next.slick-disabled:after{
    opacity: 0.1;
    cursor: default;
}



/* 인디케이터 */
.slick-dots{
    position: relative;
    /*background: #333;*/
    bottom: 0;
    list-style: none;
    padding: 0;
    margin-bottom: 36px;
    display: block;
    text-align: center;
}
.slick-dots li{
    content: '';
    width: 8px;
    height: 8px;
    background: #ffcccc;
    display: inline-block;
    border-radius: 0;
    margin: 0 6px;
}
.slick-dots li button{
    display: none;
    color: rgba(0,0,0,0);
}
.slick-dots li.slick-active{
    background: #ff4081;
}


/* pdf 다운로드 */
.dq-leaflet-download{
    position:  relative;
    width: 360px;
    height: 50px;
    background: #333333;
    right:  0;
    bottom:  0;
    margin: 0 auto;
    border-radius: 100px;
    z-index: 3;
}
.dq-leaflet-download a{
    display: inline-block;
    width: 100%;
    height: inherit;
    background: url("/dqstatic/assets/image/service/qz_service/leaflet/svg/ico_download_w.svg") no-repeat;
    background-size: 42px;
    color: #fff;
    text-decoration: none;
    background-position: 280px 0;
}
.dq-leaflet-download:hover{
    opacity: 0.8;
}
.dq-leaflet-download a > span{
    /*color: #fff;*/
    display: block;
    font-size: 16pt;
    text-align: center;
    text-decoration: none;
    line-height: 50px;
}



@media screen and (max-device-width: 767px){
    body{
        min-width: 320px;
    }

    /* 헤더 */
    .dq-leaflet-header{
        position: relative;
        border-top: 1px #ffcccc solid;
    }
    .dq-leaflet-header h1:after{
        content: '';
        display: block;
        width: 24px;
        height: 2px;
        margin: 12px 0 16px 4px;
        background: #333;
    }
    .dq-leaflet-header-img{
        position: absolute;
        right: 24px;
        top: 20px;
        display: inline-block;
        width: 80px;
        height: 80px;
        background: url("/dqstatic/assets/image/service/qz_service/leaflet/svg/leaflet_ico.svg") no-repeat 100%;
    }

    /* 슬라이드 */
    .slider-leaflet{
        max-width: 100%;
    }
    .slider-leaflet-body{
        border: 16px #fff solid;
        border-bottom: none;
        border-top-width: 8px;
        padding-bottom: 72px;
    }
    .slick-slide{
        border: 1px #e6e7e9 solid;
    }

    /* next,prev 버튼 */
    .slick-next,.slick-prev{
        position: fixed;
        width: 35%;
        height: 50px;
        top: inherit;
        bottom: 0;
        font-size: 0;
        background: #333333;
        transform: none;
        z-index: 2;
        border: none;
        outline: none;
    }
    .slick-prev{
        left: 0;
    }
    .slick-next{
        /*right: 0;*/
        left: 35%;
    }
    .slick-prev:before,
    .slick-prev:after,
    .slick-next:before,
    .slick-next:after{
        content: '';
        position: absolute;
        width: 0;
        left: 0;
        top: 50%;
        right: 0;
        margin: 0 auto;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        border-top: 8px transparent solid;
        border-bottom: 8px transparent solid;
        opacity: 0.9;
    }
    .slick-prev:before,
    .slick-prev:after{
        border-right: 12px #fff solid;
    }
    .slick-next:before,
    .slick-next:after{
        border-left: 12px #fff solid;
    }
    .slick-prev:after{
        left :20px;
    }
    .slick-next:after{
        right: 20px;
    }
    .slick-prev.slick-disabled:before,
    .slick-prev.slick-disabled:after,
    .slick-next.slick-disabled:before,
    .slick-next.slick-disabled:after{
        opacity: 0.1;
    }


    /* 인디케이터 */
    .slick-dots{
        position: fixed;
        background: rgba(255,255,255,0.9);
        width: 100%;
        bottom: 0;
        list-style: none;
        padding: 4px 0;
        left: 0;
        right: 0;
        margin-bottom: 50px;
        display: block;
        text-align: center;
    }
    .slick-dots li{
        content: '';
        width: 8px;
        height: 8px;
        background: none;
        display: inline-block;
        border-radius: 100px;
        margin: 0 6px;
        border: 1px #333 solid;
    }
    .slick-dots li button{
        display: none;
        color: rgba(0,0,0,0);
    }
    .slick-dots li.slick-active{
        background: #333333;
    }


    /* pdf 다운로드 */
    .dq-leaflet-download{
        position:  fixed;
        height: 50px;
        background: #333333;
        right:  0;
        width:  30%;
        bottom:  0;
        border-radius: 0;
        z-index: 3;
    }
    .dq-leaflet-download a{
        display: inline-block;
        width: 100%;
        height: inherit;
        background: url("/dqstatic/assets/image/service/qz_service/leaflet/svg/ico_download.svg") no-repeat;
        background-size: 35%;
        background-position: center;
    }
    .dq-leaflet-download a > span{
        display: none;
    }
}


