@charset 'utf-8';





html, body, div, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: middle;
	font-family: "Noto Sans KR", sans-serif;
}


.bom_board > table,
.bom_gallery > table {
    width: 100%;
    border: 0px solid #fff;
    font-size:0.9rem;
    font-family: "Noto Sans KR", sans-serif;
}

.bom_board .att_title {
        font-size:12px;
    }


.bom_board .tr_line td.bbsnewf5 {
        font-size:0.8rem !important;
        font-family: "Noto Sans KR", sans-serif !important;
    }

.bom_board .tr_line td.bbsnewf5 a {
    color: #707070;
}

/*  게시판 공통 전체  */
.bom_board > table,
.bom_gallery > table {
    width: 100%;
    border: 0px solid #f00;
}


/*  갤러리게시판 bg */
.bom_gallery > table .boxArea > table > tbody > tr > td {
    background-color: #FFF;
    vertical-align: top;
}


/*  글목록 체크박스  */
.bom_board #check_all,
.bom_gallery #check_all {
    width: 18px;
    height: 18px;
    margin: 5px;
}

/*  글목록 게시물체크박스  */
.bom_board .bbschk input[type=checkbox] {
    width: 17px;
    height: 17px;
}

/*  글쓰기 이름,제목등 / 글목록 체크박스 */
.bom_board .board td input,
.bom_gallery .board td input {
    width: 100%;
    border: 1px solid #ddd;
    background-color: transparent;
    height: 30px;
    padding: 3px 5px;
    margin: 1px 0;
}

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

.bom_board .seLayout,
.bom_gallery .seLayout {
    border: none;
}

/* 글읽기, 글쓰기 가로공간 비율 */
.bom_board .board_bgcolor,
.bom_gallery .board_bgcolor {
    width: 20%;
    background-color: #f1f1f1;
}
.bom_board .board_desc,
.bom_gallery .board_desc {
    width: 80%;
    text-align: left;
}


/* 글쓰기 하단 공지글 체크  */
.bom_board .board_desc input[type=checkbox],
.bom_gallery .board_desc input[type=checkbox] {
    max-width: 17px;
    max-height: 17px;
}


/* 글쓰기 핸드폰, 라디오, 체크박스 */
.bom_board .board td input[name=phone_no1],
.bom_board .board td input[name=phone_no2],
.bom_board .board td input[name=phone_no3],
.bom_board .board td input[name=mobile_no1],
.bom_board .board td input[name=mobile_no2],
.bom_board .board td input[name=mobile_no3] {
    max-width: 70px;
    width: 100%;
}

.bom_board .board td input[type=radio],
.bom_board .board td input[type=checkbox] {
    width: 20px;
    margin: 0 0 0 5px;
}


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


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


/*  글쓰기 취소버튼 등  */
.bom_board .bbsnewf5 > a img,
.bom_gallery .bbsnewf5 > a img {
    border: 0px solid #f00;
    padding-top:7px;
    
}


/* 글목록 셀렉트박스  */
.bom_board .est_cate_cell select,
.bom_gallery .est_cate_cell select {
    height: 28px;
    border: 1px solid #bbb;
    margin: 1px 0;
}


/*  글쓰기 셀렉트박스  */
.bom_board .board_desc > select,
.bom_gallery .board_desc > select {
    width: 120px;
    height: 28px;
    border: 1px solid #bbb;
    margin: 1px 0;
}


/*  글목록 검색어입력  */
.bom_board .est_keyword_cell input[name=com_board_search_value],
.bom_gallery .est_keyword_cell input[name=com_board_search_value] {
    height: 30px;
    max-width: 150px;
    margin: 0 1px;
    border: 1px solid #bbb;
    margin: 1px 0;
}


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


@media (max-width:768px) {
    
    /* 게시판 목록없애기 */
    .bom_board .board .boardTitBar {
        display: none;
    }
    
    .bom_board .tr_line td {
        display: none;
    }
    
    
    /* 게시판 체크박스 */
    .bom_board .tr_line td.bbschk {
        position: absolute;
        left: 10px;
        display: inline-block;
    }
    
    .bom_board .tr_line td.bbsno {/*번호*/
        width: 10%;
        display: inline-block;
        float: left;
    }
    
    .bom_board .tr_line td.bbsnewf5 {/*제목*/
        width: 60%;
        display: inline-block;
        margin-top: -1px;
        float: left;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    
    .bom_board .tr_line td.bbswriter {/*작성자*/
        width: 20%;
        display: inline-block;
        float: right;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    
}





/* 갤러리 게시판 */

/*  갤러리 리스트 체크박스  */
.bom_gallery .adminCheck {
    position: relative;
    width: 0px;
}
.bom_gallery .adminCheckBox {
    position: absolute;
    z-index: 1;
    top:15px;
    left: 15px;
    width: 22px !important;
}


/*  갤러리목록 이미지사이즈  */
.bom_gallery .nSize img {
    width: 100%;
    height: auto;
    padding: 5px 3px 0;
}
/* 갤러리 썸네일 마우스오버시 색 */
.bom_gallery .nSize:hover img {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 0.6;
}

.bom_gallery .nSize td {
    padding-left:5px;
    padding-right:5px;
}



/* 갤러리 썸네일 하단 여백  */
.bom_gallery .boxArea {
    padding-bottom: 45px;
}

/* 갤러리 썸네일 모바일 */
@media (max-width:768px) {
    
    .bom_gallery .boxArea {
        display: block;
        width: 100%;
    }
    .bom_gallery .nSize img {
        padding: 5px 0px 0;
    }
  
}



/* 게시판 상단 1px  */
.board_top_line {
    background-color: #333333;
    height: 2px;
}


/*  게시판 bar */
.bom_board .board .boardTitBar {
    background-color: #f2f2f2;
    border-bottom: 1px solid #ddd;
    color: #000; /* 제목 */
    font-size: 0.8rem;
    height: 40px;
}

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



/* 게시판 라인 */
.bom_board .tr_line,
.bom_gallery .tr_line {
    border-bottom: 1px solid #ddd;
    background-color: #fff;
}


/*  게시판 행 높이  */
.bom_board .tr_line td {
    font-size: 0.8rem;
    padding: 8px 5px;
}


/*  게시판 행 번호, 작성자, 작성일자 등  */
.bom_board .tr_line .bbsno,
.bom_board .tr_line .bbscategory,
.bom_board .tr_line .bbswriter,
.bom_board .tr_line .bbsetc_dateof_write,
.bom_board .tr_line .bbsetc_view_count {
    font-size: 0.8rem;
    color: #707070;
}


/*  글보기,글쓰기 항목(작성자,작성일자)  */
.bom_board .diviedLine td,
.bom_gallery .diviedLine td {
    border-top: 1px solid #fff;
    font-size: 0.8rem;
    font-family: "Noto Sans KR", sans-serif;

}


/*  글보기 이미지사이즈 100%  */
.bom_board #post_area,
.bom_gallery #post_area {
    width: 100%;
    height: auto;
    padding: 0px 0px 100px;/* 모바일에서 이미지 100%로 보이게*/
    border: 1px solid #e5e5e5;
    border-width: 1px 0;
    text-align: left;
}

.bom_board #post_area {
    padding-left:20px;
    padding-top:30px;
}

.bom_board #post_area > img,
.bom_gallery #post_area > img {
    width: 100% !important;
    height: 100% !important;
}
.bom_board #post_area .fsize img,
.bom_gallery #post_area .fsize img {
    max-width: 100% !important;
    height: 100% !important;
}

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

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




/* 글보기 동영상 */
.bom_board #post_area embed,
.bom_gallery #post_area embed {
    width: 100%;
    border: 0px solid #f00;
}
@media screen and (max-width: 768px) {
    embed {
        height: 400px;
    }
}
@media screen and (max-width: 425px) {
    embed {
        height: 300px;
    }
}



/* 모든 셀렉트박스 */
.bom_board select,
.bom_gallery select {
    width: 80px;
    max-width: 100%;
    padding: 3px;
    font-size: 0.8rem;
    color: #555;
}


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


/*  글보기 하단버튼영역  */
.veiwBottonArea {
    border: 0px solid #f00;
}

.veiwBottonArea a {
    display: inline-block;
}


/*  카테고리  */
.categoryArea {
    margin-bottom: 5px;
    text-align: left;
}

.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: 120px;
}


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

.paging b {/* 선택시 */
    display: inline-block;
    background-color: #eee;
    border: 1px solid #ddd;
    padding: 5px 12px;
    text-align: center;
    font-weight: normal;
    color: #000;
}

.paging a {
    display: inline-block;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 5px 12px;
    text-align: center;
    color: #999;
}




/* 댓글 */
.commentArea {
    font-size: 0.875em;
    color: #888;
    border: 1px solid #eee !important;
}

.comment_name {
    width: 150px;
}

.comment_view {
    width: auto;
}

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

.board_comment_bgcolor > tbody {
    background-color: #f1f1f1;
}

.comment_txt textarea {
    height: 40px !important;
}


 /* 댓글모바일 */
@media (max-width:768px) {

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




/*  폼메일  */
.bom_form {
    width: 100%;
    margin: 0 auto;
    border: 0px solid #f00;
}
.bom_form > table {
    width: 100%;
    text-align: left;
    border: 0px solid #f00;
}

.bom_form input[class=formmail_border] {
/*    max-width: 500px;*/
    width: 100%;
    border: 1px solid #ccc;
    background-color: transparent;
    height: 30px;
    padding: 3px 5px;/*박스안 패딩*/
    margin: 1px 0;
}

.bom_form td.formmail_title_bgcolor {
    width: 20%;
    background-color: #f2f2f2;
    border-top: 1px solid #fff;
    vertical-align: middle;
    font-size: 0.8rem;
    color: #555;
    font-family: "Noto Sans KR", sans-serif;
}

.bom_form td.formmail_cell_bgcolor {
    width: 80%;
    padding: 0px !important;
}

.bom_form select {
/*    max-width: 500px;*/
    width: 100%;
    padding: 3px 5px;
    height: 30px;
    margin: 1px 0;
    font-size: 0.8rem;
    border: 1px solid #ccc;
}

.bom_form td.formmail_cell_bgcolor textarea {
/*    max-width: 500px;*/
    width: 100%;
    border: 1px solid #ccc;
    margin: 1px 0;
    padding: 5px;
}

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

.bom_form input[name=phone_no1],
.bom_form input[name=phone_no2],
.bom_form input[name=phone_no3],
.bom_form input[name=mobile_no1],
.bom_form input[name=mobile_no2],
.bom_form input[name=mobile_no3] {
    max-width: 70px;
    width: 100%;
}


/*개인정보 동의*/
.bom_form .personalInformation {
    margin: 0px 0 0 0 !important;
    font-size: 0.7rem;
    color: #888;
    font-family: "Noto Sans KR", sans-serif;
}

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





/*  스팸  */
.captcha td {
    padding: 10px 0;
    font-size: 0.875em;
    border: 0px solid #f00;
}

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

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

.captcha input[name=captcha_code] {
    height: 36px;
    border: 1px solid #ccc;
}



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

@media (max-width: 768px) {
    .bom_form input[name=phone_no1],
    .bom_form input[name=phone_no2],
    .bom_form input[name=phone_no3],
    .bom_form input[name=mobile_no1],
    .bom_form input[name=mobile_no2],
    .bom_form input[name=mobile_no3] {
        width: 68px !important;
    }
    .bom_form input[name=name],
    [name=receiver_email],
    [name=address],
    [name=title],
    [type=file] {
        width: 100%;
    }
    .bom_form select {
        width: 100%;
    }
}



/*  모든 추출게시물  */
.output {
    position: relative;
    font-size: 1.0rem;
}

.output h3 {
    text-align: left;
    border-bottom: 1px solid #ddd;
    /*padding: 11px 5px 12px;*/
    margin: 0 0 10px;
    font-size: 1.0rem;
}

.output span.more {
    position: absolute;
    top: 9px;
    right: 0px;
    font-size: 1.0rem;
}

.output table {
    width: 100%;
}


/*  추출 게시판  */
.output_txt .board_output {
    text-align: left;
}


/*  추출 게시판 줄간격  */
.output_txt .board_output .board_output tbody > tr > td {
    padding: 3px 0;
    height: 36px;
    font-size: 1.0rem;
    border-bottom: 1px dotted #ccc;
}

.output_txt .board_output tbody > tr > td:nth-child(3) {
    text-align: right;
    font-size: 1.0rem;
    color: #555;
    line-height: normal;
}

.output_txt .board_output img {
    display: none;
}



/*  추출 갤러리  */
.output_gallery .board_output {
    text-align: center;
}


/*  추출 갤러리 썸네일  */
.output_gallery .board_output > tbody > tr > td {
    padding: 0 3px 20px;
}


/*  추출 갤러리 폰트  */
.output_gallery .board_output > tbody > tr > td span {
    font-size: 1.0rem;
    line-height: 120%;
    color: #555;
}


/* 추출 갤러리 썸네일 마우스오버  */
.output_gallery .board_output .board_output_gallery_img {
    background-color: rgba(255, 255, 255, 0.7);
   /* background-color: rgba(100, 100, 100, 0.7); 검정 */
}


/* 추출 갤러리 썸네일 투명도 */
.output_gallery .board_output .board_output_gallery_img .board_output_imgs:hover {
    opacity: 0.7;
}


/* 추출 갤러리 썸네일 사이즈 */
.output_gallery .board_output .board_output_gallery_img .board_output_imgs {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    width: 100%;
    height: auto;
}






