/*@import url("./image_viewer.css");*/
.DUBU_Slidegallery_skin_02 .dubu_slide {
    position:relative;
    overflow:hidden;
    z-index:9;
}
.DUBU_Slidegallery_skin_02 .dubu_slide .slide_view{
    display:block;
    overflow:hidden;
    position:relative;
    margin-bottom:10px;
}
.DUBU_Slidegallery_skin_02 .dubu_slide .thumb{
    overflow:hidden;
}
.DUBU_Slidegallery_skin_02 .dubu_slide .slide_wrap {
    position:relative;
    display: inline-block;
    cursor:pointer;
}
.DUBU_Slidegallery_skin_02 .dubu_slide .slide {
    display:inline-block;
    /*float:left;*/
    position:relative;
    overflow:hidden;
    height:100%;
    z-index: 90;
}
.DUBU_Slidegallery_skin_02 .dubu_slide.ie8 .slide {
    float:left;
}
.DUBU_Slidegallery_skin_02 .type1 .slide_view .slide.active:after{
    display:block;
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(23,129,159,0.2)
}
.DUBU_Slidegallery_skin_02 .dubu_slide .slide img {
    display:block;
    width:100%;
}
.DUBU_Slidegallery_skin_02 .slide_gallery_contents{
    position:relative;
    z-index:100;
    padding:10px;
}
.DUBU_Slidegallery_skin_02 .slide_gallery_contents .txt_box{
    display:inline-block;
    width:95%;
    vertical-align:middle;
}
.DUBU_Slidegallery_skin_02 .slide_gallery_contents:before{
    display:inline-block;
    content:'';
    height:100%;
    vertical-align:middle;
}
.DUBU_Slidegallery_skin_02 .slide_gallery_contents{
    text-align:center;
}
.DUBU_Slidegallery_skin_02 .slide_gallery_contents span{
    display:block;
    overflow:hidden;
    width:100%;
    white-space:nowrap;
    word-break:break-all;
    text-overflow:ellipsis;
}
.DUBU_Slidegallery_skin_02 .items_no .slide_gallery_contents{
    display:none;
}
.DUBU_Slidegallery_skin_02 .items_over .slide_gallery_contents{
    display:none;
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    background-color:rgba(255,255,255,0.8)
}
.DUBU_Slidegallery_skin_02 .items_over .slide:hover .slide_gallery_contents,
.DUBU_Slidegallery_skin_02 .items_over .thumb_slide:hover .slide_gallery_contents{
    display:block;
}
.DUBU_Slidegallery_skin_02 .items_over .slide_gallery_contents span.txt_subject{
    font-weight:bold;
    font-size:12px;
}
.DUBU_Slidegallery_skin_02 .items_over .slide_gallery_contents span.txt_subject a{
    color:#444;
}
.DUBU_Slidegallery_skin_02 .items_over .slide_gallery_contents span.txt_contents{
    margin-top:10px;
    font-size:12px;
    font-family:'Dotum';
}
.DUBU_Slidegallery_skin_02 .items_over .slide_gallery_contents span.txt_contents a{
    color:#777;
}
.DUBU_Slidegallery_skin_02 .items_over .slide_gallery_contents span.txt_name{
    margin-top:20px;
    font-size:12px;
    font-family:'Dotum';
    color:#a6a6a6;
}
.DUBU_Slidegallery_skin_02 .items_over .slide_gallery_contents span.txt_date{
    font-size:12px;
    font-family:'Dotum';
    color:#a6a6a6;
}
.DUBU_Slidegallery_skin_02 .items_over .slide_gallery_contents span.txt_hit,
.DUBU_Slidegallery_skin_02 .items_over .slide_gallery_contents span.txt_good{
    display:inline-block;
    width:auto;
    margin:6px 10px 0 0;
    font-size:11px;
    color:#1d2134;
}

.DUBU_Slidegallery_skin_02 .items_over .slide_gallery_contents span.txt_hit em,
.DUBU_Slidegallery_skin_02 .items_over .slide_gallery_contents span.txt_good em{
    display:inline-block;
    overflow:hidden;
    width:11px;
    height:11px;
    margin-right:1px;
    background:url(../images/sp_slide_gallery.png) no-repeat 0 0;
    vertical-align:middle;
    text-indent:-999em;
}
.DUBU_Slidegallery_skin_02 .items_over .slide_gallery_contents span.txt_hit em{
    background-position:-60px -75px;
}
.DUBU_Slidegallery_skin_02 .items_over .slide_gallery_contents span.txt_good em{
    background-position:-60px -59px;
}




.DUBU_Slidegallery_skin_02 .items_view .slide_gallery_contents{
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    background-color:rgba(255,255,255,0.8)
}
.DUBU_Slidegallery_skin_02 .items_view .slide_gallery_contents span.txt_subject{
    font-weight:bold;
    font-size:12px;
}
.DUBU_Slidegallery_skin_02 .items_view .slide_gallery_contents span.txt_subject a{
    color:#444;
}
.DUBU_Slidegallery_skin_02 .items_view .slide_gallery_contents span.txt_contents{
    margin-top:10px;
    font-size:12px;
    font-family:'Dotum';
}
.DUBU_Slidegallery_skin_02 .items_view .slide_gallery_contents span.txt_contents a{
    color:#777;
}
.DUBU_Slidegallery_skin_02 .items_view .slide_gallery_contents span.txt_name{
    margin-top:20px;
    font-size:12px;
    font-family:'Dotum';
    color:#a6a6a6;
}
.DUBU_Slidegallery_skin_02 .items_view .slide_gallery_contents span.txt_date{
    font-size:12px;
    font-family:'Dotum';
    color:#a6a6a6;
}

.DUBU_Slidegallery_skin_02 .items_view .slide_gallery_contents span.txt_hit,
.DUBU_Slidegallery_skin_02 .items_view .slide_gallery_contents span.txt_good{
    display:inline-block;
    width:auto;
    margin:6px 10px 0 0;
    font-size:11px;
    color:#1d2134;
}

.DUBU_Slidegallery_skin_02 .items_view .slide_gallery_contents span.txt_hit em,
.DUBU_Slidegallery_skin_02 .items_view .slide_gallery_contents span.txt_good em{
    display:inline-block;
    overflow:hidden;
    width:11px;
    height:11px;
    margin-right:1px;
    background:url(../images/sp_slide_gallery.png) no-repeat 0 0;
    vertical-align:middle;
    text-indent:-999em;
}
.DUBU_Slidegallery_skin_02 .items_view .slide_gallery_contents span.txt_hit em{
    background-position:-60px -75px;
}
.DUBU_Slidegallery_skin_02 .items_view .slide_gallery_contents span.txt_good em{
    background-position:-60px -59px;
}


.DUBU_Slidegallery_skin_02 .items_view_down .slide_gallery_contents{
    background-color:#fff;
}
.DUBU_Slidegallery_skin_02 .thumb .items_view_down .slide_gallery_contents{
    text-align:left;
}
.DUBU_Slidegallery_skin_02 .items_view_down .slide_gallery_contents span.txt_subject{
    font-weight:bold;
    font-size:12px;
}
.DUBU_Slidegallery_skin_02 .items_view_down .slide_gallery_contents span.txt_subject a{
    color:#444;
}
.DUBU_Slidegallery_skin_02 .items_view_down .slide_gallery_contents span.txt_contents{
    margin-top:10px;
    font-size:12px;
    font-family:'Dotum';
    color:#777;
}
.DUBU_Slidegallery_skin_02 .items_view_down .slide_gallery_contents span.txt_name{
    margin-top:20px;
    font-size:12px;
    font-family:'Dotum';
    color:#a6a6a6;
}
.DUBU_Slidegallery_skin_02 .items_view_down .slide_gallery_contents span.txt_date{
    font-size:12px;
    font-family:'Dotum';
    color:#a6a6a6;
}
.DUBU_Slidegallery_skin_02 .items_view_down .slide_gallery_contents span.txt_hit,
.DUBU_Slidegallery_skin_02 .items_view_down .slide_gallery_contents span.txt_good{
    display:inline-block;
    width:auto;
    margin:6px 10px 0 0;
    font-size:11px;
    color:#1d2134;
}

.DUBU_Slidegallery_skin_02 .items_view_down .slide_gallery_contents span.txt_hit em,
.DUBU_Slidegallery_skin_02 .items_view_down .slide_gallery_contents span.txt_good em{
    display:inline-block;
    overflow:hidden;
    width:11px;
    height:11px;
    margin-right:1px;
    background:url(../images/sp_slide_gallery.png) no-repeat 0 0;
    vertical-align:middle;
    text-indent:-999em;
}
.DUBU_Slidegallery_skin_02 .items_view_down .slide_gallery_contents span.txt_hit em{
    background-position:-60px -75px;
}
.DUBU_Slidegallery_skin_02 .items_view_down .slide_gallery_contents span.txt_good em{
    background-position:-60px -59px;
}

.DUBU_Slidegallery_skin_02 .dubu_slide button.assist{
    display:none;
    position:absolute;
    top:0;
    width:50px;
    height:100%;
    z-index:91;
    text-indent:-999em;
}
.DUBU_Slidegallery_skin_02 .dubu_slide:hover  button.assist{
    display:block;
}
.DUBU_Slidegallery_skin_02 .dubu_slide .next{
    right:0;
}
.DUBU_Slidegallery_skin_02 .dubu_slide .prev{
    left:0;
}
.DUBU_Slidegallery_skin_02 .dubu_slide button.assist:after{
    display:block;
    content:'';
    position:absolute;
    left:50%;
    width:50px;
    height:50px;
    margin:-25px 0 0 -25px;
    background:url(../images/sp_slide_gallery.png) no-repeat;
}
.DUBU_Slidegallery_skin_02 .dubu_slide button.assist.next:after{
    background-position:-120px 0;
}
.DUBU_Slidegallery_skin_02 .dubu_slide button.assist.prev:after{
    background-position:-60px 0;
}


.DUBU_Slidegallery_skin_02 .thumb {
    position:relative;
    margin-bottom:25px;
}
.DUBU_Slidegallery_skin_02 .thumb img{
    display: block;
    width:100%;
}
.DUBU_Slidegallery_skin_02 .thumb .thumb_slide_view{
    display:block;
    overflow:hidden;
    position:relative;
}
.DUBU_Slidegallery_skin_02 .thumb_slide_wrap {
    overflow:hidden;
    position:relative;
    cursor:pointer;
}
.DUBU_Slidegallery_skin_02 .thumb_slide {
    float:left;
    display:block;
    height:100%;
}
.DUBU_Slidegallery_skin_02 .thumb_slide img {
    display:block;
    width:100%;
}


.DUBU_Slidegallery_skin_02 .thumb button.assist{
    display:none;
    position:absolute;
    top:0;
    width:50px;
    height:100%;
    z-index:1111;
}
.DUBU_Slidegallery_skin_02 .thumb:hover  button.assist{
    display:block;
}
.DUBU_Slidegallery_skin_02 .thumb .next{
    right:0;
}
.DUBU_Slidegallery_skin_02 .thumb .prev{
    left:0;
}
.DUBU_Slidegallery_skin_02 .thumb button.assist:after{
    display:block;
    content:'';
    position:absolute;
    left:50%;
    width:50px;
    height:50px;
    margin:-25px 0 0 -25px;
    background:url(../images/sp_slide_gallery.png) no-repeat;
    opacity:0.8;
}
.DUBU_Slidegallery_skin_02 .thumb button.assist.next:after{
    background-position:-120px 0px;
}
.DUBU_Slidegallery_skin_02 .thumb button.assist.prev:after{
    background-position:-60px 0;
}


.DUBU_Slidegallery_skin_02 ul.assist {
    display:block;
    overflow:hidden;
    width:100%;
    text-align:center;
}
.DUBU_Slidegallery_skin_02 ul.assist li {
    display:inline-block;
    width:10px;
    height:10px;
    margin-right:10px;
    background:url(../images/sp_slide_gallery.png) no-repeat -30px -120px;
    cursor:pointer;
}
.DUBU_Slidegallery_skin_02 ul.assist .active {
    background-position:0 -120px;
}
.DUBU_Slidegallery_skin_02 ul.assist .stop {
    background-position:2px -135px;
}
.DUBU_Slidegallery_skin_02 ul.assist .play {
    background-position:-29px -135px;
}

/* type2 */
.DUBU_Slidegallery_skin_02 .type2 .dubu_slide button.assist{
    display:none !important;
}
.DUBU_Slidegallery_skin_02 .type2 .thumb:hover button.assist{
    display:block;
}

/* type3 */

.DUBU_Slidegallery_skin_02 .type3 .slide_view{
    display:block;
    overflow:hidden;
    position:relative;
}
.DUBU_Slidegallery_skin_02 .type3 .slide_view .slide.active:before{
    position:absolute;
    content:'';
    top:0;
    left:0;
    width:100%;
    height:5px;
    background-color:#484c61;
}
.DUBU_Slidegallery_skin_02 .type3 .dubu_slide button.assist{
    display:none !important;
}
.DUBU_Slidegallery_skin_02 .tit_slide_gallery_main {
    overflow: hidden;
    margin: 9px 0;
}
.DUBU_Slidegallery_skin_02 .tit_slide_gallery_main h3{
    display: inline-block;
    float: left;
    font-size: 18px;
    color: #4b4b4b;
}