@charset "utf-8";
@import url("font.css");
/* style reset */

/*라디오박스*/
.radio_box {overflow: hidden; position: relative; float: left;}
input[type=radio] + label ,
input[type=checkbox] + label {display:inline-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 input[type=radio] + label {position:relative; display:inline-block; margin-right: 25px; padding:0 0 0 30px; color: #444; font-size: 15px; line-height:22px; cursor:pointer;}
.radio_box input[type=radio] + label:last-child {margin-right: 0;}
.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::after {left: 0; top: 0; width: 18px; height: 18px; border: 2px solid #d3d3d3;}
.radio_box input[type=radio] + label.on::before, .radio_box input[type=radio]:checked  + label::before {left: 6px; top: 6px; width: 10px; height: 10px; background-color: #1b1b1b;}
/*텍스트 없이 선택버튼만 있는 경우*/
.radio_box.only input[type=radio] + label {padding: 0; width: 22px; height: 22px;}

/*체크박스*/
.check_box {overflow: hidden; position: relative;}
.check_box input[type=checkbox] + label {position:relative; display:inline-block; margin-right: 25px; padding-left: 28px; line-height:26px; cursor:pointer;}
.check_box input[type=checkbox] + label:last-child {margin-right: 0; display: inline-flex; flex-flow: nowrap;  word-break: keep-all;}
.check_box input[type=checkbox] + label span {position: absolute; left: 0; top: 4px; width: 18px; height: 18px; border: 2px solid #d2d2d2;}
.check_box input[type=checkbox] + label.on span::after, .check_box input[type=checkbox] + label.on span::before, .check_box input[type=checkbox]:checked  + label span::after, .check_box input[type=checkbox]:checked  + label span::before {content: ''; position: absolute; height: 3px; background-color: #1e1e1e;}
.check_box input[type=checkbox] + label.on span::after, .check_box input[type=checkbox]:checked  + label span::after {left: 1px; bottom: 4px; width: 7px; transform: rotate(45deg);}
.check_box input[type=checkbox] + label.on span::before, .check_box input[type=checkbox]:checked  + label span::before {right: 0; bottom: 6px; width: 9px; transform: rotate(-45deg);}
/*체크박스 타입2 동그라미*/
.check_box.type2 input[type=checkbox] + label {margin-right: 0; padding-left: 25px;}
.check_box.type2 input[type=checkbox] + label span {top: 4px; width: 18px; height: 18px; border: 2px solid #d8d8d8; border-radius: 18px;}
.check_box.type2 input[type=checkbox] + label.on span, .check_box.type2 input[type=checkbox]:checked  + label span {border-color: #113692;}
.check_box.type2 input[type=checkbox] + label.on span::after, .check_box.type2 input[type=checkbox] + label.on span::before, .check_box.type2 input[type=checkbox]:checked  + label span::after, .check_box.type2 input[type=checkbox]:checked  + label span::before {height: 2px; background-color: #113692;}
.check_box.type2 input[type=checkbox] + label.on span::after, .check_box.type2 input[type=checkbox]:checked  + label span::after {left: 2px; bottom: 5px; width: 6px;}
.check_box.type2 input[type=checkbox] + label.on span::before, .check_box.type2 input[type=checkbox]:checked  + label span::before {right: 2px; width: 7px;}
/*체크박스 타입3 sns동의*/
.check_box.type3 input[type=checkbox] + label {padding-left: 21px; line-height:16px; font-size: 14px;}
.check_box.type3 input[type=checkbox] + label span {top: 2px; width: 14px; height: 14px; border: 1px solid #d2d2d2;}
.check_box.type3 input[type=checkbox] + label.on span::after, .check_box.type3 input[type=checkbox] + label.on span::before, .check_box.type3 input[type=checkbox]:checked  + label span::after, .check_box.type3 input[type=checkbox]:checked  + label span::before {height: 2px;}
.check_box.type3 input[type=checkbox] + label.on span::after, .check_box.type3 input[type=checkbox]:checked  + label span::after {left: 2px; width: 5px;}
.check_box.type3 input[type=checkbox] + label.on span::before, .check_box.type3 input[type=checkbox]:checked  + label span::before {right: 1px; bottom: 5px; width: 6px;}


.check_box input[type=checkbox]:focus + label span{outline: 1px dashed #000; outline-offset: -1px;}
.radio_box input[type=radio]:focus + label:after{outline: 1px dashed #000; outline-offset: -1px;}

.optionbox, .inpbox {position: relative; float:left; height:35px; border:1px solid #d2d2d2;}
.optionbox::after {content: ''; position: absolute; right: 12px; top: calc(50% - 3px); width: 0; height: 0; border-left:  4px solid transparent; border-right: 4px solid transparent; border-top: 6px solid #7b736b;}

.inpbox2 {position: relative;  height:35px; border:1px solid #d2d2d2;}

.etcinpbox {position: relative; float:right; height:25px; border:1px solid #d2d2d2;margin-left:5px;}

textarea {border:1px solid #d2d2d2;}
.calendar {float: left;}
.calendar .inpbox {overflow: hidden; position: relative; width: 150px !important;}
.calendar .inpbox input {width: calc(100% - 40px);}
.calendar .inpbox .ui-datepicker-trigger, .calendar .inpbox .ui-monthpicker-trigger {position: absolute; right: 0; top: 0; width: 40px; height: 33px; background-color: #f5f5f5; background-image: url('/images/web/icon_calendar.png'); background-repeat: no-repeat; background-position: center center;}
.calendar .text {float: left; margin: 0 10px; font-weight: 500; line-height: 35px;}

/*목록 상단검색*/
.boardlist_top {position: relative; padding: 30px; display: flex; flex-flow: wrap; margin-bottom: 25px; text-align: center; background-color: #fafafa;}
.boardlist_top .box {overflow: hidden; margin: 0 auto; display: flex; justify-content: center; flex-flow: wrap;}
.boardlist_top .box li {padding: 0 5px;}
.boardlist_top .box li.select {width: 160px;}
.boardlist_top .box li label {float: left; margin-right: 10px; line-height: 40px;}
.boardlist_top .box li .optionbox {width: 100%; height: 40px;}
.boardlist_top .box li.input {width: 500px;}
.boardlist_top .box li .inpbox {width: 100%; height: 40px;}
.boardlist_top .box li.button {overflow: hidden; margin: 0;}
.boardlist_top .box li.button button {display: block; float: left; margin: 0 5px;}
.boardlist_top.type2 .box {margin: 0 auto; width: 790px; justify-content: space-between;}
.boardlist_top.type2 .box:nth-child(n+2) {margin-top: 20px;}
.boardlist_top.type2 .box li {float: left; padding: 0 5px;}
.boardlist_top.type2 .box li .optionbox {width: 170px;}
.boardlist_top.type2 .box li.input {width: calc(100% - 100px);}
.boardlist_top.type2 .box li.button {margin: 0;}
.boardlist_top.type3  {padding: 20px;}
.boardlist_top.type3 .box li {padding: 10px 15px;}
.boardlist_top.type3 .box li .optionbox {width: 170px;}
.boardlist_top.type3 button.right {position: absolute; right: 30px; bottom: 30px;}
/*달력포함*/
.boardlist_top.type4 .box {width: 100%;}
.boardlist_top.type4 .box li.calendar .inpbox .ui-datepicker-trigger {height: 38px;}
.boardlist_top.type4 .box li.calendar .character {margin: 0 10px; float: left; line-height: 40px;}
.boardlist_top.type4 .box li.input {width: calc(100% - 600px);}


/*일반게시판 검색바*/
.board_top {overflow: hidden; margin-bottom: 10px;}
.board_top .left {float: left; padding-top: 9px;}
.board_top .left .all {font-size: 15px;}
.board_top .left .all span {color: #0b318f; font-weight: 600;}
.board_top .right {float: right;}
.board_top fieldset .optionbox {margin-right: 5px; width: 110px; height: 40px;}
.board_top fieldset .inpbox {margin-right: 5px; width: 200px; height: 40px;}

.sort_area {overflow: hidden; margin-bottom: 10px;}
.sort_area .list {overflow: hidden; float: right; padding-left: 1px;}
.sort_area .list li {float: left;}
.sort_area .list li button {position: relative; z-index: 6; margin-left: -1px; padding: 0 5px; min-width: 80px; height: 30px; color: #0b318f; font-size: 14px; border: 1px solid #0b318f;}
.sort_area .list li button.on {z-index: 8; color: #fff; background-color: #0b318f; border: 1px solid #6f7686;}
.sort_area dl.list {display: table; padding: 0; height: 50px; border: 1px solid #0b318f;}
.sort_area .list dt, .sort_area .list dd {display: table-cell; padding-left: 20px; vertical-align: middle;}
.sort_area .list dt {width: 150px; color: #fff; font-weight: 500; background-color: #0b318f;}
.sort_area .list dd {width: 180px; color: #333; line-height: 20px;}

/*게시판(공지사항) 리스트*/
.boardlist {clear:both; 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 tbody tr:hover {background-color: #f8fafb;}
.boardlist table thead tr th {padding: 14px 0; text-align: center;}
.boardlist table tbody tr {border-bottom: 1px solid #e4e4e4;}
.boardlist table tbody tr td {padding: 15px 5px; text-align: center; line-height: 22px;}
.boardlist table tbody tr td a {overflow: hidden; display: block; text-align: center; text-overflow: ellipsis; white-space: nowrap;}
.boardlist table tbody tr td.title_box {}
.boardlist table tbody tr td.title_box a {float: left; max-width: calc(100% - 30px); text-align: left;}
.boardlist .new {position: relative; float: left; background-image: url('/images/web/icon_new.png'); background-position: center center; background-repeat: no-repeat; background-size: 100%;}
.boardlist table tbody tr td.title_box .new {top: 4px; margin-left: 10px; width: 20px; height: 20px;}
.boardlist table tbody tr.notice_line {background-color: #f8fafb;}
.boardlist table tbody tr.notice_line td .notice {color: #0b318f; font-size: 15px; font-weight: 500;}
.boardlist table tbody tr td.title_box {}
.boardlist table tbody tr td.title_box .title {}
.boardlist > ul.list {display: none;}
.boardlist > ul.list > li {border-bottom: 1px solid #e4e4e4;}
.boardlist > ul.list > li.notice_line {background-color: #f8fafb;}
.boardlist > ul.list li a {display: block; padding: 10px 0;}
.boardlist > ul.list > li.notice_line a {padding: 10px 5px;}
.boardlist > ul.list li .title_box {overflow: hidden; position: relative; margin-bottom: 5px;}
.boardlist > ul.list li .title_box .title {overflow: hidden; float: left; max-width: calc(100% - 20px); font-size: 14px; text-overflow: ellipsis; white-space: nowrap; line-height: 20px;}
.boardlist > ul.list li .title_box .new {top: 2px; margin-left: 5px; width: 15px; height: 15px;}
.boardlist > ul.list li .name {overflow: hidden; font-size: 10px; color: #999; line-height: 14px;}
.boardlist > ul.list li .name li {position: relative; float: left; margin-right: 10px;}
.boardlist > ul.list li .name li::after {content: ''; position: absolute; right: -6px; top: 3px; width: 1px; height: 9px; background-color: #999;}
.boardlist > ul.list li .name li:last-child {margin-right: 0;}
.boardlist > ul.list li .name li:last-child::after {display: none;}
.boardlist > ul.list li .header {display: flex; justify-content: space-between; margin-bottom: 5px;}
.boardlist > ul.list li .header li {color: #222; font-size: 11px; font-weight: 500; line-height: 13px;}
.boardlist > ul.list.type2 li .name {margin-bottom: 10px; font-size: 14px; color: #222; font-weight: 600;}
.boardlist > ul.list.type2 li .name li {margin-right: 15px;}
.boardlist > ul.list.type2 li .name li::after {right: -9px; top: 0; height: 14px;}
.boardlist > ul.list.type2 li .detail li {font-size: 12px; line-height: 20px;}
.boardlist.my table tbody tr td {word-break: break-all;}

/*하단 버튼*/
.button_box {overflow: hidden; position: relative; margin-top: 30px;}
.button_box.top {margin-top: 0;}
.button_box button {margin-left: 5px;}
.button_box .right {position: absolute; right: 0;}
.button_box.ac {display: flex; justify-content: center;}
.button_box.ac .down_box {overflow: hidden; display: table; height: 80px;}
.button_box.ac .down_box dt, .button_box.ac .down_box dd {display: table-cell; height: 100%; text-align: center; vertical-align: middle;}
.button_box.ac .down_box dt {padding: 0 20px 0 10px; width: 450px; color: #222; font-size: 20px; font-weight: 500; background-color: #e7eaf3; border-radius: 80px 0 0 80px;}
.button_box.ac .down_box dd {width: 200px; background-color: #0b318f; border-radius: 0 80px 80px 0;}
.button_box.ac .down_box dd button {padding: 0 50px 0 40px; width: 100%; height: 100%; color: #fff; font-size: 18px; font-weight: 500;}
.button_box.ac .down_box dd button span {padding-right: 35px; background-image: url('/images/web/icon_down2.png'); background-repeat: no-repeat; background-position: right center;}

/*다운로드 버튼 신청양식 중간*/
.button_box2 {overflow: hidden; position: relative;}
.button_box2.top {margin-top: 0;}
.button_box2 button {margin-left: 5px;}
.button_box2 .right {position: absolute; right: 0;}
.button_box2.ac {display: flex; justify-content: center;}
.button_box2.ac .down_box {overflow: hidden; display: table; height: 60px;}
.button_box2.ac .down_box dt, .button_box.ac .down_box dd {display: table-cell; height: 100%; text-align: center; vertical-align: middle;}
.button_box2.ac .down_box dt {padding: 0 20px 0 10px; width: 450px; color: #222; font-size: 20px; font-weight: 500; background-color: #e7eaf3; border-radius: 80px 0 0 80px;}
.button_box2.ac .down_box dd {width: 200px; background-color: #0b318f; border-radius: 0 80px 80px 0;}
.button_box2.ac .down_box dd button {padding: 0 50px 0 40px; width: 100%; height: 100%; color: #fff; font-size: 13px; font-weight: 500;}
.button_box2.ac .down_box dd button span {padding-right: 35px; background-image: url('/images/web/icon_down2.png'); background-repeat: no-repeat; background-position: right center;}

/*페이징*/
.paging {overflow:hidden; margin-top:30px; text-align:center;}
.paging .box {overflow:hidden; display: inline-block;}
.paging .box span {overflow: hidden; float: left; display: block;}
.paging .box span a {float: left; margin: 0 1px; width: 33px; height: 33px; text-align:center; line-height: 33px; font-weight: 500;}
.paging .box span a:hover, .paging .box span a.on {color: #fff; background-color: #0b318f;}
.paging .box button {float: left; width: 33px; height: 33px; border: 1px solid #ccc; text-indent:-999px; font-size:0; background-repeat: no-repeat; background-position: 50%;}
.paging .box button.btn-paging-first {margin-right: 5px; background-image:url('/images/web/paging_first.png');}
.paging .box button.btn-paging-pre {margin-right: 10px; background-image: url('/images/web/paging_prev.png');}
.paging .box button.btn-paging-next {margin-left: 10px; background-image: url('/images/web/paging_next.png');}
.paging .box button.btn-paging-last {margin-left: 5px; background-image: url('/images/web/paging_last.png');}

/*일반게시판 상세*/
.board_detail {display: block; position: relative; width: 100%; border-top: 2px solid #222;}
.board_detail > div {border-bottom: 1px solid #e4e4e4;}
.board_detail .title_box {padding: 30px 0; text-align: center;}
.board_detail .title_box h3 {padding-bottom: 20px; width: 100%; font-size: 24px; font-weight: 600;}
.board_detail .title_box span {}
.board_detail .title_box .list {overflow: hidden; display: inline-block;}
.board_detail .title_box .list li {position: relative; float: left; margin-right: 60px; font-size: 15px; line-height: 17px;}
.board_detail .title_box .list li:last-child {margin-right: 0;}
.board_detail .title_box .list li:last-child::after {display: none;}
.board_detail .title_box .list li::after {content: ''; position: absolute; right: -30px; top: calc(50% - 7px); width: 1px; height: 14px; background-color: #d6d6d6;}
.board_detail .content {padding: 50px 20px;}
.board_detail .file {padding: 20px;}
.board_detail .file a {display: block;}
.board_detail .file a img {margin-left: 5px;}
.board_detail .tag {padding: 20px; font-size: 15px;}

/*카드뉴스 상세*/
.slide_area {position: relative;}
.slide_area .slick-slider {position: relative; margin: 0 auto 5px; width: 730px;}
.slide_area .slick-slider .slick-arrow {position: absolute; top: calc(50% - 52px); width: 105px; height: 105px; border: 2px solid #e1e1e1; border-radius: 105px; font-size: 0; text-indent: -999px;}
.slide_area .slick-slider .slick-arrow::after, .slide_area .slick-slider .slick-arrow::before {content: ''; position: absolute; left: calc(50% - 16px); width: 34px; height: 6px; border-radius: 6px; background-color: #bbb;}
.slide_area .slick-slider .slick-arrow::after {top: 38px; transform: rotate(45deg);}
.slide_area .slick-slider .slick-arrow::before {top: 58px; transform: rotate(-45deg);}
.slide_area .slick-slider .slick-arrow.slick-prev {left: -160px; transform: rotate(180deg);}
.slide_area .slick-slider .slick-arrow.slick-next {right: -160px;}
.slide_area .slick-slider .slick-arrow:hover {border-color: #eee; background-color: #eee;}
.slide_area .slick-slider .slick-arrow:hover::after, .slide_area .slick-slider .slick-arrow:hover::before {background-color: #888;}
.slide_area .slick-slider .slick-list .slick-track .slick-slide div img {width: 100%;}
.slide_area .slider-nav {position: relative; margin: 0 auto; width: 740px;}
.slide_area .slider-nav .slick-list .slick-track .slick-slide {padding: 5px; opacity: 0.5;}
.slide_area .slider-nav .slick-list .slick-track .slick-slide.slick-current {opacity: 1;}
.slide_area .slider-nav .slick-list .slick-track .slick-slide div {overflow: hidden;}
.slide_area .slider-nav .slick-list .slick-track .slick-slide div img {max-width: 100%; height: auto;}
.slide_area .slider-box {width: 900px;}
.slide_area .slider-box .slick-list .slick-track .slick-slide div img {max-width: 100%; height: auto;}

/*일반게시판 상세 답변*/
.board_detail.answer {margin-top: 70px;}
.board_detail.answer .title_box {padding: 0; text-align: left;}
.board_detail.answer .title_box h3 {padding: 15px 20px; font-size: 16px; font-weight: 500; border-bottom: 1px solid #9ba5af}
.board_detail.answer .title_box h3 span {margin-right: 15px; color: #0b318f;}
.board_detail.answer .title_box .list {display: block; padding: 15px 20px;}
.board_detail.answer .title_box .list li {margin-right: 30px;}
.board_detail.answer .title_box .list li::after {right: -15px;}
.board_detail.answer .content {padding: 20px;}

/*댓글입력*/
.comment_area {border-top: 1px solid #6b727b;}
.comment_area .comment_write {padding: 20px 0; border-bottom: 1px solid #dcdcdc;}
.comment_area .comment_write textarea {padding: 10px; height: 80px;}
.comment_area .name_box {overflow: hidden; margin-bottom: 5px;}
.comment_area .name_box .inpbox {margin-right: 5px; width: 200px;}
.comment_area .button_box {margin-top: 5px;}
.comment_area .button_box .byte {color: #333; font-size: 12px; font-family: 'Dotum';}
.comment_area .comment_list > li {border-bottom: 1px dotted #d2d2d2;}
.comment_area .comment_list > li:last-child {border-bottom: 1px solid #767676;}
.comment_area .comment_list > li .reply_box {padding: 15px 20px;}
.comment_area .comment_list > li .reply_box .name_box {overflow: hidden; line-height: 22px;}
.comment_area .comment_list > li .reply_box .name_box .name {float: left; color: #333; font-size: 14px;}
.comment_area .comment_list > li .reply_box .name_box .date {position: relative; padding-left: 10px; float: left; color: #b5b5b5; font-size: 13px;}
.comment_area .comment_list > li .reply_box .name_box .date::after {content: ''; position: absolute; left: 5px; top: calc(50% - 7px); width: 1px; height: 14px; background-color: #dedede;}
.comment_area .comment_list > li .reply_box .name_box .button_box {position: relative; top: 2px; margin-top: 0; margin-left: 25px; float: left;}
.comment_area .comment_list > li .reply_box .name_box .button_box li {position: relative; float: left; padding-right: 13px;}
.comment_area .comment_list > li .reply_box .name_box .button_box li::after {content: ''; position: absolute; right: 6px; top: calc(50% - 5px); width: 1px; height: 10px; background-color: #535353;}
.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 {display: block; color: #535353; font-size: 11px; font-family: 'Dotum'; line-height: 22px;}
.comment_area .comment_list > li .reply_box .inp_btn {overflow: hidden; padding-bottom: 20px;}
.comment_area .comment_list > li .reply_box .inp_btn .inpbox {width: calc(100% - 143px);}
.comment_area .comment_list > li .reply_box .inp_btn .button_box {overflow: initial; position: relative; margin-top: 0; float: right; padding-left: 7px;}
.comment_area .comment_list > li .reply_box .inp_btn .button_box::before {content: ''; overflow: hidden; display: block; clear: both;}
.comment_area .comment_list > li .reply_box .inp_btn .button_box .byte {position: absolute; right: 144px; top: 22px; text-align: right;}
.comment_area .comment_list > li .reply_box .inp_btn .button_box .btn4 {margin-left: 3px; display: block; float: left;}
.comment_area .comment_list > li .reply_box .text {color: #333; font-size: 13px;}
.comment_area .comment_list > li .reply_box.reply {padding: 15px 20px 15px 45px; margin-bottom: 1px; background-color: #f1f1f1;}
.comment_area .comment_list > li .reply_box.reply.last {margin-bottom: 20px;}
.comment_area .comment_list > li .reply_box.reply .name_box {position: relative; padding-left: 20px;}
.comment_area .comment_list > li .reply_box.reply .name_box::after, .comment_area .comment_list > li .reply_box.reply .name_box::before {content: ''; position: absolute;}
.comment_area .comment_list > li .reply_box.reply .name_box::after {left: 0; top: 0; width: 10px; height: 11px; border-left: 1px solid #0b318f; border-bottom: 1px solid #0b318f;}
.comment_area .comment_list > li .reply_box.reply .name_box::before {left: 8px; top: 7px; width: 0; height: 0; border-top: 4px solid transparent; border-bottom: 4px solid transparent; border-left: 5px solid #0b318f;}
.comment_area .comment_list > li .reply_box.reply .inp_btn {padding-left: 20px;}
.comment_area .comment_list > li .reply_box.reply .text {padding-left: 20px;}
.comment_area .comment_list > li .reply_box .inpbox {height: 25px;}

/*이전글 다음글*/
.view_bottom {overflow: hidden; margin-top: 50px; border-top: 1px solid #e4e4e4; border-bottom: 1px solid #e4e4e4;}
.view_bottom dt {float: left; padding: 15px 0 15px 60px; width: 110px; color: #444; background-repeat: no-repeat; background-position: left 20px center; background-image: url('/images/web/arrow_next5.png');}
.view_bottom .prev {border-top: 1px solid #e4e4e4;}
.view_bottom dt.prev { background-image: url('/images/web/arrow_prev5.png');}
.view_bottom dd {float: left; padding: 15px 0; width: calc(100% - 110px);}
.view_bottom dd a {display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}

/*게시판 글쓰기 타입1-일반글쓰기*/
.boardwrite {margin: 0 auto; width: 100%; border-top: 2px solid #222;}
.boardwrite table, .boardwrite .table_type dl {table-layout: fixed; width: 100%; display: table;}
.boardwrite tbody tr, .boardwrite .table_type dl {border-bottom: 1px solid #e4e4e4;}
.boardwrite tr th, .boardwrite .table_type dl dt {padding: 15px 0 15px 20px; color: #444; text-align: left; font-weight: 500; line-height: 20px; word-break: keep-all; background-color: #f8f9fa; border-right: 1px solid #e4e4e4;}
.boardwrite tr th:last-child, .boardwrite .table_type dl dt:last-child {border-right: 0;}
.boardwrite thead tr th {padding: 15px 0; text-align: center;}
.boardwrite tr th .point, .boardwrite .table_type dl dt .point {position: relative; display: inline-block; padding-left: 3px; top: 3px; color: #fa0000; font-weight: 600;}
.boardwrite tr th .open, .boardwrite .table_type dl dt .open {display: inline;background-color: #fcfe09;}
.boardwrite tr th .open2, .boardwrite .table_type dl dt .open2 {display: inline;}
.boardwrite tbody tr th, .boardwrite .table_type dl dt {width: 200px;}
.boardwrite tbody tr td, .boardwrite .table_type dl dd {position: relative; padding: 10px; font-size: 15px; border-right: 1px solid #e4e4e4; }
.boardwrite tbody tr td:last-child, .boardwrite .table_type dl dd:last-child {border-right: 0; }
.boardwrite a {display: block; font-size: 15px;}
.boardwrite .inpbox {width: 430px;}
.boardwrite .inpbox.full {width: 100%;}
.boardwrite .optionbox {min-width: 200px;}
.boardwrite .optionbox.full {min-width: 100%;}
.boardwrite .optionbox.time {min-width: 100px;}
.boardwrite textarea {padding: 10px; width: 100%; height: 60px;}
.boardwrite .type .optionbox {min-width: 150px;}
.boardwrite .type .inpbox {margin-left: 10px; width: calc(100% - 160px);}
.boardwrite .address .box1 {margin-bottom: 10px;}
.boardwrite .address .box1 .inpbox {width: 200px;}
.boardwrite .address .box1 button {margin-left: 10px;}
.boardwrite .address .box2 {display: flex; justify-content: space-between; flex-flow: wrap;}
.boardwrite .address .box2 .inpbox {width: calc(50% - 5px);}
.boardwrite .email .inpbox {width: 180px;}
.boardwrite .email .optionbox {margin-left: 10px; min-width: 180px;}
.boardwrite .counsel .text {line-height: 35px;}
.boardwrite .counsel .calendar {margin-right: 30px; margin-left: 10px;}
.boardwrite .service .calendar {margin-right: 30px; margin-left: 10px;}
.boardwrite .inquiry_list {z-index: 4; position: absolute; left: 10px; top: 44px; width: calc(100% - 20px); color: #222; line-height: 35px; background-color: #fff; border: 1px solid #0b318f;}
.boardwrite .inquiry_list li {padding: 0 10px; cursor: pointer;}
.boardwrite .inquiry_list li:hover {color: #fff; background-color: #0b318f;}
.boardwrite .btn_check {margin-left: 20px;}
.boardwrite .text {float: left;} /*기본 텍스트*/
.boardwrite .text2 {float: left; font-size: 14px; padding: 4px 0 0 10px;} /*기본 텍스트 input옆에 있는 경우*/
.boardwrite .character {float: left; margin: 0 10px; line-height: 35px;} /*특수문자일 경우*/
.boardwrite .reference {display: block; width: 100%; padding-top: 10px; line-height: 20px; font-size: 14px;} /*참고 문구로 사용될 때*/
.boardwrite ul.reference {padding: 10px 0 0 5px; line-height: 24px;} /*참고 문구로 사용될 때 목록*/
.boardwrite a.reference {text-decoration: underline; text-underline-position: under;}
.boardwrite .list_type li {float: left; margin-right: 30px;}
.boardwrite .list_type li:last-child {margin-right: 0;}
.boardwrite .inpbox.money {width: 190px;}
.boardwrite .inpbox.money label {float: left; padding-left: 10px; width: 50px; color: #444; line-height: 35px;}
.boardwrite .inpbox.money input.txt {width: calc(100% - 50px);}
.boardwrite .intxt_box {float: left; margin: 5px 0 5px 0; width: 30%; line-height: 35px;}
.boardwrite .intxt_box:nth-child(1) {width: 40%;}
.boardwrite .intxt_box:last-child {margin-right: 0;}
.boardwrite .intxt_box label {float: left;}
.boardwrite .intxt_box:nth-child(1) .inpbox {width: calc(100% - 200px);}
.boardwrite .intxt_box .inpbox {margin: 0 5px; width: calc(100% - 130px);}
.boardwrite .intxt_box .optionbox {margin: 0 5px; min-width: 125px;}
.boardwrite .intxt_box.auto {margin: 5px 15px 5px 0; width: auto;}
.boardwrite .intxt_box.auto .inpbox {width: 120px;}
.boardwrite .intxt_box.auto .optionbox {min-width: 110px;}
.boardwrite .intxt_box.full {margin: 0; width: 100%;}
.boardwrite .intxt_box.full .inpbox {margin: 0 5px 0 0; width: calc(100% - 40px);}
.boardwrite .intxt_box2 {overflow: hidden; display: inline-flex;}
.boardwrite .intxt_box2 .inpbox {width: 200px;}
.boardwrite .intxt_box2 .text2 {width: 50px; text-align: left;}
.boardwrite .business .inpbox {width: 200px;} /*사업자등록번호*/
.boardwrite .check_box.others {margin-top: 5px; width: 100%;}
.boardwrite .check_box.others input[type=checkbox] + label, .boardwrite .radio_box.others input[type=radio] + label {float: left; line-height: 35px;}
.boardwrite .check_box.others input[type=checkbox] + label span {top: 8px;}
.boardwrite .check_box.others .inpbox {width: calc(100% - 81px);}
.boardwrite .radio_box.others {margin-top: 10px; width: 100%;}
.boardwrite .radio_box.others input[type=radio] + label::after {top: 5px;}
.boardwrite .radio_box.others input[type=radio] + label::before {top: 11px;}
.boardwrite .radio_box.others .inpbox {width: calc(100% - 83px);}
.boardwrite .check1 .check_box input[type=checkbox] + label {float: left; margin: 5px 0; width: 240px;}
.boardwrite .check2 .check_box input[type=checkbox] + label {float: left; margin: 5px 0; width: 170px;}
.boardwrite .check_box.type3 {margin-top: 10px; width: 100%;}
.boardwrite .check_box.type3::before {content: ''; overflow: hidden; display: block; clear: both;}
.boardwrite .mentor_btn { margin: 10px 0 10px 0; width:100%; height:50px;}
/*글쓰기 dl형식*/
.boardwrite .table_type dl dt, .boardwrite .table_type dl dd {display: table-cell; vertical-align: middle;}

.boardwrite table.type2 thead tr th {border-bottom: 1px solid #e4e4e4;}
.boardwrite table.type2 thead tr th.bg {border-color: #d7d7d7;}
.boardwrite table.type2 th, .boardwrite table.type2 td {text-align: center;}
.boardwrite table.type2 th {padding: 20px;}
.boardwrite table.type2 th.bg {background-color: #ebecee;}
.boardwrite table.type2 td {padding: 15px 10px;}
.boardwrite table.type2 td.th {color: #444; font-weight: 500; background-color: #f8f9fa;}
.boardwrite table.type2 td .radio_box {float: inherit;}


/*사진 포함*/
.boardwrite.photo {position: relative; border-bottom: 1px solid #e4e4e4;}
.boardwrite.photo .d_table {position: absolute; left: 0; top: 0; width: 220px; height: 100%; table-layout: fixed;}
.boardwrite.photo .d_table .d_cell {overflow: hidden; width: 100%; height: 100%;}
.boardwrite.photo .d_table .d_cell img {max-width: 100%; max-height: 100%;}
.boardwrite.photo table {margin-left: 220px; width: calc(100% - 220px);}
.boardwrite.photo tbody tr:last-child {border-bottom: 0;}

.boardwrite .attachment-file-edit {overflow:hidden; margin-top:10px;}
.boardwrite .attachment-file-edit:first-child {margin-top:0}
.boardwrite .attachment-file {position:relative; overflow: hidden; float: left; padding:0; width: 580px;}
.boardwrite .attachment-file.full {width: 100%;}
.boardwrite .attachment-file span.inpbox {float: left; position:relative;width: calc(100% - 90px);}
.boardwrite .attachment-file span.inpbox input.txt {width:100%;}
.boardwrite .attachment-file span.ipfile {overflow: hidden; position: relative; float: right; margin-left: 5px; width: 80px; height: 35px;z-index:0;}
.boardwrite .attachment-file span.ipfile input[type="file"] {overflow: hidden; position:absolute; width: 1px; height: 1px; margin: -1px; cursor: pointer;}
.boardwrite .attachment-file span.ipfile input.file {position:absolute; z-index:5; width:100%; height:100%; opacity:0; filter:alpha(opacity=0); cursor:pointer;}
.boardwrite .attachment-file span.ipfile em {position: absolute; z-index: 2; display: block; left: 0; top: 0; color: #fff; width:100%; height:100%; text-align:center; background:#6b6e7b; line-height:35px; font-size: 12px; cursor:pointer; font-family: 'Dotum'; font-style: normal; border-radius: 3px;}
.boardwrite .attachment-file-edit > button {margin-left: 10px; float: left;}
.boardwrite .file_list {}
.boardwrite .file_list li {overflow: hidden; margin-bottom: 10px;}
.boardwrite .file_list li:last-child {margin-bottom: 0;}
.boardwrite .file_list li a {float: left; padding: 0; width: auto; max-width: calc(100% - 25px);}
.boardwrite .file_list li .delete {position: relative; float: left; margin-left: 5px; width: 20px; height: 20px;}
.boardwrite .file_list li .delete::after, .boardwrite .file_list li .delete::before {content: ''; position: absolute; left: 3px; top: 10px; width: 15px; height: 1px; background-color: #f40c0c;}
.boardwrite .file_list li .delete::after {transform: rotate(45deg);}
.boardwrite .file_list li .delete::before {transform: rotate(-45deg);}

.boardwrite > ul.list {overflow: hidden; display: none; border-top: 1px solid #e4e4e4;}
.boardwrite > ul.list > li {position: relative; padding: 10px 0; border-bottom: 1px solid #e4e4e4;}
.boardwrite > ul.list > li.radio_box {float: none;}
.boardwrite > ul.list > li.radio_box input[type=radio] + label {margin: 0; display: block;}
.boardwrite > ul.list li .title_box {overflow: hidden; position: relative; margin-bottom: 5px;}
.boardwrite > ul.list li .title_box .title {font-size: 14px; line-height: 20px;}
.boardwrite > ul.list li .name {overflow: hidden; font-size: 10px; color: #999; line-height: 14px;}
.boardwrite > ul.list li .name li {position: relative; float: left; margin-right: 10px;}
.boardwrite > ul.list li .name li::after {content: ''; position: absolute; right: -6px; top: 3px; width: 1px; height: 9px; background-color: #999;}
.boardwrite > ul.list li .name li:last-child {margin-right: 0;}
.boardwrite > ul.list li .name li:last-child::after {display: none;}
.boardwrite > ul.list li .header {display: flex; justify-content: space-between; margin-bottom: 5px;}
.boardwrite > ul.list li .header li {color: #222; font-size: 11px; font-weight: 500; line-height: 13px;}

.board_text {margin: 30px 0 50px; text-align: center; font-size: 20px; font-weight: 500;}
.board_privacy {overflow: hidden; margin-top: 15px;}
.board_privacy .check_box {float: left;}
.board_privacy .check_box input[type=checkbox] + label {line-height:30px;}
.board_privacy .check_box input[type=checkbox] + label span {top: 7px;}
.board_privacy .check_box input[type=checkbox] + label.on span, .board_privacy .check_box input[type=checkbox]:checked  + label span {border-color: #555;}
.board_privacy .check_box input[type=checkbox] + label.on span::after, .board_privacy .check_box input[type=checkbox] + label.on span::before, .board_privacy .check_box input[type=checkbox]:checked  + label span::after, .board_privacy .check_box input[type=checkbox]:checked  + label span::before {background-color: #019fe9;}
.board_privacy button {position: relative; float: left; margin-left: 15px; padding-left: 10px; width: 170px; height: 30px; text-align: left; font-size: 14px; border: 1px solid #cecece;}
.board_privacy button::after {content: ''; position: absolute; right: 10px; top: 12px; width: 0; height: 0; border-top: 3px solid transparent; border-bottom: 3px solid transparent; border-left: 3px solid #555;}
.board_finish_info {margin-top: 50px; text-align: center;}
.board_finish_info .tel {margin-top: 25px; font-size: 20px; font-weight: 500;}

/*썸네일게시판*/
.thumbnaillist {overflow: hidden; width:100%; border-top: 2px solid #222;}
.thumbnaillist > li {border-bottom: 1px solid #e5e5e5;}
.thumbnaillist li a {display: block; padding: 30px;}
.thumbnaillist li a dl {overflow: hidden;}
.thumbnaillist li a dl dt {float: left; width: 260px;}
.thumbnaillist li a dl dt .img_box {width: 260px; height: 180px; background-repeat: no-repeat; background-size: cover; background-position: center center;}
.thumbnaillist li a dl dd {position: relative; float: left; padding-left: 30px; width: calc(100% - 260px);}
.thumbnaillist li a dl dd h3 {overflow: hidden; margin-bottom: 15px; color: #444; font-size: 18px; font-weight: 600; text-overflow: ellipsis; white-space: nowrap;}
.thumbnaillist li a dl dd .text {overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; margin-bottom: 20px; height: 104px; -webkit-line-clamp: 4;}
.thumbnaillist li a dl dd .list_box {overflow: hidden;}
.thumbnaillist li a dl dd .list_box .list {overflow: hidden;}
.thumbnaillist li a dl dd .list_box .list li {position: relative; float: left; padding-right: 15px; color: #787878; font-family: 'Dotum'; font-size: 12px; line-height: 14px;}
.thumbnaillist li a dl dd .list_box .list li::after {content: ''; position: absolute; right: 8px; top: calc(50% - 6px); width: 1px; height: 11px; background-color: #787878;}
.thumbnaillist li a dl dd .list_box .list li:last-child::after {display: none;}
.thumbnaillist li a dl dd .list_box .file {position: absolute; right: 0; bottom: 0;}

/*갤러리형 게시판*/
.gallaylist {overflow: hidden; display:flex; display:-webkit-flex;flex-wrap:wrap;-webkit-flex-wrap:wrap; padding: 0 0 15px; width: 100%;}
.gallaylist > li {margin: 25px 0; width: 25%;}
.gallaylist li a {display: block; margin: 0 auto; width: 260px;}
.gallaylist li a .img_box {margin-bottom: 15px; width: 260px; height: 260px; background-repeat: no-repeat; background-position: center center; background-size: cover;}
.gallaylist li a h3 {overflow: hidden; margin-bottom: 15px; display: -webkit-box; -webkit-box-orient: vertical; height: 48px; -webkit-line-clamp: 2; line-height: 24px; font-size: 16px;}
.gallaylist li a .list {overflow: hidden; display: flex;}
.gallaylist li a .list li {position: relative; margin-right: 20px; color: #888; font-size: 13px; line-height: 14px;}
.gallaylist li a .list li:last-child {margin-right: 0;}
.gallaylist li a .list li.hit {padding-left: 30px; background-image: url('/images/web/icon_hit.png'); background-repeat: no-repeat; background-position: 0 1px;}

/*멘토링 갤러리*/
.gallaylist2 {display: flex; justify-content: space-between; flex-flow: wrap; padding-top: 15px; border-top: 2px solid #222; border-bottom: 1px solid #767676; }
.gallaylist2 > li {margin: 5px 0 20px; width: calc(33.33% - 16px);}
.gallaylist2 > li a {position: relative; display: block; padding: 15px; border: 1px solid #dcdcdc;}
.gallaylist2 > li:hover a {border: 1px solid #0b318f; background-color: #f8f9fb;}
.gallaylist2 > li a .more {overflow: hidden; position: absolute; right: 15px; top: 15px;}
.gallaylist2 > li a .more span {display: block; float: left; margin-right: 6px; width: 7px; height: 7px; border-radius: 7px; background-color: #abafb9;}
.gallaylist2 > li a .more span:last-child {margin-right: 0;}
.gallaylist2 > li a .box {overflow: hidden;}
.gallaylist2 > li a .box > dt {float: left; width: 130px; height: 150px; border: 1px solid #dcdcdc; background-repeat: no-repeat; background-position: center center; background-size: cover;}
.gallaylist2 > li a .box > dd {float: left; width: calc(100% - 130px); padding-left: 20px;}
.gallaylist2 > li a .box > dd .list {overflow: hidden;}
.gallaylist2 > li a .box > dd .list dt {display: flex; justify-content: space-between; flex-flow: wrap; margin: 2px 0; width: 45px; float: left; color: #0b318f; font-weight: 500;}
.gallaylist2 > li a .box > dd .list dt span {display: block;}
.gallaylist2 > li a .box > dd .list dd {float: left; margin: 2px 0; padding-left: 15px; width: calc(100% - 45px);}
.gallaylist2 > li a .box > dd .list dd.line1 {overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.gallaylist2 > li a .box > dd .list dd.line2 {overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; height: 52px; -webkit-line-clamp: 2;}
.gallaylist2 > li  .title {overflow: hidden;text-overflow: ellipsis; white-space: nowrap;}
/*기업소개*/
.gallaylist3 {display: flex; justify-content: center; flex-flow: wrap; padding-bottom: 25px; border-bottom: 1px solid #767676;}
.gallaylist3 > li {margin: 15px; width: calc(25% - 30px); border: 1px solid #e4e4e4;}
.gallaylist3 > li:hover {border-color: #0b318f;}
.gallaylist3 > li a {display: block; padding: 20px;}
.gallaylist3 > li a dl dt {margin-bottom: 20px;}
.gallaylist3 > li a dl dt .img_box {display: table; width: 100%; margin-bottom: 10px; table-layout: fixed;}
.gallaylist3 > li a dl dt .img_box .d_cell {width: 100%; height: 70px;}
.gallaylist3 > li a dl dt .img_box .d_cell img {max-width: 100%; max-height: 100%;}
.gallaylist3 > li a dl dt h3 {overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #222; font-size: 17px; text-align: center;}
.gallaylist3 > li a dl dd h4 {color: #666; font-size: 14px; font-weight: 600;}
.gallaylist3 > li a dl dd p {overflow: hidden; margin-bottom: 10px; line-height: 24px; text-overflow: ellipsis; white-space: nowrap;}
.gallaylist3 > li a dl dd p:last-child {margin-bottom: 0;}
.gallaylist3 > li a dl dd p.service {overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; height: 48px; -webkit-line-clamp: 2; text-overflow: inherit; white-space: inherit;}
.gallaylist3 > li.nolist {margin: 0; padding: 30px 0 10px; width: 100%; border: 0; text-align: center; border-top: 1px solid #767676;}

/*데모데이 게시판*/
.gallaylist4 {overflow: hidden; display:flex; display:-webkit-flex;flex-wrap:wrap;-webkit-flex-wrap:wrap; padding: 0 0 10px; width: 100%;}
.gallaylist4 li a {display: block; margin: 0 auto; width: 226px;}
.gallaylist4 li a .img_box {margin-bottom: 15px; width: 226px; height: 150px; background-repeat: no-repeat; background-position: center top; background-size: cover;}
.gallaylist4 li a h4 {overflow: hidden; margin-bottom: 15px; display: -webkit-box; -webkit-box-orient: vertical; height: 44px; -webkit-line-clamp: 2; line-height: 22px; font-size: 16px;}
.gallaylist4 li a .date {color: #999; font-size: 14px; line-height: 16px;}

/*상세보기 일반 테이블(세로)*/
.tablebasic {clear:both; overflow:hidden; border-top: 2px solid #222;}
.tablebasic table {width:100%; table-layout:fixed;}
.tablebasic table tr {border-bottom: 1px solid #e4e4e4;}
.tablebasic table tbody tr {border-right: 1px solid #e4e4e4;}
.tablebasic table tr th {padding: 10px 0; color: #444; text-align: left; background-color: #f8f9fa; border-right: 1px solid #e4e4e4;}
.tablebasic table tr th:last-child {border-right: 0}
.tablebasic table tr td {padding: 10px 20px; text-align: left; border-right: 1px solid #dcdcdc;}
.tablebasic table tr td:last-child {border-right: 0}
.tablebasic table tr td.th {background-color: #f9fbff;}
.tablebasic table tr td.flex {position: relative; padding-bottom: 80px; vertical-align: top;}
.tablebasic table tr td.flex .list_type2 {}
.tablebasic table tr td.flex .btn7 {position: absolute; bottom: 20px; left: calc(50% - 50px); width: 100px;}
.tablebasic.ac table tr th, .tablebasic.ac table tr td {text-align: center;}
/*상세정보 보기*/
.tablebasic .tabledateil {border-bottom: 1px solid #e4e4e4;}
.tablebasic .tabledateil dl {display: table; table-layout: fixed; width: 100%; border-bottom: 1px solid #e4e4e4;}
.tablebasic .tabledateil dl:last-child {border-bottom: 0;}
.tablebasic .tabledateil dl dt, .tablebasic .tabledateil dl dd {padding: 12px 20px; display: table-cell; font-size: 15px; line-height: 20px; vertical-align: middle; word-break: break-all; border-right: 1px solid #e4e4e4;}
.tablebasic .tabledateil dl dt, .tablebasic .tabledateil dl dd:last-child {border-right: 0;}
.tablebasic .tabledateil dl dt {width: 200px; color: #444; font-weight: 500; background-color: #f9f9f9;}
.tablebasic ul.tabledateil {overflow: hidden; display:flex; display:-webkit-flex;flex-wrap:wrap;-webkit-flex-wrap:wrap;}
/* 공통인증서 */
.tablebasic.cert .tabledateil {border-bottom: 1px solid #e4e4e4;}
.tablebasic.cert .tabledateil dl {display: table; table-layout: fixed; width: 100%; border-bottom: 1px solid #e4e4e4;}
.tablebasic.cert .tabledateil dl:last-child {border-bottom: 0;}
.tablebasic.cert .tabledateil dl dt, .tablebasic .tabledateil dl dd {padding: 12px 20px; display: table-cell; font-size: 15px; line-height: 20px; vertical-align: middle; word-break: break-all; border-right: 1px solid #e4e4e4;}
.tablebasic.cert .tabledateil dl dt, .tablebasic .tabledateil dl dd:last-child {border-right: 0;}
.tablebasic.cert .tabledateil dl dt {width: 200px; color: #444; font-weight: 500; background-color: #f9f9f9;}
.tablebasic.cert ul.tabledateil {overflow: hidden; display:flex; display:-webkit-flex;flex-wrap:wrap;-webkit-flex-wrap:wrap;}
.tablebasic.cert .tabledateil dl dt .wp10{width:10%}
/*사진 포함 상세정보 보기*/
.tablebasic.photo .tabledateil dl dt {width: 200px;}
.tablebasic.photo ul.tabledateil {display: table; table-layout: fixed;}
.tablebasic.photo ul.tabledateil > li {display: table-cell; vertical-align: middle;}
.tablebasic.photo ul.tabledateil > li.img_box {padding: 15px 20px; width: 170px; border-right: 1px solid #e4e4e4;}
.tablebasic.photo ul.tabledateil > li.img_box img {width: 100%;}

/*해외진출사례*/
.consulting_stat_container div {  margin: 0; text-align:center;  }
.consulting_stat_container {display:flex; flex-flow: row warp; align-items:center;justify-content:center;}
.consulting_stat_container .items { display: flex; flex-flow: column wrap;   margin: 10px; height:230px;}
.consulting_stat_container .item-title { border-style: solid; border-color: #666; border-width: 2px  0   0  0;  background-color: #f8f9fa;padding:5px;}
.consulting_stat_container .item-title2 { border-style: solid; border-color: #e4e4e4; border-width: 1px  1px  0  0; background-color: #f8f9fa;  padding:5px;}
.consulting_stat_container .item-title3 { border-style: solid; border-color: #e4e4e4; border-width: 1px  0  0  0; background-color: #f8f9fa;  }
.consulting_stat_container .item-body { border-style: solid; border-color: #e4e4e4; border-width: 1px  1px  1px  0;}
.consulting_stat_container .item-body2 { border-style: solid; border-color: #e4e4e4; border-width: 1px  0  1px  0;}
.consulting_stat_container .item1 { flex-grow: 1; flex: 1; }

.consulting_stat_container .item1 .itembox { display: flex; flex-flow: column nowrap; flex: 1 1 0;  padding: 0px 0px; flex-basis:90px; min-width:90px;  }
.consulting_stat_container .item1 .itembox > li {height:50%;display: flex;align-items:center;justify-content:center;}
.consulting_stat_container .item2 ul > li { height:60%;display:flex;height:50%;align-items:center;justify-content:center;padding:5px;}
.consulting_stat_container .item2 ul > li:child-nth(0)  {background-color: #f8f9fa}

.consulting_stat_container .item2 { display: flex; flex-flow: column nowrap; flex-grow:3; text-align:center;  padding: 0px 0px;}
.consulting_stat_container .item2 .itembox { display: flex; flex-flow: row nowrap; flex: 1 1 0; text-align:center;   padding: 0px 0px;}
.consulting_stat_container .item-sub { display: flex; flex-flow: column nowrap; flex: 1 1 0;   text-align:center;  }
.w50 {width:50;}
/*공통신청서 적격화면*/
.tablebasic.certinit .tabledateil {border-bottom: 1px solid #e4e4e4;}
.tablebasic.certinit .tabledateil dl {display: table; table-layout: fixed; width: 100%; border-bottom: 1px solid #e4e4e4;}
.tablebasic.certinit .tabledateil dl:last-child {border-bottom: 0;}
.tablebasic.certinit .tabledateil dl dt, .tablebasic .tabledateil dl dd {padding: 12px 20px; display: table-cell; font-size: 15px; line-height: 20px; vertical-align: middle; word-break: break-all; border-right: 1px solid #e4e4e4;}
.tablebasic.certinit .tabledateil dl dt, .tablebasic .tabledateil dl dd:last-child {border-right: 0;}
.tablebasic.certinit .tabledateil dl dt {width: 200px; color: #444; font-weight: 500; background-color: #f9f9f9;}
.tablebasic.certinit ul.tabledateil {overflow: hidden; display:flex; display:-webkit-flex;flex-wrap:wrap;-webkit-flex-wrap:wrap;}
.tablebasic.certinit a, .tablebasic.certinit div{display:inline}
/*게시판 E*/

@media screen and (max-width:1200px) {
    .boardlist_top.type3 .box {width: 100%; justify-content: space-between;}
    .boardlist_top.type3 .box li {padding: 5px 10px; width: 50%;}
    .boardlist_top.type3 .box li.input {padding: 5px 0; width: calc(100% - 100px);}
    .boardlist_top.type3 .box li.button {padding: 5px 10px; width: 100px;}
    .boardlist_top.type3 .box li.button button {margin: 0;}
    .boardlist_top.type3 .box li label {width: 100px; text-align: left;}
    .boardlist_top.type3 .box li .optionbox {width: calc(100% - 110px);}
    .boardlist_top.type3 button.right {position: relative; right: inherit; bottom: inherit; margin: 0;}
    /*카드뉴스 상세*/
    .slide_area .slick-slider .slick-arrow.slick-prev {left: -115px;}
    .slide_area .slick-slider .slick-arrow.slick-next {right: -115px;}

    /*갤러리형 게시판*/
    .gallaylist li a {width: 220px;}
    .gallaylist li a .img_box {width: 220px; height: 220px;}

    /*멘토링 갤러리*/
    .gallaylist2 > li a {padding: 15px;}
}
@media screen and (max-width:1024px) {
    /*목록 상단검색*/
    .boardlist_top {padding: 20px;}
    .boardlist_top .box {width: 100%;}
    .boardlist_top .box li {padding: 0 5px; width: 50%;}
    .boardlist_top .box li.input {width: calc(100% - 420px);}
    .boardlist_top .box li.button {width: auto;}
    .boardlist_top.type2 .box {width: 100%;}
    .boardlist_top.type2 .box:nth-child(n+2) {margin-top: 10px;}
    .boardlist_top.type2 .box li {padding: 5px;}
    .boardlist_top.type2 .box li label {width: 100px; text-align: left;}
    .boardlist_top.type2 .box li .optionbox {width: calc(100% - 110px);}
    .boardlist_top.type2 .box li.input {width: calc(100% - 100px);}
    /*달력포함*/
    .boardlist_top.type4 .box li.calendar {margin-bottom: 10px; width: 100%;}
    .boardlist_top.type4 .box li.input {width: calc(100% - 260px);}

    .boardlist {border-top: 1px solid #222;}
    .boardlist table {display: none;}
    .boardlist > ul.list {display: block;}

    .button_box .right {position: relative; right: 0;}

    /*카드뉴스 상세*/
    .slide_area {position: relative;}
    .slide_area .slick-slider {width: calc(100% - 230px);}
    .slide_area .slider-nav {width: calc(100% - 220px);}

    .boardwrite .email .inpbox, .boardwrite .email .optionbox {float: left; width: calc(33.33% - 15px);}
    .boardwrite .email .optionbox {margin-left: 10px; min-width:inherit;}
    .boardwrite .email .btn_check {float: none; margin-left: 0; margin-top: 10px;}
    .boardwrite .check_box.type2 input[type=checkbox] + label {margin-right: 20px; width: auto; min-width: 135px;}

    /*갤러리형 게시판*/
    .gallaylist > li {width: 33.33%;}
    .gallaylist li a .img_box {margin-bottom: 10px;}
    .gallaylist li a h3 {margin-bottom: 10px;}

    /*멘토링 갤러리*/
    .gallaylist2 > li {width: calc(50% - 12px);}

    /*기업소개*/
    .gallaylist3 > li {width: calc(33.33% - 30px);}

    .tablebasic .tabledateil dl dt {width: 20%;}
    .tablebasic.cert .tabledateil dl dt {width: 20%;}
    /*사진 포함 상세정보 보기*/
    .tablebasic.photo .tabledateil dl dt {width: 20%;}

}
@media screen and (min-width:320px) and (max-width:784px){
	/*카드뉴스 상세*/
    .slide_area {position: relative;}
    .slide_area .slick-slider {padding: 0 70px; width: 100%;}
    .slide_area .slick-slider .slick-arrow.slick-prev {left: -20px; transform: rotate(180deg) scale(0.6);}
    .slide_area .slick-slider .slick-arrow.slick-next {right: -20px; transform: scale(0.6);}
    .slide_area .slider-nav {padding: 0 65px; width: 100%;}

    .boardwrite tr th {padding: 10px;}
    .boardwrite thead tr th {padding: 10px 0;}
    .boardwrite tr th .point {position: relative; display: inline-block; padding-left: 3px; top: 3px; color: #fa0000; font-weight: 600;}
    .boardwrite tbody tr th {width: 120px;}
    .boardwrite .check1 .check_box input[type=checkbox] + label {padding-right: 20px; min-width: 150px; width: auto;}

    /*글쓰기 dl형식*/
    .boardwrite .table_type dl dt {padding: 10px; width: 130px;}

    /*썸네일게시판*/
    .thumbnaillist li a {padding: 20px 0;}
    .thumbnaillist li a dl dt {width: 200px;}
    .thumbnaillist li a dl dt .img_box {width: 200px; height: 140px;}
    .thumbnaillist li a dl dd {padding-left: 20px; width: calc(100% - 200px);}
    .thumbnaillist li a dl dd h3 {margin-bottom: 10px;}
    .thumbnaillist li a dl dd .text {margin-bottom: 10px; height: 78px; -webkit-line-clamp: 3;}

    /*갤러리형 게시판*/
    .gallaylist > li {width: 50%;}

    /*멘토링 갤러리*/
    .gallaylist2 {padding-top: 10px;}
    .gallaylist2 > li {margin: 0 0 10px; width: calc(50% - 5px);}
    .gallaylist2 > li a {padding: 10px;}
    .gallaylist2 > li a .more {right: 10px; top: 10px;}
    .gallaylist2 > li a .box > dt {float: left; width: 80px; height: 92px; border: 1px solid #dcdcdc; background-repeat: no-repeat; background-position: center center; background-size: cover;}
    .gallaylist2 > li a .box > dd {float: left; width: calc(100% - 92px); padding-left: 10px;}
    .gallaylist2 > li a .box > dd .list {line-height: 24px;}
    .gallaylist2 > li a .box > dd .list dt {margin: 0;}
    .gallaylist2 > li a .box > dd .list dd {margin: 0; padding-left: 5px;}
    .gallaylist2 > li a .box > dd .list dd.line2 {height: 48px;}

    /*기업소개*/
    .gallaylist3 > li {width: calc(50% - 30px);}

    /*데모데이 게시판*/
    .gallaylist4 li a {width: 190px;}
    .gallaylist4 li a .img_box {margin-bottom: 5px; width: 190px; height: 126px;}

}
@media screen and (min-width:320px) and (max-width:640px){
    .radio_box input[type=radio] + label {margin: 2px 15px 2px 0; padding:0 0 0 22px; font-size: 13px; line-height:16px;}
    .radio_box input[type=radio] + label::after {width: 14px; height: 14px; border: 1px solid #d3d3d3;}
    .radio_box input[type=radio] + label.on::before, .radio_box input[type=radio]:checked  + label::before {left: 4px; top: 4px; width: 8px; height: 8px;}
    .radio_box.only input[type=radio] + label {width: 16px; height: 16px;}
    /*체크박스*/
    .check_box input[type=checkbox] + label {margin-right: 15px; padding-left: 25px;}
    .check_box input[type=checkbox] + label span {top: 4px; width: 17px; height: 17px; border: 1px solid #d2d2d2;}
    .check_box input[type=checkbox] + label.on span::after, .check_box input[type=checkbox] + label.on span::before, .check_box input[type=checkbox]:checked  + label span::after, .check_box input[type=checkbox]:checked  + label span::before {height: 3px;}
    .check_box input[type=checkbox] + label.on span::after, .check_box input[type=checkbox]:checked  + label span::after {left: 2px; bottom: 5px; width: 6px;}
    .check_box input[type=checkbox] + label.on span::before, .check_box input[type=checkbox]:checked  + label span::before {right: 1px; bottom: 6px; width: 9px;}
    /*체크박스 타입2 동그라미*/
    .check_box.type2 input[type=checkbox] + label {margin-right: 0; padding-left: 18px;}
    .check_box.type2 input[type=checkbox] + label span {width: 13px; height: 13px; border: 1px solid #d8d8d8;}
    .check_box.type2 input[type=checkbox] + label.on span::after, .check_box.type2 input[type=checkbox]:checked  + label span::after {bottom: 4px; width: 4px;}
    .check_box.type2 input[type=checkbox] + label.on span::before, .check_box.type2 input[type=checkbox]:checked  + label span::before {width: 5px;}
    /*체크박스 타입3 sns동의*/
    .check_box.type3 input[type=checkbox] + label {line-height:14px; font-size: 11px;}
    .check_box.type3 input[type=checkbox] + label span {top: 0;}

    .optionbox, .inpbox {height: 30px;}
    .optionbox::after {right: 5px;}
    .calendar .inpbox .ui-datepicker-trigger {width: 35px; height: 28px; background-size: 20px;}
    .calendar .text {margin: 0 5px; line-height: 30px;}

    /*목록 상단검색*/
    .boardlist_top {padding: 0; margin-bottom: 15px; text-align: left; background-color: transparent;}
    .boardlist_top .box li {float: none !important; padding: 0 !important; margin-bottom: 10px; width: 100% !important;}
    .boardlist_top .box li label {float: none; margin-right: 0; line-height: 25px; font-size: 11px;}
    .boardlist_top .box li .optionbox {height: 35px;}
    .boardlist_top .box li .inpbox {height: 35px;}
    .boardlist_top .box li.button button {margin: 0; width: 100%;}
    .boardlist_top.type2 .box:nth-child(n+2) {margin-top: 10px;}
    .boardlist_top.type2 .box li .optionbox {width: 100%;}
    .boardlist_top.type2 .box li.input {width: 100%;}
    .boardlist_top.type3  {padding: 0;}
    .boardlist_top.type3 .box li .optionbox {width: 100%;}
    .boardlist_top.type3 button.right {width: 100%;}
    /*달력포함*/
    .boardlist_top.type4 .box li.calendar {display: flex; justify-content: space-between;}
    .boardlist_top.type4 .box li.calendar .inpbox {width: calc(50% - 15px) !important;}
    .boardlist_top.type4 .box li.calendar .inpbox .ui-datepicker-trigger {height: 33px;}
    .boardlist_top.type4 .box li.calendar .character {line-height: 35px;}

    /*일반게시판 검색바*/
    .board_top {overflow: hidden; margin-bottom: 10px;}
    .board_top .right {width: 100%;}
    .board_top fieldset .optionbox {margin-right: 0; margin-bottom: 5px; width: 100%; height: 35px;}
    .board_top fieldset .inpbox {margin-right: 0; margin-bottom: 5px; width: 100%; height: 35px;}
    .board_top fieldset .btn3 {width: 100%;}

    .sort_area .list li button {min-width: 60px; height: 25px; font-size: 12px;}

    /*페이징*/
    .paging .box span a {width: 28px; height: 28px; line-height: 28px;}
    .paging .box button {width: 28px; height: 28px; background-size: auto 9px;}
    .paging .box button.btn-paging-first {margin-right: 2px;}
    .paging .box button.btn-paging-pre {margin-right: 4px;}
    .paging .box button.btn-paging-next {margin-left: 4px;}
    .paging .box button.btn-paging-last {margin-left: 2px;}

    .button_box {margin-top: 15px;}
    .button_box.ac .down_box {width: 100%; height: 40px;}
    .button_box.ac .down_box dt {padding: 0 10px 0 20px; width: auto; font-size: 10px; line-height: 14px;}
    .button_box.ac .down_box dd {width: 84px;}
    .button_box.ac .down_box dd button {padding: 0 15px; font-size: 9px;}
    .button_box.ac .down_box dd button span {padding-right: 17px; background-size: 10px;}

    /*일반게시판 상세*/
    .board_detail {border-top: 1px solid #222;}
    .board_detail .title_box {padding: 10px 0;}
    .board_detail .title_box h3 {padding-bottom: 10px; font-size: 16px; line-height: 22px;}
    .board_detail .title_box .list li {margin-right: 10px; font-size: 12px; line-height: 14px;}
    .board_detail .title_box .list li::after {right: -5px; top: calc(50% - 6px); height: 12px;}
    .board_detail .content {padding: 10px 0;}
    .board_detail .file {padding: 10px 0;}

    /*카드뉴스 상세*/
    .slide_area .slick-slider {padding: 0 10px; margin-bottom: 2px;}
    .slide_area .slick-slider .slick-arrow {top: calc(50% - 11px); width: 13px; height: 23px; border: 0; border-radius: 0;}
    .slide_area .slick-slider .slick-arrow::after, .slide_area .slick-slider .slick-arrow::before {left: -2px; width: 17px; height: 3px; border-radius: 6px; background-color: #666 !important;}
    .slide_area .slick-slider .slick-arrow::after {top: 5px;}
    .slide_area .slick-slider .slick-arrow::before {top: 15px;}
    .slide_area .slick-slider .slick-arrow:hover {background-color: transparent;}
    .slide_area .slick-slider .slick-arrow.slick-prev {left: -13px; transform: rotate(180deg) scale(1);}
    .slide_area .slick-slider .slick-arrow.slick-next {right: -13px; transform: scale(1)}
    .slide_area .slider-nav {padding: 0 8px;}
    .slide_area .slider-nav .slick-list .slick-track .slick-slide {padding: 2px;}

    /*일반게시판 상세 답변*/
    .board_detail.answer {margin-top: 20px;}
    .board_detail.answer .title_box h3 {padding: 10px 0; font-size: 14px;}
    .board_detail.answer .title_box h3 span {margin-right: 5px;}
    .board_detail.answer .title_box .list {padding: 10px 0;}
    .board_detail.answer .title_box .list li {margin-right: 10px;}
    .board_detail.answer .title_box .list li::after {right: -5px;}
    .board_detail.answer .content {padding: 10px 0;}

    .boardwrite.mb50 {margin-bottom: 30px !important;}
    .boardwrite.mb40 {margin-bottom: 20px !important;}
    .boardwrite.mb20 {margin-bottom: 10px !important;}

    /*게시판 글쓰기 타입1-일반글쓰기*/
    .boardwrite {border-top: 0;}
    .boardwrite .table_type dl {margin-bottom: 20px; border-bottom: 0;}
    .boardwrite .table_type dl:last-child {margin-bottom: 0;}
    .boardwrite .table_type dl dt {padding: 0 0 5px; background-color: transparent; border-right: 0;}
    .boardwrite thead tr th {padding: 10px 0;}
    .boardwrite tr th .point, .boardwrite .table_type dl dt .point {display: none;}
    .boardwrite tbody tr td, .boardwrite .table_type dl dd {padding: 0; font-size: 14px;}
    .boardwrite a {font-size: 13px;}
    .boardwrite .inpbox {width: 100%;}
    .boardwrite .optionbox {min-width: 200px;}
    .boardwrite .optionbox100 {min-width: 100%;}
    .boardwrite textarea {height: 100px;}
    .boardwrite .address .box1 button {margin-left: 5px;}
    .boardwrite .address .box2 .inpbox {margin-bottom: 10px; width: 100%;}
    .boardwrite .address .box2 .inpbox:last-child {margin-bottom: 0;}
    .boardwrite .counsel .text {line-height: 30px;}
    .boardwrite .text2 {font-size: 11px; padding: 4px 0 0;} /*기본 텍스트 input옆에 있는 경우*/
    .boardwrite .character {margin: 0 5px; line-height: 30px;} /*특수문자일 경우*/
    .boardwrite .reference {padding-top: 5px; line-height: 14px; font-size: 11px;} /*참고 문구로 사용될 때*/
    .boardwrite ul.reference {padding: 10px 0 0 0; line-height: 16px;} /*참고 문구로 사용될 때 목록*/
    .boardwrite .check1 .check_box input[type=checkbox] + label {margin: 5px 0; padding-right: 0; width: auto; min-width: 50%;}
    .boardwrite .check_box.type3 {margin-top: 0; padding-top: 5px; width: 100%;}
    .check_box.type3 input[type=checkbox] + label.on span::after, .check_box.type3 input[type=checkbox]:checked + label span::after {bottom: 4px;}

    /*글쓰기 dl형식*/
    .boardwrite .table_type dl dt, .boardwrite .table_type dl dd {display: block; width: 100%;}
    .boardwrite .table_type dl dt .d_block {display: inline-block !important; padding-left: 5px;}

    /*글쓰기 dl형식 type2*/
    .boardwrite .table_type.type2 dl {margin-bottom: 10px;}
    .boardwrite .table_type.type2 dl dt {border-bottom: 1px solid #222;}
    .boardwrite .table_type.type2 dl dd {padding: 5px 0; border-bottom: 1px solid #e4e4e4;}

    .boardwrite > ul.list {display: block;}

    .board_privacy {margin-top: 5px;}
    .board_privacy.mb50 {margin-bottom: 30px !important;}
    .board_privacy .check_box input[type=checkbox] + label {line-height:16px;}
    .board_privacy .check_box input[type=checkbox] + label span {top: -1px;}

    /*썸네일게시판*/
    .thumbnaillist {border-top: 1px solid #222;}
    .thumbnaillist li a {padding: 10px 0;}
    .thumbnaillist li a dl dt {width: 160px;}
    .thumbnaillist li a dl dt .img_box {width: 160px; height: 100px;}
    .thumbnaillist li a dl dd {padding-left: 10px; width: calc(100% - 160px);}
    .thumbnaillist li a dl dd h3 {margin-bottom: 5px; font-size: 16px;}
    .thumbnaillist li a dl dd .text {height: 40px; -webkit-line-clamp: 2;}
    .thumbnaillist li a dl dd .list_box .list {padding-right: 10px;}
    .thumbnaillist li a dl dd .list_box .list li {padding-right: 10px; font-size: 11px;}
    .thumbnaillist li a dl dd .list_box .list li::after {right: 5px; height: 10px;}

    /*갤러리형 게시판*/
    .gallaylist {padding: 0;}
    .gallaylist > li {margin: 10px 0; width: 50%;}
    .gallaylist li a {width: 210px;}
    .gallaylist li a .img_box {width: 210px; height: 210px;}
    .gallaylist li a h3 {height: 40px; line-height: 20px; font-size: 15px;}
    .gallaylist li a .list li {margin-right: 10px; font-size: 9px;}
    .gallaylist li a .list li.hit {padding-left: 22px; background-size: 17px; background-position: 0 2px;}

    /*멘토링 갤러리*/
    .gallaylist2 > li {width: 100%;}
    .gallaylist2 > li a {padding: 10px;}
    .gallaylist2 > li a .more {right: 5px; top: 5px;}
    .gallaylist2 > li a .more span {margin-right: 3px; width: 3px; height: 3px;}
    .gallaylist2 > li a .box > dd .list {line-height: 18px;}
    .gallaylist2 > li a .box > dd .list dt {width: 40px;}
    .gallaylist2 > li a .box > dd .list dd {width: calc(100% - 40px);}
    .gallaylist2 > li a .box > dd .list dd.line2 {height: 36px;}

    /*기업소개*/
    .gallaylist3 {padding-bottom: 17px; justify-content: space-between;}
    .gallaylist3 > li {margin: 3px 0; width: calc(50% - 3px);}
    .gallaylist3 > li a {padding: 20px 10px 10px;}
    .gallaylist3 > li a dl dt {margin-bottom: 5px;}
    .gallaylist3 > li a dl dt .img_box .d_cell {height: 30px;}
    .gallaylist3 > li a dl dt h3 {font-size: 11px;}
    .gallaylist3 > li a dl dd h4 {font-size: 10px;}
    .gallaylist3 > li a dl dd p {font-size: 11px; line-height: 17px;}
    .gallaylist3 > li a dl dd p.service {height: 34px;}

    /*데모데이 게시판*/
    .gallaylist4 li a {width: 135px;}
    .gallaylist4 li a .img_box {width: 135px; height: 105px;}
    .gallaylist4 li a h4 {margin-bottom: 8px; height: 12px; -webkit-line-clamp: 1; line-height: 12px; font-size: 12px;}
    .gallaylist4 li a .date {font-size: 9px; line-height: 12px;}

    .tablebasic.mb50 {margin-bottom: 30px !important;}
    .tablebasic.mb40 {margin-bottom: 20px !important;}
    .tablebasic.mb20 {margin-bottom: 10px !important;}
    .tablebasic {border-top: 1px solid #dcdcdc;}
    .tablebasic table tr td {padding: 5px;}
    /*상세정보 보기*/
    .tablebasic div.tabledateil {padding: 5px 0;}
    .tablebasic .tabledateil > li {padding: 5px 0; border-bottom: 1px solid #dcdcdc;}
    .tablebasic .tabledateil > li:last-child {border-bottom: 0;}
    .tablebasic .tabledateil dl {overflow: hidden; display:flex; display:-webkit-flex;flex-wrap:wrap;-webkit-flex-wrap:wrap; border-bottom: 0;}
    .tablebasic .tabledateil dl dt, .tablebasic .tabledateil dl dd {padding: 0; margin: 5px 0; display: block; float: left; font-size: 13px; line-height: 18px; border: 0; text-align: left;}
    .tablebasic .tabledateil dl dt {width: 55px !important; background-color: transparent;}
    .tablebasic .tabledateil dl dd {padding-left: 10px; width: calc(100% - 55px);}
    /* 반응형 */
    .tablebasic.cert div.tabledateil {padding: 5px 0;}
    .tablebasic.cert .tabledateil > li {padding: 5px 0; border-bottom: 1px solid #dcdcdc;}
    .tablebasic.cert .tabledateil > li:last-child {border-bottom: 0;}
    .tablebasic.cert .tabledateil dl {overflow: hidden; display:flex; display:-webkit-flex;flex-wrap:wrap;-webkit-flex-wrap:wrap; border-bottom: 0;}
    .tablebasic.cert .tabledateil dl dt, .tablebasic .tabledateil dl dd {padding: 0; margin: 5px 0; display: block; float: left; font-size: 13px; line-height: 18px; border: 0; text-align: left;}
    .tablebasic.cert .tabledateil dl dt {width: 55px !important; background-color: transparent;}
    .tablebasic.cert .tabledateil dl dd {padding-left: 10px; width: calc(100% - 55px);}
    /*사진 포함 상세정보 보기*/
    .tablebasic.photo .tabledateil dl dt {width: 100%;}
    .tablebasic.photo ul.tabledateil {display: block;}
    .tablebasic.photo ul.tabledateil > li {display: block; width: 100%;}
    .tablebasic.photo ul.tabledateil > li.img_box {padding: 10px; width: 100%; border: 0;}
    .tablebasic.photo ul.tabledateil > li.img_box img {max-height: 150px;}

    /*해외진출 사례 통계*/
    .consulting_stat_container div {  margin: 0; text-align:center;  }
    .consulting_stat_container {display:block;   }
    .consulting_stat_container .items { display:block; height:auto;}

}
@media screen and (min-width:320px) and (max-width:480px){
    /*게시판 글쓰기 타입1-일반글쓰기*/
    .boardwrite .address .box1 .inpbox {width: calc(100% - 85px);}
    .boardwrite .business .inpbox {width: 100%;} /*사업자등록번호*/
    .boardwrite .btn_check {margin-left: 0; margin-top: 5px; width: 100%;}

    /*썸네일게시판*/
    .thumbnaillist li a dl dt {width: 100px;}
    .thumbnaillist li a dl dt .img_box {width: 100px; height: 70px;}
    .thumbnaillist li a dl dd {padding-left: 10px; width: calc(100% - 100px);}

    /*갤러리형 게시판*/
    .gallaylist li a {width: 130px;}
    .gallaylist li a .img_box {width: 130px; height: 130px;}
}
@media screen and (min-width:320px) and (max-width:360px){

}