@charset "utf-8";  

/*=================== 공통 ===================*/

/* 이미지 라이트박스 */
.mfp-figure figure{
	overflow: auto;
	padding: 10px;
}
img.mfp-img{
	width: 120%;
}
.image_cousor {
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

/* 영역 */
.section_toparea {
	position: relative;
	margin-top: 2%;
}
.section_toparea.section_area {
	margin-bottom: 2%;
}
.section_area {
	position: relative;
	margin-bottom: 5%;
}
.section_marea {
	position: relative;
	margin-bottom: 4%;
}
.section_sarea {
	position: relative;
	margin-bottom: 3%;
}
.section_xsarea {
	position: relative;
	margin-bottom: 2%;
}

/* 텍스트 */
.txt {
	font-size: 1.5rem; line-height: 1.6em; word-break: keep-all;
}
.hightlight {
	font-weight: inherit; line-height: inherit; vertical-align: top;
	background-repeat: no-repeat;
}
.highlight_blue {
	background-image: linear-gradient(transparent 80%, #5bdbf6 20%);
}
.font_alert {
	color: #f64f2e !important;
}

/* 영역 타이틀 */
.section_tit_lg, .section_tit_md, .section_tit_sm {
	color: #101424; letter-spacing: -0.03em;
	font-family: KOHIBaeum, sans-serif;
}
.section_tit_lg {
	margin-bottom: 0.48em; padding-left: 30px;
	font-size: 2.4rem;
	background: url(../../images/client/sub/icon_tit_lg.png) left 4px no-repeat;
}
.section_tit_md {
	margin-bottom: 0.45em; padding-left: 22px;
	font-size: 2rem;
	background: url(../../images/client/sub/icon_tit_md.png) left 2px no-repeat;
}
.section_tit_sm {
	margin-bottom: 0.3em;
	padding-left: 22px;
	font-size: 1.8rem;
	background: url(../../images/client/sub/icon_tit_sm.png) left 8px no-repeat;
}
.section_tit_sm.flex {
	display: flex;
	flex: 1;
	align-items: baseline;
}
.section_tit_sm.flex > * {
	flex: 1;
}
.section_tit_sm.flex > strong {
	margin-left: 5px;
	color: #494949; font-size: 1.5rem;
}

/* 토탈카운트 */
.total_count {
	margin-bottom: 10px;
	padding-left: 22px;
	color: #999999; text-align: left;  font-size: 1.5rem;
	background: url(../../images/client/sub/icon_totalcount.png) no-repeat left center;
}
.total_count span {
	display: inline-block;
	margin: 0 10px 0 0;
	color: #1e2446; font-family: inherit; vertical-align: 0; font-weight: 500;
}
.searchtoggle_left .total_count {
	margin-bottom: 0;
	line-height: 34px;
}
.total_count.active {
	color: #4a4a4a;
	background-image: url(../../images/client/sub/icon_totalcount_active.png);
	background-position: left 2px;
}

/* 검색결과 없음 */
.nocnt_box {
	display: flex;
	position: relative;
	padding: 30px 0;
    align-items: center;
    justify-content: center;
	text-align: center;
	background: #cccccc;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
}
.nocnt_box p {
	display: inline-block;
	padding: 20px 0 20px 65px;
	max-width: 80%;
	color: #898989; font-weight: 600;
	font-size: 2.2rem !important; text-align: center;
	background: url(../../images/client/common/icon_nocnt.png) no-repeat left center;
}
.nocntfl_box {
	position: relative;
	min-height: 130px;
	background: #cccccc;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
}
.nocntfl_box p {
	position: absolute; top: 50%; left: 0;
	width: 100%;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.nocntfl_box p span {
	display: inline-block;
	padding: 20px 0 20px 65px;
	max-width: 80%;
	color: #049fdc;
	font-size: 2.2rem; text-align: left; font-weight: 500;
	background: url(../../images/client/common/icon_nocnt.png) no-repeat left center;
}

/* 오픈이미지 */
.openimg {
	display: block;
}
.openimg img {
	max-width: 100%;
}
.openimg

/* 미리보기 이미지 */
.previewimg_box {
	position: relative;
	height: 180px;
	background: #f2f2f2;
	overflow: hidden;
}
.previewimg_box a {
	display: block;
	height: 100%;
}
.previewimg_box img {
	position: absolute; top: 50%; left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

/* 그래프박스 */
.graph_wrap {
	/* apexchart에 사용 */
	position: relative;
}
.graph_box {
	position: relative;
	width: 100%; min-height: 200px;
	font-size: 1.5rem; line-height: 1.5em; text-align: center;
	overflow: hidden;
}
.graph_box img {
	width: auto; max-width: 100%; height: auto;
}

/* 로딩박스 */
.boxloading_wrap {
	position: relative;
	overflow: hidden;
}
.boxloading {
	position: absolute; top: 0; left: 0; z-index: 60;
	width: 100%; height: 100%;
	background: rgba(255,255,255,0.8);
}
.boxloading img {
	position: absolute; top: 50%; left: 50%;
	width: 50px; height: 60px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/* 리스트 스타일 */
.list_rec > li {
	position: relative;
	padding-left: 10px;
	line-height: 1.7em; word-break: keep-all;
}
.list_rec > li::before {
	position: absolute; top: 10px; left: 0;
	content: "";
	display: inline-block;
	width: 5px; height: 5px;
	background-color: #222222;
}

.list_dot > li {
	position: relative;
	padding-left: 10px;
	line-height: 1.7em; word-break: keep-all;
}
.list_dot > li::before {
	position: absolute; top: 10px; left: 0;
	content: "";
	display: inline-block;
	width: 5px; height: 5px;
	background-color: #222222;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.list_dot_gray > li {
	margin-bottom: 5px; padding-left: 15px;
	color: #7c7b7b;
}
.list_dot_gray > li:last-child {
	margin-bottom: 0;
}
.list_dot_gray > li::before {
	background-color: #ccc;
}

.list_dot_sm > li {
	position: relative;
	padding-left: 10px;
	line-height: 1.7em; word-break: keep-all;
}
.list_dot_sm > li::before {
	position: absolute; top: 12px; left: 0;
	content: "";
	display: inline-block;
	width: 3px; height: 3px;
	background-color: #222222;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.list_line > li {
	position: relative;
	margin-bottom: 5px;
	padding-left: 10px;
	line-height: 1.4em;
}
.list_line > li::before {
	position: absolute; top: 12px; left: 0;
	content: "";
	display: inline-block;
	width: 5px; height: 1px;
	background-color: #222222;
}
.list_line > li:last-child {
	margin-bottom: 0;
}

.list_no > li {
	padding-left: 20px;
	line-height: 1.7em;
}
.list_no > li > span {
	position: relative;
	display: inline-block;
	margin-right: 5px; margin-left: -20px;
	width: 15px;
	line-height: inherit; vertical-align: top;
}

.info_list {
	font-size: 0; line-height: 0;
}
.info_list li {
	position: relative;
	margin-bottom: 5px; padding-left: 76px;
	min-height: 20px;
	color: #3a3a3a; font-size: 1.5rem; line-height: 20px;
}
.info_list li:last-child {
	margin-bottom: 0;
}
.info_list .tit {
	position: absolute; top: 0; left: 0;
	display: inline-block;
	margin-right: 6px;
	width: 70px; height: 20px;
	line-height: inherit; text-align: center;
	background: #d9e1f2;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.list_number li {
	padding-left: 40px;
	color: #3a3a3a; font-family: 'NanumSquare', sans-serif;
}
.list_number li span {
	display: inline-block;
	padding: 3px;
	margin-right: 10px;
	margin-left: -40px;
	width: 30px; height: 30px;
	background-color: #f3f3f3;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-align: center; font-weight: 600;
	font-size: 1.8rem;
	vertical-align: 0;
}

/* 스크롤 패럴럭스 */
.fadeup {
	opacity: 0;
	-webkit-transform: translateY(100px);
	-moz-transform: translateY(100px);
	-o-transform: translateY(100px);
	transform: translateY(100px);
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;
	transition-duration: 1s;
}
.fadeup.on {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.fadein {
	opacity: 0;
	-webkit-transition-duration:1.5s;
	-moz-transition-duration:1.5s;
	-o-transition-duration:1.5s;
	transition-duration:1.5s;
}
.fadein.on {
	opacity: 1;
}

.required::after {
	content: "*";
	display: inline-block;
	color: #e53c48; font-size: 1.4rem; line-height: inherit; font-weight: 600; vertical-align: top;
}

.tip_txt {
	padding: 5px 0 10px 28px;
	font-size: 1.5rem; word-break: keep-all;
	background: url(../../images/client/sub/icon_tiptext.png) no-repeat 3px 6px;
}

.txt_row {
	margin-bottom: 20px;
}
.section_tit_lg + .txt_row {
	margin-top: -10px;
}

p.error {
    margin: 3px 0 -3px;
	color: #c43b3b; font-size: 11px;
}

.row_list li {
	display: flex;
	margin-bottom: 4px;
}
.row_list li:last-child {
	margin-bottom: 0;
}
.row_list li::before {
	position: relative; top: 7px;
	flex-shrink: 0;
	content: "";
	display: inline-block;
	margin-right: 5px;
	width: 6px; height: 6px;
	background: url(../../images/client/sub/icon_tit_sm.png) no-repeat;
	background-size: contain;
}

/*=================== //공통 ===================*/
/*=================== 메인페이지 ===================*/
.main_toparea {
	padding: 250px 0 10px;
	background-color: #fbfbfb;
}
.main_section {
	margin-bottom: 30px;
}
.main_tit {
	font-size: 2.6rem;
	font-family: KOHIBaeum, sans-serif;
}
.main_top {
	position: relative;
	margin-bottom: 10px;
}
.main_top .right_box {
	position: absolute; right: 0; top: 0px;
	padding-right: 40px;
}
.main_more {
	position: absolute; right: 0; top: 50%;
	z-index: 10;
	display: block;
	margin-top: -10px;
	width: 20px; height: 20px;
	background: url(../../images/client/main/icon_more.png) no-repeat;
	background-size: contain;
	text-indent: -9999px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.maincommunity_wrap, .maintoprecruit_wrap {
	display: inline-block;
	vertical-align: top;
}
.maincommunity_wrap {
	margin-right: 2.4%;
	width: 48.8%;
}
.mainnotice_wrap {
	padding: 25px 30px;
	height: 237px;
	background-color: #fff;
	border-top: 4px solid #193296;
	box-shadow: 3px 5px 4px 0px rgba(0, 0, 0, 0.36);
}
.mainnotice_wrap .nocnt_box {
	height: 133px;
}
.mainnotice_wrap .main_top {
	margin-bottom: 10px;
}
.mainnotice_wrap .main_top .main_more {
	top: 10px;
}
.mainnotice_list li {
	margin-bottom: 15px;
}
.mainnotice_list li a {
	position: relative;
	display: block;
	padding-right: 90px;
    font-size: 1.4rem; color: #101424; font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
	-webkit-transition : 0.2s;
	-moz-transition : 0.2s;
	-o-transition : 0.2s;
	transition : 0.2s;
}
.mainnotice_list li a strong {
	position: absolute; right: 0; top: 50%;
	color: #b7b7b7;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.mainnotice_list li.notice_new a {
	padding-left: 60px;
}
.mainnotice_list li.notice_new a::before {
	content: "NEW";
	position: absolute; left: 0; top: 50%;
	display: inline-block;
	width: 50px; height: 20px;
	text-align: center; line-height: 20px; color: #fff; font-size: 1.2rem;
	background-color: #0aaccc;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition : 0.2s;
	-moz-transition : 0.2s;
	-o-transition : 0.2s;
	transition : 0.2s;
}

.mainqna_wrap, .mainsns_wrap {
	display: inline-block;
	vertical-align: top;
}

.mainqna_wrap {
	margin-right: 2%;
	width: 49%;
}
.mainqna_wrap > a {
	display: block;
	padding: 25px 30px;
	height: 170px;
	color: #fff; font-size: 1.4rem;
	background-color: #99d2be;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image: url(../../images/client/main/img_qna.png);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-webkit-transition : 0.2s;
	-moz-transition : 0.2s;
	-o-transition : 0.2s;
	transition : 0.2s;
}
.mainqna_wrap .main_tit {
	color: #0e7a3e; font-size: 2.3rem;
	-webkit-transition : 0.2s;
	-moz-transition : 0.2s;
	-o-transition : 0.2s;
	transition : 0.2s;
}
.mainqna_wrap p {
	margin-top: 15px;
	padding: 0 17px;
	width: 100px; height: 30px;
	line-height: 30px; font-size: 1.5rem;
	background-color: #0e7a3e;
	background-repeat: no-repeat;
	background-position: right 12px center;
	background-image: url(../../images/client/main/icon_qna_arrow.png);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-transition : 0.2s;
	-moz-transition : 0.2s;
	-o-transition : 0.2s;
	transition : 0.2s;
}

.mainsns_wrap {
	padding: 15px 20px;
	width: 49%; height: 170px;
	background-color: #82a9d0;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.mainsns_wrap .sns_list {
	display: flex;
}
.mainsns_wrap .sns_list li {
	margin-right: 10px;
	flex: 1;
}
.mainsns_wrap .sns_list li:last-child {
	margin-right: 0;
}
.mainsns_wrap .sns_list li a {
	position: relative;
	display: block;
	padding-top: 95px;
	text-align: center; color: #fff; font-size: 1.6rem; line-height: 1.4em;
	-webkit-transition : 0.3s;
	-moz-transition : 0.3s;
	-o-transition : 0.3s;
	transition : 0.3s;
	background-repeat: no-repeat;
	background-position: center top;
}
.mainsns_wrap .sns_list li.kakao a {
	background-image: url(../../images/client/main/img_kakao.png);
}
.mainsns_wrap .sns_list li.insta a {
	background-image: url(../../images/client/main/img_instagram.png);
}
.mainsns_wrap .sns_list li a::after {
	content: "";
    position: absolute; top: 6px; left: 50%;
    display: block;
    width: 78px; height: 78px;
    box-shadow: 3px 3px 20px rgb(0 0 0 / 40%);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    opacity: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.maintoprecruit_wrap{
	position: relative;
	display: inline-block;
	width: 48.8%;
	background-color: #ccc;
	border-top: 4px solid #193296;
}
.maintoprecruit_wrap .maintoprecruit_tit {
	position: absolute; top: 20px; left: 20px;
	z-index: 10;
}
.maintoprecruit_wrap .maintoprecruit_tit p {
	color: #777;
	text-shadow: 1px 1px 2px #fff;
}
.maintoprecruit_slide a {
	display: block;
}
.maintoprecruit_slide a .img_box {
	position: relative;
	height: 434px;
	overflow: hidden;
}
.maintoprecruit_slide a .img_box img {
	position: absolute; left: 50%; top: 50%;
	max-height: 100%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.maintoprecruit_slide .swiper-pagination {
    position: absolute; left: 50%; bottom: 13px;
    width: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.maintoprecruit_slide .swiper-pagination-bullet {
    margin: 0 5px !important;
    width: 30px; height: 5px;
    background-color: #fff;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.mainquickmove_wrap .grid_row_lg .grid_col {
	margin-bottom: 0;
}
.mainquickmove_wrap li > a {
	position: relative;
	display: block;
	height: 120px;
	background-color: #fff;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	overflow: hidden;
	-webkit-transition : 0.2s;
	-moz-transition : 0.2s;
	-o-transition : 0.2s;
	transition : 0.2s;
}
.mainquickmove_wrap li > a::before {
	content: "";
	position: absolute; right: 15px; bottom: 10px; z-index: 10;
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
}
.mainquickmove_wrap li:nth-child(1) > a::before {
	width: 67px; height: 61px;
	background-image: url(../../images/client/main/img_quickmove1.png);
}
.mainquickmove_wrap li:nth-child(2) > a::before {
	width: 58px; height: 60px;
	background-image: url(../../images/client/main/img_quickmove2.png);
}
.mainquickmove_wrap li:nth-child(3) > a::before {
	width: 59px; height: 60px;
	background-image: url(../../images/client/main/img_quickmove3.png);
}
.mainquickmove_wrap li:nth-child(4) > a::before {
	width: 70px; height: 60px;
	background-image: url(../../images/client/main/img_quickmove4.png);
}
.mainquickmove_wrap li:nth-child(5) > a::before {
	width: 60px; height: 60px;
	background-image: url(../../images/client/main/img_quickmove5.png);
}
.mainquickmove_wrap li > a > div {
	padding: 20px;
	width: 100%; height: 100%;
	color: #fff;
	background-color: #193296;
	clip-path: polygon(0 0, 100% 0, 100% 43%, 50% 100%, 0 100%);
	-webkit-transition : 0.5s;
	-moz-transition : 0.5s;
	-o-transition : 0.5s;
	transition : 0.5s;
}

.mainquickmove_wrap .main_tit {
	display: inline-block;
	position: relative;
	font-size: 1.8rem; line-height: 1.2em;
}
.mainquickmove_wrap .main_tit::after {
	content: "";
	display: inline-block;
	position: absolute; right: -25px; top: 1px;
	width: 17px; height: 15px;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(../../images/client/main/icon_quickmove_arrow.png);
	-webkit-transition : 0.2s;
	-moz-transition : 0.2s;
	-o-transition : 0.2s;
	transition : 0.2s;
}

.mainprogram_wrap .right_box .radio_col_wrap {
	background-color: #ccc;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.mainprogram_wrap .right_box .radio_col {
	margin: 0;
}
.mainprogram_wrap .right_box .radio_col label {
	padding: 0 20px;
	color: #fff;
	min-width: 60px;
	cursor: pointer;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.mainprogram_wrap .right_box .radio_col input:checked + label {
	background-color: #0aaccc;
}
.mainpro_arrow {
	position: absolute;
	z-index: 50;
	display: block;
	width: 20px; height: 31px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-color: transparent;
	text-indent: -9999px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.mainpro_left {
	left: 0; top: 50%;
	background-image: url(../../images/client/main/icon_left_arrow_off.png);
	cursor: default;
}
.mainpro_right {
	right: 0; top: 50%;
	background-image: url(../../images/client/main/icon_right_arrow_off.png);
	cursor: default;
}
.mainpro_left[aria-disabled="false"] {
	background-image: url(../../images/client/main/icon_left_arrow_on.png);
	cursor: pointer;
}
.mainpro_right[aria-disabled="false"] {
	background-image: url(../../images/client/main/icon_right_arrow_on.png);
	cursor: pointer;
}
.mainprogram_swiper {
	position: relative;
	padding: 0 50px;
}
.mainprogram_swiper .swiper-container {
	padding: 10px;
}

.mainrecommend_wrap {
	position: relative;
}
.mainrecommend_wrap::before {
	content: "";
	position: absolute; left: 0;
	display: block;
	width: 50%; height: 100%;
	background-color: #0e407a;
}
.mainrecommend_wrap .grid_content {
	display: flex;
}
.mainrecommend_wrap .mainrecommend_tit {
	position: relative;
	padding: 20px 0;
	width: 21%;
	min-height: 313px;
	background-color: #0e407a;
}
.mainrecommend_wrap .mainrecommend_tit::after {
	content: "";
	position: absolute; bottom: -1px; left: -10px;
	z-index: 65;
	display: block;
	width: 293px; height: 182px;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url(../../images/client/main/img_recommend.png);
}
.mainrecommend_wrap .mainrecommend_tit .main_tit {
	position: relative;
	display: inline-block;
	color: #fff;
}
.mainrecommend_wrap .mainrecommend_tit .main_more {
	right: -35px; top: 15px;
	background-image: url(../../images/client/main/icon_recommend_more.png);
}
.mainrecommend_wrap .mainrecommend_cnt {
	padding-left: 20px;
	width: 79%;
	min-height: 313px;
	background-color: #f2f2f2;
}
.mainrecommend_wrap .mainrecommend_cnt .nocnt_box {
	margin: 20px auto;
	height: 273px;
	background-color: transparent;
}
.mainrecommend_swiper {
	position: relative;
	padding: 0 25px;
}
.mainrecommend_swiper .swiper-container {
	padding: 50px 15px 30px;
}
.recommend_card > a {
	display: block;
	padding: 20px;
	height: 253px;
	background-repeat: no-repeat;
	background-position: bottom 20px right -10px;
	background-color: #fff;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.recommend_card.no_recommend {
	display: flex;
	padding-bottom: 10px;
	height: 253px;
	align-items: center; justify-content: center;
	font-size: 1.7rem; color: #a4b4be; text-align: center;
	font-family: KOHIBaeum, sans-serif;
	background-color: #fff;
	background-repeat: no-repeat;
	background-image: url(../../images/client/main/img_no_recommend.png);
	background-position: center bottom;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.recommend_card > * {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.recommend_card dt {
	margin-bottom: 15px;
	text-overflow: ellipsis; white-space: nowrap; overflow: hidden;
}
.recommend_card dt > strong {
    display: block;
    margin-bottom: 5px;
    color: #202020; font-size: 1.7rem; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;
	font-family: KOHIBaeum, sans-serif;
}
.recommend_card dt > p {
	color: #777; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;
}
.recommend_card dd {
	margin-bottom: 7px;
	color: #777; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;
}
.recommend_card dd:last-child {
	margin-bottom: 0;
}
.recommend_card dd > strong {
    display: inline-block;
    margin-right: 10px;
    min-width: 70px;
    color: #fff; vertical-align: 0; line-height: 23px; text-align: center;
    background-color: #0aaccc;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}
.recommend_card.simple dd > strong {
	background-color: #0e407a;
}
.announce_label {
	display: inline-block;
	margin-bottom: 8px;
	min-width: 40px;
	line-height: 25px; text-align: center;
	color: #fff; font-size: 1.4rem;
	transition: 0.2s;
}
.announce_label.normal {
	background-color: #5087be;
}
.announce_label.simple {
	background-color: #d7bee1;
}
.recommend_card .announce_label {
	position: absolute; top: -15px; left: 10px;
	width: 59px; height: 28px;
	margin-bottom: 0;
}
.recommend_card .announce_label.normal {
	background: url(../../images/client/main/bg_announcelabel1.png);
}
.recommend_card .announce_label.simple {
	background: url(../../images/client/main/bg_announcelabel2.png);
}



.mainemploy_wrapper {
	padding: 50px 0;
	background-color: #fbfbfb;
}
.mainemploy_wrap {
	padding: 20px 55px;
	background-color: #fff;
	border: 1px solid #193296;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.mainemploy_wrap .mainemploy_swiper {
	position: relative;
	padding: 0 50px;
}
.mainemploy_wrap .mainemploy_swiper .employ_item a {
	display: block;
}
.employ_item .img_box {
	position: relative;
	height: 38px;
}
.employ_item .img_box img {
	position: absolute; top: 50%; left: 50%;
	max-height: 100%;
	transform-origin: top left;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-webkit-transition : 0.2s;
	-moz-transition : 0.2s;
	-o-transition : 0.2s;
	transition : 0.2s;
}
.mainemploy_swiper .mainpro_arrow {
	width: 13px; height: 20px;
}



/*=================== //메인페이지 ===================*/
/*=================== 서브페이지 ===================*/

/* 회원가입 */
.join_page {
	padding: 20px 0;
	min-height: 100%;
	background: #fbfbfb;
}
.join_page .grid_content {
	width: 768px;
}
.join_page .join_logo {
	margin-top: 10px;
	margin-bottom: 30px;
	text-align: center;
}
.join_page .join_logo a {
	display: inline-block;
	height: 35px;
}
.join_page .join_logo a img {
	height: 100%;
}

.signup_tab > li {
	margin-bottom: 20px;
}
.signup_tab > li:last-child {
	margin-bottom: 0;
}
.signup_tab > li > strong {
	font-size: 1.6rem; font-weight: 500;
}
.signup_tab .amp {
	display: inline-block;
	margin-left: 3px;
	color: #ff6666;
}
.signup_tab .agree_check li {
	position: relative;
	display: flex;
	margin-bottom: 5px;
	padding: 0 10px;
	height: 40px;
	align-items: center;
	background-color: #fff;
	border: 1px solid #ebebeb;
}
.signup_tab .agree_check label {
	padding-left: 28px;
	background: url(../../images/client/formstyle/icon_checkonly.png) no-repeat left center;
	background-size: 21px;
	cursor: pointer;
}
.signup_tab .agree_check input:checked + label {
	background-image: url(../../images/client/formstyle/icon_checkonly_on.png);
}
.signup_tab .agree_check input:checked + label::after {
	position: absolute; top: 0; left: 0;
	content: "";
	display: inline-block;
	width: 100%; height: 100%;
	border: 1px solid #193296;
}
.signup_tab .agree_check li a {
	position: absolute; right: 20px;
	color: #193296;
	font-weight: 500; font-size: 1.4rem;
}
.signup_tab .agree_check input:checked + label + a {
	color: #858c94;
}

.signup_detail {
	display: flex; flex-wrap: wrap;
}
.signup_detail .amp {
	display: inline-block;
	margin-left: 3px;
	color: #ff6666;
}
.signup_detail > li {
	margin-bottom: 20px;
	margin-right: 4%;
	width: 48%;
}
.signup_detail > li:nth-child(even) {
	margin-right: 0;
}
.signup_detail > li > strong {
	font-size: 1.6rem; font-weight: 500;
}

.signup_detail .cntbox {
	display: flex;
	padding: 0 10px;
	height: 40px;
	align-items: center;
	background-color: #fff;
	border: 1px solid #ebebeb;
}

.duplicate_search {
	position: relative;
}
.duplicate_search .form_style {
	padding-right: 80px;
}
.duplicate_search .btn_round {
	position: absolute; right: 5px; bottom: 5px;
	transition: background .2s;
}
.duplicate_search .valid + .btn_round {
	bottom: 5px;
}
.duplicate_search .error + .btn_round, 
.duplicate_search:has(p.error) .btn_round {
	bottom: 21px;
}

/* 대학일자리본부 - 소개 */
.jobintro_list {
	margin: 70px 0 90px;
	text-align: center;
	background-image: url(../../images/client/sub/bg_jobintro.png);
	background-repeat: no-repeat;
	background-position: center;
}
.jobintro_list li {
	display: inline-block;
	margin: 0 5px;
	padding: 100px 27px 50px;
	width: 160px;
	font-family: KOHIBaeum, sans-serif;
	font-size: 1.6rem; line-height: 1.3em;
	background-repeat: no-repeat;
	background-position: center 43px;
}
.jobintro_list li:nth-child(1) {
	color: #5087be;
	background-image: url(../../images/client/sub/img_jobintro1.png);
}
.jobintro_list li:nth-child(2) {
	color: #0aaccc;
	background-image: url(../../images/client/sub/img_jobintro2.png);
}
.jobintro_list li:nth-child(3) {
	color: #145bad;
	background-image: url(../../images/client/sub/img_jobintro3.png);
}
.jobintro_list li:nth-child(4) {
	color: #193296;
	background-image: url(../../images/client/sub/img_jobintro4.png);
}
.jobintro_list li:nth-child(5) {
	color: #0e407a;
	background-image: url(../../images/client/sub/img_jobintro5.png);
}
.jobprogram_list {
	margin: 70px 0 90px;
	text-align: center;
	background-image: url(../../images/client/sub/bg_jobprogram.png);
	background-repeat: no-repeat;
	background-position: center;
}
.jobprogram_list li {
	display: inline-block;
	margin: 0 1px;
	padding: 85px 20px 95px;
	width: 236px;
}
.jobprogram_list li strong {
	position: relative;
	display: inline-block;
	margin-bottom: 30px;
	font-family: KOHIBaeum, sans-serif; font-size: 1.8rem;
}
.jobprogram_list li strong::after {
	content: "";
	position: absolute; bottom: -2px; right: -12px;
	z-index: -1;
	display: block;
	width: 24px; height: 24px;
	background-color: #d9e2f1;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.jobprogram_list li p {
	line-height: 1.7em;
}

/* 대학일자리본부 - 연간프로그램 */
.tbl_tit {
	display: block;
	margin: 23px 0;
	font-family: KOHIBaeum, sans-serif;
	font-size: 1.8rem; text-align: center;
}
.jobpro_tbl table {
	border: none;
    border-spacing: 5px;
	border-radius: 20px;
    border-collapse: separate;
}
.jobpro_tbl table thead th {
	color: #fff;
	background-color: #8a96c8;
	border: none;
}
.jobpro_tbl table thead th:first-child {
	-webkit-border-radius: 20px 0 0 0;
	-moz-border-radius: 20px 0 0 0;
	border-radius: 20px 0 0 0;
}
.jobpro_tbl table thead th:last-child {
	-webkit-border-radius: 0 20px 0 0;
	-moz-border-radius: 0 20px 0 0;
	border-radius: 0 20px 0 0;
}
.jobpro_tbl table tbody tr:nth-child(odd) {
	background-color: #eff1f6;
}
.jobpro_tbl table tbody tr:nth-child(even) {
	background-color: #d9ddec;
}
.jobpro_tbl table tbody tr th.last_th{
	-webkit-border-radius: 0 0 0 20px;
	-moz-border-radius: 0 0 0 20px;
	border-radius: 0 0 0 20px;
}
.jobpro_tbl table tbody tr:last-child td:last-child {
	-webkit-border-radius: 0 0 20px 0;
	-moz-border-radius: 0 0 20px 0;
	border-radius: 0 0 20px 0;
}
.jobpro_tbl table tbody th {
	border: none;
}
.jobpro_tbl table tbody td {
	border: none;
}
.jobtbl_list.list_dot > li::before {
	background-color: #193296;
}

/* 취업프로그램 - 취업프로그램 소개 */
.program_introbox {
	position: relative;
	height: 165px;
	background-color: #0aaccc;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.program_introbox > div {
	position: relative; left: -1px; top: -1px;
	padding: 15px 20px;
	width: calc(100% - 4px); height: calc(100% - 4px);
	background-color: #fff;
	border: 1px solid #e2e2e2;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.program_introbox > div > p {
	display: -webkit-box;
	margin-bottom: 8px;
	height: 48px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-height: 1.4em;
	font-family: KOHIBaeum, sans-serif;  color: #000; font-size: 1.7rem;
	overflow: hidden;
	-webkit-transform: rotate(-0.03deg);
	-moz-transform: rotate(-0.03deg);
	-o-transform: rotate(-0.03deg);
	transform: rotate(-0.03deg);
}
.program_introbox li {
	margin-bottom: 2px;
	text-overflow: ellipsis; white-space: nowrap; color: #777;
	overflow: hidden;
}
.program_introbox li:last-child {
	margin-bottom: 0;
}
.program_introbox li > strong {
	display: inline-block;
	width: 65px;
	vertical-align: top; color: #0aaccc;
}

/* 취업프로그램 - 취업프로그램 신청 */
.program_cardtype {
	position: relative;
	text-align: right;
	background: #fff;
	border: 1px solid #cccccc;
	overflow: hidden;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.program_cardtype.on {
	border-color: #193296;
	box-shadow: 0 0 8px rgba(25,50,150, 0.5);
}
.program_cardtype .program_viewbox {
	position: relative;
	height: 158px;
}
.program_cardtype .status_label {
	position: absolute; top: 10px; left: 10px; z-index: 1;
	display: inline-block;
	padding: 0 8px;
	min-width: 72px;
	color: #fff; font-size: 1.4rem; font-weight: 500; line-height: 23px; text-align: center; letter-spacing: -0.03em; white-space: nowrap;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}
.program_cardtype .status_label.plan {
	background: #0aaccc;
}
.program_cardtype .status_label.complete {
	background: #515352;
}
.program_cardtype .status_label.impossible {
	background: #b9190f;
}
.program_cardtype .status_label.proceed {
	background: #ff9b00;
}
.program_cardtype .status_label.operation {
	background: #4d976e;
}
.program_cardtype .status_label.wait {
	background: #ac8c71;
}
.program_cardtype .status_label.request {
	background: #27272f;
}
.program_cardtype .status_label.cancel {
	background: #8f3031;
}
.program_cardtype .status_label.progress {
	background: #2d8282;
}
.program_cardtype .type_label { 
	position: absolute; top: 10px; right: 10px; z-index: 1;
	display: inline-block;
	padding: 0 8px;
	min-width: 72px;
	color: #0aaccc; font-size: 1.4rem; font-weight: 600; line-height: 23px; text-align: center; letter-spacing: -0.03em; white-space: nowrap;
	background-color: #fff; 
	border: 1px solid #0aaccc;
	border-radius: 12px;
}

.program_cardtype .label_area {
	position: absolute; left: 10px; bottom: 10px;
	display: flex;
}
.program_cardtype .label_area > * {
	margin-right: 5px;
}
.program_cardtype .category_label {
	position: relative; z-index: 1;
	padding: 0 6px;
	min-width: 60px;
	color: #fff; font-size: 1.4rem; font-weight: 500; line-height: 23px;
	text-align: center; letter-spacing: -0.03em; white-space: nowrap;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}
.program_cardtype .category_label.label1 {
	background-color: #fc8f02;
}
.program_cardtype .category_label.label2 {
	background-color: #44c1c4;
}
.program_cardtype .category_label.label3 {
	background-color: #fc0289;
}
.program_cardtype .category_label.label4 {
	background-color: #5b7090;
}
.program_cardtype .category_label.label5 {
	background-color: #83654a;
}
.program_cardtype .category_label.capa {
	background-color: #1e81ab;
}
.program_cardtype .btn_addlike {
	position: absolute; bottom: 10px; right: 10px; z-index: 1;
}
.program_cardtype .program_bottom {
	padding: 10px 20px 20px;
	text-align: left;
}
.program_cardtype dt {
	position: relative;
	margin-top: 5px;
	margin-bottom: 13px;
}
.program_cardtype dt a {
	display: block;
	color: #000;
	font-family: KOHIBaeum, sans-serif;
	font-size: 1.7rem; letter-spacing: -0.05em;
	text-overflow: ellipsis; white-space: nowrap;
	overflow: hidden;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.program_cardtype .img_box {
	position: absolute; top: 0; left: 0;
	width: 100%; height: 100%;
	background-color: #cccccc;
	overflow: hidden;
}
.program_cardtype .img_box img {
	position: absolute; top: 50%; left: 50%;
	width: 100%; max-height: 100%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.program_cardtype dd {
	margin-bottom: 8px;
	color: #777; line-height: 1em; letter-spacing: -0.03em; white-space: nowrap; text-overflow: ellipsis;
	overflow: hidden;
}
.program_cardtype dd:last-child {
	margin-bottom: 0;
}
.program_cardtype dd strong {
	position: relative;
	display: inline-block;
	margin-right: 8px;
	padding-right: 10px;
	min-width: 60px;
	line-height: inherit; vertical-align: 0; letter-spacing: -0.03em;
}
.progress_area {
	margin-top: 18px;
}
.progress_bar {
	position: relative;
	height: 16px;
	background: #ebebeb;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	overflow: hidden;
}
.progress_bar p {
	height: 100%;
	background: #ceeef5;
}
.progress_bar .progress_bartxt {
	position: absolute; top: 50%; left: 50%;
	color: #000; font-size: 1.3rem;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.satisfy_area {
	margin-top: 15px;
}
.satisfy_area > button {
	margin-bottom: 5px;
	width: 100%;
}
.satisfy_area > button:last-child {
	margin-bottom: 0;
}
.program_listtype table {
	font-size: 1.4rem;
	border-bottom: 0;
	-webkit-border-radius: 20px 20px 0 0;
	-moz-border-radius: 20px 20px 0 0;
	border-radius: 20px 20px 0 0;
	overflow: hidden;
}
.program_listtype table thead th {
	padding: 6px 0;
	background: #f3f4f9;
	border-left: 1px solid #cccccc;
}
.program_listtype table thead th:last-child {
	border-right: 1px solid #cccccc;
}
.program_listtype table tbody th, .tbl_programlist table tbody th {
	padding: 16px;
}
.program_listtype table th {
	color: #131313; font-weight: 400;
	font-size: 1.5rem;
	letter-spacing: -0.05em;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
.program_listtype table td {
	letter-spacing: -0.05em;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
.program_listtype table tbody th:first-child, .program_listtype table tbody td:first-child {
	border-left: 1px solid #cccccc;
}
.program_listtype table tbody th:last-child, .program_listtype table tbody td:last-child {
	border-right: 1px solid #cccccc;
}
.program_listtype .bg_td {
	background: #cccccc;
}
.program_listtype .status_label, .program_listtype .category_label {
	font-weight: 500; vertical-align: top;
}

.program_listtype .status_label.plan {
	color: #0aaccc;
}
.program_listtype .status_label.complete {
	color: #515352;
}
.program_listtype .status_label.impossible {
	color: #b9190f;
}
.program_listtype .status_label.proceed {
	color: #ff9b00;
}
.program_listtype .status_label.operation {
	color: #4d976e;
}
.program_listtype .status_label.wait {
	color: #ac8c71;
}
.program_listtype .status_label.request {
	color: #27272f;
}
.program_listtype .status_label.cancel {
	color: #8f3031;
}
.program_listtype .status_label.progress {
	color: #2d8282;
}
.program_listtype .category_label.label1 {
	color: #fc8f02;
}
.program_listtype .category_label.label2 {
	color: #44c1c4;
}
.program_listtype .category_label.label3 {
	color: #fc0289;
}
.program_listtype .category_label.label4 {
	color: #5b7090;
}
.program_listtype .category_label.label5 {
	color: #83654a;
}
.program_listtype .category_label.capa {
	color: #1e81ab;
}
.program_listtype .type_label {
	vertical-align: 0; font-weight: 600; color: #0aaccc;
}

/* 취업프로그램 - 취업프로그램 신청 상세 */
.program_content {
	position: relative;
	padding-left: 545px;
	height: 330px;
}
.program_content .img_box {
	position: absolute; top: 0; left: 0;
	width: 520px; height: 330px;
	background-color: #cccccc;
	border: 1px solid #cccccc;
	-webkit-border-radius: 20px 80px 20px 20px;
	-moz-border-radius: 20px 80px 20px 20px;
	border-radius: 20px 80px 20px 20px;
	overflow: hidden;
}
.program_content .img_box img {
	position: absolute; left: 50%; top: 50%;
	max-height: 100%;
	transform: translate(-50%, -50%);
}
.program_content .status_label {
	position: absolute; top: 10px; left: 10px; z-index: 1;
	display: inline-block;
	padding: 0 8px;
	min-width: 72px;
	color: #fff; font-size: 1.4rem; font-weight: 500; line-height: 23px; text-align: center; letter-spacing: -0.03em; white-space: nowrap;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}
.program_content .status_label.plan {
	background: #0aaccc;
}
.program_content .status_label.complete {
	background: #515352;
}
.program_content .status_label.impossible {
	background: #b9190f;
}
.program_content .status_label.proceed {
	background: #ff9b00;
}
.program_content .status_label.operation {
	background: #4d976e;
}
.program_content .status_label.wait {
	background: #ac8c71;
}
.program_content .status_label.request {
	background: #27272f;
}
.program_content .status_label.cancel {
	background: #8f3031;
}
.program_content .status_label.progress {
	background: #2d8282;
}
.program_content .type_label { 
	position: absolute; bottom: 10px; right: 10px; z-index: 1;
	display: inline-block;
	padding: 0 8px;
	min-width: 72px;
	color: #0aaccc; font-size: 1.4rem; font-weight: 600; line-height: 23px; text-align: center; letter-spacing: -0.03em; white-space: nowrap;
	background-color: #fff; 
	border: 1px solid #0aaccc;
	border-radius: 12px;
}
.program_content .label_area {
	position: absolute; left: 10px; bottom: 10px;
	display: flex;
}
.program_content .label_area > * {
	margin-right: 5px;
}
.program_content .category_label {
	position: relative; z-index: 1;
	padding: 0 6px;
	min-width: 60px;
	color: #fff; font-size: 1.4rem; font-weight: 500; line-height: 23px;
	text-align: center; letter-spacing: -0.03em; white-space: nowrap;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}
.program_content .category_label.label1 {
	background-color: #fc8f02;
}
.program_content .category_label.label2 {
	background-color: #44c1c4;
}
.program_content .category_label.label3 {
	background-color: #fc0289;
}
.program_content .category_label.label4 {
	background-color: #5b7090;
}
.program_content .category_label.label5 {
	background-color: #83654a;
}
.program_content .category_label.capa {
	background-color: #1e81ab;
}
.program_content .ai_score {
	position: absolute; bottom: 0; left: 0;
	padding: 0 10px;
	width: 100%;
	line-height: 40px; color: #fff; text-align: center; font-weight: 500; font-size: 1.8rem;
	text-overflow: ellipsis; white-space: nowrap;
	background-color: #3e9565;
	overflow: hidden;
}
.program_content dt {
	position: relative;
	margin-bottom: 5px; padding-bottom: 5px;
	border-bottom: 1px solid #ebebeb;
}
.program_content dt .program_part {
	margin-bottom: 3px;
	padding-right: 80px;
	font-size: 1.5rem; color: #717171;
	text-overflow: ellipsis; white-space: nowrap;
	overflow: hidden;
}
.program_content dt h5 {
	display: block;
	margin-top: 10px;
	color: #000; font-size: 2.5rem; line-height: 1.2em; letter-spacing: -0.05em;
	font-family: KOHIBaeum, sans-serif;
}
.program_content .program_orgininfo {
	display: block;
	color: #858c94;
}
.program_content .btn_addlike {
	position: absolute; right: 0; top: 0;
	color: #858c94;
}
.program_content dd {
	display: flex;
	margin-bottom: 3px;
	color: #494949; line-height: 1.6em;
}
.program_content dd:last-child {
	margin-bottom: 0;
}
.program_content dd * {
	min-width: 0;
}
.program_content dd strong {
	display: inline-block;
	flex-shrink: 0;
	padding-right: 20px;
	width: 130px;
	color: #000; font-weight: 600;
}

.joincount_wrap {
	display: flex;
	font-size: 0; line-height: 0;
	background-color: #f3f4f9;
}
.joincount_wrap > div {
	position: relative;
	display: flex;
	width: 50%; height: 60px;
	align-items: center;
}
.joincount_wrap > div strong {
	display: inline-block;
	padding-left: 60px;
	width: 130px;
	color: #101424; font-size: 1.5rem; font-weight: 600; line-height: 60px;
	background-repeat: no-repeat;
	background-position: 15px center;
}
.joincount_wrap .progress_bar {
	flex-shrink: 0;
	display: inline-block;
	margin: 0;
	width: 439px; height:59px;
	background-color: #fff;
	background-size: contain;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
}
.joincount_wrap .progress_bar::after {
	position: absolute; top: 0; left: 0;
	content: "";
	display: inline-block;
	width: 100%; height: 59px;
	background: url(../../images/client/sub/bg_count.png) no-repeat;
}
.joincount_wrap .progress_bartxt {
	position: relative; z-index: 10;
	display: inline-block;
	color: #403f3f; font-size: 1.5rem; font-weight: 500;
}
.joincount_wrap .countbox_left strong {
	background-image: url(../../images/client/sub/bg_joincount.png);
}
.joincount_wrap .countbox_left div p {
	background: linear-gradient( to left, #3a6c98, #c6f1fa );
}
.joincount_wrap .countbox_right strong {
	background-image: url(../../images/client/sub/bg_waitcount.png);
}
.joincount_wrap .countbox_right div p {
	background: linear-gradient( to left, #fa8685, #fce6e5 );
}
.joincount_wrap.attendance .countbox_left strong {
	background-image: url(../../images/client/sub/bg_attendancecount1.png);
}
.joincount_wrap.attendance .countbox_left div p {
	background: linear-gradient( to left, #d7a376, #fce7d3 );
}
.joincount_wrap.attendance .countbox_right strong {
	background-image: url(../../images/client/sub/bg_attendancecount2.png);
}
.joincount_wrap.attendance .countbox_right div p {
	background: linear-gradient( to left, #54a6a7, #cbfbfb );
}

.section_grid .section_area.grid_col {
	margin-bottom: 5%;
}
.section_grid .graph_box {
	position: relative;
	padding: 20px;
	min-height: 257px;
	background-color: #fff;
	border: 1px solid #cccccc;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.section_grid .graph_box.adit {
	padding: 30px 30px 40px 30px;
}
.section_grid .graph_box .nocnt_box p {
	padding: 60px 0 60px 65px;
}
.section_grid .graph_box .edu_list .editor_area {
	text-align: left;
}
.section_grid .graph_box .adit_footer {
	position: absolute; right: 0; left: 0; bottom: 0;
}

/*
.section_grid .unit_status {
	display: flex;
	padding: 60px 50px 30px;
	font-family: KOHIBaeum, sans-serif; color: #fff;
	background-image: url(../../images/client/sub/bg_unitstatus.png);
	background-size: 170px auto;
	background-repeat: no-repeat;
	background-position: right 3px bottom;
	-webkit-transform: rotate(-0.03deg);
	-moz-transform: rotate(-0.03deg);
	-o-transform: rotate(-0.03deg);
	transform: rotate(-0.03deg);
}
.section_grid .unit_status .unit_box {
	min-width: 167px;
}
.section_grid .unit_status .unit_box.my {
	margin-right: 35px;
}
.section_grid .unit_status .unit_box .unit{
	position: relative;
	padding: 10px 15px 0;
	font-size: 1.7rem; line-height: 103px;
	background-color: #f18c77;
}
.section_grid .unit_status .unit_box.my .unit{
	-webkit-border-radius: 60px 60px 55px 60px;
	-moz-border-radius: 60px 60px 55px 60px;
	border-radius: 60px 60px 55px 60px;
}
.section_grid .unit_status .unit_box.average .unit{
	-webkit-border-radius: 60px 60px 60px 55px;
	-moz-border-radius: 60px 60px 60px 55px;
	border-radius: 60px 60px 60px 55px;
}
.section_grid .unit_status .unit_box .unit::after {
	content: "";
	z-index: -1;
	display: block;
	position: absolute;
	background-repeat: no-repeat;
	width: 65px; height: 26px;
	background-image: url(../../images/client/sub/img_unitbox.png);
}
.section_grid .unit_status .unit_box.my .unit::after {
	right: 17px; bottom: -15px;
}
.section_grid .unit_status .unit_box.average .unit::after {
	left: 17px; bottom: -15px;
	-webkit-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
}
.section_grid .unit_status .unit_box .unit strong {
	display: inline-block;
	margin-right: 5px;
	max-width: 110px;
	font-size: 3.4rem;
	text-overflow: ellipsis; white-space: nowrap;
	overflow: hidden;
}
.section_grid .unit_status .unit_box .unit p {
	display: inline-block;
    vertical-align: -webkit-baseline-middle;
}
.section_grid .unit_status .unit_box > p {
	margin-top: 10px;
	color: #101424; font-size: 1.7rem; text-align: left; line-height: 1.2em;
}
.section_grid .unit_status .unit_box.my > p {
	margin-left: 10px;
	float: left;
}
.section_grid .unit_status .unit_box.average > p {
	margin-right: 10px;
	float: right;
} */

.insert_adit .adit_content {
	padding: 35px 20px 20px;
}
.edu_list li {
	position: relative;
	padding-left: 160px;
	margin-bottom: 13px;
}
.edu_list li:last-child {
	margin-bottom: 0;
}
.edu_tit {
	position: absolute; left: 0; top: -px;
	display: inline-block;
	font-size: 1.7rem; color: #000;
	vertical-align: top;
	font-family: KOHIBaeum, sans-serif;
	-webkit-transform: rotate(-0.03deg);
	-moz-transform: rotate(-0.03deg);
	-o-transform: rotate(-0.03deg);
	transform: rotate(-0.03deg);
}
.edu_tit::before {
	content: "";
	display: inline-block;
	margin-right: 8px;
	width: 10px; height: 10px;
	background-color: #193296;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.edu_tit.detail {
	position: static;
	margin-bottom: 15px;
}
.detail_list {
	display: flex;
}
.detail_list li {
	position: relative;
	display: flex;
	margin-right: 30px;
	padding: 33px 10px 5px;
	width: calc(100%/3); min-height: 88px;
	align-items: center;
	justify-content: center;
	font-family: KOHIBaeum, sans-serif;
	font-size: 2rem; word-break: break-all; text-align: center;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-webkit-transform: rotate(-0.03deg);
	-moz-transform: rotate(-0.03deg);
	-o-transform: rotate(-0.03deg);
	transform: rotate(-0.03deg);
}
.detail_list li:nth-child(1){
	color: #3852b8;
	background-color: rgb(218, 226, 245);
}
.detail_list li:nth-child(2){
	color: #0aaccc;
	background-color: rgb(206, 236, 241);
}
.detail_list li:nth-child(3){
	color: #e0a774;
	background-color: #f3e3d6;
}
.detail_list li:nth-child(3) {
	margin-right: 0;
}
.detail_list li strong {
	position: absolute; top: 0; left: 0;
	display: block;
	padding: 6px 1px 0px;
	width: 100%;
	color: #fff; font-size: 1.5rem;
	-webkit-border-radius: 20px 20px 0 0;
	-moz-border-radius: 20px 20px 0 0;
	border-radius: 20px 20px 0 0;
}
.detail_list li:nth-child(1) strong {
	background-color: #3852b8;
}
.detail_list li:nth-child(2) strong {
	background-color: #0aaccc;
}
.detail_list li:nth-child(3) strong {
	background-color: #e0a774;
}

.info_ctnbox {
	padding: 20px;
	background: #fff;
	border: 1px solid #cccccc;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
}
.info_ctnbox.reject {
	background-color: #f5f2f3;
}

.progrmaapply_box {
	padding: 20px;
	background: #fff;
	border: 1px solid #cccccc;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
}
.progrmaapply_box ul li {
	padding: 8px 0 8px 100px;
	position: relative;
}
.progrmaapply_box ul li:last-child {
	padding-bottom: 0;
}
.progrmaapply_box ul li strong {
	position: absolute; top: 7px; left: 0;
	font-weight: 500;
}
.progrmaapply_box ul li .attach_file_wrapper > div {
	margin: 0 3px 3px 0;
}

.fileattach_box > p {
	margin-bottom: 5px;
}

.insert_adit.program {
	background-color: #fff;
	border: 1px solid #cccccc;
}
.adit_footer {
	background: #f3f4f9;
}
.adit_footer ul {
	display: table;
	width: auto;
	margin: 0 auto;
}
.adit_footer ul li {
	display: inline-flex;
	padding-left: 90px;
	height: 40px;
	font-size: 1.5rem; align-items: center;
	background-position: 55px 7px;
	background-repeat: no-repeat;
}
.adit_footer ul li.adit_person {
	background-image: url(../../images/client/sub/icon_worker.png);
}
.adit_footer ul li.adit_phone {
	background-image: url(../../images/client/sub/icon_tel.png);
}
.adit_footer ul li strong {
	position: relative;
	margin-right: 10px; padding-right: 12px;
	vertical-align: 0;
}
.adit_footer ul li strong::after {
	position: absolute; top: 46%; right: 0;
	content: "";
	display: inline-block;
	width: 1px; height: 14px;
	vertical-align: middle;
	background-color: #000;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.member_list p {
	display: inline-block;
	margin-top: 8px; margin-right: 5px; padding: 5px 35px 5px 44px;
	position: relative;
	color: #333e69;
	background-color: #fff; background-repeat: no-repeat; background-position: 18px 8px;
	border: 1px solid #c8cfd4;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.member_list .team_leader {
	background-image: url(../../images/client/sub/icon_team_leader.png);
	background-position: 20px 8px;
}
.member_list .team_member {
	background-image: url(../../images/client/sub/icon_team_member.png);
}
.member_list p .btn_del {
	position: absolute; top: 50%; right: 12px;
	margin-top: -7px;
}

/* 상담 - 상담신청 */
.intro_box {
    padding: 50px;
    background-color: #fff;
    background-repeat: no-repeat;
	background-image: url(../../images/client/sub/bg_counselintro.png);
	background-size: 450px auto;
	background-position: bottom -5px right 10px;
	border: 1px solid #ddd;
    border-right:  10px solid #0aaccc;
    border-bottom:  10px solid #0aaccc;
    -webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.intro_box p {
    line-height: 1.8em;
}
.intro_txt {
    margin-bottom: 40px;
	min-height: 120px;
}
.intro_tit {
    display: block;
    margin-bottom: 5px;
    font-size: 1.7rem; color: #101424;
	font-family: KOHIBaeum, sans-serif;
}
.counselbox_wrap {
	position: relative;
	margin-bottom: 10px;
	padding: 20px 30px;
	background-color: #f3f4f9;
}
.counselbox_wrap .section_tit_sm {
	position: absolute; top: 20px; left: 30px;
	margin: 0;
	padding-left: 0;
	max-width: 125px;
	text-overflow: ellipsis; white-space: nowrap;
	background-image: none;
	overflow: hidden;
}
.counselbox_wrap h5 + .btn_darkbrown {
	margin: 3px 0;
}
.counselbox_wrap h5 + .btn_darkbrown + .check_row {
	margin-left: 20px;
}
.counselbox_wrap .date_chosen {
	margin-left: 20px;
	color: #101424; vertical-align: 0;
}
.counselbox_wrap .check_row, .counselbox_wrap .radio_row {
	margin: 7px 25px 6px 0;
}
.counselbox_wrap input[type="text"].form_style {
	height: 40px;
	line-height: 38px;
}
.counselbox_wrap .search_day input[type="text"].form_style {
	height: 38px;
}
.counselbox_wrap textarea.form_style {
	padding: 10px 14px;
}
.counselbox_wrap.block textarea {
	margin-bottom: 5px;
}
.counselbox_wrap .select_form {
	margin-top: 0; margin-bottom: 0;
	height: 40px;
}
.counselbox_wrap .select_form label, .counselbox_wrap .select_form .select_custom {
	line-height: 38px;
}
.counselbox_wrap .select2-container .select2-choice {
	height: 40px;
}
.counselbox_wrap .select2-container .select2-choice > .select2-chosen {
	font-weight: 400; line-height: 38px;
}
.counselbox_wrap .basic_info {
	padding: 8px 0 9px;
}
.counselbox_wrap .basic_info > span {
	display: inline-block;
	vertical-align: 0;
}
.counselbox_wrap .basic_info > span::after {
	content: "/";
	display: inline-block;
	margin: 0 5px 0 7px;
}
.counselbox_wrap .basic_info > span:last-child:after {
	display: none;
}
.counselbox_wrap.only {
	padding: 20px 30px;
}
.counsel_flex {
	display: flex;
}
.counsel_flex > .search_day {
	width: 280px;
}
.counsel_flex > .search_day:first-child {
	margin-right: 10px;
}
.counselor_box {
	position: relative;
	padding: 20px 20px 10px;
	background-color: #e8eaf4;
	border: 1px solid transparent;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.counselor_box.on {
	border: 1px solid #193296;
}
.counselor_box > .wrap {
	position: relative;
	padding-left: 75px;
}
.counselor_box .img_box {
	position: absolute; top: 0; left: 0;
	width: 59px; height: 74px;
	background-color: #fff;
	border: 1px solid #cccccc;
	overflow: hidden;
}
.counselor_box .img_box img {
	position: absolute; top: 50%; left: 50%;
	max-width: 100%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.counselor_box strong {
	display: inline-block;
	margin-bottom: 4px;
	font-weight: 600; font-size: 1.8rem;
}
.counselor_box p {
	display:-webkit-box;
	height: 42px;
	-webkit-box-orient: vertical; -webkit-line-clamp: 2; text-overflow: ellipsis; word-break: normal; font-size: 1.5rem;
	overflow: hidden;
}
.counselor_box .btn_area {
	margin-top: 15px;
}

.calendar_wrap {
    position: relative;
}
.reservation_list {
    position: absolute; right: 0; top: 35px;
    display: flex;
}
.reservation_list li {
    margin-right: 10px;
}
.reservation_list li:last-child {
    margin-right: 0;
}
.reservation_list li span {
    display: inline-block;
    margin: 0 5px 5px 0;
    width: 12px; height: 12px;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.reservation_list li:first-child span {
    background-color: #d14547;
}
.reservation_list li:last-child span {
    background-color: #2d8282;
}
.fc {
	font-family: KOHIBaeum, sans-serif;
}
.fc .fc-toolbar-title {
	margin-top: 10px;
    color: #101424;
}
.fc .fc-toolbar {
    justify-content: center;
}
.fc .fc-button {
    position: relative;
    margin: 0 10px;
    width: 28px; height: 28px;
    background-color: transparent;
    border: 1px solid #1e2446;
    -webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
    -webkit-transition : 0.3s;
	-moz-transition : 0.3s;
	-o-transition : 0.3s;
	transition : 0.3s;
}
.fc .fc-button .fc-icon {
    position: absolute; left: 50%; top: 50%;
    color: #1e2446;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
    -webkit-transition : 0.3s;
	-moz-transition : 0.3s;
	-o-transition : 0.3s;
	transition : 0.3s;
}
.fc .fc-button:hover .fc-icon {
    color: #fff;
}
.fc .fc-col-header-cell {
    padding: 2px;
    font-family: Notokr, sans-serif; text-align: left; font-weight: 400;
    background-color: #f3f4f9;
}
.fc .fc-day a {
    color: #858c94;
}
.fc .fc-day-sat a {
    color: #4491e8;
}
.fc .fc-day-sun a {
    color: #ec5c62;
}
.fc .fc-daygrid-day-frame {
    padding: 5px;
}
.fc .fc-daygrid-day-top {
    flex-direction: row;
}
.fc .fc-daygrid-day {
    background-color: #fff;
}
.fc .fc-day-today {
    background-color: #f3f4f9 !important;
}
.fc .fc-day-today .fc-daygrid-day-number {
    position: relative;
	width: 30px; height: 30px;
    color: #fff; line-height: 1.8em; text-align: center;
    background-color: #193296;
    -webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.fc .fc-day-today .fc-daygrid-day-number::after {
    content: "오늘";
    position: absolute; right: -35px; top: 2px;
    display: inline-block;
    color: #193296; font-family: Notokr, sans-serif;
}
.fc-daygrid-day-events {
    font-family: Notokr, sans-serif;
}
.fc-daygrid-event {
    padding-left: 9px;
}
.fc-h-event {
    padding-left: 9px;
    border: none;
}
.fc-h-event .fc-event-title {
	display: block;
}
.fc-h-event.fc-daygrid-event {
	-webkit-transition : 0.2s;
	-moz-transition : 0.2s;
	-o-transition : 0.2s;
	transition : 0.2s;
}
.fc-h-event.fc-daygrid-event.unable {
    background-color: #faf0f0;
}
.fc-h-event.fc-daygrid-event.able {
    background-color: #e7f0f0;
}
.fc-daygrid-event.unable {
    color: #d14547 !important;
}
.fc-daygrid-event.able {
    color: #2d8282 !important;
}
.fc-daygrid-event.unable .fc-event-main {
    color: #d14547 !important;
}
.fc-daygrid-event.able .fc-event-main {
    color: #2d8282 !important;
}
.fc-daygrid-event-dot {
    display: none;
}

/* 상담 - 취업상담예약 */
.counsel_type {
	display: inline-flex;
	margin: 0 15px;
	align-items: center;
}
.counsel_type p {
	margin-right: 10px;
	font-weight: 500;
}

/* 상담 - 상담 상세보기 */
.counsel_wrap .counsel_box {
    position: relative;
    display: flex;
    margin-bottom: 10px;
    padding: 15px 15px 15px 150px;
    min-height: 60px;
    align-items: center;
    background-color: #f3f4f9;
}
.counsel_wrap .counsel_box strong {
    position: absolute; left: 30px; top: 20px;
    display: block;
    color: #101424; font-size: 1.7rem;
	font-family: KOHIBaeum, sans-serif;
}
.counsel_wrap.top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.counsel_wrap.top .counsel_box {
    width: 49.5%;
}

/* 채용정보 - 추천 채용정보 */
.employ_card {
	position: relative;
	padding: 25px 20px;
	min-height: 317px;
	border: 2px solid #ebebeb;
	background-color: #fff;
	background-position: right 20px bottom 20px;
	background-repeat: no-repeat;
	-webkit-border-radius: 20px 50px 20px 20px;
	-moz-border-radius: 20px 50px 20px 20px;
	border-radius: 20px 50px 20px 20px;
	overflow: hidden;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.employ_card a {
	display: block;
}
.employ_card dt {
	margin-bottom: 10px;
	text-overflow: ellipsis; white-space: nowrap;
	overflow: hidden;
}
.employ_card dt > strong {
	display: block;
	margin-bottom: 5px;
	color: #1e2446; font-size: 1.7rem; text-overflow: ellipsis;  white-space: nowrap;
	overflow: hidden;
	font-family: KOHIBaeum, sans-serif;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.employ_card dt > p {
	color: #777; text-overflow: ellipsis; white-space: nowrap;
	overflow: hidden;
}
.employ_card .status_label {
	display: inline-block;
	margin-right: 5px;
	min-width: 70px;
	line-height: 23px; text-align: center;
	vertical-align: 0; color: #fff;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}
.employ_card dd {
	margin-bottom: 5px;
	color: #777;
	text-overflow: ellipsis; white-space: nowrap;
	overflow: hidden;
}
.employ_card dd:last-child {
	margin-bottom: 0;
}
.employ_card dd > strong {
	display: inline-block;
	margin-right: 5px;
	min-width: 70px;
	vertical-align: 0; line-height: 23px; text-align: center;
	color: #fff;
	background-color: #b8bac4;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}
.employ_card.employ_recommend {
	padding: 15px 20px 50px;
	height: 330px;
}
.employ_card.employ_recommend dt > strong {
	padding-right: 35px;
}
.employ_card.employ_recommend.recommend dt > strong::before {
	content: "[ 강력추천 ]";
	margin-right: 3px;
	color: #0aaccc;
}
/*.employ_card.employ_recommend dt > strong::before {
	content: "일반";
	margin-right: 5px;
	padding: 0 5px;
	color: #fff;
	font-family: Notokr, sans-serif; font-size: 1.3rem;
	background-color: #fc8f02;
}
.employ_card.employ_recommend.simple dt > strong::before {
	content: "간편";
	background-color: #fc0289;
}*/
.employ_card.employ_recommend button {
	position: absolute; bottom: 15px; right: 50px;
}
.employ_card.employ_recommend .btn_addlike {
	position: absolute; bottom: 15px; right: 15px;
}
.employ_card.employ_recommend .apply_complete {
	position: absolute; right: -20px; top: -30px;
	width: 84px; height: 84px;
	background-color: #286bc8;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.employ_card.employ_recommend .apply_complete > span {
	position: absolute; bottom: 6px; left: 17px;
	display: block;
	width: 35px;
	color: #fff; font-size: 1.4rem; line-height: 1.2em;
	word-break: break-all;
	font-family: KOHIBaeum, sans-serif;
}

/* 채용정보 - 추천 채용정보 상세 */
.jobinfo_list {
	margin-bottom: 20px; padding: 25px 30px 30px;
	background-color: #fff;
	border: 1px solid #cccccc;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.jobinfo_list .tbl table {
	background: transparent;
	border-bottom: none;
}
.jobinfo_list .tbl th, .jobinfo_list .tbl td {
	padding: 5px;
	text-align: left;
	border: none;
}
.jobinfo_list .tbl th {
	width: 12%;
	color: #000;
	font-family: KOHIBaeum, sans-serif;
}
.jobinfo_list .tbl td {
	width: 38%;
	color: #494949;
}

/* 채용정보 - 외부 채용정보 */
.employ_card.worknet {
	min-height: auto;
	background-image: url(../../images/client/sub/img_worknet.png);
}
.employ_card.saramin {
	min-height: auto;
	background-image: url(../../images/client/sub/img_saramin.png);
}
.employ_card.jobkorea {
	min-height: auto;
	background-image: url(../../images/client/sub/img_jobkorea.png);
}

/* 대진 JOB - 인재정보 */
.agree_wrap {
	margin-top: 30px;
	padding: 40px 30px 30px;
	text-align: center; font-size: 1.8rem; 
	font-family: KOHIBaeum, sans-serif;
	background-color: #e7e9f0;
}
.agree_wrap > div {
	margin-top: 15px;
}
.agree_wrap > div button:first-child {
	margin-right: 30px;
}

/* 청년고용정책 - 온라인 청년센터 */
.online_card {
	position: relative;
	display: block;
	padding: 20px;
	background-color: #fff;
	width: 100%; height: 130px;
	background-repeat: no-repeat;
	background-position: left 3px bottom -1px;
	-webkit-border-radius: 20px 50px 20px 20px;
	-moz-border-radius: 20px 50px 20px 20px;
	border-radius: 20px 50px 20px 20px;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.online_card .region_label {
	display: inline-block;
	margin-bottom: 7px;
	padding: 0 10px;
	min-width: 60px;
	line-height: 22px; color: #fff; text-align: center; font-size: 1.4rem;
	background-color: #193296;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}
.online_card .tit {
	font-size: 1.7rem; color: #101424;
	font-family: KOHIBaeum, sans-serif;
	text-overflow: ellipsis; white-space: nowrap;
	overflow: hidden;
}
.online_card > span {
	position: absolute; right: 20px; bottom: 20px;
	display: inline-block;
	padding: 0 5px;
	min-width: 70px;
	line-height: 23px; color: #fff; text-align: center;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}
.online_card {
	box-shadow: 0 0 0 2px #193296;
}
.online_card.job {
	background-image: url(../../images/client/sub/img_online_job.png);
}
.online_card.job > span {
	background-color: #5fbb9b;
}
.online_card.dwelling {
	background-image: url(../../images/client/sub/img_online_dwelling.png);
}
.online_card.dwelling > span {
	background-color: #5087be;
}
.online_card.life {
	background-image: url(../../images/client/sub/img_online_life.png);
}
.online_card.life > span {
	background-color: #d7bee1;
}
.online_card.policy {
	background-image: url(../../images/client/sub/img_online_policy.png);
}
.online_card.policy > span {
	background-color: #ffc366;
}
.online_card.disabled {
	box-shadow: 0 0 0 2px #ebebeb !important;
}
.online_card.disabled .tit {
	color: #777;
}

/* 청년고용정책 - 직업훈련포털 */
.portal_card {
	display: block;
	padding: 15px 20px 20px;
	background-color: #fff;
	width: 100%; height: 143px;
	-webkit-border-radius: 20px 50px 20px 20px;
	-moz-border-radius: 20px 50px 20px 20px;
	border-radius: 20px 50px 20px 20px;
	box-shadow: 0 0 0 2px #ebebeb;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.portal_card .tit {
	margin-top: 3px;
	margin-bottom: 5px;
	font-size: 1.7rem; color: #1e2446;
	font-family: KOHIBaeum, sans-serif;
	text-overflow: ellipsis; white-space: nowrap; letter-spacing: -0.05em;
	overflow: hidden;
}
.portal_card ul li {
	margin-bottom: 6px;
	color: #777;
	text-overflow: ellipsis; white-space: nowrap; letter-spacing: -0.05em;
	overflow: hidden;
}
.portal_card ul li:last-child {
	margin-bottom: 0;
}
.portal_card ul li > * {
	vertical-align: top;
}
.portal_card ul li > strong {
	display: inline-block;
	min-width: 70px;
}
.portal_card ul li:nth-child(1) > strong {
	color: #d88ab2;
}
.portal_card ul li:nth-child(2) > strong {
	color: #5087be;
}
.portal_card ul li:nth-child(3) > strong {
	color: #37aa82;
}

/* 취업링크 - 취업도우미 */
.anylink_list {
	display: flex; flex-wrap: wrap;
}
.anylink_list li {
	margin-top: 20px;
	width: 20%;
}
.anylink_list li a {
	position: relative;
	display: block;
	margin: 0 auto;
	width: 248px; height: 300px;
	text-align: center;
}
.anylink_list .img_wrap {
	position: absolute; left: 50%; top: 0px;
	display: inline-block;
	width: 101px; height: 101px;
	background: #fff;
	border: 1px solid #ebebeb;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.anylink_list .img_wrap img {
	position: absolute; left: 50%; top: 50%;
	max-width: 80%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.anylink_list .bottom_link {
	position: absolute; top: 50px;
	padding: 80px 20px 20px;
	width: 248px; height: 248px;
	background: url(../../images/client/sub/img_bglink.png) no-repeat;
	background-position: left 4px center;
	-webkit-transition : 0.3s;
	-moz-transition : 0.3s;
	-o-transition : 0.3s;
	transition : 0.3s;

}
.anylink_list .bottom_link .tit {
	display: block;
	margin-top: 5px;
	color: #717171; font-size: 1.7rem;
	text-overflow: ellipsis; white-space: nowrap;
	font-family: KOHIBaeum, sans-serif;
	overflow: hidden;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.anylink_list .bottom_link p {
	display: -webkit-box;
	margin: 0 auto 30px;
	width: 85%; height: 45px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.anylink_list .bottom_link .direct_tit {
	position: relative;
}
.anylink_list .bottom_link .direct_tit > span {
	display: inline-block;
	max-width: 155px;
	font-size: 1.6rem; color: #0a199e;
	text-overflow: ellipsis; white-space: nowrap;
	border-bottom: 1px solid #0a199e;
	overflow: hidden;
}
.anylink_list .bottom_link .direct_tit::after {
	content: "";
	display: inline-block;
	margin-left: 5px;
	width: 20px; height: 21px;
	vertical-align: top;
	background: url(../../images/client/sub/icon_directlink.png);
}

/* 커뮤니티 - 공지사항, 자료실 */
.fix_list {
	display: inline-block;
    width: 26px;
    height: 22px;
    text-indent: -9999px;
    background: url(../../images/client/sub/icon_notice_fix.png) no-repeat center;
    background-size: contain;
}

/* 커뮤니티 - 공지사항, 자료실 상세 */
.insert_adit {
	overflow: hidden;
	border: 2px solid #d6dadf;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.insert_adit .adit_top {
	border-radius: 0;
}
.insert_adit .attach_file_wrapper {
	border: none; border-radius: 0;
}
.insert_adit .attach_file_wrapper .adit_txt {
	line-height: 26px;
	margin-bottom: 10px;
}
.adit_top {
	padding: 10px 20px;
	background-color: #cccccc;
}
.adit_top > p {
	position: relative;
	display: inline-block;
	margin-right: 10px; padding: 0 13px 0 28px;
	font-weight: 500; font-size: 1.5rem;
	background-image: url(../../images/client/formstyle/bg_fileform.png); background-repeat: no-repeat; background-position: left top 3px;
}
.adit_top > p::after {
	position: absolute; right: 0; top: 50%;
	content: "";
	display: inline-block;
	margin-top: -8px;
	width: 1px; height: 16px;
	background-color: #768395;
}
.adit_top a {
	position: relative;
	display: inline-block;
	margin-right: 15px;
	color: #0a199e;
	vertical-align: 0;
}
.adit_content {
	min-height: 150px;
	padding: 20px;
	font-size: 1.5rem; word-break: keep-all;
}

.bbs_header {
	padding: 17px 0;
	position: relative;
	font-size: 0; line-height: 0;
	border-top: 2px solid #193296;
}
.bbs_header .category_label {
	display: inline-block;
	margin-bottom: 10px; padding: 5px 6px;
	font-size: 1.5rem; line-height: 1em;
	border: 1px solid #ebebeb;
}
.cnt_title, .title_info {
	font-size: 1.5rem; line-height: 1.5em;
}
.cnt_title {
	margin-bottom: 10px;font-family: KOHIBaeum, sans-serif;
	color: #131313; font-size: 2rem; word-break: keep-all;
}
.title_info {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	text-align: left;
}
.title_info p {
	display: inline-block;
	margin-right: 20px;
	padding-left: 27px;
	flex-shrink: 0;
	color: #858c94;
	background-repeat: no-repeat;
}
.title_info .date {
	background-image: url(../../images/client/formstyle/icon_calendar_navy.png);
	background-size: 19px auto;
	background-position: left 1px;
}
.title_info .view {
	background-image: url(../../images/client/formstyle/icon_view.png);
	background-position: left 4px;
}
.commu_content .editor_area {
	padding: 30px 0;
	min-height: 250px;
	white-space: pre-line; line-height: 2rem;
	overflow-x: auto;
}
.editor_area {
	/*white-space: pre-line; */
	overflow-x: auto;
}
.editor_area table {
	width: 100%;
	border-color: #ebebeb;
	border-style: solid;
}
.editor_area table[align="center"] {
	margin: 0 auto;
}
.editor_area table th {
	padding: 8px;
	vertical-align: middle; text-align: center;
	border: 1px solid #ebebeb;
}
.editor_area table td {
	padding: 8px;
	vertical-align: middle;
	border: 1px solid #ebebeb;
}
.editor_area iframe {
	max-width: 100%;
}
.editor_area ul, .editor_area ol {
	padding-left: 20px;
}
.editor_area ul, .editor_area ul li {
	list-style: disc;
}
.editor_area ol, .editor_area ol li {
	list-style: number;
}
.editor_area img {
	max-width: 100%;
}

.video_wrap {
	width: 100%; height: 0;
	padding-bottom: 56.25%;
	position: relative;
}
.video_wrap iframe {
	position: absolute; top: 0; left: 0;
	width: 100%;
	height: 100%;
}
.commu_filelist {
	padding: 15px;
	background: #fff;
	border: 1px solid #c4c9cc;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.commu_filelist strong {
	display: block;
	margin-bottom: 5px;
	font-weight: 600; font-size: 1.5rem;
}

/* 커뮤니티 - Q&A */
.qna_tit {
    font-family: Notokr, sans-serif; font-weight: 700;
}
/* 커뮤니티 - Q&A 상세 */
.reply_wrapper {
    margin-top: 30px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.reply_wrapper .re_top {
    padding: 20px 30px 15px;
    background-color: #ebebeb;
    color: #858c94;
    -webkit-border-radius: 20px 20px 0 0;
	-moz-border-radius: 20px 20px 0 0;
	border-radius: 20px 20px 0 0;
}
.reply_wrapper .re_top .re_info {
    padding-left: 66px;
    background-image: url(../../images/client/sub/icon_reply.png), url(../../images/client/sub/icon_info.png);
    background-repeat: no-repeat;
    background-position: left top 1px, left 33px center;
}
.reply_wrapper .editor_area {
    padding: 20px 30px;
    min-height: 100px;
    background-color: #fff;
    -webkit-border-radius: 0 0 20px 20px;
	-moz-border-radius: 0 0 20px 20px;
	border-radius: 0 0 20px 20px;
}
.reply_wrapper .editor_area p {
    color: #5c5c5c;
}

/* 커뮤니티 - Q&A 등록하기 */
.input_box {
    border: 1px solid #c43b3b !important;
}

/* 커뮤니티 - 취업수기 상세 */
.title_info .writer {
    padding-left: 0;
}

/* 마이페이지 - 기본정보 */
.mypage_ctnbox {
    padding: 30px;
    background-color: #fff;
    border: 1px solid #ebebeb;
    -webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* 마이페이지 - 취업통계설문조사 */
.testlist_wrap {
	padding: 30px;
	text-align: center;
	background: #eaebf3;
}
.testlist_wrap .testlist_tit {
	margin-bottom: 15px;
	color: #000;
	font-family: KOHIBaeum, sans-serif;  font-size: 2.3rem; text-align: center;
}
.testlist_wrap .testlist_tit::after {
    content: "";
    display: block;
    margin: 10px auto 0;
    width: 60px;
    height: 2px;
    background-color: #193296;
}
.textlist_day {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 20px;
    padding-left: 28px;
	color: #4a4a4a;
    background: url(../../images/client/formstyle/icon_calendar_navy.png) no-repeat left bottom 3px;
}
.textlist_day strong {
    display: inline-block;
    vertical-align: top;
}
.textlist_day strong::after {
    content: "|";
    margin: 0 8px;
    vertical-align: top;
    font-size: 1.5rem;
}
.testlist_info {
	margin-top: 10px; margin-bottom: 30px;
	padding: 30px;
	min-height: 150px;
	text-align: left;
	background-color: #fff;
}
.testlist_info > * {
	vertical-align: top;
}
.testlist_info img {
	max-width: 100%; height: auto !important;
}
.testlist_box {
	padding: 20px; margin-bottom: 30px;
	text-align: left;
	background-color: #fff;
}
.testlist_box textarea {
	border-color: #f2f2f2;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.survey_list dt {
	position: relative;
	padding: 13px 0 10px 40px;
	color: #000; font-size: 1.6rem;
}
.survey_list dt span {
	display: inline-block;
	min-width: 30px; height: 30px;
	margin-left: -40px; margin-right: 10px;
	font-size: 1.8rem; color: #193296; font-weight: 500;
	text-align: center; line-height: 30px; vertical-align: baseline;
	background-color: #f2f2f2;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.survey_list dd {
	padding: 0 20px 13px 39px;
}
.survey_list dd .radio_row {
	margin: 2px 25px 2px 0;
}
.survey_list dd .check_row {
	margin: 2px 25px 2px 0;
}
.testlist_bar {
	height: 24px;
	margin-bottom: 30px;
	position: relative;
	text-align: center;
	background-color: #f2f2f2;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}
.testlist_bar p {
	height: 100%;
	position: absolute; top: 0; left: 0;
	background-color: #193296;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}
.testlist_bar .testlist_bartxt {
	position: absolute; top: 50%; left: 50%;
	display: inline-block;
	height: 22px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.testlist_paging {
	position: relative;
	text-align: center;
}
.testlist_number {
	display: inline-block;
	width: 94px;
	color: #333; font-size: 2.4rem; line-height: 30px; vertical-align: top;
	font-style: italic;
}
.testlist_number span {
	font-weight: 600; line-height: inherit; vertical-align: top;
}
.testlist_move {
	display: inline-block;
	padding: 4px 0;
	min-width: 80px; height: 30px;
	vertical-align: top; color: #fff;
	background-color: #193296; background-repeat: no-repeat;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.testlist_pre {
	padding-left: 25px;
	background-position: left 15px center;
	background-image: url(../../images/client/sub/icon_page_prev_white.png);
}
.testlist_next {
	padding-right: 25px;
	background-position: right 15px center;
	background-image: url(../../images/client/sub/icon_page_next_white.png);
}
.testlist_move.disabled {
	color: #b7b7b7;
	background-color: #ebebeb;
	cursor: default;
}
.testlist_pre.disabled {
	background-image: url(../../images/client/sub/icon_page_prev_gray.png);
}
.testlist_next.disabled {
	background-image: url(../../images/client/sub/icon_page_next_gray.png);
}
.testlist_paging .btn_wrap {
	position: absolute; top: -2px; right: 0;
}

/* 개인정보처리방침 */
.privacy_wrapper {
	padding: 50px 0 20px;
	min-height: 100%;
	background-color: #fbfbfb;
}
.privacy_wrap {
	margin: 0 auto;
	width: 1000px;
}
.privacy_wrap .logo {
	margin: 0 auto 35px;
	width: 341px;
}
.privacy_wrap .logo img {
	width: 100%;
}
.privacy_inner {
	position: relative;
    padding: 30px 30px 20px;
    background: #fff;
    box-shadow: 0 4px 12px rgb(0 0 0 / 10%);
}
.privacy_tit {
	display: inline-block;
	margin-bottom: 10px;
	font-size: 2rem; color: #131313; font-weight: 600; line-height: 1.3em;
}
.privacy_tit span {
	display: inline-block;
	font-size: 1.5rem; color: #717171; font-weight: 500;
	vertical-align: 0;
}
.privacy_box {
	position: relative;
	padding: 30px;
	height: 550px;
	font-size: 1.4rem; word-break: keep-all;
	background-color: #fff;
	border: 1px solid #ebebeb;
	overflow-y: auto;
	-ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}
.privacy_box::-webkit-scrollbar {
    width: 10px;  /* 스크롤바의 너비 */
}
.privacy_box::-webkit-scrollbar-thumb {
    background: #ddd; /* 스크롤바의 색상 */
	background-clip : padding-box;
    border: 2px solid transparent;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.privacy_box::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0);  /*스크롤바 뒷 배경 색상*/
}
.privacy_box h4 {
	display: block;
	margin-bottom: 5px;
	font-size: 1.6rem; font-weight: 600;
}

.privacy_box > p {
	font-size: 1.5rem;
}
.privacy_box p > strong {
	font-weight: 600;
	vertical-align: 0;
}
.privacy_box span {
	vertical-align: 0;
}
.privacy_box > section {
	margin-bottom: 20px;
}
.privacy_box > section > * {
	padding-left: 10px;
}
.privacy_box > section > h4 {
	padding-left: 0;
}
.privacy_box h5 {
	margin-bottom: 3px; font-size: 1.5rem; font-weight: 600;
}
.privacy_box .tbl {
	margin-top: 5px;
}
.privacy_box .tbl_col thead th {
	padding: 5px 0;
	font-size: 1.4rem;
}
.privacy_box .tbl_col tbody th, .privacy_box .tbl_col tbody td {
	padding: 5px;
	font-size: 1.4rem;
}
.privacy_box .list_num {
	padding-left: 20px;
}
.privacy_box a {
	color: #0aaccc;
}
.privacy_box .address_list li span {
	margin-right: 5px;
}
.privacy_wrap .radio_row_wrap {
	margin-top: 10px;
	text-align: right;
}
.privacy_wrap .btn_area {
	margin-top: 30px;
}

/* 회원가입약관 */
.privacy_box h3 {
	margin-top: 40px;
	margin-bottom: 15px;
	padding: 10px;
	font-size: 1.8rem; font-weight: 600; color: #000;
	border: 1px solid #ebebeb;
	border-left: none;
	border-right: none;
}
.privacy_box section:first-child h3 {
	margin-top: 0;
}

/* 이메일집단수집거부 */
.privacy_inner.email {
	padding: 30px;
}
.privacy_inner.email .privacy_box {
	height: 445px;
}
.privacy_inner.email .privacy_box p {
	padding: 0 10px;
	font-size: 1.5rem; line-height: 1.7em;
	text-indent: 15px;
}

/* 기업 채용공고 등록 */
.td_row {
	margin-bottom: 5px; 
	font-size: 0;
}
.td_row:last-child {
	margin-bottom: 0;
}
.td_row p {
	display: inline-block;
	margin-left: 3px;
	font-size: 1.5rem; vertical-align: 0;
}
.td_row .dp_inline {
	vertical-align: 0;
}
.td_row input {
	margin-right: 3px;
}
.td_row .select_form {
	margin-right: 3px;
}

.td_input .select_form .select_custom {
	height: 30px;
}
.td_input .select_form label {
	line-height: 30px;
}
.td_input .btn_bo_positive2.btn_sm {
	line-height: 30px !important;
}
.td_input .search_day {
	height: 32px;
}
.td_input .search_day input[type="text"].form_style {
	height: 32px;
	line-height: 30px;
}
.td_input .search_day .calendar_open {
	top: 5px;
}

/* 연간 프로그램 */
.detailpg_list {
	padding: 30px;
	background-color: #eff1f6;
	background-repeat: no-repeat;
	background-position: right 30px bottom 30px;
	border-radius: 30px;
}
.detailpg_list > li {
	margin-bottom: 20px;
	padding: 30px 25px 25px;
	letter-spacing: -0.07em;
	background-color: #cfd5e8;
	border-radius: 30px;
}
.detailpg_list > li:last-child {
	margin-bottom: 0;
}
.detailpg_list > li:nth-last-child(1) {
	width: 62%;
}
.detailpg_list > li:nth-last-child(2) {
	width: 72%;
}
.detailpg_list > li > strong {
	display: block;
	margin-bottom: 5px;
	font-size: 1.8rem;
	color: #000; font-family: KOHIBaeum, sans-serif;
}
.detailpg_list.counsel {
	background-image: url(../../images/client/sub/img_detailprogram1.png);
}
.detailpg_list.program {
	background-image: url(../../images/client/sub/img_detailprogram2.png);
}
.detailpg_list.job {
	background-image: url(../../images/client/sub/img_detailprogram3.png);
}
.detailpg_list.job_search {
	background-image: url(../../images/client/sub/img_detailprogram4.png);
}
.detailpg_list.company {
	background-image: url(../../images/client/sub/img_detailprogram5.png);
	background-size: auto 120px;
}
.detailpg_list.field {
	background-image: url(../../images/client/sub/img_detailprogram6.png);
}
.detailpg_list.overseas {
	background-image: url(../../images/client/sub/img_detailprogram7.png);
}

/* 거점형 프로그램 */
.base_summary {
	padding: 25px 400px 30px 30px;
	background: #eff1f6 url(../../images/client/sub/img_basesummary.png) no-repeat right 85px bottom;
	border-radius: 30px;
}
.base_summary > p {
	margin-bottom: 20px;
	line-height: 1.8em; letter-spacing: -0.08em;
}
.base_summary > p > strong {
	font-weight: 600; vertical-align: 0; color: #193296;
}

.tbl_program table {
	border: none;
}
.tbl_program table thead th {
	font-weight: 600;
	background-color: #eff1f6;
	border: none;
	border-left: 10px solid #fbfbfb;
	border-right: 10px solid #fbfbfb;
}
.tbl_program table tbody th, .tbl_program table tbody td {
	position: relative;
	font-weight: 600;
	background-color: #cfd5e8;
	border: none;
	border-left: 10px solid #d9ddec;
	border-right: 10px solid #d9ddec;
	border-bottom: 15px solid #eff1f6;
}
.tbl_program table tbody tr:nth-child(even) th, .tbl_program table tbody tr:nth-child(even) td {
	background-color: #aeb7d9;
	border-left-color: #b7bedd;
	border-right-color: #b7bedd;
}
.tbl_program table tbody tr:last-child th, .tbl_program table tbody tr:last-child td {
	border-bottom: none;
}

.greatprogram_list {
	display: flex;
}
.greatprogram_list > li {
	position: relative;
	flex: 1;
	margin-right: 30px;
	padding: 0 12px;
}
.greatprogram_list > li:last-child {
	margin-right: 0;
}
.greatprogram_list > li > div {
	padding: 110px 15px 70px;
	height: 100%;
	border: 1px solid #ccc;
}
.greatprogram_list .title {
	position: absolute; top: 0; left: 0;
	display: flex;
	align-items: center; justify-content: center;
	width: 100%; height: 85px;
	font-family: KOHIBaeum, sans-serif; color: #fff;
}
.greatprogram_list .title::after {
	position: absolute; bottom: -20px; left: 50%;
	content: "";
	display: inline-block;
	width: 0; height: 10px;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	border-top: 20px solid transparent;
	transform: translateX(-50%);
}
.greatprogram_list .title > p {
	padding-top: 12px;
	text-align: center; font-size: 3rem;
	line-height: 1em;
}
.greatprogram_list .title > p > span {
	display: block;
	font-size: 2rem;
}
.greatprogram_list .cnt {
	text-align: center; font-weight: 600;
}
.greatprogram_list .cnt > strong {
	display: block;
	margin-bottom: 10px;
	font-size: 2rem; font-weight: 600;
}
.greatprogram_list .cnt .list_line {
	text-align: left;
}
.greatprogram_list .bottom {
	position: absolute; bottom: 0; left: 0;
	padding: 15px 10px 10px;
	width: 100%;
	font-size: 2rem; text-align: center;
	font-family: KOHIBaeum, sans-serif; color: #fff;
}
.greatprogram_list .list1 .title, .greatprogram_list .list1 .bottom {
	background-color: #5087be;
}
.greatprogram_list .list1 .title::after {
	border-top-color: #5087be;
}	
.greatprogram_list .list2 .title, .greatprogram_list .list2 .bottom {
	background-color: #d7bee1;
}
.greatprogram_list .list2 .title::after {
	border-top-color: #d7bee1;
}
.greatprogram_list .list3 .title, .greatprogram_list .list3 .bottom {
	background-color: #37aa82;
}
.greatprogram_list .list3 .title::after {
	border-top-color: #37aa82;
}

/* 지역청년 프로그램 */
.base_summary.local { 
	margin-bottom: 20px;
	padding-right: 430px;
	min-height: 200px;
	background-image: url(../../images/client/sub/img_localyouth.png);
	background-position:  right 20px bottom -20px;
}

.localprogram_list {
	display: flex; flex-wrap: wrap;
}
.localprogram_list > li {
	position: relative;
	display: flex;
	margin-bottom: 20px;
	width: 510px; min-height: 150px;
	background-color: #efefef;
	border-radius: 75px 0 0 75px;
}
.localprogram_list > li::before {
	content: "";
	display: block;
	width: 75px; height: 100%;
	background-color: #193296;
	border-radius: 75px 0 0 75px;
}
.localprogram_list > li:nth-child(2)::before, .localprogram_list > li:nth-child(3)::before {
	background-color: #0aaccc;
}
.localprogram_list > li::after {
	position: absolute; right: -80px;
	content: "";
	display: inline-block;
	width: 0; height: 0;
	border-bottom: 150px solid #efefef;
	border-left: 0;
	border-right: 80px solid transparent;
}
.localprogram_list > li > strong {
	position: absolute; top: 50%; left: 15px;
	display: flex;
	padding-top: 52px;
	width: 110px; height: 110px;
	align-items: center; justify-content: center;
	font-family: KOHIBaeum, sans-serif; color: #000;
	background-color: #fff; background-repeat: no-repeat;
	background-position: center top 20px;
	border-radius: 50%;
	transform: translateY(-50%);
}
.localprogram_list > li.list1 {
	margin-right: 100px;
}
.localprogram_list > li.list1 > strong {
	background-image: url(../../images/client/sub/img_localsub1.png);
}
.localprogram_list > li.list2 > strong {
	background-image: url(../../images/client/sub/img_localsub2.png);
}
.localprogram_list > li.list3 {
	margin-left: 80px; margin-right: 100px;
	margin-bottom: 0;
}
.localprogram_list > li.list3 > strong {
	background-image: url(../../images/client/sub/img_localsub3.png);
}
.localprogram_list > li.list4 {
	margin-bottom: 0;
}
.localprogram_list > li.list4 > strong {
	background-image: url(../../images/client/sub/img_localsub4.png);
}
.localprogram_list > li > div {
	display: flex;
	padding-left: 65px;
	align-items: center;
}
.localprogram_list .font_navy {
	font-size: 1.8rem;
}
.localprogram_list .list_line li {
	letter-spacing: -0.1em;
}

.finger_txt {
	padding-left: 35px;
	font-size: 1.8rem; font-weight: 600;
	background: url(../../images/client/sub/img_finger.png) no-repeat left top 5px;
}

.font_list li {
	margin-bottom: 8px;
	font-family: KOHIBaeum, sans-serif; color: #000;
}
.font_list li:last-child {
	margin-bottom: 0;
}
.font_list li > strong {
	font-weight: inherit; color: #193296;
	vertical-align: 0;
}
/*=================== //서브페이지 ===================*/

@media screen and (max-width:1280px) {

	/*=================== 공통 1280 ===================*/
	/* 영역 타이틀 1279 */
	.section_tit_lg {
		font-size: 2.2rem;
		background-position: left 3px;
	}
	.section_tit_md {
		font-size: 1.8rem;
		background-position: left top;
	}
	.section_tit_sm {
		font-size: 1.6rem;
		background-position: left 6px;
	}
	/*=================== //공통 1280 ===================*/

	/*=================== 메인페이지 1280 ===================*/

	.main_tit {
		font-size: 2.4rem;
	}

	.mainqna_wrap .main_tit {
		font-size: 1.9rem;
	}
	.mainqna_wrap > a {
		padding: 20px 15px;
	}
	.mainqna_wrap p {
		padding: 0 13px;
		width: 90px; height: 27px;
		line-height: 27px; font-size: 1.4rem;
		background-size: 7px auto;
		background-position: right 10px center;
	}

	.mainsns_wrap {
		padding: 15px 15px;
	}
	.mainsns_wrap .sns_list li a {
		font-size: 1.4rem;
		background-position: center 10px;
		background-size: 70px auto;
	}
	.mainsns_wrap .sns_list li a::after {
		top: 15px;
		width: 63px; height: 61px;
	}

	.mainquickmove_wrap .main_tit {
		margin-right: 15px;
		font-size: 1.7rem;
	}
	.mainquickmove_wrap li > a > div {
		padding: 20px 40px 20px 20px;
	}
	.mainquickmove_wrap .main_tit::after {
		top: 0;
	}
	.mainquickmove_wrap li:nth-child(1) > a::before {
		width: 50px; height: 43px;
	}
	.mainquickmove_wrap li:nth-child(2) > a::before {
		width: 41px; height: 42px;
	}
	.mainquickmove_wrap li:nth-child(3) > a::before {
		width: 47px; height: 48px;
	}
	.mainquickmove_wrap li:nth-child(4) > a::before {
		width: 54px; height: 46px;
	}
	.mainquickmove_wrap li:nth-child(5) > a::before {
		width: 45px; height: 43px;
	}

	.mainrecommend_wrap .mainrecommend_tit::after {
		left: -20px;
		width: 261px; height: 162px;
	}

	.mainemploy_wrap {
		padding: 15px 40px;
	}
	.mainemploy_wrap .mainemploy_swiper {
		padding: 0 40px;
	}
	.employ_item .img_box img {
		max-height: 85%; max-width: 95%;
	}

	/*=================== // 메인페이지 1280 ===================*/

	/*=================== 서브페이지 1280 ===================*/

	/* 대학일자리본부 - 담당업무 1280 */
	.responsib_list {
		width: 100%;
	}

	/* 취업프로그램 - 취업프로그램 신청 상세 1280 */
	.joincount_wrap > div {
		padding-left: 30px;
		height: 40px;
	}
	.joincount_wrap .progress_bar {
		width: 298px; height: 40px;
	}
	.joincount_wrap .progress_bar::after {
		width: 298px; height: 40px;
		background-size: contain;
	}
	.joincount_wrap > div strong {
		padding-left: 0;
		width: 80px;
		line-height: 40px;
		background: none !important;
	}
	.section_grid .graph_box.adit {
		padding: 20px 20px 40px 20px;
	}
	/* .section_grid .unit_status {
		padding: 30px 40px;
		background-size: 150px auto;
	}
	.section_grid .unit_status .unit_box.my {
		margin-top: 73px;
		margin-right: 20px;
	}
	.section_grid .unit_status .unit_box .unit {
		line-height: 85px;
	}
	.section_grid .unit_status .unit_box.my .unit::after {
		right: 12px;
	}
	.section_grid .unit_status .unit_box.average .unit::after {
		left: 12px;
	}   */

	/* 상담 - 상담신청 1280 */
    .intro_box {
        background-size: 330px auto;
    }

	/* 취업링크 - 취업도우미 1280 */
	.anylink_list li {
		width: 25%;
	}

	/* 개인정보처리방침 1280 */
	.privacy_wrap {
		width: 80%;
	}

	/* 지역청년 프로그램 1280 */
	.localprogram_list > li {
		margin-right: 2% !important;
		width: 49%;
	}
	.localprogram_list > li:nth-child(2n) {
		margin-right: 0 !important;
	}
	.localprogram_list > li::after {
		display: none;
	}
	.localprogram_list > li.list3 {
		margin-left: 0;
	}

	/*=================== //서브페이지 1280 ===================*/

}
@media screen and (max-width:1079px) {

	/*=================== 서브페이지 1079 ===================*/

	/*=================== 서브페이지 1079 ===================*/

}

/*=================== hover ===================*/
@media screen and (min-width:1025px) {

	/*=================== 메인페이지 hover ===================*/
	.main_more:hover {
		background-image: url(../../images/client/main/icon_more_on.png);
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	.mainnotice_list li:hover a {
		color: #403f3f;
		text-decoration: underline;
	}
	.mainqna_wrap > a:hover {
		background-color: #8ac7b2;
	}
	.mainnotice_list li.notice_new:hover a::before {
		background-color: #0697b4;
	}
	.mainqna_wrap > a:hover .main_tit {
		text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.19);
	}
	.mainqna_wrap > a:hover p {
		background-color: #086b35;
	}

	.mainsns_wrap .sns_list li:hover a::after {
		opacity: 1;
	}

	.mainquickmove_wrap li > a:hover {
		box-shadow: 7px 6px 5px 0px rgba(25, 50, 150, 0.25);
	}
	.mainquickmove_wrap li > a:hover > div {
		clip-path: polygon(0 0, 101% 0, 102% 101%, 90% 107%, 0 105%);
	}
	.mainquickmove_wrap li:hover .main_tit::after {
		right: -30px;
	}

	.recommend_card > a:hover {
		color: #fff;
		background-color: #0aaccc;
		box-shadow: 0 0 15px 4px rgba(10,172,204, 0.6);
	}
	.recommend_card > a:hover dt > strong {
		color: #fff;
	}
	.recommend_card > a:hover dt > p {
		color: #fff;
	}
	.recommend_card > a:hover dd {
		color: #fff;
	}
	.recommend_card > a:hover dd > strong {
		color: #0aaccc;
		background-color: #fff;
	}
	.recommend_card.simple > a:hover {
		background-color: #0e407a;
		box-shadow: 0 0 15px 4px rgba(14,64,122, 0.6);
	}
	.recommend_card.simple > a:hover dd > strong {
		color: #0e407a;
	}
	.recommend_card > a:hover .announce_label {
		background: url(../../images/client/main/bg_announcelabel1_on.png);
	}
	.recommend_card.simple > a:hover .announce_label {
		background: url(../../images/client/main/bg_announcelabel2_on.png);
	}

	.employ_item > a:hover .img_box img {
		-webkit-transform: scale(1.05) translate(-50%, -50%);
		-moz-transform: scale(1.05) translate(-50%, -50%);
		-o-transform: scale(1.05) translate(-50%, -50%);
		transform: scale(1.05) translate(-50%, -50%);
	}

	/*=================== //메인페이지 hover ===================*/
	/*=================== 서브페이지 hover ===================*/


	/* 취업프로그램 - 취업프로그램 신청 hover */
	.program_cardtype dt a:hover {
		color: #1e2446;
	}

	/* 채용정보 - 추천 채용정보 hover */
	.employ_card:hover {
		box-shadow: 9px 9px 10px rgba(40, 107, 200, 0.1);
	}

	/* 상담 - 상담신청 hover */
	.fc-h-event.fc-daygrid-event.unable:hover {
		background-color: #f5dede;
	}
	.fc-h-event.fc-daygrid-event.able:hover {
		background-color: #d1e6e6;
	}

	/* 청년고용정책 - 온라인 청년센터 hover */
	.online_card:hover {
		box-shadow: 5px 5px 16px rgb(25 50 150 / 0.3);
	}
	.online_card.disabled:hover {
		box-shadow: 5px 5px 16px rgba(180, 180, 180, 0.3) !important;
	}

	/* 청년고용정책 - 직업훈련포털 */
	.portal_card:hover {
		box-shadow: 9px 9px 10px rgba(40, 107, 200, 0.1);
	}

	/* 취업링크 - 취업도우미 hover */
	.anylink_list li a:hover .img_wrap {
		background-color: #d6dcf0;
		border-color: #d6dcf0;
		box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.2);
	}
	.anylink_list li a:hover .bottom_link {
		background-image: url(../../images/client/sub/img_bglink_hover.png);
	}
	.anylink_list li a:hover .bottom_link .tit {
		color: #6d7bb3;
	}
	.anylink_list li a:hover .bottom_link .direct_tit::after {
		background-image: url(../../images/client/sub/icon_directlink_on.png);
	}

	/* 마이페이지 - 취업통계설문조사 hover */
	.testlist_move:hover {
		background-color: #12246a;
	}
	.testlist_move.disabled:hover {
		background-color: #ebebeb;
	}

	/* 개인정보처리방침 hover */
	.privacy_box a:hover {
		text-decoration: underline;
	}

	/*=================== //서브페이지 hover ===================*/
}
/*=================== //hover ===================*/

@media screen and (max-width:1024px) {

	/*=================== 공통 1024 ===================*/

	/* 영역 1024 */
	.section_toparea {
		margin-top: 1%;
	}
	.section_area {
		margin-bottom: 8%;
	}
	.section_marea {
		margin-bottom: 6%;
	}
	.section_sarea {
		margin-bottom: 5%;
	}
	.section_xsarea {
		margin-bottom: 4%;
	}

	/* 토탈카운트 1024 */
	.total_count {
		margin-bottom: 10px;
	}

	/*=================== //공통 1024 ===================*/
	/*=================== 메인페이지 1024 ===================*/

	.main_toparea {
		padding: 105px 0 10px;
	}
	.main_section {
		margin-bottom: 25px;
	}
	.main_tit {
		font-size: 2rem;
	}
	.main_more {
		background-image: url(../../images/client/main/icon_more_on.png);
	}

	.maincommunity_wrap, .maintoprecruit_wrap {
		display: block;
		width: 100%;
	}

	.mainnotice_wrap {
		padding: 20px 25px;
		height: 210px;
	}
	.mainnotice_wrap .nocnt_box {
		height: 126px;
	}
	.mainnotice_list li {
		margin-bottom: 10px;
	}
	.mainnotice_list li.notice_new a {
		padding-left: 48px;
	}
	.mainnotice_list li.notice_new a::before {
		width: 40px; height: 18px;
		line-height: 18px;
	}

	.mainqna_wrap > a {
		height: 130px;
		background-size: auto 75px;
	}
	.mainqna_wrap .main_tit {
		font-size: 1.7rem;
	}
	.mainqna_wrap p {
		height: 25px;
		line-height: 25px;
	}

	.mainsns_wrap {
		padding: 10px 30px;
		height: 130px;
	}
	.mainsns_wrap .sns_list li a {
		padding-top: 75px;
		line-height: 1.2em;
		background-position: center top;
	}
	.mainsns_wrap .sns_list li a::after {
		display: none;
	}

	.maintoprecruit_slide a .img_box {
		height: 280px;
	}
	.maintoprecruit_slide .swiper-pagination {
		bottom: 7px;
	}

	.mainquickmove_wrap li > a {
		height: 106px;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
	}
	.mainquickmove_wrap li > a > div {
		position: relative;
		padding: 15px 30px 15px 15px;
		clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%, 0 100%);
	}
	.mainquickmove_wrap .main_tit {
		position: static;
		display: block;
		margin-right: 5px;
		font-size: 1.5rem;
	}
	.mainquickmove_wrap li > a::before {
		bottom: 5px; right: 10px;
	}
	.mainquickmove_wrap .main_tit::after {
		top: 15px; right: 12px;
		width: 14px; height: 12px;
	}

	.mainprogram_wrap .mainpro_tit {
		margin-bottom: 20px;
	}
	.mainprogram_wrap .main_top .right_box {
		padding-right: 0;
	}
	.mainprogram_wrap .main_more {
		position: static;
		margin-top: 15px;
		width: 100%; height: 40px;
		line-height: 45px; color: #193296; font-size: 1.4rem; text-indent: 0; text-align: center; font-weight: 500;
		font-family: KOHIBaeum, sans-serif;
		background-image: none;
		background-color: #e8eaf3;
		border: 1px solid #ccc;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}
	.mainprogram_swiper {
		padding: 0 35px;
	}
	.mainprogram_swiper .mainpro_arrow {
		width: 16px; height: 25px;
	}
	.mainprogram_swiper .swiper-container {
		padding: 0;
	}
	.program_cardtype dd strong {
		margin-right: 4px;
		padding-right: 0px;
		min-width: 55px;
	}

	.mainrecommend_wrap .mainrecommend_cnt .nocnt_box {
		height: 244px;
	}
	.mainrecommend_wrap .mainrecommend_tit {
		width: 27%;
		min-height: 284px;
	}
	.mainrecommend_wrap .mainrecommend_tit::after {
		left: 0;
		width: 217px; height: 135px;
	}
	.mainrecommend_wrap .mainrecommend_tit .main_more {
		top: 12px;
	}
	.mainrecommend_wrap .mainrecommend_cnt {
		padding-left: 15px;
		width: 73%;
		min-height: 284px;
	}
	.mainrecommend_swiper {
		padding: 0 35px;
	}
	.mainrecommend_swiper .swiper-container {
		padding: 45px 0 25px;
	}
	.mainrecommend_swiper .mainpro_arrow {
		width: 16px; height: 25px;
	}
	.recommend_card.no_recommend {
		padding-bottom: 0;
		height: 234px;
		font-size: 1.5rem;
		background-size: 250px auto;
	}
	.recommend_card > a {
		height: 234px;
	}
	.recommend_card dt > strong {
		margin-bottom: 0;
		font-size: 1.6rem;
	}
	.recommend_card dd {
		margin-bottom: 5px;
	}
	.recommend_card dd > strong {
		margin-right: 7px;
		min-width: 65px;
		font-size: 1.4rem; line-height: 21px;
	}

	.mainemploy_wrapper {
		padding: 30px 0;
	}
	.mainemploy_wrap {
		padding: 15px 20px;
	}
	.employ_item .img_box {
		height: 30px;
	}

	/*=================== //메인페이지 1024 ===================*/
	/*=================== 서브페이지 1024 ===================*/

	/* 대학일자리본부 - 소개 1024 */
	.jobintro_list {
		display: flex;
		margin: 20px 15px;
		justify-content: space-evenly;
		background-image: none;
	}
	.jobintro_list li {
		display: inline-flex;
		padding: 50px 10px 10px;
		width: 125px; height: 125px;
		align-items: center;
		justify-content: center;
		font-size: 1.4rem;
		background-position: center 15px;
		background-size: auto 35px;
		border: 3px solid #5087be;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
	}
	.jobintro_list li:nth-child(1) {
		border-color: #5087be;
	}
	.jobintro_list li:nth-child(2) {
		border-color: #0aaccc;
	}
	.jobintro_list li:nth-child(3) {
		border-color: #145bad;
	}
	.jobintro_list li:nth-child(4) {
		background-position: center 20px;
		border-color: #193296;
	}
	.jobintro_list li:nth-child(5) {
		border-color: #0e407a;
	}
	.jobprogram_list {
		display: flex;
		margin: 30px 0 0 0;
		flex-wrap: wrap;
		justify-content: space-between;
		background-image: none;
	}
	.jobprogram_list li {
		margin: 0;
		padding: 10px;
		width: 24%;
		border: 4px solid #d7bee1;
		-webkit-border-radius: 40px;
		-moz-border-radius: 40px;
		border-radius: 40px;
	}
	.jobprogram_list li:nth-child(1) {
		border-color: #d7bee1;
	}
	.jobprogram_list li:nth-child(2) {
		border-color: #72c2a7;
	}
	.jobprogram_list li:nth-child(3) {
		border-color: #fdcb7d;
	}
	.jobprogram_list li:nth-child(4) {
		border-color: #a9c4de;
	}
	.jobprogram_list li strong {
		display: block;
		margin-bottom: 0;
		padding: 15px 0 10px 20px;
		font-size: 1.6rem;
		background-color: #d9e2f1;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		border-radius: 30px;
	}
	.jobprogram_list li strong::after {
		left: 7px; top: 7px; right: auto; bottom: auto;
		z-index: 1;
		display: flex;
		padding-top: 6px; padding-right: 2px;
		width: 35px; height: 35px;
		font-size: 1.4rem;
		align-items: center;
		justify-content: center;
		background-color: #fff;
	}
	.jobprogram_list li:nth-child(1) strong::after {
		content: "1";
	}
	.jobprogram_list li:nth-child(2) strong::after {
		content: "2";
	}
	.jobprogram_list li:nth-child(3) strong::after {
		content: "3";
	}
	.jobprogram_list li:nth-child(4) strong::after {
		content: "4";
	}
	.jobprogram_list li p {
		display: flex;
		margin: 10px 0;
		align-items: center;
		min-height: 170px;
	}

	/* 대학일자리본부 - 담당업무 1024 */
	.responsib_box {
		padding: 65px 15px 15px 50px;
		-webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.15);
		-moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.15);
		box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.15);
	}
	.responsib_box .name_tag {
		top: -15px; left: 15px;
		width: 125px; height: 70px;
		font-size: 2.2rem;
	}
	.responsib_box .name_tag::after {
		height: 16px;
	}
	.responsib_box .name_tag .position {
		font-size: 1.5rem;
	}
	.responsib_box .number {
		top: 25px; left: 135px;
		width: 115%;
		text-align: left;
	}

	/* 취업프로그램 - 취업프로그램 신청 상세 1024 */
	.program_content {
		padding-left: 400px;
		height: auto;
	}
	.program_content .img_box {
		width: 375px; height: 238px;
	}
	.program_content dt h5 {
		font-size: 2.2rem;
	}
	.program_content dd strong {
		width: 100px;
	}
	.joincount_wrap {
		display: block;
		margin: 0 auto;
	}
	.joincount_wrap > div {
		padding: 0 20px;
		width: 100%;
		justify-content: left;
	}
	.joincount_wrap > div * {
		flex: 1;
	}
	.joincount_wrap > div strong {
		text-align: center;
	}
	.joincount_wrap .progress_bar::after {
		width: 100%;
		background-size: 101% 40px;
	}
	.joincount_wrap .progress_bartxt {
		text-align: center;
	}
	.graph_box .edu_tit {
		font-size: 1.5rem;
	}
	.graph_box .edu_list li {
		margin-bottom: 8px;
	}
	.graph_box .adit_footer ul li {
		margin-right: 15px;
		padding-left: 25px;
		background-position: left 10px;
		background-size: 17px auto;
	}
	.graph_box .adit_footer ul li:last-child {
		margin-right: 0;
	}
	.adit_footer ul li strong {
		margin-right: 5px;
		padding-right: 7px;
	}

	/* .section_grid .unit_status {
		padding: 30px;
		justify-content: space-between;
		background-size: 125px auto;
	}
	.section_grid .unit_status .unit_box {
		min-width: 160px;
	}
	.section_grid .unit_status .unit_box.my {
		margin-top: 90px;
	}
	.section_grid .unit_status .unit_box .unit {
		font-size: 1.6rem; line-height: 63px;
	}
	.section_grid .unit_status .unit_box.my .unit::after {
		right: 3px; bottom: -11px;
	}
	.section_grid .unit_status .unit_box.average .unit::after {
		left: 3px; bottom: -11px;
	}
	.section_grid .unit_status .unit_box .unit strong {
		font-size: 2.6rem;
	}
	.section_grid .unit_status .unit_box > p {
		font-size: 1.6rem;
	}
	.section_grid .unit_status .unit_box.my > p {
		margin-left: 5px;
	}
	.section_grid .unit_status .unit_box.average {
		margin-left: -90px;
		margin-right: 20px;
	}  */

	.insert_adit .adit_content {
		padding: 25px 20px 15px;
	}
	.edu_tit {
		font-size: 1.6rem;
	}
	.edu_tit::before {
		margin-right: 5px;
		width: 8px; height: 8px;
	}
	.edu_list li {
		padding-left: 120px;
	}
	.edu_tit.detail {
		margin-bottom: 12px;
	}
	.detail_list li {
		margin-right: 15px;
		font-size: 1.8rem;
	}
	.detail_list li p {
		font-size: 1.8rem;
	}

	 /* 상담 - 상담신청 1024 */
	.intro_box {
        padding: 30px 30px 120px;
    }
    .intro_box {
        background-size: 200px auto;
    }
    .intro_txt {
		min-height: 50px;
    }

    /* 상담 - 상담 상세보기 1024 */
    .counsel_wrap .counsel_box {
        padding: 15px 15px 15px 140px;
    }
	.counsel_wrap .counsel_box strong {
		top: 21px;
        font-size: 1.6rem;
	}

	/* 채용정보 - 추천 채용정보 상세 1024 */
	.jobinfo_list {
		padding: 15px 20px 20px;
	}
	.jobinfo_list .tbl th {
		width: 16%;
	}
	.jobinfo_list .tbl td {
		width: 34%;
	}
	
	/* 대진 JOB - 인재정보 1024 */
	.agree_wrap {
		padding: 30px 20px 25px;
		font-size: 1.7rem;
	}

	/* 취업링크 - 취업도우미 1024 */
	.anylink_list li {
		width: 33.3%;
	}

	/* 커뮤니티 - 공지사항, 자료실 상세 1024 */
	.cnt_title {
		font-size: 1.9rem;
	}
	.title_info p {
        margin-right: 15px;
        padding-left: 23px;
    }
	.title_info .date {
        background-size: 17px auto;
    }
    .title_info .view {
        background-size: 16px auto;
    }
    .commu_content .editor_area {
        padding: 15px 0;
    }

	 /* 커뮤니티 - Q&A 상세 1024 */
	.reply_wrapper .re_top {
        padding: 15px 20px 10px;
    }
    .reply_wrapper .re_top .re_info {
        padding-left: 52px;
        background-size: 10px auto, 18px auto;
        background-position: left top 2px, left 23px top 1px;
    }
    .reply_wrapper .editor_area {
        padding: 15px 20px;
    }

    /* 마이페이지 - 기본정보 1024 */
    .mypage_ctnbox {
        padding: 25px;
    }

	/* 마이페이지 - 취업통계설문조사 1024 */
	.testlist_wrap {
		padding: 25px 20px 30px;
	}
	.testlist_wrap .testlist_tit {
		font-size: 2rem;
	}
	.testlist_info {
		margin-bottom: 20px;
		padding: 20px;
		min-height: 100px;
	}
	.testlist_number {
		font-size: 2rem;
	}
	.survey_list dt {
		padding: 15px 0 7px 40px;
	}

	/* 연간 프로그램 1024 */
	.detailpg_list {
		padding: 120px 20px 20px;
		background-position: center top 15px;
		background-size: auto 86px !important;
	}
	.detailpg_list > li {
		margin-bottom: 10px;
		padding: 15px 15px 10px;
		width: 100% !important;
		border-radius: 10px;
	}
	.detailpg_list > li > strong {
		margin-bottom: 3px;
		font-size: 1.6rem;
	}

	/* 거점형 프로그램 1024 */
	.base_summary {
		padding: 15px 15px 140px;
		text-align: center;
		background-position: center bottom;
		background-size: auto 124px;
	}
	.base_summary > p {
		margin-bottom: 10px;
		line-height: 1.5em;
	}

	.greatprogram_list > li {
		margin-right: 10px;
		padding: 0 5px;
	}
	.greatprogram_list > li > div {
		padding: 90px 10px 50px;
	}
	.greatprogram_list .title {
		height: 65px;
	}
	.greatprogram_list .title > p {
		padding-top: 8px;
		font-size: 2rem;
	}
	.greatprogram_list .title > p > span {
		font-size: 1.6rem;
	}
	.greatprogram_list .cnt > strong {
		margin-bottom: 5px;
		font-size: 1.6rem;
	}
	.greatprogram_list .bottom {
		padding: 10px 10px 5px;
		font-size: 1.6rem;
	}

	/* 지역청년 프로그램 1024 */
	.base_summary.local {
		padding-right: 15px;
		min-height: auto;
		background-position: center bottom -5px;
	}

	.localprogram_list > li {
		display: block;
		margin-bottom: 10px !important;
		min-height: auto;
		border: 1px solid #efefef;
		border-radius: 0;
	}
	.localprogram_list > li:nth-child(3),	.localprogram_list > li:last-child {
		margin-bottom: 0 !important;
	}
	.localprogram_list > li::before {
		width: 100%;  height: 5px;
	}
	.localprogram_list > li > strong {
		position: static;
		display: block;
		padding: 50px 10px 10px;
		width: 100%; height: auto;
		text-align: center;
		background-position: center top 10px;
		background-size: auto 30px;
		border-radius: 0;
		transform: none;
	}
	.localprogram_list > li > div {
		padding: 10px;
		justify-content: center;
	}

	/*=================== //서브페이지 1024 ===================*/

}
@media screen and (max-width:768px) {

	/*=================== 공통 768 ===================*/

	/* 영역 타이틀 768 */
	.section_tit_lg {
		padding-left: 23px;
		font-size: 2rem;
		background-size: 16px; background-position: left 3px;
	}
	.section_tit_md {
		padding-left: 19px;
		font-size: 1.7rem;
		background-size: 12px; background-position: left 1px;
	}
	.section_tit_sm {
		padding-left: 19px;
		font-size: 1.5rem;
		background-size: 13px; background-position: left 5px;
	}

	/* 검색결과 없음 768 */
	.nocnt_box p {
		padding: 11px 0 11px 70px;
		max-width: 85%;
		font-size: 1.9rem !important;
	}
	.nocntfl_box {
		min-height: 110px;
	}
	.nocntfl_box p span {
		padding: 11px 0 11px 70px;
		max-width: 85%;
		font-size: 1.9rem;
		background-size: 50px;
	}
	/* 리스트 스타일 768 */
	.list_dot_sm > li {
		line-height: 1.5em;
	}
	.list_dot_sm > li::before {
		top: 7px;
	}

	.list_number li {
		padding-left: 35px;
	}
	.list_number li span {
		width: 25px; height: 25px;
		margin-left: -35px;
		padding: 1px;
		line-height: 25px;
		font-size: 1.7rem;
	}
	/*=================== //공통 768 ===================*/
	/*=================== 메인페이지 768 ===================*/

	.main_toparea {
		padding: 95px 0 10px;
	}
	.main_tit {
		font-size: 1.8rem;
	}
	.main_more {
		width: 15px; height: 15px;
	}

	.mainnotice_wrap {
		padding: 15px 20px;
		height: 180px;
	}
	.mainnotice_wrap .nocnt_box {
		height: 116px;
	}
	.mainnotice_wrap .main_top {
		margin-bottom: 5px;
	}
	.mainnotice_list li a {
		padding-right: 70px;
	}
	.mainnotice_list li.notice_new a {
		padding-left: 40px;
	}
	.mainnotice_list li.notice_new a::before {
		width: 35px; height: 15px;
		line-height: 15px; font-size: 1.1rem;
	}

	.mainqna_wrap > a {
		padding: 15px;
		height: 110px;
		background-size: auto 58px;
	}
	.mainqna_wrap .main_tit {
		margin-bottom: -2px;
		font-size: 1.6rem;
	}
	.mainqna_wrap p {
		margin-top: 10px;
		width: 80px; height: 23px;
		font-size: 1.3rem; line-height: 23px;
		background-size: 6px auto;
		background-position: right 10px top 6px;
	}

	.mainsns_wrap {
		padding: 10px;
		height: 110px;
	}
	.mainsns_wrap .sns_list li a {
		padding-top: 60px;
		background-size: 55px auto;
	}

	.maintoprecruit_wrap .maintoprecruit_tit {
		top: 15px;
	}
	.maintoprecruit_slide a .img_box {
		height: 200px;
	}
	.maintoprecruit_slide .swiper-pagination-bullet {
		width: 25px; height: 4px;
	}

	.mainquickmove_wrap {
		margin-bottom: 20px;
	}
	.mainquickmove_wrap li > a {
		height: 75px;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
	}
	.mainquickmove_wrap li > a > div {
		padding: 15px;
	}
	.mainquickmove_wrap .main_tit {
		display: inline-block;
		font-size: 1.5rem;
	}
	.mainquickmove_wrap li:nth-child(1) > a::before {
		right: 10px;
		width: 32px; height: 28px;
	}
	.mainquickmove_wrap li:nth-child(2) > a::before {
		width: 27px; height: 27px;
	}
	.mainquickmove_wrap li:nth-child(3) > a::before {
		width: 32px; height: 32px;
	}
	.mainquickmove_wrap li:nth-child(4) > a::before { 
		width: 30px; height: 28px;
	}
	.mainquickmove_wrap li:nth-child(5) > a::before {
		width: 31px; height: 30px;
	}

	.mainpro_tit .select_form {
		top: -9px;
	}
	.mainprogram_swiper {
		padding: 0;
	}
	.mainprogram_swiper .mainpro_arrow {
		display: none;
	}

	.mainrecommend_wrap {
		padding-bottom: 25px;
		background-color: #0e407a;
	}
	.mainrecommend_wrap::before {
		display: none;
	}
	.mainrecommend_wrap .grid_content {
		display: block;
	}
	.mainrecommend_wrap .mainrecommend_tit {
		padding: 20px 0 15px;
		width: 100%; min-height: auto;
	}
	.mainrecommend_wrap .mainrecommend_tit::after {
		left: auto; right: 10px; bottom: 0;
		width: 142px; height: 88px;
	}
	.mainrecommend_wrap .mainrecommend_cnt {
		padding: 0 13px;
		width: 100%; min-height: 100px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}
	.mainrecommend_wrap .mainrecommend_cnt .nocnt_box {
		margin: 13px auto;
		height: auto;
	}
	.mainrecommend_swiper {
		padding: 0 23px;
	}
	.mainrecommend_swiper .swiper-container {
		padding: 32px 0 20px;
	}
	.mainrecommend_swiper .mainpro_arrow {
		width: 13px; height: 20px;
	}
	.recommend_card > a {
		padding: 15px;
		height: 208px;
	}
	.recommend_card dt > strong {
		font-size: 1.5rem;
	}
	.recommend_card dt {
		margin-bottom: 10px;
	}
	.recommend_card.no_recommend {
		height: 208px;
		background-size: 230px auto;
	}
	.recommend_card .announce_label {
		top: -18px;
	}

	.mainemploy_wrapper {
		padding: 20px 0;
	}
	.employ_item .img_box {
		height: 25px;
	}
	.mainemploy_swiper .mainpro_arrow {
		width: 9px; height: 15px;
	}
	.employ_item .img_box img {
		max-width: 90%; max-height: 75%;
	}


	/*=================== //메인페이지 768 ===================*/
	/*=================== 서브페이지 768 ===================*/

	/* 회원가입 768 */
	.join_page .grid_content {
		width: 94%;
	}
	.join_page .join_logo {
		margin-bottom: 20px;
	}
	.join_page .join_logo a {
		height: 31px;
	}
	.signup_detail > li {
		margin-right: 0;
		width: 100%;
	}
	.duplicate_search .valid + .btn_round {
		bottom: 5px;
	}
	.duplicate_search .error + .btn_round {
		bottom: 22px;
	}
	.duplicate_search:has(p.error) .btn_round {
		bottom: 22px;
	}

	/* 대학일자리본부 - 소개 768 */
	.jobintro_list {
		margin: 20px 0;
		flex-wrap: wrap;
		justify-content: center;
	}
	.jobintro_list li {
		margin: 0 10px 10px 0;
		padding: 50px 20px 2px 20px;
		width: 31%; height: 85px;
		background-size: auto 30px;
		background-position: center 10px;
		border: 2px solid #5087be;
		-webkit-border-radius: 60px;
		-moz-border-radius: 60px;
		border-radius: 60px;
	}
	.jobintro_list li:nth-child(4) {
		background-position: center 10px;
	}
	.jobintro_list li:last-child {
		margin-bottom: 0;
	}
	.jobprogram_list {
		margin: 20px 0 0 0;
	}
	.jobprogram_list li{
		margin-bottom: 10px;
		width: 49%;
	}
	.jobprogram_list li strong {
		padding: 13px 0 7px 15px;
	}
	.jobprogram_list li strong::after {
		width: 28px; height: 28px;
	}
	.jobprogram_list li p {
		min-height: 70px;
	}

	/* 대학일자리본부 - 담당업무 768 */
	.responsib_list .sub_list li {
		min-width: 33.3%;
	}

	/* 취업프로그램 - 취업프로그램 소개 768 */
	.program_introbox {
		padding: 2px;
		height: auto;
	}
	.program_introbox > div {
		top: 0; left: 0;
		width: 100%; height: 100%;
		border: none;
	}
	.program_introbox > div > p {
		display: block;
		height: auto;
		overflow: visible;
	}

	/* 취업프로그램 - 취업프로그램 신청 768 */
	.program_cardtype .program_bottom {
		padding: 10px 15px 15px;
	}
	.program_cardtype dt {
		margin-bottom: 10px;
	}
	.program_cardtype dt a{
		font-size: 1.6rem;
	}
	.progress_area {
		margin-top: 14px;
	}
	.edu_graph_wrap.my_status > div {
		width: 100%;
	}

	/* 취업프로그램 - 취업프로그램 신청 상세 768 */
	.program_content {
		padding-left: 0;
	}
	.program_content .img_box {
		position: relative;
		margin-bottom: 10px;
		width: 100%;
	}
	.program_content dt h5 {
		font-size: 2rem;
	}

	.section_grid .graph_box {
		padding: 15px;
		min-height: auto;
	}
	.section_grid .graph_box .nocnt_box p {
		padding: 11px 0 11px 70px;
	}
	.graph_box .adit_footer {
		padding: 5px;
	}
	.graph_box .adit_footer ul li {
		display: inline-flex;
		background-position: left 7px;
		background-size: 15px auto;
	}
	/* .section_grid .unit_status {
		padding: 105px 50px 20px;
		justify-content: space-between;
		background-position: top 20px center;
		background-size: 90px auto;
	}
	.section_grid .unit_status .unit_box {
		width: 45%;
	}
	.section_grid .unit_status .unit_box.my {
		margin: 0;
	}
	.section_grid .unit_status .unit_box.average {
		margin: 0;
	}
	.section_grid .unit_status .unit_box .unit {
		font-size: 1.5rem; line-height: 60px;
	}
	.section_grid .unit_status .unit_box .unit strong {
		margin-right: 3px;
		font-size: 2.2rem;
	}
	.section_grid .unit_status .unit_box > p {
		margin-top: 16px;
	}
	.section_grid .unit_status .unit_box.average > p br {
		display: none;
	}  */

	.edu_tit {
		top: -1px;
	}
	.edu_tit.detail {
		margin-bottom: 9px;
	}
	.detail_list li {
		margin-right: 10px;
		min-height: 75px;
	}

	.adit_content {
		min-height: 100px;
		padding: 15px;
	}
	.adit_footer {
		padding: 10px 15px;
	}
	.adit_footer ul {
		display: block;
	}
	.adit_footer ul li {
		display: block;
		padding: 5px 0px 5px 30px;
		height: auto;
		background-position: left 5px; background-size: auto 22px;
	}
	.adit_footer ul li strong::after {
		top: 54%;
	}

	.info_ctnbox {
		padding: 12px;
	}

	.progrmaapply_box {
		padding: 0px;
	}
	.progrmaapply_box ul {
		padding: 10px 10px 15px;
	}
	.progrmaapply_box ul li {
		padding: 8px 0 8px 75px;
	}
	.progrmaapply_box ul li strong {
		top: 8px;
	}

	 /* 상담 - 상담신청 768 */
    .intro_box {
		padding: 20px 20px 100px 20px;
        background-size: 170px auto;
        border-right:  7px solid #0aaccc;
        border-bottom:  7px solid #0aaccc;
    }
    .intro_txt {
        margin-bottom: 20px;
    }
    .intro_txt2 {
        padding-right: 0;
    }
    .intro_tit {
        margin-bottom: 0;
    }
	.counselbox_wrap {
		padding: 15px;
	}
	.counselbox_wrap .section_tit_sm {
		position: static;
		margin-bottom: 5px;
		max-width: 100%;
	}
	.counselbox_wrap .check_row, .counselbox_wrap .radio_row {
		margin: 2px 10px 2px 0;
	}
	.counselor_box {
		padding: 15px 15px 5px;
	}
	.counselor_box strong {
		font-size: 1.7rem;
	}

	/* 상담 - 상담 상세보기 768 */
    .counsel_wrap .counsel_box {
        padding: 40px 15px 15px 15px;
    }
	.counsel_wrap .counsel_box strong {
        left: 15px; top: 17px;
	}
    .counsel_wrap.top {
        display: block;
    }
    .counsel_wrap.top .counsel_box {
        width: auto;
    }

	/* 채용정보 - 추천 채용정보 768 */
	.employ_card {
		padding: 15px;
		min-height: 292px;
		background-position: right 10px bottom 10px;
	}
	.employ_card.employ_recommend {
		padding: 15px 15px 40px;
		height: 320px;
	}
	.employ_card dt > p, .employ_card dd {
		font-size: 1.4rem;
	}
	.employ_card .status_label {
		min-width: 60px;
	}
	.employ_card dd > strong {
		min-width: 60px;
	}
	.employ_card.employ_recommend button {
		bottom: 10px;
	}
	.employ_card.employ_recommend .btn_addlike {
		bottom: 10px;
	}
	.employ_card.employ_recommend .apply_complete {
		right: -5px; top: -5px;
		width: 60px; height: 60px;
	}
	.employ_card.employ_recommend .apply_complete > span {
		left: 15px;
	}

	/* 채용정보 - 추천 채용정보 상세 768 */
	.jobinfo_list {
		padding: 10px 15px 15px;
	}
	.jobinfo_list table {
		border-spacing: 4px;
		border-collapse: separate;
		table-layout: fixed;
	}
	.jobinfo_list .tbl th, .jobinfo_list .tbl td {
		padding: 3px;
	}
	.jobinfo_list .tbl th {
		margin: 1px;
		padding-top: 5px;
		width: 18%;
		font-size: 1.3rem; text-align: center;
		background-color: #f3f4f9;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}
	.jobinfo_list .tbl td {
		width: 35%;
	}

	/* 채용정보 - 외부 채용정보 768 */
	.employ_card.worknet {
		background-size: 80px;
	}
	.employ_card.saramin {
		background-size: 70px;
	}
	.employ_card.jobkorea {
		background-size: 90px;
	}
	/* 청년고용정책 - 온라인 청년센터 768 */
	.online_card {
		padding: 10px 15px;
		height: 120px;
	}
	.online_card .region_label {
		min-width: 60px;
	}

	/* 청년고용정책 - 직업훈련포털 768 */
	.portal_card {
		padding: 10px 15px;
		height: auto;
	}
	.portal_card .tit {
		margin-bottom: 10px;
	}
	.portal_card ul li {
		margin-bottom: 3px;
	}
	.portal_card ul li > strong {
		min-width: 60px;
	}

	/* 취업링크 - 취업도우미 768 */
	.anylink_list {
		display: block;
	}
	.anylink_list li {
		width: auto;
	}
	.anylink_list li a {
		width: auto; height: auto;
		text-align: left;
	}
	.anylink_list .img_wrap {
		top: 50%; left: 0;
		width: 80px; height: 80px;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.anylink_list .bottom_link {
		position: static;
		margin-left: 40px;
		padding: 15px 15px 15px 50px;
		width: auto; height: auto;
		background: #fff;
		border: 1px solid #ebebeb;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
	}
	.anylink_list .bottom_link p {
		margin: 0 0 10px;
		width: 100%; height: 40px;
	}
	.anylink_list .bottom_link .direct_tit > span {
		max-width: calc(100% - 30px);
	}

	/* 커뮤니티 - 공지사항, 자료실 상세 768 */
	.adit_top {
		padding: 10px 15px;
	}
	.adit_top > p {
		display: block;
		margin-right: 0; margin-bottom: 5px;
		padding-right: 0;
		background-position: left top 1px;
	}
	.adit_top > p::after {
		display: none;
	}
	.adit_top a {
		display: block;
		margin-left: 0;
	}
	.adit_top .adit_info strong {
		min-width: 80px;
	}
	.cnt_title {
		font-size: 1.8rem;
	}
	.commu_content .editor_area {
		min-height: 150px;
		padding: 15px;
	}

	/* 커뮤니티 - Q&A 상세 768 */
	.reply_wrapper .re_top {
		padding: 10px 15px 5px;
    }
    .reply_wrapper .re_top .re_info {
        padding-left: 40px;
        background-size: 8px auto, 16px auto;
        background-position: left top 2px, left 15px top 1px;
    }
    .reply_wrapper .editor_area {
        padding: 10px 15px;
        min-height: 70px;
    }

    /* 마이페이지 - 기본정보 768 */
    .mypage_ctnbox {
        padding: 20px 15px;
    }

	/* 마이페이지 - 취업통계설문조사 768 */
	.testlist_wrap {
		padding: 25px 15px;
	}
	.testlist_wrap .testlist_tit {
		margin-bottom: 10px;
		font-size: 1.8rem;
	}
	.testlist_wrap .testlist_tit::after {
		margin: 7px auto 0;
		width: 50px;
	}
	.textlist_day {
		padding-left: 22px;
		background-size: 17px auto;
		background-position: left bottom 4px;
	}
	.testlist_info {
		margin-bottom: 15px;
		padding: 15px;
		min-height: 80px;
	}
	.testlist_box {
		margin-bottom: 25px;
		padding: 10px;
	}
	.survey_list dt {
		padding: 10px 0 6px 30px;
	}
	.survey_list dt span {
		margin-left: -30px;
		min-width: 20px; height: 20px;
		line-height: 20px; font-size: 1.5rem;
	}
	.survey_list dd {
		padding: 0 20px 15px 30px;
	}
	.survey_list dd .radio_row {
		margin: 2px 15px 2px 0;
	}
	.survey_list dd .check_row {
		margin: 2px 15px 2px 0;
	}
	.testlist_bar {
		margin-bottom: 20px;
		height: 20px;
	}
	.testlist_bar .testlist_bartxt {
		height: 20px;
	}
	.testlist_move {
		padding-top: 5px;
		text-align: center;
	}
	.testlist_number {
		text-align: center;
	}

	/* 개인정보처리방침 768 */
	.privacy_inner {
		padding: 20px 20px 15px;
	}
	.privacy_box {
		padding: 15px 5px 15px 15px;
	}
	.privacy_box > section {
		margin-bottom: 13px;
	}
	.privacy_box > section > * {
		padding-left: 5px;
	}
	.privacy_box h3 {
		padding-left: 10px;
	}

	.privacy_inner.email .privacy_box {
		padding: 15px 7px 15px 12px;
	}
	.privacy_inner.email .privacy_box p {
		padding: 0;
		line-height: 1.6em;
	}

	/* 거점형 프로그램 768 */
	.greatprogram_list {
		display: block;
	}
	.greatprogram_list > li {
		margin-bottom: 15px;
	}
	.greatprogram_list > li:last-child {
		margin-bottom: 0;
	}
	.greatprogram_list > li > div {
		padding: 10px;
	}
	.greatprogram_list .title {
		position: relative;
		margin-bottom: 12px;
		padding: 10px;
		height: auto;
	}
	.greatprogram_list .title::after {
		bottom: -10px;
		border-left-width: 20px;
		border-right-width: 20px;
		border-top-width: 10px;
	}
	.greatprogram_list .title > p {
		padding-top: 5px;
	}
	.greatprogram_list .bottom {
		position: static;
		margin-top: 15px;
	}

	/*=================== //서브페이지 768 ===================*/
}

@media screen and (max-width:690px) {
	/*=================== 서브페이지 690 ===================*/

	/* 대학일자리본부 - 담당업무 690 */
	.responsib_box {
		margin-bottom: 35px;
		padding: 50px 20px 15px 20px;
		width: 100%; min-height: auto;
	}
	.responsib_box .name_tag {
		width: 110px; height: 55px;
		font-size: 1.9rem;
	}
	.responsib_box .name_tag .position {
		font-size: 1.4rem;
	}
	.responsib_box .number {
		left: 120px; bottom: 10px;
		font-size: 1.4rem;
	}

	/* 상담 - 온라인상담 690 */
	.counsel_box .counsel_type {
		display: flex;
		margin: 0 10px 7px 10px;
	}
	.counsel_box .counsel_type:last-child {
		margin-bottom: 0;
	}

	/* 마이페이지 - 취업통계설문조사 690 */
	.testlist_move {
		padding: 0;
		min-width: auto; width: 30px; height: 30px;
		font-size: 0; line-height: 0;
		background-position: center;
	}

	/*=================== //서브페이지 690 ===================*/


}

@media screen and (max-width:480px) {

	/*=================== 공통 480 ===================*/

	/* 검색결과 없음 480 */
	.nocnt_box p {
		padding: 8px 0 8px 53px;
		max-width: 90%;
		font-size: 1.8rem !important;
		background-size: 40px;
	}

	.nocntfl_box p span {
		padding: 8px 0 8px 53px;
		max-width: 90%;
		font-size: 1.8rem;
		background-size: 40px;
	}

	/* 영역 480 */
	.section_area {
		margin-bottom: 12%;
	}
	.section_marea {
		margin-bottom: 10%;
	}
	.section_sarea {
		margin-bottom: 8%;
	}
	.section_xsarea {
		margin-bottom: 8%;
	}

	.txt_row {
		margin-bottom: 10px;
	}
	/*=================== //공통 480 ===================*/
	/*=================== 메인페이지 480 ===================*/

	.main_tit {
		font-size: 1.7rem;
	}

	.mainnotice_wrap {
		padding: 15px;
	}
	.mainqna_wrap, .mainsns_wrap {
		display: block;
	}
	.mainqna_wrap {
		margin-bottom: 10px;
		width: 100%;
	}
	.mainqna_wrap > a {
		height: auto;
		background-position: right 20px bottom;
	}
	.mainsns_wrap {
		padding: 10px 40px;
		width: 100%;
	}

	.maintoprecruit_wrap .maintoprecruit_tit {
		left: 15px;
	}
	.mainquickmove_wrap li > a > div {
		padding: 15px 25px 15px 15px;
	}
	.mainquickmove_wrap .main_tit {
		display: block;
		font-size: 1.4rem;
	}
	.mainquickmove_wrap li > a::before {
		right: 10px; bottom: 10px;
	}

	.mainrecommend_wrap {
		padding-bottom: 20px;
	}
	.mainrecommend_wrap .mainrecommend_tit {
		padding: 15px 0 10px;
	}
	.mainrecommend_wrap .mainrecommend_tit::after {
		width: 121px; height: 75px;
	}
	.mainrecommend_wrap .mainrecommend_tit .main_more {
		right: -23px;
	}
	.mainrecommend_wrap .mainrecommend_cnt .nocnt_box {
		height: 75px;
	}
	.mainrecommend_swiper .swiper-container {
		padding: 32px 0 12px;
	}

	.mainemploy_wrap {
		padding: 10px 15px;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		border-radius: 15px;
	}
	.mainemploy_wrap .mainemploy_swiper {
		padding: 0 20px;
	}
	.employ_item .img_box img {
		max-width: 85%; max-height: 68%;
	}





	/*=================== //메인페이지 480 ===================*/
	/*=================== 서브페이지 480 ===================*/

	/* 대학일자리본부 - 소개 480 */
	.jobintro_list {
		margin: 20px 0;
	}
	.jobintro_list li {
		position: relative;
		margin: 0 auto 20px;
		padding: 17px 15px 10px 20px;
		width: 100%; height: auto;
		background-position: 30px center;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		border-radius: 30px;
	}
	.jobintro_list li:nth-child(4) {
		background-position: 30px center;
	}
	.jobintro_list li:nth-child(5) {
		background-size: auto 25px;
		background-position: 25px center;
	}
	.jobintro_list li::after {
		content: "";
		position: absolute; bottom: -15px; left: 50%;
		display: block;
		width: 15px; height: 6px;
		background-size: contain;
		background-repeat: no-repeat;
		background-image: url(../../images/client/common/icon_gnbdeco.png);
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.jobintro_list li:last-child::after {
		display: none;
	}
	.jobprogram_list {
		margin: 15px 0 0 0;
	}
	.jobprogram_list li {
		width: 100%;
	}
	.jobprogram_list li strong {
		display: inline-block;
		padding: 10px 30px 5px 55px;
		font-size: 1.5rem;
	}
	.jobprogram_list li strong::after {
		top: 6px; right: 6px;
		width: 25px; height: 25px;
	}
	.jobprogram_list li p {
		margin: 10px 0 0 0;
		min-height: auto;
	}


	/* 취업프로그램 - 취업프로그램 신청 상세 480 */
	.joincount_wrap > div {
		display: block;
		padding: 25px 0 5px;
		height: auto;
	}
	.joincount_wrap > div strong {
		position: absolute; top: 2px; left: 20px;
		width: auto;
		line-height: 30px;
	}
	.joincount_wrap .progress_bar {
		width: 100%;
	}
	.joincount_wrap .progress_bartxt {
		position: absolute; top: 2px; right: 20px;
		line-height: 30px;
	}

	.graph_box .edu_list li {
		margin-bottom: 12px;
	}
	.graph_box .edu_tit {
		display: block;
		text-align: left;
	}
	/* .section_grid .unit_status {
		padding: 110px 50px 20px;
		flex-direction: column;
		background-size: 70px auto;
	}
	.section_grid .unit_status .unit_box {
		width: auto;
	}
	.section_grid .unit_status .unit_box.my {
		margin-bottom: 10px;
	}
	.section_grid .unit_status .unit_box .unit {
		line-height: 48px;
	}
	.section_grid .unit_status .unit_box > p {
		margin-top: 10px;
	}
	.section_grid .unit_status .unit_box.my > p {
		margin-left: 15px;
	}
	.section_grid .unit_status .unit_box.average > p {
		margin-right: 15px;
	} */

	.insert_adit .adit_content {
		padding: 20px 20px 10px;
	}
	.edu_tit {
		position: static;
		margin-bottom: 3px;
	}
	.edu_tit::before {
		width: 6px; height: 6px;
	}
	.edu_list li {
		margin-bottom: 15px;
		padding-left: 0;
	}
	.detail_list {
		display: block;
	}
	.detail_list li {
		margin-right: 0;
		margin-bottom: 10px;
		width: auto;
		min-height: 65px;
		font-size: 1.6rem;
	}
	.detail_list li strong {
		font-size: 1.4rem;
	}

	/* 상담 - 상담신청 480 */
    .intro_box {
        padding: 20px 20px 80px 20px;
    }
    .intro_box.visit {
        background-size: 130px auto;
    }
	.counselorbox_wrap {
		padding: 15px 15px 10px;
	}
	.counselorbox_wrap strong {
		font-size: 1.6rem;
	}
	.counselorbox_wrap .btn_area {
		margin-top: 20px;
	}
	.reservation_list {
		top: 43px;
	}
	.fc .fc-toolbar.fc-header-toolbar {
		margin-bottom: 30px;
	}

	/* 상담 - 상담 상세보기 480 */
	.counsel_wrap .counsel_box {
			padding: 40px 15px 10px 15px;
	}
	.counsel_wrap .counsel_box strong {
			left: 15px; top: 15x;
	}

	/* 채용정보 - 추천 채용정보 상세 480 */
	.employ_card {
		min-height: auto;
	}
	.employ_card.employ_recommend {
		height: auto;
	}
	.jobinfo_list .tbl th {
		width: 20%;
	}
	.jobinfo_list .tbl td {
		width: 30%;
		font-size: 1.3rem;
	}
	
	/* 대진 JOB - 인재정보 1024 */
	.agree_wrap > div button:first-child {
		margin-right: 15px;
	}

	/* 마이페이지 - 기본정보 480 */
	.mypage.tbl_row {
		overflow-x: scroll;
	}
	.mypage.tbl_row::-webkit-scrollbar {
		height: 10px;
	}
	.mypage.tbl_row table {
		table-layout: auto;
		border: none;
	}
	.mypage.tbl_row tbody th {
		display: none;
		font-size: 0; line-height: 0;
	}
	.mypage.tbl_row tbody td {
		position: relative;
		display: flex;
		padding: 4px 0;
		text-align: left; font-size: 1.5rem;
		white-space: nowrap;
		border: none;
	}
	.mypage.tbl_row tbody td::before {
		content: attr(data-th);
		display: flex;
		margin-right: 10px; padding: 4px 10px;
		min-width: 80px;
		color: #193296; font-weight: 500; line-height: 1.2em; font-size: 1.5rem;
		align-items: center; justify-content: center;
		background: #ebecf1;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
		flex-shrink: 0;
	}

	/* 마이페이지 - 취업통계설문조사 480 */
	.testlist_wrap {
		padding: 20px 10px;
	}
	.testlist_info {
		margin-bottom: 10px;
		min-height: auto;
	}
	.testlist_box {
		margin-bottom: 20px;
	}
	.testlist_bar {
		margin-bottom: 15px;
	}
	.testlist_paging {
		display: block;
		text-align: center;
	}
	.testlist_paging .btn_wrap {
		position: static;
		margin-top: 15px;
	}


	/* 개인정보처리방침 480 */
	.privacy_wrapper {
		padding: 30px 0;
	}
	.privacy_wrap {
		width: 96%;
	}
	.privacy_wrap .logo {
		margin: 0 auto 25px;
		width: 300px;
	}
	.privacy_inner {
		padding: 20px;
	}
	.privacy_box {
		height: 500px;
	}
	.privacy_tit {
		font-size: 1.8rem;
	}
	.privacy_box h3 {
		font-size: 1.7rem;
	}
	.privacy_inner.email {
		padding: 20px 15px;
	}

	/* 거점형 프로그램 480 */
	.base_summary {
		padding: 15px 15px 100px;
		background-size: auto 90px;
	}
	.base_summary > p br {
		display: none;
	}

	/* 지역청년 프로그램 480 */
	.localprogram_list {
		display: block;
	}
	.localprogram_list > li {
		margin-right: 0 !important;
		margin-bottom: 10px !important;
		width: 100%;
	}
	.localprogram_list > li:nth-child(3) {
		margin-bottom: 10px !important;
	}
	.localprogram_list > li > strong {
		padding: 45px 10px 5px;
	}

	.finger_txt {
		font-size: 1.6rem;
		background-position: left top 3px;
	}

	/*=================== //서브페이지 480 ===================*/

}
@media screen and (max-width:320px) {

	/*=================== 서브페이지 320 ===================*/


	/*=================== //서브페이지 320 ===================*/

}