﻿@charset "utf-8";

/* --------------------------------------- 
	sub 선교국 갤러리 스타일정의 
----------------------------------------- */
#find_option {
    padding: 20px 0 0 20px;
}

    #find_option .write_btn {
        width: 80px;
        height: 28px;
        text-align: center;
        font-weight: bold;
        border: 1px solid black;
        color: gray;
        text-decoration: none;
        cursor: pointer;
        border-radius: 5px;
    }

.selopt {
    border: 1px solid rgb(204, 204, 204);
    width: 80px;
    height: 28px;
    color: rgb(0, 0, 0);
    font-size: 13px;
}


.input {
    border: 1px solid rgb(204, 204, 204);
    height: 28px;
    color: rgb(0, 0, 0);
    font-size: 13px;
    margin-left: 5px;
}

.btn {
    width: 80px;
    height: 28px;
}

#dvCustomers {
    margin: 0 auto;
    display: block;
    width: 100%;
    padding: .5em;
}

    #dvCustomers ul li {
        width: 216px;
        height: 204px;
        margin: .5em;
        background: rgb(255, 255, 255);
        font-size: 1.5rem;
        float: left;
        text-align: center;
        line-height: 190px;
    }

.title {
    background: rgb(0, 0, 0);
    margin-left: 3px;
    padding-left: 3px;
    width: 212px;
    height: 46px;
    text-align: center;
    bottom: 0px;
    color: rgb(255, 255, 255);
    line-height: 15px;
    position: absolute;
    opacity: 0.6;
}

.sbj {
    left: 5px;
    bottom: 24px;
    color: rgb(255, 255, 255);
    font-size: 0.8rem;
    position: absolute;
}

    .sbj a {
        color: rgb(255, 255, 255);
    }

.name {
    left: 5px;
    bottom: 4px;
    color: rgb(216, 216, 216);
    font-size: 0.7rem;
    position: absolute;
}

.date {
    right: 5px;
    bottom: 4px;
    color: rgb(216, 216, 216);
    font-family: Tahoma;
    font-size: 11px;
    font-weight: normal;
    position: absolute;
}
/* new 표시 레이어 설정 */
#dvCustomers ul li div.badge {
    background: url("../../commons/images/cont/new_post.gif");
    position: relative;
}

#dvCustomers img {
    border: 3px solid #f0efef;
}

    #dvCustomers img:hover {
        border: 3px solid black;
    }

.contentsList {
    overflow: hidden;
}

    .contentsList li {
        margin: 0 15px 20px 10px;
        position: relative;
        float: left;
        width: 216px;
        height: 204px;
        list-style: none;
    }

#imgframe {
    border: 1px solid rgb(216, 216, 216);
    width: 218px;
    height: 204px;
    text-align: center;
}

#myList .moreList {
    margin: 12px 0 0 12px;
    background: rgb(255,255,255);
    border: 3px solid #f0efef;
    font-size: 14px;
    font-weight: bold;
}

    #myList .moreList a {
        border: 80px solid rgb(255,255,255);
    }

        #myList .moreList a:hover {
            font-size: 16px;
            font-weight: bold;
            border: 80px solid rgb(251,251,251);
        }

.morebox {
    font-weight: bold;
    color: #333333;
    text-align: center;
    border: solid 1px #333333;
    padding: 8px;
    margin-top: 8px;
    margin-bottom: 8px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

    .morebox a {
        color: #333333;
        text-decoration: none;
    }

        .morebox a:hover {
            color: #333333;
            text-decoration: none;
        }

.lst {
    color: #ff0000;
    list-style: none;
    text-align: left;
    width: 580px;
}

/* li break left;.cleft{clear:left;}*/

/* clearfixing */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}





/* 사용자 썸네일 포함 */
/*
.contentsList.addThumbnail li a .contentFrame .userThumbnail {
    display: block;
    position: absolute;
    left: 10px;
    bottom: 10px;
    overflow: hidden;
    width: 30px;
    height: 30px;
    
}

    .contentsList.addThumbnail li a .contentFrame .userThumbnail img {
        width: 30px;
        height: 30px;
       
    }

.contentsList.addThumbnail li a .contentFrame .contentTitle {
    position: absolute;
    left: 50px;
    width: 110px;
}

.contentsList.addThumbnail li.selected a .contentFrame .userThumbnail {
    display: none;
}



/* for you list 추가 
.contentsList li.addThumbnail a .contentFrame .userThumbnail {
    display: block;
    position: absolute;
    left: 10px;
    bottom: 10px;
    overflow: hidden;
    width: 30px;
    height: 30px;
}

    .contentsList li.addThumbnail a .contentFrame .userThumbnail img {
        width: 30px;
        height: 30px;
    }

.contentsList li.addThumbnail a .contentFrame .contentTitle {
    position: absolute;
    left: 50px;
    width: 110px;
}

.contentsList li.addThumbnail.selected a .contentFrame .userThumbnail {
    display: none;
}
*/


/* contents list */

/*
.contentsList li a {overflow:hidden;display:block;width:215px;height:202px;}

.contentsList li a:hover {text-decoration:none;cursor:pointer;}

.contentsList li a > img {width:215px;height:202px;}*/


.contentsList .contentsRolling {
    position: relative;
    overflow: hidden;
    width: 215px;
    height: 202px;
}

    .contentsList .contentsRolling li {
        position: absolute;
        top: 0;
    }

.contentsList .moreList a {
    text-indent: -99999px;
    background: url('../images/com/bg/bg_frame_contents.png') no-repeat 0 -190px;
}

    .contentsList .moreList a:hover {
        background-position: -190px -190px;
    }


/* 갤러리 리스트*/ 
.gallery_list{  padding-top:40px; padding-left:30px;}
.gallery_list li{display:inline;  }