/* 작업테스트 */


.sub_title{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.5;
    font-size: 12px;
    display: none;
}
.bbsDeclare{
    position: relative;
    display: flex;
    align-items: center;
}

/* 동영상 관련 css */
.video-container {
    position: relative;
    padding-bottom: 50.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
} 

/* end-동영상 관련 css */



p.bbsTotal > a.btn-reset {
    display: inline-block;	
    margin-left: 7px;
    color: #3e7699;
    font-size: 12px;
}

p.bbsTotal > a.btn-reset {
    margin-right: 3px;
}


/* 220118 - 상세분류 */
.SDWrap .SDBox {
    margin: 0 0 30px;
    border: 1px solid #d8d7d7;
    border-bottom:0;
    border-top:2px solid #3e7699;
    box-shadow: 0px 4px 0px rgba(0,0,0,0.04);
}

.SDWrap .SDBox > ul > li {   
    border-bottom: 1px solid #d8d7d7;
}
.SDWrap .SDBox > ul > li > .flex_wrap
{
    display:flex;
}
.SDWrap .SDBox > ul > li:nth-of-type(2),
.SDWrap .SDBox > ul > li:nth-of-type(3)
{
    display:none;
}

.SDWrap .SDBox > ul > li > .flex_wrap .titleWrap {
    flex: 0 1 150px;
    display:flex;
    justify-content:center;
    align-items:center;
    background:#f5f5f5;
    text-align:center;
    border-right:1px solid #ddd;
    color:#474747;  
    vertical-align:middle; 
    font-size: 15px;
}

.SDWrap .SDBox > ul > li > .flex_wrap .commonWrap {    
    display: flex;
    flex: 0 1 calc(100% - 150px);
    padding: 12px 10px;
    font-size: 14px;       
}

.SDWrap .SDBox > ul > li > .flex_wrap .commonWrap.con { 
    padding-bottom: 8px;
}

.SDWrap .SDBox > ul > li > .flex_wrap .commonWrap > * { 
    margin: 0 3px 0 0; 
}

.SDWrap .SDBox #kk {
    border: 1px solid #d8d7d7;
    height: 35px;
    padding-left: 10px;
    width: 40%;
    border-radius: 3px;    
}

.SDWrap .SDBox #k::-webkit-input-placeholder { /* 크롬 4–56 */
    color: #9d9d9d;
}

.SDWrap .SDBox #k::-moz-placeholder { /* 파이어폭스 4–18 */
    color: #9d9d9d;
    opacity:  1;
}

.SDWrap .SDBox #k::-moz-placeholder { /* 파이어폭스 19–50 */
    color: #9d9d9d;
    opacity:  1;
}

.SDWrap .SDBox #k::-ms-input-placeholder { /* 인터넷 익스플로러 10+ */
    color:  #9d9d9d;
}

.SDWrap .SDBox #k::placeholder { /* 파이어폭스 51+, 크롬 57+ */
    color: #9d9d9d;
    opacity:  1;
}

.SDWrap .SDBox button {
    line-height: 33px;
    background: #3e7699;
    color: #FFF;
    border-radius: 3px;
    border: 0px;
    font-size: 15px;
    padding: 0 15px;
    cursor: pointer;
}

.SDWrap .SDBox .btn-reset {
    display:block;
    width:35px;
    height:35px;
    margin: 0 0 0 5px;
    background:#fff;
    border: 1px solid #474747;
    text-align:center;
    line-height:33px;
    border-radius: 3px; 
    float: left;
}

.SDWrap .SDBox .detail {
    margin-left: auto !important;
    border: 1px solid #87acbb;
    color: #1a6684;
    font-size: 14px;
    background: #f3f9fd;
}

.SDWrap .SDBox .detail > img {
    width: 15px;
    vertical-align: middle;
    margin-bottom: 3px;
    transition:all .3s;
}
.SDWrap .SDBox .detail.active > img {
    transform:rotate(180deg);
}

.SDWrap .SDBox .a-tx ul {
    display: flex;
    flex-flow:row wrap;
}

.SDWrap .SDBox .a-tx ul li {
    margin-bottom: 5px;
}

.SDWrap .SDBox .a-tx ul li:not(.news_li_chk),
.SDWrap .SDBox .a-tx ul li.news_li_chk label
{
    margin-right:7px;
    line-height: 23px;
    background: #FFF;
    color: #999;
    border: 1px solid #b8b7b7;
    padding: 0 10px;
    border-radius: 20px;
    letter-spacing: -1px;
}
.SDWrap .SDBox .a-tx ul li.news_li_chk label
{
    padding:3px 10px;
}
.SDWrap .SDBox .a-tx li:not(.news_li_chk).active {
    color: #FFF;
    font-weight: bold;
    background: #1a6684;
    border: 1px solid #1a6684;
}

.SDWrap .SDBox .a-tx a {
    position: relative;
    display:inline-block;
}

.SDWrap .SDBox .a-tx.a-tx2 li.checked {
    color: #FFF;
    font-weight: bold;
    background: #368c91;
    border: 1px solid #368c91;
}

.SDWrap .SDBox .a-tx.a-tx2 li input[type=checkbox]{
    display: none;
}
.SDWrap .SDBox .a-tx.a-tx2 li input[type=checkbox]:checked + label
{
    border: 1px solid #368c91;
    background:#368c91;
    color:#fff;
} 

.SDWrap .SDBox .a-tx.a-tx2 li label {
    cursor: pointer;
}

/* 220120 - 정렬방식 */
.bbsTop.bbsTop01 {
    display: flex;
}

.bbsTop.bbsTop01 > .right_listType  {
    display: flex;
    margin-left: auto;
}

.right_listType select.form-select {    
    padding: 0px 40px 0px 10px;
    border: 1px solid #4e4e4e;
    border-radius: 5px;
    font-size: 14px;
    color: #010101;
    background: url(/assets/cas02/image/12/6.png) no-repeat 92% 50% #fff !important;
    background-size: 9px !important;
    margin-right: 3px;
    line-height: 35px;
}





/*카테고리통합*/
.CategoryWrap{
    margin-top: 30px;
}
.CategoryWrap .CategoryBox {
    margin: 0 0 0px;
    border-bottom:0;
}

.CategoryWrap .CategoryBox>ul>li {
    display:table;
    width:100%;
    table-layout:fixed;    
}

.CategoryWrap .CategoryBox>ul>li span.tit {
    display:table-cell;
    width:150px;
    padding: 14px 0 15px;
    background:#f5f5f5;
    text-align:center;
    border-right:1px solid #ddd;
    color:#474747;  
    vertical-align:middle; 
    font-size: 15px;
}

.CategoryWrap .CategoryBox>ul>li span.tit .Br420 {
    display:none;
}

.CategoryWrap .CategoryBox>ul>li .con {
    display:table-cell;
    padding: 12px 20px;
    font-size: 14px;    
}

.CategoryWrap .CategoryBox .a-tx li {
    float:left;
    margin-right:20px;
    line-height: 20px;
}

.CategoryWrap .CategoryBox .a-tx li.active {
    color: #0096d3;
    font-weight: bold;
}

.CategoryWrap .CategoryBox .a-tx a {
    position: relative;
    display:inline-block;
}

.CategoryWrap .CategoryBox .a-tx a:after {
    position:absolute;
    content:'';
    width:1px;
    height:12px;
    background-color:#ddd;
    top:50%;
    right:-12px;
    margin-top:-6px;
    display:block;
}

.CategoryWrap .CategoryBox .a-tx li:last-child a:after {
    display: none;
}

.CategoryWrap .CategoryBox .btn-reset {
    display:block;
    width:38px;
    height:38px;
    margin: 0 0 0 5px;
    background:#fff;
    border: 1px solid #474747;
    text-align:center;
    line-height:36px;
    border-radius: 3px; 
    float: left;
}
.CategoryWrap .CategoryBox .two_depth_wrap{

}
.CategoryWrap .CategoryBox .two_depth_wrap .con{

}
.CategoryWrap .CategoryBox .two_depth_wrap .con .child-category{
    display: flex;
    flex-wrap: wrap;
    gap: 20px 0;
    width: 100%;
}
.CategoryWrap .CategoryBox .two_depth_wrap .con .child-category li{
    width: 20%;
}
.CategoryWrap .CategoryBox .two_depth_wrap .con .child-category .chkbox_st_label{
    display: flex;
    gap: 5px;
    width: 100%;
}
.CategoryWrap .CategoryBox .two_depth_wrap .con .child-category .chkbox_st_label input {
    position: absolute;
    width: 0px;
    height: 0px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.CategoryWrap .CategoryBox .two_depth_wrap .con .child-category .chkbox_st_label input+.box {
	position: relative;
	width: 22px;
	height: 22px;
    min-width: 22px;
	border-radius: 50%;
	background-color: #fff;
	border: 1px solid #6A646A;
}

.CategoryWrap .CategoryBox .two_depth_wrap .con .child-category .chkbox_st_label input:checked+.box {
	background: #D66F50;
	border: 1px solid #AE593F;
}

.CategoryWrap .CategoryBox .two_depth_wrap .con .child-category .chkbox_st_label input+.box::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 12px;
	height: 7px;
	background: url(/assets/ccd01/image/icon_chkbox_arrow_black.svg) center center no-repeat;
	background-size: contain;
}

.CategoryWrap .CategoryBox .two_depth_wrap .con .child-category .chkbox_st_label input:checked+.box::before {
	background: url(/assets/ccd01/image/icon_chkbox_arrow_white.svg) center center no-repeat;
	background-size: contain;
}

.CategoryWrap .CategoryBox .two_depth_wrap .con .child-category .chkbox_st_label input+.box+.text {
	letter-spacing: -0.64px;
	font-size: 15px;
    padding-bottom: 3px;
    position: relative;
    display: inline-block;
}
.CategoryWrap .CategoryBox .two_depth_wrap .con .cate_wrap{
    border-radius: 20px;
    border: 1px solid #E5E5E5;
    padding: 30px 40px;
    margin-top: 30px;
    transition: 0.3s;
    margin-bottom: 25px;
}
.CategoryWrap .CategoryBox .two_depth_wrap .con.type_hide .cate_wrap{
    margin-top: 0;
    border: 1px solid transparent;
    padding: 0;
}

.CategoryWrap .CategoryBox .btn-reset{
    display: none;
}
.CategoryWrap .CategoryBox .info_area_wrap{
    background-color: orange;
    display: flex;
    justify-content: space-between;
}
.CategoryWrap .CategoryBox .info_area_wrap .bbsTotal{
    order: 0;
}
.CategoryWrap .CategoryBox .one_depth_wrap + .bbsTop{
    margin-top: 20px;
}
.CategoryWrap .CategoryBox .bbsTop{
    padding-top: 0;
}
@media screen and (max-width:1300px){
    .CategoryWrap .CategoryBox .two_depth_wrap .con .child-category li{
        width: 25%;
    }
}
@media screen and (max-width:1024px){
    .CategoryWrap .CategoryBox .two_depth_wrap .con .cate_wrap{
        padding: 30px;
    }
    .CategoryWrap .CategoryBox .two_depth_wrap .con .child-category li{
        width: 33.3333%;
    }
}
@media screen and (max-width:767px){
    .CategoryWrap{
        margin-top: 0;
    }
    .CategoryWrap .CategoryBox .two_depth_wrap .con .child-category li{
        width: 50%;
    }
    .CategoryWrap .CategoryBox .two_depth_wrap .con .cate_wrap{
        padding: 30px 25px;
    }
}
@media screen and (max-width:425px){
    .CategoryWrap .CategoryBox .two_depth_wrap .con .child-category li{
        width: 100%;
    }
}














/* .CategoryWrap .CategoryBox .btn-reset  i  {
    display:block;
    margin-top:2px;
} */

/* media */
@media screen and (max-width:767px)
{
    .CategoryWrap .CategoryBox>ul>li span.tit {
        width: 130px;
        padding: 13px 0;
        font-size: 14px;
    }

    .CategoryWrap .CategoryBox>ul>li .con {
        padding: 10px 10px;
    }


    .CategoryWrap .CategoryBox button {
        line-height: 33px;
        font-size: 14px;
    }

    .CategoryWrap .CategoryBox .btn-reset {
        width: 33px;
        height: 33px;
        line-height: 31px;
    }


    .SDWrap .SDBox > ul > li > .flex_wrap .titleWrap {
        flex: 0 1 100px;
    }

    .SDWrap .SDBox > ul > li > .flex_wrap .commonWrap {
        flex: 0 1 calc(100% - 100px);
        padding: 10px 5px;
    }

}




@media screen and (max-width:767px)
{
    
}




@media screen and (max-width:600px)
{
    .CategoryWrap .CategoryBox>ul>li span.tit {
        width: 80px;
    }

    .CategoryWrap .CategoryBox>ul>li:last-child span.tit {
        display: none;
    }

  

    .CategoryWrap .CategoryBox button {
        padding: 0 15px;
    }

    .SDWrap .SDBox > ul > li > .flex_wrap .commonWrap {
        flex-wrap: wrap;
    }

    .SDWrap .SDBox #kk {
        width: calc(100% - 105px);
    }

    .SDWrap .SDBox > ul > li > .flex_wrap .commonWrap .detail {
        margin-top: 5px;
        width: 100%;
        font-size: 13px;
        line-height: 25px;
    }

    .bbsTop.bbsTop01 {
        flex-wrap: wrap;
        flex-direction: row;
        align-content: flex-start;
    }

    .bbsTop.bbsTop01 > .right_listType {
        width: 100%;
        margin: 5px 0 0;
    }


}

@media screen and (max-width:375px)
{   
    .SDWrap .SDBox #kk {
        width: 100%;
        margin-bottom: 5px;
    }

    .SDWrap .SDBox .btn-search {
        width: calc(100% - 41px);
    }
}

@media screen and (max-width:420px) {


    .CategoryWrap .CategoryBox button {

    }

}
@media screen and (max-width:320px) {
    .CategoryWrap .CategoryBox .s-tx {
        margin: -4px 0 0;
    }    

    .CategoryWrap .CategoryBox .s-tx li {
        width: 100%;
        margin: 3px 0 0;
    }
}


/* 게시판 LIST */
ul.bbsCategory {
    position: relative;    
    display: block;
    width: 100%;
    clear: both;
    margin: 0px 0px 25px;
    padding: 0px;
    border-left: 1px solid #d8d7d7;
    border-top: 2px solid #535353;   
    background: #f9f9f9;
    overflow: hidden;
}

ul.bbsCategory li {
    position: relative;
    display: table-cell;
    float: left;
    width: 25%;
    height: 33px;
    border-right: 1px solid #d8d7d7;
    border-bottom: 1px solid #d8d7d7;
    border-top: 0px;
    min-height: 43px;
    line-height: 43px;
    font-size: 14px;
    color: #7f7f7f;
    padding: 0px 15px;
    background: #FFF;
}

ul.bbsCategory li.active {
    background: #f3f3f3;
    font-weight: bold;
}

/* ul.bbsCategory li.active::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border: 1px solid #000;
    top: -1px;
    left: -1px;
    z-index: 5;
} */

ul.bbsCategory li a
{
    position: relative;
    display:block;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
    width: 100%;
}

ul.bbsCategory li a::before
{
    position: absolute;
    content: '\f105';
    font-family: 'FontAwesome';
    width: 15px;
    height: 15px;
    font-size: 15px;
    color: #a1a1a1;
    line-height: 43px;    
    top: 0;
    right: -8px;
}

ul.bbsCategory li:hover a,
ul.bbsCategory li:hover a::before {
    color: #333;
    font-weight: bold;
}

ul.bbsCategory li.active a::before
{	
}

div.bbsTop {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;    
    margin: 0px;
    padding-bottom: 15px;
    overflow: hidden;
}



form.bbsSearch {
    display: block;
    float: none;
    width: 100%;
}

div.bbsTop fieldset {
    position:relative;
    display:block;
    float:right;
    width:242px;
    height:auto;
}

input.bbsSearchBox {
    position: relative;
    display: block;
    width: 100%;
    height: 40px;
    border: 1px solid #E5E5E5;
    border-radius: 250px;
    padding: 0 20px;
    padding-bottom: 4.4px;
    font-size: 15px;
    color: rgb(87, 87, 87);
}

input.bbsSearch::-webkit-input-placeholder { /* 크롬 4–56 */
    color: #9d9d9d;
}

input.bbsSearch::-moz-placeholder { /* 파이어폭스 4–18 */
   color: #9d9d9d;
   opacity:  1;
}

input.bbsSearch::-moz-placeholder { /* 파이어폭스 19–50 */
   color: #9d9d9d;
   opacity:  1;
}

input.bbsSearch::-ms-input-placeholder { /* 인터넷 익스플로러 10+ */
   color:  #9d9d9d;
}

input.bbsSearch::placeholder { /* 파이어폭스 51+, 크롬 57+ */
   color: #9d9d9d;
   opacity:  1;
}

button.bbsSearchBtn {
    position: absolute;
    display: block;
    top: 50%;
    right: 15px;
    border: 0px;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
    padding-bottom: 3px;
}

button.bbsSearchBtn i {
    display: block;
    font-size: 15px;
    color: #6a6a6a;
}

p.bbsTotal {
    position: relative;
    display: block;
    float: left;
    font-size: 15px;
    color: #5c5c5c;
    line-height: 25px;
    order: 1;
}

p.bbsTotal span { 
    margin: 0 3px 0 7px;
    font-weight: 600;
    color: #D66F50;
}

ul.bbsList {
    position: relative;
    display: block;
    width: 100%;    
    margin: 0px;
    padding: 0px;   
    font-size: 16px;
    letter-spacing: -0.5px;
    overflow: hidden;
}

ul.bbsList li.bbsHead {
    position: relative;
    display: block;
    width: 100%;
    border-radius: 0;
    line-height: 45px;
    height: auto;
    overflow: hidden;
    border-top: 1px solid #231915;
    /* border-bottom: 1px solid #e5e5e5; */
    font-size: 16px;
    display: flex;
    font-weight: 600;
}
ul.bbsList li.bbsHead > span{
    font-weight: 600;
}

ul.bbsList li.bbsBody {
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    align-items: center;
}
ul.bbsList li.bbsBody:nth-of-type(2){
    border-top: 1px solid #e5e5e5;
}
ul.bbsList li.bbsBody:last-of-type{
    border-bottom: 0;
    /* background-color: orange; */
}
ul.bbsList li.bbsBody:first-of-type{
    border-bottom: 1px solid #e5e5e5;
}



ul.bbsList li.bbsHead span{
    font-size: 16px;
}
ul.bbsList li div {
    position: relative;
    display: block;
    line-height: 23px;
    text-align: center;
    padding: 12px 0 13px;
    margin: 0px;
    font-size: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
}

ul.bbsList li div.num {
    flex: 0.8;
}
ul.bbsList li div.category { 
    flex: 1.2;
}
ul.bbsList li div.title { 
    flex: 5.5;
}
ul.bbsList li div.writer { 
    flex: 1.5;
}
ul.bbsList li div.date { 
    flex: 1;
}
ul.bbsList li div.hits { 
    flex: 1;
}









ul.bbsList.category li div{
    height: 100%;
    float: none;
}
ul.bbsList.category li.bbsHead{
    display: flex;
    align-items: center;
}
ul.bbsList.category li.bbsBody{
    align-items: center;
}
ul.bbsList.category li.bbsBody span.title{
    display: flex;
    flex-direction: column;
}
ul.bbsList.category li div.num { 
    flex: 1; 
}
ul.bbsList.category li div.title { 
    flex: 5;
}
ul.bbsList.category li div.writer { 
    flex: 1;
}
ul.bbsList.category li div.date { 
    flex: 2;
}
ul.bbsList.category li div.hits {
    flex: 1;
}
ul.bbsList.category li.bbsBody{
    display: flex;
}
ul.bbsList.category li.bbsBody span.category{
    width: 100%;
    background-color: transparent;
    display: inline-block;
    text-align: left;
    padding-bottom: 0;
    padding-top: 0;
    font-size: 14px;
    color: #D66F50;
}
ul.bbsList.category li.bbsBody span.title > a{
    font-weight: 600;
    font-size: 16px;
}



@media screen and (max-width: 767px) {
    ul.bbsList li.bbsBody{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    ul.bbsList.category li.bbsBody{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    ul.bbsList.category li.bbsBody span.category{
        background-color: transparent !important;
        color: #D66F50 !important;
        padding-left: 0;
    }
    ul.bbsList.category li.bbsHead{
        display: none;
    }
    ul.bbsList.category li div.writer{
        display: none;
    }
    ul.bbsList.category li div.hits{
        display: none;
    }
    ul.bbsList.category li div.date{
        text-align: left;
        width: 100%;
    }
    ul.bbsList.category li.bbsBody span.title{
        margin: 0;
    }
    ul.bbsList.category li.bbsBody span.title > a{
        font-size: 16px;
        width: 100%;
    }
    ul.bbsList.category li div.date::after{
        display: none;
    }

    ul.bbsList li.bbsHead + li.bbsBody{
        border-top: 0;
    }
}














ul.bbsList.bbsNewsletter li span.dept { width: 15%; }
ul.bbsList.bbsNewsletter li span.category { width: 15%; }

ul.counselList li span.title { width: 56%; }
ul.counselList li span.writer { width: 15%; }

ul.bbsList li div.title-long { 
    /* width: 65%;  */
}


ul.bbsList li.bbsBody div {
    
}

ul.bbsList li.bbsBody div i {
    color: #145b8e;
    margin-left: 5px;
}

ul.bbsList li.bbsBody div.num {}
ul.bbsList li.bbsBody div.category { background: #f3f3f3; }
ul.bbsList li.bbsBody div.title {  
    text-align: left; 
    font-size: 16px; 
    /* padding-right: 25px;
    white-space: nowrap;
    text-overflow: ellipsis; */
    overflow: hidden;
}

ul.bbsList li.bbsBody div.title > a {  
    font-weight: 600;
    display: flex;
    align-items: center;
}
ul.bbsList li.bbsBody div.title > a .textCut{
    display: inline-block;
}






















ul.bbsList li.bbsBody .comment_count{
    margin-left: 0;
    padding-left: 5px;
    font-size: 14px;
    color: #231915;
}
ul.bbsList li.bbsBody div.title > img {
    display: inline-block;
    margin: 0px;
    margin-left: 5px;
    margin-top: 3px;     
}

ul.bbsList li div.category > span {
    display: inline-block;
    float: none;
    padding: 0px;
    margin: 0px 2px;
}

ul.bbsList li div.category > span i {
    font-size: 17px;
    font-weight: normal;    
    color: #a7a7a7;
    width: 18px;
    height: 18px;    
    border-radius: 3px;
}

div.bbsBottom {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    padding: 0px;
    padding-top: 20px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
div.bbsBottom.border{
    border-top: 1px solid #e5e5e5;
}

div.bbsBottom div.bbsBtn {
    position: relative;
    display: inline-block;
    text-align: right;
    margin: 0 0 10px;
    padding: 0px;
}

div.bbsBtn a,
div.bbsBtn button { 
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    margin-left: 5px;
    padding: 0 20px 1px;
    text-align: center;
    background: #ffffff;
    font-size: 16px;
    color: rgb(87, 87, 87);
    border-radius: 8px;
    border: 1px solid #d3d2d2;
}
div.bbsBtn a:hover,
div.bbsBtn button:hover {
    background: #ffffff;
    color: #D66F50;
    border: 1px solid #D66F50;
}
div.bbsBtn.gray a{
    background: #fff;
}

div.bbsBtnJubo  { 
    text-align: center;
    padding: 30px 0 0px;
    border-top: 1px solid #d7d7d7;
}

div.bbsNavi { 
    position: relative;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    width: auto;
    text-align: center;
    padding: 0 0 5px;
}

div.bbsNavi > ul {
    display: inline-flex;
    align-items: center;
    margin: 0 10px;
}
div.bbsNavi > ul li a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
}
div.bbsNavi > ul li.active a{
    color: #D66F50;
    font-weight: 900;
}

div.bbsNavi > ul .btnPrev,
div.bbsNavi > ul .btnNext {
    position: relative;
    background: #FFF;
}

div.bbsNavi > ul .btnPrev a,
div.bbsNavi > ul .btnNext a
{
    display:block;
}


div.bbsNavi > ul .numbers {
    position: relative;
    display: inline-block;
}

div.bbsNavi > ul .numbers a {
    position: relative;
    display: inline-block;
    width: 28px;
    height: 28px;    
    line-height: 26px;
    font-size: 13px;
    margin: 0 5px;
    padding: 0px;
}

div.bbsNavi > ul .numbers a.active {
    background: #f95053;
    color: #FFF;
    border-radius: 50%;
    width: 26px;
    height: 26px;
}
@media screen and (max-width:767px){
    div.bbsNavi > ul li a{
        width: 30px;
        height: 30px;
    }
    div.bbsNavi > ul li a img{
        width: 100%;
        height: 100%;
    }
}

















.boardLock_txt {
    position: relative;
    display: block;
    clear: both;
    width: 100%;
    padding: 0px;
    margin: 0 0 50px;
    border: 1px solid #c7c7c7;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 5px 0 rgba(0,0,0,0.05);
    margin-top: 40px;
}

.boardLock_txt > .lockIcon {
    display: block;
    float: left;
    width: 80px;
    aspect-ratio: 1/1;
    font-size: 30px;
    background: #D66F50;
    color: #FFF;
    padding: 0px;
    line-height: 80px;
    text-align: center;
    border-radius: 15%;
    margin: 10px;
}
.boardLock_txt > .lockIcon i{
    transform: translateY(-2px);
}

.boardLock_txt > .lockTxt {
    display: block;
    float: left;
    width: auto;
    font-size: 17px;
    color: #414141;
    padding: 24px 15px 0;
    text-align: left;
    line-height: 25px;
}
.boardLock_txt > .lockTxt .bold_text{
    font-weight: 700;
    font-size: 18px;
}
.boardLock_txt > .lockTxt .ordi_text{
    font-size: 16px;
}


/* 게시판 VIEW */ 
.bbsViewTop {
    position: relative;
    display: block;
    width: 100%;
    border-top: 1px solid #000;
}

.bbsViewTop h3.viewTitle {
    position: relative;
    display: block;
    width: 100%;
    /* height: 53px; */
    line-height: 25px;
    font-size: 17px;
    padding: 11px 13px 15px;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.ccTxt {
    display: inline-block;
    font-size: 15px;
    color: #7b7b7b;
    line-height: 22px;
}

.bbsViewTop h3.viewTitle span.viewCategory {
    width: 100%;
    background-color: transparent;
    text-align: left;
    padding-bottom: 0;
    padding-top: 0;
    font-size: 14px;
    color: #D66F50;
    font-weight: 400;

}

.bbsViewTop h3.viewTitle span.viewCategory > span {
    display: inline-block;
    float: none;
    padding: 0px;
    margin: 0px 2px;
    text-align: center;
}

.bbsViewTop h3.viewTitle span.viewCategory > span i {
    font-size: 17px;
    font-weight: normal;    
    color: #7a7a7a;
    width: 18px;
    height: 18px;    
    border-radius: 3px;
}

.bbsViewTop div.bbsTitleInfo {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
    color: #7f7f7f;
    font-size: 15px;
    height: 50px;
    padding: 0 13px 3px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
.bbsViewTop div.bbsTitleInfo .area{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.bbsViewTop div.bbsTitleInfo.extend-field {
    border-top: 1px dashed #d8d7d7;
}

.bbsViewTop div.bbsTitleInfo.extend-field:nth-child(odd) {
    background: #fbfbfb;
}
.bbsViewTop div.bbsTitleInfo > span {
    position: relative;
    display: flex;
    align-items: center;
}
.extend-field{
    display: flex;
    align-items: center;
    padding-top: 5px;
}
.extend-field .in_wrap{
    display: flex;
    align-items: center;
    gap: 5px;
}
.extend-field .in_wrap .bie_title{
    padding: 0px 10px 2px;
    font-size: 13px;
    color: #D66F50;
    border: 1px solid #D66F50;
    border-radius: 250px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
}
.extend-field .in_wrap .expValue{
    font-size: 14px;
}
@media screen and ( max-width: 767px ) {
    .extend-field{
        height: 43px;
        font-size: 13px;
        padding-left: 7px;
    }
}



/* .bbsViewTop div.bbsTitleInfo > span.notifyBtn {
    float: right;
    margin: 0px;
}

.bbsViewTop div.bbsTitleInfo > span.notifyBtn a {
    position: relative;
    display: block;
    border-radius: 3px;
    background: #b98c7a;
    color: #FFF;
    line-height: 23px;
    margin: 11px 0px 0px;
    padding: 0 7px;
    font-size: 13px;
}

.bbsViewTop div.bbsTitleInfo > span.notifyBtn a img {
    position: relative;
    display: inline-block;
    margin-right: 4px;
    margin-top: 3px;
    width: 16px;
    height: 16px; 
    vertical-align: top;
} */

div.bbsViewCon {
    position: relative;
    display: block;
    width: 100%;
    padding: 26px 30px 30px;
    font-size: 15px;
    letter-spacing: -1px;
    word-break: break-word;
    line-height: 24px;
    overflow: auto;
}
div.bbsViewCon iframe{
    max-width: 100%;
    width: 100%;
    height: auto;
    aspect-ratio: 470 / 264;
}

div.bbsViewCon > div > ul > li { text-align: center; }

div.bbsViewCon > div > ul > li > img {
    margin: 10px auto;
    width: auto !important;
    max-width: 90%;  
}

div.bbxViewCulture img.cultureImg {
    display: block;
    width: 40% !important;
}

div.viewComment {
    position: relative;
    display: block;
    width: 100%;
    margin: 0px 0px 0px;
    padding: 0px;
    margin-top: 40px;
}


div.viewComment h3.commentTitle {
    position: relative;
    display: block;
    width: 100%;
    font-size: 16px;
    margin-bottom: 15px;
    padding: 0px;
    font-weight: bold;
    letter-spacing: -1px;
    padding-left: 5px;
    display: flex;
    align-items: center;
}

div.viewComment h3.commentTitle > label {
    font-weight: normal;
    font-size: 13px;
    margin-left: 10px;
    display: inline-flex;
    align-items: center;
    gap: 3px;
}
div.viewComment h3.commentTitle > label input[type="checkbox"]{
    width: 0;
    height: 0;
    position: relative;
}
div.viewComment h3.commentTitle > label input[type="checkbox"]::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 30px;
    height: 30px;
    background-color: orange;
}
div.viewComment h3.commentTitle > label input[type="checkbox"] + .shape{
    position: relative;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #6A646A;
}
div.viewComment h3.commentTitle > label input[type="checkbox"]:checked + .shape{
    background-color: #D66F50;
    border: 1px solid #AE593F;
}
div.viewComment h3.commentTitle > label input[type="checkbox"] + .shape::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 9px;
    height: 7px;
    background: url(/assets/ccd01/image/icon_chkbox_arrow_black.svg) center center no-repeat;
    background-size: contain;
}
div.viewComment h3.commentTitle > label input[type="checkbox"]:checked + .shape::before{
    background: url(/assets/ccd01/image/icon_chkbox_arrow_white.svg) center center no-repeat;
    background-size: contain;
}
div.viewComment form {
    position: relative;
    display: block;
    clear: both;
    width: 100%;
    margin: 0 0 20px;
    padding: 0px;
    overflow: hidden;
    margin-top: 00px;
    padding-top: 20px;
}
div.viewComment > form{
    padding-top: 30px;
    margin-bottom: 30px;
    border-top: 1px solid #e5e5e5;

}

div.viewComment form textarea.commentBox {
    position: relative;
    display: inline-block;
    float: left;
    width: 85%;
    height: 100px;
    border: 1px solid #d8d7d7;
    border-right: 0px;
    padding: 15px;
    font-size: 15px;
    letter-spacing: -1px;
    color: rgb(87, 87, 87);
    border-radius: 8px 0 0 8px;
    resize: none;
}
div.viewComment form textarea.commentBox:focus{
    border: 1px solid #d8d7d7;
    outline: 1px solid transparent;
}

textarea.commentBox::-webkit-input-placeholder { /* 크롬 4–56 */
    color: #9d9d9d;
}

textarea.commentBox::-moz-placeholder { /* 파이어폭스 4–18 */
   color: #9d9d9d;
   opacity:  1;
}

textarea.commentBox::-moz-placeholder { /* 파이어폭스 19–50 */
   color: #9d9d9d;
   opacity:  1;
}

textarea.commentBox::-ms-input-placeholder { /* 인터넷 익스플로러 10+ */
   color:  #9d9d9d;
}

textarea.commentBox::placeholder { /* 파이어폭스 51+, 크롬 57+ */
   color: #9d9d9d;
   opacity:  1;
}

div.viewComment form div.commentBtn {
    position: relative;
    display: inline-block;
    float: left;
    width: 15%;
    height: 100px;   
}

div.viewComment form div.commentBtn button {
    display: block;
    width: 100%;
    height: 100%;
    border: 0px;
    background: #807980;
    color: #FFF;
    font-size: 15px;
    border-radius: 0 8px 8px 0;
    font-size: 16px;
}

div.commentList {
    position: relative;
    display: block;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

div.commentList ul.commentListLi {
    position: relative;
    display: block;
    width: 100%;
    margin: 0px;
    padding: 0px;    
    overflow: hidden;
    font-size: 15px;
    letter-spacing: -1px;
    line-height: 23px;    
}

div.commentList ul.commentListLi li.message {
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
    margin: 0px;
    padding: 15px 0;
}

div.commentList ul.commentListLi li.message:last-child {
    /* border-bottom: 0px; */
}

div.commentList ul.commentListLi li.message > ul > li {
    border-bottom: 0px;
}
div.commentList ul.commentListLi li.message > ul > li.btn_report{
    display: none;
}
div.commentList ul.commentListLi li.message span.messageName {
    position: relative;
    display: inline;
    width: 100%;
    font-weight: 600;
    margin-bottom: 7px;
}

div.commentList ul.commentListLi li.message div.messageTxt {
    position: relative;
    display: block;
    width: 100%;
    color:  rgb(87, 87, 87);
    margin-bottom: 10px;
    font-size: 15px;
    margin-top:5px;
}

div.commentList ul.commentListLi li.message span.messageDate {
    letter-spacing: -0.05px;
    color: #848181;
}
div.commentList ul.commentListLi li.message span.messageDate .text-muted{
    margin-left: 4px;
}

div.commentList ul.commentListLi li.message + li{
    background-color: #f9f9f9;
}
div.commentList ul.commentListLi li.message + li form{
    
}
div.commentList ul.commentListLi li.message + li:not(.message){

}
div.commentList ul.commentListLi li.message + li:not(.message) > ul{
    padding-right: 16px;
    border-bottom: 1px solid #e5e5e5;
}
div.commentList ul.commentListLi li.message + li:not(.message) > ul .list-inline{
    padding-right: 0;
}
div.commentList ul.commentListLi li.message + li:not(.message) > ul > li{
    border-bottom: 1px dashed #d8d7d7;
}
div.commentList ul.commentListLi li.message + li:not(.message) > ul > li:last-of-type{
    border-bottom: 0;
}











ul.list-inline {
    position: relative;
    display: block;
    float: right;
    margin: 0px;
    padding: 0 16px 0 0;

}

ul.list-inline li {
    position: relative; 
    display: block;
    float: left;
    padding: 0 3px;
    font-size: 12px;
    letter-spacing: -1px;
    color: #807980;
}

ul.list-inline li a {
    border: 1px solid #d8d7d7;
    background: #FFF;
    border-radius: 3px;
    padding: 0px 5px; 
    padding-bottom: 3px;
    line-height: 25px;
    box-shadow: 0px 2px 0px rgba(0,0,0,0.05);
}
@media screen and ( max-width: 767px ){
    ul.list-inline li a{
        padding-top: 2px;
        padding-left: 4px;
    }
}








.cmt-reply { color: #D66F50; }
.cmt-reply:hover{
    color: #D66F50; 
}
.cmt-remove { color: #807980; }

/* ul.list-inline li a.cmt-report {
    border: 1px solid #d8d7d7;
    background: #FFF;
    border-radius: 3px;
    padding: 2px 5px 0px;
    line-height: 25px;
    box-shadow: 0px 2px 0px rgba(0,0,0,0.05);
} */

div.commentList ul.commentListLi li.message > ul.commentListLi {
    position: relative;
    display: block;
    background: #f4f4f4;
    font-size: 14px;
    padding: 7px 0px;
    margin-top: 15px;
    border-radius: 5px;
}

div.commentList ul.commentListLi li.message > ul.commentListLi > li.message {
    border-bottom: 1px dashed #d8d7d7;
    overflow: hidden;
    margin: 0px;
    padding: 7px 0 7px 5px;
}

div.commentList ul.commentListLi li.message > ul.commentListLi > li.message > span.messageName,
div.commentList ul.commentListLi li.message > ul.commentListLi > li.message > div.messageTxt,
div.commentList ul.commentListLi li.message > ul.commentListLi > li.message > span.messageDate {
    padding-left: 15px;
}

div.commentList ul.commentListLi li.message > ul.commentListLi > li.message:last-child {
    border-bottom: 0px dashed #d8d7d7;
}

div.commentList ul.commentListLi li.message > ul.commentListLi > li.message > ul.list-inline {    
    padding: 0 10px;
}

div.commentList ul.commentListLi li.message > ul.commentListLi > li.message > ul.list-inline > li > a {
    border: 0px solid #d8d7d7;
    border-radius: 3px;
    padding: 1px 5px;
    line-height: 25px;
    box-shadow: 0px 0px 0px rgba(0,0,0,0.0);
    color: #FFF;
}

div.commentList ul.commentListLi li.message > ul.commentListLi > li.message > ul.list-inline > li > a.cmt-reply {
    background: #8c9faf;
}

div.commentList ul.commentListLi li.message > ul.commentListLi > li.message > ul.list-inline > li > a.cmt-remove { 
    background: #ad8582;
 }

.form-group {
    position: relative;
    display: block;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.form-group div.commentCom textarea {
    position: relative;
    display: inline-block;
    float: left;
    width: 90%;
    margin: 0px;
    padding: 5px 10px;
    height: 50px;
    border: 1px solid #d8d7d7;
    font-size: 14px;
    letter-spacing: -1px;
    color: rgb(87, 87, 87);
    resize: none;
}

.form-group div.commentCom textarea::-webkit-input-placeholder { /* 크롬 4–56 */
    color: #9d9d9d;
}

.form-group div.commentCom textarea::-moz-placeholder { /* 파이어폭스 4–18 */
   color: #9d9d9d;
   opacity:  1;
}

.form-group div.commentCom textarea::-moz-placeholder { /* 파이어폭스 19–50 */
   color: #9d9d9d;
   opacity:  1;
}

.form-group div.commentCom textarea::-ms-input-placeholder { /* 인터넷 익스플로러 10+ */
   color:  #9d9d9d;
}

.form-group div.commentCom textarea::placeholder { /* 파이어폭스 51+, 크롬 57+ */
   color: #9d9d9d;
   opacity:  1;
}

.form-group div.commentComBtn {
    position: relative;
    display: inline-block;
    float: left;
    width: 10%;
    height: 50px;    
}

.form-group div.commentComBtn button {
    display: block;
    width: 100%;
    height: 100%;
    border: 0px;
    background: #a5a5a5;
    color: #FFF;
}

.btnListNext {
    position: relative;    
    float: left;
}

.btnListNext a {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 1px solid #d3d2d2;
    font-size: 28px;
    text-align: center;
    color: #888888;
    border-radius: 8px;
    padding-bottom: 2px;
}
.btnListNext a i{
    transform: translateY(1px);
}

div.bbsFile {
    position: relative;
    display: block;
    margin: 30px 0px 0;
    padding: 18px 0;
    padding-bottom: 20px;
    background: #f7f7f7;
    border-radius: 8px;
}

div.bbsFile > span.title { display: none; }

div.bbsFile ul.bbsFileList{
    display: flex;
    flex-direction: column;
    gap: 7px;
    padding-right: 15px;
}
div.bbsFile ul.bbsFileList > li {
    position: relative;
    display: block;
    width: 100%;
    font-size: 14px;
    padding-left: 20px;    
    text-align: left;
}

div.bbsFile ul.bbsFileList > li > a  {
    color: #848484;
    display: flex;
    line-height: 1.2;
}

div.bbsFile ul.bbsFileList > li > a > i {
    margin-right: 7px;
    margin-top: 2px;
}

i.fa-file-text-o { color: #6e6e6e; }
i.fa-file-archive-o { color: #b97800; }
i.fa-file-image-o { color: #777; }
i.fa-file-word-o { color: #3d70cc; }
i.fa-file-powerpoint-o { color: #ff6c95; }
i.fa-file-excel-o { color: #08a008; }
i.fa-file-pdf-o { color: #d41c1c; } 



/* 게시판 WRITE */
div.bbsWrite {
    position: relative;
    display: block;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

div.bbsWrite div.bbsWriteTitle {
    position: relative;
    display: block;
    width: 100%;
    color: #000000;
    padding: 0;
    font-size: 18px;
}

div.bbsWrite div.bbsWriteTitle h3 {
    position: relative;
    display: block;
    width: 100%;
    margin: 0px;
    padding: 0 0 0 25px;
    display: none;
}

div.bbsWrite div.bbsWriteTitle h3:before {
    content: '';
    position: absolute;
    top: 1px;
    left: 0;
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 100%;
    border: 1px solid #575757;
}

div.bbsWrite div.bbsWriteCon {
    position: relative;
    display: block;
    clear: both;
    border-top: 1px solid #535353;
}


/* 201222 */
div.bbsWrite div.bbsWriteCon .st_sort
{
    overflow:visible;
}
div.bbsWrite div.bbsWriteCon .st_sort:after
{
    clear:both;
    content:'';
    display:block;
}
/* div.bbsWrite fieldset > div.bbsWriteList:nth-of-type(1) div,
div.bbsWrite fieldset > div.bbsWriteList:nth-of-type(2) div,
div.bbsWrite fieldset > div.bbsWriteList:nth-of-type(5) div
{
    width:calc(100% - 130px) !important;
} */


div.bbsWrite div.bbsWriteCon .bbsWriteList {
    position: relative;
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 12px 10px 0;
    overflow: hidden;
}

div.bbsWrite div.bbsWriteCon .bbsWriteList:last-child {
    border-bottom: 0;
}

div.bbsWrite div.bbsWriteCon .bbsWriteList > label {
    height: 100%;
    left: 12px;
    font-size: 16px;
    color: #000000;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    min-height: 36px;
}
div.bbsWrite div.bbsWriteCon .bbsWriteList > label[for='a_secret'] + div{
    min-height: 36px;
    display: flex;
    align-items: center;
}
div.bbsWrite div.bbsWriteCon .bbsWriteList > label[for='a_secret'] + div input{
    transform: translateY(1px);
}

div.bbsWrite div.bbsWriteCon .bbsWriteList > div {
    width: calc(100% - 130px);
    float: right;
}

div.bbsWrite div.bbsWriteCon .bbsWriteList > div > input,
div.bbsWrite div.bbsWriteCon .bbsWriteList > div > select,
div.bbsWrite div.bbsWriteCon .bbsWriteList > div > textarea.a_content {
    background: #f3f3f3;
    width: 100%;
    height: 36px;
    border: 0;
    border-radius: 5px; 
    padding: 0 10px;
    font-size: 15px;
    padding-bottom: 1px;
}

div.bbsWrite div.bbsWriteCon .bbsWriteList > div > label {
    display: block;
}

div.bbsWrite div.bbsWriteCon .bbsWriteList > div > input.a_name_input {
    width: 30%;
}

div.bbsWrite div.bbsWriteCon .bbsWriteList > div > select
{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 30%;
    background: #f3f3f3 url(/assets/ccd01/image/icon_arrow_black_bottom.svg) no-repeat right 15px center;
}

div.bbsWrite div.bbsWriteCon .bbsWriteList > div > textarea.a_content {
    min-height:400px;
    padding: 10px;
    resize: none;
}

div.bbsWrite div.bbsWriteCon .bbsWriteList > div > ul > li.attachList,
div.bbsWrite div.bbsWriteCon .bbsWriteList > div > label.attachList {
    position: relative;
    display: block;
    width: 100%;
    margin: 10px 0;
    line-height: 25px;
}

div.bbsWrite div.bbsWriteCon .bbsWriteList > div > label.attachList:last-child { border-bottom: 0px; }

div.bbsWrite div.bbsWriteCon .bbsWriteList > div > ul > li.attachList > .btnAttach {
    border: 1px solid #d8d7d7;
    background: #FFF;
    border-radius: 3px;
    padding: 1px 5px;
    line-height: 18px;
    box-shadow: 0px 2px 0px rgba(0,0,0,0.05);
    color: #dc6258;
    font-size: 12px;   
    letter-spacing: -1px;
}

div.bbsWrite div.bbsWriteCon .bbsWriteList > div > label > input.valid {
    display: inline-block;
    width: 100%;
    border: 1px solid #a3a3a3;
    padding: 0 10px;
    border-radius: 3px;
    font-size: 15px;
    padding-bottom: 1px;
}

div.bbsWrite div.bbsWriteCon .bbsWriteList > div > label > div > span {
    position: absolute;
    content: '';
    top: 0;
    right: 0px;
    width: 80px;
    height: 100%;
    z-index: 10;
    background: #777777;
    color: #FFF;
    border-radius: 0 3px 3px 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;   
    cursor: pointer;
}

div.bbsWrite div.bbsWriteCon .bbsWriteList.st_sort div {
    /* margin-bottom:5px; */
}

.bbsWriteList.st_sort .conBtnUp {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 0 5px;
    padding: 0px;
    text-align: right;
    overflow: hidden;
}

.bbsWriteList.st_sort .conBtnUp > .btn {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    height: 27px;
    padding: 0 10px;
    line-height: 25px;
    color: #FFF;
    background: #386e92;
    box-shadow: none;
    border-radius: 2px;
    border: 0px;
}

.bbsWriteList.st_sort .conBtnUp > .btn:hover {
    color: #FFF;
    background: #25516e;
}

.bbsWriteList.st_sort .panel {
    margin: 0;
}

.bbsWriteList.st_sort .panel .btn {
    padding: 5px 9px;
    font-size: 12px;
    line-height: 1.42857143;
}


/* 성지 목록 : 갤러리 형태 */
ul.hlList {
    position: relative;
    display: block;
    width: 100%;    
    margin: 0px;
    padding: 0px;   
    font-size: 14px;
    letter-spacing: -0.5px;
    overflow: hidden;
}

ul.hlList li.hlBody {
    position: relative;
    display: block;
    float: left;
    width: 284px;
    height: 440px;
    margin: 25px 24px 25px 0;
    /* overflow: hidden; */
    border: 1px solid #d7d7d7;
    border-radius: 5px;
}

ul.hlList li.hlBody:hover {
    border: 1px solid #727171;
    box-shadow: 0 5px 0 rgba(0,0,0,0.08);
    transition:all .3s;
}

ul.hlList li.hlBody:nth-child(3n+3) {
    margin-right: 0px;
}

ul.hlList li.hlBody:nth-child(3n+3):after {
    position: absolute;
    content: '';
    width: 900px;
    height: 1px;
    background: #e4e4e4;
    bottom: -25px;
    right: 0px;
}

ul.hlList li div {
    position: relative;
    display: block;
    text-align: center;
    padding: 0px 0;
    margin: 0px;
}

ul.hlList li div.hlImg {    
    width: 282px; 
    height: 158px;
    margin: 0px;
    border-radius: 4px 4px 0 0;
    overflow: hidden;
}

ul.hlList li div.hlImg img {
    width: 100%;    
}

ul.hlList li div.hlTitle {
    position: relative;
    display: block;
    padding: 24px 0 24px 20px;
    text-align: left;
}

ul.hlList li div.hlTitle h3 {
    color: #447499;
    font-size: 15px;
    margin-bottom: 7px;
}

ul.hlList li div.hlTitle h2 {
    color: #000000;
    font-size: 19px;
}

ul.hlList li div.hlInfo {
    position: relative;
    display: block;
    padding: 10px 0;
    background: #f6f6f6;
    text-align: left;
    height: 138px;
    overflow: hidden;
}

ul.hlList li div.hlInfo ul.hlInfo_info {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 0px;
}

ul.hlList li div.hlInfo ul.hlInfo_info li {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 5px 0 5px 20px;
    line-height: 21px;
}

ul.hlList li div.hlInfo ul.hlInfo_info li i {
    position: relative;
    display: inline-block;
    width: 21px;
    height: 21px;
    background: #838383;
    border-radius: 21px;    
    vertical-align: top;
    margin-right: 7px;
}

ul.hlList li.hlBody:hover div.hlInfo {
    background: #eaf3fc;
}

ul.hlList li.hlBody:hover div.hlInfo ul.hlInfo_info li i {
    background: #3384b3;
}

ul.hlList li div.hlInfo ul.hlInfo_info li i > img {
    width: 100%;
    margin: 0;
}

ul.hlList li div.hlInfo ul.hlInfo_info li.list_mail i > img {
    /* width: 124%;
    margin: -3px 0 0 -2px;  */
}

ul.hlList li div.hlInfo ul.hlInfo_info li span {
    position: relative;
    display: inline-block;
    width: 81%;
    color: #595959;
    line-height: 21px;
}

ul.hlList li div.hlInfo ul.hlInfo_info li span > span {
    position: relative;
    display: inline-block;
    width: 70px;
    top: 0px;
    left: 0px;
    text-align: right;
    padding-right: 10px;
    font-weight: bold;
}

ul.hlList a.btnHl {
    position: relative;
    display: block;
    line-height: 50px;
    font-size: 14px;
    text-align: center;
    padding-right: 0px;
}

ul.hlList a.btnHl i {
    margin-left: 5px;
    font-size: 15px;
}

ul.hlList a.btnHl:hover {
    color: #2a85bb;
    font-weight: bold;
}

/* multifile upload style */
/* .bbs_attach_Wrap {
    position:relative;
    border-bottom:1px solid #d7d7d7;
    padding:10px 12px 10px 0;
    overflow:hidden;
}

div.bbsWrite div.bbsWriteCon .bbs_attach_Wrap:last-child {
    border-bottom:2px solid #535353;
}

div.bbsWrite div.bbsWriteCon .bbs_attach_Wrap > label {
    position: absolute;
    display: table-cell;
    vertical-align: top;
    height: 100%;
    padding-top: 26px;
    top: 50%;
    transform: translateY(-50%);
    left: 12px;
    font-size: 16px;
    color: #000000 
}

div.bbsWrite div.bbsWriteCon .bbs_attach_Wrap > div {
    width:calc(100% - 130px);
    float:right;
} */
.tx-attach-box { border:0px solid;}
.tx-attach-box-inner { border:1px solid #ccc;  padding: 0px;}
/* .tx-attach-preview { width:20%; float:left; height:150px; border:1px solid #dcdcdc; overflow:hidden;} */
.tx-attach-preview p {display:none;}
.tx-attach-preview img { margin:0 auto; text-align:center; width:100%;}
.tx-attach-main li { list-style:none;}

.txtThumbnail { line-height: 30px; padding-left:10px; font-size:13px; background:#e9eff8;}
.txtThumbnail span {font-size:12px; color:#666;}

.tx-attach-list { 
    position: relative;
    display: block;
    width: 100%;    
    padding: 0px;
    margin: 0px;
}

.tx-attach-list li { 
    position: relative;
    display: block;
    width: 100%;
    clear: both;
    border-bottom: 1px solid #eeeeee; 
    padding: 7px 10px; 
    margin: 0;
    overflow: hidden;
}

.tx-attach-list li:hover {
    background-color:rgb(247, 247, 247);
}

.tx-attach-list li:last-child {
    border-bottom: 0px;
}

.tx-attach-list li dl {cursor:default; padding:0px;margin:0;display: flex;flex-flow: row wrap; align-items:center;}
.tx-attach-list li dl span.Input-line {display:inline-block; width:13px; vertical-align:middle;}
.tx-attach-list li dl span.Input-line input {margin:0;}
.tx-attach-list dt { display: inline-block; margin:0; padding:0;}
.tx-attach-list dt {font-weight: normal;width: calc(100% - 43px);display: flex;flex-flow: row wrap; align-items:center; }
.tx-attach-list dt .imgWrap {width: 50px;height:50px;overflow:hidden;border:1px solid #dcdcdc; margin-left:7px}
.tx-attach-list dt .imgWrap img {width:100%;} 
.tx-attach-list dt .fileName {margin-left:15px; flex-shrink: 0;width: 250px;flex-grow: 1;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;display: block; padding-right:40px; }

.tx-attach-list dd { 
    width: 25px;
    text-align: right;
    float: right;
}
.tx-attach-list dd a { 
    position: relative;
    display: inline-block;
    border: 1px solid #999;
    text-align: center;
    color: #999;
    font-weight: normal;
    border-radius: 2px;
    padding: 0px;
    text-decoration: none;
    width: 18px;
    height: 18px;
    line-height: 12px;
    font-size: 15px;
    cursor: pointer;
    margin: 3px 0px;
}
/* 
.tx-attach-list dd a > i {     
    padding:3px; 
    border-radius:2px; 
    color:#ccc;
} */

.tx-attach-list dd a > span {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    margin: 0px;
    padding: 0px;
    line-height: 11px;
}

.tx-attach-list dd a:hover {
    border: 1px solid #386e92;
    background: #386e92;
    color: #FFF;
}

/* .tx-attach-list li dl:hover dd a { display:inline;} */
/* .tx-attach-list li dl:hover dd i { color:#3276b1;} */

.tx-attach-delete { 
    border-bottom: 1px solid #ccc;
    line-height: 40px;
    padding-left: 10px;
}
.tx-attach-delete span.upload {color:#fb6235; font-weight:bold;}
.tx-attach-delete a {border:1px solid; padding:2px 4px; border-radius:2px; display:none; width:65px; float:right; font-size:13px; line-height:19px; text-align:center; background:#474747; color:#fff;}
.tx-attach-delete a:hover { background:#fff; border:1px solid #333; color:#333;}

.multifilebox { color: #333; border: 1px solid #C2C2C2;  margin:10px;}
.multifilebox h3 { margin:0 -15px; padding: 10px 0 10px 15px; font-size:14px; font-weight: 400; background: #fafafa; border-bottom:1px solid #C2C2C2;}
.multifilebox #uploads { padding:15px}
.multifilebox .btnbox { padding:15px;}
.multifilebox .btn { font-size:12px; line-height:1.5; padding: 6px 10px 5px; margin:5px;}
.multifilebox #uploads .new p { font-size:13px;}
.multifilebox #uploads .uploadArea { border: dashed 2px #676465;}

@media screen and (max-width:767px)
{

    div.bbsWrite div.bbsWriteCon .bbsWriteList.bbs_attach_Wrap label {
        position: relative;
        display: block;
        padding: 0px 10px 5px;
        transform: none;
        overflow: hidden;
        top: auto;
        left: auto;
        line-height: 30px;        
    }
    div.bbsWrite div.bbsWriteCon .bbsWriteList div.bbs-attach-write {
        float:none;
        overflow:hidden;
        width:100%;
    }
    div.bbsWrite div.bbsWriteCon .bbsWriteList div.tx-attach-box {
        float:none;
        overflow:hidden;
        width:100%;
    }

    div.bbsWrite div.bbsWriteCon .bbsWriteList div.tx-attach-box-inner {
        float:none;
        width:100%;
    }

    div.bbsWrite div.bbsWriteCon .bbsWriteList div.tx-attach-main {
        float:none;
        width:100%;

    }

    div.bbsWrite div.bbsWriteCon .bbsWriteList div.txtThumbnail {
        overflow:hidden;
        float:none;
        width:100%;
    }

    div.bbsWrite div.bbsWriteCon .bbsWriteList .tx-attach-list dt .imgWrap{
        float:left;
        width:9%;
    }

}

/* 성지 상세보기 */
.hlView {
    text-align: justify;
    position: relative;
    display: block;
    width: 100%;
    padding: 0px 0px 10px;
    border-bottom: 2px solid #535353;
    font-size: 16px;
    line-height: 27px;
    letter-spacing: -1px;
    overflow: hidden;
    color: #585858;
}

.hlView > div.hlvTitle {
    position: relative;
    display: block;
    text-align: left;
    margin: 0 0 45px;
    padding: 0px;
}

.hlView > div.hlvTitle > h3 {
    position: relative;
    display: block;    
    font-size: 18px;
    color: #29659c;
    margin-bottom: 5px;
}

.hlView > div.hlvTitle > h2 {
    position: relative;
    display: block;    
    font-size: 26px;
}

.hlView .hlvPhoto {
    position: relative;
    display: block;
    float: right;
    width: 380px;
    margin: 0px 0 30px 30px;
    padding: 0px;
    z-index: 2;
}

.hlView .hlvPhoto > div.hlvpImg > div.hlvimgBox {
    position: relative;
    display: table-cell;
    width: 100%;
    height: 300px;
    background: #c9c9c9;
    border-radius: 5px;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    padding: 0px;
}

.hlView .hlvPhoto > div.hlvpImg > div.hlvimgBox > img {
    display: block;
}

.hlView .hlvPhoto > div.hlvpImg > div.hlvimgPoint {
    position: relative;
    display: block;
    clear: both;
    margin: 10px auto 40px;
    padding: 0px;
    text-align: center;
}

.hlView .hlvPhoto > div.hlvpImg > .hlvimgPoint > a {
    position: relative;
    display: inline-block;
    width: 11px;
    height: 11px;
    background: #d8d8d8;
    border-radius: 50%;
    margin: 0 2px;
}

.hlView .hlvPhoto > div.hlvpImg > .hlvimgPoint > a:hover {
    background: #a8a8a8;
}

.hlView .hlvPhoto > div.hlvpImg > .hlvimgPoint > a.active,
.hlView .hlvPhoto > div.hlvpImg > .hlvimgPoint > a.active:hover {
    background: #f93554;
}


.hlView .hlvPhoto > div.hlvpInfo {
    position: relative;
    display: block;
    width: 100%;
    border-top: 2px solid #464646;    
}

.hlView .hlvPhoto > div.hlvpInfo > ul > li {
    position: relative;
    display: block;
    border-bottom: 1px solid #c7c7c7;
    padding: 5px;
    font-size: 15px;
    color: #6a6969;
    letter-spacing: -0.5px;
    overflow: hidden;
}

.hlView .hlvPhoto > div.hlvpInfo > ul > li > i {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 25px;
    background: #535353;
    border-radius: 30px;
    vertical-align: top;
    margin-right: 5px;
}

.hlView .hlvPhoto > div.hlvpInfo > ul > li > span > a > i {
    margin-left: 3px;
    color: #3a8ebf;
}

.hlView .hlvPhoto > div.hlvpInfo > ul > li > i img { 
    width: 100%; 
}

.hlView .hlvPhoto > div.hlvpInfo > ul > li.list_bank > span {
    display: inline-block;
    width: auto;
}

.hlView .hlvPhoto > div.hlvpInfo > ul > li.list_bank > span > span {
    position: relative;
    display: block;
}

.hlView .hlvPhoto > div.hlvpInfo > ul > li.list_bank > span > span + span {
    line-height: 14px;
}

.hlView .hlvCon > div.hlvTxt {
    position: relative;
    display: block;
    color: #6a6969;
    letter-spacing: -0.5px;
    padding-bottom: 50px;    
} 

.hlView .hlvCon > div.hlvTxt:first-child { 
    /* min-height: 520px;  */
    min-height: 700px;
}

.hlView .hlvCon > div.hlvTxt > p {
    display: block;
    margin-bottom: 15px;
}

.hlView .hlvCon > div.hlvTxt > h4 {
    position: relative;
    font-size: 18px;
    color: #000000;
    padding-left: 25px;
    margin-bottom: 10px;
}

.hlView .hlvCon > div.hlvTxt > h4:before {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    width: 15px;
    height: 15px;
    background: #fff;
    border: 1px solid #575757;
    border-radius: 100%;
}

/* 미사시간 세로형 start */
table.massTable {
    position: relative;
    width: 100%;
    border-top: 1px solid #a4a4a4;
    border-radius: 5px;
}

table.massTable tbody th {
    font-weight: normal;
    background: #8daec3;
    width: 10%;
    color: #FFF;
    line-height: 20px;
    padding: 7px;
    vertical-align: top;
    text-align: center;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}

table.massTable tbody tr:last-child th {
    background: #34759e;
}

table.massTable tbody td {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    width: 90%;
    text-align: left;
    vertical-align: top;
    padding: 7px 15px;
}

table.massTable tbody td > span {
    position: relative;
    display: block;
    width: 100%;
    text-align: left;
    font-size: 13px;
    line-height: 18px;
    margin: 5px 0px;
    padding-left: 13px;
    letter-spacing: -1px;   
    color: #6a6969; 
}

table.massTable tbody td > span:after {
    position: absolute;
    content: '';
    width: 2px;
    height: 2px;
    background: #3d3d3d;
    border-radius: 50%;
    top: 8px;
    left: 5px;
}

/* 미사시간 세로형 end */


.hlView .hlvCon > div.hlcMass > div > table {
    position: relative;
    /* display: block; */
    width: 100%;
    border-top: 1px solid #a4a4a4;
    border-bottom: 1px solid #a4a4a4;
    border-radius: 5px;    
}

.hlView .hlvCon > div.hlcMass > div > table thead th {
    font-weight: normal;
    background: #00b8e7;
    /* width: 14.28571%;     */
    color: #FFF;
    line-height: 40px;
}

.hlView .hlvCon > div.hlcMass > div > table thead th:first-child {
    background: #0070b4;
}

.hlView .hlvCon > div.hlcMass > div > table thead th,
.hlView .hlvCon > div.hlcMass > div > table tbody td {
    border-right: 1px solid rgba(0,0,0,0.15);
    text-align: center;
}

.hlView .hlvCon > div.hlcMass > div > table thead th:last-child,
.hlView .hlvCon > div.hlcMass > div > table tbody td:last-child {
    border-right: 0px;
}

.hlView .hlvCon > div.hlcMass > div > table tbody td {
    vertical-align: top;
    padding: 10px 0 15px;
}

.hlView .hlvCon > div.hlcMass > div > table tbody td > span {
    position: relative;
    display: block;
    width: 85%;
    text-align: left;
    font-size: 13px;
    line-height: 18px;
    margin: 5px auto 0px;
    padding-left: 6px;
    letter-spacing: -1px;   
    color: #6a6969; 
}

.hlView .hlvCon > div.hlcMass > div > table tbody td > span:first-child {
    margin-top: 20px;
}

.hlView .hlvCon > div.hlcMass > div > table tbody td > span:after {
    position: absolute;
    content: '';
    width: 2px;
    height: 2px;
    background: #3d3d3d;
    border-radius: 50%;
    top: 8px;
    left: 0px;
}

.hlView .hlvCon > div.hlcMass > ul.hlvEtc {
    position: relative;
    display: block;
    margin: 3px 0 0 7px;
    padding: 0px;    
    overflow: hidden;
}

.hlView .hlvCon > div.hlcMass > ul.hlvEtc > li {
    position: relative;
    display: block;
    width: 100%;
    font-size: 15px;
    color: #3d3d3d;
    line-height: 18px;
    margin: 7px 0;
    padding: 0 0 0 17px;
}

.hlView .hlvCon > div.hlcMass > ul.hlvEtc > li:after {
    position: absolute;
    content: '※';
    width: 15px;
    height: 15px;
    top: 0px;
    left: 0px;    
}


.hlView .hlvCon > div.hlcPilgrimage > div.hlcpBox {
    position: relative;
    display: block;
    width: 100%;
    margin: 0px;
    padding: 20px;
    border: 1px solid #a4a4a4;
    border-radius: 5px;
}

.hlView .hlvCon > div.hlcPilgrimage > div.hlcpBox > h5 {
    position: relative;
    display: block;
    width: 100%;
    font-weight: bold;
}

.hlView .hlvCon > div.hlcPilgrimage > div.hlcpBox > p {
    position: relative;
    display: block;
    width: 100%;
    margin: 10px 0;
    padding: 0px;
    color: #595959;
}

.hlView .hlvCon > div.hlcPilgrimage > div.hlcpBox > ul {
    overflow: hidden;
}

.hlView .hlvCon > div.hlcPilgrimage > div.hlcpBox > ul > li {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 18px;
    margin: 5px 0;
    padding: 0 0 0 7px;
}

.hlView .hlvCon > div.hlcPilgrimage > div.hlcpBox > ul > li:after {
    position: absolute;
    content: '';
    width: 2px;
    height: 2px;
    background: #3d3d3d;
    border-radius: 50%;
    top: 8px;
    left: 0px;
}

.hlView .hlvCon > div.hlcPilgrimage > div.hlcpBox > ul > li > span {
    font-weight: bold;
    color: #333;
}

.hlView .hlvCon > div.hlcPilgrimage > div.hlcpBox > h5 > i,
.hlView .hlvCon > div.hlcPilgrimage > div.hlcpBox > ul > li > i {
    display: inline-block;
    font-size: 13px;
    background: #1d96c3;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    color: #FFF;
    margin: 0 5px;
}

.hlView .hlvCon > div.hlcPilgrimage > div.hlcpBox > span.etc {
    position: relative;
    display: block;
    margin: 5px 0 0;
    font-size: 15px;
    color: #6a6969;
}


.hlView .hlvCon > div.hlcMap > div.hlcmBox {
    position: relative;
    display: block;
    width: 100%;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    overflow: hidden
}

.hlView .hlvCon > div.hlcMap > div.hlcmBox > img { 
    display: block;
}

.hlView .hlvCon > div.hlcMap > div.hlcmMap > div{
    border-radius:5px;
    width: 100%;
    height: 430px;
}

.hlView .hlvCon > div.hlcMap > ul.busWay {
    position: relative;
    display: block;
    margin: 15px 0 0;
    padding: 0px;
}

.hlView .hlvCon > div.hlcMap > ul.busWay > li {
    position: relative;
    display: block;
    line-height: 23px;
    font-size: 15px;
    margin: 0 0 10px;
}

.hlView .hlvCon > div.hlcMap > ul.busWay > li > span {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
    color: #333;
}


div.hlBottom {
    text-align: center;
}


/* 게시판 갤러리 */
ul.boardGallery {
    position: relative;
    display: block;
    clear: both;    
    width: 100%;
    margin: 0px;
    padding: 0px;
}

ul.boardGallery li {
    position: relative;
    display: block;
    float: left;
    width: 31%;    
    margin: 0 3.5% 30px 0;
    padding: 10px 0 40px 0;
}

ul.boardGallery li:nth-child(3n+3) {
    margin-right: 0px;
}

ul.boardGallery li:nth-child(3n+3):after {
    position: absolute;
    content: '';
    width: 900px;
    height: 1px;
    background: #e4e4e4;
    bottom: 0px;
    right: 0px;    
}

ul.boardGallery li:nth-child(3n+3):last-child:after {
    display: none;    
}

ul.boardGallery li > span.thumb {
    position: relative;
    display: block;
    width: 100%;
    height: 186px;
    overflow: hidden;
    text-align: center;
    background: #ededed;
    border-radius: 5px;
    margin: 0 0 15px;
}

ul.boardGallery li > span.thumb img {
    /* display: block;    */
    height: 100%;
}

ul.boardGallery li a > span.title {
    position: relative;
    display: block;
    width: 100%;
    height: 45px;
    font-size: 15px;
    line-height: 22px;
    text-overflow:ellipsis;
    white-space:normal;
    word-wrap: break-word; 
    display: -webkit-box; 
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;
    overflow:hidden;    
    margin-bottom: 13px;
}

ul.boardGallery li a > span.title > span.category {
    position: relative;
    display: inline-block;
    padding: 0px 7px;
    background: #FFF;
    border: 1px solid #535353;
    border-radius: 5px;
    margin: 0 0 0px;
    font-size: 13px;
    line-height: 20px;
}

ul.boardGallery li a > span.content {
    position: relative;
    display: block;
    width: 100%;
    height: 57px;
    color: #888888;
    font-size: 14px;
    line-height: 19px;
    text-overflow:ellipsis;
    white-space:normal;
    word-wrap: break-word; 
    display: -webkit-box; 
    -webkit-line-clamp: 3; 
    -webkit-box-orient: vertical;
    overflow:hidden;  
    margin-bottom: 20px;
}

ul.boardGallery li > span.date {
    position: relative;
    display: block;
    color: #b3b3b3;
    font-size: 14px;
    line-height: 20px;
}


/* 게시판 동영상 */
ul.boardVideo {
    position: relative;
    display: block;
    clear: both;    
    width: 100%;
    margin: 0px;
    padding: 0px;
}

ul.boardVideo li {
    position: relative;
    display: block;
    float: left;
    width: 31%;    
    margin: 0 3.5% 30px 0;
    padding: 10px 0 40px 0;
}

ul.boardVideo li:nth-child(3n+3) {
    margin-right: 0px;
}

ul.boardVideo li:nth-child(3n+3):after {
    position: absolute;
    content: '';
    width: 900px;
    height: 1px;
    background: #e4e4e4;
    bottom: 0px;
    right: 0px;    
}

ul.boardVideo li:nth-child(3n+3):last-child:after {
    display: none;    
}

ul.boardVideo li div {
    position: relative;
    display: block;
    width: 100%;
    margin: 0px;
    padding: 0 0 25px;
    border: 1px solid #c4c4c4;
    border-radius: 5px;
    overflow: hidden;
    text-align: left;
}

ul.boardVideo li div a > span.thumb {
    position: relative;
    display: block;
    width: 100%;
    height: 158px;
    overflow: hidden;
    text-align: center;
    background: #ededed;
    border-radius: 4px 4px 0px 0px;
    margin: 0 0 15px;
}

ul.boardVideo li div a > span.thumb:after {
    position: absolute;
    content: '';
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: url(/assets/cas02/image/main/img_section7_play_icon.png) no-repeat rgba(0,0,0,0.3);
    background-size: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    cursor: pointer;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
}

ul.boardVideo li div a > span.thumb img {
    /* display: block;    */
    width: 100%;
    height: 100%;
}

ul.boardVideo li div span.category {
    position: relative;
    display: inline-block;
    padding: 0px 7px;
    background: #FFF;
    color: #535353;
    border: 1px solid #535353;
    border-radius: 3px;
    margin: 0 15px 8px;
    font-size: 13px;
    line-height: 23px;
    min-width: 80px;
    text-align: center;
}

ul.boardVideo li div span.category > span {
    display: inline-block;
    float: none;
    padding: 0px;
    margin: 0px 2px;
}

ul.boardVideo li div span.category > span i {
    font-size: 17px;
    font-weight: normal;    
    color: #a7a7a7;
    width: 18px;
    height: 18px;    
    border-radius: 3px;
}

ul.boardVideo li div > span.title {
    position: relative;
    display: block;
    width: 100%;
    height: 45px;
    font-size: 15px;
    line-height: 22px;
    text-overflow:ellipsis;
    white-space:normal;
    word-wrap: break-word; 
    display: -webkit-box; 
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;
    overflow:hidden;    
    margin-bottom: 13px;
    padding: 0 18px;
}

ul.boardVideo li div > span.date {
    position: relative;
    display: block;
    color: #b3b3b3;
    font-size: 14px;
    line-height: 20px;
    padding: 0 18px;
}



/* 기관단체 LIST */
ul.insList li span.num { width: 7%; }
ul.insList li span.category { width: 20%; }
ul.insList li span.title { width: 28%; }
ul.insList li span.tel { width: 20%; }
ul.insList li span.email { width: 25%; }

/* Push LIST */
ul.PushList li span.title   { width: 18%; }
ul.PushList li span.text    { width: 46%; }
ul.PushList li span.img     { width: 18%; }
ul.PushList li span.date    { width: 18%; }

/* 성지회보 LIST */
div.listType {
    position: relative;
    display: block;
    float: right;
    margin-left: 5px;    
}

div.listType a {
    display: block;
    float: left;
    width: 35px;
    height: 35px;
    line-height: 33px;
    color: #cfcfcf;
    font-size: 14px;
    padding: 0 5px;
    margin-left: 5px;
    border-radius: 3px;
    border: 1px solid #cfcfcf;
    text-align: center;
}

div.listType a.on {
    color: #565656;
    border-color: #565656;
}


div.bbsSearch {
    position: relative;
    display: block;
    float: right;
    width: 242px;
    height: 35px;
}

ul.boardPilgrim li div.juboBox,
ul.boardCulture li div.juboBox { 
    padding-bottom: 20px !important; 
}

ul.boardCulture li div > span.category {
    min-width: auto !important;
    padding: 0px 15px !important;
}

ul.pilgrimList li span.pilgrim { width: 20%; height: 100px; }
ul.pilgrimList li span.title { width: 73%; }
ul.pilgrimList li span.title > span {
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 0px; 
    text-align: left;
}

ul.pilgrimList li span.title > span.tDate {
    font-size: 15px;
}

ul.pilgrimList li span.title > span.tTit {
    color: #535353;
    font-size: 15px;    
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

ul.pilgrimList li span.title > span.tWriter {
    display: block;
    font-size: 14px;
    color: #7b7b7b;
}


/* 기관단체 VIEW */
div.insView {}

div.insViewTop {
    position: relative;
    display: block;
    width: 100%;
    border-bottom: 1px solid #a4a4a4;
    overflow: hidden;
}

div.insViewTop span.viewCategory {
    position: relative;
    display: inline-block;
    padding: 0px 10px;
    background: #FFF;
    border: 1px solid #535353;
    border-radius: 5px;
    margin-right: 10px;
    font-size: 14px;
    line-height: 23px;
}

div.insViewTop h3.viewTitle {
    position: relative;
    display: block;
    width: 100%;
    font-size: 27px;
    line-height: 35px;
    margin: 10px 0;
}

div.insViewTop h3.viewTitle a.btnHome {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: #0578a7;
    text-align: center;
    border-radius: 30px;
    vertical-align: middle;
    margin-left: 10px;
}

div.insViewTop h3.viewTitle a.btnHome > img { display: block; width: 100%; }

div.insViewTop div.insInfo {
    position: relative;
    display: block;
    width: 100%;
    margin: 25px 0 0;
    font-size: 15px;
    line-height: 22px;
}

div.insViewTop div.insInfo h4,
div.insViewCon h4 {
    position: relative;
    display: block;
    width: 100%;
    font-weight: bold;
    font-size: 16px;
    line-height: 30px;
    overflow: hidden;
}

div.insViewTop div.insInfo h4:before,
div.insViewCon h4:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: #a4a4a4;
    top: 14px;
    left: 0px;
    z-index: 0;
}

div.insViewTop div.insInfo h4 > span,
div.insViewCon h4 > span {
    position: relative;
    display: inline-block;
    background: #FFF;
    padding-right: 15px;    
    z-index: 2;
}

div.insViewTop div.insInfo ul.insinfoUl01 {
    position: relative;
    display: block;
    margin: 15px 0 0;
    overflow: hidden;
    clear: both;
}

div.insViewTop div.insInfo ul.insinfoUl01 li {
    position: relative;
    display: block;
    width: 33.33333%;
    float: left;
    margin: 0 0 7px;
    padding: 0 0 0 8px;
    color: #6a6969;
}

div.insViewTop div.insInfo ul.insinfoUl01 li:after {
    position: absolute;
    content: '';
    width: 2px;
    height: 2px;
    background: #a4a4a4;
    top: 11px;
    left: 0px;    
}

div.insViewTop div.insInfo ul.insinfoUl01 li > span {
    position: relative;
    display: inline-block;
    padding-right: 10px;
    margin-right: 10px;
    font-weight: bold;
}

div.insViewTop div.insInfo ul.insinfoUl01 li > span:after {
    position: absolute;
    content: ':';
    color: #6a6969;
    top: 0px;    
    right: 0px;
}


div.insViewTop div.insInfo div.insInfo02 {
    position: relative;
    display: block;    
    padding: 0px 10px 8px;
    clear: both;
    overflow: hidden;
    line-height: 25px;
    margin-top: 10px;
}

/* div.insViewTop div.insInfo div.insInfo02 {
    position: relative;
    display: block;
    background: #f3f3f3;
    padding: 15px 25px 8px;
    clear: both;
    overflow: hidden;
    line-height: 25px;
    margin-top: 30px;
} */

div.insViewTop div.insInfo div.insInfo02 ul.insinfoUl02 {}

div.insViewTop div.insInfo div.insInfo02 ul.insinfoUl02 li {
    display: block;
    float: left;
    width: 33.333333%;       
    line-height: 25px;
    margin-bottom: 7px;
    color: #595959;
}

div.insViewTop div.insInfo div.insInfo02 ul.insinfoUl02 li span {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 6px;
    background: #535353;
    border-radius: 50%;
    vertical-align: middle;
}

div.insViewTop div.insInfo div.insInfo02 ul.insinfoUl02 li span > img { width: 100%; }

div.insViewTop div.insInfo div.insInfo02 ul.insinfoUl02 li.address {
    width: 100%;
}

div.insViewCon {
    padding: 50px 0px;
}

div.insViewCon > .insIntro > .common_table thead tr th {
    line-height: 1;
}

div.insViewCon div.insIntro {
    display: block;
    margin-top: 30px;
    overflow: hidden;
    padding-bottom: 30px;
    border-bottom: 1px solid #535353;
}

div.insViewCon div.insMap {
    position: relative;
    display: block;
    padding-top: 50px;
    /* margin-top: 30px; */
    /* border-top: 1px solid #535353; */
    
}

div.insViewCon div.insMap h3 {
    position: relative;
    font-size: 16px;
    color: #000000;
    padding-left: 27px;
    margin-bottom: 10px;
    line-height: 25px;
}

div.insViewCon div.insMap h3:before {
    content: '';
    position: absolute;
    top: 7px;
    left: 5px;
    width: 13px;
    height: 13px;
    background: #fff;
    border: 1px solid #575757;
    border-radius: 100%;
}

#drawingMap {
    border-radius: 5px;
    width: 100%;
    height: auto;
}
div.insViewCon div.insMap .mapBox {
    height: 450px !important;
    border: 1px solid #dfdfdf;
    overflow: hidden;
}

div.insPhoto div.photoList ul li {
    height: 450px !important;
    border: 1px solid #dfdfdf;
    overflow: hidden;
    border-radius: 5px;
    width: 100%;
    text-align: center;
    background: #f2f2f2;
}

div.insPhoto div.photoList ul li img {
    width: auto; 
    height: 100%;    
}


/* 신고하기 관련 */
.bbsViewTop div.bbsTitleInfo > div.notifyBtn {
    float: right;
    margin: 10px 0 0;
}

.bbsViewTop div.bbsTitleInfo > div.notifyBtn .button-wrap:hover .tool-tip {
    transform: translateX(-20%) scale(1) !important; 
}

.bbsViewTop div.bbsTitleInfo > div.notifyBtn .tool-tip {
    transform: translateX(-20%) scale(0) !important;
}

.bbsViewTop div.notifyBtn > span#copy_url {
    display: block;
    float: left;
    width: 14px;
    height: 22px;
    margin-right: 12px;
    cursor: pointer;
}

.bbsViewTop div.notifyBtn > span#copy_url > svg {
    fill: #b4b4b4;
}

.bbsViewTop div.bbsTitleInfo > div.notifyBtn .button-wrap,
ul.list-inline li.btn_report .button-wrap {
    position: relative;
    display: inline-block;
    /*left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); */
}

.bbsViewTop div.bbsTitleInfo > div.notifyBtn .button-wrap:hover .tool-tip,
ul.list-inline li.btn_report .button-wrap:hover .tool-tip { 
    top: 0px;
    transition: all 0.3s cubic-bezier(1, 0, 0.4, 1.7);
    transform: translateX(-10%) scale(1); 
    z-index: 11;
}

.bbsViewTop div.bbsTitleInfo > div.notifyBtn .button,
ul.list-inline li.btn_report .button {
    width: auto;
    height: 20px;
    cursor: pointer;
    overflow: hidden;
    background: #FFF;
}

.bbsViewTop div.bbsTitleInfo > div.notifyBtn .button a,
ul.list-inline li.btn_report .button a {
    width: 100%;
    height: 100%;
    border: 0px;
    display: block;
    line-height: 25px;
    text-align: center;
    position: relative;
    z-index: 10;    
} 

.bbsViewTop div.bbsTitleInfo > div.notifyBtn .button:hover,   
ul.list-inline li.btn_report .button:hover { 
    width: 100%; 
}
    
.bbsViewTop div.bbsTitleInfo > div.notifyBtn .tool-tip,
ul.list-inline li.btn_report .tool-tip {
    width: 40px;
    height: 25px;
    position: absolute;
    left: -43px;
    top: 0%;
    font-size: 12px;
    letter-spacing: -1px;
    line-height: 25px;
    color: #333;
    text-align: center;
    transform: translateX(-10%) scale(0);
    transform-origin: right center;
    transition: all 0.3s cubic-bezier(1, 0, 0.4, 1);

    border: 1px solid #333;
    background: #FFF;
    border-radius: 3px;
    box-shadow: 0px 2px 0px rgba(0,0,0,0.05);
}

.bbsViewTop div.bbsTitleInfo > div.notifyBtn .tool-tip:after,
ul.list-inline li.btn_report .tool-tip:after {
    width: 0; 
    height: 0; 
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #333;
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: -7px;
    transform: translateY(-50%);
}

.bbsViewTop div.bbsTitleInfo > div.notifyBtn,
ul.list-inline li.btn_report .tool-tip a {
    border: 0px;
    line-height: 25px;
    box-shadow: none;
    padding: 0px;
    background: none;
}



/* s: 채용/공고/행사/모집 관련 st */
ul.bbsRecruit li span.category {
    height: 72px;
}

ul.bbsNewsletter li span.category {
    height: 45px;
}

ul.bbsRecruit li span > .duedate {
    position: relative;
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0px;
    text-align: left;
    margin: 8px 0px 0;
    padding: 0px;
    color: #3e7699;
}

ul.bbsRecruit li span > .duedate > span {
    position: relative;    
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 0px 5px;
    /* border: 1px solid #a0a0a0; */
    background: #7a8e9b;
    color: #FFF;
    line-height: 20px;
    border-radius: 3px;
    font-size: 12px;
    letter-spacing: -1px;
}


/* e: 채용/공고/행사/모집 관련 st */

/* 웹진 스타일 게시판 */
ul.boardWebzine {
    position: relative;
    display: block;
    clear: both;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

ul.boardWebzine > li {
    position: relative;
    display: block;
    width: 100%;
    padding: 0px;
    margin: 0 0 20px; 
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    overflow: hidden;
}

ul.boardWebzine > li:hover {
    border: 1px solid #858585;
}

ul.boardWebzine > li > .thumb {
    position: relative;
    display: block;
    float: left;
    width: 240px;
    height: 160px;
    overflow: hidden;
    text-align: center;
    background: #ededed;
    border-radius: 5px;
    margin: 10px;
}

ul.boardWebzine > li > .thumb img {
    /* display: block;    */
    height: 100%;
}

ul.boardWebzine > li > div.listCon {
    position: relative;
    display: block;
    float: left;
    width: calc(100% - 310px);
    overflow: hidden;
    text-align: left;
    margin: 12px 30px 10px 15px;
}

ul.boardWebzine > li > div.listCon a > span {
    display: none;
}

ul.boardWebzine > li > div.listCon a > span.category {
    position: relative;
    display: table;
    width: auto;
    padding: 0px 7px;
    background: #FFF;
    border: 1px solid #535353;
    border-radius: 5px;
    margin: 0px;
    font-size: 13px;
    line-height: 20px;
}

ul.boardWebzine > li > div.listCon a > span.title {
    position: relative;
    display: block;
    width: 100%;
    height: 45px;
    font-size: 17px;
    line-height: 22px;
    font-weight: 500;
    text-overflow:ellipsis;
    white-space:normal;
    word-wrap: break-word; 
    display: -webkit-box; 
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;
    overflow:hidden;    
    margin: 7px 0 10px;
}

ul.boardWebzine > li:hover > div.listCon a > span.title {
    color: #3e7699;
}


ul.boardWebzine > li > div.listCon a > span.content {
    position: relative;
    display: block;
    width: 100%;
    height: 40px;
    color: #888888;
    font-size: 14px;
    line-height: 19px;
    text-overflow:ellipsis;
    white-space:normal;
    word-wrap: break-word; 
    display: -webkit-box; 
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;
    overflow:hidden;  
    margin-bottom: 12px;
}

ul.boardWebzine > li > div.listCon > span.date {
    position: relative;
    display: block;
    color: #b3b3b3;
    font-size: 14px;
    line-height: 20px;
}



@media screen and (max-width:1220px) {
   
}

@media screen and (max-width:1110px) {
    /* 성지 목록 : 갤러리 형태 */
    ul.hlList li.hlBody {
        width: 31.111%;
        height: auto;
    }

    ul.hlList li div.hlImg {
        width: 100%;
        height: auto;
    }

    /* 게시판 갤러리 */
    ul.boardGallery li {
        width: 32%;    
        margin: 0 2% 30px 0;
    }

    ul.boardGallery li > span.thumb {
        height: 175px;
    }

    div.insPhoto div.photoList ul li {
        height: auto !important;
    }

    div.insPhoto div.photoList ul li img {
        width: 100%; 
        height: auto;       
        display: block; 
    }
}

@media screen and (max-width:1023px) {
    .hlView .hlvCon > div.hlcMap > div.hlcmMap > div{
        height: 45vw;
    }
}

@media screen and (max-width:767px)
{
    /* Category > 3depth */
    ul.bbsCategory li:not(.active)
    {
        display:none;
    }    

    ul.bbsCategory li
    {
        float:none;
        width:100%;
        display:block;
        height:inherit;
        min-height:inherit;
        line-height:inherit;
        padding:0;
    }
    ul.bbsCategory li a
    {
        text-overflow:ellipsis;
        white-space:nowrap;
        overflow:hidden;
        width:100%;
        padding:14px 15px
    }
    
    /* ul.bbsCategory li > a:before
    {
        content:'';
        position:absolute;
        top:15px;
        right:23px;
        width:2px;
        height:12px;
        border-radius: 3px;
        background:#c7c7c7;
    } */
    ul.bbsCategory li.active > a:after
    {
        content:'\f078';
        position:absolute;
        font-family: "FontAwesome";
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        top:50%;
        transform: translateY(-50%);
        right:15px;
        width:16px;
        height:16px;
        /* border-radius: 3px; */
        /* background:#c7c7c7; */
    }

    ul.bbsCategory li.active > a:before,
    ul.bbsCategory li > a.active_s:before
    {
        display:none;
    }

    /* ul.bbsCategory li.active > a:after,
    ul.bbsCategory li.active > a.before
    {
        background:#555;
    } */

    ul.bbsCategory li > a:before
    {
        content:'';
        position:absolute;
        top:15px;
        right:18px;
        width:12px;
        height:2px;
        border-radius: 3px;
        background:#c7c7c7;
    }
  

    /* 게시판 LIST */
    ul.bbsList li.bbsHead {
        display: none;
    }

    ul.bbsList {
        border-top: 1px solid #535353;
    }

    ul.bbsList li { padding: 7px 10px; }
    
    ul.bbsList li div {
        line-height: 23px;    
        text-align: center;
        padding: 0px;
        margin: 0px;
        font-size: 12px;
    }
    
    ul.bbsList li div.num { display: none; }
    ul.bbsList li div.category,
    ul.bbsList li div.writer,
    ul.bbsList li div.date,
    ul.bbsList li div.hits, 
    ul.insList li span.tel,
    ul.insList li span.email,
    ul.bbsList.bbsNewsletter li span.category,
    ul.bbsList.bbsNewsletter li span.dept { width: auto; }

    ul.PushList li span.title,
    ul.PushList li span.text,
    ul.PushList li span.img,
    ul.PushList li span.date    { width: 100%; text-align: left; }
    ul.PushList li span.img { margin: 7px 0 0; }
    ul.PushList li span:last-child:after { display: none;}
    ul.PushList li span.text { font-size: 14px;}
    ul.PushList li span.img > img { width: 98% !important; }

    ul.bbsRecruit li span.category,
    ul.bbsNewsletter li span.category
    { height: auto;}

    ul.bbsNewsletter li span {
        text-align: left;
    }

    ul.bbsList.bbsNewsletter li span.dept { 
        padding-right: 10px; 
        margin-right: 10px;
    }

    ul.bbsList.bbsNewsletter li span.dept:after {
        position: absolute;
        content: '';
        width: 1px;
        height: 10px;
        top: 50%;
        transform: translateY(-50%);
        right: 0px;
        background: rgba(0,0,0,0.3);
    }

    ul.bbsList.bbsNewsletter li span:last-child:after { 
        display: none;
    }

    ul.bbsList li div.category,
    ul.pilgrimList li span.pilgrim {
        margin-bottom: 5px; 
        padding: 0 5px;
        background: #76889a !important;
        color: #FFF !important;
        border-radius: 3px;
        line-height: 20px; 
    }

    ul.bbsList li div.category > span {
        display: inline-block;
        float: none;
        padding: 0px;
        margin: 0px 5px;        
        border: 0px;
    }

    ul.bbsList li div.category > span i {
        font-size: 15px;
        color: #aec6df;
        width: 13px;
        height: 13px;
        background: none;
        margin: 0px;
    }

    ul.bbsRecruit li span > .duedate { 
        color: #3e7699 !important; 
    }
    
    ul.bbsRecruit li span > .duedate > span {
        border: 0px;
        background: #FFF;
        border-radius: 0px;  
        color: #3e7699;      
        padding: 0 14px 0 0;
        font-size: 13px;
    }

    ul.bbsRecruit li span > .duedate > span::after {
        position: absolute;
        content: '';
        top: 50%;
        transform: translateY(-50%);
        right: 0px;
        width: 1px;
        height: 10px;
        background: #3e7699;
    }

    ul.bbsList li div.category p.m_hidden { display: none; }

    ul.bbsList li.bbsBody div.title {
        width: 100%;
        margin-bottom: 7px;

        padding-left: 0px;
        font-size: 14px;
        letter-spacing: -1px;
    }

    ul.pdsList li.bbsBody span.file {
        width: 100%;
        margin-bottom: 7px;
        padding-left: 0px;
        text-align: left;
    }
    
    ul.bbsList li.bbsBody div {
        
    }

    ul.bbsList li div.writer,
    ul.bbsList li div.date,
    ul.bbsList li div.hits, 
    ul.insList li span.tel,
    ul.insList li span.email 
    { 
        margin-right: 15px;
        padding-right: 15px;
        font-size: 13px;
    }

    ul.bbsList li div.writer:after,
    ul.bbsList li div.date:after,
    ul.insList li span.tel:after {
        position: absolute;
        content: '';
        width: 1px;
        height: 10px;
        top: 50%;
        transform: translateY(-50%);
        right: 0px;
        background: rgba(0,0,0,0.3);
        display: none;
    }

    ul.counselList li span.date:after {
        display: none;
    }
    ul.bbsList li.bbsBody div.writer{
        display: none;
    }
    ul.bbsList li.bbsBody div.hits{
        display: none;
    }
    /* 성지회보 LIST */
    ul.pilgrimList li span.pilgrim { height: auto; }

    div.pilgrimViewTop h3.viewTitle span.viewTit {
        display: block;
        margin-top: 10px;
    }
    


    /* 게시판 VIEW */
    .bbsViewTop{
        margin-top: 5px;
    }
    .bbsViewTop h3.viewTitle {
        height: auto;
        font-size: 16px;
        padding: 10px 7px;
        line-height: 1.2;
    }

    .bbsViewTop h3.viewTitle span.viewCategory {
        padding-left: 0;
        margin-right: 0px;
        font-size: 13px;
        line-height: 21px;
    }

    .bbsViewTop h3.viewTitle span.viewCategory > span {
        margin: 0px;
    }

    .bbsViewTop div.bbsTitleInfo {
        font-size: 13px;
        height: auto;
    }
    .bbsViewTop div.bbsTitleInfo .area{
        flex-wrap: wrap;
        gap: 8px 15px;
    }

    .bbsViewTop div.bbsTitleInfo > span {
        margin-right: 15px;
    }

    div.bbsViewCon {
        padding: 20px 0px 20px;
        line-height: 20px;
    }

    div.bbsViewCon > p > img { max-width: 100%; }

    div.viewComment {
        margin: 20px 0px 0px;
    }
    
    div.viewComment h3.commentTitle {
        margin-bottom: 10px;
        font-size: 15px;
    }
    
    div.viewComment form {
        overflow: hidden;
    }
    
    div.viewComment form textarea.commentBox {
        width: 80%;
        height: 75px;
        padding: 10px;
        font-size: 15px;
    }

    div.viewComment form div.commentBtn {
        width: 20%;
        height: 75px;
    }

    .btnListNext a {
        width: 36px;
        height: 36px;
        font-size: 23px;
        line-height: 25px;
    }
    .btnListNext a:first-of-type{
        padding-right: 3px;
    }
    .btnListNext a:nth-of-type(2){
        padding-left: 2px;
    }


    /* 게시판 WRITE */
    div.bbsWrite div.bbsWriteTitle {
        margin: 0 0 10px;
        font-size: 16px;
    }

    div.bbsWrite div.bbsWriteTitle h3 {
        padding: 0 0 0 20px;
    }
    
    div.bbsWrite div.bbsWriteTitle h3:before {
        width: 13px;
        height: 13px;
    }

    div.bbsWrite div.bbsWriteCon .bbsWriteList {
        padding: 7px 0px 7px 0;
    }

    div.bbsWrite div.bbsWriteCon .bbsWriteList > label {
        position: absolute;
        display: table-cell;
        vertical-align: top;
        height: 100%;
        padding-top: 18px;
        top: 50%;
        transform: translateY(-50%);
        left: 12px;
    }

    div.bbsWrite div.bbsWriteCon .bbsWriteList > label {
        font-size: 14px;
    }

    div.bbsWrite div.bbsWriteCon .bbsWriteList > label.none_label {
        display:none;
    }

    /* div.bbsWrite div.bbsWriteCon .bbsWriteList div {
        width: 200px;
        float: right;        
    } */
    div.bbsWrite div.bbsWriteCon .bbsWriteList.st_sort div
    {
        width:auto;
        float:none;
        /* margin-bottom:5px; */
    }
    

    div.bbsWrite div.bbsWriteCon .bbsWriteList div > input,
    div.bbsWrite div.bbsWriteCon .bbsWriteList div > select,
    div.bbsWrite div.bbsWriteCon .bbsWriteList div > textarea {
        font-size: 14px;
    }

    div.bbsWrite div.bbsWriteCon .bbsWriteList div > input.a_name_input,
    div.bbsWrite div.bbsWriteCon .bbsWriteList div > select {
        width: 70%;        
    }

    /* div.bbsWrite div.bbsWriteCon .bbsWriteList:nth-child(3),
    div.bbsWrite div.bbsWriteCon .bbsWriteList:nth-child(4) {
        padding: 0px 0px 18px 0;
    } */

    /* div.bbsWrite div.bbsWriteCon .bbsWriteList:nth-child(3) > label,
    div.bbsWrite div.bbsWriteCon .bbsWriteList:nth-child(4) > label {
        position: relative;
        display: block;
        top: auto;
        transform: none;
        margin-bottom: 10px;
    } */
    
    /* div.bbsWrite div.bbsWriteCon .bbsWriteList:nth-child(3) div,
    div.bbsWrite div.bbsWriteCon .bbsWriteList:nth-child(4) div {
        width: 100%;
        clear: right;
    
    } */



    div.bbsWrite div.bbsWriteCon .bbsWriteList div > textarea.a_content {
        min-height: 300px;
    }

    

    /* 성지 목록 : 갤러리 형태 */
    ul.hlList li.hlBody {
        width: 48%;
    }

    ul.hlList li.hlBody:nth-child(3n+3) {
        margin-right: 24px;
    }

    ul.hlList li.hlBody:nth-child(2n+2) {
        margin-right: 0px !important;
    }

    ul.hlList li.hlBody:last-child:after {
        display: none;
    }

    ul.hlList li.hlBody:nth-child(2n+2):after {
        position: absolute;
        content: '';
        width: 900px;
        height: 1px;
        background: #e4e4e4;
        bottom: -25px;
        right: 0px;
    }


    /* 게시판 갤러리 */
    ul.boardGallery li {
        margin: 0 2% 10px 0;
        padding: 10px 0 20px 0;
    }

    ul.boardGallery li > span.thumb {
        height: 150px;
    }

    ul.boardGallery li:nth-child(3n+3):after {
        display: none;
    }

    ul.boardGallery li a > span.title {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 10px;
    }
    
    ul.boardGallery li a > span.title > span.category {
        padding: 0px 5px;
        border-radius: 3px;
        margin: 0 0 0px;
        font-size: 12px;
        line-height: 18px;
    }

    div.bbsViewCon > div > ul > li > img {
        width: 100% !important;
    }



    table.massTable tbody th {
        width: 20%;
    }
        
    table.massTable tbody td {
        width: 80%;
    }
    

    /* 동영상 게시판 */
    ul.boardVideo li {
        width: 32.2%;
        margin: 0 1.5% 15px 0;
        padding: 0px;
    }

    ul.boardVideo li:nth-child(3n+3):after {
        display: none;
    }

    ul.boardVideo li div {
        padding: 0 0 12px;
    }

    ul.boardVideo li div a > span.thumb {
        height: 130px;
        margin: 0 0 8px;
    }

    ul.boardVideo li div > span.title {
        margin-bottom: 8px;
        padding: 0 10px;
    }

    ul.boardVideo li div > span.date {
        padding: 0 10px;
    }

    /* 신고관련 css */
    .bbsViewTop div.bbsTitleInfo > div.notifyBtn {
        margin: 5px 0 0;
    }

    p.bbsTotal{
        padding-left: 20px;
        padding-right: 10px;
        font-size: 13px;
        min-width: 87px;
    }
    p.bbsTotal::before{
        content: "";
        position: absolute;
        width: 1px;
        height: 50%;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        background-color: #ddd;
    }
    p.bbsTotal span{
        margin-left: 2px;
        margin-right: 1px;
    }
    ul.bbsList li.bbsBody div.title > a{
        font-size: 16px;
        width: 100%;
        max-width: 100%;
    }
}

@media screen and (max-width:767px) {

    div.bbsBottom {

    }
    
    div.bbsBottom div.bbsBtn {
        margin: 0 0 5px;
    }
    
    div.bbsBtn a,
    div.bbsBtn button { 
        height: 36px;
        padding: 0 14px 2px 13px;
        font-size: 15px;    
        line-height: 28px;
    }
    
    div.bbsNavi { 
        padding: 0 0 0px;
    }
    
    div.bbsNavi > ul {
        margin: 0 5px;
    }
    
    
    div.bbsNavi > ul .numbers a {
        width: 25px;
        height: 25px;    
        line-height: 23px;
        font-size: 13px;
        margin: 0 2px;
    }
    
    div.bbsNavi > ul .numbers a.active {
        width: 24px;
        height: 24px;
    }

    input.bbsSearchBox{
        font-size: 15px;
        padding-bottom: 0;
    }
    ul.bbsList li{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .bbsViewTop div.bbsTitleInfo{
        gap: 15px;
        padding: 14px 7px;
    }
    .bbsViewTop div.bbsTitleInfo > span {        
        display: block;
        line-height: 16px;
        margin: 0px 0; 
        font-size: 13px;
    }

    .bbsViewTop div.bbsTitleInfo > div.notifyBtn {
        position: absolute;
        bottom: 0px;
        right: 7px;
        width: auto;
        float: none;
        margin: 0px;
    }
    p.bbsTotal{
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        z-index: 1;
    }
    div.bbsTop{
        align-items: center;
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: 15px;
        margin-top: 0px;
    
    }
}

@media screen and (max-width:600px)
{


    /* 성지 목록 : 갤러리 형태 */
    ul.hlList li.hlBody {
        clear: left;
        width: 94%;
        margin: 0px 3% 20px;
    }

    ul.hlList li.hlBody:after {
        display: none;
    }

    /* 성지 상세보기 */
    .hlView > div.hlvTitle {
        margin: 0 0 25px;
    }

    .hlView .hlvPhoto {
        width: 100%;
        margin: 0 0 20px;
    }

    .hlView .hlvPhoto > div.hlvpImg > div.hlvimgBox {
        position: relative;
        display: block;
        width: 100%;
        height: 300px;
        text-align: center;
        overflow: hidden;
    }

    .hlView .hlvPhoto > div.hlvpImg > div.hlvimgBox > img {
        height: 100%;
        margin: 0 auto;
    }

    .hlView .hlvPhoto > div.hlvpImg > div.hlvimgPoint {
        margin: 10px auto 25px;
    }

    .hlView .hlvCon > div.hlvTxt {
        padding-bottom: 20px;
    }

    .hlView .hlvPhoto > div.hlvpInfo > ul > li,
    .hlView .hlvCon > div.hlvTxt > p {
        /* font-size: 14px; */
        line-height: 24px;
    }

    .hlView .hlvCon > div.hlvTxt > p {
        margin-bottom: 10px;
    }

    .hlView .hlvCon > div.hlvTxt > h4 {
        font-size: 16px;
        padding-left: 20px;
        margin-bottom: 10px;
    }

    .hlView .hlvCon > div.hlvTxt > h4:before {
        top: 5px;
        width: 12px;
        height: 12px;
    }

    .hlView .hlvCon > div.hlcMass > ul.hlvEtc > li {
        font-size: 14px;
        line-height: 17px;
        margin: 5px 0;
        padding: 0 0 0 15px;
    }

    .hlView .hlvCon > div.hlcPilgrimage > div.hlcpBox {
        margin: 0px;
        padding: 10px;
        font-size: 14px;
        line-height: 20px;
    }

    .hlView .hlvCon > div.hlcPilgrimage > div.hlcpBox > ul > li {
        font-size: 13px;
        letter-spacing: -1px;
        padding: 0 0 0 5px;
    }

    .hlView .hlvCon > div.hlcPilgrimage > div.hlcpBox > h5 > i,
    .hlView .hlvCon > div.hlcPilgrimage > div.hlcpBox > ul > li > i {
        font-size: 11px;
        width: 14px;
        height: 14px;
        line-height: 14px;
    }

    .hlView .hlvCon > div.hlcPilgrimage > div.hlcpBox > p,
    .hlView .hlvCon > div.hlcPilgrimage > div.hlcpBox > span.etc {
        font-size: 13px;
        line-height: 18px;
    }

    /* 게시판 갤러리 */
    ul.boardGallery li,
    ul.boardGallery li:nth-child(3n+3) {
        width: 48.5%;    
        margin: 0 3% 5px 0;
        padding: 10px 0 15px 0;
    }

    ul.boardGallery li:nth-child(even) {
        margin-right: 0px;
    }

    ul.boardGallery li a > span.content {
        height: 40px;
        -webkit-line-clamp: 2;
        margin-bottom: 15px;
    }

    /* 기관단체 VIEW */
    div.insViewTop span.viewCategory {
        padding: 0px 7px;
        border-radius: 3px;
        font-size: 13px;
        line-height: 21px;
    }

    div.insViewTop h3.viewTitle {
        font-size: 20px;
        margin: 8px 0;
        line-height: 20px;
    }

    div.insViewTop h3.viewTitle a.btnHome {
        width: 20px;
        height: 20px;
    }

    div.insViewTop div.insInfo {
        margin: 15px 0 0;
        font-size: 14px;
        line-height: 20px;
    }

    div.insViewTop div.insInfo ul.insinfoUl01 {
        margin: 5px 0 0;
    }

    div.insViewTop div.insInfo ul.insinfoUl01 li,
    div.insViewTop div.insInfo div.insInfo02 ul.insinfoUl02 li {
        width: 100%;
    }

    div.insViewTop div.insInfo div.insInfo02 {
        padding: 10px;
        margin-top: 10px;
    }

    div.insViewTop div.insInfo div.insInfo02 ul.insinfoUl02 li {
        line-height: 20px;
        margin-bottom: 3px;
    }

    div.insViewTop div.insInfo div.insInfo02 ul.insinfoUl02 li span {
        width: 20px;
        height: 20px;
    }

    div.insViewCon div.insIntro {
        margin-top: 10px;
    }

    div.insViewCon div.insMap {
        padding-top: 20px;
        margin-top: 10px;
    }

    div.insViewCon div.insMap .mapBox {
        height: 350px !important;
    }

    div.insViewCon div.insMap h3 {
        font-size: 15px;
        padding-left: 18px;
        line-height: 15px;
    }

    div.insViewCon div.insMap h3:before {
        top: 2px;
        left: 0px;
        width: 10px;
        height: 10px;
    }

    /* 동영상 게시판 */
    ul.boardVideo li {
        width: 47%;
        margin: 0 1.5% 15px;
        padding: 0px;
    }

    ul.boardVideo li:nth-child(3n+3) {
        margin-right: 1.5%;
    }

    /* 웹진 스타일 게시판 */
    ul.boardWebzine > li > .thumb {        
        float: none;
        width: calc(100% - 20px);
        height: auto;
    }

    ul.boardWebzine > li > .thumb img {          
        width: 100%;
    }

    ul.boardWebzine > li > div.listCon {
        float: left;
        width: calc(100% - 30px);
        margin: 5px 15px 15px;
    }

    ul.boardWebzine > li > div.listCon a > span.title {
        font-size: 16px;
    }

}

@media screen and (max-width:425px)
{      

    /* Write - 201222 */
    div.bbsWrite div.bbsWriteCon .bbsWriteList .tx-attach-list dt .imgWrap {
        float: left;
        width: 50px;
    }

    .tx-attach-list dt .fileName {
        margin-left: 10px;
        width: 100px;
        padding-right: 10px;
    }

    div.bbsWrite div.bbsWriteCon .bbsWriteList > label {
        position: relative;
        display: block;
        top: auto;
        left: auto;
        transform: none;
        padding: 5px 5px 10px;
    }    
    
    div.bbsWrite div.bbsWriteCon .bbsWriteList > div
    {
        display: block;
        width: 100%;
    }



    /* Category > 3depth */
    ul.bbsCategory li
    {
        font-size: 15px;
    }
    ul.bbsCategory li a
    {
        padding:12px 10px;
    }
    
    /* ul.bbsCategory li > a:before
    {
        top:14px;
        right:20px;
        height:10px;
    } */
    /* ul.bbsCategory li > a:after    {
        
        top:18px;
        right:16px;
        width:10px;
    } */

    /* ul.bbsCategory li.active > a:before,
    ul.bbsCategory li > a.active_s:before
    {
        display:none;
    } */

    /* ul.bbsCategory li.active > a:after,
    ul.bbsCategory li.active > a.before
    {
        background:#555;
    } */


    ul.bbsCategory {
        margin: 0px 0px 20px;
    }

    form.bbsSearch {
        width: 100%;
    }

    div.bbsTop fieldset {
        height: auto;
    }

    input.bbsSearchBox {

    }

    div.bbsBottom {
        /* text-align: center; */
    }

    div.bbsBottom div.bbsBtn {
        margin: 0 0 20px;        
    }

    ul.bbsList li {
        padding: 10px 5px;
    }

    ul.bbsList li.bbsBody div.title {
        margin-bottom: 0px;
    }

    div.bbsWrite div.bbsWriteCon .bbsWriteList {
        padding: 7px 0px;
    }

    div.bbsWrite div.bbsWriteCon .bbsWriteList div > input.a_name_input,
    div.bbsWrite div.bbsWriteCon .bbsWriteList div > select {
        width: 100%;        
    }

    /* 게시판 갤러리 */
    ul.boardGallery li,
    ul.boardGallery li:nth-child(3n+3) {
        width: 100%;  
    }

    ul.boardGallery li > span.thumb {
        height: 220px;
    }

    ul.boardGallery li a > span.title {
        height: auto;
        font-size: 15px;
        line-height: 22px;
        white-space: nowrap;
        text-overflow: ellipsis;
        display: block;
        overflow: hidden;
        margin-bottom: 10px;
    }

    
    ul.boardGallery li a > span.content {
        height: 40px;
        -webkit-line-clamp: 2;
        margin-bottom: 10px;
    }

    ul.boardGallery li > span.date {
        font-size: 13px;
    }

    ul.boardGallery li:after {
        position: absolute;
        content: '';
        width: 100%;
        height: 1px;
        background: #e4e4e4;
        bottom: 0px;
        right: 0px;
        display: block !important;
    }

    ul.boardGallery li:last-child:after {
        display: none !important;
    }

    div.insViewTop div.insInfo h4, div.insViewCon h4 {
        font-size: 15px;
    } 

    div.insViewCon div.insIntro {
        font-size: 14px;
        line-height: 20px;
    }


    div.bbxViewCulture img.cultureImg {
        width: 70% !important;
    }

    /* 동영상 게시판 */
    ul.boardVideo li {
        width: 97%;
    }

    ul.boardVideo li div a > span.thumb {
        width:100%;
        height:calc(33.333334vw - -74px);
    }
    ul.boardVideo li div a > span.thumb > img
    {
        width:100%;
        height:100%;
        object-fit:cover;
    }

    .boardLock_txt > .lockIcon {
        float: none;
        margin: 10px auto;
        margin-top: 30px;
    }

    .boardLock_txt > .lockTxt {
        float: none;
        width: 100%;
        font-size: 16px;
        padding: 5px 10px 12px;
        text-align: center;
        padding-bottom: 30px;
    }
    
}

@media screen and (max-width:375px)
{

        
}

@media screen and (max-width:320px)
{

    /* ul.boardGallery li > span.thumb {
        height: 190px;
    } */

    div.bbsNavi > ul {
        margin: 0px;
    }

    div.bbsNavi > ul .numbers a {
        margin: 0px;
    }
    
}




/* summernote custom */
.st_sort .form-control.note-image-input
{
    height:auto !important;
}
.bbsWriteList div label input[type="file"]
{
    display:none;
}
div.bbsWrite div.bbsWriteCon .bbsWriteList > div > label > input.valid
{
    line-height:inherit;
    height:36px;
}
.bbsViewCon img
{
    max-width:100%;
}
ul.bbsFileList {
    display: flex;
    flex-direction: column;
}
.bbsViewCon ol,
.bbsViewCon ol li
{
    list-style:decimal;
    padding-bottom:0;
}
.bbsViewCon ul,
.bbsViewCon ul li
{
    list-style:disc;
}


@media screen and (max-width:767px)
{
    .bbsViewCon ul, .bbsViewCon ol
    {
        padding-left:15px;
        padding-top: 0;
        padding-bottom: 0;
        display: flex;
        flex-direction: column;
        gap: 0px;
    }
    div.bbsFile{
        padding: 13px 0 14px;
    }
    div.bbsFile ul.bbsFileList > li{
        padding-left: 0;
    }
    .bbsViewCon ul li,
    .bbsViewCon ol li
    {
        padding:0px 0;
    }
}


#dialog .dialog_title {
    position: relative;
    display: block;
    width: 100%;
    padding: 10px 0px 15px 10px;
    font-size: 15px;

}

#dialog .dialog_title:after {
    position: absolute;
    content: '';
    width: 3px;
    height: 15px;
    background: #666;
    top: 10px;
    left: 0px;    
}

#dialog > textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 85%;
    border: 1px solid #b4b4b4;
    resize: none;
}





div.bbsViewCon p a
{
    width:100% !important;
    overflow:visible !important;
    text-overflow:inherit !important;
    white-space:inherit !important;
}

/* 삭제 안내 메일 */
#dialog-remove label input[type="checkbox"]
{
    -webkit-appearance:auto;
}
#dialog-remove .validateTips
{
    font-size:15px;
    font-weight:bold;
    margin:10px 0 8px;
}
#dialog-remove textarea
{
    border:1px solid #ccc;
    width:100%;
    padding:10px;
    font-size:15px;
}




#gallery
{
    display:none;
}
#gallery a img
{
    display:none;
}







div.bbsTop fieldset
{
    width:auto;
    display:flex;
    order: 2;
}
div.bbsTop fieldset select
{
    padding:5px 40px 5px 10px;
    border:1px solid #4e4e4e;
    border-radius:5px;
    font-size:14px;
    color:#010101;
    background:url(/assets/cas02/image/12/6.png) no-repeat 92% 50% #fff !important;
    background-size:9px !important;
    margin-right:5px;
}
div.bbsTop fieldset input[type="text"]
{
    width:242px;
}

/* media */
@media screen and (max-width:767px)
{
    div.bbsTop #frmSearch fieldset input[type="text"]
    {
        width:100%;
    }
    div.bbsTop #frmSearch fieldset
    {
        float:left;
        width:calc(100% - 85px)
    }
    div.bbsTop fieldset{
        width: 100%;
    }

    div.bbsTop fieldset input[type="text"]
    {
        width: 100%;
        padding-left: 100px;
        padding-bottom: 2px;
    }
    
    div.bbsTop fieldset select
    {
        padding:5px 20px 5px 10px;
    }
}







/* 푸쉬알림 renewal 1221 */
.push_toggle
{
    position:relative;
    width:100%;
}
.push_toggle .total
{
    display:block;
    font-size:14px;
    color:#5c5c5c;
    margin-bottom:10px;
}
.push_toggle > ul
{
    border-top:2px solid #535353;
    border-bottom:2px solid #535353
}
.push_toggle > ul > li > a
{
    display:block;
    overflow:hidden;
    padding:10px 10px;
    border-bottom:1px solid #d7d7d7
}
.push_toggle > ul > li:last-child > a
{
    border-bottom:0;
}
.push_toggle > ul > li > a .data
{
    margin-top:7px;
}
.push_toggle > ul > li > a .data li
{
    position:relative;
}
.push_toggle > ul > li > a .data li + li
{
    margin-left:30px;
}
.push_toggle > ul > li > a .data li + li:before
{
    content:'';
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    left:-16px;
    width:1px;
    height:10px;
    background:rgba(0,0,0,0.3);
}
.push_toggle > ul > li > div
{
    display:none;
    padding:15px 10px;
    border-bottom:1px solid #d7d7d7;
    font-size:13px;
    line-height:1.5;
}
.push_toggle > ul > li > div img
{
    max-width:100%;
    margin:20px 0;
}
.push_toggle > ul > li > a .title
{
    display:block;
    font-size:14px;
    letter-spacing:-1px;
    line-height:1.4;
}
.push_toggle > ul > li > a .data
{
    display:flex;
    flex-flow:row wrap;
    align-items:center;
}
.push_toggle > ul > li > a .data li
{
    position:relative;
    font-size:12px;
    color:#727272;
}
.push_toggle > ul > li > a .data li .img_on
{
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:11px;
    border-radius:2px;
    text-align:center;
    color:#fff;
    background:#91a3af;
    padding:0 4px;
    min-height:14px;
}




/* bbsGallery start */
.bbsGallery {
    position: relative;
    display: flex;
    width: 100%;
    margin: 0px;
    padding: 30px 0;
    padding-bottom: 2px;
    border-top: 1px solid #231915;
    flex-wrap: wrap;
    gap: 0 30px;
}


ul.bbsGallery li {
    width: calc(33.333333% - 20px);
    margin-bottom: 30px;
}

ul.bbsGallery li .item {
    position: relative;
    display: block;
    width: 100%;
    margin: 0px;
    border-radius: 5px;
    overflow: hidden;
    text-align: left;
}
ul.bbsGallery li .item::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.12);
    z-index: 1;
    border-radius: 5px;
    box-sizing: border-box;
    pointer-events: none;
}

ul.bbsGallery li .item .info_area{
    display: flex;
    align-items: center;
    padding: 15px 18px;
    padding-top: 5px;
    padding-bottom: 20px;
}

ul.bbsGallery li .item a > span.thumb {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    text-align: center;
    background: #ededed;
    border-radius: 4px 4px 0px 0px;
}

ul.bbsGallery li .item a > span.thumb img {
    /* display: block;    */
    width: 100%;
    height: 100%;
}

ul.bbsGallery li .item span.category {
    position: relative;
    display: inline-block;
    padding: 0px 7px;
    background: #FFF;
    color: #535353;
    border: 1px solid #535353;
    border-radius: 3px;
    font-size: 13px;
    line-height: 23px;
    min-width: 80px;
    text-align: center;
}

ul.bbsGallery li .item span.category > span {
    display: inline-block;
    float: none;
    padding: 0px;
    margin: 0px 2px;
}

ul.bbsGallery li .item span.category > span i {
    font-size: 17px;
    font-weight: normal;    
    color: #a7a7a7;
    width: 18px;
    height: 18px;    
    border-radius: 3px;
}

ul.bbsGallery li .item span.title {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    font-size: 17px;
    text-overflow:ellipsis;
    white-space:normal;
    word-wrap: break-word; 
    display: -webkit-box; 
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow:hidden;    
    padding: 0 18px;
    font-weight: 600;
    padding-top: 15px;
    line-height: 1.2;
}
ul.bbsGallery li .item span.content{
    display: none;
} 
ul.bbsGallery li .item span.title .m_hidden{
    display: none;
}

ul.bbsGallery li .item span.date {
    position: relative;
    display: block;
    color: #b3b3b3;
    font-size: 14px;
    line-height: 20px;
}
ul.bbsGallery li .item .title{
    display: flex;
    flex-direction: column;
    padding: 15px 18px;
}
ul.bbsGallery li .item .title .ctg_wrap{
 
}
ul.bbsGallery li .item .title .ctg_wrap .inText .m_hidden{
    font-size: 0;
}
ul.bbsGallery li .item .title .ctg_wrap.category .inText{
    padding: 1px 10px 3px;
    font-size: 13px;
    color: #D66F50;
    border: 1px solid #D66F50;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 7px;
}
ul.bbsGallery li .item .title .tit_wrap{
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;

    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
}

ul.bbsGallery.gallery li {
    width: calc(25% - 21px);
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0 20px 0;
}

ul.bbsGallery.gallery li:nth-child(4n + 1) {
    margin-right: 21px;
}

ul.bbsGallery.gallery li:nth-child(4n + 2) {
    margin-left: 7px;
    margin-right: 14px;
}

ul.bbsGallery.gallery li:nth-child(4n + 3) {
    margin-left: 14px;
    margin-right: 7px;
}

ul.bbsGallery.gallery li:nth-child(4n) {
    margin-left: 21px;
}

ul.bbsGallery.gallery li div a span.thumb:after {
    display: none;
}

@media screen and (max-width:767px) {
    /* 게시판 갤러리 */
    .bbsGallery{
        padding-top: 15px;
        padding-bottom: 20px;
    }
    ul.bbsGallery li {
        width: calc(50% - 5px);
        margin-bottom: 10px;
    }

   ul.bbsGallery li > span.thumb {
        height: 150px;
   }

   ul.bbsGallery li a > span.title {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 10px;
   }
   
   ul.bbsGallery li a > span.title > span.category {
        padding: 0px 5px;
        border-radius: 3px;
        margin: 0 0 0px;
        font-size: 12px;
        line-height: 18px;
   }
   ul.bbsGallery li .item span.title{
        font-size: 15px;
        padding: 15px 15px;
        padding-bottom: 0;
        margin-bottom: 0;
   }
   ul.bbsGallery li .item .info_area{
        justify-content: flex-start;
        gap: 10px;
        padding: 0px 15px;
        padding-bottom: 15px;
   }
   ul.bbsGallery li .item span.hits{
        font-size: 12px;
   }
   ul.bbsGallery li .item span.writer{
        font-size: 12px;
   }
   ul.bbsGallery li .item span.date{
        font-size: 12px;
        padding: 0;
   }
   ul.bbsGallery li .item .title{
    padding: 12px 13px 10px;
   }
   ul.bbsGallery li .item .title .tit_wrap{
        white-space: wrap;
        line-height: 1.2;
        font-size: 15px;
   }
   ul.bbsGallery li .item .title .ctg_wrap.category .inText{
    padding-top: 2px;
    padding-bottom: 2.5px;
   }
   ul.bbsGallery li .item .info_area{
    padding: 0 13px;
    padding-bottom: 13px;
   }
}

@media screen and ( max-width:600px ) {
   /* 게시판 갤러리 */
   ul.bbsGallery li{

   }

   ul.bbsGallery li a > span.content {
       height: 40px;
       -webkit-line-clamp: 2;
       margin-bottom: 15px;
   }
}

@media screen and ( max-width:425px ) {
   /* 게시판 갤러리 */
   ul.bbsGallery li > span.thumb {
       height: 220px;
   }
   ul.bbsGallery li a > span.title {
       height: auto;
       font-size: 15px;
       line-height: 22px;
       white-space: nowrap;
       text-overflow: ellipsis;
       display: block;
       overflow: hidden;
       margin-bottom: 10px;
   }
   ul.bbsGallery li a > span.content {
       height: 40px;
       -webkit-line-clamp: 2;
       margin-bottom: 10px;
   }
   ul.bbsGallery li > span.date {
       font-size: 13px;
   }
}
/* bbsGallery end */













/* bbsVideo start */
ul.bbsVideo li .item a > span.thumb:after {
    position: absolute;
    content: '';
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: url('../../images/pages/board/icon_video_play_trans.png') no-repeat rgba(0,0,0,0.3);
    background-size: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    cursor: pointer;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
}
.add_video .video_img_area{
    aspect-ratio: 1 / 0.7;
}
.add_video .video_img_area img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.add_video .video_text_area{
    padding: 15px 18px;
    padding-bottom: 25px;
    display: block;
    gap: 6px;
    min-height: 86px;
}
.add_video .video_text_area p{
    position: relative;
    width: 100%;
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 600;
    line-height: 1.2;
}
.add_video .video_text_area img{
    width: 15px;
    object-fit: contain;
    transform: translateY(1px);
}
@media screen and ( max-width:767px ) {
    .add_video .video_text_area{
        padding: 12px 13px 10px;
        min-height: 70px;
    }
    .add_video .video_text_area p{
        font-size: 15px;
    }
}
/* bbsVideo end */










/* 본당 탭메뉴 */
.common_tab > ul.tab_menu_bottom {
    box-shadow: 0px 1px 5px rgb(0 0 0 / 7%);
}
.common_tab ul li
{
    position:relative;
    float:left;
    width:25%;
    padding:16px 0;
    text-align:center;
    font-size:16px;
    color:#888888;
    letter-spacing:-0.07em;
    cursor:pointer
}














/* 주보 */
div.listType
{
	height: 50px;
	font-size: 18px;
	letter-spacing: -0.9px;
	padding: 0;
	border: none;
	display: flex;
	align-items: center;
}

div.listType a
{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	font-size: 14px;
	border: 1px solid #cfcfcf;
	margin-left: -1px;

	position: relative;
	z-index: 0;
}

div.listType a.on
{
	color: #565656;
	border-color: #565656;
	z-index: 1;
}
table.basic thead tr th{
    padding: 16px 10px;
    font-size: 16px;
    letter-spacing: -0.75px;
    color: #231915;
    border-top: 1px solid #1E1E1E;
    font-weight: 600;
    line-height: normal;
}
table.basic tbody tr th{
    padding: 16px 10px;
    line-height: normal;
}
table.basic tbody tr td{
    padding: 16px 10px;
    line-height: normal;
}

table.basic tbody tr:first-child th,
table.basic tbody tr:first-child td{
    border-top: 1px solid #ddd;
}

table.basic tbody tr th{
    text-align: center;
    font-weight: 500;
}
table.basic tbody tr .bold_text{
    font-weight: 700;
    font-size: 16px;
}
table.basic tbody tr .under_line{
    text-decoration: underline;
    text-underline-position: under;

}
table.basic tbody tr .a_link {
    display: flex;
    align-items: center;
    justify-content: center;
}
table.basic tbody tr .a_link i{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 7px;
}
table.basic tbody tr td:not(.left){
    text-align: center;
}
table.basic tbody tr th,
table.basic tbody tr td{
    font-size: 15px;
}

table.basic tbody tr td.left.padding{
    padding-left: 5%;
}

table.basic caption{
    display: none;
}
table.basic tbody tr{
    border-bottom: 1px solid #ddd;
}
table.basic tbody tr:last-of-type{
    border-bottom: 0;
}
table.basic .mobile {
    display: none;
}
@media screen and ( max-width: 767px ){
    table.basic .mobile {
        display: block;
    }
    table.basic .mobile_none {
        display: none;
    }
    table.basic colgroup{
        display: none;
    }
    table.basic tbody tr .bold_text{
        font-size: 16px;
    }
}










/* tab_wrap start */
.tab_wrap{
	margin-top: 0;
    overflow: hidden;
}
.calendar .tab_wrap{

}

.tab_wrap .in{
	display: flex;
    flex-wrap: wrap;
	gap: 5px;
}
.tab_wrap .in .box{
	background: #FAF7F2;
	border-radius: 5px;
	letter-spacing: -0.96px;
	color: #807980;
	font-size: 16px;
    width: auto;
}
.tab_wrap .in .box.active{
	background-color: #D66F50;
	color: #fff;
}
.tab_wrap .in .box a{
    display: inline-flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    padding: 9px 20px 11px;
    line-height: 1.1;
}

@media screen and ( max-width: 767px ){
    .tab_wrap .in .box a{
        padding-top: 9px;
        padding-bottom: 10px;
        word-break: keep-all;
    }
}
@media screen and ( max-width: 425px ){
    .tab_wrap .in .box{
        width: calc(33.3333% - 3.5px);
    }
    .tab_wrap .in .box a{
        width: 100%;
        text-align: center;
        padding-left: 10px;
        padding-right: 11.5px;
    }
    .tab_wrap.jubo_tab .in .box{
        width: calc(50%  - 2.5px);
    }
}

/* tab_wrap end */










/* conSearch start */
.conSearch {
    display: flex;
    width: 100%;
}
.conSearch input{
    position: relative;
    display: block;
    width: 100%;
    height: 40px;
    border: 1px solid #E5E5E5;
    border-radius: 250px;
    padding: 0 20px;
    padding-right: 40px;
    padding-bottom: 4.4px;
    font-size: 15px;
    color: rgb(87, 87, 87);
}

/* conSearch end */







ul.bbsList li div.expand_div{
    padding-top: 0;
    padding-bottom: 0;
    line-height: normal;
    padding-top: 5px;
    display: flex;
    align-items: center;
    gap: 5px;
}
ul.bbsList li div.expand_div .expandTitle{
    padding: 0px 10px 2px;
    font-size: 13px;
    color: #D66F50;
    border: 1px solid #D66F50;
    border-radius: 250px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
}
ul.bbsList li div.expand_div .expand{
    font-size: 14px;
    transform: translateY(-2px);
}
@media screen and ( max-width: 425px ){
    ul.bbsList li div.expand_div{
        font-size: 14px;
    }
}





/* 본당주보 게시판 스타일 */
ul.bbsList.jubo_st.category{
    overflow: visible;
}
ul.bbsList.jubo_st.category li div.num{}
ul.bbsList.jubo_st.category li div.title{}
ul.bbsList.jubo_st.category li div.writer{}
ul.bbsList.jubo_st.category li div.date{}
ul.bbsList.jubo_st.category li div.hit{
    background-color: orange;
}
ul.bbsList.jubo_st.category li div.file{
    flex: 1;
    overflow: visible;
}
ul.bbsList.jubo_st.category li div.file .jubo_div_wrap{
    position: relative;
    display: inline-flex;
    width: auto;
    overflow: visible;
    padding: 0;
}
ul.bbsList.jubo_st.category li .state_mark{
    border: 1px solid #E5E5E5;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: auto;
    padding: 0;
    padding: 5px 11px 8px;
}
ul.bbsList.jubo_st.category li .state_mark .in{
    width: auto;
    padding: 0;
}
ul.bbsList.jubo_st.category li .state_mark .in01{
    opacity: 0.35;
    padding-bottom: 2px;
}
ul.bbsList.jubo_st.category li .state_mark .in02{
    margin-top: 4px;
    opacity: 0.35;
    transform: rotate(180deg);
    transform-origin: center center;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}
ul.bbsList.jubo_st.category li .state_mark.active{
    cursor: pointer;
}
ul.bbsList.jubo_st.category li .state_mark.active .in01{
    opacity: 1;
}
ul.bbsList.jubo_st.category li .state_mark.active .in02{
    opacity: 1;
}
ul.bbsList.jubo_st.category li .state_mark.active.show .in02{
    transform: rotate(0);
}
.file_wrap_ul{
    background-color: #F7F7F7;
    position: absolute;
    top: calc(100% + 7px);
    right: 0;
    z-index: 1;
    padding: 11px 16px 14px 12px;
    border-radius: 8px;
    display: none;
    flex-direction: column;
    gap: 5px;
}
.file_wrap_ul li{

}
.file_wrap_ul li a{
    display: flex;
    align-items: center;
    gap: 5px;
}
.file_wrap_ul li a i{
    display: inline-block;
    margin-top: 1px;
    color: #231915 !important;
}
.file_wrap_ul li a span{
    display: inline-block;
    line-height: normal;
    font-size: 14px;
}
ul.bbsList.jubo_st.category li .state_mark.show + .file_wrap_ul{
    display: flex;
    flex-direction: column;
}
ul.bbsList.jubo_st.category li.bbsBody{
    overflow: visible;
}
ul.bbsList.jubo_st li.bbsBody div.title{
    overflow: visible;
    min-width: 0;
    white-space: nowrap;
    max-width: 100%;
}
ul.bbsList.jubo_st li.bbsBody div.title > a{
    display: flex;
    gap: 15px;
}
ul.bbsList.jubo_st li.bbsBody div.title .title_in_wrap{
    overflow: visible;
    min-width: 0;
    white-space: nowrap;
    max-width: 100%;
    display: flex;
    align-items: center;
    gap: 15px;
}
ul.bbsList.jubo_st li.bbsBody div.title .title_in_wrap .in_img_div{
    width: 50px;
    min-width: 50px;
    aspect-ratio: 414 / 585;
    padding: 0;
    box-shadow: 2px 2px 0px rgb(0 0 0 / 10%);
    border: 1px solid #cecece;
    cursor: pointer;
    overflow: visible;
    -webkit-tap-highlight-color: transparent; /* 터치 하이라이트 색상 제거 */
}
/* ul.bbsList.jubo_st li.bbsBody div.title .title_in_wrap .in_img_div .extend_img_popup img {
    width: auto;
    height: auto;
} */
ul.bbsList.jubo_st li.bbsBody div.title .title_in_wrap .in_img_div img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
ul.bbsList.jubo_st li.bbsBody div.title .title_in_wrap .in_img_div .extend_img_popup {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    max-width: 100vw;
    height: 100vh;
    z-index: 100;
    background: #000000a3;
    padding: 0px;
    overflow: auto;
    z-index: 101;
    overscroll-behavior: none;
    -ms-overflow-style: none;  /* IE, Edge에서 스크롤바 숨김 */
    scrollbar-width: none; /* Firefox에서 스크롤바 숨김 */
    padding: 80px;
}
ul.bbsList.jubo_st li.bbsBody div.title .title_in_wrap .in_img_div .extend_img_popup .img_wrap{
    /* height: auto; 더 크게 보고싶을때 주석 해제 */
    height: 100%;
    max-width: 100%;
    overflow: auto;
    padding: 0;
}

ul.bbsList.jubo_st li.bbsBody div.title .title_in_wrap .in_img_div .extend_img_popup::-webkit-scrollbar {
    display: none; /* Chrome, Safari에서 스크롤바 숨김 */
}

ul.bbsList.jubo_st li.bbsBody div.title .title_in_wrap .in_img_div .extend_img_popup .close_btn{
    position: fixed;
    top: 15px;
    right: 15px;
    width: 75px;
    height: 75px;
    padding: 25px;
}
ul.bbsList.jubo_st li.bbsBody div.title .title_in_wrap .in_img_div .extend_img_popup .close_btn img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
ul.bbsList.jubo_st li.bbsBody div.title .title_in_wrap .in_text_div{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    padding-right: 20px;
    width: calc(100% - 50px);
    flex: 1;
}
ul.bbsList.jubo_st li.bbsBody div.title .title_in_wrap .in_text_div .textCut{
    width: 100%;
    text-align: left;
    display: block;
    max-width: 100%;
    font-weight: 600;
}

@media screen and ( max-width: 767px ){
    ul.bbsList.jubo_st.category li.bbsBody{
        position: relative;
    }
    ul.bbsList.jubo_st.category li div.file{
        display: flex;
        position: absolute;
        top: 10px;
        right: 0;
        width: auto;
        height: auto;
    }
    ul.bbsList.jubo_st.category li div.file .jubo_div_wrap{
        width: 100%;
        justify-content: flex-end;
    }
    .file_wrap_ul{
        max-width: calc(100vw - 30px);
        padding-left: 3px;
        padding-right: 8px;
        gap: 8px;
    }
    ul.bbsList.jubo_st.category li .state_mark{
        padding: 1px 9px 6px;
        margin: 0px 0 0;
    }
    ul.bbsList.jubo_st .file_wrap_ul li{
        padding-top: 0;
        padding-bottom: 0;
    }
    .file_wrap_ul li a{
        width: 100%;
        overflow: auto;
    }
    ul.bbsList.jubo_st.category li div.title{
        width: calc(100% - 50px);
        margin-bottom: 0;
    }
    ul.bbsList.jubo_st.category li div.title a{
        align-items: center;
    }
    ul.bbsList.jubo_st li.bbsBody div.title .title_in_wrap .in_text_div{
        padding-left: 10px;
        padding-right: 10px;
    }
    ul.bbsList.jubo_st.category li div.date{
        display: none;
    }
    ul.bbsList.jubo_st li.bbsBody div.title a.in_text_div .textCut{
        font-size: 14px;
    }
    ul.bbsList.jubo_st li.bbsBody span.category{
        font-size: 13px;
    }
    ul.bbsList.jubo_st li.bbsBody div.title a.in_text_div .in_img_div{
        min-width: 50px;
    }
    ul.bbsList.jubo_st li.bbsBody div.title .title_in_wrap .in_img_div .extend_img_popup .close_btn{
        width: 35px;
        height: 35px;
        top: 5px;
        right: 5px;
        padding: 9px;
    }
    ul.bbsList.jubo_st li.bbsBody div.title .title_in_wrap .in_img_div .extend_img_popup{
        padding-top: 45px;
        padding-bottom: 45px;
        padding-left: 20px;
        padding-right: 20px;
    }
    ul.bbsList.jubo_st li.bbsBody div.title .title_in_wrap .in_img_div .extend_img_popup .close_btn img{
        padding: 0px;
    }
}