@charset "utf-8";

/*=================== 공통 ===================*/

/* 이미지 라이트박스 */
.mfp-figure figure{
	overflow: auto;
	padding: 10px;
	background: #fff;
}
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 {
	padding-top: 5px;
	font-family: ROKAF, sans-serif; font-weight: 600;
	color: #000;
	background-position: left 1px top;
	background-repeat: no-repeat;
}
.section_tit_lg {
	margin-bottom: 0.5em;
	font-size: 2.4rem; font-weight: 600;
	background-image: url(../../images/client/sub/icon_tit_lg.png);
}
.section_tit_lg > .small_tit {
	margin-left: 5px;
	font-size: 1.8rem; color: #355b95;
}
.section_tit_lg > .small_tit::before {
	content: "(";
	margin-right: 3px;
}
.section_tit_lg > .small_tit::after {
	content: ")";
	margin-left: 3px;
}
.section_tit_md {
	margin-bottom: 0.4em;
	font-size: 2rem; font-weight: 600;
	background-image: url(../../images/client/sub/icon_tit_md.png);
}
.section_tit_sm {
	margin-bottom: 0.3em;
	font-size: 1.8rem; font-weight: 600;
	background-image: url(../../images/client/sub/icon_tit_sm.png);
}

/* 토탈카운트 */
.total_count {
	padding-left: 20px;
	color: #b7b7b7;
	background: url(../../images/client/sub/icon_total_count.png) no-repeat left 3px;
}
.total_count > strong {
	margin-right: 10px;
	color: #355b94; vertical-align: 0;
}
.searchtoggle_left .total_count {
	margin-top: 10px;
}

/* 검색결과 없음 */
.nocnt_box {
	position: relative;
	padding: 30px 0;
	text-align: center;
	background: #d7deea;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	overflow: hidden;
}
.nocnt_box p {
	display: inline-block;
	padding: 20px 0 20px 45px;
	max-width: 80%;
	color: #355b94; font-weight: 600;
	font-size: 2rem; text-align: center;
	background: url(../../images/client/common/icon_nocnt.png) no-repeat left center;
}
.nocntfl_box {
	position: relative;
	min-height: 130px;
	background: #d7deea;
	-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 45px;
	max-width: 80%;
	color: #355b94; 
	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%;
}

/* 미리보기 이미지 */
.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: 15;
	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;
	padding-left: 10px;
	line-height: 1.7em; word-break: keep-all;
}
.list_line > li::before {
	position: absolute; top: 12px; left: 0;
	content: "";
	display: inline-block;
	width: 5px; height: 1px;
	background-color: #222222;
}

.list_no > li {
	padding-left: 20px;
	line-height: 1.7em; word-break: keep-all;
}
.list_no > li > span {
	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;
}

.txt_row {
	margin-bottom: 20px;
}
.section_tit_lg + .txt_row {
	margin-top: -5px;
}

p.error {
	color: #c43b3b; font-size: 11px;
}
/*=================== //공통 ===================*/
/*=================== 메인페이지 ===================*/
.mainpage {
	min-height: calc(100% - 110px);
}
.mainpage::before {
	position: absolute; top: 0; left: 0; 
	content: "";
	width: 100%; height: 513px;
	background: linear-gradient(90deg, rgba(205,232,234,1) 0%, rgba(187,195,236,1) 100%);
}
.mainpage::after {
	position: absolute; top: 0; right: 0; 
	content: "";
	width: 737px; height: 723px;
	background: url(../../images/client/main/img_mainbg.png) no-repeat;
}
.mainsection_area {
	position: relative;
	margin-bottom: 1.65%;
	padding: 15px 20px 20px;
	background-color: #fff;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	overflow: hidden;
}
.main_tit {
	color: #355b95; font-size: 2.4rem; font-weight: 600;
	font-family: ROKAF, sans-serif;
	text-overflow: ellipsis; white-space: nowrap;
	overflow: hidden;
}
.main_btnposition {
	position: relative;
}
.main_btnposition > .inner {
	position: absolute; right: 0; top: 0;
}
.main_btnposition > .inner > .select_form {
	margin: 0;
	width: 170px;
}
.main_btnposition > .inner > .select_form label {
	font-weight: 500; font-size: 1.6rem;
}

.main_tit_sm {
	margin-bottom: 10px;
	color: #355b95; font-size: 2rem; font-weight: 600;
	font-family: ROKAF, sans-serif;
	text-overflow: ellipsis; white-space: nowrap;
	overflow: hidden;
}
.mainsection_area .nocnt_box {
	display: flex;
	align-items: center; justify-content: center;
}
.mainsection_area .nocnt_box p {
	padding: 0;
	font-family: ROKAF, sans-serif; font-size: 1.6rem;
	background: none;
}


.main_myinfowrap, .main_capawrap, .main_subwrap, .main_notice {
	display: inline-block;
	margin-right: 1.65%;
	height: 390px;
	vertical-align: top;
}

.main_myinfowrap {
	margin-right: 1.65%;
	padding: 60px 40px 40px;
	width: 23.82%;
	background-image: url(../../images/client/main/bg_myinfo.png);
	background-repeat: no-repeat;
	background-position: top 20px left 20px;
	overflow: visible;
	box-shadow: 0 7px 9px rgba(0, 0, 0, 0.14);
}
.main_myinfowrap .img_wrap {
	position: relative;
	display: inline-block;
	margin-right: 20px;
	width: 120px; height: 120px;
	vertical-align: bottom;
	background-color: #d1d8de;
	border: 1px solid #f2f2f2;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
}
.main_myinfowrap .img_wrap 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%);
}
.main_myinfowrap .name {
	display: inline-block;
	font-family: ROKAF, sans-serif;
	font-weight: 600; font-size: 1.8rem; color: #131313;
}
.main_myinfowrap ul {
	display: block;
	margin-top: 55px;
}
.main_myinfowrap ul li {
	position: relative;
	margin-bottom: 10px;
	padding-left: 70px;
	height: 30px;
	text-overflow: ellipsis; white-space: nowrap;
	overflow: hidden;
}
.main_myinfowrap ul li:last-child {
	margin-bottom: 0;
}
.main_myinfowrap ul li strong {
	position: absolute; left: 0; top: 0;
	width: 60px;
	text-align: center; color: #fff; line-height: 30px;
	background-color: #82aae8;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.main_myinfowrap ul li p {
	padding: 0 5px;
	height: 100%;
	text-align: left; line-height: 28px;
	text-overflow: ellipsis; white-space: nowrap;
	border-bottom: 2px dotted #ddd;
	overflow: hidden;
}

.main_capawrap {
	width: 49%;
	box-shadow: 0 7px 9px rgba(0, 0, 0, 0.14);
}
.main_capawrap .main_cnt {
	padding: 20px;
}
.main_capawrap .nocnt_box {
	height: 250px;
	background-image: url(../../images/client/main/img_empty.png);
	background-repeat: no-repeat;
	background-position: right 10px bottom 10px;
}
.main_capalist {
	display: flex;
	margin-top: 30px;
}
.main_capalist li {
	position: relative; 
	margin-right: 15px;
	flex: 1;
}
.main_capalist li:last-child {
	margin-right: 0;
}
.main_capalist li h5 {
	margin-bottom: 10px;
	text-align: center; font-size: 1.8rem; color: #000;
	font-weight: 600;
}

.main_subwrap {
	margin-right: 0;
	width: 23.82%;
	background: none;
}
.main_subwrap > div {
	margin-bottom: 20px;
	width: 100%; height: 185px;
	background-color: #fff;
	box-shadow: 0 7px 9px rgba(0, 0, 0, 0.14);
}
.main_subwrap > div:last-child {
	margin-bottom: 0;
}

.situation_box {
	overflow: visible;
}
.situation_box a {
	position: relative;
	display: flex;
	padding-left: 90px; padding-right: 10px;
	height: 93px;
	align-items: center;
	color: #000; font-weight: 600;
	background-color: #bed1f2;
	background-image: url(../../images/client/main/img_capatest.png);
	background-repeat: no-repeat;
	background-position: left 10px center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.situation_box.career a {
	height: 110px;
	background-color: #f2e9a7;
	background-image: url(../../images/client/main/img_careerplan.png);
}
.situation_box a div {
	overflow: hidden;
}
.situation_box a p {
	width: 100%;
	text-overflow: ellipsis; white-space: nowrap;
	overflow: hidden;
}
.situation_box .date {
	display: block;
	font-size: 1.4rem; color: #3a3a3a; font-weight: 400;
	text-overflow: ellipsis; white-space: nowrap;
	overflow: hidden;
}
.situation_box .label {
	position: absolute; top: -35px; right: 0;
	display: inline-block;
	min-width: 60px;
	color: #fff; line-height: 20px; text-align: center;
	font-size: 1.3rem;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.situation_box .label.none {
	background-color: #3a3a3a;
}
.situation_box .label.done {
	background-color: #008b52;
}
.situation_page {
	position: static;
	margin-top: 8px;
	text-align: right;
	font-size: 0;
	overflow: visible;
}
.situation_page .swiper-pagination-bullet {
	margin-right: 5px;
	width: 10px; height: 10px;
	background-color: #9aadca;
	opacity: 1;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.situation_page .swiper-pagination-bullet-active {
	width: 30px;
	background-color: #355b95;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.situation_box .nocnt_box {
	padding: 31px 0;
	background-color: #bed1f2;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.situation_box.career .nocnt_box {
	background-color: #f2e9a7;
}

.mainshortcut_box {
	position: relative; z-index: 1;
	display: flex;
	padding: 20px;
	height: 170px;
	align-items: flex-end; justify-content: flex-end;
	color: #fff; font-family: ROKAF, sans-serif; font-weight: 600;
	font-size: 1.8rem; text-align: right;
	background: linear-gradient(135deg, rgba(157,232,234,1) 0%, rgba(147,163,240,1) 100%);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	overflow: hidden;
	-webkit-transition : 0.2s;
	-moz-transition : 0.2s;
	-o-transition : 0.2s;
	transition : 0.2s;
}
.mainshortcut_box::before {
	position: absolute; top: 20px; right: 20px;
	content: "";
	width: 40px; height: 40px;
	background: url(../../images/client/main/icon_shortarrow.png) no-repeat center;
	background-size: contain;
	-webkit-transition : 0.2s;
	-moz-transition : 0.2s;
	-o-transition : 0.2s;
	transition : 0.2s;
}
.mainshortcut_box::after {
	position: absolute; left: -18px; bottom: -5px; z-index: -1;
	content: "";
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
}
.mainshortcut_box.type1::after {
	width: 113px; height: 128px;
	background-image: url(../../images/client/main/img_shortcut1.png);
}
.mainshortcut_box.type2::after {
	width: 136px; height: 101px;
	background-image: url(../../images/client/main/img_shortcut2.png);
}
.mainshortcut_box.type3::after {
	width: 109px; height: 112px;
	background-image: url(../../images/client/main/img_shortcut3.png);
}
.mainshortcut_box.type4::after {
	width: 112px; height: 116px;
	background-image: url(../../images/client/main/img_shortcut4.png);
}
.mainshortcut_box.type5::after {
	width: 109px; height: 112px;
	background-image: url(../../images/client/main/img_shortcut5.png);
}

.main_notice {
	margin-right: 1.65%;
    padding: 15px 20px 20px;
    width: 23.82%;
    background-repeat: no-repeat;
    background-position: top 20px left 20px;
    box-shadow: 0 7px 9px rgba(0, 0, 0, 0.14); 
	overflow: visible;
}
.main_notice_top {
	position: relative;
}
.main_notice_top .btn_more {
	position: absolute; top: 6px; right: 0;
	display: block;
	width: 20px; height: 20px;
	font-size: 0;
	background-image: url(../../images/client/main/main_notice_btn.png);
	background-repeat: no-repeat;
	-webkit-transition :0.2s;
	-moz-transition :0.2s;
	-o-transition :0.2s;
	transition :0.2s;
}
.main_notice .notice_list {
	margin-top: 20px;
}
.main_notice .notice_list li {
	position: relative;
	margin-bottom: 13px;
}
.main_notice .notice_list li:last-child {
	margin-bottom: 0;
}
.main_notice .notice_list li a p::before {
	position: absolute; left: 0; top: 7px;
	content: "";
	display: block;
	width: 10px; height: 10px;
	background-color: #9aadca;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.main_notice .notice_list a {
	display: block;
	padding-left: 20px;
}
.main_notice .notice_list p {
	margin-bottom: 2px;
	font-weight: 600; font-size: 1.7rem; 
	-webkit-transition : 0.2s;
	-moz-transition : 0.2s;
	-o-transition : 0.2s;
	transition : 0.2s;
	text-overflow: ellipsis; 
	white-space: nowrap; 
	overflow: hidden;
}
.main_notice .notice_list span {
	padding-left: 20px;
	background-image: url(../../images/client/main/main_notice_calendar.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.main_notice .nocnt_box {
	position: relative; top: -10px;
	height: 308px;
	background-image: url(../../images/client/main/img_empty.png);
    background-repeat: no-repeat;
    background-position: right 10px bottom 10px;
}

/*=================== //메인페이지 ===================*/
/*=================== 서브페이지 ===================*/

/* 성과보고 - 경영성과분석회의 준비사항 */
.analysis_search {
	position: relative;
	margin-bottom: 10px;
}
.analysis_search > p {
	position: absolute; left: 20px; top: 50%;
	font-size: 1.6rem; color: #5976a3; font-weight: 500;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.analysis_search > div {
	display: flex;
    justify-content: flex-end;
    align-items: center;
}
.analysis_search > div .select_form {
	margin: 0 8px 0 0; 
	width: 170px;
} 

.status_boxright {
	font-size: 1.5rem;
}
.status_boxright > p {
	display: inline-block;
	margin-right: 10px;
}
.status_boxright > p:last-child {
	margin-right: 0;
}
.status_label2 {
	display: inline-flex;
	width: 20px; height: 20px;
	align-items: center; justify-content: center;
	line-height: 20px; text-indent: -1px; vertical-align: 0; font-weight: 600;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}
.status_label2.status_green {
	color: #fff;
	background: #35973a;
	text-indent: -1px;
}
.status_label2.status_yellow {
	color: #fff;
	background: #ffd800;
}
.status_label2.status_red {
	color: #fff;
	background: #ff0024;
}
.status_label2.status_black {
	color: #fff;
	background: #000;
}
.status_label2 + span {
	display: inline-block;
	margin-bottom: 2px;
}

/* REB HRD 소개 - REB 인재상 */
.reb_tit {
	margin-bottom: 30px;
	padding: 12px 30px;
	color: #000; font-size: 2rem; font-weight: 600; word-break: keep-all; text-align: center; font-family: ROKAF, sans-serif;
	background-color: #9bbbed;
}
.reb_tit > strong {
	display: block;
	margin-top: 5px;
	color: #fff; font-weight: 600; text-align: center; font-size: 1.8rem;
} 
.reb_tit > .mobile {
	font-size: 1.3rem;
}
.reb_intro {
	padding: 30px 50px;
	text-align: center;
	background-color: #f0f9fd;
}
.reb_intro p { 
	color: #131313; font-size: 1.8rem; font-weight: 600; word-break: keep-all;
}
.reb_intro p:last-child { 
	padding: 20px 20px 16px;
	background-color: #fff;
	box-shadow: 6px 7px 13px rgba(0, 0, 0, 0.2);
}
.reb_introlist {
	margin: 80px 0; 
	display: flex;
	justify-content: space-around;
}
.reb_introlist li {
	margin-right: 0.3%;
	width: 33%;
}
.reb_introlist li:last-child {
	margin-right: 0;
}
.reb_introlist li strong {
	display: block;
	color: #033d78; font-size: 3rem; font-weight: 600; word-break: keep-all;
}
.reb_introlist li strong::after {
	display: block;
	content: "";
	margin: 20px auto 15px;
	width: 100px; height: 2px;
	background-color: #033d78;
}
.reb_responsive ul {
	display: none;
}

/* REB HRD 소개 - REB 인재개발 Grand Design */
.grand_tit {  
	margin-bottom: 50px;
	text-align: center; word-break: keep-all;
}
.grand_tit p:nth-child(1) {
	margin-bottom: 27px;
	font-size: 3rem; color: #049fdc;
}
.grand_tit p:nth-child(1) strong {
	position: relative;
	display: inline-block;
	padding: 0 20px;
}
.grand_tit p:nth-child(1) strong::after {
	content: "";
	position: absolute; left: 0; bottom: 0;
	z-index: -1;
	display: block;
	width: 100%; height: 23px;
	background-color: #7fe1f0;
}
.grand_tit p:nth-child(2) {
	margin-bottom: 40px;
	font-size: 3.6rem; font-weight: 600;
}
.grand_tit p:nth-child(3) {
	font-size: 2.8rem; color: #049fdc;
}
.vision_tit {
	margin-bottom: 30px;
	color: #1e81ab; font-size: 2.5rem; font-weight: 600; text-align: center;
	word-break: keep-all;
}
.visionsystem_list { 
	word-break: keep-all;
}
.visionsystem_list > li {
	margin-bottom: 50px;
}
.visionsystem_list > li > ul {
	display: flex;
	margin-left: 20px;
}
.visionsystem_list > li > ul .tit { 
	position: relative;
	display: flex;
	margin-left: 20px;
	width: 20%;
	align-items: center;
	color: #049fdc; font-size: 3rem; font-weight: 600;  
}
.visionsystem_list > li > ul .tit::before {
	content: "";
	display: block;
	margin-bottom: 7px; margin-right: 30px;
	width: 20px; height: 20px;
	background-color: #049fdc; 
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px; 
}
.visionsystem_list > li > ul .tit::after {
	content: "";
	position: absolute; left: 9px;
	display: block;
	width: 2px; height: calc(100% + 100px);
	background-color: #049fdc; 
}
.visionsystem_list > li:first-child > ul .tit::after {
	height: 100%;
}
.visionsystem_list > li:last-child > ul .tit::after {
	height: 100%;
}
.visionsystem_list > li > ul .contents {
	padding: 25px 30px 20px;
	width: 80%;
	text-align: center;
	background-color: #fff;
	box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.35);
	-webkit-border-radius: 74.5px 0 0 74.5px;
	-moz-border-radius: 74.5px 0 0 74.5px;
	border-radius: 74.5px 0 0 74.5px; 
}
.visionsystem_list .vision_list .contents {
	font-size: 3.5rem; line-height: 1.3em; color: #008b76;
	text-shadow: 0 0 6.88px rgba(0, 139, 118, 1);
}
.visionsystem_list .mission_list .contents {
	font-size: 3rem;
}
.visionsystem_list .strategy_list .contents {
	padding: 0;
	border-radius: 0;
	box-shadow: none;
}
.visionsystem_list .strategy_list .contents > ul {
	display: flex;
	justify-content: space-between;
}
.visionsystem_list .strategy_list .contents > ul > li {
	display: flex;
	padding: 50px 10px 10px 10px;
	width: 170px; height: 170px; 
	align-items: center;
	flex-direction: column;
	background-color: #fff;
	border-radius: 50%;
	box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.35); 
}
.visionsystem_list .strategy_list .contents strong {
	margin-bottom: 15px;
	color: #5d36b5; font-weight: 600;
	text-shadow: 0 0 6px rgba(93,54,181, 0.8);
}
.visionsystem_list .value_list .contents > ul {
	display: flex;
	justify-content: space-evenly;
}
.visionsystem_list .value_list .contents > ul > li {
	padding-top: 85px;
	width: 25%;
	color: #0768ca; font-size: 2rem; font-weight: 600;
	text-shadow: 0 0 7px rgba(7,104,202, 0.7);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto;
}
.visionsystem_list .value_list .contents > ul > li:nth-child(1) {
	background-image: url(../../images/client/sub/img_value1.png);
}
.visionsystem_list .value_list .contents > ul > li:nth-child(2) {
	background-image: url(../../images/client/sub/img_value2.png);
}
.visionsystem_list .value_list .contents > ul > li:nth-child(3) {
	background-image: url(../../images/client/sub/img_value3.png);
	background-position: center top 5px;
}
.visionsystem_list .value_list .contents > ul > li:nth-child(4) {
	background-image: url(../../images/client/sub/img_value4.png);
	background-position: center top 5px;
}

.vision_tab {
	display: flex; 
	word-break: keep-all;
}
.vision_tab_list {
	margin-right: 20px;
	width: 22.5%;
}
.vision_tab_list li { 
	margin-bottom: 10px;
}
.vision_tab_list li:last-child {
	margin-bottom: 0;
}
.vision_tab_list li a {
	display: block;
	padding: 22px 10px 15px 30px;
	width: 89%;
	color: #fff; font-size: 3rem; font-weight: 600;
	text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.35);
	background-color: #81cfed;	
	-webkit-border-radius: 0 30px 30px 0;
	-moz-border-radius: 0 30px 30px 0;
	border-radius: 0 30px 30px 0;	
	-webkit-transition : 0.2s;
	-moz-transition : 0.2s;
	-o-transition : 0.2s;
	transition : 0.2s; 
} 
.vision_tab_list li.on a{
	width: 100%;
	background-color: #049fdc;
}
.vision_tab_contents { 
	padding: 30px;
	width: 77.5%;
	font-size: 2rem;
    box-shadow: 1px 2px 4px rgb(0 0 0 / 35%);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.vision_tab_contents > div {
	display: flex;
	height: 100%;
	align-items: center;
}
.vision_tab_contents .type1 li { 
	position: relative;
	margin-bottom: 30px;
	padding-left: 30px;
}
.vision_tab_contents .type1 li:last-child {
	margin-bottom: 0;
}
.vision_tab_contents .type1 li:before {
	content: "";
	position: absolute; left: 0; top: 2px;
	display: block; 
	width: 20px; height: 20px;
	background-color: #0768ca;
	-webkit-transform: rotate(30deg);
	-moz-transform: rotate(30deg);
	-o-transform: rotate(30deg);
	transform: rotate(30deg); 
}
.vision_tab_contents .type2 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
} 
.vision_tab_contents .type2 ul li {
	padding-left: 35px;
	line-height: 2.2em;
}
.vision_tab_contents .type2 ul li strong {
	position: relative;
	display: block;
	margin-bottom: 20px;
	padding-top: 30px;
	color: #fff; font-size: 3rem; font-weight: 600;
	text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.4);
}
.vision_tab_contents .type2 ul li strong:before {
	content: "";
	position: absolute; left: -30px; bottom: 15px;
	z-index: -1;
	display: block; 
	width: 45px; height: 45px;
	background-color: #0768ca;
	-webkit-transform: rotate(30deg);
	-moz-transform: rotate(30deg);
	-o-transform: rotate(30deg);
	transform: rotate(30deg); 
}
.vision_tab_contents .type2.strategy ul li {
	margin-right: 30px;
}
.vision_tab_contents .type2.strategy ul li:nth-child(3) {
	margin-right: 0;
	margin-bottom: 15px;
}
.vision_tab_contents .type2.strategy ul li:nth-child(5) {
	margin-right: 0;
}
.vision_tab_contents .type2.value ul { 
	justify-content: space-evenly;
}
.vision_tab_contents .type2.value ul li { 
	min-width: 360px;
}
.vision_tab_contents .type2.value ul li:nth-child(2) {
	margin-right: 12%;
	margin-bottom: 15px;
}
.vision_tab_contents .type2.value ul li:nth-child(3) {
	margin-left: 12%;
}

.prepare_wrap { 
	word-break: keep-all;
}
.prepare_tit {
	display: block;
	margin: 0 40px 65px;
	padding: 18px 20px 15px;
	color: #000; font-size: 1.8rem; font-weight: 600; text-align: center;
	background-color: #fff;
	box-shadow: 6px 7px 13px rgba(0, 0, 0, 0.2);
}
.prepare_list {
	display: flex;
	margin-left: 185px;
	margin-bottom: 38px;
}
.prepare_list li { 
	position: relative;
	margin-right: 56px;
	padding: 18px 15px 14px; 
	color: #fff; font-size: 2.5rem; font-weight: 600; text-align: center;
	text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.4);
}
.prepare_list li:nth-child(1) {
	width: 29%; 
	background: rgb(160,199,110);
	background: linear-gradient(90deg, rgba(160,199,110,1) 23%, rgba(211,242,172,1) 100%);
}
.prepare_list li:nth-child(2) {
	width: 38%;
	padding-left: 57px;
	padding-right: 3px;
	margin-left: -56px;
	background: rgb(20,178,98);
	background: linear-gradient(90deg, rgba(20,178,98,1) 23%, rgba(174,237,205,1) 100%);
}
.prepare_list li:nth-child(3) {
	width: 33%;
	padding-left: 56px;
	margin-left: -56px;
	background: rgb(0,139,118);
	background: linear-gradient(90deg, rgba(0,139,118,1) 23%, rgba(148,249,234,1) 100%);
}
.prepare_list li::after { 
	content: "";
	position: absolute; right: -55px; top: 50%;
	z-index: 10;
	display: block;
	width: 56px; height: 86px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);   
}
.prepare_list li:nth-child(1):after { 
	background-image: url(../../images/client/sub/img_prepare1.png);
}
.prepare_list li:nth-child(2):after { 
	background-image: url(../../images/client/sub/img_prepare2.png);
}
.prepare_list li:nth-child(3):after { 
	background-image: url(../../images/client/sub/img_prepare3.png);
}
.stage_wrap {
	display: flex;
	margin-left: 185px;
}
.stage_list { 
	margin-right: 15px;
	width: 33%;
}
.stage_list:last-child {
	margin-right: 0;
}
.stage_list > li {
	margin-bottom: 20px; 
} 
.stage_list > li:last-child {
	margin-bottom: 0;
}
.stage_list .stage {
	position: relative;
	display: flex;
	padding: 24px 15px 20px;
	min-height: 82px;
	align-items: center;
	justify-content: center;
	color: #fff; font-size: 2.5rem; text-align: center;
	background-color: #0768ca;
	-webkit-border-radius: 40px 40px 0 0;
	-moz-border-radius: 40px 40px 0 0;
	border-radius: 40px 40px 0 0; 
	text-shadow: 3px 5px 15px rgba(255,255,255, 1);
}
.stage_list li::before {
	position: absolute; left: -185px; top: 0;
	display: block;
	width: 150px;
	color: #049fdc; font-weight: 600; font-size: 3rem; text-align: left;
	border-top: 2px solid #049fdc;
}
.stage_list .stage::before {
	content: "단계";
	padding-top: 10px;
	text-shadow: none;
}
.stage_list:nth-child(n+2) .stage:before {
	display: none;
}
.stage_list .hrdrr { 
	position: relative;
	display: flex;
	padding: 16px 10px 12px;
	align-items: center;
	justify-content: center;
	color: #0768ca; font-size: 2rem; text-align: center;
	border: 1px solid #0768ca;
}
.stage_list .hrdrr::before {
	content: "HRD R&R";
	padding-top: 12px;
	letter-spacing: -0.03em;
}
.stage_list:nth-child(n+2) .hrdrr:before {
	display: none;
}
.stage_list .activity {
	position: relative;
	padding: 28px;
	background-color: #d4e5f6;
	min-height: 230px;
} 
.stage_list .activity::before {
	content: "주요활동";
	padding-top: 16px;
}
.stage_list:nth-child(n+2) .activity:before {
	display: none;
}
.stage_list .activity ul li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 3px;
}
.stage_list .activity ul li::before {
	content: "";
	position: absolute; left: 0; top: 4px;
	display: block;
	width: 10px; height: 10px;
	background-color: #0768ca; 
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
}

/* REB HRD 소개 - REB HRD 체계 */
.hrdsystem_list {
	display: none;
}

/* REB HRD 소개 - REB 역량체계 */
.reb_capasystem ul li {
	position: relative;
	margin-bottom: 10px;
	padding-left: 140px;
}
.reb_capasystem ul li:last-child {
	margin-bottom: 0;
}
.reb_capasystem ul li strong {
	position: absolute; left: 0; top: 0;
	display: inline-block; 
	padding: 0 10px;
	min-width: 120px;
	color: #fff; font-size: 1.4rem; font-weight: 500; text-align: center;
	background-color: #1e81ab;	
	-webkit-border-radius: 11.5px;
	-moz-border-radius: 11.5px;
	border-radius: 11.5px; 
}
.reb_edusystem > strong{
	display: block; 
	padding: 8px 30px 3px;
	color: #131313; font-size: 2rem; font-weight: 600; word-break: keep-all; text-align: center;
	background-color: #a5ddf2; 
	-webkit-border-radius: 20px 20px 0 0;
	-moz-border-radius: 20px 20px 0 0;
	border-radius: 20px 20px 0 0;
}
.reb_edusystem div {
	padding: 50px 30px;
	background-color: #cdecf8;  
}
.reb_edusystem div p {
	position: relative;
	margin: 0 auto 80px;
	padding: 10px 40px;
	width: 614px; 
	text-align: center;
	background-color: #fff;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
} 
.reb_edusystem div p::after { 
	position: absolute; bottom: -43px; left: 50%;
	content: "";
	display: block;
	width: 1px; height: 43px;
	background-color: #049fdc;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.reb_edusystem div p strong { 
	display: block;
	font-size: 1.8rem;
}
.reb_edusystem .edusystem_list {
	position: relative;
	display: flex;
	justify-content: space-between;
}
.reb_edusystem .edusystem_list::before {
	position: absolute; left: 50%; top: -37px;
	content: "";
	display: block;
	width: calc(100% - 282px); height: 2px;
	background-color: #72C3E8;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);  

}
.reb_edusystem .edusystem_list li {
	position: relative; 
	padding: 30px 15px 20px;  
	width: 24%;
	color: #fff; text-align: center;
	background-color: #049fdc;
	box-shadow: 6px 7px 6.8px 1.2px rgba(0, 0, 0, 0.1);
}
.reb_edusystem .edusystem_list li:last-child {
	margin-right: 0;
}
.reb_edusystem .edusystem_list li::before {
	position: absolute; top: -36px; left: 50%;
    content: ""; 
    display: block;
    width: 1px; height: 36px;
    background-color: #049fdc;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);  
}
.reb_edusystem .edusystem_list li::after {
	position: absolute; top: -5px; left: 50%;
    content: "";
    display: block;
    width: 10px; height: 10px;
    background-color: #049fdc;
    border: 3px solid #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.reb_edusystem .edusystem_list li strong { 
	display: block;
	margin-bottom: 15px;
	font-size: 1.6rem; font-weight: 600;
} 
.reb_tit + p { 
	margin-bottom: 50px;
	padding: 25px 20px;
	text-align: center;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	box-shadow: 0 5px 14px rgba(0, 0, 0, 0.2);
} 
.reb_common .reb_tit + p {
	margin-bottom: 20px;
}
.reb_common div {
	display: none;
}
.reb_leader > ul {
	display: flex; 
	justify-content: space-between;
}
.reb_leader > ul > li { 
	width: 23.8%;
	text-align: center;
}
.reb_leader > ul > li:last-child {
	margin-right: 0;
}
.reb_leader > ul > li:nth-child(1) .leader_list {
	color: #033d78;
}
.reb_leader > ul > li:nth-child(2) .leader_list {
	color: #28598c;
}
.reb_leader > ul > li:nth-child(3) .leader_list {
	color: #5a7fa6;
}
.reb_leader > ul > li:nth-child(4) .leader_list {
	color: #8ba5c0;
}
.reb_leader > ul > li strong {
	display: block;
	margin-bottom: 20px;
	padding: 12px 13px 7px;
	font-size: 2rem; font-weight: 600; color: #fff; 
	background-color: #033d78; 
	-webkit-border-radius: 20px 20px 0 0;
	-moz-border-radius: 20px 20px 0 0;
	border-radius: 20px 20px 0 0;
}
.reb_leader > ul > li:nth-child(1) strong {
	background-color: #033d78; 
}
.reb_leader > ul > li:nth-child(2) strong {
	background-color: #28598c; 
}
.reb_leader > ul > li:nth-child(3) strong {
	background-color: #5a7fa6; 
}
.reb_leader > ul > li:nth-child(4) strong {
	background-color: #8ba5c0; 
}
.reb_leader .leader_list li {
	display: block;
	margin-bottom: 10px;
	padding: 11px 10px 8px;
	word-break: break-all;
	box-shadow: 5px 4px 5px rgba(0, 0, 0, 0.2);
}
.reb_leader .leader_list li:last-child {
	margin-bottom: 0;
}
.reb_job .tbl_row table {
	border-left: 2px solid #049fdc;
}
.reb_job .tbl_row table tbody td {
	text-align: center;
}

/* 역량진단 */
.testguide_wrap > h5 {
	padding-left: 0;
	background: none;
}
.testdo_guide {
	margin-top: 30px;	
}
.testdo_guide > strong {
	display: block;
	color: #000; font-size: 2rem;
	font-family: ROKAF, sans-serif;
}
.testdo_guide ul {
	display: flex;
	margin-top: 35px;
	padding: 0 25px;
}
.testdo_guide li {
	position: relative;
	display: flex; flex: 1;
	margin-right: 40px;
	padding: 20px;
	align-items: center; justify-content: center;
	text-align: center;
	height: 175px;
	background-color: #d7e2f5;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.testdo_guide li:last-child {
	margin-right: 0;
}
.testdo_guide li::after {
	position: absolute; right: -25px;
	content: "";
	display: inline-block;
	width: 9px; height: 16px;
	background: url(../../images/client/sub/icon_testguide_right.png) no-repeat;
	background-size: contain;
}
.testdo_guide li:last-child::after {
	display: none;
}
.testdo_guide li > strong {
	position: absolute; left: -25px; top: -25px;
	display: block;
	width: 50px; height: 50px;
	text-align: center; line-height: 48px; text-indent: -1px;
	font-size: 3.5rem; font-weight: 600; color: #fff;
	background-color: #82aae8;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	box-shadow: 0 5px 14px rgba(0, 0, 0, 0.2);
}

.testlist_wrap .grid_row {
	margin-bottom: 20px;
}
.employee_name {
	position: relative;
	display: block;
	padding: 10px;
	height: 40px;
	color: #fff; text-align: center;
	text-overflow: ellipsis; white-space: nowrap;
	background-color: #5087be;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
}
.employee_name > strong {
	margin-right: 3px;
	font-weight: 600; vertical-align: top;
}
.employee_name > p {
	display: inline-block;
	font-weight: 600; vertical-align: top;
}
.employee_name.on {
	background-color: #0768ca;
	box-shadow: 0 0 10px rgba(7, 104, 202, 0.5);
}
.employee_name.complete {
	 color: #777 !important;;
	background-color: #d7d7d7 !important;
	cursor: default;
}
.employee_name.complete > span {
	margin-left: 3px; font-weight: 600;
}
.employee_name.self {
	background-color: #14b262;
}
.employee_name.self.on {
	background-color: #08733d;
	box-shadow: 0 0 10px rgba(8, 115, 61, 0.5);
}

.leadership_grade {
	display: flex;
	margin-top: 20px;
	justify-content: center;
}
.leadership_grade li {
	position: relative;
	display: flex;
	margin-right: 10px;
	padding: 0 20px;
	min-width: 210px; height: 50px;
	align-items: center; justify-content: center;
	font-size: 1.8rem; font-weight: 600;
	color: #5d36b5;
}
.leadership_grade li::before {
	position: absolute; left: -20px;
	content: "";
	display: inline-block;
	width: 20px; height: 50px;
	background-repeat: no-repeat;
}
.leadership_grade li:nth-child(1) {
	background-color: #d5cbec;
}
.leadership_grade li:nth-child(1):before {
	background-image: url(../../images/client/sub/img_leadership_arrow1.png);
}
.leadership_grade li:nth-child(2) {
	background-color: #cbbee7;
}
.leadership_grade li:nth-child(2):before {
	background-image: url(../../images/client/sub/img_leadership_arrow2.png);
}
.leadership_grade li:nth-child(3) {
	background-color: #beaee1;
}
.leadership_grade li:nth-child(3):before {
	background-image: url(../../images/client/sub/img_leadership_arrow3.png);
}
.leadership_grade li:nth-child(4) {
	margin-right: 0;
	background-color: #ae9ada;
}
.leadership_grade li:nth-child(4):before {
	background-image: url(../../images/client/sub/img_leadership_arrow4.png);
}

.capa_graphwrap {
	display: flex;
	padding: 15px 20px 20px;
	align-items: center;
	border: 1px solid #82aae8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.capa_graphwrap > div {
	flex: 1;
}
.comment_area {
	padding: 15px 20px 20px;
	min-height: 160px;
	border: 1px solid #82aae8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.recommend_edubox {
	padding: 15px;
	border: 1px solid #82aae8;
}
.recommend_edubox > .img_wrap {
	position: relative;
	margin-bottom: 10px;
	width: 100%; height: 150px;
	overflow: hidden;
}
.recommend_edubox > .img_wrap > img {
	position: absolute; top: 50%; left: 50%;
	max-width: 100%;
	transform: translate(-50%, -50%);
}
.recommend_edubox > .img_wrap > .capa_label {
	position: absolute; top: 10px; left: 10px; z-index: 1;
	padding: 0 10px;
	color: #fff; font-size: 1.4rem;
	background-color: #355b95;
}
.recommend_edubox ul {}
.recommend_edubox ul li {
	position: relative;
	display: flex;
	margin-bottom: 5px;
	padding-left: 85px;
	align-items: center;
	font-weight: 500;
}
.recommend_edubox ul li strong {
	position: absolute; left: 0; top: 0;
	width: 75px;
	color: #fff; text-align: center;
	background-color: #82aae8;
	border-radius: 5px;
}
.recommend_edubox ul li:last-child {
	margin-bottom: 0;
}

/* 경력개발계획 - 소개 */
.testguide_wrap.career {
	margin-bottom: 30px;
	padding: 25px 280px 80px 30px;
	background: url(../../images/client/sub/img_army.png) no-repeat right 30px bottom;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	box-shadow: 0 5px 14px rgba(0, 0, 0, 0.2);
}
.testguide_wrap.career p:first-child {
	margin-bottom: 30px;
}

/* 경력개발계획 - 수립 */
.depart_list {
	padding: 20px 10px 10px;
	max-height: 130px;
	border: 1px solid #049fdc;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	overflow-y: auto;
}
.depart_list li {
	display: inline-block;
	margin-right: 10px; margin-bottom: 10px;
}
.depart_list li a {
	display: inline-flex;
	padding: 0 20px;
	min-width: 95px; min-height: 30px;
	align-items: center; justify-content: center;
	vertical-align: top; color: #fff;
	background-color: #4fbce6;
	-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;
}
.depart_list li.on a {
	box-shadow: 0 0 8px rgba(4, 159, 220, 0.6);
}
.depart_list2 li {
	position: relative;
	display: inline-flex;
	margin-top: 10px; margin-right: 10px;
	padding: 0 40px 0 20px;
	min-width: 95px; min-height: 30px;
	align-items: center; justify-content: center;
	vertical-align: top; color: #fff;
	background-color: #4fbce6;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.depart_list2 li .btn_close {
	position: absolute; right: 5px; top: 50%;
	margin-top: -10px;
	width: 20px; height: 20px;
	font-size: 0; line-height: 0;
	background: url(../../images/client/sub/icon_close_blue.png) no-repeat;
	background-size: contain;
}

.acquire_list {
	display: flex;
	background: url(../../images/client/sub/img_acquire_arrow.png) no-repeat center;
}
.acquire_list > div {
	width: 100%;
	overflow: hidden;
}
.acquire_list > .left {
	margin-right: 140px;
}
.acquire_list > div > strong {
	display: block;
	color: #fff; line-height: 50px; font-size: 1.8rem; text-align: center;
	font-weight: 600; word-break: keep-all; 
	background-color: #049fdc; /*4fbce6*/
	border: 1px solid #049fdc;
	-webkit-border-radius: 20px 20px 0 0;
	-moz-border-radius: 20px 20px 0 0;
	border-radius: 20px 20px 0 0;
}
.acquire_list ul {
	padding: 15px 20px;
	height: 230px;
	border: 1px solid #049fdc;
	-webkit-border-radius: 0 0 20px 20px;
	-moz-border-radius: 0 0 20px 20px;
	border-radius: 0 0 20px 20px;
	overflow-x: hidden; overflow-y: auto;
}
.acquire_list ul li {
	margin-bottom: 5px;
	cursor: pointer;
}
.acquire_list ul li:last-child {
	margin-bottom: 0;
}
.acquire_list ul li p {
	position: relative;
	padding: 4px 35px 4px 5px;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.acquire_list .right ul li {
	display: flex;
}
.acquire_list .right ul li > * {
	flex: auto;
	height: 30px;
}
.acquire_list .right ul li p {
	width: 180px;
	color: #fff; text-overflow: ellipsis; white-space: nowrap;
	background-color: #4fbce6; 
	overflow: hidden;
	cursor: default;
}
.acquire_list .right ul li .form_style {
	flex: 0;
	margin-left: 10px;
	width: 180px;
}
.acquire_list ul li .btn_close {
	position: absolute; right: 10px; top: 50%;
	margin-top: -10px;
	width: 20px; height: 20px;
	font-size: 0; line-height: 0;
	background: url(../../images/client/sub/icon_close_blue.png) no-repeat;
	background-size: contain;
}
.acquire_list ul li > div {
	position: relative;
}

.status_grid {
	display: flex;
	margin-bottom: 30px;
}
.satisfy_status {
	display: flex;
	flex-shrink: 0;
	margin-right: 30px;
	padding: 5px 50px 0 150px;
	width: 350px; height: 120px;
	align-items: center; justify-content: flex-end;
	font-size: 4rem; color: #fff; font-weight: 600;
	background-repeat: no-repeat;
	background-position: 50px center;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.satisfy_status.good {
	background-color: #a0c76e;
	background-image: url(../../images/client/sub/img_satisfy_good.png);
}
.satisfy_status.bad {
	background-color: #4782be;
	background-image: url(../../images/client/sub/img_satisfy_bad.png);
}
.satisfy_status.plan {
	background-color: #fcb905;
	background-image: url(../../images/client/sub/img_satisfy_plan.png);
}

/* 경력개발계획 - 진행현황 */
.achieve_bar {
	position: relative;
}
.achieve_bar > p {
	display: inline-block;
	margin-right: 10px;
	font-size: 1.4rem;
}
.achieve_bar .gauge {
	position: relative; z-index: 1;
	display: inline-block;
	width: 200px; height: 16px;
	color: #fff; text-align: center; font-size: 1.3rem;
	line-height: 15px;
	background-color: #717171;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	overflow: hidden;
}
/* 달성도 */
.achieve_bar .gauge > span {
	position: absolute; left: 0; top: 0; z-index: -1;
	display: block;
	height: 100%;
	background-color: #0768ca;
}
.btn_rowposition .achieve_bar {
	margin-top: 11px;
}

/* 교육훈련 - 교육신청 */
.program_cardtype {
	position: relative;
	padding: 20px;
	text-align: right;
	background: #fff;
	border: 1px solid #ddd;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.program_cardtype.on {
	border-color: #355b95;
}
.program_cardtype .status_label {
	display: table;
	padding: 0 5px;	
	min-width: 65px;
	color: #fff; font-size: 1.3rem; font-weight: 500; line-height: 23px; 
	text-align: center; letter-spacing: -0.03em; white-space: nowrap;
	background-color: #355b95;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.program_cardtype .status_label.wait {
	background-color: #f2c44b;
}
.program_cardtype .status_label.complete {
	background-color: #008b52;
}
.program_cardtype .status_label.complete2 {
	background-color: #355b95;
}
.program_cardtype .status_label.first {
	background-color: #27b6bf;
}
.program_cardtype .status_label.cancel {
	background-color: #8a8a8a;
}
.program_cardtype .category_label {
	position: absolute; top: 20px; right: 20px;
	display: inline-block;
	padding: 0 5px;	
	min-width: 65px;
	color: #fff; font-size: 1.3rem; font-weight: 500; line-height: 23px; text-align: center; letter-spacing: -0.03em; white-space: nowrap;
	background-color: #82aae8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.program_cardtype dl {
	margin-top: 10px;
	text-align: left;
}
.program_cardtype dl + button {
	margin-top: 18px;
}
.program_cardtype dt {
	position: relative;
	margin-bottom: 10px;
	padding-bottom: 5px;
	font-size: 1.6rem; font-weight: 500; letter-spacing: -0.02em;
	border-bottom: 1px dashed #ddd;
	overflow: hidden;
}
.program_cardtype dt a, .program_cardtype dt p {
	font-weight: 600;
}
.program_cardtype dt p {
	text-overflow: ellipsis; white-space: nowrap;
	overflow: hidden;
}

.program_cardtype .img_wrap {
	position: relative;
	margin-bottom: 5px;
	width: 100%; height: 120px;
	background-color: #d7deea;
	overflow: hidden;
}
.program_cardtype .img_wrap 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%);
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.program_cardtype dd {
	margin-bottom: 8px;
	color: #403f3f; font-size: 1.4rem; 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;
}
.program_cardtype dd strong::after {
	content: "";
	position: absolute; top: 50%; right: 0;
	display: block;
	margin-top: -10px;
	width: 1px; height: 20px;
	background:#c2c2c2;
}
.progress_area {
	margin-top: 18px;
}
.progress_area > p {
	margin-bottom: 5px;
	text-align: center; font-size: 1.4rem;
}
.progress_bar {
	position: relative;
	height: 16px;
	background: #717171;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	overflow: hidden;
}
/* 참여인원 */
.progress_bar p {
	height: 100%;
	background: #14b262;
}
/* 진도율 */
.progress_bar.rate p {
	background: #4782be;
}
.progress_bar .progress_bartxt {
	position: absolute; top: 50%; left: 50%;
	color: #fff; font-size: 1.3rem;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.capa_percentage {
	display: flex;
}
.capa_percentage * {
	min-width: 0;
}
.capa_percentage p {
	position: relative;
	padding: 0 6px;
	flex: 1;
	line-height: 1em; text-align: center;
}
.capa_percentage p::before {
	content: "";
	position: absolute; top: 50%; left: 0;
	display: block;
	margin-top: -13px;
	width: 1px; height: 26px;
	background: #e1e1e1;
}
.capa_percentage p:first-child:before {
	display: none;
}
.capa_percentage p strong {
	display: block;
	margin-bottom: 2px;
	color: #403f3f; line-height: inherit; white-space: nowrap; text-overflow: ellipsis;
	overflow: hidden;
}
.capa_percentage p span {
	display: block;
	color: #0f3e8e; font-size: 1.8rem; font-weight: 500; letter-spacing: -0.03em; white-space: nowrap; text-overflow: ellipsis;
	overflow: hidden;
}

.program_listtype table {
	font-size: 1.4rem;
	border-bottom: 0;
}
.program_listtype table thead th {
	padding: 6px 0;
	background: #e5f4fa;
	border-left: 1px solid #ddd;
}
.program_listtype table thead th:last-child {
	border-right: 1px solid #ddd;
}
.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;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.program_listtype table td {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.program_listtype table tbody th:first-child, .program_listtype table tbody td:first-child {
	border-left: 1px solid #ddd;
}
.program_listtype table tbody th:last-child, .program_listtype table tbody td:last-child {
	border-right: 1px solid #ddd;
}
.program_listtype .bg_td {
	background: #f2f2f2;
}
.program_listtype .status_label {
	font-weight: 500; vertical-align: top;
}
.program_listtype .status_label.court {
	color: #4782be;
}
.program_listtype .status_label.choice {
	color: #5d36b5;
}
.program_listtype .status_label.pass {
	color: #edc768;
}
.program_listtype .status_label.need {
	color: #a0c76e;
}
.program_listtype .status_label.etc {
	color: #ccc;
}
.program_listtype .grade_point strong {
	display: inline-block;
	margin-left: 5px;
	padding: 0 5px;
	min-width: 25px;
	font-size: 1.4rem; color: #049fdc; font-weight: 500;
	text-align: center;
	vertical-align: 0; line-height: 14px;
	border: 1px solid #049fdc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.program_cntwrap {
	padding: 25px 30px 30px;
	background-color: #e5f4fa;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.program_cntwrap .cnt_box {
	margin-bottom: 20px;
}
.program_cntwrap .cnt_box:last-child {
	margin-bottom: 0;
}
.program_cntwrap .edu_tit {
	display: block;
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-size: 2.4rem; font-weight: 500; color: #131313;
	border-bottom: 1px solid #ddd;
}
.edu_tbl table, .edu_tbl tbody tr th, .edu_tbl tbody tr td {
	padding: 5px 5px 5px 0;
	text-align: left;
	background-color: transparent !important;
	border: none !important;
}
.edu_tbl tbody tr th {
	font-weight: 500;
}
.edu_tbl .progress_bar {
	max-width: 50%;
	background-color: #717171;
}
.program_cntwrap .adit_top {
	padding: 15px 20px;
	background-color: #fff;
}
.program_cntwrap .adit_top a {
	display: table; 
	margin-top: 0; margin-right: 0; margin-bottom: 10px;
}
.program_cntwrap .adit_top a:last-child {
	margin-bottom: 0;
}
.program_cntwrap .adit_top .byte {
	margin-left: 5px;
	color: #999999;
	vertical-align: top;
}
.program_cntwrap .tbl_row table {
	border-left: 2px solid #049fdc;
}
.program_cntwrap .tbl_row th {
	background-color: #ceebf7;
}
.video_box {
	margin-bottom: 20px;
	min-height: 260px;
	background-color: #ddd;
}
.edu_graph_wrap.my_status {
	justify-content: center;
}
.edu_graph_wrap.my_status > div {
	width: 25%;
}

.program_content {
	position: relative;
	padding-left: 430px;
	min-height: 200px;
}
.program_content .img_wrap {
	position: absolute; top: 0; left: 0;
	width: 410px; height: 200px;
	background-color: #D7DEEA;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
}
.program_content .img_wrap img {
	position: absolute; top: 50%; left: 50%;
	max-height: 100%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.program_content .status_label {
	position: absolute; left: 10px; top: 10px; z-index: 1;
	display: inline-block;
	min-width: 65px;
	color: #fff; text-align: center;
	line-height: 23px; font-size: 1.4rem; font-weight: 500;
	background-color: #355b95;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.program_content .status_label.wait {
	background-color: #f2c44b;
}
.program_content .status_label.complete {
	background-color: #008b52;
}
.program_content .category_label {
	position: absolute; right: 10px; top: 10px; z-index: 1;
	display: inline-block;
	min-width: 65px;
	color: #fff; text-align: center;
	line-height: 23px; font-size: 1.4rem; font-weight: 500;
	background-color: #82aae8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.program_content dt {
	position: relative;
	margin-bottom: 10px; padding-bottom: 8px;
	border-bottom: 1px solid #ddd;
}
.program_content dt h5 {
	display: block;
	color: #000; font-size: 2rem; line-height: 1.2em; letter-spacing: -0.05em;
	font-family: ROKAF, sans-serif;
}
.program_content dd {
	display: flex;
	margin-bottom: 6px;
	color: #000; 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;
}

/* 교육훈련 - 면담 */
.interview_box {
    position: relative;
    margin-bottom: 10px;
    padding: 20px 30px 20px 140px;
    background-color: #e5f4fa;
}  
.interview_box p.error {
	position: absolute; bottom: 5px;
}
.interview_box table p.error {
	position: static;
	margin-top: 3px;
	font-size: 1.5rem;
}
.interview_box .section_tit_sm {
    position: absolute; top: 23px; left: 30px;
    max-width: 125px;
}
.interview_box > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 40px;
}
.interview_box > div > a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    width: 135px; height: 40px;
}
.interview_box input {
    border: 1px solid #049fdc;
}
.interview_box .error {
	border-color: #c43b3b;
}
.interview_box textarea.form_style, .interview_box .select_form {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}  
.re_area h3 {
    margin-bottom: 15px;
    font-weight: 600;
}
.re_area h3 > span {
	vertical-align: top;
}
.re_area dl{
    margin-bottom: 10px;
    padding: 0 30px 30px 30px;
    border: 1px solid #049fdc;
} 
.re_area dl dt {  
    position: relative;
    padding: 15px 120px 10px 60px;
    border-bottom: 1px solid #049fdc;
    font-weight: 600;
    background-image: url(../../images/client/sub/icon_rearea.png),url(../../images/client/sub/icon_comment.png);
    background-repeat: no-repeat;
    background-position: left 18px, 35px 18px;
}
.re_area dl dt span {  
    position: absolute; right: 0;
    font-weight: 400; font-size: 1.4rem; color: #b7b7b7;
    vertical-align: 0; text-align: right;
}
.re_area dl dd {
    padding: 25px 10px 0;
    min-height: 40px;
}
.interview_box.rewrite_box {
    position: relative;
    padding: 20px 110px 20px 140px;
} 
.interview_box.rewrite_box .re_text button {
    position: absolute; top: 20px; right: 30px;
}
.interview_box.block_box {
	padding: 25px 30px 20px;
}
.interview_box.block_box .section_tit_sm {
	position: static;
}
.interview_box .tbl_col table thead th {
	background-color: #ceebf7;
}
.interview_box.block_box input {
	border: 1px solid #ddd;
}

/* 교육훈련 - 멘토링 */
.mentoring .interview_box {
    padding: 20px 30px 20px 160px;
}
.mentoring .interview_box:nth-of-type(4) > div {
    display: block;
}
.mentoring_lg .interview_box {
    padding: 20px 30px 20px 220px;
}
.mentoring_lg .interview_box .section_tit_sm {
	max-width: 170px;
}

/* 교육훈련 - 학습조직(CoP) */
.clubranking_list {
	display: flex;
	margin-top: 20px;
}
.clubranking_list li {
	position: relative;
	display: block;
	margin-right: 20px;
	padding: 20px;
	width: 175px; 
	text-overflow: ellipsis; white-space: nowrap;
	text-align: center;
	color: #131313; font-size: 1.8rem; font-weight: 600; word-break: keep-all; 
	letter-spacing: -0.05em;
	background-color: #e5f4fa;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	overflow: hidden;
}
.clubranking_list li:last-child {
	margin-right: 0;
}
.clubranking_list li .ranking {
	display: flex;
	margin: 8px auto 0;
	width: 98px; height: 100px;
	align-items: center; justify-content: center;
	font-size: 2.5rem;
	background: url(../../images/client/sub/img_ranking.png) no-repeat center bottom;
}
.cop_more {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.cop_more .interview_box {  
    padding: 20px 30px 20px 190px;
	width: 100%;
} 
.cop_more .interview_box .cop_member {
	flex-direction: column;
	align-items: flex-start;
}
.cop_more .interview_box .depart_list {
	margin-top: 15px;
}
.cop_more .interview_box.cop_top {   
	width: 49.5%;
} 
.cop_more .interview_box .section_tit_sm {
	max-width: 150px;
}  
.cop_more .interview_box > div .member_list {
	display: flex;
	align-content: flex-start; 
	flex-wrap: wrap;   
}
.cop_more .interview_box > div .member_list li { 
	margin-bottom: 5px;
	padding-right: 15px;
	min-width: 33.3%;
}
.cop_share .interview_box:nth-of-type(3) > div {
    display: block;
}
.cop_club .interview_box {
    padding: 20px 30px 20px 190px;
}
.cop_club .interview_box .section_tit_sm {
	min-width: 130px;
}
.cop_club .interview_box:nth-of-type(4) > div {
    display: block;
}
.cop_file > div {
	display: block;
}

/* 게시판 - 공지사항, 자료실 상세 */
.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: #d7deea;
}
.adit_top > p {
	position: relative;
	display: inline-block;
	margin-right: 10px; padding: 0 13px 3px 25px;
	font-weight: 500; font-size: 1.5rem; 
	background-image: url(../../images/client/formstyle/bg_fileform.png); background-repeat: no-repeat; background-position: left top 2px;
}
.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-top: 2px; margin-right: 15px;
	color: #0a199e; 
	vertical-align: 0;
} 
.adit_top .filedown_link .adit_number { 
	display: inline-block;   
	margin-right: 3px;
	width: 25px; height: 25px;
	color: #fff; text-align: center; font-size: 1.6rem; font-weight: 600; line-height: 26px; vertical-align: 0;
	background-color: #82aae8;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.adit_content {
	min-height: 150px;
	padding: 20px;
	font-size: 1.5rem; word-break: keep-all;
}

.bbs_header {
	padding: 17px 20px;
	position: relative;
	font-size: 0; line-height: 0;
	border-top: 2px solid #5087be;
}
.bbs_header .category_label {
	display: inline-block;
	margin-bottom: 10px; padding: 5px 6px;
	font-size: 1.5rem; line-height: 1em;
	border: 1px solid #ddd;
}
.cnt_title, .title_info {
	font-size: 1.5rem; line-height: 1.5em;
}
.cnt_title {
	margin-bottom: 10px;
	color: #131313; font-size: 2rem; font-weight: 600; word-break: keep-all; 
}
.title_info {
	text-align: left;
}
.title_info p {
	display: inline-block;
	margin-right: 20px;
}
.title_info p span {
	position: relative;
	display: inline-block;
	margin-right: 8px; padding-right: 8px;
	color: #3a3a3a; vertical-align: top;
}
.title_info p span::after {
	position: absolute; top: 50%; right: 0;
	content: "";
	display: block;
	margin-top: -6px;
	width: 1px; height: 12px;
	background: #cfd2d7;
}
.commu_content .editor_area {
	padding: 30px;
	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 {
	border-color: #ddd;
	border-style: solid;
}
.editor_area table[align="center"] {
	margin: 0 auto;
}
.editor_area table th {
	vertical-align: middle; text-align: center;
	border: 1px solid #ddd;
}
.editor_area table td {
	vertical-align: middle;
	border: 1px solid #ddd;
}
.editor_area iframe {
	max-width: 100%;
}
.editor_area ul, .editor_area ul li {
	list-style: disc;
}
.editor_area ol, .editor_area ol li {
	list-style: number;
}
.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;
} 

/* 게시판 - 설문조사 상세 */  
.commu_content .testlist_box {
	margin-bottom: 0;
}  
.testlist_wrap {
	padding: 30px;
	background: #d7deea;
}
.testlist_wrap .testlist_tit { 
	color: #131313; font-size: 2rem; font-weight: 600; text-align: center;
}
.testlist_info {
	margin-top: 10px; margin-bottom: 30px;
	padding: 15px 20px 20px;
	text-align: left; color: #fff;
	background-color: #049fdc;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
} 
.testlist_info > * {
	vertical-align: top;
}
.testlist_info img {
	max-width: 100%; height: auto !important;
}
.testlist_box {
	padding: 20px; margin-bottom: 30px;
	background-color: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
} 
.testlist_box textarea {
	border-color: #ddd;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.survey_tit {
	margin-bottom: 5px;
	font-size: 1.8rem; font-weight: 600; color: #000;
}
.survey_tit > span {
	font-size: 1.4rem;
}
.survey_list dt {
	position: relative;
	padding: 15px 0 10px 40px;
	font-size: 1.6rem; font-weight: 500;
} 
.survey_list dt span {
	display: inline-block;
	min-width: 30px; height: 30px;
	margin-left: -40px; margin-right: 10px;
	font-size: 1.8rem; color: #333; font-weight: 500;
	text-align: center; line-height: 30px; vertical-align: baseline;
	background-color: #e5f5fb;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.survey_list dd {
	padding: 0 20px 15px 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: 3%;
	position: relative;
	text-align: center;
	background-color: #fff;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}
.testlist_bar p {
	height: 100%;
	position: absolute; top: 0; left: 0;
	background-color: #82aae8;
	-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: #5b90e2; 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/page_prev_white.png);
}
.testlist_next {
	padding-right: 25px;
	background-position: right 15px center;
	background-image: url(../../images/client/sub/page_next_white.png); 
}
.testlist_move.disabled {
	color: #b7b7b7;
	background-color: #ddd;
	cursor: default;
}
.testlist_pre.disabled {
	background-image: url(../../images/client/sub/page_prev_gray.png);
}
.testlist_next.disabled {
	background-image: url(../../images/client/sub/page_next_gray.png); 
}
.testlist_paging .btn_wrap {
	position: absolute; top: -2px; right: 0; 
} 

/* 마이페이지 - 나의 성장도 */
.capa_graph {
	margin-bottom: 20px;
}
.capa_graph:last-child {
	margin-bottom: 0;
}
.capa_graph strong {
	display: block;
	padding: 15px 10px 10px;
	width: 100%;   
	color: #fff; font-weight: 600; font-size: 1.8rem; text-align: center;
	background-color: #049fdc;
	border: 1px solid #049fdc;
	border-bottom: none;
	-webkit-border-radius: 20px 20px 0 0;
	-moz-border-radius: 20px 20px 0 0;
	border-radius: 20px 20px 0 0; 
}
.capa_graph > div {
	position: relative;
	padding: 20px;
	height: 320px;
	border: 1px solid #049fdc;
	border-top: none;
	-webkit-border-radius: 0 0 20px 20px;
	-moz-border-radius: 0 0 20px 20px;
	border-radius: 0 0 20px 20px; 
}

/* 마이페이지 - 나의 정보 */
.mypage_wrap {
    padding: 30px;
    background-color: #e5f4fa;
    border-top: 3px solid #049fdc;
}
.mypage_wrap .tbl_col table thead th {
    background-color: #ceebf7;
}
.mypage_wrap .nocnt_box {
    background-color: #fff;
}
.mypage_box {
    padding: 30px;
    background-color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px; 
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
} 
.mypage_box ul {
    display: flex;
    flex-wrap: wrap; 
} 
.mypage_box ul li {
    padding: 0 10px 0 100px;
}
.mypage_box ul li:nth-child(1),
.mypage_box ul li:nth-child(4) {
    flex-basis: 27%;
}
.mypage_box ul li:nth-child(2),
.mypage_box ul li:nth-child(5) {
    flex-basis: 32%;
}
.mypage_box ul li:nth-child(3),
.mypage_box ul li:nth-child(6) {
    flex-basis: 41%;
}
.mypage_box ul li:nth-child(-n+3) {
    margin-bottom: 10px;
}
.mypage_box ul li strong {
    position: relative;
    display: inline-block;
    margin: 0 20px 0 -100px;
    width: 80px;
    color: #049fdc; font-weight: 500;
    vertical-align: 0;
}
.mypage_box ul li strong::after {
    position: absolute; right: 0; 
    content: "|"; 
    color: #dddddd; 
}
.edu_graph_wrap {
    display: flex;
} 
.edu_graph_wrap > div {
    margin-right: 30px;
    width: 25%;
} 
.edu_graph_wrap > div:last-child {
    margin-right: 0;
}  
.edu_graph_wrap .edu_box1 {
    position: relative;
}
.edu_graph_wrap .edu_box4 {
    width: 35%;
}
.edu_graph_wrap > div strong {
    display: block;
    margin-bottom: 15px;
    color: #131313; font-size: 1.8rem; font-weight: 600; text-align: center;
}  
.edu_text {
    position: absolute; bottom: 70px; left: 50%;
    display: block;
    width: 100%;
    font-size: 1.6rem; text-align: center;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.edu_text span {
    vertical-align: 0;
}
.mypage_wrap .mypage_box .tbl_col table thead th {
    background-color: #e5f4fa;
}
.active_box {
	position: relative;
    padding: 26px 30px 26px 100px;
    height: auto;
    text-align: right; color: #fff;
    background-repeat: no-repeat;
    background-position: 30px 30px;
    background-size: contain 50px;
    border: none; 
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px; 
}
.active_box.license_box {
    background-color: #33a291;
    background-image: url(../../images/client/sub/icon_license.png);
    background-position: 30px 30px;
}
.active_box.language_box {
    background-color: #0768ca;
    background-image: url(../../images/client/sub/icon_language.png);
    background-position: 30px 30px;
}
.active_box.award_box {
    background-color: #d9b465;
    background-image: url(../../images/client/sub/icon_award.png);
    background-position: 30px 30px;
}
.active_box strong {
    display: block;
    margin-bottom: 5px;
    font-size: 2.2rem; font-weight: 600; 
	text-overflow: ellipsis; white-space: nowrap;
	overflow: hidden;
}
.active_box p {
    display: block;
    margin-bottom: 5px;
    font-size: 1.8rem; 
}

/* 전문가 인증 - 전문가 시험 */
.survey_list dt .score {
	position: relative; top: -1px;
	display: inline-block; 
	margin-left: 3px;
	vertical-align: middle; font-size: 1.2rem; letter-spacing: -0.08em;
	color: #509ab8;
}

/* 통합검색 결과 */
.searchresult_list li {
	padding: 12px;
	border-bottom: 1px solid #ddd;
}
.searchresult_list li:first-child {
	border-top: 1px solid #ddd;
}
.searchresult_list h6 {
	margin-bottom: 2px;
}
.searchresult_list h6 a {
	display: block;
	color: #131313; font-size: 1.8rem; line-height: 1.5em; white-space: nowrap; text-overflow: ellipsis;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	overflow: hidden;
}
.searchresult_list h6 a span, .searchresult_list h6 a strong {
	vertical-align: 0; text-decoration: inherit;
}
.searchresult_list .search_data > span {
	display: block;
	color: #b7b7b7; font-size: 1.4rem; white-space: nowrap; text-overflow: ellipsis;
	overflow: hidden;
}
.searchresult_list .search_data span, .searchresult_list .search_data strong {
	vertical-align: 0; text-decoration: inherit;
}
.searchresult_list .search_detail {
	margin-top: 6px;
	white-space: nowrap; text-overflow: ellipsis;
	overflow: hidden;
}
.searchresult_list .search_detail span, .searchresult_list .search_detail strong {
	vertical-align: 0; text-decoration: inherit;
}
.searchresult_list img {
	max-width: 100%;
}
.keyword_hl {
	display: inline-block;
	background: rgba(4, 159, 220, 0.14);
}

/*=================== //서브페이지 ===================*/

@media screen and (max-width:1280px) {
	/*=================== 메인페이지 1280 ===================*/
	.mainpage {
		min-height: 100%;
	}
	.mainpage::before {
		height: 800px;
	}

	.main_myinfowrap, .main_subwrap, .main_notice {
		width: 49.17%;
	}
	.main_myinfowrap {
		text-align: center;
	}
	.main_capawrap {
		margin-right: 0;
		width: 100%;
	}

	.mainshortcut_box {
		height: 140px;
	}

	
	/*=================== // 메인페이지 1280 ===================*/
	
	/*=================== 서브페이지 1280 ===================*/

	/* REB HRD 소개 - REB 역량체계 1280 */
	.reb_edusystem .edusystem_list {
		flex-wrap: wrap;
	} 
	.reb_edusystem .edusystem_list::before {
		width: 50%; height: 25px;
		background-color: transparent;
		border: 2px solid #72C3E8;
		border-bottom: none;
	} 
	.reb_edusystem .edusystem_list li { 
		margin-bottom: 20px;
		padding: 20px 15px 20px;
		width: 48.8%;
	}  
	.reb_edusystem .edusystem_list li::before {
		display: none;
	}
	.reb_edusystem .edusystem_list li::after {
		display: none;
	}
	.reb_edusystem .edusystem_list li:nth-child(n+3) {
		margin-bottom: 0;
	}
	.reb_edusystem .edusystem_list li strong {
		margin-bottom: 10px;
	}

	/* REB HRD 소개 - REB 인재개발 Grand Design 1280 */
	.visionsystem_list > li > ul {
		margin-left: 0;
	}
	.visionsystem_list .strategy_list .contents > ul {
		justify-content: center;
		flex-wrap: wrap;
	}
	.visionsystem_list .strategy_list .contents > ul > li {
		margin: 0 35px; 
	}

	.vision_tab_contents .type2 ul {
		justify-content: flex-start;
	}
	.vision_tab_contents .type2 ul li {
		margin-bottom: 15px; 
		margin-right: 0;
		width: 50%;
	}
	.vision_tab_contents .type2 ul li {
		margin-right: 0;
	} 
	.vision_tab_contents .type2.strategy ul li {
		margin-right: 0;
	} 
	.vision_tab_contents .type2.value ul li:nth-child(2) {
		margin-right: 0;
	}
	.vision_tab_contents .type2.value ul li:nth-child(3) {
		margin-left: 0;
	}
	.prepare_list {
		margin-left: 0;
	} 
	.prepare_list li:nth-child(1) {
		width: 23%;
	}
	.prepare_list li:nth-child(2) {
		width: 43%;
	}
	.prepare_list li:nth-child(3) {
		width: 34%;
	}
	.stage_list .stage {
		min-height: 120px;
	} 
	.stage_list .hrdrr {
		min-height: 91px;
	}
	.stage_list .activity {
		min-height: 350px;
	}

	/* 역량진단 1280 */
	.leadership_grade {
		margin-left: 20px;
		justify-content: flex-start;
	}
	.leadership_grade li {
		padding: 0 10px;
		min-width: 160px;
		justify-content: flex-start;
		font-size: 1.6rem;
	}

	/* 경력개발계획 - 수립 1280 */
	.acquire_list ul {
		padding: 10px;
	}
	.acquire_list > .left {
		margin-right: 100px;
	}
	.acquire_list .right ul li .form_style {
		width: 165px;
	}

	/* 교육훈련 - 학습조직(CoP) 1280 */
	.clubranking_list li {
		margin-right: 2%;
		width: 20%;
	}


	/* 마이페이지 - 나의 정보 1280 */
	.edu_graph_wrap {
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .edu_graph_wrap > div {
        margin-right: 0;
        width: 45%;
    } 
    .edu_graph_wrap .edu_box4 {
        width: 45%;
    } 
    .edu_text {
        bottom: 35px;
    }

	/*=================== //서브페이지 1280 ===================*/

}
@media screen and (max-width:1079px) {
	
	/*=================== 서브페이지 1079 ===================*/
	
	/*=================== 서브페이지 1079 ===================*/

}

/*=================== hover ===================*/
@media screen and (min-width:1025px) {
	
	/*=================== 메인페이지 hover ===================*/

	.situation_box a:hover {
		box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	}

	.mainshortcut_box:hover {
		box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	}
	.mainshortcut_box:hover::before {
		-webkit-transform: translate(5px, -5px);
		-moz-transform: translate(5px, -5px);
		-o-transform: translate(5px, -5px);
		transform: translate(5px, -5px);
	}

	.main_notice_top .btn_more:hover {
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	.main_notice .notice_list li p:hover {
		color: #355b95;
	}

	/*=================== //메인페이지 hover ===================*/
	/*=================== 서브페이지 hover ===================*/
	
	/* 경력개발계획 - 수립 hover */
	.depart_list li a:hover {
		box-shadow: 0 0 8px rgba(4, 159, 220, 0.8);
	}

	.acquire_list ul li:hover p {
		color: #fff;
		background-color: #4fbce6;
	}

	/* 교육훈련 - 교육신청 hover */
	.program_cardtype dt a:hover {
		color: #355b95;
	}
	.program_cardtype dt a:hover .img_wrap img {
		-webkit-transform: translate(-50%,-50%) scale(1.1);
		-moz-transform: translate(-50%,-50%) scale(1.1);
		-o-transform: translate(-50%,-50%) scale(1.1);
		transform: translate(-50%,-50%) scale(1.1);
	}

	/* 게시판 - 설문조사 상세 hover */  
	.testlist_move:hover {
		background-color: #2f74e0;
	}
	.testlist_move.disabled:hover {
		background-color: #ddd;
	}

	/* 통합검색 결과 hover */
	.searchresult_list h6 a:hover {
		color: #049fdc; 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 */
	.section_tit_lg {
		font-size: 2rem;
	}
	.section_tit_md {
		font-size: 1.8rem;
	}
	.section_tit_sm {
		font-size: 1.6rem; 
	}
	.section_tit_lg > .small_tit {
		display: block;
		margin-left: 0;
		font-size: 1.6rem;
	}
	
	/*=================== //공통 1024 ===================*/
	/*=================== 메인페이지 1024 ===================*/
	.mainsection_area {
		margin-bottom: 20px;
		border: none;
		box-shadow: 0 5px 14px rgba(0, 0, 0, 0.2);
	}
	.main_tit {
		font-size: 2rem;
	}
	.main_tit_sm {
		font-size: 1.8rem;
	}

	.main_myinfowrap {
		background-size: auto 40px;
	}

	.main_capawrap {
		height: auto;
	}
	.main_capawrap .nocnt_box {
		height: 240px;
	}
	.main_capalist li h5 {
		padding-bottom: 5px;
		font-size: 1.6rem;
		border-bottom: 1px dashed #ccc;
	}

	.mainshortcut_box::before {
		width: 30px; height: 30px;
	}

	.main_notice {
		padding: 20px;
	}
	.main_notice_top .btn_more {
		top: 5px;
		width: 17px; height: 17px;
		background-size: 17px auto;
	}
	.main_notice .notice_list {
		margin-top: 15px;
	}
	.main_notice .notice_list li {
		margin-bottom: 18px;
	}
	.main_notice .notice_list a {
		padding-left: 15px;
	}
	.main_notice .notice_list li a p::before {
		width: 8px; height: 8px;
	}
	.main_notice .notice_list p {
		font-size: 1.5rem;
	}
	.main_notice .notice_list span {
		padding-left: 18px;
		font-size: 1.4rem;
		background-size: 12px auto;
	}
	.main_notice .nocnt_box {
		top: -5px;
	}
	
	/*=================== //메인페이지 1024 ===================*/
	/*=================== 서브페이지 1024 ===================*/

	/* REB HRD 소개 - REB 인재상 1024 */
	.reb_tit {
		margin-bottom: 20px;
		padding: 10px 20px;
		font-size: 1.8rem;
	}
	.reb_tit + strong {
		font-size: 2rem;
	}
	.reb_tit > strong { 
		font-size: 1.6rem;
	}
	.reb_intro {
		padding: 20px 20px 25px;
	}
	.reb_intro p:last-child {
		padding: 15px 15px 10px;
		font-size: 1.6rem;
		box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
	}
	.reb_introlist {
		margin: 40px 0;
	}
	.reb_introlist li strong {
		font-size: 2.4rem;
	}
	.reb_introlist li strong::after {
		margin: 10px auto 15px;
		width: 80px;
	}

	/* REB HRD 소개 - REB 인재개발 Grand Design 1024 */
	.grand_tit {
		margin-top: 20px;
		margin-bottom: 30px;
	}
	.grand_tit p:nth-child(1) {
		margin-bottom: 20px;
		font-size: 2.4rem;
	}
	.grand_tit p:nth-child(1) strong::after {
		height: 19px;
	}
	.grand_tit p:nth-child(2) {
		margin-bottom: 25px;
		font-size: 3rem;
	}
	.grand_tit p:nth-child(3) {
		font-size: 2.2rem;
	}
	.vision_tit {
		margin-bottom: 15px;
		font-size: 2rem;
	}
	.visionsystem_list > li {
		margin-bottom: 30px;
	}
	.visionsystem_list > li > ul .tit {
		width: 23%;
		font-size: 2.4rem;
	}
	.visionsystem_list > li > ul .tit::after {
		left: 7px;
	}
	.visionsystem_list > li > ul .tit::before {
		margin-right: 20px;
		width: 15px; height: 15px;
	}
	.visionsystem_list > li > ul .contents {
		padding: 20px 20px 16px;
		width: 77%;
	}
	.visionsystem_list .vision_list .contents {
		font-size: 2.8rem;
	}
	.visionsystem_list .mission_list .contents {
		font-size: 2.4rem;
	}
	.visionsystem_list .strategy_list .contents > ul > li {
		margin: 0 6px;
		padding: 40px 10px 10px 10px;
		width: 155px; height: 155px; 
	}
	.visionsystem_list .value_list .contents > ul > li {
		padding-top: 75px;
		font-size: 1.8rem;
	}
	.visionsystem_list .value_list .contents > ul > li:nth-child(1) {
		background-size: 53px auto;
	}
	.visionsystem_list .value_list .contents > ul > li:nth-child(2) {
		background-size: 62px auto;
	}
	.visionsystem_list .value_list .contents > ul > li:nth-child(3) {
		background-size: 70px auto;
	}
	.visionsystem_list .value_list .contents > ul > li:nth-child(4) {
		background-size: 65px auto;
	}

	.vision_tab_list li a {
		padding: 19px 10px 12px 15px;
		font-size: 2.4rem;
	}
	.vision_tab_contents {
		padding: 25px;
		font-size: 1.8rem;
	}
	.vision_tab_contents .type1 li {
		margin-bottom: 20px;
		padding-left: 23px;
	}
	.vision_tab_contents .type1 li:before {
		top: 3px;
		width: 14px; height: 14px;
	}
	.vision_tab_contents .type2 ul li {  
		line-height: 1.8em;
	}
	.vision_tab_contents .type2 ul li strong {
		margin-bottom: 5px;
		padding-top: 15px;
		font-size: 2.6rem; 
	}
	.vision_tab_contents .type2 ul li strong:before {
		left: -20px; bottom: 13px;
		width: 33px; height: 33px;
	}
	.vision_tab_contents .type2.strategy ul li {
		margin-right: 0;
		width: 50%;
	}
	.vision_tab_contents .type2.strategy ul li:nth-child(3) {
		margin-right: 0;
	}
	.vision_tab_contents .type2.value ul li {
		width: 80%;
		min-width: auto;
	}
	.prepare_tit {
		margin: 0 20px 50px;
		font-size: 1.7rem;
	}
	.prepare_list  {
		display: block;
	}
	.prepare_list li { 
		margin: 0 0 20px 0;
		padding: 13px 10px 8px;
		font-size: 2rem;
	}
	.prepare_list li:nth-child(1) {
		width: auto;
	}
	.prepare_list li:nth-child(2) {
		width: auto;
		margin-left: 0;
		padding: 13px 10px 8px;
	}
	.prepare_list li:nth-child(3) {
		width: auto;
		margin: 0;
		padding: 13px 10px 8px;
	}
	.prepare_list li::after {
		right: auto; left: 50%; top: auto; bottom: -18px;
		width: 10px; height: 15px;
		background-size: contain;
		background-repeat: no-repeat; 
		-webkit-transform: translateX(-50%) rotate(90deg);
		-moz-transform: translateX(-50%) rotate(90deg);
		-o-transform: translateX(-50%) rotate(90deg);
		transform: translateX(-50%) rotate(90deg); 
	}
	.prepare_list li:nth-child(3):after {
		display: none;
	}
	.stage_wrap {
		margin-left: 110px;
	}
	.stage_list {
		margin-right: 10px;
	}
	.stage_list > li {
		margin-bottom: 10px;
	}
	.stage_list li::before {
		left: -110px;
		width: 95px;
		font-size: 2.4rem;
	}
	.stage_list .stage { 
		padding: 20px 13px 12px;
		min-height: 90px;
		font-size: 2rem;
	}
	.stage_list .hrdrr {
		min-height: 80px;
		font-size: 1.7rem;
	}
	.stage_list .activity {
		padding: 15px;
		min-height: 360px;
	}
	.stage_list .activity ul li {
		margin-bottom: 8px;
		padding-left: 14px;
		font-size: 1.4rem;
	}
	.stage_list .activity ul li::before {
		width: 7px; height: 7px;
	}


	/* REB HRD 소개 - REB 역량체계 1024 */ 
	.reb_edusystem div {
		padding: 40px 30px;
	}
	.reb_edusystem .edusystem_list li { 
		margin-bottom: 20px;
		padding: 15px;
		width: 48.8%;
	}
	.reb_edusystem .edusystem_list li strong {
		margin-bottom: 5px;
	}
	.reb_tit + p {
		padding: 15px;
	}
	.reb_leader > ul > li strong {
		margin-bottom: 15px;
		padding: 10px;
		font-size: 1.6rem;
	}
	.reb_leader .leader_list li {
		padding: 7px 10px 4px;
	}

	/* 역량진단 1024 */
	.testdo_guide ul {
		padding: 0 20px;
	}
	.testdo_guide li {
		margin-right: 30px;
		padding: 15px;
		height: auto;
	}
	.testdo_guide li::after {
		right: -20px;
	}
	.testdo_guide li > strong {
		top: -20px; left: -20px;
		width: 40px; height: 40px;
		font-size: 2.4rem; line-height: 45px;
	}

	.leadership_grade li {
		flex: 1;
		margin-right: 0;
		min-width: auto;
		font-size: 1.5rem;
	}

	/* 경력개발계획 - 소개 1024 */
	.testguide_wrap.career {
		margin-bottom: 20px;
		padding: 20px 20px 25px;
		background-image: none;
	}
	.testguide_wrap.career p:first-child {
		margin-bottom: 15px;
	}

	/* 경력개발계획 - 수립 1024 */
	.depart_list {
		padding: 10px 5px 0;
		max-height: 140px;
	}
	.depart_list li a {
		padding: 0 10px;
		min-width: 75px;
	}

	.acquire_list {
		display: block;
		background-image: url(../../images/client/sub/img_acquire_arrow_down.png);
		background-size: 100px auto;
	}
	.acquire_list > .left {
		margin-right: 0; margin-bottom: 40px;
	}
	.acquire_list > div > strong {
		line-height: 40px;
	}
	.acquire_list ul {
		height: 200px;
	}

	.status_grid {
		display: block;
	}
	.satisfy_status {
		display: block;
		margin: 0 auto 10px;
		padding: 55px 20px 5px;
		width: 300px; height: auto;
		font-size: 2.6rem; text-align: center;
		background-position: center 10px;
		background-size: 40px;
	}
	
	/* 교육훈련 - 교육신청 1024 */
	.program_cntwrap {
		padding: 15px 20px 20px;
	}
	.program_cntwrap .edu_tit {
		font-size: 1.8rem;
	}
	.edu_tbl tbody tr th {
		padding: 5px;
		text-align: center;
		background-color: #ceebf7 !important;
	}
	.edu_tbl tbody tr td {
		padding: 5px;
	}
	.program_cntwrap .adit_top {
		padding: 10px 15px;
	}

	.program_content {
		padding-left: 320px;
	}
	.program_content .img_wrap {
		width: 300px;
	}
	.program_content dt h5 {
		font-size: 1.8rem;
	}

	/* 교육훈련 - 학습조직(CoP) 1024 */
	.clubranking_list {
		display: block;
	}
	.clubranking_list li {
		margin-right: 0; margin-bottom: 10px;
		padding: 18px 80px 15px;
		width: 100%;
	}
	.clubranking_list li:last-child {
		margin-bottom: 0;
	}
	.clubranking_list li .ranking {
		position: absolute; left: 10px; top: 5px;
		margin-top: 0;
		width: 50px; height: 50px;
		font-size: 1.6rem;
		background-size: contain;
	}
	.cop_more .interview_box {
		padding: 20px 20px 20px 170px;
	}
	.cop_more .interview_box.cop_top {
		width: 49.4%;
	} 
	.cop_more .interview_box > div .member_list li {
		min-width: 50%; 
	}
	.cop_club .interview_box {
		padding: 20px 30px 20px 160px;
	}
	.cop_more.write_box .interview_box.cop_top {
		width: 100%;
	}
	.interview_box.block_box {
		padding-top: 20px;
	}

	/* 게시판 - 공지사항, 자료실 상세 1024 */
	.cnt_title {
		font-size: 1.8rem;
	}

	/* 게시판 - 설문조사 상세 1024 */
	.testlist_wrap .testlist_tit {
		font-size: 1.8rem;
	}
	.testlist_number {
		font-size: 2rem;
	}

	/* 마이페이지 - 나의 정보 1024 */
    .mypage_wrap {
        padding: 20px;
    }
    .mypage_box {
        padding: 20px;
    }
    .mypage_box ul li:nth-child(-n+4) {
        margin-bottom: 10px;
    }
    .mypage_box ul li:nth-child(-n+6) {
        flex-basis: 50%;
    }
    .active_box {
        padding: 15px 15px 15px 60px;
        background-size: auto 35px;
    }
    .active_box.license_box {
        background-position: 15px 15px;
    }
    .active_box.language_box {
        background-position: 15px 15px;
    }
    .active_box.award_box {
        background-position: 15px 15px;
    }
    .active_box strong {
        margin-bottom: 3px;
        font-size: 1.8rem;  
    }
    .active_box p {
        margin-bottom: 3px;
        font-size: 1.6rem;
    }

	/*=================== //서브페이지 1024 ===================*/
	
}
@media screen and (max-width:768px) {
	
	/*=================== 공통 768 ===================*/

	/* 토탈카운트 768 */
	.searchtoggle_left .total_count {
		margin: 0; padding: 0;
		background-image: none;
	}
	
	/* 검색결과 없음 768 */
	.nocnt_box p {
		padding: 11px 0 11px 40px;
		max-width: 85%;
		font-size: 1.9rem;
	}
	.nocntfl_box {
		min-height: 110px;
	}
	.nocntfl_box p span {
		padding: 11px 0 11px 40px;
		max-width: 85%;
		font-size: 1.9rem;
	}
	/* 리스트 스타일 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 ===================*/
	.mainpage::before {
		height: 1000px;
	}

	.mainsection_area {
		margin-bottom: 15px;
	}

	.main_btnposition > .inner {
		top: -5px;
	}
	.main_btnposition > .inner > .select_form {
		width: 100px;
	}

	.main_myinfowrap, .main_subwrap, .main_notice {
		margin-right: 0; margin-bottom: 15px;
		width: 100%; height: auto;
	}

	.main_myinfowrap {
		padding: 20px;
		background-size: auto 30px;
		background-position: left 15px top 15px;
	}
	.main_myinfowrap .img_wrap {
		margin-right: 0; margin-bottom: 10px;
		width: 80px; height: 80px
	}
	.main_myinfowrap .name {
		display: block;
	}
	.main_myinfowrap ul {
		margin-top: 20px;
	}
	.main_myinfowrap ul li {
		height: 26px;
	}
	.main_myinfowrap ul li strong {
		line-height: 26px;
	}
	.main_myinfowrap ul li p {
		line-height: 24px;
	}

	.main_subwrap > div {
		margin-bottom: 15px;
		height: auto;
	}

	.main_capalist {
		display: block;
	}
	.main_capawrap .nocnt_box {
		height: 130px;
		background-size: auto 85px;
	}
	.main_capalist li:nth-child(1) {
		margin-bottom: 20px;
	}

	.mainshortcut_box {
		padding: 15px;
		height: 100px;
	}
	.mainshortcut_box::before {
		top: 15px; right: 15px;
		width: 20px; height: 20px;
	}
	.mainshortcut_box::after {
		left: 10px; bottom: 10px;
	}
	.mainshortcut_box.type1::after {
		width: 53px; height: 60px;
	}
	.mainshortcut_box.type2::after {
		width: 68px; height: 50px;
	}
	.mainshortcut_box.type3::after {
		width: 54px; height: 55px;
	}
	.mainshortcut_box.type4::after {
		width: 54px; height: 55px;
	}
	.mainshortcut_box.type5::after {
		width: 54px; height: 55px;
	}

	.main_notice_top .btn_more {
		top: 4px;
		width: 15px; height: 15px;
		background-size:  15px auto;
	}
	.main_notice .notice_list {
		margin-top: 10px;
	}
	.main_notice .notice_list li {
		margin-bottom: 10px;
	}
	.main_notice .nocnt_box {	
		top: 0;
		height: auto;
		background-size: auto 55px;
	}
	
	/*=================== //메인페이지 768 ===================*/
	/*=================== 서브페이지 768 ===================*/
	
	/* 성과보고 - 경영성과분석회의 준비사항 768 */
	.analysis_search > p {
		position: static;
		margin-bottom: 10px;
		-webkit-transform: none;
		-moz-transform: none;
		-o-transform: none;
		transform: none;
	}
	.analysis_search > div { 
		justify-content: flex-start;
	}
	.analysis_search > div .select_form {
		width: 40%;
	}
	.analysis_search > div .btn_search {
		width: 20%;
	}

	/* REB HRD 소개 - REB 인재상 768 */
	.reb_tit > strong { 
		font-size: 1.6rem;
	}
	.reb_introlist {
		display: block;
		margin: 20px ;
	}
	.reb_introlist li {
		margin: 0 0 15px 0;
		width: 100%;
	}
	.reb_introlist li strong {
		font-size: 2rem;
	}
	.reb_introlist li strong::after {
		margin: 2px auto 7px;
		width: 50px;
	}
	.reb_responsive .openimg {
		display: none;
	}
	.reb_responsive ul {
		display: block; 
	}
	.reb_keyword_list1 {
		padding-bottom: 55px;
		background-image: url(../../images/client/sub/bg_reb_keyword.png);
		background-repeat: no-repeat;
		background-size: 200px; 
		background-position: bottom center;
	}
	.reb_keyword_list1 > li{
		display: flex; 
		align-items: center;
		margin-bottom: 10px; 
		height: 100px;
		-webkit-border-radius: 150px;
		-moz-border-radius: 150px;
		border-radius: 150px;
	}
	.reb_keyword_list1 > li:nth-child(1) { 
		border: 5px solid #a0c76e; 
		background-color: #a0c76e;  
	}
	.reb_keyword_list1 > li:nth-child(2) { 
		border: 5px solid #14b262; 
		background-color: #14b262;  
	}
	.reb_keyword_list1 > li:nth-child(3) { 
		margin-bottom: 0;
		border: 5px solid #008b76; 
		background-color: #008b76;  
	}
	.reb_keyword_list1 > li strong {
		display: flex;
		width: 160px; height: 100%;
		align-items: center; justify-content: center;
		font-size: 1.8rem; font-weight: 600; word-break: keep-all;  
		background-color: #fff;
		-webkit-border-radius: 150px 0 0 150px;
		-moz-border-radius: 150px 0 0 150px;
		border-radius: 150px 0 0 150px; 
	}
	.reb_keyword_list1 > li:nth-child(1) strong{
		color: #a0c76e;
	}
	.reb_keyword_list1 > li:nth-child(2) strong{
		color: #14b262;
	}
	.reb_keyword_list1 > li:nth-child(3) strong{
		color: #008b76;
	}
	.list_keywords {
		padding: 0 20px 0 10px;
		width: 100%;
		text-align: center;
		color: #fff; font-size: 1.6rem; font-weight: 500; word-break: keep-all;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}
	.list_keywords li {
		display: inline-block;
		margin: 3px 5px;
	} 
	.reb_keyword_list2 {
		margin-top: 20px;
	}
	.reb_keyword_list2 > li{ 
		margin-bottom: 10px;
		padding: 10px 20px; 
		color: #fff;
		background-color: #ae9ada;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	} 
	.reb_keyword_list2 > li:nth-child(even) { 
		background-color: #83b3e4;
	}
	.reb_keyword_list2 > li strong {  
		display: inline-block;
		width: 130px;
		align-items: center; justify-content: center;
		color: #fff; font-size: 1.7rem; font-weight: 600; word-break: keep-all;   
	}
	.reb_keyword_list2 > li ul {
		display: inline-block;
	}
	.reb_keyword_list2 > li ul li {
		display: inline-block;
		margin-right: 10px;
	}
	.reb_talent {
		padding: 0 30px;
		text-align: center;
		word-break: keep-all;   
	}
	.reb_talent > li {
		margin-bottom: 30px;
	}
	.reb_talent > li strong{
		display: block;
		margin: 10px auto; 
		padding: 8px 0 5px;
		width: 200px;
		color: #1e81ab; font-size: 1.7rem; font-weight: 600;
		border: 5px solid #4c80b3;
		-webkit-border-radius: 50px;
		-moz-border-radius: 50px;
		border-radius: 50px; 
	}
	.reb_talent > li:nth-child(1) strong { 
		border-color: #4c80b3;
	}
	.reb_talent > li:nth-child(2) strong {  
		border-color: #437bb2;
	}
	.reb_talent > li:nth-child(3) strong {  
		border-color: #2a6fb1;
	}
	.reb_talent > li:nth-child(4) strong {  
		border-color: #1761ac;
	}
	.reb_talent > li:nth-child(5) strong {  
		border-color: #093d72;
	}
	.reb_talent > li p {
		font-size: 1.8rem;
	}
	.reb_talentlist {
		position: relative;
		margin: 25px 0 10px; 
		padding: 10px 10px 5px; 
		text-align: left;
		border: 1px solid #1e81ab;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		border-radius: 15px; 
	}
	.reb_talentlist::before {
		position: absolute; top: -5px; left: 50%;
		display: block;
		content: "";
		width: 10px; height: 10px;
		background-color: #fff;
		border: 3px solid #1e81ab;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px; 
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);  
	}
	.reb_talentlist::after {
		position: absolute; top: -26px; left: 50%;
		display: block;
		content: "";
		width: 1px; height: 23px;
		background-color: #1e81ab;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);  
	}
	.reb_talentlist li {
		display: inline-block;
	}

	/* REB HRD 소개 - REB 인재개발 Grand Design 768 */
	.grand_tit {
		margin-bottom: 25px;
	}
	.grand_tit p:nth-child(1) {
		margin-bottom: 15px;
		font-size: 2rem;
	}
	.grand_tit p:nth-child(1) strong {
		padding: 0 10px;
	}
	.grand_tit p:nth-child(1) strong::after {
		bottom: 3px;
		height: 14px;
	}
	.grand_tit p:nth-child(2) {
		margin-bottom: 20px;
		font-size: 2.2rem; line-height: 1.3em;
	}
	.grand_tit p:nth-child(3) {
		font-size: 1.9rem;
	}
	.vision_tit {
		font-size: 1.9rem;
	}
	.visionsystem_list {
		margin: 0 auto;
		width: 90%;
	}
	.visionsystem_list > li > ul {
		display: block; 
	}
	.visionsystem_list > li > ul .tit {
		display: block;
		margin: 0 auto 10px;
		padding-top: 5px;
		width: 120px;
		text-align: center; font-size: 2rem;	
		background-color: #D5EDF8;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
	
	}
	.visionsystem_list > li > ul .tit::before {
		display: none;
	}
	.visionsystem_list > li > ul .tit::after {
		display: none;
	}
	.visionsystem_list > li > ul .contents {
		padding: 16px 15px 12px;
		width: auto;	
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px; 
	}
	.visionsystem_list .vision_list .contents {
		font-size: 2.2rem;
	}
	.visionsystem_list .mission_list .contents {
		font-size: 1.9rem;
	} 
	.visionsystem_list .strategy_list .contents > ul > li {
		margin: 0 8px 8px;
		padding: 35px 10px 10px 10px; 
		width: 140px; height: 140px;
	}
	.visionsystem_list .strategy_list .contents strong {
		margin-bottom: 10px;
	}
	.visionsystem_list .value_list .contents {
		padding: 16px 40px 12px;
	}
	.visionsystem_list .value_list .contents > ul > li {
		padding-top: 60px;
	}
	.visionsystem_list .value_list .contents > ul > li:nth-child(1) {
		background-size: 42px auto;
	}
	.visionsystem_list .value_list .contents > ul > li:nth-child(2) {
		background-size: 50px auto;
	}
	.visionsystem_list .value_list .contents > ul > li:nth-child(3) {
		background-size: 58px auto;
	}
	.visionsystem_list .value_list .contents > ul > li:nth-child(4) {
		background-size: 53px auto;
	}
	.vision_tab {
		display: block;
	}
	.vision_tab_list {
		display: flex;
		margin: 0 auto;
		width: auto;
	}
	.vision_tab_list li {
		margin-right: 5px;
		width: 25%;
		vertical-align: top;
	}
	.vision_tab_list li:last-child{
		margin-right: 0;
	}
	.vision_tab_list li a {
		padding: 12px 10px 7px 10px;
		width: 100%;
		font-size: 2rem; text-align: center;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px; 
	}
	.vision_tab_contents {
		padding: 20px;
		width: auto;
		font-size: 1.7rem;
	} 
	.vision_tab_contents .type1 {
		min-height: 150px;
	}
	.vision_tab_contents .type1 li {
		padding-left: 18px;
	}
	.vision_tab_contents .type1 li:before {
		top: 4px;
		width: 10px; height: 10px;
	}
	.vision_tab_contents .type2 ul {
		display: block;
	}
	.vision_tab_contents .type2 ul li {
		padding-left: 24px;
	}
	.vision_tab_contents .type2 ul li br {
		display: none;
	}
	.vision_tab_contents .type2.strategy ul li {
		margin-bottom: 10px;
		width: auto;
	}
	.vision_tab_contents .type2.strategy ul li:nth-child(3) {
		margin-bottom: 10px;
	}
	.vision_tab_contents .type2.value ul li {
		margin-bottom: 10px;
		width: auto;
	}
	.vision_tab_contents .type2.value ul li:nth-child(2) {
		margin-bottom: 10px;
	}
	.vision_tab_contents .type2 ul li strong {
		margin-bottom: 0;
		font-size: 2.2rem;
	}
	.vision_tab_contents .type2 ul li strong:before {
		left: -15px;
		width: 25px; height: 25px;
	}
	.prepare_tit {
		margin: 0 10px 30px;
		padding: 14px 15px 10px;
		font-size: 1.6rem;
	}
	.prepare_list {
		margin-bottom: 50px;
	}
	.prepare_list li {
		margin-bottom: 17px;
		padding: 10px 10px 4px;
		font-size: 1.7rem;
	}
	.prepare_list li:nth-child(2) {
		padding: 10px 10px 4px;
	}
	.prepare_list li:nth-child(3) {
		padding: 10px 10px 4px;
	}
	.prepare_list li::after {
		bottom: -16px; 
	}
	.stage_wrap {
		margin-left: 130px;
		display: block; 
	}
	.stage_list {
		position: relative;
		margin: 0 0 60px 0;
		width: auto;
	}
	.stage_list:last-child {
		margin-bottom: 0;
	}
	.stage_list::before {
		position: absolute; left: 50%; top: -28px;
		display: block;
		width: 100%;
		text-align: center; font-size: 2rem; font-weight: 600;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);   
	}
	.stage_list:nth-child(1)::before {
		content: "[ 미래 준비 ]";
		color: #a0c76e;
	}
	.stage_list:nth-child(2)::before {
		content: "[ 전략적 Partner로서의 HRD ]";
		color: #17b364;
	}
	.stage_list:nth-child(3)::before {
		content: "[ 공공기관의 사명 달성 ]";
		color: #008b76;
	}
	.stage_list .stage {
		padding: 12px 10px 10px;
		min-height: auto;
		font-size: 1.8rem;
	} 
	.stage_list .hrdrr {
		padding: 10px 10px 6px;
		min-height: auto;
		font-size: 1.6rem;
	} 
	.stage_list .activity {
		min-height: auto;
	} 
	.stage_list > li {
		margin-bottom: 5px;
	}
	.stage_list li::before {
		left: -130px;
		width: 110px;
		font-size: 1.9rem;
	}
	.stage_list:nth-child(n+2) .stage:before {
		display: block;
	}
	.stage_list:nth-child(n+2) .hrdrr:before {
		display: block;
	}
	.stage_list:nth-child(n+2) .activity:before {
		display: block;
	}
	
	/* REB HRD 소개 - REB HRD 체계 768 */
	.reb_hrdsystem .openimg {
		display: none;
	}
	.hrdsystem_list {
		display: block;
	}
	.hrdsystem_list .tit {
		padding: 10px 15px 5px;
		text-align: center;
		font-size: 2rem; font-weight: 600; color: #131313;
		background-color: #b3e2f4;
	}
	.hrdsystem_list > ul {
		padding: 10px;
		border: 1px solid #b3e2f4;
		border-top: none;
	}
	.hrdsystem_list > ul > li {
		margin-bottom: 10px;
	}
	.hrdsystem_list > ul > li:last-child {
		margin-bottom: 0;
	}
	.hrdsystem_list > ul > li > strong {
		display: block;
		padding: 8px 10px 5px;
		color: #033d78; font-size: 1.8rem; font-weight: 600;
		text-align: center;
		background-color: #39c1ef;
		-webkit-border-radius: 10px 10px 0 0;
		-moz-border-radius: 10px 10px 0 0;
		border-radius: 10px 10px 0 0;
	}
	.hrdsystem_list > ul > li > strong > span {
		display: block;
		color: #fff; font-size: 1.3rem; font-weight: 400;
		font-family: NotoKR, sans-serif;
	}
	.hrdsystem_list > ul > li > ul {
		padding: 10px;
		border: 1px solid #d7f3fc;
		border-top: none;
	}
	.hrdsystem_list > ul > li > ul li {
		display: flex;
		margin-bottom: 8px;
		align-items: center;
		line-height: 1.2em; letter-spacing: -0.05em;
	}
	.hrdsystem_list > ul > li > ul li:last-child {
		margin-bottom: 0;
	}
	.hrdsystem_list > ul > li .number {
		display: inline-flex;
		flex-shrink: 0;
		margin-right: 5px;
		padding-top: 2px;
		width: 30px; height: 30px;
		align-items: center; justify-content: center;
		vertical-align: 0; font-weight: 600; color: #131313;
		background-color: #d7f3fc;
	}

	/* REB HRD 소개 - REB 역량체계 768 */
	.reb_capasystem ul {
		margin: 30px 0;
	}
	.reb_capasystem ul li {
		margin-bottom: 15px;
		padding-left: 0;
		text-align: center; 
	}
	.reb_capasystem ul li strong {
		position: static;
		display: block;   
		padding: 3px 10px;
		-webkit-border-radius: 10px 10px 0 0;
		-moz-border-radius: 10px 10px 0 0;
		border-radius: 10px 10px 0 0; 
	} 
	.reb_capasystem ul li p {
		padding: 10px; 
		border: 1px solid #1e81ab;
		-webkit-border-radius: 0 0 10px 10px;
		-moz-border-radius: 0 0 10px 10px;
		border-radius: 0 0 10px 10px; 
	}
	.reb_edusystem div {
		padding: 30px 20px;
	}
	.reb_edusystem div p { 
		margin: 0 auto 53px;
		padding: 10px 20px;
		width: auto; 
	}
	.reb_edusystem div p::after {
		bottom: -30px;
		height: 30px;
	}
	.reb_edusystem div p strong {
		font-size: 1.6rem;
	} 
	.reb_edusystem .edusystem_list::before {
		top: -25px;
		height: 17px;
	}
	.reb_edusystem .edusystem_list li {
		width: 48%;
	}
	.reb_tit + p {
		margin-bottom: 30px;
	}
	.reb_common .reb_tit + p {
		margin-bottom: 30px;
	}
	.reb_common .openimg {
		display: none;
	}
	.reb_common div {
		display: block;
		text-align: center;
	}
	.reb_common div > strong {
		display: block; 
		margin: 0 20% 5px;
		padding: 10px 10px 5px; 
		color: #fff; font-weight: 600; font-size: 1.6rem;
		background-color: #049fdc;
		-webkit-border-radius: 40px 40px 0 0;
		-moz-border-radius: 40px 40px 0 0;
		border-radius: 40px 40px 0 0; 
	}
	.reb_common .common_list li {
		margin-bottom: 10px;   
		border: 3px solid #edd1dc;
		-webkit-border-radius: 15px 15px 0 0;
		-moz-border-radius: 15px 15px 0 0;
		border-radius: 15px 15px 0 0; 
	}
	.reb_common .common_list li:nth-child(1) { 
		border: 4px solid #edd1dc;
	}
	.reb_common .common_list li:nth-child(2) { 
		border: 4px solid #eddcd1;
	}
	.reb_common .common_list li:nth-child(3) { 
		border: 4px solid #edecd1;
	}
	.reb_common .common_list li:nth-child(4) { 
		border: 4px solid #d1edd7;
	}
	.reb_common .common_list li:nth-child(5) { 
		border: 4px solid #d1dbed;
	}
	.reb_common .common_list li:nth-child(6) { 
		margin-bottom: 0;
		border: 4px solid #e1cfee;
	}
	.reb_common .common_list li strong {
		display: block; 
		margin: 5px 5px 0 5px;
		padding: 7px 0 4px;
		font-size: 1.5rem;   
		background-color: #f0f1f3; 
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px; 
	}
	.reb_common .common_list li p {
		padding: 10px;
	}
	.reb_leader > ul > li strong {
		margin-bottom: 10px;
		font-size: 1.5rem;
	}
	.reb_leader .leader_list li {
		font-size: 1.4rem;
	}

	/* 역량진단 768 */
	.testdo_guide {
		margin-top: 20px;
	}
	.testdo_guide > strong {
		margin-bottom: 10px;
		font-size: 1.8rem;
	}
	.testdo_guide ul {
		display: block;
		margin-top: 0;
		padding: 0;
	}
	.testdo_guide li {
		margin-right: 0; margin-bottom: 30px;
		padding: 10px 10px 10px 50px;
		justify-content: flex-start;
		text-align: left;
	}
	.testdo_guide li:last-child {
		margin-bottom: 0;
	}
	.testdo_guide li::after {
		right: inherit; left: 50%; bottom: -22px;
		width: 7px; height: 12px;
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	.testdo_guide li > strong {
		left: 0; top: 0;
		display: flex;
		height: 100%;
		align-items: center; justify-content: center;
		font-size: 2rem;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}

	.testlist_wrap .grid_row {
		margin-bottom: 15px;
	}
	.employee_name.complete > span {
		position: absolute; bottom: -3px; left: 50%;
		margin-left: 0;
		font-size: 1.1rem;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.leadership_grade {
		display: block;
		margin-left: 0;
	}
	.leadership_grade li {
		height: 35px;
		justify-content: center;
	}
	.leadership_grade li::before {
		display: none;
	}

	.capa_graphwrap {
		display: block;
	}
	.capa_graphwrap > div:first-child {
		margin-bottom: 10px;
	}
	.comment_area {
		min-height: 120px;
	}

	/* 경력개발계획 - 진행현황 768 */
	.achieve_bar .gauge {
		width: 120px;
	}

	/* 교육훈련 - 교육신청 768 */
	.program_cardtype dl + button {
		margin-top: 13px;
	}
	.progress_area {
		margin-top: 10px;
	}
	.edu_graph_wrap.my_status > div {
		width: 100%;
	}

	.program_content {
		padding-left: 0;
	}
	.program_content .img_wrap {
		position: relative; top: inherit; left: inherit;
		margin-bottom: 10px;
		width: 100%;
	}

	/* 교육훈련 - 면담 768 */
	.interview_box {
        padding: 10px 15px 15px;
    }
	.interview_box p.error {
		bottom: inherit; top: 15px; right: 15px;
	}
    .interview_box.interviewer {
        padding: 10px 15px 15px;
    } 
    .interview_box > div {
        min-height: 30px;
    }
    .interview_box > div > a {
        width: 155px;
    } 
    .interview_box.write {
        padding: 10px 15px 15px;
    }
    .interview_box .section_tit_sm {
        position: static;
    }
    .re_area dl {
        padding: 0 15px 15px 15px;
    }
    .re_area dl dt {
        margin: 0;
        padding: 15px 0 10px 55px;
        background-size: auto 14px;
        background-position: left 19px, 30px 19px;
    } 
    .re_area dl dd {
        margin: 0;
        padding: 15px 10px 0;
    }
    .interview_box.rewrite_box {
        padding: 10px 15px 55px;
    }
    .interview_box.rewrite_box .re_text button {
        top: auto; bottom: 15px; right: 15px;
    }
	.interview_box.block_box {
		padding: 10px 15px 15px;
	}

	/* 교육훈련 - 멘토링 768 */
	.mentoring .interview_box {
        padding: 10px 15px 15px;
    }
	.mentoring_lg .interview_box {
		padding: 10px 15px 15px
	}

	/* 교육훈련 - 학습조직(CoP) 768 */
	.cop_more {
		display: block;
	}
	.cop_more .interview_box {
		padding: 10px 15px 15px;
	}
	.cop_more .interview_box.cop_top {
		width: auto;
	}   
	.cop_club .interview_box {
		padding: 10px 15px 15px;
	}

	/* 게시판 - 공지사항, 자료실 상세 768 */
	.adit_top {
		padding: 10px 15px;
	}
	.adit_top > p {
		display: block;
		margin-right: 0; 
		padding-left: 20px; padding-right: 0;
		background-size: auto 18px;
		background-position: left top;
	}
	.adit_top > p::after {
		display: none;
	}
	.adit_top a {
		display: block;
		margin-left: 0;
	}
	.adit_top .adit_info strong {
		min-width: 80px;
	}
	.adit_top .filedown_link .adit_number {
		width: 18px; height: 18px; 
		font-size: 1.3rem; line-height: 17px;
		text-indent: -1px;
	}
	
	.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;
		font-size: 1.5rem; 
		background-position: left center; background-size: auto 22px;
	}
	
	.info_ctnbox {
		padding: 12px;
	}
	
	.progrmaapply_box ul {
		padding: 15px;
	}
	.progrmaapply_box ul li {
		padding: 8px 0 8px 80px;
	}
	.progrmaapply_box ul li strong {
		top: 8px;
	}

	.bbs_header {
		padding: 10px;
	}
	.bbs_header .category_label {
		margin-bottom: 5px; padding: 4px 6px;
		font-size: 1.4rem;
	}
	.cnt_title {
		font-size: 1.7rem;
	}
	.commu_content .editor_area {
		min-height: 150px;
		padding: 15px;
	}
	.rewrite_box {
		padding: 0;
		background: none;
	}
	.re_text .re_topbox {
		background: #f2efea;
	}
	.rewrite_box > strong {
		margin-bottom: 2px;
		font-weight: 500;
	}
	
	/* 게시판 - 설문조사 상세 768 */ 
	.commu_content .testlist_wrap {
		padding: 20px;
	}
	.testlist_info {
		margin-bottom: 20px; 
		padding: 10px 15px 15px;
	}  
	.testlist_wrap {
		padding: 25px 10px;
	}
	.testlist_wrap .testlist_tit {
		font-size: 1.7rem;
	}
	.testlist_box {
		padding: 10px;
	}
	.survey_tit > span {
		display: block;
	}
	.testlist_box .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;
	}
	.testlist_paging {
		text-align: left;
	}
	.testlist_move {
		padding-top: 5px;
		text-align: center;
	}
	.testlist_number {
		text-align: center;
	}

	/* 마이페이지 - 나의 정보 768 */
	.mypage_wrap {
        padding: 15px;
    }
    .mypage_box {
        padding: 15px;
    }
    .mypage_box ul li {
        padding: 0 10px 0 70px;
    }
    .mypage_box ul li strong { 
        margin: 0 10px 0 -70px;
        width: 60px;
    } 
    .edu_graph_wrap {
        padding: 20px 20px;
    }
    .edu_graph_wrap > div {
        margin-bottom: 15px;
        width: 100%;
    }
    .edu_graph_wrap .edu_box1 { 
        height: 300px;
    }
    .edu_graph_wrap .edu_box2 {
        height: 200px;
    }
    .edu_graph_wrap .edu_box4 {
        margin-bottom: 0;
        width: 100%;
    } 
    .edu_text {
        bottom: 30px;
        font-size: 1.5rem;
    }
    .active_box {
        padding: 55px 10px 10px 10px;
        text-align: center; 
        background-size: auto 30px;
    }
    .active_box.license_box { 
        background-position: center 15px;
    }
    .active_box.language_box {
        background-position: center 15px;
    }
    .active_box.award_box {
        background-position: center 15px; 
    }
    .active_box strong {
        margin-bottom: 0;
        font-size: 1.7rem;
    }
    .active_box p {
        margin-bottom: 0;
    }

	/*=================== //서브페이지 768 ===================*/
}

@media screen and (max-width:690px) {
	/*=================== 서브페이지 690 ===================*/

	/* 교육훈련 - 학습조직(CoP) 690 */
	.clubranking_list li {
		padding: 15px 12px 12px 60px;
		font-size: 1.6rem;
	}
	.clubranking_list li .ranking {
		width: 40px; height: 40px;
		font-size: 1.4rem;
	}

	/* 게시판 - 설문조사 상세 690 */ 
	.testlist_move {
		padding: 0;
		min-width: auto; width: 30px; height: 30px;
		font-size: 0; line-height: 0;
		background-position: center;
	}

	/* 전문가 인증 - 전문가 시험 */
	.survey_list dt .score {
		top: 0;
		display: block;
	}
	/*=================== //서브페이지 690 ===================*/
	
	
}

@media screen and (max-width:480px) {
	
	/*=================== 공통 480 ===================*/
	
	/* 검색결과 없음 480 */
	.nocnt_box p {
		padding: 8px 0 8px 35px;
		max-width: 90%;
		font-size: 1.8rem;
	}

	.nocntfl_box p span {
		padding: 8px 0 8px 35px;
		max-width: 90%;
		font-size: 1.8rem;
	}
	
	/* 영역 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: 15px;
	}
	/*=================== //공통 480 ===================*/
	/*=================== 메인페이지 480 ===================*/

	.main_tit {
		font-size: 1.8rem;
	}

	.situation_box a {
		padding-left: 70px;
		background-size: auto 45px;
	}
	.situation_box a p {
		margin-bottom: 5px;
	}

	.main_notice .notice_list li p {
		margin-bottom: 0;
	}
	
	/*=================== //메인페이지 480 ===================*/
	/*=================== 서브페이지 480 ===================*/
	
	/* 성과보고 - 경영성과분석회의 준비사항 480 */
	.analysis_search > div { 
		flex-wrap: wrap;
	}
	.analysis_search > div .select_form {
		margin: 0 2% 5px 0;
		width: 49%;
	}
	
	.analysis_search > div .select_form:nth-of-type(2) {
		margin-right: 0;
	}
	.analysis_search > div .btn_search {
		width: 100%;
	}

	/* REB HRD 소개 - REB 인재상 480 */
	.reb_tit {
		margin-bottom: 10px;
		padding: 6px 10px;
		font-size: 1.7rem;
	}
	.reb_tit + strong {
		margin-top: 0; margin-bottom: 5px;
		font-size: 1.6rem;
	}
	.reb_intro {
		padding: 15px 15px 20px;
	}
	.reb_intro p {
		font-size: 1.7rem;
	}
	.reb_intro p:last-child {
		padding: 10px 10px 5px;
		font-size: 1.5rem;
		box-shadow: 2px 2px 5px rgb(0 0 0 / 20%);
	}
	.reb_introlist {
		margin: 15px;
	}
	.reb_introlist li strong {
		font-size: 1.8rem;
	}
	.reb_keyword_list1 {
		padding-bottom: 35px;
		background-size: 130px;
	}
	.reb_keyword_list1 > li {
		display: block;
		height: auto;
		-webkit-border-radius: 40px;
		-moz-border-radius: 40px;
		border-radius: 40px;
	}
	.reb_keyword_list1 > li strong {
		margin: auto;
		padding: 6px 0 3px; 
		width: 99%; height: auto;
		-webkit-border-radius: 40px 40px 0 0;
		-moz-border-radius: 40px 40px 0 0;
		border-radius: 40px 40px 0 0; 
	}
	.list_keywords {
		padding: 10px 10px 0;
	}
	.reb_keyword_list2 {
		margin-top: 10px;
	}
	.reb_keyword_list2 > li strong {
		display: block;
	} 
	.reb_talent {
		margin-top: 20px;
		padding: 0;
	}
	.reb_talent > li strong {
		padding: 6px 0 3px;
		width: 180px;
		font-size: 1.6rem;
		border: 4px solid #4c80b3;
	}
	.reb_talent > li p {
		font-size: 1.7rem;
	}
	.reb_talentlist {
		margin: 20px 0 10px;
	}
	.reb_talentlist::after {
		top: -21px;
		height: 18px;
	} 

	/* REB HRD 소개 - REB 인재개발 Grand Design 480 */
	.visionsystem_list .strategy_list .contents > ul > li {
		display: flex;
		margin: 0 0 13px 0;
		padding: 13px 10px 7px;
		width: 100%; height: auto;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
	}
	.visionsystem_list .strategy_list .contents > ul > li:last-child {
		margin-bottom: 0;
	}
	.visionsystem_list .strategy_list .contents strong {
		margin-bottom: 5px;
	}
	.visionsystem_list .strategy_list .contents > ul > li br {
		display: none;
	}
	.visionsystem_list .value_list .contents > ul {
		flex-wrap: wrap;
	}
	.visionsystem_list .value_list .contents > ul > li {
		width: 50%;
	}
	.visionsystem_list .value_list .contents > ul > li:nth-child(-n+2) {
		margin-bottom: 15px;
	}
	.vision_tab_list {
		margin-bottom: 5px;
		flex-wrap: wrap;
	}
	.vision_tab_list li {
		margin-bottom: 5px;
		width: 49%;
	}
	.vision_tab_list li:nth-child(2) {
		margin-right: 0;
	}
	.vision_tab_list li a {
		padding: 10px 10px 5px 10px;
		font-size: 1.8rem;
	}
	.vision_tab_contents {
		padding: 15px;
		font-size: 1.6rem;
	}
	.vision_tab_contents .type1 {
		min-height: 100px;
	}
	.vision_tab_contents .type2 ul li {
		padding-left: 17px;
	}
	.vision_tab_contents .type2 ul li strong {
		font-size: 2rem;
	}
	.vision_tab_contents .type2 ul li strong:before {
		left: -10px;
		width: 20px; height: 20px;
	}
	.prepare_tit {
		font-size: 1.5rem;
	}  
	.prepare_list {
		margin-bottom: 60px;
	}
	.stage_wrap {
		margin-left: 0;
	} 
	.stage_list > li {
		flex-direction: column;
	}
	.stage_list li::before {
		position: static; 
		margin-bottom: 15px;
		text-align: center; font-size: 1.7rem;
		border-top: none;
	}
	.stage_list .stage::before {
		padding-top: 0;
		color: #fff;
	}
	.stage_list .hrdrr::before {
		padding-top: 0;
	}
	.stage_list .activity::before {  
		padding-top: 0; 
		margin: 0 auto 20px;
	}
	.stage_list > li::after {
		content: "";
		position: absolute; top: 35px;
		display: block;
		width: 70px; height: 3px;
		background-color: #049fdc;
	}
	.stage_list .stage::after {
		top: 40px;
		background-color: #fff;
	}
	.stage_list .activity::after {
		top: 38px; left: 50%;	
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);  
	
	}

	/* REB HRD 소개 - REB HRD 체계 480 */
	.hrdsystem_list .tit {
		font-size: 1.8rem;
	}
	.hrdsystem_list > ul > li > strong {
		font-size: 1.6rem;
	}
	.hrdsystem_list > ul > li > strong > span {
		font-size: 1.2rem;
	}
	.hrdsystem_list > ul > li > ul li {
		font-size: 1.4rem;
	}
	.hrdsystem_list > ul > li .number {
		width: 25px; height: 25px;
		font-size: 1.4rem;
	}

	/* REB HRD 소개 - REB 역량체계 480 */
	.reb_edusystem div {
		padding: 20px 15px;
	}
	.reb_edusystem div p {
		margin: 0 auto 17px;
		padding: 10px;
	}
	.reb_edusystem div p::after {
		display: none;
	}
	.reb_edusystem div p strong {
		margin-bottom: 0;
		font-size: 1.5rem;
	}
	.reb_edusystem .edusystem_list::before {
		display: none;
	}
	.reb_edusystem .edusystem_list li {
		margin-bottom: 15px; 
		padding: 10px;
		width: 100%;
	}
	.reb_edusystem .edusystem_list li:nth-child(3) {
		margin-bottom: 15px;
	} 
	.reb_edusystem .edusystem_list li strong {
		margin-bottom: 3px;
		font-size: 1.5rem;
	}
	.reb_tit + p {
		margin-bottom: 20px;
	}
	.reb_common .reb_tit + p {
		margin-bottom: 20px;
	}
	.reb_leader > ul {
		flex-wrap: wrap;
	}
	.reb_leader > ul > li {
		width: 48%;
	}
	.reb_leader > ul > li:nth-child(-n+2) {
		margin-bottom: 20px;
	}
	.reb_leader > ul > li strong {
		padding: 7px 10px 3px;
	}

	/* 경력개발계획 - 수립 480 */
	.acquire_list > div > strong {
		line-height: 35px; font-size: 1.6rem;
	}
	.acquire_list .right ul li .form_style {
		margin-left: 5px;
		width: 110px;
	}

	.satisfy_status {
		width: 100%;
	}

	/* 경력개발계획 - 진행현황 480 */
	.btn_rowposition .achieve_bar {
		margin-top: 5px; margin-bottom: 5px;
	}

	/* 교육훈련 - 면담 480 */
    .re_area dl dt span {
        position: static;
        display: block;
        margin-top: 5px;
    }
	
	/* 교육훈련 - 학습조직(CoP) 480 */
	.cop_more .interview_box > div .member_list { 
		height: auto;
	} 
	.cop_more .interview_box > div .member_list li {
		position: relative;
		margin-right: 0px; 
		padding: 0 15px 0 8px;
		min-width: auto;
		font-size: 1.4rem; 
	}  
	.cop_more .interview_box > div .member_list li::before {
		position: absolute; top: 7px; left: 0; 
		display: block;
		content: "";
		width: 5px; height: 5px;
		background-color: #4ebeeb;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;  
	}

	/* 게시판 - 설문조사 상세 480 */
	.testlist_paging {
		display: block;
		text-align: center;
	}
	.testlist_paging .btn_wrap {
		position: static;
		margin-top: 15px;
	}

	/* 마이페이지 - 나의 정보 480 */
    .mypage_box ul {
        display: block;
    }
    .mypage_box ul li {
        margin-bottom: 10px;
    }
    .mypage_box ul li:last-child {
        margin-bottom: 0;
    }
    .active_box.award_box {
        background-size: auto 30px;
    }
    .edu_graph_wrap {
        padding: 15px;
    }
    .edu_graph_wrap .edu_box1 { 
        height: auto;
    }
    .edu_graph_wrap .edu_box3 { 
        height: 250px;
    }
    .edu_text {
        bottom: 15px;
    } 
	
	/*=================== //서브페이지 480 ===================*/
	
}
@media screen and (max-width:320px) {

	/*=================== 서브페이지 320 ===================*/
	
	
	/*=================== //서브페이지 320 ===================*/
	
}