@charset "utf-8";

/*****************************************
공통
*****************************************/
#gallery_list {
    clear: both;
}

.txt01 {
    font-size: 1.5em;
    letter-spacing: -1.2px;
    color: #464646;
}

#gallery_list > .list_cont {
    width: 100%;
    overflow: hidden;
}

#gallery_list > .list_cont li {
    float: left;
    position: relative;
}

#gallery_list > .list_cont li.no-data {
    width: 100%;
    text-align: center;
    padding: 30px 0;
    border-top: 2px solid #111;
    border-bottom: 1px solid #ebebeb;
    overflow: hidden;
}

#gallery_list > .list_cont li:hover dl {
    border: 1px solid #333;
}

#gallery_list > .list_cont li dl {
    padding: 0%;
    margin-left: 10px;
    margin-bottom: 2.5em;
    background: #fff;
    border: 1px solid #e7e7e7;
    position: relative;
    display: block;
    overflow: hidden;
}

#gallery_list > .list_cont li.selected dl {
    border: 1px solid #000;
}

#gallery_list > .list_cont li dl > dt {
    overflow: hidden;
}

#gallery_list > .list_cont li dl > dt > img {
    width: 100%;
    max-height: 100%;
}

#gallery_list > .list_cont li dl > dd {
    line-height: 140%;
    padding: 10px 5%;
    overflow: hidden;
    position: relative;

}

#gallery_list > .list_cont li dl > dd > .gallery_title {
    width: 68%;
    color: #222;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    float: left;
}

#gallery_list > .list_cont li dl > dd.movie > .gallery_title {
    width: 99%;
}

#gallery_list > .list_cont li dl > dd > .gallery_date {
    width: 32%;
    color: #999;
    text-align: right;
    float: right;
    font-size: 0.8em;
}

#gallery_list .list_cont .secret {
    color: #fff;
    font-weight: normal;
    text-indent: -20000px;
    background: #ccc url("/pages/board/images/icon_secret.gif") no-repeat 50% 50%;
    border-radius: 20px;
    padding: 2px 0px;
    width: 22px;
    height: 16px;
    display: inline-block;
    line-height: 12px;
}

#gallery_list .list_cont .secret img {
    vertical-align: top;
    padding-top: 2px;
}

.depth_tab {
    overflow: hidden;
	margin:0 10px 1em 10px;
}
.depth_tab > li {
    width: 25%;
	  text-align: center;
}
.depth_tab > li a{
   padding: 20px 5px;
	color: #282828;
}
.depth_tab .active {
    color: #fff;
    font-weight: 700;
    background: #0054a5;
}



/*****************************************
갤러리_슬라이드
*****************************************/
#gallery_visual .ga_back {
    background: #343434;
}

#gallery_visual .ga_back ul li .li_stbox div .stbox_t01 {
    color: #fff;
    font-weight: 400;
    letter-spacing: -0.15em;
    line-height: 100%;
}

#gallery_visual .ga_back ul li .li_stbox div .stbox_t02 {
    font-family: 'BebasNeue';
    letter-spacing: 5px;
    color: rgba(255, 255, 255, 0.3);
}

/* bxslider */
#gallery_visual .bx-wrapper .bx-controls-direction a {
    height: 50px;
    margin-top: -16px;
    outline: 0 none;
    position: absolute;
    text-indent: -9999px;
    top: 50%;
    width: 50px;
    z-index: 999;
}

#gallery_visual .bx-wrapper .bx-next {
    background: rgba(0, 0, 0, 0) url("/images/common/control_next.png") no-repeat scroll 0px 0px;
}

#gallery_visual .bx-wrapper .bx-prev {
    background: rgba(0, 0, 0, 0) url("/images/common/control_prev.png") no-repeat scroll 0 0px;
}


/*****************************************
갤러리_인증서
*****************************************/
#gallery_list_cer {
    clear: both;
}

#gallery_list_cer > .list_cont {
    width: 100%;
    overflow: hidden;
    
    /*border-bottom: 1px solid #f0f0f0;
    padding: 50px 0;*/
}

#gallery_list_cer > .list_cont li {
    float: left;
    position: relative;
    text-align: center;
}

#gallery_list_cer > .list_cont li.first {
    margin: 0 0% 3% 0%;
}

#gallery_list_cer > .list_cont li.last {
    margin: 0 0% 3% 0%;
}

#gallery_list_cer > .list_cont li.no-data {
    width: 100%;
    text-align: center;
    padding: 30px 0;
    border-top: 2px solid #111;
    overflow: hidden;
}

#gallery_list_cer > .list_cont li a {
    display:block;
    margin: 10px;
}
#gallery_list_cer > .list_cont li dl {
    padding: 10px;
	border: 1px solid #f0f0f0;
	position:relative;
}

#gallery_list_cer > .list_cont li dl > dt {
    overflow: hidden;
    width: 100%;
}

#gallery_list_cer > .list_cont li dl > dt > img {
    width: 100%;
    height: auto;
    max-width: 250px;
}

#gallery_list_cer > .list_cont li dl > dd {
    line-height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 60px;
    text-align: center;
}

#gallery_list_cer > .list_cont li dl > dd > .gallery_title {
    display: block;
    width: 100%;
    color: #222;
    font-size: 15px;
    /*text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;*/
    padding: 8px 10px;
}
    
#gallery_list_cer > .list_cont li dl > dd > .gallery_date {
    width: 32%;
    color: #999;
    text-align: left;
    float: right;
}


#gallery_list_cer .list_cont .secret {
    color: #fff;
    font-weight: normal;
    text-indent: -20000px;
    background: #ccc url("/pages/board/images/icon_secret.gif") no-repeat 50% 50%;
    border-radius: 20px;
    padding: 2px 0px;
    width: 22px;
    height: 16px;
    display: inline-block;
    line-height: 12px;
}

#gallery_list_cer .list_cont .secret img {
    vertical-align: top;
    padding-top: 2px;
}

#bpop_img_src {
    width: 400px;
    height: auto;
    padding: 0 10px;
}


/*****************************************
갤러리_지적재산권
*****************************************/
#gallery_list_pro {
    clear: both;
}

#gallery_list_pro > .list_cont {
    width: 100%;
    overflow: hidden;
    /*border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;*/
    padding: 50px 0;
}

#gallery_list_pro > .list_cont li {
    float: left;
    position: relative;
    width: 25%;
    margin: 5px 0%;
    text-align: center;
}

#gallery_list_pro > .list_cont li.first {
    margin: 0 0% 3% 0%;
}

#gallery_list_pro > .list_cont li.last {
    margin: 0 0% 3% 0%;
}

#gallery_list_pro > .list_cont li.no-data {
    width: 100%;
    text-align: center;
    padding: 30px 0;
    border-top: 2px solid #111;
    overflow: hidden;
}

#gallery_list_pro > .list_cont li dl {
    border: 1px solid #eee;
    margin: 0 2px 1.5em;
    padding: 1.5em 0 2em 0;
}

#gallery_list_pro > .list_cont li dl > dt {
    overflow: hidden;
    width: 100%;
}

#gallery_list_pro > .list_cont li dl > dt > img {
    width: 100%;
    height: auto;
    max-width: 166px;
}

#gallery_list_pro > .list_cont li dl > dd {
    line-height: 140%;
    overflow: hidden;
    position: relative;
    width: 100%;
    text-align: center;
}

#gallery_list_pro > .list_cont li dl > dd > .gallery_title {
    display: block;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 5px 0;
    font-size: 1.2em;
    color: #000;
}

#gallery_list_pro > .list_cont li dl > dd > .gallery_sub_title {
    color: #999;
    text-align: left;
    display: inline-block;
}

#gallery_list_pro .list_cont .secret {
    color: #fff;
    font-weight: normal;
    text-indent: -20000px;
    background: #ccc url("/pages/board/images/icon_secret.gif") no-repeat 50% 50%;
    border-radius: 20px;
    padding: 2px 0px;
    width: 22px;
    height: 16px;
    display: inline-block;
    line-height: 12px;
}

#gallery_list_pro .list_cont .secret img {
    vertical-align: top;
    padding-top: 2px;
}

#bpop_img_src {
    width: 400px;
    height: auto;
    padding: 0 10px;
}

/*****************************************
최대 768
*****************************************/
@media (max-width:768px) {

    #gallery_list > .list_cont li {
        width: 50%;
    }

    .pop_board_pass p input {
        margin: 0 auto 5px;
        display: block;
    }

    #gallery_list > .list_cont li dl > dd > .gallery_title {
        width: 100%;
        color: #222;
        font-size: 15px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        float: left;
    }

    #gallery_list > .list_cont li dl > dd > .gallery_date {
        display: none;
    }

    /* 갤러리_인증서 */
    #gallery_list_cer > .pic_img {
        display: none;
    }

    #gallery_list_cer > .list_cont li {
        width: 50%;
    }

    #gallery_list_cer > .list_cont {
        padding: 0px 0;
    }
    
    /* 갤러리_지적재산권 */
    #gallery_list_pro > .txt01 {
        display: none;
    }

    #gallery_list_pro > .list_cont li {
        width: 50%;
    }

    #gallery_list_pro > .list_cont {
        padding: 0px 0;
    }

    /*****************************************
	갤러리_슬라이드
	*****************************************/
    #gallery_visual .ga_back .li_stbox {
        padding: 5% 5%;
    }

    #gallery_visual .ga_back ul li .li_stbox div {
        text-align: center;
    }

    #gallery_visual .ga_back ul li .li_stbox div .stbox_t01 {
        padding: 2% 0 0;
    }

    #gallery_visual .ga_back .stbox_t02 {
        display: none;
    }

    /* bxslider */
    #gallery_visual .bx-wrapper .bx-next {
        right: 0%;
    }

    #gallery_visual .bx-wrapper .bx-prev {
        left: 0%;
    }
    
    #gallery_list_cer > .list_cont li dl > dd {
        height: 35px;
}
    #gallery_list_cer > .list_cont li dl > dd > .gallery_title {
        display: block;
        width: 100%;
        color: #222;
        font-size: 15px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        padding: 8px 10px;
}
}



/*****************************************
최소 769 ~ 1199
*****************************************/
@media (min-width:769px) and (max-width:1199px) {

    #gallery_list > .list_cont li {
        width: 33.3%;
    }

    /* 갤러리_인증서 */
    #gallery_list_cer > .list_cont li {
        width: 33.3%;
    }
    
    /* 갤러리_지적재산권 */
    #gallery_list_pro > .list_cont li {
        width: 33.3%;
    }

}

/*****************************************
최소 769 
*****************************************/
@media (min-width:769px) {

    /*****************************************
	갤러리_슬라이드
	*****************************************/
    #gallery_visual .ga_back .li_stbox {
        padding: 5% 10% 5% 36.5%;
    }

    #gallery_visual .ga_back ul li .li_stbox div {
        background: #1e1e1e url("/images/sub05/logo_bg.png") no-repeat 15% 89%;
        position: absolute;
        left: 0;
        top: 0;
        width: 21%;
        height: 100%;
        padding: 0 3%;
    }

    #gallery_visual .ga_back ul li .li_stbox div .stbox_t01 {
        padding: 22% 0 5%;
        font-size: 2.1em;
    }

    #gallery_visual .ga_back ul li .li_stbox div .stbox_t01::after {
        display: block;
        content: "";
        height: 2px;
        background: #fff;
        width: 40px;
        margin-top: 5%;
    }

    /* bxslider */
    #gallery_visual .bx-wrapper .bx-next {
        right: 2.5%;
    }

    #gallery_visual .bx-wrapper .bx-prev {
        left: 29%;
    }

	 /* 갤러리_인증서 */
	 #gallery_list_cer > .list_cont li dl:hover::after{ 
		opacity:1;
		background:rgba(0,0,0,0.5) url('../images/icon_cross.png')no-repeat 50% 50%;
		-webkit-transition: .3s ease-in-out;
		transition: .3s ease-in-out; 
	}
	#gallery_list_cer > .list_cont li dl:hover{ 
		-webkit-transition: .3s ease-in-out;
		transition: .3s ease-in-out; 
		border:1px solid #000;
	}
	#gallery_list_cer > .list_cont li dl::after{ 
		content:'';
		width:100%;
		height:100%;
		left:0;
		top:0;
		position:absolute;
		opacity:0;
		background:url('../images/icon_cross.png')no-repeat  50% 20%;
	}
}

/*****************************************
최소 1200 ~ 최대
*****************************************/
@media (min-width:1200px) {

    #gallery_list > .list_cont li {
        width: 25%;
    }

    #gallery_list_cer > .list_cont li {
		width: 25%;
    }
}