@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}

.btn_select_wrap.rdockb {display: flex; display:-webkit-flex; flex-wrap: wrap;}
.btn_rdockb input + label {padding: 0 10px; margin: 4px 4px 4px 0; min-width: 80px; height: 35px; line-height: 33px; font-size: 15px; text-align: center; border: 1px solid #333; background-color: #fff;}
.btn_rdockb input:checked + label {background-color: #333; color: #fff;}

/*라디오박스*/
.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: 30px; display: block; line-height: 22px; cursor:pointer; color: #333;}
.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% - 10px); width: 20px; height: 20px; border: 1px solid #bdbdbd;}
.radio_box input[type=radio] + label.on::before,
.radio_box input[type=radio]:checked + label::before {left: 6px; top: calc(50% - 4px); width: 10px; height: 10px; background-color: #1b1b1b;}
.radio_box input[type=radio]:checked + label::after {border: 1px solid #1b1b1b;}
.radio_box_wrap .radio_box > li {width: 100%; margin-bottom: 10px;}
.radio_box_wrap .radio_box li.others {display: flex; display:-webkit-flex; width: 100%; align-items: center;}
.radio_box_wrap .radio_box li.others input[type=radio] + label {margin-right: 20px; min-width: 94px !important; flex: none;}
.radio_box_wrap .radio_box li.others .inpbox {width: calc(100% - 94px);}
.radio_box_wrap .radio_box li.others.others2 input[type=radio] + label {min-width: 50px !important;}
.radio_box_wrap .radio_box li.others.others2 .inpbox {width: calc(100% - 50px);}
.radio_box.center {justify-content: center;}
.radio_box > li.inp .inpbox {margin-left: 10px; width: 350px;}

/*체크박스*/
.check_box.right {justify-content: flex-end;}
.check_box > li {margin-right: 30px;}
.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% - 10px); width: 16px; height: 16px; border: 2px solid #d2d2d2; background: #fff; background-repeat: no-repeat; background-position: center center;}
.check_box input[type=checkbox] + label.on::before, 
.check_box input[type=checkbox]:checked  + label::before {background-color: #0667d4; background-image: url('../../images/web/icon_check.png'); background-size: 14px; border-color: #0667d4;}
.check_box.type2 input[type=checkbox] + label {padding-left: 0; min-width: 80px; line-height: 34px; text-align: center; border: 1px solid #c2c2c2; border-radius: 36px;}
.check_box.type2 input[type=checkbox] + label::before {display: none;}
.check_box.type2 input[type=checkbox] + label.on, 
.check_box.type2 input[type=checkbox]:checked  + label {color: #fff; font-weight: 500; background-color: #0667d4; border-color: #0667d4;}
.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.type3 {width: 16px; height: 16px; display: block; margin: 0 auto;}
.check_box_wrap .check_box > li {width: 100%; margin-bottom: 10px; 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 #c0c1c3;}
.optionbox, .inpbox {position: relative; height: 35px; border: 1px solid #c1c1c1;}
.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%; color: transparent; font-size: 0; line-height: 0; background-color: #f5f5f5; background-repeat: no-repeat; background-position: center center; background-image: url('../../images/web/icon_calendar.png');}
.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_box2 li {margin-bottom: 8px; display: flex; display:-webkit-flex; font-size: 16px; color: #666;}
.list_box2 li:last-child {margin-bottom: 0;}
.list_box2 li span {margin-right: 20px; display: block; min-width: 62px; font-weight: 500; color: #333;}
.list_box2 li a {color: #666;}
.list_box2 li a img {margin-left: 8px;}

.file_box li {margin-bottom: 10px; display: flex; display:-webkit-flex; align-items: stretch;}
.file_box li:last-child {margin-bottom: 0;}
.file_box li a {position: relative; padding: 0 10px 0 28px; background-repeat: no-repeat; background-position: 0 5px; background-image: url('../../images/web/icon_down.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;}
.file_box.file_box2 {display: flex; display:-webkit-flex;}
.file_box.file_box2 li a {padding: 0 20px 0 28px;}
.character {margin: 0 10px;}
.no_list {padding: 80px 0 !important; width: 100% !important; grid-column: auto / span 2; color: #000; font-size: 20px; text-align: center;}

/*목록 상단검색 기본*/
.boardlist_top {position: relative; padding: 30px; margin-bottom: 30px; background-color: #fafafa;}
.boardlist_top .box_wrap {width: 100%; display: flex; display:-webkit-flex; justify-content: space-between; margin-bottom: 20px;}
.boardlist_top .box_wrap:last-child {margin-bottom: 0;}
.boardlist_top .box {display: flex; display:-webkit-flex; align-items: center; justify-content: center; margin-right: 20px;}
.boardlist_top .box > div {margin-right: 10px;}
.boardlist_top .box:last-child {margin-right: 0;}
.boardlist_top .box dt {min-width: 45px; margin-right: 20px;}
.boardlist_top .box dt.mw30 {min-width: 30px;}
.boardlist_top .box dt.mw45 {min-width: 45px;}
.boardlist_top .box dt.mw60 {min-width: 60px;}
.boardlist_top .box dd .character {margin: 0 10px;}
.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 dd.calendarbox .optionbox {width: 165px;}
.boardlist_top .box dd.search_input .inpbox {width: 500px; margin-right: 10px;}
.boardlist_top button {flex: none; width: 110px; height: 45px; font-size: 15px; font-weight: 500; margin-right: 5px;}
.boardlist_top button:last-child {margin-right: 0;}
.boardlist_top .type01 .box {width: calc(100% - 249px);}
.boardlist_top .type01 .box dt {margin-left: 40px;}
.boardlist_top .type01 .box dt:first-child {margin-left: 0;}
.boardlist_top .type01 .box dd.search_input {width: 100%;}
.boardlist_top .type01 .box dd.search_input .inpbox {width: 100%;}
.boardlist_top .type01 .box .optionbox {margin-right: 10px;}
.boardlist_top .type02 .box dt {min-width: auto;}
.boardlist_top .type03 .box dd.search_input .inpbox {width: 526px; margin-right: 0;}
.boardlist_top .type04 .box dt {margin-left: 40px;}
.boardlist_top .type04 .box dt:first-child {margin-left: 0;}

/*일반게시판 검색바*/
.board_top {margin-bottom: 15px; display: flex; display:-webkit-flex; justify-content: space-between; align-items: flex-end;}
.board_top .all {color: #555;}
.board_top .all span {color: #000; font-weight: 600;}
.board_top .boardschbox {display: flex; display:-webkit-flex;}
.board_top .boardschbox .select_box {display: flex; display:-webkit-flex;}
.board_top .boardschbox .select_box .optionbox, .board_top .boardschbox .search_box .inpbox {height: 38px; border: 0; border-bottom: 1px solid #000;}
.board_top .boardschbox .select_box .optionbox {margin-right: 10px; width: 110px;}
.board_top .boardschbox .select_box .optionbox::after {right: 0; border-top: 5px solid #606060;}
.board_top .boardschbox .select_box .optionbox select {padding: 0 10px; color: #555; font-size: 14px;}
.board_top .boardschbox .search_box {position: relative;}
.board_top .boardschbox .search_box .inpbox {width: 200px;}
.board_top .boardschbox .search_box.type2 .inpbox {width: 400px;}
.board_top .boardschbox .search_box .inpbox input.txt {padding: 0 35px 0 10px; color: #585858; font-size: 15px;}
.board_top .boardschbox .search_box .btn_search {z-index: 120; position: absolute; right: 10px; top: calc(50% - 9px); display: block;}
.board_top .boardschbox .search_box .btn_search .icon {width: 17px; height: 17px;}
.board_top .boardschbox .search_box .btn_search .icon::after {width: 9px; height: 9px;}
.board_top .boardschbox .search_box .btn_search .icon::before {bottom: 3px;}
.board_top .button_box {margin-top: 0;}
.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 {font-size: 15px; color: #707070;}
.board_top .order li.active a {padding-left: 13px; position: relative; display: block; color: #000;}
.board_top .order li.active a::before {position: absolute; top: calc(50% - 3px); left: 0; content: ''; display: block; width: 8px; height: 6px; background: url('../../images/web/icon_order_active.png') no-repeat;}
.board_top > .optionbox {width: 120px;}

/*게시판(공지사항) 리스트*/
.boardlist {overflow: hidden; width: 100%;}
.boardlist table {width:100%; table-layout:fixed; line-height: 30px; border-top: 2px solid #222;}
.boardlist table thead tr {border-bottom: 1px solid #9ba5af;}
.boardlist table thead tr th {padding: 15px 10px; color: #333; font-weight: 500; line-height: 22px;}
.boardlist table tbody tr {border-bottom: 1px solid #e4e4e4;}
.boardlist table tbody tr:hover {background-color: #f3f5f6;}
.boardlist table tbody tr td {overflow: hidden; padding: 15px 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 img {margin-left: 10px; flex: none;}
.boardlist table tbody tr td.title_box .title a {border-bottom: 1px solid #666; color: #666; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.boardlist table tbody tr td.title_box a {display: block;}
.boardlist table tbody tr td.title_box .title.comment a {padding-left: 17px; background-image: url('../../images/web/icon_comment.png'); background-position: left center; background-repeat: no-repeat;}
.boardlist table tbody tr td.target_box {display: flex; display:-webkit-flex; align-items: left;}
.boardlist table tbody tr td.target_box p {color: #666; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.boardlist table tbody tr td div.radio_box input[type=radio] + label{width: 22px; height: 22px; margin: 0 auto; padding-left: 0;}
.boardlist.boardlist3 table tbody tr td {color: #666;}
.boardlist.boardlist3 table tbody tr td button.btn_red {color: #dd0303; border-bottom: 1px solid #dd0303;}
.boardlist.boardlist3 table tbody tr td .tbTime, .boardlist.boardlist3 table tbody tr td .tbPlace {display: flex; display:-webkit-flex; justify-content: center; align-items: center;}
.boardlist.boardlist3 table tbody tr td .tbTime span.tit, .boardlist.boardlist3 table tbody tr td .tbPlace span.tit {margin-right: 10px;}
.boardlist.boardlist3 table tbody tr td .tbTime .optionbox, .boardlist.boardlist3 table tbody tr td .tbPlace .optionbox {width: 100%;}
.boardlist.boardlist3 table tbody tr td .tbTime span.colon {margin: 0 5px;}
.boardlist.boardlist3 table tbody tr td .btn_boardlist button {margin-bottom: 5px; min-width: 120px; height: 35px; font-size: 15px;}
.boardlist.boardlist3 table tbody tr td .btn_boardlist button:last-child {margin-bottom: 0;}

/*하단 버튼*/
.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 .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: 40px; display: flex; display:-webkit-flex; justify-content: center;}
.paging button {margin: 0 2px; display: block; width: 40px; height: 40px; color: #000; line-height: 38px; text-align:center; border-radius: 40px; background-repeat: no-repeat; background-position: center center; border-style: solid; border-color: #d5d5d5;}
.paging button:last-child {margin-right: 3px;}
.paging button:hover, .paging button.on {color: #fff; font-weight: 500; border: 1px solid #0667d4; background-color: #0667d4;}
.paging button.btn-paging-first {margin: 0 10px 0 0; background-image:url('../../images/web/paging_first.png'); border-width: 1px;}
.paging button.btn-paging-pre {margin: 0 15px 0 0; background-image: url('../../images/web/paging_prev.png'); border-width: 1px;}
.paging button.btn-paging-next {margin: 0 0 0 15px; background-image: url('../../images/web/paging_next.png'); border-width: 1px;}
.paging button.btn-paging-last {margin: 0 0 0 10px; background-image: url('../../images/web/paging_last.png'); border-width: 1px;}
.paging button.btn-paging-first:hover,
.paging button.btn-paging-pre:hover,
.paging button.btn-paging-next:hover,
.paging button.btn-paging-last:hover {color: #0667d4; background-color: #fff;}

/*일반게시판 상세*/
.board_detail {border-top: 2px solid #222;}
.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: #333; font-size: 22px;}
.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 .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: #0667d4; 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; font-size: 14px; color: #666;}
.board_detail .content_box img {max-width: 100%;}
.board_detail .file_box {padding: 20px;}
.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/web/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: #444; font-size: 15px; line-height: 28px; border-top: 1px solid #e1e1e1;}
.board_detail .content_box {padding: 15px;}
.board_detail .content_box img {max-width: 100%;}

/*디지털아카이브 게시판 상세*/
.board_detail.type2 .title_box {display: block; display:-webkit-block; border-bottom: 0;}
.board_detail.type2 .title_box .top_info {margin-bottom: 15px; display: flex; display:-webkit-flex; align-items: center; justify-content: center;}
.board_detail.type2 .title_box .top_info p {line-height: 24px;}
.board_detail.type2 .title_box .top_info p.sort {padding: 0 10px; margin-left: 10px; min-width: 50px; color: #0667d4; font-size: 14px; font-weight: 500; border: 1px solid #0667d4;}
.board_detail.type2 .title_box h4 {margin-bottom: 10px; text-align: center;}
.board_detail.type2 > div, .board_detail.type2 > ul {border-bottom-width: 0;}
.board_detail.type2 > div:last-child {border-bottom-width: 1px;}
.board_detail.type2 .list_box {padding: 0; justify-content: center;}
.board_detail.type2 .content_box {padding: 0 20px 25px;}

/*이전글 다음글*/
.view_bottom {margin-top: 50px; border-top: 1px solid #e4e4e4;}
.view_bottom dl {padding: 20px 0; display: flex; display:-webkit-flex; font-size: 15px; border-bottom: 1px solid #e4e4e4;}
.view_bottom dl dt {padding: 0 20px; width: 120px; color: #333;}
.view_bottom dl dt span {position: relative; padding-left: 35px;}
.view_bottom dl dt span::after {content: ''; position: absolute; left: 0; top: 10px; width: 8px; height: 8px; border-top: 1px solid #333; border-right: 1px solid #333;}
.view_bottom dl.next dt span::after {top: 4px; transform: rotate(135deg);}
.view_bottom dl.prev dt span::after {transform: rotate(-45deg);}
.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: 15px;}

/*댓글*/
.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: 13px; color: #333;}
.comment_area .comment_write .write_box {padding-top: 20px; border-top: 1px solid #888;}
.comment_area .comment_write .write_box textarea {height: 90px;}
.comment_area .comment_list {margin-top: 20px; border-top: 1px solid #dcdcdc;}
.comment_area .comment_list > li dl {padding: 15px 20px; border-bottom: 1px dotted #dcdcdc;}
.comment_area .comment_list > li dl dt {display: flex; display:-webkit-flex; align-items: center;}
.comment_area .comment_list > li dl dt .button_box {margin-top: 0; margin-left: 30px;}
.comment_area .comment_list > li dl dt .list_box li {margin-right: 10px; padding-right: 10px;}
.comment_area .comment_list > li dl dt .list_box li.name {font-size: 14px; color: #000;}
.comment_area .comment_list > li dl dt .list_box li.date {font-size: 13px; color: #707070;}
.comment_area .comment_list > li dl dt .list_box.button_area {margin-left: 30px;}
.comment_area .comment_list > li dl dt .list_box.button_area li {margin-right: 5px; padding-right: 5px; line-height: 11px;}
.comment_area .comment_list > li dl dt .list_box.button_area li::after {top: calc(50% - 5px); height: 10px; background-color: #535353;}
.comment_area .comment_list > li dl dt .list_box.button_area li button {font-size: 11px; font-family: '돋움'; color: #535353;}
.comment_area .comment_list > li dl dd {padding: 10px 0 0; font-size: 14px;}
.comment_area .comment_list > li dl dd textarea {padding: 3px 10px; height: 30px; font-size: 14px; color: #333; background-color: #fff; border-color: #d2d2d2;}
.comment_area .comment_list > li dl.reply {background: #eff1f5; border-bottom: 1px solid #fff;}
.comment_area .comment_list > li dl.reply dt {padding-left: 40px; background-repeat: no-repeat; background-position: 20px 8px; background-image: url('../../images/web/icon_comment.png');}
.comment_area .comment_list > li dl.reply dd {padding: 10px 20px 0 40px;}
.comment_area .comment_list > li dl.reply dd .name {padding-right: 5px; color: #015ab8; font-weight: 500;}
.comment_area .comment_list > li dl.reply dd .name::before {content: '@';}

/*게시판 글쓰기 타입1-일반글쓰기*/
.boardview {overflow:hidden; width: 100%;}
.boardview .btn_check {margin-left: 10px;}
.boardview .point_txt {margin-bottom: 10px; color: #333; text-align: right;}
.boardview .point_txt::before {content: '*'; position: relative; top: 3px; padding-right: 3px; color: #fa0000;}
.boardview .point_txt2 {position: relative; margin-bottom: 10px; color: #333; text-align: right;}
.boardview .point_txt2::before {content: '*'; position: absolute; top: 3px; right: -13px; font-size: 18px; color: #fa0000;}
.boardview .boardview_title {margin-bottom: 10px; font-size: 18px; font-weight: 500; color: #333;}
.boardview table {width: 100%; table-layout: fixed; border-top: 2px solid #222;}
.boardview table tr {border-bottom: 1px solid #e4e4e4;}
.boardview table tr th {padding: 15px 20px; color: #333; font-weight: 500; text-align: left; word-break: keep-all; background-color: #f9f9f9;}
.boardview table tr th.line {border-right: 1px solid #e4e4e4;}
.boardview table tr th .questionmark {margin: 0 0 6px 2px;}
.boardview table tr th .select_relation {position: relative; display: flex; display:-webkit-flex; align-items: center;}
.boardview table tr th .select_relation .optionbox {margin-left: 10px; width: 200px;}
.boardview table tr th .select_relation .btn_close {margin-left: 10px; position: absolute; top: 0; right: 0;}
.boardview table tr th .select_relation .btn_close .icon {margin-left: 10px; display: inline-block; width: 10px; height: 10px;}
.boardview table tr th .select_relation .btn_close .icon::after,
.boardview table tr th .select_relation .btn_close .icon::before {left: -2px; top: 4px; width: 15px; height: 1px; background-color: #fff;}
.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;}
.boardview table tr td > a {display: block;}
.boardview table tr td .optionbox {width: 200px;}
.boardview table tr td .inpbox {width: 100%;}
.boardview table tr td textarea {height: 200px;}
.boardview table tr td .text {margin: 0 8px; font-size: 14px; color: #707070;}
.boardview table tr td .text2 {margin-top: 10px; font-size: 15px; line-height: 26px; color: #666;}
.boardview table tr td .text2 button {margin-left: 10px;}
.boardview table tr td .box {display: flex; display:-webkit-flex; align-items: center;}
.boardview table tr td .box.selectBox + .box.selectBox {margin-top: 10px;}
.boardview table tr td .box.selectBox .optionbox {margin-right: 10px;}
.boardview table tr td .box.selectBox .optionbox:last-child {margin-right: 0;}
.boardview table tr td .box.selectBox .button_box {margin-top: 0;}
.boardview table tr td .box.selectBox.birthDate .optionbox {width: 120px;}
.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; display: block; left: 0; top: 0; color: #fff; width:100%; height:100%; text-align:center; background:#6b6e7b; line-height:36px; font-size: 12px; font-family: 'Dotum'; cursor:pointer; border-radius: 5px;}
.boardview table tr td .attachment-file .inpbox {position:relative; width: 340px;}
.boardview table tr td .attachment-file .button_box {margin-top: 0; padding-left: 10px; flex: none;}
.boardview table tr td .attachment-file .button_box button {margin-left: 5px;}
.boardview table tr td .calendarbox .inpbox {width: 180px;}
.boardview table tr td .calendarbox .character {margin: 0 10px;}
.boardview table tr td .calendarbox.have_time .optionbox {margin-left: 10px; width: 100px;}
.boardview table tr td a.file_download {display: inline-block; text-decoration: underline;}
.boardview table tr td a.file_download img {margin-left: 5px;}
.boardview table tr td a.file_download + button.btn_close2 {margin-left: 6px;}
.boardview table tr td .img_box {text-align: left;}
.boardview table tr td .img_box p {margin-bottom: 10px;}
.boardview table tr td .img_box img {max-width: 100%; height: auto;}
.boardview table tr td .have_button {display: flex; display: -webkit-flex; align-items: center;}
.boardview table tr td .have_button button {margin-left: 10px;}
.boardview table tr td.tel .box .optionbox, .boardview table tr td.tel .box .inpbox {width: 110px;}
.boardview table tr td.email .box .optionbox, .boardview table tr td.email .box .inpbox {width: 170px;}
.boardview table tr td.email .box .optionbox {margin-left: 10px;}
.boardview table tr td.email .box .btn_check {margin-left: 10px;}
.boardview table tr td.text .box .inpbox {width: 340px;}
.boardview table tr td.address .box.post .inpbox {width: 250px;}
.boardview table tr td.address .box.detail {justify-content: space-between;}
.boardview table tr td.address .box.detail .inpbox {margin-top: 10px; width: calc(50% - 5px);}
.boardview table tr td.address .box button {margin-left: 10px; flex: none; width: 80px; height: 35px; color: #fff; font-size: 12px; font-family: 'Dotum', sans-serif; background-color: #6b6e7b; border-radius: 3px;}
.boardview table tr td.editor {padding: 10px 0;}
.boardview table tr td.identification .box .inpbox {width: 120px;}
.boardview table tr td.identification button {margin-left: 10px;}
.boardview table tr td.directInp .btn_select_wrap {display: flex; display:-webkit-flex;}
.boardview table tr td.directInp .btn_select_wrap .btn_select_inp {display: flex; display:-webkit-flex;}
.boardview table tr td.directInp .btn_select_wrap .inpbox {margin: 4px 0 4px 0; width: 200px;}
.boardview table tr td.name {display: flex; display:-webkit-flex; justify-content: space-between; align-items: center;}
.boardview table tr td.name .btn_close.btn6.bg_gray {margin-left: 10px;}
.boardview table tr td.name .btn_close.btn6.bg_gray .icon {margin-left: 10px; display: inline-block; width: 10px; height: 10px;}
.boardview table tr td.name .btn_close.btn6.bg_gray .icon::after,
.boardview table tr td.name .btn_close.btn6.bg_gray .icon::before {left: -2px; top: 4px; width: 15px; height: 1px; background-color: #fff;}
.boardview table tr td.tbInpBtn {display: flex; display:-webkit-flex;}
.boardview table tr td.tbInpBtn button {margin-left: 10px;}
.boardview table tr td.newsletter p {margin: 15px 0;}
.boardview.boardview2 tr th {text-align: center; background-color: #f9f9f9; border-bottom: 1px solid #99a5b3; border-right: 1px solid #e4e4e4;}
.boardview.boardview2 tr th:first-child {border-left: 1px solid #e4e4e4;}
.boardview.boardview2 tr td {padding: 17px 15px; text-align: center; color: #666; border-right: 1px solid #e4e4e4;}
.boardview.boardview2 tr td:first-child {border-left: 1px solid #e4e4e4;}
.boardview.boardview2 tr td.survey h4 {font-size: 18px; color: #333;}
.boardview.boardview2 tr td.survey h4.point::before {content: '*'; position: relative; top: 3px; padding-right: 3px; color: #fa0000;}
.boardview.boardview2 tr td.survey .radio_box_wrap,
.boardview.boardview2 tr td.survey .check_box_wrap {margin-top: 10px;}
.boardview.boardview2 tr td.survey textarea {margin-top: 10px;}
.boardview.boardview2 tr td .survey_btn {margin-top: 10px;}
.boardview.boardview2 tr td .survey_btn button {position: relative; width: 34px; height: 34px; border: 1px solid #7b736b; border-radius: 3px;}
.boardview.boardview2 tr td .survey_btn button::after, .boardview.boardview2 tr td .survey_btn button::before { content: ''; position: absolute; top: 50%; width: 10px; height: 2px; background-color: #7b736b; transition: 0.3s;} 
.boardview.boardview2 tr td .survey_btn button::after {right: 8px; transform: rotate(45deg);} 
.boardview.boardview2 tr td .survey_btn button::before {right: 14px; transform: rotate(-45deg);} 
.boardview.boardview2 tr td .survey_btn button.bottom::after {transform: rotate(-45deg);} 
.boardview.boardview2 tr td .survey_btn button.bottom::before {transform: rotate(45deg);} 
.boardview.boardview3 table {border-top: 0;}
.boardview.boardview3 tr th {text-align: center; color: #fff; background-color: #0667d4; border-right: 1px solid #6481c9;}
.boardview.boardview3 tr th:last-child {border-right: 0;}
.boardview.boardview3 tr td {padding: 17px 15px; text-align: center; color: #666; border-right: 1px solid #e4e4e4;}
.boardview.boardview3 tr td:first-child {border-left: 1px solid #e4e4e4;}
.boardview_list1 > li {padding-left: 10px; position: relative;}
.boardview_list1 > li::before {content: '-'; position: absolute; top: 0; left: 0;}
.boardview_list2 > li {padding-left: 10px; position: relative;}
.boardview_list2 > li::before {content: ''; position: absolute; top: 13px; left: 0; width: 4px; height: 4px; background-color: #0667d4;}
.boardview_list2 > li p.emphasis {font-weight: 500; color: #000;}
p.reference {padding-left: 18px; position: relative;}
p.reference::before {content: '※'; position: absolute; top: 0; left: 0;}

/*설문조사 참여하기*/
.survey_top {margin-bottom: 30px; padding: 20px; border-radius: 15px; border: 2px solid #ced1d5; background-color: #f8fafb;}
.survey_top h3 {font-size: 22px; color: #000;}
.survey_top .date {margin: 5px 0 15px; font-size: 14px; color: #666;}
.survey_top .txt {font-size: 16px; color: #000;}
.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; background-color: #f8fafb; 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: #ff6b63;}
.survey_detail dl dd ul.result_list li .percent {width: 125px; text-align: right; line-height: 15px;}
.survey_detail dl dd ul.result_list li .btn5 {margin-top: 10px;}
.survey_detail dl dd ul.result_list.result_list2 li .graph {width: 100%;}
.survey_detail dl dd ul.result_list.result_list2 li .percent {margin-top: 10px; width: 100%;}
.survey_detail dl dd textarea {height: 100px;}
.survey_detail dl 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;}
.survey_title {margin-bottom: 25px; text-align: center;}
.survey_title span.tit {font-size: 24px; font-weight: 500; color: #0667d4; border-bottom: 2px solid #0667d4;}
.survey_title p.txt {margin-top: 20px; font-size: 16px; color: #333;}

/*썸네일게시판*/
.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 a {padding: 30px; display:flex; display:-webkit-flex;}
.thumbnaillist > li a .img_box {width: 260px; height: 180px; flex: none; background-repeat: no-repeat; background-position: center center; background-size: cover;}
.thumbnaillist > li a .text_box {position: relative; padding-left: 30px; width: 100%;}
.thumbnaillist > li a .text_box h3 {overflow: hidden; margin-bottom: 15px; display: -webkit-box; -webkit-box-orient: vertical; max-height: 56px; -webkit-line-clamp: 2; color: #333; font-size: 18px; font-weight: 600; line-height: 28px;}
.thumbnaillist > li a .text_box .text {overflow: hidden; margin-bottom: 15px; display: -webkit-box; -webkit-box-orient: vertical; max-height: 78px; -webkit-line-clamp: 3;}
.thumbnaillist > li a .list_box {position: absolute; left: 30px; bottom: 0;}
.thumbnaillist > li a .list_box li {padding-right: 10px; margin-right: 10px; color: #707070; font-size: 14px;}
.thumbnaillist > li a .list_box li::after {top: calc(50% - 6px); height: 13px; background-color: #d1d1d1;}
.thumbnaillist.type2 {display: grid; display:-webkit-grid; grid-template-columns: repeat(2, auto); column-gap: 30px; grid-row-gap: 30px; border-top-width: 0;}
.thumbnaillist.type2 > li {border-bottom: 0;}
.thumbnaillist.type2 > li a {padding: 0;}
.thumbnaillist.type2 > li a .text_box {padding-left: 20px;}
.thumbnaillist.type2 > li a .text_box .category {margin-bottom: 5px; color: #333; font-size: 14px;}
.thumbnaillist.type2 > li a .text_box h3 {margin-bottom: 10px; max-height: 28px; -webkit-line-clamp: 1; color: #0667d4; font-size: 18px; font-weight: 500;}
.thumbnaillist.type2 > li a .text_box .name {margin-bottom: 10px; color: #000;}
.thumbnaillist.type2 > li a .text_box .text {margin-bottom: 0; color: #666;}

/*카드형 게시판*/
.cardlist {display:flex; display:-webkit-flex; flex-wrap:wrap; -webkit-flex-wrap:wrap;}
.cardlist > li {margin-right: 30px; margin-top: 30px; width: calc(33.33% - 20px);}
.cardlist > li:nth-child(3n) {margin-right: 0;}
.cardlist > li:nth-child(-n+3) {margin-top: 0;}
.cardlist > li a {padding: 25px 30px; display: block; border: 1px solid #ddd;}
.cardlist > li a .img_box {position: relative; margin-bottom: 25px; width: 100%; height: 250px; background-repeat: no-repeat; background-position: center center; background-size: cover;}
.cardlist > li a .img_box .ico_badge {position: absolute; top: 10px; left: 10px;}
.cardlist > li a .title {margin-bottom: 10px; display:flex; display:-webkit-flex; align-items: center; height: 56px;}
.cardlist > li a .ico_badge {margin-right: 5px; flex: none; width: 41px; height: 41px; text-align: center; line-height: 41px; border-radius: 100%;}
.cardlist > li a .title h3 {overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; max-height: 56px; -webkit-line-clamp: 2; color: #333; font-size: 18px; line-height: 28px;}
.cardlist > li a .text {overflow: hidden; margin-bottom: 20px; display: -webkit-box; -webkit-box-orient: vertical; height: 78px; -webkit-line-clamp: 3;}
.cardlist > li a .bottom {display:flex; display:-webkit-flex; justify-content: space-between; align-items: center;}
.cardlist > li a .bottom .list_box li {margin-right: 10px; padding-right: 10px; color: #707070;}
.cardlist > li a .bottom .list_box li::after {top: calc(50% - 6px); height: 12px;}
.cardlist.img > li a {padding: 0; border: 0;}
.cardlist.img > li a .title {margin-bottom: 25px;}
.cardlist.img > li a .title h3 {height: 60px; font-size: 20px; line-height: 30px;}

/*갤러리형 게시판*/
.gallaylist {overflow: hidden; display:flex; display:-webkit-flex; flex-wrap:wrap; -webkit-flex-wrap:wrap;}
.gallaylist > li {margin: 0 20px 35px 0; width: calc(25% - 15px);}
.gallaylist > li:nth-child(4n) {margin-right: 0;}
.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: #0667d4; border: 1px solid #0667d4; 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 #555; background-color: #555;}
.gallaylist > li .img_box {margin-bottom: 10px; width: 100%; padding-top: 64.6%; background-repeat: no-repeat; background-position: center center; background-size: cover;}
.gallaylist > li .img_box .ico_badge {position: absolute; left: 0; top: 0; width: 65px; line-height: 28px;}
.gallaylist > li .text_box {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: #333; 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: 15px; 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.type2 > li {position: relative;}
.gallaylist.type2 > li .img_box {margin-bottom: 0;}
.gallaylist.type2 > li .text_box {opacity: 0; padding: 0 30px; width: 100%; position: absolute; top: 0; left: 0; flex-flow: row; align-items: center; justify-content: center; text-align: center; background: rgba(0, 0, 0, 0.3); transition:all 0.3s; -webkit-transition:all 0.3s; -moz-transition:all 0.3s; -o-transition:all 0.3s;}
.gallaylist.type2 > li h3 {max-height: 78px; -webkit-line-clamp: 3; text-align: center; color: #fff;}
.gallaylist.type2 > li:hover .text_box {opacity: 1;}
.gallaylist.type3 .state_wrap {margin: 0 0 5px; line-height: 30px; display:flex; display:-webkit-flex; gap: 5px;}
.gallaylist.type3 .state_wrap .state {position: static;}
.gallaylist.type3 .state_wrap > span {font-size: 14px; color: #0667d4;}

/*텍스트목록 게시판*/
.textlist {overflow: hidden; border-top: 2px solid #222;}
.textlist > li {border-bottom: 1px solid #cbcbcb;}
.textlist > li a {padding: 20px 0; display: block;}
.textlist > li a .title_box {margin-bottom: 15px; display:flex; display:-webkit-flex; align-items: center;}
.textlist > li a .title_box p {margin-right: 10px; flex: none; line-height: 25px; color: #000;}
.textlist > li a .title_box p.notice {width: 70px; height: 25px; color: #fff; font-size: 14px; text-align: center;}
.textlist > li a .title_box p.notice1 {background-color: #0667d4;}
.textlist > li a .title_box p.notice2 {background-color: #01bf56;}
.textlist > li a .title_box p.notice3 {background-color: #a061fe;}
.textlist > li a .title_box h3 {overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #010101; font-size: 18px;}
.textlist > li a .text_box .text {overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; max-height: 52px; -webkit-line-clamp: 2;}
.textlist > li a .text_box .list_box {margin-top: 10px;}
.textlist > li a .text_box .list_box li {margin-right: 10px; padding-right: 10px; color: #707070; font-size: 14px;}
.textlist > li a .text_box .list_box li::after {top: calc(50% - 5px); height: 12px;}

/*상세보기 일반 테이블(세로)*/
.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: #929bac;}
.tablebasic table thead tr th:last-child {border-right: 0;}
.tablebasic table tr {border-bottom: 1px solid #e4e4e4;}
.tablebasic table tr th {padding: 11px 15px; color: #333; text-align: center; background-color: #f9f9f9; border-right: 1px solid #e4e4e4;}
.tablebasic table tr td {padding: 11px 20px; text-align: center; border-right: 1px solid #e4e4e4;}
.tablebasic table tr td:last-child {border-right-width: 0;}
.tablebasic table tr td.line {border-right-width: 1px;}

/*faq*/
.faq_tab {margin-bottom: 30px; display:flex; display:-webkit-flex; align-items: center;}
.faq_tab li {margin-right: 20px; border-bottom: 3px solid #fff; transition:all 0.3s; -webkit-transition:all 0.3s; -moz-transition:all 0.3s; -o-transition:all 0.3s;}
.faq_tab li:last-child {margin-right: 0;}
.faq_tab li a {font-size: 20px; font-weight: 500; color: #000;}
.faq_tab li.active {border-bottom: 3px solid #0667d4;}
.faq_tab li.active a {color: #0667d4 !important;}
.faq_tab li:hover {border-bottom: 3px solid #0667d4;}
.faq_tab li:hover a {color: #0667d4;}
.faq_area > li {word-break: keep-all; border-bottom: 1px solid #d9d9d9; 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: 27px 80px 27px 75px; display: block; font-size: 18px;}
.faq_area > li > a .num {position: absolute; top: 28px; left: 30px; font-size: 24px; font-weight: 600; color: #000; font-family:'Nanum Square', 'Noto Sans KR', sans-serif;}
.faq_area > li > a .txt {font-size: 18px; color: #000;}
.faq_area > li > a .icon {position: absolute; right: 20px; top: calc(50% - 20px); width: 40px; height: 40px; 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: 20px; width: 11px; height: 2px; background-color: #333;}
.faq_area > li > a .icon::after {left: 11px; transform: rotate(42.1deg);}
.faq_area > li > a .icon::before {right: 11px; transform: rotate(-42.1deg);}
.faq_area > li > ul {display: none; background-color: #f7f9fa;}
.faq_area > li > ul li {position: relative; padding: 25px 80px 25px 75px; font-size: 16px; line-height: 28px; color: #333;}
.faq_area > li > ul li::before {content: 'A.'; position: absolute; top: 30px; left: 30px; font-size: 24px; font-weight: 600; color: #333; font-family:'Nanum Square', 'Noto Sans KR', sans-serif;}
.faq_area > li.active a {border-bottom: 1px solid #000;}
.faq_area > li.active > a .icon {transform: rotate(180deg); background-color: #fff; border: 1px solid #787878;}
.faq_area > li.active > a .icon::after {left: 10px;}
.faq_area > li.active > a .icon::before {right: 10px;}

@media screen and (max-width:1366px) {
    /*목록 상단검색 기본*/
    .boardlist_top .box .inpbox {width: 150px;}
    .boardlist_top .box .optionbox {width: 190px;}
    .boardlist_top .box dd.calendarbox .optionbox {width: 135px;}
    .boardlist_top .box dd.search_input .inpbox {width: 300px;}
    .boardlist_top .type02 .box dt {margin-right: 10px;}
    .boardlist_top .type02 .box .optionbox {width: 135px;}
    .boardlist_top .type03 .box dd.search_input .inpbox {width: 256px;}

    /*댓글*/
    .comment_area .button_box {padding: 0;}
}
@media screen and (max-width:1240px) {
    .gallaylist > li .button_box button {padding: 0 10px; background-position: right 10px center;}
}
@media screen and (max-width:1024px) {
    .btn_rdockb input + label {padding: 0 5px; margin: 2px 2px 2px 0; min-width: 65px; height: 28px; line-height: 26px; font-size: 13px;}

    .radio_box > li {margin-right: 25px;}
    .radio_box input[type=radio] + label {padding-left: 25px; line-height: 18px; font-size: 14px;}
    .radio_box input[type=radio] + label::after {width: 16px; height: 16px;}
    .radio_box input[type=radio] + label.on::before,
    .radio_box input[type=radio]:checked + label::before {width: 8px; height: 8px; top: calc(50% - 5px); left: 5px;}
    .radio_box_wrap .radio_box > li {margin-right: 0;}
    .radio_box_wrap .radio_box > li:last-child {margin-bottom: 0;}
    .radio_box_wrap .radio_box li.others input[type=radio] + label {margin-right: 10px; min-width: 80px !important; font-size: 13px;}
    .radio_box_wrap .radio_box li.others .inpbox {width: calc(100% - 80px);}
    .radio_box_wrap .radio_box li.others.others2 input[type=radio] + label {min-width: 50px !important;}
    .radio_box_wrap .radio_box li.others.others2 .inpbox {width: calc(100% - 50px);}
        
    /*체크박스*/
    .check_box input[type=checkbox] + label {padding-left: 25px; line-height: 22px;}
    .check_box input[type=checkbox] + label::before {width: 12px; height: 12px; border-width: 1px; background-size: 9px; margin-top: 5px;}
    .check_box input[type=checkbox]:checked  + label::before {background-size: 10px;}
    .check_box.type2 input[type=checkbox] + label {min-width: 50px; font-size: 10px; line-height: 23px; border-radius: 25px;}
    .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_wrap .check_box li.others.others2 input[type=checkbox] + label {margin-right: 10px; min-width: 50px !important; font-size: 13px;}
    .check_box_wrap .check_box li.others.others2 .inpbox {width: calc(100% - 50px);}

    .list_box li {padding-right: 15px; margin-right: 15px; font-size: 10px;}
    .list_box li::after {top: calc(50% - 4px); height: 9px;}
    .list_box li span {margin-right: 8px;}
    .list_box2 li {margin-bottom: 5px; font-size: 13px;}
    .list_box2 li span {min-width: 52px;}
    .list_box2 li a img {margin-left: 5px;}
    .file_box li {margin-bottom: 5px; justify-content: space-between;}
    .file_box li a {position: relative; top: 2px; padding: 0 5px 0 20px; background-size: 15px; background-position: 0 3px;}
    .file_box li button {width: 77px; height: 25px; font-size: 10px;}
    .file_box li button.view {background-size: 10px;}
    .file_box li button.down {background-size: 8px;}
    .file_box.file_box2 li a {padding: 0 10px 0 20px;}
    .character {margin: 0 5px;}
    
    /*일반게시판 검색바*/
    .board_top .boardschbox .search_box.type2 .inpbox {width: 200px;}
    .board_top .order {justify-content: right; margin-top: -20px;}
    .board_top .order li {margin-right: 15px;}
    .board_top .order li a {font-size: 12px;}
    .board_top > .optionbox {float: right; margin: -28px 0 10px;}
    
    /*목록 상단검색 기본*/
    .boardlist_top {padding: 15px; margin-bottom: 30px;}
    .boardlist_top .box_wrap {display: block; margin-bottom: 0;}
    .boardlist_top .box {display: block; width: 100%;}
    .boardlist_top .box dt {width: 100%; font-size: 14px; margin-right: 0; margin-bottom: 5px;}
    .boardlist_top .box dd {margin-bottom: 15px;}
    .boardlist_top .box .inpbox {width: 100%; height: 35px;}
    .boardlist_top .box .inpbox input.txt {font-size: 13px; padding: 8px 10px;}
    .boardlist_top .box .optionbox {width: 100%; height: 35px;}
    .boardlist_top .box .optionbox select {font-size: 13px; padding: 8px 10px;}
    .boardlist_top .box .inpbox {width: 100%; height: 35px;}
    .boardlist_top .box dd.calendarbox .optionbox {width: 100%;}
    .boardlist_top .box dd.calendarbox .inpbox {width: calc(50% - 10px) !important;}
    .boardlist_top .box dd.calendarbox .inpbox .ui-datepicker-trigger {width: 33px; height: 33px; background-size: 60% auto;}
    .boardlist_top .box dd.search_input .inpbox {width: 100%; margin-left: 0;}
    .boardlist_top .box_btn {position: static; width: 100%;}
    .boardlist_top button {flex: none; width: calc(50% - 6px); height: 35px; font-size: 15px; font-weight: 500; margin-right: 8px;}
    .boardlist_top button:last-child {margin-right: 0;}
    .boardlist_top .box {width: 100% !important;}
    .boardlist_top .box dd.search_input {width: 100% !important;}
    .boardlist_top .type01 .box dt {margin-left: 0;}
    .boardlist_top .type02 .box dt {margin-right: 0;}
    .boardlist_top .type02 .box .optionbox {width: 100% !important;}
    .boardlist_top .type03 .box dd.search_input .inpbox {width: 100% !important;}
    .boardlist_top .type04 .box dt {margin-left: 0;}

    /*게시판(공지사항) 리스트*/
    .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; flex-wrap:wrap; -webkit-flex-wrap:wrap;}
    .boardlist table tbody tr td {padding: 3px 0; text-align: left; font-size: 10px; line-height: 16px;}
    .boardlist table tbody tr td.m_hidden {display: none !important;}
    .boardlist table tbody tr td.top {font-size: 11px;}
    .boardlist table tbody tr td.title_box {width: 100%;}
    .boardlist table tbody tr td.title_box .title img {margin-left: 5px; width: 15px;}
    .boardlist table tbody tr td.title_box .title a {color: #333; font-size: 15px; line-height: 22px;}
    .boardlist table tbody tr td.target_box p {color: #333;}
    .boardlist table tbody tr td.right {position: absolute; right: 0; bottom: 5px;}
    .boardlist table tbody tr td.line {position: relative; padding-right: 8px; margin-right: 7px;}
    .boardlist table tbody tr td.line::after {content: ''; position: absolute; right: 0; top: calc(50% - 5px); width: 1px; height: 10px; background-color: #c6c6c6;}
    .boardlist table tbody tr td.file img {width: 12px; height: 12px;}
    .boardlist table tbody tr td .file {width: 15px;}
    .boardlist table tbody tr td .w_hidden {display: inline-block !important; color: #333; font-weight: 500;}
    .boardlist table tbody tr td .w_hidden::after {content: ':'; padding: 0 3px;}
    .boardlist.boardlist2 table tbody tr td {padding: 5px 0; width: calc(100% - 35px); margin-left: 35px; text-align: left; font-size: 14px;}
    .boardlist.boardlist2 table tbody tr td:first-child {position: absolute; top: calc(50% - 14px); 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 .btn5 {width: 100%;}
    .boardlist.boardlist3 table tbody tr td {width: 100%; font-size: 12px;}
    .boardlist.boardlist3 table tbody tr td .w_hidden::after {display: none;}
    .boardlist.boardlist3 table tbody tr td a {font-size: 12px;}
    .boardlist.boardlist3 table tbody tr td span.tit {width: 70px; font-size: 10px; font-weight: 500; color: #333;}
    .boardlist.boardlist3 table tbody tr td .btn_red_wrap br {display: none;}
    .boardlist.boardlist3 table tbody tr td .btn_red_wrap button.btn_red {margin: -3px 0 0 3px;}
    .boardlist.boardlist3 table tbody tr td button.btn_red {font-size: 12px;}
    .boardlist.boardlist3 table tbody tr td .tbTime, .boardlist.boardlist3 table tbody tr td .tbPlace {justify-content: left;}
    .boardlist.boardlist3 table tbody tr td .btn_boardlist button {margin-bottom: 0; margin-left: 3px; padding: 0 10px; min-width: auto; height: 28px; font-size: 12px;}
    .boardlist.boardlist3 table tbody tr.tr_check td:first-child {position: absolute; top: calc(50% - 14px); left: 3px; width: 30px; height: 100%; text-align: center;}
    .boardlist.boardlist3 table tbody tr.tr_check {padding-left: 35px;}
    .boardlist.boardlist3 table tbody tr.tr_check td .check_box.type3 {display: inline-block;}
    .boardlist.boardlist3 table tbody tr.tr_check td .check_box.type3 input[type=checkbox]:focus + label {outline: none;}
    .boardlist.boardlist3 table tbody tr td .w_hidden {display: inline-block !important; font-size: 13px; 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 table tbody tr:hover {background-color: #fff;}

    /*하단 버튼*/
    .button_box button {margin-left: 5px;}
    .button_box button.right {position: relative; right: 0; top: 0;}

    /*페이징*/
    .paging {margin-top: 30px;}
    .paging button {width: 26px; height: 26px; line-height: 24px; font-size: 12px; background-size: auto 8px;}
    .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 .title_box {padding: 15px 0; justify-content: space-between;}
    .board_detail .title_box h4 {font-size: 15px;}
    .board_detail .title_box .ico_badge {margin-left: 10px; width: 36px; height: 17px; font-size: 10px; line-height: 17px;}
    .board_detail .list_box {padding: 10px 0;}
    .board_detail .list_box li.answerer {font-size: 14px;}
    .board_detail .list_box li.date {font-size: 11px;}
    .board_detail .list_box2 {padding: 10px 0;}
    .board_detail .content_bar {padding: 15px 0 0; display: flex; display:-webkit-flex; justify-content: flex-end; border-bottom: 0;}
    .board_detail .content_bar .btn_more {padding: 0 10px 0 15px; height: 30px; font-size: 13px;}
    .board_detail .content_bar .btn_more .icon {margin-left: 10px; transform: scale(0.8);}
    .board_detail .content_bar .btn_more .icon::after, .board_detail .content_bar .btn_more .icon::before {left: -10px;}
    .board_detail .content_bar .btn_more .icon::before {top: calc(50% - 1px);}
    .board_detail .content_bar .btn_share img {width: 30px;}
    .board_detail .content_bar .share_box {top: 50px; padding: 10px !important;}
    .board_detail .content_bar .share_box .btn_close {right: 2px; top: 2px; transform: scale(0.7);}
    .board_detail .content_bar .share_box .button_box {margin: 0 0 10px; padding: 0;}
    .board_detail .content_bar .share_box .button_box .btn_share {margin-left: 0; font-size: 11px; width: 52px;}
    .board_detail .content_bar .share_box .link_box .inpbox {height: 32px;}
    .board_detail .content_bar .share_box .link_box button {width: 70px; height: 32px;}
    .board_detail .video_box {padding: 20px 0 0; display: block; display:-webkit-block;}
    .board_detail .video_box .youtube {position: relative; width: 100%; height: auto; padding-top: 56.25%;}
    .board_detail .video_box .youtube iframe {position: absolute;top: 0;left: 0;width: 100%;height: 100%;border: 0;}
    .board_detail .video_box .video {width: 100%;}
    .board_detail .video_box .contents {padding: 15px; margin-top: 20px; font-size: 14px; line-height: 22px;}
    .board_detail .content_box {padding: 15px 10px;}
    .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%;}
    .board_detail .video_box {margin-bottom: 20px;}
    /*디지털아카이브 게시판 상세*/
    .board_detail.type2 .title_box {margin-bottom: 25px;}
    .board_detail.type2 .title_box .top_info {margin-bottom: 7px;}
    .board_detail.type2 .title_box .top_info p {line-height: 18px;}
    .board_detail.type2 .title_box .top_info p.sort {min-width: 32px; font-size: 9px;}
    .board_detail.type2 .title_box h4 {margin-bottom: 5px;}
    .board_detail.type2 .content_box {padding: 0 0 15px;}

    /*이전글 다음글*/
    .view_bottom dl {padding: 10px 0; font-size: 13px;}
    .view_bottom dl dt {padding: 0; width: 62px;}
    .view_bottom dl dt span {position: relative; padding-left: 23px;}
    .view_bottom dl dt span::after {top: 8px;}
    .view_bottom dl.next dt span::after {top: 2px;}
    .view_bottom dl dd {padding: 0 0 0 20px; width: calc(100% - 62px);}
    .view_bottom dl dd a {font-size: 13px;}
    
    /*댓글*/
    .comment_area {margin-top: 40px;}
    .comment_area .button_box {margin-top: 10px;}
    .comment_area .button_box button {margin-left: 10px;}
    .comment_area .comment_write .write_box textarea {height: 100px;}
    .comment_area .comment_list {margin-top: 30px;}
    .comment_area .comment_list > li {padding: 0 10px;}
    .comment_area .comment_list > li dl dt {padding: 10px 0 0; overflow: hidden;}
    .comment_area .comment_list > li dl dt .list_box {float: left;}
    .comment_area .comment_list > li dl dt .list_box.button_area {float: right; margin-top: 2px;}
    .comment_area .comment_list > li dl dt .button_box {margin-top: 0; margin-left: 20px;}
    .comment_area .comment_list > li dl dd {padding: 15px 0 10px;}
    .comment_area .comment_list > li dl dd textarea {height: 55px;}
    .comment_area .comment_list > li dl.reply dt {padding-left: 20px; background-position: 0 14px;}
    .comment_area .comment_list > li dl.reply dd {padding: 15px 0;}

    /*게시판 글쓰기 타입1-일반글쓰기*/
    .boardview .btn_check {width: 60px; font-size: 12px;}
    .boardview .point_txt {margin-bottom: 5px;}
    .boardview .point_txt2::before {top: 2px; right: -8px; font-size: 13px;}
    .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: 15px 0; border-bottom: 1px solid #e4e4e4;}
    .boardview > table > tbody > tr {margin-bottom: 10px; border-bottom: 0;}
    .boardview > table > tbody > tr:last-child {margin-bottom: 0;}
    .boardview > table > tbody > tr > th {padding: 0; margin: 15px 0 5px; background-color: #fff;}
    .boardview > table > tbody > tr > th:first-child {margin-top: 0;}
    .boardview > table > tbody > tr > td {padding: 0; font-size: 14px; line-height: 22px; color: #666;}
    .boardview table tr th.line {border-right: 0;}
    .boardview table tr th .questionmark {margin: 0 0 4px 4px;}
    .boardview table tr th .questionmark img {width: 18px; height: 18px;}
    .boardview table tr th .select_relation {display: block;}
    .boardview table tr th .select_relation .optionbox {margin-left: 0; margin-top: 10px; width: 100%;}
    .boardview table tr th .select_relation .btn_close {margin-left: 0; top: -5px; font-size: 12px; min-width: 65px; height: 30px;}
    .boardview table tr th .select_relation .btn_close .icon {width: 9px; height: 9px;}
    .boardview table tr th .select_relation .btn_close .icon::after,
    .boardview table tr th .select_relation .btn_close .icon::before {width: 13px;}
    .boardview table tr td .optionbox {max-width: 100%;}
    .boardview table tr td .text {margin: 0 3px; font-size: 10px;}
    .boardview table tr td .text2 {margin-top: 5px; font-size: 10px; line-height: 15px;}
    .boardview table tr td .text2 button {margin: 5px; font-size: 12px;}
    .boardview table tr td .attachment-file .inpbox {width: 100%;}
    .boardview table tr td .attachment-file .button_box {width: 80px;}
    .boardview table tr td .calendarbox .inpbox {width: 100%;}
    .boardview table tr td .calendarbox.have_time .inpbox {width: calc(50% - 144px);}
    .boardview table tr td .calendarbox.have_time .optionbox {margin-left: 5px; width: 60px;}
    .boardview table tr td a.file_download img {width: 12px; height: 12px;}
    .boardview table tr td .tablebasic table {border-top-width: 1px;}
    .boardview table tr td .have_button {align-items: start; justify-content: space-between;}
    .boardview table tr td .have_button p {width: calc(100% - 87px);}
    .boardview table tr td .have_button button {margin-left: 0;}
    .boardview table tr td.email .box .optionbox, .boardview table tr td.email .box .inpbox {width: 170px;}
    .boardview table tr td.email .box .optionbox {margin-left: 10px;}
    .boardview table tr td.email .box .btn_check {margin-left: 10px;}
    .boardview table tr td.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% - 60px);}
    .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 {margin-left: 7px;}
    .boardview table tr td.editor {padding: 10px 0;}
    .boardview table tr td.identification button {margin-left: 7px; padding: 0; min-width: 65px; font-size: 12px;}
    .boardview table tr td.directInp .btn_select_wrap .inpbox {margin: 2px 0 2px 3px; height: 30px;}
    .boardview table tr td.name .btn_close.btn6.bg_gray {margin-left: 7px; font-size: 12px; min-width: 65px; height: 35px;}
    .boardview table tr td.name .btn_close.btn6.bg_gray .icon {width: 9px; height: 9px;}
    .boardview table tr td.name .btn_close.btn6.bg_gray .icon::after,
    .boardview table tr td.name .btn_close.btn6.bg_gray .icon::before {width: 13px;}
    .boardview table tr td.newsletter p {margin: 10px 0;}
    .boardview.boardview2 table {padding: 10px 0 0; border-bottom: 0;}
    .boardview.boardview2 thead tr {display: none;}
    .boardview.boardview2 tbody tr {padding-bottom: 10px; border-bottom: 1px solid #e4e4e4;}
    .boardview.boardview2 tr th {text-align: left; border-bottom: 0; border-left: 0; border-right: 0;}
    .boardview.boardview2 tr td {padding: 0; font-size: 14px; color: #666; text-align: left; border-left: 0; border-right: 0;}
    .boardview.boardview2 tr td.f_small {font-size: 10px;}
    .boardview.boardview2 tr td.survey h4 {font-size: 16px;}
    .boardview.boardview2 tr td.survey h4 p {font-size: 13px;}
    .boardview.boardview2 tr td .survey_btn button {width: 20px; height: 20px;}
    .boardview.boardview2 tr td .survey_btn button::after, .boardview.boardview2 tr td .survey_btn button::before {width: 6px; height: 1px;} 
    .boardview.boardview2 tr td .survey_btn button::after {right: 4px;} 
    .boardview.boardview2 tr td .survey_btn button::before {right: 8px;} 
    .boardview.boardview_survey tr td:first-child {border-left: 0;}
    .boardview.boardview_survey tr td .survey_btn {margin: 5px 0 10px;}
    .boardview.boardview_survey tr td .button_box {margin: 20px 0 10px;}
    .boardview.boardview3 table {padding: 10px 0 0; border-bottom: 0; border-top: 2px solid #222;}
    .boardview.boardview3 thead tr {display: none;}
    .boardview.boardview3 tbody tr {padding-bottom: 10px; border-bottom: 1px solid #e4e4e4;}
    .boardview.boardview3 tr th {text-align: left;}
    .boardview.boardview3 tr td {display: flex; display:-webkit-flex; padding: 0; font-size: 12px; color: #666; text-align: left; border-right: 0;}
    .boardview.boardview3 tr td span.tit {min-width: 65px; font-size: 10px; font-weight: 500; color: #333;}
    .boardview.boardview3 tr td.num {display: none;}
    .boardview_list1 > li {padding-left: 8px;}
    .boardview_list2 > li {padding-left: 8px;}
    .boardview_list2 > li::before {top: 11px; width: 3px; height: 3px;}
    p.reference {padding-left: 15px;}

    /*카드형 게시판*/
    .cardlist {justify-content: space-between;}
    .cardlist > li {margin-right: 0; width: calc(50% - 10px);}
    .cardlist > li:nth-child(-n+2) {margin-top: 0;}
    .cardlist > li:nth-child(n+3) {margin-top: 20px;}
    .cardlist > li a {padding: 10px 15px;}
    .cardlist > li a .ico_badge {width: 30px; height: 30px; line-height: 30px;}
    .cardlist > li a .title {height: 44px;}
    .cardlist > li a .title h3 {max-height: 44px; font-size: 14px; line-height: 22px;}
    .cardlist > li a .text {margin-bottom: 10px; height: 60px;}
    .cardlist > li a .bottom img {width: 15px;}
    .cardlist.img > li a .title {margin-bottom: 15px;}
    .cardlist.img > li a .title h3 {height: 44px; font-size: 15px; line-height: 22px;}

    /*설문조사 참여하기*/
    .survey_top {margin-bottom: 20px; padding: 15px;}
    .survey_top h3 {font-size: 16px;}
    .survey_top .date {margin: 5px 0 10px; font-size: 11px;}
    .survey_top .txt {font-size: 13px;}
    .survey_detail > .point_box {margin-bottom: 5px; font-size: 11px; text-align: left;}
    .survey_detail h3 {padding: 0 0 5px; font-size: 15px;}
    .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: 13px;}
    .survey_detail dl dt p.txt {padding-left: 15px; font-size: 11px;}
    .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: 12px;}
    .survey_detail .survey_detail_top button {min-width: 65px; height: 35px;}
    .survey_title {margin-bottom: 20px;}
    .survey_title span.tit {font-size: 16px;}
    .survey_title p.txt {margin-top: 10px; font-size: 13px;}
    
    /*썸네일게시판*/
    .thumbnaillist > li a {padding: 15px 0;}
    .thumbnaillist > li a .img_box {width: 130px; height: 90px;}
    .thumbnaillist > li a .text_box {padding-left: 15px;}
    .thumbnaillist > li a .text_box h3 {margin-bottom: 5px; max-height: 22px; -webkit-line-clamp: 1; font-size: 15px; line-height: 22px;}
    .thumbnaillist > li a .text_box .text {margin-bottom: 0; max-height: 45px; font-size: 9px; line-height: 15px;}
    .thumbnaillist > li a .list_box {position: relative; left: 0;}
    .thumbnaillist > li a .list_box li {font-size: 9px;}
    .thumbnaillist > li a .list_box li::after {top: calc(50% - 5px); height: 10px;}
    .thumbnaillist.type2 {column-gap: 20px; grid-row-gap: 20px;}
    .thumbnaillist.type2 > li a .text_box {padding-left: 10px;}
    .thumbnaillist.type2 > li a .text_box .category {margin-bottom: 2px; font-size: 8px; line-height: 10px;}
    .thumbnaillist.type2 > li a .text_box h3 {margin-bottom: 0; font-size: 11px; line-height: 15px;}
    .thumbnaillist.type2 > li a .text_box .name {margin-bottom: 0; font-size: 9px;}

    /*갤러리형 게시판*/
    .gallaylist > li {margin: 0 10px 20px 0; width: calc(25% - 7.5px);}
    .gallaylist > li h3 {max-height: 45px; line-height: 22px; font-size: 14px;}
    .gallaylist > li .state { width: 50px; height: 20px; line-height: 18px; font-size: 10px; border-radius: 20px;}
    .gallaylist > li .list_box {margin-top: 10px;}
    .gallaylist > li .list_box li {font-size: 11px; 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: 10px; background-position: right 5px center; background-size: 10px;}
    .gallaylist.type2 > li .text_box {opacity: 1;}
    .gallaylist.type3 .state_wrap {line-height: 20px;}
    .gallaylist.type3 .state_wrap > span {font-size: 12px;}

    /*텍스트목록 게시판*/
    .textlist {border-top-width: 1px;}
    .textlist > li a {padding: 10px 0;}
    .textlist > li a .title_box {margin-bottom: 5px; display:block; display:-webkit-block;}
    .textlist > li a .title_box p {margin-right: 0; margin-bottom: 5px; font-size: 12px; line-height: 14px;}
    .textlist > li a .title_box p.notice {width: 48px; height: 15px; font-size: 9px;}
    .textlist > li a .title_box h3 {font-size: 14px;}
    .textlist > li a .text_box .text {max-height: 40px;}
    .textlist > li a .text_box .list_box {margin-top: 5px;}
    .textlist > li a .text_box .list_box li {font-size: 10px;}
    .textlist > li a .text_box .list_box li::after {top: calc(50% - 4px); height: 8px;}
    
    /*상세보기 일반 테이블(세로)*/
    .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_tab {margin-bottom: 20px; justify-content: center;}
    .faq_tab li {margin-right: 10px; border-bottom: 2px solid #fff;}
    .faq_tab li a {font-size: 14px; letter-spacing: -0.5px;}
    .faq_tab li.active {border-bottom: 2px solid #0667d4 !important;}
    .faq_tab li:hover {border-bottom: 2px solid #fff;}
    .faq_tab li:hover a {color: #000;}
    .faq_area > li > a {padding: 10px 40px; font-size: 13px;}
    .faq_area > li > a .num {position: absolute; top: 10px; left: 10px; font-size: 17px;}
    .faq_area > li > a .txt {font-size: 13px;}
    .faq_area > li > a::before {left: 10px; top: calc(50% - 12px); font-size: 16px;}
    .faq_area > li > a .icon {right: 2px; transform: scale(0.625);}
    .faq_area > li > ul li {padding: 10px 10px 10px 40px; font-size: 13px; line-height: 20px;}
    .faq_area > li > ul li::before {left: 10px; top: 10px; font-size: 17px;}
    .faq_area > li.active > a .icon {transform: rotate(180deg) scale(0.625);}
}
@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;}
}
@media screen and (max-width:640px){
    /*라디오박스*/
    .radio_box > li {display: block;}
    .radio_box > li.inp {margin: 5px 0 0; width: 100%;}
    .radio_box > li.inp .inpbox {width: 100%; margin: 5px 0 0;}

    /*목록 상단검색 기본*/
    .boardlist_top .box {flex-wrap:wrap; -webkit-flex-wrap:wrap;}
    .boardlist_top .box > div {margin: 0 0 10px;}
    .boardlist_top .box .inpbox {width: 100%;}
    .boardlist_top .box .optionbox {width: 100%;}
    .boardlist_top .box button {width: 100%;}
    .boardlist_top.type2 .box dt {margin-bottom: 5px;}

    .file_box li {display: block; display:-webkit-block;}
    .file_box li .button_box {margin-top: 5px; justify-content: flex-start;}

    /*일반게시판 검색바*/
    .board_top {margin-bottom: 10px; display: block; display:-webkit-block;}
    .board_top .boardschbox .select_box {flex: none;}
    .board_top .boardschbox .select_box .optionbox select {font-size: 12px;}
    .board_top .boardschbox .search_box {width: 100%;}
    .board_top .boardschbox .search_box .inpbox {width: 100% !important;}
    .board_top .boardschbox .search_box .inpbox input.txt {font-size: 12px;}
    .board_top .button_box {padding: 15px 0;}
    .board_top .button_box .btn3 {width: 100%;}

    /*하단 버튼*/
    .button_box.full button {margin-left: 5px; width: 100%;}
    .button_box.button_box_m {display: block;}
    .button_box.button_box_m .left {margin-bottom: 10px;}
    .button_box.button_box_m .left button {width: 100%;}

    /*게시판 글쓰기 타입1-일반글쓰기*/
    .boardview table tr td.identification .box .inpbox {width: 50%;}
    .boardview table tr td.directInp .btn_select_wrap {display: block;}
    .boardview table tr td.directInp .btn_select_wrap .inpbox {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: 10px;}
    .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% - 5px);}
    .boardview table tr td.email .box .optionbox {margin-left: 0;}
    .boardview table tr td.email .box .btn_check {margin-left: 0; width: 100%;}
    .boardview table tr td .optionbox {width: 100%;}
    .boardview table tr td .calendarbox.have_time {display: block;}
    .boardview table tr td .calendarbox.have_time .inpbox {width: 100%;}
    .boardview table tr td .calendarbox.have_time .optionbox {margin-top: 5px; margin-left: 0; width: 100%;}
    .boardview table tr td .calendarbox.have_time .character {text-align: center;}
    .boardview table tr td .box.selectBox .optionbox {width: calc(50% - 5px);}
    .boardview table tr td .box.identityCheck .optionbox,
    .boardview table tr td .box.identityCheck .inpbox {width: calc(33.333333% - 26.66666666666667px);}

    /*카드형 게시판*/
    .cardlist > li {margin-right: 0; width: 100%;}
    .cardlist > li:nth-child(-n+1) {margin-top: 0;}
    .cardlist > li:nth-child(n+2) {margin-top: 15px;}
    .cardlist > li a .title {height: auto;}
    .cardlist > li a .text {max-height: 60px; height: auto;}
    
    .thumbnaillist.type2 {display: block; display:-webkit-block;}
    .thumbnaillist.type2 > li {margin-bottom: 15px;}
    .thumbnaillist.type2 > li:last-child {margin-bottom: 0;}

    /*설문조사 참여하기*/
    .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%;}
    
    /*갤러리형 게시판*/
    .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;}
}
@media screen and (max-width:420px){
    .check_box_wrap .check_box > li.have_select label {width: calc(100% - 180px);}
    
    /*일반게시판 검색바*/
    .board_top .boardschbox {display: block; display:-webkit-block;}
    .board_top .boardschbox .select_box .optionbox {width: 100%;}
    .board_top .boardschbox .select_box .optionbox:last-child {margin-right: 0;}

    /*댓글*/
    .comment_area .comment_list > li dl dt {display: block; display:-webkit-block;}
    .comment_area .comment_list > li dl dt .button_box {margin-top: 5px; margin-left: 0;}
    .comment_area .comment_list > li dl dt .button_box .d_flex {justify-content: flex-end;}

    /*갤러리형 게시판*/
    .gallaylist > li {width: 100% !important; margin-right: 0;}
    .gallaylist > li:nth-child(3n) {margin-right: 0;}
}
@media screen and (max-width:360px){
    .calendarbox .inpbox .ui-datepicker-trigger {width: 33px; background-size: 20px;}
    
    /*카드형 게시판*/
    .cardlist > li a .img_box {height: 190px;}

    /*설문조사 참여하기*/
    .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){
    .board_top .button_box .btn3 {letter-spacing: -1px;}
}