/*gallery.css*/

/*display:none S*/
#bo_sch{display: none;}
#bo_list_total{display: none;}
#bo_gall .gall_text_href img{display: none;}
#bo_gall .gall_name{display: none;}
a.btn i, .btn i{display: none;}
/*display:none E*/

/*manager S*/
a.btn_b02, .btn_b02{background: #f2b704;}
a.btn_b02:hover, .btn_b02:hover {background:#b98c04;}
a.btn_b01, .btn_b01{background: #333;}
.btn_b01:hover, .btn_b01:hover {background:#111;}
a.btn_admin, .btn_admin{background: #333;}
.btn_admin:hover, a.btn_admin:hover {background:#111;}
#bo_w .btn_submit{background: #f2b704;}
#bo_w:hover .btn_submit:hover{background:#b98c04;}
a.btn_cancel{background: #333;}
a.btn_cancel:hover{background: #111;}
/*manager E*/

/*visual S*/
.gallery_visual_img{width: 100%; background-image: url('../img/contents/banner_05.png'); background-size: cover; background-position: center; background-repeat: no-repeat;}
.gallery_visual_text{color: #fff; padding: 106px 0;}
.gallery_visual_text h6{font-size: 40px; line-height: 50px; text-align: center;}
.gallery_visual_text p{font-size: 18px; line-height: 25px; text-align: center;}
/*visual E*/

/*gallery_title S*/
#bo_gall .sect_tit{padding-top: 100px; padding-bottom: 50px;}
/*gallery_title E*/

/*gallery_list S*/
#bo_gall .gall_box{border: none;}
#bo_gall .gall_img img{margin: 0 auto;}
#bo_gall .gall_info{background: #fff;}
#bo_gall .gall_info .gall_date{bottom: 0; left: 0; color: #999; font-style: normal; font-size: 14px; line-height: 20px;}
#bo_gall .bo_tit{font-size: 18px; line-height: 25px; color: #333;}
.gall_row .col-gn-10{width: 25%;}
#bo_gall .gall_img img{width: 100%;}
#bo_gall .gall_text_href{margin: 10px 0 10px 0;}
#bo_gall .gall_row .col-gn-10{-webkit-transition: .3s;transition: .3s;}
#bo_gall .gall_row .col-gn-10:hover .gall_text_href a{color: #f2b704;}
/*gallery_list E*/

/*page_currnet S*/
.pg_page, .pg_current{background-color: #fff; color: #333; font-size: 18px; line-height: 30px; text-align: center; border: none; box-shadow:none; -webkit-box-shadow:none;}
.pg_end{background: url('../img/common/next.png') no-repeat 50% 50% #fff;}
.pg_start{background: url('../img/common/prev.png') no-repeat 50% 50% #fff;}
.pg_current{border-bottom: 2px solid #f2b704; border-radius: 0;}
#bo_gall .gall_img{border-bottom: none;}
.btn_submit{background: #f2b704;}
.btn_submit:hover{background: #b98c04;}
/*page_currnet E*/

/*gallery_view S*/
#bo_v{padding: 0;}
#bo_v_title .bo_v_tit{font-size: 1.5em;}
a.btn, .btn{font-size: 10px;}
.bo_v_com{margin: 10px 0;}
.bo_v_left{margin: 10px 0;}
.bo_vc_w .btn_submit{font-size: 12px;}
#bo_v_info .if_date{font-style: normal;}
.bo_v_nb li .nb_date{margin: -15px 0;}
.cmt_btn{color: #f2b704}
/*gallery_view E*/

@media screen and (max-width:1199px){}
@media screen and (max-width:980px){
    #bo_gall .bo_tit{font-size: 14px;}
    #bo_gall .gall_info .gall_date{font-size: 13px;}
}
@media screen and (max-width:768px){
    .gallery_visual_text h6{font-size: 36px;}
    .gallery_visual_text p{font-size: 17px;}
    .gall_row .col-gn-10{width:33%;}
}
@media screen and (max-width:600px){
    .gallery_visual_text h6{font-size: 30px; line-height: 45px;}
    .gallery_visual_text p{font-size: 16px;}
    #bo_gall .sect_tit{padding-top: 80px;}
    .gall_row .col-gn-10{width: 50%;}
    #bo_gall .bo_tit{font-size: 16px;}
    #bo_gall .gall_info .gall_date{font-size: 12px;}
    .pg_page, .pg_current{font-size: 14px;}
}
@media screen and (max-width:480px){
    .gallery_visual_text h6{font-size: 26px; line-height: 45px;}
    .gallery_visual_text p{font-size: 14px; line-height: 20px;}
    .gallery_visual_text{padding: 75px 0;}
    #bo_gall .sect_tit{padding-top: 60px;}
    .gall_row .col-gn-10{width: 100%;}
}
@media screen and (max-width:360px){}