@charset "utf-8";
@import url("font.css");
/* style reset */

/*라디오박스*/
.radio_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:block;line-height:0;vertical-align:middle}
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: 30px;}
.radio_box li:last-child {margin-right: 0;}
.radio_box input[type=radio] + label {position:relative; padding:0 0 0 30px; line-height:22px; cursor:pointer;}
.radio_box input[type=radio] + label::after, .radio_box input[type=radio] + label::before {content: ''; position: absolute; border-radius: 22px;}
.radio_box input[type=radio] + label::before {left: 0; top: 1px; width: 18px; height: 18px; border: 2px solid #d3d3d3; background-color: #fff;}
.radio_box input[type=radio] + label.on::after, .radio_box input[type=radio]:checked  + label::after {left: 6px; top: 7px; width: 10px; height: 10px; background-color: #1b1b1b;}


/*체크박스*/
.check_box {position: relative; display: flex; display:-webkit-flex; flex-wrap:wrap; -webkit-flex-wrap:wrap; align-items: center;}
.check_box li {margin-right: 30px;}
.check_box.ar {justify-content: flex-end;}
.check_box.ac {justify-content: center;}
.check_box input[type=checkbox] + label {position:relative; padding-left: 28px; line-height: 18px; text-align: left; background-repeat: no-repeat; background-position: left center; background-image: url('/images/web/icon_check.png'); cursor:pointer;}
.check_box input[type=checkbox] + label.on, .check_box input[type=checkbox]:checked  + label {background-image: url('/images/web/icon_check_on.png');}
/*텍스트 없이 선택 박스만 있는 경우*/
.check_box.only {justify-content: center;}
.check_box.only input[type=checkbox] + label {padding-left: 0; width: 24px; height: 24px;}
/*스크랩 체크박스*/
.check_box.scrap {display: inline-block;}
.check_box.scrap input[type=checkbox] + label {padding-left: 0; width: 16px; height: 20px; font-size: 0; color: transparent; background-image: url('/images/web/icon_scrap.png');}
.check_box.scrap input[type=checkbox] + label.on, .check_box.scrap input[type=checkbox]:checked  + label {background-image: url('/images/web/icon_scrap_on.png');}

.optionbox, .inpbox {position: relative; height:35px; border: 1px solid #e1e1e1; background-color: #fff;}
.optionbox::after {content: ''; position: absolute; right: 12px; top: calc(50% - 3px); width: 0; height: 0; border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 6px solid #7b736b;}
textarea {border:1px solid #e1e1e1;}
.calendarbox {display: flex; align-items: center;}
.calendarbox .inpbox {position: relative; width: 200px !important;}
.calendarbox .inpbox .ui-datepicker-trigger {position: absolute; right: -1px; top: -1px; width: 35px; height: 35px; background-color: #af93ee;}
.calendarbox .inpbox .ui-datepicker-trigger::after, .calendarbox .inpbox .ui-datepicker-trigger::before {content: ''; position: absolute; left: calc(50% - 9px); top: calc(50% - 1px); width: 18px; height: 2px; background-color: #fff;}
.calendarbox .inpbox .ui-datepicker-trigger::before {transform: rotate(90deg);}
.calendarbox .character {margin: 0 10px; width: 12px; height: 1px; background-color: #5e626a;}

.no_list {}

/*목록 상단검색*/
.boardlist_top {margin-bottom: 50px; padding: 45px; display: flex; display:-webkit-flex; justify-content: center; align-items: center; background-color: #fafafa;}
.boardlist_top label {color: #333; margin-right: 20px;}
.boardlist_top .inpbox {width: 500px; height: 45px;}
.boardlist_top .button_box {margin: 0 0 0 10px;}
.boardlist_top .button_box button {width: 110px; height: 45px;}

/*일반게시판 검색바*/
.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 .optionbox {margin-right: 30px; width: 100px; height: 40px; border: 0; border-bottom: 1px solid #000;}
.board_top .boardschbox .optionbox::after {right: 0;}
.board_top .boardschbox .optionbox select {padding: 0 30px 0 10px; color: #000; font-size: 14px;}
.board_top .boardschbox .inp_search {position: relative;}
.board_top .boardschbox .inp_search .inpbox {width: 200px; height: 40px; border: 0; border-bottom: 1px solid #000;}
.board_top .boardschbox .inp_search .inpbox input.txt {padding: 0 25px 0 0; font-size: 15px;}
.board_top .boardschbox .inp_search button {position: absolute; right: 0; top: 12px; width: 17px; height: 17px;}
.board_top .boardschbox .inp_search button::after, .board_top .boardschbox .inp_search button::before {content: ''; position: absolute;}
.board_top .boardschbox .inp_search button::after {left: 0; top: 0; width: 9px; height: 9px; border: 2px solid #222; border-radius: 100%;}
.board_top .boardschbox .inp_search button::before {right: 0; bottom: 3px; width: 7px; height: 2px; transform: rotate(45deg); background-color: #222;}

/*게시판(공지사항) 리스트*/
.boardlist {overflow:hidden; width: 100%; border-top:2px solid #222;}
.boardlist table {width:100%; table-layout:fixed;}
.boardlist table thead tr {border-bottom: 1px solid #9ba5af;}
.boardlist table thead tr th {position: relative; padding: 15px 5px; color: #333; text-align: center;}
.boardlist table tbody tr {border-bottom:1px solid #e4e4e4;}
.boardlist table tbody tr.notice_line {background-color: #f8fafb;}
.boardlist table tbody tr.notice_line td .notice {display: inline-block; width: 47px; color: #fff; font-size: 14px; font-weight: 500; line-height: 27px; border-radius: 27px; background-color: #2194d3;}
.boardlist table tbody tr td {position: relative; padding: 18px 10px; text-align:center;}
.boardlist table tbody tr td a {text-decoration: underline; text-underline-position: under;}
.boardlist table tbody tr td a.title {overflow:hidden; display: block; max-width: 100%; text-align: left; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis;}
.boardlist table tbody tr td.title_box {display: flex; display:-webkit-flex; align-items: center;}
.boardlist table tbody tr td.title_box .title {max-width: 100%;}
.boardlist table tbody tr td.title_box .re_num {flex: none;}
.boardlist table tbody tr td.title_box .answer {margin-left: 10px; flex: none;}
.boardlist table tbody tr td.title_box .answer span {display: block; width: 63px; height: 23px; font-size: 13px;}
.boardlist table tbody tr td.title_box .answer span.bg_white {line-height: 21px;}
.boardlist table tbody tr td.title_box img {margin-left: 5px; flex: none;}

/*하단 버튼*/
.button_box {margin-top: 30px; display: flex; display:-webkit-flex; align-items: center; justify-content: center;}
.button_box.al {justify-content: flex-start;}
.button_box.ar {justify-content: flex-end;}
.button_box button {margin-left: 10px;}
.button_box button:first-child {margin-left: 0 !important;}

/*페이징*/
.paging {overflow:hidden; margin: 60px auto 0; display: flex; display:-webkit-flex; justify-content: center;}
.paging a {margin: 0 1px; display: block; width: 33px; height: 33px; color: #999; text-align:center; line-height: 31px; font-weight: 500; border: 1px solid transparent; transition:all 0.3s; -webkit-transition:all 0.3s; -moz-transition:all 0.3s; -o-transition:all 0.3s;}
.paging a:hover, .paging a.on {color: #2194d3; border-color: #2194d3;}
.paging button {width: 33px; height: 33px; border: 1px solid #d5d5d5; color: transparent; font-size:0; background-repeat: no-repeat; background-position: 50%;}
.paging button:hover {border: 1px solid #959595;}
.paging button.btn-paging-first {margin-right: 5px; background-image:url('/images/web/paging_first.png');}
.paging button.btn-paging-first:hover {background-image:url('/images/web/paging_first_on.png');}
.paging button.btn-paging-pre {margin-right: 9px; background-image: url('/images/web/paging_prev.png');}
.paging button.btn-paging-pre:hover {background-image: url('/images/web/paging_prev_on.png');}
.paging button.btn-paging-next {margin-left: 9px; background-image: url('/images/web/paging_next.png');}
.paging button.btn-paging-next:hover {background-image: url('/images/web/paging_next_on.png');}
.paging button.btn-paging-last {margin-left: 5px; background-image: url('/images/web/paging_last.png');}
.paging button.btn-paging-last:hover {background-image: url('/images/web/paging_last_on.png');}

/*일반게시판 상세*/
.board_detail {display: block; position: relative; width: 100%; overflow: hidden; border-top: 2px solid #222;}
.board_detail .title_box {overflow: hidden; padding: 20px; display: flex; display:-webkit-flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #9ba5af;}
.board_detail .title_box h3 {color: #333; font-size: 20px;}
.board_detail .list {position: relative; padding: 16px 0; display: flex; display:-webkit-flex; border-bottom: 1px solid #e4e4e4;}
.board_detail .list li {position: relative; padding: 0 20px; font-size: 15px;}
.board_detail .list li::after {content: ''; position: absolute; right: 0; top: 7px; width: 1px; height: 14px; background: #d6d6d6;}
.board_detail .list li:last-child::after {display: none;}
.board_detail .file {overflow: hidden; padding: 16px 20px; border-bottom: 1px solid #e4e4e4;}
.board_detail .file li {margin-bottom: 5px;}
.board_detail .file li:last-child {margin: 0;}
.board_detail .file li a {padding-right: 25px; display: inline-block; color: #333; font-size: 15px; line-height: 22px; background-repeat: no-repeat; background-position: right top 4px; background-image: url('/images/web/icon_file.png');}
.board_detail .content {padding: 20px; border-bottom: 1px solid #e4e4e4;}
.board_detail .content img {max-width: 100%;}
.board_detail .movie {position: relative; padding-top: 56%; width: 100%;}
.board_detail .movie iframe {position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
.board_detail .movie_text {overflow-y: auto; padding: 20px; height: 130px; border-bottom: 1px solid #e4e4e4;}
.board_detail .survey {padding: 20px; border-bottom: 1px solid #e4e4e4;}
.board_detail .survey h4 {margin-bottom: 20px; color: #2194d3; font-size: 18px;}
.board_detail .survey h5 {margin: 45px 0 20px; color: #000; font-size: 18px;}
.board_detail .survey .survey_list dl {margin-bottom: 15px; display: flex; display:-webkit-flex;}
.board_detail .survey .survey_list dl:last-child {margin-bottom: 0;}
.board_detail .survey .survey_list dl dt {flex: none;}
.board_detail .survey .survey_list dl dt h6 {position: relative; color: #333; font-size: 16px;}
.board_detail .survey .survey_list dl dt h6::before {content: ''; z-index: 21; position: absolute; left: 0; bottom: 0; width: 100%; height: 10px; background-color: rgba(126, 236, 249, 0.2);}
.board_detail .survey .survey_list dl dt h6 span {position: relative; z-index: 22;}
.board_detail .survey .survey_list dl dd {width: 100%; padding-left: 20px;}
/*답변 출력*/
.board_detail.answer {margin-top: 50px;}
.board_detail.answer .title_box {padding: 15px 20px;}
.board_detail.answer .title_box h3 {font-size: 16px;}
.board_detail.answer .title_box h3 span {margin-right: 15px; color: #2194d3;}

/*이전글 다음글*/
.view_bottom {overflow: hidden; margin-top: 35px; display: flex; display:-webkit-flex; flex-wrap:wrap; -webkit-flex-wrap:wrap; border-top: 1px solid #e4e4e4;}
.view_bottom dt, .view_bottom dd {border-bottom: 1px solid #e4e4e4;}
.view_bottom dt {position: relative; padding: 15px 0; width: 100px; color: #222; font-size: 15px; text-align: right;}
.view_bottom dt::after, .view_bottom dt::before {content: ''; position: absolute; top: 27px; width: 9px; height: 1px; background-color: #333;}
.view_bottom dt::after {left: 20px; transform: rotate(-45deg);}
.view_bottom dt::before {left: 26px; transform: rotate(45deg);}
.view_bottom dt.next::after {transform: rotate(45deg);}
.view_bottom dt.next::before {transform: rotate(-45deg);}
.view_bottom dd {padding: 15px 50px; width: calc(100% - 100px);}
.view_bottom dd a {overflow: hidden; display: block; text-overflow: ellipsis; white-space: nowrap; font-size: 15px;}

/*댓글입력*/
.comment_area {padding-top: 20px; color: #333; font-size: 14px; border-top: 1px solid #6b727b;}
.comment_area .name_box {margin-bottom: 5px; display: flex; display:-webkit-flex; flex-wrap:wrap; -webkit-flex-wrap:wrap; align-items: center;}
.comment_area .inpbox {height: 30px;}
.comment_area .inpbox input {font-size: 14px;}
.comment_area .name_box .inpbox {margin-right: 5px; width: 200px;}
.comment_area .comment_write textarea {width: 100%; height: 86px; padding: 10px; font-size: 14px;}
.comment_area .comment_write .button_box {margin-top: 5px;}
.comment_area .comment_write .button_box button {margin-left: 20px;}
.comment_area .byte {font-size: 12px; font-family: 'Dotum', sans-serif;}
/*댓글목록*/
.comment_area .comment_list {margin-top: 15px; border-top: 1px solid #dcdcdc; border-bottom: 1px solid #767676;}
.comment_area .comment_list > li {border-bottom: 1px dotted #d2d2d2;}
.comment_area .comment_list li:last-child {border-bottom: 0;}
.comment_area .comment_list li .reply_box {padding: 15px 20px;}
.comment_area .comment_list li .reply_box .name_box .name {display: flex; color: #5e626a;}
.comment_area .comment_list li .reply_box .name_box .name li {}
.comment_area .comment_list li .reply_box .name_box .name li.date {position: relative; padding-left: 17px; color: #b5b5b5; font-size: 13px;}
.comment_area .comment_list li .reply_box .name_box .name li.date::after {content: '|'; position: absolute; left: 6px; top: 0;}
.comment_area .comment_list li .reply_box .name_box .button_box {margin-top: 0; margin-left: 30px;}
.comment_area .comment_list li .reply_box .name_box .button_box li {position: relative; padding-right: 14px;}
.comment_area .comment_list li .reply_box .name_box .button_box li::after {content: '|'; position: absolute; right: 6px; top: 4px; color: #535353; font-size: 11px; font-family: 'Dotum', sans-serif;}
.comment_area .comment_list li .reply_box .name_box .button_box li:last-child {padding-right: 0;}
.comment_area .comment_list li .reply_box .name_box .button_box li:last-child::after {display: none;}
.comment_area .comment_list li .reply_box .name_box .button_box li button {height: 24px; color: #535353; font-size: 11px; font-family: 'Dotum', sans-serif;}
.comment_area .comment_list li .reply_box .comment_write {display: flex; display:-webkit-flex; flex-wrap:wrap; -webkit-flex-wrap:wrap;}
.comment_area .comment_list li .reply_box .comment_write .inpbox {width: calc(100% - 145px);}
.comment_area .comment_list li .reply_box .comment_write .button_box {margin-top: 0; margin-left: 10px;}
.comment_area .comment_list li .reply_box .comment_write .button_box button {margin-left: 5px;}
.comment_area .comment_list li .reply_box .comment_write .byte {padding-right: 145px; width: 100%; text-align: right;}
.comment_area .comment_list li .reply_box.reply {position: relative; margin-bottom: 1px; padding: 15px 20px 15px 65px; background-color: #eff1f5;}
.comment_area .comment_list li .reply_box.reply:last-child {margin-bottom: 0;}
.comment_area .comment_list li .reply_box.reply::after, .comment_area .comment_list li .reply_box.reply::before {content: ''; position: absolute;}
.comment_area .comment_list li .reply_box.reply::after {left: 44px; top: 18px; width: 7px; height: 10px; border-left: 1px solid #2194d3; border-bottom: 1px solid #2194d3;}
.comment_area .comment_list li .reply_box.reply::before {left: 52px; top: 25px; width: 0; height: 0; border-top: 3.5px solid transparent; border-bottom: 3.5px solid transparent; border-left: 5px solid #2194d3; }

/*게시판 글쓰기 타입1-일반글쓰기*/
.boardwrite {overflow:hidden; width: 100%;}
.boardwrite .table {border-top: 2px solid #222; background-color: #fff;}
.boardwrite .table dl {width: 100%; display: flex; display:-webkit-flex; flex-wrap:wrap; -webkit-flex-wrap:wrap; border-bottom: 1px solid #e4e4e4;}
.boardwrite .table dl dt, .boardwrite .table dl dd {display: flex; display:-webkit-flex; flex-wrap:wrap; -webkit-flex-wrap:wrap;}
.boardwrite .table dl dt {padding: 15px 20px; flex-flow: column; justify-content: center; width: 180px; color: #444; font-weight: 500; word-break: keep-all; background-color: #f9f9f9;}
.boardwrite .table dl dt span::after {content: ''; position: relative; top: 3px; padding-left: 5px;}
.boardwrite .table dl dt .point::after {content: '*'; color: #fa0000;}
.boardwrite .table dl dd {padding: 12px 10px; width: calc(100% - 180px); align-items: center;}
.boardwrite .table dl dd a, .boardwrite .table dl dd pre {color: #666;}
.boardwrite .table dl dd .character {margin: 0 10px;}
.boardwrite .table dl dd .reference {margin-left: 20px; font-size: 14px;} /*참고*/
.boardwrite .table dl dd .reference.point {position: relative; padding-left: 10px;} /*참고 문구 앞에 *표시가 있는 경우*/
.boardwrite .table dl dd .reference.point::before {content: '*'; position: absolute; left: 0; top: 3px;}
.boardwrite .table dl dd .result {margin-left: 20px; font-size: 14px; font-weight: 500;} /*입력 결과값*/
.boardwrite .table dl dd .inpbox {width: 340px;}
.boardwrite .table dl dd .inpbox.full {width: 100%;}
.boardwrite .table dl dd .inpbox input.txt {padding: 0 10px;}
.boardwrite .table dl dd .optionbox {width: 200px;}
.boardwrite .table dl dd .optionbox select {padding: 0 25px 0 10px;}
.boardwrite .table dl dd textarea {padding: 10px; height: 90px; white-space: pre-line;}
.boardwrite .table dl dd.email .inpbox {width: 170px;}
.boardwrite .table dl dd.email .optionbox {margin-left: 10px; width: 170px;}
.boardwrite .table dl dd.email .btn_check {margin-left: 20px;}
.boardwrite .table dl dd.tel .inpbox {width: 110px;}
.boardwrite .table dl dd.tel .optionbox {width: 110px;}
.boardwrite .table dl dd.tel .btn_check {margin-left: 20px;}
.boardwrite .table dl dd.editor {width: 100%;}
.boardwrite .table dl dd .attachment-file {position:relative; overflow: hidden; margin-top: 10px; display: flex; display:-webkit-flex; align-items: center;}
.boardwrite .table dl dd .attachment-file:first-child {margin-top: 0;}
.boardwrite .table dl dd .attachment-file .inpbox {position:relative; margin-left: 10px; width: 340px;}
.boardwrite .table dl dd .attachment-file .ipfile {position: relative; width: 80px; height: 35px;}
.boardwrite .table dl dd .attachment-file .ipfile input[type="file"] {overflow: hidden; position:absolute; width: 1px; height: 1px; margin: -1px; cursor: pointer;}
.boardwrite .table dl dd .attachment-file .ipfile input.file {position:absolute; z-index:5; width:100%; height:100%; opacity:0; filter:alpha(opacity=0); cursor:pointer;}
.boardwrite .table dl dd .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; color: #fff; font-size: 12px; font-family: 'Dotum'; line-height:35px; border-radius: 3px; cursor:pointer;}
.boardwrite .table dl dd .attachment-file .button_box {margin-top:0; margin-left: 10px;}
.boardwrite .table dl dd .attachment-file .button_box button {position: relative; margin-left: 5px; width: 33px; height: 33px; border: 1px solid #7b736b; border-radius: 3px;}
.boardwrite .table dl dd .attachment-file .button_box button::after, .boardwrite .table dl dd .attachment-file .button_box button::before {content: ''; position: absolute; left: calc(50% - 5px); top: calc(50% - 1px); width: 10px; height: 2px; background-color: #7b736b;}
.boardwrite .table dl dd .attachment-file .button_box button.add::after {transform: rotate(90deg);}
.boardwrite .table dl dd .attachment-list {margin-top: 10px; width: 100%;}
.boardwrite .table dl dd .attachment-list li {display: flex; display:-webkit-flex; margin-bottom: 5px;}
.boardwrite .table dl dd .attachment-list li:last-child {margin-bottom: 0;}
.boardwrite .table dl dd .attachment-list li a {overflow: hidden; max-width: calc(100% - 26px); color: #5e626a; font-size: 14px; text-decoration: underline; text-underline-position: under; line-height: 20px; white-space: nowrap; text-overflow: ellipsis;}
.boardwrite .table dl dd .attachment-list li button {position: relative; top: 2px; margin-left: 10px; width: 16px; height: 16px; border: 1px solid #5e626a;}
.boardwrite .table dl dd .attachment-list li button::after, .boardwrite .table dl dd .attachment-list li button::before {content: ''; position: absolute; left: 2px; top: 6px; width: 10px; height: 1px; background-color: #5e626a;}

/*설문조사 참여하기*/
.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 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.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: #fc9b1d;}
.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 .btn4 {margin-top: 10px;}
.survey_detail dl dd textarea {height: 100px;}

/*썸네일게시판*/
.thumbnaillist {overflow: hidden; width:100%; border-top: 2px solid #222;}
.thumbnaillist > li {position: relative; border-bottom: 1px solid #e5e5e5;}
.thumbnaillist > li:last-child {border-bottom-color: #767676;}
.thumbnaillist > li > dl {padding: 30px 0 30px 30px; display: flex; display:-webkit-flex;}
.thumbnaillist > li > dl dt {width: 260px;}
.thumbnaillist > li > dl dt a {display: flex; display:-webkit-flex; align-items: center; justify-content: center; width: 100%; height: 180px;}
.thumbnaillist > li > dl dt a img {max-width: 100%; max-height: 100%;}
.thumbnaillist > li > dl dd {padding-left: 30px; width: calc(100% - 260px);}
.thumbnaillist > li > dl dd a.title {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 > dl dd p {overflow: hidden; margin-bottom: 15px; display: -webkit-box; -webkit-box-orient: vertical; max-height: 78px; -webkit-line-clamp: 3;}
.thumbnaillist > li > dl dd .list {display: flex; display:-webkit-flex;}
.thumbnaillist > li > dl dd .list li {position: relative; padding-right: 13px; color: #787878; font-size: 12px; font-family: 'Dotum', sans-serif;}
.thumbnaillist > li > dl dd .list li::after {content: '|'; position: absolute; right: 5px; top: 0;}
.thumbnaillist > li > dl dd .list li:last-child {padding-right: 0;}
.thumbnaillist > li > dl dd .list li:last-child::after {display: none;}
.thumbnaillist > li .check_box.scrap {position: absolute; right: 0; bottom: 30px;}

/*갤러리형 게시판*/
.gallaylist {overflow: hidden; padding: 15px 0; display:flex; display:-webkit-flex; flex-wrap:wrap; -webkit-flex-wrap:wrap; border-top: 2px solid #222; border-bottom: 1px solid #767676;}
.gallaylist > li {position: relative; margin: 15px 20px; width: calc(25% - 40px);}
.gallaylist > li .check_box.scrap {position: absolute; right: 10px; top: 10px;}
.gallaylist > li > dl dt {margin-bottom: 10px;}
.gallaylist > li > dl dt a {display: block; width: 100%; height: 180px; background-repeat: no-repeat; background-position: center center; background-size: cover;}
.gallaylist > li > dl dd a.title {overflow: hidden; margin-bottom: 10px; display: -webkit-box; -webkit-box-orient: vertical; max-height: 48px; -webkit-line-clamp: 2; color: #333; font-weight: 500; line-height: 24px;}
.gallaylist > li > dl dd .list {display: flex; display:-webkit-flex; flex-wrap:wrap; -webkit-flex-wrap:wrap;}
.gallaylist > li > dl dd .list li {position: relative; padding-right: 13px; color: #787878; font-size: 12px; font-family: 'Dotum', sans-serif; line-height: 18px;}
.gallaylist > li > dl dd .list li::after {content: '|'; position: absolute; right: 5px; top: 0;}
.gallaylist > li > dl dd .list li:last-child {padding-right: 0;}
.gallaylist > li > dl dd .list li:last-child::after {display: none;}
.gallaylist > li > dl dd .btn_view {margin: 0 auto; display: block;}

/*관련사이트*/
.site_list a {padding: 10px 20px; display:flex; display:-webkit-flex; align-items: center; justify-content: center; width: 100%; color: #333; text-align: center; line-height: 20px; border: 1px solid #e1e2e6;}
.site_list dl {margin-bottom: 30px; display:flex; display:-webkit-flex;}
.site_list dl:last-child {margin-bottom: 0;}
.site_list dl dt {display: table; table-layout: fixed; width: 280px;}
.site_list dl dt a {display: table-cell; height: 80px; vertical-align: middle; text-align: center;}
.site_list dl dt a img {max-width: 100%; max-height: 100%;}
.site_list dl dd {padding-left: 30px; width: calc(100% - 280px);}
.site_list dl dd h4 {margin-bottom: 10px; color: #333; font-size: 20px;}
.site_list ul {display:flex; display:-webkit-flex; flex-wrap:wrap; -webkit-flex-wrap:wrap;}
.site_list ul li {margin-right: 25px; margin-bottom: 20px; width: calc(25% - 18.75px);}
.site_list ul li:nth-child(4n) {margin-right: 0;}
.site_list ul li a {height: 60px;}

/*faq*/
.faq_list {display: block !important; border-top: 2px solid #222;}
.faq_list > li {border-bottom: 1px solid #e4e4e4;}
.faq_list > li a {position: relative; display: block; padding: 25px 60px 25px 80px; font-size: 18px; font-weight: 500; background-repeat: no-repeat; background-position: left 30px center; background-image: url('/images/web/icon_questions.jpg');}
.faq_list > li a span {position: absolute; right: 30px; top: calc(50% - 5px); width: 20px; height: 10px;}
.faq_list > li a span::after, .faq_list > li a span::before {content: ''; position: absolute; top: 4px; width: 13px; height: 2px; background-color: #666; transition:all 0.3s; -webkit-transition:all 0.3s; -moz-transition:all 0.3s; -o-transition:all 0.3s;}
.faq_list > li a span::after {left: -1px; transform: rotate(42.3deg);}
.faq_list > li a span::before {right: -1px; transform: rotate(-42.3deg);}
.faq_list > li.active a span::after {transform: rotate(-42.3deg);}
.faq_list > li.active a span::before {transform: rotate(42.3deg);}
.faq_list > li > ul {display: none; background-color: #f8fafb;}
.faq_list > li > ul > li {padding: 25px 60px 25px 80px; background-repeat: no-repeat; background-position: left 30px center; background-image: url('/images/web/icon_asked.png');}

/*상세보기 일반 테이블(세로)*/
.tablebasic {clear:both; overflow-x: auto; border-top: 2px solid #222;}
.tablebasic table {width:100%; table-layout:fixed;}
.tablebasic table tr {word-break: keep-all; border-bottom: 1px solid #e4e4e4;}
.tablebasic table thead tr {border-bottom: 1px solid #929bac;}
.tablebasic table thead th {text-align: center;}
.tablebasic table tr th {padding:13px 20px; color: #333; border-right: 1px solid #e4e4e4; background-color: #f9f9f9;}
.tablebasic table tr th:last-child {border-right: 0px;}
.tablebasic table tr td {padding: 13px 20px; text-align: center; border-right: 1px solid #e4e4e4;}
.tablebasic table tr td.line {border-right: 1px solid #e4e4e4 !important;}
.tablebasic table tr td:last-child {border-right: 0px;}
.tablebasic table tr td.th {font-weight: 500;}
.tablebasic table.type2 {}
.tablebasic table.type2 tr:last-child {border-bottom: 1px solid #929bac;}
.tablebasic table.type2 thead tr {border-bottom-color: #222 !important;}
.tablebasic table.type2 thead tr th {height: 50px; background-color: #fff; border-right-color: #222;}

@media screen and (max-width:1240px) {
    
}
@media screen and (max-width:1024px) {
    .radio_box li {margin-right: 30px;}
    .radio_box input[type=radio] + label {padding:0 0 0 25px; line-height:19px;}
    .radio_box input[type=radio] + label::before {left: 0; top: 1px; width: 17px; height: 17px; border: 1px solid #d3d3d3; background-color: #fff;}
    .radio_box input[type=radio] + label.on::after, .radio_box input[type=radio]:checked  + label::after {left: 5px; top: 6px; width: 9px; height: 9px;}
    
    /*스크랩 체크박스*/
    .check_box.scrap input[type=checkbox] + label {width: 14px; height: 18px; background-size: 14px;}
    
    /*목록 상단검색*/
    .boardlist_top {margin-bottom: 30px; padding: 20px;}
    .boardlist_top label {margin-right: 10px;}
    .boardlist_top .inpbox {width: calc(100% - 270px); height: 35px;}
    .boardlist_top .button_box button {width: 90px; height: 35px;}
    
    /*일반게시판 검색바*/
    .board_top {margin-bottom: 5px; flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-flow: wrap-reverse;}
    .board_top .all {width: 100%;}
    .board_top .all span {font-size: 11px;}
    .board_top .boardschbox {margin-bottom: 25px; width: 100%;}
    .board_top .boardschbox .optionbox {margin-right: 10px; width: 100px; height: 35px;}
    .board_top .boardschbox .inp_search {width: calc(100% - 220px);}
    .board_top .boardschbox .inp_search .inpbox {width: 100%; height: 35px;}
    .board_top .boardschbox .inp_search .inpbox input.txt {font-size: 14px;}
    
    /*게시판(공지사항) 리스트*/
    .boardlist table, .boardlist table tbody, .boardlist table tr th, .boardlist table tr td {display: block;}
    .boardlist table thead {display: none;}
    .boardlist table tbody tr.notice_line {padding: 10px 3px;}
    .boardlist table tbody tr {padding: 10px 0; width: 100%; display: flex; display:-webkit-flex; flex-wrap:wrap; -webkit-flex-wrap:wrap;}
    .boardlist table tbody tr td {position: relative; padding: 0 6px 0 0; color: #999; font-size: 10px;}
    .boardlist table tbody tr td::after {content: '|'; margin-left: 6px; font-size: 8px;}
    .boardlist table tbody tr td.num {display: none;}
    .boardlist table tbody tr td.category {padding: 0; width: 100%; text-align: left;}
    .boardlist table tbody tr td.category::after {display: none;}
    .boardlist table tbody tr td.title_box {display: flex; display:-webkit-flex; flex-wrap:wrap; -webkit-flex-wrap:wrap; width: 100%;}
    .boardlist table tbody tr td a {text-decoration: none;}
    .boardlist table tbody tr td.title_box {padding: 0;}
    .boardlist table tbody tr td.title_box .title {max-width: calc(100% - 36px);}
    .boardlist table tbody tr td.title_box.type2 .title {max-width: 100%;}
    .boardlist table tbody tr td.title_box .re_num {display: none;}
    .boardlist table tbody tr td.title_box .answer {margin: 5px 0; width: 100%;}
    .boardlist table tbody tr td.title_box .answer span {width: 55px; height: 20px; line-height: 20px; font-size: 10px;}
    .boardlist table tbody tr td.title_box .answer span.bg_white {line-height: 18px;}
    .boardlist table tbody tr td.title_box img {height: 15px;}
    .boardlist table tbody tr td.title_box::after {display: none;}
    .boardlist table tbody tr td.file {display: none;}
    .boardlist table tbody tr td.scrap {padding: 0; flex: none; margin-left: auto;}
    .boardlist table tbody tr td.scrap::after {display: none;}
    .boardlist table tbody tr td.mlast {padding: 0;}
    .boardlist table tbody tr td.mlast::after {display: none;}
    .boardlist table tbody tr td:last-child {padding: 0;}
    .boardlist table tbody tr td:last-child::after {display: none;}
    
    /*하단 버튼*/
    .button_box button {margin-left: 5px;}
    
    /*페이징*/
    .paging {margin: 30px auto 0;}
    .paging a {width: 25px; height: 25px; font-size: 13px; line-height: 23px;}
    .paging button {width: 25px; height: 25px; background-size: auto 8px;}
    
    /*일반게시판 상세*/
    .board_detail .title_box {padding: 14px 0 !important;}
    .board_detail .title_box h3 {font-size: 15px !important; line-height: 21px;}
    .board_detail .list {padding: 8px 0;}
    .board_detail .list li {padding: 0 15px 0 0; font-size: 9px;}
    .board_detail .list li::after {right: 6px; top: 7px; height: 9px;}
    .board_detail .file {padding: 10px 0;}
    .board_detail .file li a {padding-right: 20px; font-size: 14px; line-height: 20px; background-position: right top 4px; background-size: 14px;}
    .board_detail .content {padding: 15px 0;}
    .board_detail .movie_text {padding: 15px 0; height: 100px;}
    .board_detail .survey {padding: 15px 0;}
    .board_detail .survey h4 {margin-bottom: 10px; font-size: 15px;}
    .board_detail .survey h5 {margin: 20px 0 10px; font-size: 15px;}
    .board_detail .survey .survey_list dl {margin-bottom: 10px; display: block;}
    .board_detail .survey .survey_list dl dt {margin-bottom: 5px;}
    .board_detail .survey .survey_list dl dt h6 {display: inline-block; font-size: 14px;}
    .board_detail .survey .survey_list dl dt h6::before {height: 8px;}
    .board_detail .survey .survey_list dl dd {padding-left: 0;}
    /*답변 출력*/
    .board_detail.answer {margin-top: 30px;}
    .board_detail.answer .title_box h3 span {margin-right: 10px;}

    /*이전글 다음글*/
    .view_bottom dt {padding: 7px 0; width: 85px; font-size: 14px;}
    .view_bottom dt::after, .view_bottom dt::before {top: 18px;}
    .view_bottom dd {padding: 7px 18px; width: calc(100% - 85px);}
    .view_bottom dd a {font-size: 14px;}
    
    /*댓글입력*/
    .comment_area {padding-top: 10px; font-size: 12px;}
    .comment_area .inpbox input {font-size: 12px;}
    .comment_area .comment_write textarea {width: 100%; height: 75px; font-size: 12px;}
    .comment_area .comment_write .button_box button {margin-left: 10px; width: 65px;}
    .comment_area .byte {font-size: 11px;}
    /*댓글목록*/
    .comment_area .comment_list li .reply_box {padding: 15px 0;}
    .comment_area .comment_list li .reply_box .name_box .name li.date {font-size: 11px;}
    .comment_area .comment_list li .reply_box .name_box .button_box {margin-left: 20px;}
    .comment_area .comment_list li .reply_box .name_box .button_box li button {height: 22px;}
    .comment_area .comment_list li .reply_box.reply {padding: 5px 10px 5px 25px;}
    .comment_area .comment_list li .reply_box.reply::after {left: 10px; top: 10px; width: 5px; height: 7px;}
    .comment_area .comment_list li .reply_box.reply::before {left: 16px; top: 14px; border-left: 4px solid #2194d3; }

	/*게시판 글쓰기 타입1-일반글쓰기*/
    .boardwrite .table {border-top: 0;}
    .boardwrite .table dl {width: 100%; display: block; border-bottom: 0;}
    .boardwrite .table dl dt {padding: 0; margin-bottom: 5px; width: 100%; font-size: 13px; background-color: #fff;}
    .boardwrite .table dl dt span::after {padding-left: 3px;}
    .boardwrite .table dl dd {padding: 0; margin-bottom: 10px; width: 100%; font-size: 13px;}
    .boardwrite .table dl dd .character {margin: 0 5px;}
    .boardwrite .table dl dd .reference {margin-left: 0; width: 100%; font-size: 10px; line-height: 15px;} /*참고*/
    .boardwrite .table dl dd .reference.point {padding-left: 7px;} /*참고 문구 앞에 *표시가 있는 경우*/
    .boardwrite .table dl dd .inpbox {width: 100%;}
    .boardwrite .table dl dd.email .inpbox {width: 140px;}
    .boardwrite .table dl dd.email .optionbox {width: 140px;}
    
    /*설문조사 참여하기*/
    .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;}
    
    /*썸네일게시판*/
    .thumbnaillist > li > dl {padding: 15px 0;}
    .thumbnaillist > li > dl dt {width: 188px;}
    .thumbnaillist > li > dl dt a {height: 130px;}
    .thumbnaillist > li > dl dd {padding-left: 20px; width: calc(100% - 188px);}
    .thumbnaillist > li > dl dd a.title {margin-bottom: 10px; max-height: 44px; font-size: 15px; line-height: 22px;}
    .thumbnaillist > li > dl dd p {margin-bottom: 10px; max-height: 44px; -webkit-line-clamp: 2;}
    .thumbnaillist > li > dl dd .list li {font-size: 11px;}
    .thumbnaillist > li .check_box.scrap {bottom: 15px;}
    
    /*갤러리형 게시판*/
    .gallaylist {padding: 15px 0;}
    .gallaylist > li {margin: 10px; width: calc(33.33% - 20px);}
    .gallaylist > li .check_box.scrap {position: absolute; right: 5px; top: 5px;}
    .gallaylist > li > dl dt a {height: 150px;}
    .gallaylist > li > dl dd a.title {margin-bottom: 10px; max-height: 44px; -webkit-line-clamp: 2; line-height: 22px;}
    .gallaylist > li > dl dd .list li {padding-right: 13px; font-size: 11px;}
    
    /*관련사이트*/
    .site_list a {line-height: 18px;}
    .site_list dl {margin-bottom: 20px;}
    .site_list dl dt {width: 220px;}
    .site_list dl dt a {height: 70px;}
    .site_list dl dd {padding-left: 20px; width: calc(100% - 220px);}
    .site_list dl dd h4 {margin-bottom: 5px; font-size: 16px;}
    .site_list ul li {margin-right: 12px; margin-bottom: 10px; width: calc(25% - 9px);}
    
    /*faq*/
    .faq_list > li a {padding: 10px 20px 10px 28px; font-size: 14px; background-position: left 5px center; background-size: 13px;}
    .faq_list > li a span {right: -2px; transform: scale(0.75);}
    .faq_list > li > ul > li {padding: 10px 10px 10px 28px; background-position: left 5px center; background-size: 13px;}
    
    /*상세보기 일반 테이블(세로)*/
    .tablebasic table tr {word-break: normal;}
    .tablebasic table tr th {padding: 10px 5px;}
    .tablebasic table tr td {padding: 10px 5px;}
    
}
@media screen and (max-width:784px){
    /*관련사이트*/
    .site_list ul li {width: calc(33.33% - 8px);}
    .site_list ul li:nth-child(4n) {margin-right: 12px;}
    .site_list ul li:nth-child(3n) {margin-right: 0;}
}
@media screen and (max-width:640px){
    /*목록 상단검색*/
    .boardlist_top {display: block;}
    .boardlist_top label {margin: 0 0 5px; display: block;}
    .boardlist_top .inpbox {width: 100%;}
    .boardlist_top .button_box {margin: 10px 0 0;}
    .boardlist_top .button_box button {width: 100%;}

    /*일반게시판 검색바*/
    .board_top .boardschbox {flex-wrap:wrap; -webkit-flex-wrap:wrap; justify-content: space-between;}
    .board_top .boardschbox .optionbox {margin-right: 0; width: calc(50% - 5px);}
    .board_top .boardschbox .inp_search {margin-top: 12px; width: 100%;}
    
    /*하단 버튼*/
    .button_box {justify-content: space-between;}
    .button_box button {margin-left: 5px; width: 100%;}
    
    /*댓글입력*/
    .comment_area .name_box {justify-content: space-between;}
    .comment_area .name_box .inpbox {margin-right: 0; width: calc(50% - 2px);}
    .comment_area .comment_list li .reply_box .name_box .button_box {margin-left: 0;}
    .comment_area .comment_list li .reply_box .comment_write {position: relative;}
    .comment_area .comment_list li .reply_box .comment_write .inpbox {width: 100%;}
    .comment_area .comment_list li .reply_box .comment_write .button_box {margin-top: 30px; margin-left: 0; width: 100%; justify-content: space-between;}
    .comment_area .comment_list li .reply_box .comment_write .button_box button {margin-left: 0; width: calc(50% - 2px);}
    .comment_area .comment_list li .reply_box .comment_write .byte {position: absolute; left: 0; bottom: 36px; padding-right: 0;}
    
    /*게시판 글쓰기 타입1-일반글쓰기*/
    .boardwrite .table dl dd .optionbox {width: 100%;}
    .boardwrite .table dl dd.email .inpbox {margin-bottom: 10px; width: 100%;}
    .boardwrite .table dl dd.email .inpbox:first-child {width: calc(100% - 20px);}
    .boardwrite .table dl dd.email .character {margin: 0; width: 20px; text-align: right;}
    .boardwrite .table dl dd.email .optionbox {margin-left: 0; margin-bottom: 10px; width: 100%;}
    .boardwrite .table dl dd.email .btn_check {margin-left: 0; width: 100%;}
    .boardwrite .table dl dd.tel .inpbox {width: calc(33.33% - 9px);}
    .boardwrite .table dl dd.tel .optionbox {width: calc(33.33% - 11px);}
    .boardwrite .table dl dd.tel .btn_check {margin-left: 0; margin-top: 10px; width: 100%;}
    .boardwrite .table dl dd .attachment-file-edit {width: 100%;}
    .boardwrite .table dl dd .attachment-file .inpbox {margin-left: 10px; width: 100%;}
    .boardwrite .table dl dd .attachment-file .ipfile {flex: none; width: 60px;}
    .boardwrite .table dl dd .attachment-file .ipfile span {font-size: 11px;}
    .boardwrite .table dl dd .attachment-file .button_box {margin-left: 5px;}
    
    /*설문조사 참여하기*/
    .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;}
    .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;}
    
    /*썸네일게시판*/
    .thumbnaillist > li > dl {display: block;}
    .thumbnaillist > li > dl dt {margin-bottom: 10px; width: 100%;}
    .thumbnaillist > li > dl dt a {height: 100px;}
    .thumbnaillist > li > dl dd {padding-left: 0; width: 100%;}
    .thumbnaillist > li > dl dd a.title {margin-bottom: 5px; max-height: 22px; -webkit-line-clamp: 1;}
    .thumbnaillist > li > dl dd p {margin-bottom: 5px;}
    
    /*갤러리형 게시판*/
    .gallaylist {justify-content: space-between;}
    .gallaylist > li {margin: 10px 0; width: calc(50% - 5px);}
    .gallaylist > li > dl dt a {height: 120px;}
    .gallaylist > li > dl dd a.title {margin-bottom: 5px;}
    
    /*관련사이트*/
    .site_list dl dt {width: 170px;}
    .site_list dl dd {padding-left: 10px; width: calc(100% - 170px);}
    .site_list ul {justify-content: space-between;}
    .site_list ul li {margin-right: 0 !important; width: calc(50% - 5px);}
    .site_list ul li a {height: 50px;}
    
}
@media screen and (max-width:480px){
    /*관련사이트*/
    .site_list dl {flex-wrap:wrap; -webkit-flex-wrap:wrap;}
    .site_list dl dt {margin-bottom: 5px; width: 100%;}
    .site_list dl dt a {padding: 15px 20px;}
    .site_list dl dd {padding-left: 0; width: 100%;}
    .site_list ul {justify-content: space-between;}
    .site_list ul li {margin-bottom: 5px; width: 100%;}
    .site_list ul li a {height: auto; min-height: 50px;}
}
@media screen and (max-width:360px){
    /*설문조사 참여하기*/
    .survey_detail dl dd ul li {margin: 5px 0; min-width: 50%;}
    .survey_detail dl dd ul li.others {display: block;}
    .survey_detail dl dd ul li.others input[type=checkbox] + label {margin-right: 0;}
    .survey_detail dl dd ul li.others .inpbox {margin-top: 5px;}
    
    /*갤러리형 게시판*/
    .gallaylist > li > dl dt a {height: 80px;}
    /*갤러리형 게시판 eBook*/
    .gallaylist.ebook > li {margin: 0 0 25px; width: 100%;}
    .gallaylist > li > dl {display: flex; display:-webkit-flex;}
    .gallaylist > li > dl dt {margin-bottom: 0; width: 130px; height: 90px;}
    .gallaylist > li > dl dt a {height: 100%;}
    .gallaylist > li > dl dd {padding-left: 10px; width: calc(100% - 130px);}
    .gallaylist > li > dl dd a.title {margin-bottom: 5px; max-height: 57px; -webkit-line-clamp: 3; font-size: 13px; line-height: 19px;}
    .gallaylist > li > dl dd .btn_view {width: 100%; height: 27px;}
}
