/* 서브공통 */
header {
	position: absolute;
	width: 100%;
	z-index: 100;
}
/* #container{
  padding-top: 156px;
  background: url(../img/sub/bg_sub.png) no-repeat top center;
} */
#container {
	padding-top: 155px;
}
.sub_top {
	display: flex;
	flex-direction: column;
	height: 165px;
	justify-content: center;
	text-align: center;
}
.sub_top .main_title {
	font-size: 34px;
	color: #5d5d5d;
	display: flex;
	gap: 10px;
	justify-content: center;
	animation-name: top;
	animation-duration: 1.2s;
	animation-direction: alternate;
	position: relative;
}
@keyframes top {
	0% {
		opacity: 0;
		bottom: -30px;
	}
	100% {
		opacity: 100%;
		bottom: 0px;
	}
}
.sub_top .main_title>p .point{
  color: #0e76bc;
}
.sub_top .sub_title {
	font-size: 28px;
	margin-top: 10px;
	/* animation-name: bottom;
  animation-duration: 1.2s;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
  animation-direction: alternate;
  opacity: 0;
  position: relative; */
}
/* @keyframes bottom {
  0%{
    opacity: 0;
    bottom: -20px;
  }
  100%{
    opacity: 100%;
    bottom: 0px;
  }
} */
.sub_wrap .sub_tit {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 210px;
	color: #fff;
	background: url(../img/sub/sub_bg05.jpg) no-repeat;
	/* 알림마당 */
	background-position: center center;
	background-size: cover;
}
.sub_wrap .sub_tit h2 {
	font-size: 34px;
}
.sub_wrap .sub_tit.type01 {
	background-image: url(../img/sub/sub_bg01.jpg);
	/* ICU소개 */
}
.sub_wrap .sub_tit.type02 {
	background-image: url(../img/sub/sub_bg02.jpg);
	/* 창업지원 */
}
.sub_wrap .sub_tit.type03 {
	background-image: url(../img/sub/sub_bg03.jpg);
	/* 지역기업 소개 */
}
.sub_wrap .sub_tit.type04 {
	background-image: url(../img/sub/sub_bg04.jpg);
	/* 전문인력 양성 */
}
.sub_wrap .sub_tit.type06 {
	background-image: url(../img/sub/sub_bg06.jpg);
	/* 공통 */
}
.sub_wrap .sub_tit.type07 {
	background-image: url(../img/sub/sub_bg07.jpg);
	/* 마이페이지 */
}
.sub_bottom .bottom_inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1320px;
	margin: 0 auto;
	width: calc(100% - 40px);
  gap: 10px;
}
.util_wrap>ul {
	display: flex;
	gap: 13px;
}
.util_wrap>ul>li .share {
	width: 20px;
	height: 20px;
	background: url(../img/sub/ico_share.png) no-repeat;
}
.util_wrap>ul>li .print {
	width: 21px;
	height: 20px;
	background: url(../img/sub/ico_print.png) no-repeat;
}
.util_wrap>ul>li>button:hover {
	background-position: 100% 100%;
}
.sub_bottom {
	border-bottom: 1px solid #d6d6d6;
}
.sub_bottom .bottom_inner .route>ul {
	display: flex;
	align-items: center;
	height: 54px;
}
.sub_bottom .bottom_inner .route>ul>li {
	min-width: 207px;
	height: 100%;
	border-right: 1px solid #d6d6d6;
	font-size: 16px;
	position: relative;
}
.sub_bottom .bottom_inner .route>ul>li:first-of-type {
	border-left: 1px solid #d6d6d6;
}
.sub_bottom .bottom_inner .route>ul>li .home {
	background: url(../img/sub/ico_home.png) no-repeat center left 19px;
	padding: 0 18px 0 45px;
	width: 100%;
	height: 100%;
	text-align: left;
	display: inline-block;
	line-height: 54px;
}
.sub_bottom .bottom_inner .route>ul>li>button {
	width: 100%;
	height: 100%;
	padding: 0 35px 0 18px;
	background: url(../img/sub/ico_route_ar.png) no-repeat center right 16px;
	text-align: left;
}
.sub_bottom .bottom_inner .route>ul>li button.on {
	background-image: url(../img/sub/ico_route_ar_on.png);
}
.depth_panel {
	display: none;
	position: absolute;
	width: 100%;
	border: 1px solid #d6d6d6;
	width: calc(100% + 2px);
	left: -1px;
	background: #fff;
	z-index: 11;
}
.depth_panel>ul>li>a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 18px;
	transition: all 0.2s;
}
.depth_panel>ul>li>a:hover {
	background: var(--point_color);
	color: #fff;
}
.depth_panel>ul>li:not(:last-of-type) {
	border-bottom: 1px solid #d6d6d6;
}
.util_wrap>ul>li {
	position: relative;
}
.share_wrap {
	display: none;
	position: absolute;
	right: 0;
	top: 38px;
}
.share_wrap>ul {
	display: flex;
	border: 1px solid #d6d6d6;
	background: #fff;
}
.share_wrap>ul>li:not(:last-of-type) {
	border-right: 1px solid #d6d6d6;
}
.share_wrap>ul>li :is(a, button) {
	display: block;
	width: 42px;
	height: 42px;
}
.share_wrap>ul>li .youtube {
	background: url(../img/sub/share_youtube.png) no-repeat center center;
}
.share_wrap>ul>li .blog {
	background: url(../img/sub/share_blog.png) no-repeat center center;
}
.share_wrap>ul>li .insta {
	background: url(../img/sub/share_insta.png) no-repeat center center;
}
.share_wrap>ul>li .close {
	background: url(../img/sub/share_close.png) no-repeat center center;
}
.sub_content {
	max-width: 1320px;
	width: calc(100% - 40px);
	margin: 0 auto;
	padding: 50px 0 60px;
}
@media screen and (max-width: 1024px) {
	#container {
		padding-top: 60px;
	}
	.sub_bottom .bottom_inner .route>ul>li {
		min-width: 150px;
	}
}
@media screen and (max-width: 768px) {
	.sub_top {
		height: 102px;
	}
	.sub_top .main_title {
		font-size: 22px;
	}
	.sub_top .sub_title {
		font-size: 18px;
		margin-top: 7px;
	}
	.sub_wrap .sub_tit {
		height: 110px;
	}
	.sub_wrap .sub_tit h2 {
		font-size: 25px;
	}
	.sub_bottom .bottom_inner .route>ul {
		height: 40px;
	}
	.sub_bottom .bottom_inner .route>ul>li {
		min-width: auto;
		border-right: none;
		padding-right: 20px;
		font-size: 13px;
		height: auto;
	}
	.sub_bottom .bottom_inner .route>ul>li:first-of-type {
		border-left: none;
	}
	.sub_bottom .bottom_inner .route>ul>li .home {
		font-size: 0;
		padding: 0;
		width: 11px;
		height: 12px;
		background-size: contain;
		background-position: center center;
		vertical-align: middle;
		margin-top: -4px
	}
	.sub_bottom .bottom_inner .route>ul>li>button {
		background: none;
		padding: 0;
	}
	.sub_bottom .bottom_inner .route>ul>li:not(:last-of-type) {
		background: url(../img/sub/ico_route_ar_m.png) no-repeat center right 5px;
    flex-shrink: 0;
	}
	.sub_bottom .bottom_inner .route>ul>li button.on {
		background: none;
	}
	.depth_panel {
		display: none !important;
	}
	.util_wrap>ul>li:last-of-type {
		display: none;
	}
	.util_wrap>ul>li .share {
		width: 16px;
		height: 16px;
		background-size: cover;
		margin-top: -4px;
	}
	.share_wrap {
		top: 30px;
	}
	.share_wrap>ul>li :is(a, button) {
		width: 36px;
		height: 37px;
	}
	.share_wrap>ul>li .youtube {
		background-size: 22px 16px;
	}
	.share_wrap>ul>li .blog {
		background-size: 14px 17px;
	}
	.share_wrap>ul>li .insta {
		background-size: 19px 19px;
	}
	.share_wrap>ul>li .close {
		background-size: 12px 12px;
	}
	.sub_content {
		padding: 38px 0 50px;
	}
}
/* 검색창 */
.search_wrap {
	display: flex;
	align-items: center;
	margin-bottom: 40px;
}
.search_wrap .default {
	height: 46px;
	font-size: 18px;
	width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.search_wrap .text {
	font-size: 16px;
	margin-right: 10px;
}
input.default {
	border: 1px solid #c6c6c6;
	padding: 0 18px;
}
select.default {
	border: 1px solid #c6c6c6;
	background: url(../img/sub/ico_route_ar.png) no-repeat center right 19px;
	padding: 0 30px 0 18px;
}
.search_wrap .select {
	min-width: 118px;
	margin-right: 7px;
	background: #fff
}
.search_wrap .select.type02 {
	min-width: 148px;
}
.search_wrap .input {
	max-width: 420px;
	min-width: auto;
	width: 100%;
	background: #fff;
}
.search_wrap .btn button {
	min-width: 118px;
	line-height: 44px;
	font-size: 18px;
}
.page_count_wrap {
	margin-bottom: 20px;
}
.page_count_wrap>p {
	font-size: 20px;
}
.page_count_wrap>p span {
	color: #1949a9;
}
@media screen and (max-width: 768px) {
	.search_wrap {
		align-items: baseline;
		margin-bottom: 20px;
		gap: 10px 0;
		flex-wrap: wrap;
	}
	.search_wrap .text {
		display: none;
	}
	.search_wrap .default {
		height: 40px;
		font-size: 16px;
	}
	.search_wrap .select {
		min-width: 100%;
		margin-right: 0;
	}
	.search_wrap .select.type02 {
		min-width: 100%;
	}
	.search_wrap .input {
		max-width: calc(100% - 80px);
	}
	.search_wrap .btn button {
		min-width: 80px;
		line-height: 38px;
		font-size: 16px;
	}
	.page_count_wrap {
		margin-bottom: 15px;
	}
	.page_count_wrap>p {
		font-size: 16px;
	}
}
/* 컨설팅 - 목록 */
.gr_box {
	background: #f6f6f6;
	margin-bottom: 40px;
}
.help_txt_wp {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 86px;
	padding: 20px;
	text-align: center;
}
.help_txt_wp>p {
	font-size: 20px;
	padding-left: 35px;
}
.help_txt_wp>p::before {
	content: '';
	display: inline-block;
	width: 24px;
	height: 27px;
	background: url(../img/sub/ico_help_txt.png) no-repeat;
	vertical-align: bottom;
	margin-right: 10px;
}
.btn_Wrap {
	margin: 30px auto 0px;
}
@media screen and (max-width: 768px) {
	.gr_box {
		margin-bottom: 25px;
	}
	.help_txt_wp>p {
		font-size: 16px;
		line-height: 22px;
		padding-left: 0;
	}
	.help_txt_wp>p::before {
		display: block;
		margin: 0 auto 8px;
	}
	.cunsulting_notice_wrap .board_wrap .board_list.type01 .tr .board_tit {
		order: -1;
	}
	.cunsulting_notice_wrap.type02 .board_wrap .board_list.type01 .tr .board_tit {
		order: inherit;
	}
	.cunsulting_notice_wrap.type02 .board_wrap .board_list.type01 .tr .board_field::after {
		display: none;
	}
	.btn_Wrap {
		margin: 20px auto 0px;
	}
}
/* 지원사업 - 목록 */
.gallery_board_wrap ul {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 39px 43px;
}
.gallery_board_wrap ul>li {
	border: 1px solid #d6d6d6;
	transition: all 0.3s;
	position: relative;
}
.gallery_board_wrap ul>li:hover {
	border-color: #0653bc;
}
.gallery_board_wrap ul>li .img_box {
	width: 100%;
	aspect-ratio: 298 / 196;
	overflow: hidden;
}
.gallery_board_wrap ul>li .img_box>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.3s;
}
.gallery_board_wrap ul>li .text_box {
	background-color: #fff;
	padding: 20px 25px;
	display: flex;
	flex-direction: column;
}
.gallery_board_wrap ul>li .text_box .item_title {
	font-size: 18px;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-bottom: 10px;
	word-break: break-all;
}
.gallery_board_wrap ul>li .text_box .date {
	flex: 1;
	font-size: 16px;
}
.gallery_board_wrap ul>li .tag_wrap {
	display: flex;
	gap: 10px;
	font-size: 15px;
	margin-top: 15px;
}
.gallery_board_wrap ul>li .tag_wrap .tag {
	font-size: 15px;
}
.gallery_board_wrap .no_data {
	border-top: 1px solid #000;
}
.gallery_board_wrap ul>li:hover .text_box .item_title {
	text-decoration: underline;
	text-underline-offset: 0.2em;
}
.gallery_board_wrap ul>li.end .day_tag {
	display: none;
}
.gallery_board_wrap ul>li.end .img_box {
	position: relative;
}
.gallery_board_wrap ul>li.end .img_box::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 1024px) {
	.gallery_board_wrap ul {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media screen and (max-width: 768px) {
	.gallery_board_wrap ul {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}
}
@media screen and (max-width: 460px) {
	.gallery_board_wrap ul {
		grid-template-columns: 1fr;
	}
}
/* 지원사업 - 상세 */
.board_detail_wrap .board_detail.type02 .detail_title .inform_view .pc {
	display: inline-block !important;
}
@media screen and (max-width: 768px) {
	.gallery_detail_wrap .board_detail_wrap .board_detail.type02 .detail_title .inform_view p:nth-child(2) {
		width: calc(100% - 100px);
	}
	.gallery_detail_wrap .board_detail_wrap .board_detail.type02 .detail_title .inform_view p:nth-child(2)::after {
		display: none;
	}
	.gallery_detail_wrap .board_detail_wrap .board_detail.type02 .detail_title .inform_view .box {
		flex-wrap: wrap;
	}
	.gallery_detail_wrap .board_detail_wrap .board_detail.type02 .detail_title .inform_view .box .tag {
		width: 60px;
		line-height: 17px;
		font-size: 14px;
	}
	.board_detail_wrap .board_detail.type02 .detail_title .inform_view .pc {
		display: none !important;
	}
}
/* 창업정보 - 목록 */
.gallery_board_wrap ul>li .text_box .inform_box {
	display: flex;
}
.gallery_board_wrap ul>li .text_box .inform_box .date {
	flex: inherit;
}
.gallery_board_wrap ul>li .text_box .inform_box .view>.txt {
	margin-right: 7px;
}
.gallery_board_wrap ul>li .text_box .inform_box p:not(:last-of-type)::after {
	content: '';
	display: inline-block;
	width: 1px;
	height: 15px;
	background: #c5c5c5;
	margin: 0 10px -1px;
}
.gallery_board_wrap.type02 ul>li {
	border: none;
}
.gallery_board_wrap.type02 ul>li .text_box .item_title {
	margin-bottom: 15px;
}
.gallery_board_wrap.type02 ul>li .text_box {
	padding: 20px 0 0;
}
@media screen and (max-width:768px) {
	.gallery_board_wrap.type02 ul>li .text_box .item_title {
		margin-bottom: 10px;
	}
}
/* 우수제품소개 - 목록 */
.gallery_board_wrap.type03 {
	padding-bottom: 40px;
	border-bottom: 1px solid #d6d6d6;
}
.gallery_board_wrap.type03 ul>li {
	border: 0;
}
.gallery_board_wrap.type03 ul>li .text_box {
	padding: 0 0 8px;
}
.gallery_board_wrap.type03 ul>li .text_box .item_title {
	-webkit-line-clamp: 1;
	margin-bottom: 16px;
}
.gallery_board_wrap.type03 ul>li .text_box .inform_box {
	justify-content: space-between;
}
.gallery_board_wrap.type03 ul>li .text_box .inform_box p:not(:last-of-type)::after {
	display: none;
}
.gallery_board_wrap.type03 ul>li .text_box .brand_type {
	font-size: 16px;
	color: #1949a9;
	font-weight: 500;
	margin: 25px 0 12px;
}
@media screen and (max-width: 768px) {
	.gallery_board_wrap.type03 {
		padding-bottom: 20px;
	}
	.gallery_board_wrap.type03 ul>li .text_box .brand_type {
		margin: 18px 0 7px;
	}
	.gallery_board_wrap.type03 ul>li .text_box .item_title {
		margin-bottom: 15px;
		font-size: 20px;
	}
}
/* 우수제품소개 - 상세 */
.best_pd_section {
	display: flex;
	gap: 70px;
	padding-bottom: 40px;
	border-bottom: 1px solid #d6d6d6;
	border-top: 2px solid #000;
	padding-top: 40px;
}
.best_pd_section .slide_area {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	width: 520px;
}
.best_pd_section .slide_box {
	width: 440px;
	aspect-ratio: 440 / 297;
	overflow: hidden;
}
.best_pd_section .slide_area .img_box>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.best_pd_section .slide_area>button {
	width: 27px;
	display: block;
	aspect-ratio: 27 / 40;
	background-position: center;
	background-repeat: no-repeat;
}
.slide_btn_wrap>button {
	width: 15px;
	aspect-ratio: 1 / 1;
	display: block;
	background-position: center;
	background-repeat: no-repeat;
}
.best_pd_section .slide_area>button.slide_prev {
	background-image: url(../img/sub/ico_prev.png);
}
.best_pd_section .slide_area>button.slide_next {
	background-image: url(../img/sub/ico_next.png);
}
.slide_btn_wrap .slide_pause {
	display: none;
}
.slide_btn_wrap.play .slide_play {
	display: none;
}
.slide_btn_wrap.play .slide_pause {
	display: block;
}
.best_pd_section button.slide_play {
	background-image: url(../img/main/ico_play.png);
}
.best_pd_section button.slide_pause {
	background-image: url(../img/main/ico_pause.png);
}
.best_pd_section .slide_area .slide_ctrl {
	position: absolute;
}
.best_pd_section .info_box {
	flex: 1;
	min-width: 0;
	max-width: 100%;
}
.best_pd_section :is(.slick-dots, .slide_ctrl) {
	display: flex;
	gap: 15px;
	align-items: center;
	font-size: 0;
}
.best_pd_section .slide_ctrl {
	justify-content: center;
	padding-top: 20px;
}
.best_pd_section .slick-dots button {
	width: 10px;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	background-color: #767676;
}
.best_pd_section .slick-dots .slick-active button {
	background-color: #0061e4;
}
.best_pd_section .info_list .title {
	width: 140px;
	height: 48px;
	font-weight: 500;
	display: flex;
	border: 1px solid #a8a8a8;
	color: #545454;
	align-items: center;
	justify-content: center;
}
.best_pd_section .info_list>li {
	display: flex;
	gap: 20px;
	font-size: 18px;
}
.best_pd_section .info_list>li+li {
	margin-top: 15px;
}
.best_pd_section .info_list>li p {
	padding: 10px 0;
	font-weight: 300;
	flex: 1;
	min-width: 0;
	font-size: 20px;
}
.best_pd_title {
	margin: 45px 0 20px;
	font-size: 22px;
}
.best_product_wrap .file .input-btn__input-box:not(:first-of-type) {
	width: calc(100% - 72px);
}
.formkit .input-form.w400 {
	max-width: 400px;
}
.best_product_wrap .formkit .input-form.w160 {
	width: 160px;
}
.best_product_wrap .formkit textarea.default-input {
	min-height: 170px;
}
.best_product_wrap .btn_Wrap .btn_pumkin {
	max-width: 155px;
}
.best_product_wrap .board_detail_wrap .board_detail.type02 .detail_contents {
	padding: 0px 0 35px;
}
@media screen and (max-width:1300px) {
	.best_pd_section {
		gap: 30px;
	}
	.best_pd_section .info_list>li {
		font-size: 16px;
	}
	.best_pd_section .info_list .title {
		width: 120px;
	}
}
@media screen and (max-width:1024px) {
	.best_pd_section {
		flex-direction: column;
		gap: 20px;
		padding-bottom: 30px;
		padding-top: 30px;
	}
	.best_pd_section .slide_area {
		margin: 0 auto;
		max-width: 520px;
		width: 100%;
	}
}
@media screen and (max-width:768px) {
	.best_pd_title {
		margin: 25px 0 15px;
		font-size: 18px;
	}
	.best_product_wrap .board_detail_wrap .board_detail.type02 .detail_contents {
		padding: 0px 0 25px;
	}
	.best_pd_section .info_list .title {
		width: 106px;
		height: 40px;
	}
	.best_pd_section .slide_box {
		width: 100%;
	}
	.best_pd_section .info_list>li {
		gap: 15px;
	}
	.best_pd_section .info_list>li+li {
		margin-top: 12px;
	}
	.best_pd_section .slide_area>button {
		display: none !important;
	}
	.best_pd_section .info_list>li p {
		padding: 8px 0;
		font-size: 16px;
	}
	.best_product_wrap .file .input-btn__input-box:not(:first-of-type) {
		width: calc(100% - 45px);
	}
	.best_product_wrap .file .input-btn__input-box:not(:first-of-type) .add_file {
		display: none;
	}
	.best_product_wrap .formkit .input-form.w160 {
		width: 100%;
	}
	.best_pd_section .info_list>li {
		font-size: 15px;
	}
	.best_product_wrap .formkit .input-form.w400 {
		max-width: 100%;
	}
	.best_product_wrap .formkit textarea.default-input {
		min-height: 80px;
	}
	.btn_Wrap.m_center.box3 {
		display: flex;
		justify-content: center;
		gap: 9px;
	}
	.btn_Wrap.m_center.box3 :is(a, button):not(:last-of-type) {
		margin: 0;
	}
	.btn_Wrap.m_center.box3 :is(a, button) {
		min-width: 0;
		flex: 1;
		padding: 0;
	}
	.btn_Wrap.m_center.box3 .btn_list::before {
		margin-right: 8px;
	}
}
@media screen and (max-width:450px) {
	.best_product_wrap .file .input-btn__input-box:not(:first-of-type) {
		width: 100%;
	}
	.best_product_wrap .file .input-btn__input-box {
		flex-direction: column;
	}
	.best_product_wrap .file .input-btn__input-box> :is(button, label) {
		width: 100%;
		max-width: 100%;
	}
	.best_product_wrap .formkit .warning-text {
		font-size: 12px;
	}
}
.tab_area .tab_btn_wrap {
	margin-bottom: 40px;
}
.tab_area .tab_btn_wrap>ul {
	display: flex;
}
.tab_area .tab_btn_wrap>ul .tab_btn {
	flex: 1;
	min-width: 0;
	max-width: 100%;
	border: 1px solid #abafba;
	display: flex;
	min-height: 60px;
	font-size: 20px;
	text-align: center;
	justify-content: center;
	align-items: center;
}
.tab_area .tab_btn_wrap>ul .tab_btn:not(:last-of-type) {
	border-right: none;
}
.tab_area .tab_btn_wrap>ul .tab_btn a {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	padding: 5px;
}
.tab_area .tab_btn_wrap>ul .tab_btn.on {
	background-color: #1758b0;
	color: #fff;
	border-color: #1758b0;
}
.tab_area .tab_cont:not(:first-of-type) {
	display: none;
}
@media screen and (max-width:768px) {
	.tab_area .tab_btn_wrap>ul .tab_btn {
		min-height: 50px;
    font-size: 16px;
	}
	.tab_area .tab_btn_wrap {
		margin-bottom: 32px;
	}
}
/* 기업 및 주요직무 소개 - 목록 */
.main_jop_intro .tab_area .tab_btn_wrap {
	margin-bottom: 30px;
}
.tab_area .tab_btn_wrap.m_select {
	position: relative;
}
.tab_area .tab_btn_wrap.m_select>ul {
	display: flex;
	flex-wrap: wrap;
}
.main_jop_intro .tab_tit {
	margin-bottom: 8px;
}
.tab_area .tab_btn_wrap.m_select>ul .tab_btn {
	min-height: 112px;
	border-color: #bbbec7;
	font-size: 16px;
}
.tab_area .tab_btn_wrap.m_select>ul .tab_btn:hover {
	border-color: #1758b0;
}
.tab_area .tab_btn_wrap.m_select>ul .tab_btn:hover+.tab_btn {
	border-left-color: #1758b0;
}
.tab_area .tab_btn_wrap.m_select>ul .tab_btn.on {
	background: #fff;
	border-color: #1758b0;
	color: #1758b0;
}
.tab_area .tab_btn_wrap.m_select>ul .tab_btn.on a::before {
	background-image: url(../img/sub/ico_sort01_on.png);
}
.tab_area .tab_btn_wrap.m_select>ul .tab_btn:nth-of-type(2).on a::before {
	background-image: url(../img/sub/ico_sort02_on.png);
}
.tab_area .tab_btn_wrap.m_select>ul .tab_btn:nth-of-type(3).on a::before {
	background-image: url(../img/sub/ico_sort03_on.png);
}
.tab_area .tab_btn_wrap.m_select>ul .tab_btn:nth-of-type(4).on a::before {
	background-image: url(../img/sub/ico_sort04_on.png);
}
.tab_area .tab_btn_wrap.m_select>ul .tab_btn:nth-of-type(5).on a::before {
	background-image: url(../img/sub/ico_sort05_on.png);
}
.tab_area .tab_btn_wrap.m_select>ul .tab_btn:nth-of-type(6).on a::before {
	background-image: url(../img/sub/ico_sort06_on.png);
}
.tab_area .tab_btn_wrap.m_select>ul .tab_btn:nth-of-type(7).on a::before {
	background-image: url(../img/sub/ico_sort07_on.png);
}
.tab_area .tab_btn_wrap.m_select>ul .tab_btn:nth-of-type(8).on a::before {
	background-image: url(../img/sub/ico_sort08_on.png);
}
.tab_area .tab_btn_wrap.m_select>ul .tab_btn:nth-of-type(9).on a::before {
	background-image: url(../img/sub/ico_sort09_on.png);
}
.tab_area .tab_btn_wrap.m_select>ul .tab_btn.on+.tab_btn {
	border-left-color: #1758b0;
}
.tab_area .tab_btn_wrap.m_select>ul .tab_btn a {
	flex-direction: column;
	gap: 13px;
}
.tab_area .tab_btn_wrap.m_select>ul .tab_btn a::before {
	content: '';
	display: block;
	width: 52px;
	height: 47px;
	background: url(../img/sub/ico_sort01.png) no-repeat;
}
.tab_area .tab_btn_wrap.m_select>ul .tab_btn:nth-of-type(2) a::before {
	background-image: url(../img/sub/ico_sort02.png);
}
.tab_area .tab_btn_wrap.m_select>ul .tab_btn:nth-of-type(3) a::before {
	background-image: url(../img/sub/ico_sort03.png);
}
.tab_area .tab_btn_wrap.m_select>ul .tab_btn:nth-of-type(4) a::before {
	background-image: url(../img/sub/ico_sort04.png);
}
.tab_area .tab_btn_wrap.m_select>ul .tab_btn:nth-of-type(5) a::before {
	background-image: url(../img/sub/ico_sort05.png);
}
.tab_area .tab_btn_wrap.m_select>ul .tab_btn:nth-of-type(6) a::before {
	background-image: url(../img/sub/ico_sort06.png);
}
.tab_area .tab_btn_wrap.m_select>ul .tab_btn:nth-of-type(7) a::before {
	background-image: url(../img/sub/ico_sort07.png);
}
.tab_area .tab_btn_wrap.m_select>ul .tab_btn:nth-of-type(8) a::before {
	background-image: url(../img/sub/ico_sort08.png);
}
.tab_area .tab_btn_wrap.m_select>ul .tab_btn:nth-of-type(9) a::before {
	background-image: url(../img/sub/ico_sort09.png);
}
.company_list_wrap {
	border-bottom: 1px solid #d6d6d6;
	padding-bottom: 40px;
}
.company_list_wrap>ul {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 40px;
}
.company_list_wrap>ul>li {
	min-width: 0;
	border: 1px solid #d8d8d8;
	padding: 30px 25px;
}
.company_list_wrap>ul>li .name {
	font-size: 24px;
	font-weight: 500;
}
.company_list_wrap>ul>li .name:hover {
	text-decoration: underline;
	text-underline-offset: 0.2em;
}
.company_list_wrap>ul>li .field {
	font-size: 18px;
	margin-top: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.company_list_wrap>ul>li .inform_box {
	display: flex;
	gap: 5px 20px;
	margin-top: 20px;
	flex-wrap: wrap;
}
.company_list_wrap>ul>li .inform_box span {
	margin-right: 7px;
}
.tab_btn_wrap .select_tit {
	display: none;
}
@media screen and (max-width: 1024px) {
	.company_list_wrap>ul {
		grid-template-columns: repeat(3, 1fr);
		gap: 25px;
	}
}
@media screen and (max-width: 768px) {
	.tab_area .tab_btn_wrap.m_select>ul .tab_btn.on {
		background-color: #fff;
		color: #000;
		border-color: #abafba;
	}
	.tab_area .tab_btn_wrap.m_select>ul .tab_btn a::before {
		display: none;
	}
	.company_list_wrap {
		padding-bottom: 25px;
	}
	.company_list_wrap>ul {
		grid-template-columns: repeat(2, 1fr);
	}
	.main_jop_intro .tab_area .tab_btn_wrap {
		margin-bottom: 25px;
	}
	.tab_area .tab_btn_wrap.m_select>ul {
		display: none;
		position: absolute;
		background: #fff;
		flex-direction: column;
		width: 100%;
		gap: 0;
	}
	.tab_area .tab_btn_wrap.m_select>.select_tit.on+ul {
		display: flex;
	}
	.tab_area .tab_btn_wrap.m_select>ul .tab_btn:hover {
		background-color: #1758b0;
		color: #fff;
		border-color: #1758b0;
	}
	.tab_area .tab_btn_wrap.m_select>ul .tab_btn:hover+.tab_btn {
		border-left-color: #bbbec7;
	}
	.tab_btn_wrap .select_tit {
		display: block;
		width: 100%;
		height: 40px;
		font-size: 16px;
		border: 1px solid #c6c6c6;
		background: url(../img/sub/ico_route_ar.png) no-repeat center right 19px;
		padding: 0 30px 0 18px;
		text-align: left;
	}
	.tab_btn_wrap .select_tit.on {
		background-image: url(../img/sub/ico_route_ar_on.png);
	}
	.tab_area .tab_btn_wrap.m_select>ul .tab_btn {
		min-height: auto;
		width: 100%;
		border-top: none;
		border-right: 1px solid #bbbec7;
	}
	.tab_area .tab_btn_wrap.m_select>ul .tab_btn.on+.tab_btn {
		border-left-color: #bbbec7;
	}
	.tab_area .tab_btn_wrap.m_select>ul .tab_btn a {
		font-size: 16px;
		align-items: baseline;
		min-height: 40px;
		padding: 0 18px;
	}
	.company_list_wrap>ul>li .field {
		font-size: 16px;
	}
	.company_list_wrap>ul>li {
		padding: 25px 20px;
	}
}
@media screen and (max-width: 560px) {
	.company_list_wrap>ul {
		grid-template-columns: 1fr;
	}
}
/* 기업 및 주요직무 소개 - 등록 */
.main_jop_intro_write .formkit .input-form {
	max-width: 400px;
}
@media screen and (max-width: 768px) {
	.main_jop_intro_write .formkit .input-form {
		max-width: 100%;
	}
}
/* 취업정보 */
.employ_intro_wrap .company_list_wrap {
	border-bottom: none;
	padding-bottom: 0px;
}
.employ_intro_wrap .company_list_wrap>ul>li .name {
	font-size: 22px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
}
.employ_intro_wrap .company_list_wrap>ul>li .field {
	color: #1949a9;
	margin-top: 10px;
}
.company_list_wrap>ul>li .inform_box .period {
	width: 100%;
}
.employ_intro_wrap .company_list_wrap>ul>li .inform_box {
	gap: 10px 20px;
	margin-top: 15px;
}
.main_jop_intro_write .formkit .input-form.date_picker {
	    background: url(../img/sub/ico_datepicker.png) no-repeat center right 15px;
}
@media screen and (max-width: 768px) {
	.employ_intro_wrap .company_list_wrap>ul>li .inform_box {
		gap: 5px 20px;
		margin-top: 10px;
	}
}
/* 취업정보 - 상세 */
.employ_intro_wrap .formkit {
	border-top: none;
}
@media screen and (max-width: 768px) {
	.employ_intro_wrap .board_detail_wrap .board_detail.type02 .detail_title .inform_view .box {
		flex-wrap: wrap;
	}
	.employ_intro_wrap .board_detail_wrap .board_detail.type02 .detail_title .inform_view .box p:first-of-type {
		width: 100%;
	}
}
/* 취업정보 - 수정/등록 */
.employ_intro_write .formkit .input-form {
	max-width: 400px;
}
.formkit input.date_picker {
	width: 155px;
	background: url(../img/sub/ico_datepicker.png) no-repeat center right 15px;
	cursor: pointer;
	transition: 0.3s;
	padding: 0 35px 0 15px;
}
.formkit input.date_picker:hover {
	background-image: url(../img/sub/ico_datepicker_on.png);
}
.ui-datepicker-trigger {
	display: none;
}
.date_picker_wrap span {
	display: inline-block;
	margin: 0 8px;
	font-size: 24px;
	vertical-align: middle;
}
@media screen and (max-width: 768px) {
	.formkit input.date_picker {
		width: 100%;
	}
	.employ_intro_write .formkit .input-form {
		max-width: 100%;
	}
	.date_picker_wrap span {
		display: block;
		text-align: center;
		margin: 0px;
		line-height: 1;
	}
	.formkit input.date_picker {
		background-size: 17px;
	}
}
/* 교육지원사업 - 목록 */
.photo_vertical_list {
	border-top: 2px solid #000;
}
.photo_vertical_list>ul>li {
	display: flex;
	gap: 34px;
	align-items: center;
	border-bottom: 1px solid #d6d6d6;
	padding: 30px;
}
.photo_vertical_list>ul>li .tit {
	display: block;
	font-size: 22px;
	letter-spacing: -0.06em;
	margin: 15px auto;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.photo_vertical_list>ul>li a.tit:hover {
	text-decoration: underline;
	text-underline-offset: 0.2em;
}
.photo_vertical_list>ul>li .img_wp {
	border: 1px solid #d6d6d6;
	max-width: 298px;
	width: 100%;
	aspect-ratio: 100 / 65.77;
	overflow: hidden;
	flex-shrink: 0;
}
.photo_vertical_list>ul>li .img_wp img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s;
}
.photo_vertical_list>ul>li:hover .img_wp img {
	transform: scale(1.2);
}
.photo_vertical_list>ul>li .txt_wp {
	width: 100%;
	min-width: 0;
}
.photo_vertical_list>ul>li .info {
	font-size: 16px;
	color: #333;
	font-weight: 300;
}
.photo_vertical_list>ul>li .info span {
	display: inline-block;
	font-weight: 400;
}
.photo_vertical_list>ul>li .info span::after {
	content: '';
	display: inline-block;
	width: 1px;
	height: 22px;
	background: #d6d6d6;
	margin: 0 10px -5px;
}
.photo_vertical_list>ul>li .info p+p {
	margin-top: 10px;
}
@media screen and (max-width: 768px) {
	.photo_vertical_list>ul>li {
		flex-direction: column;
		gap: 18px;
		padding: 25px 10px;
	}
	.photo_vertical_list>ul>li .tit {
		font-size: 18px;
		margin: 7px auto 10px;
		padding-bottom: 1px;
	}
	.photo_vertical_list>ul>li .info {
		font-size: 14px;
	}
	.photo_vertical_list>ul>li .info span::after {
		height: 15px;
		margin: 0 7px -2px;
	}
	.photo_vertical_list>ul>li .info p+p {
		margin-top: 5px;
	}
	.photo_vertical_list .tag {
		width: 64px;
		line-height: 20px;
		font-size: 14px;
	}
}
/* 교육지원사업 - 상세 */
.manpower_grow_detail .photo_vertical_list {
	border-top: none;
}
.manpower_grow_detail .photo_vertical_list>ul>li .tit {
	white-space: inherit;
	font-size: 24px;
	margin: 12px auto;
}
.manpower_grow_detail .photo_vertical_list>ul>li .tit:hover {
	text-decoration: none;
}
.manpower_grow_detail .photo_vertical_list>ul>li:hover .img_wp img {
	transform: scale(1);
}
.manpower_grow_detail .photo_vertical_list>ul>li .img_wp {
	max-width: 425px;
	aspect-ratio: 100 / 65.885;
	flex-shrink: inherit;
	border: none;
}
.manpower_grow_detail .photo_vertical_list>ul>li {
	align-items: flex-start;
	padding: 0 25px 30px;
}
@media screen and (max-width: 768px) {
	.manpower_grow_detail .photo_vertical_list>ul>li {
		align-items: center;
		padding: 0 10px 20px;
	}
	.manpower_grow_detail .photo_vertical_list>ul>li .tit {
		font-size: 18px;
		line-height: 24px;
		margin: 10px auto 15px;
	}
}
/* 교육지원사업 - 신청하기 */
.app_edu_wrap .formkit__item {
	min-height: 65px;
}
.app_edu_wrap .formkit__input-box {
	display: flex;
}
.app_edu_wrap .formkit__input-box>span {
	align-self: center;
}
.sub_title {
	font-size: 24px;
	font-weight: 500;
}
.sub_title:not(:first-of-type) {
	margin-top: 40px;
}
.sub_title+div {
	margin-top: 20px;
}
.gray_text_area {
	background-color: #f6f6f6;
}
.gray_text_area .info_text_box {
	padding: 30px 28px 30px;
}
.gray_text_area .info_text_box .info_title {
	font-size: 22px;
	line-height: 28px;
	margin-bottom: 16px;
}
.gray_text_area .info_text_box .info_list {
	font-size: 16px;
	color: #333;
	line-height: 22px;
	font-weight: 300;
}
.gray_text_area .info_text_box .info_list>li+li {
	margin-top: 10px;
}
.gray_text_area .info_text_box .info_list_title {
	font-weight: 500;
	display: inline-block;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #d6d6d6;
}
@media screen and (max-width:768px) {
	.sub_title {
		font-size: 20px;
	}
	.sub_title+div {
		margin-top: 12px;
	}
	.app_edu_wrap .formkit__item {
		min-height: 40px;
	}
	.gray_text_area .info_text_box {
		padding: 22px 10px;
	}
	.gray_text_area .info_text_box .info_title {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 16px;
		margin-right: 8px;
		padding-right: 8px;
	}
	.gray_text_area .info_text_box .info_list {
		font-size: 14px;
		line-height: 16px;
	}
	.sub_title:not(:first-of-type) {
		margin-top: 25px;
	}
	.app_edu_wrap .file .input-btn__input-box {
		flex-direction: column;
	}
	.app_edu_wrap .file .formkit__btn {
		width: 100%;
	}
}
/* 창업지원 - 지원사업 11.22수정 */
.formkit__item.thead {
	background-color: #f6f6f6;
	text-align: center;
}
.formkit__item-title.center~.formkit__input-box {
	border-left: 1px solid #d6d6d6;
}
.formkit__item-title.center {
	justify-content: center;
}
.formkit__item.address .formkit__btn {
	min-width: 148px;
	font-size: 16px;
}
.cont_box .cont_title.type02 {
	font-size: 24px;
}
.cont_box .cont_title {
	font-size: 20px;
	margin-bottom: 15px;
	font-weight: 500;
}
.terms_area .terms_wrap {
	border: 1px solid #c6c6c6;
	padding: 30px 35px;
}
.terms_area .terms_box+.terms_box {
	margin-top: 27px;
}
.terms_area .terms_text {
	font-size: 18px;
	margin-bottom: 6px;
}
.terms_area .bar_list>li {
	position: relative;
	padding-left: 24px;
	font-size: 16px;
	line-height: 28px;
}
.terms_area .bar_list>li::before {
	content: '';
	display: block;
	width: 4px;
	height: 1px;
	background-color: #000;
	top: 15px;
	position: absolute;
	left: 14px;
}
.terms_area .terms_check_wrap {
	margin: 30px 0 0px;
}
.terms_area .terms_check_wrap .text {
	font-size: 20px;
	line-height: 30px;
}
.terms_area .terms_check_wrap .input_wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 25px;
	margin: 25px 0 20px;
	font-size: 18px;
}
.terms_area .terms_check_wrap .warning_text {
	font-size: 18px;
	color: #ce4f4f;
	text-align: center;
}
.input_wrap .radio {
	display: flex;
	align-items: center;
	gap: 10px;
}
.input_wrap .radio input[type="radio"] {
	width: 22px;
	aspect-ratio: 1 / 1;
	background-size: 100% auto;
	background-image: url(../img/sub/ico_checkbox.jpg);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	display: block;
  cursor: pointer;
}
.input_wrap .radio input[type="radio"]:checked {
	background-position: 100% 100%;
}
.input_wrap .radio label{
  cursor: pointer;
}
.cont_box+.cont_box {
	margin-top: 60px;
}
.support_biz_wrap .m_item,
.cunsulting_notice_wrap.type02 .m_item{
	display: none;
}
.support_biz_wrap .formkit {
	border-top-width: 1px;
}
.support_biz_wrap .formkit.bd_top {
	border-top-width: 2px;
}
@media screen and (max-width:768px) {
	.cont_box .cont_title {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.cont_box .cont_title.type02 {
		font-size: 20px;
	}
	.terms_area .terms_wrap {
		padding: 20px;
		max-height: 200px;
		overflow-y: auto;
	}
	.terms_area .terms_text {
		font-size: 16px;
	}
	.terms_area .bar_list>li {
		font-size: 14px;
		line-height: 20px;
		padding-left: 12px;
	}
	.terms_area .bar_list>li+li {
		margin-top: 8px;
	}
	.terms_area .bar_list>li::before {
		top: 12px;
		left: 4px;
	}
	.terms_area .terms_box+.terms_box {
		margin-top: 20px;
	}
	.terms_area .terms_check_wrap .text {
		font-size: 15px;
		line-height: 22px;
	}
	.terms_area .terms_check_wrap {
		margin-top: 10px;
	}
	.terms_area .terms_check_wrap .input_wrap {
		margin: 15px 0 20px;
		font-size: 14px;
		gap: 20px;
	}
	.input_wrap .radio input[type="radio"] {
		width: 19px;
	}
	.input_wrap .radio {
		gap: 6px;
	}
	.terms_area .terms_check_wrap .warning_text {
		font-size: 14px;
	}
	.cont_box+.cont_box {
		margin-top: 25px;
	}
	.formkit__item-title.center {
		letter-spacing: -0.04em;
		padding: 0 4px;
	}
	.formkit__item-title.center {
		width: 100%;
	}
	.formkit__item.thead {
		display: none;
	}
	.formkit__item-title.center~.formkit__input-box {
		border-left: none;
	}
	.support_biz_wrap .m_item,
  .cunsulting_notice_wrap.type02 .m_item {
		display: flex;
	}
	.formkit__item.address .input-btn__input-box {
		flex-direction: column;
	}
	.formkit__item.address .formkit__item-title.center {
		width: 95px;
	}
	.formkit__item.address .formkit__btn {
		width: 100%;
		font-size: 12px;
	}
	.support_biz_wrap .board_detail_wrap .btn_Wrap,
	.btn_Wrap.right {
		justify-content: center;
	}
}
/* 창업지원 - 컨설팅 신청 목록 11.22수정 */
.board_tab_wrap {
	margin-bottom: 45px;
}
.board_tab_wrap .board_tab_list {
	display: flex;
	border-top: 1px solid #a1a5b2;
	border-left: 1px solid #a1a5b2;
}
.board_tab_wrap .board_tab_item {
	flex: 1;
	min-width: 0;
	border-right: 1px solid #a1a5b2;
	border-bottom: 1px solid #a1a5b2;
}
.board_tab_wrap .board_tab_btn {
	text-align: center;
	width: 100%;
	height: 60px;
	padding: 0px 10px;
	font-size: 20px;
	font-weight: 500;
}
.board_tab_wrap .board_tab_btn.on {
	background-color: #1758b0;
	color: #fff;
}
.board_wrap .app_btn {
	width: 84px;
	background-color: #685fbe;
	border: 1px solid #685fbe;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.3s;
	margin: 0 auto;
	font-size: 16px;
	text-align: center;
	height: 30px;
}
.board_wrap .app_btn:hover {
	background-color: #fff;
	color: #685fbe;
}
.board_wrap.consult .board_writer>a:hover {
	text-decoration: underline;
}
@media screen and (max-width:768px) {
	.board_wrap .board_list.type01 .tr>.board_writer p {
		font-size: 14px;
		margin-right: 3px;
	}
	.board_wrap.consult .board_list.type01 .tr {
		flex-wrap: wrap;
		text-align: left;
		position: relative;
		gap: 2px 0;
		padding: 10px 5px;
    padding-right: 70px;
	}
	.board_wrap.consult .board_list.type01 .tr>.board_tit02 {
		width: 100%;
		text-align: left;
	}
	.board_wrap.consult .board_list.type01 .tr>td:not(:nth-of-type(2))::after {
		display: none;
	}
	.board_wrap.consult .board_list.type01 .tr .board_situ {
		position: absolute;
		right: 10px;
		top: 50%;
		transform: translateY(-50%);
	}
	.board_wrap .app_btn {
		width: 68px;
		height: 28px;
		font-size: 14px;
	}
	.board_tab_wrap .board_tab_list {
		flex-wrap: wrap;
	}
	.board_tab_wrap .board_tab_item {
		flex: 1 0 calc(100% / 3);
	}
	.board_tab_wrap .board_tab_btn {
		font-size: 16px;
		height: 50px;
	}
}
/* 전문위원 상세정보 팝업 */
.detail_info_pop .formkit__item>div {
	min-height: 50px;
	display: flex;
	align-items: center;
}
.detail_info_pop .formkit__item .formkit__text {
	line-height: inherit;
}
.detail_info_pop .formkit__item .formkit__item-title {
	width: 120px;
}
.detail_info_pop .formkit__item .formkit__item-title label {
	width: 100%;
	text-align: center;
}
.detail_info_pop .formkit {
	font-size: 16px;
}
.layer_popup .con_wrap .btn_Wrap {
	margin: 30px auto 0;
}
@media screen and (max-width: 768px) {
	.detail_info_pop .formkit {
		font-size: 14px;
	}
	.detail_info_pop .formkit__item .formkit__item-title {
		width: 95px;
	}
	.detail_info_pop .formkit__item>div {
		min-height: 35px;
	}
	.layer_popup .con_wrap .btn_Wrap button {
		max-width: 106px;
	}
}
/* 창업지원 - 컨설팅 신청 쓰기 11.22수정 */
.cunsulting_notice_wrap .paginate+.info_input_table {
	margin-top: 60px;
}
@media screen and (max-width:768px) {
	.cunsulting_notice_wrap .paginate+.info_input_table {
		margin-top: 50px;
	}
	.board_wrap .board_list.type01 .tr .board_writer+.board_writer {
		width: calc(100% - 100px);
	}
	.cunsulting_notice_wrap.type02 .board_wrap .board_list.type01 .tr>.board_writer+.board_writer::after {
		display: none;
	}
	.cunsulting_notice_wrap.type02 .board_wrap .board_list.type01 .tr .board_tit {
		margin-bottom: 6px;
	}
	.cunsulting_notice_wrap.type02 .board_wrap .board_list.type01 .tr .board_situ .tag {
		line-height: 19px;
	}
	.cunsulting_notice_wrap.type02 .board_wrap .board_list.type01 .tr {
		padding: 11px 5px 15px;
	}
}
/* 창업지원 - 전문인력신청 11.22 수정 */
.formkit__input-box.add {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}
.formkit .add .input-form {
	width: auto;
	flex: 1;
	min-width: 0;
	max-width: 100%;
}
.formkit__input-box .add_guide {
	width: 100%;
  margin-bottom: 6px;
	color: #222222;
	font-weight: 300;
  line-height: 26px;
}
.formkit .add .add_btn_wrap {
	display: flex;
	gap: 10px;
}
.formkit .add .add_btn_wrap>button {
	flex: 1;
	min-width: 62px;
	border: 1px solid #c6c6c6;
	height: 44px;
	background-repeat: no-repeat;
	background-position: center;
	transition: 0.3s;
}
.formkit .add .add_btn_wrap>button:hover {
	border: 1px solid #000;
}
.formkit .add .add_btn_wrap>button.plus {
	background-image: url(../img/sub/ico_add_plus.png);
}
.formkit .add .add_btn_wrap>button.minus {
	background-image: url(../img/sub/ico_add_minus.png);
}
.formkit .add .add_g {
	min-width: 62px;
}
@media screen and (max-width:1024px) {
	.formkit__input-box .add_guide {
		width: 100%;
	}
	.formkit .add .input-form {
		max-width: 100%;
	}
	.formkit .add.type02 .input-form {
		max-width: 100%;
	}
}
@media screen and (max-width: 768px) {
	.formkit .add {
		gap: 5px;
	}
	.formkit__input-box .add_guide {
		font-size: 12px;
		width: 100%;
    line-height: 18px;
	}
	.formkit__input-box.add .add_g {
		min-width: 27px;
		font-weight: 500;
	}
	.formkit__input-box.add .input-form {
		max-width: 100%;
	}
	.formkit__input-box.add.type02 .input-form {
		flex: 0 0 calc(100% - 32px);
	}
	.formkit .add .add_btn_wrap>button {
		height: 28px;
	}
	.formkit__input-box.add .add_btn_wrap {
		gap: 5px;
	}
	.formkit .add .add_btn_wrap>button.plus {
		background-size: 13px 13px;
	}
	.formkit .add .add_btn_wrap>button.minus {
		background-size: 13px 2px;
	}
	.app_pro_wrap .btn_Wrap.right {
		justify-content: flex-end;
	}
}
@media screen and (max-width: 560px) {
	.formkit__input-box.add .add_btn_wrap {
		width: 100%;
	}
}
/* 통합검색 - 디폴트 */
.search_wrap .result_wrap {
	margin-top: 30px;
}
.search_top {
	background: #f6f6f6;
	padding: 35px 15px 40px;
}
.all_search_wrap .search_wrap .select {
	min-width: 138px;
}
.search_top .search_img {
	text-align: center;
	margin-bottom: 25px;
	font-size: 26px
}
.search_top .search_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 0;
}
.defulat_all_search {
	border-top: 2px solid #000;
	min-height: 165px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 45px;
	font-size: 18px;
	border-bottom: 1px solid #d6d6d6;
}
.defulat_all_search p {
	line-height: 62px;
	background: url(../img/sub/ico_no_data.png) no-repeat center left;
	padding-left: 30px;
}
@media screen and (max-width: 768px) {
	.search_top {
		padding: 25px 15px 30px;
	}
	.search_top .search_img {
		margin-bottom: 15px;
		font-size: 20px;
	}
	.all_search_wrap .search_wrap .select {
		min-width: 100%;
	}
	.defulat_all_search {
		min-height: 85px;
		margin-top: 30px;
		font-size: 16px;
	}
}
/* 통합검색서비스 - 검색결과 */
.result_count {
	text-align: center;
	margin: 40px auto;
	font-size: 22px;
	font-weight: 500;
}
.result_count .word {
	color: #135cbf;
}
.result_type_wrap>div:not(:last-of-type) {
	margin-bottom: 40px;
}
.result_type_wrap>li:not(:last-of-type) {
	margin-bottom: 40px;
}
.result_wrap .srh_head {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.result_wrap .srh_head .more_view {
	font-size: 18px;
}
.result_wrap .srh_head .more_view::after {
	content: '';
	display: inline-block;
	width: 17px;
	height: 17px;
	background: url(../img/sub/ico_more.png) no-repeat;
	margin-left: 10px;
	margin-bottom: -2px;
	transition: all 0.2s;
}
.result_wrap .srh_head .more_view:hover {
	color: #1949a9;
}
.result_wrap .srh_head .more_view:hover:after {
	transform: rotate(90deg);
}
.result_wrap .keyword {
	color: #1949a9;
	font-weight: 500;
}
.result_wrap .srh_data {
	color: #1949a9;
}
.result_wrap .srh_head .title {
	font-size: 22px;
}
.result_wrap .srh_body {
	border-top: 2px solid #606060;
}
.result_wrap .srh_list>li {
	border-bottom: 1px solid #d6d6d6;
	padding: 20px 0px;
	display: flex;
	flex-direction: column;
	gap: 15px;
	transition: 0.2s;
}
.result_wrap .srh_list>li a:hover {
	text-decoration: underline;
}
.result_wrap .srh_list>li:hover {
	background-color: #f1f1f1;
}
.result_wrap .item_title {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 18px;
}
.result_wrap .item_text {
	font-size: 16px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.result_wrap .item_date {
	font-size: 16px;
	font-weight: 300;
}
.result_wrap .srh_depth_wrap {
	font-weight: 400;
	font-size: 0px;
}
.result_wrap .srh_depth_wrap>li {
	word-break: break-all;
	display: inline;
	font-size: 18px;
}
.result_wrap .srh_depth_wrap>li:not(:last-of-type)::after {
	content: '';
	display: inline-block;
	width: 6px;
	height: 12px;
	background-image: url(../img/sub/ico_srh_depth.png);
	background-repeat: no-repeat;
	background-size: contain;
	margin: 0 6px 0px 2px;
}
.result_wrap .contents_text {
	font-size: 16px;
	line-height: 28px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}
.result_wrap .result_data .defulat_all_search {
	min-height: 125px;
	margin-top: 0;
	font-size: 18px;
}
@media screen and (max-width:768px) {
	.result_type_wrap>div:not(:last-of-type) {
		margin-bottom: 35px;
	}
	.result_count {
		margin: 40px auto 30px;
		font-size: 18px;
	}
	.result_wrap .srh_head {
		margin-bottom: 15px;
	}
	.result_wrap .srh_head .title {
		font-size: 18px;
	}
	.result_wrap .srh_head .more_view {
		font-size: 16px;
	}
	.result_wrap .item_title {
		font-size: 16px;
	}
	.result_wrap .item_date {
		font-size: 14px;
	}
	.result_wrap .srh_head .more_view::after {
		width: 15px;
		height: 15px;
		background-size: contain;
		margin-left: 7px;
		margin-bottom: -1px;
	}
	.result_wrap .srh_depth_wrap>li {
		font-size: 16px;
		line-height: 24px;
	}
	.result_wrap .srh_list>li {
		padding: 15px 2px;
		gap: 10px;
	}
	.result_wrap .item_text {
		font-size: 14px;
		line-height: 22px;
	}
	.result_wrap .contents_text {
		font-size: 14px;
		line-height: 22px;
	}
	.result_wrap .result_data .defulat_all_search {
		min-height: 80px;
		font-size: 16px;
	}
}
/* 기타 - 사이트맵 */
.site_map_list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  gap: 0px 4%;
}
.site_map_item .title_box{
  width: 100%;
  height: 70px;
  background-color: #f6f6f6;
  padding: 10px;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  font-size: 22px;
  border-bottom: 1px solid #135cbf;
}
.site_map_item .link_list{
  padding: 20px 0 45px;
}
.site_map_item .link_list > li{
  padding-left: 15px;
  position: relative;
  font-size: 19px;
}
.site_map_item .link_list > li::before{
  content: '';
  display: block;
  width: 5px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background-color: #4c4c4c;
  position: absolute;
  left: 0;
  top: 11px;
}
.site_map_item .link_list > li + li{
  margin-top: 20px;
}
@media screen and (max-width:768px) {
  .site_map_item .title_box{
    height: 60px;
    font-size: 18px;
  }
  .site_map_item .link_list{
    padding: 20px 0 25px;
  }
  .site_map_item .link_list > li{
    font-size: 16px;
  }
  .site_map_item .link_list > li::before{
    top: 10px;
  }
  .site_map_item:last-of-type .link_list{
    padding-bottom: 0;
  }
}
/* 준비중 */
.ready_box {
  padding: 50px 25px 75px;
  text-align: center;
  border: 1px solid #d2d2d2;
}
.ready_box img {
  margin: 0 auto;
}
@media screen and (max-width:768px) {
  .ready_box {
    padding: 30px 15px 15px;
    border: 0;
  }
}
/* 마이페이지 - 지원사업 - 목록 */
.support_project_wrap .board_wrap .board_list.type01 .tr .board_num {
  width: 120px;
}
.layer_popup .layer_wrap.w410{
  max-width: 410px;
  text-align: left;
}
.layer_wrap .reason_box .title{
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 14px;
}
.layer_wrap .reason_box .text_box{
  padding: 15px 20px;
  border: 1px solid #c6c6c6;
  height: 140px;
  overflow-y: auto;
}
.layer_wrap .reason_box .text_box p{
  word-break: break-all;
  font-size: 16px;
  line-height: 24px;
}
.layer_popup .layer_wrap.w410 .con_wrap{
  padding: 40px 45px;
}
@media screen and (max-width:1024px){
  .support_project_wrap .board_wrap .board_list.type01 .tr .board_num {
    width: 80px;
  }
}
@media screen and (max-width:768px) {
  .board_tab_wrap.type02 .board_tab_list{
    border: 1px solid #a1a5b2;
  }
  .board_tab_wrap.type02 .board_tab_item{
    flex: 0 0 50%;
    font-size: 16px;
  }
  .board_tab_wrap.type02 .board_tab_item:nth-of-type(even){
    border-right: none;
  }
  .board_tab_wrap.type02 .board_tab_item:nth-child(n + 3){
    border-bottom: none;
  }
  .layer_popup .layer_wrap.w410 .con_wrap{
    padding: 25px 15px 40px;
  }
  .layer_wrap .reason_box .text_box{
    padding: 10px 15px;
  }
  .layer_wrap .reason_box .text_box p{
    font-size: 14px;
    line-height: 22px;
  }
  .layer_wrap .reason_box .title{
    font-size: 18px;
    margin-bottom: 15px;
  }
  .layer_wrap .reason_box .text_box{
    height: 125px;
  }
}
/* 마이페이지 - 지원사업 - 상세 */
.support_project_wrap .m_item{
  display: none;
}
.support_project_wrap .formkit__item-title.center ~ .formkit__input-box{
  text-align: center;
}
.support_project_wrap .formkit{
  border-top: 1px solid #000;
}
.support_project_wrap .sp_title{
  font-size: 24px;
  padding-bottom: 15px;
}
.support_project_wrap .sp_title.has_line{
  border-bottom: 2px solid #000;
  margin-bottom: 45px;
}
.support_project_wrap .gr_box .text_box{
  padding: 30px 28px 25px;
}
.support_project_wrap .gr_box .pj_name{
  font-size: 22px;
  margin-bottom: 10px;
}
.support_project_wrap .gr_box .pj_info_list{
  font-size: 16px;
  color: #333333;
  line-height: 30px;
  font-weight: 300;
}
.support_project_wrap .gr_box .pj_info_list .title{
  margin-right: 12px;
  padding-right: 12px;
  position: relative;
  font-weight: 500;
}
.support_project_wrap .gr_box .pj_info_list .title::after{
  content: '';
  display: block;
  width: 1px;
  height: 22px;
  background-color: #d6d6d6;
  position: absolute;
  right: 0;
  top: 4px;
}
.support_project_wrap .gr_box .pj_info_list > li{
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width:768px) {
  .support_project_wrap .formkit__text{
    width: 100%;
  }
  .support_project_wrap .m_item{
    display: flex;
  }
  .support_project_wrap .formkit__item-title.center ~ .formkit__input-box{
    text-align: left;
  }
  .support_project_wrap .formkit__item-title.center{
    padding: 5px;
  }
  .support_project_wrap .cont_box .cont_title{
    font-size: 16px;
  }
  .board_tab_wrap{
    margin-bottom: 28px;
  }
  .support_project_wrap .sp_title{
    font-size: 20px;
    padding-bottom: 12px;
  }
  .support_project_wrap .gr_box .text_box{
    padding: 25px 10px 20px;
  }
  .support_project_wrap .gr_box .pj_name{
    font-size: 18px;
  }
  .support_project_wrap .gr_box .pj_info_list{
    font-size: 14px;
    line-height: 25px;
  }
  .support_project_wrap .gr_box .pj_info_list .title::after{
    height: 15px;
    top: 5px;
  }
  .support_project_wrap .gr_box .tag{
    width: 60px;
    line-height: 19px;
    font-size: 14px;
  }
  .support_project_wrap .sp_title.has_line{
    margin-bottom: 25px;
  }
  .support_project_wrap .board_detail_wrap .btn_Wrap {
    justify-content: center;
}
}
/* 마이페이지 - 컨설팅 신청 - 목록 */
.search_wrap .select.type02{
  min-width: 132px;
}
.app_consult_wrap .board_wrap .board_list.type01 .tr .board_num{
  width: 110px;
}
.app_consult_wrap .board_wrap .board_list.type01 .tr .board_situ{
  width: 120px;
}
.app_consult_wrap .m_title{
  display: none;
}
@media screen and (max-width:768px) {
  .search_wrap .select.type02{
    width: 100%;
  }
  .app_consult_wrap .board_wrap .board_list.type01 .tr .board_situ{
    width: auto;
  }
  .app_consult_wrap .board_wrap .board_list.type01 .tr .board_field::after,
  .app_consult_wrap .board_wrap .board_list.type01 .tr .board_situ::after,
  .app_consult_wrap .board_wrap .board_list.type01 .tr .board_writer::after{
    display: none;
  }
  .app_consult_wrap .board_wrap .board_list.type01 .tr .board_writer{
    width: 100%;
  }
  .app_consult_wrap .board_wrap .board_list.type01 .tr{
    position: relative;
    padding-right: 70px;
  }
  .app_consult_wrap .board_wrap .board_list.type01 .tr .board_situ:last-of-type{
    position: absolute;
    right: 10px;
    top: calc(50% - 14px);
  }
  .app_consult_wrap .m_title{
    display: flex;
  }
}
/* 마이페이지 - 컨설팅 신청 - 상세 */
.app_consult_wrap .secret{
  max-width: 370px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width:768px) {
  .app_consult_wrap .secret{
    font-size: 14px;
    line-height: 22px;
    padding: 3px 0;
  }
  .app_consult_wrap .secret > span{
    display: block;
  }
  .app_consult_wrap .tag{
    width: 60px;
    line-height: 19px;
    font-size: 14px;
  }
}

/* 마이페이지 - 기업 및 주요직무 소개 - 목록 */
.main_jop_intro_mp .board_wrap .board_list.type01 .tr .board_tit {
  text-align: center;
}
@media screen and (max-width: 768px){
  .board_wrap .board_list.type01 .tr .board_ck{
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
    line-height: 1;
  }
  .board_wrap .board_list.type01 .tr > td.board_ck::after{
    display: none;
  }
  .main_jop_intro_mp .board_wrap .board_list.type01 .tr .board_tit {
    text-align: left;
  }
  .main_jop_intro_mp .board_wrap .board_list.type01 .tr{
    font-size: inherit;
  }
  .main_jop_intro_mp .board_wrap .board_list.type01 .tr .board_tit a {
    padding-right: 0;
  }
  .main_jop_intro_mp .btn_Wrap :is(a,button){
    max-width: 100px;
  }
}

/* 마이페이지 - 기업 및 주요직무 소개 - 상세 */
.main_jop_intro_mp .formkit__item-title{
  min-height: 58px;
}
.main_jop_intro_mp .formkit__text{
  line-height: inherit;
}
.main_jop_intro_mp .formkit__item > .formkit__input-box{
  display: flex;
  align-items: center;
}
.main_jop_intro_mp .formkit textarea.default-input{
  min-height: 190px;
  padding: 10px 15px;
}
@media screen and (max-width: 768px){
  .main_jop_intro_mp .formkit .formkit__item .tag{
    width: 60px;
    line-height: 17px;
    font-size: 14px;
  }
  .main_jop_intro_mp .formkit__item-title {
    min-height: 40px;
  }
  .main_jop_intro_mp .formkit textarea.default-input{
    min-height: 170px;
    padding: 5px 10px;
  }
}

/* 마이페이지 - 전문인력답변 - 목록 */
@media screen and (max-width: 768px){
  .special_answer_mp .board_wrap .board_list.type01 .tr > td.board_field{
    margin-bottom: 4px;
  }
  .special_answer_mp .board_wrap .board_list.type01 .tr > td.board_field::after{
    display: none !important;
  }
}

/* 마이페이지 - 전문인력답변 - 상세 */
.special_answer_mp .formkit__item-title {
  min-height: 58px;
}
.special_answer_mp .formkit textarea{
  min-height: 170px;
}
.special_answer_mp .formkit__item > .formkit__input-box {
  display: flex;
  align-items: center;
}
.special_answer_mp .formkit__text {
  line-height: inherit;
}

@media screen and (max-width: 768px){
  .special_answer_mp .formkit__item-title {
    min-height: 40px;
  }
  .special_answer_mp .formkit textarea {
    min-height: 80px;
    padding: 5px 10px;
  }
  .special_answer_mp .formkit .formkit__item .tag {
    width: 60px;
    line-height: 17px;
    font-size: 14px;
  }
}
/* 마이페이지 - 전문인력신청 - 상세 */
.formkit__input-box.half{
  flex: 0 1 34%;
}
@media screen and (max-width:1024px) {
  .formkit__input-box.half{
    flex: 1;
  }
}

/* 마이페이지 - 교육신청 - 상세 */
.edu_app_wrap .m_item{
  display: none;
}
.edu_app_wrap .gr_box .text_box{
  padding: 30px 28px 25px;
}
.edu_app_wrap .sp_title{
  font-size: 24px;
  padding-bottom: 15px;
}
.edu_app_wrap .sp_title.sm{
  font-size: 20px;
}
.edu_app_wrap .gr_box .pj_name{
  font-size: 22px;
  margin-bottom: 10px;
}
.edu_app_wrap .gr_box .pj_info_list{
  font-size: 16px;
  color: #333333;
  line-height: 30px;
  font-weight: 300;
}
.edu_app_wrap .gr_box .pj_info_list .title{
  margin-right: 12px;
  padding-right: 12px;
  position: relative;
  font-weight: 500;
}
.edu_app_wrap .gr_box .pj_info_list .title::after{
  content: '';
  display: block;
  width: 1px;
  height: 22px;
  background-color: #d6d6d6;
  position: absolute;
  right: 0;
  top: 4px;
}
.edu_app_wrap .gr_box .pj_info_list > li{
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width:768px) {
  .edu_app_wrap .cont_box .cont_title{
    font-size: 16px;
  }
  .edu_app_wrap .sp_title{
    font-size: 20px;
    padding-bottom: 12px;
  }
  .edu_app_wrap .sp_title.sm{
    font-size: 16px;
  }
  .edu_app_wrap .gr_box .text_box{
    padding: 25px 10px 20px;
  }
  .edu_app_wrap .gr_box .pj_name{
    font-size: 18px;
  }
  .edu_app_wrap .gr_box .pj_info_list{
    font-size: 14px;
    line-height: 25px;
  }
  .edu_app_wrap .gr_box .pj_info_list .title::after{
    height: 15px;
    top: 5px;
  }
  .edu_app_wrap .tag{
    width: 60px;
    line-height: 19px;
    font-size: 14px;
  }
  .edu_app_wrap .sp_title.has_line{
    margin-bottom: 25px;
  }
  .edu_app_wrap .board_detail_wrap .btn_Wrap {
    justify-content: center;
}
}

/* 마이페이지 - 우수제품 소개 - 목록 */
.search_wrap .select.w168{
  max-width: 168px;
  width: 100%;
}
.great_pro_board_mp .board_wrap .board_list.type01 .tr .board_tit {
  text-align: center;
}
@media screen and (max-width: 768px){
  .great_pro_board_mp .board_wrap .board_list.type01 .tr .board_tit {
    text-align: left;
    margin: 5px auto 7px;
  }
}

/* 마이페이지 - 우수제품 소개 - 상세 */
.pro_img_box .img{
  display: flex;
  align-items: center;
  gap: 20px;
}
.pro_img_box .img p{
  word-break: break-all;
}
.pro_img_box .img button{
  min-width: 148px;
  line-height: 44px;
  font-size: 16px;
}
.pro_img_box .img + .img{
  margin-top: 10px;
}
.great_pro_board_mp .formkit__item-title {
  min-height: 58px;
}
.great_pro_board_mp .formkit__item > .formkit__input-box {
  display: flex;
  align-items: center;
}
.great_pro_board_mp .formkit__text {
  line-height: inherit;
}
.great_pro_board_mp .formkit__item > .formkit__input-box.file{
  align-items: baseline;
}
.great_pro_board_mp .formkit textarea.default-input {
  min-height: 190px;
}
@media screen and (max-width: 768px){
  .great_pro_board_mp .formkit__item-title {
    min-height: 40px;
  }
  .pro_img_box .img button {
    min-width: 75px;
    line-height: 28px;
    font-size: 12px;
  }
  .pro_img_box .img{
    gap: 10px;
  }
  .pro_img_box .img + .img{
    margin-top: 5px;
  }
  .great_pro_board_mp .formkit textarea.default-input {
    min-height: 170px;
    padding: 5px 10px;
  }
  .great_pro_board_mp .file .input-btn__input-box {
		flex-direction: column;
	}
	.great_pro_board_mp .file .formkit__btn {
		width: 100%;
	}
  .great_pro_board_mp .formkit .add_file{
    min-width: 100%;
  }
  .great_pro_board_mp .formkit .remove_file {
    min-width: 100%;
  }
  .great_pro_board_mp .formkit .tag{
    width: 60px;
    line-height: 17px;
    font-size: 14px;
  }
 .formkit__item.file .input-btn__input-box{
  flex: auto;
 }
}

/* 마이페이지 - 회원정보 수정 */
.formkit .input-form.code{
  max-width: 200px;
}
.edu_app_wrap .formkit__btn{
  font-size: 14px;
}
@media screen and (max-width:768px) {
  .edu_app_wrap .formkit__btn{
    font-size: 12px;
  }
}

/* 마이페이지 - 취업정보 - 목록 */
@media screen and (max-width: 1024px){
  .employ_info_mp .board_wrap .board_list.type01 .tr .board_ck {
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
    line-height: 1;
  }
  .employ_info_mp .board_wrap .board_list.type01  .tr {
    display:flex;
    flex-wrap: wrap;
    align-content: center;
    height:auto;
    padding:15px 5px;
  }
  .employ_info_mp .board_wrap .board_list.type01  .thead {
    display:none;
  }
  .employ_info_mp .board_wrap .board_list.type01  .tr .board_num {
    display:none;
  }
  .employ_info_mp .board_wrap .board_list.type01  .tr .board_tit {
    width: 100%;
    padding:0;
    margin: 3px auto 7px;
  }
  .employ_info_mp .board_wrap .board_list.type01  .tr > td:not(.board_tit)::after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 13px;
    margin: 0 7px -2px;
    background: #cbcbcb;
  }
  .employ_info_mp .board_wrap .board_list.type01 .tr > td.board_ck::after,
  .employ_info_mp .board_wrap .board_list.type01 .tr > td.board_company::after,
  .employ_info_mp .board_wrap .board_list.type01 .tr > td.board_writer::after{
    display: none !important;
  }
  .employ_info_mp .board_wrap .board_list.type01  .tr > td:last-of-type:after {
    display: none !important;
  }
  .employ_info_mp .board_wrap .board_list.type01 .board_category {
    width: auto;
  }
  .employ_info_mp .board_wrap .board_list.type01 .board_company{
    width: auto;
  }
  .employ_info_mp .board_wrap .board_list.type01 .tr .board_situ .tag{
    width: 60px;
    line-height: 17px;
  }
  .employ_info_mp .board_wrap .board_list.type01  .tr .board_write_date {
    width: auto;
    display:flex;
    align-items: center;
  }
  .employ_info_mp .board_wrap .board_list.type01 .tr .board_situ {
    width: auto;
  }
  .employ_info_mp .board_wrap .board_list.type01 .tr .board_tit a{
    font-size: 16px;
  }
  .employ_info_mp .board_wrap .board_list.type01 .tr > td span{
    font-size: 14px;
  }
  .employ_info_mp .board_wrap .board_list.type01 .tr .board_writer {
    width: calc(100% - 200px);
    text-align: left;
  }
}

@media screen and (max-width: 768px){
  .employ_info_mp .formkit .tag{
    width: 60px;
    line-height: 17px;
    font-size: 14px;
  }
}

/* 마이페이지 - 회원정보수정 */
.edu_app_wrap .formkit__input-box.radio{
  padding: 8px 15px;
}
.edu_app_wrap .formkit .input-form.fix{
  max-width: 403px;
}
.edu_app_wrap .formkit .position .input-form{
  max-width: 254px;
}
.edu_app_wrap .formkit .formkit__btn.text{
  margin-left: 50px;
}
@media screen and (max-width:768px) {
  .formkit .input-form.code,
  .edu_app_wrap .formkit .position .input-form{
    max-width: 100%;
  }
  .edu_app_wrap .formkit__input-box.radio{
    padding: 5px;
    flex-direction: column;
    gap: 10px;
  }
  .edu_app_wrap .formkit .position{
    flex-direction: column;
  }
  .edu_app_wrap .formkit .formkit__btn.text{
    margin-left: 10px;
  }
}

/* 마이페이지 - 취업정보 - 수정 */
.employ_info_mp .formkit textarea.default-input{
  min-height: 190px;
}

@media screen and (max-width: 1024px){
  .employ_info_mp .formkit textarea.default-input{
    min-height: 80px;
    padding: 5px 10px;
  }
}

/* 마이페이지 - 교육신청 - 목록 */
.edu_apply_mp .board_wrap .board_list.type01 .board_period{
  width: 17%;
}

@media screen and (max-width: 768px){
  .edu_apply_mp .board_wrap .board_list.type01 .board_period {
    width: 100%;
    text-align: left;
  }
  .edu_apply_mp .board_wrap .board_list.type01 .tr > td::after{
    display: none !important;
  }
  .edu_apply_mp .board_wrap .board_list.type01 :is(.board_category,.board_period)::before{
    display: inline-block;
    font-size: 14px;
  }
  .edu_apply_mp .board_wrap .board_list.type01 .board_category::before{
    content: '교육대상 : ';
  }
  .edu_apply_mp .board_wrap .board_list.type01 .board_period::before{
    content: '접수기간 : ';
  }
  .edu_apply_mp .board_wrap .board_list.type01 .board_period.type02::before{
    content: '교육기간 : ';
  }
  .edu_apply_mp .board_wrap .board_list.type01 .tr .board_situ{
    margin-top: 3px;
  }
  .edu_apply_mp .board_wrap .board_list.type01 .tr .board_tit{
    margin-bottom: 0;
  }
  .edu_apply_mp .board_wrap .board_list.type01 .tr .board_ck{
    margin-bottom: 5px;
  }
}

/* 로그인 */
.login_wrap .login_intro_box{
  padding: 75px 20px 70px;
  background-color: #f6f6f6;
}
.login_wrap .login_intro_box .logIn_form .write_form{
  max-width: 450px;
  margin: 0 auto;
}
.login_wrap .login_intro_box .logIn_form .write_form .input_wrap input{
  width: 100%;
  display: block;
  border: 1px solid #ccc;
  line-height: 56px;
  padding: 0px 20px;
  font-size: 18px;
  margin: 0 auto;
  background-color: #fff;
}
.login_wrap .login_intro_box .logIn_form .write_form .input_wrap input:first-child{
  margin-bottom:15px;
}
.login_wrap .login_intro_box .logIn_form .write_form .input_wrap input::placeholder{
  color: #828282;
}
.login_wrap .login_intro_box .logIn_form .write_form .check_wrap{
  display: block;
  text-align: left;
  font-weight: 500;
  margin-top: 15px;
}
.login_wrap .login_intro_box .logIn_form .write_form .btn_wrap{
  margin: 25px auto 18px;
}
.login_wrap .login_intro_box .logIn_form .write_form .btn_wrap button{
  width: 100%;
  font-size: 20px;
  line-height: 56px;
  border: 1px solid #213a75;
  color: #fff;
  background-color: #213a75;
  transition: 0.3s;
}
.login_wrap .login_intro_box .logIn_form .write_form .btn_wrap button:hover{
  color: #213a75;
  background-color: #fff;
}
.login_wrap .login_intro_box .logIn_form .write_form .bottom_change_wrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #595959;
}
.login_wrap .login_intro_box .logIn_form .write_form .bottom_change_wrap .left{
  display: flex;
}
.login_wrap .login_intro_box .logIn_form .write_form .bottom_change_wrap a{
  color:#595959;
}
.login_wrap .login_intro_box .logIn_form .write_form .bottom_change_wrap a:hover{
  color: #213a75;
}
.login_wrap .login_intro_box .logIn_form .write_form .bottom_change_wrap .left a:first-child::after{
  content: '';
  display: inline-block;
  width: 1px;
  height: 14px;
  background: #747774;
  margin: 0 13px -1px;
}
.login_wrap .login_intro_box .logIn_form .write_form .bottom_change_wrap a::before{
  display: inline-block;
  content: '';
  margin: 0 5px -2px 0;
}
.login_wrap .login_intro_box .logIn_form .write_form .bottom_change_wrap a.id::before{
  width: 19px;
  height: 19px;
  background: url(../img/sub/ico_login01.png) no-repeat;
}
.login_wrap .login_intro_box .logIn_form .write_form .bottom_change_wrap a.id:hover::before{
  background-image: url(../img/sub/ico_login01_on.png);
}
.login_wrap .login_intro_box .logIn_form .write_form .bottom_change_wrap a.pw::before{
  width: 15px;
  height: 18px;
  background: url(../img/sub/ico_login02.png) no-repeat;
}
.login_wrap .login_intro_box .logIn_form .write_form .bottom_change_wrap a.pw:hover::before{
  background-image: url(../img/sub/ico_login02_on.png);
}
.login_wrap .login_intro_box .logIn_form .write_form .bottom_change_wrap a.sign::before{
  width: 19px;
  height: 17px;
  background: url(../img/sub/ico_login03.png) no-repeat;
}
.login_wrap .login_intro_box .logIn_form .write_form .bottom_change_wrap a.sign:hover::before{
  background-image: url(../img/sub/ico_login03_on.png);
}
.login_wrap .login_intro_box .check_wrap label{
  padding-top: 2px;
  font-size: 18px;
}
.login_wrap .login_intro_box .check_wrap input[type="checkbox"]+label:before{
  margin-right: 10px;
  margin-top: -4px;
}
.login_wrap .login_intro_box .logo_box{
  text-align: center;
  margin-top: 40px;
}
.login_wrap .login_text_box{
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0px 10px 40px;
}
.login_wrap .login_text{
  font-size: 26px;
  line-height: 35px;
}
.login_wrap .login_text .point{
  color: #227ebf;
}
@media screen and (max-width: 768px){
  .login_wrap .login_intro_box{
    padding: 40px 20px 35px;
  }
  .login_wrap .login_intro_box .check_wrap label{
    font-size: 14px;
  }
  .login_wrap .login_intro_box .check_wrap input[type="checkbox"]+label:before {
    margin-right: 6px;
    margin-top: -2px;
}
.login_wrap .login_intro_box .logo_box > img{
  max-width: 154px;
}
.login_wrap .login_text{
  font-size: 18px;
  line-height: 24px;
}
.login_wrap .login_text_box{
  padding-bottom: 20px;
}
  .login_wrap {
    padding-bottom: 0px;
  }
  .login_wrap .login_txt {
    font-size: 22px;
    line-height: 31px;
    margin-bottom: 25px;
    letter-spacing: -0.06em;
  }
  .login_wrap .login_intro_box .logIn_form > img{
    max-width: 228px;
  }
  .login_wrap .login_intro_box .logIn_form .write_form .input_wrap input {
    line-height: 48px;
    padding: 0px 19px;
    font-size: 16px;
  }
  .login_wrap .login_intro_box .logIn_form .write_form .input_wrap input:first-child {
    margin-bottom: 10px;
  }
  .login_wrap .login_intro_box .logIn_form .write_form .check_wrap{
    margin-top: 10px;
  }
  .login_wrap .login_intro_box .logIn_form .write_form .btn_wrap {
    margin: 15px auto 13px;
  }
  .login_wrap .login_intro_box .logIn_form .write_form .btn_wrap button {
    font-size: 16px;
    line-height: 48px;
  }
  .login_wrap .login_intro_box .logIn_form .write_form .bottom_change_wrap a{
    font-size: 14px;
  }
  .login_wrap .login_intro_box .logIn_form .write_form .bottom_change_wrap a.id::before{
    width: 18px;
    height: 18px;
    background-size: contain;
  }
  .login_wrap .login_intro_box .logIn_form .write_form .bottom_change_wrap a.pw::before {
    width: 14px;
    height: 17px;
    background-size: contain;
  }
  .login_wrap .login_intro_box .logIn_form .write_form .bottom_change_wrap a.sign::before {
    width: 18px;
    height: 16px;
    background-size: contain;
  }
  .login_wrap .login_intro_box .logIn_form .write_form .bottom_change_wrap .left a:first-child::after{
    margin: 0 10px -1px;
  }
  .login_wrap .login_intro_box .logo_box{
    margin-top: 20px;
  }
}
@media screen and (max-width: 400px){
  .login_wrap .login_intro_box .logIn_form .write_form .bottom_change_wrap {
    display: block;
    text-align: left;
  }
  .login_wrap .login_intro_box .logIn_form .write_form .bottom_change_wrap .right{
    margin-top: 8px;
  }
}

/* 표준산업분류코드 팝업 */
.code_popup_wrap .search_info {
  margin-bottom: 25px;
}
.code_popup_wrap .search_info li{
  font-size: 18px;
  line-height: 28px;
  position: relative;
  padding-left: 10px;
}
.code_popup_wrap .search_info li:not(:last-of-type){
  margin-bottom: 3px;
}
.code_popup_wrap .search_info li::before{
  position: absolute;
  left: 0;
  top: 12px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #333;
  display: block;
  content: "";
}
.code_popup_wrap .search .input_wrap{
  display: flex;
  align-items: center;
}
.code_popup_wrap .search .input_wrap > p{
  font-size: 18px;
  white-space: nowrap;
  margin-right: 10px;
}
.code_popup_wrap .search .input_wrap input{
  border: 1px solid #cecece;
  line-height: 40px;
  padding-left: 20px;
  font-size: 18px;
  width: 100%;
}
.code_popup_wrap .search .input_wrap button{
  min-width: 70px;
  line-height: 40px;
  margin-left: 10px;
  font-size: 18px;
}
.code_popup_wrap .search .result_wrap{
  margin-top: 20px;
  margin-bottom: 30px;
  border: 1px solid #cecece;
  padding: 15px;
  max-height: 150px;
  overflow-y: auto;
}
.code_popup_wrap .search .result_wrap > button{
  display: block;
  margin-bottom: 6px;
}
.code_popup_wrap .search .result_wrap > button:hover{
  text-decoration: underline;
}
.code_popup_wrap .btn_wrap button{
  min-width: 120px;
  line-height: 48px;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .code_popup_wrap .search .input_wrap button {
    line-height: 28px;
    margin-left: 5px;
    font-size: 14px;
  }
  .code_popup_wrap .search .input_wrap input {
    line-height: 28px;
    padding-left: 10px;
    font-size: 15px;
  }
  .code_popup_wrap .search .input_wrap > p {
    font-size: 16px;
  }
  .code_popup_wrap .search .result_wrap > button{
    font-size: 14px;
  }
  .code_popup_wrap .search_info li {
    font-size: 16px;
    line-height: 24px
  }
  .code_popup_wrap .search_info li::before{
    top: 10px;
  }
  .code_popup_wrap .btn_wrap button{
    line-height: 38px;
    font-size: 14px;
  }
}
/* 팝업 */
.layerPopup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2001;
  width: 100%;
  height: 100vh;
}
.deemed {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1002;
}
.layerPopup .layerWrap {
  background: #fff;
  border: 1px solid #dcdcdc;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 1003;
  width: 400px;
}
.layerPopup .layerWrap.type02{
  width: 750px;
}
.layerPopup .layerWrap .pop_wrap {
  position: relative;
}
.layerPopup .layerWrap .tit_wrap {
  border-bottom: 1px solid #dcdcdc;
  display: flex;
  align-items: center;
  width: 100%;
  height: 80px;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.04em;
  color: #000;
  line-height: 80px;
  padding-left: 30px;
}
.layerPopup .layerWrap .tit_wrap .tit {
  max-width: calc(100% - 50px);
  flex: 1;
}
.layerPopup .layerWrap .con_wrap {
  max-height: calc(100vh - 80px);
  overflow: hidden;
  overflow-y: auto;
  padding: 30px;
}
.layerPopup.type02 .layerWrap .con_wrap {
  padding: 40px;
}
.layerPopup .layerWrap .btn_pop-close {
  width: 20px;
  height: 20px;
  background: url(../img/sub/btn_pop-close.png) no-repeat;
  position: absolute;
  right: 30px;
  top: 30px;
}
.layerPopup .layerWrap .btn_wrap {
  margin: 30px auto 0;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .layerPopup .layerWrap .con_wrap {
    max-height: calc(100vh - 140px);
    padding: 20px;
  }
  .layerPopup.type02 .layerWrap .con_wrap {
    padding: 20px;
  }
  .layerPopup .layerWrap {
    width: calc(100% - 40px);
  }
  .layerPopup .layerWrap.type02{
    width: calc(100% - 40px);
  }
  .layerPopup .layerWrap.type02 .con_wrap{
    padding: 20px;
  }
  .layerPopup .layerWrap .tit_wrap {
    height: 60px;
    font-size: 20px;
    line-height: 28px;
    padding-left: 20px;
  }
  .layerPopup .layerWrap .btn_pop-close {
    right: 20px;
    top: 20px;
  }
}

/* icu 소개 - 운영체계 */
.orgz_area .text_box{
  font-size: 24px;
  margin-bottom: 35px;
  text-align: center;
}
.orgz_wrap{
  --box_w: 285px;
  --box_h: 70px;
  --orgz_gap : 60px;
  --ogrz_b_c: #bcbcbc;
  --orgz_v_gap:40px;
}
.orgz_wrap .box{
  width: var(--box_w);
}
.orgz_wrap .box .title{
  height: var(--box_h);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
}
.orgz_wrap .box .title.type01{
  background-color: #213975;
}
.orgz_wrap .box .title.type02{
  background-color: #415c97;
}
.orgz_wrap .box .title.type03{
  background-color: #1759b0;
}
.orgz_wrap .box .title.type04{
  background-color: #f3f8ff;
  border: 1px solid var(--ogrz_b_c);
  color: #000;
}
.orgz_wrap .box .cont{
  height: var(--box_h);
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--ogrz_b_c);
  background-color: #fff;
  text-align: center;
  padding: 5px;
  word-break: break-all;
}
.orgz_wrap .top{
  display: flex;
  justify-content: center;
  position: relative;
}
.orgz_wrap .top::before{
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: calc(var(--box_h) * 4.5 + 100px);
  background-color: var(--ogrz_b_c);
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: -1;
}
.orgz_wrap .mid{
  display: flex;
  justify-content: center;
  padding: 50px 0;
  max-width: calc(50% - calc(var(--orgz_gap) / 2));
  position: relative;
  margin-left: auto;
}
.orgz_wrap .mid::before{
  content: '';
  display: block;
  position: absolute;
  width: 50%;
  left: calc(var(--orgz_gap) / -2);
  height: 0px;
  top: 50%;
  border-top: 1px dashed var(--ogrz_b_c);
  z-index: -1;
}
.orgz_wrap .bot{
  display: flex;
  justify-content: space-between;
  gap: var(--orgz_gap);
  position: relative;
}
.orgz_wrap .bot::before{
  content: '';
  display: block;
  position: absolute;
  width: calc(var(--box_w) + calc(var(--orgz_gap) * 3));
  height: 1px;
  top:  calc(var(--box_h) / 2);
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--ogrz_b_c);
  z-index: -1;
}
.orgz_wrap .box_frame{
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  flex:1;
  min-width: 0;
}
.orgz_wrap .box_frame > .box{
  padding-bottom: var(--orgz_v_gap);
  position: relative;
}
.orgz_wrap .box_frame > .box::before{
  content: '';
  display: block;
  width: 1px;
  height: calc(var(--box_h) + var(--orgz_v_gap));
  background-color: var(--ogrz_b_c);
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  z-index: -1;
}
.orgz_wrap .box_cell{
  display: flex;
  justify-content: space-between;
  gap: var(--orgz_gap);
  padding-top: var(--orgz_v_gap);
  position: relative;
  width: 100%;
}
.orgz_wrap .box_cell::before{
  content: '';
  display: block;
  position: absolute;
  width: calc(50% + var(--orgz_gap) / 2);
  height: 1px;
  top: 0;
  background-color: var(--ogrz_b_c);
  left: 50%;
  transform: translateX(-50%);
}
.orgz_wrap .box_cell > .box{
  position: relative;
  width: auto;
  flex:1;
  min-width: 0;
}
.orgz_wrap .box_cell > .box::before{
  content: '';
  display: block;
  width: 1px;
  height: calc(var(--box_h) + var(--orgz_v_gap));
  background-color: var(--ogrz_b_c);
  top: calc(-1 * var(--orgz_v_gap));
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  z-index: -1;
}
.orgz_wrap .box_cell > .box::after{
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  background-color: var(--ogrz_b_c);
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  z-index: -1;
}
.orgz_wrap .box_cell .cont{
  margin-top: 25px;
  height: calc(var(--box_h) * 2);
}
.orgz_wrap + .v_table{
  margin-top: 40px;
}
.orgz_wrap + .v_table .cell01{
  width: 30%;
}
.orgz_area .table {
  margin-top: 40px;
}
.orgz_area .table .cell01{
  width: 28%;
}
.orgz_area .table td{
  vertical-align: middle;
}
.orgz_area .table td:first-of-type{
  text-align: center;
}
.orgz_area .table tbody tr{
  height: 85px;
}
@media screen and (max-width:1400px) {
  .orgz_wrap{
    --orgz_gap : 30px;
  }
  .orgz_wrap .bot{
    justify-content: center;
  }
}
@media screen and (max-width:1024px){
  .orgz_wrap{
    --box_w: 480px;
  }
  .orgz_wrap .mid{
    justify-content: center;
    margin: 0;
    max-width: 100%;
  }
  .orgz_wrap .mid::before{
    display: none;
  }
  .orgz_wrap .bot{
    flex-direction: column;
  }
  .orgz_wrap .bot::before,
  .orgz_wrap .bot .box_frame:not(:last-of-type) > .box::before{
    display: none;
  }
  .orgz_wrap .bot .box_frame:not(:last-of-type){
    position: relative;
  }
  .orgz_wrap .bot .box_frame:not(:last-of-type)::before{
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: calc(100% + var(--orgz_gap));
    background-color: var(--ogrz_b_c);
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width:768px){
  .orgz_wrap{
    --box_w: 100%;
    --box_h: 60px;
    --orgz_gap : 20px;
    --orgz_v_gap : 30px;
    max-width: 480px;
    margin: 0 auto;
  }
  .orgz_wrap .box .title{
    font-size: 18px;
  }
  .orgz_wrap .box .cont{
    font-size: 16px;
  }
  .orgz_wrap .box_cell .cont{
    height: 110px;
    margin-top: 20px;
  }
  .orgz_wrap .mid{
    padding: 40px 0;
  }
  .orgz_wrap + .v_table .cell01{
    width: 120px;
  }
  .orgz_wrap + .v_table{
    margin-top: 30px;
  }
  .orgz_area .text_box{
    font-size: 18px;
    margin-bottom: 25px;
  }
  .orgz_area .table {
    margin-top: 30px;
  }
  .orgz_area .table .cell01{
    width: 120px;
  }
}

/* I.C.U 소개 */
.intro_icu_wrap .t_tit {
  font-size: 24px;
  letter-spacing: -0.06em;
  text-align: center;
}
.intro_icu_wrap .sub_t {
  text-align: center;
  font-size: 26px;
  color: #1759b0;
  margin-top: 25px;
}
.intro_icu_wrap .section:not(:last-of-type)::after{
  content: '';
  display: block;
  background: url(../img/sub/gray_bg.png) no-repeat center bottom;
  padding-bottom: 120px;
}
.intro_icu_wrap .section + .section{
  margin-top: 30px;
}
.intro_icu_wrap .num_list_wp{
  margin-top: 40px;
}
.num_list_wp > ul{
  display: flex;
  gap: 20px;
}
.num_list_wp > ul > li {
  flex: 1;
  position: relative;
  border: 1px solid #bcbcbc;
}
.num_list_wp > ul > li .num{
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  border-radius: 50%;
  background: #213975;
  font-size: 20px;
}
.num_list_wp > ul > li .bg_txt {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 80px;
  font-size: 20px;
  color: #fff;
  background: #1759b0;
  padding-top: 10px;
}
.circle_list > ul > li{
  position: relative;
  font-size: 18px;
  letter-spacing: -0.06em;
  line-height: 26px;
  padding-left: 11px;
  word-break: break-all;
}
.circle_list > ul > li::before{
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #000;
  left: 0;
  top: 12px;
}
.num_list_wp > ul > li .circle_list{
  padding: 24px 15px 24px 24px;
}
.intro_icu_wrap .table.type01 th:first-of-type{
  width: 28%;
}

@media screen and (max-width: 1024px){
  .num_list_wp > ul{
    flex-wrap: wrap;
  }
  .num_list_wp > ul > li {
    flex: calc(50% - 20px);
  }
}

@media screen and (max-width: 768px){
  .intro_icu_wrap .t_tit {
    font-size: 18px;
  }
  .intro_icu_wrap .sub_t {
    font-size: 21px;
    line-height: 30px;
    margin-top: 10px;
  }
  .intro_icu_wrap .section:not(:last-of-type)::after {
    padding-bottom: 60px;
    background-size: 360px;
  }
  .num_list_wp > ul{
    flex-direction: column;
    gap: 40px;
  }
  .intro_icu_wrap .num_list_wp {
    margin-top: 35px;
  }
  .num_list_wp > ul > li .num{
    width: 37px;
    height: 37px;
    line-height: 39px;
    font-size: 18px;
    top: -18.5px;
  }
  .num_list_wp > ul > li .bg_txt {
    min-height: 70px;
    font-size: 18px;
    padding-top: 8px;
  }
  .circle_list > ul > li{
    font-size: 16px;
    line-height: 22px;
  }
  .circle_list > ul li::before{
    top: 11px;
  }
  .num_list_wp > ul > li .circle_list {
    padding: 15px 20px;
  }
  .intro_icu_wrap .table.type01 th:first-of-type {
    width: 38%;
  }
}
.content_section .tab_contents:not(:first-of-type){
  display: none;
}

/* 주요역할 및 기능 - 창업지원 */
.start_up_wrap .cont_box .cont_title{
  font-size: 24px;
  margin-bottom: 20px;
}
.start_up_wrap .cont_box + .cont_box{
  margin-top: 50px;
}
.start_up_wrap .gr_box{
  padding: 28px 60px;
  font-size: 20px;
  line-height: 32px;
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 25px;
}
.start_up_wrap .gr_box .kimm{
  flex: 1;
  min-width: 0;
}
.start_up_wrap .gr_box::before{
  content: '';
  display: block;
  width: 105px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
  border: 1px solid #c4c4c4;
}
.start_up_wrap .gr_box.start01::before{
  background-image: url(../img/sub/ico_start01.png);
}
.start_up_wrap .gr_box.start02::before{
  background-image: url(../img/sub/ico_start02.png);
}
.start_up_wrap .gr_box.start03::before{
  background-image: url(../img/sub/ico_start03.png);
}
.start_up_wrap .gr_box.start04::before{
  background-image: url(../img/sub/ico_start04.png);
}
.start_up_wrap .circle_list + .basic_table{
  margin-top: 35px;
}
.thin{
  font-weight: 300
}
.start_up_wrap .circle_list > ul > li{
  font-size: 20px;
}
.start_up_wrap .circle_list > ul > li + li{
  margin-top: 15px;
}
@media screen and (max-width:768px) {
  .start_up_wrap .gr_box{
    flex-direction: column;
    padding: 23px 30px 20px;
    font-size: 16px;
    line-height: 24px;
    gap: 15px;
    text-align: center;
    margin-bottom: 15px;
  }
  .start_up_wrap .cont_box + .cont_box{
    margin-top: 40px;
  }
  .start_up_wrap .cont_box .cont_title{
    font-size: 20px;
    margin-bottom: 15px;
  }
  .start_up_wrap .gr_box::before{
    width: 95px;
  }
  .start_up_wrap .gr_box.start01::before{
    background-size: 52px 49px;
  }
  .start_up_wrap .gr_box.start02::before{
    background-size: 51px 52px;
  }
  .start_up_wrap .gr_box.start03::before{
    background-size: 50px 50px;
  }
  .start_up_wrap .gr_box.start04::before{
    background-size: 52px 52px;
  }
  .start_up_wrap .circle_list > ul > li{
    font-size: 16px;
  }
}

/* 주요역할 및 기능 - 네트워크구축 */
.desc_content .desc_tit {
  font-size: 24px;
  margin-bottom: 20px;
}
.desc_content .common_box{
  background: #f6f6f6;
  min-height: 160px;
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  padding: 20px;
}
.desc_content .common_box::before{
  content: '';
  display: block;
  width: 105px;
  aspect-ratio: 1/1;
  background: url(../img/sub/ico_common_box.png) no-repeat;
  flex-shrink: 0;
}
.desc_content .common_box .bar_list > ul > li{
  font-size: 20px;
}
.desc_content .common_box .bar_list > ul > li::before{
  height: 2px;
}
.bar_list > ul > li{
  font-size: 18px;
  padding-left: 8px;
  font-weight: 300;
  position: relative;
}
.bar_list > ul > li::before{
  content: '';
  position: absolute;
  width: 6px;
  height: 1px;
  background: #000;
  left: 0;
  top: 12px;
}
.bar_list > ul > li + li{
  margin-top: 15px;
}
.desc_content .inner_box{
  margin-top: 20px;
}
.inner_box .list_inner .num_tit{
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 20px;
  padding-left: 18px;
}
.inner_box .arrow_wp > ul{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.inner_box .arrow_wp > ul li:not(.mid){
  border: 1px solid #bcbcbc;
}
.inner_box .arrow_wp > ul li .box .t{
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  background: #415c97;
  text-align: center;
  padding: 10px;
}
.inner_box .list_inner + .list_inner{
  margin-top: 35px;
}
.inner_box .list_inner .bd_box{
  border: 1px solid #bcbcbc;
  padding: 55px 0px;
}
.inner_box .list_inner .bd_box .org_wrap{
  max-width: 1040px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
.inner_box .list_inner .bd_box .org_wrap .top{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding-left: 224px;
  padding-bottom: 40px;
  position: relative;
}
.inner_box .list_inner .bd_box .org_wrap .top::after{
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 1px;
  height: 40px;
  background: #d6d6d6;
}
.inner_box .list_inner .bd_box .org_wrap .top::before{
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: calc(100% - (100% / 3) + 2px);
  height: 1px;
  background: #d6d6d6;
}
.inner_box .list_inner .bd_box .org_wrap .top_logo{
  max-width: 346px;
  min-width: auto;
  width: 100%;
  min-height: 150px;
  border: 1px solid #1759b0;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.inner_box .list_inner .bd_box .org_wrap .top .circle_list{
  flex-shrink: 0;
}
.network_wrap .circle_list > ul > li{
  font-size: 20px;
}
.network_wrap .bd_box .circle_list > ul > li{
  font-size: 18px;
}
.network_wrap .circle_list > ul > li + li{
  margin-top: 18px;
}
.network_wrap .bd_box .circle_list > ul > li + li{
  margin-top: 13px;
}
.inner_box .list_inner .bd_box .bottom{
  margin-top: 40px;
}
.inner_box .list_inner .bd_box .bottom > ul{
  display: flex;
  justify-content: space-between;
}
.inner_box .list_inner .bd_box .bottom > ul > li{
  width: calc(100% / 3);
  border: 1px solid #bcbcbc;
  position: relative;
}
.inner_box .list_inner .bd_box .bottom > ul > li .text {
  border-bottom: 1px solid #bcbcbc;
  min-height: 70px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  background: #f3f8ff;
}
.inner_box .list_inner .bd_box .bottom > ul > li .list{
  padding: 20px 25px;
}
.inner_box .list_inner .bd_box .bottom > ul > li::before{
  content: '';
  position: absolute;
  width: 1px;
  height: 40px;
  background: #d6d6d6;
  left: 50%;
  transform: translateX(-50%);
  bottom: calc(100% + 1px);
}
.inner_box .list_inner:nth-of-type(3) .bar_list{
  padding-left: 40px;
}

@media screen and (max-width: 768px){
  .desc_content .desc_tit {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .desc_content .common_box{
    min-height: auto;
    gap: 14px;
    flex-direction: column;
    margin-bottom: 15px;
    padding: 20px;
  }
  .desc_content .common_box::before {
    width: 95px;
    background-size: contain;
  }
  .desc_content .common_box .bar_list > ul > li {
    font-size: 16px;
    line-height: 24px;
  }
  .desc_content .common_box .bar_list > ul > li::before{
    top: 10px;
  }
  .network_wrap .circle_list > ul > li {
    font-size: 16px;
    line-height: 24px;
  }
  .network_wrap .circle_list > ul > li + li {
    margin-top: 15px;
  }
  .desc_content .inner_box {
    margin-top: 13px;
  }
  .inner_box .list_inner .num_tit {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
    padding-left: 11px;
  }
  .inner_box .arrow_wp > ul{
    gap: 20px;
    flex-direction: column;
  }
  .inner_box .arrow_wp > ul li .box .t{
    height: 70px;
    font-size: 18px;
  }
  .inner_box .list_inner .bd_box{
    padding: 34px 30px;
  }
  .inner_box .list_inner .bd_box .org_wrap .top{
    display: block;
    padding-left: 0;
    padding-bottom: 120px;
  }
  .inner_box .list_inner .bd_box .org_wrap .top_logo{
    min-height: 130px;
    margin: 0 auto;
  }
  .inner_box .list_inner .bd_box .org_wrap{
    width: 100%;
  }
  .inner_box .list_inner .bd_box .org_wrap .top .circle_list{
    position: absolute;
    top: 145px;
    z-index: 1;
  }
  .network_wrap .bd_box .circle_list > ul > li {
    font-size: 16px;
  }
  .network_wrap .bd_box .circle_list > ul > li + li {
    margin-top: 8px;
  }
  .inner_box .list_inner .bd_box .org_wrap .top::before{
    display: none;
  }
  .inner_box .list_inner .bd_box .org_wrap .top::after{
    height: 120px;
  }
  .inner_box .list_inner .bd_box .bottom {
    margin-top: 0;
  }
  .inner_box .list_inner .bd_box .bottom > ul {
    flex-direction: column;
    gap: 40px;
  }
  .inner_box .list_inner .bd_box .bottom > ul > li {
    width: 100%;
  }
  .inner_box .list_inner .bd_box .bottom > ul > li .text{
    font-size: 18px;
    min-height: 60px;
  }
  .inner_box .list_inner .bd_box .bottom > ul > li .list {
    padding: 15px 10px 15px 15px;
  }
  .network_wrap .bd_box .org_box .circle_list > ul > li{
    font-size: 15px;
  }
  .inner_box .list_inner + .list_inner {
    margin-top: 28px;
  }
  .inner_box .list_inner:nth-of-type(3) .bar_list {
    padding-left: 13px;
  }
  .bar_list > ul > li {
    font-size: 16px;
    line-height: 22px;
  }
  .inner_box .list_inner .bd_box .bottom > ul > li:first-of-type:before{
    display: none;
  }
}

/* 기타 - 개인정보처리방침 */
.pp_wrap .gr_box{
  padding: 28px 60px;
  font-size: 20px;
  line-height: 32px;
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 25px;
}
 .pp_wrap .gr_box .kimm{
  flex: 1;
  min-width: 0;
}
 .pp_wrap .gr_box::before{
  content: '';
  display: block;
  width: 105px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
  border: 1px solid #c4c4c4;
}
 .pp_wrap .gr_box.box01::before{
  background-image: url(../img/sub/ico_start01.png);
}
.reference_box{
  padding: 35px 45px;
  border: 1px solid #bcbcbc;
  font-size: 18px;
}
.reference_box .title{
  color: #213975;
  padding-left: 35px;
  position: relative;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 15px;
}
.reference_box .title .rf{
  width: 26px;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #1758b0;
  position: absolute;
  left: 0;
  top: 0px;
  font-size: 15px;
  color: #fff;
}
.reference_box .text{
  color: #333333;
  line-height: 32px;
  word-break: break-all;
}
.policy_cont .policy_text + .reference_box{
  margin-top: 20px;
}
.policy_cont{
  letter-spacing: -0.06em;
}
.policy_cont .policy_title{
  font-size: 22px;
  line-height: 29px;
  margin: 40px 0 15px;
}
.policy_cont .policy_text{
  font-size: 20px;
  line-height: 36px;
  word-break: break-all;
}
.circle_list > li{
  position: relative;
  padding-left: 12px;
  font-size: 20px;
  line-height: 36px;
}
.circle_list > li + li{
  margin-top: 4px;
}
.circle_list > li::before{
  content: '';
  display: block;
  position: absolute;
  width: 6px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background-color: #222;
  top: 15px;
  left: 0;
}
.circle_list + .policy_text{
  margin-top: 6px;
}
@media screen and (max-width:768px) {
   .pp_wrap .gr_box{
    flex-direction: column;
    padding: 23px 30px 20px;
    font-size: 16px;
    line-height: 24px;
    gap: 15px;
    text-align: center;
    margin-bottom: 15px;
  }
   .pp_wrap .gr_box::before{
    width: 95px;
  }
   .pp_wrap .gr_box.box01::before{
    background-size: 52px 49px;
  }
  .policy_cont .policy_title{
    font-size: 18px;
    line-height: 27px;
    margin: 20px 0 5px;
  }
  .policy_cont .policy_text{
    font-size: 16px;
    line-height: 24px;
  }
  .reference_box{
    padding: 30px 20px;
  }
  .reference_box .title{
    line-height: 26px;
    margin-bottom: 10px;
  }
  .reference_box .text{
    font-size: 14px;
    line-height: 22px;
  }
  .circle_list > li{
    padding-left: 12px;
    font-size: 16px;
    line-height: 24px;
  }
  .circle_list > li + li{
    margin-top: 2px;
  }
  .circle_list > li::before{
    content: '';
    display: block;
    position: absolute;
    width: 4px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background-color: #222;
    top: 11px;
    left: 0;
  }
  .circle_list + .policy_text{
    margin-top: 3px;
  }
}

/* 이용약관 */
.policy_cont .policy_num {
  font-size: 22px;
  color: #213975;
}
.policy_cont .policy_num:not(:first-of-type){
  margin-top: 65px;
}
.policy_cont .policy_num + .policy_title{
  margin: 25px 0 15px;
}
.use_terms_wrap .policy_cont .policy_title{
  font-weight: 500;
}
.use_terms_wrap .policy_list > li {
  font-weight: 300;
}
.use_terms_wrap .policy_cont .policy_text{
  font-weight: 300;
}
.policy_cont .policy_list > li{
  position: relative;
  padding-left: 30px;
  font-size: 20px;
  line-height: 30px;
}
.policy_cont .policy_list > li > span{
  font-weight: 400;
}
.policy_cont .policy_list > li + li{
  margin-top: 6px;
}
.policy_cont .policy_list > li::before{
  content: '①';
  position: absolute;
  left: 0;
  top: 0px;
}
.policy_cont .policy_list > li:nth-of-type(2)::before{
  content: '②';
}
.policy_cont .policy_list > li:nth-of-type(3)::before{
  content: '③';
}
.policy_cont .policy_list > li:nth-of-type(4)::before{
  content: '④';
}
.policy_cont .policy_list > li:nth-of-type(5)::before{
  content: '⑤';
}
.policy_cont .policy_list > li:nth-of-type(6)::before{
  content: '⑥';
}
.policy_cont .policy_list > li:nth-of-type(7)::before{
  content: '⑦  ';
}
.policy_cont .policy_list > li:nth-of-type(8)::before{
  content: '⑧';
}
.policy_cont .policy_list > li > .circle_list{
  margin-top: 5px;
}
.use_terms_wrap .circle_list > li{
  line-height: 29px;
}
.use_terms_wrap .circle_list > li::before{
  top: 13px;
}
.policy_cont .policy_b{
  font-size: 22px;
  line-height: 29px;
  font-weight: 500;
  margin-top: 25px;
}
.policy_cont .policy_text + .policy_list{
  margin-top: 5px;
}

@media screen and (max-width: 768px){
  .policy_cont .policy_num {
    font-size: 18px;
  }
  .policy_cont .policy_num + .policy_title {
    margin: 15px 0 10px;
  }
  .policy_cont .policy_list > li {
    padding-left: 24px;
    font-size: 16px;
    line-height: 24px;
  }
  .policy_cont .policy_num:not(:first-of-type) {
    margin-top: 50px;
  }
  .use_terms_wrap .circle_list > li {
    line-height: 20px;
    font-size: 14px;
  }
  .use_terms_wrap .circle_list > li::before {
    top: 9px;
  }
  .policy_cont .policy_b {
    font-size: 18px;
    margin-top: 15px;
  }
}

/* 인사말 */
.intro_site_wrap .intro_txt{
  margin-top: 50px;
}
.intro_site_wrap .img_wp img{
  width: 100%;
}
.intro_site_wrap .intro_txt .box p{
  font-size: 23px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: -0.06em;
}
.intro_site_wrap .intro_txt .box p .txt_bl{
  color: #1759b0;
}
.intro_site_wrap .intro_txt .box p + p{
  margin-top: 20px;
}
.intro_site_wrap .intro_txt .box + .box{
  margin-top: 40px;
}
.intro_site_wrap .intro_txt .box p.end{
  font-size: 26px;
}

@media screen and (max-width: 768px){
  .intro_site_wrap .intro_txt {
    margin-top: 30px;
  }
  .intro_site_wrap .intro_txt .box p {
    font-size: 17px;
    line-height: 22px;
  }
  .intro_site_wrap .intro_txt .box p.end {
    font-size: 20px;
  }
}

/* 인사말 */
.intro_site_wrap .intro_txt{
  margin-top: 50px;
}
.intro_site_wrap .img_wp img{
  width: 100%;
}
.intro_site_wrap .intro_txt .box p{
  font-size: 23px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: -0.06em;
}
.intro_site_wrap .intro_txt .box p .txt_bl{
  color: #1759b0;
}
.intro_site_wrap .intro_txt .box p + p{
  margin-top: 20px;
}
.intro_site_wrap .intro_txt .box + .box{
  margin-top: 40px;
}
.intro_site_wrap .intro_txt .box p.end{
  font-size: 26px;
}

@media screen and (max-width: 768px){
  .intro_site_wrap .intro_txt {
    margin-top: 30px;
  }
  .intro_site_wrap .intro_txt .box p {
    font-size: 17px;
    line-height: 22px;
  }
  .intro_site_wrap .intro_txt .box p.end {
    font-size: 20px;
  }
}

/*평택시 전략사업 육성*/
.b_info_list > li .main_tit{
  width: 100%;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 25px;
  letter-spacing: -0.06em;
}
.b_info_list > li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.b_info_list > li:not(:last-of-type) {
  margin-bottom: 60px;
}
.b_info_list > li > div {
  flex:1;
}
.b_info_list > li > div:first-of-type {
  padding-right: 40px;
}
.b_info_list .b_info_box {
  padding:30px 0 20px 10px;
  border-top: 2px solid #535353;
  border-bottom:1px solid #bdbdbd;
}
.b_info_box .b_num {
  color:#224594;
  font-size: 22px;
}
.b_info_box .b_num::after {
  content: "";
  display: block;
  width: 28px;
  height: 2px;
  margin-top: 8px;
  background: #224594;
}
.b_info_box .b_tit {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 26px;
  font-weight: bold;
}
.business_list > li {
  position: relative;
  font-size: 18px;
  line-height: 24px;
  padding-left: 10px;
}
.business_list > li:not(:last-of-type) {
  margin-bottom: 5px;
}
.business_list > li::before {
  content: "";
  display: block;
  position: absolute;
  left:0;
  top:11px;
  width: 3px;
  height:3px;
  background: #000;
}
@media screen and (max-width: 768px){
  .b_info_list > li .main_tit {
    font-size: 20px;
  }
  .b_info_list > li {
    display: block;
  }
  .b_info_list > li > div:first-of-type {
    padding-right: 0;
    text-align: center;
  }
  .b_info_list > li:not(:last-of-type) {
    margin-bottom:40px;
  }
  .b_info_list .b_info_box {
    margin-top: 20px;
    padding: 25px 0 25px 0px;
  }
  .b_info_box .b_num {
    font-size: 18px;
  }
  .b_info_box .b_num::after{
    width: 22px;
    margin-top: 7px;
  }
  .b_info_box .b_tit {
    font-size: 22px;
  }
  .business_list > li {
    font-size:15px;
    line-height: 22px;
  }
}