@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; gap: 10px;}
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-right: 20px; display: flex; display:-webkit-flex; align-items: center; gap: 10px;}
.radio_box > li:last-child {margin-right: 0 !important;}
.radio_box > li .optionbox {margin-left: 10px;}
.radio_box input[type=radio] + label {position: relative; padding-left: 30px; display: block; line-height: 22px; cursor:pointer; color: #666;}
.radio_box input[type=radio] + label::after, 
.radio_box input[type=radio] + label::before {content: ''; position: absolute; border-radius: 100%;}
.radio_box input[type=radio] + label::after {left: 0; top: calc(50% - 11px); width: 20px; height: 20px; border: 1px solid #bdbdbd; background-color: #fff;}
.radio_box input[type=radio] + label.on::before,
.radio_box input[type=radio]:checked + label::before {z-index: 9; left: 6px; top: calc(50% - 5px); width: 10px; height: 10px; background-color: #000;}
.radio_box input[type=radio]:checked + label::after {border: 1px solid #000;}
.radio_box input[type=radio]:checked + label {color: #333;}
.radio_box > li .parenthesis {margin: 0 5px;}
.radio_box > li .parenthesis:first-of-type {margin-left: 10px;}
.radio_box > li.others {margin-top: 10px; width: 100%; justify-content: space-between;}
.radio_box > li.others .inpbox {width: calc(100% - 80px);}
.radio_box.line {display: block;}
.radio_box.line > li {margin-right: 0; margin-bottom: 10px;}
.radio_box.line > li:last-child {margin-bottom: 0;}
.radio_box.center input[type=radio] + label {margin: 0 auto; padding-left: 18px; width: 18px; height: 18px;}

.button_wrap {display: flex; display:-webkit-flex; flex-wrap: wrap;}
.button_wrap li {margin-right: 5px;}
.button_wrap li label {padding: 0 10px; min-width: 80px; height: 34px; line-height: 32px; font-size: 15px; text-align: center; border-radius: 5px; border: 1px solid #c7c7c7; color: #666;}
.button_wrap li input:checked + label {background-color: #555; border: 1px solid #555; color: #fff;}
.button_wrap li.others {display: flex; display:-webkit-flex;}
.button_wrap li.others .calendarbox {margin-left: 10px;}
.button_wrap2 {margin: 15px 20px 0; display: flex; display:-webkit-flex; flex-wrap: wrap;}
.button_wrap2 li {width: 50%;}
.button_wrap2 li label {display: block; height: 35px; line-height: 33px; font-size: 14px; text-align: center; border: 1px solid #ccced0; border-top: 0; border-right: 0;}
.button_wrap2 li:nth-child(1) label,
.button_wrap2 li:nth-child(2) label {border-top: 1px solid #c7c7c7;}
.button_wrap2 li:nth-child(2n) label {border-right: 1px solid #c7c7c7;}
.button_wrap2 li input:checked + label {background-color: #0276dd; color: #fff;}
.button_wrap2 li input:disabled + label {color: #c7c7c7;}

/*체크박스*/
.check_box.right {justify-content: flex-end;}
.check_box > li {margin-right: 20px; display: flex; display:-webkit-flex; align-items: center;}
.check_box > li:last-child {margin-right: 0;}
.check_box input[type=checkbox] + label {position: relative; padding-left: 28px; display: block; line-height: 18px; cursor:pointer;}
.check_box input[type=checkbox] + label::before {content: ''; position: absolute; left: 0; top: calc(50% - 9px); width: 16px; height: 16px; border-radius: 3px; border: 1px solid #d2d2d2; background: #fff; background-repeat: no-repeat; background-position: center center;}
.check_box input[type=checkbox] + label.on::before, 
.check_box input[type=checkbox]:checked  + label::before {background-image: url('/images/hmpg/icon_check.png'); background-color: #fff; border: 1px solid #000;}
.check_box.all {margin-top: 25px; padding-top: 30px; display: flex; display:-webkit-flex; justify-content: center; border-top: 1px solid #929bac;}
.check_box.all label {font-size: 18px; color: #333;}
.check_box.detail > li {margin-right: 20px;}
.check_box.detail > li:last-child {margin-right: 0 !important;}
.check_box > li .parenthesis {margin: 0 5px;}
.check_box > li .parenthesis:first-of-type {margin-left: 10px;}
.check_box > li.others {margin-top: 10px; width: 100%; justify-content: space-between;}
.check_box > li.others .inpbox {width: calc(100% - 80px);}
.check_box.line {display: block;}
.check_box.line > li {margin-right: 0; margin-bottom: 10px;}
.check_box.line > li:last-child {margin-bottom: 0;}
.check_box.center input[type=checkbox] + label::before {left: calc(50% - 9px);}
.check_box.center input[type=checkbox] + label {margin: 0 auto; padding-left: 16px; width: 16px; height: 16px;}
.bookmark_box input[type=checkbox] + label {position: relative; display: block; width: 20px; height: 25px; line-height: 25px; cursor:pointer;}
.bookmark_box input[type=checkbox] + label::before {content: ''; position: absolute; left: 0; top: calc(50% - 13px); width: 20px; height: 25px; background-image: url('/images/hmpg/icon_bookmark.png'); background-repeat: no-repeat; background-position: center center;}
.bookmark_box input[type=checkbox] + label.on::before, 
.bookmark_box input[type=checkbox]:checked  + label::before {background-image: url('/images/hmpg/icon_bookmark_active.png');}

textarea {border-radius: 8px; border: 1px solid #ddd;}
.optionbox, .inpbox {position: relative; height: 35px; border-radius: 8px; border: 1px solid #ddd;}
.optionbox::after {content: ''; position: absolute; right: 10px; top: calc(50% - 3px); width: 0; height: 0; border-left: 4px solid transparent; border-right: 4px solid transparent; border-top: 6px solid #7b736b;}
.calendarbox {display: flex; display:-webkit-flex; align-items: center;}
.calendarbox .inpbox input.txt {padding: 0 50px 0 10px;}
.calendarbox .inpbox .ui-datepicker-trigger {border-radius: 0 8px 8px 0; 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/hmpg/icon_calendar.png');}
.calendarbox.center {justify-content: center;}
.radio_box > li .calendarbox,
.check_box > li .calendarbox {margin-left: 15px;}
.list_box {display: flex; display:-webkit-flex; flex-wrap:wrap; -webkit-flex-wrap:wrap;}
.list_box li {position: relative; padding-right: 15px; margin-right: 15px; color: #666;}
.list_box li::after {content: ''; position: absolute; right: 0; top: calc(50% - 7px); width: 1px; height: 12px; background-color: #ccc;}
.list_box li:last-child {padding-right: 0; margin-right: 0;}
.list_box li:last-child::after {display: none;}
.list_box2 li {color: #666;}
.list_box2 li .tit {position: relative; margin-right: 15px; font-weight: 500; color: #222;}
.file_box li {margin-bottom: 5px; display: flex; display:-webkit-flex; align-items: stretch;}
.file_box li:last-child {margin-bottom: 0;}
.file_box li a {position: relative; padding: 0 10px 0 30px; font-size: 15px; text-decoration: underline; color: #666; background-repeat: no-repeat; background-position: 0 5px; background-image: url('/images/hmpg/icon_file.png');}
.nodata {text-align: center; font-size: 18px; padding: 50px 0 !important; color: #333 !important;}

/*목록 상단검색 기본*/
.boardlist_top {position: relative; margin-bottom: 30px;}
.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;}
.boardlist_top .box > div {margin-right: 10px;}
.boardlist_top .box > div:last-child {margin-right: 0;}
.boardlist_top .box .inpbox {width: 200px; 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 .search_box {position: relative;}
.boardlist_top .box .search_box .inpbox {width: 470px;}
.boardlist_top .box .search_box .inpbox input.txt {padding: 0 50px 0 15px; color: #585858;}
.boardlist_top .box .btn_search {z-index: 120; position: absolute; top: 1px; right: 1px; display: block; width: 45px; height: 43px; background-color: #f6f6fa;}
.boardlist_top .box .btn_search .icon {width: 17px; height: 17px;}
.boardlist_top .box .btn_search .icon::after {left: 13px; top: -2px; width: 14px; height: 14px;}
.boardlist_top .box .btn_search .icon::before {left: 27px; bottom: 0;}

/*일반게시판 검색바*/
.board_top {margin-bottom: 15px; display: flex; display:-webkit-flex; justify-content: space-between; align-items: flex-end;}
.board_top .all {color: #666;}
.board_top .all span {color: #0276dd; font-weight: 600;}
.board_top .boardschbox {display: flex; display:-webkit-flex; gap: 10px;}
.board_top .boardschbox .select_box {display: flex; display:-webkit-flex; gap: 10px;}
.board_top .boardschbox .select_box .optionbox,
.board_top .boardschbox .search_box .inpbox {height: 44px;}
.board_top .boardschbox .select_box .optionbox {width: 140px;}
.board_top .boardschbox .select_box .optionbox::after {border-top: 5px solid #606060;}
.board_top .boardschbox .select_box .optionbox select {padding: 0 10px; color: #555; font-size: 14px;}
.board_top .boardschbox .search_box {display: flex; display:-webkit-flex; gap: 10px;}
.board_top .boardschbox .search_box .inpbox {width: 220px;}
.board_top .boardschbox .search_box .inpbox input.txt {font-size: 15px;}
.board_top .boardschbox .search_box .btn_search {width: 60px; height: 44px; font-size: 15px; font-weight: 500; border-radius: 8px;}
.board_top .button_box {margin-top: 0;}
.board_top > .select_box .optionbox {width: 110px; border-color: #999;}

/*일반게시판 리스트*/
.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 #ccc;}
.boardlist table thead tr th {padding: 18px 10px; font-weight: 500; line-height: 22px; background-color: #f8f9fb;}
.boardlist table tbody tr {border-bottom: 1px solid #e4e4e4;}
.boardlist table tbody tr:hover {background-color: #f5fdf5;}
.boardlist table tbody tr td {overflow: hidden; padding: 15px 10px; text-align: center; color: #666;}
.boardlist table tbody tr td.m_hidden {display: table-cell !important;}
.boardlist table tbody tr td.title_box .title {display: flex; display:-webkit-flex; align-items: center;}
.boardlist table tbody tr td.title_box .title a {overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #666;}
.boardlist table tbody tr td.title_box .title.line a {text-align: left; text-decoration: underline; white-space: wrap;}
.boardlist table tbody tr td.title_box .title a img.new {margin-right: 5px; margin-top: -4px;}
.boardlist table tbody tr td.title_box .title > img.new {margin-left: 10px;}
.boardlist table tbody tr td.title_box .title span.comment {margin-left: 5px;}
.boardlist table tbody tr td.title_box .title img.secret {margin-left: 7px;}
.boardlist table tbody tr td.title_box .title.comment a {padding-left: 23px; background-image: url('/images/hmpg/icon_comment.png'); background-position: left center; background-repeat: no-repeat;}
.boardlist table tbody tr.fix td span.notice {display: inline-block; width: 44px; height: 30px; line-height: 30px; font-size: 13px; font-weight: 500; text-align: center; border-radius: 30px; background-color: #ffe467;}

/*하단 버튼*/
.button_box {margin-top: 20px; position: relative; display: flex; display:-webkit-flex; align-items: center; justify-content: space-between;}
.button_box > div {display: flex; display:-webkit-flex; align-items: center;}
.button_box .left {justify-content: flex-start; width: 100%;}
.button_box .center {justify-content: center; width: 100%;}
.button_box .right {justify-content: flex-end; width: 100%;}
.button_box button {margin-left: 10px; word-break: keep-all;}
.button_box button:first-child {margin-left: 0 !important;}
.button_box button.right {position: absolute; right: 0; top: 0;}
.button_box + .paging {margin-top: 10px;}

/*페이징*/
.paging {margin-top: 70px; display: flex; display:-webkit-flex; justify-content: center;}
.paging button {margin: 0 2px; display: block; width: 33px; height: 33px; line-height: 31px; font-size: 16px; font-weight: 500; text-align:center; color: #666; border-radius: 5px; background-repeat: no-repeat; background-position: center center; border-style: solid; border: 1px solid #ddd;}
.paging button:last-child {margin-right: 3px;}
.paging button:hover, .paging button.on {color: #0276dd; border: 1px solid #0276dd; background-color: #fff;}
.paging button.btn-paging-first {margin: 0 5px 0 0; background-color: #fff; background-image:url('/images/hmpg/paging_first.png');}
.paging button.btn-paging-pre {margin: 0 10px 0 0; background-color: #fff; background-image: url('/images/hmpg/paging_prev.png');}
.paging button.btn-paging-next {margin: 0 0 0 10px; background-color: #fff; background-image: url('/images/hmpg/paging_next.png');}
.paging button.btn-paging-last {margin: 0 0 0 5px; background-color: #fff; background-image: url('/images/hmpg/paging_last.png');}

/*일반게시판 상세*/
.board_detail {border-top: 2px solid #222;}
.board_detail .title_box {padding: 30px 20px; display: flex; display:-webkit-flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #ccc;}
.board_detail .title_box h3 {width: 100%; font-size: 20px; font-weight: 500; display: flex; display:-webkit-flex; align-items: center;}
.board_detail .title_box h3 .answer {margin-right: 20px; padding-left: 22px; font-size: 16px; color: #666; background: url('/images/hmpg/icon_comment.png') no-repeat 0 3px;}
.board_detail > div, .board_detail > ul {border-bottom: 1px solid #ddd;}
.board_detail .list_box {padding: 20px;}
.board_detail .file_box {padding: 20px;}
.board_detail .content_bar {position: relative; padding: 30px 0 5px; display: flex; display:-webkit-flex; justify-content: flex-end; border-bottom: 0;}
.board_detail .content_bar button {margin-right: 10px;}
.board_detail .content_bar button:last-of-type {margin-right: 0;}
.board_detail .content_bar .btn_more {padding: 0 20px; height: 40px; color: #fff; font-size: 18px; font-weight: 500; background-color: #0276dd; border-radius: 40px;}
.board_detail .content_bar .btn_more .icon {margin-left: 15px; width: 6px; height: 11px;}
.board_detail .content_bar .btn_more .icon::after, .board_detail .content_bar .btn_more .icon::before {left: -4px; background-color: #fff; border-radius: 2px; transform-origin: right;}
.board_detail .content_bar .btn_more .icon::after {transform: rotate(45deg);}
.board_detail .content_bar .btn_more .icon::before {top: calc(50% - 3px); transform: rotate(-45deg);}
.board_detail .content_bar .share_box {z-index: 30; position: absolute; top: 78px; right: 0; padding: 20px !important; display: none; border: 1px solid #e4e4e4; background-color: #fff;}
.board_detail .content_bar .share_box.in {display: block;}
.board_detail .content_bar .share_box .btn_close {position: absolute; right: 10px; top: 10px;}
.board_detail .content_bar .share_box .btn_close .icon {width: 17px; height: 17px;}
.board_detail .content_bar .share_box .btn_close .icon::after, .board_detail .content_bar .share_box .btn_close .icon::before {left: -2px; top: 8px; width: 21px; height: 1px; background-color: #606060;}
.board_detail .content_bar .share_box .button_box {margin: 0 0 20px; padding: 0 20px;}
.board_detail .content_bar .share_box .button_box .btn_share {font-size: 15px; width: 80px;}
.board_detail .content_bar .share_box .button_box .btn_share span {margin-top: 5px; display: block;}
.board_detail .content_bar .share_box .link_box {display: flex; display:-webkit-flex;}
.board_detail .content_bar .share_box .link_box .inpbox {width: 100%; height: 40px;}
.board_detail .content_bar .share_box .link_box button {margin-left: 10px; flex: none; width: 90px; height: 40px; color: #fff; background-color: #475157;}
.board_detail .gallery_box {padding: 35px 20px 30px;}
.board_detail .gallery_box .slider-container {margin: 0 auto; width: 600px;}
.board_detail .gallery_box .slider-container #slider {margin-bottom: 20px; position: relative;}
.board_detail .gallery_box .slider-container #slider .slick-slide {position: relative; width: 100%; height: 600px;}
.board_detail .gallery_box .slider-container #slider .slick-slide img {width: 100%; height: 100%; object-fit: cover; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}
.board_detail .gallery_box .slider-container #thumbs {position: relative; width: calc(100% + 8px); margin-left: -5px;}
.board_detail .gallery_box .slider-container #thumbs .slick-slide {margin: 0 5px; position: relative; width: 100%; height: 92px;} 
.board_detail .gallery_box .slider-container #thumbs .slick-slide img {width: 100%; height: 100%; object-fit: cover; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}
.board_detail .gallery_box .slider-container #thumbs .slick-current img {border: 4px solid #000;}
.board_detail .gallery_box .slider-container .slick-arrow::after,
.board_detail .gallery_box .slider-container .slick-arrow::before {display: none;}
.board_detail .gallery_box .slider-container #slider .slick-arrow {width: 64px; height: 64px; background: url('/images/hmpg/icon_gallery_slider_arrow.png');}
.board_detail .gallery_box .slider-container #slider .slick-prev {top: calc(50% - 32px); left: -100px;}
.board_detail .gallery_box .slider-container #slider .slick-next {top: calc(50% - 32px); right: -100px;}
.board_detail .gallery_box .slider-container #thumbs .slick-arrow {width: 11px; height: 20px; background: url('/images/hmpg/icon_gallery_thumbs_arrow.png');}
.board_detail .gallery_box .slider-container #thumbs .slick-prev {top: calc(50% - 10px); left: -25px;}
.board_detail .gallery_box .slider-container #thumbs .slick-next {top: calc(50% - 10px); right: -25px;}
.board_detail .table_box .tablebasic table {border-top: 0;}
.board_detail .table_box .tablebasic table tr:last-child {border-bottom: 0;}
.board_detail .table_box .tablebasic table thead tr th {border-top: 1px solid #9ba5af; border-bottom: 1px solid #9ba5af;}
.board_detail .table_box .tablebasic table tbody tr th {background-color: #f9f9f9;}
.board_detail .content_box {padding: 35px 20px; line-height: 28px; color: #666;}
.board_detail .content_box img {max-width: 100%;}
.board_detail .slider-for {position: relative; margin: 0 auto 10px; width: 900px;}
.board_detail .slider-for .slick-arrow {top: calc(50% - 25px); width: 50px; height: 50px; background-color: rgba(0, 0, 0, 0.68); opacity: 1;}
.board_detail .slider-for .slick-arrow::after, .board_detail .slider-for .slick-arrow::before {top: 24px; left: 20px; width: 15px; height: 2px; background-color: #fff; border-radius: 0;}
.board_detail .slider-for .slick-arrow.slick-prev {left: 0;}
.board_detail .slider-for .slick-arrow.slick-next {right: 0;}
.board_detail .slider-for .slick-list .slick-track .slick-slide .list button {position: absolute; right: 0; bottom: 0; width: 45px; height: 45px; background-color: rgba(0, 0, 0, 0.4);}
.board_detail .slider-for .slick-list .slick-track .slick-slide .list button::after,
.board_detail .slider-for .slick-list .slick-track .slick-slide .list button::before {content: ''; position: absolute; left: calc(50% - 9px); top: 50%; width: 19px; height: 1px; background-color: #fff;}
.board_detail .slider-for .slick-list .slick-track .slick-slide .list button::before {transform: rotate(90deg);}
.board_detail .slider-for .slick-list .slick-track .slick-slide .list img {width: 100%;}
.board_detail .slider-nav {margin: 0 auto 40px; width: 910px;}
.board_detail .slider-nav .slick-list .slick-track .slick-slide {overflow: hidden; padding: 0 5px;}
.board_detail .slider-nav .slick-list .slick-track .slick-slide .list {position: relative; height: 112px; background-repeat: no-repeat; background-size: cover; background-position: center top;}
.board_detail .slider-nav .slick-list .slick-track .slick-slide.slick-current .list::after {content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-image: url('/images/hmpg/icon_check.png'); background-position:  center; background-color: rgba(0, 0, 0, 0.3);}
.board_detail .video_box {position: relative; overflow: hidden;}
.board_detail .video_box .youtube, 
.board_detail .video_box .video {width: 100%; height: 560px; padding: 30px 0; text-align: center;}
.board_detail .video_box .youtube {position: relative;}
.board_detail .video_box .youtube iframe {width: 850px; height: 500px; 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: #666; font-size: 16px; line-height: 24px; border-top: 1px solid #e1e1e1;}

/*이전글 다음글*/
.view_bottom {margin-top: 50px; border-top: 1px solid #393e46; border-bottom: 1px solid #393e46;}
.view_bottom dl {display: flex; display:-webkit-flex; font-size: 15px; border-bottom: 1px solid #ccc;}
.view_bottom dl:last-child {border-bottom: 0;}
.view_bottom dl dt {padding: 20px 0 20px 35px; width: 160px; font-weight: 500; background-color: #fbfbfb;}
.view_bottom dl dt span {position: relative; padding-left: 30px;}
.view_bottom dl dt span::after {content: ''; position: absolute; left: 0; top: calc(50% - 4px); width: 15px; height: 8px;}
.view_bottom dl.next dt span::after {background: url('/images/hmpg/icon_arrow_next.png') no-repeat;}
.view_bottom dl.prev dt span::after {background: url('/images/hmpg/icon_arrow_prev.png') no-repeat;}
.view_bottom dl dd {padding: 20px 30px; width: calc(100% - 160px);}
.view_bottom dl dd a {overflow: hidden; display: block; text-overflow: ellipsis; white-space: nowrap;}

/*일반게시판 댓글*/
.comment_area {margin-top: 50px;}
.comment_area .button_box {margin-top: 10px;}
.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: 14px; color: #666;}
.comment_area .comment_write .write_box {padding: 20px 20px 0; border-top: 2px solid #222;}
.comment_area .comment_write .write_box textarea {height: 90px;}
.comment_area .comment_list {margin-top: 20px; border-top: 1px solid #ccc;}
.comment_area .comment_list > li dl {padding: 20px; border-bottom: 1px solid #ddd;}
.comment_area .comment_list > li dl dt {display: flex; display:-webkit-flex; align-items: center; gap: 10px;}
.comment_area .comment_list > li dl dt .button_box {margin-top: 0; margin-left: 30px;}
.comment_area .comment_list > li dl dt .list_box li.name {font-size: 16px; color: #222;}
.comment_area .comment_list > li dl dt .list_box li.date {font-size: 15px; color: #666;}
.comment_area .comment_list > li dl dt .list_box.button_area li {margin-right: 8px; padding-right: 0;}
.comment_area .comment_list > li dl dt .list_box.button_area li::after {display: none;}
.comment_area .comment_list > li dl dd {padding: 10px 0 0; font-size: 16px; line-height: 24px; color: #666;}
.comment_area .comment_list > li dl dd textarea {height: 100px;}
.comment_area .comment_list > li dl.reply {border-bottom: 1px solid #ddd;}
.comment_area .comment_list > li dl.reply dt {padding-left: 23px; background-repeat: no-repeat; background-position: 0 5px; background-image: url('/images/hmpg/icon_comment.png');}
.comment_area .comment_list > li dl.reply dd {padding: 10px 20px 0 23px;}
.comment_area .comment_list > li dl.reply dd .name {padding-right: 5px; color: #0276dd;}
.comment_area .comment_list > li dl.reply dd .name::before {content: '@';}
.comment_area .comment_btn {margin-top: 20px; text-align: center;}
.comment_area .comment_btn button {position: relative; padding-right: 30px; width: 114px; height: 45px; border-radius: 8px;}
.comment_area .comment_btn button .icon {position: absolute; top: 19px; right: 20px; display: inline-block; width: 13px; height: 7px; background: url('/images/hmpg/icon_arrow_comment.png') no-repeat;}

/*일반게시판 정보입력*/
.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 input.txt:disabled {background-color:#f6f6f6; color: #333;}
.boardview table {width: 100%; table-layout: fixed; border-top: 2px solid #222;}
.boardview table tr {border-bottom: 1px solid #ddd;}
.boardview table tr th {padding: 15px 20px; font-weight: 500; text-align: left; word-break: keep-all; background-color: #f3f4f8; color: #333;}
.boardview table tr th.th2 {background-color: #eee;}
.boardview table tr th.line {border-left: 1px solid #ddd !important;}
.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 {position: relative; padding: 12px 15px; color: #666; word-break: break-all;}
.boardview table tr td textarea {height: 80px;}
.boardview table tr td .optionbox {width: 210px;}
.boardview table tr td .inpbox {width: 100%;}
.boardview table tr td .inpbox + .inpbox {margin-top: 5px;}
.boardview table tr td .box {display: flex; display:-webkit-flex; align-items: center; gap: 10px;}
.boardview table tr td .box.type4 .tit {margin-right: 20px;}
.boardview table tr td .box.type4 .tit_wrap {width: 350px; display: flex; display:-webkit-flex; align-items: center; flex-wrap: wrap;}
.boardview table tr td .box.type4 .tit.tit_wrap {margin-right: 0;}
.boardview table tr td .box.type4 .time {display: flex; display:-webkit-flex; align-items: center; flex-wrap: wrap; gap: 10px;}
.boardview table tr td .box.type4 .time .optionbox {width: 100px;}
.boardview table tr td .text {margin-top: 10px; font-size: 14px; line-height: 20px; color: #666;}
.boardview table tr td .attachment-file-edit {width: 100%; align-items: center;}
.boardview table tr td .attachment-file {position:relative; overflow: hidden; 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: 100px; 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 {cursor: pointer; position:absolute; z-index:5; width:100%; height:100%; opacity:0; filter:alpha(opacity=0); cursor:pointer;}
.boardview table tr td .attachment-file .ipfile span {position: absolute; z-index: 2; display: block; left: 0; top: 0; width: 100%; height: 100%; font-size: 14px; line-height: 35px; text-align: center; background: #e0e0e0; color: #222; border-radius: 8px;}
.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;}
.boardview table tr td .attachment-file .button_box button {margin-left: 5px;}
.boardview table tr td .calendarbox .inpbox {width: 180px;}
.boardview table tr td .calendarbox .character {margin: 0 10px;}
.boardview table tr td .calendarbox .check_box {margin-left: 10px;}
.boardview table tr td .img_box {text-align: left;}
.boardview table tr td .img_box p {margin-bottom: 10px;}
.boardview table tr td .img_box img {max-width: 100%; height: auto;}
.boardview table tr td .file a {color: #666; border-bottom: 1px solid #666;}
.boardview table tr td .file .btn_close {margin-left: 5px; width: 17px; height: 17px; border-radius: 3px; border: 1px solid #222;}
.boardview table tr td .file .btn_close .icon {width: 15px; height: 15px;}
.boardview table tr td .file .btn_close .icon::after,
.boardview table tr td .file .btn_close .icon::before {width: 11px; left: 2px; top: 7px; height: 1px;}
.boardview table tr td .idcheck .inpbox {width: calc(100% - 100px);}
.boardview table tr td .idcheck button {height: 35px; line-height: 33px;}
.boardview table tr td.editor {padding: 10px 0;}
.boardview table tr td.tel .box .optionbox,
.boardview table tr td.tel .box .inpbox {width: 110px;}
.boardview table tr td.email .box .optionbox, .boardview table tr td.email .box .inpbox {width: 170px;}
.boardview table tr td.email .box .optionbox {margin-left: 10px;}
.boardview table tr td.tel .box > button,
.boardview table tr td.email .box > button {margin-left: 10px;}
.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 {flex: none; width: 100px; height: 35px; line-height: 35px; font-size: 14px; color: #fff; background-color: #0276dd; border-radius: 8px;}
.boardview table tr td.text .box .inpbox {width: 350px;}
.boardview table tr td.text .box.unit .inpbox {margin-right: 5px;}
.boardview + .button_box {margin-top: 60px;}

/*앨범형게시판1*/
.gallaylist {margin: 30px 0 0; display:flex; display:-webkit-flex; flex-wrap:wrap; -webkit-flex-wrap:wrap;}
.gallaylist > li {margin: 0 40px 40px 0; width: calc(25% - 30px); position: relative; display:flex; display:-webkit-flex; flex-flow: column; height: 100%; border-radius: 20px; box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2); border: 2px solid transparent;}
.gallaylist > li:hover {border: 2px solid #55affd;}
.gallaylist > li:nth-child(4n) {margin-right: 0;}
.gallaylist > li .state {z-index: 1; position: absolute; top: -2px; right: -2px; width: 80px; height: 40px; line-height: 40px; font-size: 16px; text-align: center; border-radius: 0 20px 0 20px; color: #fff; }
.gallaylist > li .state.state1 {background-color: #e12a3c;}
.gallaylist > li .state.state2 {background-color: #0276dd;}
.gallaylist > li .state.state3 {background-color: #434c54;}
.gallaylist > li .state.state4 {background-color: #00865f;}
.gallaylist > li .img_box {width: 100%; padding-top: 64.70588235294118%; background-repeat: no-repeat; background-position: center center; background-size: cover; border-radius: 20px 20px 0 0;}
.gallaylist > li .text_box {padding: 30px 25px; height: 100%; display:flex; display:-webkit-flex; flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-flow: column; justify-content: space-between;}
.gallaylist > li .category {margin-bottom: 10px; font-size: 14px; font-weight: 500;}
.gallaylist > li h3 {overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; max-height: 60px; line-height: 30px; -webkit-line-clamp: 2; font-size: 20px; font-weight: 500;}
.gallaylist > li:hover h3 {color: #0276dd;}
.gallaylist > li .list_box {margin-top: 20px;}
.gallaylist > li .list_box li {font-size: 14px; line-height: 14px;}
.gallaylist > li .list_box2 {margin-top: 20px;}
.gallaylist > li .list_box2 li span {font-size: 14px; line-height: 14px;}
.gallaylist > li .list_box3 {margin-top: 10px;}
.gallaylist > li .list_box3 li {color: #666;}
.gallaylist > li .list_box3 li.location {margin-bottom: 20px; font-weight: 500; color: #008a05;}
.gallaylist > li .button_box {margin-top: 20px; justify-content: space-between;}
.gallaylist > li .button_box button {width: 100%;}
.gallaylist > li .button_box a {width: 100%; margin-right: 10px;}
.gallaylist > li .button_box a:last-child {margin-right: 0;}
.gallaylist > li.nodata {width: 100%; margin: -20px 0 0; border: 0; border-radius: 0;}
.gallaylist + .paging {margin-top: 10px;}
.gallaylist.type2 > li {width: calc(33.3333333333% - 26.66666666666667px);}
.gallaylist.type2 > li:nth-child(3n) {margin-right: 0;}
.gallaylist.type2 > li h3 {font-size: 22px; text-align: center;}
.gallaylist.type2 > li .list_box2 li span {font-size: 16px; line-height: 16px;}
.thumb_slide {padding: 20px; position: relative;}
.thumb_slide .slick-slider .list .img_area {overflow: hidden; position: relative; width: 100%; height: 0; padding-bottom: 58%; border: 1px solid #ddd;}
.thumb_slide .slick-slider .list .img_area img {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100%; height: 100%; object-fit: cover;}
.thumb_slide .slick-slider .slick-dots-wrap {margin-top: 20px; position: relative; display: flex; display:-webkit-flex; justify-content: center; align-items: center; gap: 15px;}
.thumb_slide .slick-slider .slick-dots {display: flex !important; display:-webkit-flex !important; justify-content: center; align-items: center; gap: 10px;}
.thumb_slide .slick-slider .slick-dots li {overflow: hidden; position: relative; width: 130px; height: 80px; border: 1px solid #ddd; cursor: pointer;}
.thumb_slide .slick-slider .slick-dots li img {opacity: 1; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: calc(100% + 2px); height: calc(100% + 2px); object-fit: cover;}
.thumb_slide .slick-slider .slick-dots li.slick-active img {border: 4px solid #000;}
.thumb_slide .slick-slider .slick-arrow {opacity: 1; position: static; width: 11px; height: 20px; background: url('/images/hmpg/icon_arrow3.png') no-repeat;}
.thumb_slide .slick-slider .slick-arrow::after,
.thumb_slide .slick-slider .slick-arrow::before {display: none;}

/*앨범형게시판2*/
.thumbnaillist {overflow: hidden; width:100%; border-top: 2px solid #222;}
.thumbnaillist > li {overflow: hidden; position: relative; border-bottom: 1px solid #ddd;}
.thumbnaillist > li a {padding: 30px 20px; 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; border-radius: 10px; border: 1px solid #ddd;}
.thumbnaillist > li a .text_box {position: relative; padding-left: 40px; width: 100%;}
.thumbnaillist > li a .text_box h3 {overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; font-size: 19px; font-weight: 500;}
.thumbnaillist > li a .text_box .text {margin-top: 25px; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; max-height: 84px; -webkit-line-clamp: 3; color: #666; font-size: 16px; line-height: 28px;}
.thumbnaillist > li a .list_box {position: absolute; left: 40px; bottom: 0;}
.thumbnaillist > li a .list_box li {padding-right: 10px; margin-right: 10px; font-size: 14px; line-height: 14px; color: #666;}
.thumbnaillist > li a .list_box li::after {top: calc(50% - 6px); height: 13px; background-color: #d1d1d1;}

/*일반테이블 상세보기*/
.tablebasic {clear:both; overflow-x: auto;}
.tablebasic table {width:100%; table-layout:fixed; border-top: 2px solid #0276dd;}
.tablebasic table thead tr {border-bottom-color: #cdd1d5;}
.tablebasic table thead tr th:last-child {border-right: 0;}
.tablebasic table tr {border-bottom: 1px solid #cdd1d5;}
.tablebasic table tr th {padding: 11px 15px; text-align: center; background-color: #eef7ff; border-right: 1px solid #cdd1d5;}
.tablebasic table tr td {padding: 11px 20px; text-align: center; background-color: #fff; color: #666; border-right: 1px solid #cdd1d5;}
.tablebasic table tr td:last-child {border-right-width: 0;}
.tablebasic table tr td.line {border-right-width: 1px;}
.tablebasic table tr.stit td {font-weight: 500; color: #222; background-color: #f8f9f9;}
.tablebasic2 {clear:both; overflow-x: auto;}
.tablebasic2 table {width:100%; table-layout:auto; border-collapse: separate !important; border-collapse:collapse; border-spacing: 4px 4px;}
.tablebasic2 table thead tr th {padding: 15px; text-align: center; font-size: 18px; font-weight: 500; border-radius: 8px; color: #fff; background-color: #0975dc;}
.tablebasic2 table tbody tr th {padding: 15px; text-align: center; font-size: 20px; font-weight: 500; border-radius: 8px; color: #0975dc; background-color: #fff;}
.tablebasic2 table tr td {padding: 20px; text-align: left; font-size: 18px; font-weight: 500; border-radius: 8px; background-color: #fff; color: #222;}
.tablebasic2 table tr td .dot_list {font-size: 16px; color: #666;}
.tablebasic2 table tr td .dot_list li {padding-left: 15px; position: relative; display:flex; display:-webkit-flex;}
.tablebasic2 table tr td .dot_list li::before {content: ''; display: block; position: absolute; top: 11px; left: 0; width:4px; height:4px; background-color: #444;}
.tablebasic2 table tr td .dot_list li span {width: calc(100% - 55px); font-weight: 400;}
.tablebasic2 table tr td .dot_list li span.t {width: 55px; font-weight: 600;}

/*FAQ*/
.faq_area {margin: 40px 0 0;}
.faq_area > li {word-break: keep-all; border-bottom: 1px solid #cdd1d5;}
.faq_area > li:first-child {border-top: 2px solid #000;}
.faq_area > li > a {position: relative; padding: 30px 80px 30px 70px; display: block;}
.faq_area > li > a .q {position: absolute; top: 30px; left: 35px; content: ''; display: block; font-size: 18px; font-weight: 500;}
.faq_area > li > a .txt {font-size: 18px; font-weight: 500;}
.faq_area > li > a .icon {position: absolute; right: 20px; top: calc(50% - 12px); width: 24px; height: 24px; transition:all 0.3s; -webkit-transition:all 0.3s; -moz-transition:all 0.3s; -o-transition:all 0.3s;}
.faq_area > li > a .icon::after,
.faq_area > li > a .icon::before {content: ''; position: absolute; top: 12px; width: 14px; height: 2px; background-color: #222;}
.faq_area > li > a .icon::after {left: 0; transform: rotate(42.1deg);}
.faq_area > li > a .icon::before {right: 0; transform: rotate(-42.1deg);}
.faq_area > li.active .q {color: #0276dd;}
.faq_area > li.active > a .txt {color: #0276dd;}
.faq_area > li.active > a .icon {transform: rotate(180deg);}
.faq_area > li.active  > a .icon::after,
.faq_area > li.active  > a .icon::before {background-color: #0276dd;}
.faq_area > li > ul {display: none; background-color: #f4f5f6; border-top: 1px solid #cdd1d5;}
.faq_area > li > ul li {position: relative; padding: 40px 80px 40px 70px; font-size: 16px; line-height: 28px;}
.faq_area > li > ul li .a {position: absolute; top: 40px; left: 35px; content: ''; display: block; font-size: 18px; font-weight: 500;}

/*설문조사*/
.survey_b_title {margin-bottom: 30px; font-size: 24px; font-weight: 500; text-align: center;}
.survey_detail_title {margin-bottom: 10px; display:flex; display:-webkit-flex; justify-content: space-between; align-items: flex-end;}
.survey_detail_title p {color: #0276dd;}
.survey_detail > .point_box {margin-bottom: 10px; color: #555; font-size: 15px; text-align: right;}
.survey_detail h3 {padding: 30px 0 10px; color: #333; font-size: 20px;}
.survey_detail dl {margin-bottom: 20px; border-top: 2px solid #222;}
.survey_detail dl:last-child {margin-bottom: 0;}
.survey_detail dl dt {padding: 15px 20px; font-size: 15px; color: #333; background-color: #f8fafb; border-bottom: 1px solid #9ba5af;}
.survey_detail dl dt span {display: block; font-size: 18px; font-weight: 500;}
.survey_detail dl dt span.point::before {content: '*'; position: relative; top: 3px; padding-right: 3px; color: #fa0000;}
.survey_detail dl dt p {margin-top: 10px; line-height: 20px;}
.survey_detail dl dt p.tit {font-size: 16px; font-weight: 500; color: #333;}
.survey_detail dl dt p.txt {margin-top: 5px; padding-left: 20px; font-size: 15px; color: #333;}
.survey_detail dl dd {padding: 15px 20px; border-bottom: 1px solid #e1e1e1;}
.survey_detail dl dd ul li {margin: 5px 30px 5px 0;}
.survey_detail dl dd ul li:last-child {margin: 5px 0;}
.survey_detail dl dd ul li.others {display: flex; display:-webkit-flex; width: 100%; align-items: center;}
.survey_detail dl dd ul li.others input[type=checkbox] + label {margin-right: 20px; flex: none;}
.survey_detail dl dd ul li.others .inpbox {width: 100%;}
.survey_detail dl dd ul.radio_box li.others input[type=radio] + label,
.survey_detail dl dd ul.check_box li.others input[type=checkbox] + label {margin-right: 10px; width: 60px !important;}
.survey_detail dl dd ul.radio_box li.others .inpbox,
.survey_detail dl dd ul.check_box li.others .inpbox {width: calc(100% - 70px);}
.survey_detail dl dd ul.result_list {margin: 0 auto; width: 80%; counter-reset: num;}
.survey_detail dl dd ul.result_list li {position: relative; margin: 0; padding: 10px 0 10px 60px; display: flex; display:-webkit-flex; flex-wrap:wrap; -webkit-flex-wrap:wrap;}
.survey_detail dl dd ul.result_list li::before {content: counter(num); counter-increment: num 1; position: absolute; left: 0; top: 11px; width: 40px; height: 40px; color: #fff; line-height: 40px; text-align: center; background-color: #8f969c; border-radius: 100%;}
.survey_detail dl dd ul.result_list li .text {margin-bottom: 10px; width: 100%; color: #666; line-height: 16px;}
.survey_detail dl dd ul.result_list li .graph {position: relative; width: calc(100% - 125px); height: 15px; background-color: #f3f3f3;}
.survey_detail dl dd ul.result_list li .graph span {position: absolute; left: 0; top: 0; height: 100%; background-color: #ff6b63;}
.survey_detail dl dd ul.result_list li .percent {width: 125px; text-align: right; line-height: 15px;}
.survey_detail dl dd ul.result_list li .btn5 {margin-top: 10px;}
.survey_detail dl dd ul.result_list.result_list2 li .graph {width: 100%;}
.survey_detail dl dd ul.result_list.result_list2 li .percent {margin-top: 10px; width: 100%;}
.survey_detail dl dd textarea {height: 100px;}
.survey_detail dl dd .byte {margin-top: 3px; font-size: 13px; text-align: right;}
.survey_detail .survey_detail_top {margin-bottom: 10px; display: flex; display:-webkit-flex; justify-content: space-between; align-items: end;}
.survey_detail .survey_detail_top span {color: #0667d4;}
.survey_title {margin-bottom: 30px; text-align: center;}
.survey_title span.tit {font-size: 18px; font-weight: 500; border-bottom: 2px solid #333;}
.survey_title p.txt {margin-top: 10px; font-size: 16px;}



@media screen and (max-width:1366px) {
}
@media screen and (max-width:1280px) {
}
@media screen and (max-width:1024px) {
    .nodata {font-size: 16px;}
    .optionbox, .inpbox {border-radius: 5px;}
     
    /*라디오박스*/
    .radio_box > li {margin-right: 10px; flex-wrap: wrap;}
    .radio_box > li .optionbox {width: auto !important;}
    .radio_box input[type=radio] + label {padding-left: 25px; line-height: 14px; font-size: 14px;}
    .radio_box input[type=radio] + label::after {width: 14px; height: 14px; top: calc(50% - 8px);}
    .radio_box input[type=radio] + label.on::before,
    .radio_box input[type=radio]:checked + label::before {top: calc(50% - 3px); left: 5px; width: 6px; height: 6px;}
    .radio_box.line > li {margin-bottom: 5px;}
    .radio_box.line > li:last-child {margin-bottom: 0;}
    .radio_box.line > li .calendarbox {margin: 5px 0 0;}
    .radio_box.many > li {margin: 3px 25px 3px 0;}

    .button_wrap li {margin: 2px 5px 2px 0;}
    .button_wrap li label {min-width: 65px; height: 35px; line-height: 33px; font-size: 12px; border-radius: 3px;}
    .button_wrap li.others .calendarbox {margin-left: 5px;}
    .button_wrap2 {margin: 15px 0 0;}
    .button_wrap2 li label {height: 30px; line-height: 28px;}
    
    /*체크박스*/
    .check_box > li {margin-right: 10px; flex-wrap: wrap;}
    .check_box input[type=checkbox] + label {padding-left: 25px; line-height: 14px; font-size: 14px;}
    .check_box input[type=checkbox] + label::before {width: 14px; height: 14px; margin-top: 1px;}
    .check_box input[type=checkbox]:checked  + label::before {background-size: 10px;}
    .check_box.all {margin-top: 15px; padding-top: 10px; display: flex; display:-webkit-flex; justify-content: center; border-top: 1px solid #929bac;}
    .check_box.all label {font-size: 13px;}
    .check_box_wrap .check_box > li {margin-right: 0;}
    .check_box_wrap .check_box > li:last-child {margin-bottom: 0;}
    .check_box.center input[type=checkbox] + label {padding-left: 14px; width: 14px; height: 14px;}
    .check_box.center input[type=checkbox] + label::before {left: 0;}
    .bookmark_box input[type=checkbox] + label {width: 16px; height: 20px; line-height: 20px;}
    .bookmark_box input[type=checkbox] + label::before {top: calc(50% - 10px); width: 16px; height: 20px; background-size: contain;}
    .bookmark_box input[type=checkbox] + label.on::before, 
    .bookmark_box input[type=checkbox]:checked  + label::before {background-size: contain;}

    .calendarbox .inpbox input.txt {padding: 0 45px 0 10px;}
    .calendarbox .inpbox .ui-datepicker-trigger {width: 35px; background-size: 15px auto;}
    .list_box li {padding-right: 10px; margin-right: 10px; font-size: 12px;}
    .list_box li::after {top: calc(50% - 4px); height: 9px;}
    .list_box li span {margin-right: 8px;}
    .file_box li {margin-bottom: 5px; justify-content: space-between;}
    .file_box li a {position: relative; top: 2px; padding: 0 5px 0 18px; font-size: 13px; background-size: 12px; background-position: 0 2px;}
    .file_box li button {width: 77px; height: 25px; font-size: 10px;}
    
    /*일반게시판 검색바*/
    .board_top {margin-bottom: 10px; display: block; display:-webkit-block;}
    .board_top .all {margin-bottom: 10px;}
    .board_top .boardschbox .select_box {flex: none; margin-bottom: 10px;}
    .board_top .boardschbox .select_box:last-child {margin-bottom: 0;}
    .board_top .boardschbox .select_box .optionbox {height: 35px;}
    .board_top .boardschbox .select_box .optionbox select {font-size: 14px;}
    .board_top .boardschbox .search_box {width: 100%;}
    .board_top .boardschbox .search_box .inpbox {width: calc(100% - 65px) !important; height: 35px;}
    .board_top .boardschbox .search_box .inpbox input.txt {font-size: 14px;}
    .board_top .boardschbox .search_box .btn_search {width: 55px; height: 35px; font-size: 14px; border-radius: 5px;}

    /*목록 상단검색 기본*/
    .boardlist_top {width: calc(100% + 30px); padding: 15px; margin: 0 0 30px -15px; background-color: #e7eaf3;}
    .boardlist_top .box_wrap {display: block; margin-bottom: 0;}
    .boardlist_top .box {display: block; width: 100%;}
    .boardlist_top .box > div {margin: 0 0 10px;}
    .boardlist_top .box > div:last-child {margin-bottom: 0;}
    .boardlist_top .box .inpbox {width: 100%; height: 35px;}
    .boardlist_top .box .inpbox input.txt {font-size: 13px; padding: 8px 10px;}
    .boardlist_top .box .optionbox {width: 100%; height: 35px;}
    .boardlist_top .box .optionbox select {font-size: 13px; padding: 8px 10px;}
    .boardlist_top .box .calendarbox .optionbox {width: 100%;}
    .boardlist_top .box .calendarbox .inpbox {width: calc(50% - 10px) !important;}
    .boardlist_top .box .search_box .inpbox {width: 100%;}
    .boardlist_top .box .search_box .inpbox input.txt {padding: 0 40px 0 10px;}
    .boardlist_top .box .btn_search {width: 35px; height: 33px;}
    .boardlist_top .box .btn_search .icon {transform: scale(0.8);}
    .boardlist_top .box .btn_search .icon::before {left: 25px; bottom: -2px;}
    .boardlist_top .box .btn_search .icon::after {left: 11px; top: 0px;}
    .boardlist_top .box .search_input {width: 100% !important;}
    .boardlist_top .box .search_input .inpbox {width: 100%; margin-left: 0;}
    .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 table, .boardlist table tbody, .boardlist table tbody tr td {display: block;}
    .boardlist table thead {display: none;}
    .boardlist table tbody tr {position: relative; padding: 8px 0; display:flex; display:-webkit-flex; flex-wrap:wrap; -webkit-flex-wrap:wrap;}
    .boardlist table tbody tr:hover {background: 0;}
    .boardlist table tbody tr td {padding: 5px 0; font-size: 14px; line-height: 18px; text-align: left;}
    .boardlist table tbody tr td a {font-size: 14px; font-weight: 500;}
    .boardlist table tbody tr td.m_hidden {display: none !important;}
    .boardlist table tbody tr td.title_box {width: 100%;}
    .boardlist table tbody tr td.title_box .title a img.new {margin: -3px 0 0 0; width: 14px;}
    .boardlist table tbody tr td.title_box .title > img.new {margin-left: 5px; width: 14px;}
    .boardlist table tbody tr td.title_box .title span.comment {margin-left: 5px;}
    .boardlist table tbody tr td.title_box .title img.secret {margin: -2px 0 0 5px; width: 12px;}
    .boardlist table tbody tr td.title_box .title.comment a {padding-left: 20px; background-size: 12px auto;}
    .boardlist table tbody tr td.right {position: absolute; right: 0; bottom: 5px; padding: 0;}
    .boardlist table tbody tr td.line {position: relative; padding-right: 8px; margin-right: 7px;}
    .boardlist table tbody tr td.line::after {content: ''; position: absolute; right: 0; top: calc(50% - 5px); width: 1px; height: 10px; background-color: #c6c6c6;}
    .boardlist table tbody tr td.file img {width: 12px; height: 12px;}
    .boardlist table tbody tr td .file {width: 15px;}
    .boardlist table tbody tr td.nodata {width: 100%; font-size: 14px !important; text-align: center;}
    .boardlist table tbody tr.fix td span.notice {margin: -4px 5px 0 0; width: 40px; height: 24px; line-height: 24px; font-size: 12px;}
    .boardlist.boardlist2 table tbody tr td {width: 100%; display:flex; display:-webkit-flex;}
    .boardlist.boardlist2 table tbody tr td .w_hidden {display: inline-block !important; margin-right: 5px; font-weight: 500;}
    .boardlist.boardlist2 table tbody tr td .w_hidden::after {display: none;}
    .boardlist.boardlist2 table tbody tr td .tit {min-width: 85px; font-weight: 500;}
    .boardlist.boardlist2 table tbody tr td .txt {width: calc(100% - 85px);}
    .boardlist.boardlist2 table tbody tr td.t_right {justify-content: flex-end;}
    .boardlist.boardlist2 table tbody tr td.nodata {margin: 0; padding: 0; position: static; width: 100%; text-align: center; justify-content: center;}
    .boardlist.boardlist2.check table tbody tr td {width: calc(100% - 35px); margin-left: 35px;}
    .boardlist.boardlist2.check table tbody tr td:first-child {position: absolute; top: calc(50% - 14px); left: -35px; width: 18px;}
    .boardlist.boardlist2.check table tbody tr td:first-child div.radio_box input[type=radio] + label {width: 18px; height: 18px;}
    .boardlist.boardlist2.check table tbody tr td.nodata {margin: 0; position: static; width: 100%;}

    /*하단 버튼*/
    .button_box.mt60 {margin-top: 30px !important;}
    .button_box button {margin-left: 5px;}
    .button_box button.right {position: relative; right: 0; top: 0;}

    /*페이징*/
    .paging {margin-top: 30px;}
    .paging button {width: 30px; height: 30px; line-height: 26px; font-size: 12px; background-size: auto 8px;}

    /*일반게시판 상세*/
    .board_detail .title_box {padding: 15px 0; display: block;}
    .board_detail .title_box h3 {width: 100%; font-size: 15px;}
    .board_detail .title_box h3 span.notice {margin-right: 10px; width: 28px; height: 24px; line-height: 22px; font-size: 11px;}
    .board_detail .title_box h3 p {width: calc(100% - 40px);}
    .board_detail .title_box h3 p img.new {margin: -3px 0 0 5px; width: 14px;}
    .board_detail .title_box .date {display: block; margin-top: 10px; font-size: 11px; line-height: 11px;}
    .board_detail .list_box {padding: 10px 0;}
    .board_detail .file_box li a {font-size: 13px;}
    .board_detail .list_box li {font-size: 13px;}
    .board_detail .list_box li.answerer {font-size: 14px;}
    .board_detail .list_box li.date {font-size: 11px;}
    .board_detail .content_bar {padding: 15px 0 0; display: flex; display:-webkit-flex; justify-content: flex-end; border-bottom: 0;}
    .board_detail .content_bar .btn_more {padding: 0 10px 0 15px; height: 30px; font-size: 13px;}
    .board_detail .content_bar .btn_more .icon {margin-left: 10px; transform: scale(0.8);}
    .board_detail .content_bar .btn_more .icon::after, .board_detail .content_bar .btn_more .icon::before {left: -10px;}
    .board_detail .content_bar .btn_more .icon::before {top: calc(50% - 1px);}
    .board_detail .content_bar .btn_share img {width: 30px;}
    .board_detail .content_bar .share_box {top: 50px; padding: 10px !important;}
    .board_detail .content_bar .share_box .btn_close {right: 2px; top: 2px; transform: scale(0.7);}
    .board_detail .content_bar .share_box .button_box {margin: 0 0 10px; padding: 0;}
    .board_detail .content_bar .share_box .button_box .btn_share {margin-left: 0; font-size: 11px; width: 52px;}
    .board_detail .content_bar .share_box .link_box .inpbox {height: 32px;}
    .board_detail .content_bar .share_box .link_box button {width: 70px; height: 32px;}
    .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: 14px; line-height: 22px;}
    .board_detail .gallery_box {padding: 15px 10px;}
    .board_detail .gallery_box .slider-container {width: 300px;}
    .board_detail .gallery_box .slider-container #slider {margin-bottom: 10px;}
    .board_detail .gallery_box .slider-container #slider .slick-slide {height: 300px;}
    .board_detail .gallery_box .slider-container #thumbs {width: calc(100% + 6px); margin-left: -3px;}
    .board_detail .gallery_box .slider-container #thumbs .slick-slide {margin: 0 3px; height: 45px;} 
    .board_detail .gallery_box .slider-container #thumbs .slick-current img {border: 2px solid #000;}
    .board_detail .gallery_box .slider-container #slider .slick-arrow {width: 32px; height: 32px; background-size: 100% auto;}
    .board_detail .gallery_box .slider-container #slider .slick-prev {top: calc(50% - 16px); left: -50px;}
    .board_detail .gallery_box .slider-container #slider .slick-next {top: calc(50% - 16px); right: -50px;}
    .board_detail .gallery_box .slider-container #thumbs .slick-arrow {width: 7px; height: 13px; background-size: 100% auto;}
    .board_detail .gallery_box .slider-container #thumbs .slick-prev {top: calc(50% - 7px); left: -20px;}
    .board_detail .gallery_box .slider-container #thumbs .slick-next {top: calc(50% - 7px); right: -20px;}
    .board_detail .content_box {padding: 15px 10px; line-height: 20px;}
    .board_detail .file_box {padding: 10px 0;}
    .board_detail .slider-for {margin: 0 2px 4px; width: calc(100% - 4px);}
    .board_detail .slider-for .slick-arrow {top: calc(50% - 12px); width: 25px; height: 25px;}
    .board_detail .slider-for .slick-arrow::after, .board_detail .slider-for .slick-arrow::before {top: 12px; left: 10px; width: 7px; height: 1px;}
    .board_detail .slider-for .slick-list .slick-track .slick-slide .list button {width: 22px; height: 22px;}
    .board_detail .slider-for .slick-list .slick-track .slick-slide .list button::after,
    .board_detail .slider-for .slick-list .slick-track .slick-slide .list button::before {left: calc(50% - 5px); width: 10px;}
    .board_detail .slider-nav {margin: 0 auto 20px; width: 100%;}
    .board_detail .slider-nav .slick-list .slick-track .slick-slide {overflow: hidden; padding: 0 2px;}
    .board_detail .slider-nav .slick-list .slick-track .slick-slide .list {padding-top: 65%; height: auto;}
    .board_detail .slider-nav .slick-list .slick-track .slick-slide.slick-current .list::after {background-size: 20%;}

    /*이전글 다음글*/
    .view_bottom {margin-top: 30px;}
    .view_bottom dl {padding: 10px 0; font-size: 13px;}
    .view_bottom dl dt {padding: 0; width: 62px;}
    .view_bottom dl dt span {position: relative; padding-left: 23px;}
    .view_bottom dl dt span::after {top: 2px; width: 20px; height: 14px;}
    .view_bottom dl.next dt span::after {background-size: 14px auto; background-position: 0 center;}
    .view_bottom dl.prev dt span::after {background-size: 14px auto; background-position: 0 center;}
    .view_bottom dl dd {padding: 0 0 0 20px; width: calc(100% - 62px);}
    .view_bottom dl dd a {font-size: 13px;}

    /*일반게시판 댓글*/
    .comment_area {margin-top: 40px;}
    .comment_area .button_box {margin-top: 10px;}
    .comment_area .button_box button {margin-left: 5px;}
    .comment_area .button_box .byte {font-size: 12px; color: #666;}
    .comment_area .comment_write .write_box {padding: 15px 10px 0;}
    .comment_area .comment_write .write_box textarea {height: 100px;}
    .comment_area .comment_list {margin-top: 20px;}
    .comment_area .comment_list > li dl {padding: 10px;}
    .comment_area .comment_list > li dl dt {display: block; overflow: hidden;}
    .comment_area .comment_list > li dl dt .list_box {float: left;}
    .comment_area .comment_list > li dl dt .list_box li.name {font-size: 13px;}
    .comment_area .comment_list > li dl dt .list_box li.date {font-size: 13px;}
    .comment_area .comment_list > li dl dt .list_box.button_area {float: right; margin-top: 10px;}
    .comment_area .comment_list > li dl dt .list_box.button_area li {margin-right: 5px; padding-right: 0;}
    .comment_area .comment_list > li dl dt .list_box.button_area li::after {display: none;}
    .comment_area .comment_list > li dl dt .list_box.button_area li:last-child {margin-right: 0;}
    .comment_area .comment_list > li dl dd {padding: 10px 0 0; font-size: 13px; line-height: 24px;}
    .comment_area .comment_list > li dl dd textarea {height: 55px; font-size: 13px;}
    .comment_area .comment_list > li dl.reply dt {padding-left: 20px; background-position: 0 2px; background-size: 12px auto;}
    .comment_area .comment_list > li dl.reply dd {padding: 10px 0 0;}
    .comment_area .comment_btn button {position: relative; padding: 0 35px 0 15px; width: auto; height: 35px;}
    .comment_area .comment_btn button .icon {top: 14px; right: 15px; width: 13px; height: 7px;}

    /*일반게시판 정보입력*/
    .boardview .boardview_title {margin-bottom: 5px; font-size: 13px;}
    .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 12px; border-bottom: 1px solid #e4e4e4;}
    .boardview > table > tbody > tr {margin-bottom: 10px; border-bottom: 0;}
    .boardview > table > tbody > tr:last-child {margin-bottom: 0;}
    .boardview > table > tbody > tr > th {padding: 0; margin: 15px 0 5px; background-color: #fff;}
    .boardview > table > tbody > tr > th:first-child {margin-top: 0;}
    .boardview > table > tbody > tr > td {padding: 0; font-size: 14px; line-height: 18px; color: #666;}
    .boardview table tr th.th2 {background: 0; margin: 10px 0 5px;}
    .boardview table tr th.line {border-left: 0 !important;}
    .boardview table tr td .optionbox {max-width: 100%;}
    .boardview table tr td .box .tit {margin-right: 10px;}
    .boardview table tr td .box.type2 {flex-wrap: wrap;}
    .boardview table tr td .box.type2 .optionbox {width: 100px;}
    .boardview table tr td .box.type3 .radio_box {width: 100%;}
    .boardview table tr td .box.type3 .radio_box li {width: 100%;}
    .boardview table tr td .box.type3 .inpbox.w500 {max-width: 100% !important;}
    .boardview table tr td .box.type4 {flex-wrap: wrap;}
    .boardview table tr td .box.type4  .tit {margin-right: 15px;}
    .boardview table tr td .box.type4 .tit_wrap {width: 100%;}
    .boardview table tr td .box.type4 .time .optionbox {width: 65px;}
    .boardview table tr td .text {font-size: 14px;}
    .boardview table tr td .attachment-file .ipfile {width: 75px;}
    .boardview table tr td .attachment-file .ipfile span {font-size: 13px; border-radius: 5px;}
    .boardview table tr td .attachment-file .inpbox {width: 100%;}
    .boardview table tr td .attachment-file .button_box {width: 80px;}
    .boardview table tr td .calendarbox .inpbox {width: 100%;}
    .boardview table tr td .file .btn_close {width: 15px; height: 15px;}
    .boardview table tr td .file .btn_close .icon {width: 13px; height: 13px;}
    .boardview table tr td .file .btn_close .icon::after,
    .boardview table tr td .file .btn_close .icon::before {width: 9px; top: 6px;}
    .boardview table tr td .idcheck .inpbox {width: calc(100% - 75px);}
    .boardview table tr td.editor {padding: 10px 0;}
    .boardview table tr td.email .box .optionbox, .boardview table tr td.email .box .inpbox {width: 170px;}
    .boardview table tr td.email .box .optionbox {margin-left: 10px;}
    .boardview table tr td.email .box .btn_check {margin-left: 10px;}
    .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.address .box button {width: 90px; font-size: 12px; border-radius: 5px;}
    .boardview table tr td.text .box {display: block; display:-webkit-block;}
    .boardview table tr td.text .box.unit {display: flex; display:-webkit-flex;}
    .boardview table tr td.text .box .inpbox {width: 100%;}
    .boardview table tr td.text .box .text {margin: 3px 0 0;}
    .boardview + .button_box {margin-top: 30px;}

    /*앨범형게시판1*/
    .gallaylist {margin: 20px 0 0;}
    .gallaylist > li {margin: 0 15px 15px 0; width: calc(33.3333333333% - 10px); border-width: 1px;}
    .gallaylist > li:hover {border-width: 1px;}
    .gallaylist > li:nth-child(4n) {margin-right: 15px;}
    .gallaylist > li:nth-child(3n) {margin-right: 0;}
    .gallaylist > li h3 {max-height: 46px; line-height: 23px; font-size: 15px;}
    .gallaylist > li .state {top: -1px; right: -1px; width: 67px; height: 33px; line-height: 33px; font-size: 13px;}
    .gallaylist > li .text_box {padding: 20px;}
    .gallaylist > li .list_box {margin-top: 10px;}
    .gallaylist > li .list_box li {font-size: 12px; line-height: 12px;}
    .gallaylist > li .list_box li::after {top: calc(50% - 5px); height: 10px;}
    .gallaylist > li .list_box2 {margin-top: 15px;}
    .gallaylist > li .list_box2 li span {font-size: 13px; line-height: 13px;}
    .gallaylist > li .list_box3 li {font-size: 13px; line-height: 13px;}
    .gallaylist > li .button_box {margin-top: 15px;}
    .gallaylist > li.nodata {margin: -15px 0 0;}
    .gallaylist + .paging {margin-top: 25px;}
    .gallaylist.type2 > li {width: calc(50% - 7.5px);}
    .gallaylist.type2 > li:nth-child(3n) {margin-right: 15px;}
    .gallaylist.type2 > li:nth-child(2n) {margin-right: 0;}
    .gallaylist.type2 > li h3 {font-size: 17px;}
    .gallaylist.type2 > li .list_box2 li span {font-size: 13px; line-height: 13px;}
    .thumb_slide .slick-slider .slick-dots-wrap {margin-top: 10px; gap: 10px;}
    .thumb_slide .slick-slider .slick-dots {width: 100%; gap: 5px;}
    .thumb_slide .slick-slider .slick-dots li {width: 100%; height: 0; padding-bottom: 13%;}
    .thumb_slide .slick-slider .slick-dots li.slick-active {border: 2px solid #000;}
    .thumb_slide .slick-slider .slick-dots li.slick-active img {border: 0;}
    .thumb_slide .slick-slider .slick-arrow {width: 8px; height: 14px; background-size: 100% auto;}

    /*앨범형게시판2*/
    .thumbnaillist > li a {padding: 15px 0;}
    .thumbnaillist > li a .img_box {width: 130px; height: 90px;}
    .thumbnaillist > li a .text_box {padding-left: 15px;}
    .thumbnaillist > li a .text_box h3 {margin-bottom: 5px; max-height: 22px; -webkit-line-clamp: 1; font-size: 15px; line-height: 22px;}
    .thumbnaillist > li a .text_box .text {margin: 10px 0; font-size: 12px; line-height: 18px;}
    .thumbnaillist > li a .list_box {position: relative; left: 0;}
    .thumbnaillist > li a .list_box li {font-size: 10px;}
    .thumbnaillist > li a .list_box li::after {top: calc(50% - 5px); height: 10px;}
    .thumbnaillist > li:hover {background-color: #fff;}
    .thumbnaillist.type2 {column-gap: 20px; grid-row-gap: 20px;}
    .thumbnaillist.type2 > li a .text_box {padding-left: 10px;}
    .thumbnaillist.type2 > li a .text_box .category {margin-bottom: 2px; font-size: 8px; line-height: 10px;}
    .thumbnaillist.type2 > li a .text_box h3 {margin-bottom: 0; font-size: 11px; line-height: 15px;}
    .thumbnaillist.type2 > li a .text_box .name {margin-bottom: 0; font-size: 9px;}

    /*일반테이블 상세보기*/
    .tablebasic table tr {word-break: break-all;}
    .tablebasic table tr th {padding: 10px 5px;}
    .tablebasic table tr td {padding: 10px 5px;}
    .tablebasic table tbody tr th {background-color: #fff;}
    .tablebasic2 {overflow-x: auto;}
    .tablebasic2 table {border-spacing: 2px 2px;}
    .tablebasic2 table thead tr th {padding: 10px; font-size: 14px; border-radius: 5px;}
    .tablebasic2 table tbody tr th {padding: 10px; font-size: 16px; border-radius: 5px;}
    .tablebasic2 table tr td {padding: 15px; font-size: 14px; border-radius: 5px; word-break: keep-all;}
    .tablebasic2 table tr td .dot_list {font-size: 12px;}
    .tablebasic2 table tr td .dot_list li {padding-left: 10px;}
    .tablebasic2 table tr td .dot_list li::before {top: 8px; width:2px; height:2px;}
    .tablebasic2 table tr td .dot_list li span {width: calc(100% - 50px);}
    .tablebasic2 table tr td .dot_list li span.t {width: 50px;}
    
    /*FAQ*/
    .faq_area {margin: 20px 0 0;}
    .faq_area > li:first-child {border-top: 1px solid #000;}
    .faq_area > li > a {padding: 15px 35px 15px 40px;}
    .faq_area > li > a .q {top: 14px; left: 14px; font-size: 14px;}
    .faq_area > li > a .txt {line-height: 22px; font-size: 14px;}
    .faq_area > li > a .icon {right: 10px; top: calc(50% - 12px); transform: scale(0.625);}
    .faq_area > li.active > a .icon {transform: rotate(180deg) scale(0.625);}
    .faq_area > li > ul li {padding: 20px 40px; font-size: 13px; line-height: 22px;}
    .faq_area > li > ul li .a {top: 20px; left: 14px; font-size: 14px;}
}
@media screen and (max-width:784px){
    /*앨범형게시판1*/
    .gallaylist > li {width: calc(50% - 7.5px);}
    .gallaylist > li:nth-child(3n) {margin-right: 15px;}
    .gallaylist > li:nth-child(2n) {margin-right: 0;}
    .gallaylist.type2 > li {width: 100%; margin-right: 0;}
    .gallaylist.type2 > li:nth-child(3n) {margin-right: 0;}

    /*일반테이블 상세보기*/
    .tablebasic.tablebasic_wide {overflow-x: auto;}
    .tablebasic.tablebasic_wide table {width: 750px;}
    .tablebasic2 table {width: 750px;}
}
@media screen and (max-width:640px){
    /*일반게시판 정보입력*/
    .boardview table tr td .optionbox {width: 100%;}
    .boardview table tr td.email .box {flex-wrap:wrap; -webkit-flex-wrap:wrap; justify-content: space-between;}
    .boardview table tr td.email .box .inpbox:first-child {width: calc(100% - 28px);}
    .boardview table tr td.email .box .optionbox, .boardview table tr td.email .box .inpbox {width: calc(50% - 5px);}
    .boardview table tr td.email .box .optionbox {margin-left: 0;}
}
@media screen and (max-width:480px){
    /*일반게시판 검색바*/
    .board_top .boardschbox {display: block; display:-webkit-block;}
    .board_top .boardschbox .select_box .optionbox {width: 100%;}
    .board_top .boardschbox .select_box .optionbox:last-child {margin-right: 0;}

    /*앨범형게시판1*/
    .gallaylist > li {width: 100% !important; margin-right: 0;}
    .gallaylist > li:nth-child(3n) {margin-right: 0;}
    .board_detail .gallery_box .slider-container {width: 250px;}
    .board_detail .gallery_box .slider-container #slider .slick-slide {height: 250px;}
    .board_detail .gallery_box .slider-container #thumbs .slick-slide {height: 37px;} 
    .board_detail .gallery_box .slider-container #slider .slick-prev {left: -40px;}
    .board_detail .gallery_box .slider-container #slider .slick-next {right: -40px;}
}
@media screen and (max-width:360px){
}
@media screen and (max-width:320px){
}