@charset 'utf-8';


/* 회원관련 */
/*****************************************************************
로그인 : login.php
*****************************************************************/
.np_login {
    overflow: hidden;
    border:;
}
/**/
.np_loginBox01 {
    width: 600px;
    padding: 20px;
    margin: 0 auto;
    margin: 20px auto 20px;
   
}
.np_loginBox01 h3 {
    color: #222;
    font-size: 2.5em;
    font-weight: 100;
}
.np_loginBox01 p {
    margin: 5px 0 20px 0;
}
.np_loginBox01 input[type=text],
.np_loginBox01 input[type=password] {
    width: 100%;
    height: 34px;
    border: 1px solid #ccc;
    margin: 1px;
    padding-left: 10px;
}
.np_loginBox01 .sec01 {
    overflow: hidden;
}
.np_loginBox01 .sec01 .sec_left {
    width: 80%;
    
}
.np_loginBox01 .sec01 .sec_left font{
    float: left;
    padding: 25px 0px 10px 2px;
    font-size: 13px;
    color: #888;
}

.np_loginBox01 .sec01 .sec_left input {
    height: 50px;
}
.np_loginBox01 .sec01 .sec_right {
    width: 81%;
    margin-top: 10px;

}
.np_loginBox01 .sec01 .sec_right input[name=login_ok] {
    width: 100%;
    height: 50px;
    background-color: #1f2b63;
    border: 1px solid #fff;
    color: #fff;
    font-weight: 600;
    border-radius: 5px;
        margin-left: 1px;
}
.np_loginBox01 .sec01 .sec_right input[name=login_ok]:hover {
    background-color: #37bac8;
    color: #fff;
}

.np_loginBox01 .sec02 {
    margin-top: 20px;
    width: 80%;
}
.np_loginBox01 .sec02 ul li {
    text-align: right;
    margin: 1px 0;
    font-size: 0.875em;
    color: #888;
}
.np_loginBox01 .sec02 .btn-sm {
    width: 35%;
    margin-left: 10px;
    text-align: right;
}

/**/
.np_loginBox02 {
    width: 70%;
    padding: 20px;
    margin: 0 auto;
    margin: 30px auto;
    border-top: 1px dotted #888;
    overflow: hidden;
}
.np_loginBox02 h3 {
    margin: 20px 0 0;
    font-size: 1.250em;
}
.np_loginBox02 p {
    display: inline-block;
    margin: 0 0 20px 0;
    color: #888;
}
.np_loginBox02 ul {
    overflow: hidden;
}
.np_loginBox02 li span {
    width: 29.5%;
    line-height: 40px;
    display: inline-block;
    background-color: #ddd;
    text-align: center;
    margin: 1px 0;
}
.np_loginBox02 li input {
    width: 70%;
    height: 40px;
    border: 1px solid #ccc;
    padding-left: 10px;
    float: right;
    margin: 1px 0;
}
.np_loginBox02 .np_order_ok button {
    width: 29.5%;
    float: right;
    text-align: right;
    margin: 10px 0;
}

@media (max-width:768px) {
    .np_login {
        border: none;
    }
    .np_loginBox01,
    .np_loginBox02 {
        width: 100%;
        padding: 0;
    }
}





/*****************************************************************
회원가입 : join.php
*****************************************************************/
.np_join {
    
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.np_join .sec01 {
    width: 70%;
    margin: 0 auto;
    padding: 40px 20px 0px;
}

.np_join .sec01 h3 {
    font-size: 2.5em;
    font-weight: 100;
    border: 0px solid #ccc;
}

.np_join .sec01 p {
    font-size: 1.0em;
}

.np_join .sec02 {
    overflow: hidden;
    width: 70%;
    margin: 20px auto;
    padding: 0 20px;
}

.np_join .sec_left {
    width: 100%;
    
}

.np_join .sec_right {
    width: 100%;
  
}

.np_join .sec_left span {
    
    display: block;
    height: 40px;
    line-height: 40px;
    margin: 1px 0;
    text-align: left;
    font-size: 13px;
}

.np_join input.box {
    height: 50px;
}

.np_join input {
    width: 100%;
    border: 1px solid #ddd;
    padding: 0 10px;
    margin: 1px 0;
    text-align: left;
    font-size: 13px;
}

.np_join input[name=join_ok] {
    width: 100%;
    height: 50px;
    background-color: #368ca5;
    font-size: 1.25em;
    color: #fff;
    font-weight: 600;
    border-radius: 5px;
    text-align: center;
}
.np_join input[name=join_ok]:hover {
    background-color: #c5e3ea;
}
@media (max-width:768px) {
    .np_join {
        width: 100%;
        border: none;
    }
    .np_join .sec01,
    .np_join .sec02 {
        width: 100%;
    }
}




/*****************************************************************
회원가입 : join.php : agreement_form
*****************************************************************/
.np_agreement {
    text-align: left;
    border: 0px solid #000;
}

.np_agreement h5 {
    font-size: 14px;
    color: #368ca5;
    font-weight: bold;
}


.np_agreement input {
    float: left;
    margin: 0 10px 10px 0;
}

.np_agreement textarea {
    width: 100% !important;
    height: 200px;
    border: 1px solid #ccc;
    padding: 30px;
}

.np_agreement input[type=image] {
    text-align: center;
    margin: 20px auto;
}

.np_agreement button {
    width: 100%;
    border: 0px;
    text-align: center;
    margin: 10px 0;
    padding: 10px 20px;
    color: #fff;
    background-color: #368ca5;
    font-weight: 600;
}

.np_agreement button:hover {
    background-color: #c5e3ea;
    color: #fff;
}

.np_agreement .member_txt td {
    font-size: 1.150em;
/*    border: 10px solid #f00;*/
}

.np_agreement .member_txt input[name=com_member_check_agree],
.np_agreement .member_txt input[name=com_member_check_safe],
.np_agreement .member_txt input[name=com_member_check_collection] {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    float: left;
}




/*****************************************************************
회원가입 & 정보수정 : join.php , edit.php : apply_form (입력양식)
*****************************************************************/
.np_apply {
    text-align: left;
    border: 0px solid #eee;
}

.np_apply h5 {
    font-size: 1.25em;
    font-weight: 400;
    padding: 10px 0;
    margin-top: 20px;
    border: 0px solid #eee;
}

.np_apply .sec01 {
    background-color: #fff;
    padding: 10px 0;
}

.np_apply .sec01 h4 {
    font-size: 1.25em;
    font-weight: 100;
    padding: 10px 0;
    border: 0px solid #ccc;
}

.np_apply .sec01 p {
    padding: 0px;
}

.np_apply .sec02 {
    margin-top: 30px;
    font-size: 0.875em;
}

.np_apply .sec02 .member_txt tr td {
    border-bottom: 1px solid #ddd;
    padding: 5px;
    border-right: 0;
}

.np_apply .sec02 .member_td_bgcolor {
    width: 20%;
}

.np_apply .sec02 input,
.np_apply .sec02 select {
    max-width: 100%;
    width: 30%;
    height: 34px;
    border: 1px solid #ccc;
    margin: 1px 0;
    padding-left: 5px;
}

.np_apply .sec02 input[type=radio] {
     width: 15px;
}
.np_apply .sec02 .t_m1 {
    border-left: 0;
    border-right: 0;
    
}
.t_m1{
    border-top: 2px solid #368ca5 !important;
        border-left: none !important;
}
.t_m1 td {
    border-right: none !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.np_apply .sec02 #dl1 dt {
    font-size: 16px;
    color: #368ca5;
}

.np_apply .sec02 input[name=addr],
.np_apply .sec02 input[name=addr2] {
    width: 100%;
}

.np_apply .sec02 input[name=addr_post1],
.np_apply .sec02 input[name^=phone]
.np_apply .sec02 input[name^=mobile] {
    width: 65px;
}

.np_apply .sec02 input[name=member_img] {
    border: none;
}

.np_apply .sec03 {
    text-align: center;
    margin: 30px 0;
}

.np_apply .sec03 .btn-default {
    padding: 10px 20px;
}

.np_apply .sec03 a {
    vertical-align: top;
}

@media (max-width:768px) {
    .np_apply .sec02 input,
    .np_apply .sec02 select {
        width: 30%;
    }
    
    .np_apply .sec02 input[type=radio] {
        width: 15px;
    }
}

.membtn {
    color: #fff;
    background-color: #368ca5;
    padding: 10px 20px;
    border: 0;
    border-radius: 3px;
    font-weight: 600;
      width: 100%;
}

.membtn2 {
    border: 1px #ccc solid;
    border-radius: 3px;
    background-color: #fff;
    padding: 9px 20px;
}
.membtn:hover{
    background-color: #c5e3ea;
}
.membtn2:hover{
    background: #eee;
}

input.member_border, select.member_border, select {
    height: 34px;
    width: 30%;
    border: 1px solid #ccc;
    color: #888;
}


/*****************************************************************
회원가입 : join.php : apply_result_form (가입완료)
*****************************************************************/
.np_apply_result {}

.np_apply_result .sec01 {
    border: 1px solid #eee;
    padding: 50px 10px;
}

.np_apply_result .sec01 h3 {
    font-size: 2.5em;
    padding: 10px 0;
    border: 0px solid #ccc;
    color: #368ca5;
  
}

.np_apply_result .sec01 p {
    padding: 10px;
}

.np_apply_result .sec01 strong {
    font-size: 1.5em;
    font-weight: 500;
    color: #5b95c9;
}

.np_apply_result .sec02 {
    margin: 20px 0 30px;
    overflow: hidden;
}

.np_apply_result .sec02 button {
    width: 100%;
    float: right;
    text-align: center;
    margin: 10px 0;
    color: #fff;
    background-color: #368ca5;
    font-weight: 600;
    border: none;
}
.np_apply_result .sec02 button:hover{
     background-color: #c5e3ea;
    
}



/*****************************************************************
회원탈퇴 : secede
*****************************************************************/
.np_out {
    text-align: left;
}
.np_out .sec01 .tit {
    color: #111;
    border-bottom: 1px solid #222;
    padding: 10px 0;
    margin-bottom: 10px;
}
.np_out .sec01 table {
    border: 1px solid #ddd;
    border-width: 1px 0;
}
.np_out .sec01 tr td {
    border-bottom: 1px solid #ddd;
    padding: 5px;
}
.np_out .sec01 tr td:first-child {
    width: 25%;
    background-color: #eee;
    text-align: center;
}
.np_out .sec01 input {
    height: 34px;
    padding: 5px;
}

.np_out .sec02 {
    margin: 50px 0;
    width: 100%;
    display: table;
}
.np_out .sec02 .tit {
    color: #111;
    border-bottom: 1px solid #222;
    padding: 10px 0;
    margin-bottom: 10px;
}

.np_out .sec03 a {
    vertical-align: top;
}


.np_out h5 {
    font-size: 1.0em;
    font-weight: 400;
    color: #222;
    padding: 10px 0;
    margin-top: 20px;
}

.np_out input {
    float: left;
    margin-right: 10px;
}

.np_out .sec03 {
    margin-top: 40px;
}

.np_out .sec03 input {
    float: none;
    margin-right: 0px;
}





/*****************************************************************
하단영역 : 이용안내
*****************************************************************/
.np_siteinfo .rull_site {
    height: 600px;
    overflow-y: auto;
    border: 1px solid #ddd;
    padding: 20px;
    line-height: 200%;
}

.np_siteinfo .rull_site #use {
    text-align: right;
}

.np_siteinfo .rull_site dl {
    
}

.np_siteinfo .rull_site dt {
    margin-top: 30px;
}

.np_siteinfo .rull_site dd {
}



/*****************************************************************
하단영역 : 서비스이용약관
*****************************************************************/
.np_siteinfo .service_rull {
    height: 600px;
    overflow-y: auto;
    border: 1px solid #ddd;
    padding: 20px;
    line-height: 200%;
}

.np_siteinfo .service_rull p.tit {
    margin-top: 30px;
}



/*****************************************************************
하단영역 : 개인정보취급방침
*****************************************************************/
.np_siteinfo .personal {
    height: 600px;
    overflow-y: auto;
    border: 1px solid #ddd;
    padding: 20px;
    line-height: 200%;
}

.np_siteinfo .personal .summary {
    color: #888;
}

.np_siteinfo .personal h3 {
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
}

.personal_info {
    background-color: #f6f6f6;
    padding: 10px;
    border-radius: 10px;
}


/*****************************************************************
하단영역 : 이메일무단수집거부
*****************************************************************/
.np_siteinfo .email {
    padding: 20px 0 50px;
    line-height: 300%;
}















/*****************************************************************
게시판 공통 전체
*****************************************************************/
.n_board_txt > table,
.n_board_gallery > table, .n_board_gallery2 > table, .n_board_gallerygallerywebzine > table {
    width: 100%;
  
}


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


/*****************************************************************
글보기, 글쓰기 : tr > td(좌측/우측)
*****************************************************************/
.n_board_txt .board_bgcolor,
.n_board_gallery .board_bgcolor, .n_board_gallery2 .board_bgcolor, .n_board_gallerywebzine .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, .n_board_gallery2 .board_desc, .n_board_gallerywebzine .board_desc {
    width: auto;
    text-align: left;
    border-top: 1px solid #fff;
    
}


/*****************************************************************
글쓰기 : 하단 공지글체크
*****************************************************************/
.n_board_txt .board_desc input[type=checkbox],
.n_board_gallery .board_desc input[type=checkbox],
.n_board_gallery2 .board_desc input[type=checkbox], .n_board_gallerywebzine .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,
.n_board_gallery2 .board td input, .n_board_gallerywebzine .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],
.n_board_gallery2 .board td input[type=file], .n_board_gallerywebzine .board td input[type=file]{
    max-width: 500px;
    border: 0px solid #ddd;
}

.n_board_txt .seLayout,
.n_board_gallery .seLayout,
.n_board_gallery2 .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],
.n_board_gallery2 .board td input[name^=phone],
.n_board_gallery2 .board td input[name^=mobile], 
.n_board_gallerywebzine .board td input[name^=phone],
.n_board_gallerywebzine .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],
.n_board_gallery2 .board td input[type=radio],
.n_board_gallery2 .board td input[type=checkbox],
.n_board_gallerywebzine .board td input[type=radio],
.n_board_gallerywebzine .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,
.n_board_gallery2 .seLayout #descriptionView_IFRAME,
.n_board_gallerywebzine .seLayout #descriptionView_IFRAME{
    border: 1px solid #ddd;
}


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


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


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


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


/*****************************************************************
글목록 : 검색어입력
*****************************************************************/
/* Modern search input styling */
.n_board_txt .est_keyword_cell input[name=com_board_search_value],
.n_board_gallery .est_keyword_cell input[name=com_board_search_value],
.n_board_gallery2 .est_keyword_cell input[name=com_board_search_value],
.n_board_gallerywebzine .est_keyword_cell input[name=com_board_search_value] {
    max-width: 220px;
    height: 36px;
    margin: 0 8px;
    padding: 0 12px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 14px;
    color: #333;
    background-color: #f9f9f9;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

/* Focus state */
.n_board_txt .est_keyword_cell input[name=com_board_search_value]:focus,
.n_board_gallery .est_keyword_cell input[name=com_board_search_value]:focus,
.n_board_gallery2 .est_keyword_cell input[name=com_board_search_value]:focus,
.n_board_gallerywebzine .est_keyword_cell input[name=com_board_search_value]:focus {
    outline: none;
    border-color: #4285f4;
    box-shadow: 0 2px 8px rgba(66, 133, 244, 0.2);
    background-color: #fff;
}

/* Placeholder styling */
.n_board_txt .est_keyword_cell input[name=com_board_search_value]::placeholder,
.n_board_gallery .est_keyword_cell input[name=com_board_search_value]::placeholder,
.n_board_gallery2 .est_keyword_cell input[name=com_board_search_value]::placeholder,
.n_board_gallerywebzine .est_keyword_cell input[name=com_board_search_value]::placeholder {
    color: #aaa;
    opacity: 0.8;
}


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


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


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


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


/*****************************************************************
갤러리목록 : 이미지사이즈
*****************************************************************/
.n_board_gallery .nSize img {
   height: 200px;
  
}

.nSize_img .nSize img {
    height: 100% !important;
}

.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);
}

.n_board_gallery2 .nSize img {
    height: auto !important;
    opacity: 0.9;
}

.n_board_gallery2 .nSize:hover img, .n_board_gallerywebzine .nSize:hover img {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    background-color: #000;
    opacity: 0.7;
    
}

    .nSize {
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    top: 0px;
    left: 0px;
    z-index: 1;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #eee;
    }

.n_board_gallerywebzine .nSize{
   border: 1px solid #eee;
    float: left;
    width: 50%;
}
.n_board_gallerywebzine .nSize >td>a> img{
   height: 130px !important; 
}
    
.nSize>td{
    overflow: hidden;
}
.n_board_gallery2 .nSize {
    background: #000;
}

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

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

.n_board_gallerywebzine .gallery_subject {
    padding: 5px;
    height: 50px;
    text-align: left !important;

}

.n_board_gallerywebzine .gallery_title{
    color: #000;
    font-size: 18px;
    font-weight: 600;
    font-family: auto;
}

.n_board_gallerywebzine .boxArea .bbsnewf5 > table > tbody > tr:nth-child(1) {
    float: left;
    width: 40%;
    
}
.n_board_gallerywebzine .boxArea .bbsnewf5 > table > tbody > tr:nth-child(2), 
.n_board_gallerywebzine .boxArea .bbsnewf5 > table > tbody > tr:nth-child(3) {
    float: left;
    width: 60%;
}
.n_board_gallerywebzine .gallery_etc, 
.n_board_gallerywebzine .gallery_subject{
    padding-left: 10px;
}

.n_board_gallerywebzine .gallery_etc{
    padding-top: 10px;
    font-family: auto;
}


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

@media screen and (max-width: 768px) {
    .n_board_gallerywebzine .boxArea{
        padding: 0px 0px 10px 0px;
        display: block;
        width: 100%;
    }
    .n_board_gallerywebzine .nSize img{
       
    }
}

/*****************************************************************
갤러리형 게시판 > 목록페이지 : 최상단라인
*****************************************************************/
.n_board_gallery .boxArea > font > font > font > table:first-child td,
.n_board_gallery2 .boxArea > font > font > font > table:first-child td,
.n_board_gallerywebzine .boxArea > font > font > font > table:first-child td {
    background-color: #fff;
}

/*****************************************************************
갤러리형 게시판 > 최상단라인 & 기타영역 컬러
*****************************************************************/
.n_board_gallery > table .boxArea > table > tbody > tr > td,
.n_board_gallery2 > table .boxArea > table > tbody > tr > td, 
.n_board_gallerywebzine > table .boxArea > table > tbody > tr > td {
    background-color: #fff;
    vertical-align: top;
}


.n_board_gallery .boxArea .bbsnewf5{
    border: 1px solid #ddd;
    padding: 0;
    float: left;
}

.n_board_gallery2 .boxArea .bbsnewf5{
    border: 0;
    float: left;
}

.n_board_gallerywebzine .boxArea .bbsnewf5{
    border: 1px solid #ddd;
    cursor: pointer;
    
}
.n_board_gallerywebzine .boxArea .bbsnewf5:hover{
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
   box-shadow: 2px 2px 5px 2px #ddd; 
}
/*****************************************************************
글목록 : 최상단 라인영역
*****************************************************************/
.board_top_line {
    background-color: #1F2B63;
    height: 2px;
}


/*****************************************************************
글목록 : 최상단 구분영역
*****************************************************************/
.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: 12px;
}

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



/*****************************************************************
텍스트형 게시판 : 롤오버 선택컬러
*****************************************************************/
.n_board_txt .tr_line,
.n_board_gallery .tr_line,
.n_board_gallery2 .tr_line,
.n_board_gallerywebzine .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: 14px;
    padding: 10px 5px;
}


/*****************************************************************
글목록 : 항목들 : 작성자,작성일자,조회수 등
*****************************************************************/
/* Base table styling */
.n_board_txt {
    width: 100%;
    border-collapse: collapse;
    font-family: 'Noto Sans KR', sans-serif;

    border-radius: 8px;
    overflow: hidden;
  }
  
  
  .att_title {
    padding: 14px 10px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.5px;
  }
  
  .att_title font {
    color: #0e0e0e;
  }
  
  /* Content rows styling */
  .tr_line {
    border-bottom: 1px solid #e5e7eb;
    transition: background-color 0.2s;
  }
  
  .tr_line:hover {
    background-color: #f3f4f6;
  }
  
  .tr_line td {
    padding: 16px 10px;
  }
  
  /* Title column */
  .n_board_txt .tr_line td.bbsnewf5 {
    width: 40%;
    font-weight: 500;
    font-size: 15px;
  }
  
  .bbsnewf5 a {
    color: #1f2937;
    text-decoration: none;
    transition: color 0.2s;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 8px;
  }
  
  .bbsnewf5 a:hover {
    color: #3b82f6;
  }
  
  /* Other columns */
  .n_board_txt .tr_line td:not(.bbsnewf5) {
    font-size: 14px;
    color: #6b7280;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
  }
  
  /* Number column */
  .bbsno {
    font-weight: 500;
    color: #4b5563 !important;
  }
  
  /* Writer column with logo */
  .n_board_txt .tr_line td.bbswriter {
    background-image: url(http://www.koraia.org/base/img/default/img/logo-1.png);
    color: rgba(255, 255, 255, 0);
    background-size: 80px;
    background-repeat: no-repeat;
    background-position: center;
    padding: 18px 10px;
    min-width: 90px;
  }
  
  /* Date column */
  .bbsetc_dateof_write {
    min-width: 90px;
  }
  
  /* Image column */
  .n_board_txt .bbsupload_image {
    width: 120px;
    height: 90px;
    padding: 5px;
  }
  
  .n_board_txt .bbsupload_image > a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 6px;
  }
  
  .n_board_txt .bbsupload_image > a > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 80px;
    transition: transform 0.3s ease;
  }
  
  .n_board_txt .bbsupload_image > a > img:hover {
    transform: scale(1.05);
  }
  
  /* Attachment column */
  .bbsfile_attachment {
    text-align: center;
  }
  
  .bbsfile_attachment a img {
    opacity: 0.7;
    transition: opacity 0.2s;
  }
  
  .bbsfile_attachment a:hover img {
    opacity: 1;
  }
  
  /* "New" icon styling */
  .bbsnewf5 img[src*="new.png"] {
    margin-left: 5px;
    vertical-align: middle;
    animation: pulse 2s infinite;
  }
  
  @keyframes pulse {
    0% { opacity: 0.7; }
    50% { opacity: 1; }
    100% { opacity: 0.7; }
  }
  
  /* Responsive adjustments */
  @media (max-width: 768px) {
    .n_board_txt .tr_line td.bbsnewf5 {
      width: 50%;
    }
    
    .bbsetc_dateof_write {
      font-size: 13px !important;
    }
  }

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




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

.n_board_txt #post_area > img,
.n_board_gallery #post_area > img,
.n_board_gallery2 #post_area > img,
.n_board_gallerywebzine #post_area > img{
    width: 100% !important;
    height: 100% !important;
}

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

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

#post_area > p > img{
    height: auto !important;
    width: 100% !important;
}


/*****************************************************************
글보기 : embed : 동영상게시판
*****************************************************************/
.n_board_txt #post_area embed,
.n_board_gallery #post_area embed,
.n_board_gallery2 #post_area embed{
    width: 100%;
    border: 0px solid #FFF;
}
@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: 0;
    padding: 3px;
}




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


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


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


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

.veiwBottonArea a {
    display: inline-block;
}


/*****************************************************************
카테고리 영역 : 셀렉트박스형
*****************************************************************/
.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: 60%;
        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 .boxArea{
        display: block;
        width: 100%;
    }
    
   
   
    .n_board_gallery .nSize img ,  .n_board_gallery2 .nSize img{
       
        height: auto !important;
        width: 800px;
    }
    .n_board_gallery2 .boxArea> font>font>font>.board>tbody > tr > .boxArea,
    .n_board_gallery2 > table > tbody > tr > .boxArea >table >tbody > tr > .boxArea{
        width: 50%;
    float: left;
    }

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


/*****************************************************************
카테고리 영역 : 셀렉트박스형
*****************************************************************/
.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;
   
}

.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: 14px;
}
.tab-content .n_output span.more >a {
    color: #1f2b63;
}
.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{
   
}
.n_output_gallery .board_output, .n_output_gallery2 .board_output  {
    text-align: center;
}


/* 갤러리형 : 게시물 칸칸수 (관리자설정페이지 설정값 적용) */

.n_output_gallery2 .board_output > tbody > tr > td {
    padding: 5px;
    vertical-align: top;
   
}
.n_output_gallery .board_output > tbody > tr > td {
    padding: 5px;
    vertical-align: top;
}

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

}


/* 갤러리형 : 배경컬러 (마우스오버시 보임) */

.n_output_gallery2 .board_output .board_output_gallery_img{
   
    width: 100%;
    height: auto !important;
}
.n_output_gallery .board_output .board_output_gallery_img{
    width: 100%;
    height: 200px !important;
}

/* 갤러리형 : 이미지사이즈 */

.n_output_gallery2 .board_output .board_output_gallery_img .board_output_imgs{
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    height: 200px !important;
}
.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: 200px !important;
}
@media screen and (max-width: 1300px) {
    .n_output_gallery .board_output .board_output_gallery_img {
    width: 100%;
    height: 200px !important;
}
    .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: 200px !important;
}
}
@media screen and (max-width: 1200px) {
    .n_output_gallery .board_output .board_output_gallery_img {
    width: 100%;
    height: 165px !important;
}
    .n_output_gallery2 .board_output .board_output_gallery_img .board_output_imgs {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    height: 165px !important;
}
    .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: 165px !important;
}
}

@media screen and (max-width: 991px) {
    .n_output_gallery .board_output .board_output_gallery_img,
    .n_output_gallery .board_output .board_output_gallery_img .board_output_imgs{
        
        height: 170px !important;
    }
        .n_output_gallery2 .board_output .board_output_gallery_img .board_output_imgs {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    height: auto !important;
}

}

/* 갤러리형 : 마우스오버시 투명도 */
.n_output_gallery .board_output .board_output_gallery_img .board_output_imgs:hover,
.n_output_gallery2 .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%;
        
    }
    .n_output_gallery .board_output .board_output_gallery_img .board_output_imgs{
        height: auto !important;
        max-width: 100% !important;
        
    }
    
    .n_output_gallery2 .board_output > tbody > tr > td{
        
    }
}


/*****************************************************************
 읽기 글내용 여백 없애기
*****************************************************************/

.board_description{
    height:auto;
}


/*****************************************************************
폼메일
*****************************************************************/
.np_form {
    width: 100%;
    margin: 0 auto;
    border: 0px solid #FFF;
}
.np_form > table {
    width: 100%;
    text-align: left;
    border: 0px solid #FFF;
}
.np_form > table > tbody > tr > td > table > tbody > tr:first-child {
    border-top: 1px solid #fff;
}

.np_form input[class=formmail_border] {
    width: 95%;
    border: 1px solid #ccc;
    background-color: transparent;
    height: 36px;
    padding: 3px 5px;
    margin: 1px 0;
}

.np_form input[name=address_post1] {
    width: 120px;
    
}

.np_form td.formmail_title_bgcolor {
    width: 20%;
    height: 38px;
    background-color: #f7f7f7;
    border-top: 1px solid #fff;
    font-size: 0.875em;
    color: #555;
}

.np_form td.formmail_cell_bgcolor {
    width: 80%;
    padding: 0px !important;
    font-size: 0.875em;
}

.np_form select[name=category] {
    width: 95%;
}
.np_form select {
    width: 100px;
    padding: 3px 5px;
    height: 36px;
    margin: 1px 0;
    border: 1px solid #ccc;
}

.np_form td.formmail_cell_bgcolor textarea {
    padding: 10px;
    border: 1px solid #ccc;
    width: 95%;
}

.np_form input[type=file] {
    border: none;
    display: inline-block;
    font-family: 'arial';
    font-size: 12px;
    width: 50%;
}

.np_form input[name^=phone],
.np_form input[name^=mobile] {
    max-width: 68px;
    width: 100%;
}

.np_form input[type=radio],
.np_form input[type=checkbox] {
    width: 19px;
    height: 19px;
    margin: 0px 3px 0 5px;
    vertical-align: middle;
}


/*개인정보 동의*/
.np_form td.formmail_cell_bgcolor .personalInformation textarea {
    width: 100%;
    margin: 1px 0;
    border: 1px solid #ccc;
    height: 150px;
}

.np_form .personalInformation {
    margin: 30px 0 0 0 !important;
    font-size: 0.875em;
    color: #888;
}

.np_form .personalInformation input[name=com_formmail_check_safe] {
    width: 17px;
    height: 17px;
    vertical-align: middle;
}



/* 하단버튼영역 */
.formButton {
    margin: 20px 0;
    border: 0px solid #fff;
}





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

.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%;
    }
}








/*****************************************************************
일정관리 : 목록보기
*****************************************************************/
/* 목록보기 */
.np_schedule {
/*    border: 1px solid #f00;*/
}
.np_schedule iframe {
    display: none;
}

.np_schedule .schedule_title > a > img {
    vertical-align: middle;
    padding: 3px 10px 10px 10px;
}

.np_schedule img {
    max-width: 100%;
}

.np_schedule_tit {
    height: 40px;
    font-size: 0.875em;
    background-color: #eee;
/*    border-bottom: 1px solid #000;*/
}
.np_schedule_tit.sun {
    background-color: #ddd;
}
.np_schedule_tit.sat {
    background-color: #ddd;
}

.np_schedule .schedule_write_title {
    background-color: #eee;
    width: 20%;
}

.np_schedule input {
    width: auto;
    display: inline-block;
}

.np_schedule .schedule_write_title {
    min-width: 20%;
    font-family: 'Noto Sans KR';
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    padding: 10px 0;
    border-bottom: 1px solid #fff;
}

.np_schedule .schedule_write_cell {
    font-family: 'Noto Sans KR';
    vertical-align: middle;
    padding-left: 10px;
}

.np_schedule td#schedule1,
.np_schedule td#schedule2,
.np_schedule td#schedule3 {
    vertical-align: top;
    padding: 5px;
}


/*****************************************************************
일정관리 : 내용보기
*****************************************************************/
/* 내용보기 */
.np_schedule .schedule_view {
    padding: 20px 0;
    border-bottom: 1px dotted #555;
}
.np_schedule input[type=text],
.np_schedule input[type=password] {
    height: 34px;
    padding: 5px;
    border: 1px solid #bbb;
}
.np_schedule textarea {
    max-width: 100%;
    margin: 5px 0;
    height: 100px;
    padding: 10px;
    border: 1px solid #bbb;
}
.np_schedule .veiwBottonArea {
    margin: 30px 0;
    border: 0px solid #fff;
}





/*****************************************************************
멀티탭 : 공통
*****************************************************************/
.n_tab .nav-tabs {
    margin: 0 0 8px;
    border-bottom: 1px solid #ddd;
}
.n_tab .nav-tabs li {
    margin-top: 2px;
}

/* grid : 메뉴갯수 */
.n_tab > ul.grid2 > li {
    width: 50%;
}
.n_tab > ul.grid3 > li {
    width: 33.33%;
}
.n_tab > ul.grid4 > li {
    width: 25%;
}
.n_tab > ul.grid5 > li {
    width: 20%;
}
.n_tab > ul.grid6 > li {
    width: 16.66%;
}
.n_tab > ul.grid7 > li {
    width: 14.28%;
}
.n_tab > ul.grid8 > li {
    width: 12.50%;
}
.n_tab > ul.grid9 > li {
    width: 11.11%;
}
.n_tab > ul.grid10 > li {
    width: 10%;
}


/**/
.n_tab .nav-tabs > li > a {
    margin-right: 1px;
    background-color: #f0f0f0;
    border: 1px solid #ddd;
/*    border-bottom: 1px solid #ddd;*/
    padding: 0px;
    height: 40px;
    line-height: 40px;
    border-radius: 0px;/**/
    padding-left: 15px;
    padding-right: 15px;
    font-size: 0.875em;
    text-align: center;
    word-break: break-all;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
    color: #888;
}

.n_tab .nav-tabs > li.active > a,
.n_tab .nav-tabs > li.active > a:hover,
.n_tab .nav-tabs > li.active > a:focus {
    color: #111;
    cursor: default;
    background-color: #fff;
    border-top: 2px solid #1f2b63;
    border-bottom-color: transparent;
        font-size: 14px;
}

@media screen and (max-width: 768px) {
    .n_tab .nav-tabs > li > a {
        font-size: 14px;
    }
}






/*****************************************************************
추가페이지 : 여분페이지
*****************************************************************/
.np_add_page {
    height: 500px;
    padding-top: 100px;
    text-align: center;
    border: 10px solid #ddd;
    color: #111
}






/*****************************************************************
n_table : 기본테이블
*****************************************************************/
.n_table {
    width: 100%;
    border-top: 3px solid #666;
    border-collapse: collapse;
    table-layout: fixed;
}
.n_table caption {
    visibility: hidden;
    overflow: hidden;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
}
.n_table tbody {
    vertical-align: middle;
}
.n_table th,
.n_table td {
    border-bottom: 1px solid #ccc;
    vertical-align: middle;
    padding: 10px;
}
.n_table th {
    background-color: #f0f0f0;
    text-align: center;
    word-break: break-all;
}
.n_table td {
    background-color: #fff;
    text-align: left;
    word-break: break-all;
}

.n_table p {
    background-color: #fff;
    text-align: left;
    
}








/*****************************************************************
쇼핑몰 : 주문서작성
*****************************************************************/
#content .radio,
.checkbox {
    display: inline-block;
    vertical-align: middle;
/*    background-color: #f00;*/
}

@media (max-width: 768px) {
    #content input[name=oaddress_01],
    #content input[name=oaddress_02],
    #content input[name=omail],
    #content input[name=address],
    #content input[name=address_01] {
        width: 100%;
    }
}

#content img {
/*    display: none;*/
    max-width: 100%;
}






/*****************************************************************
쇼핑몰 : 검색결과 페이지
*****************************************************************/
.nt_imgArea_shop {
/*    height: 250px;*/
}
.nt_productresult {
/*    border: 1px solid #f00;*/
}

.nt_productresult .product_result_txt {
    font-size: 1.125em;
}
.nt_productresult .product_result_txt .highlight {
    font-size: 2.0em;
    color: #111;
}

/**/
.nt_productresult .box1 {
    overflow: hidden;
    margin: 20px 0 0;
    padding: 20px;
    border: 1px solid #ddd;
}
.nt_productresult .box1 .bx_center {
    overflow: hidden;
    padding: 10px;
/*    border: 1px solid #f00;*/
}

.nt_productresult .bx_product_result .no_result {
    margin: 0px;
    height: 30px !important;
/*    border: 1px solid #f00;*/
}
.nt_productresult .bx_product_result .more_result,
.nt_productresult .bx_product_result .more_result2 {
    width: 100%;
    border: 0px;
    padding: 10px 0 0;
    font-size: 1.0em;
}
.nt_productresult .bx_product_result .result_product {
    padding: 3px 0 0 15px !important;
    width: 100%;
    height: 30px;
}
.nt_productresult .bx_product_result .text {
    width: 200px;
    height: 32px;
    padding: 5px;
    border: 1px solid #ccc;
}


/* 검색상품목록 */
.nt_productresult .n_result_list {
    margin: 50px 0 0;
}
.nt_productresult .result_list th {
    height: 40px;
}
.nt_productresult .bx_product_result .range {
    width: 100% !important;
    border: none;
}







/*****************************************************************
쇼핑몰 : 메인화면 > 상품목록
*****************************************************************/
.shopMain {
    display: block;
    padding: 10px 0 0;
}

.shopMain td {
    vertical-align: top;
    padding: 5px !important;
    width: 14%;/* 14%, 16%, 20%, 25%, 33% */
}
.shopMain td #photo_info {
    padding: 0 0 30px;
    font-size: 0.875em;
    color: #999;
}

.shopMain img {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    width: 100%;
    height: auto;
}
.shopMain img:hover {
    opacity: 0.8;
}

@media screen and (max-width: 991px) {
    .shopMain td {
        display: inline-block;
        width: 49.5%;
    }
}





/*****************************************************************
쇼핑몰 : 목록페이지
*****************************************************************/
.box2 {
    width: 100%;
    background: none;
}

#product_list {
    text-align: center;
    vertical-align: top;
    padding-bottom: 50px;
    width: 25%;
}

#product_list a {
    font-size: 0.875em;
    color: #111;
    display: inline-block;
    padding: 5px;
}

#product_list a img {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    width: 100%;
    height: auto;
}
#product_list a img:hover {
    opacity: 0.8;
}

#product_list span {
    font-size: 0.875em;
    color: #333;
    font-weight: normal;
}

#product_list_tle {
    float: left;
    padding: 29 0 5 9
}

#product_list_sort {
    text-align: right;
    width: 100%;
    border-bottom: 1px solid #eee;
    height: 25px;
    margin-bottom: 10px;
    font-size: 0.875em;
    color: #222;
}

#product_list_sort a {
    color: #999;
    display: inline-block;
    padding-bottom: 3px;
}

#product_list_sort span {
    color: #fff;
    display: inline-block;
    padding: 0 3px 3px;
}


/* 페이징 : 이전,다음 버튼 */
#page,
#page2 {
    text-align: center;
    font-size: 0.875em;
    font-weight: normal;
    letter-spacing: 1;
    padding: 10px;
    color: #222;
}

#page img,
#page2 img {
    display: none;
    vertical-align: middle;
    letter-spacing: 3;
    margin-top: -2;
}

#page a,
#page2 a {
    font-weight: normal;
    color: #444444;
    font-weight: bold;
}

#page span,
#page2 span {
    display: inline-block;
    background-color: #ddd;
    border-radius: 2px;
    padding: 5px 8px;
    font-weight: normal;
    color: #333;
}






/*****************************************************************
쇼핑몰 : 상세페이지
*****************************************************************/
/* 기본 좌우영역 */
.np_detailView {
    margin-top: 10px;
    display: block;
    overflow: hidden;
    border: 0px solid #fff;
}

#product_img {
    float: left;
    width: 50%;
    margin: 0 auto 30px;
    text-align: center;
    border: 0px solid #fff;
}

#product_info {
    float: right;
    width: 50%;
    padding-left: 50px;
    text-align: left;
    border: 0px solid #fff;
}

#product_img .np_imgArea img {
    width: 500px;/**/
    height: auto;
}


/* 쇼핑몰 > 상품상세 : 썸네일 */
#nail {
    margin: 5px;
}

#nail a:link {
    font-size: 11px;
    color: #666666
}

#nail a:visited {
    font-size: 11px;
    color: #666666
}

#nail img {
    border: 1px solid #CACACA;
    margin: 2;
    cursor: hand;
    width: 50px;
    height: 50px
}


/* 쇼핑몰 > 상품상세 : 정보,버튼 */
#product_info input,
#product_info select {
    min-width: 150px;
    height: 30px;
}

#product_info input[name=order_count] {
    text-align: right;
    padding-right: 5px;
}

#product_info .n_btnSet {
    margin-top: 10px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
}

#product_info .n_btnSet button {
    font-size: 1.0em;
    margin-bottom: 5px;
    border-radius: 3px;
    color: #555;
}

#product_info .n_btnSet button.btn-color {
    background-color: #444;
    border: 1px solid #444;
    color: #fff;
}

#product_info .n_btnSet button.btn-color:hover {
    background-color: #111;
}

.product_tle {
    font-weight: bold;
    font-size: 16px;
    padding: 10px 0;
    margin-bottom: 10px;
    border-top: 1px solid #222;
    border-bottom: 1px dotted #ddd;
}

.product_txt1 {
    width: 25%;
    padding: 5px 0;
    color: #888;
}

.product_txt2 {
    width: 75%;
    padding: 5px 0;
    color: #333;
}

.product_txt2 span {
    font-size: 0.875em;
    color: #aaa;
    vertical-align: middle;
}

.product_price {
    color: #222;
}

#price_result {
    font-weight: bold;
    color: #c00;
}


/* 쇼핑몰 : 상품상세설명영역(탭메뉴영역) */
#product_content {
    margin: 30px auto 50px;
    border: 0px solid #fff;
}

#product_content .tab-content #menu2,
#product_content .tab-content #menu3 {
    font-size: 1.0em;
    color: #666;
    line-height: 200%;
}

#product_content img {
    max-width: 100%;
}

#product_content .tab-content {
    padding-top: 20px;
}


/* 쇼핑몰 > 상품상세 : 마이페이지 */
#txtbox_info {
    border: 10px solid #f4f4f4;
    padding: 20px;
    font-size: 1.0em;
    color: #888;
}

.order_tle {
    margin: 0 0 10px 0;
}

#total_order {
    padding: 20px;
    border-bottom: 1px solid #ccc;
    background: #eee;
    line-height: 24px;
    text-align: right;
    color: #555;
}

#total_order #sum_price {
    font-size: 1.25em;
    color: #da0000;
    font-weight: bold;
}

#total_order #sum {
    font-size: 1.25em;
}

#infobox {
    border: 2px solid #E4E4E4;
    padding: 12px 12px 0 12px;
    color: #666666
}


.t_01 {
    border-collapse: collapse;
    border-top: 1px solid #222;
    border-right: 1px solid #ddd;
}

.t_01 th {
    padding: 10px 5px;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    background: #f6f6f6;
    font-weight: normal;
    font-size: 0.875em;
    color: #555;
}

.t_01 td {
    padding: 10px 5px;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    background: #ffffff;
    font-size: 0.875em;
    color: #555;
}

@media screen and (max-width: 991px) {
    #product_img { width: 100%; }
    #product_info { width: 100%; padding: 0px; }
    #product_info .n_btnSet button { width: 100%; }
}






/*****************************************************************
nFulid : 여백제거
*****************************************************************/
.container-fluid.nFluid > .row,
.container-fluid.nFluid > div > .row {
    margin: 0;
}
.container-fluid.nFluid,
.container-fluid.nFluid > .row,
.container-fluid.nFluid > .row > div,
.container-fluid.nFluid > div > .row > div {
    padding: 0;
}





/*****************************************************************
webzine : 웹진형 게시판 (기업칼럼)
*****************************************************************/
.n_board_webzine .webzine_type2 {
    border-top: 3px solid #1f2b63;
}

.n_board_webzine .webzine_type2 .webzine_type_img a{
    margin-bottom: 10px;
    margin-top: 10px;
}
.n_board_webzine .webzine_type2 .webzine_type_img img{
    border:0;
}

.n_board_webzine .webzine_type2 .webzine_type_text_td_left{
    width: 80%;
   
}
.n_board_webzine .webzine_type2 .webzine_type_text_td_left dl {
    margin-bottom: 10px;
    margin-top: 10px;
}
.n_board_webzine .webzine_type2 dd{
    border:0;
    height: auto;
}
.n_board_webzine .webzine_type2 tbody tr{
    border-bottom: 1px solid #ddd;
}
.n_board_webzine .webzine_type2 tbody tr:hover{
   background-color: #f5f5f5; 
}
.n_board_webzine .webzine_type2 .obj_name,
.n_board_webzine .webzine_type2 obj_value{
    display: none;
}

.n_board_webzine .webzine_type2 .obj_value{
    padding: 0;
}
.n_board_webzine .webzine_type2 .obj_value .div_news_title .news_title{
    color: #000; 
    font-size: 18px;
    font-weight: 600;
}
.n_board_webzine .webzine_type2 .obj_value a{
   color: #888; 
   font-size: 14px;
}

.n_board_webzine .webzine_type2 .webzine_type2_table_line{
   display: none; 
}

@media (max-width: 480px){
    .n_board_webzine .webzine_type2 tbody tr{
       display: grid;    
    }
    .n_board_webzine .webzine_type2 .webzine_type_text_td_left{
       padding:0; 
       width: 100%;
    }
    
}