@charset "utf-8";
/* 새글 스킨 (latest) */
.pic_lt_gr{position:relative;overflow:hidden;background:#fff}
.pic_lt_gr .lat_title {display:block;background:#fcfcfc;padding:0 20px;line-height:45px;font-size:1.083em;border-bottom:1px solid #e2e2e2;color:#253dbe;}
.pic_lt_gr .lat_title a{color:#253dbe;display:inline-block;position:relative}
.pic_lt_gr .lat_title a:after{position:absolute;bottom:-1px;left:0;width:100%;height:2px;background:#253dbe;content:''}
.pic_lt_gr .lt_more {position:absolute;top:11px;right:10px;display:block;width:25px;line-height:25px;color:#aaa;border-radius:3px;text-align:center;}
.pic_lt_gr .lt_more:hover{color:#777}
.pic_lt_gr ul:after {display:block;visibility:hidden;clear:both;content:""}
.pic_lt_gr ul{display: flex; flex-wrap: wrap;}
.pic_lt_gr li{width:20%;position:relative;}
.pic_lt_gr li .lt_img{margin:0px 0;display:block}
.pic_lt_gr li .lt_img img{width:100%;height:auto}
.pic_lt_gr li .fa-heart{color:#ff0000;}
.pic_lt_gr li .fa-lock{display: inline-block;line-height: 14px;width: 16px;font-size: 0.833em;color: #4f818c;background: #cbe3e8;text-align: center;border-radius: 2px;font-size: 12px;border:1px solid #a2c6ce}
.pic_lt_gr li .new_icon{display:inline-block;width: 16px;line-height:16px ;font-size:0.833em;color:#ffff00;background:#6db142;text-align:center;border-radius: 2px;}
.pic_lt_gr li .hot_icon{display:inline-block;width: 16px;line-height:16px ;font-size:0.833em;color:#fff;background:#e52955;text-align:center;border-radius: 2px;}
.pic_lt_gr li .fa-caret-right{color:#bbb}
.pic_lt_gr .lt_cmt{background:#5c85c1;color:#fff; font-size:11px;height:16px;line-height:16px;padding:0 5px;border-radius:3px;white-space: nowrap;
-webkit-box-shadow: inset 0 2px 5px  rgba(255,255,255,0.4);
-moz-box-shadow: inset 0 2px 5px  rgba(255,255,255,0.4);
box-shadow: inset 0 2px 5px  rgba(255,255,255,0.4);}
.pic_lt_gr .lt_date{display:block;margin-top:5px;color: #888;}
.pic_lt_gr .gall_info{padding:5px 0;color:#888}
.pic_lt_gr .gall_info .gall_date{float:right}

.atxt1 {
	position:absolute;top:0;display:flex;align-items: center; justify-content: center; flex-direction: column;
	width:100%;height: 100%;text-align:center;color:#fff;font-size:1.8rem;
    background:rgba(0,0,0,0.5);padding:26.2% 0;
	opacity: 0;
	transition: .5s all;
}
.atxt1.active{opacity: 1;}
.atxt1 b {display:block;font-weight:normal;font-size:15px;}


/* 갤러리 목록 */
#bo_gall h2 {margin:0;padding:0;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden}
#bo_gall #gall_ul {
    /* margin:10px -10px 0; */
    padding:0;list-style:none;zoom:1;
    /* 수정한부분 */
    margin: 0 auto;
    display: flex; flex-wrap: wrap;
}
#bo_gall #gall_ul:after {display:block;visibility:hidden;clear:both;content:""}
#bo_gall .gall_li {margin: 0.5%;}
#bo_gall .gall_li .gall_chk {position:absolute;top:0;left:0;padding:5px;z-index:1}
#bo_gall .gall_li.mainview{border:3px solid blue;}
#bo_gall .gall_box {
    position: relative;
    /* margin: 0 0 50px 0; */
    border-radius: 0 0 2px 2px;
}
#bo_gall .gall_con {
    position:relative;
    height: 600px;
}
#bo_gall .gall_con .overbtn{opacity: 0; transition: .5s all; position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background: rgba(0,0,0,0.8); color: #fff;}
#bo_gall .gall_con:hover .overbtn{opacity: 1;}

.gall_row .col-gn-0, .gall_row .col-gn-1, .gall_row .col-gn-2, .gall_row .col-gn-3, .gall_row .col-gn-4, .gall_row .col-gn-5, .gall_row .col-gn-6, .gall_row .col-gn-7, .gall_row .col-gn-8, .gall_row .col-gn-9, .gall_row .col-gn-10 {
    position: relative;
    min-height: 1px;
    /* padding-left: 10px; */
    *padding-left: 0;
    /* padding-right: 10px; */
    *padding-right: 0;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 0;
}
.gall_row .col-gn-0,.latest_row .col-gn-1 {width:100%}
.gall_row .col-gn-2 {width:50%}
.gall_row .gall_li{
    /* width: 364px; */
    width: 29.3%;
    margin-top: 30px;
    border: 1px solid #ddd;
}
.gall_row .gall_li:nth-child(3n){
    /* margin-right: 0; */
}
.gall_row .col-gn-4 {width:31%}
.gall_row .col-gn-5 {width:19%}
.gall_row .col-gn-6 {width:16.66666667%}
.gall_row .col-gn-7 {width:14.28571428%}
.gall_row .col-gn-8 {width:12.5%}
.gall_row .col-gn-9 {width:11.11111111%}
.gall_row .col-gn-10 {width:10%}

/* .gall_row .box_clear {clear:both} */

#bo_gall .gall_now .gall_text_href a {color:#ff3061}

#bo_gall .gall_href a:link, #bo_gall .gall_href a:focus, #bo_gall .gall_href a:hover {text-decoration:none}
#bo_gall .gall_img {
    text-align:center;overflow:hidden
}
#bo_gall .gall_img a,#bo_gall .gall_img .no_image,#bo_gall .gall_img .is_notice {display:block}
#bo_gall .gall_img img, #bo_gall .gall_img video {
    /* max-width:100%; height: 200px;  */
    object-fit: cover; width: 100%; height: 100%;
}
#bo_gall .gall_img span {display:inline-block;background:#eaeaea;text-align:center;text-transform:uppercase;font-weight:bold;font-size:1.25em;color:#777}







#bo_gall .gall_con {
    height:auto !important;
}
.bo_cnt {
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
    white-space: normal;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
#bo_gall .gall_text_href {
    height:85px;
}
/* 리스트페이지 인포 박스 */
.gall_info_wrapper{
    display: none;
    padding: 25px;
    padding-top: 10px;
}

/* 자세히보기 버튼 */
.gall_more_view{
    display: inline-block;
    padding: 1.4px 15px;
    font-weight: 700;
    text-align: center;
    border: 1px solid #e92b2f;
    color: #e92b2f;
    border-radius: 24px;
    font-size: 14px;
    
}

#bo_gall .gall_img a{height: 100%;}

@media screen and (max-width: 1600px) {
    .gall_row .gall_li{
        width: 24%;
    }
}

@media screen and (max-width: 1240px) {
    .cont_wrap1200{
        width: 100%;
    }
    .gall_row .gall_li{
        width: 32%;
    }
}


@media screen and (max-width: 1024px) {
    
    .cont_wrap1200{
        width: 95%;
    }
    .gall_row .gall_li{
        width: 48%;
    }
}




@media screen and (max-width: 769px) {
    .gall_img{
        height: auto !important;
        max-height: unset !important;
    }
    #bo_gall .gall_img img, #bo_gall .gall_img video{
        width: 100%;
        height: auto;
    }

    #bo_v > p{
        margin-top: 20px;
        word-break: keep-all;
    }
    #bo_v_info .profile_info .profile_info_ct{
        flex-wrap: wrap;
        padding: 20px;
    }
    #bo_v_info .profile_info_ct > strong{
        width: 100%;
    }
    #bo_v_info .if_date{
        margin-right: unset;
    }
    #bo_v_info .if_num{
        margin-top: 20px;

    }
}

@media screen and (max-width: 540px){
	/*
    .gall_row .gall_li{
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
	*/
}




@media screen and (max-width: 479px) {
    
    #bo_v_title .bo_v_tit{
        font-size: 16px;
    }
}
