@charset "utf-8";
@import url("font.css");
/* style reset */


/*라디오박스*/
.radio_box, .check_box {position: relative; display: flex; display:-webkit-flex; flex-wrap:wrap; -webkit-flex-wrap:wrap; align-items: center;}
.radio_box.jcc, .check_box.jcc {justify-content: center;}
input[type=radio] + label ,
input[type=checkbox] + label {display:inline-block; vertical-align:middle}
input[type=radio]:focus + label ,
input[type=checkbox]:focus + label {outline: 2px solid #000; border-radius: 2px;}
input[type=radio],
input[type=checkbox] {border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:0;}

.radio_box > li {margin: 2px 20px 2px 0; display: flex; display:-webkit-flex; align-items: center;}
.radio_box > li:last-child {margin: 2px 0 !important;}
.radio_box input[type=radio] + label {position: relative; padding-left: 33px; flex: none; display: block; line-height: 22px; font-size: 16px; cursor:pointer;}
.radio_box input[type=radio] + label::after, 
.radio_box input[type=radio] + label::before {content: ''; position: absolute; border-radius: 50%;}
.radio_box input[type=radio] + label::after {left: 0; top: 0; width: 20px; height: 20px; border: 2px solid #d2d2d2;}
.radio_box input[type=radio] + label.on::after,
.radio_box input[type=radio]:checked + label::after {border-color: #d2d2d2;}
.radio_box input[type=radio] + label.on::before,
.radio_box input[type=radio]:checked + label::before {left: 7px; top: 7px; width: 10px; height: 10px; background-color: #1a1a1a;}
.radio_box .inpbox {margin-left: 10px;}
.radio_box.only input[type=radio] + label {padding-left: 0; margin: 0 auto; width: 24px; height: 24px; line-height: 0; font-size: 0; color: transparent;}

.radio_box2 {width: 18px; margin: 0 auto;}
.radio_box2 input[type=radio] + label {position: relative; flex: none; display: block; line-height: 20px; width: 20px; height: 20px; font-size: 14px; cursor:pointer;}
.radio_box2 input[type=radio] + label::after, 
.radio_box2 input[type=radio] + label::before {content: ''; position: absolute; border-radius: 50%;}
.radio_box2 input[type=radio] + label::after {left: 0; top: 0; width: 18px; height: 18px; border: 1px solid #d2d2d2;}
.radio_box2 input[type=radio] + label.on::after,
.radio_box2 input[type=radio]:checked + label::after {border-color: #272727;}
.radio_box2 input[type=radio] + label.on::before,
.radio_box2 input[type=radio]:checked + label::before {left: 5px; top: 5px; width: 10px; height: 10px; background-color: #1c1c1c;}

.radioOptionbox {overflow: hidden;}
.radioOptionbox .radio_box {display: block; float: left; margin-top: 5px;}
.radioOptionbox .radio_box > li {display: inline-block;}
.radioOptionbox .optionbox {float: left; margin-left: 30px;}

/*체크박스*/
.check_box.right {justify-content: flex-end;}
.check_box.center {justify-content: center;}
.check_box > div {margin: 2px 25px 2px 0; display: flex; display:-webkit-flex; align-items: center;}
.check_box > div:last-child {margin: 2px 0 !important;}
.check_box input[type=checkbox] + label {position: relative; padding-left: 28px; flex: none; display: block; font-size: 14px; line-height: 18px; cursor:pointer;}
.check_box input[type=checkbox] + label::after {content: ''; position: absolute; left: 0; top: 0; width: 16px; height: 16px; border: 1px solid #e1e1e1; background-repeat: no-repeat; background-position: center center; background-color: #fff;}
.check_box input[type=checkbox] + label.on::after, 
.check_box input[type=checkbox]:checked  + label::after {border-color: #505050; background-image: url('/images/web/icon_check.png');}
.check_box .inpbox {margin-left: 10px;}

.optionbox, .inpbox {position: relative; height: 37px; border: 1px solid #ddd;}
.optionbox::after {content: ''; position: absolute; right: 10px; top: calc(50% - 7px); width: 8px; height: 8px; border-right: 2px solid #888; border-bottom: 2px solid #888; transform: rotate(45deg);}
textarea {border:1px solid #ddd;}
.calendarbox {display: flex; display:-webkit-flex; align-items: center;}
.calendarbox .inpbox .ui-datepicker-trigger {position: absolute; top: 0; right: 0; width: 40px; height: 100%; color: transparent; font-size: 0; line-height: 0; background-color: #f5f5f5; background-repeat: no-repeat; background-position: center center; background-image: url('/images/web/icon_calendar.png');}
.file_box li {padding-left: 25px; background-repeat: no-repeat; background-position: left center; background-image: url('/images/web/icon_file.png');}
.file_box li a {overflow: hidden; position: relative; display: inline-block; max-width: 100%; color: #333; font-size: 15px; text-overflow: ellipsis; white-space: nowrap;}
.file_box li .button_box {margin-top: 0; align-items: flex-start;}
.file_box li button {margin-left: 5px; flex: none; width: 90px; height: 28px; font-size: 13px; background-size: 13px;}
.no_list {width: 100% !important;}
.character {margin-right: 10px;}

/*목록 상단검색 기본*/
.boardlist_top {position: relative; padding: 30px; margin-bottom: 40px; background-color: #fafafa;}
.boardlist_top .box_wrap {width: 100%; display: flex; display:-webkit-flex; justify-content: space-between; margin-bottom: 20px;}
.boardlist_top .box_wrap:last-child {margin-bottom: 0;}
.boardlist_top .box {display: flex; display:-webkit-flex; align-items: center; justify-content: center; margin-right: 20px;}
.boardlist_top .box:last-child {margin-right: 0;}
.boardlist_top .box dt {min-width: 45px; margin-right: 20px;}
.boardlist_top .box dd .character {margin: 0 10px;}
.boardlist_top .box .inpbox {width: 180px; height: 45px;}
.boardlist_top .box .inpbox input.txt {padding: 0 20px;}
.boardlist_top .box .optionbox {width: 220px; height: 45px;}
.boardlist_top .box .optionbox select {padding: 0 35px 0 20px;}
.boardlist_top .box dd.calendarbox .optionbox {width: 165px;}
.boardlist_top .box dd.search_input .inpbox {width: 500px; margin-right: 10px;}
.boardlist_top button {flex: none; width: 110px; height: 45px; font-size: 15px; font-weight: 500;}

.boardlist_top .type01 .box {width: calc(100% - 244px);}
.boardlist_top .type01 .box dd.search_input {width: calc(100% - 94px);}
.boardlist_top .type01 .box dd.search_input .inpbox {width: 100%;}
.boardlist_top .type01 .box .optionbox {margin-right: 10px;}
.boardlist_top .type02 .box dt {min-width: auto;}
.boardlist_top .type03 .box dd.search_input .inpbox {width: 526px; margin-right: 0;}
.boardlist_top .type04 .box dt {margin-left: 40px;}
.boardlist_top .type04 .box dt:first-child {margin-left: 0;}

/*일반게시판 검색바*/
.board_top {margin-bottom: 15px; display: flex; display:-webkit-flex; justify-content: space-between; align-items: flex-end;}
.board_top .all {font-size: 15px; font-weight: 500;}
.board_top .all span {color: #0387dc; font-weight: 600;}
.board_top .boardschbox {display: flex; display:-webkit-flex;}
.board_top .boardschbox .select_box {display: flex; display:-webkit-flex;}
.board_top .boardschbox .select_box .optionbox {margin-right: 10px; width: 150px;}
.board_top .boardschbox .search_box {position: relative;}
.board_top .boardschbox .search_box .inpbox {width: 300px;}
.board_top .boardschbox .search_box .inpbox input.txt {padding: 0 35px 0 10px;}
.board_top .boardschbox .search_box .btn_search {z-index: 120; position: absolute; right: 0; top: 0; width: 37px; height: 37px;}
.board_top .boardschbox .search_box .btn_search .icon {margin: 0 auto; width: 16px; height: 18px;}
.board_top .boardschbox .search_box .btn_search .icon::after {width: 10px; height: 10px; border: 2px solid #666;}
.board_top .boardschbox .search_box .btn_search .icon::before {width: 7px; height: 2px; background-color: #666; border-radius: 2px;}
.board_top .btn_search .icon::before {right: 0px; bottom: 1px;}

/*게시판(공지사항) 리스트*/
.boardlist {overflow: hidden; width: 100%;}
.boardlist table {width:100%; table-layout:fixed; line-height: 30px; border-top: 2px solid #222;}
.boardlist table thead tr {border-bottom: 1px solid #9ba5af;}
.boardlist table thead tr th {padding: 12px 10px; font-size: 15px; font-weight: 600; background-color: #fff; word-break: keep-all;}
.boardlist table tbody tr {border-bottom: 1px solid #e4e4e4;}
.boardlist table tbody tr.notice_line {background-color: #f7f9fa;}
.boardlist table tbody tr.notice_line .notice p {display: inline-block; width: 45px; line-height: 27px; color: #fff; font-size: 14px; text-align: center; border-radius: 27px;; background-color: #363636;}
.boardlist table tbody tr td {overflow: hidden; padding: 15px 10px; text-align: center; font-size: 15px;}
.boardlist table tbody tr td.web_only {display: table-cell !important;}
.boardlist table tbody tr td.title_box .title {padding-left: 35px; display: flex; display:-webkit-flex; align-items: center;}
.boardlist table tbody tr td.title_box .title.new {background-image: url('/images/web/icon_new.png'); background-position: left center; background-repeat: no-repeat;}
.boardlist table tbody tr td.title_box .title img {margin-left: 10px; flex: none;}
.boardlist table tbody tr td.title_box .title a {overflow: hidden; text-overflow: ellipsis; white-space: nowrap; text-align: left;}
.boardlist table tbody tr td.title_box .title .reply {margin-left: 10px; flex: none;}
.boardlist table tbody tr td.title_box .title.comment a {padding-left: 17px; background-image: url('/images/web/icon_comment.png'); background-position: left center; background-repeat: no-repeat;}
.boardlist table tbody tr td.title_box .title.comment a span {padding-right: 5px; font-weight: 500; color: #016eb4;}
.boardlist table tbody tr td.title_box a {display: block;}
.boardlist table tbody tr td .btn3 {display: inline-block; font-size: 13px; height: 26px; line-height: 24px;}
.boardlist table tbody tr td button {margin-bottom: 5px;}
.boardlist table tbody tr td button:last-child {margin-bottom: 0;}

/*하단 버튼*/
.button_box {position: relative; margin-top: 30px;}
.button_box > div {display: flex; display:-webkit-flex; align-items: center; width: 100%;}
.button_box .d_flex {width: 100%; align-items: center; justify-content: center;}
.button_box .d_flex.right {justify-content: flex-end;}
.button_box .center {justify-content: center;}
.button_box .right {justify-content: flex-end;}
.button_box button {margin-left: 10px;}
.button_box button:first-child {margin-left: 0 !important;}
.button_box button.right {position: absolute; right: 0; top: 0;}
.button_box .btn7.btn_more .icon {margin-left: 20px; width: 20px; height: 20px;}
.button_box .btn7.btn_more .icon::after,
.button_box .btn7.btn_more .icon::before {top: 50%; height: 1px;}
.button_box .p_a {left: 0; top: 0;}
.button_box .byte {color: #888; font-size: 14px; font-weight: 500;}

/*페이징*/
.paging {margin-top: 30px; display: flex; display:-webkit-flex; justify-content: center;}
.paging button {margin: 0 5px; display: block; width: 33px; height: 33px; color: #888; text-align:center; line-height: 31px; font-size: 16px; font-weight: 500; background-repeat: no-repeat; background-position: center center;}
.paging button:hover, .paging button.on {color: #fff; font-weight: 500; border-color: #333; background-color: #333;}
.paging button.btn-paging-first, .paging button.btn-paging-pre, .paging button.btn-paging-next, .paging button.btn-paging-last {border: 1px solid #d5d5d5;}
.paging button.btn-paging-first {background-image:url('/images/web/paging_first.png');}
.paging button.btn-paging-pre {background-image: url('/images/web/paging_prev.png');}
.paging button.btn-paging-next {background-image: url('/images/web/paging_next.png');}
.paging button.btn-paging-last {background-image: url('/images/web/paging_last.png');}
.paging button.btn-paging-first:hover {background-image: url('/images/web/paging_first_on.png'); background-color: #fff; border: 1px solid #959595;}
.paging button.btn-paging-pre:hover {background-image: url('/images/web/paging_prev_on.png'); background-color: #fff; border: 1px solid #959595;}
.paging button.btn-paging-next:hover {background-image: url('/images/web/paging_next_on.png'); background-color: #fff; border: 1px solid #959595;}
.paging button.btn-paging-last:hover {background-image: url('/images/web/paging_last_on.png'); background-color: #fff; border: 1px solid #959595;}

/*일반게시판 상세*/
.board_detail {border-top: 2px solid #222;}
.board_detail .title_box {margin-bottom: 0; padding: 10px 15px 18px; background-color: #fff; border-bottom: 1px solid #9ba5af;}
.board_detail .title_box h3 {padding-left: 0; font-size: 22px; line-height: 28px; background: none;}
.board_detail .title_box h3 span {font-size: 16px; font-weight: 300; color: #666;}
.board_detail .title_box h3 span.answer {margin-right: 15px; font-size: 22px; font-weight: 500; color: #0387dc;}
.board_detail > div, .board_detail > ul {border-bottom: 1px solid #e1e1e1;}
.board_detail .list_type {padding: 15px;}
.board_detail .list_type li {font-size: 15px; margin-right: 30px; padding-right: 30px;}
.board_detail .file_box {padding: 15px;}
.board_detail .video_box {position: relative; overflow: hidden; }
.board_detail .video_box .youtube, 
.board_detail .video_box .video {width: 100%; height: 282px; padding: 30px 0; text-align: center;}
.board_detail .video_box .youtube {position: relative;}
.board_detail .video_box .youtube iframe {width: 400px; height: 222px; border: 0;}
.board_detail .video_box .video .video-js {height: 100%; width: 100%; border: 0;}
.board_detail .video_box .video .video-js .vjs-big-play-button {left: calc(50% - 45px); top: calc(50% - 22px); width: 60px; height: 60px; border: 3px solid #fff; border-radius: 100%;}
.board_detail .video_box .video .video-js .vjs-big-play-button .vjs-icon-placeholder:before {top: 5px;}
.board_detail .video_box .contents {padding: 15px; width: 100%; height: 130px; overflow-y: auto; color: #444; font-size: 15px; line-height: 28px; border-top: 1px solid #e1e1e1;}
.board_detail .content_box {padding: 15px;}
.board_detail .content_box img {max-width: 100%;}

/*이전글 다음글*/
.view_bottom {margin-top: 30px;}
.view_bottom dl {padding: 15px 20px; display: flex; display:-webkit-flex;}
.view_bottom dl dt {display: flex; display:-webkit-flex; flex: none; justify-content: space-between; align-items: center; width: 80px; color: #333;}
.view_bottom dl dd {padding-left: 50px; width: calc(100% - 80px);}
.view_bottom dl dd a {overflow: hidden; display: block; text-overflow: ellipsis; white-space: nowrap; color: #666;}
.view_bottom dl.prev {border-top: 1px solid #888;}
.view_bottom dl.next {border-bottom: 1px solid #888; border-top: 1px solid #ddd;}
.view_bottom dl.next dt img {transform: rotate(180deg);}

/*댓글*/
.comment_area {margin-top: 50px;}
.comment_area .button_box {margin-top: 5px;}
.comment_area .button_box button {margin-left: 5px;}
.comment_area .button_box button:first-of-type {margin-left: 10px;}
.comment_area .button_box .byte {font-size: 12px; font-family: '돋움'; color: #333;}
.comment_area .comment_write {}
.comment_area .comment_write .write_box {padding-top: 20px; border-top: 1px solid #888;}
.comment_area .comment_write .write_box textarea {height: 90px;}
.comment_area .comment_list {margin-top: 20px; border-top: 1px solid #dcdcdc;}
.comment_area .comment_list > li {}
.comment_area .comment_list > li dl {padding: 15px 20px; border-bottom: 1px dotted #dcdcdc;}
.comment_area .comment_list > li dl dt {display: flex; display:-webkit-flex; align-items: center;}
.comment_area .comment_list > li dl dt .button_box {margin-top: 0; margin-left: 30px;}
.comment_area .comment_list > li dl dt .list_type li {margin-right: 10px; padding-right: 10px;}
.comment_area .comment_list > li dl dt .list_type li.name {font-size: 14px; color: #333;}
.comment_area .comment_list > li dl dt .list_type li.date {font-size: 13px; color: #999;}
.comment_area .comment_list > li dl dt .list_type.button_area {margin-left: 30px;}
.comment_area .comment_list > li dl dt .list_type.button_area li {margin-right: 5px; padding-right: 5px; line-height: 11px;}
.comment_area .comment_list > li dl dt .list_type.button_area li::after {top: calc(50% - 5px); height: 10px; background-color: #535353;}
.comment_area .comment_list > li dl dt .list_type.button_area li button {font-size: 11px; font-family: '돋움'; color: #535353;}
.comment_area .comment_list > li dl dd {padding: 10px 0 0; font-size: 14px;}
.comment_area .comment_list > li dl dd textarea {padding: 3px 10px; height: 30px; font-size: 14px; color: #333; background-color: #fff; border-color: #d2d2d2;}
.comment_area .comment_list > li dl dd .button_box {}
.comment_area .comment_list > li dl.reply {background: #eff1f5; border-bottom: 1px solid #fff;}
.comment_area .comment_list > li dl.reply dt {padding-left: 40px; background-repeat: no-repeat; background-position: 20px 8px; background-image: url('/images/web/icon_comment.png');}
.comment_area .comment_list > li dl.reply dd {padding: 10px 20px 0 40px;}
.comment_area .comment_list > li dl.reply dd .name {padding-right: 5px; color: #015ab8; font-weight: 500;}
.comment_area .comment_list > li dl.reply dd .name::before {content: '@';}

/*게시판 글쓰기 타입1-일반글쓰기*/
.boardview {overflow: hidden; width: 100%;}
.boardview .point_txt {margin-bottom: 10px; color: #333; text-align: right;}
.boardview .point_txt::before {content: '*'; position: relative; top: 3px; padding-right: 3px; color: #fa0000;}
.boardview table {width: 100%; table-layout: fixed; border-top: 2px solid #222;}
.boardview table tr {border-bottom: 1px solid #e4e4e4;}
.boardview table tr th {padding: 15px 20px; color: #333; font-weight: 600; text-align: left; letter-spacing: -0.5px; word-break: keep-all; background-color: #f9f9f9;}
.boardview table tr th span {position: relative;}
.boardview table tr th span.point::after {content: '*'; position: relative; top: 3px; padding-left: 3px; color: #fa0000;}
.boardview table tr td {padding: 12px 15px;}
.boardview table tr td.ta {height: 120px; vertical-align: top;}
.boardview table tr td > a {display: block;}
.boardview table tr td .optionbox {width: 200px;}
.boardview table tr td .inpbox {width: 100%;}
.boardview table tr td textarea {height: 100px;}
.boardview table tr td .text {margin: 0 8px;}
.boardview table tr td .box {display: flex; display:-webkit-flex; align-items: center;}
.boardview table tr td .box:last-of-type {margin-bottom: 0;}
.boardview table tr td .box div:last-child {margin-right: 0;}
.boardview table tr td.text .box .inpbox {width: 340px;}
.boardview table tr td.text2 .box .inpbox {width: 300px;}
.boardview table tr td.text2 .box span {margin-left: 10px;}
.boardview table tr td.text3 .optionbox {float: left;}
.boardview table tr td.text3 .box {float: right; width: calc(100% - 210px);}
.boardview table tr td.text4 .check_box > div:last-child {width: calc(100% - 446px);}
.boardview table tr td.text4 .check_box > div:last-child .box {width: 100%;}
.boardview table tr td.text5 .radio_box > li:last-child {width: calc(100% - 155px);}
.boardview table tr td.text5 .radio_box > li:last-child .box {width: 100%;}
.boardview table tr td.tel .box .optionbox, .boardview table tr td.tel .box .inpbox {width: 110px; margin-right: 10px;}
.boardview table tr td.email .box .optionbox, .boardview table tr td.email .box .inpbox {width: 170px; margin-right: 10px;}
.boardview table tr td.email .box .character {color: #888; font-size: 18px; font-weight: 500;}
.boardview table tr td.address .box.post .inpbox {width: 250px;}
.boardview table tr td.address .box.detail {justify-content: space-between;}
.boardview table tr td.address .box.detail .inpbox {margin-top: 10px; width: calc(50% - 5px);}
.boardview table tr td.address .box button {margin-left: 10px; flex: none; width: 80px; height: 35px; color: #fff; font-size: 12px; font-family: 'Dotum', sans-serif; background-color: #6b6e7b; border-radius: 3px;}
.boardview table tr td.editor {padding: 10px 0;}
.boardview table tr td.newsletter p {margin: 15px 0;}
.boardview table tr td .attachment-file-edit {width: 100%; align-items: center; margin-bottom: 10px;}
.boardview table tr td .attachment-file-edit:last-of-type {margin-bottom: 0;}
.boardview table tr td .attachment-file {position:relative; margin-top: 10px; display: flex; display:-webkit-flex; align-items: center;}
.boardview table tr td .attachment-file:first-child {margin-top: 0;}
.boardview table tr td .attachment-file .ipfile {position: relative; flex: none; margin-right: 10px; width: 80px; height: 35px;}
.boardview table tr td .attachment-file .ipfile input[type="file"] {overflow: hidden; position:absolute; width: 1px; height: 1px; margin: -1px; cursor: pointer;}
.boardview table tr td .attachment-file .ipfile input.file {position:absolute; z-index: 2; width: calc(100% + 2px); height: calc(100% + 2px); opacity:0; filter:alpha(opacity=0); cursor:pointer;}
.boardview table tr td .attachment-file .ipfile input.file:focus,
.boardview table tr td .attachment-file .ipfile input.file:focus-visible{opacity: 1; background: 0;}
.boardview table tr td .attachment-file .ipfile span {position: absolute; display: block; color: #fff; width: 100%; height: 100%; text-align:center; background:#6b6e7b; line-height:36px; font-size: 12px; font-family: 'Dotum'; cursor:pointer; border-radius: 5px;}
.boardview table tr td .attachment-file .inpbox {position:relative; width: 340px;}
.boardview table tr td .attachment-file .button_box {margin-top: 0; padding-left: 10px; flex: none; margin-left: 10px;}
.boardview table tr td .attachment-file .button_box button {margin-left: 5px;}
.boardview table tr td .attachment-file.flex_none .inptxt {margin-left: 10px; font-size: 14px;}
.boardview table tr td .ad-attachment-list li {display: flex; display:-webkit-flex; flex-wrap:wrap; -webkit-flex-wrap:wrap; align-items: center;}
.boardview table tr td .ad-attachment-list li a {display: block; margin-right: 10px; font-size: 16px; line-height: 28px; text-decoration: underline; text-underline-position: under;}
.boardview table tr td .ad-attachment-list li button {position: relative; width: 19px; height: 19px; border: 1px solid #333; border-radius: 100%; margin-top: 4px;}
.boardview table tr td .ad-attachment-list li button::after,
.boardview table tr td .ad-attachment-list li button::before {content: ''; position: absolute; left: 3px; top: 8px; width: 11px; height: 1px; background-color: #333;}
.boardview table tr td .ad-attachment-list li button::after {transform: rotate(45deg);}
.boardview table tr td .ad-attachment-list li button::before {transform: rotate(-45deg);}
.boardview table tr td > .inptxt {display: block; font-size: 14px; margin-top: 5px;}
.boardview table tr td .calendarbox .inpbox {width: 180px;}
.boardview table tr td .calendarbox .character {margin: 0 10px;}
.boardview table tr th.br {border-right: 1px solid #e4e4e4;}

/*썸네일게시판*/
.thumbnaillist {overflow: hidden; border-top: 2px solid #222;}
.thumbnaillist > li {position: relative; border-bottom: 1px solid #e5e5e5;}
.thumbnaillist > li:hover {background-color: #eff1f5;}
/* a */
.thumbnaillist > li a {padding: 30px; display:flex; display:-webkit-flex;}
.thumbnaillist > li a .img_box {width: 260px; height: 180px; flex: none; background-repeat: no-repeat; background-position: center center; background-size: cover;}
.thumbnaillist > li a .text_box {position: relative; padding-left: 30px; width: 100%;}
.thumbnaillist > li a .text_box h3 {overflow: hidden; margin: 10px 0 3px; display: -webkit-box; -webkit-box-orient: vertical; max-height: 52px; -webkit-line-clamp: 2; font-size: 18px; font-weight: 500; line-height: 26px; color: #222;}
.thumbnaillist > li a .text_box p.p1 {font-size: 15px; color: #333;}
.thumbnaillist > li a .text_box p.p2 {font-size: 16px; color: #333;}
.thumbnaillist > li a .text_box .text {overflow: hidden; margin-top: 10px; display: -webkit-box; -webkit-box-orient: vertical; max-height: 72px; -webkit-line-clamp: 3; font-size: 16px; color: #666; line-height: 24px;}
/* a */
/* div */
.thumbnaillist > li .box {padding: 30px; display:flex; display:-webkit-flex;}
.thumbnaillist > li .box .img_box {width: 260px; height: 180px; flex: none; background-repeat: no-repeat; background-position: center center; background-size: cover;}
.thumbnaillist > li .box .text_box {position: relative; padding-left: 30px; width: 100%;}
.thumbnaillist > li .box .text_box h3 {overflow: hidden; margin: 10px 0 3px; display: -webkit-box; -webkit-box-orient: vertical; max-height: 52px; -webkit-line-clamp: 2; font-size: 18px; font-weight: 500; line-height: 26px; color: #222;}
.thumbnaillist > li .box .text_box p.p1 {font-size: 15px; color: #333;}
.thumbnaillist > li .box .text_box p.p2 {font-size: 16px; color: #333;}
.thumbnaillist > li .box .text_box .text {overflow: hidden; margin-top: 10px; display: -webkit-box; -webkit-box-orient: vertical; max-height: 72px; -webkit-line-clamp: 3; font-size: 16px; color: #666; line-height: 24px;}
/* div */

.thumbnaillist.nodata > li {padding: 110px 0; text-align: center;}
.thumbnaillist.nodata > li:hover {background: 0;}
.thumbnaillist.nodata > li .nodata_txt::before {margin: 0 auto 35px; content: ''; display: block; width: 124px; height: 100px; background-image: url('/images/web/icon_monitor.png'); background-repeat: no-repeat; background-position: center; }
.thumbnaillist.type02 > li:hover {background-color: #fff;}

/*갤러리형 게시판*/
.gallaylist {overflow: hidden; padding: 30px 20px 40px; border-top: 2px solid #222; border-bottom: 1px solid #767676;}
.gallaylist > li {float: left; width: calc(33.3333333333% - 20px); margin-bottom: 40px; margin-right: 30px; position:relative; text-overflow: ellipsis;}
.gallaylist > li:nth-child(3n) {margin-right: 0;}
.gallaylist > li .hover {transition: all 0.5s; opacity:0; position: absolute; top: 0; left: 0; width: 100%; height: 0; padding-top: 70%; background: rgba(0, 0, 0, 0.5); z-index: 2;}
.gallaylist > li .hover .more {position: absolute; display: inline-block; top: calc(50% - 48px); left: calc(50% - 48px); width: 95px; height: 95px;}
.gallaylist > li .hover .more::after, .hover .more::before {content: ''; position: absolute; left: 0; top: calc(50% - 1px); width: 100%; height: 1px; background-color: #eee;} 
.gallaylist > li .hover .more::before {transform: rotate(90deg);}
.gallaylist > li:hover .hover {opacity: 1;}
.gallaylist > li a {display: block;}
.gallaylist > li a .img_box {margin-bottom: 15px; width: 100%; height: 0; padding-top: 70%; background-repeat: no-repeat; background-position: center center; background-size: cover;}
.gallaylist > li a .text_box h3 {overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; word-break: break-all; font-size: 18px; font-weight: 400; line-height: 28px; color: #666;}
.gallaylist > li a .text_box p.p1 {overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; word-break: break-all; font-size: 16px; max-height: 32px; color: #333;}
.gallaylist > li a .mark {position: absolute; top: 0; right: 0; width: 70px; height: 30px; text-align: center; font-size: 14px; z-index: 1;}
.gallaylist > li a .mark.mark1 {border: 1px solid #222; color: #222; background: #fff;}
.gallaylist > li a .mark.mark2 {border: 1px solid #222; color: #fff; background: #222;}
.gallaylist > li a .mark.mark3 {border: 1px solid #666; color: #fff; background: #666;}

/*텍스트형 게시판*/
.textlist {overflow: hidden; padding: 30px 20px 40px; border-top: 2px solid #222; border-bottom: 1px solid #767676;}
.textlist > li {float: left; width: calc(33.3333333333% - 20px); margin-bottom: 40px; margin-right: 30px; padding: 30px; position:relative; text-overflow: ellipsis; border: 1px solid #e7e7e9;}
.textlist > li:nth-child(3n) {margin-right: 0;}
.textlist > li:hover {border: 1px solid #222;}
.textlist > li a {display: block;}
.textlist > li a .text_box h3 {margin-bottom: 20px; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; word-break: break-all; font-size: 20px; font-weight: 400; line-height: 30px; color: #333;}
.textlist > li a .text_box span {font-size: 18px; font-weight: 500; color: #222; border-bottom: 3px solid #222;}
.textlist > li a .text_box p.p1 {margin: 15px 0 8px; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; word-break: break-all; font-size: 15px; color: #333;}
.textlist > li a .text_box p.p2 {font-size: 16px; line-height: 26px; color: #666;}
.textlist > li a .mark {position: absolute; top: -1px; right: -1px; width: 70px; height: 30px; text-align: center; font-size: 14px; z-index: 1111;}
.textlist > li a .mark.mark1 {border: 1px solid #222; color: #222; background: #fff;}
.textlist > li a .mark.mark2 {border: 1px solid #222; color: #fff; background: #222;}
.textlist > li a .mark.mark3 {border: 1px solid #666; color: #fff; background: #666;}
.textlist.nodata {grid-template-columns: repeat(1, 1fr);}
.textlist.nodata > li {padding: 110px 0; width: 100%; text-align: center; border: 0;}
.textlist.nodata > li:hover {background: 0;}
.textlist.nodata > li .nodata_txt::before {margin: 0 auto 35px; content: ''; display: block; width: 124px; height: 100px; background-image: url('/images/web/icon_monitor.png'); background-repeat: no-repeat; background-position: center; }

/*상세보기 일반 테이블(세로)*/
.tablebasic {clear:both; overflow-x: auto;}
.tablebasic table {width:100%; table-layout:fixed; border-top: 2px solid #000;}
.tablebasic table thead {background-color: #f9f9f9;}
.tablebasic table thead tr {border-bottom-color: #9ba5af;}
.tablebasic table thead tr th:last-child {border-right: 0;}
.tablebasic table tr {border-bottom: 1px solid #e4e4e4;}
.tablebasic table tr th {padding: 20px 15px; font-size: 16px; text-align: center; font-weight: 600; background-color: #f9f9f9; border-right: 1px solid #e4e4e4;}
.tablebasic table tr td {padding: 20px 15px; font-size: 16px; text-align: center; border-right: 1px solid #e4e4e4; word-break: break-all;}
.tablebasic table tr td:last-child {border-right-width: 0;}
.tablebasic table tr td.line {border-right-width: 1px;}
 
/*게시판 E*/

@media screen and (max-width:1366px) {
    /*일반게시판 검색바*/
    .button_box {padding: 0 10px;}
    .button_box .p_a {left: 10px;}
    
    /*이전글 다음글*/
    .view_bottom {padding: 0 10px;}
    
    /*댓글*/
    .comment_area .button_box {padding: 0;}

    /*목록 상단검색 기본*/
    .boardlist_top .box .inpbox {width: 150px;}
    .boardlist_top .box .optionbox {width: 190px;}
    .boardlist_top .box dd.calendarbox .optionbox {width: 135px;}
    .boardlist_top .box dd.search_input .inpbox {width: 300px;}

    .boardlist_top .type02 .box dt {margin-right: 10px;}
    .boardlist_top .type02 .box .optionbox {width: 135px;}
    .boardlist_top .type03 .box dd.search_input .inpbox {width: 256px;}

    /*게시판 글쓰기 타입1-일반글쓰기*/
    .boardview table tr td.text4 .check_box > div:last-child {width: 100%;}
    .boardview table tr td.text4 .check_box > div:last-child .box {width: 100%;}

}
@media screen and (max-width:1024px) {    
    .radio_box > li {margin-right: 30px;}
    .radio_box input[type=radio] + label {padding-left: 23px; line-height: 15px; font-size: 10px;}
    .radio_box input[type=radio] + label::after {width: 13px; height: 13px;}
    .radio_box input[type=radio] + label.on::before,
    .radio_box input[type=radio]:checked + label::before {left: 5px; top: 5px; width: 7px; height: 7px;}
    .radioOptionbox .radio_box {margin-top: 0;}
    .radioOptionbox .optionbox {margin: 10px 0 0 0;}

    /*체크박스*/
    .check_box > div {margin-right: 10px;}
    .check_box input[type=checkbox] + label {padding-left: 18px; line-height: 13px; font-size: 10px;}
    .check_box input[type=checkbox] + label::after {width: 13px; height: 13px;}
    .optionbox, .inpbox {height: 28px;}
    .calendarbox .inpbox {width: 135px !important;}
    .calendarbox .inpbox .ui-datepicker-trigger {width: 28px; height: 28px; background-image: url('/images/web/icon_calendar.png'); background-size: 50%;}
    .file_box li {padding-left: 15px; background-size: auto 12px;}
    .file_box li a {font-size: 10px;}

    /*목록 상단검색 기본*/
    .boardlist_top {padding: 20px 15px; margin-bottom: 40px;}
    .boardlist_top .box_wrap {display: block; margin-bottom: 0;}
    .boardlist_top .box {display: block; width: 100%;}
    .boardlist_top .box dt {width: 100%; font-size: 14px; margin-right: 0; margin-bottom: 5px;}
    .boardlist_top .box dd {margin-bottom: 10px;}
    .boardlist_top .box .inpbox {width: 100%; height: 37px;}
    .boardlist_top .box .inpbox input.txt {font-size: 13px; padding: 8px 10px;}
    .boardlist_top .box .optionbox {width: 100%; height: 37px;}
    .boardlist_top .box .optionbox select {font-size: 13px; padding: 8px 10px;}
    .boardlist_top .box .inpbox {width: 100%; height: 37px;}
    .boardlist_top .box dd.calendarbox .optionbox {width: 100%;}
    .boardlist_top .box dd.calendarbox .inpbox {width: calc(50% - 10px) !important;}
    .boardlist_top .box dd.calendarbox .inpbox .ui-datepicker-trigger {width: 35px; height: 35px;}
    .boardlist_top .box dd.search_input .inpbox {width: 100%; margin-left: 0;}
    .boardlist_top .box_btn {position: static; width: 100%;}
    .boardlist_top button {flex: none; width: calc(50% - 6px); height: 35px; font-size: 15px; font-weight: 500; margin-right: 8px;}
    .boardlist_top button:last-child {margin-right: 0;}

    .boardlist_top .box {width: 100% !important;}
    .boardlist_top .box dd.search_input {width: 100% !important;}
    .boardlist_top .type02 .box dt {margin-right: 0;}
    .boardlist_top .type02 .box .optionbox {width: 100% !important;}
    .boardlist_top .type03 .box dd.search_input .inpbox {width: 100% !important;}
    .boardlist_top .type04 .box dt {margin-left: 0;}

    /*일반게시판 검색바*/
    .board_top {margin: 0 15px 15px;}
    .board_top .all {font-size: 10px;}
    .board_top .boardschbox .search_box .inpbox input.txt {padding: 0 35px 0 10px;}
    .board_top .boardschbox .search_box .btn_search {width: 28px; height: 28px;}
    .board_top .boardschbox .search_box .btn_search .icon {transform: scale(0.8);}

    /*게시판(공지사항) 리스트*/
    .boardlist {overflow: hidden; width: 100%; padding: 0 16px;}
    .boardlist table, .boardlist table tbody {display: block;}
    .boardlist table thead {display: none;}
    .boardlist table tbody tr {position: relative; padding: 10px; display: flex; display:-webkit-flex; flex-wrap:wrap; -webkit-flex-wrap:wrap;}
    .boardlist table tbody tr.notice_line .notice p {line-height: 20px; font-size: 10px; text-align: center; background-color: #363636;}
    .boardlist table tbody tr td {padding: 0; margin-right: 10px; font-size: 10px; line-height: 19px;}
    .boardlist table tbody tr td.web_only {display: none !important;}
    .boardlist table tbody tr td.title_box {margin: 5px 0; width: 100%;}
    .boardlist table tbody tr td.title_box .title {padding-left: 0; align-items: flex-start;}
    .boardlist table tbody tr td.title_box .title.new {padding-left: 25px; background-size: 16px; background-position: 0 2px;}
    .boardlist table tbody tr td.title_box .title a {display: -webkit-box; -webkit-box-orient: vertical; max-height: 38px; -webkit-line-clamp: 2; font-size: 12px; text-overflow: inherit; white-space: inherit;}
    .boardlist table tbody tr td.title_box .title .reply {line-height: 15px;}
    .boardlist table tbody tr td.title_box .title .secret {margin-top: 2px; height: 12px;}
    .boardlist table tbody tr td.title_box .title.comment a {background-position: 0 4px;}
    .boardlist table tbody tr td.title_box .title.comment a span {padding-right: 5px; font-weight: 500;}
    .boardlist table tbody tr td.file {position: absolute; right: 0; bottom: 10px;}
    .boardlist table tbody tr td.file img {width: 11px;}
    .boardlist table tbody tr td.line {position: relative; padding-right: 20px; margin-right: 20px;}
    .boardlist table tbody tr td.line::after {content: ''; position: absolute; right: 0; top: 5px; width: 1px; height: 10px; background-color: #888;}
    .boardlist table tbody tr td .btn4 {margin-right: 10px; line-height: 18px;}
    .boardlist table tbody tr td button {margin-bottom: 5px;}
    .boardlist table tbody tr td button:last-child {margin-bottom: 0;}
    .boardlist table tbody tr td .btn8 {width: 100%; height: 30px; margin-top: 5px;}
    .boardlist table tbody tr td .btn6 {font-size: 10px;}
    .boardlist.boardlist2 table tbody tr td {width: calc(100% - 35px); margin-left: 35px; text-align: left;}
    .boardlist.boardlist2 table tbody tr td.title_box {width: calc(100% - 35px); margin-left: 35px;}
    .boardlist.boardlist2 table tbody tr td:first-child {position: absolute; top: calc(50% - 9px); left: -25px; width: 18px;}
    .boardlist.boardlist3 table tbody tr td {width: 100%; text-align: left;}
    .boardlist.boardlist3 table tbody tr td.title_box {width: 100%;}
    
    /*하단 버튼*/
    .contentsarea > .button_box {margin-top: 40px; padding: 0 15px !important;}
    .contentsarea > .button_box button {width: 100%; height: 45px; margin-left: 5px; font-size: 15px;}
    .contentsarea > div > .button_box {margin-top: 40px; padding: 0 15px !important;}
    .contentsarea > div > .button_box button {width: 100%; height: 45px; margin-left: 5px; font-size: 15px;}
    .contentsarea .button_box .p_a {position: relative !important; left: 0; margin-bottom: 10px; width: 100%;}
    .contentsarea .button_box .byte {font-size: 10px;}
    .contentsarea .button_box button.right {position: relative;right: 0;top: 0;}

    /*페이징*/
    .paging {margin-top: 30px;}
    .paging.mobile_flex_only {padding: 0 15px;}
    .paging button {margin: 0 5px; width: 25px; height: 25px; line-height: 23px; font-size: 15px;}
    
    /*일반게시판 상세*/
    .board_detail {margin: 15px;}
    .board_detail .title_box {padding: 5px 10px 10px;}
    .board_detail .title_box h3 {font-size: 15px; line-height: 20px;}
    .board_detail .title_box h3 span {font-size: 10px;}
    .board_detail .title_box h3 span.answer {font-size: 15px; margin-right: 10px;}
    .board_detail .list_type {padding: 6px 10px; justify-content:flex-start;}
    .board_detail .list_type li {font-size: 10px; width: 100%; margin-right: 0; padding-right: 0;}
    .board_detail .list_type li::after {display: none;}
    .board_detail .file_box {padding: 6px 10px;}
    .board_detail .video_box {padding: 20px 0 0; display: block; display:-webkit-block;}
    .board_detail .video_box .youtube {position: relative; width: 100%; height: auto; padding-top: 56.25%;}
    .board_detail .video_box .youtube iframe {position: absolute;top: 0;left: 0;width: 100%;height: 100%;border: 0;}
    .board_detail .video_box .video {width: 100%;}
    .board_detail .video_box .contents {padding: 15px; margin-top: 20px; font-size: 10px; line-height: 14px;}
    .board_detail .content_box {padding: 15px 10px;}

    /*이전글 다음글*/
    .view_bottom {margin-top: 30px;}
    .view_bottom dl {padding: 5px 10px;}
    .view_bottom dl dt {width: 60px; font-size: 10px;}
    .view_bottom dl dd {padding-left: 20px; width: calc(100% - 60px);}

    /*댓글*/
    .comment_area {margin-top: 40px;}
    .comment_area .button_box {margin-top: 10px;}
    .comment_area .button_box button {margin-left: 10px;}
    .comment_area .comment_write {padding: 0 15px;}
    .comment_area .comment_write .write_box textarea {height: 95px;}
    .comment_area .comment_list {margin-top: 30px;}
    .comment_area .comment_list > li {padding: 0 10px;}
    .comment_area .comment_list > li dl dt {padding: 10px 0; overflow: hidden;}
    .comment_area .comment_list > li dl dt .list_type {float: left;}
    .comment_area .comment_list > li dl dt .list_type.button_area {float: right; margin-top: 2px;}
    .comment_area .comment_list > li dl dt .button_box {margin-top: 0; margin-left: 20px;}
    .comment_area .comment_list > li dl dd {padding: 15px 0;}
    .comment_area .comment_list > li dl dd textarea {height: 55px;}
    .comment_area .comment_list > li dl dd .button_box {}
    .comment_area .comment_list > li dl.reply dt {padding-left: 20px; background-position: 0 14px;}
    .comment_area .comment_list > li dl.reply dd {padding: 15px 0;}
    
    /*게시판 글쓰기 타입1-일반글쓰기*/
    .boardview {padding: 0 15px;}
    .popup .popup_inner .boardview {padding: 0;}
    .boardview .point_txt {margin-bottom: 5px;}
    .boardview > table, .boardview > table > tbody, .boardview > table > tbody > tr, .boardview > table > tbody > tr > th, .boardview > table > tbody > tr > td {display: block;}
    .boardview > table {padding: 10px 0 20px; border-bottom: 1px solid #e4e4e4;}
    .boardview > table > tbody > tr {margin-bottom: 20px; border-bottom: 0;}
    .boardview > table > tbody > tr:last-child {margin-bottom: 0;}
    .boardview > table > tbody > tr > th {padding: 0; margin-bottom: 5px; background-color: #fff;}
    .boardview > table > tbody > tr > td {padding: 0;}
    .boardview table tr td .optionbox {max-width: 100%;}
    .boardview table tr td .inpbox, .boardview table tr td .optionbox {height: 37px;}
    .boardview table tr td .text {margin: 0 3px; font-size: 10px;}
    .boardview table tr td.email .box .optionbox, .boardview table tr td.email .box .inpbox {width: 170px;}
    .boardview table tr td.email .box .character {margin: 0 10px;}
    .boardview table tr td.email .box .btn_check {margin-left: 10px;}
    .boardview table tr td.text .box {display: block; display:-webkit-block;}
    .boardview table tr td.text .box .inpbox {width: 100%;}
    .boardview table tr td.text2 .box .inpbox {width: calc(100% - 18px);}
    .boardview table tr td.text2 .box span {margin-left: 5px;}
    .boardview table tr td.text3 .optionbox {float: none; width: 100%;}
    .boardview table tr td.text3 .box {float: none; width: 100%; margin-top: 10px;}
    .boardview table tr td.text4 .check_box > div:last-child {width: calc(100% - 269px); margin-top: 5px !important;}
    .boardview table tr td.text4 .check_box > div:last-child .box {width: 100%;}
    .boardview table tr td.text5 .radio_box > li:last-child {width: calc(100% - 133px);}
    .boardview table tr td.text .box .text {margin: 3px 0 0;}
    .boardview table tr td.address .box.detail {display: block; display:-webkit-block;}
    .boardview table tr td.address .box.detail .inpbox {width: 100%}
    .boardview table tr td.editor {padding: 10px 0;}
    .boardview table tr td .calendarbox .inpbox .ui-datepicker-trigger {width: 40px; height: 100%;}
    .boardview table tr td .attachment-file .inpbox {width: 100%;}
    .boardview table tr td .attachment-file .inpbox {position:relative; width: 100%;}
    .boardview table tr td .attachment-file .button_box {padding: 0 !important;}
    .boardview table tr td .attachment-file .button_box button {width: 28px; height: 28px;}
    .boardview table tr td .attachment-file.flex_none {display: block;}
    .boardview table tr td .attachment-file.flex_none .ipfile {float: left;}
    .boardview table tr td .attachment-file.flex_none .inpbox {float: left; width: calc(100% - 90px) !important;}
    .boardview table tr td .attachment-file.flex_none .inptxt {margin-left: 0; padding-top: 5px; overflow: hidden; display: block; width: 100%; font-size: 11px;}
    .boardview table tr td .ad-attachment-list li a {font-size: 12px;}
    .boardview table tr td .ad-attachment-list li button {margin-top: 2px;}
    .boardview table tr td > .inptxt {font-size: 11px; line-height: 16px;}
    .boardview table tr td.newsletter p {margin: 15px 0;}
    .boardview table tr td.newsletter p {margin: 10px 0;}
    .boardview table tr td .tablebasic table {border-top-width: 1px;}
    .boardview table tr td.ta {height: auto; vertical-align: middle;}
    .boardview table tr th.dp_none {display: none;}
    .boardview table tr th span.mobile_only {display: inline-block !important; margin-right: 5px;}
    
    /*썸네일게시판*/
    .thumbnaillist {margin: 0 15px; overflow: hidden; border-top: 1px solid #888; border-bottom: 1px solid #e5e5e5;}
    .thumbnaillist > li {position: relative; border-bottom: 1px solid #e5e5e5;}
    .thumbnaillist > li:last-child {border-bottom: none;}
    .thumbnaillist > li:hover {background-color: #f2f7fc;}
    /* a */
    .thumbnaillist > li a {padding: 15px 10px; display: block; display:-webkit-block; overflow: hidden;}
    .thumbnaillist > li a .img_box {width: calc(50% - 8px); height: 0; padding-top: 35%; flex: none; float: left; margin-bottom: 12px;}
    .thumbnaillist > li a .text_box {position: relative; padding-left: 0; padding-right: 0; width: 100%;}
    .thumbnaillist > li a .text_box h3 {overflow: hidden; margin: 5px 0; display: -webkit-box; -webkit-box-orient: vertical; max-height: 52px; -webkit-line-clamp: 2; font-size: 14px; font-weight: 400; line-height: 18px;}
    .thumbnaillist > li a .text_box p.p1 {font-size: 11px; color: #333;}
    .thumbnaillist > li a .text_box p.p2 {font-size: 12px; color: #333;}
    .thumbnaillist > li a .text_box .text {width: 100%; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; max-height: 48px; -webkit-line-clamp: 2; font-size: 11px; line-height: 18px; color: #666;}
    /* a */
	/* div */
	.thumbnaillist > li .box {padding: 15px 10px; display: block; display:-webkit-block; overflow: hidden;}
    .thumbnaillist > li .box .img_box {width: calc(50% - 8px); height: 0; padding-top: 35%; flex: none; float: left; margin-bottom: 12px;}
    .thumbnaillist > li .box .text_box {position: relative; padding-left: 0; padding-right: 0; width: 100%;}
    .thumbnaillist > li .box .text_box h3 {overflow: hidden; margin: 5px 0; display: -webkit-box; -webkit-box-orient: vertical; max-height: 52px; -webkit-line-clamp: 2; font-size: 14px; font-weight: 400; line-height: 18px;}
    .thumbnaillist > li .box .text_box p.p1 {font-size: 11px; color: #333;}
    .thumbnaillist > li .box .text_box p.p2 {font-size: 12px; color: #333;}
    .thumbnaillist > li .box .text_box .text {width: 100%; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; max-height: 48px; -webkit-line-clamp: 2; font-size: 11px; line-height: 18px; color: #666;}
	/* div */
    
    .thumbnaillist.nodata > li {padding: 80px 0;}
    .thumbnaillist.nodata > li .nodata_txt::before {margin: 0 auto 20px; width: 87px; height: 70px; background-size: cover;}

    /*갤러리형 게시판*/
    .gallaylist {margin: 0 15px; padding: 15px 10px; grid-template-columns: repeat(3, 1fr); row-gap: 25px; column-gap: 10px;}
    .gallaylist > li .hover .more {top: calc(50% - 24px); left: calc(50% - 24px); width: 48px; height: 48px;}
    .gallaylist > li a .img_box {margin-bottom: 5px;}
    .gallaylist > li a .text_box {padding: 0; text-align: left;}
    .gallaylist > li a .text_box h3 {font-size: 14px; font-weight: 400; line-height: 14px;}
    .gallaylist > li a .text_box p.p1 {font-size: 12px;}
    .gallaylist > li a .mark {width: 60px; height: 24px; font-size: 11px; line-height: 22px; }

    /*텍스트형 게시판*/
    .textlist {padding: 20px 15px 0;}
    .textlist > li {padding: 20px; width: calc(33.3333333333% - 10px); margin-bottom: 20px; margin-right: 15px;}
    .textlist > li a .text_box {padding: 0;}
    .textlist > li a .text_box h3 {margin-bottom: 15px; font-size: 14px; line-height: 24px;}
    .textlist > li a .text_box span {font-size: 18px;}
    .textlist > li a .text_box p.p1 {margin: 15px 0 8px; font-size: 12px; line-height: 22px;}
    .textlist > li a .text_box p.p2 {font-size: 12px; line-height: 22px;}
    .textlist > li a .mark {width: 60px; height: 26px; font-size: 12px; line-height: 22px; }
    .textlist.nodata > li {padding: 80px 0;}
    .textlist.nodata > li .nodata_txt::before {margin: 0 auto 20px; width: 87px; height: 70px; background-size: cover;}

    /*상세보기 일반 테이블(세로)*/
    .tablebasic {padding: 0 15px;} 
    .tablebasic table tr th {padding: 10px 7px; font-size: 12px;}
    .tablebasic table tr td {padding: 10px 7px; font-size: 10px;}
    .tablebasic table tr td .radio_box > li {margin-right: 15px;}

}
@media screen and (max-width:784px){
     /*상세보기 일반 테이블(세로)*/
     .tablebasic table tr td .radio_box > li {width: 100%; margin-bottom: 10px; margin-right: 0;}
     .tablebasic table tr td .radio_box > li:last-child {margin-bottom: 0;}
    
}
@media screen and (max-width:640px){
    /*일반게시판 검색바*/
    .board_top {margin-bottom: 10px; display: block; display:-webkit-block;}
    .board_top > div {margin-bottom: 5px;}
    .board_top > div:last-child {margin-bottom: 0;}
    .board_top .boardschbox {display: flex; display:-webkit-flex;}
    .board_top .boardschbox .select_box {flex: none;}
    .board_top .boardschbox .search_box {width: 100%;}
    .board_top .boardschbox .search_box .inpbox {width: 100%;}
    
    /*썸네일게시판*/
    .thumbnaillist > li {float: none; width: 100%;}
    
    /*갤러리형 게시판*/
    .gallaylist {grid-template-columns: repeat(2, 1fr);}

    /*텍스트형 게시판*/
    .textlist > li {padding: 20px; width: calc(50% - 5px); margin-right: 10px;}
    .textlist > li:nth-child(3n) {margin-right: 10px;}
    .textlist > li:nth-child(2n) {margin-right: 0;}

    /*게시판 글쓰기 타입1-일반글쓰기*/
    .boardview table tr td.text4 .check_box > div:last-child {width: 100%;}
    .boardview table tr td.text4 .check_box > div:last-child .box {width: 100%;}
    .boardview table tr td.text5 .radio_box > li:last-child {width: 100%; margin-top: 10px !important;}
    .boardview table tr td.text5 .radio_box > li:last-child .box {width: 100%;}

}
@media screen and (max-width:480px){
    /*댓글*/
    .comment_area .comment_list > li dl dt {display: block; display:-webkit-block;}
    .comment_area .comment_list > li dl dt .button_box {margin-top: 5px; margin-left: 0;}
    .comment_area .comment_list > li dl dt .button_box .d_flex {justify-content: flex-end;}
    
    /*게시판 글쓰기 타입1-일반글쓰기*/
    .boardview table tr td .optionbox {width: 100%;}
    .boardview table tr td .inpbox {width: 100% !important;}
    .boardview table tr td.tel .box .optionbox, .boardview table tr td.tel .box .inpbox {width: 100%;}
    .boardview table tr td.email .box {flex-wrap:wrap; -webkit-flex-wrap:wrap;}
    .boardview table tr td.email .box .optionbox, .boardview table tr td.email .box .inpbox {margin-right: 0;}
    .boardview table tr td.email .box .optionbox {margin-top: 10px; width: 100%;}
    .boardview table tr td.email .box .inpbox {width: calc(50% - 20px) !important;}
    .boardview table tr td.email .box .character {width: 20px; text-align: center;}

    /*텍스트형 게시판*/
    .textlist > li {padding: 20px; width: 100%; margin-bottom: 15px; margin-right: 0;}
}
@media screen and (max-width:360px){
   /*페이징*/
    .paging {justify-content: space-around;}
    .paging button {margin: 0;}
}
@media screen and (max-width:320px){
    /*일반게시판 검색바*/
    .board_top .boardschbox .select_box .optionbox {width: 80px;}
}