@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;}
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: 35px; display: flex; display:-webkit-flex; align-items: center;}
.radio_box > li:last-child {margin-right: 0 !important;}
.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%; background-color: #fff;}
.radio_box input[type=radio] + label::after {left: 0; top: calc(50% - 11px); width: 22px; height: 22px; border: 1px solid #ddd;}
.radio_box input[type=radio] + label.on::before,
.radio_box input[type=radio]:checked + label::before {z-index: 9; left: 9px; top: calc(50% - 2px); width: 6px; height: 6px; background-color: #666;}
.radio_box input[type=radio]:checked + label::after {border: 1px solid #666;}
.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% - 70px);}
.radio_box > li.inp .inpbox {margin-left: 10px; width: 350px;}
.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: 22px; width: 22px; height: 22px;}

/*체크박스*/
.check_box.right {justify-content: flex-end;}
.check_box.area{gap: 15px;}
.check_box.area > li{min-width: 110px; margin: 0;}
.check_box > li {margin-right: 30px; 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: 30px; display: block; line-height: 20px; cursor:pointer;}
.check_box input[type=checkbox] + label::before {content: ''; position: absolute; left: 0; top: calc(50% - 11px); width: 20px; height: 20px; border: 1px solid #ddd; border-radius: 5px; 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');}
.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% - 70px);}
.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% - 11px);}
.check_box.center input[type=checkbox] + label {margin: 0 auto; padding-left: 20px; width: 20px; height: 20px;}
.check_box_wrap .check_box > li {width: 100%; display: flex; display:-webkit-flex; align-items: center;}
.check_box_wrap .check_box > li .optionbox {margin-left: 10px; width: 180px;}
.check_box_wrap .check_box li.others.others2 input[type=checkbox] + label {margin-right: 20px; min-width: 50px !important; flex: none;}
.check_box_wrap .check_box li.others.others2 .inpbox {width: calc(100% - 50px);}

textarea {border: 1px solid #ddd; border-radius: 8px;}
.optionbox, .inpbox {position: relative; height: 35px; border: 1px solid #ddd; border-radius: 8px;}
.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 .ui-datepicker-trigger {position: absolute; top: 0; right: 0; width: 45px; height: 100%; border-radius: 0 8px 8px 0; color: transparent; font-size: 0; line-height: 0; background-color: transparent; background-repeat: no-repeat; background-position: center center; background-image: url('../../images/hmpg/icon_calendar.png');}
.calendarbox.center {justify-content: center;}
.calendarbox.timebox .optionbox {margin-left: 10px; width: 150px;}
.list_box {display: flex; display:-webkit-flex; flex-wrap:wrap; -webkit-flex-wrap:wrap;}
.list_box li {position: relative; padding-right: 30px; margin-right: 30px; font-size: 15px;}
.list_box li::after {content: ''; position: absolute; right: 0; top: calc(50% - 7px); width: 1px; height: 14px; background-color: #d6d6d6;}
.list_box li:last-child {padding-right: 0; margin-right: 0;}
.list_box li:last-child::after {display: none;}
.list_box li span {margin-right: 18px; color: #333; font-weight: 500;}
.list_box.short li {padding-right: 15px; margin-right: 15px;}
.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; font-size: 18px; padding: 0 28px 0 0; background-repeat: no-repeat; background-position: top 4px right 5px; background-image: url('../../images/hmpg/icon_file.png');}
.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;}
.character {margin: 0 10px;}
.nodata {text-align: center; font-size: 18px; padding: 50px 0 !important; color: #222 !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; justify-content: center; width: 100%;}
.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; border-radius: 0 8px 8px 0; 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;}
/*목록 상단검색 기본2*/
.boardlist_top2 {position: relative; padding: 30px; margin-bottom: 50px; border: 1px solid #ddd; border-radius: 20px; box-shadow: 12px 16px 16px -16px #ddd;}
.boardlist_top2 .box_wrap {width: 100%; display: flex; display:-webkit-flex; justify-content: space-between; margin-bottom: 20px;}
.boardlist_top2 .box_wrap:last-child {margin-bottom: 0;}
.boardlist_top2 .box {width: calc(50% - 20px); display: flex; display:-webkit-flex; align-items: center; margin-right: 35px;}
.boardlist_top2 .box:last-child {margin-right: 0;}
.boardlist_top2 .box:first-child {margin-right: 35px;}
.boardlist_top2 .box dt {min-width: 63px; margin-right: 20px; font-weight: 400;}
.boardlist_top2 .box dt.dt60 {min-width: 63px !important;}
.boardlist_top2 .box dt.dt80 {min-width: 80px !important;}
.boardlist_top2 .box dt.dt110 {min-width: 110px !important;}
.boardlist_top2 .box dd {width: calc(100% - 80px);}
.boardlist_top2 .box dd.calendarbox .character {margin: 0 10px;}
.boardlist_top2 .box dd.calendarbox .inpbox {width: 180px;}
.boardlist_top2 .box .inpbox {width: 100%; height: 45px;}
.boardlist_top2 .box .inpbox input.txt {padding: 0 15px;}
.boardlist_top2 .box .optionbox {width: 220px; height: 45px;}
.boardlist_top2 .box .optionbox select {padding: 0 25px 0 15px;}
.boardlist_top2 .button_box {margin-top: 30px; position: relative;}
.boardlist_top2 .box.type2 {width: 100%; margin-right: 0;}
.boardlist_top2 .box.type2 dd {width: 100%; display: flex; display:-webkit-flex; align-items: center;}
.boardlist_top2 .box.type2 dd .optionbox {width: 150px; margin-right: 10px;}
.boardlist_top2 .box.type2 dd .inpbox {width: calc(100% - 160px);}

/*일반게시판 검색바*/
.board_top {margin-bottom: 20px; display: flex; display:-webkit-flex; justify-content: space-between; align-items: flex-end;}
.board_top .all {color: #666; font-size: 1.125em;}
.board_top .all span {color: #429573; font-weight: 600;}
.board_top .important {color: #666; font-size: 18px; text-align: right; font-weight: 500; margin-left: auto;}
.board_top .important::before {content: '* '; color: #e7360d;}
.board_top .boardschbox {display: flex; display:-webkit-flex;}
.board_top .boardschbox .select_box {display: flex; display:-webkit-flex;}
.board_top .boardschbox .select_box .optionbox, .board_top .boardschbox .search_box .inpbox {height: 44px; border: 1px solid #429573; border-radius: 60px;}
.board_top .boardschbox .select_box .optionbox select, .board_top .boardschbox .search_box .inpbox input.txt {border-radius: 8px;}
.board_top .boardschbox .select_box .optionbox {margin-right: 10px; width: 122px;}
.board_top .boardschbox .select_box .optionbox::after {border-top: 5px solid #606060;}
.board_top .boardschbox .select_box .optionbox select {padding: 0 15px; color: #666; font-size: 16px;}
.board_top .boardschbox .search_box {position: relative;}
.board_top .boardschbox .search_box .inpbox {width: 420px;}
.board_top .boardschbox .search_box .inpbox input.txt {padding: 0 35px 0 15px; color: #585858; font-size: 16px;}
.board_top .boardschbox .search_box .btn_search {z-index: 120; position: absolute; top: 1px; right: 1px; display: block; width: 45px; height: 40px; border-radius: 0 10px 10px 0; background-color: #f6f6fa;}
.board_top .boardschbox .search_box .btn_search .icon {left: 13px; top: 3px; transform: scale(0.8);}
.board_top .boardschbox .search_box .btn_search .icon::after {border-color: #666;}
.board_top .boardschbox .search_box .btn_search .icon::before {background-color: #666;}
.board_top .button_box {margin-top: 0;}
.board_top.right {justify-content: right;}
.board_top .order {display: flex; display:-webkit-flex; align-items: center;}
.board_top .order li {margin-right: 20px;}
.board_top .order li:last-child {margin-right: 0;}
.board_top .order li a {padding-left: 20px; position: relative; display: block; color: #666;}
.board_top .order li a::before {position: absolute; top: calc(50% - 5px); left: 0; content: ''; display: block; width: 12px; height: 10px; background: url('../../images/hmpg/icon_order.png');}
.board_top .order li.active a {font-weight: 600; color: #0b6ae0;}
.board_top .order li.active a::before {background: url('../../images/hmpg/icon_order_active.png');}

/*추가*/
.board_top .button_box{display: flex; align-items: center; justify-content: flex-end; gap: 30px; margin-bottom: 4px;}
.board_top .button_box button{font-size: 20px; font-weight: 500; text-align: center; color: #7f7f7f; width: auto; margin-left: auto;}
.board_top .button_box button.active{color: #000; font-weight: 600; }
.board_top .all .list_box > li {padding-right: 10px; margin-right: 10px;}
.board_top .all .list_box > li > span{padding: 0; margin: 0;}

/*일반게시판 리스트*/
.boardlist {overflow: hidden; width: 100%; font-size: 17px;}
.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: 20px 10px; color: #222; font-weight: 500; line-height: 22px;}
.boardlist table tbody tr {border-bottom: 1px solid #e4e4e4;}
.boardlist table tbody tr:hover {background-color: #f9f9f9;}
.boardlist table tbody tr td {overflow: hidden; padding: 20px 10px; text-align: center; color: #222;}
.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: #000; font-weight: 500; font-size: 1.11em;}
.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 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 td div.radio_box input[type=radio] + label{width: 22px; height: 22px; margin: 0 auto; padding-left: 0;}
.boardlist table tbody tr.fix td span.notice {display: inline-block; width: 38px; height: 25px; line-height: 25px; font-size: 1.3rem; text-align: center; color: #fff; border-radius: 25px; background-color: #429573;}
.boardlist table tbody tr.fix {background-color: #f2f5fc;}
.boardlist table tbody tr td a.emphasis {border-bottom: 1px solid #429573; color: #429573;}
.boardlist table tbody tr td a.emphasis2 {border-bottom: 1px solid #222; color: #222;}
.boardlist.boardlist5 .title{text-align: left;}
.boardlist.boardlist5 table tbody tr td.title_box .title a{white-space: normal; display: -webkit-box; -webkit-box-orient: vertical; max-height: 4.5em; -webkit-line-clamp: 3;}
.boardlist.boardlist_survey table tbody tr:hover {background-color: #fff;}
.boardlist.boardlist_survey table tbody tr td h4 {margin-bottom: 10px; font-size: 18px; color: #333;}
.boardlist.boardlist_survey table tbody tr td h4.point::before {content: '*'; position: relative; top: 3px; padding-right: 3px; color: #fa0000;}
.boardlist.boardlist_survey table tbody tr td p.text {line-height: 22px;}
.boardlist.boardlist_survey table tbody tr td .radio_box_wrap,
.boardlist.boardlist_survey table tbody tr td .check_box_wrap {margin-top: 20px;}
.boardlist.boardlist_survey table tbody tr td .survey_btn {margin-top: 10px;}
.boardlist.boardlist_survey table tbody tr td .survey_btn button {position: relative; width: 34px; height: 34px; border-radius: 3px; border: 1px solid #222; background-color: #fff;}
.boardlist.boardlist_survey table tbody tr td .survey_btn button::after, 
.boardlist.boardlist_survey table tbody tr td .survey_btn button::before { content: ''; position: absolute; top: 50%; width: 10px; height: 2px; background-color: #222; transition: 0.3s;} 
.boardlist.boardlist_survey table tbody tr td .survey_btn button::after {right: 8px; transform: rotate(45deg);} 
.boardlist.boardlist_survey table tbody tr td .survey_btn button::before {right: 14px; transform: rotate(-45deg);} 
.boardlist.boardlist_survey table tbody tr td .survey_btn button.bottom::after {transform: rotate(-45deg);} 
.boardlist.boardlist_survey table tbody tr td .survey_btn button.bottom::before {transform: rotate(45deg);} 
.boardlist.boardlist_survey table tbody tr td textarea {height: 80px;}

/*추가*/
.boardlist_top .box{gap: 10px;}
.boardlist_top .box > div{margin: 0;}
.boardlist_top .box .inpbox,
.board_top .boardschbox .search_box .inpbox{border-radius: 60px; border: solid 1px #429573; background-color: #fff;}
.boardlist_top .box .optionbox{ border-radius: 60px; border: solid 1px #429573; background-color: #429573; color: #fff;}
.boardlist_top .box .optionbox select{ background-color: #429573; color: #fff;}
.boardlist_top .box .optionbox select option{ background-color: #fff; color: #000; padding-left: 10px;}
.boardlist_top .inpbox input.txt, 
.boardlist_top .optionbox select,
.board_top .boardschbox .select_box .optionbox select, 
.board_top .boardschbox .search_box .inpbox input.txt{border-radius: 60px;}
.boardlist_top .optionbox::after {right: 15px; width: 16px; height: 9px; background:url('../../images/hmpg/sel_arrow.png') no-repeat center/contain; border: 0;}
.boardlist_top .calendarbox .inpbox .ui-datepicker-trigger {z-index: 9; width:26px; height: 28px; border-radius: 0; background:url('../../images/hmpg/icon_calendar2.png') no-repeat center/contain; position: absolute; right: 14px; top: calc(50% - 14px);}
.boardlist_top .box .calendarbox{justify-content: space-between;}
.boardlist_top .box .calendarbox .inpbox{width: 155px;}
.boardlist_top .box .search_box .inpbox,
.board_top .boardschbox .search_box .inpbox{width: 386px;}
.boardlist_top .box .search_box .btn_search,
.board_top .boardschbox .search_box .btn_search{background-color: transparent; border-radius: 0 60px 60px 0;}
.boardlist_top .btn_search .icon::before,
.board_top .boardschbox .search_box .btn_search .icon::before{background-color: #429573;}
.boardlist_top .btn_search .icon::after,
.board_top .boardschbox .search_box .btn_search .icon::after{border-color: #429573;}
.boardlist table tbody tr td.dt_box > a:hover {text-decoration: underline;}
.boardlist table tbody tr td.dt_box > a.link {text-decoration: underline; color: #429573;}

/*하단 버튼*/
.button_box {position: relative; margin-top: 30px; display: flex; display:-webkit-flex; align-items: center; justify-content: space-between;}
.button_box > div {display: flex; display:-webkit-flex; align-items: center; width: 100%;}
.button_box .left {justify-content: flex-start}
.button_box .center {justify-content: center;}
.button_box .right {justify-content: flex-end;}
.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;}

/*페이징*/
.paging {margin-top: 60px; display: flex; display:-webkit-flex; justify-content: center;}
.paging button {margin: 0 2px; display: block; width: 33px; height: 33px; line-height: 31px; text-align:center; color: #999; border-radius: 5px; background-repeat: no-repeat; background-position: center center; border-style: solid; border-color: #ddd;}
.paging button:last-child {margin-right: 3px;}
.paging button:hover, .paging button.on {color: #fff; font-weight: 500; border: 1px solid #429573; background-color: #429573;}
.paging button.btn-paging-first {margin: 0 5px 0 0; background-image:url('../../images/hmpg/paging_first.png'); border-width: 1px;}
.paging button.btn-paging-pre {margin: 0 10px 0 0; background-image: url('../../images/hmpg/paging_prev.png'); border-width: 1px;}
.paging button.btn-paging-next {margin: 0 0 0 10px; background-image: url('../../images/hmpg/paging_next.png'); border-width: 1px;}
.paging button.btn-paging-last {margin: 0 0 0 5px; background-image: url('../../images/hmpg/paging_last.png'); border-width: 1px;}
.paging button.btn-paging-first:hover {background-color: #fff; background-image:url('../../images/hmpg/paging_first_hover.png'); border-width: 1px;}
.paging button.btn-paging-pre:hover {background-color: #fff; background-image: url('../../images/hmpg/paging_prev_hover.png'); border-width: 1px;}
.paging button.btn-paging-next:hover {background-color: #fff; background-image: url('../../images/hmpg/paging_next_hover.png'); border-width: 1px;}
.paging button.btn-paging-last:hover {background-color: #fff; background-image: url('../../images/hmpg/paging_last_hover.png'); border-width: 1px;}

/*일반게시판 상세*/
.board_detail {border-top: 2px solid #429573;}
.board_detail .title_box {padding: 20px; display: flex; display:-webkit-flex; align-items: center; border-bottom: 1px solid #9ba5af;}
.board_detail .title_box h4 {color: #222; font-size: 18px;}
.board_detail .title_box .ico_badge {margin-left: 20px; flex: none; width: 65px; height: 28px; text-align: center;}
.board_detail > div, .board_detail > ul {border-bottom: 1px solid #e4e4e4;}
.board_detail .list_box {padding: 15px 20px;}
.board_detail .list_box li.answerer {font-size: 18px; font-weight: 500; color: #333;}
.board_detail .list_box li.date {font-size: 15px; color: #666;}
.board_detail .list_box2 {padding: 15px 20px;}
.board_detail .list_box li {font-size: 20px; color: #7f7f7f; font-weight: 400; padding-right: 12px; margin-right: 12px;}
.board_detail .list_box > li:first-child{color: #429573;}
.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: #0b6ae0; 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 .content_box {padding: 25px 20px; line-height: 24px; color: #000; font-size: 18px;}
.board_detail .content_box img {max-width: 100%;}
.board_detail .board_detail h3 {font-size: 20px;}
.board_detail .file_box {padding: 20px;}
.board_detail .file_box {padding: 20px; }
.board_detail .file_box li a {color: #7f7f7f;}
.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: 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: #666; font-size: 16px; line-height: 24px; border-top: 1px solid #e1e1e1; font-size: 18px;}
.board_detail .content_box {padding: 15px;}
.board_detail .content_box img {max-width: 100%;}

/*썸네일 리스트*/
.boardlist table tr td .thumbnail_box,
.boardview table tr td .thumbnail_box {display: flex; align-items: stretch; flex-wrap: wrap; gap:19px} 
.boardlist table tr td .thumbnail_box > li ,
.boardview table tr td .thumbnail_box > li {max-width: 160px; width: 120px; text-align: center;  color: #7f7f7f;}
.boardlist table tr td .thumbnail_box > li {width: 100%;}
.boardlist table tr td .thumbnail_box > li .img_box,
.boardview table tr td .thumbnail_box > li .img_box{border-radius: 15px 15px 0 15px; padding: 0; max-width: 100%; height: auto; border: 0; background-color: #d0d1d5; overflow: hidden;}
.boardlist table tr td .thumbnail_box > li .img_box {position: relative;}
.boardlist table tr td .thumbnail_box > li .img_box img,
.boardview table tr td .thumbnail_box > li .img_box img{border-radius: 0; object-fit: contain;}
.boardlist table tr td .thumbnail_box > li .img_box img{ position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100%; height: 100%; object-fit: cover; object-position: center; border-radius: 8px;}
.boardlist table tr td .thumbnail_box > li .img_box:before,
.boardview table tr td .thumbnail_box > li .img_box:before{content: ''; display: block; padding-top: 70%;}
.boardlist table tr td .thumbnail_box > li .img_box.play::after,
.boardview table tr td .thumbnail_box > li .img_box.play::after{content: ''; display: block; position: absolute; top: 0; left: 5px; width: 100%; height: 100%; background: no-repeat url(../../images/hmpg/challenge_icon_play.png) center/50% auto;}

/*이전글 다음글*/
.view_bottom {margin-top: 40px; border-top: 1px solid #e4e4e4;}
.view_bottom dl {padding: 20px 0; display: flex; display:-webkit-flex; font-size: 16px; border-bottom: 1px solid #e4e4e4;}
.view_bottom dl dt {padding: 0 20px; width: 130px; color: #000;}
.view_bottom dl dt span {position: relative; padding-left: 35px;}
.view_bottom dl dt span::after {content: ''; position: absolute; left: 0; top: calc(50% - 7px); width: 20px; height: 14px;}
.view_bottom dl.next dt span::after {background: url('../../images/hmpg/icon_arrow_right.png') no-repeat;}
.view_bottom dl.prev dt span::after {background: url('../../images/hmpg/icon_arrow_left.png') no-repeat;}
.view_bottom dl dd {padding: 0 20px 0 30px; width: calc(100% - 120px);}
.view_bottom dl dd a {overflow: hidden; display: block; text-overflow: ellipsis; white-space: nowrap; font-size: 18px; color: #666;}

/*댓글*/
.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;}
.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 {margin-right: 10px; padding-right: 10px;}
.comment_area .comment_list > li dl dt .list_box li.name {font-size: 16px; color: #666;}
.comment_area .comment_list > li dl dt .list_box li.date {font-size: 16px; color: #666;}
.comment_area .comment_list > li dl dt .list_box.button_area li {margin-right: 5px; padding-right: 5px;}
.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 {padding: 10px; height: 100px; font-size: 14px; color: #333; background-color: #fff; border-color: #d2d2d2;}
.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: #0b6ae0;}
.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_txt {margin-bottom: 10px; text-align: right; color: #666;}
.boardview {overflow:hidden; width: 100%; margin-bottom: 30px;}
.boardview + .boardview{margin-top: 40px;}
.boardview .noline{border: 0 !important;}
.boardview .point_txt {margin-bottom: 10px; color: #222; text-align: right;}
.boardview .point_txt::before {content: '*'; position: relative; top: 3px; padding-right: 3px; color: #fa0000;}
.boardview h4{font-size: 22px; margin-bottom: 10px; font-weight: 500;}
.boardview .dot{position: relative; padding-left: 20px;}
.boardview .dot:before{content: ''; display: block; position: absolute; top: calc(0.625em - 5px); left: 0px; width: 10px;height: 10px;border-radius: 100%;background-color: #429573; border-radius: 100%;}
.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: #222;}
.boardview table tr th.va_t {vertical-align: top;}
.boardview table tr th.th2 {background-color: #f9f9f9;}
.boardview table tr th.th3 {background-color: #eee;}
.boardview table tr th.line {border-left: 1px solid #ddd !important;}
.boardview table tr.add th {background-color: #e5e5e5;}
.boardview table tr.add td {background-color: #f9f9f9;}
.boardview table tr th .questionmark {margin: 0 0 6px 2px;}
.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: #222; word-break: break-all;}
.boardview table tr td textarea {height: 80px;}
.boardview table tr td .optionbox {width: 200px;}
.boardview table tr td .inpbox {width: 100%;}
.boardview table tr td .box {display: flex; display:-webkit-flex; align-items: center;}
.boardview table tr td .box .character2{width: 4em;}
.boardview table tr td .box .optionbox + .optionbox {margin-left: 10px;}
.boardview table tr td .box.selectBox + .box.selectBox {margin-top: 10px;}
.boardview table tr td .box.selectBox .button_box {margin-top: 0; margin-left: 10px;}
.boardview table tr td .text {margin-left: 10px; font-size: 16px; color: #666; font-weight: 500;}
.boardview table tr td a.emphasis {border-bottom: 1px solid #0b6ae0; color: #0b6ae0;}
.boardview table tr td a.emphasis2 {border-bottom: 1px solid #222; color: #222;}
.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: 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: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; font-size: 14px; line-height:36px; display: block; left: 0; top: 0; color: #fff; width: 100%; height: 100%; text-align: center; background: #4b4c51; cursor:pointer; 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 .attachment-file-edit .inpThumbnail {position: relative; max-width: 200px; display: block; margin-top: 20px;}
.boardview table tr td .attachment-file-edit .inpThumbnail-wrap {display: block; border-radius: 15px 15px 0 15px; overflow: hidden;}
.boardview table tr td .attachment-file-edit .inpThumbnail img{width: 100%; height: 100%;}
.boardview table tr td .attachment-file-edit .inpThumbnail-name{max-width: 200px; text-align: center;}
.boardview table tr td .attachment-file-edit .inpThumbnail-delete{position: absolute; width: 30px; height: 30px; background-color: #475157; color: #333; border-radius: 100%; right: -10px; top: -10px;}
.boardview table tr td .attachment-file-edit .inpThumbnail-delete .icon {display: inline-block; width: 20px; height: 20px;}
.boardview table tr td .attachment-file-edit .inpThumbnail-delete .icon::after, 
.boardview table tr td .attachment-file-edit .inpThumbnail-delete .icon::before {position: absolute; display: block; content: ''; width: 50%; left: 8px; top: 14px; height: 1px; background-color: #fff;}
.boardview table tr td .attachment-file-edit .inpThumbnail-delete .icon::after{transform: rotate(45deg);}
.boardview table tr td .attachment-file-edit .inpThumbnail-delete .icon::before{transform: rotate(-45deg);}
.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 {position: relative; width: 300px; height: 200px; border: 1px solid #ddd; border-radius: 10px;}
.boardview table tr td .img_box img {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100%; height: 100%; object-fit: cover; object-position: center; border-radius: 8px;}
.boardview table tr td .file a {color: #666; border-bottom: 1px solid #666;}
.boardview table tr td .file .btn_close {margin: -2px 5px 0 5px; width: 17px; height: 17px; background-color: #fff; border-radius: 3px; border: 1px solid #222;}
.boardview table tr td .file .btn_close .icon {width: 15px; height: 15px; background-color: #fff; border-radius: 3px;}
.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 .file_wrap {margin-top: 10px;}
.boardview table tr td .autocomplete {z-index: 9; display: none; padding: 10px; width: calc(100% - 30px); position: absolute; top: 50px; left: 15px; background-color: #fff; border: 1px solid #ddd; border-radius: 8px;}
.boardview table tr td .autocomplete span {color: #2349c3; font-weight: 500;}
.boardview table tr td .autocomplete.active {display: block;}
.boardview table tr td.m_hidden {display: table-cell !important;}
.boardview table tr td.line {border-left: 1px solid #ddd !important;}
.boardview table tr td.editor {padding: 10px 0;}
.boardview table tr td.ed_area {padding: 0; border: 0;}
.boardview table tr td.ed_area .editor{margin: 35px 20px;}
.boardview table tr td.tel .box .optionbox,
.boardview table tr td.tel .box .inpbox {width: 110px;}
.boardview table tr td.email .box .inpbox {width: 160px;}
.boardview table tr td.email .box .optionbox {width: 110px;}
.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: 370px;}
.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); max-width: 370px;}
.boardview table tr td.address .box button {margin-left: 10px; flex: none; width: 84px; height: 35px; font-weight: 500; font-size: 16px; border-radius: 8px; border: solid 1px hsl(155deg 39% 42% / 30%); background-color: #fff; color: #429573;}
.boardview table tr td.text .box .inpbox {width: 370px;}
.boardview table tr td.text .box.doubleCheck button {margin-left: 5px;}
.boardview .box2{width: 100%; display: table; table-layout: fixed;}
.boardview .box2 > li{display: table-row; }
.boardview .box2 > li:first-child > .td{padding-top: 12px;}
.boardview .box2 > li:last-child > .td{padding-bottom: 12px;}
.boardview .box2 > li > .th{width: 130px; padding: 6px 20px; font-weight: 500; text-align: left; word-break: keep-all; background-color: #f3f4f8; color: #222;}
.boardview .box2 > li > .td{padding: 6px 20px;}
.boardview .box2 > li > div{display: table-cell; padding: 5px;}

/*썸네일 게시판*/
.thumbnaillist {overflow: hidden; width:100%; border-top: 2px solid #222;}
.thumbnaillist > li {overflow: hidden; position: relative; border-bottom: 1px solid #e5e5e5;}
.thumbnaillist > li:last-child {border-color: #767676;}
.thumbnaillist > li:hover {background-color: #f9f9f9;}
.thumbnaillist > li a {padding: 20px; display:flex; display:-webkit-flex;}
.thumbnaillist > li a .img_box {width: 310px; height: 210px; border-radius: 20px; 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-bottom: 15px; display: -webkit-box; -webkit-box-orient: vertical; max-height: 56px; -webkit-line-clamp: 2; color: #222; font-size: 16px; font-weight: 500; line-height: 24px;}
.thumbnaillist > li a .text_box .text {overflow: hidden; margin-top: 20px; display: -webkit-box; -webkit-box-orient: vertical; max-height: 72px; -webkit-line-clamp: 3; color: #666; font-size: 16px; line-height: 24px;}
.thumbnaillist > li a .list_box {position: absolute; left: 30px; bottom: 0;}
.thumbnaillist > li a .list_box li {padding-right: 10px; margin-right: 10px; color: #666; font-size: 16px;}
.thumbnaillist > li a .list_box li::after {top: calc(50% - 6px); height: 13px; background-color: #d1d1d1;}

/*갤러리형 게시판*/
.gallaylist {overflow: hidden; display:flex; display:-webkit-flex; flex-wrap:wrap; -webkit-flex-wrap:wrap; padding-top: 30px; border-top: 2px solid #222; border-bottom: 1px solid #ddd;}
.gallaylist > li {margin: 0 60px 30px 0; width: calc(25% - 45px); border: 1px solid #ddd; border-radius: 20px; box-shadow: 0 12px 12px -12px #ddd;}
.gallaylist > li:nth-child(4n) {margin-right: 0;}
.gallaylist > li:hover {background-color: #f9f9f9;}
.gallaylist > li a {position: relative; display:flex; display:-webkit-flex; flex-flow: column; height: 100%;}
.gallaylist > li .state {z-index: 1; position: absolute; top: 10px; right: 10px; width: 75px; height: 30px; line-height: 28px; font-size: 13px; text-align: center; border-radius: 30px;}
.gallaylist > li .state.state1 {color: #0b6ae0; border: 1px solid #0b6ae0; background-color: #fff;}
.gallaylist > li .state.state2 {color: #fff; border: 1px solid #1771d7; background-color: #1771d7;}
.gallaylist > li .state.state3 {color: #fff; border: 1px solid #666; background-color: #666;}
.gallaylist > li .img_box {width: 100%; padding-top: 75%; border-radius: 20px 20px 0 0; background-repeat: no-repeat; background-position: center center; background-size: cover;}
.gallaylist > li .text_box {padding: 25px 15px 35px; height: 100%; display:flex; display:-webkit-flex; flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-flow: column; justify-content: space-between;}
.gallaylist > li h3 {overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; max-height: 52px; line-height: 26px; -webkit-line-clamp: 2; font-size: 16px; color: #222; font-weight: 500;}
.gallaylist > li .list_box {margin-top: 10px;}
.gallaylist > li .list_box li {padding-right: 10px; margin-right: 10px; color: #707070; font-size: 16px; line-height: 20px;}
.gallaylist > li .list_box li::after {top: calc(50% - 6px); height: 13px; background-color: #d1d1d1;}
.gallaylist > li .list_box li span {margin-right: 0; color: #707070;}
.gallaylist > li .category {color: #333; font-size: 14px;}
.gallaylist > li .button_box {margin-top: 15px; justify-content: space-between;}
.gallaylist > li .button_box button {padding: 0 15px; width: 100%; height: 40px; background-position: right 15px center;}
.gallaylist > li.nodata {width: 100%; margin: -30px 0 0; border: 0; border-radius: 0;}

/*갤러리*/
.gallaylist.type1{border: 0; justify-content: flex-start; margin: -15px; padding-bottom: 40px; line-height: 1.4;}
.gallaylist.type1 > li{position: relative; margin: 0; width: calc(25% - 30px); margin: 15px; box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); border: 0; background-color: #fff; border-radius: 25px; border-bottom-right-radius: 0;}
.gallaylist.type1 > li .like {z-index: 1; position: absolute; top: 0; right: 20px; width: 53px; height: 65px; text-align: center; background: url(../../images/hmpg/icon_like_b.png) no-repeat;}
.gallaylist.type1 > li .like span {position:absolute; top: calc(50% - 7px); left:50%; transform: translate(-50%, -50%); width: 100%; font-size: 18px; line-height: 18px; color: #fff;}
.gallaylist.type1 > li a{width: 100%;}
.gallaylist.type1 > li:nth-child(4n){margin: 15px;}
.gallaylist.type1 > li .img_box{position: relative; overflow: hidden; border-radius: 25px; border-bottom-right-radius: 0; width: 100%;}
.gallaylist.type1 > li .text_box{padding: 20px 30px 26px; justify-content: flex-start;}
.gallaylist.type1 > li .text_box strong{font-size: 16px;font-weight: 500;color: #7f7f7f;}
.gallaylist.type1 > li .text_box h3{margin-top: 10px ;font-family: 'LeferiBase', 'Pretendard'; font-size: 20px; font-weight: bold; color: #000;}
.gallaylist.type1 > li .text_box .date{margin-top: 10px;font-size: 16px;font-weight: 500;color: #7f7f7f;}
.gallaylist.type1 > li .text_box .tag_box{margin-top: auto; color: #429573; display: flex; flex-wrap: wrap; gap: 2px; line-height: 1.2; padding-top: 20px;}
.gallaylist.type1 > li .list_box{margin-top: auto; padding-top: 15px; gap: 18px;}
.gallaylist.type1 > li .list_box > li{display: flex;font-size: 16px;font-weight: 400; padding: 0; margin: 0; gap:8px;}
.gallaylist.type1 > li .list_box > li:after{display: none;}
.gallaylist.type1 > li .list_box > li.name{font-size: 20px; font-weight: bold; color: #429573; margin-right: auto;}
.gallaylist.type1 > li .list_box > li.view{order: -1; width: 100%; margin-left: auto; padding-right: 0; display: flex; justify-content: flex-end; align-items: flex-start; gap: 4px; margin-bottom: 5px;}
.gallaylist.type1 > li .list_box > li.view::before{content: ''; display: block; width: 22px; height: 20px; background: no-repeat url(../../images/hmpg/icon_eyes_gray.png) center/contain;}
.gallaylist.type1 > li .tag_box + .list_box{margin-top: 0;}
.gallaylist.type1 [class*="icon_"]{display: block; width: 20px; height: 20px; overflow: hidden; text-decoration: 10000px; font-size: 0.1px; background: no-repeat center/contain;}

.gallaylist.type1 .icon_user{background-image: url(../../images/hmpg/icon_user.png);}
.gallaylist.type1 .icon_view{background-image: url(../../images/hmpg/icon_view2.png);}
.gallaylist.type1 .icon_like{background-image: url(../../images/hmpg/icon_like.png);}
.gallaylist.type1 .icon_reply{background-image: url(../../images/hmpg/icon_reply.png);}
/*봉사하기활동목록*/
.gallaylist.type1 > li .img_box .hover {opacity: 0; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-radius: 25px; border-bottom-right-radius: 0; background-color: rgba(0, 0, 0, 0.5); transition:all 0.3s; -webkit-transition:all 0.3s; -moz-transition:all 0.3s; -o-transition:all 0.3s;}
.gallaylist.type1 > li .img_box .hover p {padding: 18px 20px; position: absolute; bottom: -90px; left: 0; width: 100%; height: 90px; line-height: 26px; font-size: 20px; color:#fff; border-radius: 0 0 0 25px; background-color: #429573; transition:all 0.3s; -webkit-transition:all 0.3s; -moz-transition:all 0.3s; -o-transition:all 0.3s;}
.gallaylist.type1 > li .img_box .hover p span {overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;} 
.gallaylist.type1 > li:hover .img_box .hover {opacity: 1;}
.gallaylist.type1 > li:hover .img_box .hover p {bottom: 0;}
.gallaylist.type1 > li .profile {margin-top: 5px; display: flex; align-items: center;}
.gallaylist.type1 > li .profile .pic {overflow: hidden; position: relative; width: 32px; height: 32px; border-radius: 50%;}
.gallaylist.type1 > li .profile .pic img {object-fit: cover; width: 100%; height: 100%; position:absolute; top:50%; left:50%; transform: translate(-50%, -50%);}
.gallaylist.type1 > li .profile .name {margin-left: 8px; font-size: 20px; font-weight: 500; color: #429573;}
.gallaylist.type1 > li .comment {display: flex; justify-content: flex-end; font-size: 16px; font-weight: 400; gap: 8px; color: #666;}
.gallaylist.type1 > li .comment .icon_comment {background-image: url(../../images/hmpg/icon_comment3.png);}

/*갤러리2*/
.gallaylist.type2{border: 0; justify-content: flex-start; margin: -15px; padding-bottom: 40px; line-height: 1.3;}
.gallaylist.type2 > li{margin: 0; width: calc(25% - 30px); margin: 15px; box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); border: 0; background-color: #fff; border-radius: 25px; border-bottom-right-radius: 0;}
.gallaylist.type2 > li a{width: 100%;}
.gallaylist.type2 > li:nth-child(4n){margin: 15px;}
.gallaylist.type2 > li .img_box{border-radius: 25px; border-bottom-right-radius: 0; width: 100%;}
.gallaylist.type2 > li .text_box{padding: 10px 25px 30px; justify-content: flex-start;}
.gallaylist.type2 > li .text_box strong{display: block; border-radius: 10px;background-color: #eee; text-align: center; border-radius: 10px; padding: 5px; margin-left:-10px; margin-right:-10px;}
.gallaylist.type2 > li .text_box h3{margin-top: 15px ;font-family: 'LeferiBase', 'Pretendard'; font-size: 20px; font-weight: bold; color: #000;}
.gallaylist.type2 > li .text_box .date{margin-top: 10px; font-size: 16px; font-weight: 500;color: #7f7f7f;}
.gallaylist.type2 > li .text_box .tag_box{margin-top: auto; color: #429573; display: flex; flex-wrap: wrap; gap: 2px; line-height: 1.2; padding-top: 15px;}

/*갤러리3*/
.gallaylist.type3{border: 0; justify-content: flex-start; margin: -15px; padding-bottom: 40px; line-height: 1.3;}
.gallaylist.type3 > li{ margin: 0; width: calc(25% - 30px); margin: 15px; box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); border: 0; background-color: #fff; border-radius: 25px; border-bottom-right-radius: 0;}
.gallaylist.type3 > li a{width: 100%; position: relative; padding-top: 86px;}
.gallaylist.type3 > li:nth-child(4n){margin: 15px;}
.gallaylist.type3 > li .img_box{border-radius: 25px; border-bottom-right-radius: 0; width: 100%;}
.gallaylist.type3 > li .progressbar{width: 100%; height: 10px; margin: 15px 0;border-radius: 5px;border: solid 0.5px #dfd6b8;background-color: #fffae9; position: relative; overflow: hidden;}
.gallaylist.type3 > li .progressbar .progressbar_fill{position: absolute; top: 0; left: 0; height: 100%; background-color: #429573; border-radius: 5px;}
.gallaylist.type3 > li .percent > span{font-size: 0.8em;}
.gallaylist.type3 > li .text_box{padding: 10px 25px 30px; justify-content: flex-start;}
.gallaylist.type3 > li .text_box strong{display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-family: 'LeferiBase', 'Pretendard'; font-size: 18px; font-weight: bold; color: #000;}
.gallaylist.type3 > li .text_box h3{position: absolute; top:0; left:0; padding: 0 24px; margin-top: 20px; font-family: 'LeferiBase', 'Pretendard'; font-size: 20px; font-weight: bold; color: #000;}
.gallaylist.type3 > li .percent{top:-5px; right: 0px; font-family: 'LeferiBase', 'Pretendard';   display: flex; align-items: center; justify-content: center; position: absolute; width: 56px; height: 56px; background-color: #daf4e9; color: #429573; border-radius: 85px; border-bottom-left-radius: 0; font-weight: 700; padding-top: 0.25em;}
.gallaylist.type3 > li .text_box .date{margin-top: 5px; font-size: 16px; font-weight: 500;color: #7f7f7f;}
.gallaylist.type3 > li .text_box .text_box_b{padding-right:75px; position: relative;}
.gallaylist.type1 > li.nodata,
.gallaylist.type2 > li.nodata,
.gallaylist.type3 > li.nodata{ width: 100% !important; margin: 0 !important; box-shadow: none !important; background-color: transparent !important;}

/*상세보기 일반 테이블*/
.tablebasic {clear:both; overflow-x: auto;}
.tablebasic table {width:100%; table-layout:fixed; border-top: 2px solid #222;}
.tablebasic table thead tr {border-bottom-color: #ddd;}
.tablebasic table thead tr th:last-child {border-right: 0;}
.tablebasic table tr {border-bottom: 1px solid #ddd;}
.tablebasic table tr th {padding: 11px 15px; color: #222; text-align: center; background-color: #f3f4f8; border-right: 1px solid #ddd;}
.tablebasic table tr td {padding: 11px 20px; text-align: center; color: #666; border-right: 1px solid #ddd;}
.tablebasic table tr td:last-child {border-right-width: 0;}
.tablebasic table tr td.line {border-right-width: 1px;}

/*faq*/
.faq_area > li {word-break: keep-all; border-bottom: 1px solid #ddd; border-left: 1px solid #fff; border-right: 1px solid #fff;}
.faq_area > li:first-child {border-top: 2px solid #000;}
.faq_area > li > a {position: relative; padding: 15px 50px 15px 60px; display: block; font-size: 18px;}
.faq_area > li > a .num {position: absolute; top: 15px; left: 20px; font-size: 24px; font-weight: 500; color: #222;}
.faq_area > li > a .txt {font-size: 16px; font-weight: 500; color: #222;}
.faq_area > li > a .icon {position: absolute; right: 20px; top: calc(50% - 10px); width: 20px; height: 20px; border-radius: 50%; 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: 8px; width: 13px; height: 2px; background-color: #222;}
.faq_area > li > a .icon::after {left: 8px; transform: rotate(42.1deg);}
.faq_area > li > a .icon::before {right: 8px; transform: rotate(-42.1deg);}
.faq_area > li > ul {display: none; background-color: #f3f5fc;}
.faq_area > li > ul li {position: relative; padding: 16px 50px 16px 60px; font-size: 16px; line-height: 24px; color: #666;}
.faq_area > li > ul li::before {content: 'A'; position: absolute; top: 17px; left: 20px; font-size: 24px; font-weight: 500; color: #222;}
.faq_area > li.active a {border-bottom: 1px solid #ddd;}
.faq_area > li.active > a .icon {transform: rotate(180deg);}
.faq_area > li.active > a .icon::after {left: 8px;}
.faq_area > li.active > a .icon::before {right: 8px;}
.tabmenu.faq_tab {margin-bottom: 30px;}
.tabmenu.faq_tab .dropdown-menu {flex-wrap: wrap;}
.tabmenu.faq_tab .dropdown-menu li {width: 9.090909090909091%; border-bottom: 1px solid #ddd;}
.tabmenu.faq_tab .dropdown-menu li:last-child {margin-right: 0;}
.tabmenu.faq_tab .dropdown-menu li button {height: 40px; border: 0; border-bottom: 4px solid #fff;}
.tabmenu.faq_tab .dropdown-menu li:first-child button {border-radius: 0;}
.tabmenu.faq_tab .dropdown-menu li:last-child button {border-radius: 0; border-right: 0;}
.tabmenu.faq_tab .dropdown-menu li button {width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.tabmenu.faq_tab .dropdown-menu li button[data-selected="selected"] {color: #0b6ae0; background-color: transparent; border-color: #0b6ae0 !important;}

/*faq*/
.faq_area2{display: flex; flex-direction: column; line-height: 1.25;  background: #fff;  border-radius: 40px; padding: 0 40px; box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);}
.faq_area2 + .faq_area2{margin-top: 30px;}
.faq_area2 > li {border-bottom: 1px solid #fff;}
.faq_area2 > li *{line-height: inherit; border-bottom: 1px solid #fff;}
.faq_area2 > li:not(.active):not(:last-child) {border-color: #ddd;}
.faq_area2 > li.active:last-child {margin-bottom: 40px;}
.faq_area2 > li button {width: 100%; text-align: left; padding: 20px 60px 20px 92px; min-height: 127px; font-size: 26px; font-weight: 500; position: relative;}
.faq_area2 > li button::after{position: absolute; right: 0; top: calc(50% - 7.5px); content: ''; display: block; width: 26px; height: 15px; background: no-repeat center/contain; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26.5 17.5'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m21.001 11.997-8.987-9.001-8.985 9.001'/%3E%3C/svg%3E"); transform: rotate(-180deg);}
.faq_area2 > li button::before {content: 'Q'; position: absolute; top: calc(50% - 0.5em); line-height: 1; left: 25px; font-size: 28px; font-weight: 700; color: #000;}
.faq_area2 > li .faq_con{position: relative; display: none; border-radius: 25px; background-color: #f1fcf8; padding: 30px 60px 25px 95px; font-size: 20px; line-height: 1.4;}
.faq_area2 > li .faq_con::before{content: 'A'; position: absolute; top: calc(50% - 0.5em); line-height: 1; left: 25px; font-size: 28px; font-weight: 700; color: #429573;}
.faq_area2 > li.active .faq_con::before,
.faq_area2 > li.active button::before{color: #429573;}
.faq_area2 > li.active button::after{transform: rotate(0deg);}
.faq_area2 > li.nodata{box-shadow: none !important; font-size: 20px;}

/*만족도조사등록*/
.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: 30px; border-top: 2px solid #222;}
.survey_detail dl:last-child {margin-bottom: 0;}
.survey_detail dl dt {padding: 20px; color: #333; font-weight: 500; border-bottom: 1px solid #9ba5af;}
.survey_detail dl dt span {display: block;}
.survey_detail dl dt span.point::before {content: '*'; position: relative; top: 3px; padding-right: 3px; color: #fa0000;}
.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 {margin-right: 20px; width: 64px !important;}
.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: #429573;}
.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 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.type2 dl dd ul {display: block;}
.survey_detail.type2 dl dd ul li {margin: 0 0 15px;}
.survey_detail.type2 dl dd ul li:last-child {margin: 0;}
.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_detail .survey_detail_top button {height: 40px;}

/*승인*/
a[class*=state_],
button[class*=state_]{text-decoration: underline; text-underline-offset: 0.3em;}
.state_1{transition: none; font-size: 1em; color: #e7360d; font-weight: 500;}
.state_2{transition: none; font-size: 1em; color: #429573; font-weight: 500;}
.state_3{transition: none; font-size: 1em; color: #000000; font-weight: 500;}
.state_4{transition: none; font-size: 1em; color: #7f7f7f; font-weight: 500;}

.check .check_box {margin: 0 auto; width: 22px;}
.check .check_box input[type=checkbox] + label{height: 1.3em; padding-left: 22px; margin: 0;}

@media screen and (max-width:1366px) {
    .gallaylist.type1 > li,
    .gallaylist.type2 > li,
    .gallaylist.type3 > li{width: calc(33% - 30px); }
}
@media screen and (max-width:1240px) {

}
@media screen and (max-width:1024px) {
    .optionbox, .inpbox {border-radius: 4px;}
    .nodata {font-size: 1.8rem;}
     
    /*라디오박스*/
    .radio_box {margin-left: 8px; }
    .radio_box > li {margin-right: 15px; }
    .radio_box input[type=radio] + label {padding-left: 23px; line-height: 18px; font-size: 1.3rem;}
    .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;}
    .radio_box > li.others {margin-top: 5px;}
    .radio_box > li.others .inpbox {width: calc(100% - 60px);}
    .radio_box_wrap .radio_box > li {margin-right: 0;}
    .radio_box_wrap .radio_box > li:last-child {margin-bottom: 0;}
    
    /*체크박스*/
    .check_box.area{gap: 10px; padding: 0 0 0 12px ;}
    .check_box.area > li{width: calc(30% - 10px); min-width: 68px; max-width: 68px;}
    .check_box input[type=checkbox] + label {padding-left: 23px; line-height: 22px;}
    .check_box input[type=checkbox] + label::before {width: 16px; height: 16px; border-width: 1px; background-size: 10px; margin-top: 2px;}
    .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: 1.6rem;}
    .check_box > li.others {margin-top: 5px;}
    .check_box > li.others .inpbox {width: calc(100% - 60px);}
    .check_box_wrap .check_box > li {margin-right: 0;}
    .check_box_wrap .check_box > li:last-child {margin-bottom: 0;}

    .calendarbox .inpbox .ui-datepicker-trigger {width: 33px; height: 33px; background-size: 60% auto; border-radius: 0 5px 5px 0;}
    .calendarbox.timebox {display: block;}
    .calendarbox.timebox .optionbox {margin-left: 0; margin-top: 5px; width: 100%;}
    .calendarbox.timebox .character {text-align: center;}

    .list_box li {padding-right: 10px; margin-right: 10px; font-size: 1.4rem;}
    .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; background-size: 12px; background-position: 0 2px;}
    .file_box li button {width: 77px; height: 25px; font-size: 1.2rem;}
    .character {margin: 0 5px;}
    
    /*일반게시판 검색바*/
    .board_top {margin-bottom: 10px; display: block;}
    .board_top .important{ font-size: 1.2rem; display: none;}
    .board_top .boardschbox {display: block; margin: 10px 0;}
    .board_top .boardschbox > div {margin-bottom: 12px;}
    .board_top .boardschbox > div:last-child {margin-bottom: 0;}
    .board_top .boardschbox .select_box .optionbox {width: 100%; height: 35px;}
    .board_top .boardschbox .select_box .optionbox:last-child {margin-right: 0;}
    .board_top .boardschbox .select_box .optionbox select {font-size: inherit;}
    .board_top .boardschbox .search_box {width: 100%;}
    .board_top .boardschbox .search_box .inpbox {width: 100%; height: 35px;}
    .board_top .boardschbox .search_box .inpbox input.txt {font-size: inherit;}
    .board_top .boardschbox .search_box .btn_search {width: 35px; height: 33px;}
    .board_top .boardschbox .search_box .btn_search .icon {transform: scale(0.7);}
    .board_top .boardschbox .search_box .btn_search .icon::before {left: 10px; bottom: 4px;}
    .board_top .boardschbox .search_box .btn_search .icon::after {left: -6px; top: -1px;}
    .board_top > .optionbox {float: right; margin: -28px 0 10px;}
    .board_top .order {justify-content: right;}
    .board_top .order li {margin-right: 15px;}
    .board_top .order li a {padding-left: 15px; font-size: 1.5rem;}
    .board_top .order li a::before {top: calc(50% - 4px); width: 10px; height: 8px; background: url('../../images/hmpg/icon_order.png') no-repeat center / 100% auto;}
    .board_top .order li.active a::before {background: url('../../images/hmpg/icon_order_active.png') no-repeat center / 100% auto;}

    /*추가*/
    .board_top {padding: 0; width: 100%;}
    .board_top .boardschbox{width: 100%;}
    .board_top .all{font-size: inherit;}
    .board_top .button_box{gap: 12px;}
    .board_top .button_box button{font-size: inherit;}
    .board_top .all .list_box > li {padding-right: 8px; margin-right: 8px; font-size: 1.4rem;}

    /*목록 상단검색 기본*/
    .boardlist_top {width: 100%; margin-top: 10px; padding-bottom: 15px; margin: 0 0 30px; background-color: #e7eaf3;}
    .boardlist_top .box_wrap {display: block; margin-bottom: 0;}
    .boardlist_top .box {display: block; width: 100%; gap: 12px;}
    .boardlist_top .box > div {margin: 0 0 10px;}
    .boardlist_top .box > div:last-child {margin-bottom: 0;}
    .boardlist_top .box .inpbox {width: 100%; height: 40px;}
    .boardlist_top .box .inpbox input.txt {font-size: inherit; padding: 0 15px;}
    .boardlist_top .box .optionbox {width: 100%; height: 40px;}
    .boardlist_top .box .optionbox select {font-size: inherit; padding: 0 25px 0 15px;}
    .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 35px 0 15px;}
    .boardlist_top .box .btn_search {width: 40px; height: 40px;}
    .boardlist_top .box .btn_search .icon {transform: scale(0.7);}
    .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: 1.7rem; font-weight: 500; margin-right: 8px;}
    .boardlist_top button:last-child {margin-right: 0;}
    /*목록 상단검색 기본2*/
    .boardlist_top2 {padding: 20px 15px; margin-bottom: 30px; border-radius: 10px; box-shadow: 4px 8px 8px -8px #ddd;}
    .boardlist_top2 .box_wrap {display: block; margin-bottom: 0;}
    .boardlist_top2 .box {display: block; width: 100%; margin-right: 0;}
    .boardlist_top2 .box dt {width: 100%; font-size: 1.5rem; margin-right: 0; margin-bottom: 5px;}
    .boardlist_top2 .box dd {margin-bottom: 10px; width: 100%;}
    .boardlist_top2 .box dd.calendarbox .optionbox {width: 100%;}
    .boardlist_top2 .box dd.calendarbox .inpbox {width: calc(50% - 10px) !important;}
    .boardlist_top2 .box dd.calendarbox .inpbox .ui-datepicker-trigger {width: 35px; height: 35px;}
    .boardlist_top2 .box .inpbox,
    .boardlist_top2 .box .optionbox {width: 100%; height: 37px;}
    .boardlist_top2 .box .inpbox input.txt {font-size: 1.5rem; padding: 8px 10px;}
    .boardlist_top2 .box .optionbox select {font-size: 1.5rem; padding: 8px 10px;}
    .boardlist_top2 .button_box {margin-top: 20px;}
    .boardlist_top2 .button_box button {flex: none; width: calc(50% - 6px); height: 35px; font-size: 1.6rem; font-weight: 500; margin-right: 8px;}
    .boardlist_top2 .button_box button:last-child {margin-right: 0;}
    /*추가*/ 
    .boardlist_top {margin-bottom: 0;}
    .boardlist_top {background-color: transparent;}
    .boardlist_top .box{display: flex; flex-wrap: wrap; gap: 8px;}
    .boardlist_top .box > div{flex: 1 1 auto; margin: 0;}
    .boardlist_top .box .optionbox{width:150px; flex: 1 1 auto;}
    .boardlist_top .box .calendarbox{width: 100%;}
    .boardlist_top .box .search_box .inpbox{width: 100%;}
    .boardlist_top .optionbox::after {top: calc(50% - 5px); right: 10px; width: 10px; height: 7px;}
    .boardlist_top .calendarbox .inpbox .ui-datepicker-trigger {width:20px; height: 20px; right: 10px; top: calc(50% - 10px);}
 
    /*일반게시판 리스트*/
    .boardlist table, .boardlist table tbody, .boardlist table tbody tr td {display: block;}
    .boardlist table thead {display: none;}
    .boardlist table tbody tr {position: relative; padding: 10px 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: 3px 0; text-align: left; font-size: 1.4rem; line-height: 16px;}
    .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 {font-size: inherit; line-height: 14px; color: #333;}
    .boardlist table tbody tr td.title_box .title a img.new {margin: -4px 0 0 0; width: 15px;}
    .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.right span.btn3 {min-width: 60px; height: 25px; line-height: 25px; font-size: 1.3rem;}
    .boardlist table tbody tr td.right span.btn11 {min-width: 60px; height: 25px; line-height: 25px; font-size: 1.3rem;}
    .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.dt_box {width: 340px; flex: 1 1 auto; display: flex; flex-wrap: wrap; padding: 2px 0; margin-right: 7px; gap: 8px; font-size: 1.3rem; color: #000;}
    .boardlist table tbody tr td.dt_box > a {font-size: 1em;}
    .boardlist table tbody tr td.dt_box::before {content: attr(data-th); display: block; background: #f4f4f4; border-radius: 4px; padding: 3px 4px; min-width: 62px; height: 16px; text-align: center;}
    .boardlist table tbody tr td.file img {width: 12px; height: 12px;}
    .boardlist table tbody tr td .file {width: 15px;}
    .boardlist table tbody tr.fix {padding: 10px;}
    .boardlist table tbody tr.fix td span.notice {margin: -4px 5px 0 0; width: 35px; height: 20px; line-height: 20px; font-size: 1.3rem; border-radius: 20px;}
    .boardlist table tbody tr td.nodata {width: 100%; font-size: 1.8rem; text-align: center;}
    .boardlist.boardlist2 table tbody tr {position: relative;}
    .boardlist.boardlist2 table tbody tr td {padding: 5px 0; width: calc(100% - 35px); margin-left: 35px; text-align: left; font-size: 1.4rem;}
    .boardlist.boardlist2 table tbody tr td .check_box.center input[type=checkbox] + label::before {left: 0;}
    .boardlist.boardlist2 table tbody tr td:first-child {position: absolute; top: calc(50% - 16px); left: -35px; width: 18px;}
    .boardlist.boardlist2 table tbody tr td:first-child div.radio_box input[type=radio] + label {width: 18px; height: 18px;}
    .boardlist.boardlist2 table tbody tr td .w_hidden {display: inline-block !important; margin-right: 5px;}
    .boardlist.boardlist2 table tbody tr td .w_hidden::after {display: none;}
    .boardlist.boardlist2 table tbody tr td a {font-size: 1.4rem;}
    .boardlist.boardlist3 table tbody tr td {width: 100%; font-size: 1.4rem;}
    .boardlist.boardlist3 table tbody tr td .w_hidden {display: inline-block !important; font-size: 1.5rem; font-weight: 500; color: #222; margin-right: 5px;}
    .boardlist.boardlist3 table tbody tr td .w_hidden::after {display: none;}
    .boardlist.boardlist3 table tbody tr td .w_hidden + .radio_box, 
    .boardlist.boardlist3 table tbody tr td .w_hidden + .check_box,
    .boardlist.boardlist3 table tbody tr td .w_hidden + .inpbox,
    .boardlist.boardlist3 table tbody tr td .w_hidden + .optionbox,
    .boardlist.boardlist3 table tbody tr td .w_hidden + .calendarbox {margin-top: 5px;}
    .boardlist.boardlist3 table tbody tr td a {font-size: 1.4rem;}

    .boardlist.boardlist4 table tbody tr[data-mo-num]{padding-left: 26px; }
    .boardlist.boardlist4 table tbody tr[data-mo-num]::before {content: attr(data-mo-num); width: 26px; height: 100%; position: absolute; left: 0; height: 100%; display: flex; align-items: center; font-weight: 500; font-size: 1.4rem;}
    .boardlist.boardlist4 table tbody tr[data-mo-num] .num{display: none;}
    .boardlist.boardlist4 table .btn3 {font-size: 1em; height: 2em; line-height: 2em; min-width: 5em;}
    .boardlist.boardlist4 table .btn11 {font-size: 1em; height: 2em; line-height: 2em; min-width: 6.4em;}
    .boardlist.boardlist4 table .check {position: absolute; top: 9px; left: 0;}
    .boardlist.boardlist4 table .radio {position: absolute; top: 9px; left: 0;}
    .boardlist.boardlist4 table .radio .radio_box {margin-left: 0;}
    .boardlist.boardlist4 table .title_box {width: 100%; font-size: 1.3rem; line-height: 15px; color: #333; font-weight: 500; display: flex; justify-content: flex-end;}
    .boardlist.boardlist4 table .title_box div{vertical-align: middle;}
    .boardlist.boardlist4 table .title_box .title{width: 100%; gap: 5px;}
    .boardlist.boardlist4 table .title_box .title > a{flex: 0 1 auto; margin-right: auto;}
    .boardlist.boardlist4 table .title_box .title > div{flex: 0 2 auto; white-space: nowrap;}

    .boardlist.boardlist5 table tbody tr[data-mo-num]{padding-left: 126px; min-height: 92px; flex-direction: column;}
    .boardlist.boardlist5 table tbody tr[data-mo-num]::before {content: attr(data-mo-num); width: 26px; height: 100%; position: absolute; left: 0; height: 100%; display: flex; align-items: center; font-weight: 500; font-size: 1.4rem;}
    .boardlist.boardlist5 table tbody tr[data-mo-num] .num{display: none;}
    .boardlist.boardlist5 table tbody tr[data-mo-num] .img{position: absolute; left: 26px; width: 96px;}
    .boardlist.boardlist5 table tbody tr[data-mo-num] .img .thumbnail_box > li{width: 80px;}
    .boardlist.boardlist5 table .btn3 {font-size: 1.2em; height: 2.6em; line-height: 2.6em; min-width: 5em;}
    .boardlist.boardlist5 table .btn11 {font-size: 1.2em; height: 2.6em; line-height: 2.6em; min-width: 5em;}
    .boardlist.boardlist5 table .title_box {width: 100%; font-size: 1.2rem; line-height: 16px; color: #333; font-weight: 500; margin-bottom: auto;}
    .boardlist.boardlist5 table tbody tr td.title_box .title a{font-size: 1.2em;}
    .boardlist.boardlist5 table tbody tr td{font-size: 1.4rem;}
    .boardlist.boardlist5 table tbody tr td.date > span{display: inline-block; padding-right: 5px; margin-right: 5px; position: relative;}
    .boardlist.boardlist5 table tbody tr td.date > span:not(:last-child)::after{display: block; content: ''; width: 1px; height: 0.8em; background-color: #ddd; position: absolute; top: calc(50% - 0.4em); right: 0;}

    .boardlist.boardlist_survey table tbody tr {padding: 15px 0;}
    .boardlist.boardlist_survey table tbody tr th {text-align: left; border-bottom: 0; border-left: 0; border-right: 0;}
    .boardlist.boardlist_survey table tbody tr td {padding: 0; width: 100%; font-size: 1.6rem; color: #666; text-align: left; border-left: 0; border-right: 0;}
    .boardlist.boardlist_survey table tbody tr td:first-child {border-left: 0;}
    .boardlist.boardlist_survey table tbody tr td h4 {font-size: 1.6rem;}
    .boardlist.boardlist_survey table tbody tr td p.text {font-size: 1.4rem; line-height: 20px}
    .boardlist.boardlist_survey table tbody tr td .num {font-size: 1.4rem;}
    .boardlist.boardlist_survey table tbody tr td .radio_box_wrap,
    .boardlist.boardlist_survey table tbody tr td .check_box_wrap {margin-top: 10px;}
    .boardlist.boardlist_survey table tbody tr td .radio_box {margin-left: 0;}
    .boardlist.boardlist_survey table tbody tr td .radio_box > li {margin-bottom: 5px;}
    .boardlist.boardlist_survey table tbody tr td .radio_box > li.others .inpbox {width: calc(100% - 55px);}
    .boardlist.boardlist_survey table tbody tr td .survey_btn {margin: 5px 0 15px;}
    .boardlist.boardlist_survey table tbody tr td .survey_btn button {width: 20px; height: 20px;}
    .boardlist.boardlist_survey table tbody tr td .survey_btn button::after, 
    .boardlist.boardlist_survey table tbody tr td .survey_btn button::before {width: 6px; height: 1px;} 
    .boardlist.boardlist_survey table tbody tr td .survey_btn button::after {right: 4px;} 
    .boardlist.boardlist_survey table tbody tr td .survey_btn button::before {right: 8px;}
    .boardlist.boardlist_survey table tbody tr td .button_box {margin: 10px 0 0;}

    /*하단 버튼*/
    .button_box {margin-top: 15px;}
    .button_box.mt50 {margin-top: 25px !important;}
    .button_box button {margin-left: 5px;}
    .button_box button.right {position: relative; right: 0; top: 0;}
    .button_box.flexwrap {flex-wrap: wrap;}
    .button_box.flexwrap .left {justify-content: center;}
    .button_box.flexwrap .right {margin-top: 5px; justify-content: center;}
    .button_box.butplton_box100 div {margin-right: 10px;}
    .button_box.button_box100 div:last-child {margin-right: 0;}
    .button_box.button_box100 div button {margin-right: 10px; width: 100%; height: 45px; line-height: 45px; font-size: 1.7rem;}
    .button_box.button_box100 div button:last-child {margin-right: 0;}

    /*페이징*/
    .paging {margin-top: 30px;}
    .paging button {width: 26px; height: 26px; line-height: 24px; font-size: 1.4rem; background-size: auto 10px;}
    .paging button.btn-paging-first {margin: 0 5px 0 0;}
    .paging button.btn-paging-pre {margin: 0 10px 0 0;}
    .paging button.btn-paging-next {margin: 0 0 0 10px;}
    .paging button.btn-paging-last {margin: 0 0 0 5px;}

    /*일반게시판 상세*/
    .board_detail {margin-top: 20px;}
    .board_detail .title_box {padding: 15px 0; justify-content: space-between;}
    .board_detail .title_box h4 {font-size: 1.7rem;}
    .board_detail .title_box .ico_badge {margin-left: 10px; width: 36px; height: 17px; font-size: 1.2rem; line-height: 17px;}
    .board_detail .list_box {padding: 10px 0; font-size: 1.2rem;}
    .board_detail .file_box li a {font-size: 1.4rem; background-position: 0 center;}
    .board_detail .list_box li {font-size: 1.4rem;}
    .board_detail .list_box li.answerer {font-size: 1.7rem;}
    .board_detail .list_box li.date {font-size: 1.3rem;}
    .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: inherit;}
    .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: 1.3rem; 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: 1.4rem; line-height: 22px;}
    .board_detail .content_box {padding: 15px 10px; line-height: 20px; font-size: 1.4rem;}
    .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: 1.5rem;}
    .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: 1.5rem;}

    /*댓글*/
    .comment_area {margin-top: 40px;}
    .comment_area .button_box {margin-top: 10px;}
    .comment_area .button_box button {margin-left: 16px;}
    .comment_area .button_box .byte {font-size: 1.4rem; 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: 10px;}
    .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: 1.5rem;}
    .comment_area .comment_list > li dl dt .list_box li.date {font-size: 1.5rem;}
    .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: 1.5rem; line-height: 24px;}
    .comment_area .comment_list > li dl dd textarea {height: 55px; font-size: 1.5rem;}
    .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; border-radius: 5px;}
    .comment_area .comment_btn button .icon {top: 14px; right: 15px; width: 13px; height: 7px;}

    /*일반게시판 글쓰기*/
    .boardview {margin-bottom: 15px;}
    .boardview + .boardview{margin-top: 20px;}
    .boardview h4{font-size: 1.6rem; margin-bottom: 5px;}
    .boardview h4.dot{padding-left: 10px;}
    .boardview h4.dot:before{top: 10px; left: 0px; width: 5px; height: 5px; border-radius: 5px;}
    .boardview .btn_check {width: 60px; font-size: 1.4rem;}
    .boardview .point_txt {margin-bottom: 5px;}
    .boardview .boardview_title {margin-bottom: 5px; font-size: 1.5rem;}
    .boardview > table, .boardview > table > tbody, 
    .boardview > table > tbody > tr, 
    .boardview > table > tbody > tr > th, 
    .boardview > table > tbody > tr > td {display: block;}
    .boardview > table {padding: 0; border-bottom: 1px solid #e4e4e4;}
    .boardview > table > tbody > tr {margin-bottom: 5px; border-bottom: 0;}
    .boardview > table > tbody > tr:last-child {margin-bottom: 0;}
    .boardview > table > tbody > tr > th {padding: 0; padding: 10px; background-color: #f4f4f4; border-bottom: 1px solid #e4e4e4; border-top: 1px solid #e4e4e4; font-size: 1.5rem; line-height: 16px;}
    .boardview > table > tbody > tr:first-child > th{border-top: 0;}
    .boardview > table > tbody > tr > th:first-child {margin-top: 0;}
    .boardview > table > tbody > tr > td {padding: 10px 0; font-size: 1.3rem; line-height: 16px; color: #666;}
    .boardview > table > tbody > tr > td .inpbox input,
    .boardview > table > tbody > tr > td .optionbox select {font-size: 1.3rem;}
    .boardview table tr th.th2 {background: 0;}
    .boardview table tr th.th3 {background: 0;}
    .boardview table tr th.line {border-left: 0 !important;}
    .boardview table tr th .questionmark {margin: 0 0 4px 4px;}
    .boardview table tr th .questionmark img {width: 18px; height: 18px;}
    .boardview table tr td .optionbox {max-width: 100%;}
    .boardview table tr td .text {margin-left: 0; margin-top: 5px; font-size: 1.2rem; letter-spacing: -0.5px;}
    .boardview table tr td .attachment-file-edit .inpThumbnail {margin-top: 10px; max-width: 120px;}
    .boardview table tr td .attachment-file-edit .inpThumbnail-name{max-width: 120px;}
    .boardview table tr td .attachment-file-edit .inpThumbnail-delete{width: 20px; height: 20px; right: -5px; top: -5px;}
    .boardview table tr td .attachment-file-edit .inpThumbnail-delete .icon {width: 10px; height: 10px;}
    .boardview table tr td .attachment-file-edit .inpThumbnail-delete .icon::after, 
    .boardview table tr td .attachment-file-edit .inpThumbnail-delete .icon::before { width: 50%; left: 5px; top: 9px;}
    .boardview table tr td .attachment-file .ipfile span {font-size: 1.3rem; border-radius: 4px;}
    .boardview table tr td .attachment-file .inpbox {width: calc(100% - 90px);}
    .boardview table tr td .attachment-file .button_box {width: 85px;}
    .boardview table tr td .attachment-file.flexwrap {flex-wrap: wrap;}
    .boardview table tr td .attachment-file.flexwrap .text {width: 100%; text-align: right; margin-top: 5px;}
    .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 .file_wrap p {margin-bottom: 5px;}
    .boardview table tr td .autocomplete {width: 100%; top: 38px; left: 0; border-radius: 5px;}
    .boardview table tr td.m_hidden {display: none !important;}
    .boardview table tr td.line {border-left: 0 !important;}
    .boardview table tr td.editor {padding: 10px 0;}
    .boardview table tr td.tel .box.doubleCheck .optionbox,
    .boardview table tr td.tel .box.doubleCheck .inpbox {width: 64px;}
    .boardview table tr td.tel .box .optionbox,
    .boardview table tr td.tel .box .inpbox {width: 70px;}
    .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 {font-size: 1.2rem; border-radius: 4px; width: 50px; margin-left: 5px;}
    .boardview table tr td.address .box.detail .inpbox{margin-top: 5px;}
    .boardview table tr td.text .box {display: block; display:-webkit-block;}
    .boardview table tr td.text .box .inpbox {width: 100%;}
    .boardview table tr td.text .box .text {margin: 3px 0 0;}
    .boardview table tr td.text .box.doubleCheck {display: flex; display:-webkit-flex;}
    .boardview table tr td.text .box.doubleCheck .inpbox {width: calc(100% - 64px);}
    .boardview table tr td.text .box.doubleCheck button {height: 33px;}
    .boardview table tr td .attachment-file .ipfile{height: 33px;}
    .boardview.boardview2 table tbody tr {position: relative;}
    .boardview.boardview2 table tbody tr td {padding: 5px 0; width: calc(100% - 35px); margin-left: 35px; text-align: left;}
    .boardview.boardview2 table tbody tr td.check {position: absolute; top: calc(50% - 11px); left: -35px; width: 18px;}
    .boardview.boardview2 table tbody tr td .inpbox {margin-top: 5px;}
    .boardview .box2 > li:first-child > .td{padding-top: 6px;}
    .boardview .box2 > li:last-child > .td{padding-bottom: 6px;}
    .boardview .box2 > li > .th{width: 65px; padding: 3px 0px; background-color: #fff;}
    .boardview .box2 > li > .td{padding: 3px 0px;}
    .boardview .box2 > li > div{padding: 3px;}

    /*썸네일 게시판*/
    .thumbnaillist > li a {padding: 15px 0;}
    .thumbnaillist > li a .img_box {width: 130px; height: 90px; border-radius: 10px;}
    .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: 1.7rem; line-height: 22px;}
    .thumbnaillist > li a .text_box .text {margin: 10px 0; font-size: 1.4rem; line-height: 18px;}
    .thumbnaillist > li a .list_box {position: relative; left: 0;}
    .thumbnaillist > li a .list_box li {font-size: 1.2rem; line-height: 1.6}
    .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: 1.3rem; line-height: 15px;}
    .thumbnaillist.type2 > li a .text_box .name {margin-bottom: 0; font-size: 9px;}

    /*갤러리형 게시판*/
    .gallaylist {padding-top: 15px;}
    .gallaylist > li {margin: 0 10px 15px 0; width: calc(25% - 7.5px); box-shadow: 0 8px 8px -8px #ddd;}
    .gallaylist > li h3 {max-height: 45px; line-height: 22px; font-size: 1.6rem;}
    .gallaylist > li .state { width: 50px; height: 20px; line-height: 18px; font-size: 1.2rem; border-radius: 20px;}
    .gallaylist > li .text_box {padding: 15px 15px 20px;}
    .gallaylist > li .list_box {margin-top: 10px;}
    .gallaylist > li .list_box li {font-size: 1.3rem; line-height: 10px;}
    .gallaylist > li .list_box li::after {top: calc(50% - 5px); height: 10px;}
    .gallaylist > li .button_box {margin-top: 5px;}
    .gallaylist > li .button_box button {padding: 0 5px; height: 20px; font-size: 1.2rem; background-position: right 5px center; background-size: 10px;}
    .gallaylist > li:hover {background-color: #fff;}
    .gallaylist > li.nodata {margin: -15px 0 0;}

    /*갤러리*/
    .gallaylist.type1{padding-top: 10px; margin: -10px; padding-bottom: 20px;}
    .gallaylist.type1 > li{width: calc(25% - 20px); margin: 10px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);  border-radius: 12px; border-bottom-right-radius: 0;}
    .gallaylist.type1 > li:nth-child(4n){margin: 10px;}
    .gallaylist.type1 > li .like {right: 15px; width: 40px; height: 49px; background-size: 100%;}
    .gallaylist.type1 > li .like span {font-size: 1.4rem; line-height: 12px;}
    .gallaylist.type1 > li .img_box{border-radius: 12px; border-bottom-right-radius: 0;}
    .gallaylist.type1 > li .text_box{padding: 12px 15px 15px;}
    .gallaylist.type1 > li .text_box strong{font-size: 1.4rem;}
    .gallaylist.type1 > li .text_box h3{margin-top: 6px ; font-size: 1.6rem; line-height: 1.2;}
    .gallaylist.type1 > li .text_box .date{margin-top: 10px; font-size: 1.4rem;}
    .gallaylist.type1 > li .text_box .tag_box{padding-top: 10px; font-size: 1.4rem;}
    .gallaylist.type1 > li .list_box{padding-top: 10px; gap: 4px;}
    .gallaylist.type1 > li .list_box > li{font-size: 1.4rem; line-height: 1.4rem; gap: 4px; padding-right: 5px;}
    .gallaylist.type1 > li .list_box > li:after{display: none;}
    .gallaylist.type1 > li .list_box > li.name{font-size: 1.4rem;}
    .gallaylist.type1 > li .list_box > li.view{gap: 2px; margin-bottom: 5px;}
    .gallaylist.type1 > li .list_box > li.view::before{margin-right: 2px; width: 14px; height: 13px;}
    .gallaylist.type1 > li .tag_box + .list_box{margin-top: 0;}
    .gallaylist.type1 [class*="icon_"]{width: 14px; height: 14px; font-size: 0.1px;}
    /*봉사하기활동목록*/
    .gallaylist.type1 > li .img_box .hover {border-radius: 12px; border-bottom-right-radius: 0;}
    .gallaylist.type1 > li .img_box .hover p {padding: 9px 10px; bottom: -45px; height: 45px; line-height: 12px; font-size: 1.2rem; border-radius: 0 0 0 12px;}
    .gallaylist.type1 > li .profile .pic {width: 20px; height: 20px;}
    .gallaylist.type1 > li .profile .name {margin-left: 5px; font-size: 1.3rem;}
    .gallaylist.type1 > li .comment {font-size: 1.2rem; gap: 5px;}

    .gallaylist.type2{padding-top: 10px; margin: -10px; padding-bottom: 20px;}
    .gallaylist.type2 > li{width: calc(25% - 20px); margin: 10px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);  border-radius: 12px; border-bottom-right-radius: 0;}
    .gallaylist.type2 > li:nth-child(4n){margin: 10px;}
    .gallaylist.type2 > li .img_box{border-radius: 12px; border-bottom-right-radius: 0;}
    .gallaylist.type2 > li .text_box{padding: 10px 15px 13px;}
    .gallaylist.type2 > li .text_box strong{font-size: 1.4rem;}
    .gallaylist.type2 > li .text_box h3{margin-top: 10px ; font-size: 1.6rem; line-height: 1.2;}
    .gallaylist.type2 > li .text_box .date{margin-top: 5px; font-size: 1.4rem;}
    .gallaylist.type2 > li .text_box .tag_box{padding-top: 10px; font-size: 1.4rem;}
    .gallaylist.type2 > li .tag_box + .list_box{margin-top: 0;}

    .gallaylist.type3{padding-top: 10px; margin: -10px; padding-bottom: 20px;}
    .gallaylist.type3 > li{width: calc(25% - 20px); margin: 10px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);  border-radius: 12px; border-bottom-right-radius: 0;}
    .gallaylist.type3 > li:nth-child(4n){margin: 10px;}
    .gallaylist.type3 > li .img_box{border-radius: 12px; border-bottom-right-radius: 0;}
    .gallaylist.type3 > li a{padding-top: 58px;}
    .gallaylist.type3 > li .progressbar{height: 7px; margin: 8px 0; border-radius: 3px;}
    .gallaylist.type3 > li .progressbar .progressbar_fill{border-radius: 3px;}
    .gallaylist.type3 > li .text_box{padding: 5px 12px 15px;}
    .gallaylist.type3 > li .text_box h3{padding: 0 12px; margin-top: 10px; line-height: 1.2; font-size: inherit;}
    .gallaylist.type3 > li .text_box strong{font-size: inherit;}
    .gallaylist.type3 > li .text_box .date{margin-top: 3px; font-size: 1.4rem;}
    .gallaylist.type3 > li .text_box .text_box_b{padding-right:75px; position: relative;}
    .gallaylist.type3 > li .text_box .tag_box{padding-top: 10px; font-size: 1.2rem;}
    .gallaylist.type3 > li .tag_box + .list_box{margin-top: 0;}
    .gallaylist.type3 > li .percent{top: -2px; right: 0px; width: 35px; height: 35px; font-size: 1.2rem;}

    /*상세보기 일반 테이블*/
    .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;}

    /*faq*/
    .faq_area > li > a {padding: 10px 27px 10px 33px; font-size: 1.5rem;}
    .faq_area > li > a .num {position: absolute; top: 10px; left: 10px; font-size: 2rem;}
    .faq_area > li > a .txt {font-size: 1.6rem;}
    .faq_area > li > a .icon {right: 3px; transform: scale(0.625);}
    .faq_area > li > ul li {padding: 10px 27px 10px 33px; font-size: 1.5rem; line-height: 20px;}
    .faq_area > li > ul li::before {left: 10px; top: 10px; font-size: 2rem;}
    .faq_area > li.active > a .icon {transform: rotate(180deg) scale(0.625);}
    .tabmenu.faq_tab {margin-bottom: 20px;}
    .tabmenu.faq_tab .optionbox {border-radius: 8px;}
    .tabmenu.faq_tab .dropdown-menu li {width: 100%; border-bottom: 1px solid #ddd;}
    .tabmenu.faq_tab .dropdown-menu li:last-child {border-bottom: 0;}

    /*faq*/
    .faq_area2{border-radius: 20px; padding: 0 15px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);}
    .faq_area2 + .faq_area2{margin-top: 15px;}
    .faq_area2 > li.active:last-child {margin-bottom: 20px;}
    .faq_area2 > li button {padding: 5px 20px 5px 35px; min-height: 55px; font-size: 1.6rem;}
    .faq_area2 > li button::after{top: calc(50% - 3px); width: 15px; height: 9px;}
    .faq_area2 > li button::before {left: 10px; top: calc(50% - 8px); font-size: 1.6rem;}
    .faq_area2 > li .faq_con{ border-radius: 12px; padding: 15px 15px 12px 35px; font-size: 1.4rem;}
    .faq_area2 > li .faq_con::before{left: 10px; top: calc(50% - 8px); font-size: 1.6rem;}
    .faq_area2 > li.nodata{font-size: 1.8rem;}

    /*만족도조사등록*/
    .survey_detail > .point_box {margin-bottom: 5px; font-size: 1.3rem; text-align: left;}
    .survey_detail h3 {padding: 0 0 5px; font-size: 1.7rem;}
    .survey_detail dl {margin-bottom: 25px;}
    .survey_detail dl dt {padding: 8px 3px;}
    .survey_detail dl dd {padding: 8px 0;}
    .survey_detail dl dd ul.result_list {width: 100%;}
    .survey_detail dl dd textarea {height: 150px;}
    .survey_detail dl dt p.tit {font-size: 1.5rem;}
    .survey_detail dl dt p.txt {padding-left: 15px; font-size: 1.3rem;}
    .survey_detail dl dd ul li.others {display: block;}
    .survey_detail dl dd ul li.others .optionbox {margin-left: 0; margin-top: 5px;}
    .survey_detail dl dd ul.radio_box li.others input[type=radio] + label {width: 54px !important;}
    .survey_detail.type2 dl dd ul li {margin: 0 0 10px;}
    .survey_detail .survey_detail_top {margin-bottom: 10px;}
    .survey_detail .survey_detail_top span {font-size: 1.4rem;}
    .survey_detail .survey_detail_top button {min-width: 65px; height: 35px;}
    .survey_title {margin-bottom: 20px;}
    .survey_title span.tit {font-size: 1.8rem;}
    .survey_title p.txt {margin-top: 10px; font-size: 1.5rem;}
}
@media screen and (max-width:800px){
    .gallaylist.type1 > li{width: calc(33.333% - 20px)};
    .gallaylist.type2 > li{width: calc(33.333% - 20px)};
    .gallaylist.type3 > li{width: calc(33.333% - 20px)};
}
@media screen and (max-width:784px){
    /*갤러리형 게시판*/
    .gallaylist > li {width: calc(33.33% - 6.666666666666667px);}
    .gallaylist > li:nth-child(4n) {margin-right: 10px;}
    .gallaylist > li:nth-child(3n) {margin-right: 0;}

    /*갤러리형 게시판*/
    .gallaylist.type1,
    .gallaylist.type2,
    .gallaylist.type3{margin: -10px;}
    .gallaylist.type1 > li,
    .gallaylist.type2 > li,
    .gallaylist.type3 > li{width: calc(33.333% - 20px); margin: 10px !important;}
}
@media screen and (max-width:640px){
    /*라디오박스*/
    .radio_box > li.inp {width: 100%;}
    .radio_box > li.inp .inpbox {width: calc(100% - 60px);}
    .radio_box {gap: 12px; }
    .radio_box > li {width: calc(50% - 30px);  }

    /*일반게시판 글쓰기*/
    .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 > div {margin-bottom: 5px;}
    .boardview table tr td.email .box .inpbox:first-child {width: calc(100% - 25px);}
    .boardview table tr td.email .box .optionbox, .boardview table tr td.email .box .inpbox {width: calc(50% - 2.5px);}
    .boardview table tr td.email .box .optionbox {margin-left: 0;}
    .boardview table tr td .img_box {width: 100%; height: 0; padding-bottom: 66.66666666666667%;}
    .boardview table tr td .img_box img {width: calc(100% + 2px); height: calc(100% + 2px);}

    /*회원가입*/
    .boardview table tr td .attachment-file {display: flex; flex-direction: column; flex-wrap: wrap; gap: 5px; width: 100%;}
    .boardview table tr td .attachment-file .inpbox {width: 100%; order: 0; margin: 0;}
    .boardview table tr td .attachment-file .ipfile {width: 100%; order: 1; margin: 0;}

    /*갤러리형 게시판*/
    .gallaylist {justify-content: space-between;}
    .gallaylist > li {width: calc(50% - 5px);}
    .gallaylist > li:nth-child(3n) {margin-right: 10px;}
    .gallaylist > li:nth-child(2n) {margin-right: 0;}

    /*갤러리형 게시판*/
    .gallaylist.type1{margin: -10px;}
    .gallaylist.type1 > li{width: calc(50% - 20px); margin: 10px;}
    .gallaylist.type1 > li:nth-child(3n){margin: 10px;}
    .gallaylist.type2{margin: -10px;}
    .gallaylist.type2 > li{width: calc(50% - 20px); margin: 10px;}
    .gallaylist.type2 > li:nth-child(3n){margin: 10px;}
    .gallaylist.type3{margin: -10px;}
    .gallaylist.type3 > li{width: calc(50% - 20px); margin: 10px;}
    .gallaylist.type3 > li:nth-child(3n){margin: 10px;}

    /*만족도조사등록*/
    .survey_detail dl dd ul li.others input[type=checkbox] + label {margin-right: 0;}
    .survey_detail dl dd ul li.others .inpbox {margin-top: 5px;}
    .survey_detail dl dd.result {padding: 20px 0;}
    .survey_detail dl dd ul.result_list li {position: relative; padding: 0; margin-bottom: 15px;}
    .survey_detail dl dd ul.result_list li:last-child {margin-bottom: 0;}
    .survey_detail dl dd ul.result_list li::before {content: counter(num) "."; counter-increment: num 1; position: relative; top: 0; width: auto; height: auto; color: #666; line-height: 16px; text-align: center; background-color: transparent;}
    .survey_detail dl dd ul.result_list li .text {padding-left: 3px; display: inline-block; width: auto; max-width: calc(100% - 125px);}
    .survey_detail dl dd ul.result_list li .graph {width: 100%;}
    .survey_detail dl dd ul.result_list li .percent {position: absolute; right: 0; top: 0; width: 105px;}
    .survey_detail dl dd ul.result_list li .btn4 {margin-top: 10px;}
    .survey_detail dl dd ul.result_list.result_list2 li .percent {margin-top: 5px; position: static; width: 100%;}
}
@media screen and (max-width:420px){
    /*갤러리형 게시판*/
    .gallaylist > li {width: 100% !important; margin-right: 0;}
    .gallaylist > li:nth-child(3n) {margin-right: 0;}

    /*갤러리형 게시판*/
    .gallaylist.type1,
    .gallaylist.type2,
    .gallaylist.type3{margin: -5px;}
    .gallaylist.type1 > li,
    .gallaylist.type2 > li,
    .gallaylist.type3 > li{width: calc(50% - 10px); margin: 5px 5px 10px !important;}

    .boardlist.boardlist4 table .title_box .title {flex-wrap: wrap;}
    .boardlist.boardlist4 table .title_box .title > a{width: 100%;}
}
@media screen and (max-width:360px){
    /*만족도조사등록*/
    .survey_detail dl dd ul li {margin: 5px 0; min-width: 50%;}
    .survey_detail dl dd ul li.others {display: block;}
    .survey_detail dl dd ul li.others input[type=checkbox] + label {margin-right: 0;}
    .survey_detail dl dd ul li.others .inpbox {margin-top: 5px;}
}
@media screen and (max-width:320px){
}