@charset "utf-8";

/** board form style **/
.form-split {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 2px;
	font-size: 13px;
	text-align: center;
	vertical-align: middle;
}

[class^="form-"], [class^="form-"]>div {
	display: flex;
}

[class^="form-"] {
	justify-content: center;
	align-items: center;
	position: relative;
}

[class^="form-"]>* {
	margin: 1px 0;
}

[class^="form-"] .button {
	min-width: 34px;
	height: 30px;
	padding: 0 8px;
	line-height: 30px;
	font-size: 15px;
	border-radius: 0;
}

[class^="form-"] .form-split {
	padding-right: 4px;
	padding-left: 4px;
}

.btn-ico {
	text-indent: -99999px;
	border: 1px solid #d1d1d1;
}

.btn-ico:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat !important;
	background-position: 50% !important;
}

.btn-ico[class*='btn-'] {
	background-color: #fff !important;
}

.btn-add:before {
	background-image: url(/images/ico/ico_add.png) !important;
}

.btn-delete:before {
	background-image: url(/images/ico/ico_cancel01.png) !important;
}

.btn-srch:before {
	background-image: url(/images/ico/ico_srch01.png) !important;
}

.btn-dec:before {
	background-image: url(/images/ico/ico_dec.png) !important;
}

.btn-inc:before {
	background-image: url(/images/ico/ico_inc.png) !important;
}

/** 검색조건 multiple **/
.form-multiple>*:not(.form-file) {
	display: flex;
	align-items: center;
	width: auto;
}

.form-multiple:has(.form-file) {
	width: 100%;
	justify-content: flex-start;
}

.form-multiple>*+* {
	margin-left: 10px !important;
}

.form-multiple select, .form-multiple input[type='text'] {
	min-width: 115px;
	width: auto;
}

.form-multiple .wrap-btn [class*='btn'] {
	display: block;
	width: 28px;
	height: 28px;
	text-indent: -9999px;
	border-radius: 3px;
	background-color: #8d8d8d;
	background-repeat: no-repeat;
	background-position: center;
}

.form-multiple .wrap-btn [class*='btn']+[class*='btn'] {
	margin-left: 4px;
}

.form-multiple .wrap-btn .btn-add {
	background-image: url(/images/ico/ico_add.png);
}

.form-multiple .wrap-btn .btn-delete {
	background-image: url(/images/ico/ico_delete.png);
}

.wrap-ico [class*='btn'] {
	display: block;
	min-width: initial;
	width: 28px;
	height: 28px;
	padding: 0;
	text-indent: -9999px;
	border: none;
	border-radius: 3px;
	background-color: #8d8d8d !important;
	background-repeat: no-repeat;
	background-position: center;
}

.wrap-ico button[class*='btn']:is(:hover,:focus-visible) {
	background-color: #8d8d8d  !important;
}

.wrap-ico [class*='btn']+[class*='btn'] {
	margin-left: 5px;
}

.wrap-ico .btn-add:before {
	background-image: url(/images/ico/ico_add.png);
}

.wrap-ico .btn-del:before {
	background-image: url(/images/ico/ico_delete.png);
}

/** 검색조건 라디오/체크박스 **/
.form-pick {
	flex-wrap: wrap
}

.form-pick span {
	display: flex;
	align-items: center;
	margin-right: 15px;
}

.form-pick span>:not(label) {
	margin-bottom: 1px;
}

.form-pick label {
	padding-right: 25px;
	padding-left: 5px;
}

/** 전화번호 **/
.form-tel select, .form-tel input[type='text'] {
	width: calc(100%/ 3 - 5px);
	max-width: 85px
}

.form-tel *+* {
	margin-left: 3px;
}

/** 검색-찾기 **/
.form-search select {
	width: 30% !important;
	max-width: 115px;
}

.form-search input {
	flex: 1;
	width: calc(100% - 10px) !important;
}

.form-search>*+* {
	margin: 0 0 0 5px
}

/** 주소 **/
.form-address {
	flex-direction: column;
	flex: 1
}

.form-address [class*='address-'] {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.form-address [class*='address-']:not(:first-child) {
	margin-top: 3px;
}

.form-address .address-zip input[type='text'] {
	min-width: 80px;
	max-width: 120px;
	margin-right: 3px;
}

.form-address .address-info input[type='text'] {
	width: 70%;
}

.form-address .address-info input[type='text']+input[type='text'] {
	width: 100%;
	margin-top: 3px;
}

/** 달력 **/
.form-calendar>* {
	display: flex;
	position: relative;
}

.form-calendar>span:not(.pick-clear) {
	width: 100%;
	max-width: 150px;
}

.form-calendar input[type='text'] {
	flex: 1;
	min-width: inherit !important;
	width: 100%;
}

.form-calendar .ico-calendar {
	display: flex;
	align-items: center;
	margin-left: -1px;
	padding: 0 10px;
	border-left: 0;
	background: #f2f4f8;
}

.form-calendar .calendar-cont {
	padding: 0;
	border-width: 0;
}

.form-calendar>.pick-clear {
	margin-right: 15px;
}

.form-calendar>.calendar-cont {
	display: flex;
	width: auto;
}

.form-calendar>.calendar-cont>span:not(.form-split) {
	display: flex;
	max-width: 170px;
	width: 100%;
}

.form-calendar>.calendar-cont>.form-split {
	margin: 0 5px;
}

.form-calendar>.date-btn {
	width: auto !important;
}

.form-calendar>.date-btn>* {
	width: calc(100%/ 3 - 3px);
	padding: 0 17px;
	line-height: 32px;
	word-break: keep-all;
	border: 1px solid #adafb3;
	border-radius: 3px;
	background: #fff;
}

.form-calendar>.date-btn>* i {
	display: inline-block;
	position: relative;
}

.form-calendar>.date-btn>*+* {
	margin-left: 3px;
}

.form-calendar>.date-btn>*:hover, .form-calendar>.date-btn>*:focus, .form-calendar>.date-btn>*.is-current {
	border-color: #1944ab;
}

.form-calendar>.date-btn>*:hover i, .form-calendar>.date-btn>*:focus i, .form-calendar>.date-btn>*.is-current i {
	color: #1944ab;
}

.form-calendar>.date-btn>*.is-current {
	padding-right: 9px;
	padding-left: 7px;
}

.form-calendar>.date-btn>*.is-current i {
	padding-left: 15px;
}

.form-calendar>.date-btn>*.is-current i:before {
	content: '';
	display: block;
	position: absolute;
	top: 11px;
	left: 0;
	width: 10px;
	height: 6px;
	border: 0 solid #1944ab;
	border-width: 2px 2px 0 0;
	transform: rotate(125deg)
}

/** 질문 목록 **/
.form-group {
	overflow: hidden;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: -5px 0 0 -10px;
}

.form-group>* {
	margin: 5px 0 0 10px
}

/** input group **/
.form-input {
	display: grid;
	grid-template-columns: repeat(5,1fr);
	gap: 5px;
}

/** 파일업로드 **/
.form-file {
	position: relative;
	width: 100%;
	max-width: 530px;
}

.form-file input[type='text'] {
	display: inline-block;
	width: 100%;
	background-color: rgba(0, 0, 0, 0) !important;
}

.form-file input[type='file'] {
	visibility: hidden;
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	min-height: 0;
	line-height: 0;
	font-size: 0
}

.form-file label {
	width: 85px !important;
	height: 40px;
	margin-left: 8px;
	line-height: 40px;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	text-align: center;
	border-radius: 3px;
	background-color: #343a40;
	cursor: pointer
}

.form-file label:hover, .form-file label:focus {
	color: #686d7c;
	border: 1px solid #686d7c;
	background-color: #fff;
}

.form-file ~ [class*='btn-ico'] {
	min-width:initial;
	width: 28px !important;
	height: 28px;
	border:none;
	border-radius: 3px;
	background: #8d8d8d !important;
}

/** 등록파일명 목록리스트 **/
.upload-file {
	margin-bottom: 5px;
	padding: 10px 20px;
	border-radius: 3px;
	background: #f7f7f7;
}

.upload-file>* {
	width: 100%;
	margin: 0 !important;
}

.upload-file>*+* {
	margin-top: 7px !important;
	padding-top: 7px;
	border-top: 1px dotted #ddd;
}

.upload-file span {
	display: inline-block;
	position: relative;
	padding-right: 50px;
	padding-left: 10px;
	line-height: 19px;
}

.upload-file span:before {
	content: '';
	display: block;
	position: absolute;
	top: 9px;
	left: 0;
	width: 2px;
	height: 2px;
	border-radius: 50%;
	background: #999;
}

.upload-file span a {
	font-size: 14px;
}

.upload-file .button {
	position: absolute;
	top: 3px;
	right: 0;
	min-width: inherit;
	padding: 0 10px;
	line-height: 19px;
	border-radius: 0;
}

/** 게시판 검색 **/
[class*='wrap-srch'], [class*='srch-item'] {
	display: flex
}

[class*='wrap-srch'] {
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	position: relative;
	padding: 18px 22px;
	border-radius: 5px;
	background: #f2f4f8;
}

[class*='wrap-srch'] input, [class*='wrap-srch'] select {
	background-color: #fff;
}

[class*='wrap-srch'] button[type='submit'] {
	padding: 0 10px;
	line-height: 18px;
	border: 1px solid #343a40;
	border-radius: 5px;
	color: #fff;
	font-size: 15px;
	background: #343a40;
	height:42px;
	min-width: 67px;
	justify-content: center;
}

[class*='wrap-srch'] button[type='submit'] i {
	font-weight: 600;
}

[class*='wrap-srch'] button[type='submit']:hover, [class*='wrap-srch'] button[type='submit']:focus {
	color: #343a40;
	background: #fff;
}

[class*='wrap-srch'] button[type='submit'].active {
	color: #343a40;
    background: #fff;
}

[class*='wrap-srch'] .option-btn {
	display: block;
	padding: 0 14px;
	line-height: 40px;
	color: #333f5b;
	font-size: 15px;
	border: 1px solid #333f5b;
	border-radius: 5px;
	background: #fff;
}

[class*='wrap-srch'] .option-btn i {
	position: relative;
	padding-right: 25px;
	font-weight: 500;
}

[class*='wrap-srch'] .option-btn i:after {
	content: '';
	position: absolute;
	top: 6px;
	right: 0;
	width: 10px;
	height: 7px;
	background: url(/images/ico/arr_bottom.png) no-repeat;
}

[class*='wrap-srch'] .option-btn:is(:hover, :focus, .on) {
	color: #fff;
	background: #333f5b;
}

[class*='wrap-srch'] .option-btn:is(:hover, :focus, .on) i:after {
	background-image: url(/images/ico/arr_bottom01.png);
}

.srch-cont [class='form-s'] {
	display: flex !important;
	align-items: center
}

[class*='srch-cont'] {
	position: relative;
	width: 100%;
	max-width: 665px;
	min-height: 34px;
	border-radius: 10px;
}

[class*='srch-cont']:not(:has(.option-btn)) {
	max-width:555px;
}

[class*='srch-cont']+[class*='srch-cont'] {
	margin-top: 6px;
}

[class*='srch-cont'] .srch-item, [class*='srch-cont'] .form-search {
	width: 100%;
}

[class*='srch-cont'][class*='item-'] {
	display: flex;
	flex-wrap: wrap;
	max-width: 100%;
	margin-top: -10px;
	margin-left: -35px;
}

[class*='srch-cont'][class*='item-'] .srch-tit {
	min-width: auto;
	margin-right: 30px;
	white-space: nowrap;
}

[class*='srch-cont'].item-01 [class*='srch-item'] {
	width: auto;
	margin-top: 10px;
	margin-left: 35px;
}

[class*='srch-cont'].item-02 [class*='srch-item'] {
	width: calc(100%/ 2 - 40px);
}

[class*='srch-cont'].item-03 {
	justify-content: center;
}

[class*='srch-cont'].item-03 [class*='srch-item'] {
	width: calc(100%/ 3 - 40px);
}

[class*='srch-cont'].item-03 [class*='srch-item'].srch-footer {
	width: auto;
	margin-left: 10px;
}

[class*='srch-cont'] .srch-footer {
	display: flex;
	align-items: center;
}

[class*='srch-cont'] .srch-footer>*+* {
	margin-left: 5px;
}

[class*='srch-cont'] .srch-footer>* {
	line-height: 18px;
}

[class*='srch-cont'].ver-01 {
	display: flex;
	justify-content: center;
	max-width: 100%;
	margin-left: -20px;
}
[class*='srch-cont'].ver-01 .srch-item {
	width: auto;
	margin-left: 20px;
}
[class*='srch-cont'].ver-01 [class*='srch-item']+[class*='srch-item'] {
	margin-top: 0;
}

[class*='srch-cont'].ver-01 [class^="form-"] {
	justify-content: flex-start;
}

[class*='srch-cont'].ver-01 .srch-item .srch-tit+div {
	flex: 1;
	min-width: 0;
}

[class*='srch-cont'].ver-02 {
	display: flex;
	max-width: 100%;
	flex-wrap: wrap;
}
[class*='srch-cont'].ver-02 .srch-item {
	width: auto;
	margin-left: 26px;
	margin-bottom: 6px;
	margin-top: 0;
}
[class*='srch-cont'].ver-02 .srch-item .srch-tit {
    width: 90px;
    line-height: 18px;
    letter-spacing: -0.05em;
}
[class*='srch-cont'].ver-02 [class*='srch-item']+[class*='srch-item'] {

}

[class*='srch-cont'].ver-02 [class^="form-"] {
	justify-content: flex-start;
}

[class*='srch-cont'].ver-02 .srch-item .srch-tit+div {
	flex: 1;
	min-width: 0;
}

[class*='srch-item'] {
	align-items: center;
}

[class*='srch-item']+[class*='srch-item'] {
	margin-top: 10px;
}

[class*='srch-item'] * {
	font-size: 15px;
}

/** srch-cont+srch-footer : 병렬형 **/
[class*='wrap-srch'].ver-01 {
	flex-wrap: nowrap
}

[class*='wrap-srch'].ver-01 [class*='item-'] {
	flex-grow: 1;
	width: calc(100% - 85px);
	padding-right: 10px;
}

[class*='wrap-srch'].ver-01 .srch-footer {
	width: 85px;
	height: 72px
}

[class*='wrap-srch'].ver-01 .srch-footer>* {
	height: 100%;
}

[class*='wrap-srch'].ver-01 .srch-footer>* i {
	padding-right: 10px;
}

.srch-item {
	align-items: center;
	min-height: 34px
}

.srch-item .srch-tit, .srch-item .srch-tit i {
	color: #111;
	font-weight: 500;
}

.srch-item .srch-tit {
	width: 65px;
	line-height: 34px;
	letter-spacing: -0.05em;
}

.srch-item .srch-tit i {
	display: inline-block;
	position: relative;
	width: 100%;
	letter-spacing: -1px;
}

.srch-item .srch-tit+div {
	flex-grow: 1;
	justify-content: flex-start !important;
	flex-wrap: wrap;
}

.srch-item input[type="text"], .srch-item select {
	width: 100%;
	height: 42px;
	line-height: 40px;
	color: #111;
	font-size: 15px;
}

.srch-item label+* {
	margin-right: 5px;
}

.srch-item *+label {
	margin-left: 5px;
}

/** srch form style **/
.srch-item .form-multiple input[type="text"], .srch-item .form-multiple select {
	width: auto;
}

/** 게시판 검색 - 옵션 **/
.serch-option {
	display: none;
	position: relative;
	z-index: 8;
}

.serch-option .wrap-srch {
	border: 1px solid #ddd;
	background: #fff;
}

/** 게시판 상단정보 **/
.board-top {
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 35px 0 15px
}

.board-top [class*='tit-type'] {
	margin: 0;
}

.board-count {
	position: relative;
	line-height: 15px;
	color: #424242;
	font-size: 15px;
	font-weight: 500;
}

.board-count span+span {
	position: relative;
	margin-left: 15px;
}

.board-count span+span:before {
	content: '';
	position: absolute;
	top: 3px;
	left: -8px;
	width: 1px;
	height: 12px;
	background: #dcdcdc;
}

.board-count i {
	display: inline-block;
	padding: 0 2px;
	font-weight: 500;
	color: #0055d4;
}

.board-module {
	display: flex;
	align-items: center;
}

.board-module>*+* {
	margin-left: 10px;
}

.board-module .button {
	line-height: 28px;
	font-size: 14px;
}

.board-module:only-child {
	width: auto !important;
	margin: 0 0 0 auto;
}

.board-module .selectbox * {
	font-size: 14px;
	border-radius: 3px;
}

.board-module .selectbox select {
	width: 95px;
	height: auto;
	padding: 2px 26px 2px 3px;
	color: #424242;
	border: none;
	background-color: #fff;
	background-position: right center;
}

.board-module .selectbox .button {
	min-width: inherit;
	padding: 0 10px;
}

/** 게시판 페이징 **/
.board-page .direction:before, .board-page .direction.prev:before, .board-page .direction.next:before {
	background: url(/images/bullet/bul_bd_page.png) no-repeat 0 0;
}

.board-page {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 20px 0
}

.board-page * {
	margin-top: 2px !important;
	margin-bottom: 2px !important;
}

.board-page strong, .board-page a {
	display: inline-block;
	min-width: 30px;
	height: 30px;
	margin: 0 0 0 7px;
	line-height: 30px;
	font-size: 14px;
	border-radius: 50%;
	letter-spacing: -1px;
	text-align: center;
}

.board-page a {
	color: #727272;
	background: #fff
}

.board-page a:hover, .board-page a:active, .board-page a:focus {
	color: #1d47ab;
	text-decoration: underline;
}

.board-page strong {
	color: #444;
	font-weight: 600;
	background: #ececec
}

.board-page .direction {
	position: relative;
	font-size: 0;
	text-indent: -9999px;
	border: 1px solid #dee0e2;
	vertical-align: top;
}

.board-page .direction.prev {
	margin-right: 20px;
}

.board-page .direction.next {
	margin-left: 20px;
}

.board-page .direction:hover, .board-page .direction:active, .board-page .direction:focus {
	text-decoration: none;
	background: #ececec;
}

.board-page .direction:before {
	content: '';
	display: block;
	position: absolute;
	top: calc(50% - 6px);
	left: calc(50% - 6px);
	width: 12px;
	height: 13px;
	transition: all .3s;
	background-position: 0 0
}

.board-page .direction.prev:before, .board-page .direction.next:before {
	background-position-x: -37px
}

.board-page .direction.next:before, .board-page .direction.last:before {
	transform: scaleX(-1)
}

/** button wrap **/
.board-button {
	overflow: hidden;
	margin: 20px 0 50px;
	text-align: center;
}

.board-button>div {
	display: flex;
}

.board-button>div:first-child {
	float: left
}

.board-button>div:last-child {
	float: right
}

.board-button>div *+* {
	margin-left: 10px;
}

.board-button [class*='button'] {
	min-width: 110px;
	padding: 15px 20px;
}

.recommend-btn {
    display: block;
    width: 95px;
    padding: 10px 20px;
    border: 1px solid #072966;
    border-radius: 4px;
    background: #fff;
}

.recommend-btn i {
    padding-left: 25px;
    color: #072966;
}

.recommend-btn i:before {
    content: '';
    position: absolute;
    top: calc(50% - 10px);
    left: -8px;
    width: 22px;
    height: 21px;
    background: url(/images/ico/ico_recommend.png) no-repeat;
}

.un-recommend-btn {
    display: block;
    width: 95px;
    padding: 10px 20px;
    border: 1px solid #1c9bb6;
    border-radius: 4px;
    background: #1c9bb6;
}

.un-recommend-btn i {
    padding-left: 25px;
    color: #072966;
}

.un-recommend-btn i:before {
    content: '';
    position: absolute;
    top: calc(50% - 10px);
    left: -8px;
    width: 22px;
    height: 21px;
    background: url(/images/ico/ico_recommend.png) no-repeat;
}

/* 커뮤니티 */
.cmnty-recommend-btn {
    display: block;
    width: 95px;
    padding: 10px 20px;
    border: 1px solid #072966;
    border-radius: 4px;
    background: #fff;
}

.cmnty-recommend-btn i {
    padding-left: 25px;
    color: #072966;
}

.cmnty-recommend-btn i:before {
    content: '';
    position: absolute;
    top: calc(50% - 10px);
    left: -8px;
    width: 22px;
    height: 21px;
    background: url(/images/ico/ico_recommend.png) no-repeat;
}

.cmnty-un-recommend-btn {
    display: block;
    width: 95px;
    padding: 10px 20px;
    border: 1px solid #1c9bb6;
    border-radius: 4px;
    background: #1c9bb6;
}

.cmnty-un-recommend-btn i {
    padding-left: 25px;
    color: #072966;
}

.cmnty-un-recommend-btn i:before {
    content: '';
    position: absolute;
    top: calc(50% - 10px);
    left: -8px;
    width: 22px;
    height: 21px;
    background: url(/images/ico/ico_recommend.png) no-repeat;
}
/* 커뮤니티 */

.scrap-btn {
    display: block;
    width: 95px;
    padding: 10px 20px;
    border: 1px solid #072966;
    border-radius: 4px;
    background: #fff;
}

.scrap-btn i {
    padding-left: 25px;
    color: #072966;
}

.scrap-btn i:before {
    content: '';
    position: absolute;
    top: calc(50% - 10px);
    left: 0;
    width: 16px;
    height: 21px;
    background: url(/images/ico/ico_scrap.png) no-repeat;
}

.un-scrap-btn {
    display: block;
    width: 95px;
    padding: 10px 20px;
    border: 1px solid #1c9bb6;
    border-radius: 4px;
    background: #1c9bb6;
}

.un-scrap-btn i {
    padding-left: 25px;
    color: #072966;
}

.un-scrap-btn02 i {
    color: #072966;
}

.un-scrap-btn i:before {
    content: '';
    position: absolute;
    top: calc(50% - 10px);
    left: 0;
    width: 16px;
    height: 21px;
    background: url(/images/ico/ico_scrap.png) no-repeat;
}

.un-scrap-btn02 i:before {
    content: '';
    position: absolute;
    top: calc(50% - 9px);
    right: -5px;
    width: 18px;
    height: 19px;
    background-image: url(/images/ico/ico_scrap02.png);
}

.un-recommend-btn02 i:before {
    content: '';
    position: absolute;
    top: calc(50% - 9px);
    right: -12px;
    width: 18px;
    height: 19px;
    background-image: url(/images/ico/ico_recommend02.png);
}

.rcmdtn-btn {
    display: block;
    width: 95px;
    padding: 10px 20px;
    border: 1px solid #072966;
    border-radius: 4px;
    background: #fff;
}

.rcmdtn-btn i {
    padding-left: 25px;
    color: #072966;
}

.rcmdtn-btn i:before {
    content: '';
    position: absolute;
    top: calc(50% - 10px);
    left: 0;
    width: 16px;
    height: 21px;
    background: url(/images/ico/ico_09.png) no-repeat;
}

.un-rcmdtn-btn {
    display: block;
    width: 95px;
    padding: 10px 20px;
    border: 1px solid #1c9bb6;
    border-radius: 4px;
    background: #1c9bb6;
}

.un-rcmdtn-btn i {
    padding-left: 25px;
    color: #072966;
}

.un-rcmdtn-btn i:before {
    content: '';
    position: absolute;
    top: calc(50% - 10px);
    left: 0;
    width: 16px;
    height: 21px;
    background: url(/images/ico/ico_09.png) no-repeat;
}

.list-btn {
	background: #072966;
}

.list-btn i {
	padding-left: 35px;
	font-weight: 500;
}

.list-btn i:before {
	content: '';
	position: absolute;
	top: calc(50% - 6px);
	left: 0;
	width: 23px;
	height: 13px;
	background: url(/images/ico/ico_list.png) no-repeat;
}

.list-btn:is(:hover, :focus) {
	background: #2d2d2d !important;
}

/** button common **/
.wrap-btn [class*='button'] {
	display: block;
	min-width: 95px;
	padding: 7px 10px;
	font-size: 14px;
	border: 1px solid #1c3e75;
	transition: all .2s;
	background: #fff;
}

.wrap-btn [class*='button'] i {
	padding-right: 25px;
	color: #1c3e75;
	background-repeat: no-repeat;
	background-position: right center;
}

.wrap-btn .down-btn i {
	background-image: url(/images/ico/ico_down.png);
}

.wrap-btn .view-btn i {
	background-image: url(/images/ico/ico_view.png);
}

.wrap-btn .submit-btn i {
	background-image: url(/images/ico/ico_submit.png);
}

.wrap-btn .result-btn i {
	background-image: url(/images/ico/ico_result.png);
}

.wrap-btn .document-link-btn i:before {
    content: '';
    position: absolute;
    top: calc(50% - 9px);
    right: 0;
    width: 18px;
    height: 19px;
    background-image: url(/images/ico/ico_document_link.png);
}

.wrap-btn .scrap-btn i:before {
    content: '';
    position: absolute;
    top: calc(50% - 9px);
    right: -5px;
    width: 18px;
    height: 19px;
    background-image: url(/images/ico/ico_scrap.png);
}

.wrap-btn .scrap-btn02 i:before {
    content: '';
    position: absolute;
    top: calc(50% - 9px);
    right: -5px;
    width: 18px;
    height: 19px;
    background-image: url(/images/ico/ico_scrap02.png);
}

.wrap-btn .recommend-btn02 i:before {
    content: '';
    position: absolute;
    top: calc(50% - 9px);
    right: -12px;
    width: 18px;
    height: 19px;
    background-image: url(/images/ico/ico_recommend02.png);
}

.wrap-btn .rcmdtn-btn i:before {
    content: '';
    position: absolute;
    top: calc(50% - 9px);
    right: -5px;
    width: 18px;
    height: 19px;
    background-image: url(/images/ico/ico_09.png);
}

.wrap-btn .status-btn i:before {
    content: '';
    position: absolute;
    top: calc(50% - 9px);
    right: -5px;
    width: 19px;
    height: 19px;
    background-image: url(/images/ico/ico_status.png);
}

.wrap-btn .community-btn i:before {
    content: '';
    position: absolute;
    top: calc(50% - 11px);
    right: -2px;
    width: 19px;
    height: 19px;
    background-image: url(/images/ico/ico_move.png);
}

.wrap-btn .management-btn i:before {
    content: '';
    position: absolute;
    top: calc(50% - 7px);
    right: -2px;
    width: 20px;
    height: 15px;
    background-image: url(/images/ico/ico_management.png);
}

.wrap-btn [class*='button']:is(:hover, :focus) {
	background: #f2f4f8;
}

/** 게시판 목록 **/
.board-list {
	margin-bottom: 30px;
}

.board-list tr:hover td {
	background: #f7f7f7;
}

.board-list *>tr>* {
	border-right-width: 0 !important;
}

/** 게시판 목록 제목 :혼합형(답변+새글) **/
[class*='board-'] [class*='badge-'] {
	position: relative;
	display: inline-block;
}

[class*='board-'] [class*='badge-'] i {
	line-height: 21px;
	font-size: 13px;
}

[class*='board-'] [class*='badge-'] img {
	vertical-align: middle;
}

.badge-category {
	min-width: 35px;
	height: 35px;
	margin: 0 auto;
	padding: 0 5px;
	line-height: 35px;
	text-align: center;
	vertical-align: top;
	border-radius: 50%;
	background: #19284e;
}

.badge-category i {
	color: #fff;
	font-size: 13px;
	font-weight: 500;
}

[class*='badge-state'] {
	flex: none;
	padding: 0 10px;
	border-radius: 20px
}

[class*='badge-state'] i {
	color: #fff;
}

.badge-state01 {
	background: #3a6cc9;
}

.badge-state02 {
	background: #6151b1;
}

.badge-state03 {
	background: #697083;
}

.badge-state04 {
	background: #c81336;
}

.badge-new {
	width: 22px;
	margin-left: 8px;
}

.board-link {
	display: flex;
	align-items: center;
}

.board-link [class*='badge-']:first-of-type {
	margin-right: 5px;
}

.board-link a {
	overflow: hidden;
	line-height: 21px;
	color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.board-link a i {
	font-weight: 600;
}

/** 게시판 공통 태그 **/
[class*='board-'] .tag {
	display: inline-block;
	min-width: 86px;
	padding: 5px 10px;
	color: #0055d4;
	font-size: 15px;
	font-weight: 500;
	border: 1px solid #0055d4;
	border-radius: 25px;
	text-align: center;
	background: #fff;
}

[class*='board-'] .tag.ver01 {
	border: none;
	background: #f1f3f8;
}

[class*='board-'] .tag.ver02 {
	color: #008015;
	border-color: #008015;
	background: #fff;
}

[class*='board-'] .tag.ver03 {
	color: #fff;
	border-color: #d42d00;
	background: #d42d00;
}

[class*='board-'] .tag.ver04 {
	color: #d45f00;
	border-color: #d45f00;
}

[class*='board-'] .tag.moon {
	display: inline-block;
	min-width: 70px;
	padding: 5px 10px;
	color: #ffffff;
	font-size: 15px;
	font-weight: 500;
	border: 1px solid #1d96c4;
	border-radius: 25px;
	text-align: center;
	background: #1d96c4;
}

[class*='board-'] .tag+.tag {
	margin-left: 5px;
}

/** 게시판 상세보기 **/
.hashtag {
	color: #444;
}

.hashtag+.hashtag {
	margin-left: 5px;
}

.board-detail {
	border-width: 0 0 1px;
	border-style: solid;
	border-color: #dddfe1;
}

.detail-tit {
	display: flex;
	justify-content: center;
	padding: 10px 15px 30px;
	color: #121212;
	font-size: 24px;
	font-weight: 700;
	/* border-top: 2px solid #b3b7bb; */
	word-break: keep-all;
	background: #fff;
}

.detail-tit b {
	position: relative;
	margin-right: 16px;
	padding-right: 16px;
	color: #1a3d93;
	font-weight: 700;
}

.detail-tit b:after {
	content: '';
	position: absolute;
	top: calc(50% - 10px);
	right: 0;
	width: 1px;
	height: 21px;
	background: #c1c1c1;
}

.detail-info {
	overflow: hidden;
	padding: 13px 15px;
	border-bottom: 1px solid #dddfe1;
	background: #f7f8fb;
}

.detail-info ul, .detail-info>ul>li {
	display: flex;
	justify-content: center;
}

.detail-info>ul {
	align-items: center;
	flex-wrap: wrap;
	margin-left: -25px;
}

.detail-info>ul>li {
	position: relative;
	margin-left: 25px;
	color: #222;
	font-weight: 500;
}

.detail-info>ul>li+li:before {
	content: '';
	position: absolute;
	top: 3px;
	left: -12px;
	width: 1px;
	height: 14px;
	background: #e1e2e5;
}

.detail-info>ul>li .tit>strong {
	margin-right: 4px;
	color: #727272;
	font-weight: 500;
}

.detail-info>ul>li div:not(.tit) {
	flex: 1;
}

.detail-info .tag-area {
	font-weight: 500;
	margin-top: 15px;
	text-align: center;
}

.detail-info [class*='info-'] .tit+* {
	flex-grow: 1;
	display: flex;
}

.detail-info [class*='info-']:not(.info-down)>em {
	width: 137px;
}

.detail-info [class*='info-']:not(.info-down)>em+* {
	width: calc(100% - 137px);
}

.line-list>li {
	padding: 19px 0;
}

.line-list>li:first-child {
	padding-top: 0;
}

.line-list>li:last-child {
	padding-bottom: 0;
}

.line-list>li+li {
	border-top: 1px dashed #cdcdcd;
}

.line-list i {
	color: #222;
	font-weight: 500;
}

.line-list .wrap-head {
	display: flex;
}

.line-list .wrap-tag {
	margin-top: -3px;
	margin-right: 20px;
}

.line-list .wrap-tag span {
	display: inline-block;
	margin-top: 3px;
	padding: 3px 22px;
	color: var(--color01);
	font-weight: 600;
	border-radius: 25px;
	background: #f1f3f8;
}

.line-list .wrap-tit {
	display: block;
	flex: 1;
	margin: 0;
}

.line-list .wrap-tit>* {
	display: block;
	font-weight: 500;
}

.line-list .wrap-tit .tit {
	color: #1d47ab !important;
}

.line-list .wrap-tit .tit  a {
	color: #1d47ab !important;
}

.line-list .wrap-tit .tit i {
	font-size: 14px;
	font-weight: 500;
}

.line-list .wrap-tit .hashtag {
	color: #727272;
	font-size: 15px;
}

.line-list .wrap-body {
	flex: 1;
	margin-top: 10px;
}

.line-list .wrap-body .bul-type01 {
	margin-bottom: 15px;
}

.line-list .wrap-body p {
	line-height: 1.5em;
    color: #727272;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    width: 100%;
}

.line-list.ver-01 .wrap-tag span {
	border: 1px solid var(--color01);
	background: #fff;
}

.line-list .wrap-head.ver-01 {
	flex-direction: column;
}

.line-list .wrap-head.ver-01 .wrap-tag {
	margin: 0 0 13px;
}

.line-list .wrap-head.ver-01 .wrap-tag span {
	padding: 3px 15px;
}

/** 게시판 상세보기 ver-01 **/
.board-detail.ver-01 {
	overflow: hidden;
	border-width: 1px;
	border-radius: 10px;
}

.board-detail.ver-01 .detail-tit {
	padding: 30px 15px;
	border: none;
}

.board-detail.ver-01 .detail-info {
	justify-content: center;
	border: none;
}

.board-detail.ver-01 .detail-info>ul {
	align-items: center;
	margin-top: -5px;
}

.board-detail.ver-01 .detail-info>ul>li {
	flex-wrap: wrap;
}

.board-detail.ver-01 .detail-info .tag {
	margin-top: 5px;
}

.board-detail.ver-01 .detail-cont {
	padding: 20px 25px;
}

/** 정보/첨부파일 **/
.detail-list, .detail-down {
	padding: 20px 25px;
	border-bottom: 1px solid #dddfe1;
}

.detail-list li, .detail-down li {
	display: flex;
	position: relative;
	font-weight: 500;
}

.detail-list .tit, .detail-down .tit {
	position: relative;
	margin-right: 23px;
	color: #727272;
	font-weight: 500;
}

.detail-list .tit:after, .detail-down .tit:after {
	content: '';
	position: absolute;
	top: 10px;
	right: -12px;
	width: 2px;
	height: 14px;
	transform: translateY(-50%);
	background: #e1e2e5;
}

/** 정보 **/
.detail-list li{
	margin-top:10px;
}

.detail-list li+li {
	margin-top: 10px;
}

.detail-list .tit {
	position: relative;
	padding-left: 12px;
}

.detail-list .tit:before {
	content: '';
	position: absolute;
	top: 8px;
	left: 0;
	width: 3px;
	height: 3px;
	background: #8e8e8e;
}

.detail-list .txt {
	color: #222;
}

.detail-list .txt span+span {
	margin-left: 5px;
}

/** 첨부파일 **/
.detail-down {
	padding: 10px 25px;
}

.detail-down li {
	align-items: baseline;
}

.info-down {
	display: flex;
	flex-direction: column;
	flex: 1;
}

.info-down>div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	padding-left: 30px;
}

.info-down div>i {
	position: absolute;
	left: 0;
}

.info-down div+div {
	margin-top: 5px;
}

.info-down span {
	color: #222;
	font-weight: 500;
	word-break: break-all
}

.info-down .wrap-btn {
	display: flex;
	margin-left: 15px;
}

.info-down .wrap-btn [class*='button']+[class*='button'] {
	margin-left: 8px;
}

.detail-cont {
	padding: 35px 20px;
	line-height: 25px;
	color: #333;
	font-weight: 500;
}

.detail-cont.photo-cont {
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;
	background: #f6f8fa;
}

.detail-cont.img-cont {
	padding-top: 30px;
	padding-bottom: 30px;
}

.detail-cont.img-cont img {
	display: block;
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
}

.photo-cont [class*='wrap-swiper-'] {
	margin-bottom: 45px;
}

.photo-cont [class*='wrap-swiper-'] .swiper-button-prev, .photo-cont [class*='wrap-swiper-'] .swiper-button-next {
	width: 49px;
	height: 49px;
	background-image: url(/images/bullet/bul_slide_move01.png) !important;
	background-size: contain !important;
}

.photo-cont [class*='wrap-swiper-'] .swiper-button-prev {
	transform: scaleX(-1)
}

/**  상세보기 - 이미지 슬라이드 **/
.detail-cont.news-cont {
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;
	background: #fffcf9;
}

.news-cont .wrap-news {
	position: relative;
	max-width: 940px;
	width: 100%;
	margin: 0 auto 50px;
	padding: 0 70px
}

.news-cont .swiper .swiper-slide {
	position: relative;
	height: auto;
	aspect-ratio: 80/48;
}

.news-cont .swiper .swiper-slide img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	transform: translate(-50%, -50%);
}

.news-cont .swiper-prev, .news-cont .swiper-next {
	display: block;
	position: absolute;
	top: calc(50% - 24px);
	width: 49px;
	height: 49px;
	border-radius: 50%;
	text-indent: -9999px;
	background-image: url(/images/bullet/bul_slide_move01.png) !important;
	background-size: contain !important;
	z-index: 10;
}

.news-cont .swiper-prev {
	left: 0;
	transform: scaleX(-1);
}

.news-cont .swiper-next {
	right: 0;
}

.news-cont .swiper-pagination {
	position: absolute;
	bottom: -40px;
	transform: translateX(-50%);
}

.news-cont .swiper-pagination-bullet {
	text-indent: -9999px;
	background: #e6e6e6;
	opacity: 1;
}

.news-cont .swiper-pagination-bullet-active {
	background: #0c3975;
}

/** 상세보기 - 썸네일 슬라이드 **/
.photo-img {
	max-width: 800px;
	margin: 50px auto;
}

.wrap-bigimg {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 60%;
}

.wrap-bigimg img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.wrap-thumb {
	padding: 34px 20px;
}

.thumb-body {
	position: relative;
	max-width: 820px;
	margin: 0 auto;
	padding: 0 65px;
}

.thumb-list {
	overflow: hidden;
	position: relative;
	width: 100%;
	font-size: 0;
	text-align: center;
	white-space: nowrap;
}

.thumb-list li {
	display: inline-block;
	width: 115px;
	vertical-align: top;
}

.thumb-list li+li {
	margin-left: 28px;
}

.thumb-list li a {
	overflow: hidden;
	display: block;
	position: relative;
	height: 0;
	padding-top: 78px;
	background: #000;
	z-index: 1;
}

.thumb-list li a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all .2s;
	background: rgba(0, 0, 0, .5);
	z-index: 1;
}

.thumb-list li a img {
	position: absolute;
	top: 50%;
	left: 0%;
	width: 100%;
	height: auto;
	transform: translateY(-50%);
	z-index: -1;
}

.thumb-list li.active-thumb a:before, .thumb-list li a:hover:before, .thumb-list li a:focus:before {
	background: transparent;
}

.field-btn {
	display: none;
}

.field-btn [class*='btn'] {
	display: block;
	position: absolute;
	top: calc(50% - 24px);
	width: 49px;
	height: 49px;
	border-radius: 50%;
	text-indent: -9999px;
	background-image: url(/images/bullet/bul_slide_move01.png) !important;
	background-repeat: no-repeat;
	background-size: contain !important;
	z-index: 10;
}

.field-btn [class*='btn'].disabled-btn {
	opacity: .6;
}

.field-btn .btn-prev {
	left: 0;
	transform: scaleX(-1);
}

.field-btn .btn-next {
	right: 0;
}

.wrap-thumb.view-control .field-btn {
	display: block;
}

/** 상세보기 - 신흥 연구주제 **/
.thesis-info {
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
}

.thesis-info [class*='thesis'] {
	display: flex;
	justify-content: center;
	width: calc(100%/ 3);
	padding: 20px 10px;
	border-width: 0 0 0 1px;
	border-style: dashed;
	border-color: #cdcdcd;
}

.thesis-info [class*='thesis']:first-child {
	border: 0;
}

.thesis-info div {
	position: relative;
	padding-left: 90px;
}

.thesis-info div:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 75px;
	height: 75px;
	border-radius: 50%;
	transform: translateY(-40%);
	background-color: #f1f3f8;
	background-repeat: no-repeat;
	background-position: center;
}

.thesis-info div * {
	display: block;
}

.thesis-info .tit {
	margin-bottom: 10px;
	color: #222;
	font-size: 18px;
	font-weight: 600;
}

.thesis-info .num {
	color: #1a3d93;
	font-size: 36px;
	font-weight: 800;
}

.thesis-info .thesis-01 div:before {
	background-image: url(/images/ico/ico_info01.png);
}

.thesis-info .thesis-02 div:before {
	background-image: url(/images/ico/ico_info02.png);
}

.thesis-info .thesis-03 div:before {
	background-image: url(/images/ico/ico_info03.png);
}

.img-wrap {
	margin: 0;
}

.img-wrap img {
	display: block;
	max-width: max-content;
	width: 100%;
	margin: 0 auto;
}

.bm-line {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px dashed #cdcdcd;
}

.wrap-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.wrap-box+.wrap-box {
	margin-top: 30px;
}

.wrap-box>div {
	width: 100%;
}

.wrap-box [class*='box-type'] {
	height: calc(100% - 43px);
}

.wrap-box [class*='bul-num'] {
	margin-top: 0;
}

.wrap-box [class*='bul-num'] li {
	word-break: keep-all;
}

.wrap-box>div:first-child:nth-last-child(2), .wrap-box>div:first-child:nth-last-child(2) ~ div {
	width: calc(50% - 15px);
}

.wrap-srch .h4-day {
    width: 300px;
    margin: 0;
    display: flex;
    align-items: center;
    padding-left: 30px;
}

.wrap-srch .h4-day i:before {
    background-color: #fff;
}

/** 게시판 :상세보기 이전글,다음글 **/
.board-nav {
	border-width: 1px 0;
	border-style: solid;
	border-color: #dddfe1;
}

.board-nav li em, .board-nav li span, .board-nav *>tr>* {
	padding: 19px 16px;
	line-height: 18px;
}

.board-nav li em, .board-nav  tr>*[scope] {
	width: 120px;
	color: #000;
	text-align: center;
}

.board-nav li em i, .board-nav  tr>*[scope] {
	position: relative;
	padding-left: 28px;
	font-weight: 500;
}

.board-nav li i:before, .board-nav  tr>*[scope]:before {
	content: '';
	position: absolute;
	top: 5px;
	left: 0;
	width: 13px;
	height: 7px;
	background: url(/images/ico/arr_top.png) no-repeat;
}

.board-nav li:not(:first-child), .board-nav  tr:not(:first-child)>* {
	border-top: 1px solid #dddfe1;
}

.board-nav li:not(:first-child) em i:before, .board-nav  tr:not(:first-child)>*[scope]:before {
	transform: scaleY(-1);
}

.board-nav a {
	max-width: 100%;
	color: #333;
}

.board-nav a:hover {
	text-decoration: underline;
}

.board-nav a i {
	overflow: hidden;
	display: block;
	font-weight: 500;
	text-overflow: ellipsis;
	white-space: nowrap
}

.board-nav li {
	display: flex;
}

.board-nav li em, .board-nav li span {
	display: block;
	font-weight: 500;
}

.board-nav li span {
	width: calc(100% - 120px);
	padding-left: 50px;
	color: #333;
}

/** 게시판 :상세보기 이전글,다음글 : table **/
.board-nav[class*="-tbl"] table {
	border-top-width: 0;
	border-bottom-width: 0;
}

/**  게시판 입력 폼 **/
[class*='board-form'] li>div>*, [class*='board-form'] tbody>tr>* {
	padding: 5px 10px;
}

[class*='board-form'] li em, [class*='board-form'] tbody>tr>* {
	text-align: left;
}

[class*='board-form'] li em, [class*='board-form'] tbody>tr>*[scope] {
	width: 150px;
	padding-left: 25px;
}

[class*='board-form'] li em i, [class*='board-form'] tbody>tr>*[scope], [class*='board-form'] tbody>tr>*[scope] i {
	color: #133061;
	font-weight: 600;
}

[class*='board-form'] input[type='text'], [class*='board-form'] select {
	width: 100%
}

[class*='board-form'] .button:not([class*='ico']) {
	height: 40px;
	padding: 0 18px;
	line-height: 40px;
	border: 1px solid #343a40;
	border-radius: 5px;
	background: #343a40;
}

[class*='board-form'] .button:is(:hover, :focus) i {
	color: #343a40;
}

[class*='board-form'] .button.module-btn {
	height: auto;
	padding: 6px 11px;
	line-height: initial;
	font-size: 14px;
}

[class*='board-form'] input[type='text']+.button {
	margin-left: 5px;
}

[class*='board-form'] .tip-txt {
	margin-left: 0;
	color: #727272;
	text-align: left;
}

[class*='board-form'] *+.tip-txt {
	margin: 5px 0 0 8px;
}

/**  게시판 입력 폼 - list **/
[class*='board-form'] ul, [class*='board-form'] li, [class*='board-form'] li>div {
	display: flex;
	width: 100%;
	line-height: 18px;
}

[class*='board-form'] ul {
	flex-wrap: wrap;
	border-top: 2px solid #425574;
	border-bottom: 1px solid #bcc6d6;
}

[class*='board-form'] li {
	width: 100%;
	min-height: 50px;
	flex-wrap: wrap;
}

[class*='board-form'] li:not(:first-child) {
	border-top: 1px solid #e6e6e6;
}

[class*='board-form'] li>div+div {
	border-left: 1px solid #e6e6e6;
}

[class*='board-form'] li>div>* {
	display: flex;
	align-items: center;
	font-size: 15px;
}

[class*='board-form'] li>div>em {
	background: #f6f8fa;
}

[class*='board-form'] li>div>div {
	flex: 1;
	flex-wrap: wrap;
	width: calc(100% - 150px);
	min-height: 52px;
	border-left: 1px solid #e6e6e6;
}

[class*='board-form'] li>div>div:has(.form-file,.file-name) {
	flex-direction: column;
	align-items: flex-start;
}

[class*='board-form'] li[class*='item-']+[class*='item-'] {
	border-left: 1px solid #e6e6e6;
}

[class*='board-form'] li>div:first-child:nth-last-child(2), [class*='board-form'] li>div:first-child:nth-last-child(2) ~ div {
	width: calc(100%/ 2);
}

[class*='board-form'] li>div:first-child:nth-last-child(3), [class*='board-form'] li>div:first-child:nth-last-child(3) ~ div {
	width: calc(100%/ 3);
}

[class*='board-form'] li>div:first-child:nth-last-child(4), [class*='board-form'] li>div:first-child:nth-last-child(4) ~ div {
	width: calc(100%/ 4);
}

[class*='board-form'] li[class*='item']>div {
	flex: 1;
}

[class*='board-form'] li.item-0102>div:first-child {
	max-width: calc(100%/ 3);
}

[class*='board-form'] li.item-0201>div:last-child {
	max-width: calc(100%/ 3);
}

/**  게시판 입력 폼 - table **/
[class*='board-form'] tbody>tr>td {
	width: calc(100% - 150px);
}

[class*='board-form'] p {
	display: inline-block;
}

[class*='board-form'] p:first-of-type {
	margin-left: 8px;
}

[class*='board-form'] p:last-of-type {
	margin-right: 8px;
}

[class*='board-form'] p+p {
	margin-left: 8px;
}

[class*='board-form'] sup {
	display: inline-block;
	position: relative;
	margin-left: 2px;
	text-indent: -9999px;
}

[class*='board-form'] sup:after {
	content: '*';
	color: #ff0000;
	text-indent: 0;
}

[class*='board-form'] sup i {
	display: block;
}

/** 게시판 목록(panel, thum) : style common **/
.board-panel, .board-thum {
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

/** 게시판 목록 **/
[class*='board-'] .item {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	width: 100%;
	transition: all ease-in-out .5s;
	z-index: 5;
}

[class*='board-'] .item02 {
	margin-left: 28px;
    padding: clamp(25px, 2vw, 33px) clamp(21px, 1.7vw, 29px);
    border: 1px solid #b3b7bb;
    border-radius: 15px;
}

[class*='board-'] .item02 .title02 {
	font-size: 16px;
	font-weight: 600;
	display: block;
}

[class*='board-'] .item02 .title02 a{
	color: #1d47ab !important;
}

[class*='board-'] .item02 .hashtag03 {
	color: #727272;
    font-size: 15px;
    display: block;
    font-weight: 500;
    margin: 15px 0;
}

[class*='board-'] .item02 .wrap-body p {
	line-height: 1.5em;
    color: #727272;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    width: 100%;
}

[class*='board-'] .item .title {
	color: #121212;
	font-size: 20px;
	font-weight: 600;
}

[class*='board-'] .item .title a {
	color: #121212;
	font-size: 20px;
	font-weight: 600;
}

[class*='board-'] .item .wrap-title {
	display: flex;
	align-items: center;
}

[class*='board-'] .item .wrap-title .title {
	flex: 1;
}

[class*='board-'] .item .wrap-tag {
	margin-right: 10px;
}

[class*='board-'] .item .tag+.tag {
	margin-left: 2px;
}

[class*='board-'] .item .cate {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	max-width: 100%;
	margin-left: -15px;
	padding-top: 12px;
}

[class*='board-'] .item .cate>* {
	position: relative;
	margin: 2px 0 2px 15px;
	padding-left: 10px;
	color: #333;
	font-size: 15px;
	font-weight: 500;
}

[class*='board-'] .item .cate>*:before {
	content: '';
	display: block;
	position: absolute;
	top: 5px;
	left: 0;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #26396a;
}

[class*='board-'] .item>.txt {
	overflow: hidden;
	display: -webkit-box;
	width: 100%;
	margin-top: 13px;
	line-height: 1.4em;
	color: #727272;
	font-weight: 500;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: keep-all;
}

[class*='board-'] .item>.txt.ver-01 {
	-webkit-line-clamp: 3;
}

[class*='board-'] .item .info {
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
	color: #727272;
	font-size: 15px;
	font-weight: 500;
}

[class*='board-'] .item .info>span {
	position: relative;
}

[class*='board-'] .item .info>span:before {
	content: '';
	position: absolute;
	top: 2px;
	left: -12px;
	width: 1px;
	height: 13px;
	background: #e2e3e5;
}

[class*='board-'] .item .info>span:first-child:before {
	content: none;
}

[class*='board-'] .item .info>span+span {
	margin-left: 25px;
}

[class*='board-'] .item .info>span>i {
	color: #444;
	font-weight: 500;
}

[class*='board-'] .item .info .hashtag {
	padding-left: 0;
}

[class*='board-'] .item .info .hashtag:before {
	content: none !important;
}

[class*='board-'] .item .info .hashtag i+i {
	margin-left: 5px;
}

[class*='board-'] .item .hashtag02 {
	padding-left: 0;
	font-size: 15px;
    color:#444;
    margin-top: 15px;
}

[class*='board-'] .item .hashtag02:before {
	content: none !important;
}

[class*='board-'] .item .hashtag02 i+i {
	margin-left: 5px;	
    font-weight: 500;
}

[class*='board-'] .item .detail-list {
	margin-top: 15px;
	padding: 0;
	border: none;
}

[class*='board-'] .item .detail-list li:before {
	background: #1a3d93;
}

[class*='board-'] .item .detail-list.ver-01 .tit {
	width: 140px;
}

[class*='board-'] .item .detail-list .txt {
	flex: 1;
	color: #444;
}

.board-panel {
	margin-top: -21px;
	margin-left: -29px;
}

.panel-cont {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
}

[class*='board-'] .wrap-panel {
	overflow: hidden;
	width: calc(100%/ 2 - 29px);
	margin-top: 21px;
	margin-left: 29px;
	border: 1px solid #b3b7bb;
	border-radius: 10px;
}

[class*='board-'] [class*='-cont'] .thumb,[class*='board-'] [class*='-cont'] .thumb02 {
	overflow: hidden;
	display: flex;
	justify-content: center;
	margin: 0;
}

[class*='board-'] [class*='-cont'] .thumb img {
	display: block;
	max-width: 100%;
	width: auto;
	height: 100%;
	transition: transform .5s linear, opacity 0.35s ease-out;
	background-repeat: no-repeat;
	background-size: cover;
}

[class*='board-'] [class*='-cont'] .thumb .badge-cate {
	position: absolute !important;
	top: 10px;
	left: 10px;
	padding: 0 20px;
	border-radius: 15px;
	background: #3c57ca;
	z-index: 5;
}

[class*='board-'] [class*='-cont'] .thumb .badge-cate i {
	line-height: 30px;
	color: #fff;
	font-size: 15px;
}

[class*='board-'] .item .title {
	overflow: hidden;
	max-width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap
}

[class*='board-'] [class*='-cont'] .thumb.no-thumb,[class*='board-'] [class*='-cont'] .thumb02.no-thumb {
	line-height: 0;
	font-size: 0;
	text-indent: -9999px;
	border-bottom: 1px solid #eaeaea;
	background: #f5f5f5 url(/images/ico/ico_thumb.png) no-repeat 50%;
}

/** 게시판 목록 : style common - 마우스오버 시 효과 **/
.board-thum [class*='-cont']:not([class*='ver-']):hover .thumb img, .board-thum [class*='-cont']:not([class*='ver-'])>a:focus .thumb img, .board-panel[class*='type']:not([class*='ver-']) a:hover .thumb img,
	.board-panel[class*='type'] [class*='-cont']:not([class*='ver-'])>a:focus .thumb img {
	transform: scale3d(1.12, 1.12, 1.12) rotate(0.1deg);
}
/* [class*='board-'] [class*='-cont']:not([class*='ver-']):hover .thumb img,[class*='board'] [class*='-cont']:not([class*='ver-']) > a:focus .thumb img{transform:scale3d(1.12, 1.12, 1.12) rotate(0.1deg);} */

/** 게시판 목록 : no data **/
[class*='board'].no-data {
	justify-content: center;
	align-items: center;
	margin-left: 0;
	padding: 45px 15px;
	font-size: 17px;
	font-weight: 500;
}

/** 게시판 목록 - 패널 **/
.panel-cont>div {
	display: flex;
	height:100%;
}

.panel-cont .item {
	transition: all ease-in-out .5s;
}

.panel-cont .wrap-img {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 180px;
	padding: 23px 10px;
	background: #f7f8fb;
}

.panel-cont .wrap-img .tag {
	margin-bottom: 15px;
}

.board-panel .panel-cont .item {
	position: relative;
	max-width: calc(100% - 180px);
	padding: 23px 28px;
}

.board-panel .panel-cont .item .title {
	display: -webkit-box;
	height: 2.8em;
	line-height: 1.4em;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: initial;
}

.board-panel .panel-cont .item .title:is(:hover, :focus) {
	color: #1d47ab;
}

.board-panel .panel-cont .item .txt {
	font-size: 15px;
	color: #444;
}

.board-panel .panel-cont .item>.txt {
	margin-top: 20px;
}

.board-panel .panel-cont .item .detail-list {
	margin: 15px 0;
}

.board-panel .panel-cont .item .detail-list .tit {
	font-size: 15px;
}

.board-panel .panel-cont .item .detail-list li:before {
	background: #8e8e8e;
}

.panel-cont .item .wrap-btn {
	display: flex;
}

.panel-cont .item .wrap-btn .button {
	padding: 7px 10px;
}

.panel-cont .item .wrap-btn .button+.button {
	margin-left: 8px;
}

/** 게시판 목록 - 패널 : ver-0 **/
.board-panel[class*="ver-0"] .wrap-panel {
	position: relative;
	height: 0;
}

.board-panel[class*="ver-0"] .wrap-panel a {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.board-panel[class*="ver-0"] .panel-cont {
	position: absolute;
	top: 0;
	left: 0;
}

.board-panel[class*="ver-0"] .panel-cont .thumb {
	height: 100%;
}

.board-panel[class*="ver-0"] .panel-cont .thumb img {
	object-fit: cover;
	object-position: top
}

.board-panel[class*="ver-0"] .panel-cont .item {
	flex: 1;
	position: relative;
	height: auto;
	padding-bottom: 20px
}

.board-panel.ver-01 .wrap-panel {
	padding-top: calc(100%/ 3 - 25px);
}

.board-panel.ver-02 .wrap-panel {
	padding-top: calc(( 100%/ 3 - 25px) + 90px);
}

/** 게시판 목록 - 패널 : type01 **/
.board-panel.type-01 {
	margin-top: -27px;
	margin-left: -27px;
}

.board-panel.type-01 .wrap-panel {
    width: calc(100% / 3 - 27px);
    margin-top: 27px;
    margin-left: 27px;
}

.board-panel.type-01 [class*='-cont'] a {
	display: block;
}

.board-panel.type-01 [class*='-cont'] .thumb {
	position: relative;
	padding-top: 62.7%;
}

.board-panel.type-01 [class*='-cont'] .thumb img {
	position: absolute;
	top: 0;
	left: 0;
}

.board-panel.type-01 .wrap-title {
	padding: 14px;
	text-align: center;
}

.board-panel.type-01 .title {
	overflow: hidden;
	display: block;
	color: #121212;
	font-size: 20px;
	font-weight: 600;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/** 게시판 목록 : list **/
.board-thum {
	border-top: 1px solid #b3b7bb;
	border-bottom: 1px solid #dddfe1;
}

.board-thum .thum-cont .thumb,.board-thum .thum-cont .thumb02 {
	overflow: hidden;
	align-self: baseline;
	margin: 0;
	box-sizing: content-box;
	background: #fff;
}

.wrap-thum {
	width: 100%;
}

.wrap-thum+.wrap-thum {
	border-top: 1px solid #dddfe1;
}

.thum-cont {
	position: relative;
}

.thum-cont>*:not([class*='btn']) {
	display: block;
	padding: 26px 19px;
}

.thum-cont:has(.thumb)>*:has([class*='btn']) {
	padding: 30px 19px;
}

.thum-cont .scrap-btn {
	position: relative;
    padding: 7px 10px;
    width: 95px;
    height: 32px;
    white-space: nowrap;
}

.thum-cont .un-scrap-btn {
    border: 1px solid #1c9bb6;
    background: #1c9bb6;
    padding: 7px 10px;
    height: 32px;
}

.thum-cont .un-scrap-btn02 {
    border: 1px solid #1c9bb6;
    background: #1c9bb6;
    padding: 7px 10px;
    height: 32px;
}

.thum-cont .un-recommend-btn02 {
    border: 1px solid #1c9bb6;
    background: #1c9bb6;
    padding: 7px 10px;
    height: 32px;
}

.thum-cont .rcmdtn-btn {
	position: relative;
    padding: 7px 10px;
    width: 95px;
    height: 32px;
    white-space: nowrap;
}

.thum-cont .un-rcmdtn-btn {
    border: 1px solid #1c9bb6;
    background: #1c9bb6;
    padding: 7px 10px;
    height: 32px;
}

.cont-detaii {
	display: none;
	padding: 30px;
	background: #f2f4f8;
	border-top: 1px #cdcdcd dashed;
}

.cont-detaii [class*='bul'] {
	margin: 0;
}

/** 게시판 목록 : 버튼 **/
.thum-cont>*:has(.wrap-btn) {
	display: flex;
	align-items: center;
}

.thum-cont>*:has(.wrap-btn) .item {
	max-width: calc(100% - 135px);
}

.thum-cont .wrap-btn {
	margin-left: 40px;
}

.thum-cont .wrap-btn [class*='button']+[class*='button'] {
	margin-top: 5px;
}

.thum-cont .wrap-btn [class*='button']:is(:hover, :focus) {
	background: #1c3e75 !important;
}

.thum-cont .wrap-btn [class*='button']:is(:hover, :focus) i {
	filter: brightness(0) saturate(100%) invert(99%) sepia(84%) saturate(0%) hue-rotate(326deg) brightness(117%) contrast(101%);
	color: #fff;
}

/** 게시판 목록 : 썸네일 **/
.thum-cont>*:has(.thumb) {
	display: flex;
	align-items: center;
}

.thum-cont>*:has(.thumb) .item {
	flex: 1;
	min-width: 0;
	max-width: calc(100% - 235px);
	margin-left: 35px;
}

.thum-cont .thumb, .thum-cont .thumb02 {
	width: 207px;
	height: 141px;
	border: 1px solid #f0f0f1;
}

.board-thum.ver-01 .thum-cont .thumb {
	max-width: 241px;
	width: 100%;
	height: auto;
	aspect-ratio: 1.469/1;
}

.thum-cont>*:has(.thumb02) {
	display: flex;
	align-items: center;
}

.thum-cont>*:has(.thumb02) .item {
	flex: 1;
	min-width: 0;
	max-width: calc(100% - 424px);
	margin-left: 35px;
}

.thum-cont .thumb02 {
	width: 207px;
	height: 141px;
	border: 1px solid #f0f0f1;
}

.board-thum.ver-01 .thum-cont .thumb02 {
	max-width: 241px;
	width: 100%;
	height: auto;
	aspect-ratio: 1.469/1;
}

/** 게시판 목록 : 썸네일 + 목록 **/

/** 게시판 목록 : 교육정보 **/
.board-edu {
	display: flex;
	margin: -20px 0 45px -28px;
	border: none;
}

.board-edu .wrap-thum {
	width: calc(100%/ 3);
	margin-top: 20px;
	border: none;
}

.board-edu .thum-cont>* {
	margin-left: 28px;
	padding: clamp(25px, 2vw, 33px) clamp(21px, 1.7vw, 29px);
	border: 1px solid #b3b7bb;
	border-radius: 15px;
}

.board-edu .thum-cont .title {
	display: -webkit-box;
	flex: initial;
	height: 2.3em;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: initial !important;
}

.board-edu .thum-cont .wrap-tag {
	margin: 20px 0 15px;
}

.board-edu .thum-cont .wrap-tag02 {
	margin: 0px 0 15px;
}

.board-edu .thum-cont .wrap-tag02 .tag{
	display: inline-block;
    margin-top: 3px;
    padding: 3px 22px;
    color: var(--color01);
    font-weight: 600;
    border-radius: 25px;
    background: #f1f3f8;
    border: 0;
}

.board-edu .thum-cont .tag[class*='bg'] {
	color: #fff;
	border-color: transparent;
}

.board-edu .thum-cont .info-list li {
	display: flex;
	position: relative;
	padding-left: 11px;
	color: #727272;
	font-size: 15px;
	font-weight: 500;
}

.board-edu .thum-cont .info-list li+li {
	margin-top: 8px;
}

.board-edu .thum-cont .info-list li:before {
	content: '';
	position: absolute;
	top: 7px;
	left: 0;
	width: 3px;
	height: 3px;
	background: #8e8e8e;
}

.board-edu .thum-cont .info-list i {
	display: block;
	flex: 1;
	position: relative;
	margin-left: 14px;
	color: #444;
	font-weight: 500;
}

.board-edu .thum-cont .info-list i:before {
	content: '';
	position: absolute;
	top: 2px;
	left: -8px;
	width: 1px;
	height: 13px;
	background: #dddfe1;
}

/** 게시판 목록 : 썸네일 - 마우스오버 시 + focus 효과 **/
.card-cont:hover .item, .card-cont>a:focus .item {
	bottom: 30px;
}

.thum-cont>*:is(:hover) {
	background: #f2f4f8;
}

.thum-cont>*:is(:hover, :focus, .on) .item .title, .thum-cont>*:is(:hover, :focus, .on) .item .title a {
	color: #1d47ab;
}

/** 게시판 목록 : 전체 리스트 **/
.board-alist {
	margin-top: 25px;
}

.board-alist * {
	display: block;
}

.board-alist .list-cont {
	display: flex;
	padding: 21px 35px;
	border: 1px solid #b3b7bb;
	border-radius: 10px;
	background: #fff;
}

.board-alist .list-cont+.list-cont {
	margin-top: 12px;
}

.board-alist .list-cont * {
	font-size: 22px;
}

.board-alist .list-cont .num {
	position: relative;
	width: 155px;
	margin-right: 14px;
	color: #1a3d93;
	font-weight: 700;
}

.board-alist .list-cont .num:before {
	content: '';
	position: absolute;
	top: 3px;
	right: 0;
	width: 1px;
	height: 21px;
	background: #c1c1c1;
}

.board-alist .list-cont .tit {
	overflow: hidden;
	flex: 1;
	color: #121212;
	font-weight: 600;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.board-alist .list-cont:is(:hover, :focus) {
	border-color: #184790;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, .1);
}

/** input **/
input[type='text'], input[type='password'], input[type='file'], input[type="radio"], input[type="checkbox"], select, textarea {
	border: 1px solid #d4dae7;
	vertical-align: middle
}

input[type='text'], input[type='password'], input[type='file'], select {
	height: 42px;
	padding: 1px 10px
}

input[type='file'] {
	width: 100%;
	padding: 2px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none
}

input[type='file']::-ms-value, input[type='file']::-ms-browse {
	border: 1px solid #e1e3e7
}

input[type='file']::-ms-value {
	background: #fff
}

input[type='file']::-ms-browse {
	background: #f7f7f7
}

input[type='text'][disabledled], textarea[disableded], input[type='text'][readonly], textarea[readonly] {
	background: #f7f7f7
}

.error {
	position: relative;
	color: var(--danger) !important;
	border-color: var(--danger) !important
}

/* Form Radio-Checkbox Default */
.form-radio input[type="radio"], .form-checkbox input[type="checkbox"] {
	opacity: 0;
}

.form-radio, .form-checkbox {
	display: inline-block;
	position: relative;
	line-height: 1;
	vertical-align: middle
}

.form-radio input, .form-checkbox input {
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
	height: 18px
}

.form-radio label, .form-checkbox label {
	display: inline-block;
	position: relative;
	min-width: 15px;
	min-height: 15px;
	line-height: 15px;
	color: #2e3035;
	font-size: 15px;
	vertical-align: middle
}

.form-radio label:before, .form-checkbox label:before, .form-radio label:after, .form-checkbox label:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0
}

.form-radio label:before, .form-checkbox label:before {
	top: -3px;
	width: 20px;
	height: 20px;
	border: 1px solid #939393;
	background: #fff;
}

.form-radio label i, .form-checkbox label i {
	display: inline-block;
	padding-left: 32px;
	font-weight: 500;
}

.form-radio label i b, .form-checkbox label i b {
	margin-left: 3px;
	color: var(--main05);
	font-weight: 700;
}

.wrap-checkbox {
	display: flex;
	flex-wrap: wrap;
	margin-top: -10px;
}

.wrap-checkbox .form-checkbox {
	width: 20%;
	margin-top: 10px;
}

.wrap-checkbox .form-checkbox+.form-checkbox {
	margin-left: 0;
}

/* Focused */
.form-radio>input.is-focused+label:before, .form-radio>input:hover+label:before, .form-radio>input:focus+label:before, .form-checkbox>input.is-focused+label:before, .form-checkbox>input:hover+label:before,
	.form-checkbox>input:focus+label:before {
	border-color: #2b4ea5;
}
/* Disabled */
.form-radio>input[disabled]+label, .form-checkbox>input[disabled]+label {
	color: #999;
}

.form-radio>input[disabled]+label:before, .form-checkbox>input[disabled]+label:before {
	background-color: #f7f7f7 !important;
}

/* Form Radio */
/* Basic */
.form-radio label:before {
	border-radius: 50%
}

.form-radio+.form-radio {
	margin-left: 10px
}
/* Checked */
.form-radio>input:checked+label:before {
	border-color: #2b4ea5;
	background-color: #2b4ea5;
}

.form-radio>input:checked+label:after {
	top: 1px;
	left: 4px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #fff;
}
/* Focused */
.form-radio>input:checked:focus+label:before, .form-radio>input:checked:hover+label:before {
	transition: all 0.3s;
}
/* Disabled */
.form-radio>input[disabled]:focus+label:before, .form-radio>input[disabled]:hover+label:before {
	border-color: #d2d2d2;
}

.form-radio>input[disabled]:checked+label:after {
	background: #bebebe;
}

.form-radio>input[disabled]:checked+label:before, .form-radio>input[disabled]:checked:focus+label:before, .form-radio>input[disabled]:checked:hover+label:before {
	border-color: #d2d2d2;
}

/* Form Checkbox */
/* Basic */
.form-checkbox label:before {
	border-radius: 2px;
}

.form-checkbox+.form-checkbox {
	margin-left: 10px;
}
/* Checked */
.form-checkbox>input:checked+label:before {
	border-color: #1944ab;
	background: #2350bd;
}

.form-checkbox>input:checked+label:after {
	top: 2px;
	left: 5px;
	width: 10px;
	height: 6px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(-45deg);
	background: none;
}
/* Focused */
.form-checkbox>input:checked:focus+label:before, .form-checkbox>input:checked:hover+label:before {
	border-color: #2b4ea5;
	transition: all 0.3s;
}
/* Disabled */
.form-checkbox>input[disabled]:focus+label:before, .form-checkbox>input[disabled]:hover+label:before {
	border-color: #d2d2d2;
}

.form-checkbox>input[disabled]:checked+label:after {
	border-color: #939393;
}

.form-checkbox>input[disabled]:checked+label:before, .form-checkbox>input[disabled]:checked:focus+label:before, .form-checkbox>input[disabled]:checked:hover+label:before {
	border-color: #d2d2d2;
}

/** Form Radio-Checkbox : size **/
.form-radio.size-sm input, .form-checkbox.size-sm input, .form-radio.size-sm label:before, .form-checkbox.size-sm label:before {
	width: 14px;
	height: 14px;
}

.form-radio.size-sm label, .form-checkbox.size-sm label {
	position: relative;
	min-width: 14px;
	min-height: 14px;
	line-height: 14px;
}

.form-radio.size-sm label i, .form-checkbox.size-sm label i {
	padding-left: 20px
}

/* Form Radio-Checkbox Checked */
.form-radio.size-sm>input:checked+label:after {
	top: 3px;
	left: 3px;
	width: 8px;
	height: 8px;
}

.form-checkbox.size-sm>input:checked+label:after {
	top: 4px;
	left: 3px;
	width: 9px;
	height: 5px;
}

/** accordions **/
.board-faq [class*='item-'] {
	padding-left: 65px;
}

.board-faq [class*='item-']:before {
	content: '';
	display: block;
	position: absolute;
	top: 12px;
	left: 16px;
	width: 34px;
	line-height: 34px;
	color: #fff;
	text-align: center;
	border-radius: 50%;
}

.board-faq .item-q:before {
	content: 'Q';
	background: #536b8d;
}

.board-faq .item-a:before {
	content: 'A';
	background: #4662cc;
}

/** 게시판 상세보기 타이틀 **/
.ico-tit {
	display: block;
	position: relative;
	margin-bottom: 18px;
	padding-left: 50px;
	color: #121212;
	font-size: 22px;
	font-weight: 700;
}

.ico-tit:before {
	content: '';
	position: absolute;
	top: -4px;
	left: 0;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background-color: #f1f3f8;
	background-repeat: no-repeat;
	background-position: center;
}

.ico-tit.ico-01:before {
	background-image: url(/images/ico/ico_01.png);
}

.ico-tit.ico-02:before {
	background-image: url(/images/ico/ico_02.png);
}

.ico-tit.ico-03:before {
	background-image: url(/images/ico/ico_03.png);
}

.ico-tit.ico-04:before {
	background-image: url(/images/ico/ico_04.png);
}

.ico-tit.ico-05:before {
	background-image: url(/images/ico/ico_05.png);
}

.ico-tit.ico-06:before {
	background-image: url(/images/ico/ico_06.png);
}

.ico-tit.ico-07:before {
	background-image: url(/images/ico/ico_07.png);
}

.ico-tit.ico-08:before {
	background-image: url(/images/ico/ico_08.png);
}

.ico-tit.ico-09:before {
	background-image: url(/images/ico/ico_09.png);
}

.ico-tit.ico-10:before {
	background-image: url(/images/ico/ico_10.png);
}

.ico-tit.ico-11:before {
	background-image: url(/images/ico/ico_11.png);
}

.ico-tit.ico-12:before {
	background-image: url(/images/ico/ico_12.png);
}

.ico-tit.ico-13:before {
	background-image: url(/images/ico/ico_13.png);
}

.ico-tit.ico-14:before {
	background-image: url(/images/ico/ico_14.png);
}

.ico-tit.ico-15:before {
	background-image: url(/images/ico/ico_15.png);
}

.box-type01 .more-btn {
	position: absolute;
	top: 27px;
	right: 28px;
}

/** 기술성숙도 **/
.tech-txt {
	text-align: center;
}

.tech-txt b {
	color: #1a3d93;
}

.tech-step {
	display: flex;
	margin: -8px 0 20px -1px;
}

.tech-step [class*='step-'] {
	width: calc(( 100%/ 9)* 2);
	margin-top: 8px;
}

.tech-step [class*='step-']:has(.num-step>div:first-child:nth-last-child(1)) {
	width: calc(100%/ 9);
}

.tech-step .num-step {
	display: flex;
	margin-bottom: 5px;
	text-align: center;
}

.tech-step .num-step>div {
	width: 50%;
	margin-left: 1px;
	padding: 8px 10px;
	font-weight: 700;
	border-radius: 5px;
	background: #eee;
}

.tech-step .num-step>div:first-child:nth-last-child(1) {
	width: 100%;
}

.tech-step .num-step>div.is-current {
	color: #fff;
	background: #1a3d93 !important;
}

.tech-step .txt-step {
	padding: 7px;
	font-weight: 500;
	text-align: center;
	border-width: 0 0 0 1px;
	border-style: solid;
	border-color: #b4b8bd;
}

.tech-step [class*='step-']:last-child .txt-step {
	border-width: 0 1px;
}

.tech-step .step-01 .num-step>div {
	background: #ddedf1;
}

.tech-step .step-02 .num-step>div {
	background: #c6eae5;
}

.tech-step .step-03 .num-step>div {
	background: #c6ead0;
}

.tech-step :is(.step-04, .step-05) .num-step>div {
	background: #90cce0;
}

/** 기술연혁 **/
.wrap-year {
	display: flex;
	flex-wrap: wrap;
	margin-top: -30px;
}

.wrap-year .year-cont {
	width: 25%;
	margin-top: 30px;
	padding: 0 clamp(20px, 1.7vw, 30px);
}

.wrap-year .year-cont+.year-cont {
	border-left: 1px dotted #cecece;
}

.wrap-year .year-cont:nth-child(4n+1) {
	padding-left: 13px;
	border-width: 0;
}

.wrap-year .year-cont:nth-child(4n) {
	padding-right: 13px;
}

.wrap-year .year-num {
	display: block;
	max-width: 150px;
	height: 30px;
	line-height: 28px;
	margin: 0 auto 15px;
	color: #0055d4;
	font-weight: 600;
	text-align: center;
	border: 1px solid #0055d4;
	border-radius: 25px;
}

.wrap-year .bul-type01 li {
	color: #444;
}

.wrap-year .bul-type01 li:before {
	width: 3px;
	height: 3px;
	background: #8e8e8e;
}

.wrap-year .bul-type01 li+li {
	margin-top: 8px;
}

/** 상세보기 - 상단 이미지 **/
[class*='board-'] .detail-top {
	overflow: hidden;
	display: flex;
	border: 1px solid #b3b7bb;
	border-radius: 10px;
}

[class*='board-'] .detail-top .wrap-img {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 290px;
	padding: 20px 15px;
	background: #f7f8fb;
}

[class*='board-'] .detail-top .wrap-img .tag {
	margin-bottom: 15px;
}

[class*='board-'] .detail-top .wrap-img .thumb {
	margin: 0;
}

[class*='board-'] .detail-top .item {
	flex: 1;
	width: calc(100% - 290px);
	padding: 34px 35px 25px;
}

[class*='board-'] .detail-top .item .title {
	overflow: visible;
	white-space: initial;
}

[class*='board-'] .detail-top .item-head {
	margin-bottom: 30px;
}

[class*='board-'] .detail-top .warp-title {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-bottom: 15px;
}

[class*='board-'] .detail-top .item>.txt {
	margin-bottom: 25px;
	color: #444;
}

[class*='board-'] .detail-top .item .detail-list {
	display: flex;
	flex-wrap: wrap;
	margin-top: -10px;
	margin-bottom: 20px;
}

[class*='board-'] .detail-top .item .detail-list li {
	min-width: 300px;
	width: 50%;
	margin-top: 10px;
}

[class*='board-'] .detail-top .item .detail-list li:before {
	background: #8e8e8e;
}

[class*='board-'] .detail-top .item .wrap-btn {
	display: flex;
}

[class*='board-'] .detail-top .item .wrap-btn [class*='button']+[class*='button'] {
	margin-left: 8px;
}

[class*='board-'] .detail-chemie .wrap-img {
	width: 210px;
}

[class*='board-'] .detail-chemie .item {
	width: calc(100% - 210px);
}

[class*='board-'] .detail-top:has(.warp-title) .wrap-img .thumb {
	max-width: 230px;
	width: 100%;
	background: #fff;
}

[class*='board-'] .detail-top:has(.warp-title) .item {
	padding: 33px 20px 40px 35px;
}

[class*='board-'] .detail-top:has(.warp-title) .item .detail-list {
	gap: 10px clamp(20px,1.7vw,30px);
	margin: 0;
}

[class*='board-'] .detail-top:has(.warp-title) .item .detail-list li {
	min-width: 0;
	width: auto;
	margin: 0;
}

[class*='board-'] .detail-top:has(.warp-title) .item > .txt {
	margin: 0 0 20px;
}

/** 상세보기 - 상단 이미지 ver-01 **/
[class*='board-'] .detail-top.ver-01 {
	border: none;
}

[class*='board-'] .detail-top.ver-01 .wrap-img {
	width: 240px;
	padding: 0;
	background: none;
}

[class*='board-'] .detail-top.ver-01 .item {
	display: flex;
	justify-content: center;
	padding: 10px 34px;
	background: #f2f4f8;
}

[class*='board-'] .detail-top.ver-01 .item .title {
	font-size: 28px;
    color: #1d47ab
}

[class*='board-'] .detail-top.ver-01 .item .title .tag {
	font-size: 18px;
	margin:0 10px 0 0;
	vertical-align: top;
}

[class*='board-'] .detail-top.ver-01 .item>.txt {
	margin-bottom: 0;
	display: block;
}

/** 중장기계획 게시판 **/
.plan-head td {
	color: #121212;
	font-weight: 400;
}

.plan-body {
	height: auto !important;
}

.plan-body td {
	position: relative;
	padding: 0;
	border-width: 0;
}

.plan-body .plan-cont {
	display: none;
	padding: 19px 25px;
	border-top: 1px solid #dddfe1;
	background: #f7f7f7;
}

.plan-body .detail-list {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	height: 180px;
	padding: 0;
	border: none;
}

.plan-body .detail-list li {
	flex-wrap: wrap;
	align-items: center;
	width: 50%;
	text-align: left;
}

.plan-body .detail-list li.full{
	width:100%
}

.plan-body .detail-list .tit {
	width: 110px;
}

.plan-body .detail-list .tit:before {
	top: 5px;
	width: 4px;
	height: 4px;
	background: #1a3d93;
}

/** 신흥연구주제 게시판 검색 조건 **/
.period-btn {
	margin-top: 10px;
	display: flex;
}

.period-btn a {
	padding: 8px 10px;
	background-color: #fff;
	border: 1px solid #a3a3a3;
	margin: 0 3px;
	border-radius: 5px;
	text-align: center;
}

.period-btn a:hover, .period-btn a:active, .period-btn a:focus {
	color: #fff;
	background-color: #1a3d93;
	border: 1px solid #1a3d93
}

/** 신흥연구주제 상세 주제별버튼 **/
.related-tit {
	display: flex;
	justify-content: center;
	margin-bottom: 20px
}

.related-tit a {
	padding: 8px 10px;
	background-color: #fff;
	border: 1px solid #1a3d93;
	margin: 0 3px;
	border-radius: 5px;
	text-align: center;
	color: #1a3d93
}

.related-tit a:hover, .related-tit a:active, .related-tit a:focus {
	color: #fff;
	background-color: #1a3d93;
	border: 1px solid #1a3d93
}

.related-tit a.is-current {
    color: #fff;
    background-color: #1a3d93;
    border: 1px solid #1a3d93
}

/** 댓글 영역 **/
.board-comment {
	margin-top: 27px;
	padding-top: 40px;
	border-top: 1px solid #dddfe1;
}

.board-comment .ico-tit {
	margin-bottom: 0;
}

.board-comment .comment-num {
	position: relative;
	margin-left: 27px;
}

.board-comment .comment-num i {
	font-weight: 700;
}

.board-comment .comment-num:before {
	content: '';
	position: absolute;
	top: 50%;
	left: -14px;
	width: 2px;
	height: 21px;
	transform: translateY(-50%);
	background: #717171;
}

.comment-list {
	margin-left: 25px;
}

.comment-list > li + li:not(:has(.comment-write:only-child)) {
	border-top: 1px solid #dddfe1;	
}

.comment-list li * {
	font-weight: 500;
}

.comment-list .comment-read {
	padding:25px 0 15px;
	border-bottom: 1px solid #dddfe1;	
}

.comment-list ul ul li .comment-read {
	border-bottom: none;
}

.comment-list .comment-read .name {
	display: block;
	color: #222;
	font-weight: 600;
}

.comment-list .comment-read .wrap-txt {
	display: flex;
	gap: 8px;
	margin-top:10px;
}

.comment-list .comment-read .wrap-txt .name {
	color: var(--main05);
}

.comment-list .comment-read .wrap-txt p {
	flex:1;
	line-height: 1.3em;
	font-weight: 400;
}

.comment-list .comment-read .wrap-img {
	display:block;
	max-width: 250px;
	max-height: 250px;
	margin-top: 15px;
}

.comment-list .comment-read .link-area {
	display: inline-block ;
}

.comment-list .comment-read .link-txt {
	display: block;
	margin-top: 10px;
	color: var(--main05);
	text-decoration: underline;
}

.comment-list .comment-read .wrap-btm {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top:15px;
}

.comment-list .comment-read .wrap-btm > div {
	display: flex;
	gap: 15px;
}

.comment-list .comment-read .date-time {
	position: relative;
	color: #808080;
	font-size: 15px;
}

.comment-list .comment-read .date-time:after {
	content: '';
	position: absolute;
	top: 1px;
	right: -15px;
	width: 1px;
	height: 15px;
	background: #d1d1d1;
}

.comment-list .comment-read .comment-btn {
	display: flex;
}

.comment-list .comment-read .comment-btn a {
	position: relative;
	display: block;
	color: var(--main05);
	font-weight: 400;
	padding: 0 10px;
}

.comment-list .comment-read .comment-btn a:after {
	content: '';
	position: absolute;
	top: 1px;
	right: -1px;
	width: 1px;
	height: 15px;
	background: #d1d1d1;
}

.comment-list .comment-read .rcmm-btn {
	display: flex;
	align-items: center;
	padding: 5px 11px;
	color: #343434;
	font-size: 15px;
	border: 1px solid #dddfe1;
	border-radius: 25px;
	background: #fff;
}

.comment-list .comment-read .rcmm-btn i {
	display: block;
	width: 20px;
	height: 20px;
	margin-right: 5px;
	text-indent: -9999px;
	background: url(/images/ico/ico_recommend03.png) no-repeat;
}

.comment-list .comment-write {
	margin-top: 22px;
	padding: 14px 21px;
	border: 1px solid #dddfe1;
	border-radius: 10px;
	background: #f7f8fb;
}

.comment-list .comment-write .wrap-head {
	display: flex;
	justify-content: space-between;
}

.comment-list .comment-write .previewer {
	margin-top: 10px ;
}

.comment-list .comment-write .previewer img {
	width: 130px ;
}

.comment-list .comment-write .wrap-head .name {
	display: block;
	color: #222;
	font-weight: 600;
}

.comment-list .comment-write .wrap-head span {
	color: #808080;
	font-size: 15px;
}

.comment-list .comment-write textarea {
	height: 80px;
	margin-top:12px;
	padding: 14px;
	color: #808080;
	font-size: 15px;
	border: 1px solid #dddfe1;
	border-radius: 8px;
	background: #fff;
}

.comment-list .comment-write .wrap-btm {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-top: 17px;
}

.comment-list .comment-write .attach-link {
	display: none;
	width: 100%;
	margin-bottom: 17px;
}

.comment-list .comment-write .attach-link input[type='text'] {
	width: 100%;
	border: 1px solid #dddfe1;
	border-radius: 8px;
}

.comment-list .comment-write .wrap-attach {
	display: flex;
	gap: 14px;
	padding-left: 7px;
}

.comment-list .comment-write .wrap-attach [class*='-btn'] {
	display: block;
	width: 19px;
	height: 19px;
	text-indent: -9999px;
	background-repeat: no-repeat;
}

.comment-list .comment-write .img-btn {
	background-image: url(/images/ico/ico_img.png);
}

.comment-list .comment-write .link-btn {
	background-image: url(/images/ico/ico_link.png);
}

.comment-list .comment-write .docu-btn {
	background-image: url(/images/ico/ico_docu.png);
}

.comment-list .comment-write [class^='button'] {
	min-width: 50px;
	padding: 6px 12px;
	font-size: 14px;
}

.comment-list .comment-write .wrap-button {
	display: flex;
	gap: 5px;
}

.comment-list .comment-read + .comment-write {
	margin-top: 0;
}

/*
.comment-list li:has(.comment-read + .comment-write) > .comment-read {
	border-bottom: none;
}
*/

.comment-list .comment-read :is(.link-txt):is(:hover, :focus) {
	text-decoration: underline;
}

.comment-list .comment-read .rcmm-btn:is(:hover,:focus,.on) {
	color: var(--color04);
	border-color:var(--color04);
	background: #f2f4f8;
}

.comment-list .comment-write .wrap-btm.on {
	margin-top: 10px;
}

/** 1340px 시작 **/
@media screen and (max-width:1340px) {
	/** 중장기계획 게시판 **/
	.plan-body .detail-list {
		height: auto;
	}
	.plan-body .detail-list li {
		width: 100%;
	}
}
/** 1340px 끝 **/

/** 1200px 시작 **/
@media screen and (max-width:1200px) {
	/** 게시판 상세보기 **/
	.detail-tit {
		padding: 25px 15px 20px;
		font-size: 22px;
	}
	.detail-list, .detail-down {
		padding: 15px;
	}
	.detail-cont {
		padding: 25px 15px;
	}

	/** 게시판 :상세보기 이전글,다음글 **/
	.board-nav li span {
		padding-left: 0;
	}

	/** 동향보고서 타이틀 **/
	.ico-tit {
		font-size: 20px;
	}

	/** 댓글 영역 **/
	.board-comment {
		padding-top: 30px;
	}

	.comment-list {
		margin-left: 15px;
	}

	.comment-list .comment-write {
		padding:13px;
	}
}
/** 1200px 끝 **/

/** 1024px 시작 **/
@media screen and (max-width:1024px) {
	/** 게시판 목록 : 교육정보 **/
	.board-edu {
		margin-left: -20px;
	}
	.board-edu .thum-cont>* {
		margin-left: 20px;
		padding: 25px 20px;
	}

	/* Form Radio-Checkbox Default */
	.wrap-checkbox .form-checkbox {
		width: 25%;
	}

	[class*='srch-cont'].ver-01 {
		flex-direction: column;
		gap: 10px;
	}

	/** 게시판 목록 - 패널 : type01 **/
	.board-panel.type-01 {
		margin-top: -20px;
		margin-left: -20px;
	}
	.board-panel.type-01 .wrap-panel {
		width: calc(( 100%/ 3) - 20px);
		margin-top: 20px;
		margin-left: 20px;
	}
	.board-panel.type-01 .title {
		font-size: 18px;
	}

	/** 게시판 목록 : 전체 리스트 **/
	.board-alist .list-cont {
		padding: 18px 25px;
	}
	.board-alist .list-cont * {
		font-size: 20px;
	}

	/** 게시판 상세보기 **/
	.detail-tit {
		text-align: center;
	}
	.detail-tit b {
		display: block;
		margin: 0 0 5px;
		padding: 0;
	}
	.detail-tit b:after {
		content: none;
	}

	/** 게시판 상세보기 ver-01 **/
	.board-detail.ver-01 .detail-tit, .board-detail.ver-01 .detail-cont {
		padding: 20px 15px;
	}

	/**  게시판 입력 폼 **/
	/* [class*='board-form'] li>div>div {
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
	} */
	[class*='board-form'] li>div {
		width: 100% !important;
	}
	[class*='board-form'] li>div+div {
		border-top: 1px solid #e6e6e6;
		border-left: none;
	}
	[class*='board-form'] .tip-txt {
		margin: 10px 0 0;
	}

	/** 상세보기 - 신흥 연구주제 **/
	.bm-line {
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
	.thesis-info {
		margin-top: 15px;
	}
	.thesis-info div:before {
		transform: translateY(-47%);
	}
	.thesis-info .tit {
		margin-bottom: 5px;
		font-size: 17px;
	}
	.thesis-info .num {
		font-size: 30px;
	}
}
/** 1024px 끝 **/

/** 980px 시작 **/
@media screen and (max-width:980px) {
	/** 게시판 목록 : 교육정보 **/
	.board-edu .wrap-thum {
		width: 50%;
	}

	/** 첨부파일 **/
	.info-down>div {
		flex-direction: column;
		align-items: flex-start;
		justify-content: space-between;
	}
	.info-down div+div {
		margin-top: 10px;
	}
	.info-down .wrap-btn {
		margin: 5px 0 0 0;
	}
	.info-down .wrap-btn [class*='button'] {
		padding: 5px;
	}

	/** 게시판 목록 : 썸네일 **/
	.thum-cont>*:has(.thumb) .item {
		margin-left: 20px;
	}
	.thum-cont>*:has(.thumb) .item .info {
		flex-direction: column;
	}
	.thum-cont>*:has(.thumb) .item .info>span {
		padding-left: 13px;
	}
	.thum-cont>*:has(.thumb) .item .info>span:before {
		top: 7px;
		left: 0;
		width: 5px;
		height: 1px;
		background: #727272;
	}
	.thum-cont>*:has(.thumb) .item .info>span:first-child:before {
		content: '';
	}
	.thum-cont>*:has(.thumb) .item .info>span+span {
		margin: 5px 0 0 0;
	}

	/** 게시판 목록 : 버튼 **/
	.thum-cont .wrap-btn {
		margin-left: 20px;
	}

	/** 게시판 목록 - 패널 **/
	.panel-cont>div {
		flex-direction: column;
	}
	.panel-cont .wrap-img {
		width: 100%;
		padding: 20px 10px;
	}
	.board-panel .panel-cont .item {
		max-width: 100%;
		align-items: center;
		padding: 20px;
	}
	.board-panel .panel-cont .item>.txt {
		text-align: center;
	}

	/** 기술연혁 **/
	.wrap-year .year-cont {
		width: calc(100%/ 3);
	}
	.wrap-year .year-cont:nth-child(3n+1) {
		border-width: 0;
	}
	.wrap-year .year-cont:nth-child(4n+1) {
		border-width: 0 1px;
	}

	/** 상세보기 - 상단 이미지 **/
	[class*='board-'] .detail-top .item {
		padding: 25px 30px;
	}
	[class*='board-'] .detail-top .item>.txt {
		margin-bottom: 15px;
	}
	[class*='board-'] .detail-top .item .detail-list li {
		min-width: 100% !important;
		width: 100% !important;
	}
}
/** 980px 끝 **/

/** 820px 시작 **/
@media screen and (max-width:820px) {
	/* Form Radio-Checkbox Default */
	.wrap-checkbox .form-checkbox {
		width: calc(100%/ 3);
	}

	/** 게시판 공통 태그 **/
	[class*='board-'] .tag {
		padding: 5px 14px;
		font-size: 14px;
	}

	/** 게시판 목록 : ver01 **/
	.board-panel.ver-01 .wrap-panel {
		padding-top: calc(100%/ 3 - 20px);
	}
	.board-panel.ver-02 .wrap-panel {
		padding-top: calc(133%/ 3 - 25px);
	}

	/** 게시판 목록 **/
	[class*='board-'] .item {
		width: 100%;
	}

	/** 게시판 목록 - 패널 : type01 **/
	.board-panel.type-01 .wrap-panel {
		width: calc(( 100%/ 2) - 20px);
	}
}
/** 820px 끝 **/

/** 767px 시작 **/
@media screen and (max-width:767px) {
	/** 주소 **/
	.form-address .address-zip input[type='text'] {
		min-width: 80px;
		max-width: 120px;
		margin-right: 3px;
	}
	.form-address .address-info input[type='text'] {
		width: 100%;
	}

	/** input group **/
	.form-input {
		grid-template-columns: repeat(2,1fr);
	}

	/** 게시판 검색 **/
	[class*='wrap-srch'] {
		padding: 10px;
	}
	.wrap-srch:before {
		display: none;
	}
	[class*='srch-cont'] {
		max-width: 100%;
		margin-left: 0;
	}
	[class*='srch-cont'] [class*='srch-item'] {
		width: 100% !important;
		margin-left: 0 !important;
	}
	[class*='srch-cont'] [class*='srch-item']+[class*='srch-item'] {
		margin-top: 8px !important;
	}
	[class*='srch-item']+[class*='srch-item'] {
		padding-top: 8px;
		border-top: 1px dashed #ddd;
	}
	.srch-item {
		flex-direction: column;
	}
	.srch-item .srch-tit, .srch-item .srch-tit+div {
		width: 100%;
	}
	[class*='srch-cont'].ver-02 .srch-item .srch-tit {
    width: 100%;
    line-height: 34px;
    letter-spacing: -0.05em;
	}
	.srch-item .srch-tit {
		margin-bottom: 5px;
		padding-left: 10px;
		background: #e2e7ef;
	}
	.srch-item .srch-tit i {
		font-size: 15px;
	}
	.srch-item .srch-tit i:before {
		display: none;
	}
	.srch-item .srch-tit+div {
		padding-right: 5px;
		padding-left: 5px;
	}
	[class*='srch-cont'] .srch-footer {
		flex-direction: row
	}
	[class*='srch-cont'] .srch-footer>* {
		width: 50%;
	}
	[class*='srch-cont'][class*='item-'] {
		margin-left: 0;
	}
	[class*='srch-cont'][class*='item-'] .srch-tit {
		margin-right: 0;
	}

	[class*='srch-cont'].ver-01 {
		gap: 0;
		margin: 0;
	}

	[class*='srch-cont'].ver-01 [class*='w-px'],[class*='srch-cont'].ver-02 {
		width: 100% !important;
	}

	/** srch-cont+srch-footer : 병렬형 **/
	[class*='wrap-srch'].ver-01 {
		flex-wrap: wrap
	}
	[class*='wrap-srch'].ver-01 [class*='item-'] {
		width: 100%;
		padding-right: 0;
	}
	[class*='wrap-srch'].ver-01 .srch-footer {
		width: 100%;
		height: auto;
		padding: 10px 5px;
	}
	[class*='wrap-srch'].ver-01 .srch-footer>* {
		width: 100%;
	}

	/** 게시판 페이징 **/
	.board-page {
		margin-top: 15px;
	}
	.board-page .direction.prev {
		margin-right: 10px;
	}
	.board-page .direction.next {
		margin-left: 10px;
	}

	/** 게시판 상단정보 **/
	.board-top {
		margin: 20px 0 15px;
	}

	/** 게시판 목록 :mobile table **/
	.mobile-tbl {
		display: block;
	}
	.mobile-tbl:before {
		content: '';
		display: block;
		position: absolute;
		left: 0;
		top: 2px;
		width: 90px;
		height: calc(100% - 3px);
		border-right: 1px dashed #e6e6e6;
		background: #f9f9f9;
		z-index: 0;
	}
	.mobile-tbl col, .mobile-tbl thead {
		display: none;
	}
	.mobile-tbl tbody, .mobile-tbl tbody>tr:not(.plan-body), .mobile-tbl tbody>tr>td {
		display: block;
	}
	.mobile-tbl tbody {
		position: relative;
	}
	.mobile-tbl tbody>tr {
		height: auto;
		padding: 15px 0;
		border-bottom: 1px solid #e6e6e6;
	}
	.mobile-tbl tbody>tr:last-child {
		border-bottom-width: 0;
	}
	.mobile-tbl tbody>tr:after {
		content: '';
		display: block;
		clear: both;
	}
	.mobile-tbl tbody>tr>td, .mobile-tbl tbody>tr>td:before {
		line-height: 23px;
	}
	.mobile-tbl tbody>tr>td {
		width: 100%;
		min-height: 27px;
		padding: 2px 0 2px 95px;
		font-size: 15px;
		text-align: left;
		border-width: 0;
		background: none;
	}
	.mobile-tbl tbody>tr>td:before {
		content: attr(data-cell-header);
		display: block;
		position: absolute;
		left: 0;
		width: 80px;
		margin-right: 35px;
		line-height: 23px;
		color: #222;
		font-size: 15px;
		font-weight: 600;
		text-align: right;
	}
	.mobile-tbl tbody>tr>td:has(input[type='checkbox']):before {
		content: '선택';
	}
	.mobile-tbl tbody>tr>td[class*='ta-'] {
		text-align: left !important;
	}
	.mobile-tbl tbody > tr > td[colspan]{margin:-15px 0;padding:15px 0;text-align:center !important;background:#fff;}
	.mobile-tbl tbody > tr > td[colspan]:before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:#f7f7f7;z-index:-1;}
	.mobile-tbl .board-link {
		display: inline-block;
	}
	.mobile-tbl .board-link a {
		white-space: inherit;
	}
	.mobile-tbl .board-link a i {
		line-height: 16px;
		font-size: 15px;
	}
	.mobile-tbl tr:hover td {
		background: transparent !important;
	}
	.badge-category {
		height: auto;
		line-height: 21px;
		border-radius: 5px;
	}

	/** 게시판 목록 : 썸네일 **/
	.thum-cont>*:has(.thumb) .item {
		margin-left: 20px;
	}
	.thum-cont>*:has(.thumb) .item>.txt {
		margin-top: 13px;
	}

	/** 게시판 목록 - 패널 **/
	.board-panel {
		margin-left: 0;
	}
	[class*='board-'] .wrap-panel {
		width: 100%;
		margin-left: 0;
	}
	.panel-cont>div {
		flex-direction: row;
	}
	.panel-cont .wrap-img {
		width: 180px;
	}
	.board-panel .panel-cont .item {
		max-width: calc(100% - 180px);
		align-items: flex-start;
	}
	.board-panel .panel-cont .item .title {
		height: auto;
	}
	.board-panel .panel-cont .item>.txt {
		text-align: left;
	}

	/** 게시판 목록 : 전체 리스트 **/
	.board-alist .list-cont {
		flex-direction: column;
		padding: 15px 18px;
	}
	.board-alist .list-cont .num {
		width: 100%;
		margin: 0 0 5px;
	}
	.board-alist .list-cont .num:before {
		content: none;
	}

	/** 게시판 상세보기 **/
	.detail-tit {
		padding: 15px 10px;
		font-size: 20px;
	}
	.detail-info {
		overflow: hidden;
		border: 0 solid #bcc6d6;
		border-width: 1px 0
	}
	.detail-info ul, .detail-info li {
		display: flex;
	}
	.detail-info>ul {
		flex-direction:  column;
		align-items: flex-start;
		margin: 0;
	}
	.detail-info>ul>li {
		margin-left: 0;
	}
	.detail-info>ul>li+li {
		margin-top: 10px;
	}
	.detail-info>ul>li+li:before {
		content: none;
	}
	.detail-info .tag-area {
	text-align: left;
	margin-top: 10px;
	}
	.detail-cont {
		padding: 15px 10px;
		font-size: 15px;
	}
	.detail-cont img {
		max-width: 100%;
	}
	.detail-cont.img-cont {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.line-list .wrap-head {
		flex-direction: column;
	}
	.line-list .wrap-tag {
		margin: 0 0 7px 0;
	}
	.line-list .wrap-tag span {
		padding: 3px 15px;
	}

	/** 상세보기 - 신흥 연구주제 **/
	.thesis-info [class*='thesis'] {
		padding: 10px;
	}
	.thesis-info div {
		padding-left: 60px;
	}
	.thesis-info div:before {
		width: 50px;
		height: 50px;
		background-size: 20px auto;
	}
	.thesis-info .tit {
		margin-bottom: 0;
		font-size: 16px;
	}
	.thesis-info .num {
		font-size: 26px;
	}
	.wrap-box+.wrap-box, .wrap-box>div+div {
		margin-top: 20px;
	}
	.wrap-box>div:first-child:nth-last-child(2), .wrap-box>div:first-child:nth-last-child(2) ~ div {
		width: 100%;
	}

	/** 상세보기 - 상단 이미지 ver-01 **/
	[class*='board-'] .detail-top.ver-01 {
		align-items: center;
		padding: 15px;
		background: #f2f4f8;
	}
	[class*='board-'] .detail-top.ver-01 .wrap-img {
		width: 100%;
		margin: 10px 0 10px
	}
	[class*='board-'] .detail-top.ver-01 .item {
		margin-top: 10px;
		padding: 0;
	}
	[class*='board-'] .detail-top.ver-01 .item .title {
		font-size: 24px;
	}

	/** 첨부파일 **/
	.detail-down li {
		flex-direction: column;
	}
	.detail-down .tit {
		margin: 0 0 10px;
	}
	.detail-down .tit:after {
		content: none;
	}

	/** 게시판 :상세보기 이전글,다음글 **/
	.board-nav li em, .board-nav li span, .board-nav *>tr>* {
		padding: 10px;
	}
	.board-nav li em, .board-nav tr>*[scope] {
		width: 100px;
	}
	.board-nav a i {
		white-space: pre-wrap;
	}

	/** 게시판 :상세보기 이전글,다음글 **/
	.board-nav li span {
		width: calc(100% - 100px);
	}

	/** 상세보기 - 이미지 슬라이드 **/
	.detail-cont.news-cont {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.news-cont .wrap-news {
		padding: 0;
	}
	.news-cont .swiper-prev, .news-cont .swiper-next {
		display: none;
	}

	/** 상세보기 - 썸네일 슬라이드 **/
	.photo-img {
		margin: 20px auto;
	}
	.wrap-thumb {
		padding: 20px 15px;
	}
	.thumb-body {
		padding: 0 40px;
	}
	.thumb-list li {
		width: 93px;
	}
	.thumb-list li+li {
		margin-left: 15px;
	}
	.thumb-list li a {
		padding-top: 63px;
	}
	.field-btn [class*='btn'] {
		top: calc(50% - 15px);
		width: 30px;
		height: 30px;
	}

	/** 게시판 공통 태그 **/
	[class*='board-'] .tag {
		min-width: 50px;
		padding: 1px 10px;
		font-size: 13px;
	}

	/**  게시판 입력 폼 - list **/
	[class*='board-form'] li[class*='item-']>div {
		max-width: 100% !important;
		width: 100% !important;
	}
	/* [class*='board-form'] li[class*='item-']+[class*='item-']{border-left-width:0;} */
	[class*='board-form'] li:not(:first-child) {
		border-top-width: 1px !important;
	}

	/**  게시판 입력 폼 - table **/
	[class*='board-form'] table {
		table-layout: inherit;
	}
	[class*='board-form'] col {
		display: none;
	}
	[class*='board-form'] tbody>tr, [class*='board-form'] tbody>tr>* {
		display: flex;
		flex-wrap: wrap;
		height: auto;
		word-break: break-word;
	}
	[class*='board-form'] tbody>tr>*, [class*='board-form'] *>tr:first-child>*:nth-child(n+3) {
		border-top-width: 1px;
	}
	[class*='board-form'] tbody>tr>*[scope], [class*='board-form'] tbody>tr>td {
		align-items: center;
	}
	[class*='board-form'] tbody>tr>td {
		border-right-width: 0;
	}

	/** 게시판 목록 **/
	[class*='board-'] .item .info {
		flex-direction: column;
	}
	[class*='board-'] .item .info>span {
		padding-left: 13px;
	}
	[class*='board-'] .item .info>span:before {
		top: 8px;
		left: 0;
		width: 4px;
		height: 1px;
		background: #727272;
	}
	[class*='board-'] .item .info>span:first-child:before {
		content: '';
	}
	[class*='board-'] .item .info>span+span {
		margin: 5px 0 0 0;
	}

	/** 게시판 목록 : list **/
	.thum-cont>*:not([class*='button']), .thum-cont:has(.thumb)>*:has([class*='button']) {
		padding: 20px 15px;
	}
	.thum-cont .scrap-btn {
		right: 10px;
		bottom: 20px;
	}
	.thum-cont .un-scrap-btn {
        right: 10px;
        bottom: 20px;
    }
    .thum-cont .rcmdtn-btn {
		right: 10px;
		bottom: 20px;
	}
	.thum-cont .un-rcmdtn-btn {
        right: 10px;
        bottom: 20px;
    }
	.cont-detaii {
		padding: 20px;
	}

	/** 동향보고서 타이틀 **/
	.ico-tit {
		margin-bottom: 15px;
		padding-left: 42px;
		font-size: 18px;
	}
	.ico-tit:before {
		top: -6px;
		width: 34px;
		height: 34px;
	}

	/** 기술성숙도 **/
	.tech-step {
		flex-wrap: wrap;
	}
	.tech-step [class*='step-'] {
		width: calc(( 100%/ 4)* 2);
	}
	.tech-step [class*='step-']:has(.num-step>div:first-child:nth-last-child(1)) {
		width: 100%;
	}
	.tech-step [class*='step-']:nth-child(2n) .txt-step {
		border-width: 0 1px 0 0;
	}

	/** 기술연혁 **/
	.wrap-year {
		margin: 0;
	}
	.wrap-year .year-cont {
		width: 100%;
		margin: 0;
		padding: 20px 0;
	}
	.wrap-year .year-cont:nth-child(4n) {
		padding-right: 0;
	}
	.wrap-year .year-cont:nth-child(4n+1) {
		padding-left: 0;
	}
	.wrap-year .year-cont:first-child {
		padding-top: 0;
	}
	.wrap-year .year-cont:last-child {
		padding-bottom: 0;
	}
	.wrap-year .bul-type01 {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.wrap-year .year-cont+.year-cont {
		border: 0;
		border-top: 1px solid #cecece;
	}

	/** 상세보기 - 상단 이미지 **/
	[class*='board-'] .detail-top {
		flex-direction: column;
	}
	[class*='board-'] .detail-top .wrap-img {
		width: 100%;
	}
	[class*='board-'] .detail-top .item {
		width: 100%;
		padding: 20px !important;
		text-align: center;
	}
	[class*='board-'] .detail-top .item .detail-list {
		width: 100%;
	}
	[class*='board-'] .detail-top .item .detail-list li {
		justify-content: center;
		align-items: center;
	}
	[class*='board-'] .detail-top .item .detail-list li .txt {
		flex: none;
		text-align: left;
	}
	[class*='board-'] .detail-top .item .wrap-btn {
		justify-content: center;
	}

	[class*='board-'] .detail-top .warp-title {
		justify-content: center;
	}

	/** 중장기계획 게시판 **/
	.plan-head {
		border-bottom: none !important;
	}
	.plan-head.active td {
		background: transparent;
	}
	.plan-body {
		display: block;
		padding: 0 !important;
	}
	.plan-body td {
		min-height: auto !important;
		padding: 0 !important;
	}
	.plan-body td:before {
		border-top: 1px solid #dddfe1;
	}
	.plan-body .plan-cont {
		padding: 15px;
	}
	.plan-body .detail-list .tit {
		width: 100%;
		margin: 0;
	}
	.plan-body .detail-list .tit:before {
		top: 8px;
	}
	.plan-body .detail-list .tit:after {
		content: none;
	}
	.plan-body .detail-list .txt {
		padding-left: 12px;
	}
}
/** 767px 끝 **/

/** 640px 시작 **/
@media screen and (max-width:640px) {
	/* Form Radio-Checkbox Default */
	.wrap-checkbox .form-checkbox {
		width: 50%;
	}

	/** 검색조건 multiple **/
	.form-multiple {
		width: 100%;
	}

	/** 검색-찾기 **/
	.form-search select, .form-search input, .form-search button {
		width: 100% !important;
		max-width: inherit !important;
	}
	.form-search input {
		flex: none;
	}
	.form-search>*+* {
		margin: 3px 0 0
	}

	/** 게시판 검색 **/
	.srch-item .srch-tit+div, .srch-item .form-search {
		flex-direction: column;
		align-items: flex-start;
	}
	.srch-item .srch-tit+div>div {
		width: 100%;
	}
	.srch-item input[type="text"], .srch-item select {
		height: 35px;
		line-height: 33px;
	}
	.srch-item .form-calendar>.calendar-cont, .srch-item .form-calendar>.date-btn {
		width: 100% !important;
		margin: 3px 0 0;
	}
	.srch-item .form-calendar>.calendar-cont>span:not(.form-split) {
		width: calc(50% - 5px);
		max-width: inherit;
	}
	.srch-item .form-calendar>.calendar-cont>.form-split {
		line-height: 6px;
	}
	.srch-item .form-calendar>.date-btn {
		justify-content: space-between;
	}
	.srch-item .form-calendar>.date-btn>* {
		margin-left: 0;
	}

	[class*='wrap-srch'] .option-btn {
		width: 100%;
		text-align: center;
	}

	/**  게시판 입력 폼 **/
	[class*='board-form'] ul, [class*='board-form'] li, [class*='board-form'] li>div {
		flex-direction: column;
	}
	[class*='board-form'] li em, [class*='board-form'] tbody>tr>*[scope] {
		padding: 8px !important;
	}
	[class*='board-form'] li>div :is(em, div, [class*='w-']) {
		width: 100% !important;
	}
	[class*='board-form'] li em {
		border-right-width: 0;
		border-bottom: 1px dashed #e6e6e6;
	}
	[class*='board-form'] li[class*='item-']+[class*='item-'], [class*='board-form'] li>div, [class*='board-form'] li>div>div {
		border-left: none !important;
	}
	[class*='board-form'] tbody>tr>* {
		border-right-width: 0;
	}
	[class*='board-form'] tbody>tr>*[scope], [class*='board-form'] tbody>tr>td {
		display: block;
		width: 100%;
	}
	[class*='board-form'] tbody>tr>td {
		border-top-width: 1px !important;
		border-top-style: dashed !important;
	}

	/** 검색조건 multiple **/
	.form-multiple {
		width: 100%;
		flex-direction: column;
		align-items: flex-start;
	}
	.form-multiple>* {
		width: 100% !important;
		margin: 0
	}
	.form-multiple>*+* {
		margin: 5px 0 0 0 !important;
	}
	.form-multiple>input[type='text'] {
		flex: none;
	}
	.form-multiple>.form-file+.btn-delete {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}

	/** 게시판 목록 **/
	.board-thum .thum-cont .thumb {
		align-self: center;
	}

	/** 게시판 목록 : 교육정보 **/
	.board-edu {
		margin-bottom: 20px;
	}
	.board-edu .wrap-thum {
		width: 100%;
	}
	.board-edu .thum-cont>* {
		padding: 20px 15px;
	}
	.board-edu .thum-cont .title {
		height: auto;
	}
	.board-edu .thum-cont .wrap-tag {
		margin: 10px 0;
	}

	/** 게시판 목록 : 썸네일 **/
	.thum-cont>*:has(.thumb) {
		flex-direction: column;
		align-items: center;
	}
	.thum-cont>*:has(.thumb) .item {
		max-width: 100%;
		margin: 15px 0 0;
	}
	.thum-cont .thumb02 {
		align-self: center !important;
	}
	.thum-cont>*:has(.thumb02) .item {
		margin-left: 0px;
		max-width: 100%;
        margin: 15px 0 0;
	}
	


	/** 게시판 목록 : 버튼 **/
	.thum-cont>*:has(.wrap-btn) {
		flex-direction: column;
		align-items: center;
	}
	.thum-cont>*:has(.wrap-btn) .item {
		max-width: 100%;
	}
	.thum-cont .wrap-btn {
		width: 100%;
		margin: 15px 0 0 0;
	}
	.thum-cont .wrap-btn [class*='button'] {
		width: 100%;
		padding: 7px 10px;
	}

	/** 상세보기 - 신흥 연구주제 **/
	.thesis-info div {
		padding: 50px 0 0;
		text-align: center;
	}
	.thesis-info div:before {
		top: 0;
		left: 50%;
		width: 40px;
		height: 40px;
		transform: translate(-50%, 0);
		background-size: 15px auto;
	}
	.thesis-info .num {
		font-size: 22px;
	}
	.wrap-srch .h4-day{width:300px;margin:0;display: flex;align-items: center;padding-left: 30px;}
    .wrap-srch .h4-day i:before{background-color:#fff;}

    .board-issue .thum-cont .scrap-btn {
		position: relative;
		right: auto;
		top: auto;
		width: 100%;
		margin-top: 25px !important;
		text-align: center;
	}
	.board-issue .thum-cont .un-scrap-btn {
        position: relative;
        right: auto;
        top: auto;
        width: 100%;
        margin-top: 25px !important;
        text-align: center;
    }

    .board-issue .thum-cont .rcmdtn-btn {
		position: relative;
		right: auto;
		top: auto;
		width: 100%;
		margin-top: 25px !important;
		text-align: center;
	}
	.board-issue .thum-cont .un-rcmdtn-btn {
        position: relative;
        right: auto;
        top: auto;
        width: 100%;
        margin-top: 25px !important;
        text-align: center;
    }
}
/** 640px 끝 **/

/** 520px 시작 **/
@media screen and (max-width:520px) {
	/**  게시판 입력 폼 **/
	[class*='board-form'] ul, [class*='board-form'] li, [class*='board-form'] li>div {
		flex-direction: column;
	}
	[class*='board-form'] li em, [class*='board-form'] tbody>tr>*[scope] {
		padding: 8px !important;
	}
	[class*='board-form'] li>div, [class*='board-form'] li>div :is(em, div, [class*='w-']) {
		flex-grow: 1;
		width: 100% !important;
	}
	[class*='board-form'] li em {
		border-right-width: 0;
		border-bottom: 1px dashed #e6e6e6;
	}
	[class*='board-form'] li[class*='item-']+[class*='item-'], [class*='board-form'] li>div, [class*='board-form'] li>div>div {
		border-left: none !important;
	}
	[class*='board-form'] tbody>tr>* {
		border-right-width: 0;
	}
	[class*='board-form'] tbody>tr>*[scope], [class*='board-form'] tbody>tr>td {
		display: block;
		width: 100%;
	}
	[class*='board-form'] tbody>tr>td {
		border-top-width: 1px !important;
		border-top-style: dashed !important;
	}

	/** 전화번호 **/
	.form-tel select, .form-tel input[type='text'] {
		max-width: inherit
	}

	/** 선택형 그룹목록 **/
	.form-group>select {
		width: 100%;
	}
	.board-issue .thum-cont {
		display: flex;
		flex-direction: column;
	}
	.board-issue .thum-cont .scrap-btn {
		position: relative;
		right: auto;
		top: auto;
		width: 100%;
		margin-top: 25px !important;
		text-align: center;
	}
	.board-issue .thum-cont .un-scrap-btn {
        position: relative;
        right: auto;
        top: auto;
        width: 100%;
        margin-top: 25px !important;
        text-align: center;
    }
    .board-issue .thum-cont .rcmdtn-btn {
		position: relative;
		right: auto;
		top: auto;
		width: 100%;
		margin-top: 5px !important;
		text-align: center;
	}
	.board-issue .thum-cont .un-rcmdtn-btn {
        position: relative;
        right: auto;
        top: auto;
        width: 100%;
        margin-top: 25px !important;
        text-align: center;
    }
	.board-edu .thum-cont>*:has([class*='button']) {
		padding-bottom: 80px;
	}

	/** 게시판 :상세보기 이전글,다음글 **/
	.board-nav li em, .board-nav tr>*[scope] {
		width: 70px;
	}
	.board-nav li em i, .board-nav tr>*[scope] {
		padding-left: 0;
	}
	.board-nav li i:before, .board-nav tr>*[scope]:before {
		content: none;
	}
	.board-nav li span {
		width: calc(100% - 70px);
	}

	/** button wrap **/
	.board-button>div {
		flex-direction: column;
		width: 100%;
	}
	.board-button>div *+* {
		margin: 5px 0 0;
	}
	.board-button [class*='button'] {
		width: 100%;
	}

	/** 게시판 목록 **/
	[class*='board-'] .item .detail-list li {
		flex-direction: column;
	}
	[class*='board-'] .item .detail-list .tit {
		margin: 0 0 5px;
	}
	[class*='board-'] .item .detail-list .tit:after {
		content: none;
	}

	/** 게시판 목록 - 패널 **/
	.panel-cont>div {
		flex-direction: column;
	}
	.panel-cont .wrap-img {
		width: 100%;
		padding: 20px 10px;
	}
	.board-panel .panel-cont .item {
		max-width: 100%;
		align-items: center;
		padding: 20px;
	}
	.board-panel .panel-cont .item>.txt {
		text-align: center;
	}
	.board-panel .panel-cont .item .detail-list li {
		align-items: center;
	}
	.panel-cont .item .wrap-btn {
		flex-direction: column;
		width: 100%;
	}
	.panel-cont .item .wrap-btn .button+.button {
		margin: 5px 0 0;
	}

	/** 게시판 목록 - 패널 : type01 **/
	.board-panel.type-01 {
		margin-left: 0;
	}
	.board-panel.type-01 .wrap-panel {
		width: 100%;
		margin-left: 0;
	}
	.board-panel.type-01 .wrap-title {
		padding: 10px;
	}

	/** 상세보기 - 상단 이미지 **/
	[class*='board-'] .detail-top .item {
		padding: 15px;
	}
	[class*='board-'] .detail-top .item .detail-list li .txt {
		text-align: center;
	}
	[class*='board-'] .detail-top .item .wrap-btn {
		flex-direction: column;
		width: 100%;
	}
	[class*='board-'] .detail-top .item .wrap-btn .button+.button {
		margin: 5px 0 0;
	}
}
/** 520px 끝 **/

/** 480px 시작 **/
@media screen and (max-width:480px) {
	/* Form Radio-Checkbox Default */
	.wrap-checkbox .form-checkbox {
		width: 1000%;
	}

	/** 게시판 목록 : style common **/
	.board-panel {
		margin-left: 0;
	}

	/** 게시판 목록 - 패널 **/
	[class*='board-'] .wrap-panel {
		width: 100%;
		height: auto !important;
	}
	[class*='board-'] .wrap-panel .panel-cont {
		position: relative !important;
	}
	.panel-cont .thumb {
		height: auto;
	}
	.panel-cont .thumb.no-thumb {
		padding-top: 55%;
	}
	.panel-cont .item {
		height: auto;
		padding: 15px 10px;
	}

	/** 게시판 목록 **/
	[class*='board-'] .item .wrap-title {
		flex-direction: column;
		align-items: flex-start;
	}
	[class*='board-'] .item .title {
		font-size: 19px;
	}
	[class*='board-'] .item .wrap-tag {
		margin: 0 0 7px;
	}
	[class*='board-'] .item .title+.wrap-tag {
		margin: 7px 0;
	}

	/** 게시판 목록 : list **/
	.thum-cont>*:has([class*='button']), .thum-cont:has(.thumb)>*:has([class*='button']) {
		padding: 15px 10px;
	}
	.cont-detaii {
		padding: 20px 15px;
	}
	.board-edu .thum-cont>*:has([class*='button']) {
		padding: 15px 10px 80px;
	}
	/* [class*='board-form'] li>div, [class*='board-form'] li>div :is(em, div, [class*='w-']) {
		flex: none;
	} */

	/** 기술성숙도 **/
	.tech-step [class*='step-'] {
		width: 100%;
	}
	.tech-step .txt-step {
		border-width: 0 1px !important;
	}
}
/** 480px 끝 **/

/** 414px 시작 **/
@media screen and (max-width:414px) {
	/** 게시판 목록 : 전체 리스트 **/
	.board-alist {
		margin-top: 15px;
	}
	.board-alist .list-cont {
		padding: 10px 13px;
	}
	.board-alist .list-cont * {
		font-size: 18px;
	}

	/** 정보 **/
	.detail-list li {
		flex-direction: column;
	}
	.detail-list li+li {
		margin-top: 7px;
	}
	.detail-list .tit {
		margin: 0 0 3px;
	}
	.detail-list .tit:after {
		content: none;
	}
	.detail-list .tit+.txt {
		padding-left: 10px;
	}

	/** 첨부파일 **/
	.info-down .wrap-btn {
		width: 100%;
		flex-direction: column;
	}
	.info-down .wrap-btn [class*='button'] {
		min-width: auto;
		width: 100%;
	}
	.info-down .wrap-btn [class*='button']+[class*='button'] {
		margin: 5px 0 0;
	}

	/** 상세보기 - 신흥 연구주제 **/
	.thesis-info {
		margin-top: 0;
	}
	.thesis-info [class*='thesis'] {
		width: 100%;
		border-width: 1px 0 0 0;
	}

	/** 게시판 상세 더보기  **/
	.box-type01 .more-btn {
		position: relative; top: 10px;right: 0;left: 45%;
	}

	/** 댓글 영역 **/
	.comment-list .comment-read :is(.wrap-txt,.wrap-btm,.wrap-btm > div) {
		flex-direction: column;
		align-items: flex-start;
	}

	.comment-list .comment-read .wrap-btm > div {
		gap: 5px
	}

	.comment-list .comment-read .date-time:after {
		content: none;
	}

	.comment-list .comment-read .rcmm-btn {
		margin: 8px 0 0 auto;
	}

	.comment-list .comment-write .wrap-btm {
		flex-direction: column;
		align-items: flex-start;
	}

	.comment-list .comment-write .wrap-button {
		margin: 5px 0 0 auto;
	}
	.comment-list .comment-read .comment-btn{
		margin-top: 10px;
	}
	.comment-list .comment-read .comment-btn a:first-child {
		padding-left: 0px;
	}
}
/** 414px 끝 **/

/** 375px 시작 **/
@media screen and (max-width:375px) {
	[class^="form-"], [class^="form-"]>div {
		width: 100%;
	}

	/** 달력 **/
	.form-calendar>.calendar-cont {
		flex-direction: column;
		align-items: center;
		width: 100%;
		margin-right: 0;
	}
	.form-calendar>.calendar-cont>span:not(.form-split) {
		max-width: 100% !important
	}
	.form-calendar>.calendar-cont>.form-split {
		margin: 5px 0;
	}
	.form-calendar input[type='text'] {
		font-size: 13px;
		letter-spacing: -1px;
	}
	.form-calendar .ico-calendar {
		min-width: 37px;
	}
	.form-calendar .ico-calendar img {
		width: 100%;
	}
	.board-top {
		flex-direction: column;
		align-items: flex-start;
		margin: 20px 0 10px;
	}
	.board-module {
		width: 100%;
		margin-top: 10px;
	}
	.board-module .selectbox {
		width: 100%;
		padding: 2px 5px;
		border: 1px solid #d1d1d1;
		border-radius: 5px;
	}
	.board-module .selectbox select {
		width: 100%;
	}

	/** 게시판 목록 : 교육정보 **/
	.board-edu .thum-cont .info-list li {
		flex-direction: column;
	}
	.board-edu .thum-cont .info-list i {
		margin: 3px 0 0 0;
	}
	.board-edu .thum-cont .info-list i:before {
		content: none;
	}
}
/** 375px 끝 **/