@charset "utf-8";
@import url("font.css");
/* style reset */

.radio_box, .check_box {position: relative; display: flex; display:-webkit-flex; flex-wrap:wrap; -webkit-flex-wrap:wrap; align-items: center; gap: 5px;}
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: 25px; 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: 26px; display: block; line-height: 16px; cursor: pointer;}
.radio_box input[type=radio] + label::after, 
.radio_box input[type=radio] + label::before {content: ''; position: absolute; border-radius: 100%;}
.radio_box input[type=radio] + label::after {left: 0; top: calc(50% - 9px); width: 14px; height: 14px; border: 2px solid #13c56b; background-color: #fff;}
.radio_box input[type=radio] + label::before {z-index: 1;}
.radio_box input[type=radio] + label.on::before,
.radio_box input[type=radio]:checked + label::before {left: 5px; top: calc(50% - 4px); width: 8px; height: 8px; background-color: #13c56b;}
.radio_box input[type=radio]:disabled + label {color: #757575;}
.radio_box input[type=radio]:disabled + label::after {border-color: #999;}
.radio_box > li.others {margin-top: 10px; width: 100%; justify-content: space-between;}
.radio_box > li.others .inpbox {width: calc(100% - 80px);}
.radio_box > li.others2 {width: 300px;}
.radio_box > li.others2 .inpbox {margin-left: 10px; width: calc(100% - 64px);}
.radio_box.line {display: block;}
.radio_box.line > li {margin-right: 0; margin-bottom: 15px;}
.radio_box.center input[type=radio] + label {margin: 0 auto; padding-left: 16px; width: 16px; height: 16px;}
.radio_box2 {display: flex; display:-webkit-flex; align-items: center; flex-wrap: wrap; gap: 10px;}
.radio_box2 input[type=radio] + label {padding: 0 20px; min-width: 82px; height: 40px; line-height: 40px; font-size: 15px; text-align: center; color: #000; border-radius: 40px; border: 1px solid #e5e4e7; cursor: pointer;}
.radio_box2 input[type=radio]:checked + label {border-color: #0a8823; background-color: #0a8823; color: #fff;}
.radio_box2 .box .calendarbox {margin-left: 35px;}
.radio_box2 .box .calendarbox .inpbox {width: 170px;}
.radio_box3 {display: flex; display:-webkit-flex; align-items: center; flex-wrap: wrap; gap: 20px;}
.radio_box3 > li {display: flex; display:-webkit-flex; align-items: center;}
.radio_box3 > li:last-child {margin-right: 0;}
.radio_box3 input[type=radio] + label {position: relative; padding-left: 30px; display: block; line-height: 18px; cursor: pointer;}
.radio_box3 input[type=radio] + label::before {content: ''; position: absolute; left: 0; top: 0; width: 16px; height: 16px; border-radius: 3px; border: 1px solid #dbdbdb; background: #fff; background-repeat: no-repeat; background-position: center center;}
.radio_box3 input[type=radio] + label.on::before, 
.radio_box3 input[type=radio]:checked  + label::before {border-color: #13c56b; background-color: #13c56b; background-size: 12px auto; background-image: url('../../images/hmpg/icon_check.png');}
.radio_box3 input[type=radio]:disabled + label {color: #757575;}
.radio_box3 input[type=radio]:disabled + label::after {border-color: #999;}

/*체크박스*/
.check_box > li {margin-right: 25px; 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: 0; width: 18px; height: 18px; border-radius: 3px; border: 1px solid #a9a9a9; 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 {border-color: #000; background-color: #000; background-size: 12px auto; background-image: url('../../images/hmpg/icon_check.png');}
.check_box input[type=checkbox]:disabled + label {color: #757575;}
.check_box input[type=checkbox]:disabled + label::after {border-color: #999;}
.check_box > li.others {margin-top: 10px; width: 100%; justify-content: space-between;}
.check_box > li.others .inpbox {width: calc(100% - 80px);}
.check_box.line {display: block;}
.check_box.line > li {margin-right: 0; margin-bottom: 10px;}
.check_box.center input[type=checkbox] + label {margin: 0 auto; padding-left: 20px; width: 18px; height: 18px;}
.check_box.center input[type=checkbox] + label::before {left: calc(50% - 10px);}

textarea {height: 180px; border: 1px solid #cfd4da; border-radius: 5px;}
.inpbox {position: relative; height: 38px; border: 1px solid #cfd4da; border-radius: 5px;}
.inpbox input.txt {padding: 0 20px; display: block; width: 100%; height: 100%; border-radius: 5px; background-color:#fff;}
.inpbox input.txt:focus {outline: 1px solid #577bc4; box-shadow: 0 8px 24px -8px rgba(0, 0, 0, 0.1);}
.inpbox input.txt:disabled {background-color: #e5e4e7; color: #000;}
.optionbox {position: relative; height: 38px; border: 1px solid #cfd4da; border-radius: 5px;}
.optionbox::after {content: ''; position: absolute; right: 15px; top: calc(50% - 4px); width: 12px; height: 8px; background: url('../../images/hmpg/icon_select.png') no-repeat;}
.optionbox select {padding: 0 35px 0 15px; display: block; width: 100%; height: 100%; border-radius: 5px; background-color:#fff;}
.calendarbox {display: flex; display:-webkit-flex; align-items: center;}
.calendarbox .inpbox .ui-datepicker-trigger {position: absolute; top: 0; right: 0; width: 36px; height: 100%; font-size: 0; line-height: 0; background-repeat: no-repeat; background-position: center; background-image: url('../../images/hmpg/icon_calendar.png');}
.calendarbox .inpbox input {padding: 0 36px 0 20px;}
.calendarbox.center {justify-content: center;}

.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: 7px; display: flex; display:-webkit-flex; align-items: stretch;}
.file_box li:last-child {margin-bottom: 0;}
.file_box li a {position: relative; padding-right: 50px; line-height: 35px; background-image: url('../../images/hmpg/icon_file.png'); background-repeat: no-repeat; background-position: right center;}
.character {margin: 0 10px;}
.nodata {text-align: center; font-size: 18px; padding: 50px 0 !important; color: #222 !important;}
.nodata:hover {background-color: #fff !important;}

/*목록 텍스트*/
.board_text {padding: 35px 0 70px; position: relative; line-height: 24px; font-weight: 200; text-align: center;}
.board_text::before {position: absolute; top: 0; left: calc(50% - 20px); content: ''; display: block; width: 40px; height: 1px; background-color: #1d1d1d;}

/*목록 상단검색 기본*/
.boardlist_top {margin-bottom: 30px; padding: 20px 0; border-radius: 10px; background-color: #f2f3f4;}
.boardlist_top .search_box {display: flex; display:-webkit-flex; justify-content: center; align-items: center; gap: 10px;}
.boardlist_top .search_box .inpbox {width: 450px; height: 54px; border-radius: 10px; border: 1px solid #e6e6e6;}
.boardlist_top .search_box .inpbox input {padding: 0 25px; font-size: 16px; border-radius: 10px;}
.boardlist_top2 {margin-bottom: 35px; padding: 20px 0; border-radius: 10px; background-color: #f2f3f4;}
.boardlist_top2 .box {display: flex; display:-webkit-flex; justify-content: center; align-items: center; gap: 10px;}
.boardlist_top2 .box .optionbox {width: 160px; height: 54px;}
.boardlist_top2 .box .search_box {display: flex; display:-webkit-flex; gap: 10px;}
.boardlist_top2 .box .search_box .inpbox {width: 350px; height: 54px; border-radius: 5px;}
.boardlist_top2 .box .search_box .inpbox input {padding: 0 25px; font-size: 16px; border-radius: 5px;}

/*일반게시판 텍스트박스*/
.boardlist_box {margin-bottom: 50px; padding: 50px 80px; border-radius: 30px; background-color: #faf5ff;}
.boardlist_box p {margin-bottom: 10px; line-height: 30px; font-size: 19px; word-break: keep-all; color: #000;}
.boardlist_box p:last-child {margin-bottom: 0;}
.boardlist_box p.dot {padding-left: 20px; position: relative;}
.boardlist_box p.dot::before {content: ''; position: absolute; top: 10px; left: 0; display: block; width: 5px; height: 5px; border-radius: 5px; background-color: #666;}

/*일반게시판 검색바*/
.board_top {margin-bottom: 15px; padding: 0 40px; display: flex; display:-webkit-flex; justify-content: space-between; align-items: flex-end; flex-wrap: wrap;}
.board_top .all {font-size: 18px;}
.board_top .all span {color: #2d5aa5; font-weight: 500;}
.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: 35px; border: 1px solid #ddd; border-radius: 8px;}
.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 10px; 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 10px; font-size: 16px; color: #666;}
.board_top .boardschbox .search_box .btn_search {z-index: 120; position: absolute; top: 1px; right: 1px; display: block; width: 45px; height: 33px; border-radius: 0 8px 8px 0; background-color: #f6f6fa;}
.board_top .boardschbox .search_box .btn_search .icon {margin: 0 auto; width: 20px; height: 20px;}
.board_top .boardschbox .search_box .btn_search .icon::after {left: 0; top: 0; width: 11px; height: 11px;}
.board_top .boardschbox .search_box .btn_search .icon::before {right: 0; bottom: 3px; width: 9px;}
.board_top .calendarbox {margin-right: 10px;}
.board_top .calendarbox .inpbox {width: 130px;}
.board_top .calendarbox .inpbox input.txt {font-size: 14px;}
.board_top .button_box {margin-top: 0;}
.board_top.right {justify-content: right;}
.board_top_tab {margin-right: -30px; display: flex; display:-webkit-flex;}
.board_top_tab li {margin-left: 10px; height: 40px; line-height: 40px;}
.board_top_tab li a {padding: 0 25px; display: block; width: auto; min-width: 82px; font-size: 15px; text-align: center; border-radius: 40px; border: 1px solid #e5e4e7;}
.board_top_tab li:hover a,
.board_top_tab li.active a {border-color: #000;}

/*일반게시판 리스트*/
.boardlist {overflow: hidden; width: 100%;}
.boardlist table {width:100%; table-layout:fixed; line-height: 30px; border-top: 2px solid #222;}
.boardlist table thead tr {border-bottom: 1px solid #9ba5af;}
.boardlist table tbody tr {border-bottom: 1px solid #e5e4e7;}
.boardlist table tbody tr:hover {background-color: #f4f9ff;}
.boardlist table thead tr th {padding: 15px 10px; font-weight: 500; line-height: 22px;}
.boardlist table tbody tr td {overflow: hidden; padding: 18px 10px; text-align: center;}
.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; font-size: 18px;}
.boardlist table tbody tr td.title_box .title:hover a {text-decoration: underline; color: #006be3;}
.boardlist table tbody tr td.title_box .title .new {margin-right: 5px; margin-top: -2px;}
.boardlist table tbody tr td.title_box .title .comment {margin-left: 5px; display: inline-block; width: 25px; height: 25px; line-height: 25px; font-size: 12px; font-weight: 600; text-align: center; color: #bf531e; background: url('../../images/hmpg/icon_ripple.png') center;}
.boardlist table tbody tr td.title_box .title.comment a {width: calc(100% - 30px);}
.boardlist table tbody tr td.title_box .title.ripple a {padding-left: 30px; background-image: url('../../images/hmpg/icon_comment.png'); background-position: left center; background-repeat: no-repeat;}
.boardlist table tbody tr td.title_box .title.secret > img {margin-left: 5px;}
.boardlist table tbody tr.fix td .notice {display: inline-block; width: 72px; height: 32px; line-height: 30px; font-size: 16px; font-weight: 600; text-align: center; border-radius: 32px; border: 1px solid #1d1d1d; background-color: #fff;}

/*하단 버튼*/
.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.btn_enroll {display: flex; display:-webkit-flex; justify-content: center; align-items: center; gap: 20px;}
.button_box button.btn_enroll .icon {width: 17px; height: 17px; background: url('../../images/hmpg/icon_btn_enroll.png') no-repeat;}
.button_box button.btn_list {display: flex; display:-webkit-flex; justify-content: center; align-items: center; gap: 10px;}
.button_box button.btn_list .icon {width: 15px; height: 15px; background: url('../../images/hmpg/icon_btn_list.png') no-repeat;}
.button_box + .boardview {margin-top: 100px;}

/*페이징*/
.paging {margin-top: 50px; display: flex; display:-webkit-flex; justify-content: center;}
.paging button {margin: 0 15px; padding: 0 2px; display: block; height: 33px; line-height: 33px; font-weight: 500; text-align:center; color: #888; border-bottom: 3px solid #fff; background-repeat: no-repeat; background-position: center;}
.paging button:hover, .paging button.on {font-weight: 600; color: #223f92;}
.paging button.btn-paging-first {margin: 0 17px 0 0; width: 14px; background-image:url('../../images/hmpg/paging_first.png'); border: 0;}
.paging button.btn-paging-pre {margin: 0 35px 0 0; width: 10px; background-image: url('../../images/hmpg/paging_prev.png'); border: 0;}
.paging button.btn-paging-next {margin: 0 0 0 35px; width: 10px; background-image: url('../../images/hmpg/paging_next.png'); border: 0;}
.paging button.btn-paging-last {margin: 0 0 0 17px; width: 14px; background-image: url('../../images/hmpg/paging_last.png'); border: 0;}
.paging button.btn-paging-first:hover {background-color: #fff; background-image:url('../../images/hmpg/paging_first_hover.png'); border: 0;}
.paging button.btn-paging-pre:hover {background-color: #fff; background-image: url('../../images/hmpg/paging_prev_hover.png'); border: 0;}
.paging button.btn-paging-next:hover {background-color: #fff; background-image: url('../../images/hmpg/paging_next_hover.png'); border: 0;}
.paging button.btn-paging-last:hover {background-color: #fff; background-image: url('../../images/hmpg/paging_last_hover.png'); border: 0;}

/*일반게시판 상세*/
.board_detail {border-top: 2px solid #000;}
.board_detail > div, .board_detail > ul {border-bottom: 1px solid #e5e4e7;}
.board_detail .list_box_wrap {display: flex; display:-webkit-flex; justify-content: space-between; align-items: center;}
.board_detail .list_box {padding: 27px 30px;}
.board_detail .list_box li {margin-right: 12px; padding-right: 12px; font-size: 18px;}
.board_detail .list_box li::after {display: none;}
.board_detail .list_box li:last-child {margin-right: 0; padding-right: 0;}
.board_detail .list_box li.call {color: #7d7d7d;}
.board_detail .list_box li.mail {color: #7d7d7d;}
.board_detail .list_box li.name {color: #7d7d7d;}
.board_detail .list_box_wrap h4 {padding-left: 30px; width: calc(100% - 300px); font-size: 24px; font-weight: 500;}
.board_detail .list_box_wrap h4 .answer {padding-left: 40px; display: block; background: url('../../images/hmpg/icon_answer.png') no-repeat 0 3px;}
.board_detail .file_box {padding: 25px 30px;}
.board_detail .file_box li a {font-size: 16px;}
.board_detail .file_box li a:hover {color: #2053c0; text-decoration: underline;}
.board_detail .content_box {padding: 40px 30px; line-height: 24px;}
.board_detail .content_box img {max-width: 100%;}
.board_detail .video_box {padding: 0 0 80px; position: relative; overflow: hidden;}
.board_detail .video_box .youtube, 
.board_detail .video_box .video {width: 100%; height: 512px; padding: 45px 0; text-align: center;}
.board_detail .video_box .youtube {position: relative;}
.board_detail .video_box .youtube iframe {width: 650px; height: 432px; 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: 20px 30px; width: 100%; height: 186px; overflow-y: auto; color: #5d5d5d; font-size: 16px; line-height: 21px; border-radius: 5px; border: 1px solid #dbdbdb; background-color: #f7f7f7;}
.board_detail_title {margin: 0 0 40px; line-height: 50px; font-size: 36px; font-weight: 500; text-align: center;}
.board_detail_answer_title {margin: 150px 0 20px; padding-left: 35px; font-size: 24px; font-weight: 500;  background: url('../../images/hmpg/icon_board_detail_answer_title.png') no-repeat 0 center;}

/*이전글 다음글*/
.view_bottom {margin-top: 80px; border-top: 1px solid #e3e5e9;}
.view_bottom dl {padding: 22px 30px; display: flex; display:-webkit-flex; align-items: center; font-size: 15px; border-bottom: 1px solid #e3e5e9;}
.view_bottom dl dt {margin-right: 35px; position: relative; width: 16px; height: 10px;}
.view_bottom dl dt span {font-size: 0;}
.view_bottom dl dt span::after {content: ''; position: absolute; left: 0; top: calc(50% - 5px); width: 16px; height: 10px;}
.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 {width: calc(100% - 50px);}
.view_bottom dl dd a {overflow: hidden; display: block; text-overflow: ellipsis; white-space: nowrap; font-size: 18px;}

/*댓글*/
.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: 20px;}
.comment_area .button_box .byte {font-size: 14px; color: #7d7d7d;}
.comment_area .button_box .byte span {color: #1e3e95;}
.comment_area .comment_write {padding: 40px 60px; border-radius: 15px; background-color: #f2f4f9;}
.comment_area .comment_write .board_top {padding: 0;}
.comment_area .comment_write .write_box textarea {height: 150px;}
.comment_area .comment_list {margin-top: 50px; border-top: 2px solid #1d1d1d;}
.comment_area .comment_list > li {border-bottom: 2px solid #f0f1f3;}
.comment_area .comment_list > li dl {padding: 20px;}
.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: 15px; padding-right: 15px;}
.comment_area .comment_list > li dl dt .list_box li::after {display: none;}
.comment_area .comment_list > li dl dt .list_box li.name {font-size: 17px;}
.comment_area .comment_list > li dl dt .list_box li.date {font-size: 17px; font-weight: 300; color: #7d7d7d;}
.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: 20px 0 0; font-size: 16px; font-weight: 300; line-height: 24px; color: #5d5d5d;}
.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 + .comment_area .comment_list > li dl.reply {padding-top: 0;}
.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: #1e3e95;}
.comment_area .comment_list > li dl.reply dd .name::before {content: '@';}
.comment_area .comment_list > li .comment_write {margin: 0 0 30px; padding: 25px 30px;}
.comment_area .comment_btn {margin-top: 55px;}
.comment_area .comment_btn button {margin: 0 auto; display: flex; display:-webkit-flex; justify-content: center; align-items: center; width: 132px; height: 52px; line-height: 50px; font-size: 15px; border-radius: 5px; color: #6e7882; border: 1px solid #6e7882;}
.comment_area .comment_btn button .icon {margin-left: 10px; width: 8px; height: 12px; background: url('../../images/hmpg/icon_arrow_comment.png') no-repeat;}

/*일반게시판 글쓰기*/
.boardview {overflow:hidden; width: 100%;}
.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 table {width: 100%; table-layout: fixed; border-top: 2px solid #1d1d1d;}
.boardview table tr {border-bottom: 1px solid #e3e5e9;}
.boardview table tr th {padding: 15px 30px; font-size: 17px; font-weight: 500; text-align: left; word-break: keep-all; background-color: #f3f6f9; color: #34363d;}
.boardview table tr th.line {border-left: 1px solid #e3e5e9 !important;}
.boardview table tr th.th0 {background-color: #e8eef5;}
.boardview table tr.add th {background-color: #e5e5e5;}
.boardview table tr.add td {background-color: #f9f9f9;}
.boardview table tr th span {position: relative;}
.boardview table tr th span.point::after {content: '*'; position: relative; top: 3px; padding-left: 3px; color: #fa0000;}
.boardview table tr th .box {display: flex; display: -webkit-flex; align-items: center; gap: 15px;}
.boardview table tr td {position: relative; padding: 13px 20px; color: #34363d; word-break: break-all;}
.boardview table tr td textarea {height: 110px;}
.boardview table tr td .optionbox {width: 220px;}
.boardview table tr td .inpbox {width: 100%;}
.boardview table tr td .inpbox.w300 {max-width: 100%;}
.boardview table tr td .box {display: flex; display:-webkit-flex; align-items: center; flex-wrap: wrap; gap: 5px;}
.boardview table tr td .box + .box {margin-top: 10px;}
.boardview table tr td .box .optionbox + .optionbox {margin-left: 10px;}
.boardview table tr td .box.ml0 .optionbox + .optionbox {margin-left: 0;}
.boardview table tr td .box .inpbox + .inpbox {margin-left: 10px;}
.boardview table tr td .box .button_box {margin-left: 10px !important;}
.boardview table tr td .box .character {margin: 0 5px;}
.boardview table tr td .box.type2 {gap: 10px;}
.boardview table tr td .box.type2 .optionbox + .optionbox {margin-left: 0;}
.boardview table tr td .box.type2 .check_box li {margin-right: 10px;}
.boardview table tr td .box.type2 .button_box {margin-left: 0 !important;}
.boardview table tr td .box.type2 .tit1 {width: 40px;}
.boardview table tr td .box.type2 .tit2 {margin-left: 10px; width: 50px;}
.boardview table tr td .radio_box2 + .box {margin-top: 10px;}
.boardview table tr td .text {margin-top: 5px; font-size: 15px; color: #666;}
.boardview table tr td .text_no {margin-top: 5px; font-size: 15px; color: #ed5e5e;}
.boardview table tr td .text_ok {margin-top: 5px; font-size: 15px; color: #1e3e95;}
.boardview table tr td .calendarbox .inpbox {width: 180px;}
.boardview table tr td .calendarbox .character {margin: 0 5px;}
.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 {padding-left: 30px; color: #666;}
.boardview table tr td .file .btn_close {margin: -2px 5px 0 10px; 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_box li a {color: #666;}
.boardview table tr td .file_box li span {font-size: 13px; color: #666;}
.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.editor textarea {height: 180px;}
.boardview table tr td.tel .box .optionbox,
.boardview table tr td.tel .box .inpbox {width: 150px;}
.boardview table tr td.tel .box .inpbox input {text-align: center;}
.boardview table tr td.email .box .optionbox, 
.boardview table tr td.email .box .inpbox {width: 150px;}
.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 .box.email  .optionbox, 
.boardview table tr td .box.email .inpbox {width: 150px;}
.boardview table tr td .box.email .optionbox {margin-left: 10px;}
.boardview table tr td .box.email > button {margin-left: 10px;}
.boardview table tr td.address .box.post .inpbox {width: 250px;}
.boardview table tr td.address .box.detail {justify-content: space-between;}
.boardview table tr td.address .box.detail .inpbox {margin: 0; width: calc(50% - 5px);}
.boardview table tr td.address .box button {margin-left: 5px; height: 38px; font-size: 14px;}
.boardview table tr td .doubleCheck .inpbox {width: 290px;}
.boardview table tr td .doubleCheck button {margin-left: 5px; height: 38px; font-size: 14px;}
.attachment-file-edit {width: 100%; align-items: center;}
.attachment-file {position:relative; margin-top: 10px; display: flex; display:-webkit-flex; align-items: center;}
.attachment-file:first-child {margin-top: 0;}
.attachment-file .ipfile {position: relative; flex: none; margin-left: 10px; width: 102px; height: 38px;}
.attachment-file .ipfile input[type="file"] {overflow: hidden; position:absolute; width: 1px; height: 1px; margin: -1px; cursor: pointer;}
.attachment-file .ipfile input.file {position:absolute; z-index:5; width: calc(100% + 2px); height: calc(100% + 2px); opacity: 0; filter:alpha(opacity=0); cursor:pointer;}
.attachment-file .ipfile input.file:focus,
.attachment-file .ipfile input.file:focus-visible{opacity: 1; background: 0;}
.attachment-file .ipfile span {position: absolute; z-index: 2; font-size: 15px; line-height: 36px; display: block; left: 1px; top: 1px; color: #fff; width: 100%; height: 100%; text-align: center; color: #223f92; border: 1px solid #223f92; border-radius: 5px; cursor:pointer;}
.attachment-file .inpbox {position:relative; width: 340px !important;}
.attachment-file .button_box {margin-top: 0; padding-left: 10px; flex: none;}
.attachment-file .button_box button {margin-left: 7px;}
.boardview + .board_title {margin-top: 30px;}
.boardview + .button_box {margin-top: 30px;}
.boardview.boardhead > table > tbody tr td .box {justify-content: center;}
.boardview.boardhead > table > tbody tr td .box .inpbox input {text-align: right;}

/*썸네일 게시판*/
.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: #f4f9ff;}
.thumbnaillist > li a {padding: 20px 10px; display:flex; display:-webkit-flex;}
.thumbnaillist > li a .img_box {width: 256px; height: 172px; border-radius: 20px; flex: none; background-repeat: no-repeat; background-position: center center; background-size: cover;}
.thumbnaillist > li a .text_box {position: relative; padding: 10px 0 15px 30px; width: 100%;}
.thumbnaillist > li a .text_box h3 {display:flex; display:-webkit-flex; align-items: center;}
.thumbnaillist > li a .text_box h3 span {max-width: calc(100% - 30px); overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; font-size: 21px; font-weight: 500; line-height: 21px;}
.thumbnaillist > li a .text_box h3 img {margin-left: 7px;}
.thumbnaillist > li a .text_box .text {margin-top: 20px; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; max-height: 72px; -webkit-line-clamp: 3; color: #7d7d7d; font-size: 17px; line-height: 23px;}
.thumbnaillist > li:hover a .text_box h3 {text-decoration: underline;}
.thumbnaillist > li:hover a .text_box .text {text-decoration: underline;}
.thumbnaillist > li a .list_box {position: absolute; left: 30px; bottom: 5px;}
.thumbnaillist > li a .list_box li {padding-right: 15px; margin-right: 15px; color: #1d1d1d; font-size: 18px;}
.thumbnaillist > li a .list_box li::after {display: none;}

/*갤러리형 게시판*/
.gallerylist {display:flex; display:-webkit-flex; flex-wrap:wrap; -webkit-flex-wrap:wrap; padding-top: 30px; border-top: 2px solid #000; border-bottom: 1px solid #ddd;}
.gallerylist > li {margin: 0 40px 0 0; width: calc(25% - 30px);}
.gallerylist > li:nth-child(4n) {margin-right: 0;}
.gallerylist > li * {transition:all 0.3s; -webkit-transition:all 0.3s; -moz-transition:all 0.3s; -o-transition:all 0.3s;}
.gallerylist > li a {position: relative; display:flex; display:-webkit-flex; flex-flow: column; border-radius: 15px;}
.gallerylist > li .category {padding: 0 10px; display: inline-block; position: absolute; top: 20px; left: 20px; font-size: 13px; border-radius: 5px; background-color: #8794a7; color: #fff;}
.gallerylist > li .img_box {width: 100%; padding-top: 66%; border-radius: 15px; background-repeat: no-repeat; background-position: center center; background-size: cover;}
.gallerylist > li .text_box {padding: 20px 15px 40px; height: 100%; display:flex; display:-webkit-flex; flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-flow: column; justify-content: space-between;}
.gallerylist > li .text_box h3 {margin-bottom: 20px; display:flex; display:-webkit-flex; align-items: center;}
.gallerylist > li .text_box h3 span {max-width: calc(100% - 30px); overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; font-size: 18px; font-weight: 500; line-height: 23px;}
.gallerylist > li .text_box h3 img {margin-left: 7px;}
.gallerylist > li .text_box .text {margin-bottom: 20px; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; min-height: 46px; -webkit-line-clamp: 2; color: #7d7d7d; font-size: 17px; line-height: 23px;}
.gallerylist > li:hover .text_box h3 {text-decoration: underline;}
.gallerylist > li:hover .text_box .text {text-decoration: underline;}
.gallerylist > li .list_box li {padding-right: 8px; margin-right: 8px; color: #1d1d1d; font-size: 16px;}
.gallerylist > li .list_box li::after {display: none;}
.gallerylist > li.nodata {width: 100%; margin: -30px 0 0; border: 0; border-radius: 0;}

/*상세보기 일반 테이블*/
.tablebasic table tr th span.point::after {content: '*'; position: relative; top: 0; padding-left: 5px; color: #ff0000;}
.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: #e5e4e7;}
.tablebasic table thead tr th {border-right: 1px solid #e5e4e7;}
.tablebasic table thead tr th:last-child {border-right: 0;}
.tablebasic table tr {border-bottom: 1px solid #e5e4e7;}
.tablebasic table tr th {padding: 15px 20px; text-align: center; background-color: #f5f5f5;}
.tablebasic table tr td {padding: 15px 20px; height: 70px; text-align: center;}
.tablebasic table tr td.line {border-right-width: 1px;}
.tablebasic table tr td .box {display:flex; display:-webkit-flex; align-items: center;}
.tablebasic table tr td .box .tit {margin-right: 20px;}
.tablebasic table tr td .box .optionbox {margin-right: 10px;}
.tablebasic table tr td .box .inpbox {width: 300px;}
.tablebasic table tr td .box2 {display:flex; display:-webkit-flex; align-items: center;}
.tablebasic + .button_box {margin: 40px 0 20px;}
.tablebasic table tr td .round {margin-right: 30px;}
.tablebasic2 table {overflow: hidden; clear: both; width:100%; table-layout:fixed; border-top: 1px solid #e3e5e9;}
.tablebasic2 table tr {border-bottom: 1px solid #e3e5e9;}
.tablebasic2 table tr th span.point::after {content: '*'; position: relative; top: 2px; padding-left: 5px; color: #ed5e5e;}
.tablebasic2 table thead tr th {padding: 20px; text-align: center; background-color: #f3f6f9;}
.tablebasic2 table tbody tr th {padding: 20px; text-align: left; background-color: #f3f6f9;}
.tablebasic2 table tr td {padding: 20px 15px; text-align: center; word-break: keep-all;}
.tablebasic.border {margin-top: 20px;}
.tablebasic.border table tr th {padding: 20px; font-size: 16px;}
.tablebasic.border table tr td {padding: 20px; line-height: 20px; font-size: 16px; border-right: 1px solid #e5e4e7; word-break: keep-all; color: #666;}
.tablebasic.border table tr td:last-child {border-right: 0;}
.tablebasic.border table tr td .text_dot {margin-top: 20px; margin-left: 0; color: #1d1d1d;}
.tablebasic.border table tr td .text_dot:first-child {margin-top: 0;}
.tablebasic.border table tr td .list_check {margin-left: 15px;}
.tablebasic.border.border2 table tr td {line-height: 26px; color: #1d1d1d;}
.tablebasic.border.border2 table tr td.bg_b {background-color: #e0ecf8;}
.tablebasic.border.border2 table tr td.bg_g {background-color: #ddf3f5;}

/*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;}

/*info_box*/
.info_box {margin: 0 0 30px; padding: 20px 40px; border-radius: 10px; border: 1px solid #cfd4da; background-color: #f3f6f9;}
.info_box .line {margin: 0 0 10px; display:flex; display:-webkit-flex; gap: 30px;}
.info_box .line:last-child {margin: 0;}
.info_box dl {width: calc(25% - 22.5px); display:flex; display:-webkit-flex; align-items: center;}
.info_box dl dt {min-width: 80px; font-size: 15px; font-weight: 500; color: #8b949e;}
.info_box dl dd {width: calc(100% - 80px);}
.info_box dl dd .inpbox {width: 100%; height: 44px;}
.info_box dl dd .inpbox input:disabled {font-size: 15px; background-color: #f8fafc;}

@media screen and (max-width:1366px) {

}
@media screen and (max-width:1240px) {

}
@media screen and (max-width:1024px) {
    /*라디오박스*/
    .radio_box > li {margin-right: 15px;}
    .radio_box input[type=radio] + label {padding-left: 22px; line-height: 20px; font-size: 14px;}
    .radio_box input[type=radio] + label::after {width: 12px; height: 12px; top: calc(50% - 8px);}
    .radio_box input[type=radio] + label.on::before,
    .radio_box input[type=radio]:checked + label::before {top: calc(50% - 4px); left: 4px;}
    .radio_box_wrap .radio_box > li {margin-right: 0;}
    .radio_box_wrap .radio_box > li:last-child {margin-bottom: 0;}
    .radio_box.line > li {margin-bottom: 10px;}
    .radio_box.line > li .radio_box  {width: 100%;}
    .radio_box.line > li .radio_box li {width: 100%;}
    .radio_box2 {gap: 7px;}
    .radio_box2 input[type=radio] + label {padding: 0 10px; min-width: 55px; height: 27px; line-height: 25px; font-size: 12px; border-radius: 27px;}
    .radio_box2 .box .calendarbox {margin-left: 0;}
    .radio_box2 .box .calendarbox .inpbox {max-width: 115px; width: calc(50% - 4px); height: 27px;}
    .radio_box3 input[type=radio] + label {padding-left: 25px; line-height: 16px; font-size: 17px;}
    .radio_box3 input[type=radio] + label::before {width: 14px; height: 14px; top: 0px; background-size: 9px;}
    .radio_box3 input[type=radio]:checked  + label::before {background-size: 9px auto;}

    /*체크박스*/
    .check_box > li {margin-right: 25px;}
    .check_box input[type=checkbox] + label {padding-left: 25px; line-height: 20px;}
    .check_box input[type=checkbox] + label::before {width: 16px; height: 16px; top: -1px; border-width: 1px; background-size: 10px; margin-top: 2px;}
    .check_box input[type=checkbox]:checked  + label::before {background-size: 11px auto;}
    .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: 14px;}
    .check_box_wrap .check_box > li {margin-right: 0;}
    .check_box_wrap .check_box > li:last-child {margin-bottom: 0;}
    .check_box.center input[type=checkbox] + label {margin: 0 auto; padding-left: 18px; width: 16px; height: 16px;}
    .check_box.center input[type=checkbox] + label::before {left: calc(50% - 9px); top: calc(50% - 11px)}

    textarea {height: 65px; border-radius: 5px;}
    .inpbox {height: 36px;}
    .inpbox input.txt {padding: 0 10px;}
    .optionbox {height: 36px; border-radius: 5px;}
    .optionbox::after {right: 10px; top: calc(50% - 3px); width: 12px; height: 7px; background: url('../../images/hmpg/icon_select.png') no-repeat 0 0 / 100% auto;}
    .optionbox select {padding: 0 35px 0 12px; border-radius: 5px;}

    .nodata {font-size: 16px;}
    .calendarbox .inpbox .ui-datepicker-trigger {width: 34px; height: 34px; background-size: 13px auto;}
    .calendarbox .inpbox input {padding: 0 34px 0 10px;}
    .list_box li {padding-right: 10px; margin-right: 10px; font-size: 12px;}
    .list_box li::after {top: calc(50% - 4px); height: 9px;}
    .list_box li span {margin-right: 8px;}
    .file_box li {margin-bottom: 3px; justify-content: space-between;}
    .file_box li a {padding-right: 33px; line-height: 22px; background-size: 22px auto;}
    .character {margin: 0 5px;}

    /*일반게시판 텍스트박스*/
    .boardlist_box {margin-bottom: 30px; padding: 20px 30px; border-radius: 20px;}
    .boardlist_box p {margin-bottom: 5px; line-height: 22px; font-size: 13px;}
    .boardlist_box p:last-child {margin-bottom: 0;}
    .boardlist_box p.dot {padding-left: 10px;}
    .boardlist_box p.dot::before {top: 9px; width: 3px; height: 3px; border-radius: 3px;}

    /*일반게시판 검색바*/
    .board_top {margin-bottom: 10px; padding: 0; display: block;}
    .board_top .all {font-size: 14px;}
    .board_top .boardschbox {display: block;}
    .board_top .boardschbox > div {margin-bottom: 10px;}
    .board_top .boardschbox > div:last-child {margin-bottom: 0;}
    .board_top .boardschbox .search_box {width: 100%;}
    .board_top .boardschbox .select_box .optionbox, 
    .board_top .boardschbox .search_box .inpbox {width: 100%; height: 35px; border-radius: 5px;}
    .board_top .boardschbox .select_box .optionbox:last-child {margin-right: 0;}
    .board_top .boardschbox .select_box .optionbox select,
    .board_top .boardschbox .search_box .inpbox input.txt {font-size: 16px; border-radius: 5px;}
    .board_top .boardschbox .search_box .btn_search {width: 35px; height: 33px; border-radius: 0 5px 5px 0;}
    .board_top .boardschbox .search_box .btn_search .icon {transform: scale(0.9);}
    .board_top > .optionbox {float: right; margin: -28px 0 10px;}
    .board_top .calendarbox {margin-right: 0;}
    .board_top .calendarbox .inpbox {width: 100%;}
    .board_top .calendarbox .inpbox input.txt {font-size: 16px;}
    .board_top_tab {margin-right: 0; justify-content: right;}
    .board_top_tab li {margin-left: 5px;height: 27px; line-height: 27px;}
    .board_top_tab li a {padding: 0 10px; min-width: 55px; font-size: 12px; border-radius: 27px;}

    /*목록 텍스트*/
    .board_text {padding: 20px 0 35px; line-height: 24px; font-size: 13px;}
    .board_text::before {left: calc(50% - 10px); width: 20px;}

    /*목록 상단검색 기본*/
    .boardlist_top {padding: 15px;}
    .boardlist_top .search_box {flex-wrap: wrap; gap: 10px;}
    .boardlist_top .search_box .inpbox {width: 100%; height: 38px; border-radius: 5px;}
    .boardlist_top .search_box .inpbox input.txt {padding: 0 15px; font-size: 15px; border-radius: 5px;}
    .boardlist_top .search_box button {width: 100%; height: 38px; font-size: 16px;}
    .boardlist_top2 {margin-bottom: 25px; padding: 15px;}
    .boardlist_top2 .box {flex-wrap: wrap; gap: 8px;}
    .boardlist_top2 .box .optionbox {width: 100%; height: 38px;}
    .boardlist_top2 .box .optionbox select {font-size: 15px;}
    .boardlist_top2 .box .search_box {width: 100%; flex-wrap: wrap; gap: 8px;}
    .boardlist_top2 .box .search_box .inpbox {width: 100%; height: 38px;}
    .boardlist_top2 .box .search_box .inpbox input {padding: 0 12px; font-size: 15px;}
    .boardlist_top2 .box .search_box button {width: 100%; height: 38px; font-size: 16px;}

    /*일반게시판 리스트*/
    .boardlist table, .boardlist table tbody, .boardlist table tbody tr td {display: block;}
    .boardlist table thead {display: none;}
    .boardlist table tbody tr {position: relative; padding: 5px 0; display:flex; display:-webkit-flex; align-items: center; flex-wrap:wrap; -webkit-flex-wrap:wrap;}
    .boardlist table tbody tr td {padding: 5px; font-size: 13px; line-height: 13px; text-align: left;}
    .boardlist table tbody tr td.title_box {width: 100%;}
    .boardlist table tbody tr td.title_box .title a {font-size: 16px; line-height: 16px;}
    .boardlist table tbody tr td.title_box .title .new {margin-right: 3px; width: 16px; height: auto;}
    .boardlist table tbody tr td.title_box .title .comment {margin-left: 3px; width: 22px; height: 22px; line-height: 22px; font-size: 11px; background: url('../../images/hmpg/icon_ripple.png') center / 100% auto;}
    .boardlist table tbody tr td.title_box .title.comment a {width: calc(100% - 25px);}
    .boardlist table tbody tr td.title_box .title.ripple a {padding-left: 22px; background-size: 13px auto;}
    .boardlist table tbody tr td.title_box .title.secret > img {margin-left: 3px; width: 12px; height: auto;}
    .boardlist table tbody tr td.num {width: 46px; text-align: center;}
    .boardlist table tbody tr td.file img {width: 22px; height: auto;}
    .boardlist table tbody tr td.nodata {padding: 33px 0 !important; width: 100%; font-size: 14px; text-align: center;}
    .boardlist table tbody tr.fix td .notice {width: 36px; height: 18px; line-height: 18px; font-size: 11px; border-radius: 18px;}
    .boardlist2 table tbody tr {padding: 5px 0 40px 30px; position: relative;}
    .boardlist2 table tbody tr td {padding: 5px 10px;}
    .boardlist2 table tbody tr td.num {position: absolute; top: 5px; left: -10px;}
    .boardlist2 table tbody tr td.bt_r {position: absolute; bottom: 5px; right: 0;}
    .boardlist2 table tbody tr td.bt_r * {font-size: 15px;}
    .boardlist2 table tbody tr td.bt_l {position: absolute; bottom: 3px; left: 30px;}
    .boardlist2 table tbody tr td.bt_l button {width: 200px; height: 28px; line-height: 26px;}
    .boardlist2 table tbody tr.nodata td.nodata {padding: 0 !important;}

    /*하단 버튼*/
    .button_box {margin-top: 30px;}
    .button_box button {margin-left: 10px;}
    .button_box.line {display: block;}
    .button_box.line > div {display: block;}
    .button_box.line button {margin: 0 0 10px; width: 100%; height: 50px; font-size: 17px;}
    .button_box.line > div:first-child button:last-child {margin: 0 0 25px;}
    .button_box.line > div:last-child button:last-child {margin: 0;}
    .button_box button.btn_enroll {width: 100%; height: 50px; gap: 15px;}
    .button_box button.btn_enroll .icon {width: 14px; height: 14px; background: url('../../images/hmpg/icon_btn_enroll.png') no-repeat center / 100% auto;}
    .button_box button.btn_list {width: 100%; height: 50px; gap: 10px;}
    .button_box button.btn_list .icon {width: 13px; height: 13px; background: url('../../images/hmpg/icon_btn_list.png') no-repeat center / 100% auto;}
    .button_box + .boardview {margin-top: 50px;}

    /*페이징*/
    .paging {margin-top: 35px;}
    .paging button {margin: 0 15px; padding: 0; height: 23px; line-height: 23px; font-size: 14px; background-size: 100% auto;}
    .paging button.btn-paging-first {margin: 0 17px 0 0; width: 12px;}
    .paging button.btn-paging-pre {margin: 0 15px 0 0; width: 6px;}
    .paging button.btn-paging-next {margin: 0 0 0 15px; width: 6px;}
    .paging button.btn-paging-last {margin: 0 0 0 17px; width: 12px;}

    /*일반게시판 상세*/
    .board_detail .list_box_wrap {padding: 10px 5px; display: block;}
    .board_detail .list_box {padding: 0;}
    .board_detail .list_box li {padding-right: 8px; font-size: 13px;}
    .board_detail .list_box li:last-child {margin-right: 0; padding-right: 0;}
    .board_detail .list_box li.category {width: 100%; font-size: 15px;}
    .board_detail .list_box_wrap h4 {margin: 0 0 5px; padding-left: 0; width: 100%; font-size: 17px;}
    .board_detail .list_box_wrap h4 .answer {padding-left: 25px; background: url('../../images/hmpg/icon_answer.png') no-repeat 0 3px / 14px auto;}
    .board_detail .file_box {padding: 10px 5px;}
    .board_detail .file_box li a {font-size: 15px;}
    .board_detail .content_box {padding: 25px 10px; font-size: 14px; line-height: 20px;}
    .board_detail .video_box {padding: 30px 0;}
    .board_detail .video_box .youtube, 
    .board_detail .video_box .video {width: 100%; height: 512px; padding: 45px 0; text-align: center;}
    .board_detail .video_box .youtube {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 {margin: 20px 0 0; padding: 15px 10px; height: 93px; border-radius: 3px;}
    .board_detail_title {margin: 0 0 20px; line-height: 30px; font-size: 21px;}
    .board_detail_answer_title {margin: 50px 0 10px; padding-left: 27px; font-size: 17px; background: url('../../images/hmpg/icon_board_detail_answer_title.png') no-repeat 0 center / 18px auto;}
    .board_detail + .button_box {margin-top: 30px;}

    /*이전글 다음글*/
    .view_bottom {margin-top: 50px;}
    .view_bottom dl {padding: 12px;}
    .view_bottom dl dt {margin-right: 16px; width: 11px; height: 7px;}
    .view_bottom dl dt span::after {top: calc(50% - 4px); width: 11px; height: 7px;}
    .view_bottom dl.next dt span::after {background-size: 11px auto; background-position: 0 center;}
    .view_bottom dl.prev dt span::after {background-size: 11px auto; background-position: 0 center;}
    .view_bottom dl dd {width: calc(100% - 27px);}
    .view_bottom dl dd a {font-size: 16px;}

    /*댓글*/
    .comment_area .button_box button {margin-left: 5px; min-width: 65px; height: 28px;}
    .comment_area .button_box button:first-of-type {margin-left: 10px;}
    .comment_area .button_box .byte {font-size: 13px;}
    .comment_area .comment_write {padding: 25px 20px 15px; border-radius: 10px;}
    .comment_area .board_top .all {font-size: 17px;}
    .comment_area .comment_write .write_box textarea {height: 100px;}
    .comment_area .comment_list {margin-top: 30px;}
    .comment_area .comment_list > li {border-bottom: 1px solid #dbdbdb;}
    .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 {margin-right: 8px; padding-right: 8px;}
    .comment_area .comment_list > li dl dt .list_box li.name {font-size: 17px;}
    .comment_area .comment_list > li dl dt .list_box li.date {font-size: 13px;}
    .comment_area .comment_list > li dl dt .list_box.button_area {float: right; margin-top: 10px;}
    .comment_area .comment_list > li dl dt .list_box.button_area li {margin-right: 5px; padding-right: 0;}
    .comment_area .comment_list > li dl dt .list_box.button_area li::after {display: none;}
    .comment_area .comment_list > li dl dt .list_box.button_area li:last-child {margin-right: 0;}
    .comment_area .comment_list > li dl dt .list_box.button_area li button {min-width: 65px; height: 28px;}
    .comment_area .comment_list > li dl dd {padding: 10px 0 0; font-size: 14px; line-height: 20px;}
    .comment_area .comment_list > li dl dd textarea {height: 55px; font-size: 13px;}
    .comment_area .comment_list > li dl.reply dt {padding-left: 20px; background-position: 0 2px; background-size: 12px auto;}
    .comment_area .comment_list > li dl.reply dd {padding: 10px 0 0; font-size: 14px; line-height: 20px;}
    .comment_area .comment_list > li dl.reply dd .name {margin: 0 0 5px; padding-right: 0; display: block;}
    .comment_area .comment_list > li .comment_write {margin: 10px 0 20px;}
    .comment_area .comment_btn {margin-top: 30px;}
    .comment_area .comment_btn button {width: 100%; height: 50px; line-height: 48px; font-size: 17px;}
    
    /*일반게시판 글쓰기*/
    .boardview .point_txt {margin-bottom: 5px;}
    .boardview .boardview_title {margin-bottom: 5px; font-size: 13px;}
    .boardview > table, .boardview > table > tbody, .boardview > table > tbody > tr, .boardview > table > tbody > tr > th, .boardview > table > tbody > tr > td {display: block;}
    .boardview > table {padding: 0;}
    .boardview > table > tbody > tr {border-bottom: 0;}
    .boardview > table > tbody > tr:last-child {margin-bottom: 0;}
    .boardview > table > tbody > tr > th {padding: 12px 15px; font-size: 14px; color: #666; background-color: #f3f6f9;}
    .boardview > table > tbody > tr > th:first-child {margin-top: 0;}
    .boardview > table > tbody > tr > td {padding: 10px 0; font-size: 14px; line-height: 20px; border-bottom: 1px solid #eaecef;}
    .boardview table tr th.line {border-left: 0 !important;}
    .boardview table tr th.th0 {margin: 0 0 2px; background-color: #d5e8fd;}
    .boardview table tr th.th1 {margin: 0 0 2px; background-color: #e0e9f2;}
    .boardview table tr td .optionbox {max-width: 100%;}
    .boardview table tr td .box .character {font-size: 12px;}
    .boardview table tr td .box.type2 .character {width: 100%; text-align: center;}
    .boardview table tr td .box.type2 .optionbox + .optionbox {margin-left: 0;}
    .boardview table tr td .box.type2 .optionbox.w150 {width: calc(50% - 5px) !important;}
    .boardview table tr td .box.type2 .optionbox.w100 {width: calc(50% - 15px) !important;}
    .boardview table tr td .box.type2 .optionbox.w120 {width: calc(50% - 15px) !important;}
    .boardview table tr td .box.type2 .check_box li {margin-right: 10px;}
    .boardview table tr td .box.type2 .button_box {margin-left: 0 !important;}
    .boardview table tr td .box.type2 .button_box button {padding: 0 10px; height: 28px; font-size: 12px;}
    .boardview table tr td .box.type2 .tit1 {width: 100%;}
    .boardview table tr td .box.type2 .tit2 {margin-left: 0; width: 100%;}
    .boardview table tr td .text {font-size: 13px;}
    .boardview table tr td .text_no {font-size: 13px;}
    .boardview table tr td .text_ok {font-size: 13px;}
    .boardview table tr td .calendarbox .inpbox {width: 100%;}
    .boardview table tr td .calendarbox + .ml10 {margin-left: 0 !important;}
    .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_box li {justify-content: left;}
    .boardview table tr td .file_box li a {background-position: 0 3px;}
    .boardview table tr td .file_box li span {line-height: 24px; font-size: 11px;}
    .boardview table tr td.m_hidden {display: none !important;}
    .boardview table tr td.line {border-left: 0 !important;}
    .boardview table tr td.editor textarea {height: 150px;}
    .boardview table tr td.tel .box .optionbox,
    .boardview table tr td.tel .box .inpbox {width: 89px;}
    .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 .box.email .optionbox, 
    .boardview table tr td .box.email .inpbox {width: 170px;}
    .boardview table tr td .box.email .optionbox {margin-left: 10px;}
    .boardview table tr td .box.email .btn_check {margin-left: 10px;}
    .boardview table tr td.address .box button {margin-left: 0; font-size: 12px;}
    .boardview table tr td.address .box.post .inpbox {width: calc(100% - 75px);}
    .boardview table tr td.address .box.post button {height: 36px; font-size: 13px;}
    .boardview table tr td.address .box.detail {margin-top: 5px;}
    .boardview table tr td.address .box.detail .inpbox {width: 100%; }
    .boardview table tr td .doubleCheck .inpbox {width: calc(100% - 75px); max-width: 290px;}
    .boardview table tr td .doubleCheck .optionbox {width: calc(100% - 75px); max-width: 290px;}
    .boardview table tr td .doubleCheck button {margin-left: 0; height: 36px; font-size: 13px;}
    .attachment-file {flex-wrap: wrap;}
    .attachment-file .ipfile {margin-left: 10px; width: 87px; height: 36px;}
    .attachment-file .ipfile span {font-size: 15px; border-radius: 5px;}
    .attachment-file .inpbox {width: calc(100% - 98px) !important;}
    .attachment-file .button_box {padding: 10px 0 0; width: calc(100% - 98px);}
    .attachment-file .button_box button {width: calc(50% - 5px);}
    .attachment-file.flexwrap {flex-wrap: wrap;}
    .attachment-file.flexwrap .text {width: 100%; text-align: right; margin-top: 5px;}
    .boardview + .board_title {margin-top: 20px;}
    .boardview + .button_box {margin-top: 30px;}
    .boardview.boardhead > table > thead, .boardview.boardhead > table > thead > tr, .boardview.boardhead > table > thead > tr > th {display: block;}
    .boardview.boardhead > table > thead > tr {border-bottom: 0;}
    .boardview.boardhead > table > thead > tr:last-child {margin-bottom: 0;}
    .boardview.boardhead > table > thead > tr > th {padding: 12px 15px; font-size: 14px; color: #666; background-color: #f3f6f9;}
    .boardview.boardhead > table > thead > tr > th:first-child {margin-top: 0;}
    .boardview.boardhead > table {position: relative;}
    .boardview.boardhead > table > thead {position: absolute; top: 0; left: 0; width: 100%;}
    .boardview.boardhead > table > thead tr th {width: 120px; height: 57px; line-height: 57px; padding: 0 15px; font-size: 15px; text-align: left !important; letter-spacing: -0.7px;}
    .boardview.boardhead > table > thead tr th.long {width: 100%; background-color: #e8eef5;}
    .boardview.boardhead > table > thead tr th.w180 {width: 180px;}
    .boardview.boardhead > table > tbody {margin-left: 120px; width: calc(100% - 120px);}
    .boardview.boardhead > table > tbody tr td {height: 57px; line-height: 57px; padding: 0 15px; font-size: 14px; text-align: right !important; letter-spacing: -0.7px;}
    .boardview.boardhead > table > tbody tr td .box {justify-content: right;}

    /*썸네일 게시판*/
    .thumbnaillist > li a {padding: 20px 10px;}
    .thumbnaillist > li a .img_box {width: 300px; height: 136px; border-radius: 10px;}
    .thumbnaillist > li a .text_box {padding: 20px 0 15px 20px; width: 100%;}
    .thumbnaillist > li a .text_box h3 span {max-width: calc(100% - 25px); font-size: 18px; line-height: 18px;}
    .thumbnaillist > li a .text_box h3 img {margin-left: 7px; width: 18px; height: auto;}
    .thumbnaillist > li a .text_box .text {margin-top: 10px; -webkit-line-clamp: 2; font-size: 14px; line-height: 20px;}
    .thumbnaillist > li a .list_box {margin-top: 10px; position: static;}
    .thumbnaillist > li a .list_box li {padding-right: 10px; margin-right: 10px; font-size: 14px;}

    /*갤러리형 게시판*/
    .gallerylist {padding-top: 20px;}
    .gallerylist > li {margin: 0 15px 0 0; width: calc(25% - 11.25px);}
    .gallerylist > li a {border-radius: 10px;}
    .gallerylist > li .category {padding: 0 8px; top: 10px; left: 10px; font-size: 11px; border-radius: 3px;}
    .gallerylist > li .img_box {border-radius: 10px;}
    .gallerylist > li .text_box {padding: 15px 0;}
    .gallerylist > li .text_box h3 {margin-bottom: 10px;}
    .gallerylist > li .text_box h3 span {max-width: calc(100% - 21px); font-size: 17px; line-height: 23px;}
    .gallerylist > li .text_box h3 img {margin-left: 3px; width: 18px; height: auto;}
    .gallerylist > li .text_box .text {margin-bottom: 10px; min-height: 36px; font-size: 15px; line-height: 18px;}
    .gallerylist > li .list_box li {font-size: 13px;}
    .gallerylist > li .list_box li:first-child {width: 100%;}
    .gallerylist > li.nodata {margin: -25px 0 0 !important;}

    /*상세보기 일반 테이블*/
    .tablebasic table tr th span.point::after {padding-left: 3px;}
    .tablebasic table tr {word-break: break-all;}
    .tablebasic table tr th {padding: 10px 15px;}
    .tablebasic table tr td {padding: 10px 15px;}
    .tablebasic table tr td .box {display: block;}
    .tablebasic table tr td .box .tit {margin: 0 0 5px; display: block;}
    .tablebasic table tr td .box .txt {font-size: 12px;}
    .tablebasic table tr td .box .optionbox {margin: 0 0 5px;}
    .tablebasic table tr td .box .inpbox {width: 100%;}
    .tablebasic + .button_box {margin: 25px 0;}
    .tablebasic2 table {overflow: hidden; clear: both; width:100%; table-layout:fixed; border-top: 1px solid #e3e5e9;}
    .tablebasic2 table tr {border-bottom: 1px solid #e3e5e9;}
    .tablebasic2 table thead tr th {padding: 15px; font-size: 16px;}
    .tablebasic2 table tbody tr th {padding: 15px; font-size: 16px;}
    .tablebasic2 table tr td {padding: 15px 10px; font-size: 15px;}
    .tablebasic.border table tr th {font-size: 14px;}
    .tablebasic.border table tr td {line-height: 22px; font-size: 14px;}
    .tablebasic.border table tr td * {font-size: 14px;}
    .tablebasic.border table tr td .text_dot {margin-top: 15px;}
    .tablebasic.border table tr td img {width: 100px; height: auto;}
    .tablebasic.border.border2 table tr td {line-height: 22px;}
    
    /*faq*/
    .faq_area > li > a {padding: 10px 27px 10px 33px; font-size: 13px;}
    .faq_area > li > a .num {position: absolute; top: 10px; left: 10px; font-size: 18px;}
    .faq_area > li > a .txt {font-size: 14px;}
    .faq_area > li > a .icon {right: 3px; transform: scale(0.625);}
    .faq_area > li > ul li {padding: 10px 27px 10px 33px; font-size: 13px; line-height: 20px;}
    .faq_area > li > ul li::before {left: 10px; top: 10px; font-size: 18px;}
    .faq_area > li.active > a .icon {transform: rotate(180deg) scale(0.625);}
    
    /*info_box*/
    .info_box {padding: 20px 30px; border-radius: 5px;}
    .info_box .line {flex-wrap: wrap; gap: 10px;}
    .info_box dl {width: calc(50% - 5px);}
    .info_box dl dt {min-width: 75px; font-size: 13px;}
    .info_box dl dd {width: calc(100% - 75px);}
    .info_box dl dd .inpbox {height: 38px;}
    .info_box dl dd .inpbox input:disabled {font-size: 13px;}
}
@media screen and (max-width:784px){
    /*갤러리형 게시판*/
    .gallerylist > li {width: calc(33.33% - 10px);}
    .gallerylist > li:nth-child(4n) {margin-right: 15px;}
    .gallerylist > li:nth-child(3n) {margin-right: 0;}

    /*상세보기 일반 테이블*/
    .tablebasic.border {overflow-y: auto;}
    .tablebasic.border table {width: 1200px;}
}
@media screen and (max-width:640px){
    /*일반게시판 글쓰기*/
    .boardview.scroll {overflow-x: auto;}
    .boardview.scroll table {width: 600px;}
    .boardview table tr td .optionbox {width: 100%;}
    .boardview table tr td.email .box {flex-wrap:wrap; -webkit-flex-wrap:wrap; justify-content: space-between;}
    .boardview table tr td.email .box .inpbox:first-child {width: calc(100% - 26px);}
    .boardview table tr td.email .box .optionbox, .boardview table tr td.email .box .inpbox {width: calc(50% - 5px);}
    .boardview table tr td.email .box .optionbox {margin-left: 0;}
    .boardview.border {overflow-x: auto;}
    .boardview.border table {width: 600px;}

    /*썸네일 게시판*/
    .thumbnaillist > li a {display: block;}
    .thumbnaillist > li a .img_box {width: 100%; height: 0; padding-bottom: 45%;}
    .thumbnaillist > li a .text_box {padding: 20px 0 0;}

    /*info_box*/
    .info_box dl {width: 100%;}
}
@media screen and (max-width:480px){
    /*갤러리형 게시판*/
    .gallerylist {justify-content: space-between;}
    .gallerylist > li {width: calc(50% - 7.5px);}
    .gallerylist > li:nth-child(3n) {margin-right: 15px;}
    .gallerylist > li:nth-child(2n) {margin-right: 0;}
}
@media screen and (max-width:360px){
}
@media screen and (max-width:320px){
}