/*****************************************************************
sub menu 01
*****************************************************************/

#wrap, #sub_body, #contentsArea, #sub_contents, .cont {
  overflow: visible !important;
}

#s_navi01 {   
    float: left;
    width: 20%;
    padding: 0px;
    border-left: solid 1px #ececec;
    border-right: solid 1px #ececec;
    border-bottom: solid 1px #ececec;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 10px;
    position: sticky;
    top: 90px;
    z-index: 998;
    background: #fff;
    overflow: visible;
}

    #s_navi01 h3 i {
        float: right;
        display: none;
     }
#s_navi01 #sub_menu01 > li> a> i, #s_navi #sub_menu > li>a:hover>i{
        display: flex;
        float: right;
        color: #3d68b1;
        padding-top: 15px;
        padding-right: 10px;
         -ms-transition-duration: 0.5s;
        -moz-transition-duration: 0.5s;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
}
#s_navi01 #sub_menu01 > li>a:hover>i{

   transform: rotate(-180deg) translateX(10px) translateY(-14px);
}
#s_navi01 #sub_menu01 > li.on>a>i{
   transform: rotate(-180deg) translateX(10px) translateY(-14px);

}


#s_navi01 h3 {
    width: 100%;
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    line-height: 1.60em;
    background-color: #333333;
    padding: 10px;
    margin-bottom: 0;
    text-align: center;}
#s_navi01 #sub_menu01 {position:relative;float:left;clear:both; width:100%; border-top:1px solid #3d68b1; margin: 0 0 0px 0; padding: 0px; }
#s_navi01 #sub_menu01 > li {display:block; float: left; width:100%; clear:both; border-bottom:1px solid #ececec; }

#s_navi01 #sub_menu01 > li:first-child { margin-left:0;}
#s_navi01 #sub_menu01 > li a {display:block; float: left; line-height: 43px; width:100%;  padding:0 0 0 8%; letter-spacing:-.02em; font-size:14px; color:#333; background:#fff;}
#s_navi01 #sub_menu01 > li:last-child a:last-child{
  
}
#s_navi01 #sub_menu01 > li:last-child{border-bottom: 0px;}
#s_navi01 #sub_menu01 li a:hover{ width:100%; color:#333; background:#f6f6f6;
-webkit-transition:300ms ease-out 0ms;
-moz-transition:300ms ease-out 0ms;
-ms-transition:300ms ease-out 0ms;
transition:300ms ease-out 0ms;
} 
#s_navi01 #sub_menu01 li a:after{
    background-color: #733ba6;
}
#s_navi01 #sub_menu01 li.on a{
    background-color: #eef5ff;
    box-sizing: border-box;
    color: #111;
    font-weight: 700;
    position: relative;
}
#s_navi01 #sub_menu01 > li a.on {
    background-color: #f6f6f6;
}
#s_navi01 #sub_menu01 > li a > font {
    font-size: 12px;
    color: #888;
}


.menu_hidden_sub a{
    margin-left: 0px;
}

.m3sm5_div_button{
    text-align: center; position: relative;    float: right;    width: 78%; margin: 0 0px 40px 0px;
}       

#sub_contents{
    flex: 1;
}

@media screen and (max-width:1080px){
    #contentsArea{
        display: flow-root;
    }
    #s_navi01{
        width: 100%;
        top: 80px;
    }
    #s_navi01 h3 i {
        display: block;
     }
     #s_navi01 #sub_menu01{
        overflow: hidden;
        max-height: 0;
        transition: max-height .3s ease-in-out;
        position: relative;
        z-index: 9;
    }  
     #s_navi01:hover #sub_menu01{
        max-height: 500px;
    }  

    .m3sm5_div_button{
        width: 100%;
    }
    
    .menu_hidden{
        display: none;
    }
    .menu_hidden:hover{
         display: block;    
    }

    
}
@media screen and (min-width:1080px){

}




/*****************************************************************
sub1 : 인사말
*****************************************************************/

.about_info{
    margin-bottom: 20px;
}

.about_info  .img-fluid {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
}


.about_info_text{
    font-family: var(--nav-font);
    font-size: 18px;
}

.about_info_text .p-sign{
    text-align: right;
}
.about_info_text .p-sign b{
    font-size: 42px;
    padding-left: 10px;
    font-family: 'YeongyanggunEumsikdimibang';
}

@media (min-width: 992px) {
    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
}
@media (min-width: 992px) {
    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
}

@font-face {
    font-family: 'YeongyanggunEumsikdimibang';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2104@1.1/dimibang_new.woff') format('woff');
    font-weight: normal;
    font-display: swap;
}


/*****************************************************************
sub3 : 조직도
*****************************************************************/
.de3 .pc_view{
    display: block;
}

.de3 .mo_view{
    display: none;
}

@media (max-width:768px) {
   .de3 .pc_view{
      display: none;
   }
    .de3 .mo_view{
    display: block;
   }

}

/*--------------------------------------------------------------
# 분장표 about Section
--------------------------------------------------------------*/

.about_table {
    font-size: 18px;
    font-family: var(--nav-font);
}

.about_table .table_top{
    border-top: 3px #3d68b1 solid;
}

.about_table .table_title_box{
    border-bottom: 1px #cccccc solid;
    text-align: center;
    vertical-align: middle;
    height: 70px;
    background: #eee;
    font-weight: 600;
    
}

.about_table .lineyes{
border-right: 0px #ececec solid;
}

.about_table .table_input_box{
    border-top: 0px #ececec solid;
    border-bottom: 1px #ececec solid;
    vertical-align: middle;
    min-height: 70px;
    word-break: keep-all;
    padding: 20px 0px 20px 10px;
}

.about_table .table_input_box li {
    margin-left: 20px;
    list-style-type: disc;
    text-align: left;
    color: var(--bs-link-hover-color);
}

.about_table .table_input_box li font{
        color: var(--bs-light-text-emphasis);
}

.sns a{
    background-color: #143f8b;
    padding: 5px 20px;
    border-radius: 20px;
    color: #fff;
    width: 210px;
    display: block;
    text-align: center;
}
.sns a:hover{
    background-color: #57bde5;
    transition: 0.5s;
    transform: scale(1.1);
}





/*****************************************************************
m2 sub1 : 사업소개
*****************************************************************/
@media (min-width: 1400px) {
    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
}
@media (min-width: 1200px) {
    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%;
    }
}
@media (min-width: 992px) {
    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

}
.justify-content-center {
    justify-content: center !important;
}
.rounded-4 {
    border-radius: 1rem !important;
}
.mb-5 {
    margin-bottom: 3rem !important;
}
.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.overflow-hidden {
    overflow: hidden !important;
}
.card-body {
    flex: 1 1 auto;
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
    color: var(--bs-card-color);
}


.p-5 {
    padding: 3rem !important;
}
.fw-bolder {
    font-weight: bolder !important;
}
.img-fluid {
    max-width: 100%;
    height: auto;
    flex: auto;
}

.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-border-width: 1px;
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: 0.375rem;
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(0.375rem - 1px);
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(0, 0, 0, 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: #fff;
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}
.card:hover{
           transition: 0.5s;
           transform: translate(0, -2%);
    }

.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}

.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
}

.card-subtitle {
  margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}

.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}

.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}

.card-header-tabs {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0;
}
.card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}

.card-header-pills {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

.card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}
   .card-flex {
       display: flex;
}

@media (max-width: 992px) {
    .card-flex {
            display: block;
    }
    .img-fluid{
            display: block;
            width: 100%;
    }
}



/*****************************************************************
  m2/sm1 > iconmenu : 사업소개
*****************************************************************/
.iconm{
    margin-bottom: 30px;
    padding: 0 0 20px 0px;
    text-align: center;
}
.iconmenu{
    display: inline-block;
    width: 11%;
    text-align: center;
    box-shadow: 0px 0.2rem .5rem 0.2rem rgba(0, 0, 0, 0.15);
    padding: 5px;
    margin: 5px;
}

.iconmenu:hover{
    transition: 0.5s;
    transform: scale(1.1);
}
.iconmenu img:hover{
    transform: rotateY(360deg) translateX(0px) translateY(0px);
    transition: ease 3s;
}


.iconmenu img{
    width: 50%;
    padding: 8px 0px 0px 0px;
}
.iconmenu p{
    font-weight: 600;
}

@media (max-width: 992px) {
    .iconmenu{
        width: 100px;
    }
}

/*****************************************************************
m3 sm2 : 사업실적
*****************************************************************/


     .atitle{ 
         font-family: 'Oswald', sans-serif; 
         font-size: 24px; 
         color: #3D69B1; 
     } 
     label { 
         display: block; 
         margin-top: 20px; 
         letter-spacing: 2px; 
     } 
     form { 
         margin: 0 auto; 
         width: 459px; 
     } 
     input, textarea { 
         width: 439px; 
         height: 27px; 
         background-color: #efefef; 
         border-radius: 6px; 
         border: 1px solid #dedede; 
         padding: 10px; 
         margin-top: 3px; 
         font-size: 0.9em; 
         color: #3a3a3a; 
     } 
         input:focus, textarea:focus{ 
             border: 1px solid #97d6eb; 
         } 
     
     textarea{ 
         height: 60px; 
         background-color: #efefef; 
     } 
     .width100{
         width: 100%;
     }
     .width50{
        display: inline-block;
        width: 48%;
        border-radius: 4px;
        margin-top: 10px;
        overflow: hidden;
        border: none;
        outline: none;
        background: none;
        position: relative;
     }
     .width50 i{
         position: absolute;
         z-index: 90;
         font-size: 48px;
         color: #fff;
         top: 50%;
         left: 50%;
         transform: translate(-50%, -50%);
         display: none;
     }
      .width50 font{
        position: absolute;
        z-index: 90;
        color: #fff;
        bottom: 5%;
        left: 5%;
        font-weight: 700;
     }
     .width50:hover i{
         transition: all 0.2s ease-out;
         display:block;
     }

     .trigger_img_hover{
        float: left;
        display: inline-block;
        width: 100%;
        border-radius: 4px;
        overflow: hidden;
         cursor: pointer;
     }

     .trigger_img{
         display: block;
         width: 100%;
         border-radius: 4px;
     }
     .trigger_img:hover{
         transition: all 0.2s ease-out;
         transform: scale(1.1);
         filter: brightness(0.5);
     }
     
    .modal, .modal2, .modal3, .modal4, .modal5, .modal6, .modal7, .modal8, .modal9, .modal10, .modal11 { 
         position: fixed; 
         left: 0; 
         top: 0; 
         width: 100%; 
         height: 100%; 
         background-color: rgba(0, 0, 0, 0.5); 
         opacity: 0; 
         visibility: hidden; 
         transform: scale(1.1); 
         transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s; 
     } 
   
     .modal-content100 { 
         position: absolute; 
         top: 50%; 
         left: 50%; 
         transform: translate(-50%, -50%); 
         background-color: white; 
         padding: 1rem 1.5rem; 
         width: 90%;
         height: 90%;
         border-radius: 0.5rem;
         max-width: 800px;
         max-height: 600px;
        
     } 
     .close-button,  .close-button2, .close-button3, .close-button4, .close-button5, .close-button6, .close-button7, .close-button8, .close-button9, .close-button10, .close-button11{ 
         float: right; 
         width: 1.5rem; 
         line-height: 1.5rem; 
         text-align: center; 
         cursor: pointer; 
         border-radius: 0.25rem; 
         background-color: lightgray; 
     } 
     .close-button:hover, .close-button2:hover, .close-button3:hover, .close-button4:hover, .close-button5:hover, .close-button6:hover, .close-button7:hover, .close-button8:hover, .close-button9:hover, .close-button10:hover, .close-button11:hover { 
         background-color: darkgray; 
     } 
     .show-modal { 
         opacity: 1; 
         visibility: visible; 
         transform: scale(1.0); 
         transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s; 
         z-index: 9999;
     } 
     .sub_sec1_list {
       border-top: 2px solid #3D69B1;
       height: 530px;
       overflow-y: scroll;
    }
     .sub_sec1_list dl {
       border-bottom: 1px solid #dcdcdc;
       margin-top: 25px;
    }
     .sub_sec1_list dl dt {
       float: left;
       text-align: center;
       color: #323232;
       font-size: 14px;
       font-weight: 600;
       height: 100%;
       display: table;
       table-layout: fixed;
       width: 80px;
}
   .sub_sec1_list dl dt span {
       display: table-cell;
       vertical-align: middle;
}
    .sub_sec1_list dl dd {
       padding: 0px 0px 15px 90px;
       text-align: left;
       font-size: 14px;
}

@media screen and (max-width: 768px) {
    .width50 {
       width: 100%;
    }
}

/*****************************************************************
m4 sm2 : 문의
*****************************************************************/

        .m4sm2_table_box{
            padding: 20px;
            margin: 10px 0;
            background-color: rgb(249, 249, 249);
            border-radius: 20px;
            box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 10px;
            border: 1px solid #efefef;
        }
        .m4sm2_button1{
            background-color: rgb(249, 249, 249);
            border-radius: 20px;
            box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 10px;
            border: 2px solid #3d68b1;
            margin: 0 auto;
            padding: 20px;
            font-size: 18px;
            text-align: center;
        }
        .m4sm2_button1 i{
            color: #3d68b1;
        }
        .m4sm2_button{
            background: #3d68b1;
            border-radius: 50px;
            color: #fff;
            width: 50%;
            text-align: center;
            display: block;
            margin: 0 auto;
            padding: 8px;
            font-weight: 600;
            font-size: 18px;
        }
        .m4sm2_table_box:hover, .m4sm2_button1:hover, .m4sm2_button:hover{
            transition: 0.5s;
            transform: translate(0, -2%);
        }

/*****************************************************************
게시판 공통 전체
*****************************************************************/

.n_board_gallery,
.n_board_txt {
    width: 100%;
    overflow-x: auto;
}


.n_board_gallery table,
.n_board_txt table {
    max-width: 100%;
    table-layout: fixed;
    word-break: break-word;
}

.n_board_gallery img {
    max-width: 100% !important;
    
}


/*****************************************************************
글목록 : 전체선택(관리자로그인시)
*****************************************************************/
.n_board_txt #check_all,
.n_board_gallery #check_all {
    width: 18px;
    height: 18px;
    margin: 5px;
}


/*****************************************************************
글보기, 글쓰기 : tr > td(좌측/우측)
*****************************************************************/
.n_board_txt .board_bgcolor,
.n_board_gallery .board_bgcolor {
    width: 20%;
    padding: 8px;
    background-color: #f7f7f7;
    border-top: 1px solid #fff;
    text-align: center;
    
}
.n_board_txt .board_desc,
.n_board_gallery .board_desc {
    width: auto;
    text-align: left;
    border-top: 1px solid #fff;
    font-size: 18px;
}


/*****************************************************************
글쓰기 : 하단 공지글체크
*****************************************************************/
.n_board_txt .board_desc input[type=checkbox],
.n_board_gallery .board_desc input[type=checkbox]{
    max-width: 17px;
    max-height: 17px;
    margin: 0 3px 0 10px;
    vertical-align: middle;
}


/*****************************************************************
글쓰기 : 상단입력내용(작성자,비번,제목등..) & 글목록 : 관리자체크박스
*****************************************************************/
.n_board_txt .board td input,
.n_board_gallery .board td input{
    width: 100%;
    border: 1px solid #ddd;
    background-color: transparent;
    height: 34px;
    padding: 3px 5px;
    margin: 1px 0;
}

.n_board_txt .board td input[type=file],
.n_board_gallery .board td input[type=file]{
    max-width: 500px;
    border: 0px solid #ddd;
}

.n_board_txt .seLayout,
.n_board_gallery .seLayout{
    border: none;
}


/*****************************************************************
글쓰기 : 전화번호, 휴대폰, 라디오버튼, 체크박스
*****************************************************************/
.n_board_txt .board td input[name^=phone],
.n_board_txt .board td input[name^=mobile],
.n_board_gallery .board td input[name^=phone],
.n_board_gallery .board td input[name^=mobile]{
    max-width: 80px;
    width: 100%;
}

.n_board_txt .board td input[type=radio],
.n_board_txt .board td input[type=checkbox],
.n_board_gallery .board td input[type=radio],
.n_board_gallery .board td input[type=checkbox]{
    width: 20px;
    margin: 0 3px 0 10px;
    vertical-align: middle;
}


/*****************************************************************
글쓰기 : textarea
*****************************************************************/
.n_board_txt .seLayout #descriptionView_IFRAME,
.n_board_gallery .seLayout #descriptionView_IFRAME{
    border: 1px solid #ddd;
}


/*****************************************************************
글쓰기 : 확인버튼
*****************************************************************/
.n_board_txt .bbsnewf5 input[type=image],
.n_board_gallery .bbsnewf5 input[type=image]{
    width: auto;
    vertical-align: top;
    padding: 0px;
    border: 0px solid #f00;
}


/*****************************************************************
글쓰기 : 취소버튼 & 글보기 : 버튼들
*****************************************************************/
.n_board_txt .bbsnewf5 > a img,
.n_board_gallery .bbsnewf5 > a img{
    border: 0px solid #f00;
    vertical-align: top;
}


/*****************************************************************
글목록 : 셀렉트박스
*****************************************************************/
.n_board_txt .est_cate_cell select,
.n_board_gallery .est_cate_cell select{
    width: 120px;
    height: 34px;
    margin: 1px 0;
    border: 1px solid #c3c3c3;
    font-size: 14px;
}


/*****************************************************************
글쓰기 : 셀렉트박스
*****************************************************************/
.n_board_txt .board_desc > select,
.n_board_gallery .board_desc > select{
    width: 180px;
    height: 34px;
    margin: 1px 0;
    border: 1px solid #c3c3c3;
}


/*****************************************************************
글목록 : 검색어입력
*****************************************************************/
.n_board_txt .est_keyword_cell input[name=com_board_search_value],
.n_board_gallery .est_keyword_cell input[name=com_board_search_value]{
    max-width: 150px;
    height: 34px;
    margin: 0px 6px;
    padding: 0px;
    border: 1px solid #c3c3c3;
    background: #fff;
    border-radius: 0px;
}


/*****************************************************************
글목록 : 검색버튼
*****************************************************************/
.n_board_txt .est_btn_cell input[title=input],
.n_board_gallery .est_btn_cell input[title=input]{
    border: 0px solid #ddd;
    padding: 0px;

    width: 62px;
    height: 34px;
    border-radius: 0px;
}


/*****************************************************************
글목록 : 관리자 로그인시 게시물체크박스
*****************************************************************/
.n_board_txt .bbschk input[type=checkbox] {
    width: 17px;
    height: 17px;
}


/*****************************************************************
갤러리목록 : 관리자 로그인시 게시물체크박스
*****************************************************************/
.n_board_gallery .adminCheck {
    position: relative;
    width: auto;
}
.n_board_gallery .adminCheck .adminCheckBox{
    position: absolute;
    z-index: 1;
    top: 5px;
    left: 0px;
    width: 20px;
}


/*****************************************************************
갤러리목록 > 댓글목록 : 관리자 로그인시 게시물체크박스
*****************************************************************/
.n_board_gallery .comment_name > .adminCheckBox{
    position: relative;
    display: inline-block;
}


/*****************************************************************
갤러리목록 : 이미지사이즈
*****************************************************************/
.n_board_gallery .nSize img {
    width: 100%;
    height: auto;
    max-height: 500px;
    }

.n_board_gallery .nSize:hover img {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    opacity: 0.8;
    transform: scale(1.1);
}

    .nSize {
     -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    width: 100%;
    height: auto;
    }
    
.nSize>td{
    overflow: hidden;
}


/*****************************************************************
갤러리목록 : 텍스트컬러(기타&추가항목)
*****************************************************************/
.gallery_etc {
   padding-bottom: 10px;
   color: #888 !important;
}

.gallery_subject {
    padding: 5px;
    height: 50px;
}

/*****************************************************************
갤러리형 게시판 : 각각의 칸영역(2단,3단,4단 등..)
*****************************************************************/
.n_board_gallery .boxArea{
    padding-bottom: 10px;
    padding-right: 5px;
    padding-left: 5px;
}

.n_board_gallery .boxArea table tbody{
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
/*****************************************************************
갤러리형 게시판 > 목록페이지 : 최상단라인
*****************************************************************/
.n_board_gallery .boxArea > font > font > font > table:first-child td{
    background-color: #fff;
}

/*****************************************************************
갤러리형 게시판 > 최상단라인 & 기타영역 컬러
*****************************************************************/
.n_board_gallery > table .boxArea > table > tbody > tr > td {
    background-color: #fff;
    vertical-align: middle;
    font-size: 14px;
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis;
}


.n_board_gallery .boxArea .bbsnewf5{
    border: 1px solid #eee;
    padding: 0;
}



/*****************************************************************
글목록 : 최상단 라인영역
*****************************************************************/
.board_top_line {
    background-color: #3D69B1;
    height: 3px;
}


/*****************************************************************
글목록 : 최상단 구분영역
*****************************************************************/
.n_board_txt .board .boardTitBar {
    background-color: #f1f1f1;
    border-bottom: 1px solid #ddd;
    color: #333;
    font-size: 0.875em;
    height: 40px;
}

.n_board_txt .board .boardTitBar .att_title {
    white-space: nowrap;
    text-overflow: ellipsis;
    font-family: "Noto Sans KR", sans-serif;
    font-size: 18px;
}

.n_board_txt .boardTitBar td:first-child {
    width: 80px;
}



/*****************************************************************
텍스트형 게시판 : 롤오버 선택컬러
*****************************************************************/
.n_board_txt .tr_line,
.n_board_gallery .tr_line{
    border-bottom: 1px solid #ddd;
    background-color: #fff;
}

.n_board_txt .tr_line:hover {
    background-color: #eee;
}


/*****************************************************************
글목록 : 행 높이
*****************************************************************/
.n_board_txt .tr_line td {
    font-size: 1.0em;
    padding: 10px 5px;
}


/*****************************************************************
글목록 : 항목들 : 작성자,작성일자,조회수 등
*****************************************************************/
/* 제목 */
.n_board_txt .tr_line td.bbsnewf5 {
   
    width: 40%;
}

/* 기타 : 제목 이외 항목들 */
.n_board_txt .tr_line td:not(.bbsnewf5) {
    font-size: 0.875em;
    color: #888;
    white-space: nowrap;
    text-overflow: ellipsis;

}
 .n_board_txt .tr_line td.bbswriter {

  /*  background-image: url(http://www.koraia.org/bizdemo79551/img/_images/logo-1.png);
    color: rgba(255, 255, 255, 0);
    background-size: 80px;
    background-repeat: no-repeat;
    background-position: center; */
    }

.n_board_txt .bbsupload_image {
    width: 100px;
    height: 100px;
    padding: 10px;
}


/*****************************************************************
글 : 첨부파일
*****************************************************************/
.n_board_txt .board_desc div,
.n_board_gallery .board_desc div{
    height: auto !important;
}




/*****************************************************************
글보기 : 이미지사이즈 100%
*****************************************************************/
.n_board_txt #post_area,
.n_board_gallery #post_area{
    width: 100%;
    height: auto;
    padding: 10px 0px 30px;
    border: 1px solid #e5e5e5;
    border-width: 1px 0;
    text-align: left;
    font-family: auto;
    font-size: 18px;
}

.n_board_txt #post_area > img,
.n_board_gallery #post_area > img{
    width: 100% !important;
    height: auto;
    max-width: 100% !important;
}

@media screen and (max-width: 425px) {
    .n_board_txt #post_area img,
    .n_board_gallery #post_area img {
        width: 100% !important;
       
    }
}

/* 하단 목록이미지 */
.n_board_gallery .image_sublist{
    display: none;
}




/*****************************************************************
글보기 : embed : 동영상게시판
*****************************************************************/
.n_board_txt #post_area embed,
.n_board_gallery #post_area embed{
    width: 100%;
    border: 0px solid #f00;
}
@media screen and (max-width: 991px) {
    embed {
        height: 500px;
    }
}
@media screen and (max-width: 768px) {
    embed {
        height: 400px;
    }
}
@media screen and (max-width: 425px) {
    embed {
        height: 250px;
    }
}



/*****************************************************************
글보기 : 에디터 테이블
*****************************************************************/
.board_description table {
    border-collapse: collapse !important;
}
.board_description table,
.board_description tr,
.board_description td {
    border: 1px solid #ccc;
    padding: 3px;
}

.board_description{
    height: 0px !important;
}


/*****************************************************************
셀렉트박스 : 공통
*****************************************************************/
.n_board_txt select,
.n_board_gallery select{
    width: 100px;
    max-width: 100%;
    padding: 3px;
    font-size: 0.875em;
    color: #555;
}


/*****************************************************************
글쓰기 : 하단버튼그룹의 상단여백
*****************************************************************/
.n_board_txt .nbButton,
.n_board_gallery .nbButton{
    margin-top: 30px;
    border: 0px solid #f00;
}


/*****************************************************************
글보기 : 게시물평가기능
*****************************************************************/
.board_rate {
    width: 100%;
}


/*****************************************************************
글보기 : 하단버튼영역
*****************************************************************/

.veiwBottonArea a {
    display: ;
}


/*****************************************************************
카테고리 영역 : 셀렉트박스형
*****************************************************************/
.categoryArea {
    text-align: left;/* left, right, center */
    margin-bottom: 10px;
}

.categoryArea img {
    display: none;
}

.categoryArea b {
    display: none;/* none, inline-block */
    vertical-align: top;/* top, middle, bottom */
    font-weight: normal;
    font-size: 0.875em;
    color: #555;
}

.categoryArea select {
    width: 180px;
    height: 34px;
}


/*****************************************************************
카테고리 영역 : 탭버튼형(가로노출형)
*****************************************************************/
.sul_menu {
    overflow: hidden;
    zoom: 1;
    margin: 0 0 30px;
    padding: 20px 10px;
    border: 1px solid #ccc;
}
.sul_menu a,
.sul_menu a font {
/*    vertical-align: middle;*/
    font-family: 'Noto Sans KR';
    font-size: 13px !important;
    padding: 0 0 0 3px;
}
.sul_menu a:hover,
.sul_menu a font:hover {
    color: #d80000 !important;
}
.sul_menu a.on {
    color: #d80000;
}
.sul_menu img  {
    padding: 0 0 5px 5px;
    display: none;
}


/*****************************************************************
게시판 : 페이징
*****************************************************************/
.paging {
    font-size: 0.875em;
}

.paging b {
    display: inline-block;
    background-color: #eee;
    border: 1px solid #ddd;
    border-radius: 2px;
    padding: 3px 8px;
    text-align: center;
    font-weight: normal;
    color: #000;
}

.paging a {
    display: inline-block;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 2px;
    padding: 3px 8px;
    text-align: center;
    color: #888;
}



/*****************************************************************
댓글영역 : 이름,내용,시간
*****************************************************************/
.commentArea {
    font-size: 0.875em;
    color: #888;
    border: 1px solid #eee !important;
}

.comment_name {
    width: 150px !important;
}

.comment_view {
/*    width: auto;*/
    overflow-x: hidden;
    padding: 10px;
}

.comment_hour {
    width: 100px;
    padding: 3px 0;
}

@media (max-width:991px) {
 .n_board_txt .tr_line td.bbswriter {
       background-size: 60px;
    }
}

@media (max-width:768px) {
    
    /*****************************************************************
    텍스트형 게시판 : 노출항목 & 목록사이즈
    *****************************************************************/
    .n_board_txt .board .boardTitBar{
        display: none;
    }
    
    .n_board_txt .tr_line td:not(.bbsetc_add4){
         display: none;
    }
    
    /*****************************************************************
    글목록 : 노출항목
    *****************************************************************/
    .n_board_txt .tr_line td.bbschk {
        position: absolute;
        left: 5px;
        display: inline-block;
    }
    
    .n_board_txt .tr_line td.bbsno {
        width: 15%;
        display: inline-block;
        float: left;
    }
    
    .n_board_txt .tr_line td.bbsnewf5 {
        width: 80%;
        display: inline-block;
        margin-top: -1px;
        float: left;
/*
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
*/
    }
    
    .n_board_txt .tr_line td.bbswriter {
        width: 25%;
        display: inline-block;
       float: right;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
      
    }
    
    
    /*****************************************************************
    갤러리형 게시판 : 목록이미지
    *****************************************************************/
      .n_board_gallery tbody tr td[width="33%"] {
         width: 100% !important;
        max-width: none !important;
        display: block;
         }

     .n_board_gallery  .boxArea {
        width: auto !important;
     }
   
    .n_board_gallery .nSize img{
        height: auto !important;
        width: 100% !important;
    }
    

    /*****************************************************************
    댓글영역 : 이름,내용,시간
    *****************************************************************/
    .comment_name {
        width: 150px;
        display: block;
        border: 0px solid #f00;
    }
    
    .comment_view {
/*        width: 100px;*/
        display: block;
        border: 0px solid #f00;
    }
    
    .comment_hour {
        width: 100px;
        border: 0px solid #f00;
    }
    
}


/*****************************************************************
카테고리 영역 : 셀렉트박스형
*****************************************************************/
.categoryArea {
    text-align: left;/* left, right, center */
    margin-bottom: 10px;
}

.categoryArea img {
    display: none;
}

.categoryArea b {
    display: none;/* none, inline-block */
    vertical-align: top;/* top, middle, bottom */
    font-weight: normal;
    font-size: 0.875em;
    color: #555;
}

.categoryArea select {
    width: 180px;
    height: 34px;
}


/*****************************************************************
카테고리 영역 : 탭버튼형(가로노출형)
*****************************************************************/
.sul_menu {
    overflow: hidden;
    zoom: 1;
    margin: 0 0 30px;
    padding: 20px 10px;
    border: 1px solid #ccc;
}
.sul_menu a,
.sul_menu a font {
/*    vertical-align: middle;*/
    font-family: 'Noto Sans KR';
    font-size: 13px !important;
    padding: 0 0 0 3px;
}
.sul_menu a:hover,
.sul_menu a font:hover {
    color: #d80000 !important;
}
.sul_menu a.on {
    color: #d80000;
}
.sul_menu img  {
    padding: 0 0 5px 5px;
    display: none;
}








/*****************************************************************
추출게시물 : 공통
*****************************************************************/
/**/
.nav-tabs {
    margin: 0 0 8px;
}
.nav-tabs > li {
    margin-top: 2px;
}

/**/
.n_output {
    position: relative;
    font-size: 1.0em;
    padding-bottom: 20px;
}

.n_output h3 {
    height: 40px;
    margin: 2px 0 8px;
    padding: 15px 5px 10px;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    text-align: left;
    font-size: 1.0em;
}

.n_output span.more {
    position: absolute;
    top: 12px;
    right: 0px;
    font-size: 0.875em;
}
.tab-content .n_output span.more {
    position: absolute;
    top: -36px;
    right: 0px;
    font-size: 0.875em;
}

.n_output table {
    width: 100%;
}


/*****************************************************************
추출게시물 : 텍스트형
*****************************************************************/
.n_output_txt .board_output {
    text-align: left;
}


/* 추출게시물 : 게시글 상하줄간격 */
.n_output_txt .board_output .board_output tbody > tr > td {
    padding: 3px 0;
    height: 36px;
    font-size: 1.0em;
    border-bottom: 1px dotted #ccc;
}

.n_output_txt .board_output tbody > tr > td:nth-child(3) {
    
    font-size: 0.875em;
    color: #888;
    line-height: normal;
}

.n_output_txt .board_output img {
    display: none;
}




/*****************************************************************
추출게시물 : 갤러리형
*****************************************************************/


.n_output_gallery, .n_output_gallery2{
    padding: 0px 0px 20px 0px;
}
.n_output_gallery .board_output {
    text-align: center;
}


/* 갤러리형 : 게시물 칸칸수 (관리자설정페이지 설정값 적용) */
.n_output_gallery .board_output > tbody > tr > td{
    padding: 5px 3px 5px;
    vertical-align: top;
   
}


/* 갤러리형 : 텍스트정보 */
.n_output_gallery .board_output > tbody > tr > td span a{
    display: inline-block;
    padding: 5px;
    line-height: 140%;
    font-size: 1.0em;
    color: #555;
}


/* 갤러리형 : 배경컬러 (마우스오버시 보임) */
.n_output_gallery .board_output .board_output_gallery_img{
    background-color: rgba(255, 255, 255, 0.8);
    width: 100%;
    height: 170px;
}


/* 갤러리형 : 이미지사이즈 */
.n_output_gallery .board_output .board_output_gallery_img .board_output_imgs{
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    
    height: 170px !important;
}


/* 갤러리형 : 마우스오버시 투명도 */
.n_output_gallery .board_output .board_output_gallery_img .board_output_imgs:hover{
    opacity: 0.5;
}


@media screen and (max-width: 768px) {
    .n_output_gallery .board_output > tbody > tr > td {
        display: block;
        width: 100%;
        padding: 0 0 30px;
    }
    .n_output_gallery .board_output .board_output_gallery_img .board_output_imgs{
        height: auto !important;
        max-width: 100% !important;
        width: 600px;
    }
    
}

/* 갤러리형 : 인라인블럭 정렬 */
.board_output > tbody > tr {
    display: inline-block;
    margin: 5px;
}

/* 갤러리형 : 추출게시물 박스 쉐도우 */
.board_shadow > tbody > tr {
box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

/*****************************************************************
스팸등록방지 : 게시판 & 폼메일
*****************************************************************/
.captcha td {
    padding: 10px !important;
    font-size: 0.875em;
    border: 0px solid #f00;
}

.captcha td:first-child {
    background-color: #f7f7f7;
}

.captcha td img {
    max-width: 100%;
    display: inline-block;
}

.captcha input[name=captcha_code] {
    width: auto !important;
    height: 36px;
}

/**/
.comment_txt {
    background-color: #fff !important;
    padding: 10px 0 !important;
    width: 1000px;
}
.comment_txt input[type=text],
.comment_txt input[type=password],
.comment_txt input[name=captcha_code] {
    height: 36px;
    border: 1px solid #ccc;
}

.comment_txt input[name=com_board_comment_name],
.comment_txt input[name=com_board_comment_password] {
    width: 100px;
}

.comment_txt > div {
    width: 100%;
    margin: 5px 0;
    text-align: left !important;
}



@media screen and (max-width: 768px) {
    .comment_txt {
        width: 100%;
    }
}


